:root{--bg: #f8f4ee;--bg-strong: #fffdf8;--surface: rgba(255, 253, 248, .92);--surface-strong: #ffffff;--line: rgba(72, 48, 28, .12);--text: #34261a;--muted: #735f4d;--accent: #7f5539;--accent-soft: #e9d8c9;--success: #4f772d;--info: #2c699a;--warning: #9c6644;--danger: #b23a48;--shadow: 0 24px 60px rgba(83, 56, 34, .12);font-family:Segoe UI,Trebuchet MS,sans-serif;color:var(--text);background:radial-gradient(circle at top left,rgba(233,216,201,.55),transparent 35%),radial-gradient(circle at bottom right,rgba(198,164,137,.2),transparent 25%),var(--bg)}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;min-height:100%;background:transparent;color:var(--text);overflow-x:clip}body{min-height:100vh}a{color:inherit}button,input,select,textarea{font:inherit}button{cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent;-webkit-appearance:none;appearance:none}.app-shell{min-height:100vh;display:flex;flex-direction:column;overflow-x:clip}.topbar{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid var(--line);background:#fffcf6cc;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);position:sticky;top:0;z-index:10}.brand{display:flex;flex-direction:column;gap:.15rem}.brand small,.meta,.muted{color:var(--muted)}.nav{display:flex;flex-wrap:wrap;gap:.6rem}.nav-toggle{display:none;border:1px solid var(--line);border-radius:999px;padding:.65rem .95rem;background:#e9d8c9e0;color:var(--text)}.topbar-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.85rem}.user-badge{display:grid;gap:.2rem;padding:.7rem 1rem;border-radius:18px;border:1px solid var(--line);background:#ffffffb8}.user-badge span{color:var(--muted);font-size:.92rem}.user-badge-mobile{display:none}.admin-subnav{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem}.admin-subnav a{border:1px solid var(--line);border-radius:999px;padding:.75rem 1rem;text-decoration:none;background:#ffffffb8}.admin-subnav a.active{background:var(--accent);border-color:transparent;color:#fff}.nav a,.nav button,.ghost-button,.secondary-button,.primary-button,.danger-button,.status-button{border:1px solid var(--line);border-radius:999px;padding:.7rem 1rem;text-decoration:none;background:#e9d8c9d1;transition:transform .12s ease,background .12s ease}.nav a,.nav button{color:var(--text)}.nav-loading-indicator{border:1px solid var(--line);border-radius:999px;padding:.55rem .85rem;background:#e9d8c9d1;color:var(--muted);font-size:.9rem;line-height:1;white-space:nowrap}.nav a:hover,.nav button:hover,.ghost-button:hover,.secondary-button:hover,.primary-button:hover,.danger-button:hover,.status-button:hover{transform:translateY(-1px)}.primary-button{background:var(--accent);color:#fff;border-color:transparent}.danger-button{background:#b23a481f;color:var(--danger)}.page-wrap{width:min(1200px,calc(100% - 2rem));margin:0 auto;padding:2rem 0 4rem;min-width:0}.hero,.panel,.stat,.card,.login-card{background:var(--surface);border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow)}.hero,.panel,.login-card{padding:1.5rem}.card{padding:1.1rem}.card.tight{padding:.9rem}.grid{display:grid;gap:1rem;min-width:0}.grid.two{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.grid.three{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.section-head{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:1rem}.page-title h1,.hero h1,.login-card h1{margin:0 0 .4rem;font-size:clamp(2rem,4vw,3rem)}.page-title p,.hero p{color:var(--muted)}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem}.field{display:flex;flex-direction:column;gap:.45rem}.field-label{display:flex;align-items:center;justify-content:space-between;gap:.65rem}.field-help{font-size:.92rem;color:var(--muted);line-height:1.4;padding:.1rem 0 .25rem}.help-toggle{display:inline-flex;align-items:center;justify-content:center;width:1.7rem;height:1.7rem;flex:0 0 auto;border-radius:999px;border:1px solid var(--line);background:#e9d8c9eb;color:var(--accent);font-size:.9rem;font-weight:700;cursor:pointer}.field input,.field textarea,.field select{border:1px solid var(--line);border-radius:16px;padding:.85rem 1rem;background:#ffffffe6;font-size:16px;width:100%;max-width:100%}.field textarea{min-height:120px;resize:vertical}.actions{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;min-width:0}.actions.stretch>*{flex:1 1 220px}.admin-inline-form{gap:.95rem}.admin-inline-form input,.admin-inline-form select,.admin-inline-form .field{width:100%}.admin-inline-actions{margin-top:.15rem;padding-top:.2rem}.admin-inline-actions .primary-button,.admin-inline-actions .danger-button,.admin-inline-actions .ghost-button{min-height:46px}.board{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem}.status-chip{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .65rem;border-radius:999px;font-size:.88rem;font-weight:600}.status-pending{background:#fff;color:#66523f}.status-in_progress{background:#4f772d1f;color:var(--success)}.status-qc_ready{background:#2c699a1f;color:var(--info)}.status-approved{background:#9c664424;color:var(--warning)}.status-ready_for_pickup,.status-dispatch_ready,.status-out_for_delivery,.status-delivered,.status-picked_up{background:#7f55391f;color:var(--accent)}.status-cancelled{background:#b23a481a;color:var(--danger)}.flash{padding:.85rem 1rem;border-radius:16px;margin-bottom:1rem;border:1px solid var(--line)}.flash.error{background:#b23a4814;color:var(--danger)}.flash.success{background:#4f772d14;color:var(--success)}.inline-alert{padding:.85rem 1rem;border-radius:16px;border:1px solid var(--line);margin:.85rem 0}.inline-alert.danger{background:#b23a4814;color:var(--danger)}.inline-alert.warning{background:#9c66441a;color:var(--warning)}.stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}.stat{padding:1rem 1.1rem}.stat strong{display:block;font-size:1.8rem;margin-bottom:.3rem}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse}th,td{padding:.9rem;text-align:left;border-bottom:1px solid var(--line);vertical-align:top}.split{display:grid;grid-template-columns:1.4fr 1fr;gap:1rem}.sales-mobile-primary{font-weight:600;margin-top:.2rem}.sales-mobile-secondary{line-height:1.45}.delivery-customer-block{display:grid;gap:.45rem;margin-top:.85rem}.mobile-full-button{width:100%;justify-content:center}.photo-preview{width:100%;max-width:220px;border-radius:20px;border:1px solid var(--line)}.image-preview-button,.image-thumb-button{padding:0;border:0;background:transparent;cursor:pointer}.image-preview-button{display:inline-flex;max-width:100%}.photo-strip{display:flex;gap:.75rem;overflow-x:auto;padding-bottom:.35rem;scroll-snap-type:x proximity;max-width:100%}.photo-strip img{width:148px;height:148px;object-fit:cover;flex:0 0 auto;scroll-snap-align:start;border-radius:18px;border:1px solid var(--line);background:#fff}.image-thumb-button img{display:block}.table-order-images .photo-strip{gap:.45rem;padding-bottom:0}.table-order-images .photo-strip img,.table-order-images .photo-preview{width:72px;height:72px;max-width:none;border-radius:14px}.image-lightbox{position:fixed;inset:0;z-index:70;display:flex;align-items:center;justify-content:center;padding:1rem;background:#16100ce0;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.image-lightbox-shell{width:min(100%,960px);max-height:100%;display:grid;gap:.85rem;padding:1rem;border-radius:24px;background:color-mix(in srgb,var(--surface) 92%,black 8%);border:1px solid color-mix(in srgb,var(--line) 88%,white 12%);box-shadow:0 24px 60px #0c0a0866}.image-lightbox-toolbar,.image-lightbox-actions{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.image-lightbox-counter{font-size:.92rem;color:var(--muted)}.image-lightbox-stage{display:flex;align-items:center;justify-content:center;overflow:auto;max-height:min(74vh,900px);border-radius:20px;background:#120e0b8c;padding:.75rem;touch-action:pinch-zoom pan-x pan-y}.image-lightbox-image{display:block;max-width:100%;max-height:100%;width:auto;height:auto;border-radius:16px}.file-picker{position:relative;display:inline-flex;align-items:center;width:fit-content;max-width:100%}.file-picker-trigger{position:relative;z-index:0}.file-picker-disabled{opacity:.55}.file-picker-input{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer}.file-picker-label{display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.file-picker-native,.field .file-picker-native{position:absolute;width:1px!important;max-width:none!important;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.selected-photo-card{display:grid;gap:.65rem;flex:0 0 auto;width:168px;max-width:100%}.selected-photo-card img{width:168px;height:148px;object-fit:cover;border-radius:18px;border:1px solid var(--line);background:#fff}.selected-photo-meta{display:grid;gap:.45rem}.photo-remove-button{width:fit-content}.delivery-proof-form{display:grid;gap:1.35rem}.delivery-submit-row{display:flex;padding-top:1rem;margin-top:.5rem;border-top:1px dashed var(--line)}.delivery-submit-row .primary-button{min-width:180px}.sales-capacity-nav{margin-top:1rem;justify-content:space-between}.sales-capacity-nav .ghost-button{min-width:140px}.sales-mobile-cancel-form{margin-top:1.2rem;padding-top:1rem;border-top:1px dashed var(--line);gap:.85rem;position:relative;z-index:1;width:100%}.topbar,.topbar>*,.topbar-actions,.topbar-actions>*,.section-head,.section-head>*,.split>*,.form-grid>*,.board>*,.panel,.hero,.card,.login-card,.sales-create-panel,.sales-capacity-panel,.sales-mobile-card,.delivery-mobile-card{min-width:0;max-width:100%}.meta-list{display:flex;flex-wrap:wrap;gap:.5rem;margin:.75rem 0}.meta-pill{padding:.45rem .75rem;border-radius:999px;background:#7f553914;border:1px solid var(--line);font-size:.9rem}.kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem}.kpi-card{padding:1rem;border-radius:20px;border:1px solid var(--line);background:#ffffffb3}.kpi-card strong{display:block;font-size:1.6rem;margin-bottom:.25rem}.scroll-panel{overflow-x:auto}.mobile-card-list{display:none}.empty-state{padding:1.5rem;border:1px dashed var(--line);border-radius:20px;color:var(--muted);text-align:center}.linked-card{color:inherit;text-decoration:none}.linked-card:hover{border-color:#7f553959}dialog{border:none;border-radius:24px;padding:0;box-shadow:var(--shadow);max-width:min(480px,calc(100vw - 2rem))}dialog::backdrop{background:#34261a4d}.dialog-body{padding:1.25rem}@media(max-width:720px){.page-wrap{width:calc(100% - 1rem);max-width:1200px;padding-top:1rem}.page-wrap>*{width:100%;box-sizing:border-box}.page-wrap>*+*{margin-top:1rem}.topbar{padding:.7rem .85rem;align-items:flex-start;flex-direction:column;gap:.6rem}.brand{gap:.05rem}.brand strong{font-size:1rem}.brand small{display:none}.topbar-actions{width:100%;justify-content:flex-start;gap:.55rem;align-items:stretch}.user-badge{width:auto;min-width:0;flex:1 1 auto;padding:.55rem .75rem;border-radius:16px}.user-badge-name,.user-badge-meta{display:none}.user-badge-mobile{display:block;font-size:.95rem}.nav-toggle{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.nav{display:none;width:100%;gap:.45rem;margin-top:.1rem;flex-direction:column}.nav.open{display:flex}.nav a,.nav button{padding:.6rem .85rem;font-size:.92rem;min-width:100%;text-align:left;color:var(--text)}.nav-loading-indicator{order:2;padding:.5rem .8rem;font-size:.85rem}.split{grid-template-columns:1fr}.hero,.panel,.login-card,.card,.stat{border-radius:20px}.hero,.panel,.login-card,.stat,.sales-create-panel,.sales-capacity-panel,.sales-mobile-card,.delivery-mobile-card,.card{padding:1rem}.card.tight{padding:.85rem}.section-head{gap:.75rem;margin-bottom:.85rem;align-items:flex-start}.section-head h2,.section-head p,.panel h2,.panel p{max-width:100%}.form-grid{grid-template-columns:1fr;gap:.85rem}.actions{gap:.6rem}.actions.stretch>*{flex:1 1 100%}.admin-inline-form{gap:1rem}.admin-inline-actions{margin-top:.35rem;padding-top:.35rem}.admin-inline-actions>*{width:100%}.admin-subnav a{flex:1 1 calc(50% - .5rem);text-align:center}.table-wrap.desktop-only{display:none}.mobile-card-list{display:grid;gap:.85rem}th,td{padding:.65rem}.photo-strip img{width:120px;height:120px}.table-order-images .photo-strip img,.table-order-images .photo-preview{width:64px;height:64px}.image-lightbox{padding:.75rem}.image-lightbox-shell{padding:.85rem;border-radius:20px}.image-lightbox-stage{max-height:72vh;padding:.5rem}.selected-photo-card{width:138px}.selected-photo-card img{width:138px;height:120px}.sales-mobile-card .section-head,.delivery-mobile-card .section-head{align-items:flex-start}.sales-mobile-meta{margin-top:.75rem}.sales-mobile-actions,.delivery-proof-picker-row{flex-direction:column;align-items:stretch}.sales-mobile-actions>*,.delivery-proof-picker-row>*{width:100%}.sales-dispatch-mobile-form,.delivery-proof-form{gap:1rem}.sales-mobile-cancel-form{gap:.9rem}.sales-mobile-cancel-form .danger-button{width:100%;min-height:48px;position:relative;z-index:1}.sales-mobile-photo-strip,.delivery-proof-photo-strip{padding-bottom:.55rem}.delivery-proof-form{gap:1.15rem}.delivery-submit-row{padding-top:1.1rem;margin-top:.65rem}.delivery-submit-row .primary-button{width:100%}.sales-capacity-nav{flex-direction:column;align-items:stretch}.sales-capacity-nav .ghost-button{width:100%}}
