:root{font-family:Inter,Segoe UI,system-ui,sans-serif;color:#20312e;background:#f4f6f5;font-synthesis:none;--accent:#117969;--soft:#e6f3ed;--line:#dce4e0}*{box-sizing:border-box}body{margin:0}button,input,select,textarea{font:inherit}button,a,input,select,textarea{outline-offset:4px}button{cursor:pointer;border:1px solid var(--line);background:white;color:#263a34;border-radius:8px;padding:10px 14px;font-weight:600;transition:background .15s}button:hover{background:#edf3ef}button.primary{background:var(--accent);border-color:var(--accent);color:white}button:disabled{opacity:.5;cursor:wait}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}aside{position:fixed;inset:0 auto 0 0;width:238px;background:#fff;border-right:1px solid var(--line);padding:32px 23px;display:flex;flex-direction:column;gap:28px}.brand{display:flex;align-items:center;gap:11px;font-weight:800;font-size:19px;letter-spacing:-.5px}.mark{background:var(--accent);color:white;width:36px;height:36px;display:grid;place-items:center;border-radius:10px;font-size:17px}.eyebrow{text-transform:uppercase;letter-spacing:1.4px;font-size:10px;font-weight:750;color:#74817c;margin-bottom:10px}nav{display:grid;gap:7px}nav button{text-align:left;border:0;color:#68776f;background:transparent}nav button.active{background:var(--soft);color:var(--accent)}.aside-foot{margin-top:auto;font-size:12px;color:#75817a;line-height:1.7}.live-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:#2b996d;margin-right:6px}main{margin-left:238px;max-width:1580px;padding:36px 42px 70px}.topbar{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:30px}.badge{font-size:11px;font-weight:650;background:var(--soft);color:var(--accent);padding:6px 10px;border-radius:20px;white-space:nowrap}h1{font-size:30px;letter-spacing:-1px;margin:0 0 9px;line-height:1.2}h2{font-size:18px;margin:0 0 17px;letter-spacing:-.3px}h3{font-size:14px;margin:0 0 12px}p{line-height:1.6}p.sub{color:#75837c;font-size:14px;margin:0}.notice{background:#f0f5f2;border:1px solid var(--line);border-radius:9px;padding:12px 16px;font-size:12px;line-height:1.6;color:#63736a;margin-bottom:24px}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:25px}.stat,.card{background:white;border:1px solid var(--line);border-radius:12px}.stat{padding:21px}.stat strong{display:block;font-size:27px;margin:9px 0 4px;letter-spacing:-.8px}.stat span{font-size:12px;color:#748178}.stat small{font-size:11px;color:var(--accent)}.card{padding:24px;margin-bottom:20px}.card-head{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px}.card-head h2{margin:0}.toolbar,.actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.toolbar{margin-bottom:18px}.toolbar input{max-width:320px}.grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.full{grid-column:1/-1}label{font-size:12px;font-weight:600;display:grid;gap:7px;color:#53655c}input,select,textarea{width:100%;padding:10px 11px;background:#fff;border:1px solid #d6dfd9;border-radius:7px;color:#263d32;min-width:0}input:focus,textarea:focus,select:focus{border-color:var(--accent)}textarea{min-height:95px;resize:vertical}input[type=checkbox]{width:auto}label.check{display:flex;align-items:center;gap:8px}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse;font-size:12px;text-align:left}th{font-weight:600;color:#7b8880;background:#f7f9f7;font-size:10px;text-transform:uppercase;letter-spacing:.6px;padding:13px 10px;border-block:1px solid var(--line)}td{padding:15px 10px;border-bottom:1px solid #eef1ed}td small{display:block;color:#849087;font-size:11px;margin-top:5px}td button{padding:6px 9px;font-size:11px}td input{min-width:75px;padding:8px;font-size:12px}.items td:first-child{min-width:200px}.items td:nth-child(2){min-width:140px}.muted{color:#7b8880;font-size:12px}.pill{display:inline-block;padding:5px 8px;border-radius:6px;background:#eef2f0;font-size:10px;font-weight:650;white-space:nowrap}.pill.good{background:#e5f4e9;color:#32754b}.pill.warn{background:#fff0d7;color:#926315}.pill.bad{background:#fce9e5;color:#a44c35}.alert{padding:13px;border-radius:8px;background:#fff1d9;color:#8e651e;font-size:13px;margin:16px 0}.success{background:#e9f6ec;color:#367749}.summary{display:flex;gap:30px;flex-wrap:wrap;align-items:center;background:#f6f9f6;border:1px solid var(--line);padding:18px;border-radius:9px;margin:18px 0}.summary strong{display:block;font-size:21px;margin-top:6px}.summary span{font-size:11px;color:#6c7c71}.timeline{list-style:none;margin:0;padding:0;max-height:300px;overflow:auto}.timeline li{border-left:2px solid #d9e9df;padding:0 0 17px 15px;margin-left:4px;font-size:12px;line-height:1.5}.timeline time{display:block;font-size:10px;color:#869087;margin-bottom:4px}.empty{text-align:center;padding:36px;color:#7b887f}.link-btn{border:0;padding:0;background:transparent;color:var(--accent);font-weight:700;text-align:left}.loading{padding:40px}#toast{position:fixed;bottom:24px;right:24px;max-width:500px;z-index:10;background:#20382b;color:white;padding:15px 22px;border-radius:10px;box-shadow:0 10px 30px #0002;display:none}#toast.error{background:#982f28}.preview{background:#f6f8f6;padding:15px;white-space:pre-wrap;word-break:break-word;max-height:180px;overflow:auto;font-size:12px}.board{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px}.column{background:#f4f7f4;border-radius:10px;padding:14px;min-height:180px}.lead{background:#fff;border:1px solid var(--line);border-radius:8px;padding:14px;margin-top:10px;font-size:12px}.lead.follow{border-left:3px solid #d77067}.lead.nurture{border-left:3px solid #6a9ecb}.lead strong{display:block;margin:7px 0}.right{text-align:right}.spaced{margin-top:20px}.row-detail{margin-top:8px}.photolist{display:flex;gap:10px}.photolist img{width:100px;height:80px;object-fit:cover;border-radius:5px}@media(max-width:1000px){aside{width:195px;padding:25px 15px}main{margin-left:195px;padding:28px 22px}.stats{grid-template-columns:repeat(2,1fr)}.grid.three{grid-template-columns:1fr 1fr}.board{grid-template-columns:repeat(2,1fr)}}@media(max-width:650px){aside{position:static;width:auto;padding:16px;gap:15px}nav{display:flex;overflow:auto}nav button{white-space:nowrap}.aside-foot,.eyebrow{display:none}main{margin:0;padding:23px 14px}.topbar{align-items:flex-start}.topbar .badge{display:none}h1{font-size:25px}.grid,.grid.three,.board{grid-template-columns:1fr}.card{padding:17px}.stats{gap:9px}.stat{padding:15px}.stat strong{font-size:22px}.summary{gap:18px}}

.detail-actions{margin-bottom:18px}

/* Visual language shared with the RNL and MOBEV reference applications. */
:root{--accent:#1e5b44;--green-dark:#153e30;--soft:#eaf1eb;--line:#dfe5df;--ink:#233e37;--muted:#75817b;--gold:#b19c4e;background:#f7f9f7;color:var(--ink);font-family:Inter,"Segoe UI",Arial,sans-serif}body{background:#f7f9f7;color:var(--ink)}button{font-size:11px;padding:11px 15px;border-radius:5px;font-weight:600;display:inline-flex;gap:10px;justify-content:center;align-items:center}button.primary{background:var(--accent);padding:13px 19px;border-color:var(--accent)}button.primary:hover{background:var(--green-dark)}a{color:inherit}.icon{width:16px;height:16px;flex-shrink:0;vertical-align:middle}aside{width:258px;padding:35px 22px;gap:0;z-index:5}a.brand{font-size:11px;letter-spacing:.4px;gap:12px;text-decoration:none;align-items:center;min-height:49px}.brand>span:last-child{max-width:153px}.brand small{display:block;font-size:6px;letter-spacing:.6px;margin-top:6px;color:#7b867c;font-weight:500;line-height:1.5}.monogram{display:block;font-size:43px;line-height:.8;font-family:Georgia,serif;color:var(--accent);font-weight:400;min-width:43px}.monogram i{display:block;width:36px;border-bottom:3px solid var(--gold);margin-top:10px}.workspace-label{font-size:9px;letter-spacing:1.5px;color:#89928c;margin:54px 13px 17px}nav{gap:3px}nav button{padding:14px 14px;font-size:12px;justify-content:flex-start;font-weight:500;border-radius:6px;gap:12px}nav button.active{font-weight:650;background:#eaf1eb}nav .icon{width:15px;height:15px}.side-note{font-size:10px;margin:34px 13px;color:#637469;line-height:1.8}.side-note p{padding-left:13px;font-size:10px;margin:11px 0}.mini-tags{display:flex;gap:5px;flex-wrap:wrap;padding-left:13px}.mini-tags span{font-size:8px;border:1px solid var(--line);border-radius:3px;padding:1px 5px;background:#f7f9f3;color:#71826c}.aside-foot{border-top:1px solid var(--line);padding-top:23px;display:flex;align-items:center;gap:10px;font-size:10px;color:#344b3c}.avatar{background:#eeeede;border-radius:50%;width:32px;height:32px;display:grid;place-items:center;font-size:9px;color:#79805c}.aside-foot small{display:block;font-size:9px;margin-top:3px;color:var(--muted)}.live-dot{width:6px;height:6px;background:#4d8d64}main{margin-left:258px;padding:0;max-width:none}.topbar{height:76px;background:white;border-bottom:1px solid var(--line);padding:0 46px;margin:0;font-size:11px;color:#7c887f}.topbar b{font-weight:500;color:#34493d}.slash{padding:0 15px;color:#bcc4bd}.demo-pill{font-size:9px;font-weight:650;letter-spacing:1px;padding:7px 10px;border:1px solid var(--line);border-radius:4px;color:#52705a;white-space:nowrap}.content{max-width:1430px;margin:auto;padding:46px 46px 22px}.page-heading{display:flex;justify-content:space-between;gap:25px;margin-bottom:34px;position:relative}.page-heading.compact{display:block;margin-bottom:25px}h1{font-family:Georgia,"Times New Roman",serif;font-weight:400;font-size:40px;line-height:1.14;letter-spacing:-1.1px;color:#254c39;margin:0 0 19px}h2{font-weight:500;letter-spacing:0}.eyebrow{font-size:9px;letter-spacing:1.7px;font-weight:650;color:#718569;margin:0 0 16px;line-height:1.5}.intro{font-size:12px;line-height:1.85;color:#78847b;margin:0}.hero-actions{display:flex;gap:12px;align-items:center;margin-top:20px}.hero-actions button:not(.primary){border:0;background:transparent;color:#637862;padding-inline:9px;font-size:10px}.demo-note{font-size:9px;color:#929b8c;margin:16px 0 0;line-height:1.6}.hero-mark{width:135px;height:150px;align-self:center;flex-shrink:0;margin-right:9px;opacity:.9}.stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;background:white;border:1px solid var(--line);border-radius:8px;overflow:hidden;margin-bottom:22px}.stat{border:0;border-right:1px solid var(--line);border-radius:0;padding:21px 19px;min-width:0}.stat:last-child{background:#edf2e8;border:0}.stat>span{display:block;font-size:8px;letter-spacing:.7px;color:#89937f;font-weight:500;line-height:1.6}.stat strong{font-size:27px;font-weight:500;letter-spacing:-.6px;margin:11px 0 2px;white-space:nowrap;font-variant-numeric:tabular-nums}.stat strong small{font-size:10px;font-weight:400;color:var(--muted);margin-left:7px;letter-spacing:0}.overview-grid{display:grid;grid-template-columns:1.45fr 1fr;gap:22px;margin:22px 0}.card{border-radius:8px;border:1px solid var(--line);box-shadow:none;background:white;margin-bottom:22px;padding:24px;min-width:0}.card h2{font-size:15px}.card-head{display:flex;justify-content:space-between;gap:15px;align-items:center;margin:0 0 20px;padding:0 0 17px;border-bottom:1px solid var(--line)}.card-head h2{font-size:13px;margin:0;font-weight:500}.card-head>span{font-size:8px;letter-spacing:.3px;color:#929b8c;white-space:nowrap}.chart-card,.records-card,.intake-card,.import-card{padding:0;overflow:hidden;margin-bottom:0}.chart-card>.card-head,.records-card>.card-head,.intake-card>.card-head,.import-card>.card-head{padding:18px 20px;margin:0}.chart-body{padding:18px 20px}.legend{font-size:9px;color:#8a9584;display:flex;justify-content:space-between;margin:0 0 18px}.legend span{display:flex;gap:6px;align-items:center}.dot{display:inline-block;width:8px;height:8px;border-radius:2px;background:#265e47;margin-right:6px}.dot.margin{background:#dfe7d8}.bar-row{display:grid;grid-template-columns:132px 1fr 76px;align-items:center;gap:13px;padding:13px 0;border-top:1px solid #edf0e8;font-size:10px;color:#607158}.bar-row>span{line-height:1.5}.bar-row small{font-size:8px;color:#99a18f;margin-right:8px}.bar-row svg{width:100%;height:12px}.bar-row>b{text-align:right;font-weight:500;font-size:10px;color:#55694c;font-variant-numeric:tabular-nums}.chart-caption{display:flex;justify-content:space-between;gap:20px;font-size:9px;color:#95a08a;border-top:1px solid #edf0e8;margin-top:7px;padding-top:13px}.chart-caption span{white-space:nowrap}.donut-layout{padding:24px 20px 15px;display:flex;align-items:center;gap:17px}.donut{width:148px;min-width:110px;position:relative}.donut>svg{width:100%;display:block}.donut>div{position:absolute;inset:0;display:flex;justify-content:center;align-items:center;flex-direction:column}.donut strong{font-family:Georgia,serif;font-weight:400;font-size:25px;color:#41613c}.donut strong small{font-size:17px}.donut>div>span{font-size:8px;color:#8b967f;margin-top:6px}.donut-legend{flex:1;min-width:0}.donut-legend p{font-size:9px;display:flex;justify-content:space-between;gap:12px;margin:0;padding:10px 0;white-space:nowrap;color:#839079}.donut-legend b{font-size:10px;font-weight:600;color:#4e6747}.donut-legend .sum{border-top:1px solid var(--line)}.chart-note{font-size:9px;line-height:1.6;color:#89977f;padding:0 20px 19px;margin:0}.chart-note b{font-weight:500;color:#566f4f}.toolbar{display:flex;align-items:center;gap:12px;padding:14px 19px;border-bottom:1px solid var(--line);margin:0;flex-wrap:nowrap}.search-wrap{position:relative;flex:1;max-width:340px}.search-wrap>.icon{position:absolute;left:10px;top:50%;transform:translateY(-50%);color:#94a18a;width:13px}.search-wrap input{font-size:10px;padding:9px 12px 9px 31px;width:100%;max-width:none;background:#fcfdfb}.toolbar select{font-size:10px;max-width:170px;margin-left:auto;padding:9px 10px}.toolbar button{font-size:10px;white-space:nowrap;padding:9px 11px}table{font-size:10px;min-width:620px}th{font-size:8px;letter-spacing:.5px;font-weight:500;color:#8b9585;padding:13px 12px;background:#fbfcf9;border-top:0;white-space:nowrap}td{padding:17px 12px;font-size:10px;color:#40533c;border-bottom:1px solid #edf0e8;vertical-align:middle;font-variant-numeric:tabular-nums}td b{font-weight:500}td small{font-size:9px;color:#94a08b;margin-top:6px;max-width:260px;line-height:1.5}th:first-child,td:first-child{padding-left:20px}tr:last-child td{border-bottom:0}tbody tr:hover{background:#fbfcf8}td button{border:0;background:transparent;font-size:9px;color:#637c56;padding:5px}.record-number{font-size:10px;font-weight:500;color:#405e37}td.right{white-space:nowrap}.pill{font-size:8px;border-radius:4px;padding:5px 7px;font-weight:500}.table-footer{display:flex;justify-content:space-between;gap:15px;padding:13px 19px;border-top:1px solid #edf0e8;font-size:9px;color:#9aa38f}.stock-overview{grid-template-columns:1.4fr 1fr}.intake-inner{text-align:center;padding:29px 22px 24px}.intake-inner h3,.drop-zone h3{font-size:16px;font-weight:500;margin:15px 0 10px}.intake-inner p,.drop-zone p{font-size:11px;line-height:1.8;color:#819078;margin:0 0 18px}.intake-inner>small,.drop-zone>small{display:block;font-size:9px;color:#99a197;margin-top:15px}.document-symbol{position:relative;display:inline-flex;align-items:center;justify-content:center;width:43px;height:49px;border:1px solid #becdb6;border-radius:4px;background:#eef3e8;color:#728a65;margin-bottom:7px}.document-symbol .icon{width:22px;height:22px}.document-symbol>span{position:absolute;bottom:-6px;left:50%;transform:translateX(-50%);border:1px solid #cbd6c2;font-size:7px;white-space:nowrap;background:white;padding:2px 4px;color:#829373}.example-card{background:#eff2e9;border:1px solid #dfe5d9;border-radius:8px;padding:26px;display:flex;flex-direction:column;min-width:0}.example-card>.eyebrow{font-size:8px;letter-spacing:1.2px;color:#8c906c;margin:0 0 15px}.example-card h2{font-family:Georgia,serif;font-weight:400;font-size:27px;line-height:1.2;color:#3a5632;letter-spacing:-.5px;margin:0 0 14px}.example-card>p:not(.eyebrow){font-size:11px;line-height:1.8;color:#7b8871;margin:0 0 18px}.sample-document{display:flex;align-items:center;gap:12px;padding:15px 12px;background:#f8faf3;border:1px solid #dce3d3;border-radius:5px;margin:2px 0 15px}.sample-document>.icon{width:22px;height:22px;color:#79936a}.sample-document b{display:block;font-size:10px;font-weight:500;color:#4c6844}.sample-document small{display:block;font-size:8px;color:#96a08c;margin-top:5px}.sample-document>span{font-size:7px;color:#93a087;margin-left:auto}.example-card>button{border:1px solid #c4cfbb;background:transparent;color:#526e47;width:100%;font-size:10px;justify-content:space-between}.example-card>button:hover{background:#e2ead9}.example-bottom{border-top:1px solid #d9e1cf;margin-top:21px;padding-top:16px;font-size:8px;letter-spacing:.8px;color:#8c937d}.example-bottom p,.example-bottom li{font-size:10px;line-height:1.8;letter-spacing:0;margin:7px 0 0;color:#7b8871}.example-bottom ul{padding-left:16px;margin:7px 0}.reconciliation-strip{margin-top:28px;padding:24px 0;display:grid;grid-template-columns:1fr 1.7fr;gap:25px}.reconciliation-strip h2{font-family:Georgia,serif;font-size:23px;font-weight:400;color:#48623f;line-height:1.25;margin-bottom:10px}.reconciliation-strip .eyebrow{font-size:8px}.reconciliation-strip p{font-size:10px;color:#89977e;line-height:1.8;margin:0}.destination-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.destination-grid>div{border-left:1px solid #dfe5d9;padding:0 0 0 18px}.destination-number{font-family:Georgia,serif;font-size:20px;color:#a6b098}.destination-grid h3{font-size:12px;font-weight:500;margin:12px 0 8px}.destination-grid .pill{margin-top:13px;font-size:7px}.workflow-steps{display:flex;list-style:none;gap:48px;margin:20px 0 24px;padding:0 0 22px;border-bottom:1px solid var(--line)}.workflow-steps li{display:flex;align-items:center;gap:10px;color:#a0a79a;font-size:10px}.workflow-steps li>span{display:grid;place-items:center;width:25px;height:25px;border:1px solid #e1e7dc;border-radius:50%;font-size:9px}.workflow-steps li.current{color:#345d44}.workflow-steps li.current>span{background:#275e45;color:white;border-color:#275e45}.import-layout{display:grid;grid-template-columns:1.7fr 1fr;gap:22px;align-items:start}.form-body{padding:25px}.drop-zone{border:1px dashed #c7d2be;border-radius:6px;background:#fcfdf9;padding:28px 20px;text-align:center;transition:background .2s}.drop-zone.dragover{background:#eaf2e3;border-color:#5b8450}.import-example{position:sticky;top:25px}.section-heading{display:flex;gap:13px;align-items:flex-start;padding-top:28px;margin:0 0 20px}.section-heading>span{font-size:9px;color:#a6af99;line-height:2}.section-heading h3{font-size:12px;font-weight:600;margin:0 0 5px}.section-heading p{font-size:10px;line-height:1.6;color:#96a08e;margin:0}.save-bar{margin-top:24px;padding-top:20px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:15px}.save-bar>span{font-size:9px;color:#8c9981;line-height:1.7;max-width:160px}.scope-note{font-size:9px!important;color:#9ba58e!important;margin:18px 0 0!important}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}label{font-size:10px;color:#7c8a73;font-weight:500;gap:6px}input,select,textarea{background:#fcfdfb;border-color:var(--line);font-size:11px;padding:10px 11px;border-radius:5px;color:#40543a}textarea{line-height:1.8}#invoice-lines{font-family:Consolas,monospace;font-size:10px;min-height:120px}.grid{gap:18px}.grid.three{gap:18px}.summary{padding:0;gap:0;border-radius:6px;background:#fbfcf9;align-items:stretch}.summary>div{padding:18px;flex:1;border-right:1px solid var(--line)}.summary>div:last-child{border:0;background:#edf2e8}.summary span{font-size:9px;color:#87957b}.summary strong{font-size:24px;font-weight:500;letter-spacing:-.5px;color:#416139}.summary>.pill{align-self:center;margin:12px}.summary>button,.summary>form{margin:12px;align-self:center}.summary form label{min-width:130px}.detail-actions{font-size:10px;gap:15px;padding:0 0 18px;border-bottom:1px solid var(--line);margin-bottom:23px}.detail-actions>button{border:0;background:none;padding-left:0;color:#6c825d}.detail-actions>a{margin-left:auto;color:#5b7850;font-size:10px;text-decoration:none}.items{min-width:600px}.items td{padding:12px 7px}.items input{font-size:10px}.items td:first-child{min-width:190px}.items td:nth-child(2){min-width:110px}.items td:nth-child(3),.items td:nth-child(4){width:85px}.items td input{min-width:55px;padding:8px}.muted{font-size:10px;line-height:1.8;color:#8a9780}.alert{font-size:11px;border:1px solid #e8dfbd;background:#fcf6e7;color:#8a773d}.card-head.spaced{margin-top:28px}.card-head.spaced>button{font-size:9px;padding:8px 11px}.timeline{max-height:250px}.timeline li{font-size:10px;color:#738469;border-left-color:#dfe8d6;padding-bottom:16px}.timeline time{font-size:8px;color:#a0a992}.receive-form .actions{display:grid;grid-template-columns:65px 110px;gap:6px}.receive-form button{grid-column:1/-1;font-size:9px;padding:8px;background:var(--accent);color:white;border-radius:4px}.receive-form input,.receive-form select{font-size:10px;padding:8px;min-width:0}.grid.three>.card{padding:19px;margin-bottom:0;background:#fafcf7}.grid.three>.card h3{font-size:13px;font-weight:500}.grid.three>.card button{font-size:9px;padding:8px}.spaced{margin-top:20px}footer{display:flex;justify-content:space-between;gap:20px;border-top:1px solid var(--line);margin-top:38px;padding-top:19px;font-size:8px;color:#9aa397;letter-spacing:.4px;line-height:1.8}footer>span:last-child{letter-spacing:0;text-align:right}#toast{font-size:12px;background:#294c35;border-radius:5px;padding:14px 20px;max-width:min(500px,calc(100vw - 32px))}
@media(min-width:1600px){.content{padding-top:57px}h1{font-size:44px}.hero-mark{width:165px;height:165px}.donut{width:165px}.donut-layout{gap:22px}}
@media(max-width:1200px){aside{width:220px;padding:32px 17px}main{margin-left:220px}.content{padding:36px 28px 22px}.topbar{padding:0 28px}.brand small{font-size:5px}.hero-mark{width:95px}.stat{padding:18px 15px}.stat strong{font-size:24px}.overview-grid{gap:16px;grid-template-columns:1.3fr 1fr}.donut-layout{flex-direction:column;padding-top:20px;gap:8px}.donut{width:125px}.donut-legend{width:100%;max-width:240px}.donut-legend p{padding:7px 0}.bar-row{grid-template-columns:100px 1fr 65px;gap:8px}.import-layout{grid-template-columns:1.6fr 1fr;gap:16px}.example-card{padding:23px}.form-body{padding:20px}.grid.three{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:900px){aside{position:static;width:100%;padding:20px 24px;display:flex;flex-direction:row;align-items:center;gap:30px;border-bottom:1px solid var(--line)}.brand{flex-shrink:0}.brand .monogram{font-size:32px;min-width:31px}.brand .monogram i{width:29px;margin-top:7px}.brand small{font-size:5px}.workspace-label,.side-note,.aside-foot{display:none}nav{display:flex;gap:3px;overflow:auto}nav button{font-size:10px;white-space:nowrap;padding:10px;gap:7px}nav button .icon{width:12px}main{margin-left:0}.topbar{height:58px}.content{padding:32px 26px 20px}.hero-mark{width:115px}.stats{grid-template-columns:repeat(4,1fr)}.stat strong{font-size:22px}.stat strong small{display:block;font-size:9px;margin:6px 0 0}.page-heading h1{font-size:36px}.import-example{position:static}.reconciliation-strip{grid-template-columns:1fr}.destination-grid>div:first-child{padding-left:0;border-left:0}}
@media(max-width:620px){aside{display:block;padding:17px 18px}aside .brand{font-size:10px;display:flex}.brand .monogram{font-size:33px}.workspace-label{display:none}nav{margin-top:20px;gap:4px}nav button{font-size:10px;padding:10px 8px}nav button .icon{display:none}.topbar{padding:0 18px;font-size:10px;height:54px}.content{padding:29px 18px 18px}.page-heading{margin-bottom:24px}.page-heading h1{font-size:32px;line-height:1.15;letter-spacing:-.8px}.eyebrow{font-size:8px}.intro{font-size:11px;line-height:1.8}.intro br{display:none}.hero-mark{display:none}.hero-actions{gap:8px;flex-wrap:wrap}.hero-actions button{font-size:10px;padding:12px 13px}.hero-actions .icon{width:13px}.demo-note{font-size:8px;margin-top:14px}.stats{grid-template-columns:repeat(2,1fr)}.stat{padding:17px 15px;border-bottom:1px solid var(--line)}.stat:nth-child(2){border-right:0}.stat:nth-child(3),.stat:nth-child(4){border-bottom:0}.stat>span{font-size:7px;letter-spacing:.45px}.stat strong{font-size:24px}.stat strong small{display:inline;font-size:9px;margin-left:5px}.overview-grid,.stock-overview,.import-layout{grid-template-columns:1fr;gap:17px}.chart-card>.card-head,.records-card>.card-head,.intake-card>.card-head,.import-card>.card-head{padding:16px}.card-head h2{font-size:12px}.card-head>span{font-size:7px}.chart-body{padding:16px}.bar-row{grid-template-columns:104px 1fr 64px;font-size:9px;gap:8px}.bar-row>b{font-size:9px}.donut-layout{flex-direction:row;padding:20px 16px;gap:20px}.donut{width:130px;flex-shrink:0}.donut-legend p{font-size:8px;gap:8px}.donut-legend b{font-size:9px}.toolbar{padding:12px;flex-wrap:wrap;gap:8px}.search-wrap{flex-basis:100%;max-width:none}.toolbar select{max-width:none;flex:1;margin-left:0}.toolbar button{font-size:9px}table{min-width:600px}.table-footer{padding:12px;font-size:8px;line-height:1.6}.example-card{padding:24px}.example-card h2{font-size:28px}.intake-inner{padding:29px 20px}.reconciliation-strip{margin-top:23px;padding:20px 0}.reconciliation-strip h2{font-size:25px}.destination-grid{gap:8px}.destination-grid>div{padding-left:11px}.destination-grid h3{font-size:11px}.destination-grid p{font-size:8px}.destination-grid .pill{font-size:6px;padding:4px}.workflow-steps{gap:10px;justify-content:space-between}.workflow-steps li{font-size:8px;gap:5px}.workflow-steps li>span{width:20px;height:20px;font-size:7px;flex-shrink:0}.form-body{padding:18px}.drop-zone{padding:27px 14px}.grid,.grid.three{grid-template-columns:1fr;gap:15px}.save-bar{flex-direction:column;align-items:stretch;gap:13px}.save-bar>span{max-width:none;text-align:center}.save-bar button{width:100%}.card{padding:19px}.chart-card,.records-card,.intake-card,.import-card{padding:0}.summary{display:grid;grid-template-columns:1fr 1fr}.summary>div{padding:15px;border-bottom:1px solid var(--line)}.summary>div:nth-child(2n){border-right:0}.summary strong{font-size:22px}.summary>div:last-child{border-bottom:0}.detail-actions{flex-wrap:wrap;gap:10px}.detail-actions>a{margin-left:auto;font-size:9px}.detail-actions button{font-size:9px}.page-heading.compact h1{font-size:29px;overflow-wrap:anywhere}.card-head.spaced{align-items:flex-start;gap:12px}.card-head.spaced button{font-size:8px;max-width:130px}.actions{gap:7px}.actions>button{font-size:10px}footer{flex-direction:column;gap:8px;font-size:7px;margin-top:29px}footer>span:last-child{text-align:left}}
@media(prefers-reduced-motion:reduce){*{transition:none!important;scroll-behavior:auto!important}}

@media(max-width:620px){nav{scrollbar-width:none}nav::-webkit-scrollbar{display:none}.topbar{align-items:center}.page-heading .eyebrow{display:block}.hero-actions{margin-top:18px}}
