:root{--background:#fcfcfb;--card-bg:#fff;--text-main:#191c1a;--text-muted:#5e6660;--border:#e2e5df}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--background);min-height:100vh;color:var(--text-main);-webkit-font-smoothing:antialiased;justify-content:center;align-items:center;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;display:flex}.auth-wrapper{text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:360px;padding:32px 24px;display:flex}.logo-container{justify-content:center;align-items:center;margin-bottom:28px;display:flex}.quirky-logo{object-fit:contain;width:150px;height:auto;max-height:75px;display:block}.auth-box{width:100%}.google-button{border:1px solid var(--border);cursor:pointer;width:100%;min-height:50px;color:var(--text-main);background:#fff;border-radius:28px;justify-content:center;align-items:center;gap:12px;padding:12px 24px;font-size:15px;font-weight:500;transition:all .2s;display:flex;box-shadow:0 1px 3px #0000000d}.google-button:hover:enabled{background:#f7f8f5;border-color:#cbcfc5;box-shadow:0 3px 8px #00000014}.google-button:disabled{opacity:.6;cursor:not-allowed}.google-button span{white-space:nowrap}.notice.error{color:#a33b20;text-align:center;background:#fff1eb;border:1px solid #fcd3c2;border-radius:12px;width:100%;margin-bottom:18px;padding:12px 16px;font-size:13px;line-height:1.45}
