:root{
  --font:"Noto Kufi Arabic","Cairo",Tahoma,Arial,sans-serif;
  --bg:#f4faf8;--bg2:#e9f5f2;--surface:#ffffff;--surface-2:#f8fcfb;--surface-3:#eef8f5;
  --text:#13212a;--muted:#667985;--line:#d8e8e4;
  --primary:#0f766e;--primary-2:#0b5d57;--primary-3:#134e4a;--primary-soft:#def7f2;--primary-xsoft:#f0fcf9;
  --danger:#b42318;--danger-soft:#fde7e4;--success:#087443;--success-soft:#dcfce7;--warning:#b54708;--warning-soft:#fff3d6;--info:#175cd3;--info-soft:#e6efff;
  --shadow:0 18px 46px rgba(15,76,70,.10);--shadow-sm:0 8px 20px rgba(15,76,70,.075);
  --radius:22px;--radius-md:16px;--radius-sm:12px;--top:64px;--drawer:326px;
  --safe-top:env(safe-area-inset-top,0px);--safe-bottom:env(safe-area-inset-bottom,0px)
}
[data-theme="dark"]{--bg:#071413;--bg2:#0a1d1a;--surface:#0e201e;--surface-2:#112a26;--surface-3:#15332f;--text:#edf8f6;--muted:#9fb4af;--line:#224640;--primary:#2dd4bf;--primary-2:#14b8a6;--primary-3:#5eead4;--primary-soft:#103c37;--primary-xsoft:#0c2421;--shadow:0 18px 46px rgba(0,0,0,.34);--shadow-sm:0 8px 20px rgba(0,0,0,.25)}
*{box-sizing:border-box;min-width:0}html{height:100%;-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;min-height:100%;font-family:var(--font);background:radial-gradient(circle at 92% -8%,var(--primary-soft),transparent 35%),linear-gradient(180deg,var(--bg),var(--bg2));color:var(--text);font-size:14px;line-height:1.75;overflow-x:hidden}button,input,select,textarea{font:inherit}button{cursor:pointer}a{text-decoration:none;color:inherit}b,strong{font-weight:900}.ltr{direction:ltr;unicode-bidi:plaintext}.muted{color:var(--muted)}.small{font-size:12px}.hidden{display:none!important}
.booting{min-height:100vh;display:grid;place-items:center}.boot-card{width:min(380px,92vw);background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:32px;padding:34px;text-align:center}.brand-mark,.logo{display:grid;place-items:center;background:linear-gradient(135deg,var(--primary),var(--primary-2));color:#fff;font-weight:900}.brand-mark{width:76px;height:76px;border-radius:24px;margin:0 auto 16px;font-size:36px}.boot-card h1{margin:0}.boot-card p{margin:8px 0 0;color:var(--muted)}
.login-page{min-height:100vh;display:grid;grid-template-columns:1.05fr .95fr}.login-hero{padding:64px;display:flex;flex-direction:column;justify-content:space-between;background:linear-gradient(135deg,#0f766e,#083b37);color:white;position:relative;overflow:hidden}.login-hero:before,.login-hero:after{content:"";position:absolute;border-radius:50%;background:rgba(255,255,255,.08)}.login-hero:before{width:520px;height:520px;top:-160px;left:-120px}.login-hero:after{width:260px;height:260px;bottom:60px;right:-80px}.login-hero>*{position:relative}.brand{display:flex;align-items:center;gap:12px}.brand .logo{width:50px;height:50px;border-radius:16px;font-size:22px}.brand b{display:block;font-size:19px}.brand small{display:block;color:inherit;opacity:.75;font-size:12px}.login-hero h1{font-size:46px;line-height:1.35;margin:26px 0 12px}.login-hero p{font-size:17px;color:#d9fffa;max-width:650px}.login-panel{display:grid;place-items:center;padding:36px}.login-card{width:min(470px,100%);background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:32px;padding:32px}.login-card h2{margin:0 0 6px;font-size:28px}.login-card .muted{margin:0 0 24px}.login-features{display:grid;gap:10px;margin-top:22px}.login-features span{display:flex;gap:10px;align-items:center;color:var(--muted);font-size:12px}.login-features i{width:9px;height:9px;border-radius:999px;background:var(--primary)}
.layout{width:100%;max-width:100%;min-height:100vh;display:block;padding-top:calc(var(--top) + var(--safe-top))}.main{width:100%;max-width:100%;min-width:0}.topbar{position:fixed;z-index:80;top:0;right:0;left:0;height:calc(var(--top) + var(--safe-top));padding:calc(8px + var(--safe-top)) 12px 8px;background:rgba(248,252,251,.96);backdrop-filter:blur(18px);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:10px}[data-theme="dark"] .topbar{background:rgba(8,22,20,.96)}.topbar-left,.topbar-actions{display:flex;align-items:center;gap:9px;min-width:0}.topbar-left{flex:1}.topbar-actions{justify-content:flex-end}.app-title{display:flex;align-items:center;gap:10px;min-width:0}.app-title .logo{width:38px;height:38px;border-radius:14px;font-size:18px;flex:0 0 auto}.app-title h1{margin:0;font-size:17px;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.app-title p{margin:1px 0 0;color:var(--muted);font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.page-title{text-align:left;min-width:0}.page-title h2{margin:0;font-size:14px;line-height:1.25;color:var(--text)}.page-title p{margin:1px 0 0;color:var(--muted);font-size:11px;max-width:240px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.global-search{width:min(360px,30vw);display:flex;align-items:center;gap:8px;background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:0 12px}.global-search input{border:0;background:transparent;color:var(--text);outline:0;min-height:42px;width:100%}.content{width:100%;max-width:1180px;margin:0 auto;padding:18px 16px 34px;overflow:hidden}.scrim{position:fixed;inset:0;background:rgba(4,16,14,.34);z-index:90;opacity:0;pointer-events:none;transition:.2s}.scrim.show{opacity:1;pointer-events:auto}.sidebar{position:fixed;right:0;top:0;bottom:0;width:min(var(--drawer),88vw);height:100dvh;z-index:100;background:linear-gradient(180deg,#fbfffd,#eef9f6);color:var(--text);padding:18px 16px calc(18px + var(--safe-bottom));display:flex;flex-direction:column;gap:12px;box-shadow:-18px 0 60px rgba(15,76,70,.16);border-left:1px solid var(--line);transform:translateX(108%);transition:transform .22s ease;overflow:auto}[data-theme="dark"] .sidebar{background:linear-gradient(180deg,#0e211f,#0b1816);box-shadow:-18px 0 60px rgba(0,0,0,.34)}.sidebar.open{transform:translateX(0)}.sidebar-head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-bottom:12px;border-bottom:1px solid var(--line)}.sidebar-head .brand .logo{width:46px;height:46px}.sidebar-head small{color:var(--muted)}.drawer-actions{display:grid;grid-template-columns:1fr;gap:8px;padding:4px 0 8px}.drawer-actions .btn{width:100%;justify-content:flex-start;background:var(--surface);color:var(--text);border-color:var(--line)}.drawer-actions .btn.primary{background:var(--primary);border-color:var(--primary);color:#fff}.nav{display:flex;flex-direction:column;gap:7px}.nav button{border:0;background:transparent;color:var(--text);text-align:right;padding:12px 13px;border-radius:16px;display:flex;align-items:center;gap:10px;font-weight:900;min-height:47px}.nav button:hover,.nav button.active{background:var(--primary-soft);color:var(--primary-2)}.nav span:first-child{width:28px;text-align:center}.sidebar-section{margin:14px 8px 6px;color:var(--muted);font-size:11px;font-weight:900}.sidebar-footer{margin-top:auto;padding-top:12px;border-top:1px solid var(--line);display:grid;gap:9px}.sidebar-footer .meta{padding:12px;border-radius:16px;background:var(--surface-2);font-size:12px;color:var(--muted)}.status-dot{width:8px;height:8px;border-radius:50%;background:var(--success);display:inline-block}.status-dot.off{background:var(--muted)}
.grid{display:grid;gap:16px}.grid>*{min-width:0}.grid.cards{grid-template-columns:repeat(4,minmax(0,1fr))}.grid.two{grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr)}.grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.card,.kpi,.service-card,.report-box,.hero-card,.currency-card,.tx-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-sm);min-width:0}.card{padding:20px;overflow:hidden}.card.flat{box-shadow:none}.card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:15px}.card-head h2,.card-head h3{margin:0;line-height:1.45}.card-head p{margin:3px 0 0;color:var(--muted);font-size:12px}.hero-card{background:linear-gradient(135deg,var(--primary),var(--primary-2));color:#fff;border:0;border-radius:28px;padding:20px;box-shadow:var(--shadow);margin-bottom:16px}.hero-card h2{margin:0 0 4px;font-size:23px}.hero-card p{margin:0;color:#dffefa}.hero-card .hero-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}.hero-card .btn{background:#fff;color:#0b5d57;border-color:#fff}.kpi{padding:18px;position:relative;overflow:hidden;min-height:132px}.kpi:before{content:"";position:absolute;inset:auto -26px -38px auto;width:118px;height:118px;border-radius:50%;background:var(--primary-xsoft)}.kpi span{display:block;color:var(--muted);font-size:12px;position:relative}.kpi strong{display:block;font-size:25px;line-height:1.35;margin-top:6px;position:relative;word-break:break-word}.kpi .chip{margin-top:10px}.kpi.kpi-accounts{display:flex;flex-direction:column;gap:16px;justify-content:space-between}.kpi-head{position:relative;display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.kpi-head strong{margin-top:-3px;text-align:left;flex:0 0 auto}.kpi-actions{position:relative;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:auto}.kpi-action-btn{border:1px solid var(--line);background:var(--surface-2);color:var(--primary-2);border-radius:14px;min-height:38px;padding:8px 9px;font-size:11px;font-weight:900;display:flex;align-items:center;justify-content:center;text-align:center;white-space:nowrap}.kpi-action-btn:hover{background:var(--primary-soft);border-color:rgba(15,118,110,.25);box-shadow:var(--shadow-sm);transform:translateY(-1px)}.money{font-weight:900;direction:ltr;unicode-bidi:plaintext}.badge,.chip{display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:4px 10px;font-size:11px;font-weight:900;background:var(--surface-2);border:1px solid var(--line);white-space:nowrap}.badge.success,.chip.success{color:var(--success);background:var(--success-soft);border-color:#b7efc5}.badge.danger,.chip.danger{color:var(--danger);background:var(--danger-soft);border-color:#ffc9c2}.badge.info,.chip.info{color:var(--info);background:var(--info-soft)}.badge.warn,.chip.warn{color:var(--warning);background:var(--warning-soft)}
.currency-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.currency-card{padding:15px;background:linear-gradient(180deg,var(--surface),var(--surface-2));display:grid;gap:8px}.currency-card .currency-top{display:flex;align-items:center;justify-content:space-between;gap:10px}.currency-card strong{font-size:20px}.currency-card small{color:var(--muted)}.tx-list{display:grid;gap:10px}.tx-card{padding:13px;display:grid;gap:9px;background:linear-gradient(180deg,var(--surface),var(--surface-2))}.tx-card .tx-main,.tx-card .tx-meta,.tx-card .tx-actions{display:flex;align-items:center;justify-content:space-between;gap:10px}.tx-card .tx-meta{color:var(--muted);font-size:12px;flex-wrap:wrap}.tx-card .tx-actions{justify-content:flex-start;flex-wrap:wrap}.mobile-only{display:none}.desktop-only{display:block}
.btn{border:1px solid var(--line);background:var(--surface);color:var(--text);border-radius:14px;padding:10px 14px;font-weight:900;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;transition:.16s;white-space:nowrap}.btn:hover{box-shadow:var(--shadow-sm);transform:translateY(-1px)}.btn.primary{background:var(--primary);border-color:var(--primary);color:#fff}.btn.danger{background:var(--danger);border-color:var(--danger);color:#fff}.btn.success{background:var(--success);border-color:var(--success);color:#fff}.btn.ghost{background:transparent}.btn.sm{min-height:34px;padding:6px 10px;font-size:12px}.btn.icon{width:42px;padding:0;flex:0 0 auto}.btn:focus,.field input:focus,.field select:focus,.field textarea:focus,.search input:focus{outline:3px solid rgba(45,212,191,.25);outline-offset:1px}
.field{display:flex;flex-direction:column;gap:7px;margin-bottom:14px}.field label{font-weight:900;color:var(--text)}.field input,.field select,.field textarea{width:100%;border:1px solid var(--line);background:var(--surface);color:var(--text);border-radius:15px;padding:11px 13px;min-height:45px}.field textarea{resize:vertical;min-height:92px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-grid.three{grid-template-columns:repeat(3,1fr)}.dynamic-note{margin:-4px 0 14px;color:var(--muted);font-size:12px;padding:10px 12px;border-radius:14px;background:var(--surface-2);border:1px solid var(--line)}.switch-row{display:flex;justify-content:space-between;align-items:center;gap:14px;padding:13px 0;border-bottom:1px solid var(--line)}.switch-row:last-child{border-bottom:0}.toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:16px}.toolbar .left,.toolbar .right{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.search{max-width:410px;min-width:250px;display:flex;gap:8px;align-items:center;background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:0 12px}.search input{border:0;background:transparent;min-height:44px;outline:0;color:var(--text);width:100%}
.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:20px;background:var(--surface);-webkit-overflow-scrolling:touch;max-width:100%}.table{width:100%;border-collapse:collapse;min-width:760px;background:var(--surface)}.table.compact{min-width:620px}.table th,.table td{padding:12px 14px;border-bottom:1px solid var(--line);text-align:right;vertical-align:middle}.table th{background:var(--surface-2);color:var(--muted);font-size:12px;position:sticky;top:0;z-index:1}.table tr:hover td{background:rgba(15,118,110,.04)}.empty{padding:34px;text-align:center;color:var(--muted)}.cards-list{display:grid;gap:12px}.mini-row{display:flex;justify-content:space-between;gap:12px;padding:12px 0;border-bottom:1px solid var(--line)}.mini-row:last-child{border-bottom:0}.service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.service-card{padding:18px;display:flex;flex-direction:column;gap:12px}.service-icon{width:48px;height:48px;border-radius:18px;background:var(--primary-soft);color:var(--primary-2);display:grid;place-items:center;font-size:22px;font-weight:900}.service-card h3{margin:0}.service-card p{margin:0;color:var(--muted);font-size:12px}.service-foot{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-top:auto}.report-box{border-radius:18px;background:var(--surface-2);padding:15px;border:1px solid var(--line)}.settings-list{display:grid;gap:10px}.setting-item{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center;padding:12px;border:1px solid var(--line);background:var(--surface-2);border-radius:16px}.setting-item small{display:block;color:var(--muted)}
.modal-backdrop{position:fixed;inset:0;background:rgba(3,12,11,.58);display:grid;place-items:center;z-index:120;padding:18px}.modal{width:min(820px,100%);max-height:92dvh;overflow:auto;background:var(--surface);border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow)}.modal.wide{width:min(1040px,100%)}.modal.confirm{width:min(430px,100%)}.modal-head,.modal-foot{padding:18px 22px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid var(--line)}.modal-foot{border-top:1px solid var(--line);border-bottom:0;justify-content:flex-start;flex-wrap:wrap}.modal-head h3{margin:0}.modal-body{padding:22px}.confirm-icon{width:56px;height:56px;border-radius:20px;display:grid;place-items:center;background:var(--primary-soft);color:var(--primary-2);font-size:26px;font-weight:900;margin-bottom:14px}.toast-area{position:fixed;left:18px;bottom:18px;z-index:140;display:flex;flex-direction:column;gap:10px}.toast{min-width:260px;max-width:420px;background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:16px;padding:12px 14px;font-weight:900}.toast.success{border-color:#9ce4b4}.toast.error{border-color:#ffb4ab;color:var(--danger)}#printArea{display:none}
@media(max-width:1100px){.grid.cards{grid-template-columns:repeat(2,minmax(0,1fr))}.grid.two,.service-grid{grid-template-columns:1fr}.global-search{display:none}.hero-card{align-items:flex-start;flex-direction:column}.hero-card .hero-actions{width:100%}.hero-card .btn{flex:1}}
@media(max-width:720px){body{font-size:13px;background:linear-gradient(180deg,var(--bg),var(--bg2))}.layout{padding-top:calc(58px + var(--safe-top))}.topbar{height:calc(58px + var(--safe-top));padding:calc(7px + var(--safe-top)) 8px 7px}.topbar-left{gap:7px}.topbar-actions .hide-mobile,.global-search{display:none}.app-title .logo{width:34px;height:34px;border-radius:12px}.app-title h1{font-size:14px;max-width:145px}.app-title p{display:none}.page-title{text-align:left}.page-title h2{font-size:12px}.page-title p{display:none}.content{padding:12px 8px 28px;max-width:100%;overflow:hidden}.grid.cards,.grid.two,.grid.three,.form-grid,.form-grid.three,.service-grid,.currency-grid{grid-template-columns:1fr}.card,.kpi,.service-card,.currency-card,.tx-card{border-radius:18px;padding:14px}.hero-card{border-radius:20px;padding:15px;margin-bottom:12px}.hero-card h2{font-size:18px}.hero-card p{font-size:12px}.hero-card .hero-actions{display:none}.kpi{min-height:auto}.kpi strong{font-size:22px}.kpi-actions{grid-template-columns:repeat(3,minmax(0,1fr))}.kpi-action-btn{min-height:40px}.toolbar .left,.toolbar .right{width:100%}.toolbar .btn{flex:1}.search{max-width:none;width:100%;min-width:0}.desktop-only{display:none!important}.mobile-only{display:block}.table-wrap{border-radius:16px;overflow:auto}.table{min-width:0}.table.compact{min-width:0}.tx-card .tx-main{align-items:flex-start}.tx-card .tx-main strong{font-size:14px}.tx-card .tx-actions .btn{flex:1;min-width:90px}.modal-backdrop{padding:8px;align-items:end}.modal{border-radius:22px;max-height:94dvh}.modal-body{padding:16px}.modal-head,.modal-foot{padding:14px 16px}.modal-foot .btn{flex:1}.toast-area{left:10px;right:10px;bottom:calc(10px + var(--safe-bottom))}.toast{min-width:0;max-width:none}.login-page{display:block}.login-hero{display:none}.login-panel{min-height:100vh;padding:18px}.login-card{border-radius:24px;padding:22px}}
@media(max-width:420px){.page-title{display:none}.btn{padding:9px 11px}.content{padding-inline:7px}.sidebar{width:92vw}.setting-item{grid-template-columns:1fr}.setting-item .btn{width:100%}.currency-card strong{font-size:18px}.tx-card{gap:8px}.kpi-actions{gap:7px}.kpi-action-btn{font-size:10.5px;padding-inline:6px}}
@media print{body{background:#fff!important}.sidebar,.topbar,.toolbar,.btn,.modal-backdrop,.toast-area,.scrim,.no-print{display:none!important}.layout{display:block;padding:0}.content{padding:0;max-width:none}.card,.kpi,.service-card,.currency-card,.tx-card{box-shadow:none;border-color:#aaa}.table th{position:static}body.printing>*:not(#printArea){display:none!important}#printArea{display:block!important;padding:22px;font-family:var(--font);color:#111}.print-doc{direction:rtl}.print-doc h1,.print-doc h2{margin:0 0 10px}.print-doc table{width:100%;border-collapse:collapse}.print-doc th,.print-doc td{border:1px solid #bbb;padding:8px;text-align:right}.print-doc .muted{color:#555}.print-doc .money{direction:ltr;unicode-bidi:plaintext;font-weight:900}}
.kpi.kpi-transactions{display:flex;flex-direction:column;justify-content:space-between;gap:16px}.kpi-inline-bar{position:relative;display:flex;flex-direction:column;gap:6px;padding:12px 14px;border-radius:16px;background:var(--warning-soft);border:1px solid #ecd9ab}.kpi-inline-bar span{color:var(--text);font-size:12px;font-weight:900}.kpi-inline-bar b{font-size:20px;line-height:1.25}.kpi-inline-bar small{color:var(--muted);font-size:11px}.currency-meta-row,.currency-extra{display:flex;align-items:center;justify-content:space-between;gap:10px}.currency-extra{padding:8px 10px;border-radius:14px;background:var(--surface);border:1px dashed var(--line)}.currency-extra span{color:var(--muted);font-size:11px;font-weight:800}.tx-card{padding:12px;gap:8px}.tx-card.compact-card{padding:10px 11px}.tx-card .tx-main{align-items:flex-start}.tx-card .tx-main>div{display:grid;gap:2px}.tx-card .tx-meta{align-items:flex-start}.tx-amount-block{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.tx-side-values{display:grid;justify-items:end;gap:2px}.success-text{color:var(--success)!important;font-weight:900}.tx-compact-actions{display:flex;gap:8px}.btn.icon-only{min-width:38px;padding-inline:10px;font-size:16px;justify-content:center}.readonly-pill{min-height:42px;border:1px solid var(--line);background:var(--surface-2);border-radius:14px;padding:10px 12px;font-weight:900;display:flex;align-items:center}.tx-detail-doc .report-box{min-height:92px}@media(max-width:720px){.currency-meta-row,.currency-extra{flex-direction:column;align-items:flex-start}.tx-card .tx-meta{flex-direction:column;align-items:flex-start}.tx-side-values{justify-items:start}.tx-compact-actions{justify-content:flex-end;width:100%}}

/* v1.4.3 refinements */
.topbar{padding-inline:10px}.topbar-left{flex:1 1 auto}.topbar-actions{flex:0 0 auto;gap:6px}.topbar-actions .btn.icon{width:38px;height:38px;min-height:38px}.page-title{display:block;max-width:150px}.page-title h2{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.page-title p{max-width:150px}
.kpi-inline-bar{background:linear-gradient(135deg,#f7ecd0,#fff7e7);border-color:#e6cc87}.kpi-inline-bar span,.kpi-inline-bar b,.kpi-inline-bar small{color:#2b302c}[data-theme="dark"] .kpi-inline-bar{background:linear-gradient(135deg,#214039,#172e2a);border-color:#2c665d}[data-theme="dark"] .kpi-inline-bar span,[data-theme="dark"] .kpi-inline-bar b,[data-theme="dark"] .kpi-inline-bar small{color:#effcf8}
[data-theme="dark"] .card,[data-theme="dark"] .kpi,[data-theme="dark"] .currency-card,[data-theme="dark"] .tx-card,[data-theme="dark"] .modal{border-color:#2b5a52;box-shadow:0 10px 24px rgba(0,0,0,.24)}[data-theme="dark"] .muted{color:#b8cac5}[data-theme="dark"] .badge.info,[data-theme="dark"] .chip.info{background:#17344a;color:#dcecff;border-color:#2f4f70}[data-theme="dark"] .btn.icon-only{background:var(--surface-2)}
.currency-meta-row{margin-top:2px}.currency-extra{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:10px 12px;border-radius:16px;background:var(--surface-2);border:1px solid var(--line)}.currency-extra>div{display:grid;gap:4px}.currency-extra span{color:var(--muted);font-size:11px;font-weight:800}.currency-extra b{font-size:14px}
.tx-card{background:linear-gradient(180deg,var(--surface),var(--surface-2));border-color:var(--line)}.tx-type-text{font-size:12px;font-weight:900;color:var(--primary-2)}.tx-inline-note{display:block;color:var(--muted);font-size:12px;font-weight:700}.tx-side-values small{color:var(--muted)}[data-theme="dark"] .tx-type-text{color:#7ff6e5}[data-theme="dark"] .tx-inline-note,[data-theme="dark"] .tx-side-values small{color:#d2e1dd}.tx-amount-block .money{font-size:17px}.tx-card.compact-card .tx-amount-block .money{font-size:15px}
.report-box{overflow:hidden}.report-box .money{font-size:18px}
@media(max-width:720px){.topbar{padding-inline:7px}.topbar-left{gap:6px}.topbar-left .app-title{gap:7px}.app-title h1{max-width:96px}.page-title{max-width:88px}.page-title h2{font-size:11.5px}.page-title p{display:none}.topbar-actions .btn.icon{width:34px;height:34px;min-height:34px;padding:0}.topbar-actions .hide-mobile{display:inline-flex!important}.currency-extra{grid-template-columns:1fr}.tx-amount-block{align-items:flex-start;flex-direction:column;gap:2px}.tx-side-values{gap:4px}}
@media(max-width:420px){.page-title{display:block!important;max-width:74px}.page-title h2{font-size:11px}.topbar-left .app-title .logo{width:32px;height:32px}.app-title h1{font-size:13px;max-width:78px}.topbar-actions{gap:4px}.topbar-actions .btn.icon{width:32px;height:32px;min-height:32px}.content{padding-top:10px}}
