:root{--background:#fff;--foreground:#171717;--card:#fff;--primary:#0070f3;--primary-rgb:0, 112, 243;--primary-light:#ebf5ff;--primary-foreground:#fff;--secondary:#f5f5f5;--secondary-foreground:#171717;--muted:#f5f5f5;--muted-foreground:#404040;--accent:#f5f5f5;--accent-foreground:#171717;--destructive:#ef4444;--destructive-foreground:#fff;--border:#e5e5e5;--input:#e5e5e5;--ring:#0070f3;--radius:.5rem;--shadow:0 10px 24px #0000001f;--z-sticky:20;--z-dropdown:100;--z-map-overlay:200;--z-modal:1000;--z-modal-nested:1100;--z-toast:1200;--safe-area-bottom:env(safe-area-inset-bottom,0px);--font-sans:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed;--card:#111;--primary:#0070f3;--primary-rgb:0, 112, 243;--primary-light:#0d2847;--primary-foreground:#fff;--secondary:#1a1a1a;--secondary-foreground:#ededed;--muted:#1a1a1a;--muted-foreground:#c8c8c8;--accent:#1a1a1a;--accent-foreground:#ededed;--destructive:#7f1d1d;--destructive-foreground:#ededed;--border:#262626;--input:#262626;--ring:#0070f3;--shadow:0 12px 28px #00000052;--z-sticky:20;--z-dropdown:100;--z-map-overlay:200;--z-modal:1000;--z-modal-nested:1100;--z-toast:1200}}*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;font-family:var(--font-sans);background:var(--background);color:var(--foreground);overflow-x:hidden}html{font-size:14px}body{min-height:100dvh}input,select,textarea,button{font:inherit;color:inherit}button,input,select{min-height:2.5rem}:focus-visible{outline:2px solid rgba(var(--primary-rgb), .55);outline-offset:2px}a{color:inherit;text-decoration:none}button{cursor:pointer}.hover-scale{transition:transform .2s}.hover-scale:hover{transform:scale(1.02)}.fade-in{animation:.5s ease-in-out fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-spin{animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (min-width:360px){html{font-size:15px}}@media (min-width:768px){html{font-size:16px}}
