:root{--bg:#f6f7f9;--surface:#fff;--text:#1a1d21;--muted:#61656c;--border:#e1e4e8;--accent:#1a73e8;--accent-hover:#1662c2;--danger:#c5221f}*{box-sizing:border-box;margin:0;padding:0}body,html{height:100%}body{background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:15px;line-height:1.5}button{font:inherit;cursor:pointer}