:root{--hz-red: #A62834;--hz-red-dark: #8B2230;--hz-red-light: #C73E4E;--hz-charcoal: #4E5E60;--hz-sage: #87ABA6;--hz-gold: #D3BD94;--hz-cream: #F0DFBA;--hz-offwhite: #E7E7DF;--gray-50: #F9FAFB;--gray-100: #F3F4F6;--gray-200: #E5E7EB;--gray-300: #D1D5DB;--gray-400: #9CA3AF;--gray-500: #6B7280;--gray-600: #4B5563;--gray-700: #374151;--gray-800: #1F2937;--gray-900: #111827;--status-scheduled: #6366F1;--status-checked-in: #F59E0B;--status-picking: #3B82F6;--status-ready: #10B981;--status-loaded: #059669;--status-cancelled: #EF4444;--surface-primary: #FFFFFF;--surface-secondary: var(--gray-50);--surface-glass: rgba(255, 255, 255, .8);--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .07), 0 2px 4px -2px rgba(0, 0, 0, .05);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .08), 0 4px 6px -4px rgba(0, 0, 0, .04);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .08), 0 8px 10px -6px rgba(0, 0, 0, .04);--shadow-glow: 0 0 20px rgba(166, 40, 52, .15);--radius-sm: .5rem;--radius-md: .75rem;--radius-lg: 1rem;--radius-xl: 1.25rem;--radius-2xl: 1.5rem;--radius-full: 9999px}*{box-sizing:border-box}body{font-family:Inter,system-ui,-apple-system,sans-serif;background-color:var(--gray-50);color:var(--gray-900);margin:0;padding:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--gray-300);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--gray-400)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes pulseGlow{0%,to{box-shadow:0 0 #a628344d}50%{box-shadow:0 0 0 12px #a6283400}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes bounceIn{0%{transform:scale(.3);opacity:0}50%{transform:scale(1.05)}70%{transform:scale(.9)}to{transform:scale(1);opacity:1}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes toastIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes toastOut{0%{transform:translate(0);opacity:1}to{transform:translate(100%);opacity:0}}@keyframes progressPulse{0%,to{opacity:1}50%{opacity:.6}}.animate-fade-in{animation:fadeIn .4s ease-out}@keyframes shake{0%,to{transform:translate(0)}20%,60%{transform:translate(-8px)}40%,80%{transform:translate(8px)}}.animate-shake{animation:shake .4s ease-in-out}.animate-slide-up{animation:slideUp .5s ease-out}.animate-slide-down{animation:slideDown .4s ease-out}.animate-scale-in{animation:scaleIn .3s ease-out}.animate-bounce-in{animation:bounceIn .6s ease-out}.animate-pulse-glow{animation:pulseGlow 2s ease-in-out infinite}.animate-spin{animation:spin 1s linear infinite}.animate-toast-in{animation:toastIn .4s ease-out}.animate-toast-out{animation:toastOut .3s ease-in}.animate-progress-pulse{animation:progressPulse 2s ease-in-out infinite}.stagger-children>*{animation:slideUp .5s ease-out both}.stagger-children>*:nth-child(1){animation-delay:0ms}.stagger-children>*:nth-child(2){animation-delay:80ms}.stagger-children>*:nth-child(3){animation-delay:.16s}.stagger-children>*:nth-child(4){animation-delay:.24s}.stagger-children>*:nth-child(5){animation-delay:.32s}.stagger-children>*:nth-child(6){animation-delay:.4s}.glass-card{background:var(--surface-glass);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.6);box-shadow:var(--shadow-lg)}.status-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .625rem;border-radius:var(--radius-full);font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em}.status-scheduled{background:#eef2ff;color:#4338ca}.status-checked-in{background:#fef3c7;color:#b45309}.status-picking{background:#dbeafe;color:#1d4ed8}.status-ready{background:#d1fae5;color:#047857}.status-loaded{background:#ecfdf5;color:#059669}.status-cancelled{background:#fee2e2;color:#dc2626}.gradient-hz{background:linear-gradient(135deg,var(--hz-red) 0%,var(--hz-red-dark) 100%)}.gradient-hz-light{background:linear-gradient(135deg,#fde8ec,#fce4ec)}.shimmer{background:linear-gradient(90deg,var(--gray-100) 25%,var(--gray-200) 50%,var(--gray-100) 75%);background-size:200% 100%;animation:shimmer 1.5s ease-in-out infinite}.toast-container{position:fixed;top:1rem;right:1rem;z-index:9999;display:flex;flex-direction:column;gap:.5rem;max-width:380px}@media print{.no-print{display:none!important}body{background:#fff}.print-only{display:block!important}}.print-only{display:none}@media(max-width:640px){button,a,input,select{min-height:44px}}
