.splash-screen{position:fixed;top:0;left:0;width:100vw;height:100vh;background:linear-gradient(135deg,#f0f9ff,#e0f2fe,#f8fafc);display:flex;align-items:center;justify-content:center;z-index:9999;animation:splashFadeIn .6s ease-out}.splash-screen.fade-out{animation:splashFadeOut .5s ease-in forwards}.splash-content{text-align:center;animation:splashContentIn .8s cubic-bezier(.34,1.56,.64,1) .2s both;max-width:min(920px,92vw);padding:0 14px;margin:0 auto}.splash-logo{width:420px;height:auto;max-width:85vw;filter:drop-shadow(0 15px 35px rgba(0,0,0,.15));animation:splashLogoFloat 2.5s ease-in-out infinite;margin-bottom:35px;border-radius:24px}.splash-welcome{font-family:Vazirmatn,Samim,Shabnam,Vazir,sans-serif;font-size:2.4rem;font-weight:700;color:#0f766e;margin:0 0 12px;text-shadow:0 2px 12px rgba(15,118,110,.14);animation:splashTextGlow 2.5s ease-in-out infinite;letter-spacing:-.2px;line-height:1.55}.splash-subtitle{font-family:Vazirmatn,Shabnam,Vazir,sans-serif;font-size:.98rem;font-weight:500;color:#5b6d74;margin:0 auto 34px;max-width:680px;opacity:.9;animation:splashSubtitleIn 1s ease-out .3s both;letter-spacing:-.1px;line-height:1.75}.splash-loader{display:flex;gap:12px;justify-content:center;align-items:center}.splash-dot{width:12px;height:12px;background:#14b8a6;border-radius:50%;animation:splashDotBounce 1.4s ease-in-out infinite;box-shadow:0 3px 10px #14b8a64d}.splash-dot:nth-child(1){animation-delay:0s}.splash-dot:nth-child(2){animation-delay:.2s}.splash-dot:nth-child(3){animation-delay:.4s}@keyframes splashFadeIn{0%{opacity:0}to{opacity:1}}@keyframes splashFadeOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1.05)}}@keyframes splashContentIn{0%{opacity:0;transform:translateY(30px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes splashLogoFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}@keyframes splashTextGlow{0%,to{text-shadow:0 3px 15px rgba(15,118,110,.12),0 0 25px rgba(15,118,110,.08)}50%{text-shadow:0 3px 15px rgba(15,118,110,.2),0 0 35px rgba(15,118,110,.15)}}@keyframes splashDotBounce{0%,80%,to{transform:scale(.8) translateY(0);opacity:.7}40%{transform:scale(1.2) translateY(-20px);opacity:1}}@keyframes splashSubtitleIn{0%{opacity:0;transform:translateY(15px)}to{opacity:.9;transform:translateY(0)}}:root[data-theme=dark] .splash-screen{background:linear-gradient(135deg,#0f1720,#162330,#1a2b3a)}:root[data-theme=dark] .splash-welcome{color:#14b8a6;text-shadow:0 2px 12px rgba(20,184,166,.3)}:root[data-theme=dark] .splash-subtitle{color:#9bb0c2;opacity:.95}:root[data-theme=dark] .splash-dot{background:#2dd4bf;box-shadow:0 3px 10px #2dd4bf66}@media (max-width: 768px){.splash-logo{width:320px;margin-bottom:30px;border-radius:20px}.splash-welcome{font-size:1.95rem;margin-bottom:10px;line-height:1.5}.splash-subtitle{font-size:.9rem;margin-bottom:28px;line-height:1.7}.splash-dot{width:10px;height:10px}}@media (max-width: 480px){.splash-logo{width:260px;margin-bottom:25px;border-radius:16px}.splash-welcome{font-size:1.52rem;margin-bottom:9px;line-height:1.45}.splash-subtitle{font-size:.84rem;margin-bottom:22px;line-height:1.65;padding:0 15px}.splash-dot{width:8px;height:8px;gap:10px}}:root{--bg: #f3f6f5;--bg-soft: #e9efec;--surface: #ffffff;--surface-2: #f9fbfa;--text: #142229;--muted: #5b6d74;--border: #d7e2dd;--primary: #0f766e;--primary-2: #0d9488;--danger: #be123c;--ring: rgba(13, 148, 136, .16);--shadow: 0 10px 24px rgba(20, 34, 41, .08);--bg-accent-1: #d9ece6;--bg-accent-2: #e5f0ec;--glass-bg: rgba(255, 255, 255, .84);--glass-border: rgba(215, 226, 221, .9);--card-bg: rgba(255, 255, 255, .94);--card-border: rgba(215, 226, 221, .95);--nav-bg: rgba(255, 255, 255, .95);--nav-separator: #edf2f0;--soft-bg: linear-gradient(180deg, #ffffff 0%, #f9fcfb 100%);--table-panel-bg: #f8fbfa;--table-head-bg: #f9fcfb;--table-border: #d7e3de;--row-bg: #fbfdfc;--row-hover-bg: #fafefd;--input-bg: #ffffff;--input-border: #cad9d3;--btn-light-bg: #edf5f2;--btn-light-text: #17303a;--btn-danger-bg: #ffe6ec;--btn-danger-text: #be123c;--alert-error-bg: #fff1f2;--alert-error-border: #ffd2dc;--alert-success-bg: #ecfdf5;--alert-success-border: #b7f1d5;--alert-error-text: #be123c;--alert-success-text: #047857;--balance-color: #2453e0;--badge-bg: #e0f2fe;--badge-border: #bae6fd;--badge-text: #155e75}:root[data-theme=dark]{--bg: #0f1720;--bg-soft: #111c26;--surface: #162330;--surface-2: #192a39;--text: #e5eef5;--muted: #9bb0c2;--border: #2b3d4d;--primary: #14b8a6;--primary-2: #2dd4bf;--danger: #fb7185;--ring: rgba(45, 212, 191, .22);--shadow: 0 16px 30px rgba(0, 0, 0, .32);--bg-accent-1: #11303a;--bg-accent-2: #132736;--glass-bg: rgba(18, 30, 42, .88);--glass-border: rgba(46, 67, 84, .9);--card-bg: rgba(21, 33, 46, .94);--card-border: rgba(43, 61, 77, .95);--nav-bg: rgba(20, 31, 44, .94);--nav-separator: #213445;--soft-bg: linear-gradient(180deg, #182634 0%, #13202d 100%);--table-panel-bg: #14222f;--table-head-bg: #1a2b3a;--table-border: #2d4152;--row-bg: #162634;--row-hover-bg: #1a2d3d;--input-bg: #162636;--input-border: #33495d;--btn-light-bg: #24384a;--btn-light-text: #d8e7f2;--btn-danger-bg: #3a2330;--btn-danger-text: #ffc1cf;--alert-error-bg: #3a1f2a;--alert-error-border: #6a3042;--alert-success-bg: #153429;--alert-success-border: #246446;--alert-error-text: #ffb4c5;--alert-success-text: #9df0c5;--balance-color: #8fb4ff;--badge-bg: #163448;--badge-border: #2b5875;--badge-text: #bde7ff}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;font-family:Vazir,Tahoma,Segoe UI,sans-serif;font-size:15px;line-height:1.65;color:var(--text);background:radial-gradient(1000px 500px at 90% -20%,var(--bg-accent-1) 0%,transparent 70%),radial-gradient(900px 480px at 0% 120%,var(--bg-accent-2) 0%,transparent 65%),var(--bg)}a{text-decoration:none;color:inherit}h1,h2,h3,strong{margin:0;line-height:1.4}p{margin:0}.app-shell{min-height:100vh;width:100%;max-width:1560px;margin:0 auto;display:flex;flex-direction:column;padding:0 16px}.full-width{width:100vw;max-width:none;margin:0;padding:0}.top-header{position:sticky;top:12px;z-index:20;margin-top:10px;background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:20px;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:var(--shadow);padding:10px 12px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:10px}.brand-minimal{width:28px;height:28px;border-radius:10px;background:linear-gradient(135deg,var(--primary-2),var(--primary));box-shadow:0 0 0 5px color-mix(in srgb,var(--primary) 16%,transparent),inset 0 1px #ffffff73}.header-actions{display:flex;align-items:center;gap:8px;position:relative}.icon-btn{min-width:38px;min-height:38px;padding:0;font-size:16px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center}.icon-btn svg{width:18px;height:18px}.queue-dot{position:absolute;top:-7px;right:-4px;min-width:18px;height:18px;border-radius:999px;padding:0 5px;display:inline-flex;align-items:center;justify-content:center;font-size:10px;font-weight:800;color:#fff;background:linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 4px 10px #dc262659}.content{flex:1;width:100%;padding:18px 0 98px}.bottom-nav{position:fixed;bottom:8px;left:50%;transform:translate(-50%);width:min(1320px,calc(100% - 20px));background:#0f172ad9;border:1px solid rgba(51,65,85,.4);border-radius:20px;box-shadow:0 10px 40px #00000059;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:4px;padding:4px;-webkit-backdrop-filter:blur(20px) saturate(180%);backdrop-filter:blur(20px) saturate(180%)}.bottom-nav a{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:56px;padding:4px 8px;font-size:10px;font-weight:600;color:#94a3b8;border-radius:14px;gap:4px;transition:all .3s cubic-bezier(.4,0,.2,1)}.bottom-nav a:hover{background:#33415599;transform:translateY(-2px)}.bottom-nav a:hover .nav-icon{transform:translateY(-3px) scale(1.08);box-shadow:0 8px 20px #0000004d,0 4px 10px #0003}.bottom-nav a.active{color:#fff;font-weight:700;background:transparent;box-shadow:none}.nav-item .nav-icon{width:46px;height:46px;display:inline-flex;align-items:center;justify-content:center;border-radius:13px;color:#e2e8f0;background:transparent;border:none;box-shadow:0 2px 8px #00000026;transition:all .25s cubic-bezier(.4,0,.2,1)}.nav-item .nav-icon svg{width:26px;height:26px;stroke-width:2.8;filter:drop-shadow(0 1px 2px rgba(0,0,0,.3))}.nav-item .nav-label{line-height:1;letter-spacing:0}.bottom-nav a.active .nav-icon{color:#fff;background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;box-shadow:0 8px 24px #3b82f680,0 4px 12px #3b82f666,0 2px 6px #3b82f64d;transform:translateY(-3px) scale(1.1)}.bottom-nav .tab-short{display:none}.stack{display:flex;flex-direction:column;gap:14px;width:100%;max-width:100%;box-sizing:border-box}.card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:16px;padding:14px;box-shadow:0 6px 18px #1422290d}.card h3{font-size:.98rem;margin-bottom:10px}.card-title{display:flex;justify-content:space-between;gap:10px;align-items:center;margin-bottom:8px}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(185px,1fr));gap:12px}.stats-grid .card{background:var(--soft-bg);border:1px solid var(--border)}.elegant-stats{grid-template-columns:repeat(auto-fit,minmax(210px,1fr))}.summary-card{display:flex;align-items:center;justify-content:space-between;gap:12px;border-radius:18px;padding:16px;min-height:116px}.summary-card h3{font-size:1.95rem;margin:2px 0 0;line-height:1.15;letter-spacing:-.02em}.summary-card small{color:var(--muted);font-size:12px}.metric-icon{width:46px;height:46px;border-radius:14px;display:grid;place-items:center;font-size:20px;font-weight:800;color:#fff;flex-shrink:0}.icon-primary{background:linear-gradient(135deg,#3b82f6,#2563eb)}.icon-success{background:linear-gradient(135deg,#10b981,#059669)}.icon-warn{background:linear-gradient(135deg,#f59e0b,#d97706)}.icon-danger{background:linear-gradient(135deg,#ef4444,#dc2626)}.profile-metric-icon{font-size:0;width:52px;height:52px;border-radius:16px}.profile-metric-icon svg{width:26px;height:26px;display:block}.table-panel{border-radius:20px;padding:16px;background:var(--table-panel-bg)}.toolbar{display:grid;grid-template-columns:auto 1fr;gap:10px;margin-bottom:12px}.search-input{background:var(--input-bg);min-height:46px;border-radius:12px;border:1px solid var(--input-border);padding:10px 12px;font-size:15px;font-weight:500;color:var(--text);transition:border-color .18s ease,box-shadow .18s ease}.search-input:focus{border-color:var(--primary-2);box-shadow:0 0 0 4px var(--ring)}.filter-btn{min-height:46px;padding:0 16px;font-weight:700}.table-wrap{overflow-x:auto;border-radius:14px;border:1px solid var(--table-border);background:var(--surface)}.dashboard-table{width:100%;border-collapse:collapse;min-width:700px}.dashboard-table th,.dashboard-table td{text-align:right;padding:12px 14px;border-bottom:1px solid #ecf2ef;vertical-align:middle}.dashboard-table th{color:var(--muted);font-size:13px;font-weight:800;background:var(--table-head-bg)}.dashboard-table tbody tr:hover{background:var(--row-hover-bg)}.dashboard-table tbody tr:last-child td{border-bottom:none}.balance-cell{font-weight:800;color:var(--balance-color)}.details-btn{min-height:36px;padding:6px 12px;font-size:13px;border-radius:10px;color:#fff;background:linear-gradient(135deg,#3b82f6,#2563eb)}.status-pill{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:4px 10px;font-size:12px;font-weight:700}.status-good{color:#047857;background:#d1fae5}.status-bad{color:#be123c;background:#ffe4e6}.status-neutral{color:#475569;background:#e2e8f0}.currency-badge{display:inline-block;padding:4px 10px;background:#f1f5f9;border-radius:6px;font-size:12px;font-weight:700;color:#475569;border:1px solid #e2e8f0}.empty-cell{text-align:center!important;color:var(--muted);padding:18px!important}.dashboard-six-stats{grid-template-columns:repeat(3,minmax(0,1fr))}.dashboard-detail-grid{grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);align-items:start;gap:14px}.dashboard-page .table-panel{padding:18px}.dashboard-page .card-title h3{margin-bottom:0}.dashboard-page .dashboard-table{min-width:660px}.dashboard-page .currency-summary-table{min-width:920px}.dashboard-page .recent-transactions-table{min-width:620px}.dashboard-page .summary-card{min-height:112px}.dashboard-page .card-title{flex-wrap:wrap}.dashboard-page .table-wrap{overflow-x:auto}.dashboard-mobile-list{display:flex;flex-direction:column;gap:8px}.dashboard-mobile-item{border:1px solid #e3ebf3;border-radius:14px;padding:10px;background:#fff}.dashboard-mobile-head{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-bottom:8px}.dashboard-mobile-head strong{min-width:0;word-break:break-word}.dashboard-mobile-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.dashboard-mobile-grid p{display:flex;flex-direction:column;gap:2px;min-width:0}.dashboard-mobile-grid small{color:#607089;font-size:11px;line-height:1.4}.dashboard-mobile-grid strong{color:#1f2d46;font-size:13px;line-height:1.5;word-break:break-word}.dashboard-mobile-action{margin-top:8px;width:100%}.currency-summary-table td,.recent-transactions-table td,.transactions-table td,.profile-transactions-table td{white-space:nowrap}.currency-summary-table td:nth-child(1),.recent-transactions-table td:nth-child(1),.transactions-table td:nth-child(1),.profile-transactions-table td:nth-child(6),.transactions-table td:nth-child(6){white-space:normal}.list{display:flex;flex-direction:column;gap:8px}.list-item{border:1px solid var(--border);border-radius:12px;padding:10px 12px;display:flex;justify-content:space-between;align-items:center;gap:10px;background:var(--row-bg);transition:transform .16s ease,border-color .16s ease}.list-item:hover{transform:translateY(-1px);border-color:#bfd6cd}.list-item small{color:var(--muted);display:block}label{display:flex;flex-direction:column;gap:6px;font-size:13px;font-weight:600;color:var(--text)}input,select,textarea{width:100%;min-height:46px;border:1px solid var(--input-border);border-radius:12px;padding:10px 12px;font-family:inherit;font-size:15px;font-weight:500;color:var(--text);background:#f3f4f6;outline:none;transition:border-color .18s ease,box-shadow .18s ease}input:focus,select:focus,textarea:focus{border-color:var(--primary-2);box-shadow:0 0 0 4px var(--ring)}textarea{min-height:92px;resize:vertical}.grid-form{display:grid;grid-template-columns:1fr 1fr;gap:10px}.grid-form>h3{grid-column:1 / -1;margin-bottom:2px}.full-width{grid-column:1 / -1}.btn{border:none;border-radius:12px;min-height:46px;padding:10px 14px;font-family:inherit;font-size:15px;font-weight:700;cursor:pointer;transition:transform .16s ease,opacity .16s ease,box-shadow .16s ease}.btn:hover{transform:translateY(-1px)}.btn:disabled{opacity:.7;cursor:not-allowed}.btn-primary{background:linear-gradient(135deg,var(--primary-2),var(--primary));color:#fff;box-shadow:0 8px 16px #0f766e33}.btn-danger{background:var(--btn-danger-bg);color:var(--btn-danger-text)}.btn-light{background:var(--btn-light-bg);color:var(--btn-light-text)}.compact-btn{min-height:40px;padding:8px 12px;font-size:13px}.muted{color:var(--muted);margin:0}.error{color:#c11248}.success{color:#0f766e}.auth-wrapper{min-height:100vh;display:grid;place-items:center;padding:16px}.auth-wrapper-login{position:relative;overflow:hidden}.auth-wrapper-login:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#08101c7a,#0e20385c),url(/logo1.webp) center/cover no-repeat;filter:saturate(118%);transform:scale(1.03)}.auth-wrapper-login:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 18% 15%,rgba(255,255,255,.2),transparent 45%)}.auth-card{width:min(100%,430px);display:flex;flex-direction:column;gap:10px;padding:20px;border-radius:20px}.auth-card-glass{position:relative;z-index:1;background:color-mix(in srgb,#ffffff 56%,transparent);border:1px solid rgba(255,255,255,.45);box-shadow:0 22px 45px #020c1a38,inset 0 1px #ffffff94;-webkit-backdrop-filter:blur(18px) saturate(130%);backdrop-filter:blur(18px) saturate(130%)}.auth-title{color:#0f1c2f}.auth-badge{display:inline-flex;align-self:flex-start;background:#e8f7f4;color:#0f766e;border:1px solid #cdebe4;border-radius:999px;padding:4px 10px;font-size:12px;font-weight:700}.auth-subtitle{font-size:13px}.auth-switch a{color:var(--primary);font-weight:700}.welcome-splash{min-height:100vh;display:grid;place-items:center;padding:16px;background:radial-gradient(1000px 500px at 100% -20%,rgba(2,132,199,.16) 0%,transparent 68%),radial-gradient(860px 480px at 0% 120%,rgba(15,118,110,.2) 0%,transparent 70%),linear-gradient(180deg,#f8fbff,#edf3fa)}.welcome-panel{width:min(100%,760px);border-radius:28px;padding:24px 20px;background:color-mix(in srgb,#ffffff 90%,transparent);border:1px solid rgba(255,255,255,.7);box-shadow:0 24px 44px #0b182c21,inset 0 1px #fff9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;display:flex;flex-direction:column;align-items:center;gap:8px;animation:welcomePanelIn .8s cubic-bezier(.18,.9,.24,1) both}.welcome-logo{width:min(100%,380px);object-fit:contain;filter:drop-shadow(0 12px 20px rgba(15,23,42,.18));transform-origin:center;animation:welcomeLogoFloat 3.6s ease-in-out infinite}.welcome-badge{display:inline-flex;align-items:center;justify-content:center;min-height:30px;border-radius:999px;padding:3px 13px;font-size:12px;font-weight:800;color:#0f4b7a;background:#dbeafe;border:1px solid #bfdbfe}.welcome-panel h1{color:#0f172a;font-size:clamp(1.2rem,2.3vw,1.8rem);line-height:1.5}.welcome-subtitle{color:#334155;font-size:14px;line-height:1.9;max-width:560px}.welcome-cta{margin-top:8px;min-width:190px}@keyframes welcomeLogoFloat{0%{transform:translateY(0) scale(1)}50%{transform:translateY(-8px) scale(1.018)}to{transform:translateY(0) scale(1)}}@keyframes welcomePanelIn{0%{opacity:0;transform:translateY(22px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.page-center{min-height:100vh;display:grid;place-items:center}.filters{display:grid;grid-template-columns:1fr 1fr auto;gap:8px;margin-bottom:10px}.profile-image{width:72px;height:72px;border-radius:50%;object-fit:cover;border:2px solid var(--border);margin:8px 0 10px}.split-grid{display:grid;grid-template-columns:1.08fr 1fr;gap:12px}.split-customers{align-items:start}.split-transaction{grid-template-columns:1.1fr .9fr}.transactions-tabs{background:#eef3f8;border-color:#d9e4f0}.transaction-filters{grid-template-columns:1fr 1fr 1fr auto}.soft-card{border-radius:16px;background:#fff;border:1px solid #e5e7eb;box-shadow:0 2px 8px #0000000a}.alert-card{border-radius:12px;font-weight:700;padding:12px 16px;border:1px solid}.alert-error{background:#fef2f2;border-color:#fecaca;color:#991b1b}.alert-success{background:#f0fdf4;border-color:#bbf7d0;color:#166534}.mini-badge{display:inline-flex;align-items:center;justify-content:center;min-height:28px;border-radius:999px;padding:2px 10px;font-size:12px;font-weight:700;color:var(--badge-text);background:var(--badge-bg);border:1px solid var(--badge-border)}.compact-toolbar{margin-bottom:10px}.single-toolbar{grid-template-columns:1fr}.tabs-wrap{display:grid;grid-template-columns:1fr 1fr;gap:8px;background:var(--card-bg);border:1px solid var(--card-border);border-radius:14px;padding:6px}.tab-btn{border:none;min-height:42px;border-radius:10px;font-family:inherit;font-size:13px;font-weight:700;color:var(--muted);background:transparent;cursor:pointer;transition:all .2s ease}.tab-btn:hover{background:var(--surface-2)}.tab-btn-active{color:var(--primary);background:var(--surface-2);box-shadow:inset 0 0 0 1px var(--border)}.customers-page{gap:16px}.journal-transactions-page{background:#eceff3}.journal-transactions-page .journal-stats-grid{margin-bottom:0}.journal-transactions-page .journal-stat-card{background:#f6f7f9;border:1px solid #dde3ec;min-height:116px;box-shadow:0 6px 16px #1e293b14}.journal-transactions-page .modern-stat-label{color:#5f6f86;font-size:1.02rem;font-weight:700}.journal-transactions-page .modern-stat-value{color:#1e293b;font-size:3rem}.journal-transactions-page .modern-stat-icon{width:56px;height:56px;border-radius:17px}.journal-stat-icon-blue{background:linear-gradient(135deg,#3b82f6,#2563eb)}.journal-stat-icon-green{background:linear-gradient(135deg,#10b981,#059669)}.journal-stat-icon-purple{background:linear-gradient(135deg,#a855f7,#9333ea)}.journal-stat-icon-red{background:linear-gradient(135deg,#ef4444,#dc2626)}.journal-transactions-page .journal-table-panel{border-radius:22px;border:1px solid #d7deea;background:#f7f8fa;box-shadow:0 8px 20px #1e293b14}.journal-transactions-page .journal-toolbar{margin-bottom:18px}.journal-transactions-page .journal-filter-btn{min-height:48px;border-radius:12px;border:1px solid #cbd5e1;background:#eff3f8;color:#475569;font-size:14px}.journal-transactions-page .journal-search-box{min-height:48px;border-radius:12px;border:1px solid #c9d2df;background:#edf1f6;padding:0 14px}.journal-transactions-page .modern-search-input{min-height:46px!important;height:46px!important;max-height:46px!important;font-size:14px}.journal-transactions-page .journal-table-wrap{border-radius:14px;border-color:#d6deea;background:#fff}.journal-transactions-page .modern-table thead{background:#f3f5f9}.journal-transactions-page .modern-table th{color:#475569;font-size:14px;font-weight:800;padding:16px 14px}.journal-transactions-page .modern-table td{padding:14px}.journal-transactions-page .modern-code{color:#374151;font-size:13px;font-weight:800}.journal-transactions-page .modern-product-icon{width:40px;height:40px;border-radius:12px;border:1px solid #e2c980;background:#fff7e1;color:#d97706;display:inline-flex;align-items:center;justify-content:center;font-size:0}.journal-transactions-page .modern-product-icon svg{width:18px;height:18px}.journal-transactions-page .modern-product-name{color:#1f2937;font-size:.97rem}.journal-transactions-page .modern-category{background:#e8edf5;color:#415169}.journal-transactions-page .modern-price{color:#2563eb;font-size:1.04rem;font-weight:800}.journal-transactions-page .modern-currency{display:inline-block;padding:4px 10px;background:#f1f5f9;border-radius:6px;font-size:12px;font-weight:700;color:#475569;border:1px solid #e2e8f0}.journal-transactions-page .journal-description-cell{font-size:12px;color:#64748b}.journal-transactions-page .modern-actions{gap:8px}.journal-transactions-page .modern-action-btn{width:28px;height:28px;border-radius:8px}.journal-transactions-page .modern-action-view{background:#e9f7ee;color:#0f9f54}.journal-transactions-page .modern-action-edit{background:#e7efff;color:#2563eb}.journal-transactions-page .modern-action-delete{background:#fee2e2;color:#dc2626}.settings-page-redesign .settings-main-panel{border-radius:20px;border:1px solid #d8e2ef;padding:16px}.settings-page-redesign .settings-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:6px}.settings-page-redesign .settings-section-card{background:#fff;border:1px solid #dbe4ef;border-radius:16px;padding:14px}.settings-page-redesign .settings-section-head{margin-bottom:10px}.settings-page-redesign .settings-section-head h3{margin:0;color:#1f2937;font-size:1rem;font-weight:800}.settings-page-redesign .settings-section-head small{color:#64748b;font-size:12px;line-height:1.6}.settings-page-redesign .settings-form-card{border-radius:14px;border:1px solid #e1e8f2;background:#f9fbff;box-shadow:none;margin:0;grid-template-columns:repeat(2,minmax(0,1fr));width:100%;max-width:100%;overflow:visible}.settings-page-redesign .settings-form-card .customers-field>span{color:#57667f}.settings-page-redesign .settings-form-card input,.settings-page-redesign .settings-form-card select{background:#f1f5fb!important;border-color:#d3dce8!important}.settings-page-redesign .settings-form-card .customers-submit-row{display:flex!important;width:100%;grid-column:1 / -1;justify-content:flex-end;gap:10px;margin-top:4px}.settings-page-redesign .settings-form-card .customers-submit-row .btn{min-width:140px;width:auto!important;flex:0 0 auto}.settings-page-redesign .btn{display:inline-flex;align-items:center;justify-content:center;gap:8px}.settings-page-redesign .btn svg{width:16px;height:16px;flex-shrink:0}.settings-page-redesign .btn.btn-primary{background:linear-gradient(135deg,#2f67d8,#1f4fb9);box-shadow:0 8px 14px #1f4fb947}.settings-page-redesign .btn.btn-light{background:#dbe4f2;color:#334155;border:1px solid #c3cfdf}.settings-currency-actions{display:inline-flex;align-items:center;gap:6px}.currency-inline-input{min-width:100px;max-width:140px;min-height:36px;height:36px;font-size:12px;padding:4px 8px}.settings-page-redesign .settings-backup-card{margin-top:14px}.settings-page-redesign .settings-backup-box{margin-top:4px}.settings-page-redesign .settings-backup-box .btn{min-width:190px}@media (max-width: 980px){.settings-page-redesign .settings-card-grid,.settings-page-redesign .settings-form-card{grid-template-columns:1fr}.settings-page-redesign .settings-form-card .customers-submit-row{justify-content:stretch}.settings-page-redesign .settings-form-card .customers-submit-row .btn{width:100%!important}}.modern-page{min-height:calc(100vh - 5rem);padding:1.5rem;display:flex;flex-direction:column;gap:1.25rem;width:100%;max-width:100%;background:#f9fafb;box-sizing:border-box;overflow-x:hidden}.modern-stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:20px}.modern-stat-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:20px;display:flex;justify-content:space-between;align-items:center;min-height:110px;box-shadow:0 2px 8px #0000000a;transition:all .3s ease}.modern-stat-card:hover{box-shadow:0 4px 16px #00000014;transform:translateY(-2px)}.modern-stat-content{flex:1}.modern-stat-label{color:#6b7280;font-size:13px;font-weight:600;margin-bottom:8px;line-height:1.2}.modern-stat-value{font-size:32px;line-height:1;color:#111827;font-weight:800;margin:8px 0 4px;letter-spacing:-.02em}.modern-stat-unit{color:#9ca3af;font-size:12px;font-weight:600}.modern-stat-icon{width:56px;height:56px;border-radius:16px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;box-shadow:0 4px 12px #00000026}.modern-stat-icon svg{width:24px;height:24px}.customers-metric-red{background:linear-gradient(135deg,#ef4444,#dc2626)}.customers-metric-orange{background:linear-gradient(135deg,#f59e0b,#d97706)}.customers-metric-blue{background:linear-gradient(135deg,#3b82f6,#2563eb)}.customers-metric-green{background:linear-gradient(135deg,#10b981,#059669)}@media (max-width: 1024px){.modern-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}}@media (max-width: 640px){.modern-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.modern-stat-card{min-height:90px;padding:14px}.modern-stat-value{font-size:24px}.modern-stat-label{font-size:12px}.modern-stat-unit{font-size:11px}.modern-stat-icon{width:44px;height:44px}.modern-stat-icon svg{width:18px;height:18px}}.modern-icon-blue{background:linear-gradient(135deg,#3b82f6,#2563eb)}.modern-icon-green{background:linear-gradient(135deg,#10b981,#059669)}.modern-icon-purple{background:linear-gradient(135deg,#a855f7,#9333ea)}.modern-icon-red{background:linear-gradient(135deg,#ef4444,#dc2626)}.modern-panel{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:20px;box-shadow:0 2px 8px #0000000a}.modern-toolbar{display:flex;align-items:center;gap:12px;margin-bottom:20px}.modern-filter-btn{display:flex;align-items:center;gap:6px;padding:7px 14px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;color:#374151;font-size:13px;font-weight:700;cursor:pointer;transition:all .2s ease;flex-shrink:0;height:36px;line-height:1}.modern-filter-btn:hover{background:#f3f4f6;border-color:#d1d5db}.modern-filter-btn svg{width:15px;height:15px;flex-shrink:0}.modern-search-box{flex:1;display:flex;flex-direction:row;align-items:center;gap:8px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:0 12px;transition:all .2s ease;height:36px;min-height:36px;max-height:36px;overflow:visible}.modern-search-box:focus-within{background:#fff;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.modern-search-icon{display:inline-flex;align-items:center;justify-content:center;color:#9ca3af;flex-shrink:0;width:16px;height:16px;margin:0;padding:0;line-height:1}.modern-search-icon svg{width:16px;height:16px;display:block;flex-shrink:0}.modern-search-input{flex:1;border:none!important;outline:none!important;background:transparent!important;font-family:inherit;font-size:13px;font-weight:500;color:#111827;padding:0!important;margin:0!important;min-height:36px!important;max-height:36px!important;height:36px!important;line-height:1.2!important;box-shadow:none!important;width:100%;vertical-align:middle;display:inline-block}.modern-search-input:focus{border:none!important;box-shadow:none!important;outline:none!important}.modern-search-input::placeholder{color:#9ca3af;font-size:13px;line-height:1.2}.modern-table-wrap{overflow-x:auto;border-radius:12px;border:1px solid #e5e7eb}.modern-table{width:100%;border-collapse:collapse;background:#fff}.modern-table thead{background:#f9fafb;border-bottom:1px solid #e5e7eb}.modern-table th{padding:14px 16px;text-align:right;font-size:12px;font-weight:700;color:#6b7280;white-space:nowrap}.modern-table tbody tr{border-bottom:1px solid #f3f4f6;transition:background .15s ease}.modern-table tbody tr:hover{background:#f9fafb}.modern-table tbody tr:last-child{border-bottom:none}.modern-table td{padding:14px 16px;font-size:13px;color:#374151;vertical-align:middle}.modern-code{font-family:Courier New,monospace;font-size:12px;font-weight:700;color:#6b7280}.modern-product-cell{display:flex;align-items:center;gap:10px}.modern-product-icon{font-size:20px;flex-shrink:0}.modern-product-name{font-weight:700;color:#111827}.modern-category{display:inline-block;padding:4px 10px;background:#dbeafe;color:#1e40af;border-radius:6px;font-size:12px;font-weight:600}.modern-origin{font-size:12px;font-weight:600;color:#6b7280}.modern-stock{font-size:12px;font-weight:600;color:#374151}.modern-price{font-weight:700;color:#1e40af;font-size:13px}.modern-status{display:inline-block;padding:5px 12px;border-radius:8px;font-size:11px;font-weight:700}.modern-status-complete{background:#d1fae5;color:#065f46}.modern-status-pending{background:#fef3c7;color:#92400e}.modern-actions{display:flex;align-items:center;gap:6px}.modern-action-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease}.modern-action-btn svg{width:16px;height:16px}.modern-action-view{background:#dbeafe;color:#1e40af}.modern-action-view:hover{background:#bfdbfe}.modern-action-edit{background:#e0e7ff;color:#4338ca}.modern-action-edit:hover{background:#c7d2fe}.modern-action-delete{background:#fee2e2;color:#991b1b}.modern-action-delete:hover{background:#fecaca}@media (max-width: 768px){.modern-toolbar{flex-direction:column;align-items:stretch}.modern-filter-btn{width:100%;justify-content:center}.modern-table-wrap{border:none}.modern-table thead{display:none}.modern-table tbody{display:block}.modern-table tr{display:block;margin-bottom:16px;border:2px solid #e5e7eb;border-radius:12px;padding:16px;background:#fff}.modern-table td{display:block;padding:8px 0;border:none}.modern-table td:first-child{font-size:14px;font-weight:800;color:#3b82f6;margin-bottom:12px;padding-bottom:12px;border-bottom:2px solid #e5e7eb}.modern-table td[data-title]:before{content:attr(data-title) ": ";font-weight:700;color:#6b7280;display:inline-block;min-width:100px;font-size:12px}.modern-table td:first-child:before{display:none}.modern-actions{justify-content:flex-start;margin-top:12px;gap:8px}.modern-action-btn{width:36px;height:36px;border-radius:10px}.modern-action-btn svg{width:18px;height:18px}}.customers-tabs{background:#eef2f6;border:1px solid #d8e1eb;border-radius:16px;box-shadow:none}.customers-tabs .tab-btn{min-height:44px;background:transparent;color:#627189;font-weight:800}.customers-tabs .tab-btn-active{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;box-shadow:inset 0 0 0 1px #2563eb4d,0 4px 12px #2563eb4d}.party-type-tabs{display:flex;flex-wrap:nowrap;gap:8px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:6px;overflow-x:auto;scrollbar-width:thin}.party-type-tabs .tab-btn{flex:0 0 auto;min-height:36px;padding:8px 16px;font-size:13px;font-weight:700;white-space:nowrap;background:transparent;color:#64748b;border-radius:8px;transition:all .2s ease}.party-type-tabs .tab-btn:hover{background:#e2e8f0;color:#334155}.party-type-tabs .tab-btn-active{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;box-shadow:0 2px 8px #3b82f64d}.party-type-tabs .tab-btn-action{background:transparent;color:#64748b;border:1.5px solid #cbd5e1}.party-type-tabs .tab-btn-action:nth-last-child(2){margin-right:auto}.party-type-tabs .tab-btn-action:hover{background:#10b981;color:#fff;border-color:#10b981}.party-type-tabs .tab-btn-action.tab-btn-active{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border-color:transparent;box-shadow:0 2px 8px #10b9814d}.main-action-tabs{display:flex;gap:10px;background:transparent;border:none;padding:0;justify-content:center;margin-bottom:16px}.main-action-tabs .tab-btn{flex:0 0 auto;min-width:110px;height:40px;padding:0 20px;font-size:14px;font-weight:800;border-radius:10px;background:#f1f5f9;color:#475569;border:2px solid #e2e8f0;transition:all .25s ease;box-shadow:0 2px 6px #0f172a0f;display:flex;align-items:center;justify-content:center}.main-action-tabs .tab-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0f172a1f;border-color:#cbd5e1}.main-action-tabs .tab-btn-active{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border-color:#2563eb;box-shadow:0 6px 16px #2563eb59}@media (max-width: 768px){.main-action-tabs{gap:8px;flex-wrap:wrap}.main-action-tabs .tab-btn{min-width:90px;height:38px;padding:0 14px;font-size:12px}.party-type-tabs{gap:6px;padding:4px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.party-type-tabs::-webkit-scrollbar{display:none}.party-type-tabs .tab-btn{min-width:85px;height:36px;font-size:11px;white-space:nowrap;flex-shrink:0}.customers-tabs{padding:4px;gap:6px;overflow-x:auto;-webkit-overflow-scrolling:touch}.customers-tabs .tab-btn{min-height:38px;font-size:12px;white-space:nowrap;flex-shrink:0}.tabs-wrap{grid-template-columns:1fr;gap:6px;padding:4px}.tab-btn{min-height:40px;font-size:13px}.main-action-tabs .tab-btn{flex:1;min-width:0;font-size:13px;padding:0 16px;height:38px}}@media (max-width: 768px){.customers-table{display:block}.customers-table thead{display:none}.customers-table tbody{display:block}.customers-table tr{display:block;margin-bottom:16px;background:#fff;border:3px solid #fb923c;border-radius:14px;padding:16px;box-shadow:0 4px 12px #fb923c26;transition:all .2s ease}.customers-table tr:hover{box-shadow:0 6px 18px #fb923c40;transform:translateY(-2px)}.customers-table td{display:block;text-align:right;padding:6px 0;border:none;font-size:14px}.customers-table td:first-child{font-size:13px;font-weight:700;color:#fb923c;margin-bottom:4px;padding-bottom:8px;border-bottom:2px solid #fed7aa}.customers-table td.party-name-cell{font-size:20px!important;font-weight:900!important;color:#0f172a!important;margin:12px 0!important;padding:0!important;line-height:1.3;border:none!important}.customers-table td[data-title]:before{content:attr(data-title) ": ";font-weight:700;color:#64748b;display:inline-block;min-width:90px;font-size:13px}.customers-table td.party-name-cell:before{display:none!important}.customers-action-btn{display:inline-flex;margin-top:12px;width:100%;justify-content:center;background:linear-gradient(135deg,#fb923c,#f97316);color:#fff;padding:12px;border-radius:10px;font-weight:700;font-size:15px;box-shadow:0 3px 10px #fb923c4d}.customers-action-btn:hover{box-shadow:0 4px 14px #fb923c66}.customers-status-group{display:flex;flex-direction:column;gap:6px;align-items:flex-start;margin-top:8px}.customers-status-pill{font-size:12px;padding:4px 10px}.customers-amount{font-weight:700;color:#1e293b;font-size:15px}}.customers-main-panel{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:20px;box-shadow:0 2px 8px #0000000a;width:100%;max-width:100%;box-sizing:border-box;overflow:hidden}.customers-toolbar{display:grid;grid-template-columns:auto 1fr;gap:10px;margin-bottom:12px;align-items:center}.customers-filter-btn{min-height:44px;padding:0 14px;border-radius:12px;border:1px solid #d6dfec;background:#eef3f8;color:#475569;font-family:inherit;font-size:13px;font-weight:800;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer}.customers-icon-btn svg,.customers-filter-btn svg,.customers-search-icon svg{width:16px;height:16px;flex-shrink:0}.customers-search-box{min-height:44px;border-radius:12px;border:1px solid #d6dfec;background:#fff;display:flex;align-items:center;gap:8px;padding:0 12px}.customers-search-icon{color:#64748b;display:inline-flex;align-items:center;justify-content:center}.customers-table-wrap{overflow-x:auto;border-radius:12px;border:1px solid #e5e7eb;margin-top:16px;width:100%;max-width:100%;box-sizing:border-box;-webkit-overflow-scrolling:touch}.customers-create-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px;background:#fff;border:1px solid #dbe4ef;border-radius:18px;padding:16px;width:100%;max-width:100%;box-sizing:border-box}.customers-create-grid .full-width{grid-column:1 / -1}.customers-field{gap:8px;color:#334155;display:flex;flex-direction:column;min-width:0;max-width:100%}.customers-field>input,.customers-field>select,.customers-field>textarea{width:100%;max-width:100%;box-sizing:border-box}.customers-field span{font-size:13px;font-weight:700;color:#64748b}.customers-submit-row{display:flex;justify-content:flex-end;gap:8px;flex-wrap:wrap}.customers-submit-row .btn{min-width:170px;min-height:42px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;font-weight:800}.settings-form-grid .customers-submit-row .btn{flex:0 0 auto}.settings-form-grid .customers-submit-row .btn-light{background:#eef2f7;color:#334155;border:1px solid #d3dce8}.customers-table{width:100%;max-width:100%;border-collapse:collapse;table-layout:auto;box-sizing:border-box}.customers-table th,.customers-table td{text-align:right;padding:12px 14px;border-bottom:1px solid #e4ebf3;vertical-align:middle;word-wrap:break-word;overflow-wrap:break-word;max-width:200px}.customers-table th{background:#f7f9fc;color:#5f6f86;font-size:13px;font-weight:800;white-space:nowrap}.customers-table tbody tr:hover{background:#f8fbff}.customers-table tbody tr:last-child td{border-bottom:none}.customers-amount{color:#2563eb;font-weight:800;font-size:1.02rem}.customers-status-group{display:flex;gap:6px;flex-wrap:wrap}.customers-status-pill{display:inline-flex;align-items:center;justify-content:center;min-height:29px;border-radius:999px;padding:4px 11px;font-size:12px;font-weight:800}.customers-status-good{color:#047857;background:#d1fae5}.customers-status-bad{color:#b91c1c;background:#fee2e2}.customers-status-neutral{color:#475569;background:#e2e8f0}.customers-status-warn{color:#92400e;background:#fef3c7}.customers-action-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:38px;min-width:92px;border-radius:11px;color:#fff;font-size:14px;font-weight:800;font-family:inherit;border:none;cursor:pointer;background:linear-gradient(135deg,#3b82f6,#2563eb);box-shadow:0 7px 14px #2563eb40}.customers-action-btn svg{width:16px;height:16px}.transaction-filter-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-bottom:12px}.transaction-filter-row select{min-height:44px;border-radius:12px;border:1px solid #cfd9e5;background:#fff;color:#334155;font-size:14px;font-weight:600;padding:0 12px}.settings-form-grid{display:grid;grid-template-columns:1fr;gap:12px;width:100%;max-width:100%;box-sizing:border-box}.settings-backup-box{margin-top:12px;display:flex;justify-content:flex-start;width:100%;max-width:100%;box-sizing:border-box}.currency-rate-input{width:100%;max-width:140px;min-height:38px;border-radius:10px;font-size:13px;padding:6px 10px;box-sizing:border-box;border:1px solid #d1d5db}@media (max-width: 1280px){.app-shell{max-width:100%;padding:0 12px}.bottom-nav{width:calc(100% - 20px)}.dashboard-six-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-detail-grid{grid-template-columns:1fr}.dashboard-page .currency-summary-table,.dashboard-page .recent-transactions-table{min-width:100%}}.customer-list{max-height:520px;overflow:auto;padding-left:2px}.customer-item{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;padding:10px;border:1px solid var(--border);border-radius:12px;background:var(--row-bg);transition:border-color .18s ease,transform .18s ease}.customer-item:hover{border-color:#bcd3cb;transform:translateY(-1px)}.avatar-badge{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;font-size:16px;font-weight:800;color:var(--primary);background:var(--surface-2);border:1px solid var(--border)}.customer-main{min-width:0}.customer-main strong{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.customer-main small{color:var(--muted)}.customer-balance{display:flex;flex-direction:column;align-items:flex-end}.customer-balance strong{color:var(--balance-color)}.customer-balance small{color:var(--muted)}.empty-card{border:1px dashed var(--border);border-radius:12px;background:var(--surface-2);padding:14px;text-align:center;color:var(--muted)}.profile-hero{border-radius:20px;background:linear-gradient(135deg,var(--surface-2) 0%,var(--bg-soft) 100%);display:flex;align-items:stretch;justify-content:space-between;gap:14px}.profile-main{display:flex;align-items:center;gap:12px}.profile-placeholder{width:72px;height:72px;border-radius:20px;display:grid;place-items:center;background:var(--surface-2);color:var(--primary);border:1px solid var(--border);font-size:28px;font-weight:800}.note-box{width:min(340px,100%);border:1px solid var(--border);border-radius:14px;background:var(--surface);padding:10px 12px}.profile-grid{align-items:start}.profile-filters{margin-bottom:12px}.helper-card{height:fit-content}.preview-list{display:flex;flex-direction:column;gap:8px;margin-bottom:10px}.preview-item{border:1px solid var(--border);border-radius:12px;padding:9px 10px;background:var(--surface);display:flex;justify-content:space-between;gap:8px;align-items:center}.preview-item small{color:var(--muted)}.tip-box{border-radius:12px;background:var(--surface-2);border:1px solid var(--border);padding:10px}.tip-box p{font-size:13px}.settings-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.rates-list{gap:10px}.rate-row{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center;border:1px solid var(--border);border-radius:12px;padding:9px 10px;background:var(--surface)}.rate-row strong{display:block}.rate-row small{color:var(--muted)}.rate-row input{width:180px}.rate-editor{display:flex;align-items:center;gap:8px}@media (max-width: 760px){.app-shell{padding:0 7px}.top-header{top:8px;grid-template-columns:1fr auto;min-height:52px;padding:7px 10px;border-radius:14px;margin-top:8px;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:color-mix(in srgb,var(--glass-bg) 92%,transparent);border-color:color-mix(in srgb,var(--glass-border) 94%,transparent);box-shadow:0 8px 20px #00000024}.header-actions{gap:6px}.brand-minimal{width:22px;height:22px;border-radius:8px;box-shadow:0 0 0 4px color-mix(in srgb,var(--primary) 12%,transparent)}.header-actions .icon-btn{min-width:32px;min-height:32px;font-size:13px;border-radius:9px}.profile-metric-icon{width:44px;height:44px;border-radius:12px}.profile-metric-icon svg{width:22px;height:22px}.content{padding-bottom:116px}.grid-form,.filters{grid-template-columns:1fr}.welcome-panel{border-radius:20px;padding:18px 14px;gap:8px}.welcome-logo{width:min(100%,240px)}.welcome-subtitle{font-size:13px;line-height:1.9}.welcome-cta{width:100%}.auth-card-glass{width:min(100%,380px);padding:16px;border-radius:16px}.bottom-nav{bottom:8px;width:calc(100% - 14px);border-radius:18px;padding:4px;gap:4px;border-color:#33415566;background:#0f172ad9;-webkit-backdrop-filter:blur(20px) saturate(180%);backdrop-filter:blur(20px) saturate(180%);box-shadow:0 10px 40px #00000059,inset 0 1px #ffffff14}.bottom-nav a{min-height:48px;font-size:11px;padding:3px 2px;border-radius:12px;letter-spacing:0;color:#94a3b8e6}.bottom-nav a:hover{background:#33415599}.nav-item .nav-icon{width:24px;height:24px;border-radius:8px}.nav-item .nav-icon svg{width:14px;height:14px}.bottom-nav .tab-long{display:none}.bottom-nav .tab-short{display:inline}.bottom-nav a.active{color:#fff;background:#33415580;box-shadow:inset 0 0 0 1px #3b82f64d,0 4px 12px #0003}.bottom-nav a.active .nav-icon{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 4px 12px #10b98166,0 2px 6px #10b9814d,inset 0 1px 2px #fff3}.summary-card h3{font-size:1.6rem}.stats-grid,.elegant-stats,.dashboard-top-stats,.dashboard-six-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-detail-grid,.toolbar,.transaction-filters{grid-template-columns:1fr}.dashboard-page{gap:10px}.dashboard-page .dashboard-top-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.dashboard-page .summary-card{min-height:94px;border-radius:14px;padding:10px;gap:8px;display:grid;grid-template-columns:1fr auto;align-items:center}.dashboard-page .summary-card>div{min-width:0}.dashboard-page .summary-card h3{font-size:1.28rem;line-height:1.2;margin-top:0;word-break:break-word}.dashboard-page .summary-card .muted{font-size:11px;line-height:1.45}.dashboard-page .summary-card small{font-size:11px}.dashboard-page .metric-icon{width:36px;height:36px;border-radius:10px;font-size:14px}.dashboard-page .table-panel{border-radius:16px;padding:10px}.dashboard-page .card-title{margin-bottom:8px;align-items:center;gap:6px}.dashboard-page .card-title h3{font-size:14px;line-height:1.5}.dashboard-page .mini-badge{min-height:24px;padding:2px 8px;font-size:10px}.dashboard-page .toolbar{gap:8px}.dashboard-page .filter-btn{width:100%;min-height:42px}.dashboard-page .search-input{min-height:44px}.dashboard-page .table-wrap{border-radius:12px}.profile-transactions-table{min-width:100%}.profile-transactions-table thead{display:none}.profile-transactions-table,.profile-transactions-table tbody,.profile-transactions-table tr,.profile-transactions-table td{display:block;width:100%}.profile-transactions-table tbody{display:flex;flex-direction:column;gap:8px;padding:8px}.profile-transactions-table tr{border:1px solid #e4ecf3;border-radius:12px;padding:8px 10px 4px;background:#fff}.profile-transactions-table td{border-bottom:none;display:flex;justify-content:space-between;align-items:center;gap:8px;padding:6px 0;font-size:13px;line-height:1.5}.profile-transactions-table td:before{content:attr(data-title);min-width:98px;font-size:11px;color:#5b6d84;font-weight:700;flex-shrink:0}.profile-transactions-table td>*{min-width:0}.profile-transactions-table td{white-space:normal;word-break:break-word}.dashboard-page .balance-cell{font-size:12px}.dashboard-page .details-btn{min-height:34px;padding:5px 10px;font-size:12px}.customers-metric-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.customers-metric-card{min-height:112px;padding:12px;border-radius:14px}.customers-metric-title{font-size:12px}.customers-metric-card h3{font-size:1.6rem}.customers-metric-card small{font-size:11px}.customers-metric-icon{width:44px;height:44px;border-radius:12px}.customers-metric-icon svg{width:18px;height:18px}.customers-main-panel{border-radius:18px;padding:12px}.customers-toolbar{grid-template-columns:1fr;gap:8px}.customers-filter-btn{min-height:44px;min-width:100%;border-radius:12px;flex-direction:row;gap:8px}.customers-search-box{min-height:44px;border-radius:12px;padding:0 11px}.customers-search-readonly{font-size:14px}.customers-search-input{min-height:40px!important;max-height:40px!important;height:40px!important;font-size:14px}.customers-create-grid{grid-template-columns:1fr;border-radius:14px;padding:12px;gap:10px;max-width:100%;width:100%;margin:0;box-sizing:border-box;overflow:hidden}.customers-create-grid input,.customers-create-grid select,.customers-create-grid textarea,.customers-field{width:100%;max-width:100%;box-sizing:border-box;min-width:0}.transaction-filter-row,.settings-form-grid{grid-template-columns:1fr;max-width:100%;margin:0;box-sizing:border-box}.settings-backup-box{justify-content:stretch}.settings-backup-box .btn{width:100%}.currency-rate-input{min-width:0;max-width:100%;width:100%}.customers-submit-row{justify-content:stretch}.customers-submit-row .btn{width:100%}.customers-table-wrap{border-radius:14px}.customers-table thead{display:none}.customers-table,.customers-table tbody,.customers-table tr,.customers-table td{display:block;width:100%}.customers-table tr{border-bottom:1px solid #e6edf5;padding:10px 10px 5px}.customers-table td{border-bottom:none;display:flex;justify-content:space-between;align-items:center;gap:10px;padding:7px 0;font-size:13px}.customers-table td:before{content:attr(data-title);color:#607089;font-size:12px;font-weight:700;flex-shrink:0}.customers-table td[data-title=عملیات]:before{display:none}.customers-table td[data-title=عملیات]{justify-content:flex-start;padding-top:10px}.customers-status-group{justify-content:flex-start}.split-grid,.settings-grid,.split-transaction{grid-template-columns:1fr}.profile-hero{flex-direction:column}.profile-main{align-items:flex-start}.note-box{width:100%}.rate-row{grid-template-columns:1fr}.rate-row input{width:100%}.rate-editor{width:100%;flex-direction:column;align-items:stretch}.customer-item{grid-template-columns:auto 1fr}.customer-balance{grid-column:1 / -1;align-items:flex-start;padding-right:50px}}@media (max-width: 430px){.dashboard-page .summary-card{min-height:90px}.dashboard-page .summary-card h3{font-size:1.15rem}.dashboard-mobile-grid{grid-template-columns:1fr}}.journal-card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:16px;padding:0;overflow:hidden}.journal-form{display:flex;flex-direction:column}.journal-tabs{display:grid;grid-template-columns:repeat(5,1fr);background:#f5f7f9;border-bottom:1px solid #e2e8f0;gap:8px;padding:10px}:root[data-theme=dark] .journal-tabs{background:var(--surface-2);border-bottom-color:var(--border)}.journal-tab{border:none;background:#fff;padding:12px 16px;font-family:inherit;font-size:14px;font-weight:600;color:#64748b;cursor:pointer;transition:all .2s ease;border-radius:10px;border:1px solid #e2e8f0;white-space:nowrap}:root[data-theme=dark] .journal-tab{background:var(--surface);border-color:var(--border);color:var(--muted)}.journal-tab:hover{background:#f8fafc;color:#334155;border-color:#cbd5e1;transform:translateY(-1px)}:root[data-theme=dark] .journal-tab:hover{background:var(--surface-2);color:var(--text);border-color:var(--border)}.journal-tab-active{background:linear-gradient(135deg,#10b981,#059669);color:#fff;font-weight:700;border-color:#059669;box-shadow:0 4px 12px #10b9814d}.journal-tab-active:hover{background:linear-gradient(135deg,#10b981,#059669);color:#fff;transform:translateY(-1px);box-shadow:0 6px 16px #10b98166}.journal-fields{display:grid;grid-template-columns:1.5fr 1fr .8fr 1fr 1fr;gap:12px;padding:16px;background:var(--surface)}.journal-field{display:flex;flex-direction:column;gap:6px}.journal-field label{font-size:13px;font-weight:600;color:var(--text)}.journal-field input,.journal-field select{min-height:44px;border-radius:12px;border:1px solid var(--input-border);padding:10px 12px;font-size:14px;font-weight:500;color:var(--text);background:var(--input-bg)}.journal-field input:focus,.journal-field select:focus{border-color:var(--primary-2);box-shadow:0 0 0 4px var(--ring)}.journal-note{padding:0 16px 16px;background:var(--surface)}.journal-note label{display:block;font-size:13px;font-weight:600;color:var(--text);margin-bottom:6px}.journal-note textarea{width:100%;min-height:60px;border-radius:12px;border:1px solid var(--input-border);padding:10px 12px;font-family:inherit;font-size:14px;font-weight:500;color:var(--text);background:var(--input-bg);resize:vertical}.journal-note textarea:focus{border-color:var(--primary-2);box-shadow:0 0 0 4px var(--ring)}.journal-warning{padding:12px 16px;background:#fff1f2;color:#be123c;font-size:13px;font-weight:600;border-top:1px solid #ffd2dc;border-bottom:1px solid #ffd2dc}:root[data-theme=dark] .journal-warning{background:#3a1f2a;color:#ffb4c5;border-color:#6a3042}.journal-submit{margin:16px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;font-weight:700;min-height:48px;border-radius:12px;box-shadow:0 8px 16px #10b98140}.journal-submit:hover{transform:translateY(-2px);box-shadow:0 12px 20px #10b9814d}.journal-filter-row{display:grid;grid-template-columns:2fr 1fr 1fr auto;gap:10px;margin-bottom:14px}.journal-filter-row select,.journal-filter-row input{min-height:44px;border-radius:12px;border:1px solid var(--input-border);padding:10px 12px;font-size:14px;font-weight:500;color:var(--text);background:var(--input-bg)}@media (max-width: 760px){.journal-tabs{grid-template-columns:repeat(5,1fr);gap:4px;padding:6px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.journal-tabs::-webkit-scrollbar{display:none}.journal-tab{padding:8px 4px;font-size:10px;border-radius:8px;min-width:60px;white-space:nowrap;flex-shrink:0}.journal-category-tab{font-size:9.5px;padding:7px 3px}.journal-fields{grid-template-columns:1fr;gap:10px;padding:12px}.journal-filter-row{grid-template-columns:1fr;gap:8px}}.journal-receive-tab.tab-btn-active{background:linear-gradient(135deg,#10b981,#059669);color:#fff;box-shadow:inset 0 0 0 1px #10b9814d,0 4px 12px #10b9814d}.journal-payment-tab.tab-btn-active{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;box-shadow:inset 0 0 0 1px #ef44444d,0 4px 12px #ef44444d}.journal-category-tab{background:#eef2ff!important;color:#3f4f6f!important;border-color:#cfd8e6!important;padding:10px 14px!important;font-size:13px!important;font-weight:700!important}.journal-category-tab:hover{filter:brightness(.96)}.journal-category-tab.journal-tab-active{color:#fff!important;box-shadow:0 6px 14px #2563eb47!important}.journal-category-tab.journal-tab-active:hover{filter:brightness(1.02)}.journal-category-customer{background:#eaf2ff!important;color:#1d4ed8!important;border-color:#c3d6ff!important}.journal-category-customer.journal-tab-active{background:linear-gradient(135deg,#3b82f6,#2563eb)!important;border-color:#1d4ed8!important}.journal-category-friend{background:#edf4ff!important;color:#2563eb!important;border-color:#c6d9ff!important}.journal-category-friend.journal-tab-active{background:linear-gradient(135deg,#3b82f6,#2563eb)!important;border-color:#1d4ed8!important}.journal-category-expense{background:#eef5ff!important;color:#1d4ed8!important;border-color:#c9ddff!important}.journal-category-expense.journal-tab-active{background:linear-gradient(135deg,#3b82f6,#2563eb)!important;border-color:#1d4ed8!important}.journal-category-vendor{background:#eef5ff!important;color:#1d4ed8!important;border-color:#c9ddff!important}.journal-category-vendor.journal-tab-active{background:linear-gradient(135deg,#3b82f6,#2563eb)!important;border-color:#1d4ed8!important}.journal-category-employee{background:#edf4ff!important;color:#2563eb!important;border-color:#c6d9ff!important}.journal-category-employee.journal-tab-active{background:linear-gradient(135deg,#3b82f6,#2563eb)!important;border-color:#1d4ed8!important}.journal-submit-payment{background:linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 8px 16px #ef444440}.journal-submit-payment:hover{box-shadow:0 12px 20px #ef44444d}:root{--unified-page-bg: #edf1f6;--unified-surface: #f8fafd;--unified-surface-strong: #ffffff;--unified-border: #d7e0eb;--unified-shadow: 0 8px 20px rgba(30, 41, 59, .08);--unified-muted: #607089}:root[data-theme=dark]{--unified-page-bg: #101a26;--unified-surface: #172435;--unified-surface-strong: #1b2b3e;--unified-border: #2a3f54;--unified-shadow: 0 10px 24px rgba(0, 0, 0, .28);--unified-muted: #9ab0c6}body{background:var(--unified-page-bg)}.content{background:transparent}.modern-page,.customers-page,.journal-transactions-page,.dashboard-page{background:var(--unified-page-bg)!important}.card,.modern-panel,.customers-main-panel,.customers-create-grid,.table-panel,.journal-card,.tabs-wrap,.customers-table-wrap,.modern-table-wrap,.soft-card,.empty-card{background:var(--unified-surface-strong)!important;border-color:var(--unified-border)!important;box-shadow:var(--unified-shadow)!important}form,.grid-form,.journal-form,.customers-create-grid,.settings-form-grid,.auth-card,.auth-card-glass{background:var(--unified-surface-strong)}.dashboard-table th,.customers-table th,.modern-table th{background:var(--unified-surface)!important;color:#5f6f86!important;border-bottom-color:var(--unified-border)!important}.dashboard-table td,.customers-table td,.modern-table td{border-bottom-color:color-mix(in srgb,var(--unified-border) 82%,transparent)!important}.dashboard-table tbody tr:hover,.customers-table tbody tr:hover,.modern-table tbody tr:hover{background:color-mix(in srgb,var(--unified-surface) 86%,#ffffff 14%)!important}input,select,textarea,.search-input,.search-input-modern,.customers-search-input,.modern-search-input{background:var(--unified-surface)!important;border-color:var(--unified-border)!important}.muted,.modern-stat-label,.modern-origin,.modern-stock,.customers-search-icon,.modern-search-icon{color:var(--unified-muted)!important}.cargo-login-page{--cargo-login-panel-height: clamp(360px, 31vw, 430px);min-height:100vh;background:#d9dbe1;padding:26px 24px 40px}.cargo-login-header{width:min(1280px,calc(100% - 20px));margin:0 auto;min-height:78px;background:#f7f8fa;border:1px solid #d0d4de;border-radius:20px;box-shadow:0 14px 30px #1b273f24;display:flex;align-items:center;justify-content:center;gap:22px;padding:12px 24px}.cargo-mobile-menu{display:none;width:42px;height:42px;border-radius:14px;border:1px solid #bfc7d7;color:#7a88a4;background:#eef1f8;box-shadow:inset 0 1px #ffffffd9,0 5px 12px #4354792e}.cargo-mobile-menu svg{width:20px;height:20px}.cargo-login-brand{margin:0;color:#3e5174;font-size:1.82rem;font-weight:800;white-space:nowrap;text-align:center}.cargo-login-nav{display:flex;align-items:center;gap:24px;margin:0 auto}.cargo-nav-item{border:none;background:transparent;color:#7c889d;font-family:inherit;font-size:1rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:4px 0;cursor:default;text-align:center}.cargo-nav-item svg{width:16px;height:16px}.cargo-login-pill{border:none;min-height:38px;border-radius:999px;padding:0 18px;color:#fff;font-family:inherit;font-size:.95rem;font-weight:700;background:linear-gradient(135deg,#5f6be8,#7c57dd);box-shadow:0 8px 18px #6069e452}.cargo-login-main{width:min(1180px,calc(100% - 60px));margin:96px auto 0;display:grid;grid-template-columns:minmax(295px,325px) minmax(0,1fr);gap:26px;align-items:stretch}.cargo-login-hero{height:var(--cargo-login-panel-height);border-radius:32px;overflow:hidden;border:1px solid #c2cad8;box-shadow:0 22px 45px #060c1447;background:#fff;display:flex;align-items:center;justify-content:center}.cargo-login-hero img{width:100%;height:100%;object-fit:contain;object-position:center;display:block;padding:0;transform:scale(1.06)}.cargo-login-form-wrap{display:flex;justify-content:flex-end;height:var(--cargo-login-panel-height)}.cargo-login-card{width:100%;height:100%;max-width:325px;border-radius:28px;background:#f6f7fb;border:1px solid #cfd4df;box-shadow:0 16px 32px #161f3021;padding:10px;display:flex;flex-direction:column;justify-content:space-between;gap:8px}.cargo-login-top{min-height:clamp(118px,34%,150px);border-radius:18px 18px 0 0;border:1px solid #d0d5df;background:#e4e5ea;padding:10px 10px 9px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:6px}.cargo-login-fingerprint{width:54px;height:54px;border-radius:50%;color:#f1f4ff;background:linear-gradient(135deg,#5f6be8,#7e58dd);display:grid;place-items:center;box-shadow:inset 0 1px #ffffff38,0 10px 18px #5f6be847}.cargo-login-fingerprint svg{width:26px;height:26px}.cargo-login-top h2{margin:0;color:#5f67df;font-size:clamp(1.05rem,1.45vw,1.25rem);font-weight:800;line-height:1.2}.cargo-login-top p{margin:0;color:#5f6679;font-size:clamp(.82rem,1.05vw,.95rem);font-weight:600;line-height:1.28;max-width:92%}.cargo-login-card input{min-height:clamp(42px,12%,50px);border:1px solid #bcc7da;border-radius:14px;background:#d3dbe8;color:#111827;font-size:clamp(.88rem,1.15vw,1rem);font-weight:600;line-height:1.2;text-align:right;padding:0 12px}.cargo-login-card input::placeholder{color:#0f172a;opacity:.95}.cargo-login-card input:focus{border-color:#7884ea;box-shadow:0 0 0 4px #5f6be829}.cargo-login-remember{margin:0;direction:ltr;display:flex;align-items:center;justify-content:flex-end;gap:8px;font-size:clamp(.8rem,.95vw,.9rem);font-weight:700;color:#6a6f80;-webkit-user-select:none;user-select:none}.cargo-login-remember input{position:absolute;opacity:0;pointer-events:none}.cargo-login-remember span:last-child{direction:rtl}.cargo-login-toggle{width:50px;height:28px;border-radius:999px;background:#c9cfda;position:relative;transition:background-color .18s ease}.cargo-login-toggle:after{content:"";position:absolute;top:2px;left:2px;width:24px;height:24px;border-radius:50%;background:#f5f6fa;box-shadow:0 2px 4px #0000001f;transition:transform .18s ease}.cargo-login-remember input:checked+.cargo-login-toggle{background:#7e8df2}.cargo-login-remember input:checked+.cargo-login-toggle:after{transform:translate(22px)}.cargo-login-submit{min-height:clamp(44px,13%,52px);border:none;border-radius:14px;color:#fff;font-family:inherit;font-size:clamp(.95rem,1.22vw,1.08rem);font-weight:800;background:linear-gradient(135deg,#5f6be8,#7e57dd);box-shadow:0 12px 18px #5f6be847}.cargo-login-submit:disabled{opacity:.72}.cargo-login-error{margin:-4px 2px 2px;color:#d23762;font-size:clamp(.72rem,.9vw,.84rem);font-weight:700;text-align:right;line-height:1.25}@media (max-width: 1200px){.cargo-login-page{--cargo-login-panel-height: 390px}.cargo-login-header{width:min(1080px,calc(100% - 20px));gap:14px;padding:10px 16px}.cargo-login-main{width:min(1030px,calc(100% - 26px));margin-top:72px;grid-template-columns:minmax(285px,310px) minmax(0,1fr);gap:20px}.cargo-login-brand{font-size:1.52rem}.cargo-nav-item{font-size:.9rem}}@media (max-width: 860px){.cargo-login-page{padding:14px 8px 28px}.cargo-login-header{width:calc(100% - 8px);min-height:68px;border-radius:16px;padding:10px 14px;gap:10px}.cargo-mobile-menu{display:grid;place-items:center;order:2}.cargo-login-brand{order:1;margin-right:auto;font-size:1.04rem;line-height:1.4}.cargo-login-nav,.cargo-login-pill{display:none}.cargo-login-main{width:100%;margin-top:122px;display:block}.cargo-login-hero{display:none}.cargo-login-form-wrap{justify-content:center;height:auto}.cargo-login-card{height:auto;max-width:344px;border-radius:22px;padding:10px;box-shadow:0 18px 30px #1017282e}.cargo-login-top{min-height:152px;gap:5px}.cargo-login-top h2{font-size:1.26rem}.cargo-login-top p{font-size:.95rem}.cargo-login-card input{min-height:52px;font-size:1rem;border-radius:12px}.cargo-login-remember{font-size:.92rem}.cargo-login-submit{min-height:58px;font-size:1.1rem;border-radius:12px}.cargo-login-error{font-size:.9rem}}.unified-balance-card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:20px;padding:24px;box-shadow:0 8px 24px #14222914}.unified-balance-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;border-bottom:2px solid var(--border)}.unified-balance-header h2{font-size:1.5rem;font-weight:800;color:var(--text);margin:0}.btn-refresh{width:40px;height:40px;border:none;border-radius:12px;background:var(--btn-light-bg);color:var(--btn-light-text);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.btn-refresh:hover{transform:rotate(90deg);background:var(--primary);color:#fff}.btn-refresh svg{width:20px;height:20px}.unified-balance-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.balance-section{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:20px}.debtors-section{border-right:3px solid #ef4444}.creditors-section{border-right:3px solid #10b981}.section-header{display:flex;align-items:center;gap:12px;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid var(--border)}.section-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.section-icon svg{width:24px;height:24px;stroke-width:2.5}.debtor-icon{background:linear-gradient(135deg,#fee2e2,#fecaca);color:#dc2626}.creditor-icon{background:linear-gradient(135deg,#d1fae5,#a7f3d0);color:#059669}.section-header h3{font-size:1.1rem;font-weight:800;color:var(--text);margin:0 0 4px}.section-subtitle{font-size:12px;color:var(--muted);margin:0}.section-total{display:flex;justify-content:space-between;align-items:center;padding:16px;background:var(--surface-2);border-radius:12px;margin-bottom:16px}.total-label{font-size:13px;font-weight:600;color:var(--muted)}.total-amount{font-size:1.8rem;font-weight:900;letter-spacing:-.02em}.debtor-amount{color:#dc2626}.creditor-amount{color:#059669}.party-breakdown{display:flex;flex-direction:column;gap:10px;margin-bottom:16px}.party-type-row{display:flex;justify-content:space-between;align-items:center;padding:12px;background:var(--row-bg);border:1px solid var(--border);border-radius:10px;transition:all .2s ease}.party-type-row:hover{background:var(--row-hover-bg);transform:translate(-2px)}.party-type-info{display:flex;align-items:center;gap:10px}.party-type-badge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:6px;font-size:11px;font-weight:700}.customer-badge{background:#dbeafe;color:#1e40af}.employee-badge{background:#fef3c7;color:#92400e}.friend-badge{background:#e0e7ff;color:#4338ca}.vendor-badge{background:#fce7f3;color:#9f1239}.expense-badge{background:#f3e8ff;color:#6b21a8}.party-count{font-size:12px;color:var(--muted);font-weight:600}.party-amount{font-size:14px;font-weight:800;color:var(--text)}.empty-state{text-align:center;padding:24px;color:var(--muted)}.empty-state p{font-size:13px}.party-details{margin-top:12px;border:1px solid var(--border);border-radius:10px;overflow:hidden}.party-details summary{padding:12px 16px;background:var(--surface-2);cursor:pointer;font-size:13px;font-weight:700;color:var(--primary);-webkit-user-select:none;user-select:none;transition:background .2s ease}.party-details summary:hover{background:var(--bg-soft)}.party-details[open] summary{border-bottom:1px solid var(--border)}.party-list{max-height:300px;overflow-y:auto}.party-item{display:flex;justify-content:space-between;align-items:center;padding:10px 16px;border-bottom:1px solid var(--border);transition:background .15s ease}.party-item:last-child{border-bottom:none}.party-item:hover{background:var(--surface-2)}.party-item-info{display:flex;flex-direction:column;gap:4px}.party-name{font-size:13px;font-weight:700;color:var(--text)}.party-type-label{font-size:11px;color:var(--muted)}.party-item-amount{font-size:13px;font-weight:800}.debtor-text{color:#dc2626}.creditor-text{color:#059669}@media (max-width: 1024px){.unified-balance-grid{grid-template-columns:1fr;gap:16px}}@media (max-width: 640px){.unified-balance-card{padding:16px}.unified-balance-header h2{font-size:1.2rem}.section-header{flex-direction:column;align-items:flex-start;gap:8px}.section-icon{width:40px;height:40px}.section-icon svg{width:20px;height:20px}.total-amount{font-size:1.4rem}.party-type-row{flex-direction:column;align-items:flex-start;gap:8px}.party-amount{align-self:flex-end}}.modern-create-panel{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:18px;box-shadow:0 4px 16px #00000014;width:100%;max-width:100%;overflow:hidden;box-sizing:border-box}.modern-form-card{width:100%;max-width:100%;margin:0 auto;box-sizing:border-box;box-shadow:0 4px 20px #0000001f;border-radius:16px;background:#fff;padding:20px}.modern-form-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:12px;border-bottom:2px solid #f3f4f6;flex-wrap:wrap;gap:10px}.modern-form-title{font-size:1.125rem;font-weight:800;color:#111827;margin:0 0 3px}.modern-form-subtitle{font-size:12px;color:#6b7280;margin:0}.modern-grid-form{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:14px;width:100%;max-width:100%;box-sizing:border-box}.modern-form-group{display:flex;flex-direction:column;gap:6px;min-width:0;max-width:100%}.modern-form-group.full-width{grid-column:1 / -1}.modern-label{display:flex;flex-direction:column;gap:6px;width:100%;max-width:100%}.modern-label-text{font-size:12px;font-weight:700;color:#374151}.modern-input,.modern-textarea{width:100%;max-width:100%;padding:10px 12px;border:1.5px solid #d1d5db;border-radius:10px;font-family:inherit;font-size:13px;font-weight:500;color:#111827;background:#f9fafb;outline:none;transition:all .2s ease;box-sizing:border-box}.modern-input:focus,.modern-textarea:focus{border-color:#3b82f6;background:#fff;box-shadow:0 0 0 3px #3b82f61a}.modern-input::placeholder,.modern-textarea::placeholder{color:#9ca3af;font-size:12px}.modern-textarea{min-height:80px;resize:vertical}.modern-form-actions{display:flex;justify-content:flex-end;gap:10px;padding-top:6px;grid-column:1 / -1;width:100%;max-width:100%;box-sizing:border-box}.modern-form-actions .btn{min-width:120px;min-height:40px;font-size:13px;padding:10px 20px}@media (max-width: 768px){.modern-grid-form{grid-template-columns:1fr;gap:12px;width:100%;max-width:100%;box-sizing:border-box}.modern-form-group,.modern-form-group input,.modern-form-group select,.modern-form-group textarea{width:100%;max-width:100%;box-sizing:border-box;min-width:0}.modern-form-header{flex-direction:column;align-items:flex-start;gap:10px;margin-bottom:14px;padding-bottom:10px}.modern-form-header .tabs-wrap{width:100%}.modern-create-panel{padding:14px;width:100%;max-width:100%;box-sizing:border-box;overflow:hidden}.modern-page{padding:.75rem;width:100%;max-width:100%;box-sizing:border-box;overflow-x:hidden}.modern-form-card{width:100%;max-width:100%;box-sizing:border-box;overflow:hidden}.modern-input,.modern-textarea{padding:9px 11px;font-size:13px}.modern-form-actions{flex-direction:column;gap:8px}.modern-form-actions .btn{width:100%;min-width:auto;min-height:44px;font-size:14px;font-weight:700}}@media (max-width: 1024px){.modern-grid-form{grid-template-columns:1fr}}.persian-datepicker{position:relative;width:100%}.persian-datepicker input{cursor:pointer;background:#f3f4f6}.persian-calendar-wrapper-fixed{position:fixed;z-index:9999;max-width:400px;max-height:90vh;overflow-y:auto}.persian-calendar{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 10px 30px #00000026;padding:12px;direction:rtl;min-width:280px}.persian-calendar-year-nav{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;padding:8px 0}.persian-calendar-year-nav button{background:none;border:none;font-size:18px;font-weight:700;color:#10b981;cursor:pointer;padding:4px 12px;border-radius:6px;transition:background .2s ease}.persian-calendar-year-nav button:hover{background:#f3f4f6}.persian-calendar-year-nav span{font-size:15px;font-weight:700;color:#1f2937}.persian-calendar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;padding-bottom:10px;border-bottom:1px solid #e5e7eb}.persian-calendar-header button{background:none;border:none;font-size:20px;font-weight:700;color:#3b82f6;cursor:pointer;padding:4px 12px;border-radius:6px;transition:background .2s ease}.persian-calendar-header button:hover{background:#f3f4f6}.persian-calendar-header span{font-size:14px;font-weight:700;color:#1f2937}.persian-calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:4px}.persian-day{background:none;border:none;padding:8px;font-size:13px;font-weight:600;color:#374151;cursor:pointer;border-radius:8px;transition:all .2s ease}.persian-day:hover{background:#f3f4f6;color:#3b82f6}.persian-day-selected{background:#3b82f6!important;color:#fff!important}@media (max-width: 768px){*{max-width:100%}input,select,textarea{width:100%!important;max-width:100%!important;box-sizing:border-box!important;min-width:0!important}.form-group,.modern-form-group,.customers-field,.journal-field{width:100%;max-width:100%;box-sizing:border-box;min-width:0}.modern-create-panel,.modern-form-card,.customers-create-grid,.modern-grid-form{width:100%!important;max-width:100%!important;box-sizing:border-box!important;overflow:hidden!important}.stack,.modern-page{width:100%;max-width:100vw;box-sizing:border-box;overflow-x:hidden;padding-left:.75rem;padding-right:.75rem}body{overflow-x:hidden;max-width:100vw}.card,.modern-panel,.customers-main-panel{width:100%;max-width:100%;box-sizing:border-box;overflow:hidden}.customers-page .modern-create-panel,.customers-page .modern-form-card{width:100%!important;max-width:100%!important;overflow:hidden!important;box-sizing:border-box!important}.customers-page .modern-grid-form{grid-template-columns:1fr!important;gap:10px}.customers-page .modern-form-group,.customers-page .modern-label,.customers-page .modern-input,.customers-page .modern-textarea{width:100%!important;max-width:100%!important;min-width:0!important;box-sizing:border-box!important}.customers-page .modern-form-actions{display:grid!important;grid-template-columns:1fr;gap:8px;width:100%}.customers-page .modern-form-actions .btn{width:100%!important;min-width:0!important}}@media (max-width: 480px){.stack,.modern-page{padding-left:.5rem;padding-right:.5rem}.modern-create-panel,.customers-create-grid{padding:10px}.customers-page .modern-create-panel{padding:10px!important;border-radius:12px}.customers-page .modern-form-card{padding:12px!important;border-radius:12px}input,select,textarea{font-size:14px;min-height:42px;padding:8px 10px}.modern-form-group label,.customers-field label{font-size:12px}.customers-page .modern-form-actions{gap:7px}}@media (max-width: 480px){.journal-tabs{gap:3px;padding:4px}.journal-tab{padding:7px 3px;font-size:9px;min-width:55px;border-radius:6px}.journal-category-tab{font-size:8.5px;padding:6px 2px}.journal-fields{padding:10px;gap:8px}.journal-field label{font-size:12px}.journal-field input,.journal-field select{font-size:13px;min-height:40px}}@supports (-webkit-touch-callout: none){@media (max-width: 1024px){input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=file]):not([type=color]),select,textarea{font-size:16px!important}}}.modern-dashboard{min-height:calc(100vh - 5rem);padding:1.5rem;background:#f5f7fa;display:flex;flex-direction:column;gap:1.25rem;width:100%}.loading-state,.error-state{min-height:calc(100vh - 5rem);display:flex;align-items:center;justify-content:center}.loading-card,.error-card{background:#fff;border-radius:16px;padding:3rem 2.5rem;text-align:center;box-shadow:0 4px 12px #00000014}.spinner{width:48px;height:48px;border:4px solid #e5e7eb;border-top-color:#3b82f6;border-radius:50%;animation:spin .8s linear infinite;margin:0 auto 1.5rem}@keyframes spin{to{transform:rotate(360deg)}}.loading-card h3,.error-card h3{font-size:1.125rem;font-weight:700;color:#1e293b;margin:0 0 .5rem}.loading-card p,.error-card p{font-size:.875rem;color:#64748b;margin:0}.retry-btn{margin-top:1.5rem;padding:.75rem 2rem;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:background .2s}.retry-btn:hover{background:#2563eb}.dashboard-kpi-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.dashboard-kpi-card{background:#fff;border-radius:12px;padding:1.5rem;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 8px #0000000f;position:relative;overflow:hidden}.dashboard-kpi-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px}.dashboard-kpi-card.kpi-orange:before{background:linear-gradient(90deg,#ff9a3c,#ff6b35)}.dashboard-kpi-card.kpi-yellow:before{background:linear-gradient(90deg,#ffd93d,#ffb800)}.dashboard-kpi-card.kpi-green:before{background:linear-gradient(90deg,#6bcf7f,#4caf50)}.dashboard-kpi-card.kpi-blue:before{background:linear-gradient(90deg,#4e9af1,#3b82f6)}.kpi-content{flex:1}.kpi-value{font-size:1.75rem;font-weight:800;color:#1e293b;margin:0 0 .25rem;line-height:1.2}.kpi-label{font-size:.875rem;font-weight:500;color:#64748b;margin:0}.kpi-icon{font-size:2rem;opacity:.6}.dashboard-charts-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:1rem}.dashboard-chart-card,.dashboard-stats-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000000f}.chart-title{font-size:1rem;font-weight:700;color:#1e293b;margin:0 0 1.25rem}.chart-container{height:260px;width:100%;position:relative;padding:10px}.bar-chart{display:flex;align-items:flex-end;justify-content:space-between;height:100%;width:100%;gap:3px;padding-bottom:25px}.bar-item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:8px;min-width:0;height:100%}.bar-wrapper{width:100%;flex:1;background:#e5e7eb;border-radius:4px 4px 0 0;position:relative;display:flex;align-items:flex-end;justify-content:center;min-height:100px}.bar-fill{width:100%;background:#3b82f6!important;border-radius:4px 4px 0 0;transition:height .8s cubic-bezier(.4,0,.2,1);min-height:15px}.bar-label{font-size:11px;font-weight:600;color:#94a3b8;white-space:nowrap;text-align:center}.arc-chart{position:relative;margin-bottom:1rem}.arc-svg{width:100%;height:auto;display:block}.arc-legend{position:absolute;bottom:10px;left:50%;transform:translate(-50%);display:flex;gap:.75rem;flex-wrap:wrap;justify-content:center}.legend-item{display:flex;align-items:center;gap:.375rem;font-size:.75rem;color:#64748b}.legend-dot{width:8px;height:8px;border-radius:50%;display:block}.legend-text{font-weight:500}.stats-list{display:flex;flex-direction:column;gap:.625rem}.stat-row{display:flex;justify-content:space-between;align-items:center;padding:.625rem .75rem;background:#f8fafc;border-radius:6px}.stat-label{font-size:.8125rem;font-weight:600;color:#475569}.stat-value{font-size:.875rem;font-weight:700;color:#1e293b}.dashboard-balance-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.balance-card{border-radius:12px;padding:1.5rem;color:#fff;box-shadow:0 4px 12px #00000026;position:relative;overflow:hidden}.balance-card:before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1),transparent 70%);pointer-events:none}.balance-orange{background:linear-gradient(135deg,#ff9a3c,#ff6b35)}.balance-green{background:linear-gradient(135deg,#6bcf7f,#4caf50)}.balance-blue{background:linear-gradient(135deg,#4e9af1,#3b82f6)}.balance-purple{background:linear-gradient(135deg,#a78bfa,#8b5cf6)}.balance-title{font-size:.875rem;font-weight:600;opacity:.95;margin:0 0 .75rem}.balance-value{font-size:1.75rem;font-weight:800;margin:0;letter-spacing:-.01em}.dashboard-tables-grid,.dashboard-currency-section{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.dashboard-currency-section{grid-template-columns:1fr}.dashboard-table-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000000f}.table-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.table-header h3{font-size:1rem;font-weight:700;color:#1e293b;margin:0}.table-badge{display:inline-flex;align-items:center;padding:.25rem .75rem;background:#f1f5f9;color:#64748b;border-radius:999px;font-size:.75rem;font-weight:700}.table-container{overflow-x:auto;border-radius:8px;border:1px solid #e2e8f0}.data-table{width:100%;border-collapse:collapse}.data-table thead{background:#f8fafc}.data-table th{padding:.75rem 1rem;text-align:right;font-size:.8125rem;font-weight:700;color:#64748b;border-bottom:1px solid #e2e8f0}.data-table td{padding:.75rem 1rem;font-size:.875rem;color:#334155;border-bottom:1px solid #f1f5f9}.data-table tbody tr:last-child td{border-bottom:none}.data-table tbody tr:hover{background:#f8fafc}.amount-cell{font-weight:700;color:#1e293b}.empty-cell{text-align:center!important;color:#94a3b8;padding:2rem 1rem!important;font-size:.875rem}@media (max-width: 1280px){.dashboard-kpi-grid{grid-template-columns:repeat(2,1fr)}.dashboard-charts-grid{grid-template-columns:1fr}.dashboard-balance-grid{grid-template-columns:repeat(2,1fr)}.dashboard-tables-grid{grid-template-columns:1fr}}@media (max-width: 768px){.modern-dashboard{padding:.75rem}.modern-stats-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.modern-stat-card{padding:.875rem}.modern-stat-content{gap:4px}.modern-stat-label{font-size:.7rem}.modern-stat-value{font-size:1.25rem}.modern-stat-unit{font-size:.65rem}.modern-stat-icon{width:36px;height:36px}.modern-stat-icon svg{width:18px;height:18px}.dashboard-charts-grid{grid-template-columns:1fr!important;gap:.75rem!important}.dashboard-chart-card,.dashboard-stats-card{padding:1rem!important;overflow:hidden}.chart-title{font-size:.875rem!important;margin-bottom:.75rem!important}.dashboard-chart-card .chart-scroll-wrapper{height:140px!important}.dashboard-chart-card .chart-scroll-wrapper::-webkit-scrollbar{height:4px}.dashboard-chart-card .chart-scroll-wrapper::-webkit-scrollbar-track{background:#f1f5f9;border-radius:2px}.dashboard-chart-card .chart-scroll-wrapper::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:2px}.arc-chart{max-height:120px}.arc-svg{max-height:120px!important}.dashboard-balance-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.balance-card{padding:.875rem}.balance-title{font-size:.75rem}.balance-value{font-size:1.1rem}.dashboard-tables-grid{grid-template-columns:1fr;gap:.75rem}.dashboard-table-card{padding:1rem}.table-header{flex-direction:column;align-items:flex-start;gap:.5rem}.table-header h3{font-size:.875rem}.table-badge{font-size:.7rem;padding:3px 8px}.data-table{font-size:.8rem}.data-table th,.data-table td{padding:.5rem .375rem}.data-table th{font-size:.7rem}.amount-cell{font-size:.85rem}.chart-container{height:180px}}:root[data-theme=dark] .modern-dashboard{background:#0f172a}:root[data-theme=dark] .dashboard-kpi-card,:root[data-theme=dark] .dashboard-chart-card,:root[data-theme=dark] .dashboard-stats-card,:root[data-theme=dark] .dashboard-table-card{background:#1e293b;box-shadow:0 2px 8px #0000004d}:root[data-theme=dark] .kpi-value,:root[data-theme=dark] .chart-title,:root[data-theme=dark] .table-header h3{color:#f1f5f9}:root[data-theme=dark] .data-table thead{background:#0f172a}:root[data-theme=dark] .data-table th{color:#94a3b8;border-bottom-color:#334155}:root[data-theme=dark] .data-table td{color:#cbd5e1;border-bottom-color:#334155}:root[data-theme=dark] .data-table tbody tr:hover{background:#0f172a}:root[data-theme=dark] .bar-wrapper{background:#334155}@media (max-width: 480px){.modern-dashboard{padding:.5rem}.modern-stats-grid{gap:.5rem}.modern-stat-card{padding:.75rem}.modern-stat-label{font-size:.65rem}.modern-stat-value{font-size:1.1rem}.modern-stat-icon{width:32px;height:32px}.dashboard-charts-grid{gap:.5rem!important}.dashboard-chart-card,.dashboard-stats-card{padding:.75rem!important}.chart-title{font-size:.8rem!important}.dashboard-balance-grid{gap:.5rem}.balance-card{padding:.75rem}.balance-title{font-size:.7rem}.balance-value{font-size:1rem}.dashboard-tables-grid{gap:.5rem}.dashboard-table-card{padding:.75rem}.table-header h3{font-size:.8rem}.data-table{font-size:.75rem}.data-table th,.data-table td{padding:.375rem .25rem}}
