.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px;box-sizing:border-box;font-family:system-ui,-apple-system,sans-serif}.auth-card{width:100%;max-width:400px}.auth-header{text-align:center;margin-bottom:24px}.auth-logo{margin-bottom:16px}.auth-title{font-size:20px;font-weight:700;margin:0 0 8px;color:#111827}.auth-subtitle{font-size:14px;color:#6b7280;margin:0;line-height:1.5}.auth-success-text{color:#166534;font-weight:600}.auth-error{padding:10px;background:#fee2e2;color:#991b1b;border-radius:4px;font-size:13px;text-align:center}.auth-error,.auth-field{margin-bottom:16px}.auth-label{display:block;font-size:13px;font-weight:500;margin-bottom:4px;color:#374151}.auth-input{width:100%;padding:8px 12px;font-size:14px;border:1px solid #d1d5db;border-radius:4px;box-sizing:border-box;color:#111827;background:#fff;font-family:inherit}.auth-input:focus{border-color:#111827;outline:none}.auth-btn{width:100%;padding:10px;background:#111827;color:#fff;border:none;border-radius:4px;font-size:14px;font-weight:600;cursor:pointer;font-family:inherit}.auth-btn:disabled{opacity:.5;cursor:not-allowed}.auth-btn--secondary{background:rgba(0,0,0,0);color:#374151;border:1px solid #d1d5db}.auth-footer{margin-top:20px;text-align:center;font-size:13px;color:#6b7280}.auth-footer a{color:#111827;font-weight:600;text-decoration:none}.auth-code-input{width:100%;padding:12px;font-size:24px;font-weight:600;text-align:center;letter-spacing:8px;border:1px solid #d1d5db;border-radius:4px;box-sizing:border-box;font-family:monospace}.auth-code-input:focus{border-color:#111827;outline:none}.auth-secret-code{display:block;padding:8px 12px;margin-top:8px;background:#f3f4f6;border-radius:4px;font-size:13px;font-family:monospace;word-break:break-all;-webkit-user-select:all;-moz-user-select:all;user-select:all}.auth-details{margin-bottom:20px;text-align:left}.auth-details summary{cursor:pointer;font-size:13px;color:#6b7280;-webkit-user-select:none;-moz-user-select:none;user-select:none}.auth-qr{display:block;margin:0 auto 16px;border-radius:4px}.auth-info{font-size:14px;color:#6b7280;line-height:1.6;text-align:center;margin:0}.auth-msg{font-size:13px;color:#dc2626;margin-top:12px;text-align:center}.auth-loading{text-align:center;color:#6b7280;font-size:14px}.auth-legal-note{font-size:12px;color:#9ca3af;text-align:center;margin-bottom:12px;line-height:1.5}.auth-legal-note a{color:#6b7280;text-decoration:underline;text-underline-offset:2px}