:root{--color-text:#1e293b;--color-text-secondary:#64748b;--color-text-muted:#94a3b8;--color-bg:#f8fafc;--color-card:#fff;--color-primary:#6366f1;--color-success:#10b981;--color-error:#ef4444}*{box-sizing:border-box;margin:0;padding:0}body{color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;line-height:1.5}.auth-page{flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.status-card{background:var(--color-card);text-align:center;border-radius:12px;width:100%;max-width:360px;padding:32px;box-shadow:0 4px 12px #00000014}.status-icon{border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin:0 auto 16px;font-size:24px;display:flex}.status-icon.loading{color:var(--color-primary);background:#eef2ff}.status-icon.success{color:var(--color-success);background:#d1fae5}.status-icon.error{color:var(--color-error);background:#fee2e2}.status-title{margin-bottom:8px;font-size:18px;font-weight:600}.status-message{color:var(--color-text-secondary);margin-bottom:20px;font-size:14px}.spinner{border:3px solid #e2e8f0;border-top-color:var(--color-primary);border-radius:50%;width:32px;height:32px;margin:0 auto 16px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.btn{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;width:100%;padding:10px 20px;font-size:14px;font-weight:500;transition:all .15s;display:inline-flex}.btn-primary{background:var(--color-primary);color:#fff}.btn-primary:hover{background:#4f46e5}.btn-secondary{color:var(--color-text);background:#fff;border:1px solid #e2e8f0}.btn-secondary:hover{background:#f8fafc}.btn+.btn{margin-top:10px}.home-page{justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.home-card{background:var(--color-card);text-align:center;border-radius:12px;max-width:400px;padding:32px;box-shadow:0 4px 12px #00000014}.home-title{margin-bottom:8px;font-size:20px;font-weight:600}.home-text{color:var(--color-text-secondary);margin-bottom:20px}.session-status{background:var(--color-bg);border-radius:8px;justify-content:center;align-items:center;gap:8px;margin-bottom:16px;padding:12px;display:flex}.session-dot{background:var(--color-text-muted);border-radius:50%;width:8px;height:8px}.session-dot.active{background:var(--color-success)}.footer-text{color:var(--color-text-muted);margin-top:20px;font-size:12px}.footer-text a{color:var(--color-primary);text-decoration:none}
