: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)}html,body{margin:0;min-height:100%;background:transparent;color:var(--text)}body{min-height:100vh}a{color:inherit}button,input,select,textarea{font:inherit}button{cursor:pointer}.app-shell{min-height:100vh;display:flex;flex-direction:column}.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}.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}.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:#ffffffb3;transition:transform .12s ease,background .12s ease}.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}.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}.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:#ffffffe6;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}.field textarea{min-height:120px;resize:vertical}.actions{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.actions.stretch>*{flex:1 1 220px}.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}.photo-preview{width:100%;max-width:220px;border-radius:20px;border:1px solid var(--line)}.photo-strip{display:flex;gap:.75rem;overflow-x:auto;padding-bottom:.35rem;scroll-snap-type:x proximity}.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}.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}.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{position:absolute;width:1px;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}.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}.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:min(100% - 1rem,1200px)}.topbar{padding:1rem;align-items:flex-start;flex-direction:column;gap:1rem}.topbar-actions{width:100%;justify-content:flex-start}.split{grid-template-columns:1fr}.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}.selected-photo-card{width:138px}.selected-photo-card img{width:138px;height:120px}.delivery-proof-form{gap:1.15rem}.delivery-submit-row{padding-top:1.1rem;margin-top:.65rem}.delivery-submit-row .primary-button{width:100%}}
