*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--primary:#1a73e8;--primary-dark:#1557b0;--bg:#f8f9fa;--surface:#ffffff;--text:#202124;--text-secondary:#5f6368;--border:#dadce0;--success:#34a853;--warning:#fbbc04;--error:#ea4335;--radius:8px}html{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;color:var(--text);background:var(--bg)}body{min-height:100dvh}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer}button,input{font:inherit}