:root{--color-primary: #1a73e8;--color-accent: #fbbc04;--color-surface-bg: #f6f7f9;--bg: #f6f7f9;--surface: #ffffff;--surface-2: #f2f4f7;--text: #16202c;--text-muted: #66707c;--text-faint: #9aa4b0;--border: #e6e9ee;--border-strong: #d4dae2;--radius-sm: 8px;--radius: 14px;--radius-lg: 20px;--radius-pill: 999px;--shadow-sm: 0 1px 2px rgba(16, 32, 44, .06);--shadow: 0 4px 16px rgba(16, 32, 44, .08);--shadow-lg: 0 12px 32px rgba(16, 32, 44, .12);--space: 16px;--maxw: 920px;--st-received-bg: #eef2ff;--st-received-fg: #4f5bd5;--st-progress-bg: #fff4e5;--st-progress-fg: #b9690a;--st-ready-bg: #e7f6ed;--st-ready-fg: #1a8f4c;--st-released-bg: #eef1f4;--st-released-fg: #5b6776}*,*:before,*:after{box-sizing:border-box}html,body{height:100%}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;-webkit-font-smoothing:antialiased;background:var(--bg);color:var(--text);line-height:1.5}h1,h2,h3{margin:0;font-weight:700;letter-spacing:-.01em}a{color:inherit}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font:inherit;font-weight:600;border:1px solid transparent;border-radius:var(--radius-sm);padding:.6rem 1.1rem;cursor:pointer;transition:transform .06s ease,background .15s ease,border-color .15s ease,filter .15s ease;text-decoration:none;white-space:nowrap}.btn:active{transform:translateY(1px)}.btn--primary{background:var(--color-primary);color:#fff}.btn--primary:hover{filter:brightness(1.06)}.btn--ghost{background:var(--surface);color:var(--text);border-color:var(--border-strong)}.btn--ghost:hover{background:var(--surface-2)}.btn--sm{padding:.4rem .75rem;font-size:.85rem}.pill{display:inline-flex;align-items:center;gap:6px;font-size:.78rem;font-weight:700;padding:.25rem .65rem;border-radius:var(--radius-pill);white-space:nowrap}.pill:before{content:"";width:7px;height:7px;border-radius:50%;background:currentColor;opacity:.85}.pill--received{background:var(--st-received-bg);color:var(--st-received-fg)}.pill--in-progress{background:var(--st-progress-bg);color:var(--st-progress-fg)}.pill--ready-for-pickup{background:var(--st-ready-bg);color:var(--st-ready-fg)}.pill--released{background:var(--st-released-bg);color:var(--st-released-fg)}.field-label{font-size:.8rem;font-weight:600;color:var(--text-muted)}.select,.input{font:inherit;color:var(--text);background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--radius-sm);padding:.5rem .7rem;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.select:focus,.input:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--color-primary) 18%,transparent)}.state{text-align:center;color:var(--text-muted);padding:56px 16px}.state-error{color:#b42318;background:#fef3f2;border:1px solid #fee4e2;border-radius:var(--radius);padding:16px}
