#main:empty{background:#f1f5f9;justify-content:center;align-items:center;min-height:100vh;display:flex}#main:empty:after{content:"Chargement de Kroneo…";color:#64748b;flex-direction:column;align-items:center;gap:1rem;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:1rem;animation:1.2s ease-in-out infinite splash-pulse;display:flex}#main:empty:before{content:"";border:3px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;width:40px;height:40px;animation:.8s linear infinite splash-spin;position:absolute;top:calc(50% - 50px)}@keyframes splash-spin{to{transform:rotate(360deg)}}@keyframes splash-pulse{0%,to{opacity:.6}50%{opacity:1}}[data-theme=dark] #main:empty{background:#0f172a}[data-theme=dark] #main:empty:after{color:#94a3b8}[data-theme=dark] #main:empty:before{border-color:#60a5fa #334155 #334155}:root{--primary:#1d4ed8;--primary-light:#3b82f6;--primary-dark:#1e40af;--bg:#f1f5f9;--card:#fff;--text:#1e293b;--text-light:#64748b;--border:#e2e8f0;--color-success:#059669;--color-success-bg:#d1fae5;--color-success-border:#bbf7d0;--color-success-text:#065f46;--color-warning:#d97706;--color-warning-bg:#fef3c7;--color-warning-border:#fde68a;--color-warning-text:#78350f;--color-error:#dc2626;--color-error-bg:#fee2e2;--color-error-border:#fecaca;--color-error-text:#991b1b;--color-info:#3b82f6;--color-info-bg:#dbeafe;--color-info-border:#bfdbfe;--color-info-text:#1e40af;--success:var(--color-success);--warning:var(--color-warning);--danger:var(--color-error);--sector-reception:#059669;--sector-reception-bg:linear-gradient(135deg, #a7f3d0, #6ee7b7);--sector-reception-text:#064e3b;--sector-picking:#2563eb;--sector-picking-bg:linear-gradient(135deg, #bfdbfe, #93c5fd);--sector-picking-text:#1e3a8a;--sector-expedition:#7c3aed;--sector-expedition-bg:linear-gradient(135deg, #ddd6fe, #c4b5fd);--sector-expedition-text:#4c1d95;--sector-froid:#0284c7;--sector-froid-bg:linear-gradient(135deg, #bae6fd, #7dd3fc);--sector-froid-text:#0c4a6e;--sector-pause:#d97706;--sector-pause-bg:linear-gradient(135deg, #fde68a, #fcd34d);--sector-pause-text:#78350f;--space-xs:4px;--space-sm:8px;--space-md:16px;--space-lg:24px;--space-xl:32px;--space-2xl:48px;--font-xs:10px;--font-sm:12px;--font-md:14px;--font-lg:16px;--font-xl:20px;--font-2xl:28px;--radius-sm:6px;--radius-md:8px;--radius-lg:12px;--radius-pill:999px;--radius:10px;--shadow-sm:0 1px 3px rgba(0,0,0,.08);--shadow-md:0 4px 12px rgba(0,0,0,.12);--shadow-lg:0 8px 30px rgba(0,0,0,.18);--shadow-focus:0 0 0 3px rgba(59,130,246,.15);--shadow:var(--shadow-sm);--bg-light:#f8fafc;--text-secondary:#475569;--text-muted:#334155;--text-hint:#94a3b8;--border-light:#cbd5e1;--card-bg:var(--card);--z-sticky:10;--z-dropdown:100;--z-modal:200;--z-toast:10000;--z-preview:9999;--surface-1:#fff;--surface-2:#f8fafc;--surface-3:#eef2ff;--surface-elevated:#fff;--border-strong:#cbd5e1;--ring-color:color-mix(in srgb, var(--primary-light) 45%, white);--ring-focus:0 0 0 3px var(--ring-color);--shadow-soft:0 8px 24px rgba(15,23,42,.08);--shadow-elevated:0 18px 40px rgba(15,23,42,.12);--duration-fast:.14s;--duration-base:.22s;--ease-standard:cubic-bezier(.2, 0, 0, 1)}html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);text-rendering:optimizespeed;min-height:100vh;font-family:Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;line-height:1.6;overflow-x:clip}