:root{--ink:#252035;--muted:#767183;--purple:#6f44c8;--purple-dark:#492c82;--line:#e7e2ed;--soft:#f5f2fa;--green:#20745d;--red:#aa3947;--radius:14px;font-family:Inter,Arial,sans-serif;color:var(--ink);font-size:14px;background:#f7f6fa}*{box-sizing:border-box}body{margin:0}button,input,select,textarea{font:inherit}button,.button{border:1px solid var(--line);background:white;border-radius:8px;padding:10px 15px;color:var(--ink);cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:7px;font-weight:600;white-space:nowrap}button:hover,.button:hover{border-color:#bca5e5;background:#f6f2fd}button:disabled{opacity:.5;cursor:wait}.primary{background:var(--purple);color:white;border-color:var(--purple)}.primary:hover{background:var(--purple-dark);color:white}.danger{color:var(--red)}.ghost{border-color:transparent;background:transparent}.small-btn{font-size:12px;padding:7px 10px}.button-row{display:flex;gap:9px;align-items:center;flex-wrap:wrap}.muted{color:var(--muted)}.small{font-size:12px;line-height:1.5}.eyebrow{font-size:11px;letter-spacing:1.8px;font-weight:700;color:var(--purple);margin:0 0 10px}h1{font-size:28px;line-height:1.15;letter-spacing:-.6px;margin:0 0 10px}h2{font-size:18px;margin:0 0 15px}h3{font-size:15px;margin:22px 0 12px}p{line-height:1.6;margin:8px 0 16px}label{display:flex;flex-direction:column;gap:7px;font-weight:600;font-size:12px;color:#51495e;min-width:0}input,select,textarea{width:100%;border:1px solid #dcd6e4;border-radius:8px;padding:10px 12px;background:#fff;color:var(--ink);outline:none;min-height:39px}input:focus,select:focus,textarea:focus{border-color:var(--purple);box-shadow:0 0 0 3px #6f44c810}input[type=checkbox]{width:16px;height:16px;min-height:0;accent-color:var(--purple)}textarea{resize:vertical;min-height:75px;line-height:1.55}.check{flex-direction:row;align-items:center;font-weight:500;margin:12px 0}.grid2,.grid3,.grid4{display:grid;gap:16px}.grid2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid4{grid-template-columns:repeat(4,minmax(0,1fr))}.full{grid-column:1/-1}.layout{display:grid;grid-template-columns:226px minmax(0,1fr);min-height:100vh}.sidebar{background:#fff;border-right:1px solid var(--line);padding:24px 16px;position:sticky;top:0;height:100vh;display:flex;flex-direction:column}.brand{padding:0 10px 22px}.brand img{width:140px;height:78px;object-fit:contain}.brand-sub{font-size:10px;letter-spacing:2px;color:#8a8195;margin-top:2px}.nav{display:flex;flex-direction:column;gap:6px}.nav button{justify-content:flex-start;border:0;border-radius:9px;padding:12px 13px;color:#776c88;background:transparent;font-size:13px}.nav button.active{background:#eee6fa;color:#6635b8}.nav button:hover{background:#f6f2fa}.nav-icon{width:24px;text-align:center;font-size:17px}.side-bottom{margin-top:auto;border-top:1px solid var(--line);padding:20px 8px 0}.avatar{width:33px;height:33px;border-radius:50%;background:#eadefa;color:var(--purple);display:flex;align-items:center;justify-content:center;font-weight:700}.userrow{display:flex;align-items:center;gap:10px}.userrow strong{display:block;font-size:12px}.userrow small{font-size:10px;color:var(--muted)}.workspace{min-width:0}.topbar{height:69px;background:white;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;padding:0 34px}.topbar span{font-size:12px;color:var(--muted)}.live-dot{display:inline-block;width:6px;height:6px;background:#54a78b;border-radius:50%;margin-right:6px}.main{padding:32px 34px 60px;max-width:1550px;margin:auto}.page-head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:25px}.page-head p{color:var(--muted);margin:0;font-size:13px}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:25px}.stat{border:1px solid var(--line);border-radius:var(--radius);background:white;padding:20px;position:relative;overflow:hidden}.stat .label{color:var(--muted);font-size:12px}.stat strong{display:block;font-size:26px;margin:12px 0 6px;font-weight:600;letter-spacing:-.8px}.stat small{color:var(--muted);font-size:11px}.stat:first-child{background:#efe8fb;border-color:#e1d3f4}.stat:first-child strong{color:var(--purple-dark)}.card{background:white;border:1px solid var(--line);border-radius:var(--radius);padding:22px;margin-bottom:20px}.card.flush{padding:0;overflow:hidden}.card-header{padding:20px 22px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;gap:12px}.card-header h2{margin:0}.filter-row{display:flex;gap:12px;align-items:center;padding:17px 22px;border-bottom:1px solid var(--line)}.filter-row input{max-width:400px}.filter-row select{width:190px}.table-wrap{overflow-x:auto}table{border-collapse:collapse;width:100%;font-size:12px}th{font-size:10px;letter-spacing:.5px;text-transform:uppercase;color:#8c809b;background:#fbfafc;text-align:left;padding:13px 18px;white-space:nowrap}td{padding:16px 18px;border-top:1px solid #eeeaf2;vertical-align:middle}td strong{display:block;font-size:12px;margin-bottom:4px}td small{display:block;color:var(--muted);font-size:11px}.num{text-align:right;font-variant-numeric:tabular-nums;white-space:nowrap}.badge{display:inline-block;font-size:10px;font-weight:600;padding:5px 9px;border-radius:30px;background:#f0edf4;color:#72627f;white-space:nowrap}.badge.purple{background:#eee5fb;color:#734bb1}.badge.green{background:#e7f4ee;color:#2b755c}.badge.orange{background:#fff1dd;color:#986623}.badge.red{background:#fce9ec;color:#9b4250}.empty{text-align:center;padding:65px 20px;color:var(--muted)}.empty .symbol{width:60px;height:60px;background:#f2eafb;border-radius:18px;display:grid;place-items:center;margin:0 auto 18px;color:var(--purple);font-size:28px}.empty h2{color:var(--ink);margin:0 0 10px}.notice{padding:13px 16px;background:#f1eafa;border:1px solid #e0d1f5;border-radius:9px;font-size:12px;line-height:1.55;margin:12px 0 20px;color:#5f438e}.notice.warning{background:#fff7e8;border-color:#efddb7;color:#896222}.notice.error{background:#fff0f1;border-color:#f0c3cb;color:#982d3d}.section-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.section-title h2{margin:0}.form-toolbar{position:sticky;bottom:0;z-index:4;border:1px solid #ddd0ee;background:#fffc;backdrop-filter:blur(10px);padding:16px 20px;border-radius:12px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 6px 35px #3a205819;gap:10px}.form-toolbar strong{font-size:17px}.item-card{border:1px solid var(--line);border-radius:10px;margin:15px 0;overflow:hidden}.item-top{background:#fbfafc;display:flex;gap:12px;align-items:center;padding:11px 15px}.item-number{font-size:12px;color:var(--purple);background:#efe7fb;padding:6px 9px;border-radius:6px}.item-top strong{flex:1;font-size:13px}.item-body{padding:16px}.item-fields{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:12px}.item-photo{width:125px;height:85px;object-fit:contain;border:1px solid var(--line);border-radius:6px;background:white}.photo-row{display:flex;align-items:center;gap:12px}.photo-row input{font-size:11px}details{margin-top:12px}summary{font-size:12px;color:var(--purple);cursor:pointer;padding:9px 0}.product-bar{display:flex;gap:10px;align-items:center}.product-bar input{flex:1}.summary-box{margin-left:auto;max-width:330px;background:#f7f4fb;border-radius:10px;padding:18px}.summary-line{display:flex;justify-content:space-between;padding:5px 0;color:#6b5e7a;font-size:12px}.summary-line.total{border-top:1px solid #dbcee9;margin-top:8px;padding-top:13px;font-weight:bold;font-size:19px;color:var(--ink)}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:17px}.product-card{border:1px solid var(--line);background:white;border-radius:12px;overflow:hidden}.product-image{height:155px;background:#f8f7fa;display:grid;place-items:center}.product-image img{height:140px;width:90%;object-fit:contain}.product-copy{padding:18px}.product-copy h3{font-size:13px;margin:0 0 8px;line-height:1.5}.product-copy .button-row{justify-content:space-between;margin-top:16px}.login-page{min-height:100vh;display:grid;grid-template-columns:1fr 1fr}.login-art{background:linear-gradient(150deg,#341c61,#7045ba);padding:10vw 7vw;color:white;display:flex;flex-direction:column;justify-content:center}.login-art h1{font-size:45px;line-height:1.2;font-weight:500}.login-art p{color:#d6c4ef;max-width:370px}.login-art .eyebrow{color:#c5a6ed}.login-flow{border-top:1px solid #ffffff30;margin-top:40px;padding-top:25px;display:flex;gap:25px;color:#d4c2ec;font-size:12px}.login-form{display:flex;align-items:center;justify-content:center;padding:35px}.login-inner{width:350px}.login-logo{width:190px;height:110px;object-fit:contain;margin:0 0 25px}.login-inner label{margin:18px 0}.login-inner button.primary{width:100%;margin:8px 0}.loading{padding:80px;text-align:center;color:var(--purple)}dialog{border:1px solid var(--line);border-radius:16px;padding:28px;width:min(760px,94vw);max-height:90vh;box-shadow:0 30px 120px #2e163340}dialog::backdrop{background:#25153775;backdrop-filter:blur(2px)}.modal-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.modal-head h2{margin:0}.modal-footer{display:flex;justify-content:flex-end;gap:10px;margin-top:23px}#toast{position:fixed;bottom:30px;left:50%;transform:translate(-50%,20px);background:#322242;color:white;box-shadow:0 6px 25px #0003;border-radius:10px;padding:14px 22px;opacity:0;pointer-events:none;z-index:100;max-width:90vw;font-size:13px;transition:.2s}#toast.visible{opacity:1;transform:translate(-50%,0)}#toast.error{background:#9b3547}.setup-body{background:linear-gradient(135deg,#ece5f8,#f9f8fc);padding:40px 20px;min-height:100vh}.setup-card{max-width:790px;margin:auto;background:white;border-radius:20px;padding:35px 45px;border:1px solid var(--line)}.setup-logo{width:140px;height:85px;object-fit:contain}.history-list{display:grid;gap:10px}.history-line{padding:12px 0;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:15px}.history-line div{flex:1}.pill-step{font-size:11px;color:#9278b5}.field-error{color:var(--red)}.settings-note{max-width:600px}.sr-only{position:absolute;left:-9999px}.print-link{color:var(--purple);font-weight:bold}.filter-count{margin-left:auto;font-size:11px;color:var(--muted);white-space:nowrap}
@media(max-width:1100px){.main{padding:25px 22px}.layout{grid-template-columns:190px minmax(0,1fr)}.stat-grid{gap:10px}.stat{padding:17px}.stat strong{font-size:23px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.grid4{grid-template-columns:repeat(2,minmax(0,1fr))}.item-fields{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:760px){.layout{display:block}.sidebar{position:static;width:100%;height:auto;padding:10px 12px;border-bottom:1px solid var(--line);border-right:0}.brand{display:none}.nav{flex-direction:row;overflow-x:auto}.nav button{font-size:11px;padding:10px}.nav-icon{display:none}.side-bottom{display:none}.topbar{height:50px;padding:0 16px}.main{padding:23px 15px 35px}.page-head{align-items:flex-start;gap:10px;flex-direction:column}.page-head h1{font-size:25px}.stat-grid{grid-template-columns:repeat(2,1fr)}.stat strong{font-size:23px}.grid2,.grid3{grid-template-columns:1fr}.grid4{grid-template-columns:1fr 1fr}.card{padding:18px}.card-header{padding:16px}.filter-row{padding:15px;flex-wrap:wrap}.filter-row select{width:150px}.item-fields{grid-template-columns:1fr 1fr}.item-fields label:first-child{grid-column:1/-1}.product-bar{flex-wrap:wrap}.product-bar input{flex-basis:100%}.product-grid{grid-template-columns:1fr}.form-toolbar{flex-wrap:wrap;padding:12px}.login-page{display:block}.login-art{display:none}.login-form{min-height:100vh;padding:30px}.setup-card{padding:25px}.setup-body{padding:20px 10px}.form-toolbar strong{font-size:15px}td,th{padding:12px}.photo-row{flex-wrap:wrap}.topbar .desktop-only{display:none}.card-header h2{font-size:15px}}

.table-wrap table{min-width:800px}
@media(max-width:760px){.stat strong{font-size:clamp(17px,4.6vw,23px);white-space:nowrap}.table-wrap{overscroll-behavior-x:contain}}
