:root{--background:#f8fafc;--foreground:#0f172a;--primary:#0ea5e9;--primary-hover:#0284c7;--muted:#f1f5f9;--muted-foreground:#64748b;--border:#e2e8f0;--glass-bg:rgba(255,255,255,0.85);--glass-blur:blur(12px);--glass-border:rgba(226,232,240,0.8);--radius:1rem}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background-color:var(--background);color:var(--foreground);line-height:1.5}a{color:inherit;text-decoration:none}button,input,select,textarea{font-family:inherit}