:root{--navy-950:#071522;--navy-900:#0b1c2b;--navy-800:#132a3d;--ink:#14202b;--muted:#687580;--line:#e3e7e8;--surface:#ffffff;--canvas:#f5f6f3;--gold:#eda93a;--gold-soft:#fff4df;--red:#d74b48;--green:#2a8b62;--blue:#3478c7;--purple:#795bb5}*{box-sizing:border-box}body,html{background:var(--canvas)}body{margin:0;color:var(--ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px}button,input,select,textarea{font:inherit}button{color:inherit}.app-shell{min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;z-index:40;width:244px;display:flex;flex-direction:column;padding:25px 18px 18px;color:#d8e0e5;background:var(--navy-950);border-right:1px solid rgba(255,255,255,.06)}.brand{display:flex;align-items:center;gap:11px;padding:0 8px 23px}.brand-mark{width:38px;height:38px;border-radius:11px;display:grid;place-items:center;background:var(--gold);color:var(--navy-950);font-size:22px;font-weight:900;transform:rotate(-4deg);box-shadow:0 6px 20px rgba(237,169,58,.2)}.brand-mark span{transform:rotate(4deg)}.brand small,.brand strong,.entity-row small,.entity-row strong,.help-card small,.help-card strong,.profile-card small,.profile-card strong{display:block}.brand strong{color:#fff;font-size:15px;letter-spacing:-.2px}.brand small{margin-top:2px;color:#8394a2;font-size:10px;letter-spacing:.8px;text-transform:uppercase}.entity-card{padding:12px;margin-bottom:23px;border:1px solid rgba(255,255,255,.1);border-radius:12px;background:rgba(255,255,255,.045)}.entity-label,.nav-section{display:block;color:#6f8493;font-size:9px;font-weight:800;letter-spacing:1.15px}.entity-label{margin-bottom:9px}.entity-row{display:grid;grid-template-columns:30px 1fr auto;align-items:center;gap:9px}.entity-monogram{width:30px;height:30px;display:grid;place-items:center;border-radius:8px;color:#1b1d1b;background:#f2ddbd;font-size:10px;font-weight:800}.entity-row strong{max-width:125px;overflow:hidden;text-overflow:ellipsis;color:#f4f7f9;font-size:11px;white-space:nowrap}.entity-row small{margin-top:2px;color:#8093a1;font-size:9px}.chevron{color:#8093a1}.main-nav{display:flex;flex-direction:column;gap:4px}.nav-section{padding:0 11px 7px}.main-nav button,.settings-button{width:100%;display:flex;align-items:center;gap:12px;min-height:42px;padding:0 12px;border:0;border-radius:9px;color:#93a5b2;background:transparent;cursor:pointer;text-align:left;transition:.18s ease}.main-nav button:hover,.settings-button:hover{color:white;background:rgba(255,255,255,.055)}.main-nav .nav-active{color:#fff;background:rgba(237,169,58,.14)}.main-nav .nav-active:before{content:"";position:absolute;left:0;width:3px;height:24px;border-radius:0 4px 4px 0;background:var(--gold)}.nav-icon{width:21px;display:inline-grid;place-items:center;color:#8397a6;font-size:14px;font-weight:600}.nav-active .nav-icon,.nav-count{color:var(--gold)}.nav-count{margin-left:auto;min-width:22px;padding:3px 6px;border-radius:999px;background:rgba(237,169,58,.12);font-size:9px;font-weight:800;text-align:center}.sidebar-bottom{margin-top:auto}.settings-button{margin-bottom:12px}.help-card{display:grid;grid-template-columns:28px 1fr auto;align-items:center;gap:9px;padding:11px;margin-bottom:14px;border-radius:10px;color:#9aacb8;background:#102638}.help-icon{width:27px;height:27px;display:grid;place-items:center;border-radius:50%;border:1px solid #536674;font-size:11px;font-weight:800}.help-card strong{color:#dbe3e8;font-size:10px}.help-card small{margin-top:2px;color:#718694;font-size:9px}.profile-card{display:grid;grid-template-columns:34px 1fr auto;align-items:center;gap:9px;padding-top:14px;border-top:1px solid rgba(255,255,255,.08)}.avatar{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;color:#1e2b31;background:#d2c6b2;font-size:10px;font-weight:900}.profile-card strong{color:#eff3f5;font-size:10px}.profile-card small{margin-top:3px;color:#758a98;font-size:9px}.profile-card button{border:0;color:#6f8594;background:transparent;cursor:pointer}.workspace{min-height:100vh;margin-left:244px}.topbar{position:sticky;top:0;z-index:30;height:74px;justify-content:space-between;gap:22px;padding:0 32px;border-bottom:1px solid var(--line);background:rgba(255,255,255,.92);backdrop-filter:blur(12px)}.search-wrap,.topbar{display:flex;align-items:center}.search-wrap{width:min(410px,40vw);height:40px;gap:9px;padding:0 11px;border:1px solid #dde2e3;border-radius:9px;background:#f8f9f7}.search-icon{color:#788690;font-size:20px;line-height:1}.search-wrap input{flex:1;min-width:0;border:0;outline:0;color:var(--ink);background:transparent;font-size:12px}.search-wrap input::placeholder{color:#9ba5aa}.search-wrap kbd{padding:3px 6px;border:1px solid #d6dcdd;border-radius:5px;color:#8d979c;background:white;font-family:inherit;font-size:9px;box-shadow:0 1px 1px rgba(0,0,0,.04)}.topbar-actions{display:flex;align-items:center;gap:12px}.icon-button{position:relative;width:38px;height:38px;border:1px solid var(--line);border-radius:9px;color:#687783;background:white;cursor:pointer}.notification-dot{position:absolute;top:8px;right:8px;width:6px;height:6px;border-radius:50%;background:var(--red);box-shadow:0 0 0 2px white}.notice-wrap{position:relative}.notification-popover{position:absolute;top:48px;right:0;width:310px;padding:14px;border:1px solid var(--line);border-radius:12px;background:white;box-shadow:0 18px 45px rgba(20,32,43,.16)}.popover-title{display:flex;justify-content:space-between;padding-bottom:10px;border-bottom:1px solid var(--line)}.popover-title span{color:var(--red);font-size:10px}.notification-popover p{margin:0;padding:11px 4px;border-bottom:1px solid #eef0ef;color:var(--muted);font-size:11px;line-height:1.5}.notification-popover p:last-child{border-bottom:0}.date-block{padding-right:13px;border-right:1px solid var(--line);text-align:right}.date-block small,.date-block strong{display:block}.date-block strong{font-size:10px}.date-block small{margin-top:2px;color:var(--muted);font-size:9px}.primary-button{min-height:40px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 16px;border:0;border-radius:9px;color:#17222b;background:var(--gold);font-size:11px;font-weight:800;cursor:pointer;box-shadow:0 5px 15px rgba(237,169,58,.17);transition:transform .15s,background .15s}.primary-button:hover{transform:translateY(-1px);background:#f3b64e}.menu-button{display:none;border:0;background:transparent;font-size:20px;cursor:pointer}.content{max-width:1510px;padding:31px 32px 25px;margin:auto}.page-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:24px}.eyebrow{display:block;margin-bottom:7px;color:#9a6c1d;font-size:9px;font-weight:850;letter-spacing:1.35px}.page-heading h1{margin:0;color:#172735;font-size:28px;line-height:1.15;letter-spacing:-.8px}.page-heading p,.panel-heading p{margin:6px 0 0;color:var(--muted);font-size:11px}.period-picker{min-width:150px;padding:9px 12px;border:1px solid var(--line);border-radius:9px;background:white}.period-picker span{display:block;color:#8a969d;font-size:8px;font-weight:700;text-transform:uppercase}.period-picker select{width:100%;margin-top:2px;border:0;outline:0;color:var(--ink);background:transparent;font-size:11px;font-weight:700}.kpi-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:16px}.kpi-card{position:relative;min-height:152px;padding:18px;overflow:hidden;border:1px solid var(--line);border-radius:12px;background:white;box-shadow:0 4px 18px rgba(27,45,57,.025)}.kpi-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.kpi-icon{width:33px;height:33px;display:grid;place-items:center;border-radius:9px;font-size:10px;font-weight:900}.kpi-icon.navy{color:#29425a;background:#e7edf0}.kpi-icon.red{color:var(--red);background:#fdecea}.kpi-icon.orange{color:#ae6f14;background:var(--gold-soft)}.kpi-icon.gold{color:var(--gold);background:rgba(237,169,58,.14)}.attention,.trend{padding:4px 7px;border-radius:5px;font-size:8px;font-weight:800}.trend.positive{color:var(--green);background:#eaf6f0}.attention,.trend.negative{color:var(--red);background:#fbedeb}.kpi-label{display:block;color:#7d8990;font-size:8px;font-weight:850;letter-spacing:1px}.kpi-value{display:block;margin:3px 0 6px;color:#142432;font-size:27px;letter-spacing:-.8px}.kpi-value.money{font-size:24px}.kpi-card small{color:#7a858c;font-size:9px}.kpi-card small b{color:#34434e}.alert-card button{position:absolute;right:16px;bottom:16px;border:0;color:var(--red);background:transparent;font-size:9px;font-weight:800;cursor:pointer}.mini-bars{position:absolute;right:13px;bottom:15px;height:24px;display:flex;align-items:end;gap:3px}.mini-bars i{width:4px;border-radius:3px;background:#c8d3d8}.mini-bars i:first-child{height:10px}.mini-bars i:nth-child(2){height:16px}.mini-bars i:nth-child(3){height:13px}.mini-bars i:nth-child(4){height:22px}.mini-bars i:nth-child(5){height:18px}.mini-bars i:nth-child(6){height:24px;background:var(--gold)}.progress{position:absolute;right:17px;bottom:20px;width:70px;height:5px;overflow:hidden;border-radius:5px;background:#eee}.progress i{display:block;height:100%;background:var(--gold)}.dark-card{border-color:var(--navy-900);color:white;background:var(--navy-900)}.dark-card .kpi-label,.dark-card small{color:#8295a3}.dark-card .kpi-value,.dark-card small b{color:white}.dark-trend{color:#f4c576;background:rgba(237,169,58,.1)}.sparkline{position:absolute;right:15px;bottom:16px;height:34px;display:flex;align-items:end;gap:4px;transform:skewX(-6deg)}.sparkline i{width:4px;border-radius:4px;background:#294050}.sparkline i:first-child{height:8px}.sparkline i:nth-child(2){height:13px}.sparkline i:nth-child(3){height:11px}.sparkline i:nth-child(4){height:19px}.sparkline i:nth-child(5){height:16px}.sparkline i:nth-child(6){height:25px}.sparkline i:nth-child(7){height:31px;background:var(--gold)}.attention-panel{min-height:76px;display:grid;grid-template-columns:1.1fr 1.5fr auto;align-items:center;gap:18px;padding:13px 17px;margin-bottom:16px;border:1px solid #ead7b5;border-radius:12px;background:#fffaf0}.attention-copy{display:flex;align-items:center;gap:11px}.attention-symbol{width:33px;height:33px;display:grid;place-items:center;border-radius:9px;color:#a86512;background:#f7dfb5;font-weight:900}.attention-copy small,.attention-copy strong{display:block}.attention-copy strong{font-size:11px}.attention-copy small{margin-top:4px;color:#827761;font-size:9px}.attention-items{display:grid;grid-template-columns:repeat(3,1fr)}.attention-items button{position:relative;display:flex;align-items:center;gap:9px;padding:4px 15px;border:0;border-left:1px solid #eadfc9;background:transparent;text-align:left;cursor:pointer}.attention-items b{font-size:19px}.attention-items span{color:#766e61;font-size:9px;line-height:1.35}.attention-items i{position:absolute;top:2px;right:10px;width:5px;height:5px;border-radius:50%}.tone-red{background:var(--red)}.tone-orange{background:var(--gold)}.tone-purple{background:var(--purple)}.view-all{border:0;color:#8a611c;background:transparent;font-size:9px;font-weight:800;cursor:pointer}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1fr) 286px;gap:16px}.panel{border:1px solid var(--line);border-radius:12px;background:white;box-shadow:0 4px 18px rgba(27,45,57,.02)}.panel-heading{min-height:84px;display:flex;align-items:center;justify-content:space-between;gap:15px;padding:17px 19px;border-bottom:1px solid var(--line)}.modal-head h2,.panel-heading h2{margin:0;color:#172735;font-size:16px;letter-spacing:-.25px}.panel-heading .eyebrow{margin-bottom:5px}.secondary-button{min-height:34px;padding:0 12px;border:1px solid #dce2e4;border-radius:8px;background:white;font-size:9px;font-weight:750;cursor:pointer}.table-scroll{overflow-x:auto}table{width:100%;border-collapse:collapse;white-space:nowrap}th{height:39px;color:#929ba0;background:#fafbf9;font-size:7px;font-weight:850;letter-spacing:.7px;text-align:left}td,th{padding:0 12px}td{height:63px;border-top:1px solid #edf0ef;font-size:10px}tbody tr:hover{background:#fafbf9}td span:not(.status):not(.status-dot),td strong{display:block}td>span:not(.status){margin-top:4px;color:#7b878e;font-size:8px}.status{display:inline-flex;align-items:center;gap:5px;padding:5px 7px;border-radius:999px;font-size:7.5px;font-weight:750}.status-dot{width:5px;height:5px;border-radius:50%;background:currentColor}.status-blue{color:#2d6da9;background:#eaf3fb}.status-red{color:#bd4641;background:#faeae8}.status-purple{color:#6e52a0;background:#f1ecfa}.status-orange{color:#a96815;background:#fff1da}.status-green{color:#287b59;background:#e8f5ee}.status-gray{color:#6f7b82;background:#eef1f1}.row-button{width:25px;height:25px;border:1px solid #e2e6e7;border-radius:7px;background:white;cursor:pointer}.empty-state{padding:45px;color:var(--muted);text-align:center}.compact{min-height:84px}.more-button{border:0;background:transparent;color:#839099;cursor:pointer}.activity-list{padding:8px 18px}.activity{position:relative;display:grid;grid-template-columns:30px 1fr;gap:10px;padding:10px 0}.activity:not(:last-child):after{content:"";position:absolute;left:14px;top:40px;bottom:-5px;width:1px;background:#e3e7e8}.activity-icon{z-index:1;width:29px;height:29px;display:grid;place-items:center;border-radius:8px;font-size:8px;font-weight:900}.activity-icon.green{color:var(--green);background:#e8f5ee}.activity-icon.blue{color:var(--blue);background:#eaf3fb}.activity-icon.orange{color:#ad7118;background:#fff1da}.activity-icon.purple{color:var(--purple);background:#f1ecfa}.activity p{margin:0 0 3px;color:#69767e;font-size:9px}.activity p b{color:#253642;font-size:10px}.activity small{color:#9aa2a7;font-size:8px}.activity-footer{width:100%;min-height:42px;border:0;border-top:1px solid var(--line);color:#536570;background:#fbfcfa;font-size:9px;font-weight:750;cursor:pointer}.demo-note{padding:16px 2px 0;color:#8b959a;font-size:8px;text-align:right}.demo-note span{margin-right:8px;color:#946720;font-weight:850;letter-spacing:.8px}.invoice-center{min-height:calc(100vh - 130px)}.invoice-page-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:22px}.invoice-page-heading h1{margin:0;color:#172735;font-size:28px;line-height:1.15;letter-spacing:-.8px}.invoice-page-heading p{margin:6px 0 0;color:var(--muted);font-size:11px}.invoice-heading-actions{display:flex;gap:9px}.invoice-heading-actions .primary-button,.invoice-heading-actions .secondary-button{min-height:39px}.invoice-summary-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:13px;margin-bottom:15px}.invoice-summary-grid article{position:relative;min-height:105px;padding:17px 18px;overflow:hidden;border:1px solid var(--line);border-radius:11px;background:white}.invoice-summary-grid article:after{content:"";position:absolute;top:17px;right:17px;width:8px;height:8px;border-radius:50%;background:#87949b;box-shadow:0 0 0 5px #edf0ef}.invoice-summary-grid .summary-alert:after{background:var(--red);box-shadow:0 0 0 5px #faeae8}.invoice-summary-grid .summary-paid:after{background:var(--green);box-shadow:0 0 0 5px #e8f5ee}.invoice-summary-grid small,.invoice-summary-grid span,.invoice-summary-grid strong{display:block}.invoice-summary-grid span{color:#7c898f;font-size:8px;font-weight:800;letter-spacing:.65px;text-transform:uppercase}.invoice-summary-grid strong{margin:9px 0 5px;color:#1a2c39;font-size:20px;letter-spacing:-.4px}.invoice-summary-grid small{color:#8b959a;font-size:8px}.invoice-register{overflow:hidden}.invoice-toolbar{justify-content:space-between;gap:16px;padding:14px 16px;border-bottom:1px solid var(--line)}.invoice-tabs,.invoice-toolbar{display:flex;align-items:center}.invoice-tabs{gap:3px;overflow-x:auto}.invoice-tabs button{display:flex;align-items:center;gap:6px;min-height:31px;padding:0 10px;border:0;border-radius:7px;color:#758188;background:transparent;font-size:8px;font-weight:750;white-space:nowrap;cursor:pointer}.invoice-tabs button span{min-width:17px;padding:2px 5px;border-radius:999px;color:#8b959b;background:#edf0ef;font-size:7px}.invoice-tabs .invoice-tab-active{color:#263843;background:#eef2f2}.invoice-tabs .invoice-tab-active span{color:#8c611b;background:#ffe9c1}.invoice-search{width:245px;height:34px;display:flex;align-items:center;gap:7px;padding:0 10px;border:1px solid #dfe4e5;border-radius:8px;background:#fafbf9}.invoice-search span{color:#75848c;font-size:15px}.invoice-search input{width:100%;border:0;outline:0;background:transparent;font-size:9px}.invoice-table-wrap{overflow-x:auto}.register-table{min-width:900px}.register-table th{height:40px;padding:0 15px}.register-table td{height:66px;padding:0 15px;cursor:pointer}.register-table tbody tr:hover{background:#fbfaf7}.register-table td>span:not(.status){margin-top:4px;color:#7d898f;font-size:8px}.register-table .due-overdue{color:var(--red);font-weight:750}.register-table .due-overdue>span{color:var(--red)!important;font-size:7px!important}.register-footer{min-height:46px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;border-top:1px solid var(--line);color:#8a959a;background:#fafbf9;font-size:8px}.register-footer div{display:flex;gap:4px}.register-footer button{width:26px;height:26px;border:1px solid #e0e4e5;border-radius:6px;background:white;color:#77848b;font-size:8px;cursor:pointer}.register-footer button:disabled{opacity:.45}.register-footer .page-active{color:#172735;border-color:var(--gold);background:#fff5e3;font-weight:800}.invoice-detail-layer{position:fixed;inset:0;z-index:90}.invoice-detail-backdrop{position:absolute;inset:0;border:0;background:rgba(4,13,21,.58);backdrop-filter:blur(3px)}.invoice-detail-drawer{position:absolute;inset:0 0 0 auto;width:min(760px,calc(100% - 40px));overflow-y:auto;background:#f2f4f2;box-shadow:-22px 0 60px rgba(0,0,0,.24)}.drawer-head{position:sticky;top:0;z-index:4;display:flex;align-items:flex-start;justify-content:space-between;padding:19px 22px 14px;border-bottom:1px solid var(--line);background:white}.drawer-head h2{display:inline-block;margin:0 9px 0 0;color:#172735;font-size:17px}.drawer-head .status{vertical-align:2px}.drawer-actions{position:sticky;top:73px;z-index:4;display:flex;justify-content:flex-end;gap:8px;padding:10px 22px;border-bottom:1px solid var(--line);background:white}.drawer-actions .primary-button,.drawer-actions .secondary-button{min-height:36px}.drawer-tabs{display:flex;padding:0 22px;border-bottom:1px solid var(--line);background:white}.drawer-tabs button{min-height:39px;padding:0 14px;border:0;border-bottom:2px solid transparent;color:#849097;background:transparent;font-size:8px;font-weight:800;cursor:pointer}.drawer-tabs .drawer-tab-active{color:#253843;border-bottom-color:var(--gold)}.drawer-body{padding:16px 22px 30px}.invoice-detail-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;max-width:670px;margin:0 auto 12px}.invoice-detail-summary div{padding:10px 11px;border:1px solid #dde3e2;border-radius:8px;background:white}.invoice-detail-summary span,.invoice-detail-summary strong{display:block}.invoice-detail-summary span{margin-bottom:4px;color:#889399;font-size:7px;text-transform:uppercase}.invoice-detail-summary strong{color:#263843;font-size:9px}.invoice-register-paper{max-width:670px;min-height:460px;padding:28px 31px 22px}.payment-history{max-width:670px;padding:16px 18px;margin:13px auto 0;border:1px solid var(--line);border-radius:10px;background:white}.history-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.history-heading h3{margin:0;font-size:11px}.history-heading span{color:#4b806b;font-size:7px}.history-item{position:relative;display:grid;grid-template-columns:25px 1fr;gap:9px;padding:8px 0}.history-item:not(:last-child):after{content:"";position:absolute;left:12px;top:33px;bottom:-7px;width:1px;background:#dce2e2}.history-item i{z-index:1;width:25px;height:25px;display:grid;place-items:center;border:1px solid #d7dede;border-radius:50%;color:#889399;background:white;font-size:7px;font-style:normal;font-weight:800}.history-item i.history-done{color:white;border-color:var(--green);background:var(--green)}.history-item span,.history-item strong{display:block}.history-item strong{margin-top:1px;font-size:9px}.history-item span{margin-top:3px;color:#859198;font-size:8px}.void-button{display:block;margin:13px auto 0;padding:8px 12px;border:1px solid #e2c8c6;border-radius:7px;color:#b34a47;background:#fff8f7;font-size:8px;font-weight:750;cursor:pointer}.modal-layer{position:fixed;inset:0;z-index:80;display:grid;place-items:center;padding:20px}.mobile-backdrop,.modal-backdrop{position:absolute;inset:0;border:0;background:rgba(4,13,21,.68);backdrop-filter:blur(4px)}.order-modal{position:relative;width:min(760px,100%);max-height:calc(100vh - 36px);overflow:hidden auto;border-radius:16px;background:white;box-shadow:0 30px 80px rgba(0,0,0,.3)}.order-modal.invoice-modal{width:min(900px,100%)}.modal-head{position:sticky;top:0;z-index:3;display:flex;justify-content:space-between;padding:20px 25px 16px;border-bottom:1px solid var(--line);background:white}.modal-head p{margin:5px 0 0;color:var(--muted);font-size:10px}.modal-close{flex:0 0 auto;width:32px;height:32px;border:1px solid var(--line);border-radius:8px;background:white;font-size:20px;cursor:pointer}.stepper{justify-content:center;padding:15px 22px;color:#89949a;background:#fafbf9;font-size:9px;font-weight:750}.step-fragment,.stepper{display:flex;align-items:center}.step-fragment>i{width:34px;height:1px;margin:0 7px;background:#dde2e2}.step-fragment>i.step-line-done{background:#d3a24d}.stepper button{display:flex;align-items:center;gap:7px;padding:0;border:0;color:#89949a;background:transparent;font-size:9px;font-weight:750;white-space:nowrap}.stepper button:not(:disabled){cursor:pointer}.stepper button b{width:22px;height:22px;display:grid;place-items:center;border-radius:50%;color:#7a858c;background:#e9edec;font-size:8px}.stepper .step-active{color:#2a3944}.stepper .step-active b{color:#18242d;background:var(--gold);box-shadow:0 0 0 4px #fff1d7}.stepper .step-done{color:#5a6871}.stepper .step-done b{color:white;background:#b88631}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px;padding:22px 25px}.form-grid label>span{display:block;margin-bottom:7px;color:#40515d;font-size:9px;font-weight:750}.form-grid label em{float:right;color:#9ba3a7;font-style:normal;font-weight:400}.form-grid input,.form-grid select,.form-grid textarea{width:100%;border:1px solid #dfe4e5;border-radius:8px;outline:0;color:#243541;background:#fff;font-size:10px}.form-grid input,.form-grid select{height:40px;padding:0 11px}.form-grid textarea{min-height:72px;padding:11px;resize:vertical}.form-grid input:focus,.form-grid select:focus,.form-grid textarea:focus{border-color:#d7a24b;box-shadow:0 0 0 3px #fff5e5}.form-grid input[readonly]{color:#69767e;background:#f6f8f7}.full-field{grid-column:1/-1}.auto-note{display:flex;align-items:center;gap:11px;padding:12px 13px;border:1px solid #e9d6b3;border-radius:9px;background:#fffaf1}.auto-note>span{width:30px;height:30px;display:grid;place-items:center;border-radius:8px;background:#fae8c7}.auto-note small,.auto-note strong{display:block}.auto-note strong{color:#5e4723;font-size:10px}.auto-note small{margin-top:3px;color:#88785f;font-size:9px;line-height:1.4}.route-preview{display:grid;grid-template-columns:28px auto 1fr 28px auto;align-items:center;gap:10px;padding:13px;border-radius:9px;background:#f6f8f7}.route-preview i{height:1px;background:repeating-linear-gradient(90deg,#9dacb4 0 5px,transparent 5px 9px)}.route-pin{width:28px;height:28px;display:grid;place-items:center;border:2px solid #688198;border-radius:50%;color:#4f677a;background:white;font-size:8px;font-weight:900}.route-pin.destination{border-color:#d39a39;color:#9c6817}.route-preview b,.route-preview small{display:block}.route-preview b{font-size:9px}.route-preview small{margin-top:3px;color:#879299;font-size:8px}.pricing-layout{display:grid;grid-template-columns:1fr 1.1fr;min-height:310px}.pricing-form{display:block;padding-right:20px;border-right:1px solid var(--line)}.pricing-form label{display:block;margin-bottom:16px}.money-input{display:flex;align-items:center;height:40px;border:1px solid #dfe4e5;border-radius:8px;overflow:hidden}.money-input b{height:100%;display:grid;place-items:center;padding:0 12px;color:#66737b;background:#f2f4f3;font-size:9px}.money-input input{height:100%;border:0;border-radius:0}.vendor-choice{padding:12px;border:1px solid #d9e3e1;border-radius:9px;background:#f5faf7}.vendor-choice small,.vendor-choice strong,.vendor-choice>span{display:block}.vendor-choice>span{margin-bottom:7px;color:#277956;font-size:8px;font-weight:800}.vendor-choice strong{font-size:10px}.vendor-choice small{margin-top:4px;color:#718078;font-size:8px}.calculation-card{padding:24px;background:var(--navy-900);color:white}.calc-label{display:block;margin-bottom:9px;color:#bd8b37;font-size:8px;font-weight:850;letter-spacing:1px}.calculation-card>div{display:flex;justify-content:space-between;align-items:center;padding:13px 0;border-bottom:1px solid rgba(255,255,255,.08)}.calculation-card>div>span,.calculation-card>div>span small{display:block}.calculation-card>div>span{color:#d2dbe1;font-size:9px}.calculation-card>div>span small{margin-top:4px;color:#728998;font-size:8px}.calculation-card>div>b{font-size:11px}.calculation-card .margin-row{margin-top:3px;border-bottom:0}.calculation-card .margin-row>b{color:#f1bb5e;font-size:16px;text-align:right}.margin-row em{display:block;margin-top:3px;color:#7f9c8f;font-size:8px;font-style:normal}.calculation-card .invoice-fields{display:grid;grid-template-columns:1fr 1fr;gap:7px 12px;padding:12px;margin-top:6px;border:1px solid rgba(237,169,58,.2);border-radius:8px;background:rgba(237,169,58,.07)}.invoice-fields strong{grid-column:1/-1;color:#f1c170;font-size:9px}.invoice-fields span{color:#99aab4;font-size:8px}.invoice-stage{padding:18px 24px 20px;background:#eef1ef}.invoice-success{display:flex;align-items:center;gap:10px;max-width:720px;padding:10px 13px;margin:0 auto 13px;border:1px solid #bcdcca;border-radius:9px;background:#effaf4}.invoice-success>span{width:28px;height:28px;display:grid;place-items:center;border-radius:50%;color:white;background:var(--green);font-weight:900}.invoice-success small,.invoice-success strong{display:block}.invoice-success strong{color:#27694e;font-size:10px}.invoice-success small{margin-top:3px;color:#668173;font-size:8px}.invoice-paper{max-width:720px;min-height:500px;padding:30px 34px 24px;margin:auto;color:#1a2934;background:white;box-shadow:0 8px 28px rgba(24,42,54,.12)}.invoice-brand-row{display:grid;grid-template-columns:38px 1fr auto;align-items:center;gap:11px;padding-bottom:20px;border-bottom:2px solid var(--navy-900)}.invoice-logo{width:38px;height:38px;display:grid;place-items:center;border-radius:8px;color:var(--navy-950);background:var(--gold);font-size:20px;font-weight:900}.invoice-brand-row span,.invoice-brand-row strong,.invoice-title b{display:block}.invoice-brand-row strong{font-size:11px;letter-spacing:.3px}.invoice-brand-row span{margin-top:3px;color:#78848b;font-size:7px}.invoice-title{text-align:right}.invoice-title b{font-size:22px;letter-spacing:1.2px}.invoice-title span{color:#4e5e69;font-size:9px}.invoice-meta-grid{display:grid;grid-template-columns:1.4fr .8fr .8fr;gap:22px;padding:21px 0}.invoice-bottom div>span,.invoice-meta-grid div>span{display:block;margin:0 0 5px;color:#8b969c;font-size:6.5px;font-weight:850;letter-spacing:.7px}.invoice-meta-grid strong{display:block;margin-bottom:10px;font-size:9px}.invoice-bottom p,.invoice-meta-grid p{margin:4px 0 0;color:#637078;font-size:8px;line-height:1.5}.invoice-table{white-space:normal;border:1px solid #dfe4e5}.invoice-table th{height:31px;color:white;background:var(--navy-900);font-size:6.5px}.invoice-table td:not(:first-child),.invoice-table th:not(:first-child){text-align:right}.invoice-table td:first-child,.invoice-table th:first-child{width:53%}.invoice-table td{height:68px;padding:10px 12px;border-top:0;font-size:8px;vertical-align:top}.invoice-table td>span{color:#758188!important;font-size:7px!important;line-height:1.45}.invoice-bottom{display:grid;grid-template-columns:1fr 250px;gap:25px;padding:20px 0}.invoice-bottom strong{font-size:9px}.invoice-totals span,.invoice-totals>strong{display:flex;justify-content:space-between;padding:5px 0;color:#64717a;font-size:8px}.invoice-totals>strong{padding-top:9px;border-top:1px solid #ccd3d5;color:#1c2d38;font-size:11px}.invoice-totals>strong b{color:#a66c12}.invoice-footer{padding-top:11px;border-top:1px solid #e2e6e7;color:#8a9499;font-size:7px;text-align:center}.generated-map{display:flex;align-items:center;justify-content:center;gap:8px;max-width:720px;padding:11px;margin:12px auto 0;border:1px dashed #bac5c6;border-radius:8px;color:#78858b;font-size:8px}.generated-map b,.generated-map strong{padding:4px 7px;border-radius:5px;color:#50616b;background:white}.generated-map strong{color:#8c601a;background:#fff1d8}.generated-map i{font-style:normal}.modal-foot{position:sticky;bottom:0;z-index:3;display:flex;justify-content:flex-end;gap:10px;padding:14px 25px;border-top:1px solid var(--line);background:rgba(250,251,249,.96);backdrop-filter:blur(8px)}.text-button{padding:0 14px;border:0;background:transparent;font-size:10px;font-weight:750;cursor:pointer}.generate-button{color:#fff;background:#b47a1e;box-shadow:0 7px 18px rgba(180,122,30,.22)}.generate-button:hover{background:#c58927}.toast-message{position:absolute;right:22px;bottom:72px;z-index:6;padding:10px 13px;border-radius:8px;color:white;background:#246e50;font-size:9px;box-shadow:0 8px 20px rgba(0,0,0,.18)}.mobile-backdrop{display:none;z-index:35}@media (max-width:1180px){.kpi-grid{grid-template-columns:repeat(2,1fr)}.attention-panel{grid-template-columns:1fr auto}.attention-items{grid-column:1/-1;order:3}.dashboard-grid{grid-template-columns:1fr}.activity-panel{display:none}.invoice-summary-grid{grid-template-columns:repeat(2,1fr)}.invoice-toolbar{align-items:flex-start;flex-direction:column}.invoice-search{width:100%}}@media (max-width:820px){.sidebar{transform:translateX(-100%);transition:transform .22s ease;box-shadow:18px 0 40px rgba(0,0,0,.22)}.sidebar-open{transform:translateX(0)}.mobile-backdrop[data-open=true]{display:block}.workspace{margin-left:0}.topbar{height:64px;padding:0 16px;gap:10px}.menu-button{display:block}.search-wrap{width:auto;flex:1}.date-block,.search-wrap kbd{display:none}.topbar .primary-button{width:40px;padding:0;font-size:0}.topbar .primary-button span{font-size:17px}.content{padding:24px 16px}.page-heading{align-items:stretch}.page-heading h1{font-size:24px}.period-picker{min-width:118px}.attention-panel{grid-template-columns:1fr auto}.view-all{align-self:start}.attention-items{overflow-x:auto}.attention-items button{min-width:130px}.dashboard-grid{display:block}.shipment-panel{overflow:hidden}.panel-heading{align-items:flex-start}.secondary-button{white-space:nowrap}.invoice-page-heading{align-items:flex-start}.invoice-page-heading h1{font-size:24px}.invoice-detail-drawer{width:100%}}@media (max-width:560px){.topbar-actions{gap:7px}.icon-button{width:36px}.search-wrap{max-width:calc(100vw - 144px)}.search-wrap input::placeholder{color:transparent}.notification-popover{position:fixed;top:70px;right:12px;width:calc(100vw - 24px)}.page-heading{display:block}.period-picker{width:100%;margin-top:16px}.kpi-grid{grid-template-columns:1fr 1fr;gap:9px}.kpi-card{min-height:145px;padding:14px}.kpi-value,.kpi-value.money{font-size:21px}.mini-bars,.progress,.sparkline{display:none}.attention-panel{display:flex;flex-wrap:wrap}.attention-copy{width:calc(100% - 75px)}.attention-items{width:100%}.attention-items button{min-width:115px;padding:5px 10px}.attention-items button:first-child{border-left:0}.panel-heading{min-width:720px}.table-scroll{width:100%}.order-modal{max-height:calc(100vh - 12px)}.stepper{justify-content:flex-start;overflow-x:auto}.step-fragment>i{width:14px;margin:0 5px}.stepper button{font-size:0}.stepper button b{font-size:8px}.form-grid{grid-template-columns:1fr;padding:18px}.full-field{grid-column:auto}.route-preview{grid-template-columns:25px 1fr}.route-preview i{display:none}.pricing-layout{grid-template-columns:1fr}.pricing-form{padding-right:18px;border-right:0;border-bottom:1px solid var(--line)}.calculation-card{padding:20px 18px}.invoice-stage{padding:13px 10px;overflow-x:auto}.invoice-paper{padding:25px 28px}.generated-map,.invoice-paper,.invoice-success{min-width:640px}.generated-map{justify-content:flex-start}.modal-foot,.modal-head{padding-left:18px;padding-right:18px}.modal-foot{flex-wrap:wrap}.modal-foot .primary-button,.modal-foot .secondary-button{flex:1;min-width:145px}.demo-note{text-align:left;line-height:1.6}.invoice-page-heading{display:block}.invoice-heading-actions{margin-top:14px}.invoice-heading-actions button{flex:1}.invoice-summary-grid{grid-template-columns:1fr 1fr;gap:8px}.invoice-summary-grid article{min-height:96px;padding:14px}.invoice-summary-grid strong{font-size:17px}.invoice-tabs{width:100%;padding-bottom:3px}.drawer-head{padding:15px 16px}.drawer-actions{top:68px;padding:9px 16px}.drawer-actions button{flex:1}.drawer-tabs{padding:0 10px;overflow-x:auto}.drawer-tabs button{white-space:nowrap}.drawer-body{padding:12px 10px 25px;overflow-x:auto}.invoice-detail-summary,.invoice-register-paper,.payment-history{min-width:640px}.invoice-detail-summary{grid-template-columns:repeat(3,1fr)}}@media print{body>*{visibility:hidden}.invoice-detail-layer,.invoice-detail-layer *,.modal-layer,.modal-layer *{visibility:visible}.invoice-detail-layer,.modal-layer{position:absolute;inset:0;display:block;padding:0;background:white}.drawer-actions,.drawer-head,.drawer-tabs,.generated-map,.invoice-detail-backdrop,.invoice-detail-summary,.invoice-success,.modal-backdrop,.modal-foot,.modal-head,.payment-history,.stepper,.toast-message,.void-button{display:none!important}.invoice-detail-drawer,.invoice-modal,.order-modal{position:static;width:100%;max-height:none;overflow:visible;border-radius:0;box-shadow:none;background:white}.drawer-body,.invoice-stage{padding:0;background:white}.invoice-paper,.invoice-register-paper{max-width:none;min-width:0;box-shadow:none}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}.finance-center{max-width:1420px;margin:0 auto}.finance-page-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:18px}.finance-page-heading h1{margin:5px 0 4px;color:#172735;font-size:28px;letter-spacing:-.8px}.finance-page-heading p{margin:0;color:#748088;font-size:10px}.finance-heading-actions{display:flex;gap:8px}.finance-heading-actions a{text-decoration:none}.excel-button{background:#1f7450}.excel-button:hover{background:#195f42}.finance-period-bar{min-height:58px;display:flex;align-items:center;gap:26px;padding:10px 15px;margin-bottom:13px;border:1px solid var(--line);border-radius:10px;background:white}.finance-period-bar>div:first-child{padding-right:24px;border-right:1px solid var(--line)}.finance-period-bar span,.finance-period-bar strong,.reconcile-state small{display:block}.finance-period-bar>div:first-child span{margin-bottom:3px;color:#8b959a;font-size:7px;text-transform:uppercase;letter-spacing:.6px}.finance-period-bar>div:first-child strong{font-size:10px}.reconcile-state{display:flex;align-items:center;gap:8px;flex:1}.reconcile-state>i{width:28px;height:28px;display:grid;place-items:center;border-radius:50%;color:white;background:var(--green);font-size:9px;font-style:normal}.reconcile-state strong{font-size:8px}.reconcile-state small{margin-top:3px;color:#859097;font-size:7px}.finance-period-bar>button{padding:7px 10px;border:1px solid var(--line);border-radius:7px;background:#fafbf9;font-size:8px;font-weight:750;cursor:pointer}.finance-kpi-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:13px}.finance-kpi{min-height:116px;padding:17px 18px;border:1px solid var(--line);border-radius:11px;background:white;box-shadow:0 4px 12px rgba(31,47,56,.03)}.finance-kpi small,.finance-kpi strong,.finance-kpi>span{display:block}.finance-kpi>span{color:#7c888f;font-size:8px;font-weight:750;text-transform:uppercase;letter-spacing:.5px}.finance-kpi>strong{margin:15px 0 7px;color:#1b2b36;font-size:21px;letter-spacing:-.5px}.finance-kpi small{color:#718078;font-size:8px}.finance-kpi.cash{border-color:#bfdace;background:#f6fbf8}.finance-kpi.cash>strong{color:#237553}.finance-kpi.margin{border-color:#ead9bb;background:#fffaf1}.finance-kpi.margin>strong{color:#9b681a}.finance-kpi small.text-alert{color:var(--red)}.finance-overview-grid{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(260px,.75fr);gap:13px;margin-bottom:13px}.cashflow-card,.exposure-card{padding:18px}.finance-card-head{display:flex;align-items:flex-start;justify-content:space-between}.exposure-card h2,.finance-card-head h2{margin:4px 0 0;font-size:14px}.chart-legend{display:flex;gap:13px;color:#7c888e;font-size:7px}.chart-legend span{display:flex;align-items:center;gap:5px}.chart-legend i{width:7px;height:7px;border-radius:2px}.income-bar,.income-dot{background:#277d59}.expense-bar,.expense-dot{background:#e0a343}.cashflow-chart{height:150px;display:flex;align-items:stretch;justify-content:space-around;gap:11px;padding:17px 8px 0;margin-top:10px;border-top:1px solid #edf0ef;background:repeating-linear-gradient(180deg,transparent 0 34px,#edf0ef 35px)}.cashflow-month{flex:1;display:grid;grid-template-rows:1fr auto;gap:7px;min-width:28px;text-align:center}.cashflow-month>div{display:flex;align-items:flex-end;justify-content:center;gap:4px}.cashflow-month i{width:min(13px,36%);min-height:6px;border-radius:4px 4px 1px 1px}.cashflow-month span{color:#879197;font-size:7px}.exposure-card>strong{display:block;margin:18px 0 4px;color:#a36e18;font-size:24px}.exposure-card>p{margin:0;color:#7e898f;font-size:8px;line-height:1.5}.exposure-track{height:7px;margin:17px 0 6px;border-radius:99px;background:#edf0ef;overflow:hidden}.exposure-track i{display:block;height:100%;border-radius:99px;background:#dda13f}.exposure-labels{display:flex;justify-content:space-between;color:#8b959a;font-size:7px}.exposure-labels b{color:#54636c}.exposure-note{display:flex;align-items:center;gap:9px;padding:10px;margin-top:17px;border:1px solid #f0d6ad;border-radius:8px;background:#fff9ef}.exposure-note>span{width:23px;height:23px;display:grid;place-items:center;border-radius:50%;color:#9a681d;background:#fae5bf;font-weight:900}.exposure-note p{margin:0;color:#7e6b4b;font-size:7px;line-height:1.5}.exposure-note b{color:#66491f;font-size:8px}.finance-ledger{overflow:hidden}.finance-toolbar{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:12px 14px;border-bottom:1px solid var(--line)}.finance-tabs{display:flex;gap:3px;padding:3px;border-radius:8px;background:#f3f5f4}.finance-tabs button{min-height:31px;padding:0 12px;border:0;border-radius:6px;color:#77838a;background:transparent;font-size:8px;font-weight:750;cursor:pointer}.finance-tabs .finance-tab-active{color:#172835;background:white;box-shadow:0 1px 4px rgba(22,39,50,.09)}.finance-toolbar .invoice-search{width:230px}.finance-table-wrap{overflow-x:auto}.finance-table{min-width:900px}.finance-table th{height:39px;padding:0 14px}.finance-table td{height:61px;padding:0 14px;cursor:pointer}.finance-table tbody tr:hover{background:#fbfaf7}.finance-table td>span:not(.status){margin-top:4px;color:#849096;font-size:7px}.finance-table .amount-income{color:#237553;font-weight:800}.finance-table .amount-expense{color:#a05f32;font-weight:800}.finance-ledger-foot{min-height:43px;display:flex;align-items:center;justify-content:space-between;padding:0 15px;border-top:1px solid var(--line);color:#899399;background:#fafbf9;font-size:7px}.finance-drawer{position:absolute;inset:0 0 0 auto;width:min(520px,100%);overflow-y:auto;background:#f2f4f2;box-shadow:-22px 0 60px rgba(0,0,0,.24)}.finance-drawer-body{padding:17px}.journal-summary{padding:20px;border-radius:11px;color:white;background:var(--navy-900)}.journal-summary span,.journal-summary strong{display:block}.journal-summary span{color:#9eb0bc;font-size:8px;text-transform:uppercase}.journal-summary strong{margin:10px 0 8px;color:#f3bc5d;font-size:26px}.journal-summary p{margin:0;color:#d1dbe1;font-size:9px;line-height:1.5}.journal-card{margin-top:12px;padding:16px;border:1px solid var(--line);border-radius:10px;background:white}.journal-card h3{margin:0 0 12px;font-size:11px}.journal-row{display:grid;grid-template-columns:1fr 110px 110px;gap:8px;padding:10px 0;border-top:1px solid #edf0ef;font-size:8px}.journal-row b{text-align:right}.journal-head{color:#8a959a;font-size:7px;font-weight:800}.journal-head span:not(:first-child){text-align:right}.journal-total{display:grid;grid-template-columns:1fr 110px 110px;gap:8px;padding:11px 0 0;border-top:2px solid #ccd4d4;font-size:8px}.journal-total b{text-align:right}.journal-meta{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:12px}.journal-meta div{padding:11px;border:1px solid var(--line);border-radius:8px;background:white}.journal-meta span,.journal-meta strong{display:block}.journal-meta span{margin-bottom:5px;color:#89949a;font-size:7px;text-transform:uppercase}.journal-meta strong{font-size:8px}.full-detail-button{width:100%;margin-top:12px}@media (max-width:1180px){.finance-kpi-grid{grid-template-columns:repeat(2,1fr)}.finance-overview-grid{grid-template-columns:1fr}.finance-toolbar{align-items:flex-start;flex-direction:column}.finance-toolbar .invoice-search{width:100%}}@media (max-width:820px){.finance-page-heading{align-items:flex-start}.finance-page-heading h1{font-size:24px}.finance-period-bar{flex-wrap:wrap}.finance-period-bar>button{margin-left:auto}}@media (max-width:560px){.finance-page-heading{display:block}.finance-heading-actions{margin-top:14px}.finance-heading-actions>*{flex:1;justify-content:center}.finance-kpi-grid{grid-template-columns:1fr 1fr;gap:8px}.finance-kpi{min-height:105px;padding:14px}.finance-kpi>strong{margin:12px 0 6px;font-size:17px}.finance-tabs{width:100%;overflow-x:auto}.finance-tabs button{white-space:nowrap}.finance-period-bar>div:first-child{border:0}.finance-period-bar .reconcile-state{order:3;flex-basis:100%}.finance-ledger-foot{align-items:flex-start;flex-direction:column;gap:5px;padding:11px 14px}.journal-row,.journal-total{grid-template-columns:1fr 86px 86px}}