@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&display=swap";:root{font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#24334a;background:#f4f7fb;font-synthesis:none;--blue: #1555cf;--muted: #758299;--border: #e6ebf2;--green: #198464;--orange: #c67718}*{box-sizing:border-box}body{margin:0}button,input,select,textarea{font:inherit}button{cursor:pointer;transition:background .15s,box-shadow .15s}button:disabled{opacity:.5;cursor:not-allowed}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,a:focus-visible{outline:3px solid #8fb5ff;outline-offset:3px}button{border:0}h1,h2,h3,p{margin-top:0}h1{font-size:30px;letter-spacing:-1px;line-height:1.3;color:#182940;margin-bottom:8px;font-weight:700}h2{font-size:17px;letter-spacing:-.35px;margin-bottom:16px;color:#23334b}h3{font-size:15px}p{line-height:1.6}small{font-size:12px;color:var(--muted)}.app-shell{display:flex;min-height:100vh}.sidebar{width:240px;background:#fff;border-right:1px solid var(--border);position:fixed;inset:0 auto 0 0;display:flex;flex-direction:column;z-index:30}.brand{display:flex;align-items:center;gap:11px;padding:29px 24px 30px}.brand-mark{width:37px;height:39px;border-radius:10px;display:grid;place-items:center;background:var(--blue);color:#fff;font-size:27px;letter-spacing:-3px;font-weight:700;padding-right:4px;box-shadow:0 4px 10px #1555cf22}.brand strong{display:block;font-size:15px;letter-spacing:-.4px;color:#1c2d48}.brand small{display:block;font-size:9px;letter-spacing:1.5px;margin-top:5px}.workspace-label{font-size:10px;font-weight:600;letter-spacing:1.7px;color:#91a0b5;padding:14px 28px}.workspace-switcher{padding:0 14px 12px;display:grid;gap:8px}.workspace-card{width:100%;display:flex;align-items:center;gap:10px;text-align:left;padding:12px 10px;border-radius:10px;background:#f2f6fc;color:#355070;border:1px solid transparent}.workspace-card.selected{background:#e8f1ff;border-color:#b9d1ff;color:var(--blue);box-shadow:0 4px 12px #1555cf12}.workspace-card.muted{opacity:.6;cursor:default}.workspace-card span:nth-child(2){flex:1;min-width:0}.workspace-card strong,.workspace-card small{display:block}.workspace-card strong{font-size:12px;text-transform:uppercase;letter-spacing:.2px}.workspace-card small{font-size:10px;margin-top:3px;color:#7b8ba3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.workspace-arrow{font-size:22px;color:#8ea1ba}.nav-group-label{font-size:10px;letter-spacing:1.5px;color:#9aa8ba;font-weight:650;padding:12px 15px 4px}.nav-group-label.stock-label{margin-top:6px}.sidebar nav{padding:0 14px}.sidebar nav button{display:flex;align-items:center;gap:13px;width:100%;padding:13px 15px;margin:4px 0;border-radius:8px;background:transparent;color:#64728a;font-size:13px;text-align:left;font-weight:500}.sidebar nav button:first-child{margin-bottom:20px}.sidebar nav button:nth-child(6){margin-top:25px}.sidebar nav button:hover{background:#f5f8ff;color:var(--blue)}.sidebar nav button.active{background:#eaf1ff;color:var(--blue);font-weight:650}.nav-plus{margin-left:auto;color:#a9b8ce}.sidebar-bottom{margin-top:auto;padding:24px 19px}.shop-card{border:1px solid var(--border);border-radius:9px;padding:14px 10px;display:flex;align-items:center;gap:10px;color:#8191a8}.shop-card strong{display:block;color:#42516a;font-size:12px}.shop-card small{font-size:10px;display:block;margin-top:4px}.sidebar-status{font-size:10px;color:#8290a4;margin-top:16px;text-align:center}.sidebar-status i{display:inline-block;width:6px;height:6px;border-radius:50%;background:#35a885;margin-right:5px}.main-shell{margin-left:240px;flex:1;min-width:0}.topbar{height:72px;background:#fff;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;padding:0 34px}.breadcrumb{display:flex;gap:16px;align-items:center;font-size:12px;color:#9aa6b7}.breadcrumb strong{color:#52617a;font-weight:500}.topbar-right{display:flex;align-items:center;gap:16px}.connection{display:flex;align-items:center;gap:7px;font-size:11px;color:#7c8ba0}.owner-avatar{width:33px;height:33px;border-radius:50%;background:#e9f0fe;color:#3460a5;display:grid;place-items:center;font-size:11px;font-weight:600}.demo-banner{padding:9px 34px;background:#edf3ff;color:#617aa2;font-size:11px;display:flex;justify-content:space-between;gap:15px;border-bottom:1px solid #e0e9f9}.demo-banner strong{color:#315b9c;font-weight:600}.offline-banner{padding:12px 34px;background:#fff2da;color:#815821;display:flex;gap:10px;align-items:center;font-size:13px}main{padding:32px 34px 0;max-width:1850px;margin:auto}.page-heading{display:flex;justify-content:space-between;align-items:center;gap:22px;margin-bottom:27px}.page-heading p{color:var(--muted);font-size:13px;margin-bottom:0}.eyebrow{font-size:10px;font-weight:650;letter-spacing:1.8px;color:#8a9ab1;margin:0 0 9px}.actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.primary,.secondary,.danger,.danger-outline{display:inline-flex;justify-content:center;align-items:center;gap:8px;border-radius:7px;min-height:41px;padding:10px 17px;font-size:12px;font-weight:600;white-space:nowrap}.primary{background:var(--blue);color:#fff;box-shadow:0 3px 6px #1555cf12}.primary:hover{background:#1044aa}.secondary{background:#fff;border:1px solid #dce3ed;color:#4c5d77}.secondary:hover{background:#f5f8fe}.danger{color:#fff;background:#c53d49}.danger-outline{color:#bd4551;background:#fff;border:1px solid #f0d7db}.full{width:100%;margin-top:12px}.small{min-height:35px;padding:8px 13px}.icon-btn{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;background:transparent;color:#8895a9;border-radius:6px;flex-shrink:0}.icon-btn:hover{background:#edf3ff;color:var(--blue)}.text-btn,.back-link{background:none;color:var(--blue);display:inline-flex;align-items:center;gap:6px;font-size:12px;padding:4px 0;font-weight:500}.back-link{color:#8391a5;margin-bottom:15px}.period-line{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.muted{color:var(--muted);font-size:12px}.month-picker{display:inline-flex;align-items:center;background:#fff;border:1px solid var(--border);border-radius:7px;padding:3px;flex-shrink:0}.month-picker button{background:transparent;color:#8492a7;display:flex;padding:7px;border-radius:4px}.month-picker button:hover{background:#edf3ff}.month-picker label{position:relative;font-size:13px;font-weight:600;color:#465973;display:block;padding:4px 16px}.month-picker input{opacity:0;position:absolute;inset:0;width:100%;cursor:pointer}.summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.stat-card{background:#fff;border:1px solid var(--border);border-radius:10px;padding:19px 21px 17px;box-shadow:0 3px 6px #182a4003}.stat-label{display:flex;align-items:center;justify-content:space-between;gap:5px;color:#6c7a90;font-size:12px;font-weight:500}.stat-icon{display:grid;place-items:center;width:34px;height:34px;border-radius:8px}.stat-icon.blue{background:#edf3ff;color:#4079db}.stat-icon.green{background:#e8f7f0;color:#45a580}.stat-icon.orange{background:#fff4e5;color:#d29a47}.stat-icon.purple{background:#f3edfd;color:#9980d1}.stat-card strong{display:block;font-size:25px;letter-spacing:-.7px;margin:12px 0 7px;font-weight:650;color:#233650;font-variant-numeric:tabular-nums}.stat-card small{font-size:10px;color:#95a0b1}.method-strip{display:flex;gap:28px;align-items:center;border:1px solid var(--border);background:#fff;padding:14px 20px;margin-top:16px;border-radius:8px;margin-bottom:28px;font-size:11px}.method-strip>span{color:#8794a7;padding-right:14px;border-right:1px solid var(--border)}.method-strip>div{display:flex;gap:10px;align-items:center;color:#8d9bb0}.method-strip strong{color:#4b5d76;font-weight:600;font-variant-numeric:tabular-nums}.panel,.ledger-panel{background:#fff;border:1px solid var(--border);border-radius:10px;box-shadow:0 2px 4px #263b5802}.panel{padding:24px;margin-bottom:20px}.ledger-panel{overflow:hidden;margin-bottom:24px}.ledger-heading{display:flex;justify-content:space-between;align-items:center;padding:23px 23px 18px;gap:12px}.ledger-heading h2{margin:0;font-size:16px}.ledger-heading p{margin:6px 0 0;font-size:11px;color:#8b97aa}.legend{display:flex;align-items:center;gap:7px;color:#8c98aa;font-size:10px;white-space:nowrap}.legend i{width:6px;height:6px;display:inline-block;border-radius:50%;margin-left:9px}.legend-blue{background:#659ae8}.legend-green{background:#78bca1}.toolbar{display:flex;gap:10px;align-items:center;padding:0 23px 20px;flex-wrap:wrap}.search-box{display:flex;align-items:center;gap:10px;border:1px solid var(--border);border-radius:6px;padding:0 11px;color:#99a5b7;background:#fff;min-height:38px;max-width:440px;flex:1;min-width:200px}.search-box input{border:0;outline:0;background:transparent;padding:10px 0;width:100%;color:#40516b;font-size:12px}.search-box input::placeholder{color:#9aa6b6}.toolbar select,.toolbar>input{width:auto;min-height:38px;font-size:11px;padding:8px 11px;color:#7d8ba0}.table-scroll{overflow-x:auto}table{width:100%;border-collapse:collapse;font-size:12px;text-align:left}th{background:#f8fafd;padding:14px 15px;border-top:1px solid var(--border);border-bottom:1px solid var(--border);font-size:10px;font-weight:600;color:#8390a3;white-space:nowrap}td{padding:17px 15px;border-bottom:1px solid #edf0f5;vertical-align:top;color:#5c6d86}tbody tr:last-child td{border-bottom:0}.ledger-table{min-width:1190px}.ledger-table th:first-child,.ledger-table td:first-child{padding-left:23px}.ledger-table td:first-child{white-space:nowrap;font-size:11px;font-weight:500}.ledger-table td:nth-child(3){min-width:170px;max-width:210px}.ledger-table td:nth-child(2){min-width:120px}.bill-link{color:#2d64be;background:none;padding:0;font-size:12px;font-weight:650}.bill-link:hover{text-decoration:underline}td small{display:block;font-size:10px;margin-top:6px;color:#99a3b4}.payment-type{color:#6b98cf}.payment-row{background:#f2f7ff}.void-row td{color:#a3aabb}.void-row td.num{text-decoration:line-through}.num{font-variant-numeric:tabular-nums;white-space:nowrap;font-weight:500;font-size:11px}.collected-text{color:#578773}.balance-link{padding:0;background:none;color:#c07827;font-size:inherit;font-weight:600;text-decoration:underline;text-decoration-color:#e4c398;text-underline-offset:3px}.balance-text{color:#c07b2c}.items-toggle{display:flex;align-items:center;gap:7px;font-size:11px;background:none;color:#61728b;padding:0}.item-preview{white-space:nowrap;max-width:180px;overflow:hidden;text-overflow:ellipsis}.expanded-items p{margin:13px 0 5px;font-size:11px}.expanded-items small{margin-top:3px}.notes-cell{min-width:140px;max-width:200px;font-size:10px;line-height:1.6}.method-tag{font-size:10px;border:1px solid #e7ebf1;background:#fff9;padding:3px 6px;border-radius:4px}.badge{display:inline-flex;align-items:center;gap:5px;border-radius:5px;padding:5px 7px;font-size:9px;line-height:1;font-weight:600;white-space:nowrap;vertical-align:middle}.badge i{width:4px;height:4px;border-radius:50%;background:currentColor}.badge.paid{color:#49886d;background:#eaf5ee}.badge.partial{color:#b98533;background:#fff4df}.badge.unpaid{color:#c57875;background:#fff0ee}.badge.void{color:#9099a9;background:#edf0f5}.no-sales{background:#edf8f0;color:#74a489}.closed{background:#f2f4f7;color:#9ba3b0}.no-sales td,.closed td{padding-top:12px;padding-bottom:12px;color:inherit;font-size:10px}.day-marker{font-size:9px;font-weight:600;letter-spacing:.6px}.table-footer{padding:14px 23px;border-top:1px solid var(--border);display:flex;justify-content:space-between;gap:20px;color:#9aa5b5;font-size:10px;line-height:1.6}.app-footer{font-size:10px;display:flex;justify-content:space-between;color:#a5afbd;padding:28px 0 22px}.form-layout{display:grid;grid-template-columns:minmax(0,1fr) 325px;gap:24px;align-items:start}.form-main{min-width:0}.fields{display:grid;gap:18px}.fields.two{grid-template-columns:1fr 1fr}.field{display:flex;flex-direction:column;gap:8px;margin-bottom:18px;font-size:12px;color:#5c6d86;font-weight:500}.field small{font-weight:400;font-size:10px}input,select,textarea{width:100%;background:#fff;border:1px solid #dfe5ef;border-radius:6px;padding:10px 12px;color:#354864;font-size:13px;min-width:0}input::placeholder,textarea::placeholder{color:#a2adbd}textarea{min-height:90px;resize:vertical;line-height:1.6}input:read-only{background:#f5f7fb;color:#8995a7}.item-labels,.item-input{display:grid;grid-template-columns:minmax(160px,1fr) 60px 105px 105px 28px;gap:10px;align-items:center}.item-labels{font-size:10px;color:#8e9caf;margin-bottom:10px}.item-input{margin-bottom:14px}.item-input input{font-size:12px;padding:10px}.item-input strong{font-size:11px;color:#5e718d;text-align:right}.section-head{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:18px}.section-head h2{margin:0}.bill-summary{position:sticky;top:24px}.bill-summary>div:not(.error),.detail-totals>div,.reconciliation>div{display:flex;justify-content:space-between;gap:10px;align-items:center;padding:12px 0;font-size:12px;color:#74839a}.bill-summary strong,.detail-totals strong,.reconciliation strong{color:#394f6e}.bill-summary .sum-total{border-top:1px solid var(--border);margin-top:8px;padding-top:20px;font-size:14px}.bill-summary .sum-total strong{font-size:20px}.bill-summary .balance-total,.reconciliation .balance-total{margin:7px -12px 16px;padding:15px 12px;background:#fff8ec;border-radius:6px;color:#a87b37}.bill-summary .balance-total strong,.reconciliation .balance-total strong{color:#b77b29}.bill-summary>small{display:block;margin-top:20px;text-align:center;font-size:10px}.detail-meta{display:grid;grid-template-columns:1fr 1fr;gap:20px;padding-bottom:24px}.detail-meta>div{display:flex;flex-direction:column;gap:8px;font-size:12px}.detail-meta strong{font-weight:500}.detail-meta span{color:#8391a6}.detail-items{border-top:1px solid var(--border);margin-bottom:22px}.detail-items>div{display:flex;justify-content:space-between;gap:20px;padding:17px 0;border-bottom:1px solid var(--border);font-size:12px}.detail-items small{display:block;margin-top:8px;font-size:10px}.detail-items strong{white-space:nowrap;font-size:12px}.preserve{white-space:pre-wrap;font-size:12px;color:#7e8da2}.history-row{display:flex;gap:14px;align-items:center;padding:18px 0;border-bottom:1px solid var(--border)}.history-row:last-child{border:0}.history-dot{width:9px;height:9px;border-radius:50%;background:#7ba3e2;flex-shrink:0}.history-dot.cash{background:#6ab59a}.history-dot.qr{background:#a094cd}.history-info{display:flex;flex-direction:column;gap:6px;flex:1}.history-info strong,.history-amount strong{font-size:12px}.history-info small,.history-amount small{font-size:10px}.history-amount{display:flex;flex-direction:column;gap:6px;text-align:right}.count-chip{display:inline-flex;gap:8px;align-items:center;background:#eaf1fe;color:#7392c1;font-size:12px;padding:8px 11px;border-radius:6px}.bill-picks{margin-top:15px}.bill-pick{display:flex;justify-content:space-between;gap:15px;width:100%;padding:18px;background:transparent;text-align:left;border-bottom:1px solid var(--border);border-radius:5px}.bill-pick:hover{background:#f3f7ff}.bill-pick>div{display:flex;flex-direction:column;gap:8px;font-size:13px}.bill-pick>div:last-child{align-items:flex-end}.bill-pick span:not(.badge){color:#7c8aa0;font-size:11px}.check{display:flex;gap:8px;align-items:center;font-size:12px;margin:18px 0;color:#7b8aa0}.check input{width:15px;height:15px;accent-color:var(--blue)}.payment-preview{display:flex;justify-content:space-between;background:#eef6ff;padding:18px;border-radius:7px;font-size:13px;color:#4b74ab}.payment-preview strong{font-size:18px}.small-text{font-size:11px;line-height:1.7}.payment-preview+p{margin-top:12px}.report-grid{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:22px}.chart{height:220px;display:flex;align-items:stretch;gap:5px;margin-top:20px}.chart button{flex:1;display:flex;flex-direction:column;align-items:center;padding:5px;background:none;min-width:0;border-radius:5px}.chart button.selected{background:#f0f5ff}.bar-pair{display:flex;gap:4px;align-items:flex-end;height:180px;width:100%;justify-content:center;border-bottom:1px solid var(--border)}.bar-pair i{width:12px;min-height:2px;background:#5889de;border-radius:3px 3px 0 0}.bar-pair i+i{background:#83c0a9}.chart button span{font-size:10px;color:#94a0b2;margin-top:12px}.reconciliation small{line-height:1.7;display:block}.customer-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:25px}.customer-card{border:1px solid var(--border);border-radius:8px;padding:19px}.avatar{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#eef3fc;color:#6b8ab6;font-size:12px}.customer-card h3{margin-bottom:6px}.customer-card p{font-size:11px;color:#8592a6}.customer-balance{display:flex;justify-content:space-between;gap:10px;font-size:11px;border-top:1px solid var(--border);padding-top:16px;margin-top:20px;color:#8795a9}.customer-balance strong{color:#ba8443}.customer-bills{display:flex;gap:15px;flex-wrap:wrap;margin-top:15px}.export-intro{display:flex;gap:18px;align-items:center;padding:25px 28px;background:#eaf2ff;color:#5084d2;border:1px solid #dce8fb;border-radius:10px;margin-bottom:25px}.export-intro h2{margin-bottom:7px;color:#305994}.export-intro p{margin:0;font-size:12px;color:#6f8cb7}.export-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.export-card{position:relative;display:flex;flex-direction:column;padding:28px}.export-icon{width:56px;height:56px;border-radius:12px;background:#eaf5ef;color:#539b78;display:grid;place-items:center;margin-bottom:22px}.export-icon.neutral{color:#7b97bf;background:#edf2fa}.recommended{position:absolute;right:25px;top:30px;color:#5e88bc;background:#edf4ff;font-size:9px;font-weight:600;letter-spacing:1px;padding:7px;border-radius:4px}.export-card p{font-size:12px;color:#8a97aa}.export-card ul{padding:0;list-style:none;margin:12px 0 25px;flex:1}.export-card li{display:flex;gap:10px;align-items:flex-start;margin:16px 0;font-size:12px;color:#718198;line-height:1.5}.export-card li svg{flex-shrink:0;color:#7db096}.info-note{font-size:12px;line-height:1.7;background:#eef4fe;color:#637ea5;border:1px solid #dfe9fa;border-radius:7px;padding:15px 18px;margin-bottom:20px}.error{background:#fff0f1;border:1px solid #f4cdd2;color:#af4351;border-radius:7px;padding:14px 16px;font-size:12px;line-height:1.7;margin-bottom:16px}.success,.toast{background:#eaf7ef;color:#327a55;border:1px solid #d1e9db;padding:14px 18px;border-radius:7px;font-size:12px}.toast{position:fixed;top:85px;right:30px;z-index:60;box-shadow:0 5px 20px #1b4b2515;max-width:calc(100vw - 30px)}.empty{padding:50px 20px;text-align:center;color:#91a0b5;font-size:13px}.empty svg{margin-bottom:12px;color:#b1bfd1}.empty h3{color:#7689a4;margin-bottom:8px}.loading{padding:80px 30px;text-align:center;color:#7890ae}.login-wrap{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:24px;background:radial-gradient(ellipse at top,#e3edff,#f7f9fd 70%)}.login-card{width:420px;background:#fff;border:1px solid var(--border);padding:35px;border-radius:16px;box-shadow:0 15px 65px #1e4a8d0c}.login-card .brand{padding:0 0 36px}.login-card h1{font-size:25px}.login-card p{font-size:12px;color:#8191a7;margin-bottom:24px}.login-card>.text-btn{margin-top:18px}.login-card>small{display:block;margin-top:25px;font-size:10px}.login-card .brand small{letter-spacing:.2px;font-size:10px}dialog{width:min(560px,calc(100vw - 32px));border:1px solid var(--border);border-radius:12px;padding:25px;color:#617089;box-shadow:0 20px 100px #0c214a44}dialog::backdrop{background:#14264066;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}dialog p{font-size:13px}.modal-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.modal-head h2{margin:0}.mobile-only,.mobile-ledger{display:none}.skip-link{position:fixed;top:-100px;left:10px;z-index:100;background:#fff;padding:10px}.skip-link:focus{top:10px}.spinning svg{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(min-width:1700px){.ledger-table{min-width:unset}.stat-card strong{font-size:29px}}@media(max-width:1250px){.sidebar{width:218px}.main-shell{margin-left:218px}.brand{padding-left:19px;gap:9px}.brand strong{font-size:14px}main{padding:28px 23px 0}.topbar{padding:0 23px}.demo-banner{padding-left:23px;padding-right:23px}.summary-grid{gap:12px}.stat-card{padding:15px}.stat-card strong{font-size:22px}.method-strip{gap:18px;padding:13px}.form-layout{grid-template-columns:minmax(0,1fr) 280px;gap:18px}.item-labels,.item-input{grid-template-columns:minmax(140px,1fr) 50px 90px 27px}.item-input>strong,.item-labels>span:nth-child(4){display:none}.customer-grid{grid-template-columns:1fr 1fr}.report-grid{grid-template-columns:1fr}.demo-banner>span:last-child{display:none}}@media(max-width:960px){.sidebar{width:205px}.main-shell{margin-left:205px}.summary-grid{grid-template-columns:1fr 1fr;gap:14px}.stat-card{padding:17px 20px}.stat-card strong{font-size:25px}.method-strip{flex-wrap:wrap;gap:14px 22px}.method-strip>span{flex-basis:100%;border:0;padding:0}.page-heading{align-items:flex-start}.legend{display:none}.form-layout{grid-template-columns:1fr}.bill-summary{position:static}.export-grid{grid-template-columns:1fr 1fr;gap:15px}.export-card{padding:22px}.recommended{font-size:8px;padding:5px;right:15px}.table-footer{flex-direction:column;gap:4px}.item-labels,.item-input{grid-template-columns:minmax(140px,1fr) 60px 100px 95px 27px}.item-input>strong,.item-labels>span:nth-child(4){display:block}.page-heading .actions{justify-content:flex-end}}@media(max-width:760px){.sidebar{transform:translate(-100%);transition:transform .2s;width:255px}.sidebar.open{transform:translate(0)}.main-shell{margin-left:0}.mobile-only{display:inline-flex}.sidebar .brand{padding:25px 18px}.sidebar .brand strong{font-size:15px}.sidebar .brand .icon-btn{margin-left:auto}.nav-overlay{position:fixed;inset:0;background:#172b4b66;z-index:25}.topbar{height:60px;padding:0 18px}.topbar-right{gap:8px}.breadcrumb{gap:10px;font-size:11px}.connection{font-size:10px}.demo-banner{padding:9px 18px;line-height:1.5;font-size:10px}main{padding:25px 18px 0}h1{font-size:26px}.page-heading{gap:12px;margin-bottom:23px;flex-wrap:wrap}.page-heading p{font-size:12px}.eyebrow{font-size:9px}.page-heading .actions{justify-content:flex-start}.primary,.secondary{font-size:12px;min-height:40px;padding:10px 14px}.period-line .muted{font-size:9px}.month-picker label{font-size:12px;padding:4px 8px}.summary-grid{gap:11px}.stat-card{padding:14px}.stat-label{font-size:11px}.stat-icon{width:28px;height:28px}.stat-icon svg{width:16px}.stat-card strong{font-size:23px;margin:12px 0 7px}.stat-card small{font-size:9px}.method-strip{gap:12px 18px;padding:14px;margin-bottom:24px;font-size:10px}.method-strip>div{gap:6px}.method-strip strong{font-size:10px}.method-strip svg{width:14px}.ledger-heading{padding:20px 16px 16px}.ledger-heading h2{font-size:20px;letter-spacing:-.3px}.ledger-heading p{font-size:13px;line-height:1.45}.toolbar{padding:0 16px 16px;gap:8px}.search-box{max-width:none;flex-basis:100%;min-width:0}.toolbar select,.toolbar>input{flex:1;min-width:0;font-size:11px}.desktop-ledger{display:none}.mobile-ledger{display:block}.mobile-bill{padding:18px 16px;border-top:1px solid var(--border)}.mobile-bill .section-head{margin-bottom:8px}.mobile-bill .bill-link{font-size:16px;font-weight:800}.mobile-bill .badge{font-size:12px}.mobile-bill>small{font-size:12px;line-height:1.45}.mobile-bill>p{font-size:14px;color:#6b7c94;line-height:1.45;margin:12px 0}.mobile-amounts{display:grid;grid-template-columns:1fr 1fr 1fr;padding:13px 0;border-top:1px solid #e8edf5;border-bottom:1px solid #e8edf5;gap:5px}.mobile-amounts>div{display:flex;flex-direction:column;gap:7px}.mobile-amounts small{font-size:11px}.mobile-amounts strong{font-size:15px;letter-spacing:-.2px}.mobile-bill-foot{display:flex;justify-content:space-between;align-items:center;font-size:12px;color:#97a3b5;margin-top:12px}.mobile-marker{display:flex;justify-content:space-between;padding:12px 16px;font-size:9px;border-top:1px solid #e6eee9}.mobile-marker strong{font-size:9px;font-weight:500;letter-spacing:.5px}.table-footer{padding:13px 16px;font-size:9px}.app-footer{font-size:9px;gap:8px}.fields.two{gap:12px}.panel{padding:20px 17px}.item-labels{display:none}.item-input{grid-template-columns:1fr 1fr 36px;gap:9px;border-bottom:1px solid var(--border);padding-bottom:16px;margin-bottom:18px}.item-input>input:first-child{grid-column:1 / -1}.item-input>strong{display:none}.item-input>input:nth-child(2){grid-column:1}.item-input>input:nth-child(3){grid-column:2}.item-input>input:nth-child(2){background:#fcfdff}.item-input>input:nth-child(3){background:#fcfdff}.form-layout{gap:0}.bill-summary .sum-total strong{font-size:23px}.history-row{gap:10px}.history-row .text-btn{font-size:10px}.history-row .text-btn svg{display:none}.history-info strong,.history-amount strong{font-size:11px}.history-info small,.history-amount small{font-size:9px}.history-dot{width:6px;height:6px}.customer-grid{gap:12px}.customer-card{padding:15px}.customer-card h3{font-size:13px}.customer-balance{flex-direction:column;font-size:10px}.export-grid{grid-template-columns:1fr}.export-card{padding:25px}.export-intro{padding:20px;align-items:flex-start}.export-intro svg{flex-shrink:0;width:25px}.export-intro h2{font-size:15px}.export-intro p{font-size:11px}.chart{gap:0;height:180px}.bar-pair{height:150px;gap:2px}.bar-pair i{width:8px}.chart button{padding:2px}.chart button span{font-size:9px}.report-grid{gap:0}.detail-meta{gap:14px}.toast{top:70px;right:15px;font-size:11px}.offline-banner{padding:12px 18px;font-size:11px}.login-card{padding:28px}}@media(max-width:370px){.connection span{display:none}.stat-card strong{font-size:20px}.stat-label{font-size:10px}.stat-icon{width:23px;height:23px}.customer-grid,.fields.two{grid-template-columns:1fr}.method-strip{gap:12px}.method-strip>div{gap:4px}.mobile-amounts strong{font-size:15px}}@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important;scroll-behavior:auto!important}}.field>label{display:flex;flex-direction:column;gap:8px}:root{--blue: #0b64d8;--blue-strong: #0647a7;--navy: #062d54;--canvas: #edf6ff;--border: #d6e8f7;--muted: #687d96}body{background:var(--canvas);color:#16324f}.sidebar{width:220px;background:linear-gradient(180deg,#062d54,#053764);border-right:0;color:#fff;box-shadow:8px 0 24px #06345a18}.brand{padding:22px 18px 18px;border-bottom:1px solid #ffffff22}.brand-mark{width:34px;height:34px;border-radius:9px;background:#fff;color:var(--navy);box-shadow:none;font-size:21px}.brand strong{color:#fff;font-size:14px}.brand small{color:#bbd3ee;font-size:8px;letter-spacing:1px}.workspace-label{color:#9ec0e5;padding:16px 20px 9px}.sidebar nav{padding:0 10px}.sidebar nav button{color:#c7ddf2;border-radius:7px;padding:10px 12px;font-size:12px}.sidebar nav button:hover{background:#ffffff16;color:#fff}.sidebar nav button.active{background:var(--blue);color:#fff;box-shadow:0 5px 14px #001d3d3d}.sidebar-bottom{padding:18px 12px}.shop-card{border:1px solid #ffffff2c;background:#ffffff0d;color:#d9e9f8}.shop-card strong{color:#fff}.shop-card small,.sidebar-status{color:#aac8e4}.sidebar-status i{background:#49d39c}.main-shell{margin-left:220px}.topbar{height:84px;padding:0 30px;border-bottom:1px solid var(--border);box-shadow:0 2px 9px #0b4e8b0a}.breadcrumb{gap:12px}.topbar-brand-copy{display:flex;flex-direction:column;gap:3px}.topbar-brand-copy strong{color:#0a2c55;font-size:16px;letter-spacing:-.2px}.topbar-brand-copy small{color:#6f88a5;font-size:10px}.topbar-links{display:flex;gap:5px;align-items:center}.topbar-links button{background:transparent;color:#244467;font-size:10px;padding:8px 7px;border-radius:7px}.topbar-links button:hover{background:#e7f2ff;color:var(--blue)}.device-note{color:#6f8196;font-size:10px;padding-right:10px;border-right:1px solid var(--border)}main{padding:30px 30px 0;max-width:1800px}h1{color:#0a2d57}.panel,.ledger-panel,.stat-card,.export-card,.customer-card{border-color:var(--border);border-radius:13px;box-shadow:0 7px 22px #1d60900c}.panel{background:#fff}.page-heading{margin-bottom:22px}.eyebrow{color:var(--blue)}.primary{background:var(--blue);box-shadow:0 6px 14px #0b64d826}.secondary{border-color:#c5dff4;background:#fff;color:#214c7d}.stat-card{background:#fff;border-top:3px solid var(--blue)}.stat-card strong{color:#1268c8}.stat-card:nth-child(1){border-top-color:#19a66e}.stat-card:nth-child(2){border-top-color:#0b64d8}.stat-card:nth-child(3){border-top-color:#e35258}.stat-card:nth-child(4){border-top-color:#7450e2}.table-wrap{border:1px solid var(--border);border-radius:10px}th{background:#f0f7ff;color:#55718d}.badge.paid{background:#dff7ea;color:#138353}.badge.partial{background:#fff0ce;color:#a76612}.badge.unpaid,.badge.void{background:#ffe0e3;color:#c33b49}.mobile-bottom-nav{display:none}#nl-badge-frame{display:none!important}.monthly-mobile-list{display:none}@media(max-width:760px){.sidebar{width:270px;background:linear-gradient(180deg,#062d54,#053764)}.main-shell{width:100%;margin-left:0}.topbar{height:64px;padding:0 12px;gap:8px}.breadcrumb{min-width:0;flex:1;gap:8px}.topbar-brand-copy{min-width:0;gap:1px}.topbar-brand-copy strong{max-width:170px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.topbar-brand-copy small{max-width:170px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:8px}.topbar-right{flex-shrink:0;gap:4px}.topbar-links,.device-note,.connection span,.topbar-right .icon-btn[aria-label="Install app"]{display:none}main{width:100%;max-width:none;padding:20px 14px 88px}.page-heading{margin-bottom:18px}.summary-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.stat-card{min-height:155px;padding:13px 12px}.stat-card strong{font-size:21px}.stat-card small{line-height:1.35}.monthly-ledger table{table-layout:fixed;font-size:10px}.monthly-mobile-list{display:grid;gap:8px;padding:0 14px 14px}.monthly-mobile-card{display:grid;grid-template-columns:1.25fr repeat(5,minmax(0,1fr));align-items:center;gap:7px;width:100%;padding:12px 9px;border:1px solid var(--border);border-radius:10px;background:#fff;color:#30527a;text-align:left}.monthly-mobile-card.selected{background:#eef6ff;border-color:#9fc8f0;box-shadow:inset 3px 0 0 var(--blue)}.monthly-mobile-card strong{font-size:11px;line-height:1.2;color:#19579d}.monthly-mobile-card span{display:flex;flex-direction:column;gap:3px;min-width:0}.monthly-mobile-card small{font-size:8px;color:#8a9aae;white-space:nowrap}.monthly-mobile-card b{font-size:9px;color:#38506c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.monthly-ledger>.table-scroll{display:none}.monthly-ledger th,.monthly-ledger td{padding:12px 7px}.monthly-ledger th:nth-child(1),.monthly-ledger td:nth-child(1){width:29%}.monthly-ledger th:nth-child(2),.monthly-ledger td:nth-child(2){width:10%;text-align:center}.monthly-ledger th:nth-child(n+3),.monthly-ledger td:nth-child(n+3){width:15.25%}.monthly-ledger .bill-link{white-space:normal;line-height:1.2;font-size:10px}.monthly-ledger td{white-space:nowrap;font-size:9px}.mobile-bottom-nav{display:grid;grid-template-columns:repeat(5,1fr);position:fixed;bottom:0;left:0;right:0;z-index:45;background:#fff;border-top:1px solid var(--border);box-shadow:0 -8px 20px #06376412;padding:7px 8px calc(7px + env(safe-area-inset-bottom))}.mobile-bottom-nav button{background:transparent;color:#7890a9;display:flex;flex-direction:column;align-items:center;gap:3px;font-size:9px;padding:3px 2px}.mobile-bottom-nav button.active{color:var(--blue);font-weight:700}.mobile-bottom-nav .bottom-add{width:44px;height:44px;justify-self:center;margin-top:-22px;border-radius:50%;background:var(--blue);color:#fff;box-shadow:0 8px 18px #0b64d850}.app-footer{padding-bottom:8px}}:root{--blue: #1555cf;--blue-strong: #073ca8;--navy: #16335c;--canvas: #f5f9ff;--border: #dce8f7;--muted: #71829b}body{background:var(--canvas);color:#1a3152}.app-shell{background:var(--canvas)}.sidebar{background:#fff;border-right:1px solid #dce8f7;box-shadow:5px 0 22px #174e9910;color:#244266}.brand{border-bottom:1px solid #edf3fb}.brand-mark{background:var(--blue);color:#fff;box-shadow:0 5px 14px #1555cf35}.brand strong{color:#16345c}.brand small{color:#7c8ea8}.workspace-label{color:#91a4bf}.sidebar nav button{color:#58708f}.sidebar nav button:hover{background:#edf4ff;color:var(--blue)}.sidebar nav button.active{background:var(--blue);color:#fff;box-shadow:0 7px 16px #1555cf35}.shop-card{background:#f8fbff;border-color:#dce8f7;color:#5e7390}.shop-card strong{color:#1c3b66}.shop-card small,.sidebar-status{color:#7c91ae}.sidebar-status i{background:#20aa73}.topbar{background:#fff}.topbar-brand-copy strong{color:#16345c}.topbar-links button{color:#31547f}.topbar-links button:hover{background:#edf4ff;color:var(--blue)}main{background:var(--canvas)}h1,h2{color:#17345e}.eyebrow{color:var(--blue);letter-spacing:2px}.panel,.ledger-panel,.export-card,.customer-card{background:#fff;border-color:var(--border);box-shadow:0 8px 24px #1a5cb212}.primary{background:var(--blue);box-shadow:0 7px 16px #1555cf35}.primary:hover{background:var(--blue-strong)}.secondary{background:#fff;border-color:#c9dbf1;color:#23528d}.stat-card{border:1px solid var(--border);color:#193758;box-shadow:0 8px 20px #1a5cb214}.stat-card:nth-child(1){background:linear-gradient(145deg,#e8fff6,#fff);border-top:4px solid #18a66d}.stat-card:nth-child(2){background:linear-gradient(145deg,#eaf2ff,#fff);border-top:4px solid #1555cf}.stat-card:nth-child(3){background:linear-gradient(145deg,#fff0f1,#fff);border-top:4px solid #df5261}.stat-card:nth-child(4){background:linear-gradient(145deg,#f2edff,#fff);border-top:4px solid #7650dc}.stat-card strong{color:#1555cf}.stat-card:nth-child(1) strong{color:#13835a}.stat-card:nth-child(3) strong{color:#ce3e4e}.stat-card:nth-child(4) strong{color:#6842c4}.method-strip{background:#fff;border-color:var(--border)}th{background:#eef5ff;color:#587394}.payment-row{background:#eef5ff}.badge.paid{background:#d9f8e9;color:#0f8658}.badge.partial{background:#fff0ce;color:#a46712}.badge.unpaid,.badge.void{background:#ffe1e5;color:#c23b4d}.mobile-bottom-nav{background:#fff;border-top-color:#dce8f7;box-shadow:0 -8px 22px #1a5cb214}.mobile-bottom-nav button.active{color:var(--blue)}.mobile-bottom-nav .bottom-add{background:var(--blue);box-shadow:0 8px 18px #1555cf50}@media(min-width:761px){.stat-card{min-height:142px}}@media(max-width:760px){.stat-card{background:#fff}.stat-card:nth-child(1){border-top-color:#18a66d}.stat-card:nth-child(2){border-top-color:#1555cf}.stat-card:nth-child(3){border-top-color:#df5261}.stat-card:nth-child(4){border-top-color:#7650dc}}.expense-lock-card{max-width:520px;margin:48px auto;padding:30px}.expense-lock-card h1{margin:8px 0}.expense-lock-card p{color:var(--muted);margin:0 0 22px}.expense-lock-card form{margin:0}.expense-heading{align-items:flex-start}.expense-heading .primary,.expense-actions button{display:inline-flex;align-items:center;gap:7px}.expense-summary .stat-card strong{margin-top:10px}.expense-summary .stat-card:nth-child(1){border-top-color:#1555cf}.expense-summary .stat-card:nth-child(2){border-top-color:#18a66d}.expense-summary .stat-card:nth-child(3){border-top-color:#df5261}.expense-summary .stat-card:nth-child(4){border-top-color:#7650dc}.expense-actions{display:flex;gap:8px}.expense-toolbar{display:grid;grid-template-columns:minmax(0,1fr) 180px 150px;gap:10px;margin-bottom:18px}.expense-toolbar input,.expense-toolbar select{min-height:40px;border:1px solid var(--border);border-radius:8px;padding:10px 12px;color:#244266;background:#fff}.expense-list{overflow-x:auto;border:1px solid var(--border);border-radius:10px}.expense-list table{min-width:900px}.expense-list td{vertical-align:middle}.expense-list td small{max-width:220px}.expense-status{display:inline-flex;padding:5px 9px;border-radius:20px;font-size:11px;font-weight:700;white-space:nowrap;background:#d9f8e9;color:#0f8658}.expense-status.pending{background:#ffe1e5;color:#c23b4d}.expense-status.partially-paid{background:#fff0ce;color:#a46712}.expense-dialog{width:min(720px,calc(100vw - 28px));border:0;border-radius:16px;padding:24px;color:#17345e;box-shadow:0 22px 70px #17345e35}.expense-dialog::backdrop{background:#17345e66;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.expense-dialog form{margin:0}.expense-dialog .form-grid{margin-top:6px}.expense-form-note{display:flex;align-items:center;gap:7px;color:#7085a0;font-size:11px;margin-top:15px}@media(max-width:760px){.expense-lock-card{margin:18px 0;padding:22px}.expense-heading{display:flex;flex-direction:column}.expense-heading .primary{width:100%;justify-content:center}.expense-actions{width:100%}.expense-actions button{flex:1;justify-content:center}.expense-toolbar{grid-template-columns:1fr 1fr}.expense-toolbar input[aria-label="Search expenses"]{grid-column:1 / -1}.expense-list{margin:0 -4px;overflow-x:hidden}.expense-list table{min-width:0;width:100%;table-layout:fixed}.expense-list th,.expense-list td{padding:9px 5px;font-size:10px;overflow-wrap:anywhere}.expense-list th:nth-child(3),.expense-list td:nth-child(3),.expense-list th:nth-child(4),.expense-list td:nth-child(4),.expense-list th:nth-child(6),.expense-list td:nth-child(6){display:none}.expense-list th:nth-child(1){width:70px}.expense-list th:nth-child(5){width:72px}.expense-list th:nth-child(7){width:66px}.expense-list th:nth-child(8){width:36px}.expense-list .expense-status{padding:4px 6px;font-size:9px;white-space:normal;text-align:center}.expense-dialog{padding:19px}.expense-dialog .form-grid{grid-template-columns:1fr}}.expense-summary .stat-card{position:relative;overflow:hidden;min-height:154px;border:0;color:#fff;box-shadow:0 12px 24px #1555cf2a}.expense-summary .stat-card:after{content:"";position:absolute;width:150px;height:70px;right:-25px;bottom:-26px;border-radius:50%;border:2px solid #ffffff40;box-shadow:0 -10px #ffffff12,0 -20px #ffffff0b;transform:rotate(-8deg)}.expense-summary .stat-card:nth-child(1){background:linear-gradient(145deg,#0f73e8,#1555cf)}.expense-summary .stat-card:nth-child(2){background:linear-gradient(145deg,#16aa78,#07865c)}.expense-summary .stat-card:nth-child(3){background:linear-gradient(145deg,#f2a91d,#d77b0d)}.expense-summary .stat-card:nth-child(4){background:linear-gradient(145deg,#8b5ce6,#6940c6)}.expense-summary .stat-card small,.expense-summary .stat-card strong{position:relative;z-index:1;color:#fff}.expense-summary .stat-card strong{display:block;font-size:clamp(24px,2.4vw,32px);letter-spacing:-.8px;margin:13px 0 8px}.expense-summary .expense-card-icon{position:relative;z-index:1;display:block;margin-bottom:12px;color:#fff;opacity:.96}@media(max-width:760px){.expense-summary .stat-card{min-height:138px}.expense-summary .stat-card strong{font-size:24px}}.sales-kpis .stat-card,.stock-summary .stat-card{position:relative;overflow:hidden;min-height:154px;border:0;color:#fff;box-shadow:0 12px 24px #1555cf2a}.sales-kpis .stat-card:after,.stock-summary .stat-card:after{content:"";position:absolute;width:145px;height:65px;right:-25px;bottom:-24px;border-radius:50%;border:2px solid #ffffff40;box-shadow:0 -10px #ffffff12,0 -20px #ffffff0b;transform:rotate(-8deg)}.sales-kpis .stat-card:nth-child(1),.stock-summary .stat-card:nth-child(1){background:linear-gradient(145deg,#0f73e8,#1555cf)}.sales-kpis .stat-card:nth-child(2),.stock-summary .stat-card:nth-child(2){background:linear-gradient(145deg,#16aa78,#07865c)}.sales-kpis .stat-card:nth-child(3),.stock-summary .stat-card:nth-child(3){background:linear-gradient(145deg,#f2a91d,#d77b0d)}.sales-kpis .stat-card:nth-child(4),.stock-summary .stat-card:nth-child(4){background:linear-gradient(145deg,#8b5ce6,#6940c6)}.stock-summary .stat-card:nth-child(5){background:linear-gradient(145deg,#e96872,#c23c50)}.stock-summary .stat-card:nth-child(6){background:linear-gradient(145deg,#11a9b5,#087e91)}.sales-kpis .stat-card>*,.stock-summary .stat-card>*{position:relative;z-index:1;color:#fff!important}.sales-kpis .stat-card strong,.stock-summary .stat-card strong{display:block;font-size:clamp(24px,2.4vw,32px);letter-spacing:-.8px;margin:13px 0 8px}.sales-kpis .stat-label{color:#fff}.sales-kpis .stat-icon{background:#ffffff2e;color:#fff}.sales-kpis .stat-icon.blue,.sales-kpis .stat-icon.green,.sales-kpis .stat-icon.orange,.sales-kpis .stat-icon.purple{color:#fff}@media(max-width:760px){.sales-kpis .stat-card,.stock-summary .stat-card{min-height:138px}.sales-kpis .stat-card strong,.stock-summary .stat-card strong{font-size:23px}}
