:root{--jsh-gold:#d6aa45;--jsh-gold-dark:#af842b;--jsh-ink:#17191f;--jsh-muted:#777b85;--jsh-line:#e8e9ed;--jsh-bg:#f4f5f7;--jsh-white:#fff;--jsh-green:#18a56b;--jsh-red:#d94c54}
.jsh-app{font-family:Tahoma,"Vazirmatn",Arial,sans-serif;color:var(--jsh-ink);background:var(--jsh-bg);min-height:100vh;border-radius:24px;overflow:hidden;line-height:1.75}
.jsh-app *{box-sizing:border-box}.jsh-app-shell{display:grid;grid-template-columns:270px minmax(0,1fr);min-height:100vh}.jsh-app-sidebar{background:#17191e;color:#fff;padding:28px 18px 20px;display:flex;flex-direction:column;position:sticky;top:0;height:100vh;z-index:20}.jsh-brand{display:flex;align-items:center;gap:12px;padding:0 8px 27px;border-bottom:1px solid rgba(255,255,255,.08)}.jsh-brand-mark{width:43px;height:43px;border-radius:14px;background:linear-gradient(145deg,#eed47f,#b8872e);display:grid;place-items:center;color:#17191e;font-size:23px;font-weight:900;box-shadow:0 8px 24px rgba(214,170,69,.24)}.jsh-brand strong,.jsh-brand small{display:block}.jsh-brand strong{font-size:14px}.jsh-brand small{font-size:11px;color:#9498a3;margin-top:2px}.jsh-app-nav{display:flex;flex-direction:column;gap:5px;padding:22px 0;overflow:auto}.jsh-app-nav a{display:flex;align-items:center;gap:12px;padding:11px 13px;border-radius:11px;color:#aeb2bc;text-decoration:none;font-size:13px;transition:.2s}.jsh-app-nav a span{width:23px;text-align:center;font-size:17px}.jsh-app-nav a:hover,.jsh-app-nav a.active{color:#fff;background:linear-gradient(90deg,rgba(214,170,69,.22),rgba(214,170,69,.06));box-shadow:inset -3px 0 0 var(--jsh-gold)}.jsh-sidebar-user{margin-top:auto;border-top:1px solid rgba(255,255,255,.08);padding:18px 4px 0;display:flex;align-items:center;gap:10px}.jsh-avatar,.jsh-user-chip>span{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:#30333b;color:var(--jsh-gold);font-weight:800}.jsh-sidebar-user div:nth-child(2){min-width:0;flex:1}.jsh-sidebar-user strong,.jsh-sidebar-user small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.jsh-sidebar-user strong{font-size:12px}.jsh-sidebar-user small{font-size:10px;color:#8f939e}.jsh-sidebar-user>a{color:#969aa4;text-decoration:none;font-size:20px}.jsh-app-main{min-width:0}.jsh-app-topbar{height:86px;background:#fff;border-bottom:1px solid var(--jsh-line);display:flex;align-items:center;justify-content:space-between;padding:0 34px;position:sticky;top:0;z-index:15}.jsh-app-topbar h1{font-size:19px;margin:0}.jsh-app-topbar p{font-size:11px;color:var(--jsh-muted);margin:2px 0 0}.jsh-top-actions{display:flex;align-items:center;gap:16px}.jsh-icon-button{width:39px;height:39px;border-radius:12px;background:#f3f4f6;display:grid;place-items:center;text-decoration:none;color:var(--jsh-gold);font-size:11px}.jsh-user-chip{display:flex;align-items:center;gap:9px}.jsh-user-chip strong,.jsh-user-chip small{display:block}.jsh-user-chip strong{font-size:12px}.jsh-user-chip small{font-size:10px;color:var(--jsh-muted)}.jsh-menu-toggle{display:none;border:0;background:#f2f3f5;border-radius:10px;width:40px;height:40px;font-size:20px}.jsh-app-content{padding:28px 32px 50px;max-width:1500px;margin:auto}.jsh-dashboard-hero{scroll-margin-top:104px;background:linear-gradient(125deg,#1a1c22 0%,#242730 62%,#29261d 100%);border-radius:22px;padding:30px 34px;color:#fff;display:flex;align-items:center;justify-content:space-between;position:relative;overflow:hidden;box-shadow:0 15px 35px rgba(20,21,25,.13);margin-bottom:18px}.jsh-dashboard-hero:after{content:"";position:absolute;width:260px;height:260px;border:55px solid rgba(214,170,69,.08);border-radius:50%;left:-55px;top:-115px}.jsh-eyebrow{display:block;color:#b8bbc3;font-size:12px}.jsh-dashboard-hero>div>strong{display:block;font-size:30px;margin:6px 0}.jsh-dashboard-hero strong small{font-size:12px;color:#b6b9c1;font-weight:400}.jsh-dashboard-hero p{margin:0;color:#aeb1ba;font-size:12px}.jsh-hero-actions{display:flex;gap:10px;position:relative;z-index:2}.jsh-hero-actions a{padding:12px 23px;border-radius:11px;text-decoration:none;font-size:13px;font-weight:700}.jsh-action-buy{background:var(--jsh-gold);color:#17191e}.jsh-action-sell{background:rgba(255,255,255,.09);color:#fff;border:1px solid rgba(255,255,255,.13)}.jsh-quick-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:20px}.jsh-quick-stats>div{background:#fff;border:1px solid var(--jsh-line);border-radius:15px;padding:17px;display:flex;align-items:center;gap:12px}.jsh-stat-icon{width:43px;height:43px;border-radius:13px;background:#fbf7eb;color:var(--jsh-gold-dark);display:grid;place-items:center;font-size:18px}.jsh-quick-stats small,.jsh-quick-stats strong{display:block}.jsh-quick-stats small{font-size:11px;color:var(--jsh-muted)}.jsh-quick-stats strong{font-size:15px;margin-top:3px}.jsh-public-notice{padding:13px 17px;border-radius:12px;margin:0 0 18px;font-size:13px}.jsh-public-notice.ok{background:#eaf8f2;color:#14734e;border:1px solid #c7ecdd}.jsh-public-notice.error{background:#fff0f1;color:#a6383f;border:1px solid #ffd4d7}.jsh-public-card{scroll-margin-top:105px;background:#fff;border:1px solid var(--jsh-line);border-radius:17px;padding:21px;margin:0 0 18px;box-shadow:0 5px 16px rgba(21,23,29,.025)}.jsh-public-card h2{font-size:15px;margin:0 0 17px;padding-bottom:13px;border-bottom:1px solid #f0f1f3;display:flex;align-items:center;gap:8px}.jsh-public-card h2:before{content:"";width:4px;height:17px;border-radius:4px;background:var(--jsh-gold)}.jsh-public-card h3{font-size:13px;margin:0 0 14px}.jsh-public-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.jsh-public label{display:flex;flex-direction:column;gap:7px;font-size:11px;font-weight:700;color:#555963}.jsh-public input,.jsh-public select,.jsh-public textarea{width:100%;border:1px solid #dde0e5;background:#fafbfc;border-radius:10px;padding:11px 12px;font:inherit;font-size:12px;outline:none;transition:.2s}.jsh-public input:focus,.jsh-public select:focus,.jsh-public textarea:focus{border-color:var(--jsh-gold);background:#fff;box-shadow:0 0 0 3px rgba(214,170,69,.12)}.jsh-primary{border:0;border-radius:11px;background:linear-gradient(135deg,#deb957,#bd8d31);color:#17191e;padding:12px 20px;font:inherit;font-size:12px;font-weight:800;cursor:pointer;box-shadow:0 7px 16px rgba(184,135,43,.18)}.jsh-link-button{border:0;background:#f2f3f5;border-radius:8px;padding:7px 10px;font:inherit;font-size:11px;cursor:pointer;color:#4d515a}.jsh-muted{color:var(--jsh-muted);font-size:11px}.jsh-balance-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px}.jsh-balance-grid>div{padding:17px;border-radius:14px;background:linear-gradient(145deg,#faf8f2,#fff);border:1px solid #eee8d8}.jsh-balance-grid span,.jsh-balance-grid strong{display:block}.jsh-balance-grid span{font-size:10px;color:var(--jsh-muted)}.jsh-balance-grid strong{font-size:15px;margin-top:5px}.jsh-choice{display:flex;gap:8px;background:#f3f4f6;padding:4px;border-radius:11px}.jsh-choice label{flex:1;display:flex;flex-direction:row;align-items:center;justify-content:center;border-radius:8px;padding:8px;cursor:pointer}.jsh-choice input{width:auto}.jsh-quote{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;background:#181a20;color:#fff;padding:14px;border-radius:13px}.jsh-quote>div{padding:7px;border-left:1px solid rgba(255,255,255,.08)}.jsh-quote>div:last-of-type{border-left:0}.jsh-quote span,.jsh-quote strong{display:block}.jsh-quote span{font-size:9px;color:#9ea2ac}.jsh-quote strong{font-size:12px;margin-top:4px}.jsh-quote small{grid-column:1/-1;color:#a5a8af;font-size:9px}.jsh-responsive{overflow:auto;border:1px solid #eceef1;border-radius:12px}.jsh-public table{width:100%;border-collapse:collapse;min-width:650px}.jsh-public th,.jsh-public td{padding:12px 13px;text-align:right;border-bottom:1px solid #eef0f2;font-size:11px;white-space:nowrap}.jsh-public th{background:#f7f8fa;color:#6a6e77;font-size:10px}.jsh-public tbody tr:hover{background:#fdfbf6}.jsh-status{display:inline-flex;padding:5px 9px;border-radius:20px;font-size:9px;background:#eef0f2}.status-settled,.status-approved{background:#e5f7ef;color:#14754f}.status-rejected,.status-cancelled{background:#ffedef;color:#a83a42}.status-pending,.status-under_review,.status-accepted{background:#fff6df;color:#926c15}.jsh-notifications{list-style:none;margin:0;padding:0}.jsh-notifications li{padding:11px;border-bottom:1px solid #eff0f2;font-size:11px}.jsh-notifications li.unread{background:#fffaf0;border-radius:8px}.jsh-notifications small{color:var(--jsh-muted)}
@media(max-width:1100px){.jsh-app-shell{grid-template-columns:230px minmax(0,1fr)}.jsh-app-content{padding:24px 22px}.jsh-quick-stats{grid-template-columns:repeat(2,1fr)}}
@media(max-width:780px){.jsh-app{border-radius:0}.jsh-app-shell{display:block}.jsh-app-sidebar{position:fixed;right:-290px;top:0;width:270px;height:100vh;transition:.25s;box-shadow:-12px 0 35px rgba(0,0,0,.25)}.jsh-app-sidebar.open{right:0}.jsh-app-topbar{height:72px;padding:0 15px}.jsh-menu-toggle{display:block}.jsh-app-topbar>div:nth-child(2){flex:1;margin-right:10px}.jsh-app-topbar h1{font-size:15px}.jsh-user-chip div,.jsh-app-topbar p{display:none}.jsh-app-content{padding:16px 12px 35px}.jsh-dashboard-hero{padding:22px;display:block}.jsh-dashboard-hero>div>strong{font-size:23px}.jsh-hero-actions{margin-top:18px}.jsh-hero-actions a{flex:1;text-align:center}.jsh-quick-stats{grid-template-columns:repeat(2,1fr);gap:9px}.jsh-quick-stats>div{padding:12px}.jsh-stat-icon{width:36px;height:36px}.jsh-public-grid{grid-template-columns:1fr}.jsh-public-card{padding:16px}.jsh-quote{grid-template-columns:1fr}.jsh-quote>div{border-left:0;border-bottom:1px solid rgba(255,255,255,.08)}.jsh-quote>div:last-of-type{border-bottom:0}}
@media(max-width:440px){.jsh-quick-stats{grid-template-columns:1fr}.jsh-top-actions{gap:7px}.jsh-dashboard-hero p{font-size:10px}}
/* 1.3.0 trading-app redesign */
.jsh-view-hidden{display:none!important}.jsh-app-content{max-width:1320px}.jsh-app-sidebar{background:linear-gradient(180deg,#111827,#0b1220)}.jsh-brand-mark{border-radius:50%;background:#d4af37}.jsh-app-nav a{min-height:46px}.jsh-app-topbar{box-shadow:0 2px 18px rgba(15,23,42,.05)}
.jsh-dashboard-hero{background:linear-gradient(135deg,#111827 0%,#1f2937 68%,#6b5318 150%);min-height:190px}.jsh-dashboard-hero:before{content:"";position:absolute;inset:auto auto -110px -50px;width:330px;height:330px;border-radius:50%;background:radial-gradient(circle,rgba(212,175,55,.24),transparent 68%)}
.jsh-dashboard-summary#jsh-assets{display:block}.jsh-dashboard-summary#jsh-market{display:block}.jsh-dashboard-summary#jsh-market h2{font-size:18px}
#jsh-market .jsh-responsive{border:0;overflow:visible}#jsh-market table,#jsh-market thead,#jsh-market tbody{display:block;min-width:0}#jsh-market thead{display:none}#jsh-market tbody{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}#jsh-market tr{display:grid;grid-template-columns:1fr 1fr;gap:8px;background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:16px;cursor:pointer;transition:.2s;box-shadow:0 6px 18px rgba(15,23,42,.035)}#jsh-market tr:hover{transform:translateY(-2px);border-color:#d4af37;box-shadow:0 12px 25px rgba(15,23,42,.08)}#jsh-market td{display:block;border:0;padding:0;white-space:normal}#jsh-market td:first-child{grid-column:1/-1;font-size:14px;font-weight:800;padding-bottom:10px;border-bottom:1px solid #f0f1f3}#jsh-market td:nth-child(2):before{content:"قیمت خرید";display:block;color:#6b7280;font-size:9px}#jsh-market td:nth-child(2){color:#159669;font-weight:800;font-size:13px}#jsh-market td:nth-child(3):before{content:"قیمت فروش";display:block;color:#6b7280;font-size:9px}#jsh-market td:nth-child(3){color:#dc4c58;font-weight:800;font-size:13px}#jsh-market td:nth-child(4){grid-column:1/-1;color:#8a8f99;font-size:10px;padding-top:8px}
#jsh-trade{max-width:920px;margin:0 auto;background:transparent;border:0;box-shadow:none;padding:0}#jsh-trade>h2{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:18px 22px;margin-bottom:12px;font-size:18px}#jsh-trade>p{background:#fff8e6;border:1px solid #f1dfaa;border-radius:12px;padding:10px 14px;color:#7d651d}.jsh-order-form{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);gap:18px;background:#fff;border:1px solid #e4e7eb;border-radius:20px;padding:22px;box-shadow:0 15px 40px rgba(15,23,42,.06)}.jsh-order-form>label:first-of-type,.jsh-order-form>.jsh-choice,.jsh-order-form>label:nth-of-type(2),.jsh-order-form>label:nth-of-type(3){grid-column:1}.jsh-order-form>.jsh-quote{grid-column:2;grid-row:1/5;display:flex;flex-direction:column;justify-content:center;gap:0;background:linear-gradient(160deg,#111827,#202a3a);min-height:305px;padding:22px}.jsh-order-form>.jsh-quote>div{border:0;border-bottom:1px solid rgba(255,255,255,.09);padding:15px 0}.jsh-order-form>.jsh-quote>div:last-of-type{border-bottom:0}.jsh-order-form>.jsh-quote span{font-size:11px}.jsh-order-form>.jsh-quote strong{font-size:18px}.jsh-order-form>.jsh-quote>div:nth-child(3) strong{font-size:25px;color:#e6c55d}.jsh-order-form>.jsh-quote small{margin-top:auto;line-height:1.9}.jsh-order-form>button{grid-column:1/-1;font-size:14px;padding:15px}.jsh-order-form[data-side="buy"]>button{background:linear-gradient(135deg,#28bd83,#139762);color:#fff}.jsh-order-form[data-side="sell"]>button{background:linear-gradient(135deg,#e86b72,#c93d48);color:#fff}.jsh-choice{padding:5px}.jsh-choice label{font-size:13px;padding:12px}.jsh-choice label:has(input:checked){background:#fff;box-shadow:0 2px 8px rgba(15,23,42,.08);color:#111827}.jsh-choice input{accent-color:#d4af37}.jsh-order-form select,.jsh-order-form input,.jsh-order-form textarea{min-height:50px;background:#fff;border:1px solid #dfe3e8}.jsh-order-form textarea{min-height:84px}
.jsh-public-card:not(#jsh-market):not(#jsh-trade){max-width:1100px;margin-left:auto;margin-right:auto}.jsh-quick-stats>div{box-shadow:0 8px 22px rgba(15,23,42,.035)}.jsh-balance-grid>div{min-height:100px;display:flex;flex-direction:column;justify-content:center}
@media(max-width:1050px){#jsh-market tbody{grid-template-columns:repeat(2,minmax(0,1fr))}.jsh-order-form{grid-template-columns:1fr}.jsh-order-form>.jsh-quote{grid-column:1;grid-row:auto;min-height:auto}.jsh-order-form>label:first-of-type,.jsh-order-form>.jsh-choice,.jsh-order-form>label:nth-of-type(2),.jsh-order-form>label:nth-of-type(3){grid-column:1}}
@media(max-width:600px){#jsh-market tbody{grid-template-columns:1fr}.jsh-order-form{padding:14px}.jsh-order-form>.jsh-quote>div:nth-child(3) strong{font-size:20px}.jsh-app-content{padding:12px 9px 30px}.jsh-dashboard-hero{border-radius:16px}}

/* 1.4.0 — dual buy/sell board and trade modal */
.jsh-trade-board{max-width:1050px!important;padding:0!important;overflow:hidden}.jsh-board-heading{display:flex;align-items:center;justify-content:space-between;padding:20px 22px;border-bottom:1px solid #eceef1}.jsh-board-heading h2{border:0!important;padding:0!important;margin:0 0 4px!important}.jsh-board-heading h2:before{display:none}.jsh-board-heading p{margin:0;color:#8a8f99;font-size:11px}.jsh-live-badge{font-size:10px;color:#16845e;background:#e9f8f2;border-radius:20px;padding:7px 10px}.jsh-dual-market{display:grid;grid-template-columns:1fr 1fr;gap:0;background:#f6f7f9}.jsh-market-side{min-width:0}.jsh-market-side:first-child{border-left:1px solid #e4e6ea}.jsh-market-side-title{display:flex;align-items:center;justify-content:space-between;padding:13px 17px;background:#fff;border-bottom:1px solid #e8eaed}.jsh-market-side-title strong{font-size:14px}.jsh-market-side-title small{font-size:9px;color:#8a8f99}.jsh-buy-side .jsh-market-side-title strong{color:#15885f}.jsh-sell-side .jsh-market-side-title strong{color:#c94450}.jsh-market-list{padding:8px}.jsh-market-row{width:100%;display:grid;grid-template-columns:minmax(0,1fr) auto 18px;align-items:center;gap:10px;text-align:right;border:0;border-bottom:1px solid #eceef1;background:#fff;padding:14px 12px;font:inherit;cursor:pointer;transition:.18s}.jsh-market-row:first-child{border-radius:11px 11px 0 0}.jsh-market-row:last-child{border-bottom:0;border-radius:0 0 11px 11px}.jsh-market-row:hover{background:#fffaf0;transform:translateX(-2px)}.jsh-market-row:disabled{cursor:not-allowed;opacity:.45;transform:none}.jsh-product-name{font-size:12px;font-weight:700;color:#292d35}.jsh-product-name small{display:block;color:#969aa3;font-size:9px;font-weight:400;margin-top:3px}.jsh-market-row>strong{font-size:12px;direction:ltr}.jsh-market-row>strong small{font-size:8px;color:#8a8f99;font-weight:400}.jsh-buy-side .jsh-market-row>strong{color:#15885f}.jsh-sell-side .jsh-market-row>strong{color:#c94450}.jsh-row-arrow{color:#aaadb5;font-size:18px}.jsh-inline-action{display:inline-flex;text-decoration:none;margin-top:8px}.jsh-trade-modal{position:fixed;inset:0;z-index:999999;display:none;align-items:center;justify-content:center;padding:18px}.jsh-trade-modal.open{display:flex}.jsh-modal-backdrop{position:absolute;inset:0;background:rgba(15,17,22,.72);backdrop-filter:blur(4px)}.jsh-modal-dialog{position:relative;width:min(440px,100%);max-height:92vh;overflow:auto;background:#fff;border-radius:20px;box-shadow:0 25px 80px rgba(0,0,0,.3);padding:22px;animation:jshModalIn .2s ease-out}.jsh-modal-close{position:absolute;left:15px;top:13px;border:0;background:#f0f1f3;width:33px;height:33px;border-radius:10px;font-size:22px;line-height:1;cursor:pointer;color:#686d76}.jsh-modal-head{display:flex;align-items:center;gap:12px;padding-left:38px;margin-bottom:18px}.jsh-modal-head h3{font-size:17px;margin:0 0 3px}.jsh-modal-head p{font-size:10px;color:#8b9099;margin:0}.jsh-modal-side{min-width:55px;height:55px;border-radius:15px;display:grid;place-items:center;font-size:12px;font-weight:800}.jsh-modal-side.is-buy{background:#e6f8f1;color:#147a56}.jsh-modal-side.is-sell{background:#ffedef;color:#ad3944}.jsh-modal-form{display:flex;flex-direction:column;gap:13px}.jsh-modal-price{background:#181b21;color:#fff;border-radius:14px;padding:15px 17px;display:flex;align-items:center;justify-content:space-between}.jsh-modal-price span{font-size:10px;color:#aeb2bb}.jsh-modal-price strong{font-size:17px;color:#e1bd57}.jsh-modal-limits{font-size:9px;color:#858a94;min-height:14px}.jsh-modal-summary{background:#f7f8fa;border:1px solid #eceef1;border-radius:14px;padding:5px 14px}.jsh-modal-summary>div{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid #e7e9ed}.jsh-modal-summary>div:last-child{border-bottom:0}.jsh-modal-summary span{font-size:10px;color:#777c86}.jsh-modal-summary strong{font-size:12px}.jsh-modal-summary .jsh-modal-total strong{font-size:17px;color:#b3852e}.jsh-modal-form .jsh-primary{padding:14px;font-size:13px}.jsh-submit-buy{background:linear-gradient(135deg,#27b77f,#12865b)!important;color:#fff!important}.jsh-submit-sell{background:linear-gradient(135deg,#e16870,#bd3541)!important;color:#fff!important}body.jsh-modal-open{overflow:hidden}@keyframes jshModalIn{from{opacity:0;transform:translateY(15px) scale(.98)}to{opacity:1;transform:none}}
@media(max-width:720px){.jsh-dual-market{grid-template-columns:1fr}.jsh-market-side:first-child{border-left:0;border-bottom:10px solid #f0f1f3}.jsh-board-heading{padding:16px}.jsh-board-heading p{display:none}.jsh-market-row{padding:13px 10px}.jsh-modal-dialog{padding:18px;border-radius:17px}.jsh-trade-modal{padding:10px}}
/* 1.5.0 — Bonakdar-style quote table and order confirmation */
.jsh-quote-table-wrap{padding:10px 14px 18px;background:#f7f8f9;overflow:auto}.jsh-quote-table{width:100%;border-collapse:separate;border-spacing:0 8px;min-width:680px}.jsh-quote-table thead th{font-size:11px;color:#272b31;padding:8px 12px;text-align:right;border:0;background:transparent}.jsh-quote-table thead .jsh-th-buy{text-align:center;color:#267b5b}.jsh-quote-table thead .jsh-th-sell{text-align:center;color:#a33f48}.jsh-quote-table tbody tr{filter:drop-shadow(0 2px 5px rgba(20,30,40,.035))}.jsh-quote-table tbody td{background:#fff;padding:9px 12px;border-top:1px solid #eceff1;border-bottom:1px solid #eceff1;font-size:12px}.jsh-quote-table tbody td:first-child{border-right:1px solid #eceff1;border-radius:0 9px 9px 0}.jsh-quote-table tbody td:last-child{border-left:1px solid #eceff1;border-radius:9px 0 0 9px}.jsh-quote-table tbody td:nth-child(3),.jsh-quote-table tbody td:nth-child(4){width:28%;text-align:center}.jsh-unit-cell{color:#737983;font-size:10px}.jsh-price-button{width:100%;min-height:37px;border:0;border-radius:6px;font:inherit;font-weight:800;cursor:pointer;transition:.15s}.jsh-price-button small{font-size:8px;font-weight:500}.jsh-price-button.is-buy{background:#dff3e8;color:#267755}.jsh-price-button.is-sell{background:#f8e1e4;color:#a9414b}.jsh-price-button:hover{filter:brightness(.97);transform:translateY(-1px)}.jsh-price-button:disabled{opacity:.45;cursor:not-allowed;transform:none}
.jsh-trade-modal{padding:14px}.jsh-modal-backdrop{background:rgba(28,31,35,.58);backdrop-filter:none}.jsh-modal-dialog{width:min(510px,100%);padding:0;border-radius:7px;overflow:hidden;box-shadow:0 18px 55px rgba(0,0,0,.25)}.jsh-modal-titlebar{min-height:58px;padding:0 22px;display:flex;align-items:center;justify-content:space-between;background:#ddf7e9;color:#2e7557;border-bottom:1px solid #d4ebe0}.jsh-modal-titlebar.is-sell{background:#fbe5e7;color:#9b3c45;border-bottom-color:#efd5d8}.jsh-modal-titlebar h3{margin:0;font-size:15px}.jsh-modal-close{position:static;width:30px;height:30px;background:transparent;border-radius:0;padding:0;color:#273039;font-size:22px}.jsh-modal-form{gap:0;padding:20px 28px 22px}.jsh-confirm-row{display:grid;grid-template-columns:24px 95px 1fr;align-items:center;gap:8px;min-height:60px;border-bottom:1px dotted #dfe3e6}.jsh-confirm-row label{margin:0;font-size:11px;font-weight:700;color:#333}.jsh-confirm-row>strong{direction:ltr;text-align:right;color:#27795a;font-size:14px}.jsh-modal-titlebar.is-sell~.jsh-modal-form .jsh-confirm-row>strong{color:#a8414a}.jsh-confirm-icon{width:22px;height:22px;display:grid;place-items:center;background:#f3f6f8;border-radius:5px;color:#aab2ba;font-size:10px}.jsh-input-with-unit{display:flex;align-items:center;direction:ltr}.jsh-input-with-unit input{height:37px;min-width:0;flex:1;border:1px solid #d7dce0!important;border-radius:5px!important;padding:6px 10px!important;box-shadow:none!important;background:#fff!important}.jsh-input-with-unit span{padding:0 8px;font-size:10px;color:#333;white-space:nowrap}.jsh-input-with-unit.is-total input{background:#fafafa!important;color:#333;text-align:right}.jsh-modal-limits{padding:8px 0 2px;font-size:9px;line-height:1.8;text-align:center}.jsh-note-label{display:block;margin-top:8px!important;font-size:10px!important;color:#8b9097!important}.jsh-note-label textarea{margin-top:5px;min-height:64px;border:1px solid #dfe3e6!important;border-radius:5px!important;background:#fff!important}.jsh-modal-actions{display:flex;gap:8px;justify-content:center;margin-top:14px}.jsh-cancel-button,.jsh-confirm-button{border:0;border-radius:6px;min-height:40px;padding:0 26px;font:inherit;font-size:11px;font-weight:700;cursor:pointer}.jsh-cancel-button{background:#e4edf1;color:#58636b;min-width:60px}.jsh-confirm-button{background:#337f60;color:#fff;min-width:190px}.jsh-confirm-button.is-sell{background:#b94852}.jsh-hidden-calcs{display:none}.jsh-modal-open{overflow:hidden}
@media(max-width:600px){.jsh-modal-form{padding:15px}.jsh-confirm-row{grid-template-columns:20px 75px 1fr}.jsh-confirm-button{min-width:140px}.jsh-quote-table-wrap{padding:6px}.jsh-board-heading{align-items:flex-start}.jsh-live-badge{white-space:nowrap}}
/* 1.6.0 — Dashboard-first trading layout inspired by the supplied reference */
.jsh-app{--jsh-teal:#0b5864;--jsh-bg:#f4f5f6;--jsh-line:#e7e9eb;--jsh-text:#20252b;--jsh-green:#dff3e7;--jsh-green-text:#277358;--jsh-red:#f6dfe2;--jsh-red-text:#9f3f49;font-family:Tahoma,"Vazirmatn",Arial,sans-serif;color:var(--jsh-text)}
.jsh-app-shell{min-height:100vh;background:var(--jsh-bg);grid-template-columns:235px minmax(0,1fr)}
.jsh-app-sidebar{background:#f8f9fa;border-left:1px solid #e4e6e8;color:#20252b;padding:36px 24px;box-shadow:none}
.jsh-brand{min-height:96px;justify-content:center;margin:0 0 28px;padding:0;border:0;background:transparent;color:var(--jsh-teal)}
.jsh-brand-mark{display:none}.jsh-brand strong{font-size:34px;color:var(--jsh-teal);letter-spacing:-2px}.jsh-brand strong:after{content:"بُنکدار";font-size:0}.jsh-brand small{display:none}
.jsh-app-nav{gap:6px}.jsh-app-nav a{min-height:48px;padding:0 14px;border-radius:8px;color:#32383e;font-size:13px;font-weight:700}.jsh-app-nav a span{color:#71808c;font-size:16px}.jsh-app-nav a:hover,.jsh-app-nav a.active{background:#eef1f3;color:var(--jsh-teal);box-shadow:none}.jsh-app-nav a.active:before{display:none}
.jsh-sidebar-user{display:none}
.jsh-app-main{background:var(--jsh-bg)}
.jsh-app-topbar{height:92px;background:transparent;border:0;box-shadow:none;padding:22px 7vw 8px}.jsh-app-topbar h1{font-size:18px;margin:0;color:#222}.jsh-app-topbar p{display:none}.jsh-top-actions{gap:10px}.jsh-user-chip{display:none}.jsh-icon-button{background:#fff;border:1px solid #e1e5e8;color:#66727c;width:34px;height:34px;border-radius:8px}
.jsh-app-content{max-width:980px;margin:0 auto;padding:8px 28px 50px}
.jsh-trade-board{border:0;border-radius:0;background:transparent;box-shadow:none;margin:0}.jsh-board-heading{padding:4px 4px 16px;background:transparent;border:0}.jsh-board-heading h2{font-size:13px;margin:0 0 7px}.jsh-board-heading p{font-size:10px;color:#80868d}.jsh-live-badge{display:none}
.jsh-quote-table-wrap{padding:0;background:transparent;overflow:visible}.jsh-quote-table{border-spacing:0 10px;min-width:0}.jsh-quote-table thead th{padding:0 10px 7px;color:#2b3035;font-size:10px}.jsh-quote-table tbody tr{filter:none}.jsh-quote-table tbody td{height:58px;background:#fff;border:0!important;border-top:1px solid #e9ebed!important;border-bottom:1px solid #e9ebed!important;padding:8px 12px}.jsh-quote-table tbody td:first-child{border-right:1px solid #e9ebed!important;border-radius:0 9px 9px 0}.jsh-quote-table tbody td:last-child{border-left:1px solid #e9ebed!important;border-radius:9px 0 0 9px}.jsh-quote-table tbody td:nth-child(3),.jsh-quote-table tbody td:nth-child(4){width:29%}
.jsh-price-button{height:40px;border-radius:5px;font-size:13px}.jsh-price-button.is-buy{background:var(--jsh-green);color:var(--jsh-green-text)}.jsh-price-button.is-sell{background:var(--jsh-red);color:var(--jsh-red-text)}
.jsh-dashboard-hero,.jsh-quick-stats,.jsh-balance-card{display:none!important}
.jsh-public-notice{margin:0 0 14px}
.jsh-modal-backdrop{background:rgba(28,32,36,.48)}.jsh-modal-dialog{width:min(515px,calc(100vw - 28px));border-radius:7px}.jsh-modal-titlebar{height:58px;padding:0 23px}.jsh-modal-titlebar h3{font-size:15px}.jsh-modal-form{padding:20px 28px 22px}.jsh-confirm-row{min-height:62px;grid-template-columns:24px 95px 1fr}.jsh-confirm-button{min-width:190px}
@media(max-width:900px){.jsh-app-shell{display:block}.jsh-app-sidebar{position:fixed;right:0;top:0;bottom:0;width:250px;z-index:1001;transform:translateX(105%);transition:.2s}.jsh-app-sidebar.open{transform:none}.jsh-app-topbar{height:72px;padding:14px 18px}.jsh-menu-toggle{display:grid}.jsh-app-content{padding:8px 14px 40px}.jsh-quote-table-wrap{overflow:auto}.jsh-quote-table{min-width:650px}}

/* 1.7.0 — Refined premium visual system */
.jsh-app{
  --jsh-navy:#0f2530;
  --jsh-navy-2:#173743;
  --jsh-gold:#c99b3b;
  --jsh-gold-soft:#f4ead3;
  --jsh-canvas:#f3f6f8;
  --jsh-surface:#ffffff;
  --jsh-muted:#73808a;
  --jsh-border:#e7ecef;
  --jsh-buy:#197a57;
  --jsh-buy-bg:#e4f6ee;
  --jsh-sell:#b34350;
  --jsh-sell-bg:#fae9eb;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Tahoma,Arial,sans-serif;
  color:#1d2b33;
}

/* 3.8.20 — Unified bottom navigation for desktop, mobile and installed PWA. */
.jsh-app-shell{display:block!important;min-height:100vh!important}
.jsh-app-main{width:100%!important;min-width:0!important;padding-bottom:calc(92px + env(safe-area-inset-bottom))!important}
.jsh-app-sidebar,.jsh-sidebar-backdrop,.jsh-mobile-sidebar-overlay,.jsh-menu-toggle{display:none!important}
.jsh-bottom-nav{direction:rtl!important;position:fixed!important;right:50%!important;bottom:max(12px,env(safe-area-inset-bottom))!important;transform:translateX(50%)!important;z-index:1100!important;display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;width:min(760px,calc(100vw - 28px))!important;min-height:70px!important;padding:7px!important;gap:4px!important;border:1px solid rgba(25,52,62,.10)!important;border-radius:22px!important;background:rgba(255,255,255,.92)!important;box-shadow:0 16px 44px rgba(20,42,52,.16)!important;backdrop-filter:blur(20px) saturate(1.2)!important;-webkit-backdrop-filter:blur(20px) saturate(1.2)!important;overflow:visible!important}
.jsh-bottom-nav a{position:relative!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;min-width:0!important;min-height:56px!important;height:auto!important;padding:6px 3px!important;gap:3px!important;border-radius:16px!important;color:#718087!important;background:transparent!important;box-shadow:none!important;text-decoration:none!important;font-size:11px!important;font-weight:700!important;transition:color .22s ease,background-color .22s ease,transform .22s cubic-bezier(.2,.8,.2,1)!important;-webkit-tap-highlight-color:transparent!important}
.jsh-bottom-nav a>span{display:grid!important;place-items:center!important;width:29px!important;height:27px!important;color:inherit!important;font-size:20px!important;line-height:1!important;transition:transform .22s ease!important}
.jsh-bottom-nav a>b{display:block!important;max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;font:inherit!important}
.jsh-bottom-nav a:hover{color:#087785!important;background:rgba(8,119,133,.06)!important;transform:translateY(-1px)!important}
.jsh-bottom-nav a.active{color:#087785!important;background:#eaf6f7!important;box-shadow:none!important;transform:translateY(-2px)!important}
.jsh-bottom-nav a.active:after{content:""!important;position:absolute!important;right:50%!important;bottom:3px!important;transform:translateX(50%)!important;width:18px!important;height:3px!important;border-radius:4px!important;background:#c79a3b!important}
.jsh-bottom-nav a.active>span{transform:scale(1.08)!important}
.jsh-bottom-nav .jsh-nav-lock{position:absolute!important;top:7px!important;right:calc(50% + 7px)!important;width:7px!important;height:7px!important;color:#c28e28!important;font-size:7px!important}
.jsh-section-entering{animation:jshSectionEnter .32s cubic-bezier(.2,.8,.2,1) both!important;transform-origin:50% 0}
@keyframes jshSectionEnter{from{opacity:0;transform:translateY(9px) scale(.995)}to{opacity:1;transform:translateY(0) scale(1)}}
.jsh-dashboard-logout{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;margin-top:14px!important;padding:9px 14px!important;border:1px solid rgba(255,255,255,.20)!important;border-radius:11px!important;color:#fff!important;background:rgba(255,255,255,.08)!important;text-decoration:none!important;font-size:11px!important;font-weight:750!important;transition:background-color .2s ease,transform .2s ease!important}
.jsh-dashboard-logout:hover{color:#fff!important;background:rgba(255,255,255,.15)!important;transform:translateY(-1px)!important}
.jsh-app[data-jsh-theme="dark"] .jsh-bottom-nav,body.jsh-page-dark .jsh-bottom-nav{background:rgba(19,30,36,.94)!important;border-color:rgba(255,255,255,.10)!important;box-shadow:0 18px 48px rgba(0,0,0,.38)!important}
.jsh-app[data-jsh-theme="dark"] .jsh-bottom-nav a,body.jsh-page-dark .jsh-bottom-nav a{color:#9eacb3!important}
.jsh-app[data-jsh-theme="dark"] .jsh-bottom-nav a.active,body.jsh-page-dark .jsh-bottom-nav a.active{color:#f1d17c!important;background:rgba(222,185,87,.12)!important}
@media(max-width:820px){.jsh-app-main{padding-bottom:calc(84px + env(safe-area-inset-bottom))!important}.jsh-app-content{padding-bottom:calc(42px + env(safe-area-inset-bottom))!important}.jsh-app-topbar{justify-content:flex-end!important}.jsh-bottom-nav{right:0!important;bottom:0!important;transform:none!important;width:100%!important;min-height:68px!important;border-width:1px 0 0!important;border-radius:20px 20px 0 0!important;padding:6px 5px calc(5px + env(safe-area-inset-bottom))!important;gap:1px!important}.jsh-bottom-nav a{min-height:55px!important;padding:5px 1px!important;font-size:clamp(9px,2.7vw,11px)!important;border-radius:14px!important}.jsh-bottom-nav a>span{font-size:19px!important;width:26px!important;height:25px!important}}
@media(prefers-reduced-motion:reduce){.jsh-section-entering{animation:none!important}.jsh-bottom-nav a,.jsh-bottom-nav a>span,.jsh-dashboard-logout{transition:none!important}}
.jsh-app-shell{background:radial-gradient(circle at 82% 0,#fbfcfd 0,#f3f6f8 38%,#eef2f4 100%);grid-template-columns:250px minmax(0,1fr)}
.jsh-app-sidebar{background:linear-gradient(180deg,var(--jsh-navy) 0%,#0b1e27 100%);border:0;color:#fff;padding:28px 20px;box-shadow:-18px 0 45px rgba(17,37,48,.10)}
.jsh-brand{min-height:104px;margin:0 0 18px;padding:22px 16px;border:1px solid rgba(255,255,255,.08);border-radius:18px;background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.025));color:#fff;justify-content:flex-start}
.jsh-brand-mark{display:grid;width:48px;height:48px;border-radius:15px;background:linear-gradient(135deg,#e4c068,#b48225);color:#fff;box-shadow:0 12px 25px rgba(201,155,59,.25)}
.jsh-brand strong{font-size:15px;letter-spacing:0;color:#fff}.jsh-brand strong:after{display:none}.jsh-brand small{display:block;color:#9db0b9;font-size:10px;margin-top:5px}
.jsh-app-nav{gap:8px}.jsh-app-nav a{position:relative;min-height:50px;padding:0 15px;border-radius:13px;color:#b9c6cc;font-size:12px;font-weight:650;transition:.2s ease}.jsh-app-nav a span{width:26px;color:#8fa4ae}.jsh-app-nav a:hover{background:rgba(255,255,255,.07);color:#fff;transform:translateX(-2px)}.jsh-app-nav a.active{background:linear-gradient(135deg,rgba(201,155,59,.24),rgba(201,155,59,.10));color:#f5d889;box-shadow:inset 0 0 0 1px rgba(226,190,105,.18)}
.jsh-app-nav a.active:after{content:"";position:absolute;right:-20px;width:4px;height:24px;border-radius:4px 0 0 4px;background:#d9ae52}
.jsh-app-main{background:transparent}.jsh-app-topbar{height:96px;padding:24px 4vw 10px;background:transparent}.jsh-app-topbar h1{font-size:21px;font-weight:800;color:#172831}.jsh-app-topbar p{display:block;margin-top:7px;font-size:10px;color:#82909a}.jsh-icon-button{border:0;background:#fff;color:#bd9138;box-shadow:0 8px 24px rgba(21,43,54,.08)}
.jsh-user-chip{display:flex;background:#fff;border:1px solid var(--jsh-border);box-shadow:0 8px 24px rgba(21,43,54,.06)}.jsh-user-chip>span{background:linear-gradient(135deg,#d7ae55,#ad7d24);color:#fff}.jsh-user-chip strong{color:#273740}.jsh-user-chip small{color:#8b969d}
.jsh-app-content{max-width:1080px;padding:12px 32px 64px}
.jsh-trade-board{position:relative}.jsh-trade-board:before{content:"";position:absolute;inset:-18px -18px auto;height:165px;border-radius:28px;background:linear-gradient(135deg,#132d38,#214855);z-index:0;box-shadow:0 20px 55px rgba(16,39,49,.16)}
.jsh-board-heading,.jsh-quote-table-wrap{position:relative;z-index:1}.jsh-board-heading{padding:18px 12px 24px;color:#fff}.jsh-board-heading h2{font-size:19px;color:#fff;margin-bottom:8px}.jsh-board-heading p{font-size:11px;color:#c2d0d5}.jsh-live-badge{display:inline-flex;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.14);color:#d9ecdf;padding:7px 10px;border-radius:999px;font-size:9px}
.jsh-quote-table-wrap{padding:14px;background:rgba(255,255,255,.92);border:1px solid rgba(231,236,239,.9);border-radius:20px;box-shadow:0 18px 50px rgba(21,43,54,.10);backdrop-filter:blur(12px)}
.jsh-quote-table{border-spacing:0 9px}.jsh-quote-table thead th{padding:3px 14px 9px;font-size:10px;color:#7b8790;font-weight:700}.jsh-quote-table thead .jsh-th-buy{color:var(--jsh-buy)}.jsh-quote-table thead .jsh-th-sell{color:var(--jsh-sell)}
.jsh-quote-table tbody tr{transition:.18s ease}.jsh-quote-table tbody tr:hover{transform:translateY(-2px)}.jsh-quote-table tbody td{height:64px;background:#fff!important;border-top:1px solid #edf1f3!important;border-bottom:1px solid #edf1f3!important;padding:9px 14px;box-shadow:0 5px 18px rgba(24,48,59,.025)}.jsh-quote-table tbody td:first-child{border-right:1px solid #edf1f3!important;border-radius:0 14px 14px 0}.jsh-quote-table tbody td:last-child{border-left:1px solid #edf1f3!important;border-radius:14px 0 0 14px}.jsh-quote-table tbody td strong{font-size:12px;color:#23333c}.jsh-unit-cell{display:inline-flex;padding:5px 9px;background:#f2f5f7;border-radius:999px;color:#7c8991;font-size:9px}
.jsh-price-button{height:43px;border-radius:11px;font-size:13px;box-shadow:inset 0 0 0 1px rgba(0,0,0,.025);transition:.2s ease}.jsh-price-button.is-buy{background:linear-gradient(135deg,#e9f8f1,#d9f1e6);color:var(--jsh-buy)}.jsh-price-button.is-sell{background:linear-gradient(135deg,#fcedee,#f7dfe2);color:var(--jsh-sell)}.jsh-price-button:hover{filter:none;transform:translateY(-2px);box-shadow:0 8px 20px rgba(24,65,55,.10)}.jsh-price-button small{opacity:.7;margin-right:2px}
.jsh-public-card:not(.jsh-trade-board){border:1px solid var(--jsh-border);border-radius:18px;background:rgba(255,255,255,.94);box-shadow:0 10px 35px rgba(21,43,54,.06);padding:22px}.jsh-public-card h2{font-size:16px;color:#22343d}
.jsh-public input,.jsh-public select,.jsh-public textarea{border:1px solid #dfe6ea!important;border-radius:11px!important;background:#fbfcfd!important;transition:.18s ease}.jsh-public input:focus,.jsh-public select:focus,.jsh-public textarea:focus{border-color:#caa04c!important;box-shadow:0 0 0 3px rgba(201,155,59,.12)!important;background:#fff!important}
.jsh-public-notice{border:0;border-radius:13px;box-shadow:0 8px 24px rgba(24,48,59,.06)}
.jsh-modal-backdrop{background:rgba(10,23,30,.63);backdrop-filter:blur(5px)}.jsh-modal-dialog{border-radius:18px;box-shadow:0 30px 90px rgba(0,0,0,.32);border:1px solid rgba(255,255,255,.25)}.jsh-modal-titlebar{height:68px;padding:0 25px;background:linear-gradient(135deg,#e4f7ed,#d6f0e3);border:0}.jsh-modal-titlebar.is-sell{background:linear-gradient(135deg,#fbeaec,#f5dadd);border:0}.jsh-modal-titlebar h3{font-size:16px;font-weight:800}.jsh-modal-close{width:34px;height:34px;border-radius:9px;background:rgba(255,255,255,.56);font-size:20px}.jsh-modal-form{padding:24px 30px 26px}.jsh-confirm-row{min-height:66px;border-bottom:1px dashed #e4e9ec}.jsh-confirm-icon{width:28px;height:28px;border-radius:8px;background:#f1f5f7}.jsh-input-with-unit input{height:43px!important;border-radius:10px!important}.jsh-note-label textarea{border-radius:11px!important;min-height:78px}.jsh-modal-actions{gap:10px;margin-top:18px}.jsh-cancel-button,.jsh-confirm-button{height:44px;border-radius:10px}.jsh-cancel-button{background:#edf2f4;color:#60717a}.jsh-confirm-button{background:linear-gradient(135deg,#24845f,#176b4d);box-shadow:0 10px 22px rgba(24,119,82,.20)}.jsh-confirm-button.is-sell{background:linear-gradient(135deg,#c7525e,#a73b46);box-shadow:0 10px 22px rgba(173,58,70,.20)}
@media(max-width:900px){.jsh-app-sidebar{width:270px;padding:24px 18px}.jsh-app-content{padding:10px 14px 44px}.jsh-trade-board:before{inset:-8px -4px auto;height:150px;border-radius:22px}.jsh-quote-table-wrap{padding:10px;border-radius:16px}.jsh-app-topbar{padding:16px 16px 8px}.jsh-user-chip{display:none}}
@media(max-width:600px){.jsh-board-heading{padding:15px 8px 18px}.jsh-board-heading h2{font-size:17px}.jsh-quote-table-wrap{margin:0 -2px}.jsh-modal-dialog{border-radius:16px}.jsh-modal-form{padding:18px}.jsh-modal-titlebar{height:62px;padding:0 18px}.jsh-confirm-row{grid-template-columns:28px 72px 1fr}.jsh-confirm-button{min-width:145px}}

/* 1.8.0 — Reference-accurate dashboard proportions */
.jsh-app{--ref-teal:#08242b;--ref-brand:#006a78;--ref-page:#f7f8f9;--ref-line:#edf0f2;--ref-green:#e3f5eb;--ref-green-text:#17724e;--ref-red:#f8e5e7;--ref-red-text:#b53842;background:var(--ref-page);border-radius:0;min-height:100vh;font-family:Tahoma,"Segoe UI",Arial,sans-serif}
.jsh-app-shell{direction:rtl;display:grid;grid-template-columns:220px minmax(620px,1fr) 282px;min-height:100vh;background:#f8f9fa}
.jsh-app-sidebar{grid-column:1;position:sticky;top:0;height:100vh;padding:36px 27px 28px;background:linear-gradient(180deg,#f0f3f5 0,#e9edf0 100%);color:#17262e;box-shadow:none;border-radius:0;z-index:20}
.jsh-brand{display:block;min-height:auto;margin:0 0 42px;padding:0;border:0;background:none;text-align:center}
.jsh-brand-word{display:block;color:#066d78;font-size:42px;line-height:1;font-weight:900;letter-spacing:-3px}
.jsh-app-nav{gap:5px;padding:0;overflow:visible}.jsh-app-nav a{height:49px;min-height:49px;padding:0 8px;border-radius:8px;color:#24343d;font-size:12px;font-weight:700;background:transparent;box-shadow:none}.jsh-app-nav a span{width:25px;color:#71808b;font-size:16px}.jsh-app-nav a:hover,.jsh-app-nav a.active{color:#15262e;background:rgba(255,255,255,.55);box-shadow:none;transform:none}.jsh-app-nav a.active:after{display:none}.jsh-app-nav a:last-child{color:#a23d44}.jsh-sidebar-user{display:none}
.jsh-app-main{grid-column:2;min-width:0;background:#fbfbfc}.jsh-app-topbar{height:130px;padding:32px 5.5% 14px;background:transparent;border:0;position:relative;display:flex;align-items:flex-start;justify-content:space-between;box-shadow:none}.jsh-page-title{order:-1}.jsh-app-topbar h1{font-size:19px;font-weight:800;color:#16252d;margin-top:13px}.jsh-top-actions{display:flex;gap:8px}.jsh-icon-button{width:32px;height:32px;border:1px solid #dfe4e7;border-radius:7px;background:#fff;color:#53636c;box-shadow:none;font-size:14px}.jsh-user-chip{display:none}
.jsh-app-content{max-width:900px;margin:0 auto;padding:0 18px 70px}.jsh-trade-board{margin:0;padding:0;background:transparent;border:0;box-shadow:none}.jsh-trade-board:before{display:none}.jsh-board-heading{padding:0 3px 10px;color:#1b2931;border-bottom:1px dotted #dfe3e6;margin-bottom:8px;display:block;text-align:center}.jsh-board-heading h2{font-size:12px;color:#293840;margin:0}.jsh-board-heading p{display:none}.jsh-live-badge{display:none}
.jsh-quote-table-wrap{padding:0;background:transparent;border:0;border-radius:0;box-shadow:none;backdrop-filter:none;overflow:visible}.jsh-quote-table{width:100%;min-width:0;border-collapse:separate;border-spacing:0 11px;table-layout:fixed}.jsh-quote-table thead{display:none}.jsh-quote-table tbody tr{transform:none!important;filter:none}.jsh-quote-table tbody td{height:53px;padding:6px 8px;background:#fff!important;border-top:1px solid #edf0f2!important;border-bottom:1px solid #edf0f2!important;box-shadow:0 4px 12px rgba(20,35,44,.035)}.jsh-quote-table tbody td:first-child{width:24%;border-right:1px solid #edf0f2!important;border-radius:0 8px 8px 0;text-align:right;padding-right:17px}.jsh-quote-table tbody td:nth-child(2){width:10%;text-align:center}.jsh-quote-table tbody td:nth-child(3),.jsh-quote-table tbody td:nth-child(4){width:33%}.jsh-quote-table tbody td:last-child{border-left:1px solid #edf0f2!important;border-radius:8px 0 0 8px}.jsh-quote-table tbody td strong{font-size:11px;color:#24343c}.jsh-unit-cell{padding:0;background:none;color:#51616a;font-size:10px}
.jsh-price-button{width:100%;height:38px;border:0;border-radius:5px;font-size:13px;font-weight:800;box-shadow:none;transition:.12s}.jsh-price-button:hover{transform:none;filter:brightness(.985);box-shadow:none}.jsh-price-button.is-buy{background:#dff3e8;color:#14734f}.jsh-price-button.is-sell{background:#f6e1e3;color:#b6333c}.jsh-price-button small{font-size:8px;font-weight:500;opacity:.9}
.jsh-dashboard-hero,.jsh-quick-stats{display:none!important}.jsh-view-hidden{display:none!important}
.jsh-account-rail{grid-column:3;position:sticky;top:0;height:100vh;background:#edf1f3;border-left:1px solid #dde3e6;display:flex;flex-direction:column;color:#273740;z-index:10}.jsh-account-head{height:132px;padding:30px 24px;background:#08242b;color:#fff;text-align:center;display:flex;flex-direction:column;justify-content:center}.jsh-account-head strong{font-size:14px;margin-bottom:8px}.jsh-account-head small{font-size:9px;color:#82969d}.jsh-account-table{padding:18px 20px}.jsh-account-table-head,.jsh-account-row{display:grid;grid-template-columns:1.1fr .8fr 1fr 1fr;gap:4px;align-items:center}.jsh-account-table-head{height:30px;font-size:9px;font-weight:800;color:#26343b;border-bottom:1px solid #dbe1e4}.jsh-account-row{min-height:45px;font-size:8px;border-bottom:1px solid #e1e6e8;color:#5c6a72}.jsh-account-row span:first-child{color:#29795c}.jsh-account-empty{font-size:10px;text-align:center;color:#75828a;padding:24px 0}.jsh-account-settings{margin-top:auto;padding:22px;color:#52616a;text-decoration:none;font-size:18px}
body.jsh-modal-open{overflow:hidden}.jsh-trade-modal{position:fixed;inset:0;z-index:999999;display:none}.jsh-trade-modal.open{display:block}.jsh-modal-backdrop{position:absolute;inset:0;background:rgba(30,35,38,.45);backdrop-filter:none}.jsh-modal-dialog{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:515px;max-width:calc(100vw - 30px);border-radius:7px;background:#fff;overflow:hidden;border:1px solid #d8dddf;box-shadow:0 8px 22px rgba(0,0,0,.18)}.jsh-modal-titlebar{height:58px;padding:0 24px;background:#dff8e9!important;color:#1d654d;border:0;display:flex;align-items:center;justify-content:space-between}.jsh-modal-titlebar.is-sell{background:#f8e4e6!important;color:#a83842}.jsh-modal-titlebar h3{font-size:15px;font-weight:800}.jsh-modal-close{order:2;width:26px;height:26px;padding:0;border:0;background:transparent!important;color:#151e22;font-size:22px;line-height:1;border-radius:0}.jsh-modal-form{padding:17px 27px 21px}.jsh-confirm-row{display:grid;grid-template-columns:25px 90px 1fr;align-items:center;min-height:58px;border-bottom:1px dotted #dfe4e6;gap:8px}.jsh-confirm-row label{font-size:11px;color:#29363d;font-weight:700}.jsh-confirm-row strong{font-size:13px;color:#16734f;text-align:right}.jsh-confirm-icon{width:25px;height:25px;border-radius:7px;background:#f4f6f7;color:#8d9aa2;display:grid;place-items:center;font-size:10px}.jsh-input-with-unit{display:grid;grid-template-columns:1fr 42px;align-items:center;gap:7px}.jsh-input-with-unit input{height:39px!important;padding:7px 10px!important;border:1px solid #dfe4e7!important;border-radius:6px!important;background:#fff!important;box-shadow:none!important;font-size:12px!important}.jsh-input-with-unit span{font-size:10px;color:#303e45}.jsh-modal-limits{display:none}.jsh-note-label{display:block;margin-top:13px}.jsh-note-label span{display:block;font-size:10px;color:#929ca2;margin:0 5px 7px}.jsh-note-label textarea{height:64px;min-height:64px!important;border:1px solid #dfe4e7!important;border-radius:6px!important;background:#fff!important;padding:10px!important;font-size:11px!important;resize:vertical}.jsh-modal-actions{display:flex;justify-content:center;gap:8px;margin-top:15px}.jsh-cancel-button,.jsh-confirm-button{height:38px;border:0;border-radius:6px;font-family:inherit;font-size:11px;font-weight:700;cursor:pointer}.jsh-cancel-button{width:50px;background:#e3ebef;color:#53616a}.jsh-confirm-button{width:190px;min-width:190px;background:#277d5d!important;color:#fff;box-shadow:none!important}.jsh-confirm-button.is-sell{background:#b8434d!important}.jsh-hidden-calcs{display:none}
@media(max-width:1100px){.jsh-app-shell{grid-template-columns:220px minmax(560px,1fr)}.jsh-account-rail{display:none}}
@media(max-width:820px){.jsh-app-shell{display:block}.jsh-app-sidebar{position:fixed;right:0;top:0;bottom:0;width:230px;transform:translateX(105%);transition:.2s;z-index:100000}.jsh-app-sidebar.open{transform:none}.jsh-app-main{display:block}.jsh-app-topbar{height:88px;padding:18px}.jsh-menu-toggle{display:grid}.jsh-app-content{padding:0 10px 45px}.jsh-quote-table-wrap{overflow:auto}.jsh-quote-table{min-width:620px}.jsh-modal-dialog{width:calc(100vw - 24px)}}
@media(max-width:540px){.jsh-modal-dialog{top:52%;}.jsh-modal-form{padding:15px}.jsh-confirm-row{grid-template-columns:24px 70px 1fr}.jsh-confirm-button{width:150px;min-width:150px}.jsh-brand-word{font-size:34px}}

/* 1.9.0 — Larger modal, theme Pinar font, fixed navigation */
.jsh-app,
.jsh-app *,
.jsh-trade-modal,
.jsh-trade-modal *{
  font-family:"pinar-vf","Pinar VF","Pinar",inherit!important;
}
.jsh-app-shell{align-items:start}
.jsh-app-sidebar{
  position:fixed!important;
  top:0!important;
  right:0!important;
  bottom:calc(25px + env(safe-area-inset-bottom))!important;
  width:220px!important;
  height:100vh!important;
  overflow-y:auto!important;
  overscroll-behavior:contain;
}
.jsh-app-main{grid-column:2;margin-right:0}
.jsh-account-rail{
  position:fixed!important;
  top:0!important;
  left:0!important;
  bottom:calc(25px + env(safe-area-inset-bottom))!important;
  width:282px!important;
  height:100vh!important;
  overflow-y:auto!important;
  overscroll-behavior:contain;
}
.jsh-app-nav a{font-size:14px!important}
.jsh-app-nav a span{font-size:18px!important}
.jsh-brand-word{font-size:46px!important}
.jsh-app-topbar h1{font-size:23px!important}
.jsh-board-heading h2{font-size:15px!important}
.jsh-quote-table tbody td strong{font-size:14px!important}
.jsh-unit-cell{font-size:12px!important}
.jsh-price-button{height:46px!important;font-size:16px!important}
.jsh-price-button small{font-size:10px!important}
.jsh-account-head strong{font-size:17px!important}
.jsh-account-head small{font-size:11px!important}
.jsh-account-table-head{font-size:11px!important}
.jsh-account-row{font-size:10px!important}

.jsh-modal-dialog{
  width:650px!important;
  max-width:calc(100vw - 40px)!important;
  border-radius:10px!important;
  box-shadow:0 18px 48px rgba(0,0,0,.24)!important;
}
.jsh-modal-titlebar{
  height:76px!important;
  padding:0 32px!important;
}
.jsh-modal-titlebar h3{font-size:21px!important}
.jsh-modal-close{width:34px!important;height:34px!important;font-size:28px!important}
.jsh-modal-form{padding:25px 36px 30px!important}
.jsh-confirm-row{
  grid-template-columns:34px 125px 1fr!important;
  min-height:78px!important;
  gap:12px!important;
}
.jsh-confirm-row label{font-size:15px!important}
.jsh-confirm-row strong{font-size:18px!important}
.jsh-confirm-icon{width:32px!important;height:32px!important;font-size:13px!important;border-radius:8px!important}
.jsh-input-with-unit{grid-template-columns:1fr 58px!important;gap:10px!important}
.jsh-input-with-unit input{
  height:50px!important;
  padding:10px 14px!important;
  border-radius:8px!important;
  font-size:16px!important;
}
.jsh-input-with-unit span{font-size:14px!important}
.jsh-note-label{margin-top:18px!important}
.jsh-note-label span{font-size:14px!important;margin:0 6px 9px!important}
.jsh-note-label textarea{
  height:105px!important;
  min-height:105px!important;
  padding:14px!important;
  border-radius:8px!important;
  font-size:15px!important;
}
.jsh-modal-actions{gap:12px!important;margin-top:22px!important}
.jsh-cancel-button,.jsh-confirm-button{
  height:50px!important;
  border-radius:8px!important;
  font-size:15px!important;
}
.jsh-cancel-button{width:78px!important}
.jsh-confirm-button{width:260px!important;min-width:260px!important}

@media(max-width:1100px){
  .jsh-account-rail{display:none!important}
  .jsh-app-shell{grid-template-columns:220px minmax(0,1fr)!important}
}
@media(max-width:820px){
  .jsh-app-sidebar{width:250px!important;transform:translateX(105%);transition:.2s}
  .jsh-app-sidebar.open{transform:none}
  .jsh-app-main{margin-right:0!important}
  .jsh-modal-dialog{width:calc(100vw - 24px)!important;max-height:calc(100vh - 24px);overflow:auto}
}
@media(max-width:540px){
  .jsh-modal-titlebar{height:66px!important;padding:0 20px!important}
  .jsh-modal-titlebar h3{font-size:18px!important}
  .jsh-modal-form{padding:18px!important}
  .jsh-confirm-row{grid-template-columns:30px 88px 1fr!important;min-height:68px!important;gap:8px!important}
  .jsh-confirm-row label{font-size:13px!important}
  .jsh-confirm-row strong{font-size:15px!important}
  .jsh-input-with-unit input{height:46px!important;font-size:15px!important}
  .jsh-confirm-button{width:190px!important;min-width:190px!important}
}

/* AJAX order submission state — version remains 1.9.0. */
.jsh-ajax-feedback{min-height:28px;margin:0 0 12px;text-align:center;font-family:inherit;font-size:16px;font-weight:700;line-height:1.7;color:#64748b;transition:.2s ease}
.jsh-ajax-feedback:empty{display:none}
.jsh-ajax-feedback.is-loading{display:block;color:#176b50}
.jsh-ajax-feedback.is-success{display:block;color:#137a4b;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:10px;padding:9px 12px}
.jsh-ajax-feedback.is-error{display:block;color:#b42318;background:#fff1f2;border:1px solid #fecdd3;border-radius:10px;padding:9px 12px}
.jsh-confirm-button{display:inline-flex!important;align-items:center;justify-content:center;gap:10px}
.jsh-confirm-button:disabled{cursor:wait!important;opacity:.86;filter:saturate(.82)}
.jsh-button-spinner{width:20px;height:20px;border:3px solid rgba(255,255,255,.42);border-top-color:#fff;border-radius:50%;display:inline-block;animation:jshAjaxSpin .72s linear infinite;flex:0 0 auto}
.jsh-submit-check{width:22px;height:22px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:rgba(255,255,255,.2);font-size:15px}
.jsh-modal-form.is-submitting .jsh-modal-actions .jsh-cancel-button{opacity:.55;cursor:not-allowed}
@keyframes jshAjaxSpin{to{transform:rotate(360deg)}}
@media (prefers-reduced-motion:reduce){.jsh-button-spinner{animation-duration:1.5s}}

/* Transactions view — reference-style, compact, animated and scrollbar-free. */
.jsh-orders-modern{padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important;overflow:visible!important}
.jsh-orders-modern .jsh-orders-head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:0 0 18px;padding:0 2px}
.jsh-orders-modern .jsh-orders-head h2{margin:0;font-size:25px;font-weight:850;color:#263238}
.jsh-orders-modern .jsh-orders-head p{display:none!important}
.jsh-order-search-toggle{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:0;background:#202327;color:#fff;border-radius:7px;min-height:48px;padding:0 22px;font:700 15px/1 pinar-vf,inherit;cursor:pointer;box-shadow:0 4px 12px rgba(18,24,28,.14);transition:.22s ease}
.jsh-order-search-toggle:after{content:'⌄';font-size:18px;transition:transform .28s ease}
.jsh-order-search-toggle:hover{background:#111417;transform:translateY(-1px)}
.jsh-order-search-toggle[aria-expanded="true"]:after{transform:rotate(180deg)}
.jsh-order-search-toggle span{font-size:20px;line-height:1}
.jsh-order-search-panel{display:block!important;max-height:0;opacity:0;overflow:hidden;transform:translateY(-10px);visibility:hidden;margin:0;padding:0 28px;background:#e8f1f4;border:1px solid transparent;border-radius:10px;box-shadow:none;transition:max-height .38s cubic-bezier(.4,0,.2,1),opacity .26s ease,transform .32s ease,padding .32s ease,margin .32s ease,border-color .32s ease,visibility 0s linear .38s}
.jsh-order-search-panel.is-open{max-height:620px;opacity:1;visibility:visible;transform:translateY(0);margin:0 0 18px;padding:26px 28px;border-color:#d6e4e8;box-shadow:0 8px 22px rgba(55,78,87,.06);transition:max-height .42s cubic-bezier(.4,0,.2,1),opacity .3s ease,transform .34s ease,padding .34s ease,margin .34s ease,border-color .34s ease,visibility 0s}
.jsh-order-search-grid{display:grid;grid-template-columns:minmax(340px,2fr) repeat(3,minmax(150px,1fr));gap:18px 16px;align-items:end}
.jsh-order-search-grid label{display:flex;flex-direction:column;gap:9px;color:#4a5d62;font-size:14px;font-weight:700;min-width:0}
.jsh-order-search-grid label:first-child{grid-column:span 2}
.jsh-order-search-grid input,.jsh-order-search-grid select{width:100%;height:52px;margin:0;padding:0 16px;border:1px solid #cfdbdf;border-radius:8px;background:#fff;color:#26363a;font:600 15px/1 pinar-vf,inherit;outline:0;box-sizing:border-box;transition:.2s ease}
.jsh-order-search-grid input:focus,.jsh-order-search-grid select:focus{border-color:#678b93;box-shadow:0 0 0 4px rgba(82,126,136,.1)}
.jsh-order-search-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:22px}
.jsh-order-search-actions button{height:48px;min-width:135px;padding:0 24px;border-radius:8px;font:750 15px/1 pinar-vf,inherit;cursor:pointer}
.jsh-order-search-actions .jsh-primary{border:0;background:#244f52;color:#fff}
.jsh-order-search-actions .jsh-secondary{border:1px solid #cbd8dc;background:#fff;color:#52656a}
.jsh-orders-result-meta{display:flex;justify-content:flex-start;margin:0 0 10px;color:#79888c;font-size:13px}
.jsh-orders-table-wrap{overflow:visible!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;width:100%}
.jsh-orders-table{display:block;width:100%!important;min-width:0!important;border:0!important;border-collapse:separate!important;margin:0!important;background:transparent!important}
.jsh-orders-table thead{display:none!important}
.jsh-orders-table tbody{display:flex;flex-direction:column;gap:14px;width:100%}
.jsh-orders-table tbody tr.jsh-order-row{display:grid;grid-template-columns:minmax(230px,1.5fr) 90px minmax(120px,.8fr) minmax(110px,.7fr) minmax(160px,1fr) 120px 70px;align-items:center;gap:12px;width:100%;min-height:128px;padding:18px 22px;background:#f7f7fa;border:1px solid #ececf1;border-radius:9px;box-shadow:0 3px 12px rgba(48,54,64,.035);box-sizing:border-box;transition:.2s ease}
.jsh-orders-table tbody tr.jsh-order-row:hover{transform:translateY(-1px);box-shadow:0 8px 20px rgba(48,54,64,.07)}
.jsh-orders-table tbody tr.jsh-order-row td{display:block;height:auto!important;padding:0!important;border:0!important;background:transparent!important;color:#344547;font-size:14px;text-align:center;vertical-align:middle;white-space:normal;min-width:0}
.jsh-orders-table tbody tr.jsh-order-row td:first-child,.jsh-orders-table tbody tr.jsh-order-row td:nth-child(7),.jsh-orders-table tbody tr.jsh-order-row td:nth-child(8){display:none!important}
.jsh-orders-table td.jsh-order-product{text-align:right!important}
.jsh-orders-table td.jsh-order-product strong{display:block;font-size:16px;color:#314b48;font-weight:800;line-height:1.7}
.jsh-orders-table .jsh-order-number{display:block;margin-top:2px;color:#7f8d91;font-size:12px}
.jsh-orders-table .jsh-order-datetime{display:block;margin-top:5px;color:#a0aaad;font-size:11px}
.jsh-orders-table td:nth-child(4):before{content:'قیمت';display:block;margin-bottom:5px;color:#8a9699;font-size:11px}
.jsh-orders-table td:nth-child(5):before{content:'مقدار';display:block;margin-bottom:5px;color:#8a9699;font-size:11px}
.jsh-orders-table td:nth-child(6):before{content:'مبلغ نهایی';display:block;margin-bottom:5px;color:#8a9699;font-size:11px}
.jsh-orders-table td:nth-child(6) strong{font-size:16px;color:#263b3d}
.jsh-orders-table td small{color:#8d999b;font-size:11px}
.jsh-order-side{display:inline-flex;align-items:center;justify-content:center;min-width:62px;height:30px;border-radius:6px;font-size:12px;font-weight:750}
.jsh-order-side.side-buy{background:#e5f5e9;color:#217a3d}.jsh-order-side.side-sell{background:#fde8eb;color:#be4050}
.jsh-orders-table .jsh-status{display:inline-flex;align-items:center;justify-content:center;min-width:88px;min-height:30px;padding:4px 10px;border-radius:6px;font-size:11px;font-weight:750;line-height:1.4}
.jsh-orders-table .status-settled{background:#e6f2e8;color:#3f7650}.jsh-orders-table .status-pending,.jsh-orders-table .status-under_review,.jsh-orders-table .status-accepted{background:#fff3dc;color:#a66c13}.jsh-orders-table .status-rejected,.jsh-orders-table .status-cancelled{background:#f8e6e8;color:#a33d4a}
.jsh-orders-table .jsh-link-button{padding:6px 10px!important;border-radius:6px!important;font-size:11px!important}
.jsh-orders-no-result,.jsh-orders-empty{display:block!important;width:100%}
.jsh-orders-no-result td,.jsh-orders-empty td{display:block!important;width:100%;padding:34px!important;background:#f7f7fa!important;border-radius:9px!important;color:#879496!important;text-align:center!important}
@media(max-width:1250px){.jsh-order-search-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.jsh-order-search-grid label:first-child{grid-column:1/-1}.jsh-orders-table tbody tr.jsh-order-row{grid-template-columns:minmax(210px,1.5fr) 80px minmax(105px,.8fr) minmax(95px,.7fr) minmax(135px,1fr) 105px 58px;padding:16px}}
@media(max-width:900px){.jsh-orders-table tbody tr.jsh-order-row{grid-template-columns:1.5fr .7fr 1fr;gap:14px}.jsh-orders-table tbody tr.jsh-order-row td:nth-child(4),.jsh-orders-table tbody tr.jsh-order-row td:nth-child(5),.jsh-orders-table tbody tr.jsh-order-row td:nth-child(6){text-align:right}.jsh-orders-table tbody tr.jsh-order-row td:nth-child(9){text-align:left}.jsh-orders-table tbody tr.jsh-order-row td:nth-child(10){display:none}.jsh-order-search-grid{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.jsh-orders-modern .jsh-orders-head{align-items:center}.jsh-orders-modern .jsh-orders-head h2{font-size:21px}.jsh-order-search-toggle{min-height:44px;padding:0 14px}.jsh-order-search-panel.is-open{padding:20px 16px}.jsh-order-search-grid{grid-template-columns:1fr}.jsh-order-search-grid label:first-child{grid-column:auto}.jsh-order-search-grid input,.jsh-order-search-grid select{height:50px}.jsh-order-search-actions{flex-direction:column}.jsh-order-search-actions button{width:100%}.jsh-orders-table tbody tr.jsh-order-row{grid-template-columns:1fr 1fr;min-height:0;padding:16px}.jsh-orders-table td.jsh-order-product{grid-column:1/-1}.jsh-orders-table tbody tr.jsh-order-row td:nth-child(9){text-align:right}}

/* 1.9.0 hotfix: complete transactions background container. */
.jsh-orders-modern{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  padding:24px!important;
  margin:0!important;
  background:#fff!important;
  border:1px solid #e5ecef!important;
  border-radius:14px!important;
  box-shadow:0 8px 28px rgba(41,61,68,.06)!important;
  overflow:hidden!important;
  box-sizing:border-box!important;
}
.jsh-orders-modern .jsh-orders-head{
  width:100%;
  box-sizing:border-box;
  margin:0 0 18px!important;
  padding:0!important;
}
.jsh-orders-modern .jsh-order-search-panel,
.jsh-orders-modern .jsh-orders-result-meta,
.jsh-orders-modern .jsh-orders-table-wrap{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  box-sizing:border-box!important;
}
.jsh-orders-modern .jsh-orders-table-wrap{
  display:block!important;
  padding:16px!important;
  background:#f3f5f7!important;
  border:1px solid #e8edef!important;
  border-radius:12px!important;
  overflow:hidden!important;
}
.jsh-orders-modern .jsh-orders-table,
.jsh-orders-modern .jsh-orders-table tbody{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  box-sizing:border-box!important;
}
.jsh-orders-modern .jsh-orders-table tbody tr.jsh-order-row{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  margin:0!important;
  background:#fff!important;
  border-color:#e6ebee!important;
  box-shadow:0 3px 12px rgba(48,54,64,.045)!important;
}
.jsh-orders-modern .jsh-orders-table tbody tr.jsh-order-row:last-of-type{
  margin-bottom:calc(25px + env(safe-area-inset-bottom))!important;
}
.jsh-orders-modern .jsh-orders-empty,
.jsh-orders-modern .jsh-orders-no-result{
  width:100%!important;
  max-width:100%!important;
  box-sizing:border-box!important;
}
.jsh-orders-modern .jsh-orders-empty td,
.jsh-orders-modern .jsh-orders-no-result td{
  width:100%!important;
  box-sizing:border-box!important;
  background:#fff!important;
  border:1px solid #e6ebee!important;
}
@media(max-width:900px){
  .jsh-orders-modern{padding:18px!important;border-radius:12px!important}
  .jsh-orders-modern .jsh-orders-table-wrap{padding:12px!important}
}
@media(max-width:640px){
  .jsh-orders-modern{padding:14px!important;border-radius:10px!important}
  .jsh-orders-modern .jsh-orders-table-wrap{padding:10px!important;border-radius:10px!important}
}

/* 1.9.0 final hotfix — stable search layout and per-card status. */
.jsh-orders-modern .jsh-order-search-panel{
  width:100%!important;
  max-width:100%!important;
  box-sizing:border-box!important;
  clear:both!important;
}
.jsh-orders-modern .jsh-order-search-panel.is-open{
  max-height:900px!important;
  padding:24px!important;
  margin:0 0 18px!important;
  background:#eef5f7!important;
  border:1px solid #dbe7ea!important;
  border-radius:12px!important;
  overflow:hidden!important;
}
.jsh-orders-modern .jsh-order-search-grid{
  display:grid!important;
  grid-template-columns:repeat(12,minmax(0,1fr))!important;
  gap:16px!important;
  width:100%!important;
  align-items:end!important;
}
.jsh-orders-modern .jsh-order-search-grid label{
  grid-column:span 3!important;
  width:100%!important;
  min-width:0!important;
  margin:0!important;
  box-sizing:border-box!important;
}
.jsh-orders-modern .jsh-order-search-grid label:first-child{
  grid-column:span 6!important;
}
.jsh-orders-modern .jsh-order-search-grid input,
.jsh-orders-modern .jsh-order-search-grid select{
  display:block!important;
  width:100%!important;
  min-width:0!important;
  height:54px!important;
  padding:0 16px!important;
  margin:0!important;
  border:1px solid #cbdadd!important;
  border-radius:9px!important;
  background:#fff!important;
  box-sizing:border-box!important;
  font-family:pinar-vf,inherit!important;
  font-size:15px!important;
  line-height:1.4!important;
  color:#25383c!important;
}
.jsh-orders-modern .jsh-order-search-grid input[type="search"]{
  -webkit-appearance:none!important;
  appearance:none!important;
}
.jsh-orders-modern .jsh-order-search-actions{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  flex-wrap:wrap!important;
  gap:12px!important;
  width:100%!important;
  margin:20px 0 0!important;
}
.jsh-orders-modern .jsh-order-search-actions button{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  height:50px!important;
  min-width:150px!important;
  margin:0!important;
  padding:0 24px!important;
  box-sizing:border-box!important;
}

/* Every transaction is a self-contained card, including its own status. */
.jsh-orders-modern .jsh-orders-table tbody tr.jsh-order-row{
  position:relative!important;
  display:grid!important;
  grid-template-columns:minmax(220px,1.45fr) 82px minmax(115px,.8fr) minmax(105px,.7fr) minmax(145px,1fr) 76px!important;
  gap:14px!important;
  align-items:center!important;
  min-height:116px!important;
  padding:20px 24px 20px 132px!important;
  overflow:hidden!important;
}
.jsh-orders-modern .jsh-orders-table tbody tr.jsh-order-row td:nth-child(9){
  display:flex!important;
  position:absolute!important;
  top:18px!important;
  left:18px!important;
  width:auto!important;
  min-width:96px!important;
  justify-content:center!important;
  z-index:2!important;
}
.jsh-orders-modern .jsh-orders-table tbody tr.jsh-order-row td:nth-child(10){
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
.jsh-orders-modern .jsh-orders-table .jsh-status{
  min-width:96px!important;
  min-height:34px!important;
  padding:6px 12px!important;
  border-radius:7px!important;
  font-size:12px!important;
  box-shadow:0 2px 8px rgba(44,63,68,.06)!important;
}
.jsh-orders-modern .jsh-orders-table td.jsh-order-product{
  padding-left:8px!important;
}

@media(max-width:1180px){
  .jsh-orders-modern .jsh-order-search-grid label,
  .jsh-orders-modern .jsh-order-search-grid label:first-child{grid-column:span 6!important}
  .jsh-orders-modern .jsh-orders-table tbody tr.jsh-order-row{
    grid-template-columns:minmax(190px,1.35fr) 76px minmax(100px,.8fr) minmax(95px,.7fr) minmax(130px,1fr) 62px!important;
    padding-left:122px!important;
  }
}
@media(max-width:820px){
  .jsh-orders-modern .jsh-order-search-panel.is-open{padding:18px!important}
  .jsh-orders-modern .jsh-order-search-grid label,
  .jsh-orders-modern .jsh-order-search-grid label:first-child{grid-column:1/-1!important}
  .jsh-orders-modern .jsh-orders-table tbody tr.jsh-order-row{
    grid-template-columns:1fr 1fr!important;
    padding:64px 18px 18px!important;
    gap:16px!important;
  }
  .jsh-orders-modern .jsh-orders-table tbody tr.jsh-order-row td.jsh-order-product{grid-column:1/-1!important}
  .jsh-orders-modern .jsh-orders-table tbody tr.jsh-order-row td:nth-child(9){top:16px!important;left:16px!important}
  .jsh-orders-modern .jsh-orders-table tbody tr.jsh-order-row td:nth-child(10){position:absolute!important;top:16px!important;right:16px!important}
}
@media(max-width:520px){
  .jsh-orders-modern .jsh-order-search-actions{flex-direction:column!important}
  .jsh-orders-modern .jsh-order-search-actions button{width:100%!important}
  .jsh-orders-modern .jsh-orders-table tbody tr.jsh-order-row{grid-template-columns:1fr!important;padding-top:66px!important}
  .jsh-orders-modern .jsh-orders-table tbody tr.jsh-order-row td{width:100%!important;text-align:right!important}
  .jsh-orders-modern .jsh-orders-table tbody tr.jsh-order-row td.jsh-order-product{grid-column:auto!important}
}

/* 1.9.0 hotfix: search control alignment and non-overlapping order status. */
.jsh-order-search-toggle{
  position:relative;
  display:inline-flex!important;
  flex-direction:row!important;
  align-items:center!important;
  justify-content:center!important;
  gap:9px!important;
  min-width:132px!important;
  height:48px!important;
  padding:0 18px!important;
  white-space:nowrap!important;
  line-height:1!important;
  overflow:visible!important;
}
.jsh-order-search-toggle .jsh-search-label{
  display:inline-block!important;
  font:750 15px/1 pinar-vf,inherit!important;
  line-height:1!important;
  transform:none!important;
}
.jsh-order-search-toggle .jsh-search-icon{
  position:relative!important;
  display:inline-block!important;
  width:18px!important;
  height:18px!important;
  flex:0 0 18px!important;
  font-size:0!important;
  line-height:0!important;
}
.jsh-order-search-toggle .jsh-search-icon:before{
  content:"";
  position:absolute;
  width:10px;
  height:10px;
  top:1px;
  right:1px;
  border:2px solid currentColor;
  border-radius:50%;
  box-sizing:border-box;
}
.jsh-order-search-toggle .jsh-search-icon:after{
  content:"";
  position:absolute;
  width:7px;
  height:2px;
  left:1px;
  bottom:2px;
  border-radius:2px;
  background:currentColor;
  transform:rotate(45deg);
  transform-origin:center;
}
.jsh-order-search-toggle:after{
  display:inline-block!important;
  margin-right:1px!important;
  line-height:1!important;
}

/* Explicit order-card columns prevent the status badge from covering the total. */
.jsh-orders-table tbody tr.jsh-order-row{
  grid-template-columns:minmax(210px,1.6fr) 82px minmax(120px,.9fr) minmax(105px,.75fr) minmax(155px,1.05fr) minmax(108px,.8fr) 64px!important;
}
.jsh-orders-table tbody tr.jsh-order-row > td:nth-child(2){grid-column:1;min-width:0!important}
.jsh-orders-table tbody tr.jsh-order-row > td:nth-child(3){grid-column:2;min-width:0!important}
.jsh-orders-table tbody tr.jsh-order-row > td:nth-child(4){grid-column:3;min-width:0!important}
.jsh-orders-table tbody tr.jsh-order-row > td:nth-child(5){grid-column:4;min-width:0!important}
.jsh-orders-table tbody tr.jsh-order-row > td:nth-child(6){grid-column:5;min-width:0!important;padding-inline:8px!important}
.jsh-orders-table tbody tr.jsh-order-row > td:nth-child(9){grid-column:6;min-width:0!important;position:static!important;z-index:auto!important}
.jsh-orders-table tbody tr.jsh-order-row > td:nth-child(10){grid-column:7;min-width:0!important;position:static!important;z-index:auto!important}
.jsh-orders-table tbody tr.jsh-order-row > td:nth-child(6) strong{
  display:inline-block!important;
  max-width:100%!important;
  overflow-wrap:anywhere!important;
}
.jsh-orders-table .jsh-status{
  position:static!important;
  max-width:100%!important;
  white-space:nowrap!important;
  margin:0 auto!important;
  box-sizing:border-box!important;
}

@media(max-width:1250px){
  .jsh-orders-table tbody tr.jsh-order-row{
    grid-template-columns:minmax(190px,1.5fr) 74px minmax(105px,.85fr) minmax(92px,.72fr) minmax(135px,1fr) minmax(100px,.78fr) 56px!important;
  }
}
@media(max-width:900px){
  .jsh-orders-table tbody tr.jsh-order-row{
    grid-template-columns:minmax(0,1.4fr) minmax(0,.75fr) minmax(0,1fr)!important;
  }
  .jsh-orders-table tbody tr.jsh-order-row > td:nth-child(2){grid-column:1 / -1!important}
  .jsh-orders-table tbody tr.jsh-order-row > td:nth-child(3){grid-column:1!important}
  .jsh-orders-table tbody tr.jsh-order-row > td:nth-child(4){grid-column:2!important}
  .jsh-orders-table tbody tr.jsh-order-row > td:nth-child(5){grid-column:3!important}
  .jsh-orders-table tbody tr.jsh-order-row > td:nth-child(6){grid-column:1 / span 2!important;text-align:right!important}
  .jsh-orders-table tbody tr.jsh-order-row > td:nth-child(9){grid-column:3!important;text-align:left!important}
  .jsh-orders-table tbody tr.jsh-order-row > td:nth-child(10){display:none!important}
}
@media(max-width:640px){
  .jsh-order-search-toggle{min-width:122px!important;height:44px!important;padding:0 14px!important;gap:8px!important}
  .jsh-order-search-toggle .jsh-search-label{font-size:14px!important}
  .jsh-orders-table tbody tr.jsh-order-row{
    grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
  }
  .jsh-orders-table tbody tr.jsh-order-row > td:nth-child(2){grid-column:1 / -1!important}
  .jsh-orders-table tbody tr.jsh-order-row > td:nth-child(3){grid-column:1!important}
  .jsh-orders-table tbody tr.jsh-order-row > td:nth-child(4){grid-column:2!important}
  .jsh-orders-table tbody tr.jsh-order-row > td:nth-child(5){grid-column:1!important}
  .jsh-orders-table tbody tr.jsh-order-row > td:nth-child(6){grid-column:2!important;text-align:right!important}
  .jsh-orders-table tbody tr.jsh-order-row > td:nth-child(9){grid-column:1 / -1!important;text-align:right!important;margin-top:2px!important}
  .jsh-orders-table .jsh-status{margin:0!important}
}

/* 1.9.0 emergency UI correction: stable search button and transaction status layout. */
.jsh-orders-modern .jsh-orders-head{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  flex-wrap:nowrap!important;
  gap:16px!important;
}
.jsh-orders-modern .jsh-order-search-toggle{
  appearance:none!important;
  -webkit-appearance:none!important;
  position:relative!important;
  display:inline-flex!important;
  flex-direction:row!important;
  align-items:center!important;
  justify-content:center!important;
  gap:9px!important;
  flex:0 0 auto!important;
  width:auto!important;
  min-width:142px!important;
  max-width:none!important;
  height:48px!important;
  min-height:48px!important;
  margin:0!important;
  padding:0 17px!important;
  border:0!important;
  border-radius:8px!important;
  background:#202428!important;
  color:#fff!important;
  box-shadow:0 4px 12px rgba(18,24,28,.14)!important;
  font-family:pinar-vf,inherit!important;
  font-size:15px!important;
  font-weight:750!important;
  line-height:1!important;
  letter-spacing:0!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  cursor:pointer!important;
  transform:none!important;
}
.jsh-orders-modern .jsh-order-search-toggle:hover{background:#111417!important;transform:none!important}
.jsh-orders-modern .jsh-order-search-toggle:before,
.jsh-orders-modern .jsh-order-search-toggle:after{content:none!important;display:none!important}
.jsh-orders-modern .jsh-order-search-toggle .jsh-search-icon{
  position:static!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex:0 0 20px!important;
  width:20px!important;
  height:20px!important;
  margin:0!important;
  padding:0!important;
  font-size:0!important;
  line-height:0!important;
}
.jsh-orders-modern .jsh-order-search-toggle .jsh-search-icon:before,
.jsh-orders-modern .jsh-order-search-toggle .jsh-search-icon:after{content:none!important;display:none!important}
.jsh-orders-modern .jsh-order-search-toggle .jsh-search-icon svg{
  display:block!important;
  width:20px!important;
  height:20px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:2!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
.jsh-orders-modern .jsh-order-search-toggle .jsh-search-label{
  display:inline-block!important;
  margin:0!important;
  padding:0!important;
  font:750 15px/1 pinar-vf,inherit!important;
  color:inherit!important;
  white-space:nowrap!important;
}
.jsh-orders-modern .jsh-order-search-toggle .jsh-search-chevron{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex:0 0 16px!important;
  width:16px!important;
  height:16px!important;
  margin:0!important;
  padding:0!important;
  font:700 18px/1 Arial,sans-serif!important;
  color:inherit!important;
  transition:transform .25s ease!important;
}
.jsh-orders-modern .jsh-order-search-toggle[aria-expanded="true"] .jsh-search-chevron{transform:rotate(180deg)!important}

/* Transaction cards: named grid areas eliminate every overlap. */
.jsh-orders-modern .jsh-orders-table tbody tr.jsh-order-row{
  position:relative!important;
  display:grid!important;
  grid-template-columns:minmax(210px,1.65fr) 76px minmax(105px,.85fr) minmax(95px,.75fr) minmax(140px,1.05fr) minmax(100px,.8fr) 58px!important;
  grid-template-areas:"product side price qty total status action"!important;
  align-items:center!important;
  gap:12px!important;
  min-height:112px!important;
  padding:18px 20px!important;
  overflow:visible!important;
}
.jsh-orders-modern .jsh-orders-table tbody tr.jsh-order-row > td{position:static!important;min-width:0!important;max-width:100%!important;width:auto!important;margin:0!important;z-index:auto!important}
.jsh-orders-modern .jsh-orders-table tbody tr.jsh-order-row > td:nth-child(1),
.jsh-orders-modern .jsh-orders-table tbody tr.jsh-order-row > td:nth-child(7),
.jsh-orders-modern .jsh-orders-table tbody tr.jsh-order-row > td:nth-child(8){display:none!important}
.jsh-orders-modern .jsh-orders-table tbody tr.jsh-order-row > td:nth-child(2){grid-area:product!important;display:block!important;text-align:right!important}
.jsh-orders-modern .jsh-orders-table tbody tr.jsh-order-row > td:nth-child(3){grid-area:side!important;display:block!important;text-align:center!important}
.jsh-orders-modern .jsh-orders-table tbody tr.jsh-order-row > td:nth-child(4){grid-area:price!important;display:block!important;text-align:center!important}
.jsh-orders-modern .jsh-orders-table tbody tr.jsh-order-row > td:nth-child(5){grid-area:qty!important;display:block!important;text-align:center!important}
.jsh-orders-modern .jsh-orders-table tbody tr.jsh-order-row > td:nth-child(6){grid-area:total!important;display:block!important;text-align:center!important;padding:0 6px!important}
.jsh-orders-modern .jsh-orders-table tbody tr.jsh-order-row > td:nth-child(9){grid-area:status!important;display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important}
.jsh-orders-modern .jsh-orders-table tbody tr.jsh-order-row > td:nth-child(10){grid-area:action!important;display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important}
.jsh-orders-modern .jsh-orders-table .jsh-status{
  position:static!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:auto!important;
  min-width:92px!important;
  max-width:100%!important;
  min-height:34px!important;
  margin:0!important;
  padding:6px 10px!important;
  white-space:nowrap!important;
  box-sizing:border-box!important;
}
.jsh-orders-modern .jsh-orders-table tbody tr.jsh-order-row > td:nth-child(6) strong{display:block!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}

@media(max-width:1100px){
  .jsh-orders-modern .jsh-orders-table tbody tr.jsh-order-row{
    grid-template-columns:minmax(180px,1.45fr) 72px minmax(95px,.8fr) minmax(85px,.7fr) minmax(125px,1fr) minmax(92px,.75fr)!important;
    grid-template-areas:"product side price qty total status"!important;
  }
  .jsh-orders-modern .jsh-orders-table tbody tr.jsh-order-row > td:nth-child(10){display:none!important}
}
@media(max-width:760px){
  .jsh-orders-modern .jsh-orders-head{align-items:center!important}
  .jsh-orders-modern .jsh-order-search-toggle{min-width:128px!important;height:44px!important;min-height:44px!important;padding:0 13px!important;gap:7px!important}
  .jsh-orders-modern .jsh-order-search-toggle .jsh-search-label{font-size:14px!important}
  .jsh-orders-modern .jsh-orders-table tbody tr.jsh-order-row{
    grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(92px,.8fr)!important;
    grid-template-areas:
      "product product status"
      "side price qty"
      "total total total"!important;
    gap:14px!important;
    padding:16px!important;
  }
  .jsh-orders-modern .jsh-orders-table tbody tr.jsh-order-row > td:nth-child(4),
  .jsh-orders-modern .jsh-orders-table tbody tr.jsh-order-row > td:nth-child(5),
  .jsh-orders-modern .jsh-orders-table tbody tr.jsh-order-row > td:nth-child(6){text-align:right!important}
  .jsh-orders-modern .jsh-orders-table tbody tr.jsh-order-row > td:nth-child(9){justify-content:flex-end!important}
}
@media(max-width:480px){
  .jsh-orders-modern .jsh-orders-head{flex-wrap:wrap!important}
  .jsh-orders-modern .jsh-order-search-toggle{width:100%!important;min-width:0!important}
  .jsh-orders-modern .jsh-orders-table tbody tr.jsh-order-row{
    grid-template-columns:minmax(0,1fr) minmax(90px,.8fr)!important;
    grid-template-areas:
      "product status"
      "side side"
      "price qty"
      "total total"!important;
  }
}

/* === 1.9.0 definitive transactions layout fix (2026-08) === */
.jsh-orders-modern,
.jsh-orders-modern *{box-sizing:border-box!important}

/* Search trigger: compact type, one horizontal row, no theme interference. */
.jsh-orders-modern .jsh-orders-head{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:14px!important;
  width:100%!important;
}
.jsh-orders-modern .jsh-order-search-toggle{
  appearance:none!important;
  -webkit-appearance:none!important;
  display:inline-flex!important;
  flex-flow:row nowrap!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
  width:auto!important;
  min-width:132px!important;
  height:42px!important;
  min-height:42px!important;
  padding:0 13px!important;
  margin:0!important;
  border:0!important;
  border-radius:7px!important;
  background:#202428!important;
  color:#fff!important;
  box-shadow:0 3px 9px rgba(20,26,30,.16)!important;
  font-family:pinar-vf,inherit!important;
  font-size:12px!important;
  font-weight:700!important;
  line-height:1!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-decoration:none!important;
}
.jsh-orders-modern .jsh-order-search-toggle > span{
  position:static!important;
  display:inline-flex!important;
  flex:none!important;
  align-items:center!important;
  justify-content:center!important;
  margin:0!important;
  padding:0!important;
  line-height:1!important;
  vertical-align:middle!important;
}
.jsh-orders-modern .jsh-order-search-toggle .jsh-search-label{
  font-family:pinar-vf,inherit!important;
  font-size:12px!important;
  font-weight:700!important;
  line-height:1!important;
}
.jsh-orders-modern .jsh-order-search-toggle .jsh-search-icon{
  width:15px!important;
  height:15px!important;
  flex-basis:15px!important;
}
.jsh-orders-modern .jsh-order-search-toggle .jsh-search-icon svg{
  display:block!important;
  width:15px!important;
  height:15px!important;
  overflow:visible!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:2!important;
}
.jsh-orders-modern .jsh-order-search-toggle .jsh-search-chevron{
  width:13px!important;
  height:13px!important;
  flex-basis:13px!important;
  font:700 14px/1 Arial,sans-serif!important;
}

/* The list background owns the whole width, including the status column. */
.jsh-orders-modern .jsh-orders-table-wrap{
  width:100%!important;
  max-width:100%!important;
  margin:0!important;
  padding:10px!important;
  overflow:hidden!important;
  border:1px solid #e4eaed!important;
  border-radius:10px!important;
  background:#f1f5f6!important;
}
.jsh-orders-modern .jsh-orders-table,
.jsh-orders-modern .jsh-orders-table tbody{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  margin:0!important;
  padding:0!important;
}
.jsh-orders-modern .jsh-orders-table tbody tr.jsh-order-row{
  position:relative!important;
  display:grid!important;
  width:100%!important;
  max-width:100%!important;
  grid-template-columns:minmax(210px,1.65fr) 70px minmax(100px,.82fr) minmax(88px,.72fr) minmax(132px,1fr) minmax(90px,.72fr) 54px!important;
  grid-template-areas:"product side price qty total status action"!important;
  align-items:center!important;
  gap:10px!important;
  min-height:92px!important;
  margin:0 0 9px!important;
  padding:15px 16px!important;
  overflow:hidden!important;
  border:1px solid #e7ecee!important;
  border-radius:8px!important;
  background:#fff!important;
  box-shadow:0 2px 8px rgba(30,48,55,.045)!important;
}
.jsh-orders-modern .jsh-orders-table tbody tr.jsh-order-row:last-of-type{margin-bottom:0!important}
.jsh-orders-modern .jsh-orders-table tbody tr.jsh-order-row > td{
  min-width:0!important;
  max-width:100%!important;
  overflow:hidden!important;
}
.jsh-orders-modern .jsh-orders-table tbody tr.jsh-order-row > td:nth-child(9){
  grid-area:status!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  min-width:0!important;
  overflow:visible!important;
}
.jsh-orders-modern .jsh-orders-table .jsh-status{
  position:static!important;
  inset:auto!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  min-width:0!important;
  max-width:100%!important;
  min-height:30px!important;
  margin:0!important;
  padding:5px 7px!important;
  border-radius:6px!important;
  font-size:10px!important;
  font-weight:750!important;
  line-height:1.35!important;
  white-space:normal!important;
  text-align:center!important;
  overflow-wrap:anywhere!important;
}

/* Empty/no-result row stays inside the same complete background box. */
.jsh-orders-modern .jsh-orders-table tbody tr.jsh-orders-empty,
.jsh-orders-modern .jsh-orders-table tbody tr.jsh-orders-no-result{
  display:block!important;
  width:100%!important;
  margin:0!important;
  border:1px solid #e7ecee!important;
  border-radius:8px!important;
  background:#fff!important;
}
.jsh-orders-modern .jsh-orders-table tbody tr.jsh-orders-empty td,
.jsh-orders-modern .jsh-orders-table tbody tr.jsh-orders-no-result td{
  display:block!important;
  width:100%!important;
  padding:20px!important;
  text-align:center!important;
}

@media(max-width:1100px){
  .jsh-orders-modern .jsh-orders-table tbody tr.jsh-order-row{
    grid-template-columns:minmax(180px,1.5fr) 64px minmax(92px,.78fr) minmax(82px,.68fr) minmax(120px,.95fr) minmax(86px,.7fr)!important;
    grid-template-areas:"product side price qty total status"!important;
  }
  .jsh-orders-modern .jsh-orders-table tbody tr.jsh-order-row > td:nth-child(10){display:none!important}
}
@media(max-width:760px){
  .jsh-orders-modern .jsh-order-search-toggle{min-width:122px!important;height:40px!important;min-height:40px!important;padding:0 11px!important;gap:6px!important}
  .jsh-orders-modern .jsh-order-search-toggle .jsh-search-label{font-size:11px!important}
  .jsh-orders-modern .jsh-orders-table-wrap{padding:8px!important}
  .jsh-orders-modern .jsh-orders-table tbody tr.jsh-order-row{
    grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(90px,.75fr)!important;
    grid-template-areas:"product product status" "side price qty" "total total total"!important;
    gap:11px!important;
    padding:14px!important;
    overflow:hidden!important;
  }
  .jsh-orders-modern .jsh-orders-table .jsh-status{font-size:9px!important}
}
@media(max-width:480px){
  .jsh-orders-modern .jsh-orders-head{flex-wrap:wrap!important}
  .jsh-orders-modern .jsh-order-search-toggle{width:auto!important;min-width:118px!important}
  .jsh-orders-modern .jsh-orders-table tbody tr.jsh-order-row{
    grid-template-columns:minmax(0,1fr) minmax(86px,.7fr)!important;
    grid-template-areas:"product status" "side side" "price qty" "total total"!important;
  }
}

/* 1.9.0 cancel-button visibility hotfix. Keep the action inside every order card. */
.jsh-orders-modern .jsh-orders-table tbody tr.jsh-order-row > td.jsh-order-action{
  grid-area:action!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  min-width:0!important;
  overflow:visible!important;
}
.jsh-orders-modern .jsh-order-action form{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  margin:0!important;
  padding:0!important;
}
.jsh-orders-modern .jsh-order-cancel-button{
  appearance:none!important;
  -webkit-appearance:none!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  min-width:48px!important;
  min-height:32px!important;
  margin:0!important;
  padding:6px 9px!important;
  border:1px solid #e8c8cc!important;
  border-radius:7px!important;
  background:#fff3f4!important;
  color:#a43d48!important;
  box-shadow:none!important;
  font-family:pinar-vf,inherit!important;
  font-size:10px!important;
  font-weight:750!important;
  line-height:1!important;
  white-space:nowrap!important;
  text-decoration:none!important;
  cursor:pointer!important;
}
.jsh-orders-modern .jsh-order-cancel-button:hover{
  border-color:#d9a8af!important;
  background:#fbe6e8!important;
  color:#8d2f3a!important;
}
@media(max-width:1100px){
  .jsh-orders-modern .jsh-orders-table tbody tr.jsh-order-row{
    grid-template-columns:minmax(180px,1.45fr) 62px minmax(90px,.75fr) minmax(80px,.65fr) minmax(116px,.9fr) minmax(84px,.68fr) 54px!important;
    grid-template-areas:"product side price qty total status action"!important;
  }
  .jsh-orders-modern .jsh-orders-table tbody tr.jsh-order-row > td:nth-child(10){display:flex!important}
}
@media(max-width:760px){
  .jsh-orders-modern .jsh-orders-table tbody tr.jsh-order-row{
    grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(90px,.75fr)!important;
    grid-template-areas:"product product status" "side price qty" "total total action"!important;
  }
  .jsh-orders-modern .jsh-order-cancel-button{min-height:34px!important;font-size:10px!important}
}
@media(max-width:480px){
  .jsh-orders-modern .jsh-orders-table tbody tr.jsh-order-row{
    grid-template-columns:minmax(0,1fr) minmax(86px,.7fr)!important;
    grid-template-areas:"product status" "side side" "price qty" "total action"!important;
  }
}

/* === Gold Trade Pro 1.10.0 — consolidated dashboard refinements === */
.jsh-app .jsh-orders-title{
  font-size:20px!important;
  line-height:1.45!important;
  margin:0!important;
  font-weight:750!important;
}

/* Trade board title and visually separated products. */
.jsh-app .jsh-trade-board .jsh-board-heading h2{
  font-size:25px!important;
  line-height:1.5!important;
  font-weight:800!important;
  margin:0 0 5px!important;
}
.jsh-app .jsh-quote-table{
  border-collapse:separate!important;
  border-spacing:0 12px!important;
}
.jsh-app .jsh-quote-table tbody tr{
  filter:drop-shadow(0 5px 10px rgba(21,55,62,.055));
}
.jsh-app .jsh-quote-table tbody td{
  background:#fff!important;
  padding-top:12px!important;
  padding-bottom:12px!important;
  border-top:1px solid #e8eef0!important;
  border-bottom:1px solid #e8eef0!important;
}
.jsh-app .jsh-quote-table tbody td:first-child{
  border-right:1px solid #e8eef0!important;
  border-radius:0 11px 11px 0!important;
}
.jsh-app .jsh-quote-table tbody td:last-child{
  border-left:1px solid #e8eef0!important;
  border-radius:11px 0 0 11px!important;
}

/* Search button: compact font, icon/text/chevron locked to one row. */
.jsh-app .jsh-order-search-toggle{
  display:inline-flex!important;
  flex-flow:row nowrap!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
  width:auto!important;
  min-width:150px!important;
  max-width:100%!important;
  height:40px!important;
  min-height:40px!important;
  padding:0 13px!important;
  white-space:nowrap!important;
  line-height:1!important;
}
.jsh-app .jsh-order-search-toggle > span{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex:0 0 auto!important;
  float:none!important;
  position:static!important;
  margin:0!important;
  padding:0!important;
  line-height:1!important;
}
.jsh-app .jsh-order-search-toggle .jsh-search-label{
  font-size:11.5px!important;
  font-weight:650!important;
  line-height:1!important;
  letter-spacing:0!important;
}
.jsh-app .jsh-order-search-toggle .jsh-search-icon{
  width:16px!important;
  height:16px!important;
}
.jsh-app .jsh-order-search-toggle .jsh-search-icon svg{
  display:block!important;
  width:16px!important;
  height:16px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:2!important;
}
.jsh-app .jsh-order-search-toggle .jsh-search-chevron{
  width:14px!important;
  height:14px!important;
  font-size:13px!important;
  transition:transform .25s ease!important;
}
.jsh-app .jsh-order-search-toggle[aria-expanded="true"] .jsh-search-chevron{
  transform:rotate(180deg)!important;
}

/* A complete transaction card: background includes status and cancel action. */
.jsh-app .jsh-orders-modern .jsh-orders-table-wrap{
  overflow:visible!important;
  width:100%!important;
}
.jsh-app .jsh-orders-modern .jsh-orders-table,
.jsh-app .jsh-orders-modern .jsh-orders-table tbody{
  width:100%!important;
}
.jsh-app .jsh-orders-modern .jsh-orders-table tbody tr.jsh-order-row{
  display:grid!important;
  grid-template-columns:minmax(220px,2.1fr) minmax(65px,.7fr) minmax(100px,1fr) minmax(78px,.8fr) minmax(118px,1.15fr) minmax(100px,.95fr) minmax(108px,.95fr)!important;
  grid-template-areas:"product side price qty total status action"!important;
  align-items:center!important;
  gap:12px!important;
  width:100%!important;
  min-height:78px!important;
  padding:12px 14px!important;
  margin:0 0 11px!important;
  background:#fff!important;
  border:1px solid #e5ecee!important;
  border-radius:10px!important;
  box-shadow:0 4px 13px rgba(22,55,62,.055)!important;
  overflow:hidden!important;
  position:relative!important;
}
.jsh-app .jsh-orders-modern .jsh-orders-table tbody tr.jsh-order-row > td{
  position:static!important;
  display:block!important;
  width:auto!important;
  min-width:0!important;
  max-width:100%!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  background:transparent!important;
  overflow:visible!important;
  text-align:center!important;
}
.jsh-app .jsh-orders-modern .jsh-orders-table tbody tr.jsh-order-row > td:nth-child(1),
.jsh-app .jsh-orders-modern .jsh-orders-table tbody tr.jsh-order-row > td:nth-child(7),
.jsh-app .jsh-orders-modern .jsh-orders-table tbody tr.jsh-order-row > td:nth-child(8){display:none!important}
.jsh-app .jsh-orders-modern .jsh-orders-table tbody tr.jsh-order-row > td:nth-child(2){grid-area:product!important;text-align:right!important}
.jsh-app .jsh-orders-modern .jsh-orders-table tbody tr.jsh-order-row > td:nth-child(3){grid-area:side!important}
.jsh-app .jsh-orders-modern .jsh-orders-table tbody tr.jsh-order-row > td:nth-child(4){grid-area:price!important}
.jsh-app .jsh-orders-modern .jsh-orders-table tbody tr.jsh-order-row > td:nth-child(5){grid-area:qty!important}
.jsh-app .jsh-orders-modern .jsh-orders-table tbody tr.jsh-order-row > td:nth-child(6){grid-area:total!important}
.jsh-app .jsh-orders-modern .jsh-orders-table tbody tr.jsh-order-row > td:nth-child(9){
  grid-area:status!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
.jsh-app .jsh-orders-modern .jsh-orders-table tbody tr.jsh-order-row > td:nth-child(10){
  grid-area:action!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:38px!important;
}
.jsh-app .jsh-orders-modern .jsh-order-action form{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  margin:0!important;
}
.jsh-app .jsh-orders-modern .jsh-order-cancel-button{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  min-width:94px!important;
  min-height:36px!important;
  padding:7px 10px!important;
  margin:0!important;
  color:#c23845!important;
  background:#fff6f7!important;
  border:1px solid #efc3c8!important;
  border-radius:7px!important;
  font-size:10.5px!important;
  font-weight:700!important;
  white-space:nowrap!important;
  visibility:visible!important;
  opacity:1!important;
}
.jsh-app .jsh-orders-modern .jsh-order-action:empty{
  min-height:1px!important;
}

/* Search no-result is hidden until JavaScript marks a real search as empty. */
.jsh-app .jsh-orders-no-result[hidden]{display:none!important}

/* Dismissible notices with an automatic countdown. */
.jsh-app .jsh-public-notice{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  padding:13px 44px 13px 16px!important;
  overflow:hidden!important;
  transition:opacity .25s ease,transform .25s ease,max-height .25s ease,margin .25s ease,padding .25s ease!important;
}
.jsh-app .jsh-public-notice.is-dismissing{
  opacity:0!important;
  transform:translateY(-8px)!important;
  max-height:0!important;
  margin-top:0!important;
  margin-bottom:calc(25px + env(safe-area-inset-bottom))!important;
  padding-top:0!important;
  padding-bottom:calc(25px + env(safe-area-inset-bottom))!important;
  border-width:0!important;
}
.jsh-app .jsh-public-notice .jsh-notice-text{flex:1 1 auto!important}
.jsh-app .jsh-public-notice .jsh-notice-close{
  position:absolute!important;
  top:50%!important;
  right:13px!important;
  transform:translateY(-50%)!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:23px!important;
  height:23px!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  border-radius:50%!important;
  background:rgba(20,50,56,.08)!important;
  color:inherit!important;
  font:700 17px/1 Arial,sans-serif!important;
  cursor:pointer!important;
}
.jsh-app .jsh-public-notice .jsh-notice-progress{
  position:absolute!important;
  right:0!important;
  bottom:0!important;
  width:100%!important;
  height:3px!important;
  background:currentColor!important;
  opacity:.45!important;
  transform-origin:right center!important;
  animation:jsh-notice-countdown 6.5s linear forwards!important;
}
@keyframes jsh-notice-countdown{from{transform:scaleX(1)}to{transform:scaleX(0)}}

@media(max-width:1180px){
  .jsh-app .jsh-orders-modern .jsh-orders-table tbody tr.jsh-order-row{
    grid-template-columns:minmax(200px,2fr) .65fr 1fr .8fr 1.15fr .9fr!important;
    grid-template-areas:"product side price qty total status" "action action action action action action"!important;
  }
  .jsh-app .jsh-orders-modern .jsh-orders-table tbody tr.jsh-order-row > td:nth-child(10){
    justify-content:flex-start!important;
    padding-top:8px!important;
    border-top:1px dashed #e5eaec!important;
  }
  .jsh-app .jsh-orders-modern .jsh-order-action form{width:auto!important}
  .jsh-app .jsh-orders-modern .jsh-order-cancel-button{width:auto!important;min-width:110px!important}
}
@media(max-width:760px){
  .jsh-app .jsh-trade-board .jsh-board-heading h2{font-size:21px!important}
  .jsh-app .jsh-orders-title{font-size:18px!important}
  .jsh-app .jsh-orders-modern .jsh-orders-table tbody tr.jsh-order-row{
    grid-template-columns:1fr auto!important;
    grid-template-areas:"product status" "side side" "price qty" "total total" "action action"!important;
    gap:10px!important;
    padding:14px!important;
  }
  .jsh-app .jsh-orders-modern .jsh-orders-table tbody tr.jsh-order-row > td:nth-child(10){justify-content:stretch!important}
  .jsh-app .jsh-orders-modern .jsh-order-action form,
  .jsh-app .jsh-orders-modern .jsh-order-cancel-button{width:100%!important}
  .jsh-app .jsh-order-search-toggle{min-width:142px!important;height:38px!important;min-height:38px!important}
  .jsh-app .jsh-order-search-toggle .jsh-search-label{font-size:11px!important}
}

/* === Gold Trade Pro 1.10.1 — cancel action contained in every order card === */
.jsh-app .jsh-orders-modern .jsh-orders-table tbody tr.jsh-order-row{
  grid-template-columns:minmax(215px,2.15fr) minmax(62px,.65fr) minmax(96px,1fr) minmax(76px,.8fr) minmax(112px,1.15fr) minmax(128px,1.05fr)!important;
  grid-template-areas:"product side price qty total status"!important;
  overflow:visible!important;
}
.jsh-app .jsh-orders-modern .jsh-orders-table tbody tr.jsh-order-row > td:nth-child(9){
  grid-area:status!important;
  display:block!important;
  align-self:stretch!important;
  min-height:52px!important;
}
.jsh-app .jsh-orders-modern .jsh-orders-table tbody tr.jsh-order-row > td:nth-child(10){
  display:none!important;
}
.jsh-app .jsh-orders-modern .jsh-order-status-stack{
  display:flex!important;
  flex-direction:column!important;
  align-items:stretch!important;
  justify-content:center!important;
  gap:7px!important;
  width:100%!important;
  height:100%!important;
  min-height:52px!important;
  padding:0!important;
}
.jsh-app .jsh-orders-modern .jsh-order-status-stack .jsh-status{
  display:inline-flex!important;
  align-self:center!important;
  justify-content:center!important;
  max-width:100%!important;
  white-space:nowrap!important;
}
.jsh-app .jsh-orders-modern .jsh-order-inline-cancel{
  display:block!important;
  width:100%!important;
  margin:0!important;
  padding:0!important;
}
.jsh-app .jsh-orders-modern .jsh-order-inline-cancel .jsh-order-cancel-button{
  display:flex!important;
  width:100%!important;
  min-width:0!important;
  min-height:32px!important;
  padding:6px 8px!important;
  box-sizing:border-box!important;
  position:static!important;
  transform:none!important;
  visibility:visible!important;
  opacity:1!important;
}

/* Strong visual separation between individual products in the buy/sell board. */
.jsh-app .jsh-trade-board .jsh-quote-table{
  border-collapse:separate!important;
  border-spacing:0 18px!important;
}
.jsh-app .jsh-trade-board .jsh-quote-table tbody tr{
  filter:drop-shadow(0 7px 13px rgba(18,49,57,.08))!important;
}
.jsh-app .jsh-trade-board .jsh-quote-table tbody td{
  padding-top:14px!important;
  padding-bottom:14px!important;
  border-top:1px solid #dfe8eb!important;
  border-bottom:1px solid #dfe8eb!important;
}
.jsh-app .jsh-trade-board .jsh-quote-table tbody td:first-child{border-right:1px solid #dfe8eb!important}
.jsh-app .jsh-trade-board .jsh-quote-table tbody td:last-child{border-left:1px solid #dfe8eb!important}

@media(max-width:1180px){
  .jsh-app .jsh-orders-modern .jsh-orders-table tbody tr.jsh-order-row{
    grid-template-columns:minmax(190px,2fr) .62fr .95fr .72fr 1.05fr minmax(120px,.95fr)!important;
    grid-template-areas:"product side price qty total status"!important;
  }
}
@media(max-width:760px){
  .jsh-app .jsh-orders-modern .jsh-orders-table tbody tr.jsh-order-row{
    grid-template-columns:minmax(0,1fr) minmax(112px,.72fr)!important;
    grid-template-areas:"product status" "side side" "price qty" "total total"!important;
  }
  .jsh-app .jsh-orders-modern .jsh-order-status-stack{min-height:70px!important}
  .jsh-app .jsh-trade-board .jsh-quote-table{border-spacing:0 14px!important}
}


/* 1.10.2 — AJAX order cancellation */
.jsh-app .jsh-order-cancel-button.is-loading{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;opacity:.78;cursor:wait!important}
.jsh-app .jsh-mini-spinner{width:13px;height:13px;border:2px solid currentColor;border-left-color:transparent;border-radius:50%;display:inline-block;animation:jsh-spin .7s linear infinite;flex:0 0 auto}
.jsh-app .jsh-ajax-inline-notice{position:relative;margin:0 0 14px!important;padding-left:42px!important;animation:jsh-notice-in .25s ease both}
.jsh-app .jsh-ajax-inline-notice .jsh-notice-close{position:absolute;left:10px;top:50%;transform:translateY(-50%);width:26px;height:26px;border:0;border-radius:50%;background:rgba(0,0,0,.06);color:inherit;font:700 18px/1 inherit;cursor:pointer;display:grid;place-items:center}
@keyframes jsh-notice-in{from{opacity:0;transform:translateY(-7px)}to{opacity:1;transform:none}}


/* 1.10.5: remove the registered-assets rail and expand the user workspace. */
.jsh-app-shell{grid-template-columns:220px minmax(0,1fr)!important;}
.jsh-account-rail{display:none!important;}
.jsh-app-main{grid-column:2;min-width:0;width:100%;}
.jsh-app-content{max-width:none;width:100%;}
@media(max-width:820px){.jsh-app-main{grid-column:auto;}}

/* v1.10.6: fast popup success acknowledgement before opening transactions */
.jsh-ajax-feedback.is-success{
  display:flex!important;align-items:center;justify-content:center;min-height:48px;margin:10px 0 4px;padding:10px 14px;border:1px solid #a7e4c6;border-radius:10px;background:#ecfdf5;color:#087a4b;font-size:15px;font-weight:700;text-align:center;
}
.jsh-success-check{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;margin-left:8px;border-radius:50%;background:#fff;color:#0a9b61;font-size:16px;font-weight:900;line-height:1}


/* 1.11.0 — Theme selector and contact information modal */
.jsh-top-actions{position:relative;align-items:center!important}
.jsh-top-action-menu{position:relative;display:inline-flex}
.jsh-icon-button svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.jsh-theme-menu{position:absolute;top:calc(100% + 9px);left:0;width:132px;padding:7px;background:#fff;border:1px solid #e0e7ea;border-radius:11px;box-shadow:0 14px 35px rgba(20,35,44,.16);z-index:1000}
.jsh-theme-menu:not([hidden]){display:grid;gap:3px;animation:jshMenuIn .16s ease-out}
.jsh-theme-menu button{height:36px;border:0;border-radius:7px;background:transparent;color:#35464f;font-family:inherit;font-size:12px;display:flex;align-items:center;gap:9px;padding:0 10px;cursor:pointer;text-align:right}
.jsh-theme-menu button:hover,.jsh-theme-menu button.active{background:#edf5f4;color:#176f68}
@keyframes jshMenuIn{from{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:none}}
.jsh-contact-modal{position:fixed;inset:0;z-index:1000001;display:none}
.jsh-contact-modal.open{display:block}
.jsh-contact-backdrop{position:absolute;inset:0;background:rgba(21,28,32,.52);animation:jshBackdropIn .18s ease-out}
.jsh-contact-dialog{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:390px;max-width:calc(100vw - 30px);background:#fff;border:1px solid #dfe6e9;border-radius:10px;box-shadow:0 18px 55px rgba(0,0,0,.25);overflow:hidden;animation:jshContactIn .2s ease-out}
.jsh-contact-dialog header{height:62px;display:flex;align-items:center;justify-content:space-between;padding:0 22px;border-bottom:1px solid #edf0f2}
.jsh-contact-dialog h3{margin:0;font-size:17px;color:#1d2d35}
.jsh-contact-dialog header button{width:30px;height:30px;border:0;background:transparent;font:400 25px/1 inherit;color:#53636b;cursor:pointer}
.jsh-contact-list{padding:18px 22px 22px;display:grid;gap:10px;max-height:55vh;overflow:auto}
.jsh-contact-item{min-height:62px;padding:11px 15px;border-radius:8px;background:#dce8ec;color:#263840;text-decoration:none!important;display:flex;flex-direction:column;align-items:flex-end;justify-content:center;gap:4px;transition:.15s}
.jsh-contact-item:hover{background:#cfdfe4;transform:translateY(-1px)}
.jsh-contact-item span{font-size:11px;color:#536870}.jsh-contact-item strong{font-size:14px;color:#1d3038;letter-spacing:.3px}
.jsh-contact-empty{padding:22px;text-align:center;color:#7a878d;background:#f5f7f8;border-radius:8px}
@keyframes jshBackdropIn{from{opacity:0}to{opacity:1}}@keyframes jshContactIn{from{opacity:0;transform:translate(-50%,-47%) scale(.98)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}
body.jsh-contact-open{overflow:hidden}
/* Dark color scheme is scoped to the plugin dashboard only. */
.jsh-app[data-jsh-theme="dark"]{--jsh-dark-bg:#11191d;color:#dce6ea}
.jsh-app[data-jsh-theme="dark"] .jsh-app-main{background:#11191d}
.jsh-app[data-jsh-theme="dark"] .jsh-app-content,.jsh-app[data-jsh-theme="dark"] .jsh-app-topbar{background:#11191d;color:#dce6ea}
.jsh-app[data-jsh-theme="dark"] .jsh-app-topbar h1,.jsh-app[data-jsh-theme="dark"] .jsh-board-heading h2,.jsh-app[data-jsh-theme="dark"] .jsh-public-card h2{color:#eef5f7!important}
.jsh-app[data-jsh-theme="dark"] .jsh-app-sidebar{background:linear-gradient(180deg,#1a282e,#152126);color:#d8e4e8}
.jsh-app[data-jsh-theme="dark"] .jsh-brand-word,.jsh-app[data-jsh-theme="dark"] .jsh-app-nav a{color:#d8e4e8}
.jsh-app[data-jsh-theme="dark"] .jsh-app-nav a.active,.jsh-app[data-jsh-theme="dark"] .jsh-app-nav a:hover{background:#263940;color:#fff}
.jsh-app[data-jsh-theme="dark"] .jsh-icon-button{background:#1d2a30;border-color:#34464e;color:#dce7eb}
.jsh-app[data-jsh-theme="dark"] .jsh-theme-menu,.jsh-app[data-jsh-theme="dark"] .jsh-contact-dialog{background:#1b272d;border-color:#33444b;color:#e2ecef}
.jsh-app[data-jsh-theme="dark"] .jsh-theme-menu button{color:#dce7eb}.jsh-app[data-jsh-theme="dark"] .jsh-theme-menu button:hover,.jsh-app[data-jsh-theme="dark"] .jsh-theme-menu button.active{background:#2b3c43;color:#fff}
.jsh-app[data-jsh-theme="dark"] .jsh-public-card,.jsh-app[data-jsh-theme="dark"] .jsh-orders-modern,.jsh-app[data-jsh-theme="dark"] .jsh-orders-list-shell{background:#172228!important;border-color:#2c3c43!important;color:#dce7eb}
.jsh-app[data-jsh-theme="dark"] .jsh-quote-table tbody td,.jsh-app[data-jsh-theme="dark"] .jsh-orders-table tbody tr.jsh-order-row{background:#202d33!important;border-color:#34444b!important;color:#dce7eb}
.jsh-app[data-jsh-theme="dark"] .jsh-quote-table tbody td strong,.jsh-app[data-jsh-theme="dark"] .jsh-orders-table strong{color:#eff6f8!important}
.jsh-app[data-jsh-theme="dark"] .jsh-contact-dialog header{border-color:#304149}.jsh-app[data-jsh-theme="dark"] .jsh-contact-dialog h3{color:#f2f7f8}.jsh-app[data-jsh-theme="dark"] .jsh-contact-item{background:#293b43;color:#e6eff2}.jsh-app[data-jsh-theme="dark"] .jsh-contact-item span{color:#b4c3c9}.jsh-app[data-jsh-theme="dark"] .jsh-contact-item strong{color:#fff}
@media(max-width:540px){.jsh-contact-dialog{width:calc(100vw - 24px)}.jsh-theme-menu{left:-42px}}

/* 1.11.0 functional theme/contact controls */
.jsh-theme-menu[hidden]{display:none!important}
.jsh-top-action-menu{position:relative;display:inline-flex}
.jsh-theme-trigger,.jsh-contact-trigger{cursor:pointer!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}
.jsh-theme-trigger.is-dark{background:#1b282e!important;color:#f4d477!important;border-color:#33464f!important}
.jsh-contact-modal{visibility:hidden;opacity:0;pointer-events:none;display:block!important;transition:opacity .18s ease,visibility .18s ease}
.jsh-contact-modal.open{visibility:visible;opacity:1;pointer-events:auto}
.jsh-contact-modal:not(.open) .jsh-contact-dialog{transform:translate(-50%,-47%) scale(.98)}
.jsh-contact-modal.open .jsh-contact-dialog{transform:translate(-50%,-50%) scale(1)}
html.jsh-contact-open,body.jsh-contact-open{overflow:hidden!important}
.jsh-contact-dialog{z-index:2;transition:transform .18s ease}
.jsh-contact-backdrop{z-index:1}
.jsh-app[data-jsh-theme="dark"] input,.jsh-app[data-jsh-theme="dark"] select,.jsh-app[data-jsh-theme="dark"] textarea{background:#202d33!important;color:#eef5f7!important;border-color:#34464b!important}
.jsh-app[data-jsh-theme="dark"] .jsh-orders-search-panel,.jsh-app[data-jsh-theme="dark"] .jsh-orders-list-area{background:#172228!important;border-color:#2c3c43!important}


/* 1.11.1 — restored toolbar icons, RTL contact modal, complete dark workspace */
.jsh-app .jsh-icon-button{
  border:1px solid #dbe4e8!important;
  background:#f8fafb!important;
  color:#31515d!important;
  box-shadow:0 3px 10px rgba(24,49,58,.06)!important;
  overflow:visible!important;
}
.jsh-app .jsh-icon-button svg,
.jsh-app .jsh-theme-option-icon svg{
  display:block!important;
  width:19px!important;
  height:19px!important;
  min-width:19px!important;
  min-height:19px!important;
  visibility:visible!important;
  opacity:1!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.8!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
  overflow:visible!important;
}
.jsh-app .jsh-theme-menu button{
  flex-direction:row!important;
  justify-content:flex-start!important;
  white-space:nowrap!important;
}
.jsh-app .jsh-theme-option-icon{
  width:23px!important;height:23px!important;display:inline-flex!important;
  align-items:center!important;justify-content:center!important;flex:0 0 23px!important;
}

.jsh-contact-dialog{
  direction:rtl!important;
  text-align:right!important;
  width:420px!important;
}
.jsh-contact-dialog header{
  direction:rtl!important;
  text-align:right!important;
}
.jsh-contact-dialog h3{
  width:100%!important;
  text-align:right!important;
  font-size:19px!important;
  font-weight:800!important;
}
.jsh-contact-dialog header button{flex:0 0 30px!important}
.jsh-contact-list{
  direction:rtl!important;
  text-align:right!important;
  gap:12px!important;
}
.jsh-contact-item{
  direction:rtl!important;
  text-align:right!important;
  align-items:stretch!important;
  min-height:70px!important;
  padding:13px 17px!important;
}
.jsh-contact-item span{
  display:block!important;
  width:100%!important;
  text-align:right!important;
  font-size:13px!important;
  line-height:1.8!important;
}
.jsh-contact-item strong{
  display:block!important;
  width:100%!important;
  text-align:right!important;
  direction:ltr!important;
  font-size:16px!important;
  line-height:1.7!important;
}
.jsh-contact-empty{font-size:14px!important;text-align:right!important}

/* Full dark theme: every workspace surface inherits a coherent dark palette. */
.jsh-app[data-jsh-theme="dark"]{
  --jsh-bg:#0d1418;
  --jsh-white:#172127;
  --jsh-line:#2c3a41;
  --jsh-ink:#edf4f6;
  --jsh-muted:#9fb0b7;
  color:#e7f0f3!important;
  background:#0d1418!important;
}
.jsh-app[data-jsh-theme="dark"],
.jsh-app[data-jsh-theme="dark"] .jsh-app-shell,
.jsh-app[data-jsh-theme="dark"] .jsh-app-main,
.jsh-app[data-jsh-theme="dark"] .jsh-app-content{
  background:linear-gradient(145deg,#0b1216 0%,#111b20 55%,#0d171b 100%)!important;
}
.jsh-app[data-jsh-theme="dark"] .jsh-app-topbar{
  background:rgba(18,28,33,.96)!important;
  border-bottom-color:#2c3a41!important;
  box-shadow:0 8px 25px rgba(0,0,0,.18)!important;
}
.jsh-app[data-jsh-theme="dark"] .jsh-app-sidebar{
  background:linear-gradient(180deg,#13252b 0%,#0d1a1f 100%)!important;
  border-left:1px solid #2a3b42!important;
}
.jsh-app[data-jsh-theme="dark"] .jsh-page-title h1,
.jsh-app[data-jsh-theme="dark"] h1,
.jsh-app[data-jsh-theme="dark"] h2,
.jsh-app[data-jsh-theme="dark"] h3,
.jsh-app[data-jsh-theme="dark"] h4,
.jsh-app[data-jsh-theme="dark"] strong{color:#f2f7f8!important}
.jsh-app[data-jsh-theme="dark"] p,
.jsh-app[data-jsh-theme="dark"] small,
.jsh-app[data-jsh-theme="dark"] label,
.jsh-app[data-jsh-theme="dark"] .jsh-muted{color:#9fb0b7!important}
.jsh-app[data-jsh-theme="dark"] .jsh-public-card,
.jsh-app[data-jsh-theme="dark"] .jsh-trade-board,
.jsh-app[data-jsh-theme="dark"] .jsh-orders-modern,
.jsh-app[data-jsh-theme="dark"] .jsh-orders-list-shell,
.jsh-app[data-jsh-theme="dark"] .jsh-orders-search-panel,
.jsh-app[data-jsh-theme="dark"] .jsh-orders-list-area,
.jsh-app[data-jsh-theme="dark"] .jsh-balance-grid>div,
.jsh-app[data-jsh-theme="dark"] .jsh-quick-stats>div{
  background:#162228!important;
  color:#e7f0f3!important;
  border-color:#2c3d44!important;
  box-shadow:0 10px 28px rgba(0,0,0,.18)!important;
}
.jsh-app[data-jsh-theme="dark"] .jsh-board-heading,
.jsh-app[data-jsh-theme="dark"] .jsh-public-card h2{
  border-color:#2c3a41!important;
}
.jsh-app[data-jsh-theme="dark"] .jsh-quote-table-wrap,
.jsh-app[data-jsh-theme="dark"] .jsh-responsive{border-color:#2c3d44!important;background:transparent!important}
.jsh-app[data-jsh-theme="dark"] .jsh-quote-table thead th,
.jsh-app[data-jsh-theme="dark"] table thead th{
  background:#111c21!important;
  color:#afbec4!important;
  border-color:#2a3940!important;
}
.jsh-app[data-jsh-theme="dark"] .jsh-quote-table tbody td,
.jsh-app[data-jsh-theme="dark"] .jsh-orders-table tbody tr.jsh-order-row,
.jsh-app[data-jsh-theme="dark"] table tbody td{
  background:#1b2a30!important;
  color:#e7f0f3!important;
  border-color:#31434a!important;
}
.jsh-app[data-jsh-theme="dark"] .jsh-quote-table tbody tr:hover td,
.jsh-app[data-jsh-theme="dark"] table tbody tr:hover td{background:#213239!important}
.jsh-app[data-jsh-theme="dark"] input,
.jsh-app[data-jsh-theme="dark"] select,
.jsh-app[data-jsh-theme="dark"] textarea{
  background:#101b20!important;
  color:#eff6f8!important;
  border-color:#34474f!important;
  box-shadow:none!important;
}
.jsh-app[data-jsh-theme="dark"] input::placeholder,
.jsh-app[data-jsh-theme="dark"] textarea::placeholder{color:#71868f!important}
.jsh-app[data-jsh-theme="dark"] input:focus,
.jsh-app[data-jsh-theme="dark"] select:focus,
.jsh-app[data-jsh-theme="dark"] textarea:focus{
  background:#15242a!important;
  border-color:#4a918c!important;
  box-shadow:0 0 0 3px rgba(62,141,134,.16)!important;
}
.jsh-app[data-jsh-theme="dark"] .jsh-icon-button{
  background:#17262c!important;
  border-color:#38505a!important;
  color:#d7e7eb!important;
}
.jsh-app[data-jsh-theme="dark"] .jsh-icon-button:hover{background:#20343b!important;color:#fff!important}
.jsh-app[data-jsh-theme="dark"] .jsh-theme-menu{
  background:#18272d!important;
  border-color:#34474f!important;
  box-shadow:0 18px 45px rgba(0,0,0,.38)!important;
}
.jsh-app[data-jsh-theme="dark"] .jsh-theme-menu button{color:#d8e5e9!important}
.jsh-app[data-jsh-theme="dark"] .jsh-theme-menu button:hover,
.jsh-app[data-jsh-theme="dark"] .jsh-theme-menu button.active{background:#254047!important;color:#fff!important}
.jsh-app[data-jsh-theme="dark"] .jsh-choice,
.jsh-app[data-jsh-theme="dark"] .jsh-link-button{background:#202f35!important;color:#dce8eb!important}
.jsh-app[data-jsh-theme="dark"] .jsh-public-notice.ok{background:#15382e!important;color:#8fe0bd!important;border-color:#2a6652!important}
.jsh-app[data-jsh-theme="dark"] .jsh-public-notice.error{background:#3a1d22!important;color:#ffabb1!important;border-color:#6a3038!important}
.jsh-app[data-jsh-theme="dark"] .jsh-contact-dialog{
  background:#18262c!important;
  border-color:#3a4d55!important;
  color:#eaf2f4!important;
  box-shadow:0 24px 70px rgba(0,0,0,.55)!important;
}
.jsh-app[data-jsh-theme="dark"] .jsh-contact-dialog header{border-color:#30434a!important;background:#142126!important}
.jsh-app[data-jsh-theme="dark"] .jsh-contact-dialog h3{color:#f4f8f9!important}
.jsh-app[data-jsh-theme="dark"] .jsh-contact-dialog header button{color:#c4d3d8!important}
.jsh-app[data-jsh-theme="dark"] .jsh-contact-item{background:#22363d!important;border:1px solid #35505a!important}
.jsh-app[data-jsh-theme="dark"] .jsh-contact-item:hover{background:#29434b!important}
.jsh-app[data-jsh-theme="dark"] .jsh-contact-item span{color:#b9c9ce!important}
.jsh-app[data-jsh-theme="dark"] .jsh-contact-item strong{color:#fff!important}
.jsh-app[data-jsh-theme="dark"] .jsh-contact-empty{background:#122026!important;color:#aebfc5!important}
.jsh-app[data-jsh-theme="dark"] .jsh-contact-backdrop{background:rgba(0,0,0,.7)!important}
@media(max-width:540px){
  .jsh-contact-dialog{width:calc(100vw - 22px)!important}
  .jsh-contact-dialog h3{font-size:17px!important}
  .jsh-contact-item span{font-size:12px!important}.jsh-contact-item strong{font-size:15px!important}
}


/* 1.11.2: true page-level dark canvas and dashboard navigation. */
html.jsh-page-dark,
body.jsh-page-dark{
  background:#081014!important;
  color-scheme:dark;
}
body.jsh-page-dark #page,
body.jsh-page-dark .site,
body.jsh-page-dark .site-content,
body.jsh-page-dark .content-area,
body.jsh-page-dark .entry-content,
body.jsh-page-dark main,
body.jsh-page-dark article,
body.jsh-page-dark .wp-site-blocks,
body.jsh-page-dark .wp-block-group,
body.jsh-page-dark .wp-block-post-content{
  background:#081014!important;
}
body.jsh-page-dark .jsh-app{
  min-height:100vh!important;
  background:linear-gradient(145deg,#081014 0%,#0e1a20 48%,#0a1419 100%)!important;
}
body.jsh-page-dark .jsh-app-shell,
body.jsh-page-dark .jsh-app-main,
body.jsh-page-dark .jsh-app-content{
  min-height:100vh!important;
  background:transparent!important;
}
body.jsh-page-dark .jsh-app-content:before{
  content:"";
  position:fixed;
  inset:0;
  z-index:-1;
  pointer-events:none;
  background:
    radial-gradient(circle at 18% 10%,rgba(42,111,108,.12),transparent 34%),
    radial-gradient(circle at 82% 82%,rgba(184,135,43,.08),transparent 30%),
    #081014;
}
body.jsh-page-dark .jsh-dashboard-hero{
  background:linear-gradient(135deg,#15282f,#101c22 65%,#18241f)!important;
  border:1px solid #2b4149!important;
}
body.jsh-page-dark .jsh-price-button.is-buy{background:#173a31!important;color:#8de0bd!important}
body.jsh-page-dark .jsh-price-button.is-sell{background:#402126!important;color:#ffadb3!important}
body.jsh-page-dark .jsh-unit-cell{color:#b5c4ca!important}
body.jsh-page-dark .jsh-app-nav a.active,
body.jsh-page-dark .jsh-app-nav a:hover{
  background:linear-gradient(90deg,rgba(40,133,126,.28),rgba(40,133,126,.08))!important;
  box-shadow:inset -3px 0 0 #58aaa3!important;
}

/* 1.12.0 — Mesqal-inspired user dashboard. */
.jsh-mesqal-dashboard{scroll-margin-top:105px;display:flex;flex-direction:column;gap:18px;color:#172b36}
.jsh-mesqal-welcome{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:6px 3px 4px}
.jsh-mesqal-kicker,.jsh-mesqal-card-head span{display:block;color:#8c9aa2;font-size:11px;font-weight:650;margin-bottom:4px}
.jsh-mesqal-welcome h2{margin:0;font-size:23px;font-weight:850;color:#122d38}.jsh-mesqal-welcome p{margin:6px 0 0;color:#87969c;font-size:12px}
.jsh-mesqal-date{min-width:126px;padding:11px 16px;border:1px solid #e5ecef;border-radius:13px;background:#fff;text-align:center;box-shadow:0 6px 18px rgba(34,61,72,.04)}.jsh-mesqal-date span,.jsh-mesqal-date strong{display:block}.jsh-mesqal-date span{font-size:10px;color:#92a0a6}.jsh-mesqal-date strong{font-size:13px;margin-top:3px;color:#34505b}
.jsh-mesqal-wallets{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.jsh-mesqal-wallet{position:relative;min-height:165px;padding:24px 26px;border-radius:22px;overflow:hidden;display:grid;grid-template-columns:58px 1fr auto;align-items:center;gap:18px;color:#fff;box-shadow:0 14px 32px rgba(20,51,63,.13)}.jsh-mesqal-wallet:after{content:"";position:absolute;width:210px;height:210px;border:45px solid rgba(255,255,255,.065);border-radius:50%;left:-85px;top:-110px}.jsh-mesqal-wallet-cash{background:linear-gradient(135deg,#087f83,#07555f)}.jsh-mesqal-wallet-gold{background:linear-gradient(135deg,#d19a32,#9d6b15)}.jsh-mesqal-wallet-icon{width:58px;height:58px;border-radius:18px;display:grid;place-items:center;background:rgba(255,255,255,.13);font-size:24px;font-weight:800;position:relative;z-index:1}.jsh-mesqal-wallet>div:nth-child(2){position:relative;z-index:1}.jsh-mesqal-wallet span,.jsh-mesqal-wallet strong,.jsh-mesqal-wallet small{display:block}.jsh-mesqal-wallet span{font-size:11px;color:rgba(255,255,255,.72)}.jsh-mesqal-wallet strong{font-size:27px;line-height:1.3;margin:5px 0 1px}.jsh-mesqal-wallet small{font-size:10px;color:rgba(255,255,255,.7)}.jsh-mesqal-wallet>a{position:relative;z-index:2;color:#fff;text-decoration:none;font-size:11px;padding:9px 13px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.08);border-radius:10px;white-space:nowrap}
.jsh-mesqal-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(300px,.75fr);gap:18px}.jsh-mesqal-grid-bottom{grid-template-columns:minmax(0,1.55fr) minmax(300px,.75fr)}.jsh-mesqal-card{background:#fff;border:1px solid #e5ecef;border-radius:19px;padding:22px;box-shadow:0 8px 26px rgba(36,62,73,.045)}.jsh-mesqal-card-head{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:18px}.jsh-mesqal-card-head h3{margin:0;font-size:16px;color:#18323d}.jsh-mesqal-card-head>a{font-size:11px;color:#078184;text-decoration:none;font-weight:700}.jsh-mesqal-action-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:11px}.jsh-mesqal-action-grid a{min-height:112px;padding:14px 10px;background:#f7fafb;border:1px solid #e6edef;border-radius:15px;text-align:center;text-decoration:none;color:#263e48;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:.2s ease}.jsh-mesqal-action-grid a:hover{transform:translateY(-2px);box-shadow:0 9px 20px rgba(37,67,78,.08);border-color:#cddfe2}.jsh-mesqal-action-grid a>span{width:38px;height:38px;border-radius:12px;background:#e7f4f4;color:#078184;display:grid;place-items:center;font-size:20px;margin-bottom:9px}.jsh-mesqal-action-grid a.is-buy>span{background:#e5f5eb;color:#208751}.jsh-mesqal-action-grid a.is-sell>span{background:#fdebed;color:#c24856}.jsh-mesqal-action-grid strong,.jsh-mesqal-action-grid small{display:block}.jsh-mesqal-action-grid strong{font-size:12px}.jsh-mesqal-action-grid small{font-size:9px;color:#8c999e;margin-top:3px}
.jsh-mesqal-account-state{display:flex;gap:12px;align-items:center;border-radius:15px;padding:15px;background:#fff7e6;border:1px solid #f4dfae}.jsh-mesqal-account-state.is-approved{background:#eaf8f1;border-color:#cfeedd}.jsh-mesqal-state-icon{width:42px;height:42px;border-radius:13px;background:#f4c66e;color:#7a5511;display:grid;place-items:center;font-weight:900}.jsh-mesqal-account-state.is-approved .jsh-mesqal-state-icon{background:#caecd8;color:#147447}.jsh-mesqal-account-state strong,.jsh-mesqal-account-state small{display:block}.jsh-mesqal-account-state strong{font-size:12px;color:#32474f}.jsh-mesqal-account-state small{font-size:9px;color:#829096;margin-top:4px;line-height:1.8}.jsh-mesqal-outline-link,.jsh-mesqal-primary-link{display:flex;align-items:center;justify-content:center;text-decoration:none;border-radius:11px;font-size:11px;font-weight:750;height:42px;margin-top:13px}.jsh-mesqal-outline-link{border:1px solid #dae5e8;color:#37606a;background:#f9fbfc}.jsh-mesqal-primary-link{background:#087c81;color:#fff}
.jsh-mesqal-recent-list{display:flex;flex-direction:column;gap:9px}.jsh-mesqal-recent-row{display:grid;grid-template-columns:58px minmax(160px,1fr) minmax(110px,.65fr) 90px;align-items:center;gap:12px;padding:12px 13px;border:1px solid #edf1f2;border-radius:13px;background:#fbfcfc}.jsh-mesqal-side{display:inline-flex;justify-content:center;padding:6px 8px;border-radius:8px;font-size:10px;font-weight:750}.jsh-mesqal-side.is-buy{background:#e5f5ea;color:#197846}.jsh-mesqal-side.is-sell{background:#fde8eb;color:#b93e4e}.jsh-mesqal-recent-product strong,.jsh-mesqal-recent-product small,.jsh-mesqal-recent-amount strong,.jsh-mesqal-recent-amount small{display:block}.jsh-mesqal-recent-product strong{font-size:12px;color:#29434d}.jsh-mesqal-recent-product small{font-size:9px;color:#98a4a8;margin-top:3px}.jsh-mesqal-recent-amount{text-align:left}.jsh-mesqal-recent-amount strong{font-size:12px}.jsh-mesqal-recent-amount small{font-size:9px;color:#95a0a4}.jsh-mesqal-empty{padding:26px;text-align:center;color:#91a0a5;font-size:11px;background:#f8fafb;border-radius:13px}
.jsh-mesqal-summary-list{display:flex;flex-direction:column;gap:10px}.jsh-mesqal-summary-list>div{display:flex;align-items:center;justify-content:space-between;padding:13px 14px;background:#f7fafb;border:1px solid #edf1f2;border-radius:12px}.jsh-mesqal-summary-list span{font-size:10px;color:#74868d}.jsh-mesqal-summary-list strong{font-size:15px;color:#153944}
.jsh-theme-dark .jsh-mesqal-dashboard{color:#e7f0f3}.jsh-theme-dark .jsh-mesqal-welcome h2,.jsh-theme-dark .jsh-mesqal-card-head h3{color:#edf6f8}.jsh-theme-dark .jsh-mesqal-welcome p,.jsh-theme-dark .jsh-mesqal-kicker,.jsh-theme-dark .jsh-mesqal-card-head span{color:#8fa4ac}.jsh-theme-dark .jsh-mesqal-date,.jsh-theme-dark .jsh-mesqal-card{background:#17252d;border-color:#2b3c45;box-shadow:none}.jsh-theme-dark .jsh-mesqal-date strong{color:#dbe8ec}.jsh-theme-dark .jsh-mesqal-action-grid a,.jsh-theme-dark .jsh-mesqal-summary-list>div,.jsh-theme-dark .jsh-mesqal-recent-row{background:#1c2d36;border-color:#2c414a;color:#e4eef1}.jsh-theme-dark .jsh-mesqal-action-grid strong,.jsh-theme-dark .jsh-mesqal-recent-product strong,.jsh-theme-dark .jsh-mesqal-summary-list strong{color:#e6f0f3}.jsh-theme-dark .jsh-mesqal-outline-link{background:#1d3039;border-color:#354b55;color:#c4d8de}
@media(max-width:1050px){.jsh-mesqal-wallets,.jsh-mesqal-grid,.jsh-mesqal-grid-bottom{grid-template-columns:1fr}.jsh-mesqal-action-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.jsh-mesqal-welcome{align-items:flex-start}.jsh-mesqal-welcome h2{font-size:18px}.jsh-mesqal-date{display:none}.jsh-mesqal-wallet{grid-template-columns:50px 1fr;padding:20px}.jsh-mesqal-wallet>a{grid-column:1/-1;text-align:center}.jsh-mesqal-wallet strong{font-size:22px}.jsh-mesqal-action-grid{grid-template-columns:1fr 1fr}.jsh-mesqal-recent-row{grid-template-columns:55px 1fr}.jsh-mesqal-recent-amount{grid-column:2;text-align:right}.jsh-mesqal-recent-row>.jsh-status{grid-column:1;grid-row:2}}

/* 1.12.1 — unified Toman currency and distinct weighted-gold / coin assets */
.jsh-mesqal-wallets{grid-template-columns:repeat(3,minmax(0,1fr))}
.jsh-mesqal-wallet-coin{background:linear-gradient(135deg,#6d5ac7,#47328f)}
.jsh-mesqal-wallet-coin .jsh-mesqal-wallet-icon{font-size:21px;border:2px solid rgba(255,255,255,.2)}
.jsh-asset-summary-grid{grid-template-columns:repeat(3,minmax(180px,1fr))}
.jsh-asset-summary-grid>.jsh-asset-detail{background:#fff;border-color:#e8e9ed}
.jsh-theme-dark .jsh-asset-summary-grid>.jsh-asset-detail{background:#161d27;border-color:#2a3543}
@media(max-width:1180px){.jsh-mesqal-wallets{grid-template-columns:1fr 1fr}.jsh-mesqal-wallet-coin{grid-column:1/-1}}
@media(max-width:720px){.jsh-mesqal-wallets,.jsh-asset-summary-grid{grid-template-columns:1fr}.jsh-mesqal-wallet-coin{grid-column:auto}}

/* 1.12.2 — compact boxed dashboard layout inspired by the supplied reference. */
.jsh-app-content{
  max-width:1240px!important;
  padding-left:28px!important;
  padding-right:28px!important;
}
.jsh-mesqal-dashboard{
  width:min(100%,1060px)!important;
  margin:0 auto!important;
  gap:15px!important;
}
.jsh-mesqal-welcome{
  padding:4px 2px 8px!important;
}
.jsh-mesqal-welcome h2{font-size:20px!important}
.jsh-mesqal-welcome p{font-size:11px!important}
.jsh-mesqal-date{
  min-width:112px!important;
  padding:9px 13px!important;
  border-radius:12px!important;
}
.jsh-mesqal-wallets{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:13px!important;
}
.jsh-mesqal-wallet{
  min-height:112px!important;
  padding:16px 17px!important;
  border-radius:17px!important;
  grid-template-columns:44px minmax(0,1fr)!important;
  gap:12px!important;
  box-shadow:0 9px 22px rgba(25,55,68,.09)!important;
}
.jsh-mesqal-wallet:after{
  width:150px!important;height:150px!important;
  border-width:32px!important;left:-66px!important;top:-80px!important;
}
.jsh-mesqal-wallet-icon{
  width:44px!important;height:44px!important;
  border-radius:13px!important;font-size:18px!important;
}
.jsh-mesqal-wallet span{font-size:10px!important}
.jsh-mesqal-wallet strong{font-size:20px!important;margin:3px 0 0!important}
.jsh-mesqal-wallet small{font-size:9px!important}
.jsh-mesqal-wallet>a{
  grid-column:1/-1!important;
  justify-self:start!important;
  padding:6px 10px!important;
  border-radius:8px!important;
  font-size:9px!important;
  margin-top:1px!important;
}
.jsh-mesqal-grid,
.jsh-mesqal-grid-bottom{
  grid-template-columns:minmax(0,1.7fr) minmax(250px,.8fr)!important;
  gap:13px!important;
}
.jsh-mesqal-card{
  border-radius:16px!important;
  padding:17px!important;
  box-shadow:0 7px 22px rgba(35,63,74,.045)!important;
}
.jsh-mesqal-card-head{margin-bottom:13px!important}
.jsh-mesqal-card-head h3{font-size:14px!important}
.jsh-mesqal-card-head span{font-size:9px!important}
.jsh-mesqal-action-grid{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:9px!important;
}
.jsh-mesqal-action-grid a{
  min-height:92px!important;
  padding:11px 8px!important;
  border-radius:13px!important;
}
.jsh-mesqal-action-grid a>span{
  width:34px!important;height:34px!important;
  border-radius:10px!important;font-size:17px!important;margin-bottom:7px!important;
}
.jsh-mesqal-action-grid strong{font-size:11px!important}
.jsh-mesqal-action-grid small{font-size:8px!important}
.jsh-mesqal-account-state{padding:12px!important;border-radius:13px!important}
.jsh-mesqal-state-icon{width:36px!important;height:36px!important;border-radius:11px!important}
.jsh-mesqal-outline-link,.jsh-mesqal-primary-link{height:38px!important;margin-top:10px!important}
.jsh-mesqal-recent-list{gap:7px!important}
.jsh-mesqal-recent-row{
  grid-template-columns:52px minmax(130px,1fr) minmax(100px,.6fr) 82px!important;
  gap:9px!important;
  padding:10px 11px!important;
  border-radius:11px!important;
}
.jsh-mesqal-recent-product strong,.jsh-mesqal-recent-amount strong{font-size:11px!important}
.jsh-mesqal-summary-list{gap:8px!important}
.jsh-mesqal-summary-list>div{padding:11px 12px!important;border-radius:10px!important}
.jsh-mesqal-summary-list strong{font-size:13px!important}

/* Keep all dashboard boxes visually contained instead of stretching edge to edge. */
.jsh-mesqal-dashboard > *{min-width:0}
.jsh-mesqal-dashboard .jsh-mesqal-card,
.jsh-mesqal-dashboard .jsh-mesqal-wallet{overflow:hidden}

@media(max-width:1080px){
  .jsh-mesqal-dashboard{width:100%!important}
  .jsh-mesqal-grid,.jsh-mesqal-grid-bottom{grid-template-columns:1fr!important}
  .jsh-mesqal-wallets{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
@media(max-width:820px){
  .jsh-app-content{padding-left:16px!important;padding-right:16px!important}
  .jsh-mesqal-wallets{grid-template-columns:1fr 1fr!important}
  .jsh-mesqal-wallet-coin{grid-column:1/-1!important}
  .jsh-mesqal-action-grid{grid-template-columns:1fr 1fr!important}
}
@media(max-width:560px){
  .jsh-mesqal-wallets{grid-template-columns:1fr!important}
  .jsh-mesqal-wallet-coin{grid-column:auto!important}
  .jsh-mesqal-wallet{min-height:105px!important}
  .jsh-mesqal-action-grid{grid-template-columns:1fr 1fr!important}
}

/* 1.12.3 — interactive dashboard cards and controls */
.jsh-mesqal-dashboard .jsh-dashboard-clickable,
.jsh-mesqal-dashboard [data-jsh-target],
.jsh-mesqal-dashboard a[href^="#jsh-"]{cursor:pointer}
.jsh-mesqal-dashboard .jsh-dashboard-clickable{transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.jsh-mesqal-dashboard .jsh-dashboard-clickable:hover,
.jsh-mesqal-dashboard .jsh-dashboard-clickable:focus-visible{transform:translateY(-2px);box-shadow:0 12px 28px rgba(15,23,42,.10);border-color:rgba(12,104,113,.28);outline:none}
.jsh-mesqal-dashboard .jsh-mesqal-wallet a,
.jsh-mesqal-dashboard .jsh-mesqal-card a{position:relative;z-index:2}
.jsh-mesqal-dashboard .jsh-mesqal-action-grid a.is-working{opacity:.72;pointer-events:none}
.jsh-dashboard-focus{animation:jshDashboardFocus 1.1s ease}
@keyframes jshDashboardFocus{0%,100%{box-shadow:0 0 0 0 rgba(15,118,110,0)}35%{box-shadow:0 0 0 5px rgba(15,118,110,.16)}}


/* 1.12.4 — refined dashboard typography and larger summary cards. */
.jsh-app,
.jsh-app *,
.jsh-mesqal-dashboard,
.jsh-mesqal-dashboard *{
  font-family:inherit!important;
}
.jsh-app{
  font-family:inherit!important;
}
.jsh-mesqal-dashboard{
  width:min(100%,1120px)!important;
  gap:18px!important;
  line-height:1.9!important;
}
.jsh-mesqal-welcome{
  padding:8px 4px 10px!important;
}
.jsh-mesqal-kicker,
.jsh-mesqal-card-head span{
  font-size:12px!important;
  letter-spacing:0!important;
}
.jsh-mesqal-welcome h2{
  font-size:24px!important;
  line-height:1.55!important;
  font-weight:800!important;
}
.jsh-mesqal-welcome p{
  font-size:13px!important;
  line-height:1.9!important;
}
.jsh-mesqal-date span{font-size:11px!important}
.jsh-mesqal-date strong{font-size:14px!important}
.jsh-mesqal-wallets{
  gap:17px!important;
}
.jsh-mesqal-wallet{
  min-height:148px!important;
  padding:22px 23px!important;
  border-radius:20px!important;
  grid-template-columns:56px minmax(0,1fr)!important;
  gap:16px!important;
  box-shadow:0 13px 30px rgba(25,55,68,.12)!important;
}
.jsh-mesqal-wallet-icon{
  width:56px!important;
  height:56px!important;
  border-radius:17px!important;
  font-size:22px!important;
}
.jsh-mesqal-wallet span{font-size:12px!important}
.jsh-mesqal-wallet strong{
  font-size:27px!important;
  line-height:1.45!important;
  margin:5px 0 1px!important;
}
.jsh-mesqal-wallet small{font-size:11px!important}
.jsh-mesqal-wallet>a{
  padding:8px 13px!important;
  font-size:11px!important;
  border-radius:9px!important;
  margin-top:5px!important;
}
.jsh-mesqal-card{
  padding:21px!important;
  border-radius:18px!important;
}
.jsh-mesqal-card-head h3{
  font-size:17px!important;
  line-height:1.65!important;
}
.jsh-mesqal-card-head>a{font-size:12px!important}
.jsh-mesqal-action-grid a{
  min-height:108px!important;
  padding:13px 10px!important;
}
.jsh-mesqal-action-grid strong{font-size:13px!important}
.jsh-mesqal-action-grid small{font-size:10px!important;line-height:1.7!important}
.jsh-mesqal-account-state strong{font-size:13px!important}
.jsh-mesqal-account-state small{font-size:10px!important;line-height:1.9!important}
.jsh-mesqal-outline-link,
.jsh-mesqal-primary-link{font-size:12px!important}
.jsh-mesqal-recent-product strong,
.jsh-mesqal-recent-amount strong{font-size:13px!important}
.jsh-mesqal-recent-product small,
.jsh-mesqal-recent-amount small{font-size:10px!important}
.jsh-mesqal-summary-list span{font-size:11px!important}
.jsh-mesqal-summary-list strong{font-size:15px!important}

/* The legacy market shortcut card is intentionally removed from trading view. */
#jsh-market{display:none!important}

@media(max-width:820px){
  .jsh-mesqal-wallet{min-height:138px!important}
  .jsh-mesqal-wallet strong{font-size:24px!important}
}
@media(max-width:560px){
  .jsh-mesqal-welcome h2{font-size:21px!important}
  .jsh-mesqal-wallet{min-height:132px!important;padding:20px!important}
  .jsh-mesqal-wallet strong{font-size:23px!important}
}


/* 1.12.5 — dashboard price history and KYC navigation. */
.jsh-section-heading-row{display:flex;align-items:center;justify-content:space-between;gap:14px;border-bottom:1px solid #f0f1f3;margin:0 0 17px;padding:0 0 13px}
.jsh-section-heading-row h2{border:0!important;margin:0!important;padding:0!important}
.jsh-section-heading-row h2:before{display:none!important}
.jsh-back-dashboard{display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid #d9dee6;background:#fff;color:#344054;border-radius:10px;padding:9px 14px;font:inherit;font-size:12px;font-weight:700;cursor:pointer;transition:.18s}
.jsh-back-dashboard:before{content:"←";font-size:15px}.jsh-back-dashboard:hover{border-color:#0c6871;color:#0c6871;transform:translateY(-1px)}
.jsh-dashboard-price-card{margin:0 0 18px!important;overflow:hidden}
.jsh-dashboard-price-card .jsh-mesqal-card-head{align-items:flex-start}
.jsh-dashboard-price-note{color:#87909f;font-size:10px;white-space:nowrap}
.jsh-dashboard-price-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:14px}
.jsh-dashboard-price-summary>div{background:#f7f9fb;border:1px solid #edf0f3;border-radius:12px;padding:12px 14px}
.jsh-dashboard-price-summary span,.jsh-dashboard-price-summary strong,.jsh-dashboard-price-summary small{display:block}
.jsh-dashboard-price-summary span{font-size:10px;color:#77808e}.jsh-dashboard-price-summary strong{font-size:16px;margin:4px 0;color:#17202d}.jsh-dashboard-price-summary small{font-size:9px;color:#98a0aa}
.jsh-dashboard-price-chart{height:250px;border-radius:14px;background:linear-gradient(180deg,#fbfcfd,#f4f7f9);border:1px solid #edf0f3;padding:14px 12px 8px;color:#0c6871;overflow:hidden}
.jsh-dashboard-price-chart svg{display:block;width:100%;height:205px;overflow:visible}.jsh-price-grid{stroke:#dce3e8;stroke-width:1;fill:none}.jsh-price-line{fill:none;stroke:currentColor;stroke-width:4;stroke-linecap:round;stroke-linejoin:round}.jsh-price-area{color:inherit}
.jsh-dashboard-price-axis{display:flex;justify-content:space-between;color:#8a94a2;font-size:9px;padding:4px 4px 0}
.jsh-dashboard-price-empty{min-height:180px;display:grid;place-content:center;text-align:center;border:1px dashed #d9e0e5;border-radius:14px;background:#fafcfd;padding:24px}.jsh-dashboard-price-empty[hidden]{display:none!important}.jsh-dashboard-price-empty strong{font-size:14px;color:#344054}.jsh-dashboard-price-empty p{font-size:11px;color:#7d8794;margin:7px 0 0}
.jsh-theme-dark .jsh-section-heading-row{border-color:#303947}.jsh-theme-dark .jsh-back-dashboard{background:#202935;border-color:#394554;color:#e5eaf0}.jsh-theme-dark .jsh-dashboard-price-summary>div,.jsh-theme-dark .jsh-dashboard-price-chart,.jsh-theme-dark .jsh-dashboard-price-empty{background:#1b2430;border-color:#303b49}.jsh-theme-dark .jsh-dashboard-price-summary strong,.jsh-theme-dark .jsh-dashboard-price-empty strong{color:#f0f3f7}.jsh-theme-dark .jsh-dashboard-price-summary span,.jsh-theme-dark .jsh-dashboard-price-summary small,.jsh-theme-dark .jsh-dashboard-price-empty p,.jsh-theme-dark .jsh-dashboard-price-axis{color:#9aa6b5}.jsh-theme-dark .jsh-price-grid{stroke:#364353}.jsh-theme-dark .jsh-dashboard-price-chart{color:#4fc0b9}
@media(max-width:620px){.jsh-section-heading-row{align-items:flex-start}.jsh-back-dashboard{padding:8px 10px;font-size:10px}.jsh-dashboard-price-summary{grid-template-columns:1fr}.jsh-dashboard-price-chart{height:215px}.jsh-dashboard-price-chart svg{height:170px}.jsh-dashboard-price-note{display:none}}


/* 1.12.6 — complete dark surfaces and theme-aware trigger icon. */
.jsh-theme-trigger svg{width:20px!important;height:20px!important;display:block!important;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.jsh-theme-trigger[data-theme-icon="dark"] svg path{fill:currentColor;stroke:currentColor}
.jsh-theme-trigger[data-theme-icon="system"] svg rect{fill:none}

.jsh-app[data-jsh-theme="dark"]{
  --jsh-bg:#0b1115;--jsh-white:#162027;--jsh-line:#2a3941;--jsh-ink:#eef5f7;--jsh-muted:#9badb5;
  color:#dce7eb!important;background:#0b1115!important;
}
.jsh-app[data-jsh-theme="dark"] .jsh-app-shell,
.jsh-app[data-jsh-theme="dark"] .jsh-app-main,
.jsh-app[data-jsh-theme="dark"] .jsh-app-content,
.jsh-app[data-jsh-theme="dark"] .jsh-mesqal-dashboard{background:#0b1115!important;color:#dce7eb!important}
.jsh-app[data-jsh-theme="dark"] .jsh-app-topbar{background:#111a20!important;border-color:#26353d!important;color:#eaf2f5!important}
.jsh-app[data-jsh-theme="dark"] .jsh-mesqal-welcome,
.jsh-app[data-jsh-theme="dark"] .jsh-mesqal-wallet,
.jsh-app[data-jsh-theme="dark"] .jsh-mesqal-card,
.jsh-app[data-jsh-theme="dark"] .jsh-dashboard-price-card,
.jsh-app[data-jsh-theme="dark"] .jsh-public-card,
.jsh-app[data-jsh-theme="dark"] .jsh-trade-board,
.jsh-app[data-jsh-theme="dark"] .jsh-orders-modern,
.jsh-app[data-jsh-theme="dark"] .jsh-orders-list-shell,
.jsh-app[data-jsh-theme="dark"] .jsh-orders-list-area,
.jsh-app[data-jsh-theme="dark"] .jsh-orders-search-panel{background:#151f25!important;border-color:#2a3941!important;color:#dce7eb!important;box-shadow:0 10px 28px rgba(0,0,0,.22)!important}
.jsh-app[data-jsh-theme="dark"] .jsh-mesqal-wallet-cash,
.jsh-app[data-jsh-theme="dark"] .jsh-mesqal-wallet-gold,
.jsh-app[data-jsh-theme="dark"] .jsh-mesqal-wallet-coin{background:linear-gradient(145deg,#17242a,#111a20)!important;border-color:#30424b!important}
.jsh-app[data-jsh-theme="dark"] .jsh-mesqal-action-grid a,
.jsh-app[data-jsh-theme="dark"] .jsh-mesqal-account-state,
.jsh-app[data-jsh-theme="dark"] .jsh-mesqal-recent-row,
.jsh-app[data-jsh-theme="dark"] .jsh-mesqal-summary-list>div,
.jsh-app[data-jsh-theme="dark"] .jsh-dashboard-price-summary>div,
.jsh-app[data-jsh-theme="dark"] .jsh-dashboard-price-chart,
.jsh-app[data-jsh-theme="dark"] .jsh-dashboard-price-empty,
.jsh-app[data-jsh-theme="dark"] .jsh-balance-grid>div,
.jsh-app[data-jsh-theme="dark"] .jsh-quick-stats>div{background:#1b282f!important;border-color:#30414a!important;color:#dce7eb!important}
.jsh-app[data-jsh-theme="dark"] .jsh-dashboard-price-chart{background:linear-gradient(180deg,#19262d,#111b20)!important}
.jsh-app[data-jsh-theme="dark"] .jsh-price-grid{stroke:#344750!important}
.jsh-app[data-jsh-theme="dark"] .jsh-dashboard-price-chart{color:#55c9c0!important}
.jsh-app[data-jsh-theme="dark"] .jsh-mesqal-wallet strong,
.jsh-app[data-jsh-theme="dark"] .jsh-mesqal-card h3,
.jsh-app[data-jsh-theme="dark"] .jsh-mesqal-recent-row strong,
.jsh-app[data-jsh-theme="dark"] .jsh-dashboard-price-summary strong{color:#f1f7f9!important}
.jsh-app[data-jsh-theme="dark"] .jsh-mesqal-wallet span,
.jsh-app[data-jsh-theme="dark"] .jsh-mesqal-wallet small,
.jsh-app[data-jsh-theme="dark"] .jsh-mesqal-card-head span,
.jsh-app[data-jsh-theme="dark"] .jsh-dashboard-price-note,
.jsh-app[data-jsh-theme="dark"] .jsh-dashboard-price-summary span,
.jsh-app[data-jsh-theme="dark"] .jsh-dashboard-price-summary small{color:#9babb3!important}
.jsh-app[data-jsh-theme="dark"] .jsh-mesqal-action-grid a:hover,
.jsh-app[data-jsh-theme="dark"] .jsh-mesqal-recent-row:hover{background:#22333b!important;border-color:#3b515c!important}
.jsh-app[data-jsh-theme="dark"] .jsh-section-heading-row,
.jsh-app[data-jsh-theme="dark"] .jsh-public-card h2{border-color:#2a3941!important}
.jsh-app[data-jsh-theme="dark"] .jsh-back-dashboard,
.jsh-app[data-jsh-theme="dark"] .jsh-outline-link{background:#1d2b32!important;border-color:#38505a!important;color:#e6eff2!important}
.jsh-app[data-jsh-theme="dark"] table,
.jsh-app[data-jsh-theme="dark"] .jsh-responsive,
.jsh-app[data-jsh-theme="dark"] .jsh-quote-table-wrap{background:#151f25!important;border-color:#2a3941!important}
.jsh-app[data-jsh-theme="dark"] table thead th{background:#1c2a31!important;color:#aebec5!important;border-color:#30414a!important}
.jsh-app[data-jsh-theme="dark"] table tbody td,
.jsh-app[data-jsh-theme="dark"] .jsh-quote-table tbody td{background:#17242a!important;color:#dce7eb!important;border-color:#2c3d45!important}
.jsh-app[data-jsh-theme="dark"] table tbody tr:hover td{background:#203139!important}
.jsh-app[data-jsh-theme="dark"] .jsh-modal-card,
.jsh-app[data-jsh-theme="dark"] .jsh-order-modal,
.jsh-app[data-jsh-theme="dark"] .jsh-contact-dialog{background:#17242a!important;border-color:#344750!important;color:#e4edf0!important}
html.jsh-page-dark,body.jsh-page-dark,body.jsh-page-dark #page,body.jsh-page-dark .site,body.jsh-page-dark .site-content,body.jsh-page-dark .content-area,body.jsh-page-dark main{background:#0b1115!important}

/* 1.12.6 hotfix — dark mode for the Today/date card. */
.jsh-app[data-jsh-theme="dark"] .jsh-mesqal-date,
body.jsh-page-dark .jsh-mesqal-date{
  background:linear-gradient(145deg,#1b282f,#131d22)!important;
  border-color:#30414a!important;
  box-shadow:0 8px 22px rgba(0,0,0,.24)!important;
  color:#e9f2f5!important;
}
.jsh-app[data-jsh-theme="dark"] .jsh-mesqal-date span,
body.jsh-page-dark .jsh-mesqal-date span{
  color:#9babb3!important;
}
.jsh-app[data-jsh-theme="dark"] .jsh-mesqal-date strong,
body.jsh-page-dark .jsh-mesqal-date strong{
  color:#f1f7f9!important;
}


/* 1.12.7 — services cards and operational modal forms. */
.jsh-services-page{max-width:1050px;margin-inline:auto!important;padding:28px!important}
.jsh-services-heading{align-items:flex-start!important;margin-bottom:22px!important}
.jsh-services-heading h2{margin:0 0 6px!important;font-size:24px!important}
.jsh-services-heading p{margin:0;color:var(--jsh-muted);font-size:14px}
.jsh-services-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.jsh-service-card{appearance:none;width:100%;min-height:155px;padding:22px;border:1px solid #e1e8ea;border-radius:18px;background:#fff;color:var(--jsh-ink);display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;text-align:right;cursor:pointer;font:inherit;box-shadow:0 8px 24px rgba(24,54,65,.07);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.jsh-service-card:hover,.jsh-service-card:focus-visible{transform:translateY(-3px);box-shadow:0 15px 34px rgba(24,54,65,.13);border-color:#b9d9d7;outline:none}
.jsh-service-icon{width:58px;height:58px;border-radius:17px;display:grid;place-items:center;font-size:27px;font-weight:800;background:#e9f7f5;color:#118b83}
.jsh-service-card.is-withdrawal .jsh-service-icon{background:#fff1ee;color:#d45a45}
.jsh-service-card.is-delivery .jsh-service-icon{background:#fff8df;color:#aa7b05}
.jsh-service-copy{display:flex;flex-direction:column;gap:7px;min-width:0}
.jsh-service-copy strong{font-size:18px;line-height:1.5;color:inherit}
.jsh-service-copy small{font-size:13px;line-height:1.8;color:var(--jsh-muted)}
.jsh-service-arrow{font-size:30px;color:#9aabb2;line-height:1}
.jsh-service-modal{position:fixed;inset:0;z-index:100000;display:grid;place-items:center;padding:22px;visibility:hidden;opacity:0;transition:opacity .22s ease,visibility .22s ease}
.jsh-service-modal.open{visibility:visible;opacity:1}
.jsh-service-modal-backdrop{position:absolute;inset:0;background:rgba(4,13,18,.68);backdrop-filter:blur(3px)}
.jsh-service-dialog{position:relative;z-index:1;width:min(560px,100%);max-height:calc(100vh - 44px);overflow:auto;background:#fff;border:1px solid #dfe7e9;border-radius:22px;box-shadow:0 30px 90px rgba(0,0,0,.28);transform:translateY(16px) scale(.98);transition:transform .22s ease;direction:rtl}
.jsh-service-modal.open .jsh-service-dialog{transform:none}
.jsh-service-dialog.is-wide{width:min(760px,100%)}
.jsh-service-dialog>header{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:20px 22px;border-bottom:1px solid #e4eaec;background:#f9fbfb;position:sticky;top:0;z-index:2}
.jsh-service-dialog>header span{display:block;color:#7b8d94;font-size:12px;margin-bottom:3px}
.jsh-service-dialog>header h3{margin:0;font-size:21px;color:#203239}
.jsh-service-close{appearance:none;width:36px;height:36px;border:0;border-radius:11px;background:#edf2f3;color:#52666e;font:700 24px/1 inherit;cursor:pointer;display:grid;place-items:center}
.jsh-service-form{display:grid;gap:16px;padding:22px}
.jsh-service-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.jsh-service-form label{display:grid;gap:8px;font-weight:700;font-size:14px;color:#30464e}
.jsh-service-form input,.jsh-service-form select,.jsh-service-form textarea{width:100%;box-sizing:border-box;min-height:48px;border:1px solid #d9e2e5;border-radius:12px;background:#fff;color:#21343b;padding:10px 13px;font:inherit;outline:none}
.jsh-service-form textarea{min-height:82px;resize:vertical}
.jsh-service-form input:focus,.jsh-service-form select:focus,.jsh-service-form textarea:focus{border-color:#35a99f;box-shadow:0 0 0 3px rgba(53,169,159,.13)}
.jsh-service-form .jsh-primary{min-height:50px;border-radius:12px;font-size:15px}
.jsh-service-full{grid-column:1/-1}
.jsh-service-hint{margin:18px 22px 0;padding:12px 14px;border-radius:12px;background:#fff8e4;color:#725c19;font-size:13px;line-height:1.8}
html.jsh-service-open,body.jsh-service-open{overflow:hidden!important}
.jsh-app[data-jsh-theme="dark"] .jsh-services-page,
.jsh-app[data-jsh-theme="dark"] .jsh-service-card,
.jsh-app[data-jsh-theme="dark"] .jsh-service-dialog{background:#151f25!important;border-color:#30414a!important;color:#e8f0f3!important}
.jsh-app[data-jsh-theme="dark"] .jsh-service-dialog>header{background:#1b282f!important;border-color:#30414a!important}
.jsh-app[data-jsh-theme="dark"] .jsh-service-dialog>header h3,
.jsh-app[data-jsh-theme="dark"] .jsh-service-form label{color:#e8f0f3!important}
.jsh-app[data-jsh-theme="dark"] .jsh-service-form input,
.jsh-app[data-jsh-theme="dark"] .jsh-service-form select,
.jsh-app[data-jsh-theme="dark"] .jsh-service-form textarea{background:#10191e!important;border-color:#344750!important;color:#eef5f7!important}
.jsh-app[data-jsh-theme="dark"] .jsh-service-close{background:#263840!important;color:#e9f2f5!important}
.jsh-app[data-jsh-theme="dark"] .jsh-service-hint{background:#2b291d!important;color:#e7dcae!important}
@media(max-width:900px){.jsh-services-grid{grid-template-columns:1fr}.jsh-service-card{min-height:110px}.jsh-services-page{padding:20px!important}}
@media(max-width:620px){.jsh-service-modal{padding:10px;align-items:end}.jsh-service-dialog{width:100%;max-height:92vh;border-radius:20px 20px 0 0}.jsh-service-form-grid{grid-template-columns:1fr}.jsh-service-full{grid-column:auto}.jsh-service-dialog>header{padding:17px}.jsh-service-form{padding:17px}.jsh-service-card{padding:17px}.jsh-service-icon{width:50px;height:50px}}


/* 1.12.8 — independent service history pages. */
.jsh-service-card{text-decoration:none!important}
.jsh-service-history-page{max-width:1120px;margin-inline:auto!important;padding:26px!important}
.jsh-service-page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:20px;padding-bottom:18px;border-bottom:1px solid #e8edef}
.jsh-service-page-head h2{margin:10px 0 5px!important;border:0!important;padding:0!important;font-size:23px!important}
.jsh-service-page-head h2:before{display:none!important}.jsh-service-page-head p{margin:0;color:var(--jsh-muted);font-size:13px}
.jsh-back-services{appearance:none;border:0;background:transparent;color:#177f78;padding:0;font:inherit;font-size:12px;font-weight:800;cursor:pointer}.jsh-back-services:before{content:"→";margin-left:6px}
.jsh-service-new-button{min-width:185px;min-height:46px;border-radius:12px!important;white-space:nowrap}
.jsh-service-list-shell{border:1px solid #e5ebed;border-radius:16px;overflow:hidden;background:#fff}
.jsh-service-history-table{margin:0!important;min-width:760px}.jsh-service-history-table th{font-size:12px!important}.jsh-service-history-table td{font-size:13px!important;vertical-align:middle!important}.jsh-service-history-table td small{font-size:10px;color:var(--jsh-muted)}
.jsh-service-status{display:inline-flex;align-items:center;justify-content:center;min-width:84px;padding:6px 10px;border-radius:999px;background:#fff4d8;color:#8b6500;font-size:11px;font-weight:800}
.jsh-service-status.status-approved,.jsh-service-status.status-paid,.jsh-service-status.status-ready,.jsh-service-status.status-delivered{background:#e7f8f0;color:#16734c}.jsh-service-status.status-rejected,.jsh-service-status.status-cancelled{background:#fff0ef;color:#b73c32}.jsh-service-status.status-under_review,.jsh-service-status.status-preparing{background:#eaf3ff;color:#2e67a5}
.jsh-service-empty td{text-align:center!important;padding:35px!important;color:var(--jsh-muted)!important}
.jsh-app[data-jsh-theme="dark"] .jsh-service-history-page,.jsh-app[data-jsh-theme="dark"] .jsh-service-list-shell{background:#151f25!important;border-color:#30414a!important;color:#e8f0f3!important}.jsh-app[data-jsh-theme="dark"] .jsh-service-page-head{border-color:#30414a!important}.jsh-app[data-jsh-theme="dark"] .jsh-back-services{color:#65d0c7!important}
@media(max-width:720px){.jsh-service-history-page{padding:18px!important}.jsh-service-page-head{align-items:stretch;flex-direction:column}.jsh-service-new-button{width:100%}.jsh-service-history-table{min-width:680px}}


/* 1.13.0 — operational service request modals */
.jsh-service-new-button{display:inline-flex!important;align-items:center;justify-content:center;gap:9px;min-height:46px;cursor:pointer;position:relative;z-index:2}
.jsh-service-new-button::before{content:'+';font-size:20px;line-height:1;font-weight:800}
.jsh-service-modal{isolation:isolate}
.jsh-service-modal-backdrop{cursor:pointer}
.jsh-service-dialog{position:relative;z-index:2;overflow:hidden;box-shadow:0 28px 90px rgba(0,0,0,.32)}
.jsh-service-dialog>header{position:sticky;top:0;z-index:3}
.jsh-service-close{display:inline-grid!important;place-items:center;flex:0 0 38px;width:38px;height:38px;cursor:pointer}
.jsh-service-form button[type=submit]{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:48px}
.jsh-service-form button[type=submit].is-loading{opacity:.82;cursor:wait}
.jsh-service-spinner{width:18px;height:18px;border:2px solid currentColor;border-left-color:transparent;border-radius:50%;animation:jshServiceSpin .7s linear infinite}
@keyframes jshServiceSpin{to{transform:rotate(360deg)}}
html.jsh-service-open,body.jsh-service-open{overflow:hidden!important}

/* 1.13.0 — Persian (Jalali) delivery date picker */
.jsh-jalali-field{position:relative;z-index:5}
.jsh-jalali-input-wrap{position:relative;display:flex;width:100%}
.jsh-jalali-display{padding-left:48px!important;cursor:pointer;background:#fff!important}
.jsh-jalali-trigger{position:absolute;left:6px;top:50%;transform:translateY(-50%);width:38px;height:38px;border:0;border-radius:9px;background:#edf3f4;color:#4f6871;display:grid;place-items:center;cursor:pointer;font:700 18px/1 inherit}
.jsh-jalali-calendar{position:absolute;top:calc(100% + 8px);right:0;width:310px;max-width:calc(100vw - 34px);padding:14px;background:#fff;border:1px solid #dce5e7;border-radius:16px;box-shadow:0 18px 55px rgba(17,35,43,.2);z-index:100010;direction:rtl}
.jsh-jalali-calendar[hidden]{display:none!important}
.jsh-jalali-head{display:grid;grid-template-columns:38px 1fr 38px;align-items:center;gap:8px;margin-bottom:12px}
.jsh-jalali-month-title{text-align:center;font-size:15px;color:#213840}
.jsh-jalali-nav{width:36px;height:36px;border:0;border-radius:10px;background:#f0f4f5;color:#38515a;cursor:pointer;font:700 24px/1 inherit}
.jsh-jalali-weekdays,.jsh-jalali-days{display:grid;grid-template-columns:repeat(7,1fr);gap:4px}
.jsh-jalali-weekdays{margin-bottom:5px;color:#8b9aa0;font-size:11px;text-align:center}
.jsh-jalali-weekdays span{padding:5px 0}
.jsh-jalali-day{appearance:none;border:0;background:transparent;color:#30464e;aspect-ratio:1;border-radius:10px;cursor:pointer;font:600 12px/1 inherit;display:grid;place-items:center}
.jsh-jalali-day:hover,.jsh-jalali-day:focus-visible{background:#e7f5f3;outline:none;color:#087d74}
.jsh-jalali-day.is-selected{background:#15958b;color:#fff}
.jsh-jalali-day.is-today{box-shadow:inset 0 0 0 1px #15958b;color:#087d74}
.jsh-jalali-day.is-selected.is-today{color:#fff}
.jsh-jalali-day[disabled]{opacity:.28;cursor:not-allowed;background:transparent!important;color:#87969b!important}
.jsh-jalali-blank{aspect-ratio:1}
.jsh-jalali-actions{display:flex;justify-content:space-between;gap:8px;margin-top:10px;padding-top:10px;border-top:1px solid #edf1f2}
.jsh-jalali-actions button{border:0;background:transparent;color:#16877f;font:700 12px/1.6 inherit;cursor:pointer;padding:5px 8px}
.jsh-app[data-jsh-theme="dark"] .jsh-jalali-display{background:#10191e!important}
.jsh-app[data-jsh-theme="dark"] .jsh-jalali-trigger{background:#263840;color:#eef5f7}
.jsh-app[data-jsh-theme="dark"] .jsh-jalali-calendar{background:#172329;border-color:#354952;box-shadow:0 20px 65px rgba(0,0,0,.48)}
.jsh-app[data-jsh-theme="dark"] .jsh-jalali-month-title,.jsh-app[data-jsh-theme="dark"] .jsh-jalali-day{color:#eaf2f4}
.jsh-app[data-jsh-theme="dark"] .jsh-jalali-nav{background:#263840;color:#eaf2f4}
.jsh-app[data-jsh-theme="dark"] .jsh-jalali-day:hover{background:#24413f;color:#7ae0d7}
.jsh-app[data-jsh-theme="dark"] .jsh-jalali-actions{border-color:#30414a}
@media(max-width:620px){.jsh-jalali-calendar{position:fixed;left:50%;right:auto;top:50%;transform:translate(-50%,-50%);width:min(330px,calc(100vw - 28px))}}


/* 1.13.0 hotfix — stable Persian calendar layout and bidi-safe dates. */
.jsh-jalali-field{display:block!important;position:relative!important;min-width:0!important}
.jsh-jalali-input-wrap{display:flex!important;align-items:center!important;position:relative!important;width:100%!important}
.jsh-jalali-display{direction:ltr!important;text-align:right!important;unicode-bidi:plaintext!important;font-variant-numeric:tabular-nums!important;letter-spacing:.2px!important;padding-left:50px!important}
.jsh-jalali-calendar{width:330px!important;padding:14px!important;direction:rtl!important}
.jsh-jalali-head{direction:rtl!important;grid-template-columns:40px minmax(0,1fr) 40px!important}
.jsh-jalali-month-title{direction:rtl!important;text-align:center!important;white-space:nowrap!important;font-size:15px!important;line-height:1.8!important}
.jsh-jalali-weekdays,.jsh-jalali-days{direction:rtl!important;display:grid!important;grid-template-columns:repeat(7,minmax(0,1fr))!important;grid-auto-flow:row!important;align-items:center!important;justify-items:stretch!important;gap:5px!important;width:100%!important}
.jsh-jalali-weekdays span{display:grid!important;place-items:center!important;min-width:0!important;height:28px!important;padding:0!important;font-size:11px!important}
.jsh-jalali-day,.jsh-jalali-blank{width:100%!important;height:36px!important;min-width:0!important;aspect-ratio:auto!important;margin:0!important}
.jsh-jalali-day{display:flex!important;align-items:center!important;justify-content:center!important;padding:0!important;line-height:1!important;direction:ltr!important;font-size:12px!important}
.jsh-jalali-actions{direction:rtl!important;align-items:center!important}
.jsh-service-history-table td:nth-child(4),.jsh-admin td:nth-child(5){direction:ltr!important;text-align:right!important;unicode-bidi:plaintext!important;font-variant-numeric:tabular-nums!important}
@media(max-width:620px){.jsh-jalali-calendar{width:min(330px,calc(100vw - 28px))!important}.jsh-jalali-day,.jsh-jalali-blank{height:34px!important}}

/* 1.13.0 hotfix — keep the Jalali calendar outside clipped modal scroll areas. */
.jsh-service-dialog{overflow-y:auto!important;overflow-x:visible!important}
.jsh-jalali-calendar{contain:layout paint;will-change:top,left;max-height:calc(100vh - 24px);overflow:auto}
.jsh-jalali-field{z-index:auto!important}
@media(max-width:620px){
  .jsh-jalali-calendar{position:fixed!important;transform:none!important;margin:0!important}
}

/* 1.13.0 hotfix — fully themed buy/sell confirmation modal in dark mode. */
.jsh-app[data-jsh-theme="dark"] .jsh-trade-modal .jsh-modal-dialog,
body.jsh-page-dark .jsh-trade-modal .jsh-modal-dialog{
  background:#151f25!important;
  border-color:#344750!important;
  color:#e8f0f3!important;
  box-shadow:0 28px 90px rgba(0,0,0,.58)!important;
}
.jsh-app[data-jsh-theme="dark"] .jsh-trade-modal .jsh-modal-backdrop,
body.jsh-page-dark .jsh-trade-modal .jsh-modal-backdrop{
  background:rgba(2,8,12,.76)!important;
  backdrop-filter:blur(4px)!important;
}
.jsh-app[data-jsh-theme="dark"] .jsh-trade-modal .jsh-modal-titlebar,
body.jsh-page-dark .jsh-trade-modal .jsh-modal-titlebar{
  background:linear-gradient(135deg,#17382f,#122a24)!important;
  color:#8ee0bd!important;
  border-bottom:1px solid #2d4a42!important;
}
.jsh-app[data-jsh-theme="dark"] .jsh-trade-modal .jsh-modal-titlebar.is-sell,
body.jsh-page-dark .jsh-trade-modal .jsh-modal-titlebar.is-sell{
  background:linear-gradient(135deg,#44252a,#321d21)!important;
  color:#f1a4ac!important;
  border-bottom-color:#5a3339!important;
}
.jsh-app[data-jsh-theme="dark"] .jsh-trade-modal .jsh-modal-close,
body.jsh-page-dark .jsh-trade-modal .jsh-modal-close{
  color:#dce8ec!important;
  background:rgba(255,255,255,.07)!important;
  border-radius:8px!important;
}
.jsh-app[data-jsh-theme="dark"] .jsh-trade-modal .jsh-modal-close:hover,
body.jsh-page-dark .jsh-trade-modal .jsh-modal-close:hover{
  background:rgba(255,255,255,.13)!important;
}
.jsh-app[data-jsh-theme="dark"] .jsh-trade-modal .jsh-modal-form,
body.jsh-page-dark .jsh-trade-modal .jsh-modal-form{
  background:#151f25!important;
}
.jsh-app[data-jsh-theme="dark"] .jsh-trade-modal .jsh-confirm-row,
body.jsh-page-dark .jsh-trade-modal .jsh-confirm-row{
  border-bottom-color:#31424a!important;
}
.jsh-app[data-jsh-theme="dark"] .jsh-trade-modal .jsh-confirm-row label,
.jsh-app[data-jsh-theme="dark"] .jsh-trade-modal .jsh-input-with-unit span,
body.jsh-page-dark .jsh-trade-modal .jsh-confirm-row label,
body.jsh-page-dark .jsh-trade-modal .jsh-input-with-unit span{
  color:#dce7eb!important;
}
.jsh-app[data-jsh-theme="dark"] .jsh-trade-modal .jsh-confirm-icon,
body.jsh-page-dark .jsh-trade-modal .jsh-confirm-icon{
  background:#22323a!important;
  color:#9fb0b8!important;
}
.jsh-app[data-jsh-theme="dark"] .jsh-trade-modal .jsh-input-with-unit input,
.jsh-app[data-jsh-theme="dark"] .jsh-trade-modal .jsh-note-label textarea,
body.jsh-page-dark .jsh-trade-modal .jsh-input-with-unit input,
body.jsh-page-dark .jsh-trade-modal .jsh-note-label textarea{
  background:#0f181d!important;
  border-color:#344750!important;
  color:#eef5f7!important;
  caret-color:#eef5f7!important;
}
.jsh-app[data-jsh-theme="dark"] .jsh-trade-modal .jsh-input-with-unit.is-total input,
body.jsh-page-dark .jsh-trade-modal .jsh-input-with-unit.is-total input{
  background:#111c21!important;
  color:#f2f7f9!important;
}
.jsh-app[data-jsh-theme="dark"] .jsh-trade-modal .jsh-note-label,
.jsh-app[data-jsh-theme="dark"] .jsh-trade-modal .jsh-note-label span,
body.jsh-page-dark .jsh-trade-modal .jsh-note-label,
body.jsh-page-dark .jsh-trade-modal .jsh-note-label span{
  color:#a9b8bf!important;
}
.jsh-app[data-jsh-theme="dark"] .jsh-trade-modal .jsh-cancel-button,
body.jsh-page-dark .jsh-trade-modal .jsh-cancel-button{
  background:#263840!important;
  color:#e7f0f3!important;
}
.jsh-app[data-jsh-theme="dark"] .jsh-trade-modal .jsh-cancel-button:hover,
body.jsh-page-dark .jsh-trade-modal .jsh-cancel-button:hover{
  background:#304650!important;
}
.jsh-app[data-jsh-theme="dark"] .jsh-trade-modal input::placeholder,
.jsh-app[data-jsh-theme="dark"] .jsh-trade-modal textarea::placeholder,
body.jsh-page-dark .jsh-trade-modal input::placeholder,
body.jsh-page-dark .jsh-trade-modal textarea::placeholder{
  color:#71838c!important;
}


/* 1.13.0 — Refined sidebar brand header and safe top spacing */
.jsh-app-sidebar{
  padding-top:34px!important;
}
.jsh-app-sidebar .jsh-brand{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:13px!important;
  min-height:92px!important;
  margin:0 0 30px!important;
  padding:17px 14px!important;
  border:1px solid rgba(8,106,120,.12)!important;
  border-radius:18px!important;
  background:rgba(255,255,255,.48)!important;
  text-align:right!important;
  box-shadow:0 10px 25px rgba(16,45,55,.05)!important;
}
.jsh-app-sidebar .jsh-brand-mark{
  display:grid!important;
  place-items:center!important;
  flex:0 0 50px!important;
  width:50px!important;
  height:50px!important;
  border-radius:16px!important;
  background:linear-gradient(145deg,#d7b34e,#a97820)!important;
  color:#fff!important;
  font-size:17px!important;
  font-weight:900!important;
  letter-spacing:0!important;
  box-shadow:0 10px 22px rgba(169,120,32,.23)!important;
}
.jsh-app-sidebar .jsh-brand-copy{
  display:block!important;
  min-width:0!important;
}
.jsh-app-sidebar .jsh-brand-word{
  display:block!important;
  color:#066d78!important;
  font-size:24px!important;
  line-height:1.25!important;
  font-weight:900!important;
  letter-spacing:-1px!important;
  white-space:nowrap!important;
}
.jsh-app-sidebar .jsh-brand-copy small{
  display:block!important;
  margin-top:5px!important;
  color:#71808b!important;
  font-size:10px!important;
  line-height:1.7!important;
  white-space:nowrap!important;
}
.jsh-app[data-jsh-theme="dark"] .jsh-app-sidebar .jsh-brand,
body.jsh-page-dark .jsh-app-sidebar .jsh-brand{
  background:rgba(255,255,255,.045)!important;
  border-color:rgba(255,255,255,.09)!important;
  box-shadow:0 12px 28px rgba(0,0,0,.12)!important;
}
.jsh-app[data-jsh-theme="dark"] .jsh-app-sidebar .jsh-brand-word,
body.jsh-page-dark .jsh-app-sidebar .jsh-brand-word{
  color:#eef7f8!important;
}
.jsh-app[data-jsh-theme="dark"] .jsh-app-sidebar .jsh-brand-copy small,
body.jsh-page-dark .jsh-app-sidebar .jsh-brand-copy small{
  color:#9db0b9!important;
}
@media(max-width:820px){
  .jsh-app-sidebar{padding-top:26px!important}
  .jsh-app-sidebar .jsh-brand{min-height:84px!important;margin-bottom:22px!important;padding:14px 12px!important}
  .jsh-app-sidebar .jsh-brand-mark{width:44px!important;height:44px!important;flex-basis:44px!important;border-radius:14px!important;font-size:15px!important}
  .jsh-app-sidebar .jsh-brand-word{font-size:21px!important}
  .jsh-app-sidebar .jsh-brand-copy small{font-size:9px!important}
}


/* 1.13.0 — Simple sidebar title with safe top spacing */
.jsh-app-sidebar{
  padding-top:38px!important;
}
.jsh-app-sidebar .jsh-brand{
  display:block!important;
  min-height:0!important;
  margin:0 0 26px!important;
  padding:8px 10px 0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  text-align:center!important;
}
.jsh-app-sidebar .jsh-brand-mark,
.jsh-app-sidebar .jsh-brand-copy small{
  display:none!important;
}
.jsh-app-sidebar .jsh-brand-word{
  display:block!important;
  color:#066d78!important;
  font-size:32px!important;
  line-height:1.25!important;
  font-weight:900!important;
  letter-spacing:-1.5px!important;
  white-space:nowrap!important;
}
.jsh-app[data-jsh-theme="dark"] .jsh-app-sidebar .jsh-brand,
body.jsh-page-dark .jsh-app-sidebar .jsh-brand{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
.jsh-app[data-jsh-theme="dark"] .jsh-app-sidebar .jsh-brand-word,
body.jsh-page-dark .jsh-app-sidebar .jsh-brand-word{
  color:#eef7f8!important;
}
@media(max-width:820px){
  .jsh-app-sidebar{padding-top:30px!important}
  .jsh-app-sidebar .jsh-brand{margin-bottom:22px!important;padding-top:6px!important}
  .jsh-app-sidebar .jsh-brand-word{font-size:28px!important}
}

/* 1.13.0 — Trade modal opens centered from the first rendered frame */
.jsh-trade-modal{
  display:none!important;
  align-items:center!important;
  justify-content:center!important;
  padding:16px!important;
}
.jsh-trade-modal.open{
  display:flex!important;
}
.jsh-trade-modal .jsh-modal-dialog{
  position:relative!important;
  top:auto!important;
  right:auto!important;
  bottom:auto!important;
  left:auto!important;
  margin:auto!important;
  transform:none!important;
  animation:jshModalCenteredIn .18s ease-out both!important;
  will-change:opacity,transform;
}
@keyframes jshModalCenteredIn{
  from{opacity:0;transform:scale(.985)}
  to{opacity:1;transform:scale(1)}
}
@media(max-width:540px){
  .jsh-trade-modal .jsh-modal-dialog{
    top:auto!important;
    transform:none!important;
  }
}


/* Receipt upload field */
.jsh-service-form input[type="file"]{
  width:100%;
  min-height:48px;
  padding:8px 10px;
  border:1px dashed rgba(148,163,184,.7);
  border-radius:12px;
  background:rgba(248,250,252,.9);
  color:inherit;
  cursor:pointer;
}
.jsh-service-form input[type="file"]::file-selector-button{
  margin-inline-end:10px;
  border:0;
  border-radius:9px;
  padding:8px 14px;
  font:inherit;
  cursor:pointer;
}
.jsh-field-help{display:block;margin-top:6px;font-size:.82em;line-height:1.7;opacity:.72}
.jsh-theme-dark .jsh-service-form input[type="file"],
[data-jsh-theme="dark"] .jsh-service-form input[type="file"]{
  background:#111827;
  border-color:#475569;
  color:#e5e7eb;
}

/* User bank accounts */
.jsh-service-head-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap}
.jsh-iban-input{display:flex;direction:ltr;align-items:stretch;border:1px solid #d8e0e7;border-radius:10px;overflow:hidden;background:#fff}
.jsh-iban-input>span{display:flex;align-items:center;justify-content:center;padding:0 14px;background:#eef3f6;border-right:1px solid #d8e0e7;font-weight:800;color:#334155;letter-spacing:.5px}
.jsh-iban-input input{border:0!important;border-radius:0!important;box-shadow:none!important;flex:1;min-width:0;direction:ltr;text-align:left}
.jsh-app-shell[data-theme="dark"] .jsh-iban-input{background:#18212b;border-color:#334155}
.jsh-app-shell[data-theme="dark"] .jsh-iban-input>span{background:#111923;border-color:#334155;color:#e2e8f0}
@media(max-width:640px){.jsh-service-head-actions{width:100%}.jsh-service-head-actions button{flex:1}.jsh-iban-input>span{padding:0 11px}}

/* 1.13.0 bank account manager reliability + dashboard card */
.jsh-mesqal-bank-card{cursor:pointer}
.jsh-bank-dashboard-summary{display:flex;align-items:center;gap:14px;padding:14px 0 18px}
.jsh-bank-dashboard-icon{display:grid;place-items:center;width:48px;height:48px;border-radius:14px;background:#eef4f7;color:#153745;font-size:24px;flex:0 0 auto}
.jsh-bank-dashboard-summary div{display:flex;flex-direction:column;gap:5px}
.jsh-bank-dashboard-summary strong{font-size:1.05rem}
.jsh-bank-dashboard-summary small{line-height:1.8;color:#667782}
.jsh-theme-dark .jsh-bank-dashboard-icon{background:#233642;color:#d9e7ee}
.jsh-theme-dark .jsh-bank-dashboard-summary small{color:#aab9c2}
.jsh-service-form .jsh-iban-input{display:flex!important;direction:ltr;align-items:stretch;width:100%}
.jsh-service-form .jsh-iban-input>span{display:flex;align-items:center;justify-content:center;min-width:52px;border:1px solid #d5dde2;border-right:0;border-radius:8px 0 0 8px;background:#edf2f5;font-weight:700}
.jsh-service-form .jsh-iban-input>input{border-radius:0 8px 8px 0!important;direction:ltr!important;text-align:left!important;min-width:0}
.jsh-theme-dark .jsh-service-form .jsh-iban-input>span{background:#263842;border-color:#40515b;color:#e8f0f4}

/* 1.13.0 — service modal feedback stays inside the active popup. */
.jsh-service-inline-feedback{display:none;margin:10px 0 14px;padding:11px 14px;border-radius:12px;font-size:14px;line-height:1.8;text-align:right}
.jsh-service-inline-feedback.is-loading,.jsh-service-inline-feedback.is-error,.jsh-service-inline-feedback.is-success{display:block}
.jsh-service-inline-feedback.is-loading{background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe}
.jsh-service-inline-feedback.is-error{background:#fff1f2;color:#be123c;border:1px solid #fecdd3}
.jsh-service-inline-feedback.is-success{background:#ecfdf5;color:#047857;border:1px solid #a7f3d0}
[data-jsh-theme="dark"] .jsh-service-inline-feedback.is-loading{background:#172554;color:#bfdbfe;border-color:#1e3a8a}
[data-jsh-theme="dark"] .jsh-service-inline-feedback.is-error{background:#4c0519;color:#fecdd3;border-color:#881337}
[data-jsh-theme="dark"] .jsh-service-inline-feedback.is-success{background:#022c22;color:#a7f3d0;border-color:#065f46}

/* 1.13.0 — refined KYC form, birth date and document uploads. */
.jsh-kyc-form .jsh-label-line{display:flex;align-items:center;gap:6px;flex-wrap:nowrap}
.jsh-kyc-form .jsh-label-line small{font-size:11px;white-space:nowrap;opacity:.72}
.jsh-kyc-form .jsh-kyc-address{grid-column:1/-1}
.jsh-kyc-form .jsh-kyc-address textarea{min-height:68px!important;max-height:110px!important;resize:vertical}
.jsh-kyc-upload{display:flex!important;flex-direction:column;gap:7px;padding:14px;border:1px dashed #cedbdd;border-radius:14px;background:#f9fbfb}
.jsh-kyc-upload input[type=file]{width:100%;padding:9px;background:#fff;border:1px solid #dce5e7;border-radius:10px}
.jsh-kyc-upload small{font-size:11px;color:#71848a}
.jsh-kyc-upload a{font-size:12px;font-weight:700;color:#11867e;text-decoration:none}
.jsh-app[data-jsh-theme="dark"] .jsh-kyc-upload{background:#152126;border-color:#3a4d55}
.jsh-app[data-jsh-theme="dark"] .jsh-kyc-upload input[type=file]{background:#10191e;border-color:#354952;color:#eaf2f4}
@media(min-width:821px){.jsh-kyc-form .jsh-birth-date-field{grid-column:auto}.jsh-kyc-form .jsh-kyc-address{grid-column:1/-1;max-width:100%}}

/* 1.13.0 — direct month and year selectors for birth date. */
.jsh-jalali-direct-selects{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(0,.9fr);gap:8px;align-items:center;min-width:0}
.jsh-jalali-direct-selects label{display:block;min-width:0;margin:0!important}
.jsh-jalali-direct-selects select{width:100%;height:38px;border:1px solid #d8e2e5;border-radius:10px;background:#fff;color:#263e47;padding:0 10px;font:700 12px/1 inherit;cursor:pointer;outline:none}
.jsh-jalali-direct-selects select:focus{border-color:#15958b;box-shadow:0 0 0 3px rgba(21,149,139,.12)}
.jsh-birth-jalali-head{grid-template-columns:38px minmax(0,1fr) 38px!important}
.jsh-app[data-jsh-theme="dark"] .jsh-jalali-direct-selects select{background:#10191e;color:#eaf2f4;border-color:#354952}
@media(max-width:420px){.jsh-jalali-direct-selects{grid-template-columns:1fr 86px;gap:6px}.jsh-jalali-direct-selects select{padding:0 7px;font-size:11px}}

/* KYC locked/read-only presentation */
.jsh-kyc-readonly{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:14px}
.jsh-kyc-readonly>div{display:flex;flex-direction:column;gap:6px;padding:14px;border:1px solid var(--jsh-border,#e5e7eb);border-radius:12px;background:var(--jsh-card,#fff)}
.jsh-kyc-readonly>div>span{font-size:.86em;opacity:.72}.jsh-kyc-readonly>div>strong{font-weight:700;overflow-wrap:anywhere}.jsh-kyc-readonly-wide{grid-column:1/-1}
.jsh-theme-dark .jsh-kyc-readonly>div,[data-jsh-theme=dark] .jsh-kyc-readonly>div{background:#172033;border-color:#2b3850;color:#f3f6fb}
@media(max-width:700px){.jsh-kyc-readonly{grid-template-columns:1fr}}

/* 1.14.1 — clear KYC lock state on the trading board. */
.jsh-kyc-trade-lock{
  display:grid;
  grid-template-columns:64px minmax(0,1fr);
  gap:16px;
  align-items:start;
  margin:18px 0 20px;
  padding:18px 20px;
  border:1px solid #f3c96b;
  border-radius:18px;
  background:linear-gradient(135deg,#fffaf0 0%,#fff6df 100%);
  box-shadow:0 12px 30px rgba(145,100,17,.09);
  color:#49360e;
}
.jsh-kyc-trade-lock-icon{
  width:58px;height:58px;border-radius:17px;display:grid;place-items:center;
  background:linear-gradient(145deg,#f6d477,#c99226);color:#3e2b08;
  box-shadow:0 10px 22px rgba(177,126,30,.22)
}
.jsh-kyc-trade-lock-icon svg{width:30px;height:30px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.jsh-kyc-trade-lock-content{min-width:0}
.jsh-kyc-trade-lock-topline{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:7px}
.jsh-kyc-trade-lock-topline strong{font-size:17px;line-height:1.7;color:#3f2e0b}
.jsh-kyc-trade-lock-topline>span{display:inline-flex;align-items:center;min-height:28px;padding:4px 10px;border-radius:999px;background:#fff;border:1px solid #efd493;color:#8a5c06;font-size:11px;font-weight:800}
.jsh-kyc-trade-lock p{margin:0;color:#6b5422;font-size:13px;line-height:2}
.jsh-kyc-trade-lock-actions{display:flex;align-items:center;gap:13px;flex-wrap:wrap;margin-top:13px}
.jsh-kyc-trade-cta{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:8px 17px;border-radius:12px;background:#253946;color:#fff!important;text-decoration:none!important;font-size:13px;font-weight:800;box-shadow:0 8px 18px rgba(25,50,61,.17);transition:.2s ease}
.jsh-kyc-trade-cta:hover{transform:translateY(-1px);background:#162a34}
.jsh-kyc-trade-lock-actions small{font-size:11px;color:#80662f;line-height:1.8}
.jsh-price-button.is-kyc-locked[disabled]{
  position:relative;display:flex!important;flex-direction:column;align-items:center;justify-content:center;gap:6px;
  min-height:72px!important;padding:9px 10px!important;opacity:1!important;cursor:not-allowed!important;
  filter:none!important;box-shadow:none!important;border-style:dashed!important;background:#f5f7f8!important;color:#78868c!important
}
.jsh-price-button.is-kyc-locked[disabled].is-buy{border-color:#bcdcca!important;background:linear-gradient(180deg,#f4faf6,#edf5f0)!important}
.jsh-price-button.is-kyc-locked[disabled].is-sell{border-color:#ecc6ca!important;background:linear-gradient(180deg,#fff7f8,#f8eef0)!important}
.jsh-price-button.is-kyc-locked .jsh-price-main{opacity:.55;display:block;line-height:1.3}
.jsh-price-lock-caption{display:inline-flex;align-items:center;justify-content:center;gap:5px;padding:4px 8px;border-radius:8px;background:rgba(255,255,255,.82);font-size:10px!important;font-weight:800;white-space:nowrap;color:#64727a}
.jsh-price-button.is-kyc-locked.is-buy .jsh-price-lock-caption{color:#357253}
.jsh-price-button.is-kyc-locked.is-sell .jsh-price-lock-caption{color:#a24b55}
.jsh-app[data-jsh-theme="dark"] .jsh-kyc-trade-lock{background:linear-gradient(135deg,#2b2517,#201d15);border-color:#715a27;color:#f6e7bb;box-shadow:0 12px 30px rgba(0,0,0,.2)}
.jsh-app[data-jsh-theme="dark"] .jsh-kyc-trade-lock-topline strong{color:#fff2c9}
.jsh-app[data-jsh-theme="dark"] .jsh-kyc-trade-lock-topline>span{background:#342c1b;border-color:#6f592b;color:#f2ce78}
.jsh-app[data-jsh-theme="dark"] .jsh-kyc-trade-lock p,.jsh-app[data-jsh-theme="dark"] .jsh-kyc-trade-lock-actions small{color:#d5c394}
.jsh-app[data-jsh-theme="dark"] .jsh-kyc-trade-cta{background:#d3ab4f;color:#211b0f!important}
.jsh-app[data-jsh-theme="dark"] .jsh-price-button.is-kyc-locked[disabled]{background:#182127!important;border-color:#3b4a51!important;color:#a6b2b8!important}
.jsh-app[data-jsh-theme="dark"] .jsh-price-button.is-kyc-locked[disabled].is-buy{background:linear-gradient(180deg,#16251e,#142019)!important;border-color:#315d47!important}
.jsh-app[data-jsh-theme="dark"] .jsh-price-button.is-kyc-locked[disabled].is-sell{background:linear-gradient(180deg,#2a1b1f,#24181b)!important;border-color:#653b43!important}
.jsh-app[data-jsh-theme="dark"] .jsh-price-lock-caption{background:rgba(8,14,18,.72);color:#b7c4c9}
@media(max-width:640px){
  .jsh-kyc-trade-lock{grid-template-columns:48px minmax(0,1fr);gap:12px;padding:15px;border-radius:15px}
  .jsh-kyc-trade-lock-icon{width:46px;height:46px;border-radius:14px}.jsh-kyc-trade-lock-icon svg{width:25px;height:25px}
  .jsh-kyc-trade-lock-topline strong{font-size:14px}.jsh-kyc-trade-lock p{font-size:12px}.jsh-kyc-trade-lock-actions{align-items:stretch;flex-direction:column}.jsh-kyc-trade-cta{width:100%}
  .jsh-price-lock-caption{font-size:9px!important;white-space:normal;text-align:center}
}


/* 1.15.0 — bank selector dark-theme compatibility and reliable native menu rendering. */
.jsh-service-form .jsh-bank-select{
  position:relative;
  z-index:1;
  cursor:pointer;
  padding-inline-end:40px!important;
  color-scheme:light;
  -webkit-appearance:auto;
  appearance:auto;
}
.jsh-service-form .jsh-bank-select option,
.jsh-service-form .jsh-bank-select optgroup{
  background:#fff;
  color:#21343b;
  font:inherit;
}
.jsh-app[data-jsh-theme="dark"] .jsh-service-form .jsh-bank-select,
.jsh-theme-dark .jsh-service-form .jsh-bank-select{
  color-scheme:dark!important;
  background-color:#10191e!important;
  color:#eef5f7!important;
  border-color:#40545d!important;
}
.jsh-app[data-jsh-theme="dark"] .jsh-service-form .jsh-bank-select option,
.jsh-app[data-jsh-theme="dark"] .jsh-service-form .jsh-bank-select optgroup,
.jsh-theme-dark .jsh-service-form .jsh-bank-select option,
.jsh-theme-dark .jsh-service-form .jsh-bank-select optgroup{
  background:#17252c!important;
  color:#edf5f7!important;
}
.jsh-app[data-jsh-theme="dark"] .jsh-service-form .jsh-bank-select option:checked,
.jsh-theme-dark .jsh-service-form .jsh-bank-select option:checked{
  background:#28504e!important;
  color:#fff!important;
}
.jsh-app[data-jsh-theme="dark"] .jsh-service-form .jsh-bank-select:focus,
.jsh-theme-dark .jsh-service-form .jsh-bank-select:focus{
  background:#15242a!important;
  border-color:#4a918c!important;
  box-shadow:0 0 0 3px rgba(62,141,134,.18)!important;
}

/* 1.16.0 — Installable PWA controls. */
.jsh-pwa-install{position:fixed;z-index:99980;left:22px;bottom:22px;display:flex;align-items:center;gap:9px;min-height:46px;padding:0 16px;border:1px solid rgba(255,255,255,.2);border-radius:14px;background:#0b5864;color:#fff;font:inherit;box-shadow:0 12px 32px rgba(11,88,100,.28);cursor:pointer;transition:transform .18s ease,opacity .18s ease}.jsh-pwa-install[hidden]{display:none!important}.jsh-pwa-install:hover{transform:translateY(-2px)}.jsh-pwa-install:disabled{opacity:.65;cursor:wait}.jsh-pwa-install span{display:grid;place-items:center;width:25px;height:25px;border-radius:8px;background:rgba(255,255,255,.14);font-size:18px}.jsh-pwa-install strong{font-size:12px}.jsh-pwa-toast{position:fixed;z-index:99990;left:22px;bottom:80px;max-width:min(360px,calc(100vw - 32px));padding:12px 16px;border-radius:12px;background:#17262a;color:#fff;font-size:12px;line-height:1.8;box-shadow:0 12px 34px rgba(0,0,0,.22)}.jsh-pwa-toast[hidden]{display:none!important}.jsh-pwa-standalone .jsh-app-shell{min-height:100dvh}.jsh-pwa-standalone .jsh-app-topbar{padding-top:max(22px,env(safe-area-inset-top))}@media(max-width:720px){.jsh-pwa-install{left:14px;bottom:max(14px,env(safe-area-inset-bottom));min-height:42px;padding:0 13px}.jsh-pwa-toast{left:14px;bottom:68px}}

/* 1.16.0 — dashboard overview: account summary right, price board left */
.jsh-dashboard-overview-row{
  display:grid;
  grid-template-columns:minmax(280px,.72fr) minmax(0,1.55fr);
  gap:18px;
  align-items:stretch;
  margin:0 0 18px;
  direction:rtl;
}
.jsh-dashboard-overview-row>.jsh-mesqal-summary{
  grid-column:1;
  margin:0!important;
  min-width:0;
  height:100%;
  display:flex;
  flex-direction:column;
}
.jsh-dashboard-overview-row>.jsh-dashboard-price-card{
  grid-column:2;
  margin:0!important;
  min-width:0;
  height:100%;
}
.jsh-dashboard-overview-row>.jsh-mesqal-summary .jsh-mesqal-primary-link{margin-top:auto}
@media(max-width:960px){
  .jsh-dashboard-overview-row{grid-template-columns:1fr}
  .jsh-dashboard-overview-row>.jsh-mesqal-summary,
  .jsh-dashboard-overview-row>.jsh-dashboard-price-card{grid-column:1}
  .jsh-dashboard-overview-row>.jsh-dashboard-price-card{order:1}
  .jsh-dashboard-overview-row>.jsh-mesqal-summary{order:2}
}

/* 1.16.0 transaction search: reliable filtering and smoother interactions. */
.jsh-app .jsh-orders-modern .jsh-orders-table tbody tr.jsh-order-row.is-filtered-out{display:none!important}
.jsh-app .jsh-orders-modern .jsh-orders-table tbody tr.jsh-order-row.is-filter-leave{opacity:0!important;transform:translateY(-7px) scale(.985)!important;pointer-events:none;transition:opacity .14s ease,transform .14s ease!important}
.jsh-app .jsh-orders-modern .jsh-orders-table tbody tr.jsh-order-row.is-filter-enter{animation:jshOrderFilterIn .42s cubic-bezier(.22,.8,.24,1) both;animation-delay:var(--jsh-filter-delay,0ms)}
@keyframes jshOrderFilterIn{from{opacity:0;transform:translateY(9px) scale(.985)}to{opacity:1;transform:none}}
.jsh-app .jsh-order-search-panel{will-change:max-height,opacity,transform;transition:max-height .44s cubic-bezier(.22,.8,.24,1),opacity .25s ease,transform .34s cubic-bezier(.22,.8,.24,1),padding .34s ease,margin .34s ease,border-color .34s ease,visibility 0s linear .44s!important}
.jsh-app .jsh-order-search-panel.is-open{transition:max-height .48s cubic-bezier(.22,.8,.24,1),opacity .28s ease,transform .36s cubic-bezier(.22,.8,.24,1),padding .36s ease,margin .36s ease,border-color .36s ease,visibility 0s!important}
.jsh-app .jsh-order-search-panel.is-filtering .jsh-order-search-grid{opacity:.68;pointer-events:none;transition:opacity .18s ease}
.jsh-app .jsh-order-search-grid{transition:opacity .18s ease}
.jsh-app .jsh-order-search-actions button{position:relative;overflow:hidden;display:inline-flex!important;align-items:center;justify-content:center;gap:8px;border:0;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,opacity .18s ease!important}
.jsh-app .jsh-order-search-actions button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 9px 22px rgba(29,66,72,.14)}
.jsh-app .jsh-order-search-actions button:active:not(:disabled){transform:translateY(0) scale(.985)}
.jsh-app #jsh-order-search-submit{background:linear-gradient(135deg,#2c6669,#1c4c50)!important;color:#fff!important;box-shadow:0 7px 18px rgba(30,79,83,.18)}
.jsh-app #jsh-order-search-reset{background:rgba(255,255,255,.88)!important;border:1px solid #cbd9dc!important;color:#50656a!important}
.jsh-app #jsh-order-search-submit:before{content:'';width:15px;height:15px;border:2px solid rgba(255,255,255,.42);border-top-color:#fff;border-radius:50%;display:none}
.jsh-app #jsh-order-search-submit.is-loading:before{display:inline-block;animation:jshSearchSpin .72s linear infinite}
.jsh-app #jsh-order-search-submit.is-loading{cursor:wait;transform:none!important;opacity:.9}
@keyframes jshSearchSpin{to{transform:rotate(360deg)}}
.jsh-app .jsh-orders-result-meta{transition:opacity .2s ease,transform .2s ease}
.jsh-app #jsh-order-result-count.is-updating{animation:jshCountPop .34s ease}
@keyframes jshCountPop{0%{opacity:.35;transform:translateY(4px)}100%{opacity:1;transform:none}}
.jsh-app .jsh-orders-table-wrap.is-filter-complete{animation:jshFilterGlow .42s ease}
@keyframes jshFilterGlow{0%{filter:saturate(.8)}50%{filter:saturate(1.08)}100%{filter:none}}
.jsh-app .jsh-orders-no-result{display:none!important}
.jsh-app .jsh-orders-no-result.is-visible{display:table-row!important;animation:jshEmptyIn .36s ease both}
.jsh-app .jsh-orders-no-result td{text-align:center!important;padding:34px 18px!important;background:linear-gradient(180deg,#fbfcfc,#f5f8f9)!important;border:1px dashed #cedcdf!important;border-radius:14px!important;color:#66787e!important}
.jsh-app .jsh-orders-no-result strong,.jsh-app .jsh-orders-no-result small{display:block!important}
.jsh-app .jsh-orders-no-result strong{font-size:13px;color:#334b52;margin-top:7px}
.jsh-app .jsh-orders-no-result small{font-size:10px;margin-top:4px;color:#829197}
.jsh-app .jsh-empty-search-icon{display:inline-grid;place-items:center;width:36px;height:36px;border-radius:12px;background:#e7eff1;color:#41656c;font-size:22px}
@keyframes jshEmptyIn{from{opacity:0;transform:translateY(7px)}to{opacity:1;transform:none}}
.jsh-app[data-jsh-theme="dark"] #jsh-order-search-reset{background:#223238!important;border-color:#3b5058!important;color:#d7e2e6!important}
.jsh-app[data-jsh-theme="dark"] .jsh-orders-no-result td{background:linear-gradient(180deg,#223138,#1c2a30)!important;border-color:#40535a!important;color:#b9c7cc!important}
.jsh-app[data-jsh-theme="dark"] .jsh-orders-no-result strong{color:#edf5f7!important}.jsh-app[data-jsh-theme="dark"] .jsh-empty-search-icon{background:#2e434b;color:#d6e5e9}

/* Transaction search: stable inline loading indicator and Jalali range picker. */
.jsh-app #jsh-order-search-submit{
  display:inline-flex!important;
  flex-direction:row!important;
  align-items:center!important;
  justify-content:center!important;
  gap:9px!important;
  white-space:nowrap!important;
}
.jsh-app #jsh-order-search-submit:before{content:none!important;display:none!important}
.jsh-app #jsh-order-search-submit .jsh-search-submit-spinner{
  display:inline-block!important;
  flex:0 0 16px!important;
  width:16px!important;
  height:16px!important;
  box-sizing:border-box!important;
  border:2px solid rgba(255,255,255,.38)!important;
  border-top-color:#fff!important;
  border-radius:50%!important;
  opacity:0!important;
  visibility:hidden!important;
  transform:rotate(0deg)!important;
}
.jsh-app #jsh-order-search-submit .jsh-search-submit-label{
  display:inline-block!important;
  line-height:1!important;
}
.jsh-app #jsh-order-search-submit.is-loading .jsh-search-submit-spinner{
  opacity:1!important;
  visibility:visible!important;
  animation:jshSearchSpin .72s linear infinite!important;
}
.jsh-app .jsh-order-date-field{z-index:30!important}
.jsh-app .jsh-order-date-field .jsh-jalali-display{
  width:100%!important;
  height:52px!important;
  margin:0!important;
  box-sizing:border-box!important;
  font:600 15px/1 pinar-vf,inherit!important;
}
.jsh-app .jsh-order-date-field .jsh-jalali-calendar{z-index:1000015!important}
.jsh-app .jsh-order-date-field .jsh-jalali-direct-selects label{
  display:block!important;
  color:inherit!important;
  min-width:0!important;
  gap:0!important;
}
@media(max-width:640px){
  .jsh-app #jsh-order-search-submit{width:100%!important}
  .jsh-app .jsh-order-date-field .jsh-jalali-display{height:50px!important}
}

/* 1.16.0 hotfix: stable transaction filter, dark mode and working Jalali pickers. */
.jsh-app .jsh-order-search-panel.is-open{
  transform:none!important;
}
.jsh-app .jsh-order-search-panel.has-open-calendar{
  overflow:visible!important;
  z-index:1000000!important;
}
.jsh-app .jsh-order-search-grid .jsh-order-date-field{
  display:flex!important;
  flex-direction:column!important;
  gap:9px!important;
  min-width:0!important;
  position:relative!important;
  color:#4a5d62!important;
  font-size:14px!important;
  font-weight:700!important;
}
.jsh-app .jsh-order-search-grid .jsh-order-field-label{
  display:block!important;
  line-height:1.5!important;
}
.jsh-app .jsh-order-date-field .jsh-jalali-input-wrap{
  display:flex!important;
  align-items:stretch!important;
  width:100%!important;
  position:relative!important;
}
.jsh-app .jsh-order-date-field .jsh-jalali-display{
  padding-left:48px!important;
  cursor:pointer!important;
}
.jsh-app .jsh-order-date-field .jsh-jalali-trigger{
  position:absolute!important;
  left:6px!important;
  top:6px!important;
  bottom:6px!important;
  width:38px!important;
  min-width:38px!important;
  border:0!important;
  border-radius:7px!important;
  background:#edf3f5!important;
  color:#315a61!important;
  cursor:pointer!important;
  display:grid!important;
  place-items:center!important;
  font-size:16px!important;
  line-height:1!important;
  z-index:2!important;
}
.jsh-app .jsh-order-date-field .jsh-jalali-calendar{
  direction:rtl!important;
  background:#fff!important;
  color:#26363a!important;
  border:1px solid #d2e0e4!important;
  border-radius:14px!important;
  box-shadow:0 20px 55px rgba(20,45,52,.2)!important;
  padding:14px!important;
  box-sizing:border-box!important;
}
.jsh-app #jsh-order-search-submit{
  display:inline-grid!important;
  grid-template-columns:18px max-content!important;
  align-items:center!important;
  justify-content:center!important;
  column-gap:9px!important;
  white-space:nowrap!important;
}
.jsh-app #jsh-order-search-submit .jsh-search-submit-spinner{
  grid-column:1!important;
  grid-row:1!important;
  width:16px!important;
  height:16px!important;
  min-width:16px!important;
  min-height:16px!important;
  margin:0!important;
  padding:0!important;
  display:block!important;
  box-sizing:border-box!important;
  transform-origin:50% 50%!important;
  transform-box:border-box!important;
  backface-visibility:hidden!important;
  will-change:transform!important;
}
.jsh-app #jsh-order-search-submit .jsh-search-submit-label{
  grid-column:2!important;
  grid-row:1!important;
  display:block!important;
  white-space:nowrap!important;
  line-height:1!important;
}
@keyframes jshSearchSpinStable{
  from{transform:rotate(0deg)}
  to{transform:rotate(360deg)}
}
.jsh-app #jsh-order-search-submit.is-loading .jsh-search-submit-spinner{
  animation:jshSearchSpinStable .72s linear infinite!important;
  transform-origin:50% 50%!important;
}
.jsh-app[data-jsh-theme="dark"] .jsh-order-search-panel{
  background:#151f25!important;
  border-color:#2a3a42!important;
  color:#dce7eb!important;
  box-shadow:0 14px 34px rgba(0,0,0,.28)!important;
}
.jsh-app[data-jsh-theme="dark"] .jsh-order-search-grid label,
.jsh-app[data-jsh-theme="dark"] .jsh-order-search-grid .jsh-order-date-field,
.jsh-app[data-jsh-theme="dark"] .jsh-order-search-grid .jsh-order-field-label{
  color:#d8e4e8!important;
}
.jsh-app[data-jsh-theme="dark"] .jsh-order-search-grid input,
.jsh-app[data-jsh-theme="dark"] .jsh-order-search-grid select,
.jsh-app[data-jsh-theme="dark"] .jsh-order-date-field .jsh-jalali-display{
  background:#202d33!important;
  border-color:#354850!important;
  color:#edf5f7!important;
  box-shadow:none!important;
}
.jsh-app[data-jsh-theme="dark"] .jsh-order-search-grid input::placeholder{
  color:#8fa2aa!important;
}
.jsh-app[data-jsh-theme="dark"] .jsh-order-search-grid input:focus,
.jsh-app[data-jsh-theme="dark"] .jsh-order-search-grid select:focus,
.jsh-app[data-jsh-theme="dark"] .jsh-order-date-field .jsh-jalali-display:focus{
  border-color:#5f8f99!important;
  box-shadow:0 0 0 4px rgba(95,143,153,.16)!important;
}
.jsh-app[data-jsh-theme="dark"] .jsh-order-date-field .jsh-jalali-trigger{
  background:#2b3c43!important;
  color:#d8e8ec!important;
}
.jsh-app[data-jsh-theme="dark"] .jsh-order-date-field .jsh-jalali-calendar{
  background:#18242a!important;
  border-color:#354850!important;
  color:#e6f0f3!important;
  box-shadow:0 22px 60px rgba(0,0,0,.48)!important;
}
.jsh-app[data-jsh-theme="dark"] .jsh-order-date-field .jsh-jalali-month-select,
.jsh-app[data-jsh-theme="dark"] .jsh-order-date-field .jsh-jalali-year-select{
  background:#24343b!important;
  border-color:#3b5058!important;
  color:#edf5f7!important;
}
.jsh-app[data-jsh-theme="dark"] .jsh-order-date-field .jsh-jalali-day{
  color:#e2ecef!important;
}
.jsh-app[data-jsh-theme="dark"] .jsh-order-date-field .jsh-jalali-day:hover{
  background:#2c4149!important;
}
.jsh-app[data-jsh-theme="dark"] .jsh-order-date-field .jsh-jalali-day.is-selected{
  background:#4c7f89!important;
  color:#fff!important;
}
.jsh-app[data-jsh-theme="dark"] .jsh-order-date-field .jsh-jalali-actions button{
  background:#24343b!important;
  border-color:#3b5058!important;
  color:#e0ecef!important;
}

/* 1.16.0 layout repair — keep Jalali transaction dates the same size as all filters. */
.jsh-orders-modern .jsh-order-search-grid > .jsh-order-date-field{
  grid-column:span 3!important;
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
  margin:0!important;
  box-sizing:border-box!important;
  align-self:end!important;
}
.jsh-orders-modern .jsh-order-search-grid > .jsh-order-date-field .jsh-jalali-input-wrap{
  display:block!important;
  width:100%!important;
  min-width:0!important;
  height:54px!important;
  margin:0!important;
  position:relative!important;
  box-sizing:border-box!important;
}
.jsh-orders-modern .jsh-order-search-grid > .jsh-order-date-field .jsh-jalali-display{
  display:block!important;
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
  height:54px!important;
  min-height:54px!important;
  margin:0!important;
  padding:0 16px 0 54px!important;
  border:1px solid #cbdadd!important;
  border-radius:9px!important;
  box-sizing:border-box!important;
  background:#fff!important;
  color:#25383c!important;
  font-family:pinar-vf,inherit!important;
  font-size:15px!important;
  font-weight:600!important;
  line-height:54px!important;
  text-align:right!important;
}
.jsh-orders-modern .jsh-order-search-grid > .jsh-order-date-field .jsh-jalali-trigger{
  left:7px!important;
  top:7px!important;
  bottom:auto!important;
  width:40px!important;
  min-width:40px!important;
  height:40px!important;
  min-height:40px!important;
  padding:0!important;
  margin:0!important;
  border-radius:8px!important;
  line-height:40px!important;
}
.jsh-orders-modern .jsh-order-search-grid > .jsh-order-date-field .jsh-order-field-label{
  display:block!important;
  margin:0!important;
  min-height:21px!important;
  color:#4a5d62!important;
  font-size:14px!important;
  font-weight:700!important;
  line-height:1.5!important;
}
.jsh-orders-modern .jsh-order-date-field .jsh-jalali-calendar{
  min-width:280px!important;
  max-width:330px!important;
}
@media(max-width:1180px){
  .jsh-orders-modern .jsh-order-search-grid > .jsh-order-date-field{grid-column:span 6!important}
}
@media(max-width:820px){
  .jsh-orders-modern .jsh-order-search-grid > .jsh-order-date-field{grid-column:1/-1!important}
}
@media(max-width:640px){
  .jsh-orders-modern .jsh-order-search-grid > .jsh-order-date-field .jsh-jalali-input-wrap,
  .jsh-orders-modern .jsh-order-search-grid > .jsh-order-date-field .jsh-jalali-display{
    height:50px!important;
    min-height:50px!important;
    line-height:50px!important;
  }
  .jsh-orders-modern .jsh-order-search-grid > .jsh-order-date-field .jsh-jalali-trigger{
    top:6px!important;
    width:38px!important;
    min-width:38px!important;
    height:38px!important;
    min-height:38px!important;
  }
}
.jsh-app[data-jsh-theme="dark"] .jsh-orders-modern .jsh-order-search-grid > .jsh-order-date-field .jsh-order-field-label{
  color:#d8e4e8!important;
}
.jsh-app[data-jsh-theme="dark"] .jsh-orders-modern .jsh-order-search-grid > .jsh-order-date-field .jsh-jalali-display{
  background:#202d33!important;
  border-color:#354850!important;
  color:#edf5f7!important;
}

/* 1.16.0 hotfix: anchor Jalali calendars to their input via body portal. */
body > .jsh-jalali-calendar[data-jsh-portaled="1"]{
  position:fixed!important;
  margin:0!important;
  transform:none!important;
  box-sizing:border-box!important;
  width:330px!important;
  max-width:calc(100vw - 24px)!important;
  min-width:min(280px,calc(100vw - 24px))!important;
  z-index:2147483000!important;
  overflow:auto!important;
  contain:layout paint!important;
}
@media(max-width:620px){
  body > .jsh-jalali-calendar[data-jsh-portaled="1"]{
    width:min(330px,calc(100vw - 24px))!important;
    min-width:0!important;
  }
}

/* 1.16.0 hotfix: single-open Jalali calendar and complete dark dropdown styling. */
body > .jsh-jalali-calendar[data-jsh-portaled="1"][data-jsh-theme="dark"]{
  background:#18242a!important;
  color:#e6f0f3!important;
  border-color:#354850!important;
  box-shadow:0 22px 60px rgba(0,0,0,.52)!important;
  color-scheme:dark!important;
}
body > .jsh-jalali-calendar[data-jsh-portaled="1"][data-jsh-theme="dark"] .jsh-jalali-month-title,
body > .jsh-jalali-calendar[data-jsh-portaled="1"][data-jsh-theme="dark"] .jsh-jalali-weekdays,
body > .jsh-jalali-calendar[data-jsh-portaled="1"][data-jsh-theme="dark"] .jsh-jalali-day{
  color:#e6f0f3!important;
}
body > .jsh-jalali-calendar[data-jsh-portaled="1"][data-jsh-theme="dark"] .jsh-jalali-nav,
body > .jsh-jalali-calendar[data-jsh-portaled="1"][data-jsh-theme="dark"] .jsh-jalali-month-select,
body > .jsh-jalali-calendar[data-jsh-portaled="1"][data-jsh-theme="dark"] .jsh-jalali-year-select{
  background:#24343b!important;
  color:#edf5f7!important;
  border-color:#3b5058!important;
  color-scheme:dark!important;
}
body > .jsh-jalali-calendar[data-jsh-portaled="1"][data-jsh-theme="dark"] select option{
  background:#24343b!important;
  color:#edf5f7!important;
}
body > .jsh-jalali-calendar[data-jsh-portaled="1"][data-jsh-theme="dark"] .jsh-jalali-day:hover{
  background:#2c4149!important;
  color:#fff!important;
}
body > .jsh-jalali-calendar[data-jsh-portaled="1"][data-jsh-theme="dark"] .jsh-jalali-day.is-selected{
  background:#4c7f89!important;
  color:#fff!important;
}
body > .jsh-jalali-calendar[data-jsh-portaled="1"][data-jsh-theme="dark"] .jsh-jalali-actions{
  border-color:#30414a!important;
}
body > .jsh-jalali-calendar[data-jsh-portaled="1"][data-jsh-theme="dark"] .jsh-jalali-actions button{
  color:#9ee4dd!important;
}
.jsh-app[data-jsh-theme="dark"] .jsh-orders-modern #jsh-order-side,
.jsh-app[data-jsh-theme="dark"] .jsh-orders-modern #jsh-order-status{
  background-color:#202d33!important;
  color:#edf5f7!important;
  border-color:#354850!important;
  color-scheme:dark!important;
}
.jsh-app[data-jsh-theme="dark"] .jsh-orders-modern #jsh-order-side option,
.jsh-app[data-jsh-theme="dark"] .jsh-orders-modern #jsh-order-status option{
  background:#202d33!important;
  color:#edf5f7!important;
}
.jsh-app[data-jsh-theme="dark"] .jsh-orders-modern #jsh-order-side:focus,
.jsh-app[data-jsh-theme="dark"] .jsh-orders-modern #jsh-order-status:focus{
  border-color:#5f8f99!important;
  box-shadow:0 0 0 4px rgba(95,143,153,.16)!important;
}

/* 1.16.0 final alignment fix: keep the filter label at the exact geometric center. */
.jsh-app #jsh-order-search-submit{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding-inline:46px!important;
  text-align:center!important;
}
.jsh-app #jsh-order-search-submit .jsh-search-submit-label{
  position:absolute!important;
  left:50%!important;
  top:50%!important;
  transform:translate(-50%,-50%)!important;
  width:max-content!important;
  margin:0!important;
  padding:0!important;
  text-align:center!important;
  line-height:1!important;
  pointer-events:none!important;
}
.jsh-app #jsh-order-search-submit .jsh-search-submit-spinner{
  position:absolute!important;
  right:18px!important;
  left:auto!important;
  top:50%!important;
  margin:-8px 0 0!important;
  transform-origin:8px 8px!important;
}
.jsh-app #jsh-order-search-submit.is-loading .jsh-search-submit-spinner{
  animation:jshSearchSpinStable .72s linear infinite!important;
}

/* Stable first paint: sections are resolved before the app becomes visible. */
.jsh-app.jsh-preinit{visibility:hidden!important;opacity:0!important}
.jsh-app.jsh-is-ready{visibility:visible!important;opacity:1!important;transition:opacity .18s ease}
@media (prefers-reduced-motion:reduce){.jsh-app.jsh-is-ready{transition:none!important}}

/* 1.17.0 dedicated customer authentication portal */
.jsh-auth-page{min-height:min(760px,calc(100vh - 80px));display:grid;place-items:center;padding:32px 16px;background:linear-gradient(145deg,#f5f7f8,#edf2f2);font-family:inherit;color:#183239}
.jsh-auth-card{width:min(100%,480px);background:#fff;border:1px solid #e2eaeb;border-radius:24px;padding:28px;box-shadow:0 24px 70px rgba(24,50,57,.12)}
.jsh-auth-brand{text-align:center;margin-bottom:22px}.jsh-auth-brand strong{display:block;font-size:26px}.jsh-auth-brand span{display:block;margin-top:5px;color:#74878c;font-size:13px}
.jsh-auth-tabs{display:grid;grid-template-columns:1fr 1fr;background:#eef3f3;padding:5px;border-radius:14px;margin-bottom:22px}.jsh-auth-tabs a{text-align:center;text-decoration:none;color:#63777c;padding:10px;border-radius:10px;font-weight:700}.jsh-auth-tabs a.active{background:#fff;color:#24474e;box-shadow:0 5px 18px rgba(31,67,74,.1)}
.jsh-auth-form h2{font-size:21px;margin:0 0 6px}.jsh-auth-form>p{margin:0 0 20px;color:#75878b;font-size:13px}.jsh-auth-form label{display:block;font-weight:700;font-size:13px;margin-bottom:14px}.jsh-auth-form input:not([type=checkbox]){display:block;width:100%;box-sizing:border-box;margin-top:7px;height:48px;border:1px solid #d7e1e3;border-radius:12px;padding:0 14px;background:#fbfcfc;color:#19343b;font:inherit;outline:0}.jsh-auth-form input:focus{border-color:#618d95;box-shadow:0 0 0 4px rgba(97,141,149,.13)}
.jsh-auth-form>button{width:100%;height:49px;border:0;border-radius:13px;background:#315f68;color:#fff;font:inherit;font-weight:800;cursor:pointer;margin-top:4px}.jsh-auth-form>button:hover{background:#274f57}.jsh-auth-switch{text-align:center;margin-top:18px;color:#75878b;font-size:13px}.jsh-auth-switch a{color:#2f6872;font-weight:800;text-decoration:none}.jsh-auth-remember{display:flex!important;align-items:center;gap:8px;font-weight:500!important}.jsh-auth-remember input{width:17px;height:17px;margin:0}.jsh-auth-alert{padding:11px 13px;border-radius:11px;margin-bottom:14px;font-size:13px}.jsh-auth-alert.is-error{background:#fff0f0;color:#9d3030;border:1px solid #f3cece}.jsh-auth-alert.is-success{background:#ecfaf3;color:#26704b;border:1px solid #c8ead8}
body.jsh-page-dark .jsh-auth-page{background:#111a1e;color:#edf5f7}body.jsh-page-dark .jsh-auth-card{background:#1c292e;border-color:#304147}body.jsh-page-dark .jsh-auth-brand span,body.jsh-page-dark .jsh-auth-form>p,body.jsh-page-dark .jsh-auth-switch{color:#9db0b5}body.jsh-page-dark .jsh-auth-tabs{background:#131e22}body.jsh-page-dark .jsh-auth-tabs a{color:#9db0b5}body.jsh-page-dark .jsh-auth-tabs a.active{background:#293940;color:#fff}body.jsh-page-dark .jsh-auth-form input:not([type=checkbox]){background:#152126;border-color:#354950;color:#edf5f7}body.jsh-page-dark .jsh-auth-form>button{background:#56858e}body.jsh-page-dark .jsh-auth-form>button:hover{background:#65969f}body.jsh-page-dark .jsh-auth-switch a{color:#8bd2d0}

/* 1.17.0 auth portal: fast AJAX flow, always-light surface and stable install action. */
.jsh-auth-page{
  min-height:min(820px,calc(100vh - 40px));
  padding:92px 16px 34px!important;
  background:linear-gradient(145deg,#f6f8f9,#eaf0f1)!important;
  color:#183239!important;
  color-scheme:light!important;
}
.jsh-auth-page .jsh-auth-card{
  width:min(100%,520px);background:#fff!important;border-color:#dfe8ea!important;color:#183239!important;
  overflow:hidden;
}
.jsh-auth-page .jsh-auth-brand span,.jsh-auth-page .jsh-auth-form>p,.jsh-auth-page .jsh-auth-switch{color:#71858a!important}
.jsh-auth-page .jsh-auth-tabs{background:#edf2f3!important}
.jsh-auth-page .jsh-auth-tab{appearance:none;border:0;background:transparent;text-align:center;color:#63777c;padding:10px;border-radius:10px;font:inherit;font-weight:800;cursor:pointer;transition:.2s ease}
.jsh-auth-page .jsh-auth-tab.active{background:#fff;color:#24474e;box-shadow:0 5px 18px rgba(31,67,74,.1)}
.jsh-auth-panels{position:relative}
.jsh-auth-panel{display:none;opacity:0;transform:translateY(8px)}
.jsh-auth-panel.active{display:block;animation:jshAuthPanelIn .22s ease both}
@keyframes jshAuthPanelIn{to{opacity:1;transform:none}}
.jsh-auth-page .jsh-auth-form input:not([type=checkbox]){background:#fbfcfc!important;border-color:#d7e1e3!important;color:#19343b!important;color-scheme:light!important}
.jsh-auth-page .jsh-auth-form input::placeholder{color:#93a3a7}
.jsh-auth-name-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.jsh-auth-name-row label{min-width:0}
.jsh-auth-page .jsh-auth-form>button[type=submit]{position:relative;display:flex;align-items:center;justify-content:center;gap:10px;background:#315f68!important;color:#fff!important;overflow:hidden}
.jsh-auth-page .jsh-auth-form>button[type=submit]:hover{background:#274f57!important}
.jsh-auth-page .jsh-auth-form>button[type=submit].is-loading{cursor:wait;opacity:.92}
.jsh-auth-spinner{display:none;width:17px;height:17px;flex:0 0 17px;border:2px solid rgba(255,255,255,.42);border-top-color:#fff;border-radius:50%;transform-origin:center center;animation:jshAuthSpin .7s linear infinite}
.jsh-auth-form>button.is-loading .jsh-auth-spinner{display:inline-block}
@keyframes jshAuthSpin{to{transform:rotate(360deg)}}
.jsh-auth-switch button{appearance:none;border:0;background:transparent;padding:0;color:#2f6872;font:inherit;font-weight:800;cursor:pointer}
.jsh-auth-alert-wrap:empty{display:none}.jsh-auth-alert-wrap{margin-bottom:14px}
.jsh-auth-alert{margin-bottom:calc(25px + env(safe-area-inset-bottom))!important;animation:jshAuthAlertIn .2s ease both}
@keyframes jshAuthAlertIn{from{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:none}}
body:has(.jsh-auth-page) .jsh-pwa-install,
.jsh-auth-page .jsh-pwa-install{
  position:static!important;
  inset:auto!important;
  transform:none!important;
  z-index:auto!important;
  width:min(100%,520px);
  min-height:48px;
  margin:14px auto 0;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  border-radius:14px;
  box-shadow:0 10px 26px rgba(20,56,64,.14);
  flex:0 0 auto;
}
body:has(.jsh-auth-page) .jsh-pwa-install:hover,
.jsh-auth-page .jsh-pwa-install:hover{transform:none!important}
body:has(.jsh-auth-page) .jsh-pwa-install[hidden],
.jsh-auth-page .jsh-pwa-install[hidden]{display:none!important}
@media(max-width:560px){.jsh-auth-name-row{grid-template-columns:1fr}.jsh-auth-page{padding:28px 14px!important;align-content:center}.jsh-auth-page .jsh-auth-card{padding:22px}.jsh-auth-page .jsh-pwa-install{width:100%;margin-top:12px}}

/* 1.17.1 auth layout stability: compact page footer/WPML and exact install placement. */
.jsh-auth-page{
  min-height:auto!important;
  padding:36px 16px 18px!important;
  align-content:start!important;
  justify-items:center!important;
}
.jsh-auth-install-slot{
  width:min(100%,520px);
  min-height:0;
  margin:12px auto 0;
  display:block;
}
.jsh-auth-install-slot:empty{display:none}
.jsh-auth-install-slot .jsh-pwa-install{
  position:static!important;
  inset:auto!important;
  width:100%!important;
  margin:0!important;
  transform:none!important;
  float:none!important;
}
body:has(.jsh-auth-page) .wpml-ls-statics-footer,
body:has(.jsh-auth-page) .wpml-ls-legacy-list-horizontal,
body:has(.jsh-auth-page) .wpml-ls-legacy-dropdown,
body:has(.jsh-auth-page) .wpml-ls-legacy-dropdown-click{
  margin:0!important;
  padding:5px 10px!important;
  min-height:0!important;
  line-height:1.2!important;
}
body:has(.jsh-auth-page) .wpml-ls-statics-footer ul,
body:has(.jsh-auth-page) .wpml-ls-statics-footer li{
  margin:0!important;
  padding:0!important;
}
body:has(.jsh-auth-page) .wpml-ls-statics-footer a{
  padding:4px 7px!important;
  line-height:1.2!important;
  font-size:12px!important;
}
@media (min-width:721px){
  body:has(.jsh-auth-page) .site-footer,
  body:has(.jsh-auth-page) footer#colophon{
    min-height:0!important;
    padding-top:6px!important;
    padding-bottom:6px!important;
  }
}
@media(max-width:560px){
  .jsh-auth-page{padding:24px 14px 14px!important}
  .jsh-auth-install-slot{width:100%;margin-top:10px}
}

/* 1.17.1 auth page spacing adjustment: more desktop breathing room and 50px extra mobile bottom space. */
@media (min-width:721px){
  .jsh-auth-page{
    min-height:calc(100vh + 260px)!important;
    padding-bottom:320px!important;
  }
}
@media (max-width:720px){
  .jsh-auth-page{
    padding-bottom:64px!important;
  }
}

/* 1.17.1 balanced authentication page spacing. */
@media (min-width:721px){
  .jsh-auth-page{
    min-height:calc(100vh - 80px)!important;
    padding:36px 16px!important;
    align-content:center!important;
  }
}
@media (max-width:720px){
  .jsh-auth-page{
    min-height:auto!important;
    padding:25px 14px!important;
    align-content:start!important;
  }
}

/* 1.19.2 graphical contact cards with business roles */
.jsh-contact-dialog{width:460px!important;max-width:calc(100vw - 28px)!important;border-radius:22px!important;overflow:hidden!important;box-shadow:0 28px 90px rgba(4,18,25,.3)!important}
.jsh-contact-dialog header{height:auto!important;min-height:72px!important;padding:16px 20px!important;background:linear-gradient(135deg,#f8fbfc,#eef5f7)!important}
.jsh-contact-dialog h3{font-size:19px!important;font-weight:900!important}
.jsh-contact-list{padding:18px!important;gap:12px!important;background:#f7fafb!important}
.jsh-contact-item{position:relative!important;min-height:88px!important;padding:14px!important;border:1px solid #dce8ec!important;border-radius:16px!important;background:#fff!important;display:grid!important;grid-template-columns:50px minmax(0,1fr) 34px!important;align-items:center!important;gap:12px!important;text-align:right!important;box-shadow:0 8px 24px rgba(25,60,72,.06)!important;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease!important}
.jsh-contact-item:hover{transform:translateY(-2px)!important;border-color:#a9c8d2!important;box-shadow:0 14px 32px rgba(25,60,72,.12)!important;background:#fff!important}
.jsh-contact-avatar{width:50px!important;height:50px!important;border-radius:15px!important;display:flex!important;align-items:center!important;justify-content:center!important;background:linear-gradient(135deg,#173b49,#2b6a7b)!important;color:#fff!important;font-size:20px!important;font-weight:900!important;box-shadow:0 8px 18px rgba(23,59,73,.2)!important}
.jsh-contact-copy{min-width:0!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:3px!important}
.jsh-contact-name{font-size:15px!important;line-height:1.6!important;color:#18313b!important;font-weight:900!important}
.jsh-contact-role{display:inline-flex!important;max-width:100%!important;font-size:12px!important;line-height:1.5!important;color:#45636e!important;background:#edf4f6!important;border-radius:999px!important;padding:2px 9px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
.jsh-contact-value{font-size:14px!important;line-height:1.7!important;color:#1d5263!important;font-weight:800!important;letter-spacing:.3px!important}
.jsh-contact-call{width:34px!important;height:34px!important;border-radius:11px!important;display:flex!important;align-items:center!important;justify-content:center!important;background:#e7f3f6!important;color:#236174!important;font-size:15px!important}
.jsh-app[data-jsh-theme="dark"] .jsh-contact-dialog header{background:linear-gradient(135deg,#18282f,#142229)!important}
.jsh-app[data-jsh-theme="dark"] .jsh-contact-list{background:#101c21!important}
.jsh-app[data-jsh-theme="dark"] .jsh-contact-item{background:#1b2c33!important;border-color:#304750!important;box-shadow:0 8px 24px rgba(0,0,0,.22)!important}
.jsh-app[data-jsh-theme="dark"] .jsh-contact-item:hover{background:#20353d!important;border-color:#4b707c!important}
.jsh-app[data-jsh-theme="dark"] .jsh-contact-name{color:#f2f7f8!important}
.jsh-app[data-jsh-theme="dark"] .jsh-contact-role{background:#263d46!important;color:#bfd0d6!important}
.jsh-app[data-jsh-theme="dark"] .jsh-contact-value{color:#d7e7eb!important}
.jsh-app[data-jsh-theme="dark"] .jsh-contact-call{background:#29434d!important;color:#d6edf3!important}
@media(max-width:540px){
  .jsh-contact-dialog{width:calc(100vw - 20px)!important;border-radius:18px!important}
  .jsh-contact-list{padding:12px!important}
  .jsh-contact-item{grid-template-columns:44px minmax(0,1fr) 30px!important;min-height:82px!important;padding:12px!important;gap:10px!important}
  .jsh-contact-avatar{width:44px!important;height:44px!important;border-radius:13px!important}
}

/* 1.19.2 contact modal refinement — minimal, spacious and stable */
.jsh-contact-dialog{
  width:420px!important;
  max-width:calc(100vw - 28px)!important;
  border-radius:18px!important;
  border:1px solid #e2eaed!important;
  box-shadow:0 24px 72px rgba(12,35,44,.24)!important;
}
.jsh-contact-dialog header{
  min-height:64px!important;
  padding:14px 18px!important;
  gap:16px!important;
  background:#fff!important;
  border-bottom:1px solid #edf2f4!important;
}
.jsh-contact-dialog h3{
  margin:0!important;
  font-size:16px!important;
  line-height:1.7!important;
  font-weight:800!important;
  color:#1c343e!important;
}
.jsh-contact-dialog header button{
  position:static!important;
  flex:0 0 32px!important;
  width:32px!important;
  height:32px!important;
  padding:0!important;
  border-radius:9px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-size:21px!important;
  line-height:1!important;
  color:#61737a!important;
  background:#f3f6f7!important;
}
.jsh-contact-list{
  padding:20px!important;
  gap:14px!important;
  background:#f7f9fa!important;
}
.jsh-contact-item{
  direction:ltr!important;
  min-height:78px!important;
  padding:14px 15px!important;
  grid-template-columns:42px minmax(0,1fr) 32px!important;
  grid-template-areas:"avatar copy call"!important;
  gap:14px!important;
  border-radius:14px!important;
  border:1px solid #e1e9ec!important;
  box-shadow:none!important;
  transform:none!important;
}
.jsh-contact-item:hover{
  transform:none!important;
  border-color:#bfd1d7!important;
  box-shadow:0 8px 22px rgba(23,59,73,.08)!important;
}
.jsh-contact-avatar{
  grid-area:avatar!important;
  width:42px!important;
  height:42px!important;
  border-radius:12px!important;
  font-size:16px!important;
  box-shadow:none!important;
}
.jsh-contact-copy{
  grid-area:copy!important;
  direction:rtl!important;
  align-items:flex-start!important;
  justify-content:center!important;
  gap:6px!important;
  overflow:hidden!important;
}
.jsh-contact-name{
  display:block!important;
  margin:0!important;
  font-size:14px!important;
  line-height:1.65!important;
  font-weight:800!important;
  color:#1d343d!important;
  white-space:normal!important;
  overflow-wrap:anywhere!important;
}
.jsh-contact-role{
  display:block!important;
  padding:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:#73858c!important;
  font-size:12px!important;
  line-height:1.65!important;
  font-weight:500!important;
  white-space:normal!important;
  overflow:visible!important;
  text-overflow:clip!important;
}
.jsh-contact-value{
  display:block!important;
  margin-top:1px!important;
  font-size:13px!important;
  line-height:1.65!important;
  font-weight:700!important;
  color:#245b6d!important;
}
.jsh-contact-call{
  grid-area:call!important;
  align-self:center!important;
  width:32px!important;
  height:32px!important;
  border-radius:10px!important;
  font-size:14px!important;
  background:#edf5f7!important;
  color:#2b6577!important;
}
.jsh-app[data-jsh-theme="dark"] .jsh-contact-dialog{
  border-color:#30434a!important;
  background:#16242a!important;
}
.jsh-app[data-jsh-theme="dark"] .jsh-contact-dialog header{
  background:#18272d!important;
  border-color:#2a3c43!important;
}
.jsh-app[data-jsh-theme="dark"] .jsh-contact-dialog header button{
  background:#24363d!important;
  color:#d5e1e5!important;
}
.jsh-app[data-jsh-theme="dark"] .jsh-contact-list{background:#111d22!important}
.jsh-app[data-jsh-theme="dark"] .jsh-contact-item{
  background:#1a2a31!important;
  border-color:#2e424a!important;
  box-shadow:none!important;
}
.jsh-app[data-jsh-theme="dark"] .jsh-contact-role{background:transparent!important;color:#9db0b7!important}
@media(max-width:540px){
  .jsh-contact-dialog{width:calc(100vw - 20px)!important;border-radius:16px!important}
  .jsh-contact-dialog header{min-height:58px!important;padding:12px 14px!important}
  .jsh-contact-list{padding:14px!important;gap:12px!important}
  .jsh-contact-item{
    min-height:74px!important;
    padding:12px!important;
    grid-template-columns:38px minmax(0,1fr) 30px!important;
    gap:11px!important;
  }
  .jsh-contact-avatar{width:38px!important;height:38px!important;border-radius:10px!important;font-size:15px!important}
  .jsh-contact-name{font-size:13.5px!important}
  .jsh-contact-role{font-size:11.5px!important}
  .jsh-contact-value{font-size:12.5px!important}
  .jsh-contact-call{width:30px!important;height:30px!important}
}

/* 1.19.2 stable contact modal layout hotfix */
#jsh-contact-modal .jsh-contact-dialog{
  box-sizing:border-box!important;
  width:min(420px,calc(100vw - 28px))!important;
  max-height:min(680px,calc(100vh - 32px))!important;
  overflow:hidden!important;
}
#jsh-contact-modal .jsh-contact-dialog header{
  box-sizing:border-box!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  min-height:58px!important;
  padding:12px 16px!important;
}
#jsh-contact-modal .jsh-contact-dialog h3{
  flex:1 1 auto!important;
  min-width:0!important;
  font-size:15px!important;
  line-height:1.5!important;
  font-weight:800!important;
}
#jsh-contact-modal .jsh-contact-dialog header button{
  flex:0 0 32px!important;
  margin:0!important;
}
#jsh-contact-modal .jsh-contact-list{
  box-sizing:border-box!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr)!important;
  gap:12px!important;
  padding:16px!important;
  max-height:calc(min(680px,100vh - 32px) - 58px)!important;
  overflow-y:auto!important;
  overflow-x:hidden!important;
}
#jsh-contact-modal .jsh-contact-item{
  box-sizing:border-box!important;
  width:100%!important;
  min-width:0!important;
  min-height:76px!important;
  margin:0!important;
  padding:12px 13px!important;
  display:grid!important;
  grid-template-columns:40px minmax(0,1fr) 34px!important;
  grid-template-areas:"avatar copy call"!important;
  align-items:center!important;
  column-gap:12px!important;
  row-gap:0!important;
  direction:ltr!important;
  text-align:initial!important;
  overflow:hidden!important;
}
#jsh-contact-modal .jsh-contact-avatar{
  grid-area:avatar!important;
  box-sizing:border-box!important;
  width:40px!important;
  height:40px!important;
  min-width:40px!important;
  min-height:40px!important;
  margin:0!important;
  padding:0!important;
  display:grid!important;
  place-items:center!important;
  align-self:center!important;
  justify-self:center!important;
  overflow:hidden!important;
  line-height:1!important;
}
#jsh-contact-modal .jsh-contact-initial{
  display:block!important;
  margin:0!important;
  padding:0!important;
  color:inherit!important;
  font-size:15px!important;
  font-weight:900!important;
  line-height:1!important;
}
#jsh-contact-modal .jsh-contact-copy{
  grid-area:copy!important;
  box-sizing:border-box!important;
  min-width:0!important;
  width:100%!important;
  margin:0!important;
  padding:0!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:center!important;
  gap:4px!important;
  direction:rtl!important;
  text-align:right!important;
  overflow:hidden!important;
}
#jsh-contact-modal .jsh-contact-name,
#jsh-contact-modal .jsh-contact-role,
#jsh-contact-modal .jsh-contact-value{
  box-sizing:border-box!important;
  max-width:100%!important;
  margin:0!important;
  padding:0!important;
}
#jsh-contact-modal .jsh-contact-name{
  font-size:13.5px!important;
  line-height:1.55!important;
  font-weight:800!important;
  white-space:normal!important;
  overflow-wrap:anywhere!important;
}
#jsh-contact-modal .jsh-contact-role{
  font-size:11.5px!important;
  line-height:1.5!important;
  font-weight:500!important;
  white-space:normal!important;
  overflow-wrap:anywhere!important;
}
#jsh-contact-modal .jsh-contact-value{
  font-size:12.5px!important;
  line-height:1.5!important;
  font-weight:700!important;
  direction:ltr!important;
  text-align:left!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
#jsh-contact-modal .jsh-contact-call{
  grid-area:call!important;
  box-sizing:border-box!important;
  width:34px!important;
  height:34px!important;
  min-width:34px!important;
  min-height:34px!important;
  margin:0!important;
  padding:0!important;
  display:grid!important;
  place-items:center!important;
  align-self:center!important;
  justify-self:center!important;
  line-height:0!important;
  overflow:hidden!important;
}
#jsh-contact-modal .jsh-contact-call svg{
  display:block!important;
  width:17px!important;
  height:17px!important;
  margin:0!important;
  padding:0!important;
  flex:none!important;
}
@media(max-width:540px){
  #jsh-contact-modal .jsh-contact-dialog{width:calc(100vw - 20px)!important;max-height:calc(100dvh - 20px)!important}
  #jsh-contact-modal .jsh-contact-list{padding:12px!important;gap:10px!important;max-height:calc(100dvh - 78px)!important}
  #jsh-contact-modal .jsh-contact-item{min-height:72px!important;padding:11px!important;grid-template-columns:36px minmax(0,1fr) 32px!important;column-gap:10px!important}
  #jsh-contact-modal .jsh-contact-avatar{width:36px!important;height:36px!important;min-width:36px!important;min-height:36px!important;border-radius:10px!important}
  #jsh-contact-modal .jsh-contact-initial{font-size:14px!important}
  #jsh-contact-modal .jsh-contact-call{width:32px!important;height:32px!important;min-width:32px!important;min-height:32px!important}
  #jsh-contact-modal .jsh-contact-name{font-size:13px!important}
  #jsh-contact-modal .jsh-contact-role{font-size:11px!important}
  #jsh-contact-modal .jsh-contact-value{font-size:12px!important}
}


/* 1.19.2 contact list: phone icon replaces initials */
#jsh-contact-modal .jsh-contact-item{
  grid-template-columns:40px minmax(0,1fr)!important;
  grid-template-areas:"avatar copy"!important;
  column-gap:13px!important;
}
#jsh-contact-modal .jsh-contact-phone{
  color:#176b50!important;
  background:rgba(23,107,80,.10)!important;
  border:1px solid rgba(23,107,80,.18)!important;
}
#jsh-contact-modal .jsh-contact-phone svg{
  display:block!important;
  width:18px!important;
  height:18px!important;
  margin:0!important;
}
#jsh-contact-modal .jsh-contact-call{display:none!important}
.jsh-app[data-jsh-theme="dark"] #jsh-contact-modal .jsh-contact-phone{
  color:#8fe0be!important;
  background:rgba(83,188,144,.12)!important;
  border-color:rgba(143,224,190,.18)!important;
}
@media(max-width:540px){
  #jsh-contact-modal .jsh-contact-item{
    grid-template-columns:36px minmax(0,1fr)!important;
    grid-template-areas:"avatar copy"!important;
    column-gap:11px!important;
  }
  #jsh-contact-modal .jsh-contact-phone svg{width:17px!important;height:17px!important}
}


/* 1.20.0 — user support tickets */
.jsh-ticket-center{}.jsh-ticket-new-form{margin:18px 0;padding:20px;border:1px solid var(--jsh-border,#e5e7eb);border-radius:16px;background:var(--jsh-surface,#fff)}.jsh-ticket-form-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:14px}.jsh-ticket-form-grid label{display:grid;gap:7px;font-weight:700}.jsh-ticket-form-grid input,.jsh-ticket-form-grid select,.jsh-ticket-form-grid textarea,.jsh-ticket-inline-reply textarea{width:100%;box-sizing:border-box;border:1px solid #dbe1e8;border-radius:11px;padding:11px 12px;background:#fff;color:#172033}.jsh-ticket-full{grid-column:1/-1}.jsh-ticket-form-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:14px}.jsh-user-ticket-list{display:grid;gap:12px}.jsh-user-ticket{border:1px solid #e3e8ef;border-radius:15px;background:#fff;overflow:hidden}.jsh-user-ticket>summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:16px;padding:17px 18px}.jsh-user-ticket>summary::-webkit-details-marker{display:none}.jsh-user-ticket>summary div{display:grid;gap:4px}.jsh-user-ticket>summary small{color:#7b8493}.jsh-ticket-status{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:800;white-space:nowrap;background:#eef2f7}.jsh-ticket-status.status-waiting_admin{background:#fff4d7;color:#8a5b00}.jsh-ticket-status.status-waiting_customer{background:#e5f3ff;color:#075985}.jsh-ticket-status.status-closed{background:#eceff3;color:#5f6874}.jsh-user-ticket-thread{padding:18px;background:#f7f9fc;display:grid;gap:12px}.jsh-ticket-message{max-width:82%;padding:13px 15px;border-radius:14px;background:#fff;border:1px solid #e3e8ef}.jsh-ticket-message.is-customer{margin-right:auto;background:#f0f7ff;border-color:#cfe5fb}.jsh-ticket-message-meta{display:flex;justify-content:space-between;gap:12px;font-size:12px;color:#70798a;margin-bottom:7px}.jsh-ticket-message p{margin:0;line-height:1.9}.jsh-ticket-inline-reply{padding:15px 18px;display:grid;gap:10px}.jsh-ticket-inline-reply>div{display:flex;justify-content:flex-end}.jsh-ticket-close-form{padding:0 18px 15px}.jsh-ticket-close-form button{border:0;background:transparent;color:#b42318;cursor:pointer}.jsh-app[data-theme="dark"] .jsh-ticket-new-form,.jsh-app[data-theme="dark"] .jsh-user-ticket,.jsh-app[data-theme="dark"] .jsh-ticket-message{background:#172033;border-color:#2e3a4d;color:#f5f7fb}.jsh-app[data-theme="dark"] .jsh-user-ticket-thread{background:#101722}.jsh-app[data-theme="dark"] .jsh-ticket-form-grid input,.jsh-app[data-theme="dark"] .jsh-ticket-form-grid select,.jsh-app[data-theme="dark"] .jsh-ticket-form-grid textarea,.jsh-app[data-theme="dark"] .jsh-ticket-inline-reply textarea{background:#111926;border-color:#344156;color:#f5f7fb}@media(max-width:760px){.jsh-ticket-form-grid{grid-template-columns:1fr}.jsh-ticket-message{max-width:94%}.jsh-user-ticket>summary{align-items:flex-start;flex-direction:column}.jsh-ticket-status{align-self:flex-start}}

/* Ticket center stability and readable RTL thread layout. */
.jsh-ticket-center{width:100%;max-width:1120px;margin-inline:auto;box-sizing:border-box;text-align:right;direction:rtl}
.jsh-ticket-center .jsh-section-heading-row{align-items:center;gap:24px;margin-bottom:16px}
.jsh-ticket-center .jsh-ticket-notice{margin:0 0 18px;width:100%;box-sizing:border-box}
.jsh-user-ticket-list{width:100%;min-width:0}
.jsh-user-ticket{width:100%;box-sizing:border-box;text-align:right;direction:rtl}
.jsh-user-ticket>summary{width:100%;box-sizing:border-box;min-height:76px;text-align:right;direction:rtl}
.jsh-user-ticket>summary>div:first-child{min-width:0;flex:1;text-align:right}
.jsh-user-ticket>summary strong{display:block;font-size:15px;line-height:1.8;overflow-wrap:anywhere}
.jsh-user-ticket>summary small{display:block;font-size:12px;line-height:1.7}
.jsh-user-ticket-thread{width:100%;box-sizing:border-box;padding:22px;align-items:stretch;direction:rtl;text-align:right}
.jsh-ticket-message{width:min(78%,720px);max-width:none;box-sizing:border-box;text-align:right;direction:rtl;padding:16px 18px}
.jsh-ticket-message.is-customer{margin-right:0;margin-left:auto}
.jsh-ticket-message.is-admin{margin-right:auto;margin-left:0}
.jsh-ticket-message-meta{direction:rtl;text-align:right;align-items:center}
.jsh-ticket-message p{font-size:14px;line-height:2;overflow-wrap:anywhere;word-break:normal;text-align:right}
.jsh-ticket-inline-reply,.jsh-ticket-close-form{width:100%;box-sizing:border-box;text-align:right;direction:rtl}
.jsh-ticket-inline-reply textarea{min-height:110px;resize:vertical;text-align:right;direction:rtl;line-height:1.9}
.jsh-ticket-inline-reply>div{justify-content:flex-start}
.jsh-ticket-close-form{text-align:left}
@media(max-width:760px){
  .jsh-ticket-center{max-width:100%;padding-inline:0}
  .jsh-ticket-center .jsh-section-heading-row{align-items:stretch;gap:12px}
  .jsh-ticket-center .jsh-section-heading-row .jsh-primary{width:100%}
  .jsh-user-ticket>summary{padding:16px;min-height:0}
  .jsh-user-ticket-thread{padding:14px}
  .jsh-ticket-message{width:100%;padding:14px}
  .jsh-ticket-message.is-customer,.jsh-ticket-message.is-admin{margin-inline:0}
  .jsh-ticket-message-meta{flex-wrap:wrap}
  .jsh-ticket-inline-reply{padding:14px}
  .jsh-ticket-close-form{padding:0 14px 14px}
}


/* 1.21.0 — ticket notification drawer */
.jsh-ticket-notification-menu{position:relative;display:flex;align-items:center}
.jsh-ticket-notification-trigger{position:relative;border:0;cursor:pointer}
.jsh-ticket-notification-badge{position:absolute;top:-6px;right:-6px;min-width:18px;height:18px;padding:0 5px;border-radius:10px;background:#d94a55;color:#fff;border:2px solid #fff;display:flex;align-items:center;justify-content:center;font-size:9px;font-weight:800;line-height:1}
.jsh-ticket-notification-drawer{position:absolute;top:calc(100% + 10px);left:0;width:min(360px,calc(100vw - 28px));background:#fff;border:1px solid #e4e8eb;border-radius:16px;box-shadow:0 18px 50px rgba(24,38,46,.16);z-index:120;overflow:hidden;text-align:right;direction:rtl}
.jsh-ticket-notification-head{display:flex;align-items:center;justify-content:space-between;padding:15px 16px;border-bottom:1px solid #edf0f2}.jsh-ticket-notification-head strong{font-size:13px}.jsh-ticket-notification-head span{font-size:10px;color:#7a8790}
.jsh-ticket-notification-list{max-height:340px;overflow:auto}.jsh-ticket-notification-list>a{display:grid;grid-template-columns:34px minmax(0,1fr);gap:10px;padding:13px 15px;text-decoration:none;color:#21323a;border-bottom:1px solid #f0f2f4;transition:.18s}.jsh-ticket-notification-list>a:hover{background:#fbf7ed}.jsh-ticket-notification-list>a>span:last-child{min-width:0}.jsh-ticket-notification-list strong,.jsh-ticket-notification-list small,.jsh-ticket-notification-list time{display:block}.jsh-ticket-notification-list strong{font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.jsh-ticket-notification-list small{font-size:10px;color:#65747d;margin-top:4px;line-height:1.7}.jsh-ticket-notification-list time{font-size:9px;color:#9aa4aa;margin-top:4px}.jsh-ticket-notification-icon{width:34px;height:34px;border-radius:10px;background:#fbf2da;color:#a9781d;display:grid!important;place-items:center;font-size:16px;font-weight:800}.jsh-ticket-notification-empty{padding:28px 18px;text-align:center;color:#77848c;font-size:11px}.jsh-ticket-notification-all{display:block;padding:12px 15px;text-align:center;text-decoration:none;color:#956b1e;font-size:11px;font-weight:800;background:#fffaf0}
.jsh-app[data-jsh-theme="dark"] .jsh-ticket-notification-drawer{background:#17242a;border-color:#31434b;box-shadow:0 20px 55px rgba(0,0,0,.38)}.jsh-app[data-jsh-theme="dark"] .jsh-ticket-notification-head,.jsh-app[data-jsh-theme="dark"] .jsh-ticket-notification-list>a{border-color:#2a3b43}.jsh-app[data-jsh-theme="dark"] .jsh-ticket-notification-list>a{color:#edf4f6}.jsh-app[data-jsh-theme="dark"] .jsh-ticket-notification-list>a:hover{background:#203138}.jsh-app[data-jsh-theme="dark"] .jsh-ticket-notification-all{background:#1c2c33;color:#e3bd67}.jsh-app[data-jsh-theme="dark"] .jsh-ticket-notification-badge{border-color:#17242a}
@media(max-width:600px){.jsh-ticket-notification-drawer{position:fixed;top:74px;left:14px;right:14px;width:auto}.jsh-ticket-notification-list{max-height:55vh}}

/* 1.21.1 — complete dark-theme support for the customer ticket center. */
.jsh-app[data-jsh-theme="dark"] .jsh-ticket-center{
  color:#dce7eb;
}
.jsh-app[data-jsh-theme="dark"] .jsh-ticket-new-form,
.jsh-app[data-jsh-theme="dark"] .jsh-user-ticket{
  background:#172228!important;
  border-color:#304149!important;
  color:#e8f0f2!important;
  box-shadow:none!important;
}
.jsh-app[data-jsh-theme="dark"] .jsh-user-ticket>summary{
  background:#172228!important;
  color:#e8f0f2!important;
  border-color:#304149!important;
}
.jsh-app[data-jsh-theme="dark"] .jsh-user-ticket[open]>summary{
  background:#1b2930!important;
  border-bottom:1px solid #304149!important;
}
.jsh-app[data-jsh-theme="dark"] .jsh-user-ticket>summary:hover{
  background:#1e3037!important;
}
.jsh-app[data-jsh-theme="dark"] .jsh-user-ticket>summary strong,
.jsh-app[data-jsh-theme="dark"] .jsh-ticket-form-grid label,
.jsh-app[data-jsh-theme="dark"] .jsh-ticket-message strong{
  color:#f1f6f8!important;
}
.jsh-app[data-jsh-theme="dark"] .jsh-user-ticket>summary small,
.jsh-app[data-jsh-theme="dark"] .jsh-ticket-message-meta,
.jsh-app[data-jsh-theme="dark"] .jsh-ticket-message-meta time{
  color:#9fb0b7!important;
}
.jsh-app[data-jsh-theme="dark"] .jsh-user-ticket-thread{
  background:#10191e!important;
  border-top-color:#304149!important;
  border-bottom-color:#304149!important;
}
.jsh-app[data-jsh-theme="dark"] .jsh-ticket-message{
  background:#1d2b32!important;
  border-color:#344850!important;
  color:#e4edf0!important;
  box-shadow:none!important;
}
.jsh-app[data-jsh-theme="dark"] .jsh-ticket-message.is-customer{
  background:#183044!important;
  border-color:#28506c!important;
}
.jsh-app[data-jsh-theme="dark"] .jsh-ticket-message.is-admin{
  background:#253029!important;
  border-color:#3b5142!important;
}
.jsh-app[data-jsh-theme="dark"] .jsh-ticket-message p{
  color:#e4edf0!important;
}
.jsh-app[data-jsh-theme="dark"] .jsh-ticket-inline-reply,
.jsh-app[data-jsh-theme="dark"] .jsh-ticket-close-form{
  background:#172228!important;
  border-color:#304149!important;
}
.jsh-app[data-jsh-theme="dark"] .jsh-ticket-form-grid input,
.jsh-app[data-jsh-theme="dark"] .jsh-ticket-form-grid select,
.jsh-app[data-jsh-theme="dark"] .jsh-ticket-form-grid textarea,
.jsh-app[data-jsh-theme="dark"] .jsh-ticket-inline-reply textarea{
  background:#111b20!important;
  color:#eef5f7!important;
  border-color:#3a4d55!important;
  box-shadow:none!important;
}
.jsh-app[data-jsh-theme="dark"] .jsh-ticket-form-grid input:focus,
.jsh-app[data-jsh-theme="dark"] .jsh-ticket-form-grid select:focus,
.jsh-app[data-jsh-theme="dark"] .jsh-ticket-form-grid textarea:focus,
.jsh-app[data-jsh-theme="dark"] .jsh-ticket-inline-reply textarea:focus{
  border-color:#d6aa45!important;
  box-shadow:0 0 0 3px rgba(214,170,69,.14)!important;
}
.jsh-app[data-jsh-theme="dark"] .jsh-ticket-form-grid select option{
  background:#172228;
  color:#eef5f7;
}
.jsh-app[data-jsh-theme="dark"] .jsh-ticket-status{
  border:1px solid #3a4b53;
  background:#26343a;
  color:#d6e1e5;
}
.jsh-app[data-jsh-theme="dark"] .jsh-ticket-status.status-waiting_admin{
  background:#3a3019!important;
  border-color:#66542a!important;
  color:#f4d37f!important;
}
.jsh-app[data-jsh-theme="dark"] .jsh-ticket-status.status-waiting_customer{
  background:#173149!important;
  border-color:#285579!important;
  color:#9fd5ff!important;
}
.jsh-app[data-jsh-theme="dark"] .jsh-ticket-status.status-closed{
  background:#29343a!important;
  border-color:#435159!important;
  color:#bdc9ce!important;
}
.jsh-app[data-jsh-theme="dark"] .jsh-ticket-close-form button{
  color:#ff9ca3!important;
}
.jsh-app[data-jsh-theme="dark"] .jsh-ticket-close-form button:hover{
  color:#ffc0c5!important;
}
.jsh-app[data-jsh-theme="dark"] .jsh-ticket-notice,
.jsh-app[data-jsh-theme="dark"] .jsh-public-notice{
  border-color:#3a4b53!important;
}


/* 1.21.1 hotfix — stable ticket accordion and subdued closed tickets. */
html{scrollbar-gutter:stable}
.jsh-app-shell,.jsh-app-main,.jsh-app-content,.jsh-ticket-center{min-width:0}
.jsh-ticket-center{
  isolation:isolate;
  overflow-anchor:none;
  contain:layout style;
}
.jsh-user-ticket-list{
  display:grid!important;
  grid-template-columns:minmax(0,1fr)!important;
  align-items:start;
  width:100%;
}
.jsh-user-ticket{
  min-width:0;
  contain:layout style paint;
  transform:translateZ(0);
  transition:border-color .16s ease,background-color .16s ease,opacity .16s ease,box-shadow .16s ease!important;
}
.jsh-user-ticket>summary{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:center!important;
  width:100%;
  user-select:none;
  -webkit-tap-highlight-color:transparent;
}
.jsh-user-ticket>summary>*{min-width:0}
.jsh-user-ticket[open]{overflow:clip}
.jsh-user-ticket[open]>.jsh-user-ticket-thread,
.jsh-user-ticket[open]>.jsh-ticket-inline-reply,
.jsh-user-ticket[open]>.jsh-ticket-close-form{animation:none!important}
.jsh-user-ticket.is-closed{
  opacity:.58;
  filter:saturate(.45);
  background:#f5f6f7;
  border-color:#e4e7ea;
  box-shadow:none;
}
.jsh-user-ticket.is-closed:hover,
.jsh-user-ticket.is-closed:focus-within{opacity:.72}
.jsh-user-ticket.is-closed>summary{cursor:pointer}
.jsh-user-ticket.is-closed .jsh-ticket-status{opacity:.82}
.jsh-user-ticket.is-closed[open]{opacity:.82;filter:saturate(.65)}
.jsh-app[data-jsh-theme="dark"] .jsh-user-ticket.is-closed,
.jsh-app[data-theme="dark"] .jsh-user-ticket.is-closed,
.jsh-theme-dark .jsh-user-ticket.is-closed{
  background:#111820!important;
  border-color:#27313b!important;
  color:#9aa5af!important;
  opacity:.52;
}
.jsh-app[data-jsh-theme="dark"] .jsh-user-ticket.is-closed[open],
.jsh-app[data-theme="dark"] .jsh-user-ticket.is-closed[open],
.jsh-theme-dark .jsh-user-ticket.is-closed[open]{opacity:.78}
@media(max-width:760px){
  .jsh-user-ticket>summary{grid-template-columns:minmax(0,1fr)!important;gap:10px!important}
}

/* 1.23.0 — mobile-first user panel stabilization and layout refinement. */
@media (max-width: 820px) {
  html.jsh-mobile-nav-open,
  body.jsh-mobile-nav-open { overflow: hidden !important; overscroll-behavior: none; }

  .jsh-app {
    width: 100% !important;
    max-width: none !important;
    min-height: 100dvh;
    margin: 0 !important;
    border-radius: 0 !important;
    overflow: clip;
  }
  .jsh-app-shell {
    display: block !important;
    width: 100% !important;
    min-height: 100dvh;
    overflow: visible !important;
  }
  .jsh-app-main { width: 100% !important; min-width: 0 !important; }
  .jsh-app-topbar {
    position: sticky !important;
    top: 0 !important;
    z-index: 950 !important;
    width: 100% !important;
    min-height: 64px !important;
    height: auto !important;
    padding: max(10px, env(safe-area-inset-top)) 12px 10px !important;
    box-sizing: border-box !important;
    gap: 10px !important;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
  }
  .jsh-menu-toggle {
    display: grid !important;
    place-items: center !important;
    flex: 0 0 44px !important;
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    border-radius: 13px !important;
    font-size: 0 !important;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
  }
  .jsh-menu-toggle::before {
    content: "";
    width: 20px;
    height: 14px;
    background: linear-gradient(currentColor,currentColor) 0 0/100% 2px no-repeat,
                linear-gradient(currentColor,currentColor) 0 6px/100% 2px no-repeat,
                linear-gradient(currentColor,currentColor) 0 12px/100% 2px no-repeat;
  }
  .jsh-page-title { min-width: 0 !important; flex: 1 1 auto !important; }
  .jsh-page-title h1 {
    margin: 0 !important;
    font-size: clamp(15px, 4.3vw, 18px) !important;
    line-height: 1.5 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .jsh-top-actions {
    display: flex !important;
    align-items: center !important;
    gap: 5px !important;
    flex: 0 0 auto !important;
  }
  .jsh-icon-button {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    border-radius: 12px !important;
    touch-action: manipulation;
  }
  .jsh-icon-button svg { width: 19px !important; height: 19px !important; }

  .jsh-app-sidebar {
    display: flex !important;
    flex-direction: column !important;
    position: fixed !important;
    inset: 0 0 0 auto !important;
    width: min(82vw, 310px) !important;
    height: 100dvh !important;
    padding: max(20px, env(safe-area-inset-top)) 16px max(18px, env(safe-area-inset-bottom)) !important;
    box-sizing: border-box !important;
    transform: translateX(105%) !important;
    transition: transform .22s cubic-bezier(.2,.8,.2,1) !important;
    z-index: 1201 !important;
    overflow-y: auto !important;
    overscroll-behavior: contain;
    box-shadow: -20px 0 55px rgba(0,0,0,.24) !important;
  }
  .jsh-app-sidebar.open { transform: translateX(0) !important; right: 0 !important; }
  .jsh-mobile-sidebar-overlay {
    position: fixed;
    inset: 0;
    z-index: 1200;
    background: rgba(5,12,20,.52);
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease, visibility .2s ease;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
  }
  .jsh-mobile-sidebar-overlay.is-visible { opacity: 1; visibility: visible; }
  .jsh-brand { min-height: 56px !important; margin-bottom: 8px !important; }
  .jsh-brand-word { font-size: 26px !important; line-height: 1.3 !important; }
  .jsh-app-nav { display: grid !important; gap: 6px !important; }
  .jsh-app-nav a {
    min-height: 48px !important;
    padding: 10px 12px !important;
    border-radius: 12px !important;
    font-size: 14px !important;
    gap: 11px !important;
    touch-action: manipulation;
  }
  .jsh-app-nav a span { width: 26px !important; text-align: center !important; }
  .jsh-sidebar-user { margin-top: auto !important; padding: 12px !important; border-radius: 14px !important; }

  .jsh-app-content {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding: 12px 10px calc(34px + env(safe-area-inset-bottom)) !important;
    box-sizing: border-box !important;
    overflow-x: clip !important;
  }
  .jsh-app-content > section,
  .jsh-app-content > .jsh-dashboard-hero,
  .jsh-public-card,
  .jsh-mesqal-card,
  .jsh-service-page,
  .jsh-ticket-center {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }
  .jsh-public-card,
  .jsh-mesqal-card,
  .jsh-service-page,
  .jsh-ticket-center,
  .jsh-order-search-panel,
  .jsh-kyc-card {
    border-radius: 16px !important;
  }
  .jsh-public-card,
  .jsh-mesqal-card,
  .jsh-service-page,
  .jsh-ticket-center { padding: 15px !important; }

  .jsh-board-heading,
  .jsh-orders-head,
  .jsh-service-page-head,
  .jsh-ticket-center-head,
  .jsh-mesqal-card-head {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
    gap: 10px !important;
    flex-wrap: wrap !important;
    padding: 0 0 13px !important;
  }
  .jsh-board-heading h2,
  .jsh-orders-head h2,
  .jsh-service-page-head h2,
  .jsh-ticket-center-head h2,
  .jsh-mesqal-card-head h3 {
    font-size: 18px !important;
    line-height: 1.55 !important;
    margin: 0 !important;
  }
  .jsh-board-heading p,
  .jsh-service-page-head p,
  .jsh-ticket-center-head p { font-size: 12px !important; line-height: 1.8 !important; margin: 4px 0 0 !important; }

  .jsh-mesqal-welcome {
    display: grid !important;
    grid-template-columns: minmax(0,1fr) auto !important;
    gap: 12px !important;
    padding: 17px !important;
    border-radius: 17px !important;
  }
  .jsh-mesqal-welcome h2 { font-size: 19px !important; line-height: 1.6 !important; margin: 4px 0 !important; }
  .jsh-mesqal-welcome p { font-size: 12px !important; line-height: 1.8 !important; }
  .jsh-mesqal-date { min-width: 84px !important; padding: 9px !important; border-radius: 12px !important; }

  .jsh-mesqal-wallets,
  .jsh-dashboard-overview-row,
  .jsh-public-grid,
  .jsh-services-grid,
  .jsh-quick-stats,
  .jsh-kyc-grid {
    display: grid !important;
    grid-template-columns: minmax(0,1fr) !important;
    gap: 10px !important;
  }
  .jsh-mesqal-wallet {
    display: grid !important;
    grid-template-columns: 44px minmax(0,1fr) auto !important;
    gap: 11px !important;
    align-items: center !important;
    min-height: 94px !important;
    padding: 14px !important;
    border-radius: 16px !important;
  }
  .jsh-mesqal-wallet-icon { width: 44px !important; height: 44px !important; min-width: 44px !important; }
  .jsh-mesqal-wallet strong { font-size: 20px !important; line-height: 1.4 !important; }
  .jsh-mesqal-wallet a { font-size: 11px !important; white-space: nowrap !important; }

  .jsh-kyc-trade-lock {
    display: grid !important;
    grid-template-columns: 42px minmax(0,1fr) !important;
    gap: 12px !important;
    padding: 14px !important;
    border-radius: 15px !important;
  }
  .jsh-kyc-trade-lock-icon { width: 42px !important; height: 42px !important; }
  .jsh-kyc-trade-lock-topline { display: grid !important; gap: 7px !important; }
  .jsh-kyc-trade-lock-actions a { width: 100% !important; min-height: 44px !important; box-sizing: border-box !important; }

  .jsh-quote-table-wrap,
  .jsh-orders-table-wrap,
  .jsh-table-wrap {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
    border-radius: 14px !important;
  }
  .jsh-quote-table { min-width: 610px !important; }
  .jsh-quote-table th,
  .jsh-quote-table td { padding: 11px 9px !important; font-size: 12px !important; }
  .jsh-price-button { min-height: 54px !important; padding: 8px !important; border-radius: 11px !important; }
  .jsh-price-main { font-size: 15px !important; white-space: nowrap !important; }

  .jsh-orders-modern .jsh-orders-head { gap: 10px !important; }
  .jsh-order-search-toggle { width: 100% !important; justify-content: center !important; min-height: 44px !important; }
  .jsh-order-search-panel.is-open { padding: 14px !important; }
  .jsh-order-search-grid { display: grid !important; grid-template-columns: minmax(0,1fr) !important; gap: 11px !important; }
  .jsh-order-search-grid label:first-child { grid-column: auto !important; }
  .jsh-order-search-grid input,
  .jsh-order-search-grid select,
  .jsh-order-search-grid button { width: 100% !important; min-height: 46px !important; box-sizing: border-box !important; }
  .jsh-order-search-actions { display: grid !important; grid-template-columns: 1fr !important; gap: 8px !important; }

  .jsh-orders-table,
  .jsh-orders-table tbody,
  .jsh-orders-table tr,
  .jsh-orders-table td { display: block !important; width: 100% !important; box-sizing: border-box !important; }
  .jsh-orders-table thead { display: none !important; }
  .jsh-orders-table tbody { display: grid !important; gap: 10px !important; }
  .jsh-orders-table tbody tr.jsh-order-row {
    display: grid !important;
    grid-template-columns: minmax(0,1fr) minmax(0,1fr) !important;
    gap: 10px 12px !important;
    padding: 14px !important;
    border-radius: 14px !important;
    min-height: 0 !important;
  }
  .jsh-orders-table tbody tr.jsh-order-row td { min-width: 0 !important; text-align: right !important; }
  .jsh-orders-table td.jsh-order-product { grid-column: 1/-1 !important; }

  .jsh-service-list,
  .jsh-request-list { display: grid !important; gap: 10px !important; }
  .jsh-service-row,
  .jsh-request-row { display: grid !important; grid-template-columns: minmax(0,1fr) !important; gap: 8px !important; padding: 13px !important; border-radius: 13px !important; }

  .jsh-modal,
  .jsh-trade-modal { padding: 8px !important; align-items: flex-end !important; }
  .jsh-modal-dialog {
    width: 100% !important;
    max-width: 100% !important;
    max-height: min(88dvh, 760px) !important;
    margin: 0 !important;
    border-radius: 20px 20px 0 0 !important;
    overflow: hidden !important;
    transform: none !important;
    top: auto !important;
  }
  .jsh-modal-titlebar { min-height: 58px !important; height: auto !important; padding: 10px 15px !important; }
  .jsh-modal-titlebar h2 { font-size: 17px !important; line-height: 1.5 !important; }
  .jsh-modal-form,
  .jsh-modal-body { padding: 14px !important; overflow-y: auto !important; max-height: calc(88dvh - 58px) !important; }
  .jsh-modal-form label,
  .jsh-modal-form .jsh-field-row { width: 100% !important; min-width: 0 !important; }
  .jsh-modal-form input,
  .jsh-modal-form select,
  .jsh-modal-form textarea,
  .jsh-modal-form button { width: 100% !important; min-height: 46px !important; box-sizing: border-box !important; }

  .jsh-ticket-center { padding: 13px !important; }
  .jsh-ticket-create-grid { display: grid !important; grid-template-columns: minmax(0,1fr) !important; gap: 10px !important; }
  .jsh-ticket-create-grid label,
  .jsh-ticket-create-grid input,
  .jsh-ticket-create-grid select,
  .jsh-ticket-create-grid textarea,
  .jsh-ticket-create-grid button { width: 100% !important; min-width: 0 !important; box-sizing: border-box !important; }
  .jsh-user-ticket-list { gap: 9px !important; }
  .jsh-user-ticket { border-radius: 14px !important; }
  .jsh-user-ticket > summary { padding: 13px !important; grid-template-columns: minmax(0,1fr) !important; gap: 9px !important; }
  .jsh-user-ticket > summary strong { font-size: 14px !important; line-height: 1.7 !important; }
  .jsh-user-ticket-thread { padding: 12px !important; gap: 9px !important; }
  .jsh-ticket-message { max-width: 94% !important; padding: 11px 12px !important; border-radius: 12px !important; }
  .jsh-ticket-message-meta { display: grid !important; grid-template-columns: minmax(0,1fr) auto !important; gap: 7px !important; }
  .jsh-ticket-inline-reply,
  .jsh-ticket-close-form { padding: 12px !important; }
  .jsh-ticket-inline-reply textarea,
  .jsh-ticket-inline-reply button,
  .jsh-ticket-close-form button { width: 100% !important; box-sizing: border-box !important; }

  .jsh-ticket-notification-drawer,
  .jsh-theme-menu {
    position: fixed !important;
    top: calc(64px + env(safe-area-inset-top)) !important;
    right: 10px !important;
    left: 10px !important;
    width: auto !important;
    max-width: none !important;
    max-height: min(70dvh, 520px) !important;
    border-radius: 16px !important;
    overflow: auto !important;
    z-index: 1190 !important;
  }
  .jsh-contact-modal .jsh-modal-dialog { max-height: 82dvh !important; }

  .jsh-auth-shell,
  .jsh-auth-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; }
  .jsh-auth-card { padding: 18px 14px !important; border-radius: 17px !important; }
  .jsh-auth-name-row { display: grid !important; grid-template-columns: minmax(0,1fr) minmax(0,1fr) !important; gap: 9px !important; }

  button,
  a,
  input,
  select,
  textarea,
  summary { -webkit-tap-highlight-color: transparent; }
  input,
  select,
  textarea { font-size: 16px !important; }
}

@media (max-width: 520px) {
  .jsh-app-content { padding-inline: 8px !important; }
  .jsh-app-topbar { padding-inline: 9px !important; }
  .jsh-icon-button { width: 38px !important; height: 38px !important; min-width: 38px !important; }
  .jsh-page-title h1 { font-size: 15px !important; }
  .jsh-public-card,
  .jsh-mesqal-card,
  .jsh-service-page,
  .jsh-ticket-center { padding: 13px !important; border-radius: 14px !important; }
  .jsh-mesqal-welcome { grid-template-columns: minmax(0,1fr) !important; }
  .jsh-mesqal-date { display: none !important; }
  .jsh-mesqal-wallet { grid-template-columns: 40px minmax(0,1fr) !important; }
  .jsh-mesqal-wallet > a { grid-column: 2 !important; justify-self: start !important; }
  .jsh-mesqal-wallet-icon { width: 40px !important; height: 40px !important; min-width: 40px !important; }
  .jsh-kyc-trade-lock { grid-template-columns: minmax(0,1fr) !important; }
  .jsh-kyc-trade-lock-icon { display: none !important; }
  .jsh-orders-table tbody tr.jsh-order-row { grid-template-columns: minmax(0,1fr) !important; }
  .jsh-orders-table td.jsh-order-product { grid-column: auto !important; }
  .jsh-auth-name-row { grid-template-columns: minmax(0,1fr) !important; }
  .jsh-ticket-notification-drawer,
  .jsh-theme-menu { right: 8px !important; left: 8px !important; }
}

@media (hover:none) and (pointer:coarse) {
  .jsh-app button,
  .jsh-app a,
  .jsh-app summary { min-height: 42px; }
  .jsh-app-nav a,
  .jsh-price-button,
  .jsh-order-search-toggle { min-height: 46px !important; }
}

/* 1.23.1 — zero-horizontal-scroll mobile tables and trading cards. */
@media (max-width: 820px) {
  /* Never make the user panel itself horizontally scrollable. */
  .jsh-app,
  .jsh-app-shell,
  .jsh-app-main,
  .jsh-app-content,
  .jsh-public-card,
  .jsh-responsive,
  .jsh-quote-table-wrap,
  .jsh-orders-table-wrap,
  .jsh-service-list-shell {
    max-width: 100% !important;
    min-width: 0 !important;
    overflow-x: clip !important;
  }

  /* Buy/sell board becomes one compact product card per row. */
  .jsh-quote-table-wrap { overflow: visible !important; border: 0 !important; }
  .jsh-quote-table,
  .jsh-quote-table tbody,
  .jsh-quote-table tr,
  .jsh-quote-table td {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }
  .jsh-quote-table { min-width: 0 !important; border-collapse: separate !important; }
  .jsh-quote-table thead { display: none !important; }
  .jsh-quote-table tbody { display: grid !important; gap: 11px !important; }
  .jsh-quote-table tbody tr {
    display: grid !important;
    grid-template-columns: minmax(0,1fr) minmax(0,1fr) !important;
    gap: 9px !important;
    padding: 13px !important;
    border: 1px solid var(--jsh-line, #e5e7eb) !important;
    border-radius: 15px !important;
    background: var(--jsh-surface, #fff) !important;
    box-shadow: 0 5px 16px rgba(15,23,42,.04) !important;
  }
  .jsh-quote-table tbody tr > td {
    padding: 0 !important;
    border: 0 !important;
    white-space: normal !important;
    text-align: right !important;
  }
  .jsh-quote-table tbody tr > td:first-child {
    grid-column: 1 / -1 !important;
    padding-bottom: 9px !important;
    border-bottom: 1px solid var(--jsh-line, #edf0f2) !important;
    font-size: 14px !important;
  }
  .jsh-quote-table tbody tr > td:nth-child(2) {
    grid-column: 1 / -1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    min-height: 28px !important;
    color: var(--jsh-muted, #778087) !important;
    font-size: 11px !important;
  }
  .jsh-quote-table tbody tr > td:nth-child(2)::before {
    content: "واحد معامله";
    color: var(--jsh-muted, #778087);
  }
  .jsh-quote-table .jsh-price-button {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 66px !important;
    padding: 9px 7px !important;
    white-space: normal !important;
  }
  .jsh-quote-table .jsh-price-main {
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    line-height: 1.45 !important;
  }

  /* All ordinary user-panel tables become stacked cards. */
  .jsh-responsive:not(:has(.jsh-orders-table)):not(:has(.jsh-quote-table)) {
    overflow: visible !important;
    border: 0 !important;
    background: transparent !important;
  }
  .jsh-responsive:not(:has(.jsh-orders-table)):not(:has(.jsh-quote-table)) table,
  .jsh-responsive:not(:has(.jsh-orders-table)):not(:has(.jsh-quote-table)) tbody,
  .jsh-responsive:not(:has(.jsh-orders-table)):not(:has(.jsh-quote-table)) tr,
  .jsh-responsive:not(:has(.jsh-orders-table)):not(:has(.jsh-quote-table)) td {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }
  .jsh-responsive:not(:has(.jsh-orders-table)):not(:has(.jsh-quote-table)) table {
    min-width: 0 !important;
    border-collapse: separate !important;
  }
  .jsh-responsive:not(:has(.jsh-orders-table)):not(:has(.jsh-quote-table)) thead {
    display: none !important;
  }
  .jsh-responsive:not(:has(.jsh-orders-table)):not(:has(.jsh-quote-table)) tbody {
    display: grid !important;
    gap: 10px !important;
  }
  .jsh-responsive:not(:has(.jsh-orders-table)):not(:has(.jsh-quote-table)) tbody > tr:not(.jsh-service-empty) {
    display: grid !important;
    gap: 0 !important;
    padding: 8px 13px !important;
    border: 1px solid var(--jsh-line, #e5e7eb) !important;
    border-radius: 14px !important;
    background: var(--jsh-surface, #fff) !important;
    box-shadow: 0 4px 14px rgba(15,23,42,.035) !important;
  }
  .jsh-responsive:not(:has(.jsh-orders-table)):not(:has(.jsh-quote-table)) tbody > tr:not(.jsh-service-empty) > td {
    display: grid !important;
    grid-template-columns: minmax(88px, 38%) minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 10px 0 !important;
    border: 0 !important;
    border-bottom: 1px solid var(--jsh-line, #edf0f2) !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    text-align: left !important;
    direction: rtl !important;
  }
  .jsh-responsive:not(:has(.jsh-orders-table)):not(:has(.jsh-quote-table)) tbody > tr:not(.jsh-service-empty) > td:last-child {
    border-bottom: 0 !important;
  }
  .jsh-responsive:not(:has(.jsh-orders-table)):not(:has(.jsh-quote-table)) td::before {
    content: attr(data-label);
    display: block !important;
    color: var(--jsh-muted, #747b84) !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    line-height: 1.65 !important;
    text-align: right !important;
  }
  .jsh-responsive:not(:has(.jsh-orders-table)):not(:has(.jsh-quote-table)) td > form,
  .jsh-responsive:not(:has(.jsh-orders-table)):not(:has(.jsh-quote-table)) td > button,
  .jsh-responsive:not(:has(.jsh-orders-table)):not(:has(.jsh-quote-table)) td > a {
    justify-self: end !important;
    max-width: 100% !important;
  }
  .jsh-responsive .jsh-service-empty {
    display: block !important;
    width: 100% !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
  }
  .jsh-responsive .jsh-service-empty td {
    display: block !important;
    width: 100% !important;
    padding: 20px 14px !important;
    border: 1px dashed var(--jsh-line, #dfe4e8) !important;
    border-radius: 13px !important;
    text-align: center !important;
    white-space: normal !important;
  }
  .jsh-responsive .jsh-service-empty td::before { display: none !important; }

  /* Long financial identifiers wrap inside the card instead of widening it. */
  .jsh-service-history-table td[dir="ltr"],
  .jsh-responsive td[dir="ltr"] {
    direction: ltr !important;
    text-align: left !important;
    unicode-bidi: isolate !important;
    word-break: break-all !important;
    font-variant-numeric: tabular-nums !important;
  }
}

@media (max-width: 520px) {
  .jsh-quote-table tbody tr { grid-template-columns: minmax(0,1fr) !important; }
  .jsh-quote-table tbody tr > td:nth-child(3),
  .jsh-quote-table tbody tr > td:nth-child(4) { grid-column: 1 !important; }
  .jsh-quote-table .jsh-price-button { min-height: 58px !important; }
  .jsh-responsive:not(:has(.jsh-orders-table)):not(:has(.jsh-quote-table)) tbody > tr:not(.jsh-service-empty) > td {
    grid-template-columns: minmax(78px, 35%) minmax(0,1fr) !important;
    gap: 8px !important;
  }
}

/* 1.23.3 — clean, readable mobile buy/sell board. */
@media (max-width: 820px) {
  .jsh-app .jsh-trade-board {
    padding: 12px !important;
    border-radius: 16px !important;
    overflow: hidden !important;
  }
  .jsh-app .jsh-trade-board .jsh-board-heading {
    margin: 0 0 12px !important;
    padding: 2px 2px 12px !important;
    border-bottom: 1px solid var(--jsh-line, #e8ecef) !important;
  }
  .jsh-app .jsh-trade-board .jsh-board-heading h2 {
    margin: 0 0 5px !important;
    font-size: 16px !important;
    line-height: 1.65 !important;
  }
  .jsh-app .jsh-trade-board .jsh-board-heading p {
    margin: 0 !important;
    font-size: 11px !important;
    line-height: 1.8 !important;
  }
  .jsh-app .jsh-trade-board .jsh-quote-table-wrap {
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
  }
  .jsh-app .jsh-trade-board .jsh-quote-table tbody {
    gap: 12px !important;
  }
  .jsh-app .jsh-trade-board .jsh-quote-table tbody tr {
    display: grid !important;
    grid-template-columns: minmax(0,1fr) auto !important;
    grid-template-areas:
      "name unit"
      "buy buy"
      "sell sell" !important;
    gap: 10px 8px !important;
    padding: 14px !important;
    border-radius: 16px !important;
    border: 1px solid var(--jsh-line, #e5e9ec) !important;
    background: var(--jsh-surface, #fff) !important;
    box-shadow: 0 5px 18px rgba(15,23,42,.045) !important;
  }
  .jsh-app .jsh-trade-board .jsh-quote-table tbody tr > td {
    width: auto !important;
    min-width: 0 !important;
    padding: 0 !important;
    border: 0 !important;
  }
  .jsh-app .jsh-trade-board .jsh-quote-table tbody tr > td:nth-child(1) {
    grid-area: name !important;
    align-self: center !important;
    border: 0 !important;
    padding: 0 !important;
  }
  .jsh-app .jsh-trade-board .jsh-quote-table tbody tr > td:nth-child(1) strong {
    display: block !important;
    font-size: 14px !important;
    line-height: 1.7 !important;
    color: var(--jsh-text, #1f2933) !important;
    overflow-wrap: anywhere !important;
  }
  .jsh-app .jsh-trade-board .jsh-quote-table tbody tr > td:nth-child(2) {
    grid-area: unit !important;
    display: block !important;
    min-height: 0 !important;
    align-self: center !important;
    text-align: left !important;
  }
  .jsh-app .jsh-trade-board .jsh-quote-table tbody tr > td:nth-child(2)::before {
    display: none !important;
  }
  .jsh-app .jsh-trade-board .jsh-unit-cell {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 44px !important;
    min-height: 27px !important;
    padding: 4px 9px !important;
    border-radius: 999px !important;
    background: #f0f3f5 !important;
    color: #667079 !important;
    font-size: 10px !important;
    font-weight: 750 !important;
    white-space: nowrap !important;
  }
  .jsh-app .jsh-trade-board .jsh-quote-table tbody tr > td:nth-child(3) { grid-area: buy !important; }
  .jsh-app .jsh-trade-board .jsh-quote-table tbody tr > td:nth-child(4) { grid-area: sell !important; }
  .jsh-app .jsh-trade-board .jsh-price-button {
    position: relative !important;
    display: grid !important;
    grid-template-columns: auto minmax(0,1fr) !important;
    align-items: center !important;
    gap: 12px !important;
    width: 100% !important;
    min-height: 58px !important;
    height: auto !important;
    padding: 10px 13px !important;
    border-radius: 13px !important;
    text-align: left !important;
    box-shadow: none !important;
  }
  .jsh-app .jsh-trade-board .jsh-price-button::before {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 58px !important;
    min-height: 34px !important;
    padding: 5px 10px !important;
    border-radius: 9px !important;
    font-size: 11px !important;
    font-weight: 850 !important;
    white-space: nowrap !important;
  }
  .jsh-app .jsh-trade-board .jsh-price-button.is-buy::before {
    content: "خرید" !important;
    background: rgba(20,115,79,.11) !important;
    color: #126d4b !important;
  }
  .jsh-app .jsh-trade-board .jsh-price-button.is-sell::before {
    content: "فروش" !important;
    background: rgba(182,51,60,.11) !important;
    color: #a52f38 !important;
  }
  .jsh-app .jsh-trade-board .jsh-price-main {
    display: block !important;
    min-width: 0 !important;
    font-size: 15px !important;
    font-weight: 850 !important;
    line-height: 1.45 !important;
    text-align: left !important;
    direction: rtl !important;
    unicode-bidi: isolate !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }
  .jsh-app .jsh-trade-board .jsh-price-main small {
    display: inline !important;
    font-size: 9px !important;
    font-weight: 600 !important;
    opacity: .75 !important;
  }
  .jsh-app .jsh-trade-board .jsh-price-lock-caption {
    grid-column: 1 / -1 !important;
    margin: 0 !important;
    padding-top: 3px !important;
    font-size: 9px !important;
    line-height: 1.6 !important;
    text-align: right !important;
  }
  .jsh-app .jsh-trade-board .jsh-kyc-trade-lock {
    margin: 0 0 12px !important;
    padding: 13px !important;
    border-radius: 14px !important;
  }
}

@media (max-width: 420px) {
  .jsh-app .jsh-trade-board { padding: 10px !important; }
  .jsh-app .jsh-trade-board .jsh-quote-table tbody tr { padding: 12px !important; }
  .jsh-app .jsh-trade-board .jsh-price-button {
    grid-template-columns: 52px minmax(0,1fr) !important;
    gap: 8px !important;
    padding: 9px 10px !important;
  }
  .jsh-app .jsh-trade-board .jsh-price-button::before {
    min-width: 52px !important;
    padding-inline: 7px !important;
  }
  .jsh-app .jsh-trade-board .jsh-price-main { font-size: 14px !important; }
}

.jsh-app[data-jsh-theme="dark"] .jsh-trade-board .jsh-unit-cell,
body.jsh-page-dark .jsh-trade-board .jsh-unit-cell {
  background: #26363e !important;
  color: #b7c8ce !important;
}
.jsh-app[data-jsh-theme="dark"] .jsh-trade-board .jsh-price-button.is-buy::before,
body.jsh-page-dark .jsh-trade-board .jsh-price-button.is-buy::before {
  background: rgba(89,199,151,.13) !important;
  color: #8de0bd !important;
}
.jsh-app[data-jsh-theme="dark"] .jsh-trade-board .jsh-price-button.is-sell::before,
body.jsh-page-dark .jsh-trade-board .jsh-price-button.is-sell::before {
  background: rgba(255,126,137,.13) !important;
  color: #ffadb3 !important;
}

/* 1.23.4 — authenticated mobile trade actions: stable readable layout. */
@media (max-width: 820px) {
  .jsh-app .jsh-trade-board .jsh-price-button:not(.is-kyc-locked):not(:disabled) {
    display: grid !important;
    grid-template-columns: 64px minmax(0, 1fr) !important;
    grid-template-rows: auto !important;
    align-items: center !important;
    justify-items: stretch !important;
    gap: 10px !important;
    min-height: 62px !important;
    height: auto !important;
    padding: 10px 12px !important;
    overflow: hidden !important;
    text-align: right !important;
  }
  .jsh-app .jsh-trade-board .jsh-price-button:not(.is-kyc-locked):not(:disabled)::before {
    min-width: 0 !important;
    width: 64px !important;
    min-height: 38px !important;
    margin: 0 !important;
    padding: 6px 8px !important;
    box-sizing: border-box !important;
  }
  .jsh-app .jsh-trade-board .jsh-price-button:not(.is-kyc-locked):not(:disabled) .jsh-price-main {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: baseline !important;
    justify-content: flex-start !important;
    gap: 3px 5px !important;
    width: 100% !important;
    min-width: 0 !important;
    padding: 0 !important;
    font-size: clamp(14px, 4.5vw, 17px) !important;
    line-height: 1.55 !important;
    text-align: right !important;
    direction: rtl !important;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
    overflow-wrap: anywhere !important;
  }
  .jsh-app .jsh-trade-board .jsh-price-button:not(.is-kyc-locked):not(:disabled) .jsh-price-main small {
    display: inline-flex !important;
    flex: 0 0 auto !important;
    margin: 0 !important;
    font-size: 10px !important;
    line-height: 1.5 !important;
    white-space: nowrap !important;
  }
  .jsh-app .jsh-trade-board .jsh-price-button:not(.is-kyc-locked):not(:disabled):active {
    transform: scale(.985) !important;
  }
}

@media (max-width: 420px) {
  .jsh-app .jsh-trade-board .jsh-price-button:not(.is-kyc-locked):not(:disabled) {
    grid-template-columns: 56px minmax(0, 1fr) !important;
    gap: 8px !important;
    min-height: 58px !important;
    padding: 9px 10px !important;
  }
  .jsh-app .jsh-trade-board .jsh-price-button:not(.is-kyc-locked):not(:disabled)::before {
    width: 56px !important;
    min-height: 36px !important;
  }
}

/* 1.23.5 — mobile authenticated trade card spacing and alignment. */
@media (max-width: 820px) {
  .jsh-app .jsh-trade-board .jsh-quote-table tbody {
    display: grid !important;
    gap: 14px !important;
  }
  .jsh-app .jsh-trade-board .jsh-quote-table tbody tr {
    row-gap: 12px !important;
    padding: 15px !important;
    margin: 0 !important;
  }
  .jsh-app .jsh-trade-board .jsh-quote-table tbody tr > td:nth-child(3),
  .jsh-app .jsh-trade-board .jsh-quote-table tbody tr > td:nth-child(4) {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .jsh-app .jsh-trade-board .jsh-price-button:not(.is-kyc-locked):not(:disabled) {
    box-sizing: border-box !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 66px !important;
    margin: 0 !important;
    padding: 12px 14px !important;
    grid-template-columns: 60px minmax(0, 1fr) !important;
    column-gap: 12px !important;
    row-gap: 0 !important;
    border-width: 1px !important;
    border-style: solid !important;
  }
  .jsh-app .jsh-trade-board .jsh-price-button.is-buy:not(.is-kyc-locked):not(:disabled) {
    border-color: rgba(20,115,79,.22) !important;
  }
  .jsh-app .jsh-trade-board .jsh-price-button.is-sell:not(.is-kyc-locked):not(:disabled) {
    border-color: rgba(182,51,60,.22) !important;
  }
  .jsh-app .jsh-trade-board .jsh-price-button:not(.is-kyc-locked):not(:disabled)::before {
    width: 60px !important;
    min-width: 60px !important;
    min-height: 38px !important;
    align-self: center !important;
  }
  .jsh-app .jsh-trade-board .jsh-price-button:not(.is-kyc-locked):not(:disabled) .jsh-price-main {
    display: flex !important;
    align-items: baseline !important;
    justify-content: flex-end !important;
    flex-wrap: wrap !important;
    gap: 3px 5px !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 2px 0 !important;
    text-align: left !important;
    line-height: 1.65 !important;
  }
  .jsh-app .jsh-trade-board .jsh-price-button:not(.is-kyc-locked):not(:disabled) .jsh-price-main small {
    margin: 0 !important;
    padding: 0 !important;
  }
}

@media (max-width: 420px) {
  .jsh-app .jsh-trade-board .jsh-quote-table tbody {
    gap: 12px !important;
  }
  .jsh-app .jsh-trade-board .jsh-quote-table tbody tr {
    padding: 13px !important;
    row-gap: 10px !important;
  }
  .jsh-app .jsh-trade-board .jsh-price-button:not(.is-kyc-locked):not(:disabled) {
    min-height: 62px !important;
    padding: 11px 12px !important;
    grid-template-columns: 54px minmax(0, 1fr) !important;
    column-gap: 9px !important;
  }
  .jsh-app .jsh-trade-board .jsh-price-button:not(.is-kyc-locked):not(:disabled)::before {
    width: 54px !important;
    min-width: 54px !important;
    min-height: 36px !important;
  }
  .jsh-app .jsh-trade-board .jsh-price-button:not(.is-kyc-locked):not(:disabled) .jsh-price-main {
    font-size: 14px !important;
  }
}


/* 1.23.6 — KYC-gated services */
.jsh-app-nav a.is-kyc-locked{opacity:.66}
.jsh-app-nav .jsh-nav-lock{margin-inline-start:auto;font-size:12px;line-height:1}
.jsh-services-page.is-kyc-locked{overflow:hidden}
.jsh-services-kyc-lock{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:18px;padding:22px;border:1px solid color-mix(in srgb,var(--jsh-border,#d8dee8) 78%,transparent);border-radius:18px;background:color-mix(in srgb,var(--jsh-surface,#fff) 94%,#c99b39 6%)}
.jsh-services-kyc-lock-icon{display:grid;place-items:center;width:48px;height:48px;border-radius:15px;background:color-mix(in srgb,#c99b39 16%,transparent);font-size:21px}
.jsh-services-kyc-lock strong{display:block;margin-bottom:5px;font-size:16px}
.jsh-services-kyc-lock p{margin:0;line-height:1.9;color:var(--jsh-muted,#667085)}
.jsh-service-history-page.is-kyc-locked{display:none!important}
.jsh-service-modal.is-kyc-locked{display:none!important}
html[data-theme="dark"] .jsh-services-kyc-lock,
.jsh-app[data-theme="dark"] .jsh-services-kyc-lock{background:color-mix(in srgb,#161b25 92%,#c99b39 8%);border-color:#343b48}
@media(max-width:700px){
  .jsh-services-kyc-lock{grid-template-columns:1fr;text-align:center;padding:20px 16px;gap:13px}
  .jsh-services-kyc-lock-icon{margin-inline:auto}
  .jsh-services-kyc-lock .jsh-primary{width:100%;justify-content:center}
}

/* 1.23.6 mobile trade card rebuild — flat, readable, no nested white strips. */
@media (max-width: 820px) {
  .jsh-app .jsh-trade-board {
    padding: 12px !important;
    overflow: visible !important;
  }
  .jsh-app .jsh-trade-board .jsh-board-heading {
    margin-bottom: 12px !important;
  }
  .jsh-app .jsh-trade-board .jsh-board-heading h2 {
    font-size: 18px !important;
    line-height: 1.65 !important;
  }
  .jsh-app .jsh-trade-board .jsh-board-heading p {
    font-size: 11px !important;
    line-height: 1.8 !important;
  }
  .jsh-app .jsh-trade-board .jsh-quote-table-wrap {
    width: 100% !important;
    overflow: visible !important;
    border: 0 !important;
    background: transparent !important;
  }
  .jsh-app .jsh-trade-board .jsh-quote-table,
  .jsh-app .jsh-trade-board .jsh-quote-table tbody {
    display: grid !important;
    width: 100% !important;
    min-width: 0 !important;
  }
  .jsh-app .jsh-trade-board .jsh-quote-table thead { display: none !important; }
  .jsh-app .jsh-trade-board .jsh-quote-table tbody {
    gap: 14px !important;
  }
  .jsh-app .jsh-trade-board .jsh-quote-table tbody tr.jsh-mobile-trade-card {
    display: grid !important;
    grid-template-columns: minmax(0,1fr) auto !important;
    grid-template-areas:
      "name unit"
      "buy buy"
      "sell sell" !important;
    gap: 10px 12px !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 14px !important;
    box-sizing: border-box !important;
    border: 1px solid rgba(141,155,164,.22) !important;
    border-radius: 18px !important;
    background: #fff !important;
    box-shadow: 0 8px 24px rgba(23,39,48,.07) !important;
    overflow: hidden !important;
  }
  .jsh-app .jsh-trade-board .jsh-trade-product-name {
    grid-area: name !important;
    display: flex !important;
    align-items: center !important;
    min-width: 0 !important;
    padding: 2px 0 8px !important;
    border: 0 !important;
    background: transparent !important;
  }
  .jsh-app .jsh-trade-board .jsh-trade-product-name strong {
    display: block !important;
    min-width: 0 !important;
    font-size: 16px !important;
    line-height: 1.6 !important;
    color: #1f2b31 !important;
    overflow-wrap: anywhere !important;
  }
  .jsh-app .jsh-trade-board .jsh-trade-product-unit {
    grid-area: unit !important;
    display: flex !important;
    align-items: flex-start !important;
    justify-content: flex-end !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
  }
  .jsh-app .jsh-trade-board .jsh-unit-cell {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 48px !important;
    height: 32px !important;
    padding: 0 10px !important;
    border-radius: 999px !important;
    background: #f1f5f6 !important;
    color: #68777e !important;
    font-size: 11px !important;
    font-weight: 750 !important;
    white-space: nowrap !important;
  }
  .jsh-app .jsh-trade-board .jsh-trade-action-cell {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
  }
  .jsh-app .jsh-trade-board .jsh-trade-action-cell.is-buy-cell { grid-area: buy !important; }
  .jsh-app .jsh-trade-board .jsh-trade-action-cell.is-sell-cell { grid-area: sell !important; }
  .jsh-app .jsh-trade-board .jsh-price-button,
  .jsh-app .jsh-trade-board .jsh-price-button:not(.is-kyc-locked):not(:disabled) {
    display: grid !important;
    grid-template-columns: minmax(0,1fr) auto !important;
    grid-template-areas:
      "price label"
      "notice notice" !important;
    align-items: center !important;
    gap: 7px 12px !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 68px !important;
    height: auto !important;
    margin: 0 !important;
    padding: 12px 13px !important;
    box-sizing: border-box !important;
    border: 1px solid transparent !important;
    border-radius: 14px !important;
    box-shadow: none !important;
    text-align: right !important;
    overflow: hidden !important;
  }
  .jsh-app .jsh-trade-board .jsh-price-button.is-buy {
    background: linear-gradient(135deg,rgba(232,247,240,.95),rgba(244,251,248,.98)) !important;
    border-color: rgba(24,128,88,.14) !important;
  }
  .jsh-app .jsh-trade-board .jsh-price-button.is-sell {
    background: linear-gradient(135deg,rgba(252,238,240,.96),rgba(255,247,248,.98)) !important;
    border-color: rgba(182,51,60,.13) !important;
  }
  .jsh-app .jsh-trade-board .jsh-price-button::before,
  .jsh-app .jsh-trade-board .jsh-price-button:not(.is-kyc-locked):not(:disabled)::before {
    grid-area: label !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    min-width: 62px !important;
    min-height: 38px !important;
    margin: 0 !important;
    padding: 6px 12px !important;
    box-sizing: border-box !important;
    border-radius: 11px !important;
    font-size: 13px !important;
    font-weight: 850 !important;
    line-height: 1 !important;
  }
  .jsh-app .jsh-trade-board .jsh-price-main,
  .jsh-app .jsh-trade-board .jsh-price-button:not(.is-kyc-locked):not(:disabled) .jsh-price-main {
    grid-area: price !important;
    display: flex !important;
    align-items: baseline !important;
    justify-content: flex-start !important;
    flex-wrap: wrap !important;
    gap: 3px 5px !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    color: inherit !important;
    font-size: clamp(15px,4.5vw,18px) !important;
    font-weight: 850 !important;
    line-height: 1.55 !important;
    direction: rtl !important;
    text-align: right !important;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
    overflow-wrap: anywhere !important;
  }
  .jsh-app .jsh-trade-board .jsh-price-main small,
  .jsh-app .jsh-trade-board .jsh-price-button:not(.is-kyc-locked):not(:disabled) .jsh-price-main small {
    display: inline !important;
    flex: 0 0 auto !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 10px !important;
    font-weight: 650 !important;
    white-space: nowrap !important;
    opacity: .68 !important;
  }
  .jsh-app .jsh-trade-board .jsh-price-lock-caption {
    grid-area: notice !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 5px !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    line-height: 1.7 !important;
    text-align: right !important;
  }
  .jsh-app .jsh-trade-board .jsh-price-button:disabled {
    opacity: .78 !important;
    cursor: not-allowed !important;
    filter: none !important;
  }
}

@media (max-width: 420px) {
  .jsh-app .jsh-trade-board { padding: 9px !important; }
  .jsh-app .jsh-trade-board .jsh-quote-table tbody { gap: 11px !important; }
  .jsh-app .jsh-trade-board .jsh-quote-table tbody tr.jsh-mobile-trade-card {
    gap: 9px 10px !important;
    padding: 12px !important;
    border-radius: 16px !important;
  }
  .jsh-app .jsh-trade-board .jsh-trade-product-name strong { font-size: 15px !important; }
  .jsh-app .jsh-trade-board .jsh-unit-cell {
    min-width: 43px !important;
    height: 29px !important;
    padding-inline: 8px !important;
    font-size: 10px !important;
  }
  .jsh-app .jsh-trade-board .jsh-price-button,
  .jsh-app .jsh-trade-board .jsh-price-button:not(.is-kyc-locked):not(:disabled) {
    gap: 6px 8px !important;
    min-height: 64px !important;
    padding: 10px 11px !important;
    border-radius: 13px !important;
  }
  .jsh-app .jsh-trade-board .jsh-price-button::before,
  .jsh-app .jsh-trade-board .jsh-price-button:not(.is-kyc-locked):not(:disabled)::before {
    min-width: 56px !important;
    min-height: 35px !important;
    padding-inline: 9px !important;
    font-size: 12px !important;
  }
  .jsh-app .jsh-trade-board .jsh-price-main,
  .jsh-app .jsh-trade-board .jsh-price-button:not(.is-kyc-locked):not(:disabled) .jsh-price-main {
    font-size: 14px !important;
  }
}

.jsh-app[data-jsh-theme="dark"] .jsh-trade-board .jsh-quote-table tbody tr.jsh-mobile-trade-card,
body.jsh-page-dark .jsh-trade-board .jsh-quote-table tbody tr.jsh-mobile-trade-card {
  background: #182229 !important;
  border-color: #2d3b42 !important;
  box-shadow: 0 8px 24px rgba(0,0,0,.2) !important;
}
.jsh-app[data-jsh-theme="dark"] .jsh-trade-board .jsh-trade-product-name strong,
body.jsh-page-dark .jsh-trade-board .jsh-trade-product-name strong { color: #edf3f5 !important; }
.jsh-app[data-jsh-theme="dark"] .jsh-trade-board .jsh-price-button.is-buy,
body.jsh-page-dark .jsh-trade-board .jsh-price-button.is-buy {
  background: linear-gradient(135deg,#17352d,#1b2d29) !important;
  border-color: rgba(104,220,169,.18) !important;
}
.jsh-app[data-jsh-theme="dark"] .jsh-trade-board .jsh-price-button.is-sell,
body.jsh-page-dark .jsh-trade-board .jsh-price-button.is-sell {
  background: linear-gradient(135deg,#3b2328,#302126) !important;
  border-color: rgba(255,139,149,.16) !important;
}


/* Mobile trade redesign v1.23.6 */
@media (max-width:820px){
#jsh-trade .jsh-order-form{
display:flex!important;
flex-direction:column!important;
padding:14px!important;
gap:14px!important;
}
#jsh-trade .jsh-order-form>.jsh-quote{
order:-1;
width:100%!important;
min-height:auto!important;
padding:16px!important;
border-radius:16px!important;
}
#jsh-trade .jsh-order-form label,
#jsh-trade .jsh-order-form .jsh-choice,
#jsh-trade .jsh-order-form button{
width:100%!important;
margin:0!important;
}
#jsh-trade .jsh-order-form button{
min-height:48px;
}
#jsh-trade .jsh-order-form .jsh-quote>div{
padding:10px 0!important;
}
#jsh-trade .jsh-order-form .jsh-quote strong{
display:block;
font-size:20px!important;
line-height:1.5!important;
word-break:break-word;
}
#jsh-trade .jsh-order-form .jsh-quote small{
display:block;
margin-top:10px!important;
white-space:normal!important;
line-height:1.8!important;
}
}

/* Final mobile trading layout: dedicated markup, no nested table cards. */
.jsh-mobile-trade-list{display:none}
@media (max-width:820px){
  .jsh-trade-desktop-table{display:none!important}
  .jsh-mobile-trade-list{display:grid!important;gap:14px;width:100%;min-width:0}
  .jsh-mobile-product-card{display:block;width:100%;min-width:0;margin:0;padding:0;border:1px solid #e4eaed;border-radius:18px;background:#fff;box-shadow:0 8px 24px rgba(23,39,48,.07);overflow:hidden;box-sizing:border-box}
  .jsh-mobile-product-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 15px;border-bottom:1px solid #edf1f3;background:#fff}
  .jsh-mobile-product-head strong{min-width:0;font-size:16px;line-height:1.55;color:#1f2b31;overflow-wrap:anywhere}
  .jsh-mobile-product-head>span{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;min-width:46px;height:30px;padding:0 10px;border-radius:999px;background:#f1f5f6;color:#68777e;font-size:11px;font-weight:800;box-sizing:border-box}
  .jsh-mobile-trade-actions{display:grid;grid-template-columns:1fr;gap:10px;padding:12px;background:#f8fafb}
  .jsh-mobile-trade-action{display:block;width:100%;min-width:0;margin:0;padding:12px 13px;border:1px solid transparent;border-radius:14px;box-sizing:border-box;text-align:right;font:inherit;cursor:pointer;box-shadow:none;overflow:hidden}
  .jsh-mobile-trade-action.is-buy{background:#edf9f3;border-color:#cfe9dc;color:#176b4d}
  .jsh-mobile-trade-action.is-sell{background:#fff1f3;border-color:#efd5d9;color:#a93643}
  .jsh-mobile-action-top{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:10px;width:100%}
  .jsh-mobile-action-top>b{display:inline-flex;align-items:center;justify-content:center;min-width:62px;height:38px;padding:0 12px;border-radius:11px;font-size:13px;font-weight:900;box-sizing:border-box}
  .jsh-mobile-trade-action.is-buy .jsh-mobile-action-top>b{background:#d8f0e4;color:#176b4d}
  .jsh-mobile-trade-action.is-sell .jsh-mobile-action-top>b{background:#f5dfe3;color:#a93643}
  .jsh-mobile-price{display:flex;align-items:baseline;justify-content:flex-end;flex-wrap:wrap;gap:4px;min-width:0;font-size:clamp(15px,4.6vw,18px);font-weight:900;line-height:1.5;overflow-wrap:anywhere}
  .jsh-mobile-price small{font-size:10px;font-weight:700;opacity:.68;white-space:nowrap}
  .jsh-mobile-kyc-note{display:flex;align-items:center;gap:5px;margin-top:8px;padding-top:8px;border-top:1px dashed currentColor;font-size:10px;font-weight:750;line-height:1.7;opacity:.78}
  .jsh-mobile-trade-action:disabled{cursor:not-allowed;opacity:.82;filter:none}
}
@media (max-width:420px){
  .jsh-mobile-trade-list{gap:11px!important}
  .jsh-mobile-product-card{border-radius:16px!important}
  .jsh-mobile-product-head{padding:12px 13px!important}
  .jsh-mobile-product-head strong{font-size:15px!important}
  .jsh-mobile-product-head>span{min-width:42px!important;height:28px!important;padding-inline:8px!important;font-size:10px!important}
  .jsh-mobile-trade-actions{gap:9px!important;padding:10px!important}
  .jsh-mobile-trade-action{padding:10px 11px!important;border-radius:13px!important}
  .jsh-mobile-action-top{gap:8px!important}
  .jsh-mobile-action-top>b{min-width:56px!important;height:35px!important;padding-inline:9px!important;font-size:12px!important}
  .jsh-mobile-price{font-size:14px!important}
}
.jsh-app[data-jsh-theme="dark"] .jsh-mobile-product-card,body.jsh-page-dark .jsh-mobile-product-card{background:#182229;border-color:#2d3b42;box-shadow:0 8px 24px rgba(0,0,0,.2)}
.jsh-app[data-jsh-theme="dark"] .jsh-mobile-product-head,body.jsh-page-dark .jsh-mobile-product-head{background:#182229;border-color:#2d3b42}
.jsh-app[data-jsh-theme="dark"] .jsh-mobile-product-head strong,body.jsh-page-dark .jsh-mobile-product-head strong{color:#edf3f5}
.jsh-app[data-jsh-theme="dark"] .jsh-mobile-product-head>span,body.jsh-page-dark .jsh-mobile-product-head>span{background:#243139;color:#aebbc1}
.jsh-app[data-jsh-theme="dark"] .jsh-mobile-trade-actions,body.jsh-page-dark .jsh-mobile-trade-actions{background:#121a1f}
.jsh-app[data-jsh-theme="dark"] .jsh-mobile-trade-action.is-buy,body.jsh-page-dark .jsh-mobile-trade-action.is-buy{background:#17352d;border-color:#315d47;color:#8de0bd}
.jsh-app[data-jsh-theme="dark"] .jsh-mobile-trade-action.is-sell,body.jsh-page-dark .jsh-mobile-trade-action.is-sell{background:#3b2328;border-color:#653b43;color:#ffadb3}
.jsh-app[data-jsh-theme="dark"] .jsh-mobile-trade-action.is-buy .jsh-mobile-action-top>b,body.jsh-page-dark .jsh-mobile-trade-action.is-buy .jsh-mobile-action-top>b{background:#21483b;color:#9be8c6}
.jsh-app[data-jsh-theme="dark"] .jsh-mobile-trade-action.is-sell .jsh-mobile-action-top>b,body.jsh-page-dark .jsh-mobile-trade-action.is-sell .jsh-mobile-action-top>b{background:#502c33;color:#ffbdc3}

/* 1.23.7 — Keep desktop top action icons fixed at the upper-left. */
@media (min-width:821px){
  .jsh-app .jsh-app-topbar{
    position:relative!important;
  }
  .jsh-app .jsh-app-topbar>.jsh-top-actions{
    position:absolute!important;
    top:32px!important;
    left:5.5%!important;
    right:auto!important;
    margin:0!important;
    display:flex!important;
    flex-direction:row!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:8px!important;
    z-index:40!important;
    direction:ltr!important;
  }
  .jsh-app .jsh-app-topbar>.jsh-top-actions>*{
    direction:rtl!important;
    flex:0 0 auto!important;
  }
  .jsh-app .jsh-theme-menu,
  .jsh-app .jsh-ticket-notification-drawer{
    left:0!important;
    right:auto!important;
  }
}

/* 1.23.7 — Stable top-action order on every viewport:
   left to right: contact information, theme selector, ticket alerts. */
.jsh-app .jsh-app-topbar > .jsh-top-actions{
  direction:ltr!important;
}
.jsh-app .jsh-app-topbar > .jsh-top-actions > .jsh-contact-trigger{
  order:1!important;
}
.jsh-app .jsh-app-topbar > .jsh-top-actions > .jsh-top-action-menu{
  order:2!important;
}
.jsh-app .jsh-app-topbar > .jsh-top-actions > .jsh-ticket-notification-menu{
  order:3!important;
}
.jsh-app .jsh-app-topbar > .jsh-top-actions > *{
  direction:rtl!important;
  flex:0 0 auto!important;
}


/* 1.24.1 — Reliable mobile service action controls */
.jsh-app .jsh-service-new-button{pointer-events:auto!important;touch-action:manipulation!important;-webkit-tap-highlight-color:transparent;user-select:none}
.jsh-app .jsh-service-page-head{position:relative;z-index:3}
.jsh-app .jsh-service-modal.open{display:grid!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important}
.jsh-app .jsh-service-modal.open .jsh-service-dialog{pointer-events:auto!important}
.jsh-app .jsh-service-modal-backdrop{pointer-events:auto!important}
@media(max-width:820px){
  .jsh-app .jsh-service-new-button{position:relative!important;z-index:12!important;width:100%!important;min-height:50px!important}
  .jsh-app .jsh-service-page-head{overflow:visible!important}
  .jsh-app .jsh-service-history-page{overflow:visible!important}
  .jsh-app .jsh-service-modal{z-index:2147483000!important}
  html.jsh-service-open,body.jsh-service-open{overflow:hidden!important;touch-action:none}
  .jsh-app .jsh-service-dialog{touch-action:pan-y}
}

/* 1.24.2 — Mobile service buttons and modal layer hardening */
.jsh-app .jsh-service-new-button,
.jsh-app [data-jsh-service-modal]{
  position:relative!important;
  pointer-events:auto!important;
  touch-action:manipulation!important;
  -webkit-user-select:none!important;
  user-select:none!important;
}
.jsh-app .jsh-service-modal{
  pointer-events:none;
}
.jsh-app .jsh-service-modal.open{
  pointer-events:auto!important;
}
@media(max-width:820px){
  .jsh-app .jsh-service-page-head,
  .jsh-app .jsh-service-head-actions{
    position:relative!important;
    z-index:20!important;
  }
  .jsh-app .jsh-service-new-button{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:100%!important;
    min-height:52px!important;
    cursor:pointer!important;
  }
}

/* 1.24.3 — ticket composer and manual order badge */
.jsh-ticket-compose-modal[hidden]{display:none!important}.jsh-ticket-compose-modal{position:fixed;inset:0;z-index:1000000;display:grid;place-items:center;padding:18px}.jsh-ticket-compose-backdrop{position:absolute;inset:0;background:rgba(10,16,22,.58);backdrop-filter:blur(3px)}.jsh-ticket-compose-dialog{position:relative;width:min(620px,100%);max-height:90dvh;overflow:auto;background:var(--jsh-surface,#fff);border-radius:20px;box-shadow:0 25px 80px rgba(0,0,0,.3)}.jsh-ticket-compose-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:20px 22px;border-bottom:1px solid var(--jsh-border,#e5e7eb)}.jsh-ticket-compose-head h3{margin:0 0 5px}.jsh-ticket-compose-head p{margin:0;color:#7b8493}.jsh-ticket-compose-head button{width:34px;height:34px;border:0;border-radius:9px;background:#eef1f4;font-size:23px;cursor:pointer}.jsh-ticket-compose-dialog .jsh-ticket-new-form{margin:0;border:0;border-radius:0;padding:22px}.jsh-ticket-compose-dialog .jsh-ticket-form-grid{grid-template-columns:1fr 1fr}.jsh-manual-order-badge{display:inline-flex;vertical-align:middle;margin-right:7px;padding:3px 8px;border-radius:999px;background:#fff2c9;color:#755300;font-size:10px;font-weight:800}@media(max-width:640px){.jsh-ticket-compose-modal{align-items:end;padding:0}.jsh-ticket-compose-dialog{width:100%;max-height:92dvh;border-radius:20px 20px 0 0}.jsh-ticket-compose-dialog .jsh-ticket-form-grid{grid-template-columns:1fr}.jsh-ticket-compose-head,.jsh-ticket-compose-dialog .jsh-ticket-new-form{padding:17px}}

/* 1.24.4 — manual trade labels and inline ticket composer */
.jsh-order-meta-line{display:flex;align-items:center;flex-wrap:wrap;gap:7px;margin-top:5px}.jsh-order-meta-line .jsh-order-number{margin:0}.jsh-manual-order-badge{display:inline-flex!important;align-items:center;margin:0!important;padding:3px 8px;border-radius:999px;background:#fff3cd;color:#725300;font-size:11px;font-weight:800;line-height:1.5}.jsh-ticket-new-form-inline{margin:18px 0 22px;padding:18px;border:1px solid var(--jsh-border,#e3e8ee);border-radius:16px;background:var(--jsh-card,#fff)}.jsh-ticket-new-form-inline .jsh-ticket-compose-head{margin-bottom:14px}.jsh-ticket-new-form-inline .jsh-ticket-compose-head h3{margin:0 0 4px}.jsh-ticket-new-form-inline .jsh-ticket-compose-head p{margin:0;color:var(--jsh-muted,#74808c)}@media(max-width:640px){.jsh-ticket-new-form-inline{padding:14px}.jsh-ticket-new-form-inline .jsh-ticket-form-grid{grid-template-columns:1fr}.jsh-ticket-new-form-inline .jsh-ticket-form-actions .jsh-primary{width:100%}}

/* 1.24.4 ticket compose accordion */
.jsh-ticket-compose-accordion{margin:18px 0 22px;border:1px solid var(--jsh-border,#e3e8ee);border-radius:16px;background:var(--jsh-card,#fff);overflow:hidden}
.jsh-ticket-compose-toggle{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 18px;cursor:pointer;font-weight:850;color:var(--jsh-text,#172033);user-select:none}
.jsh-ticket-compose-toggle::-webkit-details-marker{display:none}
.jsh-ticket-compose-toggle:hover{background:rgba(127,127,127,.06)}
.jsh-ticket-compose-chevron{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:9px;background:rgba(127,127,127,.1);font-size:20px;line-height:1;transition:transform .22s ease}
.jsh-ticket-compose-accordion[open] .jsh-ticket-compose-chevron{transform:rotate(180deg)}
.jsh-ticket-compose-accordion .jsh-ticket-new-form-inline{margin:0;border:0;border-top:1px solid var(--jsh-border,#e3e8ee);border-radius:0}
.jsh-app[data-theme="dark"] .jsh-ticket-compose-accordion,.jsh-app[data-jsh-theme="dark"] .jsh-ticket-compose-accordion{background:#172033;border-color:#2e3a4d}
.jsh-app[data-theme="dark"] .jsh-ticket-compose-toggle,.jsh-app[data-jsh-theme="dark"] .jsh-ticket-compose-toggle{color:#f5f7fb}
@media(max-width:640px){.jsh-ticket-compose-toggle{padding:14px 15px}.jsh-ticket-compose-accordion .jsh-ticket-new-form-inline{padding:14px}}

/* 1.24.4 ticket compose trigger placement */
.jsh-ticket-new-form-wrap[hidden]{display:none!important}
.jsh-ticket-section-head{align-items:flex-start}
.jsh-ticket-new-button{flex:0 0 auto;min-height:42px;padding:10px 18px;border-radius:11px;box-shadow:0 8px 20px rgba(194,142,28,.18)}
.jsh-ticket-new-button[aria-expanded="true"]{filter:brightness(.94)}
.jsh-ticket-new-form-wrap .jsh-ticket-new-form-inline{margin-top:16px}
@media(max-width:640px){.jsh-ticket-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.jsh-ticket-new-button{width:auto;min-width:132px;padding:10px 13px;font-size:13px}.jsh-ticket-new-form-wrap .jsh-ticket-new-form-inline{margin-top:14px}}


/* 1.24.5 — compact ticket action on mobile */
@media(max-width:640px){
  .jsh-ticket-section-head{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:start!important;gap:10px!important;width:100%!important}
  .jsh-ticket-section-head>div{min-width:0!important}
  .jsh-ticket-section-head h2{font-size:18px!important;line-height:1.45!important;margin:0 0 4px!important}
  .jsh-ticket-section-head p{font-size:12px!important;line-height:1.65!important;margin:0!important;max-width:100%!important}
  .jsh-ticket-new-button{width:auto!important;min-width:0!important;max-width:116px!important;min-height:36px!important;height:36px!important;padding:7px 10px!important;border-radius:9px!important;font-size:11px!important;line-height:1.2!important;white-space:nowrap!important;align-self:start!important;box-shadow:0 5px 14px rgba(194,142,28,.16)!important}
}
@media(max-width:370px){
  .jsh-ticket-section-head{grid-template-columns:1fr!important}
  .jsh-ticket-new-button{justify-self:start!important;max-width:none!important}
}

/* 1.24.5 ticket submit progress */
.jsh-ticket-new-form button.jsh-ticket-submit-loading{display:inline-flex;align-items:center;justify-content:center;gap:9px;cursor:wait;opacity:.86}
.jsh-ticket-new-form button.jsh-ticket-submit-loading:before{content:"";width:15px;height:15px;border:2px solid currentColor;border-left-color:transparent;border-radius:50%;animation:jshTicketSubmitSpin .75s linear infinite;flex:0 0 auto}
@keyframes jshTicketSubmitSpin{to{transform:rotate(360deg)}}

/* 1.24.16 — mobile dashboard order: price board before account statistics. */
@media(max-width:960px){
  .jsh-dashboard-overview-row>.jsh-dashboard-price-card{order:1!important}
  .jsh-dashboard-overview-row>.jsh-mesqal-summary{order:2!important}
}


/* 1.24.16 — smooth user-ticket accordion. */
.jsh-user-ticket{
  will-change:height,opacity;
  overflow:hidden;
}
.jsh-user-ticket>summary{
  position:relative;
  padding-inline-end:46px!important;
  cursor:pointer;
}
.jsh-user-ticket>summary::after{
  content:"⌄";
  position:absolute;
  inset-inline-end:17px;
  top:50%;
  width:24px;
  height:24px;
  display:grid;
  place-items:center;
  border-radius:999px;
  transform:translateY(-50%) rotate(0deg);
  transition:transform .26s cubic-bezier(.22,.8,.3,1),background-color .2s ease;
  font-size:18px;
  line-height:1;
  opacity:.72;
}
.jsh-user-ticket[open]>summary::after,
.jsh-user-ticket.is-opening>summary::after{
  transform:translateY(-50%) rotate(180deg);
}
.jsh-user-ticket>summary:hover::after{background:rgba(0,0,0,.055)}
.jsh-app[data-jsh-theme="dark"] .jsh-user-ticket>summary:hover::after,
.jsh-app[data-theme="dark"] .jsh-user-ticket>summary:hover::after{background:rgba(255,255,255,.08)}
.jsh-user-ticket.is-animating{pointer-events:none}
.jsh-user-ticket.is-animating>summary{pointer-events:auto}
.jsh-user-ticket.is-opening>.jsh-user-ticket-thread,
.jsh-user-ticket.is-opening>.jsh-ticket-inline-reply,
.jsh-user-ticket.is-opening>.jsh-ticket-close-form{
  animation:jshTicketContentIn .24s ease both!important;
}
@keyframes jshTicketContentIn{
  from{opacity:0;transform:translateY(-7px)}
  to{opacity:1;transform:translateY(0)}
}
@media (prefers-reduced-motion:reduce){
  .jsh-user-ticket,
  .jsh-user-ticket>summary::after,
  .jsh-user-ticket.is-opening>.jsh-user-ticket-thread,
  .jsh-user-ticket.is-opening>.jsh-ticket-inline-reply,
  .jsh-user-ticket.is-opening>.jsh-ticket-close-form{
    animation-duration:.01ms!important;
    transition-duration:.01ms!important;
  }
}


/* 1.24.16 hotfix — prevent a white first frame in user-ticket replies on dark theme. */
.jsh-app[data-jsh-theme="dark"] .jsh-user-ticket,
.jsh-app[data-theme="dark"] .jsh-user-ticket,
body.jsh-page-dark .jsh-user-ticket{
  color-scheme:dark;
  background:#172228!important;
  border-color:#304149!important;
  contain:paint;
}
.jsh-app[data-jsh-theme="dark"] .jsh-user-ticket>.jsh-user-ticket-thread,
.jsh-app[data-theme="dark"] .jsh-user-ticket>.jsh-user-ticket-thread,
body.jsh-page-dark .jsh-user-ticket>.jsh-user-ticket-thread{
  background:#10191e!important;
  border-color:#304149!important;
}
.jsh-app[data-jsh-theme="dark"] .jsh-user-ticket .jsh-ticket-message,
.jsh-app[data-theme="dark"] .jsh-user-ticket .jsh-ticket-message,
body.jsh-page-dark .jsh-user-ticket .jsh-ticket-message{
  background:#1d2b32!important;
  border-color:#344850!important;
  color:#e4edf0!important;
  box-shadow:none!important;
}
.jsh-app[data-jsh-theme="dark"] .jsh-user-ticket .jsh-ticket-message.is-customer,
.jsh-app[data-theme="dark"] .jsh-user-ticket .jsh-ticket-message.is-customer,
body.jsh-page-dark .jsh-user-ticket .jsh-ticket-message.is-customer{
  background:#183044!important;
  border-color:#28506c!important;
}
.jsh-app[data-jsh-theme="dark"] .jsh-user-ticket .jsh-ticket-message.is-admin,
.jsh-app[data-theme="dark"] .jsh-user-ticket .jsh-ticket-message.is-admin,
body.jsh-page-dark .jsh-user-ticket .jsh-ticket-message.is-admin{
  background:#253029!important;
  border-color:#3b5142!important;
}
.jsh-app[data-jsh-theme="dark"] .jsh-user-ticket .jsh-ticket-inline-reply,
.jsh-app[data-theme="dark"] .jsh-user-ticket .jsh-ticket-inline-reply,
body.jsh-page-dark .jsh-user-ticket .jsh-ticket-inline-reply,
.jsh-app[data-jsh-theme="dark"] .jsh-user-ticket .jsh-ticket-close-form,
.jsh-app[data-theme="dark"] .jsh-user-ticket .jsh-ticket-close-form,
body.jsh-page-dark .jsh-user-ticket .jsh-ticket-close-form{
  background:#172228!important;
  border-color:#304149!important;
}
.jsh-app[data-jsh-theme="dark"] .jsh-user-ticket .jsh-ticket-inline-reply textarea,
.jsh-app[data-theme="dark"] .jsh-user-ticket .jsh-ticket-inline-reply textarea,
body.jsh-page-dark .jsh-user-ticket .jsh-ticket-inline-reply textarea{
  background:#111926!important;
  border-color:#344156!important;
  color:#f5f7fb!important;
}


/* 1.24.18 — stable dark first paint for the user reply composer. */
html.jsh-page-dark .jsh-user-ticket .jsh-ticket-inline-reply,
body.jsh-page-dark .jsh-user-ticket .jsh-ticket-inline-reply,
.jsh-app[data-jsh-theme="dark"] .jsh-user-ticket .jsh-ticket-inline-reply,
.jsh-app[data-theme="dark"] .jsh-user-ticket .jsh-ticket-inline-reply,
.jsh-user-ticket.jsh-dark-prepaint .jsh-ticket-inline-reply{
  background:linear-gradient(145deg,#17233d 0%,#132035 100%)!important;
  border-top:1px solid #334b78!important;
  color:#eef4ff!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.035)!important;
}
html.jsh-page-dark .jsh-user-ticket .jsh-ticket-inline-reply textarea,
body.jsh-page-dark .jsh-user-ticket .jsh-ticket-inline-reply textarea,
.jsh-app[data-jsh-theme="dark"] .jsh-user-ticket .jsh-ticket-inline-reply textarea,
.jsh-app[data-theme="dark"] .jsh-user-ticket .jsh-ticket-inline-reply textarea,
.jsh-user-ticket.jsh-dark-prepaint .jsh-ticket-inline-reply textarea{
  background:#0d172b!important;
  border-color:#3c5689!important;
  color:#f5f8ff!important;
  caret-color:#8fb7ff!important;
  box-shadow:0 0 0 1px rgba(95,143,220,.06),inset 0 1px 3px rgba(0,0,0,.24)!important;
}
html.jsh-page-dark .jsh-user-ticket .jsh-ticket-inline-reply textarea::placeholder,
body.jsh-page-dark .jsh-user-ticket .jsh-ticket-inline-reply textarea::placeholder,
.jsh-app[data-jsh-theme="dark"] .jsh-user-ticket .jsh-ticket-inline-reply textarea::placeholder,
.jsh-app[data-theme="dark"] .jsh-user-ticket .jsh-ticket-inline-reply textarea::placeholder,
.jsh-user-ticket.jsh-dark-prepaint .jsh-ticket-inline-reply textarea::placeholder{
  color:#91a4c4!important;
  opacity:1!important;
}
html.jsh-page-dark .jsh-user-ticket .jsh-ticket-inline-reply textarea:focus,
body.jsh-page-dark .jsh-user-ticket .jsh-ticket-inline-reply textarea:focus,
.jsh-app[data-jsh-theme="dark"] .jsh-user-ticket .jsh-ticket-inline-reply textarea:focus,
.jsh-app[data-theme="dark"] .jsh-user-ticket .jsh-ticket-inline-reply textarea:focus,
.jsh-user-ticket.jsh-dark-prepaint .jsh-ticket-inline-reply textarea:focus{
  border-color:#729ee9!important;
  box-shadow:0 0 0 3px rgba(80,132,220,.18),inset 0 1px 3px rgba(0,0,0,.2)!important;
  outline:0!important;
}


/* 1.24.19 — definitive dark reply composer paint and neutral gray textarea. */
html.jsh-page-dark .jsh-user-ticket .jsh-ticket-inline-reply,
body.jsh-page-dark .jsh-user-ticket .jsh-ticket-inline-reply,
.jsh-app[data-jsh-theme="dark"] .jsh-user-ticket .jsh-ticket-inline-reply,
.jsh-app[data-theme="dark"] .jsh-user-ticket .jsh-ticket-inline-reply,
.jsh-user-ticket.jsh-dark-prepaint .jsh-ticket-inline-reply{
  background:#10191e!important;
  background-image:none!important;
  border-top-color:#304149!important;
  color:#e7ecef!important;
  box-shadow:none!important;
}
html.jsh-page-dark .jsh-user-ticket .jsh-ticket-inline-reply textarea,
body.jsh-page-dark .jsh-user-ticket .jsh-ticket-inline-reply textarea,
.jsh-app[data-jsh-theme="dark"] .jsh-user-ticket .jsh-ticket-inline-reply textarea,
.jsh-app[data-theme="dark"] .jsh-user-ticket .jsh-ticket-inline-reply textarea,
.jsh-user-ticket.jsh-dark-prepaint .jsh-ticket-inline-reply textarea{
  background:#30343a!important;
  background-image:none!important;
  border-color:#4b5159!important;
  color:#f1f3f5!important;
  caret-color:#f1f3f5!important;
  box-shadow:inset 0 1px 2px rgba(0,0,0,.32)!important;
  -webkit-text-fill-color:#f1f3f5!important;
}
html.jsh-page-dark .jsh-user-ticket .jsh-ticket-inline-reply textarea::placeholder,
body.jsh-page-dark .jsh-user-ticket .jsh-ticket-inline-reply textarea::placeholder,
.jsh-app[data-jsh-theme="dark"] .jsh-user-ticket .jsh-ticket-inline-reply textarea::placeholder,
.jsh-app[data-theme="dark"] .jsh-user-ticket .jsh-ticket-inline-reply textarea::placeholder,
.jsh-user-ticket.jsh-dark-prepaint .jsh-ticket-inline-reply textarea::placeholder{
  color:#b8bdc4!important;
  -webkit-text-fill-color:#b8bdc4!important;
  opacity:1!important;
}
html.jsh-page-dark .jsh-user-ticket .jsh-ticket-inline-reply textarea:focus,
body.jsh-page-dark .jsh-user-ticket .jsh-ticket-inline-reply textarea:focus,
.jsh-app[data-jsh-theme="dark"] .jsh-user-ticket .jsh-ticket-inline-reply textarea:focus,
.jsh-app[data-theme="dark"] .jsh-user-ticket .jsh-ticket-inline-reply textarea:focus,
.jsh-user-ticket.jsh-dark-prepaint .jsh-ticket-inline-reply textarea:focus{
  background:#353a41!important;
  border-color:#6b737d!important;
  box-shadow:0 0 0 3px rgba(148,155,164,.16),inset 0 1px 2px rgba(0,0,0,.3)!important;
  outline:0!important;
}

/* 1.24.19 — distinct ticket system notices and softer dark reply composer. */
.jsh-user-ticket .jsh-ticket-message.is-system{
  width:100%;max-width:100%;margin:4px 0!important;padding:12px 15px!important;
  border:1px dashed #d6a64a!important;border-radius:12px!important;
  background:linear-gradient(135deg,#fff9e9,#fff4cf)!important;
  color:#6f4b08!important;box-shadow:none!important;
}
.jsh-user-ticket .jsh-ticket-message.is-system .jsh-ticket-message-meta{
  color:#8a6113!important;margin-bottom:5px!important;
}
.jsh-user-ticket .jsh-ticket-message.is-system .jsh-ticket-message-meta strong::before{
  content:"ⓘ";display:inline-block;margin-left:6px;font-size:14px;
}
.jsh-app[data-jsh-theme="dark"] .jsh-user-ticket .jsh-ticket-message.is-system,
.jsh-app[data-theme="dark"] .jsh-user-ticket .jsh-ticket-message.is-system,
body.jsh-page-dark .jsh-user-ticket .jsh-ticket-message.is-system{
  background:rgba(180,135,45,.12)!important;
  border-color:rgba(222,176,78,.45)!important;
  color:#f1d89d!important;
}
.jsh-app[data-jsh-theme="dark"] .jsh-user-ticket .jsh-ticket-message.is-system .jsh-ticket-message-meta,
.jsh-app[data-theme="dark"] .jsh-user-ticket .jsh-ticket-message.is-system .jsh-ticket-message-meta,
body.jsh-page-dark .jsh-user-ticket .jsh-ticket-message.is-system .jsh-ticket-message-meta{color:#d9b86d!important;}
html.jsh-page-dark .jsh-user-ticket .jsh-ticket-inline-reply textarea,
body.jsh-page-dark .jsh-user-ticket .jsh-ticket-inline-reply textarea,
.jsh-app[data-jsh-theme="dark"] .jsh-user-ticket .jsh-ticket-inline-reply textarea,
.jsh-app[data-theme="dark"] .jsh-user-ticket .jsh-ticket-inline-reply textarea,
.jsh-user-ticket.jsh-dark-prepaint .jsh-ticket-inline-reply textarea{
  background:rgba(148,163,184,.12)!important;
  border-color:rgba(148,163,184,.24)!important;
  color:#e7eaee!important;
  box-shadow:inset 0 1px 2px rgba(0,0,0,.16)!important;
}
html.jsh-page-dark .jsh-user-ticket .jsh-ticket-inline-reply textarea:focus,
body.jsh-page-dark .jsh-user-ticket .jsh-ticket-inline-reply textarea:focus,
.jsh-app[data-jsh-theme="dark"] .jsh-user-ticket .jsh-ticket-inline-reply textarea:focus,
.jsh-app[data-theme="dark"] .jsh-user-ticket .jsh-ticket-inline-reply textarea:focus,
.jsh-user-ticket.jsh-dark-prepaint .jsh-ticket-inline-reply textarea:focus{
  background:rgba(148,163,184,.17)!important;
  border-color:rgba(174,184,198,.45)!important;
  box-shadow:0 0 0 3px rgba(148,163,184,.09)!important;
}

/* 1.24.21 — progress state for user ticket reply and close actions. */
.jsh-ticket-inline-reply button.jsh-ticket-action-loading,
.jsh-ticket-close-form button.jsh-ticket-action-loading{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  cursor:wait!important;
  opacity:.86!important;
  pointer-events:none!important;
}
.jsh-ticket-inline-reply button.jsh-ticket-action-loading:before,
.jsh-ticket-close-form button.jsh-ticket-action-loading:before{
  content:"";
  width:15px;
  height:15px;
  border:2px solid currentColor;
  border-left-color:transparent;
  border-radius:50%;
  animation:jshTicketActionSpin .72s linear infinite;
  flex:0 0 auto;
  transform-origin:center center;
}
@keyframes jshTicketActionSpin{to{transform:rotate(360deg)}}
@media (prefers-reduced-motion:reduce){
  .jsh-ticket-inline-reply button.jsh-ticket-action-loading:before,
  .jsh-ticket-close-form button.jsh-ticket-action-loading:before{animation-duration:1.5s}
}

/* 1.24.21 hotfix — keep reply values submitted while showing pending state. */
.jsh-ticket-inline-reply .jsh-ticket-field-pending,
.jsh-ticket-close-form .jsh-ticket-field-pending{opacity:.72;pointer-events:none}

/* 1.24.25 — unified, minimal user notification center. */
.jsh-ticket-notification-drawer{
  width:min(390px,calc(100vw - 28px));
  border-radius:18px;
  transform-origin:top left;
}
.jsh-ticket-notification-drawer:not([hidden]){
  display:block;
  animation:jshNotificationIn .2s cubic-bezier(.22,.8,.3,1) both;
}
@keyframes jshNotificationIn{
  from{opacity:0;transform:translateY(-7px) scale(.975)}
  to{opacity:1;transform:translateY(0) scale(1)}
}
.jsh-ticket-notification-head{padding:16px 17px 14px}
.jsh-ticket-notification-head>div{min-width:0}
.jsh-ticket-notification-head strong{font-size:14px;display:block}
.jsh-ticket-notification-head small{display:block;margin-top:3px;font-size:9px;color:#8a959b;font-weight:400}
.jsh-ticket-notification-head>span{padding:5px 8px;border-radius:999px;background:#f1f4f5;color:#637077;font-size:9px;white-space:nowrap}
.jsh-ticket-notification-list{padding:7px;max-height:380px;scrollbar-width:thin}
.jsh-ticket-notification-list>a.jsh-notification-item{
  position:relative;grid-template-columns:38px minmax(0,1fr) 8px;align-items:center;
  gap:10px;padding:11px;border:0;border-radius:12px;margin:2px 0;
}
.jsh-ticket-notification-list>a.jsh-notification-item:hover{background:#f5f8f8;transform:translateY(-1px)}
.jsh-ticket-notification-list>a.jsh-notification-item.is-unread{background:#f6faf9}
.jsh-notification-copy{min-width:0}
.jsh-notification-copy strong{font-size:11px;color:#27363d}
.jsh-notification-copy small{font-size:10px;line-height:1.65;color:#69777e;margin-top:3px}
.jsh-notification-copy time{font-size:8.5px;color:#a0aaaf;margin-top:4px}
.jsh-notification-dot{width:6px;height:6px;border-radius:50%;background:#d4a73d;box-shadow:0 0 0 4px rgba(212,167,61,.11)}
.jsh-ticket-notification-icon{width:38px;height:38px;border-radius:12px;background:#f1f5f4;color:#4e6d69;font-size:15px}
.jsh-notification-item.type-ticket .jsh-ticket-notification-icon{background:#eef2fb;color:#5872b6}
.jsh-notification-item.type-kyc .jsh-ticket-notification-icon{background:#eaf7f1;color:#23805e}
.jsh-notification-item.type-order .jsh-ticket-notification-icon{background:#fff5df;color:#a47618}
.jsh-notification-item.type-delivery .jsh-ticket-notification-icon{background:#f3edfb;color:#7653a3}
.jsh-notification-item.type-bank_account .jsh-ticket-notification-icon{background:#eef5f8;color:#45788b}
.jsh-ticket-notification-empty{display:grid;justify-items:center;gap:4px;padding:34px 18px}
.jsh-ticket-notification-empty>span{width:42px;height:42px;border-radius:14px;background:#f3f6f6;display:grid;place-items:center;font-size:23px;color:#8b999f;margin-bottom:4px}
.jsh-ticket-notification-empty strong{font-size:11px;color:#526168}
.jsh-ticket-notification-empty small{font-size:9px;color:#929da2}
.jsh-ticket-notification-footer{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:9px 12px;border-top:1px solid #edf0f2;background:#fafcfc}
.jsh-ticket-notification-footer .jsh-ticket-notification-all{padding:7px 4px;background:transparent;text-align:right;flex:1}
.jsh-ticket-notification-footer form{margin:0}
.jsh-ticket-notification-footer button{border:0;background:transparent;color:#66757c;font:inherit;font-size:9px;cursor:pointer;padding:7px}
.jsh-ticket-notification-footer button:hover{color:#99711e}
.jsh-app[data-jsh-theme="dark"] .jsh-ticket-notification-head small{color:#83949b}
.jsh-app[data-jsh-theme="dark"] .jsh-ticket-notification-head>span{background:#24363e;color:#aab8be}
.jsh-app[data-jsh-theme="dark"] .jsh-ticket-notification-list>a.jsh-notification-item:hover{background:#21333a}
.jsh-app[data-jsh-theme="dark"] .jsh-ticket-notification-list>a.jsh-notification-item.is-unread{background:#203139}
.jsh-app[data-jsh-theme="dark"] .jsh-notification-copy strong{color:#edf4f6}
.jsh-app[data-jsh-theme="dark"] .jsh-notification-copy small{color:#a8b5ba}
.jsh-app[data-jsh-theme="dark"] .jsh-ticket-notification-icon{background:#2a3b42;color:#c6d3d7}
.jsh-app[data-jsh-theme="dark"] .jsh-notification-item.type-ticket .jsh-ticket-notification-icon{background:#27334c;color:#aebce8}
.jsh-app[data-jsh-theme="dark"] .jsh-notification-item.type-kyc .jsh-ticket-notification-icon{background:#203e35;color:#8cd2b3}
.jsh-app[data-jsh-theme="dark"] .jsh-notification-item.type-order .jsh-ticket-notification-icon{background:#44391f;color:#e8c570}
.jsh-app[data-jsh-theme="dark"] .jsh-ticket-notification-footer{background:#19282f;border-color:#2a3b43}
.jsh-app[data-jsh-theme="dark"] .jsh-ticket-notification-footer button{color:#99a9af}
.jsh-app[data-jsh-theme="dark"] .jsh-ticket-notification-empty>span{background:#24363e;color:#91a2a9}
.jsh-app[data-jsh-theme="dark"] .jsh-ticket-notification-empty strong{color:#cfdbdf}
@media(max-width:600px){
  .jsh-ticket-notification-drawer{top:70px;left:12px;right:12px;border-radius:16px}
  .jsh-ticket-notification-list{max-height:min(58vh,430px)}
}
@media(prefers-reduced-motion:reduce){.jsh-ticket-notification-drawer:not([hidden]){animation:none}}


/* 1.24.26 — individual notification read actions and clearer typography. */
.jsh-ticket-notification-list>.jsh-notification-item{
  position:relative;display:flex;align-items:center;gap:5px;padding:0;border-radius:13px;margin:3px 0;background:#f6faf9;transition:opacity .18s ease,transform .18s ease,background .18s ease;
}
.jsh-ticket-notification-list>.jsh-notification-item:hover{background:#f1f6f5;transform:translateY(-1px)}
.jsh-notification-main{display:grid;grid-template-columns:40px minmax(0,1fr) 8px;align-items:center;gap:11px;min-width:0;flex:1;padding:12px 8px 12px 12px;color:inherit;text-decoration:none}
.jsh-notification-mark-read{width:30px;height:30px;flex:0 0 30px;margin-left:8px;border:1px solid #dfe7e5;border-radius:10px;background:#fff;color:#5e746f;font:700 13px/1 inherit;cursor:pointer;display:grid;place-items:center;transition:.18s ease}
.jsh-notification-mark-read:hover{background:#e8f3ef;color:#23745c;border-color:#cce1da}
.jsh-notification-mark-read:disabled{opacity:.45;cursor:wait}
.jsh-notification-copy strong{font-size:13px;line-height:1.5}
.jsh-notification-copy small{font-size:11.5px;line-height:1.75;margin-top:4px}
.jsh-notification-copy time{font-size:9.5px;margin-top:5px}
.jsh-ticket-notification-head strong{font-size:15px}
.jsh-ticket-notification-head small{font-size:10.5px}
.jsh-ticket-notification-head>span{font-size:10px}
.jsh-notification-item.is-read-removing{opacity:0;transform:translateX(-12px);pointer-events:none}
.jsh-app[data-jsh-theme="dark"] .jsh-ticket-notification-list>.jsh-notification-item{background:#203139}
.jsh-app[data-jsh-theme="dark"] .jsh-ticket-notification-list>.jsh-notification-item:hover{background:#243940}
.jsh-app[data-jsh-theme="dark"] .jsh-notification-mark-read{background:#293b42;border-color:#38505a;color:#b8c7cc}
.jsh-app[data-jsh-theme="dark"] .jsh-notification-mark-read:hover{background:#315047;color:#a8e1ca;border-color:#42695e}
@media(max-width:600px){
  .jsh-notification-main{grid-template-columns:38px minmax(0,1fr) 7px;padding:11px 7px 11px 10px;gap:9px}
  .jsh-notification-copy strong{font-size:12.5px}.jsh-notification-copy small{font-size:11px}
  .jsh-notification-mark-read{width:29px;height:29px;flex-basis:29px;margin-left:6px}
}

/* 1.24.26 — read controls live only on the full notifications page. */
.jsh-ticket-notification-list .jsh-notification-mark-read{display:none!important}
.jsh-notifications-page-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:14px}
.jsh-notifications-page-head h2{margin:0}
.jsh-notifications-page-head form{margin:0}
#jsh-notifications .jsh-notifications{display:grid;gap:10px;margin:0;padding:0;list-style:none}
#jsh-notifications .jsh-notifications>li{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 15px;border:1px solid #e6ecea;border-radius:14px;background:#fff;transition:.2s ease}
#jsh-notifications .jsh-notifications>li.unread{background:#f6faf9;border-color:#d9e8e3}
#jsh-notifications .jsh-notifications>li.is-read{opacity:.72}
.jsh-notification-page-copy{display:grid;gap:5px;min-width:0}
.jsh-notification-page-copy strong{font-size:14px;line-height:1.5;color:#27363d}
.jsh-notification-page-copy span{font-size:12px;line-height:1.8;color:#66757c}
.jsh-notification-page-copy small{font-size:10px;color:#98a4a9}
.jsh-page-notification-mark-read{flex:0 0 auto;border:1px solid #d7e4df;border-radius:10px;background:#edf6f2;color:#2f755e;padding:8px 11px;font:600 10.5px/1.4 inherit;cursor:pointer;transition:.18s ease;white-space:nowrap}
.jsh-page-notification-mark-read:hover{background:#dff0e9;border-color:#bfdace}
.jsh-page-notification-mark-read:disabled{opacity:.65;cursor:wait}
.jsh-page-notification-mark-read.is-done{background:#e8f4ee;color:#267055}
.jsh-app[data-jsh-theme="dark"] #jsh-notifications .jsh-notifications>li{background:#1f3037;border-color:#30444c}
.jsh-app[data-jsh-theme="dark"] #jsh-notifications .jsh-notifications>li.unread{background:#243840;border-color:#3a555e}
.jsh-app[data-jsh-theme="dark"] .jsh-notification-page-copy strong{color:#edf4f6}
.jsh-app[data-jsh-theme="dark"] .jsh-notification-page-copy span{color:#a9b7bc}
.jsh-app[data-jsh-theme="dark"] .jsh-page-notification-mark-read{background:#2b463d;border-color:#3d6155;color:#b8e3d1}
@media(max-width:600px){
  .jsh-notifications-page-head{align-items:flex-start;flex-direction:column}
  #jsh-notifications .jsh-notifications>li{align-items:stretch;flex-direction:column}
  .jsh-page-notification-mark-read{align-self:flex-start}
}

/* 1.24.26 — pagination for the full notifications page. */
#jsh-notifications .jsh-notifications>li[hidden]{display:none!important}
.jsh-notifications-pagination{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:16px;padding-top:14px;border-top:1px solid #edf1ef}
.jsh-notifications-page-summary{font-size:11px;color:#7d8b90;white-space:nowrap}
.jsh-notifications-page-controls{display:flex;align-items:center;gap:8px}
.jsh-notifications-page-numbers{display:flex;align-items:center;gap:6px;flex-wrap:wrap;justify-content:center}
.jsh-notifications-page-btn,.jsh-notifications-page-number{min-width:36px;height:36px;padding:0 11px;border:1px solid #dfe7e4;border-radius:10px;background:#fff;color:#405158;font:700 11px/1 inherit;cursor:pointer;transition:.18s ease}
.jsh-notifications-page-number{padding:0;min-width:36px}
.jsh-notifications-page-btn:hover:not(:disabled),.jsh-notifications-page-number:hover,.jsh-notifications-page-number.is-active{background:#eef6f3;border-color:#c8ded6;color:#23745c}
.jsh-notifications-page-number.is-active{box-shadow:0 5px 14px rgba(35,116,92,.12)}
.jsh-notifications-page-btn:disabled{opacity:.42;cursor:not-allowed}
.jsh-app[data-jsh-theme="dark"] .jsh-notifications-pagination{border-top-color:#30444c}
.jsh-app[data-jsh-theme="dark"] .jsh-notifications-page-summary{color:#95a7ad}
.jsh-app[data-jsh-theme="dark"] .jsh-notifications-page-btn,.jsh-app[data-jsh-theme="dark"] .jsh-notifications-page-number{background:#24363d;border-color:#38505a;color:#c5d0d4}
.jsh-app[data-jsh-theme="dark"] .jsh-notifications-page-btn:hover:not(:disabled),.jsh-app[data-jsh-theme="dark"] .jsh-notifications-page-number:hover,.jsh-app[data-jsh-theme="dark"] .jsh-notifications-page-number.is-active{background:#315047;border-color:#42695e;color:#b9ead6}
@media(max-width:640px){.jsh-notifications-pagination{align-items:stretch;flex-direction:column}.jsh-notifications-page-summary{text-align:center}.jsh-notifications-page-controls{justify-content:space-between}.jsh-notifications-page-numbers{flex:1}.jsh-notifications-page-btn{min-width:62px}}

/* 1.24.27 — ticket attachments */
.jsh-ticket-upload{display:flex;align-items:center;gap:8px;width:max-content;max-width:100%;padding:9px 12px;border:1px dashed rgba(100,116,139,.55);border-radius:10px;cursor:pointer;font-size:13px;font-weight:700;background:rgba(148,163,184,.08);transition:.2s ease}.jsh-ticket-upload:hover{background:rgba(148,163,184,.16)}.jsh-ticket-upload input{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;opacity:0!important}.jsh-ticket-upload-help{display:block;margin:5px 0 10px;color:#64748b}.jsh-ticket-attachments{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,220px));gap:10px;margin-top:12px}.jsh-ticket-attachment{display:flex;gap:9px;align-items:center;padding:9px;border:1px solid rgba(148,163,184,.3);border-radius:12px;text-decoration:none!important;background:rgba(255,255,255,.5);overflow:hidden}.jsh-ticket-attachment.is-image{display:block}.jsh-ticket-attachment img{display:block;width:100%;height:120px;object-fit:cover;border-radius:8px;margin-bottom:7px}.jsh-ticket-attachment span,.jsh-ticket-attachment strong,.jsh-ticket-attachment small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.jsh-ticket-attachment small{opacity:.7;margin-top:3px}.jsh-dark .jsh-ticket-attachment,body.jsh-dark .jsh-ticket-attachment{background:rgba(15,23,42,.55);color:#e2e8f0}@media(max-width:600px){.jsh-ticket-attachments{grid-template-columns:1fr 1fr}.jsh-ticket-attachment img{height:105px}}

/* 1.24.28 — selected ticket files */
.jsh-ticket-selected-files{display:flex;flex-direction:column;gap:7px;margin:8px 0 10px;max-width:100%}.jsh-ticket-selected-files[hidden]{display:none!important}.jsh-ticket-selected-file{display:grid;grid-template-columns:30px minmax(0,1fr) 30px;align-items:center;gap:9px;min-height:46px;padding:7px 8px;border:1px solid rgba(100,116,139,.24);border-radius:11px;background:rgba(248,250,252,.92);box-sizing:border-box}.jsh-ticket-selected-file-icon{width:30px;height:30px;border-radius:8px;display:grid;place-items:center;background:rgba(71,85,105,.1);color:#475569}.jsh-ticket-selected-file-icon:before{content:'📄';font-size:16px;line-height:1}.jsh-ticket-selected-file.is-image .jsh-ticket-selected-file-icon:before{content:'🖼️'}.jsh-ticket-selected-file.is-pdf .jsh-ticket-selected-file-icon:before{content:'PDF';font-size:9px;font-weight:900}.jsh-ticket-selected-file.is-archive .jsh-ticket-selected-file-icon:before{content:'ZIP';font-size:9px;font-weight:900}.jsh-ticket-selected-file.is-document .jsh-ticket-selected-file-icon:before{content:'DOC';font-size:9px;font-weight:900}.jsh-ticket-selected-file.is-sheet .jsh-ticket-selected-file-icon:before{content:'XLS';font-size:9px;font-weight:900}.jsh-ticket-selected-file-info{min-width:0;display:block}.jsh-ticket-selected-file-info strong,.jsh-ticket-selected-file-info small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.jsh-ticket-selected-file-info strong{font-size:13px;color:#1e293b}.jsh-ticket-selected-file-info small{margin-top:2px;font-size:11px;color:#64748b}.jsh-ticket-selected-file-remove{width:28px;height:28px;border:0!important;border-radius:8px!important;padding:0!important;display:grid!important;place-items:center;background:rgba(239,68,68,.1)!important;color:#dc2626!important;font-size:22px!important;line-height:1!important;cursor:pointer;transition:.18s ease}.jsh-ticket-selected-file-remove:hover{background:rgba(239,68,68,.18)!important;transform:scale(1.04)}.jsh-app[data-jsh-theme="dark"] .jsh-ticket-selected-file,[data-jsh-theme="dark"] .jsh-ticket-selected-file,.jsh-theme-dark .jsh-ticket-selected-file{background:rgba(51,65,85,.42);border-color:rgba(148,163,184,.2)}.jsh-app[data-jsh-theme="dark"] .jsh-ticket-selected-file-info strong,[data-jsh-theme="dark"] .jsh-ticket-selected-file-info strong,.jsh-theme-dark .jsh-ticket-selected-file-info strong{color:#e2e8f0}.jsh-app[data-jsh-theme="dark"] .jsh-ticket-selected-file-info small,[data-jsh-theme="dark"] .jsh-ticket-selected-file-info small,.jsh-theme-dark .jsh-ticket-selected-file-info small{color:#94a3b8}@media(max-width:600px){.jsh-ticket-selected-file{grid-template-columns:28px minmax(0,1fr) 28px;padding:7px}.jsh-ticket-selected-file-icon{width:28px;height:28px}.jsh-ticket-selected-file-info strong{font-size:12.5px}}


/* 1.24.28 hotfix — compact selected files beside the upload button. */
.jsh-ticket-upload-row{display:flex;align-items:center;flex-wrap:wrap;gap:7px;margin:7px 0 9px;max-width:100%;min-width:0}
.jsh-ticket-upload-row>.jsh-ticket-upload{flex:0 0 auto;margin:0!important}
.jsh-ticket-upload-row>.jsh-ticket-selected-files{display:flex;flex:1 1 220px;flex-direction:row;align-items:center;flex-wrap:wrap;gap:6px;margin:0;min-width:0;max-width:100%}
.jsh-ticket-upload-row>.jsh-ticket-selected-files[hidden]{display:none!important}
.jsh-ticket-upload-row .jsh-ticket-selected-file{display:inline-grid;grid-template-columns:22px minmax(52px,auto) 22px;align-items:center;gap:5px;width:auto;max-width:min(240px,100%);min-height:32px;padding:4px 5px;border-radius:9px}
.jsh-ticket-upload-row .jsh-ticket-selected-file-icon{width:22px;height:22px;border-radius:6px}
.jsh-ticket-upload-row .jsh-ticket-selected-file-icon:before{font-size:12px}
.jsh-ticket-upload-row .jsh-ticket-selected-file-info strong{font-size:11.5px;max-width:150px}
.jsh-ticket-upload-row .jsh-ticket-selected-file-info small{display:none}
.jsh-ticket-upload-row .jsh-ticket-selected-file-remove{width:21px;height:21px;border-radius:6px!important;font-size:17px!important}
@media(max-width:600px){.jsh-ticket-upload-row{align-items:flex-start}.jsh-ticket-upload-row>.jsh-ticket-selected-files{flex-basis:100%}.jsh-ticket-upload-row .jsh-ticket-selected-file{max-width:100%}.jsh-ticket-upload-row .jsh-ticket-selected-file-info strong{max-width:210px}}


/* 1.24.35 — live notification toast and incoming-item animation. */
.jsh-notification-item.is-live-new{animation:jshLiveNoticeIn .32s cubic-bezier(.2,.8,.3,1)}
@keyframes jshLiveNoticeIn{from{opacity:0;transform:translateY(-8px) scale(.98)}to{opacity:1;transform:none}}
.jsh-live-notification-host{position:fixed;top:82px;left:22px;z-index:100000;display:grid;gap:10px;width:min(370px,calc(100vw - 28px));pointer-events:none}
.jsh-live-notification-toast{pointer-events:auto;width:100%;border:1px solid rgba(66,91,99,.14);border-radius:16px;background:rgba(255,255,255,.97);box-shadow:0 18px 50px rgba(24,43,50,.18);padding:13px 14px;display:grid;grid-template-columns:38px minmax(0,1fr);gap:11px;text-align:right;font:inherit;color:#25383f;cursor:pointer;opacity:0;transform:translateY(-12px) scale(.97);transition:.24s ease;backdrop-filter:blur(14px)}
.jsh-live-notification-toast.is-visible{opacity:1;transform:none}
.jsh-live-notification-icon{width:38px;height:38px;border-radius:12px;background:#eef5f3;color:#356f63;display:grid;place-items:center;font-weight:800}
.jsh-live-notification-toast strong{display:block;font-size:13px;line-height:1.55}.jsh-live-notification-toast small{display:block;margin-top:3px;font-size:11px;line-height:1.7;color:#6d7c82}
.jsh-app[data-jsh-theme="dark"]~.jsh-live-notification-host .jsh-live-notification-toast,.jsh-live-notification-host .jsh-live-notification-toast{ }
body:has(.jsh-app[data-jsh-theme="dark"]) .jsh-live-notification-toast{background:rgba(28,43,50,.97);border-color:rgba(159,181,188,.15);color:#edf4f6;box-shadow:0 18px 50px rgba(0,0,0,.35)}
body:has(.jsh-app[data-jsh-theme="dark"]) .jsh-live-notification-toast small{color:#a8b7bc}body:has(.jsh-app[data-jsh-theme="dark"]) .jsh-live-notification-icon{background:#2b4148;color:#a8d0c7}
@media(max-width:600px){.jsh-live-notification-host{top:70px;left:14px;right:14px;width:auto}.jsh-live-notification-toast{border-radius:14px}}
@media(prefers-reduced-motion:reduce){.jsh-notification-item.is-live-new{animation:none}.jsh-live-notification-toast{transition:none}}


/* 1.27.0 — responsive business identity */
.jsh-app-sidebar .jsh-brand{display:flex!important;align-items:center!important;justify-content:center!important;gap:12px!important;padding:10px!important;text-align:right!important}.jsh-app-sidebar .jsh-brand.has-business-logo{justify-content:flex-start!important}.jsh-business-logo{display:grid;place-items:center;flex:0 0 58px;width:58px;height:58px;border-radius:17px;background:#fff;border:1px solid rgba(8,106,120,.12);overflow:hidden;box-shadow:0 8px 22px rgba(20,45,55,.08)}.jsh-business-logo img{display:block;width:100%;height:100%;object-fit:contain;padding:5px}.jsh-app-sidebar .jsh-brand-copy{display:block!important;min-width:0}.jsh-app-sidebar .jsh-brand-copy small{display:block!important;margin-top:4px!important;color:#71808b!important;font-size:9px!important;white-space:nowrap!important}.jsh-app-sidebar .jsh-brand-word{overflow:hidden;text-overflow:ellipsis;max-width:170px;font-size:25px!important;letter-spacing:-.8px!important}.jsh-app-sidebar .jsh-brand.no-business-logo .jsh-brand-copy{text-align:center}.jsh-app[data-jsh-theme="dark"] .jsh-business-logo,body.jsh-page-dark .jsh-business-logo{background:#17232a;border-color:rgba(255,255,255,.1)}.jsh-app[data-jsh-theme="dark"] .jsh-app-sidebar .jsh-brand-copy small,body.jsh-page-dark .jsh-app-sidebar .jsh-brand-copy small{color:#9db0b9!important}.jsh-auth-brand{display:flex!important;align-items:center;justify-content:center;gap:13px;text-align:right!important}.jsh-auth-brand-copy{display:block}.jsh-auth-brand-copy>strong,.jsh-auth-brand-copy>span{display:block}.jsh-auth-business-logo{display:grid;place-items:center;width:64px;height:64px;flex:0 0 64px;border-radius:18px;background:#fff;border:1px solid #e7ebef;overflow:hidden;box-shadow:0 10px 25px rgba(15,35,45,.08)}.jsh-auth-business-logo img{width:100%;height:100%;object-fit:contain;padding:5px}@media(max-width:820px){.jsh-app-sidebar .jsh-brand{justify-content:flex-start!important;margin-bottom:18px!important}.jsh-business-logo{width:48px;height:48px;flex-basis:48px;border-radius:14px}.jsh-app-sidebar .jsh-brand-word{font-size:20px!important;max-width:160px}.jsh-app-sidebar .jsh-brand.no-business-logo{justify-content:center!important}}@media(max-width:520px){.jsh-auth-brand{gap:10px}.jsh-auth-business-logo{width:54px;height:54px;flex-basis:54px;border-radius:15px}.jsh-auth-brand-copy>strong{font-size:22px!important}}


/* 1.27.1 — prominent responsive business identity */
.jsh-app-sidebar .jsh-brand{
  display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;
  gap:12px!important;width:100%!important;min-height:150px!important;margin:0 0 26px!important;padding:18px 12px!important;
  overflow:visible!important;text-align:center!important;border:1px solid rgba(7,105,119,.12)!important;border-radius:22px!important;
  background:rgba(255,255,255,.58)!important;box-shadow:0 12px 30px rgba(20,54,63,.055)!important
}
.jsh-app-sidebar .jsh-business-logo{display:flex!important;width:86px!important;height:86px!important;flex:0 0 86px!important;align-items:center!important;justify-content:center!important;overflow:hidden!important;border-radius:22px!important;background:#fff!important;border:1px solid rgba(8,88,100,.12)!important;box-shadow:0 10px 25px rgba(8,79,91,.12)!important;padding:7px!important}
.jsh-app-sidebar .jsh-business-logo img{display:block!important;width:100%!important;height:100%!important;max-width:none!important;object-fit:contain!important;border-radius:16px!important}
.jsh-app-sidebar .jsh-brand-copy{display:block!important;width:100%!important;min-width:0!important;overflow:visible!important}
.jsh-app-sidebar .jsh-brand-word{display:block!important;width:100%!important;max-width:100%!important;color:#066d78!important;font-size:26px!important;line-height:1.45!important;font-weight:900!important;letter-spacing:-.8px!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important;overflow-wrap:anywhere!important;word-break:normal!important}
.jsh-app-sidebar .jsh-brand-copy small{display:block!important;margin-top:4px!important;color:#71808b!important;font-size:10px!important;line-height:1.7!important;white-space:normal!important}
.jsh-app-sidebar .jsh-brand.no-business-logo{min-height:96px!important;padding-block:20px!important}
.jsh-app-sidebar .jsh-brand.no-business-logo .jsh-brand-word{font-size:30px!important}
.jsh-app[data-jsh-theme="dark"] .jsh-app-sidebar .jsh-brand,body.jsh-page-dark .jsh-app-sidebar .jsh-brand{background:rgba(255,255,255,.045)!important;border-color:rgba(255,255,255,.09)!important;box-shadow:0 12px 30px rgba(0,0,0,.15)!important}
.jsh-app[data-jsh-theme="dark"] .jsh-app-sidebar .jsh-business-logo,body.jsh-page-dark .jsh-app-sidebar .jsh-business-logo{background:#17252b!important;border-color:rgba(255,255,255,.10)!important;box-shadow:0 10px 26px rgba(0,0,0,.25)!important}
@media(max-width:820px){
  .jsh-app-sidebar .jsh-brand{min-height:132px!important;margin-bottom:20px!important;padding:15px 10px!important;gap:10px!important}
  .jsh-app-sidebar .jsh-business-logo{width:72px!important;height:72px!important;flex-basis:72px!important;border-radius:19px!important}
  .jsh-app-sidebar .jsh-brand-word{font-size:23px!important;line-height:1.5!important}
  .jsh-app-sidebar .jsh-brand.no-business-logo{min-height:80px!important}
  .jsh-app-sidebar .jsh-brand.no-business-logo .jsh-brand-word{font-size:27px!important}
}


.jsh-app{
  min-height:100vh!important;
  padding-bottom:0!important;
}
.jsh-app .jsh-app-main{
  display:flex!important;
  min-height:100vh!important;
  flex-direction:column!important;
}
.jsh-app .jsh-app-content{
  flex:1 0 auto!important;
  width:100%!important;
}
@media(max-width:600px){
}


.jsh-app{padding-bottom:72px!important}


.jsh-app{
  padding-bottom:0!important;
}


.jsh-app{
  min-height:100vh!important;
  padding-bottom:0!important;
}
.jsh-app .jsh-app-shell{
  min-height:100vh!important;
  align-items:stretch!important;
}
.jsh-app .jsh-app-main{
  min-height:100vh!important;
  display:flex!important;
  flex-direction:column!important;
}
.jsh-app .jsh-app-content{
  flex:1 0 auto!important;
  width:100%!important;
}
@media(max-width:600px){
}


.jsh-app .jsh-app-main{
  min-height:100vh!important;
  display:flex!important;
  flex-direction:column!important;
}
.jsh-app .jsh-app-content{
  flex:1 0 auto!important;
}


/* 1.29.0 — professional user dashboard asset insights. */
.jsh-user-asset-insights{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:0 0 18px;direction:rtl}
.jsh-user-insight-card{position:relative;display:flex;align-items:center;gap:13px;min-width:0;padding:17px 16px;border:1px solid #e7edf0;border-radius:16px;background:linear-gradient(145deg,#fff,#f8fafb);box-shadow:0 8px 22px rgba(19,42,52,.055);overflow:hidden}
.jsh-user-insight-card:after{content:"";position:absolute;inset:auto 0 0;height:3px;background:currentColor;opacity:.7}
.jsh-user-insight-icon{display:grid;place-items:center;width:43px;height:43px;flex:0 0 43px;border-radius:13px;background:rgba(12,104,113,.09);color:#0c6871;font-size:18px;font-weight:900}
.jsh-user-insight-copy{display:flex;flex-direction:column;align-items:flex-start;min-width:0;text-align:right}
.jsh-user-insight-copy small{color:#778792;font-size:10px;line-height:1.7}
.jsh-user-insight-copy strong{width:100%;margin:4px 0 2px;color:#182a34;font-size:18px;line-height:1.45;font-weight:900;direction:rtl;text-align:right;font-variant-numeric:tabular-nums;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.jsh-user-insight-copy span{color:#8d9aa2;font-size:9px;line-height:1.7}
.jsh-user-insight-card.is-orders{color:#b7892e}.jsh-user-insight-card.is-orders .jsh-user-insight-icon{background:rgba(183,137,46,.11);color:#9a6d17}
.jsh-user-insight-card.is-active{color:#4a72a8}.jsh-user-insight-card.is-active .jsh-user-insight-icon{background:rgba(74,114,168,.1);color:#416a9f}
.jsh-user-insight-card.is-mix{color:#8a5ea3}.jsh-user-insight-card.is-mix .jsh-user-insight-icon{background:rgba(138,94,163,.1);color:#805496}
.jsh-app[data-jsh-theme="dark"] .jsh-user-insight-card,.jsh-theme-dark .jsh-user-insight-card{background:linear-gradient(145deg,#1a272e,#142027);border-color:#2b3b43;box-shadow:none}
.jsh-app[data-jsh-theme="dark"] .jsh-user-insight-copy strong,.jsh-theme-dark .jsh-user-insight-copy strong{color:#edf6f8}
.jsh-app[data-jsh-theme="dark"] .jsh-user-insight-copy small,.jsh-app[data-jsh-theme="dark"] .jsh-user-insight-copy span,.jsh-theme-dark .jsh-user-insight-copy small,.jsh-theme-dark .jsh-user-insight-copy span{color:#91a4ad}
@media(max-width:1050px){.jsh-user-asset-insights{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){.jsh-user-asset-insights{grid-template-columns:1fr;gap:9px}.jsh-user-insight-card{padding:14px}.jsh-user-insight-copy strong{font-size:17px}}

/* 2.0.0 — user dashboard redesign, phase 1. */
.jsh-v2-hero{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,340px);gap:18px;padding:26px;border:1px solid rgba(12,104,113,.14);border-radius:24px;background:linear-gradient(135deg,#f7fbfb 0%,#fff 56%,#f6ead1 140%);box-shadow:0 18px 50px rgba(25,52,62,.08);overflow:hidden}
.jsh-v2-hero:before{content:"";position:absolute;width:280px;height:280px;border-radius:50%;left:-120px;top:-150px;background:radial-gradient(circle,rgba(185,137,43,.16),transparent 68%);pointer-events:none}
.jsh-v2-hero-main{display:flex;align-items:center;gap:18px;min-width:0;position:relative;z-index:1}
.jsh-v2-brand-mark{width:76px;height:76px;flex:0 0 76px;display:grid;place-items:center;padding:10px;border-radius:22px;background:#fff;border:1px solid rgba(12,104,113,.12);box-shadow:0 12px 28px rgba(25,52,62,.08);color:#a8771f;font-size:30px;font-weight:900}
.jsh-v2-brand-mark img{display:block;width:100%;height:100%;object-fit:contain}
.jsh-v2-hero-copy{min-width:0;text-align:right}
.jsh-v2-eyebrow{display:block;margin-bottom:5px;color:#8b6a28;font-size:10px;font-weight:800;letter-spacing:.02em}
.jsh-v2-hero-copy h2{margin:0;color:#142d37;font-size:25px;line-height:1.55;font-weight:950}
.jsh-v2-hero-copy p{margin:7px 0 14px;color:#73848c;font-size:12px;line-height:1.9}
.jsh-v2-hero-meta{display:flex;flex-wrap:wrap;gap:8px}
.jsh-v2-hero-meta span{display:inline-flex;align-items:center;gap:7px;padding:7px 10px;border-radius:10px;background:rgba(255,255,255,.75);border:1px solid rgba(12,104,113,.1);color:#4b626b;font-size:10px}
.jsh-v2-hero-meta b{color:#173640;font-size:9px}.jsh-v2-hero-meta .is-ok{color:#28744a}.jsh-v2-hero-meta .is-warn{color:#a16d17}
.jsh-v2-market-pulse{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;min-width:0;padding:20px 22px;border-radius:19px;background:linear-gradient(145deg,#0f6d73,#094e59);color:#fff;box-shadow:0 16px 36px rgba(9,78,89,.18);text-align:right}
.jsh-v2-market-pulse>span{font-size:10px;color:rgba(255,255,255,.72)}
.jsh-v2-market-pulse>strong{margin:7px 0 1px;font-size:29px;line-height:1.3;font-weight:950;font-variant-numeric:tabular-nums;direction:rtl}
.jsh-v2-market-pulse>small{font-size:9px;color:rgba(255,255,255,.68)}
.jsh-v2-market-pulse>a{align-self:stretch;margin-top:15px;padding:10px 14px;border-radius:11px;background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.2);color:#fff;text-decoration:none;text-align:center;font-size:11px;font-weight:800;transition:.18s ease}
.jsh-v2-market-pulse>a:hover{background:rgba(255,255,255,.2);transform:translateY(-1px)}
.jsh-mesqal-dashboard .jsh-mesqal-wallet{border:1px solid rgba(255,255,255,.12);box-shadow:0 16px 38px rgba(15,39,49,.12)}
.jsh-mesqal-dashboard .jsh-mesqal-wallet:hover{transform:translateY(-3px)}
.jsh-mesqal-dashboard .jsh-user-asset-insights{margin-top:-2px}
.jsh-mesqal-dashboard .jsh-mesqal-card{border-radius:21px;box-shadow:0 12px 34px rgba(25,52,62,.06)}
.jsh-mesqal-dashboard .jsh-mesqal-action-grid a{min-height:120px;border-radius:17px}
.jsh-mesqal-dashboard .jsh-mesqal-action-grid a>span{width:43px;height:43px;border-radius:14px}
.jsh-app[data-jsh-theme="dark"] .jsh-v2-hero,.jsh-theme-dark .jsh-v2-hero{background:linear-gradient(135deg,#142127,#10191e 64%,#2b2418 150%);border-color:#2c414a;box-shadow:none}
.jsh-app[data-jsh-theme="dark"] .jsh-v2-brand-mark,.jsh-theme-dark .jsh-v2-brand-mark{background:#1c2b32;border-color:#354b54;box-shadow:none}
.jsh-app[data-jsh-theme="dark"] .jsh-v2-hero-copy h2,.jsh-theme-dark .jsh-v2-hero-copy h2{color:#edf6f8}
.jsh-app[data-jsh-theme="dark"] .jsh-v2-hero-copy p,.jsh-theme-dark .jsh-v2-hero-copy p{color:#91a5ad}
.jsh-app[data-jsh-theme="dark"] .jsh-v2-hero-meta span,.jsh-theme-dark .jsh-v2-hero-meta span{background:#1a2930;border-color:#2e424b;color:#afc0c6}
.jsh-app[data-jsh-theme="dark"] .jsh-v2-hero-meta b,.jsh-theme-dark .jsh-v2-hero-meta b{color:#e4eef1}
@media(max-width:900px){.jsh-v2-hero{grid-template-columns:1fr}.jsh-v2-market-pulse{align-items:stretch}.jsh-v2-market-pulse>strong,.jsh-v2-market-pulse>span,.jsh-v2-market-pulse>small{text-align:right}}
@media(max-width:560px){.jsh-v2-hero{padding:18px;border-radius:19px;gap:14px}.jsh-v2-hero-main{align-items:flex-start;gap:12px}.jsh-v2-brand-mark{width:56px;height:56px;flex-basis:56px;border-radius:16px}.jsh-v2-hero-copy h2{font-size:19px}.jsh-v2-hero-copy p{font-size:11px}.jsh-v2-hero-meta{gap:6px}.jsh-v2-market-pulse{padding:17px 18px}.jsh-v2-market-pulse>strong{font-size:24px}}

/* 2.0.0 — Live market widget connected to the plugin's recorded/API-synced prices. */
.jsh-v2-market-pulse{align-items:stretch!important;gap:14px!important;padding:20px 22px!important;overflow:hidden}
.jsh-v2-market-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}
.jsh-v2-market-head>div{display:grid;gap:2px}.jsh-v2-market-head>div>span{font-size:15px;font-weight:900}.jsh-v2-market-head>div>small{font-size:9px;color:rgba(255,255,255,.66)}
.jsh-v2-market-status{display:inline-flex;align-items:center;gap:6px;padding:6px 9px;border-radius:999px;background:rgba(255,255,255,.12);font-size:9px;color:rgba(255,255,255,.88)}
.jsh-v2-market-status i{width:7px;height:7px;border-radius:50%;background:#f6c85f;box-shadow:0 0 0 4px rgba(246,200,95,.12)}.jsh-v2-market-status.is-online i{background:#5ce3a5;box-shadow:0 0 0 4px rgba(92,227,165,.14)}
.jsh-v2-market-prices{display:grid;grid-template-columns:1fr 1fr;gap:9px}.jsh-v2-market-prices>div{min-width:0;padding:13px 14px;border:1px solid rgba(255,255,255,.13);border-radius:14px;background:rgba(255,255,255,.08);display:grid;gap:2px}.jsh-v2-market-prices small{font-size:9px;color:rgba(255,255,255,.68)}.jsh-v2-market-prices strong{font-size:19px;line-height:1.35;font-weight:950;font-variant-numeric:tabular-nums;direction:ltr;text-align:right;transition:color .22s ease,transform .22s ease}.jsh-v2-market-prices span{font-size:8px;color:rgba(255,255,255,.58)}
.jsh-v2-market-prices .is-buy strong{color:#7df0bd}.jsh-v2-market-prices .is-sell strong{color:#ffd07a}.jsh-v2-market-prices strong.is-up{color:#7df0bd;transform:translateY(-1px)}.jsh-v2-market-prices strong.is-down{color:#ff9ba4;transform:translateY(1px)}
.jsh-v2-market-meta{display:flex;align-items:center;justify-content:space-between;color:rgba(255,255,255,.65);font-size:9px}.jsh-v2-market-meta time{direction:ltr;font-variant-numeric:tabular-nums;color:#fff}
@media(max-width:460px){.jsh-v2-market-prices{grid-template-columns:1fr}.jsh-v2-market-prices strong{font-size:18px}}

/* 2.0.3 — clearer user market widget */
.jsh-v2-market-pulse{background:linear-gradient(145deg,#113a43 0%,#0d5961 58%,#0b7072 100%)!important;border:1px solid rgba(255,255,255,.12);box-shadow:0 18px 42px rgba(6,55,61,.25)!important}
.jsh-v2-market-pulse:before{content:"";position:absolute;inset:auto -40px -60px auto;width:150px;height:150px;border-radius:50%;background:rgba(255,255,255,.06);pointer-events:none}
.jsh-v2-market-head>div>span{font-size:17px!important;letter-spacing:-.2px}.jsh-v2-market-head>div>small{font-size:10px!important}
.jsh-v2-market-prices{gap:12px!important}.jsh-v2-market-prices>div{position:relative;padding:16px!important;border-radius:16px!important;background:rgba(255,255,255,.09)!important;overflow:hidden}
.jsh-v2-market-prices>div:before{content:"";position:absolute;right:0;top:0;bottom:0;width:4px;border-radius:0 16px 16px 0}.jsh-v2-market-prices .is-buy:before{background:#65e5ad}.jsh-v2-market-prices .is-sell:before{background:#ffd06b}
.jsh-v2-market-prices small{font-size:11px!important;font-weight:850;color:rgba(255,255,255,.86)!important}.jsh-v2-market-prices strong{font-size:22px!important;margin-top:4px}.jsh-v2-market-prices span{font-size:9px!important}
.jsh-v2-market-meta{padding-top:2px;border-top:1px dashed rgba(255,255,255,.15);padding-top:11px!important}.jsh-v2-market-meta time{font-weight:800}
@media(max-width:460px){.jsh-v2-market-prices{grid-template-columns:1fr 1fr!important}.jsh-v2-market-prices>div{padding:13px 11px!important}.jsh-v2-market-prices strong{font-size:17px!important}.jsh-v2-market-meta{align-items:flex-start;gap:8px}.jsh-v2-market-meta span{max-width:65%}}

/* JSH 2.0.6 SAFE — dashboard polish only; no HTML, menu, route or logic changes */
.jsh-mesqal-dashboard{gap:20px}
.jsh-mesqal-dashboard .jsh-v2-hero{border-radius:24px;box-shadow:0 14px 38px rgba(25,52,62,.075)}
.jsh-mesqal-dashboard .jsh-v2-market-pulse{border-radius:18px}
.jsh-mesqal-dashboard .jsh-v2-market-prices>div{border-radius:14px}
.jsh-mesqal-dashboard .jsh-mesqal-wallets{gap:13px}
.jsh-mesqal-dashboard .jsh-mesqal-wallet{border-radius:18px;transition:transform .18s ease,box-shadow .18s ease}
.jsh-mesqal-dashboard .jsh-mesqal-wallet:hover{transform:translateY(-2px)}
.jsh-mesqal-dashboard .jsh-user-asset-insights{gap:11px}
.jsh-mesqal-dashboard .jsh-user-insight-card{border-radius:15px;box-shadow:0 7px 20px rgba(19,42,52,.05)}
.jsh-mesqal-dashboard .jsh-mesqal-card{border-radius:19px;box-shadow:0 9px 27px rgba(25,52,62,.055)}
.jsh-mesqal-dashboard .jsh-mesqal-card-head{padding-bottom:11px;margin-bottom:12px;border-bottom:1px solid rgba(23,43,54,.06)}
.jsh-mesqal-dashboard .jsh-mesqal-summary-list>div{border-radius:12px}
.jsh-mesqal-dashboard .jsh-mesqal-action-grid{gap:9px}
.jsh-mesqal-dashboard .jsh-mesqal-action-grid a{min-height:112px;border-radius:15px;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}
.jsh-mesqal-dashboard .jsh-mesqal-action-grid a:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(25,52,62,.07)}
.jsh-mesqal-dashboard .jsh-mesqal-recent-row{border-radius:12px}
.jsh-mesqal-dashboard .jsh-mesqal-recent-amount strong,.jsh-mesqal-dashboard .jsh-mesqal-wallet strong,.jsh-mesqal-dashboard .jsh-user-insight-copy strong{font-variant-numeric:tabular-nums}
.jsh-app[data-jsh-theme="dark"] .jsh-mesqal-dashboard .jsh-mesqal-card,.jsh-theme-dark .jsh-mesqal-dashboard .jsh-mesqal-card{box-shadow:none}
.jsh-app[data-jsh-theme="dark"] .jsh-mesqal-dashboard .jsh-user-insight-card,.jsh-theme-dark .jsh-mesqal-dashboard .jsh-user-insight-card{box-shadow:none}
@media(max-width:560px){
  .jsh-mesqal-dashboard{gap:15px}
  .jsh-mesqal-dashboard .jsh-v2-hero{border-radius:18px}
  .jsh-mesqal-dashboard .jsh-mesqal-card{border-radius:16px}
  .jsh-mesqal-dashboard .jsh-mesqal-action-grid a{min-height:98px}
}


/* Account activity: centered, compact transaction status badge */
.jsh-mesqal-dashboard .jsh-mesqal-recent-row > .jsh-status{
  justify-self:center!important;
  align-self:center!important;
  width:max-content!important;
  min-width:0!important;
  min-height:0!important;
  margin:0 auto!important;
  padding:3px 7px!important;
  line-height:1.35!important;
  border-radius:6px!important;
  text-align:center!important;
  font-size:9px!important;
}
@media(max-width:620px){
  .jsh-mesqal-dashboard .jsh-mesqal-recent-row > .jsh-status{
    justify-self:center!important;
    margin:0 auto!important;
  }
}


/* JSH 2.0.7-safe — dashboard asset cards visual polish only */
.jsh-mesqal-dashboard .jsh-mesqal-wallets{gap:12px!important}
.jsh-mesqal-dashboard .jsh-mesqal-wallet{
  border-radius:16px!important;
  padding:18px!important;
  min-height:118px!important;
  box-shadow:0 8px 22px rgba(24,52,62,.07)!important;
  transition:transform .16s ease,box-shadow .16s ease!important;
}
.jsh-mesqal-dashboard .jsh-mesqal-wallet:hover{
  transform:translateY(-2px)!important;
  box-shadow:0 12px 26px rgba(24,52,62,.10)!important;
}
.jsh-mesqal-dashboard .jsh-mesqal-wallet-icon{
  width:46px!important;
  height:46px!important;
  border-radius:13px!important;
}
.jsh-mesqal-dashboard .jsh-mesqal-wallet strong{
  font-variant-numeric:tabular-nums;
  letter-spacing:-.2px;
}
.jsh-mesqal-dashboard .jsh-user-asset-insights{gap:10px!important}
.jsh-mesqal-dashboard .jsh-user-insight-card{
  border-radius:14px!important;
  padding:14px!important;
  box-shadow:0 6px 18px rgba(24,52,62,.045)!important;
}
.jsh-mesqal-dashboard .jsh-user-insight-copy strong{font-variant-numeric:tabular-nums}
.jsh-app[data-jsh-theme="dark"] .jsh-mesqal-dashboard .jsh-mesqal-wallet,
.jsh-theme-dark .jsh-mesqal-dashboard .jsh-mesqal-wallet,
.jsh-app[data-jsh-theme="dark"] .jsh-mesqal-dashboard .jsh-user-insight-card,
.jsh-theme-dark .jsh-mesqal-dashboard .jsh-user-insight-card{box-shadow:none!important}
@media(max-width:620px){
  .jsh-mesqal-dashboard .jsh-mesqal-wallet{padding:16px!important;min-height:108px!important}
  .jsh-mesqal-dashboard .jsh-mesqal-wallet-icon{width:42px!important;height:42px!important}
  .jsh-mesqal-dashboard .jsh-user-insight-card{padding:12px!important}
}


/* JSH 2.0.8-safe — Trading page polish only; no markup, logic, routes or actions changed. */
.jsh-app #jsh-trade.jsh-trade-board{
    border-radius:20px!important;
    overflow:hidden;
    border:1px solid rgba(25,52,62,.08)!important;
    background:#fff!important;
    box-shadow:0 10px 32px rgba(25,52,62,.055)!important;
}
.jsh-app #jsh-trade .jsh-board-heading{
    padding:20px 22px!important;
    margin:0!important;
    background:linear-gradient(180deg,#fff,#fbfcfc)!important;
    border-bottom:1px solid rgba(25,52,62,.07)!important;
}
.jsh-app #jsh-trade .jsh-board-heading h2{
    font-size:18px!important;
    line-height:1.6!important;
    margin:0 0 3px!important;
}
.jsh-app #jsh-trade .jsh-board-heading p{
    display:block!important;
    font-size:10px!important;
    line-height:1.8!important;
    color:#7b8a91!important;
}
.jsh-app #jsh-trade .jsh-quote-table-wrap{
    padding:12px 14px 16px!important;
    background:#f8fafb!important;
}
.jsh-app #jsh-trade .jsh-quote-table{
    border-spacing:0 10px!important;
}
.jsh-app #jsh-trade .jsh-quote-table thead th{
    padding:8px 12px!important;
    font-size:10px!important;
    color:#6f7e85!important;
}
.jsh-app #jsh-trade .jsh-quote-table tbody tr{
    filter:none!important;
}
.jsh-app #jsh-trade .jsh-quote-table tbody td{
    padding:11px 12px!important;
    border-color:#e6ecef!important;
    background:#fff!important;
}
.jsh-app #jsh-trade .jsh-quote-table tbody td:first-child{
    border-radius:0 12px 12px 0!important;
}
.jsh-app #jsh-trade .jsh-quote-table tbody td:last-child{
    border-radius:12px 0 0 12px!important;
}
.jsh-app #jsh-trade .jsh-price-button{
    min-height:44px!important;
    border-radius:9px!important;
    border:1px solid transparent!important;
    padding:7px 9px!important;
    box-shadow:none!important;
    transition:transform .16s ease,border-color .16s ease,filter .16s ease!important;
}
.jsh-app #jsh-trade .jsh-price-button.is-buy{
    border-color:rgba(31,132,91,.10)!important;
}
.jsh-app #jsh-trade .jsh-price-button.is-sell{
    border-color:rgba(183,62,75,.10)!important;
}
.jsh-app #jsh-trade .jsh-price-button:not(:disabled):hover{
    transform:translateY(-1px)!important;
    filter:saturate(1.03)!important;
}
.jsh-app #jsh-trade .jsh-price-main{
    font-variant-numeric:tabular-nums;
}
.jsh-app #jsh-trade .jsh-mobile-trade-card{
    border-radius:16px!important;
    border-color:rgba(25,52,62,.08)!important;
    box-shadow:0 6px 20px rgba(25,52,62,.04)!important;
}
.jsh-app #jsh-trade .jsh-mobile-trade-action{
    border-radius:11px!important;
}
.jsh-app .jsh-trade-modal .jsh-modal-dialog{
    border-radius:16px!important;
    box-shadow:0 24px 70px rgba(8,20,26,.22)!important;
}
.jsh-app .jsh-trade-modal .jsh-modal-titlebar{
    min-height:60px!important;
    padding:0 22px!important;
}
.jsh-app .jsh-trade-modal .jsh-modal-titlebar h3{
    font-size:16px!important;
    line-height:1.6!important;
}
.jsh-app .jsh-trade-modal .jsh-modal-form{
    padding:20px 25px 23px!important;
}
.jsh-app .jsh-trade-modal .jsh-confirm-row{
    min-height:60px!important;
    grid-template-columns:26px 90px minmax(0,1fr)!important;
}
.jsh-app .jsh-trade-modal .jsh-confirm-icon{
    border-radius:8px!important;
}
.jsh-app .jsh-trade-modal .jsh-input-with-unit input,
.jsh-app .jsh-trade-modal .jsh-note-label textarea{
    border-radius:9px!important;
    border-color:#dbe3e7!important;
}
.jsh-app .jsh-trade-modal .jsh-modal-actions{
    margin-top:18px!important;
}
.jsh-app .jsh-trade-modal .jsh-cancel-button,
.jsh-app .jsh-trade-modal .jsh-confirm-button{
    border-radius:9px!important;
    min-height:42px!important;
}
.jsh-app[data-jsh-theme="dark"] #jsh-trade.jsh-trade-board,
.jsh-theme-dark #jsh-trade.jsh-trade-board{
    background:#17252d!important;
    border-color:rgba(224,239,243,.09)!important;
    box-shadow:none!important;
}
.jsh-app[data-jsh-theme="dark"] #jsh-trade .jsh-board-heading,
.jsh-theme-dark #jsh-trade .jsh-board-heading{
    background:#17252d!important;
    border-color:rgba(224,239,243,.08)!important;
}
.jsh-app[data-jsh-theme="dark"] #jsh-trade .jsh-quote-table-wrap,
.jsh-theme-dark #jsh-trade .jsh-quote-table-wrap{
    background:#142129!important;
}
.jsh-app[data-jsh-theme="dark"] #jsh-trade .jsh-quote-table tbody td,
.jsh-theme-dark #jsh-trade .jsh-quote-table tbody td{
    background:#1b2b34!important;
    border-color:#2b414b!important;
}
@media(max-width:720px){
    .jsh-app #jsh-trade.jsh-trade-board{
        border-radius:16px!important;
    }
    .jsh-app #jsh-trade .jsh-board-heading{
        padding:16px!important;
    }
    .jsh-app #jsh-trade .jsh-board-heading h2{
        font-size:16px!important;
    }
    .jsh-app #jsh-trade .jsh-board-heading p{
        font-size:9px!important;
    }
    .jsh-app .jsh-trade-modal .jsh-modal-dialog{
        border-radius:16px 16px 0 0!important;
    }
    .jsh-app .jsh-trade-modal .jsh-modal-form{
        padding:16px!important;
    }
}


/* JSH 2.0.9-safe — User transaction history polish only. No logic or markup changes. */
.jsh-app #jsh-orders.jsh-orders-modern{
    border-radius:20px!important;
    overflow:hidden;
    border:1px solid rgba(25,52,62,.08)!important;
    background:#fff!important;
    box-shadow:0 10px 32px rgba(25,52,62,.05)!important;
}
.jsh-app #jsh-orders .jsh-orders-modern-head{
    padding:19px 21px!important;
    margin:0!important;
    border-bottom:1px solid rgba(25,52,62,.07)!important;
    background:linear-gradient(180deg,#fff,#fbfcfc)!important;
}
.jsh-app #jsh-orders .jsh-orders-modern-head h2{
    margin:0 0 3px!important;
    font-size:17px!important;
    line-height:1.6!important;
}
.jsh-app #jsh-orders .jsh-orders-modern-head p{
    margin:0!important;
    font-size:10px!important;
    line-height:1.8!important;
    color:#7a8b92!important;
}
.jsh-app #jsh-orders .jsh-orders-toolbar,
.jsh-app #jsh-orders .jsh-orders-filters{
    padding:12px 16px!important;
    gap:9px!important;
    background:#f8fafb!important;
    border-bottom:1px solid rgba(25,52,62,.06)!important;
}
.jsh-app #jsh-orders .jsh-orders-toolbar input,
.jsh-app #jsh-orders .jsh-orders-toolbar select,
.jsh-app #jsh-orders .jsh-orders-filters input,
.jsh-app #jsh-orders .jsh-orders-filters select{
    min-height:38px!important;
    border-radius:9px!important;
    border-color:#dce4e8!important;
    background:#fff!important;
}
.jsh-app #jsh-orders .jsh-orders-table-wrap{
    padding:12px 14px 16px!important;
    background:#fff!important;
}
.jsh-app #jsh-orders .jsh-orders-table{
    border-collapse:separate!important;
    border-spacing:0 8px!important;
}
.jsh-app #jsh-orders .jsh-orders-table thead th{
    padding:8px 10px!important;
    font-size:9.5px!important;
    color:#74858c!important;
    border:0!important;
}
.jsh-app #jsh-orders .jsh-orders-table tbody tr{
    box-shadow:none!important;
}
.jsh-app #jsh-orders .jsh-orders-table tbody td{
    padding:11px 10px!important;
    background:#fbfcfc!important;
    border-top:1px solid #edf1f3!important;
    border-bottom:1px solid #edf1f3!important;
    font-size:10.5px!important;
}
.jsh-app #jsh-orders .jsh-orders-table tbody td:first-child{
    border-right:1px solid #edf1f3!important;
    border-radius:0 11px 11px 0!important;
}
.jsh-app #jsh-orders .jsh-orders-table tbody td:last-child{
    border-left:1px solid #edf1f3!important;
    border-radius:11px 0 0 11px!important;
}
.jsh-app #jsh-orders .jsh-orders-table tbody tr:hover td{
    background:#f7fafb!important;
}
.jsh-app #jsh-orders .jsh-orders-table .jsh-status{
    min-width:0!important;
    min-height:0!important;
    width:max-content!important;
    padding:3px 8px!important;
    border-radius:7px!important;
    font-size:9px!important;
    line-height:1.45!important;
    white-space:nowrap!important;
    justify-content:center!important;
}
.jsh-app #jsh-orders .jsh-orders-table .jsh-order-side,
.jsh-app #jsh-orders .jsh-orders-table [class*="side-"]{
    border-radius:7px!important;
    padding:3px 7px!important;
    font-size:9px!important;
}
.jsh-app #jsh-orders .jsh-order-mobile-card,
.jsh-app #jsh-orders .jsh-orders-mobile-card{
    border-radius:15px!important;
    border:1px solid rgba(25,52,62,.08)!important;
    background:#fff!important;
    box-shadow:0 6px 20px rgba(25,52,62,.04)!important;
    padding:14px!important;
    margin-bottom:10px!important;
}
.jsh-app #jsh-orders .jsh-order-mobile-card .jsh-status,
.jsh-app #jsh-orders .jsh-orders-mobile-card .jsh-status{
    width:max-content!important;
    min-width:0!important;
    min-height:0!important;
    padding:3px 7px!important;
    border-radius:7px!important;
    font-size:9px!important;
}
.jsh-app #jsh-orders .jsh-pagination,
.jsh-app #jsh-orders .jsh-orders-pagination{
    display:flex!important;
    justify-content:center!important;
    align-items:center!important;
    gap:6px!important;
    padding:14px 16px 17px!important;
}
.jsh-app #jsh-orders .jsh-pagination a,
.jsh-app #jsh-orders .jsh-pagination span,
.jsh-app #jsh-orders .jsh-orders-pagination a,
.jsh-app #jsh-orders .jsh-orders-pagination span{
    min-width:34px!important;
    min-height:34px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    border-radius:8px!important;
}
.jsh-app[data-jsh-theme="dark"] #jsh-orders.jsh-orders-modern,
.jsh-theme-dark #jsh-orders.jsh-orders-modern{
    background:#17252d!important;
    border-color:rgba(224,239,243,.09)!important;
    box-shadow:none!important;
}
.jsh-app[data-jsh-theme="dark"] #jsh-orders .jsh-orders-modern-head,
.jsh-theme-dark #jsh-orders .jsh-orders-modern-head{
    background:#17252d!important;
    border-color:rgba(224,239,243,.08)!important;
}
.jsh-app[data-jsh-theme="dark"] #jsh-orders .jsh-orders-toolbar,
.jsh-app[data-jsh-theme="dark"] #jsh-orders .jsh-orders-filters,
.jsh-theme-dark #jsh-orders .jsh-orders-toolbar,
.jsh-theme-dark #jsh-orders .jsh-orders-filters{
    background:#142129!important;
    border-color:rgba(224,239,243,.07)!important;
}
.jsh-app[data-jsh-theme="dark"] #jsh-orders .jsh-orders-table-wrap,
.jsh-theme-dark #jsh-orders .jsh-orders-table-wrap{
    background:#17252d!important;
}
.jsh-app[data-jsh-theme="dark"] #jsh-orders .jsh-orders-table tbody td,
.jsh-theme-dark #jsh-orders .jsh-orders-table tbody td{
    background:#1b2b34!important;
    border-color:#2b414b!important;
}
.jsh-app[data-jsh-theme="dark"] #jsh-orders .jsh-orders-table tbody tr:hover td,
.jsh-theme-dark #jsh-orders .jsh-orders-table tbody tr:hover td{
    background:#20343e!important;
}
@media(max-width:760px){
    .jsh-app #jsh-orders.jsh-orders-modern{
        border-radius:16px!important;
    }
    .jsh-app #jsh-orders .jsh-orders-modern-head{
        padding:16px!important;
    }
    .jsh-app #jsh-orders .jsh-orders-modern-head h2{
        font-size:15px!important;
    }
    .jsh-app #jsh-orders .jsh-orders-toolbar,
    .jsh-app #jsh-orders .jsh-orders-filters{
        padding:10px 12px!important;
        gap:7px!important;
    }
}


/* JSH 2.0.10-safe — real pagination for user transaction history */
.jsh-app #jsh-orders .jsh-orders-pagination{display:flex;align-items:center;justify-content:center;gap:6px;flex-wrap:wrap;padding:14px 16px 18px;border-top:1px solid rgba(25,52,62,.06);background:#fff}
.jsh-app #jsh-orders .jsh-orders-pagination[hidden]{display:none!important}
.jsh-app #jsh-orders .jsh-orders-page-button{appearance:none;border:1px solid #dfe7ea;background:#fff;color:#34505b;min-width:34px;height:34px;padding:0 9px;border-radius:8px;font:inherit;font-size:10px;font-weight:750;cursor:pointer;transition:border-color .15s ease,background .15s ease,transform .15s ease}
.jsh-app #jsh-orders .jsh-orders-page-button:hover:not(:disabled){border-color:#a9c8cb;background:#f7fbfb;transform:translateY(-1px)}
.jsh-app #jsh-orders .jsh-orders-page-button.is-active{background:#183d46;color:#fff;border-color:#183d46}
.jsh-app #jsh-orders .jsh-orders-page-button:disabled{opacity:.38;cursor:default}
.jsh-app #jsh-orders .jsh-orders-page-dots{min-width:22px;text-align:center;color:#829198}
.jsh-app[data-jsh-theme="dark"] #jsh-orders .jsh-orders-pagination,.jsh-theme-dark #jsh-orders .jsh-orders-pagination{background:#17252d;border-color:rgba(224,239,243,.08)}
.jsh-app[data-jsh-theme="dark"] #jsh-orders .jsh-orders-page-button,.jsh-theme-dark #jsh-orders .jsh-orders-page-button{background:#1b2b34;border-color:#344a54;color:#dce8ec}
.jsh-app[data-jsh-theme="dark"] #jsh-orders .jsh-orders-page-button.is-active,.jsh-theme-dark #jsh-orders .jsh-orders-page-button.is-active{background:#d6b565;border-color:#d6b565;color:#17252d}


/* JSH 2.0.11-safe — Deposit & withdrawal UX polish only. No business logic changed. */
.jsh-app #jsh-services.jsh-services-page{
    border-radius:20px!important;
    overflow:hidden;
    border:1px solid rgba(25,52,62,.08)!important;
    background:#fff!important;
    box-shadow:0 10px 32px rgba(25,52,62,.05)!important;
}
.jsh-app #jsh-services .jsh-services-heading{
    padding:19px 21px!important;
    margin:0!important;
    border-bottom:1px solid rgba(25,52,62,.07)!important;
    background:linear-gradient(180deg,#fff,#fbfcfc)!important;
}
.jsh-app #jsh-services .jsh-services-heading h2{
    margin:0 0 3px!important;
    font-size:17px!important;
    line-height:1.6!important;
}
.jsh-app #jsh-services .jsh-services-heading p{
    margin:0!important;
    font-size:10px!important;
    line-height:1.8!important;
    color:#7a8b92!important;
}
.jsh-app #jsh-services .jsh-service-grid,
.jsh-app #jsh-services .jsh-services-grid{
    gap:12px!important;
    padding:16px!important;
}
.jsh-app #jsh-services [class*="service-card"],
.jsh-app #jsh-services [class*="service-tile"]{
    border-radius:15px!important;
    border-color:rgba(25,52,62,.08)!important;
    box-shadow:0 6px 20px rgba(25,52,62,.04)!important;
    transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease!important;
}
.jsh-app #jsh-services [class*="service-card"]:hover,
.jsh-app #jsh-services [class*="service-tile"]:hover{
    transform:translateY(-2px)!important;
    border-color:rgba(8,124,129,.18)!important;
    box-shadow:0 10px 24px rgba(25,52,62,.07)!important;
}
.jsh-app [id*="deposit"] .jsh-status,
.jsh-app [id*="withdraw"] .jsh-status,
.jsh-app [class*="deposit"] .jsh-status,
.jsh-app [class*="withdraw"] .jsh-status{
    width:max-content!important;
    min-width:0!important;
    min-height:0!important;
    padding:3px 8px!important;
    border-radius:7px!important;
    font-size:9px!important;
    line-height:1.45!important;
    justify-content:center!important;
}
.jsh-app [id*="deposit"] input,
.jsh-app [id*="deposit"] select,
.jsh-app [id*="deposit"] textarea,
.jsh-app [id*="withdraw"] input,
.jsh-app [id*="withdraw"] select,
.jsh-app [id*="withdraw"] textarea{
    border-radius:9px!important;
    border-color:#dce4e8!important;
}
.jsh-app [id*="deposit"] button,
.jsh-app [id*="withdraw"] button{
    border-radius:9px!important;
}
.jsh-app [class*="deposit-row"],
.jsh-app [class*="withdraw-row"],
.jsh-app [class*="deposit-card"],
.jsh-app [class*="withdraw-card"]{
    border-radius:13px!important;
    border-color:rgba(25,52,62,.08)!important;
}
.jsh-app [class*="deposit-row"]:hover,
.jsh-app [class*="withdraw-row"]:hover{
    background:#f8fafb!important;
}
.jsh-app[data-jsh-theme="dark"] #jsh-services.jsh-services-page,
.jsh-theme-dark #jsh-services.jsh-services-page{
    background:#17252d!important;
    border-color:rgba(224,239,243,.09)!important;
    box-shadow:none!important;
}
.jsh-app[data-jsh-theme="dark"] #jsh-services .jsh-services-heading,
.jsh-theme-dark #jsh-services .jsh-services-heading{
    background:#17252d!important;
    border-color:rgba(224,239,243,.08)!important;
}
.jsh-app[data-jsh-theme="dark"] #jsh-services [class*="service-card"],
.jsh-app[data-jsh-theme="dark"] #jsh-services [class*="service-tile"],
.jsh-theme-dark #jsh-services [class*="service-card"],
.jsh-theme-dark #jsh-services [class*="service-tile"]{
    background:#1b2b34!important;
    border-color:#2f454f!important;
    box-shadow:none!important;
}
@media(max-width:760px){
    .jsh-app #jsh-services.jsh-services-page{
        border-radius:16px!important;
    }
    .jsh-app #jsh-services .jsh-services-heading{
        padding:16px!important;
    }
    .jsh-app #jsh-services .jsh-services-heading h2{
        font-size:15px!important;
    }
    .jsh-app #jsh-services .jsh-service-grid,
    .jsh-app #jsh-services .jsh-services-grid{
        padding:12px!important;
        gap:9px!important;
    }
}


/* JSH 2.0.12-safe — Tickets UX polish only; no ticket logic or actions changed. */
.jsh-app #jsh-tickets{
    border-radius:20px!important;
    overflow:hidden;
    border:1px solid rgba(25,52,62,.08)!important;
    background:#fff!important;
    box-shadow:0 10px 32px rgba(25,52,62,.05)!important;
}
.jsh-app #jsh-tickets .jsh-section-heading-row,
.jsh-app #jsh-tickets .jsh-tickets-heading{
    padding:19px 21px!important;
    margin:0!important;
    border-bottom:1px solid rgba(25,52,62,.07)!important;
    background:linear-gradient(180deg,#fff,#fbfcfc)!important;
}
.jsh-app #jsh-tickets .jsh-section-heading-row h2,
.jsh-app #jsh-tickets .jsh-tickets-heading h2{
    margin:0 0 3px!important;
    font-size:17px!important;
    line-height:1.6!important;
}
.jsh-app #jsh-tickets .jsh-section-heading-row p,
.jsh-app #jsh-tickets .jsh-tickets-heading p{
    margin:0!important;
    font-size:10px!important;
    color:#7a8b92!important;
    line-height:1.8!important;
}
.jsh-app #jsh-tickets [class*="ticket-card"],
.jsh-app #jsh-tickets [class*="ticket-item"],
.jsh-app #jsh-tickets [class*="ticket-row"]{
    border-radius:14px!important;
    border-color:rgba(25,52,62,.08)!important;
    box-shadow:0 5px 18px rgba(25,52,62,.035)!important;
}
.jsh-app #jsh-tickets [class*="ticket-message"],
.jsh-app #jsh-tickets [class*="message-bubble"]{
    border-radius:14px!important;
    padding:11px 13px!important;
    line-height:1.9!important;
}
.jsh-app #jsh-tickets [class*="sender-admin"],
.jsh-app #jsh-tickets [class*="is-admin"],
.jsh-app #jsh-tickets [data-sender="admin"]{
    background:#f1f7f7!important;
    border-color:#dcebec!important;
}
.jsh-app #jsh-tickets [class*="sender-user"],
.jsh-app #jsh-tickets [class*="is-user"],
.jsh-app #jsh-tickets [data-sender="user"]{
    background:#fbf8f0!important;
    border-color:#eee5ce!important;
}
.jsh-app #jsh-tickets time,
.jsh-app #jsh-tickets [class*="ticket-time"],
.jsh-app #jsh-tickets [class*="message-time"]{
    display:block!important;
    margin-top:5px!important;
    font-size:9px!important;
    color:#91a0a6!important;
    line-height:1.5!important;
}
.jsh-app #jsh-tickets .jsh-status,
.jsh-app #jsh-tickets [class*="ticket-status"]{
    width:max-content!important;
    min-width:0!important;
    min-height:0!important;
    padding:3px 8px!important;
    border-radius:7px!important;
    font-size:9px!important;
    line-height:1.45!important;
    justify-content:center!important;
}
.jsh-app #jsh-tickets input,
.jsh-app #jsh-tickets select,
.jsh-app #jsh-tickets textarea{
    border-radius:9px!important;
    border-color:#dce4e8!important;
}
.jsh-app #jsh-tickets textarea{
    min-height:110px!important;
    resize:vertical!important;
}
.jsh-app #jsh-tickets button,
.jsh-app #jsh-tickets .jsh-primary,
.jsh-app #jsh-tickets .jsh-secondary{
    border-radius:9px!important;
}
.jsh-app #jsh-tickets [class*="ticket-thread"],
.jsh-app #jsh-tickets [class*="messages-list"]{
    gap:10px!important;
}
.jsh-app #jsh-tickets [class*="ticket-meta"]{
    color:#829198!important;
    font-size:9px!important;
}
.jsh-app[data-jsh-theme="dark"] #jsh-tickets,
.jsh-theme-dark #jsh-tickets{
    background:#17252d!important;
    border-color:rgba(224,239,243,.09)!important;
    box-shadow:none!important;
}
.jsh-app[data-jsh-theme="dark"] #jsh-tickets .jsh-section-heading-row,
.jsh-app[data-jsh-theme="dark"] #jsh-tickets .jsh-tickets-heading,
.jsh-theme-dark #jsh-tickets .jsh-section-heading-row,
.jsh-theme-dark #jsh-tickets .jsh-tickets-heading{
    background:#17252d!important;
    border-color:rgba(224,239,243,.08)!important;
}
.jsh-app[data-jsh-theme="dark"] #jsh-tickets [class*="sender-admin"],
.jsh-app[data-jsh-theme="dark"] #jsh-tickets [class*="is-admin"],
.jsh-theme-dark #jsh-tickets [class*="sender-admin"],
.jsh-theme-dark #jsh-tickets [class*="is-admin"]{
    background:#1c3038!important;
    border-color:#304852!important;
}
.jsh-app[data-jsh-theme="dark"] #jsh-tickets [class*="sender-user"],
.jsh-app[data-jsh-theme="dark"] #jsh-tickets [class*="is-user"],
.jsh-theme-dark #jsh-tickets [class*="sender-user"],
.jsh-theme-dark #jsh-tickets [class*="is-user"]{
    background:#2b2a24!important;
    border-color:#494333!important;
}
@media(max-width:760px){
    .jsh-app #jsh-tickets{
        border-radius:16px!important;
    }
    .jsh-app #jsh-tickets .jsh-section-heading-row,
    .jsh-app #jsh-tickets .jsh-tickets-heading{
        padding:16px!important;
    }
    .jsh-app #jsh-tickets [class*="ticket-message"],
    .jsh-app #jsh-tickets [class*="message-bubble"]{
        padding:10px 11px!important;
        border-radius:12px!important;
    }
}


/* 2.1.16 — granular KYC lock and topbar overlay isolation. */
.jsh-app .jsh-birth-date-field .jsh-jalali-display:disabled,
.jsh-app .jsh-birth-date-field .jsh-jalali-trigger:disabled{
  cursor:not-allowed!important;
  pointer-events:none!important;
  opacity:.68!important;
}
.jsh-app .jsh-top-action-menu,
.jsh-app .jsh-ticket-notification-menu{
  position:relative!important;
  z-index:1000020!important;
}
.jsh-app .jsh-theme-menu,
.jsh-app .jsh-ticket-notification-drawer{
  z-index:1000030!important;
}


/* 2.1.17 — definitive topbar/content stacking-context fix.
   The date field must never establish a layer above topbar popovers. */
.jsh-app .jsh-app-main{
  position:relative!important;
  z-index:auto!important;
  isolation:auto!important;
}

.jsh-app .jsh-app-content{
  position:relative!important;
  z-index:1!important;
}

.jsh-app .jsh-jalali-field,
.jsh-app .jsh-birth-date-field,
.jsh-app .jsh-kyc-form .jsh-birth-date-field{
  z-index:auto!important;
  isolation:auto!important;
}

.jsh-app .jsh-jalali-input-wrap,
.jsh-app .jsh-jalali-display,
.jsh-app .jsh-birth-date-field .jsh-jalali-input-wrap,
.jsh-app .jsh-birth-date-field .jsh-jalali-display{
  z-index:auto!important;
}

.jsh-app .jsh-app-topbar{
  position:sticky!important;
  top:0!important;
  z-index:2147482000!important;
  overflow:visible!important;
  isolation:isolate!important;
}

.jsh-app .jsh-app-topbar > .jsh-top-actions{
  z-index:10!important;
}

.jsh-app .jsh-top-action-menu,
.jsh-app .jsh-ticket-notification-menu{
  position:relative!important;
  z-index:20!important;
}

.jsh-app .jsh-theme-menu,
.jsh-app .jsh-ticket-notification-drawer{
  z-index:30!important;
}

/* Desktop layout keeps the actions in their established visual position,
   while the topbar itself owns the high stacking layer. */
@media (min-width:821px){
  .jsh-app .jsh-app-topbar{
    position:sticky!important;
    top:0!important;
    z-index:2147482000!important;
  }
  .jsh-app .jsh-app-topbar > .jsh-top-actions{
    position:absolute!important;
    z-index:10!important;
  }
}

/* Mobile topbar remains above all page cards and KYC controls. */
@media (max-width:820px){
  .jsh-app .jsh-app-topbar{
    z-index:2147482000!important;
  }
  .jsh-app .jsh-ticket-notification-drawer,
  .jsh-app .jsh-theme-menu{
    z-index:30!important;
  }
}


.jsh-app.jsh-topbar-popover-open .jsh-birth-date-field,
.jsh-app.jsh-topbar-popover-open .jsh-birth-date-field *{
  z-index:auto!important;
}


/* 2.1.20 — contact modal is a true viewport-level overlay. */
body > #jsh-contact-modal[data-jsh-portaled="1"]{
  position:fixed!important;
  inset:0!important;
  width:100vw!important;
  height:100dvh!important;
  min-height:100vh!important;
  margin:0!important;
  padding:0!important;
  z-index:2147483600!important;
  visibility:hidden!important;
  opacity:0!important;
  pointer-events:none!important;
  display:block!important;
  overflow:hidden!important;
  isolation:isolate!important;
  transform:none!important;
  filter:none!important;
  contain:none!important;
}

body > #jsh-contact-modal[data-jsh-portaled="1"].open{
  visibility:visible!important;
  opacity:1!important;
  pointer-events:auto!important;
}

body > #jsh-contact-modal[data-jsh-portaled="1"] > .jsh-contact-backdrop{
  position:fixed!important;
  inset:0!important;
  width:100vw!important;
  height:100dvh!important;
  min-height:100vh!important;
  margin:0!important;
  background:rgba(0,0,0,.78)!important;
  z-index:1!important;
  pointer-events:auto!important;
  cursor:pointer!important;
}

body > #jsh-contact-modal[data-jsh-portaled="1"] > .jsh-contact-dialog{
  position:fixed!important;
  top:50%!important;
  left:50%!important;
  right:auto!important;
  bottom:auto!important;
  transform:translate(-50%,-50%)!important;
  z-index:2!important;
  width:min(420px,calc(100vw - 28px))!important;
  max-height:calc(100dvh - 32px)!important;
  margin:0!important;
  overflow:hidden!important;
  pointer-events:auto!important;
  background:#fff!important;
  color:#1d3038!important;
  border:1px solid #dfe6e9!important;
  box-shadow:0 28px 90px rgba(0,0,0,.42)!important;
}

body > #jsh-contact-modal[data-jsh-portaled="1"] .jsh-contact-dialog header{
  position:relative!important;
  z-index:3!important;
  background:inherit!important;
}

body > #jsh-contact-modal[data-jsh-portaled="1"] [data-jsh-contact-close]:not(.jsh-contact-backdrop){
  position:relative!important;
  z-index:4!important;
  pointer-events:auto!important;
  cursor:pointer!important;
}

/* Since the portaled dialog is no longer inside .jsh-app, dark-mode styling
   must be scoped from the page/body state instead. */
body.jsh-page-dark > #jsh-contact-modal[data-jsh-portaled="1"] > .jsh-contact-dialog,
html.jsh-contact-open body.jsh-page-dark > #jsh-contact-modal[data-jsh-portaled="1"] > .jsh-contact-dialog{
  background:#142126!important;
  color:#e7f0f3!important;
  border-color:#344a52!important;
}

body.jsh-page-dark > #jsh-contact-modal[data-jsh-portaled="1"] .jsh-contact-dialog h3{
  color:#f4f8f9!important;
}

body.jsh-page-dark > #jsh-contact-modal[data-jsh-portaled="1"] .jsh-contact-dialog header{
  border-color:#2e4148!important;
}

body.jsh-page-dark > #jsh-contact-modal[data-jsh-portaled="1"] .jsh-contact-dialog header button{
  color:#d6e3e7!important;
}

body.jsh-page-dark > #jsh-contact-modal[data-jsh-portaled="1"] .jsh-contact-item{
  background:#22363d!important;
  border:1px solid #35505a!important;
}

body.jsh-page-dark > #jsh-contact-modal[data-jsh-portaled="1"] .jsh-contact-item:hover{
  background:#29434b!important;
}

body.jsh-page-dark > #jsh-contact-modal[data-jsh-portaled="1"] .jsh-contact-name,
body.jsh-page-dark > #jsh-contact-modal[data-jsh-portaled="1"] .jsh-contact-value{
  color:#fff!important;
}

body.jsh-page-dark > #jsh-contact-modal[data-jsh-portaled="1"] .jsh-contact-role{
  color:#b9c9ce!important;
}

body.jsh-page-dark > #jsh-contact-modal[data-jsh-portaled="1"] .jsh-contact-phone{
  color:#8fe0be!important;
  background:rgba(83,188,144,.12)!important;
  border-color:rgba(143,224,190,.18)!important;
}

html.jsh-contact-open,
body.jsh-contact-open{
  overflow:hidden!important;
  overscroll-behavior:none!important;
}

@media(max-width:540px){
  body > #jsh-contact-modal[data-jsh-portaled="1"] > .jsh-contact-dialog{
    width:calc(100vw - 20px)!important;
    max-height:calc(100dvh - 20px)!important;
  }
}


/* 2.1.21 — contact modal dark-mode visual parity. */
body.jsh-page-dark > #jsh-contact-modal[data-jsh-portaled="1"] .jsh-contact-dialog header{
  background:#17252b!important;
  border-bottom:1px solid #31464e!important;
}

body.jsh-page-dark > #jsh-contact-modal[data-jsh-portaled="1"] .jsh-contact-dialog header button[data-jsh-contact-close]{
  width:34px!important;
  height:34px!important;
  min-width:34px!important;
  min-height:34px!important;
  display:grid!important;
  place-items:center!important;
  border:1px solid #3b5058!important;
  border-radius:10px!important;
  background:#223238!important;
  color:#dce8ec!important;
  font-size:23px!important;
  line-height:1!important;
  box-shadow:none!important;
}

body.jsh-page-dark > #jsh-contact-modal[data-jsh-portaled="1"] .jsh-contact-dialog header button[data-jsh-contact-close]:hover,
body.jsh-page-dark > #jsh-contact-modal[data-jsh-portaled="1"] .jsh-contact-dialog header button[data-jsh-contact-close]:focus-visible{
  background:#2b3f47!important;
  border-color:#4c6670!important;
  color:#fff!important;
  outline:none!important;
}

body.jsh-page-dark > #jsh-contact-modal[data-jsh-portaled="1"] .jsh-contact-list{
  background:#142126!important;
}

body.jsh-page-dark > #jsh-contact-modal[data-jsh-portaled="1"] .jsh-contact-item{
  background:#1d3037!important;
  border:1px solid #334b54!important;
  box-shadow:none!important;
}

body.jsh-page-dark > #jsh-contact-modal[data-jsh-portaled="1"] .jsh-contact-item:hover{
  background:#253a42!important;
  border-color:#42606b!important;
  transform:translateY(-1px)!important;
}

body.jsh-page-dark > #jsh-contact-modal[data-jsh-portaled="1"] .jsh-contact-phone{
  background:#17342e!important;
  border:1px solid #2d574c!important;
  color:#8fe0be!important;
}

body.jsh-page-dark > #jsh-contact-modal[data-jsh-portaled="1"] .jsh-contact-copy{
  background:transparent!important;
}

body.jsh-page-dark > #jsh-contact-modal[data-jsh-portaled="1"] .jsh-contact-name{
  color:#f0f6f8!important;
}

body.jsh-page-dark > #jsh-contact-modal[data-jsh-portaled="1"] .jsh-contact-role{
  color:#9eb1b8!important;
}

body.jsh-page-dark > #jsh-contact-modal[data-jsh-portaled="1"] .jsh-contact-value{
  color:#dce8ec!important;
}

body.jsh-page-dark > #jsh-contact-modal[data-jsh-portaled="1"] .jsh-contact-empty{
  background:#1d3037!important;
  border:1px solid #334b54!important;
  color:#aebfc5!important;
}



/* 2.1.22 — definitive mobile navigation layer + hamburger centering. */
@media (max-width:820px){
  .jsh-app .jsh-sidebar-backdrop{
    position:fixed!important;
    inset:0!important;
    width:100vw!important;
    height:100dvh!important;
    min-height:100vh!important;
    margin:0!important;
    padding:0!important;
    background:rgba(0,0,0,.64)!important;
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
    transition:opacity .2s ease,visibility .2s ease!important;
    z-index:2147483300!important;
  }
  .jsh-app .jsh-sidebar-backdrop.open{
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
  }
  .jsh-app .jsh-app-sidebar{
    position:fixed!important;
    top:0!important;
    right:-290px!important;
    bottom:0!important;
    left:auto!important;
    width:270px!important;
    height:100dvh!important;
    max-height:100dvh!important;
    z-index:2147483400!important;
    transition:right .25s ease!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    isolation:isolate!important;
  }
  .jsh-app .jsh-app-sidebar.open{right:0!important;}
  .jsh-app .jsh-app-topbar{z-index:2147482000!important;}
  html.jsh-mobile-sidebar-open,
  body.jsh-mobile-sidebar-open{
    overflow:hidden!important;
    overscroll-behavior:none!important;
  }

  .jsh-app .jsh-menu-toggle{
    position:relative!important;
    display:grid!important;
    place-items:center!important;
    align-items:center!important;
    justify-items:center!important;
    width:44px!important;
    height:44px!important;
    min-width:44px!important;
    min-height:44px!important;
    padding:0!important;
    margin:0!important;
    border:0!important;
    line-height:0!important;
    font-size:0!important;
    box-sizing:border-box!important;
    overflow:hidden!important;
  }
  .jsh-app .jsh-menu-toggle::before{
    content:""!important;
    display:block!important;
    position:static!important;
    width:20px!important;
    height:14px!important;
    margin:0!important;
    padding:0!important;
    transform:none!important;
    background:
      linear-gradient(currentColor,currentColor) 0 0 / 20px 2px no-repeat,
      linear-gradient(currentColor,currentColor) 0 6px / 20px 2px no-repeat,
      linear-gradient(currentColor,currentColor) 0 12px / 20px 2px no-repeat!important;
    border:0!important;
    box-shadow:none!important;
    align-self:center!important;
    justify-self:center!important;
  }
  .jsh-app .jsh-menu-toggle::after{
    content:none!important;
    display:none!important;
  }
}


/* 2.1.23 — exact mobile hamburger geometry; no font glyph/pseudo baseline. */
@media (max-width:820px){
  .jsh-app .jsh-menu-toggle{
    position:relative!important;
    display:block!important;
    width:44px!important;
    height:44px!important;
    min-width:44px!important;
    min-height:44px!important;
    padding:0!important;
    margin:0!important;
    line-height:0!important;
    font-size:0!important;
    text-indent:0!important;
    box-sizing:border-box!important;
    overflow:hidden!important;
  }

  .jsh-app .jsh-menu-toggle::before,
  .jsh-app .jsh-menu-toggle::after{
    content:none!important;
    display:none!important;
    background:none!important;
  }

  .jsh-app .jsh-menu-toggle > .jsh-hamburger-icon{
    position:absolute!important;
    top:50%!important;
    left:50%!important;
    width:20px!important;
    height:14px!important;
    margin:0!important;
    padding:0!important;
    transform:translate(-50%,-50%)!important;
    display:block!important;
    line-height:0!important;
    pointer-events:none!important;
  }

  .jsh-app .jsh-menu-toggle > .jsh-hamburger-icon > i{
    position:absolute!important;
    left:0!important;
    width:20px!important;
    height:2px!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    border-radius:2px!important;
    background:currentColor!important;
    display:block!important;
    transform:none!important;
    box-shadow:none!important;
  }

  .jsh-app .jsh-menu-toggle > .jsh-hamburger-icon > i:nth-child(1){top:0!important;}
  .jsh-app .jsh-menu-toggle > .jsh-hamburger-icon > i:nth-child(2){top:6px!important;}
  .jsh-app .jsh-menu-toggle > .jsh-hamburger-icon > i:nth-child(3){top:12px!important;}
}


/* 2.1.24 — exact hamburger centering using a fixed SVG viewport. */
@media (max-width:820px){
  .jsh-app .jsh-app-topbar .jsh-menu-toggle{
    position:relative!important;
    display:block!important;
    flex:0 0 44px!important;
    width:44px!important;
    height:44px!important;
    min-width:44px!important;
    max-width:44px!important;
    min-height:44px!important;
    max-height:44px!important;
    padding:0!important;
    margin:0!important;
    border:0!important;
    line-height:0!important;
    font-size:0!important;
    text-align:center!important;
    vertical-align:middle!important;
    box-sizing:border-box!important;
    overflow:hidden!important;
  }

  .jsh-app .jsh-app-topbar .jsh-menu-toggle::before,
  .jsh-app .jsh-app-topbar .jsh-menu-toggle::after{
    content:none!important;
    display:none!important;
    width:0!important;
    height:0!important;
    background:none!important;
    transform:none!important;
  }

  .jsh-app .jsh-app-topbar .jsh-menu-toggle > .jsh-hamburger-icon,
  .jsh-app .jsh-app-topbar .jsh-menu-toggle > i{
    display:none!important;
  }

  .jsh-app .jsh-app-topbar .jsh-menu-toggle > .jsh-hamburger-svg{
    position:absolute!important;
    inset:0!important;
    top:0!important;
    right:0!important;
    bottom:0!important;
    left:0!important;
    width:22px!important;
    height:22px!important;
    min-width:22px!important;
    min-height:22px!important;
    margin:auto!important;
    padding:0!important;
    display:block!important;
    overflow:visible!important;
    transform:none!important;
    translate:none!important;
    align-self:auto!important;
    justify-self:auto!important;
    pointer-events:none!important;
  }

  .jsh-app .jsh-app-topbar .jsh-menu-toggle > .jsh-hamburger-svg path{
    vector-effect:non-scaling-stroke!important;
  }
}


/* 2.1.25 — dark-mode parity for mobile menu control/sidebar and recent trades. */
@media (max-width:820px){
  .jsh-app[data-jsh-theme="dark"] .jsh-menu-toggle,
  body.jsh-page-dark .jsh-app .jsh-menu-toggle{
    background:#1b2a31!important;
    border:1px solid #344850!important;
    color:#dce8ec!important;
    box-shadow:0 4px 14px rgba(0,0,0,.22)!important;
  }

  .jsh-app[data-jsh-theme="dark"] .jsh-menu-toggle:hover,
  .jsh-app[data-jsh-theme="dark"] .jsh-menu-toggle:focus-visible,
  body.jsh-page-dark .jsh-app .jsh-menu-toggle:hover,
  body.jsh-page-dark .jsh-app .jsh-menu-toggle:focus-visible{
    background:#23363e!important;
    border-color:#46606a!important;
    color:#ffffff!important;
    outline:none!important;
  }

  .jsh-app[data-jsh-theme="dark"] .jsh-menu-toggle > .jsh-hamburger-svg,
  body.jsh-page-dark .jsh-app .jsh-menu-toggle > .jsh-hamburger-svg{
    color:#dce8ec!important;
    stroke:#dce8ec!important;
  }

  .jsh-app[data-jsh-theme="dark"] .jsh-menu-toggle > .jsh-hamburger-svg path,
  body.jsh-page-dark .jsh-app .jsh-menu-toggle > .jsh-hamburger-svg path{
    stroke:currentColor!important;
  }

  .jsh-app[data-jsh-theme="dark"] .jsh-app-sidebar,
  body.jsh-page-dark .jsh-app .jsh-app-sidebar{
    background:linear-gradient(180deg,#13252b 0%,#0d1a1f 100%)!important;
    border-left:1px solid #2b4049!important;
    color:#dbe7eb!important;
    box-shadow:-18px 0 48px rgba(0,0,0,.38)!important;
  }

  .jsh-app[data-jsh-theme="dark"] .jsh-sidebar-backdrop,
  body.jsh-page-dark .jsh-app .jsh-sidebar-backdrop{
    background:rgba(0,0,0,.76)!important;
  }
}

/* Recent transactions dashboard card — complete dark treatment. */
.jsh-app[data-jsh-theme="dark"] .jsh-mesqal-recent,
body.jsh-page-dark .jsh-app .jsh-mesqal-recent{
  background:#151f25!important;
  border-color:#2a3941!important;
  color:#dce7eb!important;
  box-shadow:none!important;
}

.jsh-app[data-jsh-theme="dark"] .jsh-mesqal-recent .jsh-mesqal-card-head,
body.jsh-page-dark .jsh-app .jsh-mesqal-recent .jsh-mesqal-card-head{
  background:transparent!important;
  border-color:#2a3941!important;
}

.jsh-app[data-jsh-theme="dark"] .jsh-mesqal-recent .jsh-mesqal-card-head h3,
body.jsh-page-dark .jsh-app .jsh-mesqal-recent .jsh-mesqal-card-head h3{
  color:#f2f7f9!important;
}

.jsh-app[data-jsh-theme="dark"] .jsh-mesqal-recent .jsh-mesqal-card-head span,
body.jsh-page-dark .jsh-app .jsh-mesqal-recent .jsh-mesqal-card-head span{
  color:#93a8b1!important;
}

.jsh-app[data-jsh-theme="dark"] .jsh-mesqal-recent .jsh-mesqal-card-head a,
body.jsh-page-dark .jsh-app .jsh-mesqal-recent .jsh-mesqal-card-head a{
  color:#8fd9d0!important;
  background:transparent!important;
}

.jsh-app[data-jsh-theme="dark"] .jsh-mesqal-recent-row,
body.jsh-page-dark .jsh-app .jsh-mesqal-recent-row{
  background:#1b2a31!important;
  border-color:#30444d!important;
  color:#dce7eb!important;
  box-shadow:none!important;
}

.jsh-app[data-jsh-theme="dark"] .jsh-mesqal-recent-row:hover,
body.jsh-page-dark .jsh-app .jsh-mesqal-recent-row:hover{
  background:#21343c!important;
  border-color:#405963!important;
}

.jsh-app[data-jsh-theme="dark"] .jsh-mesqal-recent-product strong,
.jsh-app[data-jsh-theme="dark"] .jsh-mesqal-recent-amount strong,
body.jsh-page-dark .jsh-app .jsh-mesqal-recent-product strong,
body.jsh-page-dark .jsh-app .jsh-mesqal-recent-amount strong{
  color:#f0f6f8!important;
}

.jsh-app[data-jsh-theme="dark"] .jsh-mesqal-recent-product small,
.jsh-app[data-jsh-theme="dark"] .jsh-mesqal-recent-amount small,
body.jsh-page-dark .jsh-app .jsh-mesqal-recent-product small,
body.jsh-page-dark .jsh-app .jsh-mesqal-recent-amount small{
  color:#91a5ad!important;
}

.jsh-app[data-jsh-theme="dark"] .jsh-mesqal-recent .jsh-mesqal-empty,
body.jsh-page-dark .jsh-app .jsh-mesqal-recent .jsh-mesqal-empty{
  background:#1b2a31!important;
  border:1px solid #30444d!important;
  color:#9fb1b8!important;
}

/* Status chips inside recent transactions must also avoid light backgrounds. */
.jsh-app[data-jsh-theme="dark"] .jsh-mesqal-recent-row .jsh-status.status-pending,
.jsh-app[data-jsh-theme="dark"] .jsh-mesqal-recent-row .jsh-status.status-under_review,
body.jsh-page-dark .jsh-app .jsh-mesqal-recent-row .jsh-status.status-pending,
body.jsh-page-dark .jsh-app .jsh-mesqal-recent-row .jsh-status.status-under_review{
  background:#3b3420!important;
  color:#f0d98b!important;
  border-color:#5b4e2a!important;
}

.jsh-app[data-jsh-theme="dark"] .jsh-mesqal-recent-row .jsh-status.status-accepted,
.jsh-app[data-jsh-theme="dark"] .jsh-mesqal-recent-row .jsh-status.status-settled,
body.jsh-page-dark .jsh-app .jsh-mesqal-recent-row .jsh-status.status-accepted,
body.jsh-page-dark .jsh-app .jsh-mesqal-recent-row .jsh-status.status-settled{
  background:#17352d!important;
  color:#8fe0be!important;
  border-color:#285646!important;
}

.jsh-app[data-jsh-theme="dark"] .jsh-mesqal-recent-row .jsh-status.status-rejected,
.jsh-app[data-jsh-theme="dark"] .jsh-mesqal-recent-row .jsh-status.status-cancelled,
body.jsh-page-dark .jsh-app .jsh-mesqal-recent-row .jsh-status.status-rejected,
body.jsh-page-dark .jsh-app .jsh-mesqal-recent-row .jsh-status.status-cancelled{
  background:#42252b!important;
  color:#ffb6bd!important;
  border-color:#63343d!important;
}



/* 2.1.29 — visible fee and owned-asset rows in the trade confirmation modal. */
.jsh-trade-modal .jsh-modal-info-row > strong{
  margin-inline-start:auto;
  font-weight:800;
  text-align:left;
  direction:ltr;
  unicode-bidi:plaintext;
}
.jsh-app[data-jsh-theme="dark"] .jsh-trade-modal .jsh-modal-info-row,
body.jsh-page-dark .jsh-trade-modal .jsh-modal-info-row{
  color:#dce7eb;
}
.jsh-app[data-jsh-theme="dark"] .jsh-trade-modal .jsh-modal-info-row > strong,
body.jsh-page-dark .jsh-trade-modal .jsh-modal-info-row > strong{
  color:#f1f7f9;
}


/* 2.1.30 — compact fee/asset cards below payable/receivable amount. */
.jsh-trade-modal .jsh-modal-summary-cards{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  margin:10px 0 2px;
}

.jsh-trade-modal .jsh-modal-summary-card{
  min-width:0;
  display:flex;
  align-items:center;
  gap:10px;
  padding:11px 12px;
  border:1px solid #e3e8eb;
  border-radius:12px;
  background:#f7f9fa;
  color:#25343a;
}

.jsh-trade-modal .jsh-modal-summary-card-icon{
  flex:0 0 30px;
  width:30px;
  height:30px;
  display:grid;
  place-items:center;
  border-radius:9px;
  background:#eaf0f2;
  color:#36545e;
  font-weight:800;
}

.jsh-trade-modal .jsh-modal-summary-card > div{
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:3px;
}

.jsh-trade-modal .jsh-modal-summary-card small{
  color:#74858c;
  font-size:12px;
  line-height:1.5;
}

.jsh-trade-modal .jsh-modal-summary-card strong{
  color:#203137;
  font-size:14px;
  line-height:1.6;
  font-weight:800;
  direction:ltr;
  unicode-bidi:plaintext;
  overflow-wrap:anywhere;
}

.jsh-app[data-jsh-theme="dark"] .jsh-trade-modal .jsh-modal-summary-card,
body.jsh-page-dark .jsh-trade-modal .jsh-modal-summary-card{
  background:#1b2a31;
  border-color:#31464f;
  color:#e4edf0;
}

.jsh-app[data-jsh-theme="dark"] .jsh-trade-modal .jsh-modal-summary-card-icon,
body.jsh-page-dark .jsh-trade-modal .jsh-modal-summary-card-icon{
  background:#243940;
  color:#cce0e5;
}

.jsh-app[data-jsh-theme="dark"] .jsh-trade-modal .jsh-modal-summary-card small,
body.jsh-page-dark .jsh-trade-modal .jsh-modal-summary-card small{
  color:#9eb0b7;
}

.jsh-app[data-jsh-theme="dark"] .jsh-trade-modal .jsh-modal-summary-card strong,
body.jsh-page-dark .jsh-trade-modal .jsh-modal-summary-card strong{
  color:#f2f7f9;
}

@media(max-width:390px){
  .jsh-trade-modal .jsh-modal-summary-cards{
    gap:7px;
  }
  .jsh-trade-modal .jsh-modal-summary-card{
    gap:7px;
    padding:9px 8px;
  }
  .jsh-trade-modal .jsh-modal-summary-card-icon{
    flex-basis:26px;
    width:26px;
    height:26px;
  }
}


/* 2.1.31 — centered trade modal price with تومان on the visual left. */
.jsh-trade-modal .jsh-modal-price-row{
  align-items:center;
}

.jsh-trade-modal .jsh-modal-price-box{
  margin-inline-start:auto;
  min-width:0;
  flex:1 1 auto;
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  column-gap:7px;
  direction:ltr;
}

.jsh-trade-modal .jsh-modal-price-box::before{
  content:"";
  grid-column:1;
}

.jsh-trade-modal .jsh-modal-price-box #jsh-modal-price{
  grid-column:2;
  justify-self:center;
  text-align:center!important;
  direction:ltr;
  unicode-bidi:plaintext;
  white-space:nowrap;
}

.jsh-trade-modal .jsh-modal-price-box .jsh-modal-price-unit{
  grid-column:3;
  justify-self:start;
  direction:rtl;
  color:#718188;
  font-size:12px;
  white-space:nowrap;
}

.jsh-app[data-jsh-theme="dark"] .jsh-trade-modal .jsh-modal-price-box .jsh-modal-price-unit,
body.jsh-page-dark .jsh-trade-modal .jsh-modal-price-box .jsh-modal-price-unit{
  color:#9fb0b7;
}


/* 2.1.33 — definitive modal price alignment.
   Absolute positioning avoids RTL/grid/flex rules shifting the number. */
.jsh-app .jsh-trade-modal .jsh-modal-price-row .jsh-modal-price-box,
.jsh-trade-modal .jsh-modal-price-row .jsh-modal-price-box{
  position:relative!important;
  display:block!important;
  width:100%!important;
  min-width:0!important;
  height:50px!important;
  margin:0!important;
  padding:0 62px!important;
  box-sizing:border-box!important;
  direction:ltr!important;
  border:1px solid #dbe3e7!important;
  border-radius:9px!important;
  background:#fff!important;
  overflow:hidden!important;
}

.jsh-app .jsh-trade-modal .jsh-modal-price-row .jsh-modal-price-box::before,
.jsh-trade-modal .jsh-modal-price-row .jsh-modal-price-box::before{
  content:none!important;
  display:none!important;
}

.jsh-app .jsh-trade-modal .jsh-modal-price-row .jsh-modal-price-box #jsh-modal-price,
.jsh-trade-modal .jsh-modal-price-row .jsh-modal-price-box #jsh-modal-price{
  position:absolute!important;
  top:50%!important;
  left:50%!important;
  right:auto!important;
  bottom:auto!important;
  transform:translate(-50%,-50%)!important;
  margin:0!important;
  padding:0!important;
  width:max-content!important;
  max-width:calc(100% - 124px)!important;
  text-align:center!important;
  direction:ltr!important;
  unicode-bidi:isolate!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  font-size:16px!important;
  font-weight:800!important;
  line-height:1!important;
  color:#16734f!important;
}

.jsh-app .jsh-trade-modal .jsh-modal-titlebar.is-sell ~ .jsh-modal-form .jsh-modal-price-box #jsh-modal-price,
.jsh-trade-modal .jsh-modal-titlebar.is-sell ~ .jsh-modal-form .jsh-modal-price-box #jsh-modal-price{
  color:#a8414a!important;
}

.jsh-app .jsh-trade-modal .jsh-modal-price-row .jsh-modal-price-unit,
.jsh-trade-modal .jsh-modal-price-row .jsh-modal-price-unit{
  position:absolute!important;
  left:12px!important;
  right:auto!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  margin:0!important;
  padding:0!important;
  width:auto!important;
  text-align:left!important;
  direction:rtl!important;
  white-space:nowrap!important;
  font-size:13px!important;
  line-height:1!important;
  color:#718188!important;
}

.jsh-app[data-jsh-theme="dark"] .jsh-trade-modal .jsh-modal-price-row .jsh-modal-price-box,
body.jsh-page-dark .jsh-trade-modal .jsh-modal-price-row .jsh-modal-price-box{
  background:#0f181d!important;
  border-color:#344750!important;
}

.jsh-app[data-jsh-theme="dark"] .jsh-trade-modal .jsh-modal-price-row .jsh-modal-price-box #jsh-modal-price,
body.jsh-page-dark .jsh-trade-modal .jsh-modal-price-row .jsh-modal-price-box #jsh-modal-price{
  color:#eef5f7!important;
}

.jsh-app[data-jsh-theme="dark"] .jsh-trade-modal .jsh-modal-price-row .jsh-modal-price-unit,
body.jsh-page-dark .jsh-trade-modal .jsh-modal-price-row .jsh-modal-price-unit{
  color:#9fb0b7!important;
}

@media(max-width:420px){
  .jsh-app .jsh-trade-modal .jsh-modal-price-row .jsh-modal-price-box,
  .jsh-trade-modal .jsh-modal-price-row .jsh-modal-price-box{
    height:46px!important;
    padding-inline:54px!important;
  }

  .jsh-app .jsh-trade-modal .jsh-modal-price-row .jsh-modal-price-box #jsh-modal-price,
  .jsh-trade-modal .jsh-modal-price-row .jsh-modal-price-box #jsh-modal-price{
    max-width:calc(100% - 108px)!important;
    font-size:15px!important;
  }

  .jsh-app .jsh-trade-modal .jsh-modal-price-row .jsh-modal-price-unit,
  .jsh-trade-modal .jsh-modal-price-row .jsh-modal-price-unit{
    left:9px!important;
    font-size:12px!important;
  }
}


/* 2.1.34 — price remains geometrically centered, without a surrounding box. */
.jsh-app .jsh-trade-modal .jsh-modal-price-row .jsh-modal-price-box,
.jsh-trade-modal .jsh-modal-price-row .jsh-modal-price-box{
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  height:46px!important;
}

.jsh-app[data-jsh-theme="dark"] .jsh-trade-modal .jsh-modal-price-row .jsh-modal-price-box,
body.jsh-page-dark .jsh-trade-modal .jsh-modal-price-row .jsh-modal-price-box{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}


/* 2.1.35 — larger numeric price in buy/sell modal. */
.jsh-app .jsh-trade-modal .jsh-modal-price-row .jsh-modal-price-box #jsh-modal-price,
.jsh-trade-modal .jsh-modal-price-row .jsh-modal-price-box #jsh-modal-price{
  font-size:20px!important;
  font-weight:800!important;
}

@media(max-width:420px){
  .jsh-app .jsh-trade-modal .jsh-modal-price-row .jsh-modal-price-box #jsh-modal-price,
  .jsh-trade-modal .jsh-modal-price-row .jsh-modal-price-box #jsh-modal-price{
    font-size:19px!important;
  }
}


/* 2.1.36 — slightly smaller modal price + more breathing room above summary cards. */
.jsh-app .jsh-trade-modal .jsh-modal-price-row .jsh-modal-price-box #jsh-modal-price,
.jsh-trade-modal .jsh-modal-price-row .jsh-modal-price-box #jsh-modal-price{
  font-size:18px!important;
}

.jsh-trade-modal .jsh-modal-summary-cards{
  margin-top:18px!important;
}

@media(max-width:420px){
  .jsh-app .jsh-trade-modal .jsh-modal-price-row .jsh-modal-price-box #jsh-modal-price,
  .jsh-trade-modal .jsh-modal-price-row .jsh-modal-price-box #jsh-modal-price{
    font-size:17px!important;
  }

  .jsh-trade-modal .jsh-modal-summary-cards{
    margin-top:16px!important;
  }
}


/* 2.1.37 — prevent price numerals from clipping at the top. */
.jsh-app .jsh-trade-modal .jsh-modal-price-row .jsh-modal-price-box,
.jsh-trade-modal .jsh-modal-price-row .jsh-modal-price-box{
  overflow:visible!important;
}

.jsh-app .jsh-trade-modal .jsh-modal-price-row .jsh-modal-price-box #jsh-modal-price,
.jsh-trade-modal .jsh-modal-price-row .jsh-modal-price-box #jsh-modal-price{
  line-height:1.35!important;
  padding-top:2px!important;
  padding-bottom:2px!important;
  overflow:visible!important;
  text-overflow:clip!important;
}

@media(max-width:420px){
  .jsh-app .jsh-trade-modal .jsh-modal-price-row .jsh-modal-price-box #jsh-modal-price,
  .jsh-trade-modal .jsh-modal-price-row .jsh-modal-price-box #jsh-modal-price{
    line-height:1.35!important;
    padding-top:2px!important;
    padding-bottom:2px!important;
  }
}


/* 2.1.38 — balanced spacing for the empty tickets state. */
.jsh-app .jsh-ticket-empty-state{
  margin-top:22px!important;
  padding-top:14px!important;
  padding-bottom:14px!important;
}

.jsh-app .jsh-ticket-empty-state h3,
.jsh-app .jsh-ticket-empty-state strong{
  margin-top:0!important;
  margin-bottom:7px!important;
  line-height:1.7!important;
}

.jsh-app .jsh-ticket-empty-state p{
  margin-top:0!important;
  margin-bottom:0!important;
  line-height:1.9!important;
}

@media(max-width:820px){
  .jsh-app .jsh-ticket-empty-state{
    margin-top:18px!important;
    padding-top:12px!important;
    padding-bottom:12px!important;
  }
}


/* 2.1.39 — center empty-ticket messaging. */
.jsh-app .jsh-ticket-empty-state{
  text-align:center!important;
}

.jsh-app .jsh-ticket-empty-state h3,
.jsh-app .jsh-ticket-empty-state strong,
.jsh-app .jsh-ticket-empty-state p{
  text-align:center!important;
  margin-left:auto!important;
  margin-right:auto!important;
}

/* 2.1.40 — trade hours */
.jsh-app .jsh-trade-hours-notice{display:flex;align-items:center;gap:10px;margin:12px 0 16px;padding:10px 12px;border:1px solid #eadcad;border-radius:12px;background:#fffaf0;color:#625320}
.jsh-app .jsh-trade-hours-notice>span{flex:0 0 34px;width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:#f5e9bd;font-size:18px}
.jsh-app .jsh-trade-hours-notice strong{display:block;margin-bottom:3px}
.jsh-app .jsh-trade-hours-notice p{display:flex;flex-wrap:wrap;gap:6px 16px;margin:0;font-size:12px}
.jsh-app .jsh-schedule-caption,.jsh-app .jsh-mobile-schedule-note{color:#836c1d!important}
.jsh-app[data-jsh-theme="dark"] .jsh-trade-hours-notice,body.jsh-page-dark .jsh-app .jsh-trade-hours-notice{background:#2e2a1d;border-color:#554a29;color:#eadb9d}
.jsh-app[data-jsh-theme="dark"] .jsh-trade-hours-notice>span,body.jsh-page-dark .jsh-app .jsh-trade-hours-notice>span{background:#403822;color:#f1d981}
@media(max-width:620px){.jsh-app .jsh-trade-hours-notice{align-items:flex-start}.jsh-app .jsh-trade-hours-notice p{flex-direction:column;gap:3px}}


/* 2.1.41 — global-disabled trade notice. */
.jsh-app .jsh-trade-hours-notice.is-global-disabled{
  background:#fff4f4;
  border-color:#efc8cc;
  color:#8d3039;
}
.jsh-app .jsh-trade-hours-notice.is-global-disabled>span{
  background:#f4d8db;
  color:#9f2733;
  font-weight:900;
}
.jsh-app[data-jsh-theme="dark"] .jsh-trade-hours-notice.is-global-disabled,
body.jsh-page-dark .jsh-app .jsh-trade-hours-notice.is-global-disabled{
  background:#342126;
  border-color:#613740;
  color:#f0b8be;
}
.jsh-app[data-jsh-theme="dark"] .jsh-trade-hours-notice.is-global-disabled>span,
body.jsh-page-dark .jsh-app .jsh-trade-hours-notice.is-global-disabled>span{
  background:#482b31;
  color:#ffc3c9;
}


/* 2.1.49 — one restriction message, separate buy/sell schedule lines. */
.jsh-app .jsh-trade-hours-message{
  display:flex;
  flex-direction:column;
  gap:7px;
}
.jsh-app .jsh-trade-hours-custom-message{
  margin:0!important;
  line-height:1.9;
}
.jsh-app .jsh-trade-hours-lines{
  display:flex;
  flex-direction:column;
  gap:4px;
}
.jsh-app .jsh-trade-hours-line{
  display:block;
  line-height:1.9;
}
.jsh-app .jsh-trade-hours-line span{
  white-space:nowrap;
}


/* 2.1.53 — total portfolio value card on customer dashboard. */
.jsh-mesqal-wallet-total-value{
  background:linear-gradient(135deg,#49636d,#263f49);
}
.jsh-mesqal-wallet-total-value strong{
  font-size:25px;
}
.jsh-mesqal-wallet-total-value small{
  max-width:260px;
  line-height:1.7;
}

@media(max-width:760px){
  .jsh-mesqal-wallet-total-value strong{
    font-size:22px;
  }
}




/* 2.1.60 — complete dashboard-style redesign for asset pages. */
.jsh-app .jsh-portfolio-page{
  padding:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
}

.jsh-app .jsh-portfolio-hero{
  position:relative;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:20px;
  min-height:150px;
  padding:24px 26px;
  overflow:hidden;
  border:1px solid #dfe6e9;
  border-radius:22px;
  background:
    radial-gradient(circle at 88% 18%,rgba(192,159,78,.13),transparent 26%),
    linear-gradient(135deg,#ffffff 0%,#f7fafb 100%);
  box-shadow:0 10px 28px rgba(37,58,67,.06);
}

.jsh-app .jsh-portfolio-page-coins .jsh-portfolio-hero{
  background:
    radial-gradient(circle at 88% 16%,rgba(105,132,143,.14),transparent 28%),
    linear-gradient(135deg,#fff 0%,#f5f9fa 100%);
}

.jsh-app .jsh-portfolio-page-gold .jsh-portfolio-hero{
  background:
    radial-gradient(circle at 88% 16%,rgba(196,157,61,.15),transparent 28%),
    linear-gradient(135deg,#fff 0%,#fbf9f3 100%);
}

.jsh-app .jsh-portfolio-hero::after{
  content:"";
  position:absolute;
  inset-inline-end:-34px;
  bottom:-58px;
  width:170px;
  height:170px;
  border:1px solid rgba(118,137,145,.10);
  border-radius:50%;
  box-shadow:0 0 0 22px rgba(118,137,145,.035),0 0 0 48px rgba(118,137,145,.018);
  pointer-events:none;
}

.jsh-app .jsh-portfolio-hero-copy{
  position:relative;
  z-index:1;
  max-width:660px;
}

.jsh-app .jsh-portfolio-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:7px;
  min-height:28px;
  padding:4px 9px;
  border:1px solid #e1e7e9;
  border-radius:999px;
  background:rgba(255,255,255,.75);
  color:#708087;
  font-size:10px;
  font-weight:700;
}

.jsh-app .jsh-portfolio-eyebrow-icon{
  color:#6d818a;
}

.jsh-app .jsh-portfolio-eyebrow-icon.is-gold{
  color:#a77a1d;
}

.jsh-app .jsh-portfolio-hero h2{
  margin:14px 0 7px;
  color:#20343d;
  font-size:25px;
  letter-spacing:-.4px;
}

.jsh-app .jsh-portfolio-hero p{
  max-width:600px;
  margin:0;
  color:#718188;
  font-size:12px;
  line-height:2;
}

.jsh-app .jsh-portfolio-back{
  position:relative;
  z-index:2;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  min-width:106px;
  min-height:40px;
  padding:0 13px;
  border:1px solid #d9e2e5;
  border-radius:11px;
  background:rgba(255,255,255,.88);
  color:#52676f;
  font-family:inherit;
  font-size:11px;
  font-weight:700;
  cursor:pointer;
  transition:background .16s ease,border-color .16s ease,transform .16s ease;
}

.jsh-app .jsh-portfolio-back:hover{
  transform:translateY(-1px);
  border-color:#c8d4d8;
  background:#fff;
}

.jsh-app .jsh-portfolio-metrics{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin-top:14px;
}

.jsh-app .jsh-portfolio-metric{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:0;
  padding:15px;
  border:1px solid #e2e8eb;
  border-radius:16px;
  background:#fff;
  box-shadow:0 7px 20px rgba(42,61,69,.045);
}

.jsh-app .jsh-portfolio-metric-icon{
  flex:0 0 42px;
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:12px;
  background:#eef3f5;
  color:#677d86;
  font-size:16px;
}

.jsh-app .jsh-portfolio-metric-icon.is-gold{
  background:#fff4d9;
  color:#a47a20;
}

.jsh-app .jsh-portfolio-metric-icon.is-coin{
  background:#edf2f4;
  color:#687d86;
}

.jsh-app .jsh-portfolio-metric>div{
  min-width:0;
}

.jsh-app .jsh-portfolio-metric small{
  display:block;
  margin-bottom:3px;
  color:#859399;
  font-size:10px;
}

.jsh-app .jsh-portfolio-metric strong{
  display:inline-block;
  color:#253941;
  font-size:18px;
  line-height:1.4;
}

.jsh-app .jsh-portfolio-metric>div>span{
  margin-inline-start:5px;
  color:#84939a;
  font-size:10px;
}

.jsh-app .jsh-portfolio-panel{
  margin-top:14px;
  padding:16px;
  border:1px solid #e1e8eb;
  border-radius:18px;
  background:#fff;
  box-shadow:0 8px 24px rgba(40,59,67,.045);
}

.jsh-app .jsh-portfolio-panel-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:13px;
  padding-bottom:13px;
  border-bottom:1px solid #edf1f2;
}

.jsh-app .jsh-portfolio-panel-head>div{
  display:flex;
  align-items:center;
  gap:10px;
}

.jsh-app .jsh-portfolio-panel-symbol{
  flex:0 0 36px;
  width:36px;
  height:36px;
  display:grid;
  place-items:center;
  border-radius:11px;
  background:#eef3f5;
  color:#687d86;
}

.jsh-app .jsh-portfolio-panel-symbol.is-gold{
  background:#fff4d9;
  color:#a47a20;
}

.jsh-app .jsh-portfolio-panel-head h3{
  margin:0 0 2px;
  color:#293c44;
  font-size:14px;
}

.jsh-app .jsh-portfolio-panel-head p{
  margin:0;
  color:#89969c;
  font-size:10px;
}

.jsh-app .jsh-portfolio-count{
  flex:0 0 auto;
  padding:4px 8px;
  border:1px solid #e3e9eb;
  border-radius:999px;
  background:#f7f9fa;
  color:#718087;
  font-size:10px;
  font-weight:700;
}

.jsh-app .jsh-portfolio-activity{
  display:flex;
  flex-direction:column;
  gap:9px;
}

.jsh-app .jsh-portfolio-activity-card{
  position:relative;
  display:grid;
  grid-template-columns:minmax(190px,1.2fr) minmax(0,2fr) auto;
  align-items:center;
  gap:14px;
  padding:13px 14px;
  border:1px solid #e5ebed;
  border-radius:14px;
  background:#fbfcfc;
  transition:border-color .16s ease,background .16s ease,transform .16s ease;
}

.jsh-app .jsh-portfolio-activity-card:hover{
  transform:translateY(-1px);
  border-color:#d8e1e4;
  background:#fff;
}

.jsh-app .jsh-portfolio-activity-id{
  display:flex;
  align-items:center;
  gap:10px;
  min-width:0;
}

.jsh-app .jsh-portfolio-activity-avatar{
  flex:0 0 38px;
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border-radius:11px;
  background:#edf2f4;
  color:#6d818a;
}

.jsh-app .jsh-portfolio-activity-avatar.is-gold{
  background:#fff4d9;
  color:#a77b1e;
}

.jsh-app .jsh-portfolio-activity-id strong,
.jsh-app .jsh-portfolio-activity-id small{
  display:block;
}

.jsh-app .jsh-portfolio-activity-id strong{
  color:#2a3d45;
  font-size:12px;
}

.jsh-app .jsh-portfolio-activity-id small{
  margin-top:3px;
  color:#8b989e;
  font-size:9px;
}

.jsh-app .jsh-portfolio-activity-data{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
}

.jsh-app .jsh-portfolio-activity-data>div{
  min-width:0;
  padding:7px 9px;
  border-radius:9px;
  background:#fff;
}

.jsh-app .jsh-portfolio-activity-data small,
.jsh-app .jsh-portfolio-activity-data strong{
  display:block;
}

.jsh-app .jsh-portfolio-activity-data small{
  color:#8b979d;
  font-size:9px;
}

.jsh-app .jsh-portfolio-activity-data strong{
  margin-top:3px;
  color:#34464e;
  font-size:11px;
  white-space:normal;
}

.jsh-app .jsh-portfolio-status{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:25px;
  padding:3px 8px;
  border:1px solid #cfe5d8;
  border-radius:999px;
  background:#edf8f1;
  color:#2c7a50;
  font-size:9px;
  font-weight:700;
  white-space:nowrap;
}

.jsh-app .jsh-portfolio-empty{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  min-height:180px;
  padding:24px;
  border:1px dashed #dce5e8;
  border-radius:14px;
  background:#fafcfc;
  text-align:center;
}

.jsh-app .jsh-portfolio-empty.is-compact{
  min-height:100px;
}

.jsh-app .jsh-portfolio-empty-icon{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  margin-bottom:10px;
  border-radius:12px;
  background:#eef3f5;
  color:#73878f;
}

.jsh-app .jsh-portfolio-empty-icon.is-gold{
  background:#fff4d9;
  color:#a67d24;
}

.jsh-app .jsh-portfolio-empty strong{
  color:#34474f;
  font-size:12px;
}

.jsh-app .jsh-portfolio-empty p{
  max-width:420px;
  margin:6px 0 0;
  color:#89969c;
  font-size:10px;
  line-height:1.9;
}

.jsh-app .jsh-portfolio-value-hero{
  position:relative;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:18px;
  min-height:150px;
  margin-top:14px;
  padding:22px 24px;
  overflow:hidden;
  border:1px solid #38515b;
  border-radius:20px;
  background:linear-gradient(135deg,#35515c,#203943);
  color:#fff;
  box-shadow:0 12px 28px rgba(31,56,66,.14);
}

.jsh-app .jsh-portfolio-value-hero>div{
  position:relative;
  z-index:1;
}

.jsh-app .jsh-portfolio-value-hero span{
  display:block;
  color:rgba(255,255,255,.72);
  font-size:10px;
}

.jsh-app .jsh-portfolio-value-hero strong{
  display:inline-block;
  margin-top:7px;
  font-size:31px;
  letter-spacing:-.6px;
}

.jsh-app .jsh-portfolio-value-hero small{
  margin-inline-start:7px;
  color:rgba(255,255,255,.72);
}

.jsh-app .jsh-portfolio-value-hero p{
  position:relative;
  z-index:1;
  max-width:260px;
  margin:0;
  color:rgba(255,255,255,.68);
  font-size:10px;
  line-height:1.9;
  text-align:left;
}

.jsh-app .jsh-portfolio-value-mark{
  position:absolute!important;
  inset-inline-end:24px;
  top:13px;
  color:rgba(255,255,255,.075)!important;
  font-size:78px!important;
  line-height:1!important;
}

.jsh-app .jsh-portfolio-assets-layout{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}

.jsh-app .jsh-portfolio-assets-list{
  display:flex;
  flex-direction:column;
  gap:9px;
}

.jsh-app .jsh-portfolio-asset-card{
  padding:12px;
  border:1px solid #e5ebed;
  border-radius:13px;
  background:#fafcfc;
}

.jsh-app .jsh-portfolio-asset-title{
  display:flex;
  align-items:center;
  gap:9px;
  padding-bottom:9px;
  border-bottom:1px solid #edf1f2;
}

.jsh-app .jsh-portfolio-asset-icon{
  flex:0 0 34px;
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border-radius:10px;
  background:#edf2f4;
  color:#6c8189;
}

.jsh-app .jsh-portfolio-asset-icon.is-gold{
  background:#fff4d9;
  color:#a77b1f;
}

.jsh-app .jsh-portfolio-asset-title strong,
.jsh-app .jsh-portfolio-asset-title small{
  display:block;
}

.jsh-app .jsh-portfolio-asset-title strong{
  color:#2c3f47;
  font-size:12px;
}

.jsh-app .jsh-portfolio-asset-title small{
  margin-top:2px;
  color:#8b989e;
  font-size:9px;
}

.jsh-app .jsh-portfolio-asset-stats{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
  padding:9px 0;
}

.jsh-app .jsh-portfolio-asset-stats>div{
  padding:7px 8px;
  border-radius:9px;
  background:#fff;
}

.jsh-app .jsh-portfolio-asset-stats small,
.jsh-app .jsh-portfolio-asset-stats strong{
  display:block;
}

.jsh-app .jsh-portfolio-asset-stats small{
  color:#8b989e;
  font-size:9px;
}

.jsh-app .jsh-portfolio-asset-stats strong{
  margin-top:3px;
  color:#34474f;
  font-size:10px;
}

.jsh-app .jsh-portfolio-asset-total{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding-top:9px;
  border-top:1px solid #edf1f2;
}

.jsh-app .jsh-portfolio-asset-total span{
  color:#829097;
  font-size:9px;
}

.jsh-app .jsh-portfolio-asset-total strong{
  color:#233e49;
  font-size:13px;
}

/* Dark theme */
.jsh-app[data-jsh-theme="dark"] .jsh-portfolio-hero{
  border-color:#2b3f47;
  background:
    radial-gradient(circle at 88% 18%,rgba(193,158,74,.08),transparent 28%),
    linear-gradient(135deg,#132027,#0f191e);
  box-shadow:none;
}

.jsh-app[data-jsh-theme="dark"] .jsh-portfolio-page-coins .jsh-portfolio-hero{
  background:
    radial-gradient(circle at 88% 18%,rgba(115,143,153,.10),transparent 28%),
    linear-gradient(135deg,#132027,#0f191e);
}

.jsh-app[data-jsh-theme="dark"] .jsh-portfolio-hero h2,
.jsh-app[data-jsh-theme="dark"] .jsh-portfolio-metric strong,
.jsh-app[data-jsh-theme="dark"] .jsh-portfolio-panel-head h3,
.jsh-app[data-jsh-theme="dark"] .jsh-portfolio-activity-id strong,
.jsh-app[data-jsh-theme="dark"] .jsh-portfolio-activity-data strong,
.jsh-app[data-jsh-theme="dark"] .jsh-portfolio-asset-title strong,
.jsh-app[data-jsh-theme="dark"] .jsh-portfolio-asset-stats strong,
.jsh-app[data-jsh-theme="dark"] .jsh-portfolio-asset-total strong,
.jsh-app[data-jsh-theme="dark"] .jsh-portfolio-empty strong{
  color:#edf4f6;
}

.jsh-app[data-jsh-theme="dark"] .jsh-portfolio-eyebrow,
.jsh-app[data-jsh-theme="dark"] .jsh-portfolio-back,
.jsh-app[data-jsh-theme="dark"] .jsh-portfolio-metric,
.jsh-app[data-jsh-theme="dark"] .jsh-portfolio-panel{
  border-color:#2e424a;
  background:#121d22;
  color:#dbe5e8;
}

.jsh-app[data-jsh-theme="dark"] .jsh-portfolio-activity-card,
.jsh-app[data-jsh-theme="dark"] .jsh-portfolio-asset-card,
.jsh-app[data-jsh-theme="dark"] .jsh-portfolio-empty{
  border-color:#2a3e46;
  background:#10191e;
}

.jsh-app[data-jsh-theme="dark"] .jsh-portfolio-activity-data>div,
.jsh-app[data-jsh-theme="dark"] .jsh-portfolio-asset-stats>div{
  background:#152128;
}

.jsh-app[data-jsh-theme="dark"] .jsh-portfolio-panel-head,
.jsh-app[data-jsh-theme="dark"] .jsh-portfolio-asset-title,
.jsh-app[data-jsh-theme="dark"] .jsh-portfolio-asset-total{
  border-color:#2a3d45;
}

.jsh-app[data-jsh-theme="dark"] .jsh-portfolio-count{
  border-color:#30444c;
  background:#172329;
  color:#a9b6bb;
}

.jsh-app[data-jsh-theme="dark"] .jsh-portfolio-status{
  border-color:#315942;
  background:#173426;
  color:#8ed1aa;
}

/* Responsive */
@media(max-width:960px){
  .jsh-app .jsh-portfolio-assets-layout{
    grid-template-columns:1fr;
  }
  .jsh-app .jsh-portfolio-activity-card{
    grid-template-columns:1fr;
  }
  .jsh-app .jsh-portfolio-status{
    position:absolute;
    inset-inline-end:12px;
    top:12px;
  }
}

@media(max-width:760px){
  .jsh-app .jsh-portfolio-hero{
    min-height:0;
    padding:18px;
    border-radius:17px;
  }
  .jsh-app .jsh-portfolio-hero h2{
    font-size:20px;
  }
  .jsh-app .jsh-portfolio-back{
    min-width:90px;
  }
  .jsh-app .jsh-portfolio-metrics{
    grid-template-columns:1fr;
    gap:8px;
  }
  .jsh-app .jsh-portfolio-metric{
    padding:12px;
  }
  .jsh-app .jsh-portfolio-panel{
    padding:12px;
    border-radius:15px;
  }
  .jsh-app .jsh-portfolio-activity-data{
    grid-template-columns:1fr;
  }
  .jsh-app .jsh-portfolio-activity-data>div{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
  }
  .jsh-app .jsh-portfolio-activity-data strong{
    margin-top:0;
    text-align:left;
  }
  .jsh-app .jsh-portfolio-value-hero{
    align-items:flex-start;
    flex-direction:column;
    min-height:0;
    padding:18px;
  }
  .jsh-app .jsh-portfolio-value-hero strong{
    font-size:25px;
  }
  .jsh-app .jsh-portfolio-value-hero p{
    text-align:right;
  }
}

@media(max-width:520px){
  .jsh-app .jsh-portfolio-hero{
    flex-direction:column;
  }
  .jsh-app .jsh-portfolio-back{
    width:100%;
  }
  .jsh-app .jsh-portfolio-panel-head{
    align-items:flex-start;
  }
  .jsh-app .jsh-portfolio-asset-stats{
    grid-template-columns:1fr;
  }
  .jsh-app .jsh-portfolio-asset-total{
    align-items:flex-start;
    flex-direction:column;
  }
}


/* 2.1.61 — stronger typography and spacing for portfolio pages. */
.jsh-app .jsh-portfolio-hero h2{
  font-size:27px!important;
  line-height:1.65!important;
  font-weight:800!important;
}

.jsh-app .jsh-portfolio-hero p{
  font-size:13px!important;
  line-height:2!important;
}

.jsh-app .jsh-portfolio-eyebrow{
  font-size:11px!important;
}

.jsh-app .jsh-portfolio-back{
  font-size:12px!important;
}

.jsh-app .jsh-portfolio-metric{
  min-height:78px;
  padding:16px!important;
}

.jsh-app .jsh-portfolio-metric small{
  font-size:11px!important;
  line-height:1.8!important;
}

.jsh-app .jsh-portfolio-metric strong{
  font-size:20px!important;
  line-height:1.55!important;
}

.jsh-app .jsh-portfolio-metric>div>span{
  font-size:11px!important;
}

.jsh-app .jsh-portfolio-panel{
  padding:18px!important;
}

.jsh-app .jsh-portfolio-panel-head h3{
  font-size:16px!important;
  line-height:1.7!important;
}

.jsh-app .jsh-portfolio-panel-head p{
  font-size:11px!important;
  line-height:1.8!important;
}

.jsh-app .jsh-portfolio-count{
  font-size:11px!important;
}

.jsh-app .jsh-portfolio-activity-card{
  padding:15px 16px!important;
}

.jsh-app .jsh-portfolio-activity-id strong{
  font-size:13px!important;
  line-height:1.75!important;
}

.jsh-app .jsh-portfolio-activity-id small{
  font-size:10px!important;
  line-height:1.7!important;
}

.jsh-app .jsh-portfolio-activity-data small{
  font-size:10px!important;
  line-height:1.7!important;
}

.jsh-app .jsh-portfolio-activity-data strong{
  font-size:12px!important;
  line-height:1.8!important;
}

.jsh-app .jsh-portfolio-status{
  min-height:28px!important;
  padding:4px 9px!important;
  font-size:10px!important;
}

.jsh-app .jsh-portfolio-empty strong{
  font-size:13px!important;
  line-height:1.8!important;
}

.jsh-app .jsh-portfolio-empty p{
  font-size:11px!important;
  line-height:2!important;
}

.jsh-app .jsh-portfolio-value-hero span{
  font-size:11px!important;
}

.jsh-app .jsh-portfolio-value-hero strong{
  font-size:33px!important;
  line-height:1.45!important;
}

.jsh-app .jsh-portfolio-value-hero small{
  font-size:11px!important;
}

.jsh-app .jsh-portfolio-value-hero p{
  font-size:11px!important;
  line-height:1.9!important;
}

.jsh-app .jsh-portfolio-asset-title strong{
  font-size:13px!important;
  line-height:1.7!important;
}

.jsh-app .jsh-portfolio-asset-title small{
  font-size:10px!important;
}

.jsh-app .jsh-portfolio-asset-stats small{
  font-size:10px!important;
  line-height:1.7!important;
}

.jsh-app .jsh-portfolio-asset-stats strong{
  font-size:11.5px!important;
  line-height:1.8!important;
}

.jsh-app .jsh-portfolio-asset-total span{
  font-size:10px!important;
}

.jsh-app .jsh-portfolio-asset-total strong{
  font-size:14px!important;
  line-height:1.7!important;
}

.jsh-app .jsh-portfolio-activity-data>div,
.jsh-app .jsh-portfolio-asset-stats>div{
  min-height:54px;
}

@media(max-width:760px){
  .jsh-app .jsh-portfolio-hero h2{
    font-size:22px!important;
  }

  .jsh-app .jsh-portfolio-hero p{
    font-size:12px!important;
  }

  .jsh-app .jsh-portfolio-metric strong{
    font-size:18px!important;
  }

  .jsh-app .jsh-portfolio-panel{
    padding:14px!important;
  }

  .jsh-app .jsh-portfolio-panel-head h3{
    font-size:15px!important;
  }

  .jsh-app .jsh-portfolio-activity-card{
    padding:13px!important;
  }

  .jsh-app .jsh-portfolio-activity-data>div{
    min-height:46px;
    padding:8px 9px!important;
  }

  .jsh-app .jsh-portfolio-value-hero strong{
    font-size:27px!important;
  }
}

@media(max-width:520px){
  .jsh-app .jsh-portfolio-hero{
    gap:14px!important;
  }

  .jsh-app .jsh-portfolio-panel-head{
    gap:9px!important;
  }

  .jsh-app .jsh-portfolio-panel-head>div{
    min-width:0;
  }

  .jsh-app .jsh-portfolio-panel-head h3,
  .jsh-app .jsh-portfolio-panel-head p{
    white-space:normal!important;
  }

  .jsh-app .jsh-portfolio-activity-data strong{
    text-align:left!important;
  }
}


/* 2.1.62 — internal page navigation must never animate/jump between scroll positions. */
html.jsh-internal-view-switch,
html.jsh-internal-view-switch body{
  scroll-behavior:auto!important;
}
.jsh-app .jsh-portfolio-page,
.jsh-app .jsh-public-card[id^="jsh-"]{
  scroll-margin-top:0!important;
}


/* 2.1.73 — four-step mobile registration wizard. */
.jsh-register-wizard{
  width:100%;
}

.jsh-register-map{
  position:relative;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:4px;
  margin:0 0 24px;
}

.jsh-register-map::before{
  content:"";
  position:absolute;
  top:17px;
  right:12.5%;
  left:12.5%;
  height:2px;
  background:#e3e9eb;
  z-index:0;
}

.jsh-register-map>div{
  position:relative;
  z-index:1;
  display:grid;
  justify-items:center;
  gap:7px;
  color:#8a989e;
  font-size:10px;
  text-align:center;
}

.jsh-register-map i{
  display:grid;
  place-items:center;
  width:34px;
  height:34px;
  border:2px solid #e0e7e9;
  border-radius:50%;
  background:#fff;
  color:#829198;
  font-style:normal;
  font-size:11px;
  font-weight:800;
}

.jsh-register-map>div.is-active{
  color:#315f68;
  font-weight:800;
}

.jsh-register-map>div.is-active i{
  border-color:#315f68;
  background:#315f68;
  color:#fff;
  box-shadow:0 0 0 5px rgba(49,95,104,.08);
}

.jsh-register-map>div.is-complete i{
  border-color:#7aa68e;
  background:#edf8f2;
  color:#347454;
}

.jsh-register-step[hidden]{
  display:none!important;
}

.jsh-register-step-head{
  margin-bottom:19px;
}

.jsh-register-step-head>span{
  display:inline-block;
  margin-bottom:5px;
  color:#849399;
  font-size:10px;
  font-weight:700;
}

.jsh-register-step-head h2{
  margin:0 0 6px;
  color:#203a42;
  font-size:21px;
}

.jsh-register-step-head p{
  margin:0;
  color:#76888d;
  font-size:12px;
  line-height:1.9;
}

.jsh-register-step-head p strong{
  color:#315f68;
  direction:ltr;
  unicode-bidi:embed;
}

.jsh-register-wizard label{
  display:block;
  margin-bottom:14px;
  color:#344c54;
  font-size:12px;
  font-weight:700;
}

.jsh-register-wizard label>small{
  color:#93a0a5;
  font-size:9px;
  font-weight:500;
}

.jsh-register-wizard input:not([type=checkbox]){
  display:block;
  width:100%;
  height:49px;
  box-sizing:border-box;
  margin-top:7px;
  padding:0 14px;
  border:1px solid #d8e2e4;
  border-radius:12px;
  background:#fbfcfc;
  color:#1e383f;
  font:inherit;
  outline:0;
}

.jsh-register-wizard input:not([type=checkbox]):focus{
  border-color:#6e969d;
  box-shadow:0 0 0 4px rgba(70,120,130,.10);
}

.jsh-register-terms{
  display:flex!important;
  align-items:flex-start;
  gap:9px;
  padding:11px 12px;
  border:1px solid #e1e8ea;
  border-radius:11px;
  background:#f8fafb;
  font-weight:500!important;
  line-height:1.8;
  cursor:pointer;
}

.jsh-register-terms input{
  flex:0 0 17px;
  width:17px;
  height:17px;
  margin:3px 0 0;
}

.jsh-register-primary,
.jsh-register-secondary{
  width:100%;
  min-height:49px;
  border-radius:12px;
  font-family:inherit;
  font-weight:800;
  cursor:pointer;
}

.jsh-register-primary{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  border:0;
  background:#315f68;
  color:#fff;
  text-decoration:none;
}

.jsh-register-primary:hover{
  background:#294f57;
  color:#fff;
}

.jsh-register-primary.is-link{
  box-sizing:border-box;
}

.jsh-register-secondary{
  margin-top:8px;
  border:1px solid #dde5e7;
  background:#fff;
  color:#60747b;
}

.jsh-register-primary.is-loading{
  opacity:.72;
  pointer-events:none;
}

.jsh-register-primary.is-loading .jsh-auth-spinner{
  display:inline-block;
}

.jsh-register-otp-label input{
  direction:ltr;
  text-align:center;
  font-size:22px!important;
  font-weight:800!important;
  letter-spacing:8px;
}

.jsh-register-otp-meta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin:-3px 0 15px;
}

.jsh-register-otp-meta>span{
  color:#71858c;
  font-size:11px;
  font-weight:800;
  direction:ltr;
}

.jsh-register-otp-meta button{
  padding:0;
  border:0;
  background:transparent;
  color:#2f6872;
  font-family:inherit;
  font-size:10px;
  font-weight:800;
  cursor:pointer;
}

.jsh-register-otp-meta button:disabled{
  color:#a6b1b5;
  cursor:not-allowed;
}

.jsh-register-password-note{
  margin:-3px 0 14px;
  color:#849399;
  font-size:10px;
}

.jsh-register-complete-icon{
  display:grid;
  place-items:center;
  width:62px;
  height:62px;
  margin:4px auto 14px;
  border-radius:50%;
  background:#eaf7f0;
  color:#347454;
  font-size:25px;
  font-weight:900;
}

.jsh-register-step-head.is-centered{
  text-align:center;
}

.jsh-auth-switch button{
  padding:0;
  border:0;
  background:transparent;
  color:#2f6872;
  font:inherit;
  font-weight:800;
  cursor:pointer;
}


  body.jsh-page-dark .jsh-register-map::before{background:#34454b}
  body.jsh-page-dark .jsh-register-map i{border-color:#34464d;background:#172328;color:#9ba9ae}
  body.jsh-page-dark .jsh-register-map>div.is-active i{border-color:#6d9ca5;background:#436f78;color:#fff}
  body.jsh-page-dark .jsh-register-map>div.is-complete i{border-color:#416b57;background:#193528;color:#89c4a4}
  body.jsh-page-dark .jsh-register-step-head h2{color:#edf4f5}
  body.jsh-page-dark .jsh-register-wizard label{color:#d7e1e4}
  body.jsh-page-dark .jsh-register-wizard input:not([type=checkbox]){border-color:#34474e;background:#111b20;color:#e8eff1}
  body.jsh-page-dark .jsh-register-terms{border-color:#34474e;background:#142026}
  body.jsh-page-dark .jsh-register-secondary{border-color:#34474e;background:#152126;color:#c5d1d5}


@media(max-width:520px){
  .jsh-auth-card{
    padding:21px 17px!important;
  }
  .jsh-register-map{
    margin-bottom:20px;
  }
  .jsh-register-map i{
    width:30px;
    height:30px;
  }
  .jsh-register-map::before{
    top:15px;
  }
  .jsh-register-map>div{
    font-size:9px;
  }
  .jsh-register-step-head h2{
    font-size:19px;
  }
}


/* 2.2.0 — refined 2.1.73 auth styling; structure intentionally unchanged. */
.jsh-auth-page .jsh-auth-card{
  border-color:#dfe7e9!important;
  box-shadow:0 18px 48px rgba(28,52,60,.09)!important;
}

.jsh-auth-page .jsh-auth-brand{
  margin-bottom:20px!important;
}

.jsh-auth-page .jsh-auth-brand strong{
  color:#223f47!important;
  font-size:22px!important;
  line-height:1.55!important;
}

.jsh-auth-page .jsh-auth-brand span{
  color:#7c8d92!important;
  font-size:11px!important;
}

.jsh-auth-page .jsh-auth-tabs{
  margin-bottom:21px!important;
  background:#f1f5f5!important;
  border:1px solid #e0e7e9!important;
}

.jsh-auth-page .jsh-auth-tab{
  color:#687d83!important;
  font-size:12px!important;
}

.jsh-auth-page .jsh-auth-tab.active{
  color:#284e57!important;
  background:#fff!important;
}

.jsh-auth-page .jsh-register-step-head{
  margin-bottom:18px!important;
}

.jsh-auth-page .jsh-register-step-head>span{
  background:#edf4f5!important;
  color:#537078!important;
  border:1px solid #dce8ea!important;
  font-size:10px!important;
  font-weight:800!important;
  padding:4px 9px!important;
}

.jsh-auth-page .jsh-register-step-head h2{
  color:#1f3f47!important;
  font-size:21px!important;
  line-height:1.65!important;
  font-weight:800!important;
}

.jsh-auth-page .jsh-register-step-head p{
  color:#71858b!important;
  font-size:12px!important;
  line-height:1.95!important;
}

.jsh-auth-page .jsh-register-step-head p strong{
  color:#315f68!important;
}

.jsh-auth-page .jsh-register-wizard label{
  color:#344f57!important;
  font-size:12px!important;
}

.jsh-auth-page .jsh-register-wizard label>small{
  color:#8b999e!important;
  font-size:10px!important;
}

.jsh-auth-page .jsh-register-wizard input:not([type=checkbox]){
  min-height:48px!important;
  border-color:#d8e2e4!important;
  background:#fcfdfd!important;
  color:#203d45!important;
  font-size:12px!important;
}

.jsh-auth-page .jsh-register-wizard input:not([type=checkbox])::placeholder{
  color:#9aa8ac!important;
}

.jsh-auth-page .jsh-register-wizard input:not([type=checkbox]):focus{
  border-color:#70979f!important;
  background:#fff!important;
  box-shadow:0 0 0 4px rgba(71,117,126,.09)!important;
}

.jsh-auth-page .jsh-register-terms{
  background:#f7faf9!important;
  border-color:#dfe8e5!important;
  color:#60767c!important;
  font-size:11px!important;
}

.jsh-auth-page .jsh-register-primary{
  min-height:49px!important;
  background:#315f68!important;
  font-size:12px!important;
  box-shadow:none!important;
}

.jsh-auth-page .jsh-register-primary:hover{
  background:#294f57!important;
}

.jsh-auth-page .jsh-register-secondary{
  color:#60767c!important;
  font-size:11px!important;
}

.jsh-auth-page .jsh-register-map{
  margin-bottom:23px!important;
}

.jsh-auth-page .jsh-register-map>div{
  color:#7f9096!important;
  font-size:9.5px!important;
}

.jsh-auth-page .jsh-register-map i{
  width:31px!important;
  height:31px!important;
  border-color:#d8e2e4!important;
  color:#74878d!important;
  font-size:10px!important;
}

.jsh-auth-page .jsh-register-map>div.is-active{
  color:#2f5d66!important;
}

.jsh-auth-page .jsh-register-map>div.is-active i{
  background:#315f68!important;
  border-color:#315f68!important;
  color:#fff!important;
  box-shadow:0 0 0 4px rgba(49,95,104,.07)!important;
}

.jsh-auth-page .jsh-register-map>div.is-complete i{
  background:#edf7f1!important;
  border-color:#8eb59f!important;
  color:#3f7458!important;
}

/* Important contrast fix for the first-step title "ثبت‌نام با شماره همراه". */
.jsh-auth-page .jsh-register-step[data-register-step="1"] .jsh-register-step-head h2{
  color:#173b44!important;
  background:transparent!important;
  font-size:22px!important;
  font-weight:850!important;
  letter-spacing:-.1px!important;
}

.jsh-auth-page .jsh-register-step[data-register-step="1"] .jsh-register-step-head>span{
  color:#315f68!important;
  background:#e9f1f2!important;
  border-color:#d4e2e5!important;
}

.jsh-auth-page .jsh-register-otp-label input{
  background:#fbfdfd!important;
  border-color:#d4e0e3!important;
  color:#284c55!important;
  font-size:22px!important;
}

.jsh-auth-page .jsh-register-otp-meta>span{
  color:#536c73!important;
  background:#eef3f4!important;
}

.jsh-auth-page .jsh-register-otp-meta button{
  color:#315f68!important;
  font-size:10px!important;
}

.jsh-auth-page .jsh-register-password-note{
  color:#778a90!important;
  font-size:10px!important;
}

.jsh-auth-page .jsh-register-complete-icon{
  background:#ebf7f0!important;
  color:#347454!important;
  border:1px solid #cee5d7!important;
}

.jsh-auth-page .jsh-auth-switch{
  color:#76888e!important;
  font-size:11px!important;
}

.jsh-auth-page .jsh-auth-switch button{
  color:#315f68!important;
  font-size:11px!important;
}

.jsh-auth-page .jsh-auth-alert{
  font-size:11px!important;
  line-height:1.9!important;
}

/* Login panel gets the same typography hierarchy without changing its layout. */
.jsh-auth-page form[data-auth-panel="login"] h2{
  color:#1f3f47!important;
  font-size:21px!important;
  line-height:1.65!important;
}

.jsh-auth-page form[data-auth-panel="login"]>p{
  color:#71858b!important;
  font-size:12px!important;
  line-height:1.9!important;
}

.jsh-auth-page form[data-auth-panel="login"] label{
  color:#344f57!important;
  font-size:12px!important;
}

.jsh-auth-page form[data-auth-panel="login"] input:not([type=checkbox]){
  min-height:48px!important;
  border-color:#d8e2e4!important;
  background:#fcfdfd!important;
  color:#203d45!important;
  font-size:12px!important;
}

.jsh-auth-page form[data-auth-panel="login"] input:not([type=checkbox]):focus{
  border-color:#70979f!important;
  background:#fff!important;
  box-shadow:0 0 0 4px rgba(71,117,126,.09)!important;
}


  body.jsh-page-dark .jsh-auth-page .jsh-auth-brand strong,body.jsh-page-dark .jsh-auth-page .jsh-register-step-head h2,body.jsh-page-dark .jsh-auth-page form[data-auth-panel="login"] h2{
    color:#edf4f5!important;
  }

  body.jsh-page-dark .jsh-auth-page .jsh-register-step[data-register-step="1"] .jsh-register-step-head h2{
    color:#f0f6f7!important;
  }

  body.jsh-page-dark .jsh-auth-page .jsh-register-step-head>span,body.jsh-page-dark .jsh-auth-page .jsh-register-step[data-register-step="1"] .jsh-register-step-head>span{
    background:#1c2b31!important;
    border-color:#30444b!important;
    color:#9ec0c7!important;
  }

  body.jsh-page-dark .jsh-auth-page .jsh-register-wizard label,body.jsh-page-dark .jsh-auth-page form[data-auth-panel="login"] label{
    color:#d7e2e5!important;
  }

  body.jsh-page-dark .jsh-auth-page .jsh-register-wizard input:not([type=checkbox]),body.jsh-page-dark .jsh-auth-page form[data-auth-panel="login"] input:not([type=checkbox]),body.jsh-page-dark .jsh-auth-page .jsh-register-otp-label input{
    border-color:#33474e!important;
    background:#101a1f!important;
    color:#edf4f5!important;
  }

  body.jsh-page-dark .jsh-auth-page .jsh-register-terms{
    border-color:#33464c!important;
    background:#162229!important;
    color:#b7c5c9!important;
  }


@media(max-width:520px){
  .jsh-auth-page .jsh-register-step-head h2,
  .jsh-auth-page form[data-auth-panel="login"] h2{
    font-size:19px!important;
  }

  .jsh-auth-page .jsh-register-step[data-register-step="1"] .jsh-register-step-head h2{
    font-size:20px!important;
  }

  .jsh-auth-page .jsh-register-step-head p,
  .jsh-auth-page form[data-auth-panel="login"]>p{
    font-size:11px!important;
  }

  .jsh-auth-page .jsh-register-map>div{
    font-size:8.5px!important;
  }
}


/* 2.2.1 — unified, minimal auth visual system.
   Intentionally overrides earlier auth experiments without changing markup/logic. */

.jsh-auth-page{
  --jsh-auth-bg:#f5f7f7;
  --jsh-auth-card:#ffffff;
  --jsh-auth-field:#f7f9f9;
  --jsh-auth-field-focus:#ffffff;
  --jsh-auth-text:#253d44;
  --jsh-auth-muted:#75868c;
  --jsh-auth-soft:#8d9a9f;
  --jsh-auth-border:#dde5e7;
  --jsh-auth-border-soft:#e8edef;
  --jsh-auth-primary:#315f68;
  --jsh-auth-primary-hover:#294f57;
  --jsh-auth-success:#3f7658;
  --jsh-auth-success-bg:#eef7f2;
  --jsh-auth-danger:#9a4444;
  --jsh-auth-danger-bg:#fff3f3;

  min-height:min(760px,calc(100vh - 50px))!important;
  display:grid!important;
  place-items:center!important;
  padding:24px 14px!important;
  background:var(--jsh-auth-bg)!important;
  color:var(--jsh-auth-text)!important;
}

/* Main card */
.jsh-auth-page .jsh-auth-card{
  width:min(100%,470px)!important;
  box-sizing:border-box!important;
  padding:26px!important;
  border:1px solid var(--jsh-auth-border)!important;
  border-radius:18px!important;
  background:var(--jsh-auth-card)!important;
  color:var(--jsh-auth-text)!important;
  box-shadow:0 10px 30px rgba(35,56,64,.06)!important;
}

/* Brand */
.jsh-auth-page .jsh-auth-brand{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
  margin:0 0 20px!important;
  text-align:right!important;
}

.jsh-auth-page .jsh-auth-business-logo{
  width:40px!important;
  height:40px!important;
  margin:0!important;
  overflow:hidden!important;
  border-radius:10px!important;
}

.jsh-auth-page .jsh-auth-brand-copy strong,
.jsh-auth-page .jsh-auth-brand strong{
  display:block!important;
  margin:0!important;
  color:var(--jsh-auth-text)!important;
  font-size:16px!important;
  font-weight:800!important;
  line-height:1.55!important;
}

.jsh-auth-page .jsh-auth-brand-copy>span,
.jsh-auth-page .jsh-auth-brand>span{
  display:block!important;
  margin-top:2px!important;
  color:var(--jsh-auth-muted)!important;
  font-size:10px!important;
  font-weight:500!important;
  line-height:1.7!important;
}

/* Login/register tabs */
.jsh-auth-page .jsh-auth-tabs{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:4px!important;
  margin:0 0 22px!important;
  padding:4px!important;
  border:1px solid var(--jsh-auth-border-soft)!important;
  border-radius:11px!important;
  background:#f1f4f4!important;
}

.jsh-auth-page .jsh-auth-tab{
  min-height:40px!important;
  padding:8px 12px!important;
  border:0!important;
  border-radius:8px!important;
  background:transparent!important;
  color:var(--jsh-auth-muted)!important;
  font-family:inherit!important;
  font-size:11px!important;
  font-weight:700!important;
  line-height:1.4!important;
  box-shadow:none!important;
  cursor:pointer!important;
}

.jsh-auth-page .jsh-auth-tab.active{
  background:var(--jsh-auth-card)!important;
  color:var(--jsh-auth-primary)!important;
  box-shadow:0 1px 4px rgba(36,57,64,.07)!important;
}

/* Panels and headings */
.jsh-auth-page .jsh-auth-panel{
  color:var(--jsh-auth-text)!important;
}

.jsh-auth-page .jsh-register-step-head,
.jsh-auth-page form[data-auth-panel="login"] .jsh-register-step-head{
  margin:0 0 18px!important;
}

.jsh-auth-page .jsh-register-step-head>span{
  display:inline-block!important;
  margin:0 0 6px!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  color:var(--jsh-auth-muted)!important;
  font-size:9px!important;
  font-weight:700!important;
  line-height:1.6!important;
}

.jsh-auth-page .jsh-register-step-head h2,
.jsh-auth-page form[data-auth-panel="login"] h2{
  margin:0 0 5px!important;
  padding:0!important;
  background:transparent!important;
  color:var(--jsh-auth-text)!important;
  font-size:19px!important;
  font-weight:800!important;
  line-height:1.6!important;
  letter-spacing:0!important;
}

.jsh-auth-page .jsh-register-step[data-register-step="1"] .jsh-register-step-head h2{
  background:transparent!important;
  color:var(--jsh-auth-text)!important;
  font-size:19px!important;
  font-weight:800!important;
}

.jsh-auth-page .jsh-register-step-head p,
.jsh-auth-page form[data-auth-panel="login"]>p{
  margin:0!important;
  color:var(--jsh-auth-muted)!important;
  font-size:11px!important;
  font-weight:400!important;
  line-height:1.9!important;
}

.jsh-auth-page .jsh-register-step-head p strong{
  color:var(--jsh-auth-primary)!important;
  font-size:11px!important;
  font-weight:700!important;
}

/* Labels */
.jsh-auth-page .jsh-auth-form label,
.jsh-auth-page .jsh-register-wizard label,
.jsh-auth-page form[data-auth-panel="login"] label{
  display:block!important;
  margin:0 0 13px!important;
  color:#42575e!important;
  font-size:11px!important;
  font-weight:700!important;
  line-height:1.7!important;
}

.jsh-auth-page .jsh-auth-form label small,
.jsh-auth-page .jsh-register-wizard label small{
  color:var(--jsh-auth-soft)!important;
  font-size:9px!important;
  font-weight:500!important;
}

/* All ordinary inputs — subtle and close to card background */
.jsh-auth-page .jsh-auth-form input:not([type=checkbox]),
.jsh-auth-page .jsh-register-wizard input:not([type=checkbox]),
.jsh-auth-page form[data-auth-panel="login"] input:not([type=checkbox]){
  display:block!important;
  width:100%!important;
  height:46px!important;
  box-sizing:border-box!important;
  margin-top:6px!important;
  padding:0 12px!important;
  border:1px solid var(--jsh-auth-border)!important;
  border-radius:10px!important;
  background:var(--jsh-auth-field)!important;
  color:var(--jsh-auth-text)!important;
  -webkit-text-fill-color:var(--jsh-auth-text)!important;
  caret-color:var(--jsh-auth-primary)!important;
  font-family:inherit!important;
  font-size:11px!important;
  font-weight:500!important;
  outline:none!important;
  box-shadow:none!important;
  transition:border-color .15s ease,background .15s ease,box-shadow .15s ease!important;
}

.jsh-auth-page .jsh-auth-form input:not([type=checkbox])::placeholder,
.jsh-auth-page .jsh-register-wizard input:not([type=checkbox])::placeholder{
  color:#a0abad!important;
  opacity:1!important;
}

.jsh-auth-page .jsh-auth-form input:not([type=checkbox]):focus,
.jsh-auth-page .jsh-register-wizard input:not([type=checkbox]):focus,
.jsh-auth-page form[data-auth-panel="login"] input:not([type=checkbox]):focus{
  border-color:#9bb0b5!important;
  background:var(--jsh-auth-field-focus)!important;
  box-shadow:0 0 0 3px rgba(49,95,104,.06)!important;
}

/* Browser autofill must look like a normal filled field. */
.jsh-auth-page input:-webkit-autofill,
.jsh-auth-page input:-webkit-autofill:hover,
.jsh-auth-page input:-webkit-autofill:focus,
.jsh-auth-page input:-webkit-autofill:active{
  -webkit-text-fill-color:var(--jsh-auth-text)!important;
  caret-color:var(--jsh-auth-primary)!important;
  -webkit-box-shadow:0 0 0 1000px var(--jsh-auth-field) inset!important;
  box-shadow:0 0 0 1000px var(--jsh-auth-field) inset!important;
  border-color:var(--jsh-auth-border)!important;
  transition:background-color 9999s ease-out 0s!important;
}

/* Registration progress */
.jsh-auth-page .jsh-register-map{
  position:relative!important;
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:3px!important;
  margin:0 0 22px!important;
}

.jsh-auth-page .jsh-register-map::before{
  content:"";
  position:absolute!important;
  top:14px!important;
  right:12.5%!important;
  left:12.5%!important;
  height:1px!important;
  background:var(--jsh-auth-border)!important;
  z-index:0!important;
}

.jsh-auth-page .jsh-register-map>div{
  position:relative!important;
  z-index:1!important;
  display:grid!important;
  justify-items:center!important;
  gap:5px!important;
  min-width:0!important;
  color:var(--jsh-auth-soft)!important;
  font-size:8px!important;
  font-weight:600!important;
  text-align:center!important;
}

.jsh-auth-page .jsh-register-map i{
  display:grid!important;
  place-items:center!important;
  width:28px!important;
  height:28px!important;
  box-sizing:border-box!important;
  border:1px solid var(--jsh-auth-border)!important;
  border-radius:50%!important;
  background:var(--jsh-auth-card)!important;
  color:#7f8e93!important;
  font-style:normal!important;
  font-size:9px!important;
  font-weight:800!important;
  box-shadow:none!important;
}

.jsh-auth-page .jsh-register-map>div.is-active{
  color:var(--jsh-auth-primary)!important;
  font-weight:800!important;
}

.jsh-auth-page .jsh-register-map>div.is-active i{
  border-color:var(--jsh-auth-primary)!important;
  background:var(--jsh-auth-primary)!important;
  color:#fff!important;
  box-shadow:none!important;
}

.jsh-auth-page .jsh-register-map>div.is-complete i{
  border-color:#a9c5b5!important;
  background:var(--jsh-auth-success-bg)!important;
  color:var(--jsh-auth-success)!important;
}

/* Terms */
.jsh-auth-page .jsh-register-terms{
  display:flex!important;
  align-items:flex-start!important;
  gap:8px!important;
  margin:0 0 14px!important;
  padding:9px 10px!important;
  border:1px solid var(--jsh-auth-border-soft)!important;
  border-radius:9px!important;
  background:#fafbfb!important;
  color:#65787e!important;
  font-size:9.5px!important;
  font-weight:500!important;
  line-height:1.85!important;
}

.jsh-auth-page .jsh-register-terms input{
  flex:0 0 16px!important;
  width:16px!important;
  height:16px!important;
  margin:2px 0 0!important;
  accent-color:var(--jsh-auth-primary)!important;
}

/* Primary/secondary buttons */
.jsh-auth-page .jsh-register-primary,
.jsh-auth-page .jsh-auth-form>button[type=submit]{
  width:100%!important;
  min-height:46px!important;
  margin-top:2px!important;
  border:0!important;
  border-radius:10px!important;
  background:var(--jsh-auth-primary)!important;
  color:#fff!important;
  font-family:inherit!important;
  font-size:11px!important;
  font-weight:800!important;
  line-height:1.4!important;
  box-shadow:none!important;
  cursor:pointer!important;
}

.jsh-auth-page .jsh-register-primary:hover,
.jsh-auth-page .jsh-auth-form>button[type=submit]:hover{
  background:var(--jsh-auth-primary-hover)!important;
}

.jsh-auth-page .jsh-register-primary:disabled,
.jsh-auth-page .jsh-auth-form>button[type=submit]:disabled{
  opacity:.62!important;
  cursor:not-allowed!important;
}

.jsh-auth-page .jsh-register-secondary{
  width:100%!important;
  min-height:42px!important;
  margin-top:7px!important;
  border:1px solid var(--jsh-auth-border)!important;
  border-radius:9px!important;
  background:var(--jsh-auth-card)!important;
  color:#667a80!important;
  font-family:inherit!important;
  font-size:9.5px!important;
  font-weight:700!important;
  box-shadow:none!important;
  cursor:pointer!important;
}

/* OTP */
.jsh-auth-page .jsh-register-otp-label input{
  height:52px!important;
  background:var(--jsh-auth-field)!important;
  color:var(--jsh-auth-text)!important;
  direction:ltr!important;
  text-align:center!important;
  font-size:20px!important;
  font-weight:800!important;
  letter-spacing:7px!important;
}

.jsh-auth-page .jsh-register-otp-meta{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:10px!important;
  margin:-2px 0 14px!important;
}

.jsh-auth-page .jsh-register-otp-meta>span{
  color:var(--jsh-auth-muted)!important;
  background:transparent!important;
  direction:ltr!important;
  font-size:9px!important;
  font-weight:800!important;
}

.jsh-auth-page .jsh-register-otp-meta button{
  padding:0!important;
  border:0!important;
  background:transparent!important;
  color:var(--jsh-auth-primary)!important;
  font-family:inherit!important;
  font-size:9px!important;
  font-weight:800!important;
}

.jsh-auth-page .jsh-register-otp-meta button:disabled{
  color:#a5afb3!important;
}

/* Remember me */
.jsh-auth-page .jsh-auth-remember{
  display:flex!important;
  align-items:center!important;
  gap:7px!important;
  margin:0 0 13px!important;
  color:#6f8187!important;
  font-size:9.5px!important;
  font-weight:500!important;
}

.jsh-auth-page .jsh-auth-remember input{
  width:16px!important;
  height:16px!important;
  margin:0!important;
  accent-color:var(--jsh-auth-primary)!important;
}

/* Footer switch */
.jsh-auth-page .jsh-auth-switch{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:4px!important;
  margin-top:15px!important;
  color:var(--jsh-auth-muted)!important;
  font-size:9.5px!important;
  line-height:1.7!important;
}

.jsh-auth-page .jsh-auth-switch button{
  padding:0!important;
  border:0!important;
  background:transparent!important;
  color:var(--jsh-auth-primary)!important;
  font-family:inherit!important;
  font-size:9.5px!important;
  font-weight:800!important;
}

/* Alerts */
.jsh-auth-page .jsh-auth-alert{
  margin:0 0 12px!important;
  padding:9px 10px!important;
  border-radius:9px!important;
  font-size:10px!important;
  font-weight:500!important;
  line-height:1.85!important;
  box-shadow:none!important;
}

.jsh-auth-page .jsh-auth-alert.is-error{
  border:1px solid #efd9d9!important;
  background:var(--jsh-auth-danger-bg)!important;
  color:var(--jsh-auth-danger)!important;
}

.jsh-auth-page .jsh-auth-alert.is-success{
  border:1px solid #d7e9df!important;
  background:var(--jsh-auth-success-bg)!important;
  color:var(--jsh-auth-success)!important;
}

/* Completion */
.jsh-auth-page .jsh-register-complete-icon{
  display:grid!important;
  place-items:center!important;
  width:52px!important;
  height:52px!important;
  margin:0 auto 12px!important;
  border:1px solid #d4e7dc!important;
  border-radius:50%!important;
  background:var(--jsh-auth-success-bg)!important;
  color:var(--jsh-auth-success)!important;
  font-size:20px!important;
  font-weight:900!important;
  box-shadow:none!important;
}

.jsh-auth-page .jsh-register-step-head.is-centered{
  text-align:center!important;
}

/* Install button slot */
.jsh-auth-install-slot{
  width:min(100%,470px)!important;
  margin:8px auto 0!important;
}

/* Dark mode: same hierarchy, low-contrast fields near the card background. */

  body.jsh-page-dark .jsh-auth-page{
    --jsh-auth-bg:#10181c;
    --jsh-auth-card:#151f24;
    --jsh-auth-field:#182328;
    --jsh-auth-field-focus:#1a272d;
    --jsh-auth-text:#e8eff1;
    --jsh-auth-muted:#9ba9ae;
    --jsh-auth-soft:#849398;
    --jsh-auth-border:#2e4047;
    --jsh-auth-border-soft:#283940;
    --jsh-auth-primary:#5f8992;
    --jsh-auth-primary-hover:#6c969e;
    --jsh-auth-success:#8fc4a5;
    --jsh-auth-success-bg:#192c22;
    --jsh-auth-danger:#e2a0a0;
    --jsh-auth-danger-bg:#2b1d1f;
  }

  body.jsh-page-dark .jsh-auth-page .jsh-auth-tabs{
    background:#182328!important;
  }

  body.jsh-page-dark .jsh-auth-page .jsh-auth-tab.active{
    background:#202c31!important;
    box-shadow:none!important;
  }

  body.jsh-page-dark .jsh-auth-page .jsh-auth-form label,body.jsh-page-dark .jsh-auth-page .jsh-register-wizard label,body.jsh-page-dark .jsh-auth-page form[data-auth-panel="login"] label{
    color:#d1dcdf!important;
  }

  body.jsh-page-dark .jsh-auth-page .jsh-register-terms{
    background:#182328!important;
    color:#aab7bb!important;
  }

  body.jsh-page-dark .jsh-auth-page input:-webkit-autofill,body.jsh-page-dark .jsh-auth-page input:-webkit-autofill:hover,body.jsh-page-dark .jsh-auth-page input:-webkit-autofill:focus,body.jsh-page-dark .jsh-auth-page input:-webkit-autofill:active{
    -webkit-text-fill-color:var(--jsh-auth-text)!important;
    -webkit-box-shadow:0 0 0 1000px var(--jsh-auth-field) inset!important;
    box-shadow:0 0 0 1000px var(--jsh-auth-field) inset!important;
  }


@media(max-width:520px){
  .jsh-auth-page{
    padding:10px!important;
  }

  .jsh-auth-page .jsh-auth-card{
    padding:20px 16px!important;
    border-radius:15px!important;
  }

  .jsh-auth-page .jsh-register-step-head h2,
  .jsh-auth-page .jsh-register-step[data-register-step="1"] .jsh-register-step-head h2,
  .jsh-auth-page form[data-auth-panel="login"] h2{
    font-size:18px!important;
  }

  .jsh-auth-page .jsh-register-map>div{
    font-size:7.5px!important;
  }

  .jsh-auth-page .jsh-auth-form input:not([type=checkbox]),
  .jsh-auth-page .jsh-register-wizard input:not([type=checkbox]){
    height:45px!important;
  }
}


/* 2.2.2 — auth page: no page background, card perfectly centered. */
html:has(.jsh-auth-page),
body:has(.jsh-auth-page){
  min-height:100%;
}

.jsh-auth-page{
  min-height:100vh!important;
  width:100%!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:16px!important;
  box-sizing:border-box!important;
  background:transparent!important;
  background-image:none!important;
}

.jsh-auth-page::before,
.jsh-auth-page::after{
  display:none!important;
  content:none!important;
}

.jsh-auth-page .jsh-auth-card{
  width:min(100%,470px)!important;
  max-width:470px!important;
  margin:0!important;
  position:relative!important;
  inset:auto!important;
  transform:none!important;
  align-self:center!important;
  justify-self:center!important;
  background:#fff!important;
  border:1px solid #e1e6e8!important;
  border-radius:16px!important;
  box-shadow:0 8px 24px rgba(34,52,59,.05)!important;
}

.jsh-auth-install-slot{
  position:absolute!important;
  top:calc(50% + 300px)!important;
  left:50%!important;
  transform:translateX(-50%)!important;
  width:min(calc(100% - 32px),470px)!important;
  margin:0!important;
}


  body.jsh-page-dark .jsh-auth-page{
    background:transparent!important;
    background-image:none!important;
  }

  body.jsh-page-dark .jsh-auth-page .jsh-auth-card{
    background:#151f24!important;
    border-color:#2d3e45!important;
    box-shadow:none!important;
  }


@media(max-width:520px){
  .jsh-auth-page{
    min-height:100dvh!important;
    padding:10px!important;
  }

  .jsh-auth-page .jsh-auth-card{
    width:100%!important;
    max-width:470px!important;
    margin:0!important;
  }

  .jsh-auth-install-slot{
    position:static!important;
    transform:none!important;
    width:100%!important;
    margin:8px auto 0!important;
  }
}


/* 2.2.3 — authentication is always rendered in light mode. */
.jsh-auth-page{
  color-scheme:light!important;
  --jsh-auth-bg:transparent!important;
  --jsh-auth-card:#ffffff!important;
  --jsh-auth-field:#f8f9f9!important;
  --jsh-auth-field-focus:#ffffff!important;
  --jsh-auth-text:#253d44!important;
  --jsh-auth-muted:#75868c!important;
  --jsh-auth-soft:#8d9a9f!important;
  --jsh-auth-border:#dde5e7!important;
  --jsh-auth-border-soft:#e8edef!important;
  --jsh-auth-primary:#315f68!important;
  --jsh-auth-primary-hover:#294f57!important;
  --jsh-auth-success:#3f7658!important;
  --jsh-auth-success-bg:#eef7f2!important;
  --jsh-auth-danger:#9a4444!important;
  --jsh-auth-danger-bg:#fff3f3!important;
  background:transparent!important;
  background-image:none!important;
}

.jsh-auth-page .jsh-auth-card{
  background:#fff!important;
  color:#253d44!important;
  border-color:#e1e6e8!important;
  box-shadow:0 8px 24px rgba(34,52,59,.05)!important;
}

.jsh-auth-page .jsh-auth-tabs{
  background:#f3f5f5!important;
  border-color:#e5eaec!important;
}

.jsh-auth-page .jsh-auth-tab{
  color:#75868c!important;
}

.jsh-auth-page .jsh-auth-tab.active{
  background:#fff!important;
  color:#315f68!important;
  box-shadow:0 1px 4px rgba(36,57,64,.06)!important;
}

.jsh-auth-page .jsh-auth-brand strong,
.jsh-auth-page .jsh-auth-brand-copy strong,
.jsh-auth-page .jsh-register-step-head h2,
.jsh-auth-page .jsh-register-step[data-register-step="1"] .jsh-register-step-head h2,
.jsh-auth-page form[data-auth-panel="login"] h2{
  color:#253d44!important;
}

.jsh-auth-page .jsh-auth-brand span,
.jsh-auth-page .jsh-auth-brand-copy>span,
.jsh-auth-page .jsh-register-step-head p,
.jsh-auth-page form[data-auth-panel="login"]>p{
  color:#75868c!important;
}

.jsh-auth-page .jsh-auth-form label,
.jsh-auth-page .jsh-register-wizard label,
.jsh-auth-page form[data-auth-panel="login"] label{
  color:#42575e!important;
}

.jsh-auth-page .jsh-auth-form input:not([type=checkbox]),
.jsh-auth-page .jsh-register-wizard input:not([type=checkbox]),
.jsh-auth-page form[data-auth-panel="login"] input:not([type=checkbox]),
.jsh-auth-page .jsh-register-otp-label input{
  background:#f8f9f9!important;
  color:#253d44!important;
  -webkit-text-fill-color:#253d44!important;
  border-color:#dde5e7!important;
  box-shadow:none!important;
}

.jsh-auth-page .jsh-auth-form input:not([type=checkbox]):focus,
.jsh-auth-page .jsh-register-wizard input:not([type=checkbox]):focus,
.jsh-auth-page form[data-auth-panel="login"] input:not([type=checkbox]):focus,
.jsh-auth-page .jsh-register-otp-label input:focus{
  background:#fff!important;
  color:#253d44!important;
  -webkit-text-fill-color:#253d44!important;
  border-color:#9bb0b5!important;
  box-shadow:0 0 0 3px rgba(49,95,104,.06)!important;
}

.jsh-auth-page input:-webkit-autofill,
.jsh-auth-page input:-webkit-autofill:hover,
.jsh-auth-page input:-webkit-autofill:focus,
.jsh-auth-page input:-webkit-autofill:active{
  -webkit-text-fill-color:#253d44!important;
  caret-color:#315f68!important;
  -webkit-box-shadow:0 0 0 1000px #f8f9f9 inset!important;
  box-shadow:0 0 0 1000px #f8f9f9 inset!important;
  border-color:#dde5e7!important;
}

.jsh-auth-page .jsh-register-map::before{
  background:#dde5e7!important;
}

.jsh-auth-page .jsh-register-map i{
  background:#fff!important;
  color:#7f8e93!important;
  border-color:#dde5e7!important;
}

.jsh-auth-page .jsh-register-map>div{
  color:#8d9a9f!important;
}

.jsh-auth-page .jsh-register-map>div.is-active{
  color:#315f68!important;
}

.jsh-auth-page .jsh-register-map>div.is-active i{
  background:#315f68!important;
  color:#fff!important;
  border-color:#315f68!important;
}

.jsh-auth-page .jsh-register-map>div.is-complete i{
  background:#eef7f2!important;
  color:#3f7658!important;
  border-color:#a9c5b5!important;
}

.jsh-auth-page .jsh-register-terms{
  background:#fafbfb!important;
  color:#65787e!important;
  border-color:#e8edef!important;
}

.jsh-auth-page .jsh-register-primary,
.jsh-auth-page .jsh-auth-form>button[type=submit]{
  background:#315f68!important;
  color:#fff!important;
}

.jsh-auth-page .jsh-register-primary:hover,
.jsh-auth-page .jsh-auth-form>button[type=submit]:hover{
  background:#294f57!important;
  color:#fff!important;
}

.jsh-auth-page .jsh-register-secondary{
  background:#fff!important;
  color:#667a80!important;
  border-color:#dde5e7!important;
}

.jsh-auth-page .jsh-auth-switch,
.jsh-auth-page .jsh-auth-remember{
  color:#75868c!important;
}

.jsh-auth-page .jsh-auth-switch button,
.jsh-auth-page .jsh-register-otp-meta button{
  color:#315f68!important;
}

.jsh-auth-page .jsh-register-otp-meta>span{
  color:#75868c!important;
  background:transparent!important;
}

.jsh-auth-page .jsh-register-complete-icon{
  background:#eef7f2!important;
  color:#3f7658!important;
  border-color:#d4e7dc!important;
}

/* Explicitly neutralize previous dark-mode auth overrides. */

  body.jsh-page-dark .jsh-auth-page{
    color-scheme:light!important;
    background:transparent!important;
    background-image:none!important;
  }

  body.jsh-page-dark .jsh-auth-page .jsh-auth-card{
    background:#fff!important;
    color:#253d44!important;
    border-color:#e1e6e8!important;
    box-shadow:0 8px 24px rgba(34,52,59,.05)!important;
  }

  body.jsh-page-dark .jsh-auth-page .jsh-auth-tabs{
    background:#f3f5f5!important;
    border-color:#e5eaec!important;
  }

  body.jsh-page-dark .jsh-auth-page .jsh-auth-tab{
    color:#75868c!important;
  }

  body.jsh-page-dark .jsh-auth-page .jsh-auth-tab.active{
    background:#fff!important;
    color:#315f68!important;
  }

  body.jsh-page-dark .jsh-auth-page .jsh-auth-brand strong,body.jsh-page-dark .jsh-auth-page .jsh-auth-brand-copy strong,body.jsh-page-dark .jsh-auth-page .jsh-register-step-head h2,body.jsh-page-dark .jsh-auth-page .jsh-register-step[data-register-step="1"] .jsh-register-step-head h2,body.jsh-page-dark .jsh-auth-page form[data-auth-panel="login"] h2{
    color:#253d44!important;
  }

  body.jsh-page-dark .jsh-auth-page .jsh-auth-brand span,body.jsh-page-dark .jsh-auth-page .jsh-auth-brand-copy>span,body.jsh-page-dark .jsh-auth-page .jsh-register-step-head p,body.jsh-page-dark .jsh-auth-page form[data-auth-panel="login"]>p{
    color:#75868c!important;
  }

  body.jsh-page-dark .jsh-auth-page .jsh-auth-form label,body.jsh-page-dark .jsh-auth-page .jsh-register-wizard label,body.jsh-page-dark .jsh-auth-page form[data-auth-panel="login"] label{
    color:#42575e!important;
  }

  body.jsh-page-dark .jsh-auth-page .jsh-auth-form input:not([type=checkbox]),body.jsh-page-dark .jsh-auth-page .jsh-register-wizard input:not([type=checkbox]),body.jsh-page-dark .jsh-auth-page form[data-auth-panel="login"] input:not([type=checkbox]),body.jsh-page-dark .jsh-auth-page .jsh-register-otp-label input{
    background:#f8f9f9!important;
    color:#253d44!important;
    -webkit-text-fill-color:#253d44!important;
    border-color:#dde5e7!important;
  }

  body.jsh-page-dark .jsh-auth-page .jsh-register-terms{
    background:#fafbfb!important;
    color:#65787e!important;
    border-color:#e8edef!important;
  }

  body.jsh-page-dark .jsh-auth-page .jsh-register-secondary{
    background:#fff!important;
    color:#667a80!important;
    border-color:#dde5e7!important;
  }

  body.jsh-page-dark .jsh-auth-page .jsh-register-map i{
    background:#fff!important;
    color:#7f8e93!important;
    border-color:#dde5e7!important;
  }

  body.jsh-page-dark .jsh-auth-page .jsh-register-map>div.is-active i{
    background:#315f68!important;
    color:#fff!important;
    border-color:#315f68!important;
  }

  body.jsh-page-dark .jsh-auth-page input:-webkit-autofill,body.jsh-page-dark .jsh-auth-page input:-webkit-autofill:hover,body.jsh-page-dark .jsh-auth-page input:-webkit-autofill:focus,body.jsh-page-dark .jsh-auth-page input:-webkit-autofill:active{
    -webkit-text-fill-color:#253d44!important;
    -webkit-box-shadow:0 0 0 1000px #f8f9f9 inset!important;
    box-shadow:0 0 0 1000px #f8f9f9 inset!important;
  }



/* 2.2.16 — spacing between auth checkboxes and their copy. */
.jsh-auth-page .jsh-register-terms,
.jsh-auth-page .jsh-auth-remember{
  display:flex!important;
  align-items:flex-start!important;
  gap:10px!important;
}

.jsh-auth-page .jsh-register-terms input[type="checkbox"],
.jsh-auth-page .jsh-auth-remember input[type="checkbox"]{
  flex:0 0 auto!important;
  margin:2px 0 0!important;
}

.jsh-auth-page .jsh-register-terms span,
.jsh-auth-page .jsh-auth-remember span{
  display:block!important;
  margin:0!important;
  padding:0!important;
}


/* 2.2.17 — auth checkbox copy: same line, only 5px spacing. */
.jsh-auth-page .jsh-register-terms,
.jsh-auth-page .jsh-auth-remember{
  display:flex!important;
  flex-direction:row!important;
  flex-wrap:nowrap!important;
  align-items:center!important;
  gap:5px!important;
}

.jsh-auth-page .jsh-register-terms input[type="checkbox"],
.jsh-auth-page .jsh-auth-remember input[type="checkbox"]{
  flex:0 0 auto!important;
  margin:0!important;
}

.jsh-auth-page .jsh-register-terms span,
.jsh-auth-page .jsh-auth-remember span{
  display:inline!important;
  flex:1 1 auto!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
}


/* 2.2.18 — precise auth checkbox alignment.
   Keep checkbox and text in one row with exactly 5px separation. */
.jsh-auth-page label.jsh-register-terms,
.jsh-auth-page label.jsh-auth-remember{
  display:grid!important;
  grid-template-columns:auto minmax(0,1fr)!important;
  column-gap:5px!important;
  row-gap:0!important;
  align-items:center!important;
  justify-content:stretch!important;
  width:100%!important;
  box-sizing:border-box!important;
}

.jsh-auth-page label.jsh-register-terms>input[type="checkbox"],
.jsh-auth-page label.jsh-auth-remember>input[type="checkbox"]{
  grid-column:1!important;
  grid-row:1!important;
  align-self:center!important;
  justify-self:start!important;
  width:16px!important;
  height:16px!important;
  min-width:16px!important;
  margin:0!important;
  padding:0!important;
}

.jsh-auth-page label.jsh-register-terms>span,
.jsh-auth-page label.jsh-auth-remember>span{
  grid-column:2!important;
  grid-row:1!important;
  display:block!important;
  width:auto!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  line-height:1.8!important;
}

/* Prevent old flex rules from forcing the copy below the checkbox. */
.jsh-auth-page label.jsh-register-terms{
  flex-direction:initial!important;
  flex-wrap:initial!important;
}
.jsh-auth-page label.jsh-auth-remember{
  flex-direction:initial!important;
  flex-wrap:initial!important;
}


/* 2.2.19 — login "remember me": one compact row, exactly 5px gap. */
.jsh-auth-page form[data-auth-panel="login"] label.jsh-auth-remember{
  display:inline-flex!important;
  flex-direction:row!important;
  flex-wrap:nowrap!important;
  align-items:center!important;
  justify-content:flex-start!important;
  width:auto!important;
  max-width:100%!important;
  gap:5px!important;
  margin:0 0 13px!important;
  padding:0!important;
  white-space:nowrap!important;
}

.jsh-auth-page form[data-auth-panel="login"] label.jsh-auth-remember>input[type="checkbox"]{
  display:block!important;
  flex:0 0 16px!important;
  width:16px!important;
  height:16px!important;
  min-width:16px!important;
  margin:0!important;
  padding:0!important;
  align-self:center!important;
}

.jsh-auth-page form[data-auth-panel="login"] label.jsh-auth-remember>span{
  display:inline-block!important;
  flex:0 0 auto!important;
  width:auto!important;
  min-width:auto!important;
  margin:0!important;
  padding:0!important;
  white-space:nowrap!important;
  line-height:1.6!important;
}


/* 2.2.20 — registration step 1: remove background color. */
.jsh-auth-page .jsh-register-step[data-register-step="1"]{
  background:transparent!important;
  background-color:transparent!important;
  box-shadow:none!important;
}

.jsh-auth-page .jsh-register-step[data-register-step="1"] .jsh-register-step-head,
.jsh-auth-page .jsh-register-step[data-register-step="1"] .jsh-register-step-head>span,
.jsh-auth-page .jsh-register-step[data-register-step="1"] .jsh-register-step-head h2,
.jsh-auth-page .jsh-register-step[data-register-step="1"] .jsh-register-step-head p{
  background:transparent!important;
  background-color:transparent!important;
}


/* 2.2.21 — login heading spacing + expandable referral item. */
.jsh-auth-page form[data-auth-panel="login"] .jsh-register-step-head{
  margin-bottom:26px!important;
}

.jsh-auth-page .jsh-register-referral{
  margin:0 0 13px!important;
  border:1px solid #e3e9eb!important;
  border-radius:9px!important;
  background:#fafbfb!important;
  overflow:hidden!important;
}

.jsh-auth-page .jsh-register-referral-toggle{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:8px!important;
  width:100%!important;
  min-height:40px!important;
  margin:0!important;
  padding:8px 10px!important;
  border:0!important;
  background:transparent!important;
  color:#5f737a!important;
  font-family:inherit!important;
  font-size:10px!important;
  font-weight:700!important;
  line-height:1.7!important;
  text-align:right!important;
  cursor:pointer!important;
  box-shadow:none!important;
}

.jsh-auth-page .jsh-register-referral-chevron{
  flex:0 0 auto!important;
  color:#829198!important;
  font-size:15px!important;
  line-height:1!important;
  transition:transform .16s ease!important;
}

.jsh-auth-page .jsh-register-referral.is-open .jsh-register-referral-chevron{
  transform:rotate(180deg)!important;
}

.jsh-auth-page .jsh-register-referral-body{
  padding:0 10px 10px!important;
  border-top:1px solid #edf1f2!important;
}

.jsh-auth-page .jsh-register-referral-body[hidden]{
  display:none!important;
}

.jsh-auth-page .jsh-register-referral-body label{
  margin:9px 0 0!important;
}


/* 2.2.22 — corrected login spacing + lighter registration layout. */

/* Login: explicit gap below the actual heading. */
.jsh-auth-page form[data-auth-panel="login"] .jsh-login-title{
  margin:0 0 22px!important;
  padding:0!important;
}

.jsh-auth-page form[data-auth-panel="login"] .jsh-login-first-field{
  margin-top:0!important;
}

/* Registration: more vertical breathing room. */
.jsh-auth-page [data-auth-panel="register"] .jsh-register-step-head{
  margin-bottom:22px!important;
}

.jsh-auth-page [data-auth-panel="register"] .jsh-register-step>label:not(.jsh-register-terms){
  margin-bottom:16px!important;
}

.jsh-auth-page [data-auth-panel="register"] .jsh-register-referral{
  margin-top:3px!important;
  margin-bottom:17px!important;
}

.jsh-auth-page [data-auth-panel="register"] .jsh-register-terms{
  margin-top:4px!important;
  margin-bottom:18px!important;
}

/* Remove the visual box behind terms and conditions. */
.jsh-auth-page label.jsh-register-terms{
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  background-color:transparent!important;
  box-shadow:none!important;
}

/* Keep checkbox/text alignment clean after removing the box. */
.jsh-auth-page label.jsh-register-terms>input[type="checkbox"]{
  margin:0!important;
}

.jsh-auth-page label.jsh-register-terms>span{
  background:transparent!important;
}

/* Slightly airier referral disclosure. */
.jsh-auth-page .jsh-register-referral-toggle{
  min-height:42px!important;
  padding:9px 11px!important;
}

.jsh-auth-page .jsh-register-referral-body{
  padding:0 11px 11px!important;
}


/* 2.2.23 — more space between password field and remember-me row. */
.jsh-auth-page form[data-auth-panel="login"] label.jsh-auth-remember{
  margin-top:12px!important;
}


/* 2.3.0 — user notification preferences. */
.jsh-user-notification-preferences{
  margin-bottom:18px;
  padding:16px;
  border:1px solid var(--jsh-border,#e2e8eb);
  border-radius:14px;
  background:var(--jsh-card,#fff);
}
.jsh-user-notification-preferences-head{margin-bottom:14px}
.jsh-user-notification-preferences-head h3{margin:0 0 4px;font-size:15px}
.jsh-user-notification-preferences-head p{margin:0;font-size:11px;opacity:.68}
.jsh-user-notification-form{display:grid;gap:13px}
.jsh-user-notification-email>span{display:block;margin-bottom:6px;font-size:11px;font-weight:700}
.jsh-user-notification-email input{width:100%;min-height:42px}
.jsh-user-notification-toggles{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.jsh-user-notification-toggle{
  position:relative;display:flex;align-items:center;gap:10px;
  padding:11px 12px;border:1px solid var(--jsh-border,#e2e8eb);
  border-radius:10px;background:transparent;cursor:pointer
}
.jsh-user-notification-toggle>input{position:absolute;opacity:0;pointer-events:none}
.jsh-user-notification-toggle>span{flex:1;min-width:0}
.jsh-user-notification-toggle strong{display:block;font-size:12px;line-height:1.7}
.jsh-user-notification-toggle small{display:block;margin-top:2px;font-size:10px;line-height:1.7;opacity:.65}
.jsh-user-notification-toggle>i{
  position:relative;display:block;flex:0 0 40px;width:40px;height:22px;
  border-radius:999px;background:#e3e9eb;transition:.18s
}
.jsh-user-notification-toggle>i:after{
  content:"";position:absolute;top:3px;right:3px;width:16px;height:16px;
  border-radius:50%;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.16);transition:.18s
}
.jsh-user-notification-toggle>input:checked ~ i{background:#55747d}
.jsh-user-notification-toggle>input:checked ~ i:after{transform:translateX(-18px)}
.jsh-user-notification-toggle>input:disabled ~ span,
.jsh-user-notification-toggle>input:disabled ~ i{opacity:.45}
.jsh-user-notification-save{justify-self:start}
@media(max-width:650px){.jsh-user-notification-toggles{grid-template-columns:1fr}}


/* 2.5.0 — delivery eligibility status. */
.jsh-app .jsh-service-card.is-delivery-unavailable{
  border-style:dashed!important;
  opacity:.72;
}
.jsh-app .jsh-service-card.is-delivery-unavailable .jsh-service-icon{
  filter:grayscale(1);
}
.jsh-app .jsh-delivery-eligibility{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(240px,1.3fr);
  gap:10px;
  margin:0 0 14px;
  padding:12px;
  border:1px solid #e2e8ea;
  border-radius:12px;
  background:#fafcfc;
}
.jsh-app .jsh-delivery-eligibility-stat{
  min-height:66px;
  padding:10px 12px;
  border:1px solid #e7ecee;
  border-radius:10px;
  background:#fff;
}
.jsh-app .jsh-delivery-eligibility-stat span{display:block;margin-bottom:5px;font-size:10px;color:#7d8c92}
.jsh-app .jsh-delivery-eligibility-stat strong{font-size:15px;line-height:1.6;color:#31474f}
.jsh-app .jsh-delivery-eligibility-stat strong small{font-size:10px;font-weight:600;color:#859399}
.jsh-app .jsh-delivery-eligibility-message{
  display:flex;
  align-items:center;
  gap:9px;
  min-height:66px;
  padding:10px 12px;
  border-radius:10px;
}
.jsh-app .jsh-delivery-eligibility-message>span{
  flex:0 0 30px;width:30px;height:30px;display:grid;place-items:center;
  border-radius:9px;font-size:14px;font-weight:800;
}
.jsh-app .jsh-delivery-eligibility-message p{margin:0;font-size:10.5px;line-height:1.9}
.jsh-app .jsh-delivery-eligibility.is-eligible .jsh-delivery-eligibility-message{background:#eef7f2;color:#39715a}
.jsh-app .jsh-delivery-eligibility.is-eligible .jsh-delivery-eligibility-message>span{background:#dcefe4;color:#317255}
.jsh-app .jsh-delivery-eligibility.is-blocked .jsh-delivery-eligibility-message{background:#fff3f1;color:#9a5650}
.jsh-app .jsh-delivery-eligibility.is-blocked .jsh-delivery-eligibility-message>span{background:#f7dfdc;color:#a44e47}
.jsh-app #jsh-service-deliveries .jsh-service-new-button:disabled{
  opacity:.48!important;
  cursor:not-allowed!important;
}
@media(max-width:760px){
  .jsh-app .jsh-delivery-eligibility{grid-template-columns:1fr}
}


/* 2.6.0 — dual physical delivery interface. */
.jsh-app .jsh-delivery-choice-dialog{max-width:760px}
.jsh-app .jsh-delivery-dual-form{display:block!important}
.jsh-app .jsh-delivery-kind-switch{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-bottom:16px;
}
.jsh-app .jsh-delivery-kind-switch>button{
  display:flex;
  align-items:center;
  gap:10px;
  min-height:68px;
  padding:11px 12px;
  border:1px solid #e1e7e9;
  border-radius:11px;
  background:#fafcfc;
  color:#50636a;
  text-align:right;
  font-family:inherit;
  cursor:pointer;
  transition:.16s ease;
}
.jsh-app .jsh-delivery-kind-switch>button.is-active{
  border-color:#9db1b7;
  background:#f2f6f7;
  box-shadow:inset 0 0 0 1px rgba(79,105,114,.08);
}
.jsh-app .jsh-delivery-kind-icon{
  flex:0 0 34px;width:34px;height:34px;display:grid;place-items:center;
  border-radius:9px;background:#e8eef0;font-size:16px
}
.jsh-app .jsh-delivery-kind-switch strong{display:block;font-size:12px;line-height:1.75}
.jsh-app .jsh-delivery-kind-switch small{display:block;margin-top:2px;font-size:9.5px;line-height:1.7;opacity:.7}
.jsh-app .jsh-delivery-kind-panel{
  margin-bottom:14px;
  padding:13px;
  border:1px solid #e5eaec;
  border-radius:11px;
  background:#fff;
}
.jsh-app .jsh-delivery-gold-summary{
  display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-bottom:12px
}
.jsh-app .jsh-delivery-gold-summary>div{
  padding:9px 10px;border:1px solid #edf1f2;border-radius:9px;background:#fafbfb
}
.jsh-app .jsh-delivery-gold-summary span{display:block;font-size:9.5px;color:#7e8d92;margin-bottom:3px}
.jsh-app .jsh-delivery-gold-summary strong{font-size:13px;color:#394f57}
.jsh-app .jsh-delivery-gold-summary strong small{font-size:9px}
.jsh-app .jsh-delivery-inline-warning{
  margin-bottom:10px;padding:9px 10px;border-radius:8px;background:#fff2ef;color:#9a554d;font-size:10px;line-height:1.8
}
.jsh-app .jsh-delivery-coin-intro{margin-bottom:10px}
.jsh-app .jsh-delivery-coin-intro strong{display:block;font-size:12px}
.jsh-app .jsh-delivery-coin-intro small{display:block;margin-top:3px;font-size:9.5px;opacity:.7}
.jsh-app .jsh-delivery-coin-list{display:grid;gap:8px}
.jsh-app .jsh-delivery-coin-row{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto auto;
  gap:10px;
  align-items:center;
  padding:10px;
  border:1px solid #e6ebed;
  border-radius:10px;
  background:#fafbfb;
}
.jsh-app .jsh-delivery-coin-row.is-selected{
  border-color:#aebfc4;
  background:#f3f7f8;
}
.jsh-app .jsh-delivery-coin-check{
  display:flex!important;
  align-items:center;
  gap:8px;
  min-width:0;
  margin:0!important;
  cursor:pointer;
}
.jsh-app .jsh-delivery-coin-check>input{position:absolute;opacity:0;pointer-events:none}
.jsh-app .jsh-delivery-coin-checkmark{
  flex:0 0 18px;width:18px;height:18px;border:1px solid #bdc9cd;border-radius:5px;background:#fff;position:relative
}
.jsh-app .jsh-delivery-coin-check>input:checked + .jsh-delivery-coin-checkmark{
  background:#58737c;border-color:#58737c
}
.jsh-app .jsh-delivery-coin-check>input:checked + .jsh-delivery-coin-checkmark:after{
  content:"✓";position:absolute;inset:0;display:grid;place-items:center;color:#fff;font-size:11px;font-weight:800
}
.jsh-app .jsh-delivery-coin-name{min-width:0}
.jsh-app .jsh-delivery-coin-name strong{display:block;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.jsh-app .jsh-delivery-coin-name small{display:block;margin-top:2px;font-size:9px;opacity:.66}
.jsh-app .jsh-delivery-coin-quantity{
  display:grid;grid-template-columns:28px 44px 28px;align-items:center;overflow:hidden;border:1px solid #dce4e7;border-radius:8px;background:#fff
}
.jsh-app .jsh-delivery-coin-quantity button{
  width:28px;height:32px;border:0;background:#f4f6f7;color:#52666e;font-family:inherit;cursor:pointer
}
.jsh-app .jsh-delivery-coin-quantity input{
  width:44px!important;min-width:44px!important;height:32px!important;padding:0!important;border:0!important;border-left:1px solid #e5eaec!important;border-right:1px solid #e5eaec!important;border-radius:0!important;text-align:center!important;background:#fff!important
}
.jsh-app .jsh-delivery-coin-all{
  min-height:32px;padding:0 9px;border:1px solid #dce4e7;border-radius:8px;background:#fff;color:#60747b;font-family:inherit;font-size:9px;cursor:pointer
}
.jsh-app .jsh-delivery-empty-coins{
  padding:20px;text-align:center;border:1px dashed #dce4e7;border-radius:10px;background:#fafbfb
}
.jsh-app .jsh-delivery-empty-coins>span{display:grid;place-items:center;width:34px;height:34px;margin:0 auto 7px;border-radius:50%;background:#edf2f3}
.jsh-app .jsh-delivery-empty-coins strong{display:block;font-size:11px}
.jsh-app .jsh-delivery-empty-coins p{margin:4px 0 0;font-size:9.5px;line-height:1.8;opacity:.67}
.jsh-app .jsh-delivery-common-fields{
  display:grid;grid-template-columns:1fr 1fr;gap:11px;margin-top:2px
}
.jsh-app .jsh-delivery-submit{width:100%;margin-top:12px}
@media(max-width:650px){
  .jsh-app .jsh-delivery-kind-switch{grid-template-columns:1fr}
  .jsh-app .jsh-delivery-gold-summary{grid-template-columns:1fr}
  .jsh-app .jsh-delivery-coin-row{grid-template-columns:1fr auto}
  .jsh-app .jsh-delivery-coin-all{grid-column:1/-1;justify-self:start}
  .jsh-app .jsh-delivery-common-fields{grid-template-columns:1fr}
}


/* 2.6.1 — physical-delivery type selection lives on the delivery page. */
.jsh-app .jsh-delivery-page-selector{
  margin:0 0 16px;
  padding:14px;
  border:1px solid #e2e8ea;
  border-radius:13px;
  background:#fff;
}
.jsh-app .jsh-delivery-page-tabs{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-bottom:14px;
}
.jsh-app .jsh-delivery-page-tabs>button{
  display:flex;
  align-items:center;
  gap:10px;
  min-height:68px;
  padding:11px 12px;
  border:1px solid #e2e8ea;
  border-radius:11px;
  background:#fafbfb;
  color:#50636a;
  font-family:inherit;
  text-align:right;
  cursor:pointer;
  transition:.16s ease;
}
.jsh-app .jsh-delivery-page-tabs>button.is-active{
  background:#f2f6f7;
  border-color:#9fb2b8;
  box-shadow:inset 0 0 0 1px rgba(70,96,105,.06);
}
.jsh-app .jsh-delivery-page-tab-icon{
  flex:0 0 36px;
  width:36px;
  height:36px;
  display:grid;
  place-items:center;
  border-radius:10px;
  background:#e9eef0;
}
.jsh-app .jsh-delivery-page-tabs strong{display:block;font-size:12px;line-height:1.7}
.jsh-app .jsh-delivery-page-tabs small{display:block;margin-top:2px;font-size:9.5px;line-height:1.7;opacity:.68}
.jsh-app .jsh-delivery-page-balance-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}
.jsh-app .jsh-delivery-page-balance-card{
  min-height:68px;
  padding:11px 12px;
  border:1px solid #e8edef;
  border-radius:10px;
  background:#fafcfc;
}
.jsh-app .jsh-delivery-page-balance-card>span{
  display:block;
  margin-bottom:5px;
  font-size:9.5px;
  color:#7d8c91;
}
.jsh-app .jsh-delivery-page-balance-card>strong{
  font-size:14px;
  color:#354c54;
}
.jsh-app .jsh-delivery-page-balance-card small{font-size:9px}
.jsh-app .jsh-delivery-page-status{
  display:flex;
  align-items:center;
  gap:9px;
  margin-top:10px;
  min-height:48px;
  padding:9px 10px;
  border-radius:9px;
}
.jsh-app .jsh-delivery-page-status>span{
  flex:0 0 28px;
  width:28px;
  height:28px;
  display:grid;
  place-items:center;
  border-radius:8px;
  font-weight:800;
}
.jsh-app .jsh-delivery-page-status p{margin:0;font-size:10px;line-height:1.85}
.jsh-app .jsh-delivery-page-status.is-ok{background:#eef7f2;color:#39715a}
.jsh-app .jsh-delivery-page-status.is-ok>span{background:#dcefe4;color:#317255}
.jsh-app .jsh-delivery-page-status.is-blocked{background:#fff2ef;color:#9a554d}
.jsh-app .jsh-delivery-page-status.is-blocked>span{background:#f6dedb;color:#a34d46}
.jsh-app .jsh-delivery-page-coin-summary{margin-bottom:10px}
.jsh-app .jsh-delivery-page-coin-summary strong{display:block;font-size:12px}
.jsh-app .jsh-delivery-page-coin-summary small{display:block;margin-top:2px;font-size:9.5px;opacity:.68}
.jsh-app .jsh-delivery-page-coin-preview{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
}
.jsh-app .jsh-delivery-page-coin-preview>div{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:9px 10px;
  border:1px solid #e8edef;
  border-radius:9px;
  background:#fafbfb;
}
.jsh-app .jsh-delivery-page-coin-preview span{font-size:10px}
.jsh-app .jsh-delivery-page-coin-preview strong{font-size:12px}
.jsh-app .jsh-delivery-page-coin-preview small{font-size:8.5px}
.jsh-app .jsh-delivery-request-panel{
  margin-bottom:13px;
  padding:12px;
  border:1px solid #e5eaec;
  border-radius:10px;
  background:#fff;
}
@media(max-width:650px){
  .jsh-app .jsh-delivery-page-tabs,
  .jsh-app .jsh-delivery-page-balance-grid,
  .jsh-app .jsh-delivery-page-coin-preview{
    grid-template-columns:1fr;
  }
}


/* 2.6.2 — complete dark-mode parity for physical delivery UI. */
body.jsh-dark-mode .jsh-app .jsh-delivery-page-selector,
body.jsh-admin-workspace.jsh-dark-mode .jsh-app .jsh-delivery-page-selector,
.jsh-app.jsh-dark-mode .jsh-delivery-page-selector{
  background:#172126!important;
  border-color:#2d3e45!important;
}

body.jsh-dark-mode .jsh-app .jsh-delivery-page-tabs>button,
body.jsh-admin-workspace.jsh-dark-mode .jsh-app .jsh-delivery-page-tabs>button,
.jsh-app.jsh-dark-mode .jsh-delivery-page-tabs>button{
  background:#1c282d!important;
  border-color:#304148!important;
  color:#aebdc2!important;
}

body.jsh-dark-mode .jsh-app .jsh-delivery-page-tabs>button.is-active,
body.jsh-admin-workspace.jsh-dark-mode .jsh-app .jsh-delivery-page-tabs>button.is-active,
.jsh-app.jsh-dark-mode .jsh-delivery-page-tabs>button.is-active{
  background:#24343a!important;
  border-color:#536c75!important;
  color:#edf3f5!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.025)!important;
}

body.jsh-dark-mode .jsh-app .jsh-delivery-page-tab-icon,
body.jsh-admin-workspace.jsh-dark-mode .jsh-app .jsh-delivery-page-tab-icon,
.jsh-app.jsh-dark-mode .jsh-delivery-page-tab-icon{
  background:#26363d!important;
  color:#b7c7cc!important;
}

body.jsh-dark-mode .jsh-app .jsh-delivery-page-balance-card,
body.jsh-admin-workspace.jsh-dark-mode .jsh-app .jsh-delivery-page-balance-card,
.jsh-app.jsh-dark-mode .jsh-delivery-page-balance-card{
  background:#1c282d!important;
  border-color:#2d3e45!important;
}

body.jsh-dark-mode .jsh-app .jsh-delivery-page-balance-card>span,
body.jsh-admin-workspace.jsh-dark-mode .jsh-app .jsh-delivery-page-balance-card>span,
.jsh-app.jsh-dark-mode .jsh-delivery-page-balance-card>span{
  color:#93a5ab!important;
}

body.jsh-dark-mode .jsh-app .jsh-delivery-page-balance-card>strong,
body.jsh-admin-workspace.jsh-dark-mode .jsh-app .jsh-delivery-page-balance-card>strong,
.jsh-app.jsh-dark-mode .jsh-delivery-page-balance-card>strong{
  color:#e4ecef!important;
}

body.jsh-dark-mode .jsh-app .jsh-delivery-page-status.is-ok,
body.jsh-admin-workspace.jsh-dark-mode .jsh-app .jsh-delivery-page-status.is-ok,
.jsh-app.jsh-dark-mode .jsh-delivery-page-status.is-ok{
  background:#1d322b!important;
  color:#a9d2be!important;
}

body.jsh-dark-mode .jsh-app .jsh-delivery-page-status.is-ok>span,
body.jsh-admin-workspace.jsh-dark-mode .jsh-app .jsh-delivery-page-status.is-ok>span,
.jsh-app.jsh-dark-mode .jsh-delivery-page-status.is-ok>span{
  background:#29463a!important;
  color:#b9e0cc!important;
}

body.jsh-dark-mode .jsh-app .jsh-delivery-page-status.is-blocked,
body.jsh-admin-workspace.jsh-dark-mode .jsh-app .jsh-delivery-page-status.is-blocked,
.jsh-app.jsh-dark-mode .jsh-delivery-page-status.is-blocked{
  background:#352326!important;
  color:#e1aaa4!important;
}

body.jsh-dark-mode .jsh-app .jsh-delivery-page-status.is-blocked>span,
body.jsh-admin-workspace.jsh-dark-mode .jsh-app .jsh-delivery-page-status.is-blocked>span,
.jsh-app.jsh-dark-mode .jsh-delivery-page-status.is-blocked>span{
  background:#4b2d31!important;
  color:#efb8b1!important;
}

body.jsh-dark-mode .jsh-app .jsh-delivery-page-coin-preview>div,
body.jsh-admin-workspace.jsh-dark-mode .jsh-app .jsh-delivery-page-coin-preview>div,
.jsh-app.jsh-dark-mode .jsh-delivery-page-coin-preview>div{
  background:#1c282d!important;
  border-color:#2d3e45!important;
  color:#d8e2e5!important;
}

/* Request modal and inner request cards. */
body.jsh-dark-mode .jsh-app .jsh-delivery-request-dialog,
body.jsh-admin-workspace.jsh-dark-mode .jsh-app .jsh-delivery-request-dialog,
.jsh-app.jsh-dark-mode .jsh-delivery-request-dialog{
  background:#172126!important;
  border-color:#2d3e45!important;
  color:#dce6e9!important;
}

body.jsh-dark-mode .jsh-app .jsh-delivery-request-panel,
body.jsh-admin-workspace.jsh-dark-mode .jsh-app .jsh-delivery-request-panel,
.jsh-app.jsh-dark-mode .jsh-delivery-request-panel{
  background:#1b272c!important;
  border-color:#2e3e45!important;
}

body.jsh-dark-mode .jsh-app .jsh-delivery-coin-row,
body.jsh-admin-workspace.jsh-dark-mode .jsh-app .jsh-delivery-coin-row,
.jsh-app.jsh-dark-mode .jsh-delivery-coin-row{
  background:#1c282d!important;
  border-color:#304148!important;
  color:#dce5e8!important;
}

body.jsh-dark-mode .jsh-app .jsh-delivery-coin-row.is-selected,
body.jsh-admin-workspace.jsh-dark-mode .jsh-app .jsh-delivery-coin-row.is-selected,
.jsh-app.jsh-dark-mode .jsh-delivery-coin-row.is-selected{
  background:#24343a!important;
  border-color:#536c75!important;
}

body.jsh-dark-mode .jsh-app .jsh-delivery-coin-checkmark,
body.jsh-admin-workspace.jsh-dark-mode .jsh-app .jsh-delivery-coin-checkmark,
.jsh-app.jsh-dark-mode .jsh-delivery-coin-checkmark{
  background:#172126!important;
  border-color:#53666d!important;
}

body.jsh-dark-mode .jsh-app .jsh-delivery-coin-check>input:checked + .jsh-delivery-coin-checkmark,
body.jsh-admin-workspace.jsh-dark-mode .jsh-app .jsh-delivery-coin-check>input:checked + .jsh-delivery-coin-checkmark,
.jsh-app.jsh-dark-mode .jsh-delivery-coin-check>input:checked + .jsh-delivery-coin-checkmark{
  background:#65818a!important;
  border-color:#65818a!important;
}

body.jsh-dark-mode .jsh-app .jsh-delivery-coin-name strong,
body.jsh-admin-workspace.jsh-dark-mode .jsh-app .jsh-delivery-coin-name strong,
.jsh-app.jsh-dark-mode .jsh-delivery-coin-name strong{
  color:#e2eaed!important;
}

body.jsh-dark-mode .jsh-app .jsh-delivery-coin-name small,
body.jsh-admin-workspace.jsh-dark-mode .jsh-app .jsh-delivery-coin-name small,
.jsh-app.jsh-dark-mode .jsh-delivery-coin-name small{
  color:#94a5ab!important;
  opacity:1!important;
}

body.jsh-dark-mode .jsh-app .jsh-delivery-coin-quantity,
body.jsh-admin-workspace.jsh-dark-mode .jsh-app .jsh-delivery-coin-quantity,
.jsh-app.jsh-dark-mode .jsh-delivery-coin-quantity{
  background:#172126!important;
  border-color:#3a4c53!important;
}

body.jsh-dark-mode .jsh-app .jsh-delivery-coin-quantity button,
body.jsh-admin-workspace.jsh-dark-mode .jsh-app .jsh-delivery-coin-quantity button,
.jsh-app.jsh-dark-mode .jsh-delivery-coin-quantity button{
  background:#25343a!important;
  color:#c2d0d4!important;
}

body.jsh-dark-mode .jsh-app .jsh-delivery-coin-quantity button:hover,
body.jsh-admin-workspace.jsh-dark-mode .jsh-app .jsh-delivery-coin-quantity button:hover,
.jsh-app.jsh-dark-mode .jsh-delivery-coin-quantity button:hover{
  background:#30444c!important;
}

body.jsh-dark-mode .jsh-app .jsh-delivery-coin-quantity input,
body.jsh-admin-workspace.jsh-dark-mode .jsh-app .jsh-delivery-coin-quantity input,
.jsh-app.jsh-dark-mode .jsh-delivery-coin-quantity input{
  background:#172126!important;
  color:#edf3f5!important;
  border-left-color:#34464d!important;
  border-right-color:#34464d!important;
}

body.jsh-dark-mode .jsh-app .jsh-delivery-coin-all,
body.jsh-admin-workspace.jsh-dark-mode .jsh-app .jsh-delivery-coin-all,
.jsh-app.jsh-dark-mode .jsh-delivery-coin-all{
  background:#202e34!important;
  border-color:#3b4d54!important;
  color:#c0ced2!important;
}

body.jsh-dark-mode .jsh-app .jsh-delivery-empty-coins,
body.jsh-admin-workspace.jsh-dark-mode .jsh-app .jsh-delivery-empty-coins,
.jsh-app.jsh-dark-mode .jsh-delivery-empty-coins{
  background:#1b272c!important;
  border-color:#3a4a50!important;
  color:#cbd7da!important;
}

body.jsh-dark-mode .jsh-app .jsh-delivery-empty-coins>span,
body.jsh-admin-workspace.jsh-dark-mode .jsh-app .jsh-delivery-empty-coins>span,
.jsh-app.jsh-dark-mode .jsh-delivery-empty-coins>span{
  background:#26363c!important;
}

/* Inputs/date/textarea inside delivery modal. */
body.jsh-dark-mode .jsh-app .jsh-delivery-request-dialog input,
body.jsh-dark-mode .jsh-app .jsh-delivery-request-dialog textarea,
body.jsh-admin-workspace.jsh-dark-mode .jsh-app .jsh-delivery-request-dialog input,
body.jsh-admin-workspace.jsh-dark-mode .jsh-app .jsh-delivery-request-dialog textarea,
.jsh-app.jsh-dark-mode .jsh-delivery-request-dialog input,
.jsh-app.jsh-dark-mode .jsh-delivery-request-dialog textarea{
  background:#172126!important;
  border-color:#35464d!important;
  color:#e4ecef!important;
}

body.jsh-dark-mode .jsh-app .jsh-delivery-request-dialog .jsh-jalali-input-wrap,
body.jsh-admin-workspace.jsh-dark-mode .jsh-app .jsh-delivery-request-dialog .jsh-jalali-input-wrap,
.jsh-app.jsh-dark-mode .jsh-delivery-request-dialog .jsh-jalali-input-wrap{
  background:#172126!important;
  border-color:#35464d!important;
}


/* 2.6.3 — exact dark-theme styling for Physical Delivery.
   The dashboard actually toggles data-jsh-theme="dark" on .jsh-app. */
.jsh-app[data-jsh-theme="dark"] #jsh-service-deliveries,
.jsh-app[data-jsh-theme="dark"] #jsh-service-deliveries.jsh-public-card{
  background:#162126!important;
  border-color:#2f4148!important;
  color:#dce6ea!important;
}

.jsh-app[data-jsh-theme="dark"] #jsh-service-deliveries .jsh-service-page-head{
  background:transparent!important;
  color:#dce6ea!important;
}
.jsh-app[data-jsh-theme="dark"] #jsh-service-deliveries .jsh-service-page-head h2{
  color:#eef5f7!important;
}
.jsh-app[data-jsh-theme="dark"] #jsh-service-deliveries .jsh-service-page-head p{
  color:#94a7ad!important;
}
.jsh-app[data-jsh-theme="dark"] #jsh-service-deliveries .jsh-back-services{
  background:#1d2a30!important;
  border-color:#34464e!important;
  color:#c9d6da!important;
}
.jsh-app[data-jsh-theme="dark"] #jsh-service-deliveries .jsh-back-services:hover{
  background:#273940!important;
  color:#fff!important;
}

.jsh-app[data-jsh-theme="dark"] #jsh-service-deliveries .jsh-delivery-page-selector{
  background:#1a272c!important;
  border-color:#33454d!important;
  color:#dce6ea!important;
}
.jsh-app[data-jsh-theme="dark"] #jsh-service-deliveries .jsh-delivery-page-tabs>button{
  background:#1e2c32!important;
  border-color:#364a52!important;
  color:#b8c8cd!important;
}
.jsh-app[data-jsh-theme="dark"] #jsh-service-deliveries .jsh-delivery-page-tabs>button:hover{
  background:#24363d!important;
  border-color:#45606a!important;
}
.jsh-app[data-jsh-theme="dark"] #jsh-service-deliveries .jsh-delivery-page-tabs>button.is-active{
  background:#2a3d44!important;
  border-color:#5a7882!important;
  color:#f1f6f8!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.035)!important;
}
.jsh-app[data-jsh-theme="dark"] #jsh-service-deliveries .jsh-delivery-page-tab-icon{
  background:#26383f!important;
  color:#c2d1d5!important;
}
.jsh-app[data-jsh-theme="dark"] #jsh-service-deliveries .jsh-delivery-page-tabs>button.is-active .jsh-delivery-page-tab-icon{
  background:#35505a!important;
  color:#f0f5f7!important;
}
.jsh-app[data-jsh-theme="dark"] #jsh-service-deliveries .jsh-delivery-page-tabs strong,
.jsh-app[data-jsh-theme="dark"] #jsh-service-deliveries .jsh-delivery-page-tabs small{
  color:inherit!important;
}

.jsh-app[data-jsh-theme="dark"] #jsh-service-deliveries .jsh-delivery-page-balance-card,
.jsh-app[data-jsh-theme="dark"] #jsh-service-deliveries .jsh-delivery-page-coin-preview>div{
  background:#1d2b31!important;
  border-color:#32464e!important;
  color:#dce6ea!important;
}
.jsh-app[data-jsh-theme="dark"] #jsh-service-deliveries .jsh-delivery-page-balance-card>span,
.jsh-app[data-jsh-theme="dark"] #jsh-service-deliveries .jsh-delivery-page-coin-preview span{
  color:#91a4aa!important;
}
.jsh-app[data-jsh-theme="dark"] #jsh-service-deliveries .jsh-delivery-page-balance-card>strong,
.jsh-app[data-jsh-theme="dark"] #jsh-service-deliveries .jsh-delivery-page-coin-preview strong{
  color:#edf4f6!important;
}

.jsh-app[data-jsh-theme="dark"] #jsh-service-deliveries .jsh-delivery-page-status.is-ok{
  background:#193129!important;
  color:#a8d4bd!important;
}
.jsh-app[data-jsh-theme="dark"] #jsh-service-deliveries .jsh-delivery-page-status.is-ok>span{
  background:#27493a!important;
  color:#c1e6d2!important;
}
.jsh-app[data-jsh-theme="dark"] #jsh-service-deliveries .jsh-delivery-page-status.is-blocked{
  background:#382427!important;
  color:#e3aaa4!important;
}
.jsh-app[data-jsh-theme="dark"] #jsh-service-deliveries .jsh-delivery-page-status.is-blocked>span{
  background:#512f33!important;
  color:#f0bbb5!important;
}

/* Delivery history table */
.jsh-app[data-jsh-theme="dark"] #jsh-service-deliveries .jsh-service-list-shell,
.jsh-app[data-jsh-theme="dark"] #jsh-service-deliveries .jsh-responsive{
  background:#18252a!important;
  border-color:#31434a!important;
}
.jsh-app[data-jsh-theme="dark"] #jsh-service-deliveries table{
  background:#18252a!important;
  color:#dce6ea!important;
}
.jsh-app[data-jsh-theme="dark"] #jsh-service-deliveries thead,
.jsh-app[data-jsh-theme="dark"] #jsh-service-deliveries th{
  background:#213137!important;
  color:#b8c8cd!important;
  border-color:#33474f!important;
}
.jsh-app[data-jsh-theme="dark"] #jsh-service-deliveries td{
  background:#19262b!important;
  color:#d5e0e3!important;
  border-color:#2d4047!important;
}
.jsh-app[data-jsh-theme="dark"] #jsh-service-deliveries tbody tr:hover td{
  background:#1f3036!important;
}
.jsh-app[data-jsh-theme="dark"] #jsh-service-deliveries .jsh-service-empty td{
  color:#8fa2a8!important;
}

/* Modal shell and backdrop */
.jsh-app[data-jsh-theme="dark"] #jsh-service-delivery-modal .jsh-service-modal-backdrop{
  background:rgba(2,8,11,.72)!important;
}
.jsh-app[data-jsh-theme="dark"] #jsh-service-delivery-modal .jsh-delivery-request-dialog,
.jsh-app[data-jsh-theme="dark"] #jsh-service-delivery-modal .jsh-service-dialog{
  background:#172328!important;
  border-color:#34474f!important;
  color:#dce6ea!important;
  box-shadow:0 24px 70px rgba(0,0,0,.52)!important;
}
.jsh-app[data-jsh-theme="dark"] #jsh-service-delivery-modal header{
  background:#172328!important;
  border-bottom-color:#30434a!important;
}
.jsh-app[data-jsh-theme="dark"] #jsh-service-delivery-modal header span{
  color:#8fa3a9!important;
}
.jsh-app[data-jsh-theme="dark"] #jsh-service-delivery-modal header h3{
  color:#eef5f7!important;
}
.jsh-app[data-jsh-theme="dark"] #jsh-service-delivery-modal .jsh-service-close{
  background:#223239!important;
  border-color:#3a4f57!important;
  color:#d7e2e5!important;
}
.jsh-app[data-jsh-theme="dark"] #jsh-service-delivery-modal .jsh-service-close:hover{
  background:#2e434b!important;
  color:#fff!important;
}

.jsh-app[data-jsh-theme="dark"] #jsh-service-delivery-modal .jsh-delivery-request-panel{
  background:#1c2a30!important;
  border-color:#34474f!important;
  color:#dce6ea!important;
}
.jsh-app[data-jsh-theme="dark"] #jsh-service-delivery-modal .jsh-service-hint{
  color:#a6b6bb!important;
}
.jsh-app[data-jsh-theme="dark"] #jsh-service-delivery-modal label{
  color:#c9d5d9!important;
}
.jsh-app[data-jsh-theme="dark"] #jsh-service-delivery-modal input,
.jsh-app[data-jsh-theme="dark"] #jsh-service-delivery-modal textarea{
  background:#111c21!important;
  border-color:#3a4d55!important;
  color:#edf4f6!important;
  box-shadow:none!important;
}
.jsh-app[data-jsh-theme="dark"] #jsh-service-delivery-modal input::placeholder,
.jsh-app[data-jsh-theme="dark"] #jsh-service-delivery-modal textarea::placeholder{
  color:#72878e!important;
}
.jsh-app[data-jsh-theme="dark"] #jsh-service-delivery-modal input:focus,
.jsh-app[data-jsh-theme="dark"] #jsh-service-delivery-modal textarea:focus{
  border-color:#678892!important;
  box-shadow:0 0 0 2px rgba(103,136,146,.14)!important;
}

/* Coin selection rows */
.jsh-app[data-jsh-theme="dark"] #jsh-service-delivery-modal .jsh-delivery-coin-intro strong{
  color:#edf4f6!important;
}
.jsh-app[data-jsh-theme="dark"] #jsh-service-delivery-modal .jsh-delivery-coin-intro small{
  color:#8fa2a8!important;
}
.jsh-app[data-jsh-theme="dark"] #jsh-service-delivery-modal .jsh-delivery-coin-row{
  background:#1c2a30!important;
  border-color:#34474f!important;
  color:#dce6ea!important;
}
.jsh-app[data-jsh-theme="dark"] #jsh-service-delivery-modal .jsh-delivery-coin-row.is-selected{
  background:#263a42!important;
  border-color:#59747e!important;
}
.jsh-app[data-jsh-theme="dark"] #jsh-service-delivery-modal .jsh-delivery-coin-name strong{
  color:#edf4f6!important;
}
.jsh-app[data-jsh-theme="dark"] #jsh-service-delivery-modal .jsh-delivery-coin-name small{
  color:#94a7ad!important;
  opacity:1!important;
}
.jsh-app[data-jsh-theme="dark"] #jsh-service-delivery-modal .jsh-delivery-coin-checkmark{
  background:#111c21!important;
  border-color:#50666f!important;
}
.jsh-app[data-jsh-theme="dark"] #jsh-service-delivery-modal .jsh-delivery-coin-check>input:checked + .jsh-delivery-coin-checkmark{
  background:#607e88!important;
  border-color:#607e88!important;
}
.jsh-app[data-jsh-theme="dark"] #jsh-service-delivery-modal .jsh-delivery-coin-quantity{
  background:#111c21!important;
  border-color:#3a4e56!important;
}
.jsh-app[data-jsh-theme="dark"] #jsh-service-delivery-modal .jsh-delivery-coin-quantity button{
  background:#24353c!important;
  color:#d0dce0!important;
  border-color:#3b5058!important;
}
.jsh-app[data-jsh-theme="dark"] #jsh-service-delivery-modal .jsh-delivery-coin-quantity button:hover{
  background:#314950!important;
  color:#fff!important;
}
.jsh-app[data-jsh-theme="dark"] #jsh-service-delivery-modal .jsh-delivery-coin-quantity input{
  background:#111c21!important;
  color:#fff!important;
  border-left-color:#34474f!important;
  border-right-color:#34474f!important;
}
.jsh-app[data-jsh-theme="dark"] #jsh-service-delivery-modal .jsh-delivery-coin-all{
  background:#213239!important;
  border-color:#40565e!important;
  color:#c8d6da!important;
}
.jsh-app[data-jsh-theme="dark"] #jsh-service-delivery-modal .jsh-delivery-coin-all:hover{
  background:#2e444c!important;
  color:#fff!important;
}
.jsh-app[data-jsh-theme="dark"] #jsh-service-delivery-modal .jsh-delivery-empty-coins{
  background:#1b282e!important;
  border-color:#3b4e55!important;
  color:#c9d5d9!important;
}
.jsh-app[data-jsh-theme="dark"] #jsh-service-delivery-modal .jsh-delivery-empty-coins>span{
  background:#26383f!important;
  color:#b8c8cd!important;
}

/* Jalali control/calendar within delivery modal */
.jsh-app[data-jsh-theme="dark"] #jsh-service-delivery-modal .jsh-jalali-input-wrap{
  background:#111c21!important;
  border-color:#3a4d55!important;
}
.jsh-app[data-jsh-theme="dark"] #jsh-service-delivery-modal .jsh-jalali-trigger{
  background:#213239!important;
  border-color:#3a4f57!important;
  color:#c8d6da!important;
}
.jsh-app[data-jsh-theme="dark"] #jsh-service-delivery-modal .jsh-jalali-calendar{
  background:#172328!important;
  border-color:#3b4f57!important;
  color:#dce6ea!important;
  box-shadow:0 18px 42px rgba(0,0,0,.45)!important;
}
.jsh-app[data-jsh-theme="dark"] #jsh-service-delivery-modal .jsh-jalali-calendar button{
  color:#cbd8dc!important;
}
.jsh-app[data-jsh-theme="dark"] #jsh-service-delivery-modal .jsh-jalali-days button{
  background:#1c2a30!important;
  border-color:#2e4148!important;
}
.jsh-app[data-jsh-theme="dark"] #jsh-service-delivery-modal .jsh-jalali-days button:hover{
  background:#2a3f47!important;
}


/* 2.8.0 — wallet charge redesign. */
.jsh-app .jsh-wallet-charge-methods{display:grid;grid-template-columns:1fr 1fr;gap:11px;margin:0 0 15px}
.jsh-app .jsh-wallet-charge-method{display:flex;gap:11px;padding:13px;border:1px solid #e3e9eb;border-radius:12px;background:#fafcfc}
.jsh-app .jsh-wallet-charge-method.is-disabled{opacity:.58}
.jsh-app .jsh-wallet-charge-method-icon{flex:0 0 36px;width:36px;height:36px;display:grid;place-items:center;border-radius:10px;background:#eaf0f1;color:#536d75;font-weight:800}
.jsh-app .jsh-wallet-charge-method strong{display:block;font-size:12px;color:#3f555d}
.jsh-app .jsh-wallet-charge-method p{margin:3px 0 2px;font-size:10px;color:#667a81}
.jsh-app .jsh-wallet-charge-method small{display:block;font-size:9px;line-height:1.8;color:#87969b}
.jsh-app .jsh-wallet-charge-dialog{max-width:650px}
.jsh-app .jsh-wallet-charge-route{display:flex;align-items:center;gap:10px;padding:10px 11px;margin:2px 0 12px;border:1px solid #e2e8ea;border-radius:10px;background:#fafcfc}
.jsh-app .jsh-wallet-charge-route-icon{flex:0 0 31px;width:31px;height:31px;display:grid;place-items:center;border-radius:8px;background:#eaf0f1}
.jsh-app .jsh-wallet-charge-route strong{display:block;font-size:11px}.jsh-app .jsh-wallet-charge-route small{display:block;margin-top:2px;font-size:9px;line-height:1.75;color:#7d8d92}
.jsh-app .jsh-wallet-charge-route.is-online{background:#eef6f7;border-color:#cfe0e3}.jsh-app .jsh-wallet-charge-route.is-card{background:#f4f5fa;border-color:#dfe2ec}.jsh-app .jsh-wallet-charge-route.is-invalid{background:#fff1ef;border-color:#f1d5d1;color:#9a514b}
.jsh-app .jsh-wallet-charge-info-card,.jsh-app .jsh-wallet-charge-unavailable{display:flex;gap:10px;padding:12px;border-radius:10px;background:#f5f8f9;border:1px solid #e3e9eb;margin-bottom:11px}
.jsh-app .jsh-wallet-charge-info-card>span,.jsh-app .jsh-wallet-charge-unavailable>span{flex:0 0 30px;width:30px;height:30px;display:grid;place-items:center;border-radius:8px;background:#e7edef}
.jsh-app .jsh-wallet-charge-info-card strong,.jsh-app .jsh-wallet-charge-unavailable strong{display:block;font-size:11px}.jsh-app .jsh-wallet-charge-info-card p,.jsh-app .jsh-wallet-charge-unavailable p{margin:3px 0;font-size:9.5px}.jsh-app .jsh-wallet-charge-info-card small{font-size:9px;opacity:.7}
.jsh-app .jsh-wallet-destination-card{margin-bottom:12px;padding:13px;border:1px solid #dce4e7;border-radius:12px;background:linear-gradient(135deg,#f7fafb,#eef3f4)}
.jsh-app .jsh-wallet-destination-head{display:flex;justify-content:space-between;gap:10px;align-items:center}.jsh-app .jsh-wallet-destination-head span{font-size:9px;color:#7c8d92}.jsh-app .jsh-wallet-destination-head strong{font-size:10px;color:#52676e}
.jsh-app .jsh-wallet-destination-number{margin:12px 0 7px;font-size:19px;font-weight:800;letter-spacing:1.6px;text-align:center;color:#2f4850}.jsh-app .jsh-wallet-destination-card>small{display:block;text-align:center;font-size:9.5px;color:#788a90}
.jsh-app .jsh-wallet-charge-unavailable{background:#fff1ef;border-color:#eed6d2;color:#95504a}
.jsh-app[data-jsh-theme="dark"] .jsh-wallet-charge-method,.jsh-app[data-jsh-theme="dark"] .jsh-wallet-charge-route,.jsh-app[data-jsh-theme="dark"] .jsh-wallet-charge-info-card,.jsh-app[data-jsh-theme="dark"] .jsh-wallet-charge-unavailable{background:#1b292f!important;border-color:#32464e!important;color:#dce6ea!important}
.jsh-app[data-jsh-theme="dark"] .jsh-wallet-charge-method-icon,.jsh-app[data-jsh-theme="dark"] .jsh-wallet-charge-route-icon,.jsh-app[data-jsh-theme="dark"] .jsh-wallet-charge-info-card>span,.jsh-app[data-jsh-theme="dark"] .jsh-wallet-charge-unavailable>span{background:#263940!important;color:#c4d3d7!important}
.jsh-app[data-jsh-theme="dark"] .jsh-wallet-charge-method strong,.jsh-app[data-jsh-theme="dark"] .jsh-wallet-charge-route strong{color:#edf4f6!important}.jsh-app[data-jsh-theme="dark"] .jsh-wallet-charge-method p,.jsh-app[data-jsh-theme="dark"] .jsh-wallet-charge-method small,.jsh-app[data-jsh-theme="dark"] .jsh-wallet-charge-route small{color:#94a7ad!important}
.jsh-app[data-jsh-theme="dark"] .jsh-wallet-destination-card{background:linear-gradient(135deg,#1d2b31,#22343b)!important;border-color:#3a5058!important;color:#e5edef!important}.jsh-app[data-jsh-theme="dark"] .jsh-wallet-destination-head span,.jsh-app[data-jsh-theme="dark"] .jsh-wallet-destination-head strong,.jsh-app[data-jsh-theme="dark"] .jsh-wallet-destination-card>small{color:#9eb0b6!important}.jsh-app[data-jsh-theme="dark"] .jsh-wallet-destination-number{color:#f1f6f8!important}
.jsh-app[data-jsh-theme="dark"] .jsh-wallet-charge-route.is-online{background:#193036!important}.jsh-app[data-jsh-theme="dark"] .jsh-wallet-charge-route.is-card{background:#242c39!important}.jsh-app[data-jsh-theme="dark"] .jsh-wallet-charge-route.is-invalid,.jsh-app[data-jsh-theme="dark"] .jsh-wallet-charge-unavailable{background:#392427!important;border-color:#5b3438!important;color:#e5aaa4!important}
@media(max-width:650px){.jsh-app .jsh-wallet-charge-methods{grid-template-columns:1fr}.jsh-app .jsh-wallet-destination-number{font-size:16px;letter-spacing:1px}}


/* 2.9.0 — large purchase wallet guarantee. */
.jsh-app .jsh-trade-guarantee{margin:10px 0 4px;padding:11px 12px;border:1px solid #dfe6e8;border-radius:11px;background:#f8fafb}
.jsh-app .jsh-trade-guarantee>div{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:3px 0}
.jsh-app .jsh-trade-guarantee>div span{font-size:9.5px;color:#71838a}.jsh-app .jsh-trade-guarantee>div strong{font-size:10.5px;color:#40575f}
.jsh-app .jsh-trade-guarantee p{margin:7px 0 0;padding-top:7px;border-top:1px solid #e5eaec;font-size:9.5px;line-height:1.8}
.jsh-app .jsh-trade-guarantee.is-ok p{color:#52786a}.jsh-app .jsh-trade-guarantee.is-short{background:#fff7f3;border-color:#ecdcd3}.jsh-app .jsh-trade-guarantee.is-short p{color:#9a5b4e}
.jsh-app[data-jsh-theme="dark"] .jsh-trade-guarantee{background:#1c292f;border-color:#34464d}.jsh-app[data-jsh-theme="dark"] .jsh-trade-guarantee>div span{color:#94a7ad}.jsh-app[data-jsh-theme="dark"] .jsh-trade-guarantee>div strong{color:#e4edef}.jsh-app[data-jsh-theme="dark"] .jsh-trade-guarantee p{border-top-color:#34464d}.jsh-app[data-jsh-theme="dark"] .jsh-trade-guarantee.is-short{background:#35272a;border-color:#563b3d}


/* 2.9.2 — insufficient guarantee turns the purchase action into funding. */
.jsh-app .jsh-confirm-button.is-payment-route{
  background:#496f79!important;
  border-color:#496f79!important;
  color:#fff!important;
}
.jsh-app .jsh-confirm-button.is-payment-route:hover{
  background:#3e626b!important;
}
.jsh-app[data-jsh-theme="dark"] .jsh-confirm-button.is-payment-route{
  background:#587f89!important;
  border-color:#587f89!important;
  color:#fff!important;
}


/* 2.9.3 — full dark-mode parity for notification preferences. */
.jsh-app[data-jsh-theme="dark"] #jsh-notifications .jsh-user-notification-preferences{
  background:#18252a!important;
  border-color:#31434a!important;
  color:#dce6ea!important;
}
.jsh-app[data-jsh-theme="dark"] #jsh-notifications .jsh-user-notification-preferences-head{
  border-color:#30434a!important;
}
.jsh-app[data-jsh-theme="dark"] #jsh-notifications .jsh-user-notification-preferences-head h3{
  color:#eef5f7!important;
}
.jsh-app[data-jsh-theme="dark"] #jsh-notifications .jsh-user-notification-preferences-head p{
  color:#94a7ad!important;
}

.jsh-app[data-jsh-theme="dark"] #jsh-notifications .jsh-user-notification-email>span{
  color:#c8d5d9!important;
}
.jsh-app[data-jsh-theme="dark"] #jsh-notifications .jsh-user-notification-email input{
  background:#111c21!important;
  border-color:#3a4d55!important;
  color:#edf4f6!important;
  box-shadow:none!important;
}
.jsh-app[data-jsh-theme="dark"] #jsh-notifications .jsh-user-notification-email input::placeholder{
  color:#70858c!important;
}
.jsh-app[data-jsh-theme="dark"] #jsh-notifications .jsh-user-notification-email input:focus{
  border-color:#63828c!important;
  box-shadow:0 0 0 2px rgba(99,130,140,.13)!important;
}

.jsh-app[data-jsh-theme="dark"] #jsh-notifications .jsh-user-notification-toggle{
  background:#1d2b31!important;
  border-color:#34474f!important;
  color:#dce6ea!important;
}
.jsh-app[data-jsh-theme="dark"] #jsh-notifications .jsh-user-notification-toggle:hover{
  background:#22343b!important;
  border-color:#415963!important;
}
.jsh-app[data-jsh-theme="dark"] #jsh-notifications .jsh-user-notification-toggle strong{
  color:#edf4f6!important;
}
.jsh-app[data-jsh-theme="dark"] #jsh-notifications .jsh-user-notification-toggle small{
  color:#94a7ad!important;
}
.jsh-app[data-jsh-theme="dark"] #jsh-notifications .jsh-user-notification-toggle>i{
  background:#24343a!important;
  border-color:#455b64!important;
  box-shadow:none!important;
}
.jsh-app[data-jsh-theme="dark"] #jsh-notifications .jsh-user-notification-toggle>i:after{
  background:#a9bac0!important;
  box-shadow:0 1px 3px rgba(0,0,0,.35)!important;
}
.jsh-app[data-jsh-theme="dark"] #jsh-notifications .jsh-user-notification-toggle>input:checked ~ i{
  background:#5f7f89!important;
  border-color:#5f7f89!important;
}
.jsh-app[data-jsh-theme="dark"] #jsh-notifications .jsh-user-notification-toggle>input:checked ~ i:after{
  background:#fff!important;
}
.jsh-app[data-jsh-theme="dark"] #jsh-notifications .jsh-user-notification-toggle>input:disabled ~ span{
  opacity:.52!important;
}
.jsh-app[data-jsh-theme="dark"] #jsh-notifications .jsh-user-notification-toggle>input:disabled ~ i{
  opacity:.42!important;
}

.jsh-app[data-jsh-theme="dark"] #jsh-notifications .jsh-user-notification-save{
  background:#22343b!important;
  border-color:#40565e!important;
  color:#d7e3e6!important;
}
.jsh-app[data-jsh-theme="dark"] #jsh-notifications .jsh-user-notification-save:hover{
  background:#2d444c!important;
  border-color:#506b75!important;
  color:#fff!important;
}

/* Keep the preferences card visually consistent with the notifications page itself. */
.jsh-app[data-jsh-theme="dark"] #jsh-notifications{
  background:#162126!important;
  border-color:#2f4148!important;
  color:#dce6ea!important;
}
.jsh-app[data-jsh-theme="dark"] #jsh-notifications .jsh-notifications-page-head h2{
  color:#eef5f7!important;
}


/* 2.9.7 — notification email lock and inline feedback. */
.jsh-app .jsh-user-notification-email>small{display:block;margin-top:6px;font-size:9.5px;line-height:1.8;color:#7f8f94}
.jsh-app .jsh-user-notification-email.is-locked input{background:#f3f5f6;color:#66777d;cursor:not-allowed}
.jsh-app .jsh-notification-preferences-notice{margin:0 0 12px;padding:9px 11px;border-radius:9px;font-size:10px;line-height:1.8}
.jsh-app .jsh-notification-preferences-notice.ok{background:#edf7f2;color:#46735f;border:1px solid #d6eadf}
.jsh-app .jsh-notification-preferences-notice.error{background:#fff1ef;color:#95544c;border:1px solid #efd7d3}
.jsh-app[data-jsh-theme="dark"] #jsh-notifications .jsh-user-notification-email.is-locked input{background:#1a252a!important;color:#91a3a9!important;border-color:#304149!important}
.jsh-app[data-jsh-theme="dark"] #jsh-notifications .jsh-user-notification-email>small{color:#8fa2a8!important}
.jsh-app[data-jsh-theme="dark"] #jsh-notifications .jsh-notification-preferences-notice.ok{background:#1b3028!important;border-color:#2f4d40!important;color:#a8d3bd!important}
.jsh-app[data-jsh-theme="dark"] #jsh-notifications .jsh-notification-preferences-notice.error{background:#382427!important;border-color:#59373a!important;color:#e0aaa4!important}


/* JSH 3.4.0 — five-price mini trading chart */
.jsh-app .jsh-price-button{
  position:relative;
}
.jsh-app .jsh-mini-price-chart{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:58px;
  height:22px;
  margin-inline-start:9px;
  flex:0 0 58px;
  vertical-align:middle;
  opacity:.92;
}
.jsh-app .jsh-mini-price-chart svg{
  display:block;
  width:58px;
  height:20px;
  overflow:visible;
}
.jsh-app .jsh-mini-price-chart polyline{
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
  vector-effect:non-scaling-stroke;
}
.jsh-app .jsh-mini-price-chart.is-up{color:#299565}
.jsh-app .jsh-mini-price-chart.is-down{color:#c95c5c}
.jsh-app .jsh-mini-price-chart.is-flat{color:#829298}

.jsh-app .jsh-price-button .jsh-price-main{
  display:inline-flex;
  align-items:baseline;
}
.jsh-app .jsh-price-button:not(.is-kyc-locked){
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex-wrap:wrap!important;
  column-gap:2px!important;
}
.jsh-app .jsh-mobile-action-top{
  gap:8px!important;
}
.jsh-app .jsh-mobile-action-top .jsh-mini-price-chart{
  width:50px;
  height:19px;
  margin-inline-start:2px;
  flex-basis:50px;
}
.jsh-app .jsh-mobile-action-top .jsh-mini-price-chart svg{
  width:50px;
  height:18px;
}
.jsh-app[data-jsh-theme="dark"] .jsh-mini-price-chart.is-up{color:#61bd8d}
.jsh-app[data-jsh-theme="dark"] .jsh-mini-price-chart.is-down{color:#e07d7d}
.jsh-app[data-jsh-theme="dark"] .jsh-mini-price-chart.is-flat{color:#8fa1a7}

@media(max-width:760px){
  .jsh-app .jsh-mini-price-chart{opacity:.88}
}


/* JSH 3.4.1 — refined ten-price sparkline */
.jsh-app .jsh-mini-price-chart{
  position:relative!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:78px!important;
  height:29px!important;
  flex:0 0 78px!important;
  margin-inline-start:10px!important;
  padding:2px 3px!important;
  border:1px solid rgba(119,139,146,.13)!important;
  border-radius:8px!important;
  background:rgba(245,248,249,.66)!important;
  box-sizing:border-box!important;
  vertical-align:middle!important;
  opacity:1!important;
}
.jsh-app .jsh-mini-price-chart svg{
  display:block!important;
  width:72px!important;
  height:24px!important;
  overflow:visible!important;
}
.jsh-app .jsh-mini-price-chart .jsh-mini-chart-line{
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.65!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
  vector-effect:non-scaling-stroke!important;
}
.jsh-app .jsh-mini-price-chart .jsh-mini-chart-baseline{
  stroke:currentColor!important;
  stroke-width:.65!important;
  stroke-dasharray:1.5 3!important;
  opacity:.14!important;
  vector-effect:non-scaling-stroke!important;
}
.jsh-app .jsh-mini-price-chart .jsh-mini-chart-end{
  fill:currentColor!important;
  stroke:#fff!important;
  stroke-width:1.1!important;
  vector-effect:non-scaling-stroke!important;
}
.jsh-app .jsh-mini-price-chart.is-up{
  color:#2c9466!important;
  background:rgba(44,148,102,.045)!important;
  border-color:rgba(44,148,102,.12)!important;
}
.jsh-app .jsh-mini-price-chart.is-down{
  color:#c65d5d!important;
  background:rgba(198,93,93,.045)!important;
  border-color:rgba(198,93,93,.12)!important;
}
.jsh-app .jsh-mini-price-chart.is-flat{
  color:#829298!important;
  background:rgba(130,146,152,.045)!important;
}
.jsh-app .jsh-price-button:not(.is-kyc-locked){
  row-gap:5px!important;
}
.jsh-app .jsh-mobile-action-top .jsh-mini-price-chart{
  width:66px!important;
  height:25px!important;
  flex-basis:66px!important;
  margin-inline-start:3px!important;
  border-radius:7px!important;
}
.jsh-app .jsh-mobile-action-top .jsh-mini-price-chart svg{
  width:60px!important;
  height:20px!important;
}
.jsh-app[data-jsh-theme="dark"] .jsh-mini-price-chart{
  background:rgba(255,255,255,.025)!important;
  border-color:rgba(175,194,200,.11)!important;
}
.jsh-app[data-jsh-theme="dark"] .jsh-mini-price-chart .jsh-mini-chart-end{
  stroke:#172228!important;
}
.jsh-app[data-jsh-theme="dark"] .jsh-mini-price-chart.is-up{
  color:#68bd91!important;
  background:rgba(104,189,145,.04)!important;
  border-color:rgba(104,189,145,.13)!important;
}
.jsh-app[data-jsh-theme="dark"] .jsh-mini-price-chart.is-down{
  color:#df8080!important;
  background:rgba(223,128,128,.04)!important;
  border-color:rgba(223,128,128,.13)!important;
}

@media(max-width:760px){
  .jsh-app .jsh-mini-price-chart{
    width:68px!important;
    height:26px!important;
    flex-basis:68px!important;
  }
  .jsh-app .jsh-mini-price-chart svg{
    width:62px!important;
    height:21px!important;
  }
}


/* JSH 3.4.3 — frameless, sharper ten-price sparkline */
.jsh-app .jsh-mini-price-chart{
  width:82px!important;
  height:29px!important;
  flex:0 0 82px!important;
  margin-inline-start:9px!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  overflow:visible!important;
}
.jsh-app .jsh-mini-price-chart svg{
  width:80px!important;
  height:27px!important;
  overflow:visible!important;
}
.jsh-app .jsh-mini-price-chart .jsh-mini-chart-line{
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.8!important;
  stroke-linecap:butt!important;
  stroke-linejoin:miter!important;
  vector-effect:non-scaling-stroke!important;
}
.jsh-app .jsh-mini-price-chart .jsh-mini-chart-baseline{
  display:none!important;
}
.jsh-app .jsh-mini-price-chart .jsh-mini-chart-end{
  r:1.9px!important;
  fill:currentColor!important;
  stroke:transparent!important;
  stroke-width:0!important;
}
.jsh-app .jsh-mini-price-chart.is-up,
.jsh-app .jsh-mini-price-chart.is-down,
.jsh-app .jsh-mini-price-chart.is-flat{
  background:transparent!important;
  border-color:transparent!important;
}
.jsh-app .jsh-mobile-action-top .jsh-mini-price-chart{
  width:70px!important;
  height:25px!important;
  flex-basis:70px!important;
  margin-inline-start:2px!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
}
.jsh-app .jsh-mobile-action-top .jsh-mini-price-chart svg{
  width:68px!important;
  height:23px!important;
}
.jsh-app[data-jsh-theme="dark"] .jsh-mini-price-chart,
.jsh-app[data-jsh-theme="dark"] .jsh-mini-price-chart.is-up,
.jsh-app[data-jsh-theme="dark"] .jsh-mini-price-chart.is-down,
.jsh-app[data-jsh-theme="dark"] .jsh-mini-price-chart.is-flat{
  background:transparent!important;
  border-color:transparent!important;
  box-shadow:none!important;
}
@media(max-width:760px){
  .jsh-app .jsh-mini-price-chart{
    width:72px!important;
    height:25px!important;
    flex-basis:72px!important;
  }
  .jsh-app .jsh-mini-price-chart svg{
    width:70px!important;
    height:23px!important;
  }
}

/* JSH 3.8.0 Union fail-safe */
.jsh-app .jsh-price-main.is-contact-price,.jsh-app .jsh-mobile-price.is-contact-price{color:#7a6666!important;font-weight:700!important;white-space:nowrap!important}.jsh-app[data-jsh-theme="dark"] .jsh-price-main.is-contact-price,.jsh-app[data-jsh-theme="dark"] .jsh-mobile-price.is-contact-price{color:#c7abab!important}

/* 3.8.4-safe — extra vertical spacing between products on trading page only */
.jsh-app .jsh-quote-table tbody tr > td{
  padding-top:16px !important;
  padding-bottom:16px !important;
}
.jsh-app .jsh-mobile-product-card{
  margin-top:8px !important;
  margin-bottom:8px !important;
}
.jsh-app .jsh-mobile-product-card:first-child{margin-top:0 !important}
.jsh-app .jsh-mobile-product-card:last-child{margin-bottom:0 !important}



/* JSH 3.8.5 — chart color follows ONLY the latest price movement */
.jsh-app .jsh-dashboard-price-chart.is-up{
    color:#16a34a !important;
}
.jsh-app .jsh-dashboard-price-chart.is-down{
    color:#dc2626 !important;
}
.jsh-app .jsh-dashboard-price-chart.is-flat{
    color:#829298 !important;
}
.jsh-app .jsh-mini-price-chart.is-up{
    color:#16a34a !important;
}
.jsh-app .jsh-mini-price-chart.is-down{
    color:#dc2626 !important;
}
.jsh-app .jsh-mini-price-chart.is-flat{
    color:#829298 !important;
}
.jsh-app[data-jsh-theme="dark"] .jsh-dashboard-price-chart.is-up,
.jsh-app[data-jsh-theme="dark"] .jsh-mini-price-chart.is-up{
    color:#4ade80 !important;
}
.jsh-app[data-jsh-theme="dark"] .jsh-dashboard-price-chart.is-down,
.jsh-app[data-jsh-theme="dark"] .jsh-mini-price-chart.is-down{
    color:#f87171 !important;
}


/* JSH 3.8.5 — final semantic chart colors; trend logic lives in PHP */
.jsh-app .jsh-dashboard-price-chart.is-up,
.jsh-app .jsh-mini-price-chart.is-up {
    color:#16a34a !important;
}
.jsh-app .jsh-dashboard-price-chart.is-down,
.jsh-app .jsh-mini-price-chart.is-down {
    color:#dc2626 !important;
}
.jsh-app .jsh-dashboard-price-chart.is-flat,
.jsh-app .jsh-mini-price-chart.is-flat {
    color:#d4af37 !important;
}

.jsh-app[data-jsh-theme="dark"] .jsh-dashboard-price-chart.is-up,
.jsh-app[data-jsh-theme="dark"] .jsh-mini-price-chart.is-up {
    color:#4ade80 !important;
}
.jsh-app[data-jsh-theme="dark"] .jsh-dashboard-price-chart.is-down,
.jsh-app[data-jsh-theme="dark"] .jsh-mini-price-chart.is-down {
    color:#f87171 !important;
}
.jsh-app[data-jsh-theme="dark"] .jsh-dashboard-price-chart.is-flat,
.jsh-app[data-jsh-theme="dark"] .jsh-mini-price-chart.is-flat {
    color:#d4af37 !important;
}

/* JSH 3.8.35 — soften live SVG redraws while prices refresh in place. */
.jsh-app .jsh-dashboard-price-chart,
.jsh-app .jsh-mini-price-chart{
    transition:color .22s ease,opacity .22s ease!important;
}
.jsh-app .jsh-dashboard-price-chart.is-live-updating,
.jsh-app .jsh-mini-price-chart.is-live-updating{
    opacity:.72!important;
}



.jsh-app .jsh-app-main{
    display:flex !important;
    min-height:100vh !important;
    flex-direction:column !important;
}

.jsh-app .jsh-app-content{
    flex:1 0 auto !important;
    width:100% !important;
}

@media(max-width:600px){
}


/* JSH 3.8.5 — trade board last price update */
.jsh-app .jsh-trade-last-update{
    display:inline-flex;
    align-items:center;
    gap:6px;
    margin:0 0 8px;
    padding:5px 9px;
    border-radius:999px;
    background:rgba(15,118,110,.07);
    color:#52606d;
    font-size:11.5px;
    line-height:1.6;
    font-weight:500;
    white-space:normal;
}
.jsh-app .jsh-trade-last-update strong{
    color:#0f766e;
    font-weight:700;
}
.jsh-app .jsh-trade-last-update-dot{
    width:6px;
    height:6px;
    flex:0 0 6px;
    border-radius:50%;
    background:#16a34a;
}
.jsh-app[data-jsh-theme="dark"] .jsh-trade-last-update{
    background:rgba(85,201,192,.08);
    color:#b9c7cc;
}
.jsh-app[data-jsh-theme="dark"] .jsh-trade-last-update strong{
    color:#6dd5cc;
}
@media(max-width:600px){
    .jsh-app .jsh-trade-last-update{
        display:flex;
        width:max-content;
        max-width:100%;
        margin-bottom:7px;
        padding:5px 8px;
        font-size:10.8px;
    }
}

@media(max-width:600px){
}


/* JSH 3.8.5 — last price update placement below trade help text */
.jsh-app .jsh-board-heading .jsh-trade-last-update{
    margin-top:8px !important;
    margin-bottom:0 !important;
}



.jsh-app{
    padding-bottom:64px !important;
}

.jsh-app .jsh-app-content{
    padding-bottom:64px !important;
}

@media(max-width:600px){
    .jsh-app{
        padding-bottom:60px !important;
    }

    .jsh-app .jsh-app-content{
        padding-bottom:60px !important;
    }
}



.jsh-app{
    padding-bottom:0 !important;
}

.jsh-app .jsh-app-content{
    padding-bottom:0 !important;
}

@media(max-width:600px){
}


/* JSH 3.8.5 — dedicated user panel footer */
.jsh-app .jsh-app-main{
    display:flex !important;
    min-height:100vh !important;
    flex-direction:column !important;
}

.jsh-app .jsh-app-content{
    flex:1 0 auto !important;
    width:100% !important;
}

@media(max-width:600px){
}


/* JSH 3.8.5 — trade gateway connection/error states */
.jsh-app .jsh-trade-modal .jsh-ajax-feedback{
    min-height:0;
    margin:10px 0 2px;
    padding:0;
    border-radius:9px;
    font-size:11.5px;
    line-height:1.8;
    text-align:center;
    transition:opacity .2s ease,background-color .2s ease;
}

.jsh-app .jsh-trade-modal .jsh-ajax-feedback:empty{
    display:none;
}

.jsh-app .jsh-trade-modal .jsh-ajax-feedback.is-loading{
    display:block;
    padding:8px 10px;
    color:#52606d;
    background:#f1f5f7;
    border:1px solid #e1e8eb;
}

.jsh-app .jsh-trade-modal .jsh-ajax-feedback.is-error{
    display:block;
    padding:9px 10px;
    color:#a53d48;
    background:#fff0f1;
    border:1px solid #f0c9ce;
}

.jsh-app .jsh-trade-modal .jsh-ajax-feedback.is-success{
    display:block;
    padding:9px 10px;
    color:#247453;
    background:#ecf8f2;
    border:1px solid #ccebdc;
}

.jsh-app .jsh-trade-modal .jsh-confirm-button.is-connecting-payment{
    cursor:wait !important;
}

.jsh-app .jsh-trade-modal .jsh-confirm-button.is-connecting-payment .jsh-button-spinner{
    display:inline-block;
    vertical-align:middle;
}

.jsh-app[data-jsh-theme="dark"] .jsh-trade-modal .jsh-ajax-feedback.is-loading,
body.jsh-page-dark .jsh-app .jsh-trade-modal .jsh-ajax-feedback.is-loading{
    color:#c7d4d9;
    background:#1c2b31;
    border-color:#30454d;
}

.jsh-app[data-jsh-theme="dark"] .jsh-trade-modal .jsh-ajax-feedback.is-error,
body.jsh-page-dark .jsh-app .jsh-trade-modal .jsh-ajax-feedback.is-error{
    color:#ffb8bf;
    background:#3a2328;
    border-color:#65343d;
}

.jsh-app[data-jsh-theme="dark"] .jsh-trade-modal .jsh-ajax-feedback.is-success,
body.jsh-page-dark .jsh-app .jsh-trade-modal .jsh-ajax-feedback.is-success{
    color:#8fe0be;
    background:#18342d;
    border-color:#285646;
}


/* JSH 3.8.5 — definitive visible user footer + compact page ending */
.jsh-app .jsh-app-main > .jsh-app-content{
    flex:0 0 auto !important;
    min-height:0 !important;
    height:auto !important;
    padding-bottom:10px !important;
}

/* Override the older dark-mode rule that forced another full viewport height. */
body.jsh-page-dark .jsh-app .jsh-app-main > .jsh-app-content,
html.jsh-page-dark body .jsh-app .jsh-app-main > .jsh-app-content,
.jsh-app[data-jsh-theme="dark"] .jsh-app-main > .jsh-app-content{
    min-height:0 !important;
    height:auto !important;
    flex:0 0 auto !important;
    padding-bottom:10px !important;
    background:transparent !important;
}

@media(max-width:600px){
    .jsh-app .jsh-app-main > .jsh-app-content,
    body.jsh-page-dark .jsh-app .jsh-app-main > .jsh-app-content,
    .jsh-app[data-jsh-theme="dark"] .jsh-app-main > .jsh-app-content{
        padding-bottom:8px !important;
    }
}

@media(max-width:600px){
}

@media(max-width:600px){
}



.jsh-app .jsh-app-main{
    display:flex !important;
    flex-direction:column !important;
    min-height:100vh !important;
    min-height:100dvh !important;
}

.jsh-app .jsh-app-main > .jsh-app-content{
    flex:0 0 auto !important;
    min-height:0 !important;
    height:auto !important;
    padding-bottom:12px !important;
}

body.jsh-page-dark .jsh-app .jsh-app-main > .jsh-app-content,
.jsh-app[data-jsh-theme="dark"] .jsh-app-main > .jsh-app-content{
    min-height:0 !important;
    height:auto !important;
    flex:0 0 auto !important;
}

@media(max-width:600px){
    .jsh-app .jsh-app-main > .jsh-app-content{
        padding-bottom:10px !important;
    }
}


/* JSH 3.8.5 — final panel page credit */
.jsh-app .jsh-app-main > .jsh-app-content{
    flex:0 0 auto !important;
    min-height:0 !important;
    height:auto !important;
    padding-bottom:0 !important;
}

body.jsh-page-dark .jsh-app .jsh-app-main > .jsh-app-content,
html.jsh-page-dark body .jsh-app .jsh-app-main > .jsh-app-content,
.jsh-app[data-jsh-theme="dark"] .jsh-app-main > .jsh-app-content{
    flex:0 0 auto !important;
    min-height:0 !important;
    height:auto !important;
    padding-bottom:0 !important;
}

.jsh-app .jsh-app-content > .jsh-panel-page-credit{
    position:static !important;
    inset:auto !important;
    display:block !important;
    visibility:visible !important;
    clear:both !important;
    width:100% !important;
    max-width:none !important;
    min-height:0 !important;
    height:auto !important;
    margin:42px 0 0 !important;
    padding:10px 12px calc(20px + env(safe-area-inset-bottom)) !important;
    box-sizing:border-box !important;
    z-index:auto !important;
    transform:none !important;
    overflow:visible !important;
    opacity:.72 !important;
    text-align:center !important;
    direction:rtl !important;
    unicode-bidi:plaintext !important;
    white-space:normal !important;
    font-size:12.5px !important;
    line-height:1.75 !important;
    font-weight:500 !important;
    color:#475569 !important;
    background:transparent !important;
    border:0 !important;
    box-shadow:none !important;
    pointer-events:auto !important;
}

.jsh-app[data-jsh-theme="dark"] .jsh-app-content > .jsh-panel-page-credit,
body.jsh-page-dark .jsh-app .jsh-app-content > .jsh-panel-page-credit{
    color:#d6dee2 !important;
    opacity:.72 !important;
}

@media(max-width:600px){
    .jsh-app .jsh-app-content > .jsh-panel-page-credit{
        margin-top:34px !important;
        padding:8px 8px calc(16px + env(safe-area-inset-bottom)) !important;
        font-size:11.5px !important;
        line-height:1.7 !important;
    }
}


/* JSH 3.8.6 — Mesghal equivalent under gold prices */
.jsh-app .jsh-price-button,
.jsh-app .jsh-mobile-trade-action{
  position:relative;
}

.jsh-app .jsh-mesghal-price{
  display:block;
  width:max-content;
  max-width:calc(100% - 10px);
  margin:5px auto 0;
  padding:2px 8px;
  border-radius:999px;
  background:#fff0b8;
  color:#72591c;
  font-size:10.5px;
  font-weight:700;
  line-height:1.7;
  white-space:nowrap;
  box-sizing:border-box;
}

.jsh-app .jsh-mesghal-price small{
  font-size:9px;
  font-weight:500;
  opacity:.78;
}

.jsh-app[data-jsh-theme="dark"] .jsh-mesghal-price,
body.jsh-page-dark .jsh-app .jsh-mesghal-price{
  background:rgba(212,175,55,.14);
  color:#e8ce78;
}

@media(max-width:600px){
  .jsh-app .jsh-mesghal-price{
    margin-top:4px;
    padding:2px 7px;
    font-size:9.8px;
  }
  .jsh-app .jsh-mesghal-price small{font-size:8.8px;}
}


/* JSH 3.8.8 — soft online pulse for last price update indicator */
.jsh-app .jsh-trade-last-update-dot{
    position:relative !important;
    display:inline-block !important;
    width:7px !important;
    height:7px !important;
    flex:0 0 7px !important;
    border-radius:50% !important;
    background:#16a34a !important;
    box-shadow:0 0 0 0 rgba(22,163,74,.30);
    animation:jsh-live-price-pulse 2.4s ease-in-out infinite !important;
    transform-origin:center !important;
}

.jsh-app .jsh-trade-last-update-dot::after{
    content:"";
    position:absolute;
    inset:-4px;
    border-radius:50%;
    border:1px solid rgba(22,163,74,.18);
    opacity:.35;
    animation:jsh-live-price-ring 2.4s ease-out infinite;
    pointer-events:none;
}

@keyframes jsh-live-price-pulse{
    0%,100%{
        transform:scale(1);
        opacity:.82;
        box-shadow:0 0 0 0 rgba(22,163,74,.22);
    }
    50%{
        transform:scale(1.18);
        opacity:1;
        box-shadow:0 0 0 5px rgba(22,163,74,0);
    }
}

@keyframes jsh-live-price-ring{
    0%{
        transform:scale(.72);
        opacity:.28;
    }
    55%{
        transform:scale(1.2);
        opacity:.10;
    }
    100%{
        transform:scale(1.42);
        opacity:0;
    }
}

.jsh-app[data-jsh-theme="dark"] .jsh-trade-last-update-dot,
body.jsh-page-dark .jsh-app .jsh-trade-last-update-dot{
    background:#4ade80 !important;
    box-shadow:0 0 0 0 rgba(74,222,128,.28);
}

.jsh-app[data-jsh-theme="dark"] .jsh-trade-last-update-dot::after,
body.jsh-page-dark .jsh-app .jsh-trade-last-update-dot::after{
    border-color:rgba(74,222,128,.20);
}

@media (prefers-reduced-motion: reduce){
    .jsh-app .jsh-trade-last-update-dot,
    .jsh-app .jsh-trade-last-update-dot::after{
        animation:none !important;
    }
}


/* JSH 3.8.9 — clearer live pulse + exact vertical alignment */
.jsh-app .jsh-trade-last-update{
    align-items:center !important;
}

.jsh-app .jsh-trade-last-update-dot{
    position:relative !important;
    top:0 !important;
    vertical-align:middle !important;
    align-self:center !important;
    display:inline-block !important;

    width:8px !important;
    height:8px !important;
    flex:0 0 8px !important;

    margin-top:0 !important;
    margin-bottom:0 !important;

    border-radius:50% !important;
    background:#16a34a !important;
    opacity:1 !important;

    box-shadow:
        0 0 0 0 rgba(22,163,74,.42),
        0 0 8px rgba(22,163,74,.22) !important;

    animation:jsh-live-price-pulse-strong 1.8s ease-in-out infinite !important;
    transform-origin:center center !important;
}

.jsh-app .jsh-trade-last-update-dot::after{
    content:"";
    position:absolute;
    left:50%;
    top:50%;
    width:8px;
    height:8px;
    margin-left:-4px;
    margin-top:-4px;

    border-radius:50%;
    border:1.5px solid rgba(22,163,74,.34);

    opacity:0;
    pointer-events:none;

    animation:jsh-live-price-ring-strong 1.8s ease-out infinite !important;
    transform-origin:center center;
}

@keyframes jsh-live-price-pulse-strong{
    0%,100%{
        transform:scale(.92);
        opacity:.78;
        box-shadow:
            0 0 0 0 rgba(22,163,74,.38),
            0 0 5px rgba(22,163,74,.18);
    }
    45%{
        transform:scale(1.22);
        opacity:1;
        box-shadow:
            0 0 0 4px rgba(22,163,74,.14),
            0 0 10px rgba(22,163,74,.30);
    }
    65%{
        transform:scale(1.05);
        opacity:.94;
        box-shadow:
            0 0 0 7px rgba(22,163,74,0),
            0 0 7px rgba(22,163,74,.22);
    }
}

@keyframes jsh-live-price-ring-strong{
    0%{
        transform:scale(.9);
        opacity:.34;
    }
    55%{
        transform:scale(1.8);
        opacity:.16;
    }
    100%{
        transform:scale(2.35);
        opacity:0;
    }
}

.jsh-app[data-jsh-theme="dark"] .jsh-trade-last-update-dot,
body.jsh-page-dark .jsh-app .jsh-trade-last-update-dot{
    background:#4ade80 !important;
    box-shadow:
        0 0 0 0 rgba(74,222,128,.42),
        0 0 8px rgba(74,222,128,.25) !important;
}

.jsh-app[data-jsh-theme="dark"] .jsh-trade-last-update-dot::after,
body.jsh-page-dark .jsh-app .jsh-trade-last-update-dot::after{
    border-color:rgba(74,222,128,.38);
}

@media (prefers-reduced-motion: reduce){
    .jsh-app .jsh-trade-last-update-dot,
    .jsh-app .jsh-trade-last-update-dot::after{
        animation:none !important;
    }
}


/* JSH 3.8.10 — refined mesghal price display + taller melted-gold cards */
.jsh-app .jsh-trade-board .jsh-quote-table tbody tr.has-mesghal-row > td{
  padding-top:22px !important;
  padding-bottom:22px !important;
}

.jsh-app .jsh-price-button.has-mesghal{
  min-height:108px !important;
  align-items:center !important;
  align-content:center !important;
  row-gap:7px !important;
}

.jsh-app .jsh-price-button.has-mesghal .jsh-price-main{
  grid-column:2 !important;
  grid-row:1 !important;
  display:flex !important;
  align-items:baseline !important;
  justify-content:flex-start !important;
  flex-wrap:wrap !important;
  gap:4px 6px !important;
  width:100% !important;
  min-width:0 !important;
  white-space:normal !important;
  overflow:visible !important;
  text-overflow:clip !important;
}

.jsh-app .jsh-price-button.has-mesghal .jsh-mesghal-price{
  grid-column:2 !important;
  grid-row:2 !important;
  justify-self:start !important;
  display:inline-flex !important;
  align-items:center !important;
  gap:7px !important;
  width:auto !important;
  max-width:100% !important;
  margin:0 !important;
  padding:6px 11px !important;
  border:1px solid rgba(212,175,55,.28) !important;
  border-radius:14px !important;
  background:linear-gradient(180deg,#fff8df 0%,#ffefb8 100%) !important;
  box-shadow:0 8px 20px rgba(212,175,55,.16) !important;
  line-height:1.35 !important;
  white-space:nowrap !important;
  box-sizing:border-box !important;
}

.jsh-app .jsh-mesghal-price::before{
  content:"◆";
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:18px;
  height:18px;
  border-radius:50%;
  background:rgba(255,255,255,.55);
  color:#c79610;
  font-size:9px;
  line-height:1;
  box-shadow:inset 0 0 0 1px rgba(212,175,55,.18);
}

.jsh-app .jsh-mesghal-price .jsh-mesghal-label{
  font-size:10px;
  font-weight:800;
  color:#7b6223;
  letter-spacing:-.1px;
}

.jsh-app .jsh-mesghal-price .jsh-mesghal-value{
  font-size:12.8px;
  font-weight:900;
  color:#5e4714;
  direction:ltr;
  unicode-bidi:isolate;
}

.jsh-app .jsh-mesghal-price small{
  font-size:9px !important;
  font-weight:700 !important;
  color:#886c24 !important;
  opacity:.92 !important;
}

.jsh-app .jsh-price-button.has-mesghal .jsh-mini-price-chart{
  grid-column:2 !important;
  grid-row:3 !important;
  justify-self:end !important;
  align-self:center !important;
  width:100px !important;
  height:31px !important;
  flex:0 0 100px !important;
  margin:1px 0 0 !important;
}

.jsh-app .jsh-price-button.has-mesghal .jsh-mini-price-chart svg{
  width:98px !important;
  height:29px !important;
}

.jsh-app[data-jsh-theme="dark"] .jsh-price-button.has-mesghal .jsh-mesghal-price,
body.jsh-page-dark .jsh-app .jsh-price-button.has-mesghal .jsh-mesghal-price,
.jsh-app[data-jsh-theme="dark"] .jsh-mobile-product-card.has-mesghal .jsh-mesghal-price,
body.jsh-page-dark .jsh-app .jsh-mobile-product-card.has-mesghal .jsh-mesghal-price{
  border-color:rgba(212,175,55,.24) !important;
  background:linear-gradient(180deg,rgba(212,175,55,.16) 0%,rgba(212,175,55,.10) 100%) !important;
  box-shadow:none !important;
}

.jsh-app[data-jsh-theme="dark"] .jsh-mesghal-price::before,
body.jsh-page-dark .jsh-app .jsh-mesghal-price::before{
  background:rgba(255,255,255,.06);
  color:#f2d578;
  box-shadow:inset 0 0 0 1px rgba(212,175,55,.18);
}

.jsh-app[data-jsh-theme="dark"] .jsh-mesghal-price .jsh-mesghal-label,
body.jsh-page-dark .jsh-app .jsh-mesghal-price .jsh-mesghal-label{
  color:#e3ca82;
}

.jsh-app[data-jsh-theme="dark"] .jsh-mesghal-price .jsh-mesghal-value,
body.jsh-page-dark .jsh-app .jsh-mesghal-price .jsh-mesghal-value{
  color:#f6deb0;
}

.jsh-app[data-jsh-theme="dark"] .jsh-mesghal-price small,
body.jsh-page-dark .jsh-app .jsh-mesghal-price small{
  color:#ddc074 !important;
}

@media (max-width:820px){
  .jsh-app .jsh-mobile-product-card.has-mesghal{
    border-radius:20px !important;
  }

  .jsh-app .jsh-mobile-product-card.has-mesghal .jsh-mobile-product-head{
    padding:16px 16px 14px !important;
  }

  .jsh-app .jsh-mobile-product-card.has-mesghal .jsh-mobile-trade-actions{
    gap:12px !important;
    padding:14px !important;
  }

  .jsh-app .jsh-mobile-product-card.has-mesghal .jsh-mobile-trade-action{
    min-height:132px !important;
    padding:14px 14px 13px !important;
  }

  .jsh-app .jsh-mobile-product-card.has-mesghal .jsh-mobile-action-top{
    grid-template-columns:60px minmax(0,1fr) !important;
    align-items:start !important;
    gap:10px !important;
  }

  .jsh-app .jsh-mobile-product-card.has-mesghal .jsh-mobile-action-top > span{
    display:flex !important;
    flex-direction:column !important;
    align-items:flex-start !important;
    justify-content:flex-start !important;
    gap:8px !important;
    min-width:0 !important;
    width:100% !important;
  }

  .jsh-app .jsh-mobile-product-card.has-mesghal .jsh-mobile-price{
    justify-content:flex-start !important;
    text-align:right !important;
    font-size:clamp(16px,4.7vw,19px) !important;
  }

  .jsh-app .jsh-mobile-product-card.has-mesghal .jsh-mesghal-price{
    display:inline-flex !important;
    align-items:center !important;
    gap:7px !important;
    width:auto !important;
    max-width:100% !important;
    margin:0 !important;
    padding:6px 10px !important;
    border:1px solid rgba(212,175,55,.28) !important;
    border-radius:14px !important;
    background:linear-gradient(180deg,#fff8df 0%,#ffefb8 100%) !important;
    box-shadow:0 7px 18px rgba(212,175,55,.14) !important;
  }

  .jsh-app .jsh-mobile-product-card.has-mesghal .jsh-mini-price-chart{
    width:98px !important;
    height:31px !important;
    flex:0 0 98px !important;
    margin:0 0 0 auto !important;
    align-self:flex-end !important;
  }

  .jsh-app .jsh-mobile-product-card.has-mesghal .jsh-mini-price-chart svg{
    width:96px !important;
    height:29px !important;
  }
}

@media (max-width:460px){
  .jsh-app .jsh-mobile-product-card.has-mesghal .jsh-mobile-trade-action{
    min-height:124px !important;
    padding:13px 12px !important;
  }
  .jsh-app .jsh-mobile-product-card.has-mesghal .jsh-mobile-action-top{
    grid-template-columns:56px minmax(0,1fr) !important;
    gap:8px !important;
  }
  .jsh-app .jsh-mobile-product-card.has-mesghal .jsh-mobile-action-top>b{
    min-width:56px !important;
    height:36px !important;
  }
  .jsh-app .jsh-mobile-product-card.has-mesghal .jsh-mini-price-chart{
    width:92px !important;
    flex-basis:92px !important;
  }
  .jsh-app .jsh-mobile-product-card.has-mesghal .jsh-mini-price-chart svg{
    width:90px !important;
  }
}


/* JSH 3.8.12 — full-width Mesghal banner above each Buy/Sell section */
.jsh-app .jsh-price-button.has-mesghal{
  display:grid !important;
  grid-template-columns:64px minmax(0,1fr) !important;
  grid-template-rows:auto auto auto !important;
  min-height:126px !important;
  align-content:start !important;
  align-items:center !important;
  column-gap:12px !important;
  row-gap:8px !important;
  padding:12px 13px 11px !important;
  overflow:visible !important;
}

/* Mesghal is now the first, stretched row */
.jsh-app .jsh-price-button.has-mesghal .jsh-mesghal-price{
  grid-column:1 / -1 !important;
  grid-row:1 !important;
  justify-self:stretch !important;
  display:grid !important;
  grid-template-columns:auto minmax(0,1fr) auto !important;
  align-items:center !important;
  gap:8px !important;
  width:100% !important;
  max-width:none !important;
  min-height:36px !important;
  margin:0 0 2px !important;
  padding:7px 11px !important;
  border:1px solid rgba(212,175,55,.30) !important;
  border-radius:11px !important;
  background:
    linear-gradient(90deg,rgba(255,246,205,.98),rgba(255,251,235,.98)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.75),
    0 5px 14px rgba(176,133,22,.09) !important;
  box-sizing:border-box !important;
  text-align:right !important;
}

.jsh-app .jsh-price-button.has-mesghal .jsh-mesghal-price::before{
  content:"";
  display:block !important;
  width:7px !important;
  height:7px !important;
  border-radius:50% !important;
  background:#d4af37 !important;
  box-shadow:0 0 0 4px rgba(212,175,55,.12) !important;
}

.jsh-app .jsh-price-button.has-mesghal .jsh-mesghal-label{
  display:flex !important;
  align-items:center !important;
  gap:5px !important;
  color:#7a6428 !important;
  font-size:10.5px !important;
  font-weight:800 !important;
}

.jsh-app .jsh-price-button.has-mesghal .jsh-mesghal-label::after{
  content:"قیمت مثقال";
  font-size:9.5px;
  font-weight:600;
  opacity:.68;
}

.jsh-app .jsh-price-button.has-mesghal .jsh-mesghal-value{
  justify-self:end !important;
  color:#5a4614 !important;
  font-size:13px !important;
  font-weight:900 !important;
  direction:ltr !important;
}

.jsh-app .jsh-price-button.has-mesghal .jsh-mesghal-price small{
  justify-self:end !important;
  color:#826b2f !important;
  font-size:9px !important;
  font-weight:700 !important;
}

/* Buy/Sell label + main gram price sit under the Mesghal banner */
.jsh-app .jsh-price-button.has-mesghal::before{
  grid-column:1 !important;
  grid-row:2 !important;
  align-self:center !important;
  margin:0 !important;
}

.jsh-app .jsh-price-button.has-mesghal .jsh-price-main{
  grid-column:2 !important;
  grid-row:2 !important;
  align-self:center !important;
  width:100% !important;
  margin:0 !important;
}

/* Chart gets its own clean row */
.jsh-app .jsh-price-button.has-mesghal .jsh-mini-price-chart{
  grid-column:1 / -1 !important;
  grid-row:3 !important;
  justify-self:end !important;
  width:112px !important;
  height:32px !important;
  flex:0 0 112px !important;
  margin:1px 0 0 !important;
}
.jsh-app .jsh-price-button.has-mesghal .jsh-mini-price-chart svg{
  width:110px !important;
  height:30px !important;
}

/* Taller desktop row only for melted-gold / Mesghal-enabled products */
.jsh-app .jsh-trade-board .jsh-quote-table tbody tr.has-mesghal-row > td{
  padding-top:20px !important;
  padding-bottom:20px !important;
}

/* Mobile: full-width Mesghal strip at top of each Buy/Sell card */
@media(max-width:820px){
  .jsh-app .jsh-mobile-product-card.has-mesghal .jsh-mobile-trade-action{
    min-height:144px !important;
    padding:12px !important;
  }

  .jsh-app .jsh-mobile-product-card.has-mesghal .jsh-mobile-action-top{
    display:grid !important;
    grid-template-columns:58px minmax(0,1fr) !important;
    grid-template-rows:auto auto auto !important;
    align-items:center !important;
    column-gap:10px !important;
    row-gap:8px !important;
    width:100% !important;
  }

  .jsh-app .jsh-mobile-product-card.has-mesghal .jsh-mobile-action-top > .jsh-mesghal-price{
    grid-column:1 / -1 !important;
    grid-row:1 !important;
    justify-self:stretch !important;
    display:grid !important;
    grid-template-columns:auto minmax(0,1fr) auto !important;
    align-items:center !important;
    gap:7px !important;
    width:100% !important;
    min-height:36px !important;
    margin:0 !important;
    padding:7px 10px !important;
    border-radius:11px !important;
  }

  .jsh-app .jsh-mobile-product-card.has-mesghal .jsh-mobile-action-top > b{
    grid-column:1 !important;
    grid-row:2 !important;
    align-self:center !important;
  }

  .jsh-app .jsh-mobile-product-card.has-mesghal .jsh-mobile-price{
    grid-column:2 !important;
    grid-row:2 !important;
    align-self:center !important;
    justify-content:flex-start !important;
    width:100% !important;
  }

  .jsh-app .jsh-mobile-product-card.has-mesghal .jsh-mini-price-chart{
    grid-column:1 / -1 !important;
    grid-row:3 !important;
    justify-self:end !important;
    width:106px !important;
    height:31px !important;
    flex-basis:106px !important;
    margin:0 !important;
  }

  .jsh-app .jsh-mobile-product-card.has-mesghal .jsh-mini-price-chart svg{
    width:104px !important;
    height:29px !important;
  }
}

@media(max-width:460px){
  .jsh-app .jsh-mobile-product-card.has-mesghal .jsh-mobile-trade-action{
    min-height:138px !important;
    padding:11px !important;
  }
  .jsh-app .jsh-mobile-product-card.has-mesghal .jsh-mobile-action-top{
    grid-template-columns:54px minmax(0,1fr) !important;
    column-gap:8px !important;
  }
  .jsh-app .jsh-mobile-product-card.has-mesghal .jsh-mesghal-label::after{
    content:"مثقال";
  }
}

/* Dark mode */
.jsh-app[data-jsh-theme="dark"] .jsh-price-button.has-mesghal .jsh-mesghal-price,
body.jsh-page-dark .jsh-app .jsh-price-button.has-mesghal .jsh-mesghal-price,
.jsh-app[data-jsh-theme="dark"] .jsh-mobile-product-card.has-mesghal .jsh-mesghal-price,
body.jsh-page-dark .jsh-app .jsh-mobile-product-card.has-mesghal .jsh-mesghal-price{
  background:linear-gradient(90deg,rgba(212,175,55,.15),rgba(212,175,55,.07)) !important;
  border-color:rgba(224,193,93,.25) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.035) !important;
}

.jsh-app[data-jsh-theme="dark"] .jsh-price-button.has-mesghal .jsh-mesghal-value,
body.jsh-page-dark .jsh-app .jsh-price-button.has-mesghal .jsh-mesghal-value,
.jsh-app[data-jsh-theme="dark"] .jsh-mobile-product-card.has-mesghal .jsh-mesghal-value,
body.jsh-page-dark .jsh-app .jsh-mobile-product-card.has-mesghal .jsh-mesghal-value{
  color:#f1d98b !important;
}


/* JSH 3.8.14 — one full-width Mesghal banner above melted-gold Buy/Sell */
.jsh-app .jsh-trade-desktop-mesghal{
  width:100%;
  min-width:680px;
  margin:0 0 10px;
  box-sizing:border-box;
}

.jsh-app .jsh-quote-table tbody tr.jsh-mesghal-banner-row{
  filter:none !important;
}

.jsh-app .jsh-quote-table tbody tr.jsh-mesghal-banner-row>td,
.jsh-app .jsh-quote-table tbody tr.jsh-mesghal-banner-row>td:first-child,
.jsh-app .jsh-quote-table tbody tr.jsh-mesghal-banner-row>td:last-child{
  padding:8px 0 0 !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
}

.jsh-app .jsh-mesghal-market-banner{
  position:relative;
  isolation:isolate;
  display:grid;
  grid-template-columns:minmax(155px,.78fr) minmax(180px,1fr) 1px minmax(180px,1fr);
  align-items:center;
  gap:14px;
  width:100%;
  min-height:58px;
  padding:9px 18px;
  border:1px solid rgba(204,153,0,.26);
  border-radius:15px;
  background:linear-gradient(105deg,#fff5b7 0%,#ffe25b 48%,#fff0a3 100%);
  color:#624b0d;
  box-shadow:0 10px 24px rgba(184,133,0,.14),inset 0 1px 0 rgba(255,255,255,.78);
  box-sizing:border-box;
  overflow:hidden;
}

.jsh-app .jsh-mesghal-market-banner::after{
  content:"";
  position:absolute;
  z-index:-1;
  top:-42px;
  left:12%;
  width:180px;
  height:105px;
  border-radius:50%;
  background:rgba(255,255,255,.28);
  transform:rotate(-12deg);
  pointer-events:none;
}

.jsh-app .jsh-mesghal-market-title{
  display:flex;
  align-items:center;
  gap:10px;
  min-width:0;
}

.jsh-app .jsh-mesghal-market-title>i{
  display:grid;
  place-items:center;
  flex:0 0 34px;
  width:34px;
  height:34px;
  border:1px solid rgba(157,112,0,.16);
  border-radius:11px;
  background:rgba(255,255,255,.48);
  color:#b68100;
  font-size:14px;
  font-style:normal;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.72);
}

.jsh-app .jsh-mesghal-market-title>span{
  display:flex;
  flex-direction:column;
  gap:1px;
  min-width:0;
}

.jsh-app .jsh-mesghal-market-title small{
  color:#8b7027;
  font-size:9.5px;
  font-weight:650;
  line-height:1.5;
}

.jsh-app .jsh-mesghal-market-title strong{
  color:#5c470d;
  font-size:13px;
  font-weight:900;
  line-height:1.45;
  white-space:nowrap;
}

.jsh-app .jsh-mesghal-market-side{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:baseline;
  gap:7px;
  min-width:0;
  padding:4px 9px;
  border-radius:10px;
  background:rgba(255,255,255,.30);
}

.jsh-app .jsh-mesghal-market-side>small{
  font-size:10px;
  font-weight:850;
  white-space:nowrap;
}

.jsh-app .jsh-mesghal-market-side>strong{
  justify-self:end;
  color:#4d3b0c;
  font-size:14px;
  font-weight:950;
  line-height:1.45;
  direction:ltr;
  unicode-bidi:isolate;
  white-space:nowrap;
}

.jsh-app .jsh-mesghal-market-side>em{
  color:#806622;
  font-size:8.5px;
  font-style:normal;
  font-weight:700;
}

.jsh-app .jsh-mesghal-market-side.is-buy>small{color:#187758}
.jsh-app .jsh-mesghal-market-side.is-sell>small{color:#a64249}

.jsh-app .jsh-mesghal-market-divider{
  display:block;
  width:1px;
  height:32px;
  background:rgba(116,83,0,.17);
}

.jsh-app .jsh-mesghal-market-banner[hidden],
.jsh-app .jsh-mesghal-banner-row[hidden],
.jsh-app .jsh-trade-desktop-mesghal[hidden]{
  display:none !important;
}

@media(max-width:820px){
  .jsh-app .jsh-mobile-product-card>.jsh-mesghal-market-banner{
    grid-template-columns:minmax(0,1fr) 1px minmax(0,1fr);
    grid-template-rows:auto auto;
    gap:7px 8px;
    width:auto;
    min-height:86px;
    margin:12px 12px 0;
    padding:9px 11px;
    border-radius:14px;
  }

  .jsh-app .jsh-mobile-product-card>.jsh-mesghal-market-banner .jsh-mesghal-market-title{
    grid-column:1/-1;
    justify-content:center;
  }

  .jsh-app .jsh-mobile-product-card>.jsh-mesghal-market-banner .jsh-mesghal-market-title>i{
    flex-basis:28px;
    width:28px;
    height:28px;
    border-radius:9px;
    font-size:11px;
  }

  .jsh-app .jsh-mobile-product-card>.jsh-mesghal-market-banner .jsh-mesghal-market-title>span{
    flex-direction:row;
    align-items:baseline;
    gap:5px;
  }

  .jsh-app .jsh-mobile-product-card>.jsh-mesghal-market-banner .jsh-mesghal-market-title strong{
    font-size:11.5px;
  }

  .jsh-app .jsh-mobile-product-card>.jsh-mesghal-market-banner .jsh-mesghal-market-side{
    grid-template-columns:1fr;
    justify-items:center;
    gap:1px;
    padding:4px 5px;
    text-align:center;
  }

  .jsh-app .jsh-mobile-product-card>.jsh-mesghal-market-banner .jsh-mesghal-market-side>strong{
    justify-self:center;
    font-size:12.5px;
  }

  .jsh-app .jsh-mobile-product-card>.jsh-mesghal-market-banner .jsh-mesghal-market-side>em{
    display:none;
  }

  .jsh-app .jsh-mobile-product-card>.jsh-mesghal-market-banner .jsh-mesghal-market-divider{
    grid-column:2;
    grid-row:2;
    height:36px;
  }
}

@media(max-width:460px){
  .jsh-app .jsh-mobile-product-card>.jsh-mesghal-market-banner{
    margin:10px 10px 0;
  }
  .jsh-app .jsh-mobile-product-card>.jsh-mesghal-market-banner .jsh-mesghal-market-side>small{
    font-size:9px;
  }
  .jsh-app .jsh-mobile-product-card>.jsh-mesghal-market-banner .jsh-mesghal-market-side>strong{
    font-size:11.5px;
  }
}

.jsh-app[data-jsh-theme="dark"] .jsh-mesghal-market-banner,
body.jsh-page-dark .jsh-app .jsh-mesghal-market-banner{
  border-color:rgba(230,194,74,.25);
  background:linear-gradient(105deg,rgba(113,85,15,.64),rgba(156,116,14,.55),rgba(103,77,15,.62));
  color:#f3df9c;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 10px 24px rgba(0,0,0,.15);
}

.jsh-app[data-jsh-theme="dark"] .jsh-mesghal-market-title>i,
body.jsh-page-dark .jsh-app .jsh-mesghal-market-title>i,
.jsh-app[data-jsh-theme="dark"] .jsh-mesghal-market-side,
body.jsh-page-dark .jsh-app .jsh-mesghal-market-side{
  background:rgba(17,25,29,.20);
}

.jsh-app[data-jsh-theme="dark"] .jsh-mesghal-market-title small,
body.jsh-page-dark .jsh-app .jsh-mesghal-market-title small,
.jsh-app[data-jsh-theme="dark"] .jsh-mesghal-market-title strong,
body.jsh-page-dark .jsh-app .jsh-mesghal-market-title strong,
.jsh-app[data-jsh-theme="dark"] .jsh-mesghal-market-side>strong,
body.jsh-page-dark .jsh-app .jsh-mesghal-market-side>strong,
.jsh-app[data-jsh-theme="dark"] .jsh-mesghal-market-side>em,
body.jsh-page-dark .jsh-app .jsh-mesghal-market-side>em{
  color:#f5e4aa;
}

/* 3.8.15 — Keep mobile buy and sell actions side by side. */
@media(max-width:820px){
  .jsh-app #jsh-trade .jsh-mobile-trade-actions{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    align-items:stretch;
    gap:8px!important;
  }

  .jsh-app #jsh-trade .jsh-mobile-trade-action{
    min-width:0!important;
    padding:10px 8px!important;
  }

  .jsh-app #jsh-trade .jsh-mobile-action-top{
    display:flex!important;
    flex-direction:column!important;
    align-items:stretch!important;
    justify-content:flex-start!important;
    gap:7px!important;
    min-width:0!important;
  }

  .jsh-app #jsh-trade .jsh-mobile-action-top>b{
    width:100%!important;
    min-width:0!important;
    height:34px!important;
    padding:0 6px!important;
  }

  .jsh-app #jsh-trade .jsh-mobile-price{
    justify-content:center!important;
    width:100%!important;
    min-width:0!important;
    text-align:center!important;
    font-size:clamp(12px,3.5vw,15px)!important;
    line-height:1.55!important;
  }

  .jsh-app #jsh-trade .jsh-mobile-price small{
    font-size:8.5px!important;
  }

  .jsh-app #jsh-trade .jsh-mobile-action-top .jsh-mini-price-chart{
    align-self:center!important;
    width:min(72px,100%)!important;
    margin:1px auto 0!important;
  }

  .jsh-app #jsh-trade .jsh-mobile-kyc-note{
    justify-content:center!important;
    text-align:center!important;
    font-size:9px!important;
  }
}

@media(max-width:360px){
  .jsh-app #jsh-trade .jsh-mobile-trade-actions{
    gap:6px!important;
    padding:8px!important;
  }

  .jsh-app #jsh-trade .jsh-mobile-trade-action{
    padding:9px 6px!important;
  }

  .jsh-app #jsh-trade .jsh-mobile-price{
    font-size:11.5px!important;
    letter-spacing:-.15px;
  }

  .jsh-app #jsh-trade .jsh-mobile-price small{
    font-size:7.5px!important;
  }
}

/* 3.8.20 cascade guard — keep the unified footer above all legacy sidebar rules. */
.jsh-app .jsh-app-shell{display:block!important;grid-template-columns:none!important}
.jsh-app .jsh-app-sidebar,.jsh-app .jsh-sidebar-backdrop,.jsh-app .jsh-menu-toggle{display:none!important}
.jsh-app .jsh-app-main{width:100%!important;min-width:0!important;padding-bottom:calc(92px + env(safe-area-inset-bottom))!important}
.jsh-app .jsh-bottom-nav{direction:rtl!important;position:fixed!important;inset:auto auto max(12px,env(safe-area-inset-bottom)) 50%!important;transform:translateX(-50%)!important;z-index:1100!important;display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;width:min(760px,calc(100vw - 28px))!important;height:auto!important;min-height:70px!important;padding:7px!important;gap:4px!important;overflow:visible!important;border:1px solid rgba(25,52,62,.10)!important;border-radius:22px!important;background:rgba(255,255,255,.92)!important;box-shadow:0 16px 44px rgba(20,42,52,.16)!important;backdrop-filter:blur(20px) saturate(1.2)!important;-webkit-backdrop-filter:blur(20px) saturate(1.2)!important}
.jsh-app .jsh-bottom-nav a{position:relative!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;width:auto!important;min-width:0!important;height:auto!important;min-height:56px!important;padding:6px 3px!important;gap:3px!important;border-radius:16px!important;color:#718087!important;background:transparent!important;box-shadow:none!important;text-decoration:none!important;font-size:11px!important;font-weight:700!important;transform:none!important;transition:color .22s ease,background-color .22s ease,transform .22s cubic-bezier(.2,.8,.2,1)!important}
.jsh-app .jsh-bottom-nav a>span{display:grid!important;place-items:center!important;width:29px!important;height:27px!important;color:inherit!important;font-size:20px!important;line-height:1!important}
.jsh-app .jsh-bottom-nav a>b{display:block!important;max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;font:inherit!important}
.jsh-app .jsh-bottom-nav a:hover{color:#087785!important;background:rgba(8,119,133,.06)!important;transform:translateY(-1px)!important}
.jsh-app .jsh-bottom-nav a.active{color:#087785!important;background:#eaf6f7!important;box-shadow:none!important;transform:translateY(-2px)!important}
.jsh-app .jsh-bottom-nav a.active:after{content:""!important;position:absolute!important;inset:auto auto 3px 50%!important;transform:translateX(-50%)!important;width:18px!important;height:3px!important;border-radius:4px!important;background:#c79a3b!important}
@media(max-width:820px){.jsh-app .jsh-app-main{padding-bottom:calc(84px + env(safe-area-inset-bottom))!important}.jsh-app .jsh-app-topbar{justify-content:flex-end!important}.jsh-app .jsh-bottom-nav{inset:auto 0 0 0!important;transform:none!important;width:100%!important;min-height:68px!important;border-width:1px 0 0!important;border-radius:20px 20px 0 0!important;padding:6px 5px calc(5px + env(safe-area-inset-bottom))!important;gap:1px!important}.jsh-app .jsh-bottom-nav a{min-height:55px!important;padding:5px 1px!important;font-size:clamp(9px,2.7vw,11px)!important;border-radius:14px!important}.jsh-app .jsh-bottom-nav a>span{font-size:19px!important;width:26px!important;height:25px!important}}

/* 3.8.39 — Dashboard gold market: keep large buy/sell prices fully visible. */
.jsh-v2-market-prices>div{
  overflow:visible!important;
}
.jsh-v2-market-prices strong{
  display:block;
  width:100%;
  min-width:0;
  white-space:nowrap;
  overflow:visible;
  text-overflow:clip;
  font-size:clamp(15px,1.45vw,19px)!important;
  letter-spacing:-.45px;
  line-height:1.3;
}
@media(max-width:760px){
  .jsh-v2-market-prices strong{
    font-size:clamp(13px,3.6vw,16px)!important;
    letter-spacing:-.6px;
  }
}
@media(max-width:380px){
  .jsh-v2-market-prices>div{padding:12px 8px!important}
  .jsh-v2-market-prices strong{
    font-size:12.5px!important;
    letter-spacing:-.7px;
  }
}


/* 3.8.54 — center authentication card in mobile browser and installed web app. */
@media (max-width:760px), (display-mode:standalone), (display-mode:fullscreen){
  .jsh-auth-page{
    box-sizing:border-box!important;
    width:100%!important;
    min-height:100vh!important;
    min-height:100dvh!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    align-content:center!important;
    padding-top:max(16px,env(safe-area-inset-top,0px))!important;
    padding-right:max(12px,env(safe-area-inset-right,0px))!important;
    padding-bottom:max(16px,env(safe-area-inset-bottom,0px))!important;
    padding-left:max(12px,env(safe-area-inset-left,0px))!important;
    overflow-x:hidden!important;
  }
  .jsh-auth-page .jsh-auth-card{
    width:min(100%,520px)!important;
    max-width:520px!important;
    margin:0 auto!important;
    flex:0 0 auto!important;
  }
  .jsh-auth-page .jsh-auth-install-slot{
    width:min(100%,520px)!important;
    max-width:520px!important;
    margin:12px auto 0!important;
    flex:0 0 auto!important;
  }
}


/* 3.8.54.8 — shared WordPress terms-page link on registration. */
.jsh-register-terms .jsh-register-terms-link{
  color:#a77b20!important;
  font-weight:900!important;
  text-decoration:none!important;
  border-bottom:1px solid rgba(167,123,32,.35)!important;
  transition:color .18s ease,border-color .18s ease!important;
}
.jsh-register-terms .jsh-register-terms-link:hover,
.jsh-register-terms .jsh-register-terms-link:focus-visible{
  color:#805b13!important;
  border-bottom-color:currentColor!important;
}
.jsh-register-terms .jsh-register-terms-text{
  color:inherit!important;
  font-weight:900!important;
}
.jsh-app[data-jsh-theme="dark"] .jsh-register-terms .jsh-register-terms-link,
body.jsh-page-dark .jsh-register-terms .jsh-register-terms-link{
  color:#d6b656!important;
  border-bottom-color:rgba(214,182,86,.42)!important;
}
.jsh-app[data-jsh-theme="dark"] .jsh-register-terms .jsh-register-terms-link:hover,
body.jsh-page-dark .jsh-register-terms .jsh-register-terms-link:hover{
  color:#ead27f!important;
}


/* 3.8.54.10 — terms phrase uses normal text weight; underline is the only emphasis. */
.jsh-register-terms .jsh-register-terms-link{
  color:inherit!important;
  font:inherit!important;
  font-weight:inherit!important;
  line-height:inherit!important;
  text-decoration:underline!important;
  text-decoration-thickness:1px!important;
  text-underline-offset:3px!important;
  text-decoration-color:currentColor!important;
  border:0!important;
  background:none!important;
}
.jsh-register-terms a.jsh-register-terms-link{
  cursor:pointer!important;
}
.jsh-register-terms .jsh-register-terms-link:hover,
.jsh-register-terms .jsh-register-terms-link:focus-visible{
  color:inherit!important;
  text-decoration:underline!important;
  border:0!important;
}
.jsh-register-terms .jsh-register-terms-link.is-unavailable{
  cursor:default!important;
}


/* 3.8.54.11 — minimal graphical registration terms popup. */
.jsh-register-terms .jsh-register-terms-link{
  color:inherit!important;
  font:inherit!important;
  font-weight:inherit!important;
  line-height:inherit!important;
  text-decoration:underline!important;
  text-decoration-thickness:1px!important;
  text-underline-offset:3px!important;
  text-decoration-color:currentColor!important;
  border:0!important;
  background:none!important;
}
.jsh-register-terms a.jsh-register-terms-link{cursor:pointer!important}
.jsh-register-terms .jsh-register-terms-link.is-unavailable{cursor:default!important}
body.jsh-terms-modal-open{overflow:hidden!important}

.jsh-terms-modal{
  position:fixed!important;
  inset:0!important;
  z-index:1000004!important;
  display:grid!important;
  place-items:center!important;
  padding:18px!important;
  direction:rtl!important;
}
.jsh-terms-modal[hidden]{display:none!important}
.jsh-terms-modal-backdrop{
  position:absolute!important;
  inset:0!important;
  background:rgba(16,24,28,.46)!important;
  backdrop-filter:blur(7px)!important;
  -webkit-backdrop-filter:blur(7px)!important;
}
.jsh-terms-dialog{
  position:relative!important;
  z-index:2!important;
  width:min(680px,100%)!important;
  max-height:min(78vh,760px)!important;
  display:grid!important;
  grid-template-rows:auto minmax(0,1fr) auto!important;
  overflow:hidden!important;
  border:1px solid #e1e6e8!important;
  border-radius:23px!important;
  background:#fff!important;
  color:#253138!important;
  box-shadow:0 28px 80px rgba(16,29,36,.22)!important;
  outline:none!important;
  transform:translateY(9px) scale(.985)!important;
  opacity:0!important;
  transition:transform .20s ease,opacity .20s ease!important;
}
.jsh-terms-modal.is-open .jsh-terms-dialog{
  transform:translateY(0) scale(1)!important;
  opacity:1!important;
}
.jsh-terms-dialog-head{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:16px!important;
  padding:18px 20px!important;
  border-bottom:1px solid #edf0f1!important;
}
.jsh-terms-dialog-title{
  display:flex!important;
  align-items:center!important;
  gap:11px!important;
  min-width:0!important;
}
.jsh-terms-dialog-icon{
  flex:0 0 43px!important;
  width:43px!important;
  height:43px!important;
  display:grid!important;
  place-items:center!important;
  border:1px solid #ece2bc!important;
  border-radius:14px!important;
  background:#faf6e8!important;
  color:#ab8424!important;
}
.jsh-terms-dialog-icon svg{width:23px!important;height:23px!important}
.jsh-terms-dialog-title small{
  display:block!important;
  margin-bottom:2px!important;
  color:#95a0a5!important;
  font-size:9px!important;
  font-weight:700!important;
}
.jsh-terms-dialog-title h2{
  margin:0!important;
  color:#27343a!important;
  font-size:18px!important;
  line-height:1.55!important;
  font-weight:900!important;
}
.jsh-terms-dialog-close{
  flex:0 0 38px!important;
  width:38px!important;
  height:38px!important;
  display:grid!important;
  place-items:center!important;
  padding:0!important;
  border:1px solid #e5eaec!important;
  border-radius:12px!important;
  background:#f7f9f9!important;
  color:#6e7c82!important;
  cursor:pointer!important;
}
.jsh-terms-dialog-close svg{width:19px!important;height:19px!important}
.jsh-terms-dialog-body{
  min-height:0!important;
  overflow:auto!important;
  overscroll-behavior:contain!important;
  padding:20px 22px 24px!important;
  color:#59686f!important;
  font-size:12px!important;
  line-height:2.05!important;
  text-align:right!important;
  scrollbar-width:thin!important;
}
.jsh-terms-dialog-body>*:first-child{margin-top:0!important}
.jsh-terms-dialog-body>*:last-child{margin-bottom:0!important}
.jsh-terms-dialog-body h1,
.jsh-terms-dialog-body h2,
.jsh-terms-dialog-body h3,
.jsh-terms-dialog-body h4{
  margin:20px 0 8px!important;
  color:#29373d!important;
  line-height:1.75!important;
}
.jsh-terms-dialog-body h2{font-size:15px!important}
.jsh-terms-dialog-body h3{font-size:13px!important}
.jsh-terms-dialog-body p{margin:0 0 12px!important}
.jsh-terms-dialog-body ul,
.jsh-terms-dialog-body ol{margin:8px 0 14px!important;padding-right:22px!important}
.jsh-terms-dialog-body li{margin:4px 0!important}
.jsh-terms-dialog-body a{color:#94711e!important;text-decoration:underline!important;text-underline-offset:2px!important}
.jsh-terms-dialog-foot{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:14px!important;
  padding:14px 20px!important;
  border-top:1px solid #edf0f1!important;
  background:#fafbfb!important;
}
.jsh-terms-dialog-foot>span{
  color:#8a989e!important;
  font-size:9px!important;
  line-height:1.8!important;
}
.jsh-terms-dialog-done{
  flex:0 0 auto!important;
  min-width:112px!important;
  min-height:40px!important;
  padding:0 17px!important;
  border:0!important;
  border-radius:11px!important;
  background:#c8a540!important;
  color:#201b0f!important;
  font:inherit!important;
  font-size:10px!important;
  font-weight:900!important;
  cursor:pointer!important;
}

body.jsh-page-dark .jsh-terms-dialog{
  border-color:#314149!important;
  background:#18252b!important;
  color:#e6edef!important;
  box-shadow:0 28px 80px rgba(0,0,0,.38)!important;
}
body.jsh-page-dark .jsh-terms-dialog-head{border-bottom-color:#2c3c43!important}
body.jsh-page-dark .jsh-terms-dialog-icon{
  border-color:#514629!important;
  background:#2c281c!important;
  color:#d0b04c!important;
}
body.jsh-page-dark .jsh-terms-dialog-title small{color:#84969d!important}
body.jsh-page-dark .jsh-terms-dialog-title h2{color:#edf3f5!important}
body.jsh-page-dark .jsh-terms-dialog-close{
  border-color:#33454d!important;
  background:#202e35!important;
  color:#aebdc3!important;
}
body.jsh-page-dark .jsh-terms-dialog-body{color:#a9b7bc!important}
body.jsh-page-dark .jsh-terms-dialog-body h1,
body.jsh-page-dark .jsh-terms-dialog-body h2,
body.jsh-page-dark .jsh-terms-dialog-body h3,
body.jsh-page-dark .jsh-terms-dialog-body h4{color:#edf3f5!important}
body.jsh-page-dark .jsh-terms-dialog-body a{color:#d4b452!important}
body.jsh-page-dark .jsh-terms-dialog-foot{
  border-top-color:#2c3c43!important;
  background:#152127!important;
}
body.jsh-page-dark .jsh-terms-dialog-foot>span{color:#82949b!important}


  body.jsh-page-dark .jsh-terms-dialog{
    border-color:#314149!important;
    background:#18252b!important;
    color:#e6edef!important;
  }
  body.jsh-page-dark .jsh-terms-dialog-head{border-bottom-color:#2c3c43!important}
  body.jsh-page-dark .jsh-terms-dialog-title h2{color:#edf3f5!important}
  body.jsh-page-dark .jsh-terms-dialog-body{color:#a9b7bc!important}
  body.jsh-page-dark .jsh-terms-dialog-foot{border-top-color:#2c3c43!important;background:#152127!important}


@media(max-width:620px){
  .jsh-terms-modal{padding:10px!important;align-items:end!important}
  .jsh-terms-dialog{
    width:100%!important;
    max-height:86vh!important;
    border-radius:22px 22px 16px 16px!important;
  }
  .jsh-terms-dialog-head{padding:15px!important}
  .jsh-terms-dialog-body{padding:17px 16px 21px!important}
  .jsh-terms-dialog-foot{
    align-items:stretch!important;
    flex-direction:column!important;
    padding:12px 15px 14px!important;
  }
  .jsh-terms-dialog-done{width:100%!important}
}
@media(prefers-reduced-motion:reduce){
  .jsh-terms-dialog{transition:none!important}
}


/* 3.8.54.13 — theme is controlled only by the user preference, never by OS alone. */
html.jsh-page-light,
body.jsh-page-light{
  color-scheme:light!important;
  background:#f4f5f7!important;
}
body.jsh-page-light #page,
body.jsh-page-light .site,
body.jsh-page-light .site-content,
body.jsh-page-light .content-area,
body.jsh-page-light .entry-content,
body.jsh-page-light .wp-site-blocks,
body.jsh-page-light .wp-block-group,
body.jsh-page-light .wp-block-post-content{
  background:#f4f5f7!important;
}
body.jsh-page-light .jsh-app,
.jsh-app[data-jsh-theme="light"]{
  color-scheme:light!important;
  background:var(--jsh-bg,#f4f5f7)!important;
}


/* 3.8.54.15 — screen-reader-only labels generated for unlabeled public form controls. */
.jsh-a11y-field-label{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important;
}


/* JSH locked delivery assets */
.jsh-locked-assets-panel{margin:16px 0;padding:16px;border:1px solid rgba(181,138,39,.22);border-radius:16px;background:linear-gradient(180deg,rgba(181,138,39,.055),rgba(255,255,255,.72))}
.jsh-locked-assets-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}
.jsh-locked-assets-head>div{display:grid;gap:3px}.jsh-locked-assets-head strong{font-size:14px}.jsh-locked-assets-head small{font-size:11px;color:#737b87}
.jsh-locked-assets-head>span{padding:5px 9px;border-radius:999px;background:#f6ead0;color:#765813;font-size:10.5px;font-weight:800;white-space:nowrap}
.jsh-locked-assets-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:9px}
.jsh-locked-asset-card{padding:11px 12px;border:1px solid rgba(181,138,39,.17);border-radius:12px;background:rgba(255,255,255,.82)}
.jsh-locked-asset-card>div{display:grid;gap:2px;margin-bottom:8px}.jsh-locked-asset-card>div small{font-size:10px;color:#8a6a1d}
.jsh-locked-asset-card dl{margin:0;display:grid;grid-template-columns:1fr 1fr;gap:7px}.jsh-locked-asset-card dl>div{display:grid;gap:2px;padding:7px;border-radius:9px;background:rgba(248,245,238,.9)}
.jsh-locked-asset-card dt{font-size:9px;color:#7d8790}.jsh-locked-asset-card dd{margin:0;font-size:11px;font-weight:800}
.jsh-locked-assets-empty{padding:10px 12px;border-radius:10px;background:rgba(255,255,255,.75);color:#737b87;font-size:11px}
@media(max-width:600px){.jsh-locked-assets-panel{padding:13px}.jsh-locked-assets-head{align-items:flex-start}.jsh-locked-assets-grid{grid-template-columns:1fr}}

/* ============================================================
   JSH 3.8.54.25 — MOBILE PERFORMANCE SAFETY LAYER
   ============================================================ */
@media (max-width:780px){
  .jsh-app *,
  .jsh-app *::before,
  .jsh-app *::after{
    -webkit-backdrop-filter:none!important;
    backdrop-filter:none!important;
  }
  .jsh-app .jsh-public-card,
  .jsh-app .jsh-mesqal-card,
  .jsh-app .jsh-service-dialog,
  .jsh-app .jsh-trade-modal-card,
  .jsh-app .jsh-orders-list-shell,
  .jsh-app .jsh-home-chart-card{
    box-shadow:0 2px 10px rgba(15,23,42,.055)!important;
  }
  .jsh-app img{content-visibility:auto}
  .jsh-app .jsh-orders-table-wrap,
  .jsh-app .jsh-ticket-thread{
    content-visibility:auto;
    contain-intrinsic-size:1px 700px;
  }
}
