:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--bg: #0a0a0a;--surface: #111111;--surface-2: #171717;--border: #262626;--text: #fafafa;--muted: #a3a3a3;--link: #e5e7eb;--primary: #ffffff;--on-primary: #000000}html,body,#root{height:100%}body{margin:0;min-width:320px;min-height:100vh;background:var(--bg);color:var(--text)}a{color:var(--link);text-decoration:none}a:hover{text-decoration:underline}button{border-radius:10px;border:1px solid var(--border);padding:10px 14px;font-size:1rem;font-weight:600;background-color:var(--surface);color:var(--text);cursor:pointer}button:disabled{opacity:.5;cursor:not-allowed}.container{width:100%;max-width:1100px;margin:0 auto;padding:16px}.grid-two{display:grid;grid-template-columns:280px 1fr;gap:16px;min-height:70vh}@media (max-width: 900px){.grid-two{grid-template-columns:1fr}}.analysis{line-height:1.75;color:var(--text);max-width:80ch}.analysis p{margin:0 0 12px}.analysis ul,.analysis ol{margin:0 0 12px 22px;padding:0}.analysis li{margin:4px 0}.auth-shell{min-height:100vh;display:grid;place-items:center;background:radial-gradient(1000px 600px at 50% -20%,rgba(255,255,255,.08),transparent 60%),radial-gradient(800px 500px at -10% 110%,rgba(255,255,255,.05),transparent 60%),var(--bg);padding:24px}.auth-card{width:100%;max-width:420px;background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:28px;box-shadow:0 10px 30px #00000059}.auth-brand{display:grid;justify-items:center;text-align:center;gap:6px;margin-bottom:18px}.auth-logo{width:40px;height:40px;border-radius:8px}.auth-title{margin:0;font-size:20px;font-weight:700}.auth-subtitle{margin:0;color:var(--muted);font-size:14px}.auth-actions{display:grid;gap:10px}.google-login>div{width:100%!important;display:flex;justify-content:center}
