:root{--green-900:#0d3d22;--green-700:#1a6b3c;--green-600:#1f8049;--green-200:#a7d7b8;--green-100:#e8f5ee;--green-50:#f2faf5;--ink:#0d1f12;--slate-700:#374151;--slate-500:#6b7280;--slate-400:#9ca3af;--slate-200:#e5e7eb;--slate-100:#f3f4f6;--white:#ffffff;--red-700:#b91c1c;--red-600:#dc2626;--red-100:#fee2e2;--red-50:#fef2f2;--amber-600:#d97706;--amber-100:#fef3c7;--amber-50:#fffbeb;--blue-700:#1d4ed8;--blue-100:#dbeafe;--blue-50:#eff6ff;--navy-900:#0f172a;--navy-800:#1e293b;--navy-700:#334155;--navy-200:#94a3b8;--font-sans:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",system-ui,sans-serif;--font-mono:"IBM Plex Mono","Fira Code",monospace;--radius-sm:6px;--radius-md:10px;--radius-lg:14px;--radius-xl:20px;--radius-full:9999px;--shadow-sm:0 1px 3px rgba(0,0,0,.08),0 1px 2px rgba(0,0,0,.05);--shadow-md:0 4px 16px rgba(0,0,0,.08),0 2px 6px rgba(0,0,0,.04);--shadow-lg:0 10px 40px rgba(0,0,0,.12),0 4px 12px rgba(0,0,0,.06);--shadow-xl:0 20px 60px rgba(0,0,0,.18);--ease:cubic-bezier(0.4,0,0.2,1);--duration-fast:120ms;--duration-base:200ms;--duration-slow:350ms}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-sans);color:var(--ink);background:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5}a{color:inherit;text-decoration:none}button,input,select,textarea{font-family:inherit}img,svg{display:block}.mono{font-family:var(--font-mono)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.pill{display:inline-flex;align-items:center;gap:5px;padding:3px 10px;border-radius:var(--radius-full);font-size:11px;font-weight:600;letter-spacing:.02em}.pill:before{content:"";width:5px;height:5px;border-radius:50%;background:currentColor;flex-shrink:0}.pill-clear{background:var(--green-100);color:var(--green-700)}.pill-flag{background:var(--red-100);color:var(--red-600)}.pill-pending{background:var(--amber-100);color:var(--amber-600)}.pill-accepted{background:var(--green-100);color:var(--green-700)}.pill-insured{background:var(--blue-100);color:var(--blue-700)}.badge{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;border-radius:var(--radius-full);background:var(--red-600);color:#fff;font-size:10px;font-weight:700;padding:0 4px}.toast-root{position:fixed;bottom:24px;right:24px;z-index:9999;display:flex;flex-direction:column;gap:8px;pointer-events:none}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--slate-200);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--slate-400)}