.auth-page{background:#fafafa;justify-content:center;align-items:center;min-height:100dvh;padding:24px;display:flex}.auth-container{flex-direction:column;gap:24px;width:100%;max-width:420px;display:flex}.auth-brand{justify-content:center;display:flex}.auth-brand-mark{color:#fff;width:56px;height:56px;font-family:var(--font-space-grotesk),"Space Grotesk",sans-serif;letter-spacing:-.02em;-webkit-user-select:none;user-select:none;background:#000;border:2.5px solid #000;border-radius:50%;justify-content:center;align-items:center;font-size:22px;font-weight:700;display:flex}.auth-header{text-align:center}.auth-title{font-family:var(--font-space-grotesk),"Space Grotesk",sans-serif;letter-spacing:-.5px;color:#000;margin:0 0 8px;font-size:28px;font-weight:700;line-height:1.1}.auth-subtitle{font-family:var(--font-inter-tight),"Inter Tight",sans-serif;color:#666;margin:0;font-size:15px;font-weight:600;line-height:1.4}.auth-message{width:100%;font-family:var(--font-inter-tight),"Inter Tight",sans-serif;border:2px solid #000;border-radius:12px;padding:14px 16px;font-size:14px;font-weight:600;line-height:1.5}.auth-message--error{background:#fff0f0;box-shadow:3px 3px #000}.auth-message--success{background:#f0fff4;box-shadow:3px 3px #000}.auth-message--info{background:#f0f8ff;box-shadow:3px 3px #000}.auth-form{flex-direction:column;gap:16px;display:flex}.auth-field{flex-direction:column;gap:6px;display:flex}.auth-field-header{justify-content:space-between;align-items:center;display:flex}.auth-label{font-family:var(--font-inter-tight),"Inter Tight",sans-serif;color:#888;text-transform:uppercase;letter-spacing:.08em;font-size:13px;font-weight:700}.auth-forgot{font-family:var(--font-inter-tight),"Inter Tight",sans-serif;color:#666;font-size:13px;font-weight:600;text-decoration:none}.auth-forgot:hover{color:#000;text-decoration:underline}.auth-forgot:focus-visible{outline-offset:2px;border-radius:4px;outline:2px solid #000}.auth-input{width:100%;font-family:var(--font-inter-tight),"Inter Tight",sans-serif;color:#000;box-sizing:border-box;background:#f8f9fa;border:2.5px solid #000;border-radius:12px;outline:none;padding:14px 16px;font-size:16px;font-weight:600;transition:box-shadow .12s,border-color .12s;box-shadow:3px 3px #000}.auth-input::placeholder{color:#aaa;font-weight:600}.auth-input:focus{border-color:#67c7f3;box-shadow:3px 3px #000}.auth-input:disabled{opacity:.5;cursor:not-allowed}.auth-input-wrap{align-items:center;display:flex;position:relative}.auth-input--password{padding-right:48px}.auth-eye-btn{color:#888;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:4px;transition:color .12s;display:flex;position:absolute;right:12px}.auth-eye-btn:hover{color:#000}.auth-eye-btn:focus-visible{outline-offset:2px;outline:2px solid #000}.auth-eye-btn:disabled{opacity:.4;cursor:not-allowed}.auth-btn-primary{width:100%;font-family:var(--font-space-grotesk),"Space Grotesk",sans-serif;color:#000;cursor:pointer;background:#fce663;border:2.5px solid #000;border-radius:12px;margin-top:8px;padding:16px 24px;font-size:17px;font-weight:700;transition:box-shadow .12s,background .12s,transform 80ms;box-shadow:4px 4px #000}.auth-btn-primary:hover{background:#fbd93e;box-shadow:5px 5px #000}.auth-btn-primary:active{background:#f5ce20;transform:translate(3px,3px);box-shadow:1px 1px #000}.auth-btn-primary:disabled{cursor:not-allowed;background:#f0edde;border-color:#ccc;transform:none;box-shadow:3px 3px #ccc}.auth-btn-google{width:100%;font-family:var(--font-space-grotesk),"Space Grotesk",sans-serif;color:#000;cursor:pointer;background:#fff;border:2.5px solid #000;border-radius:12px;justify-content:center;align-items:center;gap:10px;padding:14px 24px;font-size:16px;font-weight:700;transition:box-shadow .12s,background .12s,transform 80ms;display:flex;box-shadow:4px 4px #000}.auth-btn-google:hover{background:#f0f0f0;box-shadow:5px 5px #000}.auth-btn-google:active{background:#e8e8e8;transform:translate(3px,3px);box-shadow:1px 1px #000}.auth-btn-google:disabled{opacity:.5;cursor:not-allowed;transform:none}.auth-divider{align-items:center;gap:12px;display:flex}.auth-divider-line{background:#000;flex:1;height:2px}.auth-divider-text{font-family:var(--font-inter-tight),"Inter Tight",sans-serif;color:#000;text-transform:uppercase;letter-spacing:.08em;-webkit-user-select:none;user-select:none;font-size:13px;font-weight:700}.auth-footnote{text-align:center;font-family:var(--font-inter-tight),"Inter Tight",sans-serif;color:#666;font-size:14px;font-weight:600}.auth-footnote a,.auth-footnote button{font-family:inherit;font-size:inherit;color:#000;cursor:pointer;text-underline-offset:2px;background:0 0;border:none;padding:0;font-weight:700;-webkit-text-decoration:underline #aaa;text-decoration:underline #aaa;transition:text-decoration-color .12s}.auth-footnote a:hover,.auth-footnote button:hover{text-decoration-color:#000}.auth-footnote a:focus-visible,.auth-footnote button:focus-visible{outline-offset:2px;border-radius:2px;outline:2px solid #000}.auth-static-body{font-family:var(--font-inter-tight),"Inter Tight",sans-serif;color:#666;text-align:center;margin:0;font-size:15px;font-weight:600;line-height:1.6}.auth-static-hint{font-family:var(--font-inter-tight),"Inter Tight",sans-serif;color:#888;text-align:center;margin:0;font-size:13px;font-weight:600}@media (min-width:768px){.auth-title{font-size:32px}}
