:root{font-family:Inter,Segoe UI,Arial,sans-serif;color:#24332e;background:#f6f8f6;font-size:14px;--green:#244f3d;--muted:#748078;--line:#e2e8e2;--halo:#f8efad;--karsten:#e5ceba}*{box-sizing:border-box}body{margin:0}button,input,select,textarea{font:inherit}button,a,input,select,textarea{outline-offset:3px}button{cursor:pointer}button:disabled{opacity:.5;cursor:wait}a{color:var(--green);text-decoration:none}button{border:1px solid var(--line);border-radius:7px;padding:10px 15px;background:white;color:#30483b}button:hover{filter:brightness(.97)}button.primary{background:var(--green);color:white;border-color:var(--green)}button.subtle{background:none;border:0;padding:6px}.hidden{display:none!important}.sidebar{width:238px;position:fixed;inset:0 auto 0 0;background:#fff;border-right:1px solid var(--line);padding:30px 20px;display:flex;flex-direction:column}.brand{display:flex;align-items:center;gap:10px;font-size:28px;color:var(--green);font-weight:700;letter-spacing:-1px}.brand>span{font-size:21px;letter-spacing:-.8px}.brand-small{display:block;font-size:8px;letter-spacing:1.9px;margin-top:5px;font-weight:600}.nav-label{font-size:10px;letter-spacing:1.5px;color:#89958b;margin:55px 12px 14px}.nav{display:flex;align-items:center;gap:12px;border:0;margin-bottom:5px;text-align:left;padding:13px}.nav.active{background:#eaf0e9;color:var(--green);font-weight:600}.nav-count{margin-left:auto;background:#d9e5d6;border-radius:4px;padding:2px 7px;font-size:11px}.sidebar-bottom{margin-top:auto}.environment{padding:16px 8px;border-bottom:1px solid var(--line);font-size:12px}.environment>span:last-child{display:block;color:var(--muted);font-size:10px;margin:5px 0 0 14px}.dot{display:inline-block;width:6px;height:6px;background:#6a9255;border-radius:50%;margin-right:7px}.user{display:flex;align-items:center;gap:10px;padding-top:20px}.user small{display:block;font-size:10px;color:var(--muted);margin-top:5px}.avatar{background:#eceddf;color:#526846;width:34px;height:34px;display:grid;place-items:center;border-radius:50%;font-weight:600}.user button{margin-left:auto;border:0;padding:5px}main{margin-left:238px}.topbar{height:72px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 36px;color:var(--muted);font-size:12px}.topbar strong{color:#344639;font-weight:500}.live-label{font-size:11px}.page{padding:32px 36px 50px;max-width:1900px;margin:auto}.heading{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:28px}.eyebrow{font-size:10px;font-weight:600;letter-spacing:1.7px;color:#839175}h1{font-size:30px;font-weight:600;letter-spacing:-1px;margin:9px 0 10px}h2{font-size:21px;letter-spacing:-.4px;margin:0 0 10px}h3{font-size:15px;margin:0 0 6px}p{line-height:1.6;color:var(--muted);margin:8px 0}.actions{display:flex;gap:9px;align-items:center;flex-wrap:wrap}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin:25px 0}.stat{border:1px solid var(--line);background:white;border-radius:9px;padding:20px 22px}.stat label{font-size:11px;color:var(--muted);display:block;margin-bottom:12px}.stat strong{font-size:28px;font-weight:500;letter-spacing:-1px}.stat small{display:block;margin-top:9px;color:var(--muted);font-size:11px}.stat.halo{border-top:3px solid #d7c851}.stat.karsten{border-top:3px solid #bb9577}.panel{background:white;border:1px solid var(--line);border-radius:9px;overflow:hidden}.panel-head{display:flex;justify-content:space-between;align-items:center;padding:20px 22px;border-bottom:1px solid var(--line);gap:15px}.panel-head p{font-size:12px}.search{width:260px;background:#f8faf7}input,select,textarea{border:1px solid #d8e0d7;border-radius:5px;padding:10px 11px;background:white;color:#24332e;min-width:0}textarea{resize:vertical;min-height:75px}label{display:flex;flex-direction:column;gap:7px;font-size:12px;font-weight:500;margin-bottom:15px}table{border-collapse:collapse;width:100%;text-align:left}th{font-size:10px;letter-spacing:.6px;color:#7b897f;background:#fafbf9;font-weight:600;padding:13px 18px;border-bottom:1px solid var(--line);white-space:nowrap}td{padding:17px 18px;border-bottom:1px solid #edf0eb;font-size:12px}tr:last-child td{border-bottom:0}.order-row{cursor:pointer}.order-row:hover td{background:#f8faf5}td strong{display:block;font-weight:600;margin-bottom:5px}td small{color:var(--muted);font-size:10px}.badge{display:inline-flex;gap:5px;align-items:center;padding:5px 9px;border-radius:4px;background:#eef2ea;font-size:10px;white-space:nowrap}.badge.amber{background:#fbf0d6;color:#93701c}.badge.green{background:#e7f0e5;color:#476b3d}.badge.halo{background:var(--halo);color:#756419}.badge.karsten{background:var(--karsten);color:#77543c}.number{text-align:right;font-variant-numeric:tabular-nums}.empty{text-align:center;padding:65px 20px}.empty h2{margin-top:15px}.empty button{margin-top:20px}.workflow{display:flex;align-items:center;gap:13px;font-size:11px;color:var(--muted);margin-top:17px}.workflow .current{color:var(--green);font-weight:600}.workflow b{background:#e7ede2;border-radius:50%;display:inline-grid;place-items:center;width:22px;height:22px;margin-right:5px}.tabs{display:flex;gap:26px;border-bottom:1px solid var(--line);margin:24px 0 20px}.tabs button{border:0;background:none;border-radius:0;color:var(--muted);padding:12px 0}.tabs button.active{border-bottom:2px solid var(--green);color:var(--green);font-weight:600}.notice{padding:13px 17px;border-radius:6px;background:#fff8e5;color:#866821;font-size:12px;line-height:1.5;margin:15px 0}.notice.info{background:#eaf1e8;color:#4c6743}.notice.error{background:#fbece8;color:#993e31}.grid-wrap{overflow:auto;max-height:62vh}.grid{min-width:1400px}.grid th{position:sticky;top:0;z-index:2}.grid td,.grid th{padding:12px 9px;text-align:right}.grid td:first-child,.grid th:first-child{position:sticky;left:0;text-align:left;min-width:230px;max-width:270px;background:white;z-index:1;border-right:1px solid var(--line)}.grid th:first-child{background:#fafbf9;z-index:3}.grid .product-cell{cursor:pointer}.grid .product-cell:hover{background:#f3f7ed}.grid td:nth-child(2){text-align:left;white-space:nowrap}.grid td.halo-cell{background:#fcf9e7}.grid td.karsten-cell{background:#f5ece4}.grid td.qty{font-variant-numeric:tabular-nums;color:#3b4c40}.grid td.zero{color:#c5ccc3}.grid tfoot td{background:#f0f4ed;font-weight:600;position:sticky;bottom:0}.grid td strong{font-size:12px}.grid td small{display:block;line-height:1.5}.grid-caption{padding:12px 18px;color:var(--muted);font-size:11px;display:flex;justify-content:space-between}.legend{display:flex;gap:14px}.legend i{display:inline-block;width:8px;height:8px;margin-right:5px;border-radius:2px}.halo-dot{background:#dccc49}.karsten-dot{background:#bd9476}.toolbar{display:flex;gap:10px;align-items:center}.split-layout{display:grid;grid-template-columns:1fr 1fr;gap:20px}.content{padding:22px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.warning-list{padding:0 0 0 20px;color:#8f702b;font-size:12px;line-height:1.8}.error{color:#a24539!important}dialog{border:0;border-radius:12px;box-shadow:0 20px 100px #152a3440;padding:0;width:min(780px,95vw);max-height:90vh;color:#24332e}dialog::backdrop{background:#13271d70;backdrop-filter:blur(3px)}.modal-head{display:flex;align-items:center;justify-content:space-between;padding:22px 26px;border-bottom:1px solid var(--line)}.modal-content{padding:22px 26px}.modal-footer{display:flex;align-items:center;justify-content:flex-end;gap:10px;border-top:1px solid var(--line);padding:18px 26px}.qty-fields{display:grid;grid-template-columns:repeat(7,1fr);gap:10px}.qty-fields label{font-size:10px}.qty-fields input{width:100%;padding:10px 7px}.check-label{display:flex;flex-direction:row;align-items:flex-start;gap:10px;font-weight:400;line-height:1.5}.check-label input{margin-top:3px}.trace-row{padding:19px 22px;border-bottom:1px solid var(--line)}.trace-row:last-child{border-bottom:0}.trace-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.trace-head small{color:var(--muted)}.trace-row label{margin-bottom:0}.trace-row input{width:100%}.audit{padding:20px;border-bottom:1px solid var(--line)}.audit header{display:flex;justify-content:space-between}.audit small{font-size:11px;color:var(--muted)}.audit p{font-size:12px}.audit details{font-size:11px;color:var(--muted)}pre{max-height:300px;overflow:auto;background:#f7f8f5;padding:15px;font-size:11px;white-space:pre-wrap}.toast{position:fixed;bottom:25px;left:50%;transform:translateX(-50%);background:#254c39;color:white;border-radius:7px;padding:15px 25px;z-index:30;box-shadow:0 6px 25px #0002}.auth{display:grid;grid-template-columns:1fr 1fr;min-height:100vh}.auth-art{background:#e8eddf;padding:55px 65px;display:flex;flex-direction:column;justify-content:space-between}.auth-art h1{font-size:60px;line-height:1.15;font-weight:500;margin-top:22px}.auth-art>span{font-size:11px;color:#829074}.auth-form{display:grid;place-items:center;background:white;padding:30px}.auth-form form{width:340px}.auth-form h2{font-size:29px;margin-top:15px}.auth-form p{margin-bottom:25px}.auth-form button{width:100%;margin-top:12px}.team-card{padding:20px;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:15px}.link{color:var(--green);text-decoration:underline}.muted{color:var(--muted)}.loading{padding:80px;text-align:center;color:var(--muted)}.dirty{font-size:11px;color:#9b7523}.summary-line{display:flex;justify-content:space-between;border-bottom:1px solid var(--line);padding:12px 0;font-size:12px}@media(max-width:1100px){.sidebar{width:195px;padding:25px 15px}.brand>span{font-size:18px}main{margin-left:195px}.page{padding:25px 22px}.stats{gap:10px}.stat{padding:17px}.heading{align-items:flex-start}.heading .actions{max-width:260px;justify-content:flex-end}.split-layout{grid-template-columns:1fr}}@media(max-width:750px){.sidebar{position:static;width:100%;height:auto;padding:15px;flex-direction:row;align-items:center;gap:10px;border-bottom:1px solid var(--line)}.sidebar .nav-label,.sidebar-bottom,.nav-count,.brand-small{display:none}.sidebar .nav{margin:0}.sidebar .brand{margin-right:auto}.sidebar .brand>span{font-size:16px}main{margin:0}.topbar{padding:0 20px;height:50px}.live-label{display:none}.page{padding:24px 16px}.stats{grid-template-columns:1fr 1fr}.heading{flex-direction:column}.heading .actions{max-width:none;justify-content:flex-start}.panel-head{align-items:flex-start;flex-direction:column}.toolbar{flex-wrap:wrap}.search{width:100%}.form-row{grid-template-columns:1fr}.qty-fields{grid-template-columns:repeat(4,1fr)}.auth{grid-template-columns:1fr}.auth-art{display:none}.tabs{gap:18px;overflow:auto}.tabs button{white-space:nowrap}.orders-table-wrap{overflow:auto}}
