@import"/theme/variables.css";@font-face{font-family:"Satoshi";src:url("/theme/fonts/Satoshi-Variable.woff2") format("woff2");font-weight:100 900;font-display:swap}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:rgba(0,0,0,0)}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--color-text-muted)}body{font-family:var(--font-ui);font-size:15px;line-height:1.5;background:var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased}.auth-page{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px 16px;position:relative;overflow:hidden}.network-bg{position:absolute;top:0;bottom:0;width:30%;pointer-events:none;color:var(--color-text);opacity:.4}.network-bg--left{left:0}.network-bg--right{right:0}.network-bg-svg{width:100%;height:100%}.network-bg-svg circle,.network-bg-svg line{opacity:0;transition:opacity .4s}@media(max-width: 767px){.network-bg{display:none}}.auth-card{width:100%;max-width:400px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);padding:40px 36px}.auth-card--centered{text-align:center}.auth-card--wide{max-width:480px}.auth-card--primary{background:var(--color-secondary-20);border-color:rgba(0,0,0,0);color:#fff}.auth-card--primary .auth-wordmark,.auth-card--primary .auth-title{color:#fff}.auth-card--primary .auth-subtitle{color:hsla(0,0%,100%,.7)}.auth-card--primary .pending-icon{color:hsla(0,0%,100%,.8)}.auth-card--primary .auth-footer a{color:hsla(0,0%,100%,.8)}.auth-card--primary .auth-logo{filter:brightness(0) invert(1)}.auth-brand{display:flex;align-items:center;gap:10px;margin-bottom:32px}.auth-logo{width:32px;height:32px}.auth-wordmark{font-size:20px;font-weight:700;letter-spacing:-0.02em;color:var(--color-text)}.auth-title{font-size:22px;font-weight:600;letter-spacing:-0.01em;margin-bottom:6px}.auth-subtitle{font-size:14px;color:var(--color-text-muted);margin-bottom:28px}.auth-form{display:flex;flex-direction:column;gap:18px;margin-top:24px}.field{display:flex;flex-direction:column;gap:6px}.field[hidden]{display:none}.field label{font-size:13px;font-weight:500;color:var(--color-text-muted)}.field input,.field textarea,.field select{width:100%;padding:10px 13px;font-family:var(--font-ui);font-size:15px;color:var(--color-text);background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-sm);outline:none;transition:border-color .15s}.field input:focus,.field textarea:focus,.field select:focus{border-color:var(--color-secondary)}.field input::placeholder,.field textarea::placeholder{color:var(--color-text-muted);opacity:.5}.field textarea{resize:vertical;min-height:80px}.field select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%237a6f62' d='M2 4l4 4 4-4'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:32px}.btn-primary{width:100%;padding:11px 16px;font-family:var(--font-ui);font-size:15px;font-weight:600;color:#fff;background:var(--color-primary);border:none;border-radius:var(--radius-sm);cursor:pointer;transition:background .15s,opacity .15s;display:flex;align-items:center;justify-content:center;gap:8px;margin-top:4px}.btn-primary:hover:not(:disabled){background:var(--color-primary-hover)}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-secondary{width:100%;padding:11px 16px;font-family:var(--font-ui);font-size:15px;font-weight:500;color:var(--color-text-muted);background:rgba(0,0,0,0);border:1px solid var(--color-border);border-radius:var(--radius-sm);cursor:pointer;transition:border-color .15s}.btn-secondary:hover{border-color:var(--color-secondary);color:var(--color-text)}.btn-row{display:flex;gap:12px;margin-top:4px}.btn-row .btn-secondary{flex:0 0 auto;width:auto;padding:11px 20px}.btn-row .btn-primary{flex:1;margin-top:0}.btn-spinner{width:16px;height:16px;border:2px solid hsla(0,0%,100%,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.auth-error{font-size:13px;color:var(--color-error);background:var(--color-error-bg);border-radius:var(--radius-sm);padding:10px 12px}.auth-footer{margin-top:24px;font-size:13px;color:var(--color-text-muted);text-align:center}.auth-footer a{color:var(--color-secondary);text-decoration:none;font-weight:500}.auth-footer a:hover{text-decoration:underline}.pending-icon{width:48px;height:48px;margin:0 auto 20px;color:var(--color-secondary)}.pending-icon svg{width:100%;height:100%}.auth-step[hidden]{display:none}.auth-step--centered{text-align:center}.check-email-icon{width:48px;height:48px;margin:0 auto 20px;color:var(--color-text)}.check-email-icon svg{width:100%;height:100%}.social-buttons{margin-top:20px}.auth-divider{display:flex;align-items:center;gap:12px;margin-bottom:16px;color:var(--color-text-muted);font-size:13px}.auth-divider::before,.auth-divider::after{content:"";flex:1;border-top:1px solid var(--color-border)}.social-btn{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:11px 16px;font-family:var(--font-ui);font-size:15px;font-weight:500;color:var(--color-text);background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-sm);cursor:pointer;text-decoration:none;transition:border-color .15s;margin-bottom:8px}.social-btn:hover{border-color:var(--color-secondary)}.social-icon{width:20px;height:20px}.step-indicator{font-size:13px;color:var(--color-text-muted);margin-left:auto}.chip-grid{display:flex;flex-wrap:wrap;gap:8px}.chip{padding:7px 14px;font-size:13px;font-weight:500;font-family:var(--font-ui);color:var(--color-text-muted);background:rgba(0,0,0,0);border:1px solid var(--color-border);border-radius:20px;cursor:pointer;transition:border-color .15s,color .15s,background .15s}.chip:hover{border-color:var(--color-text-muted);color:var(--color-text)}.chip.selected{border-color:var(--color-primary);color:var(--color-primary);background:var(--color-primary-20)}.auth-footnote{max-width:400px;margin-top:24px;font-size:12px;line-height:1.6;color:var(--color-text-muted);text-align:center;opacity:.6}.auth-footnote a{color:var(--color-secondary);text-decoration:none;font-weight:500}.auth-footnote a:hover{text-decoration:underline}
