.auth-page{--auth-purple:#8b5cf6;--auth-orange:#f97316;--auth-text:#111827;--auth-muted:#6b7280;--auth-border:#e5e7eb;--auth-card:#ffffff;--auth-gradient:linear-gradient(135deg,#8b5cf6,#f59e0b);position:relative;min-height:100%;min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:32px 20px 88px;overflow-x:hidden;background:radial-gradient(ellipse 80% 60% at 15% 20%,rgba(196,181,253,.35),transparent 55%),radial-gradient(ellipse 70% 55% at 85% 75%,rgba(251,207,232,.4),transparent 50%),linear-gradient(180deg,#f8f9fc,#f3f4f8);font-family:var(--font-noto-sans),system-ui,sans-serif;color:var(--auth-text)}.auth-page *,.auth-page :after,.auth-page :before{box-sizing:border-box}.auth-page__blob{position:absolute;border-radius:50%;pointer-events:none;filter:blur(48px)}.auth-page__blob--purple{width:280px;height:280px;left:-80px;top:18%;background:rgba(167,139,250,.28)}.auth-page__blob--pink{width:240px;height:240px;right:-60px;bottom:12%;background:rgba(244,114,182,.22)}.auth-page__dots{position:absolute;display:grid;grid-template-columns:repeat(4,6px);gap:10px;opacity:.45;pointer-events:none}.auth-page__dots--tr{top:48px;right:56px}.auth-page__dots--bl{bottom:72px;left:48px}.auth-page__dot{width:6px;height:6px;border-radius:50%;background:#c4b5fd}.auth-page__shell{z-index:1;flex-direction:column;align-items:center;width:min(100%,440px);margin-block:auto;flex-shrink:0}.auth-page__logo-wrap,.auth-page__shell{position:relative;display:flex;overflow:visible}.auth-page__logo-wrap{z-index:2;justify-content:center;width:100%;margin-bottom:-36px;pointer-events:none}.auth-page__logo{width:min(280px,68vw);filter:drop-shadow(0 18px 28px rgba(124,58,237,.14))}.auth-page__card{position:relative;z-index:1;width:100%;padding:52px 36px 32px;border-radius:20px;background:var(--auth-card);border:1px solid rgba(236,239,243,.9);box-shadow:0 24px 48px -24px rgba(16,24,40,.18),0 1px 2px rgba(16,24,40,.04)}.auth-page__title{margin:0 0 8px;font-size:30px;line-height:1.15;font-weight:700;letter-spacing:-.03em;text-align:center}.auth-page__subtitle{margin:0 0 28px;font-size:15px;line-height:1.5;color:var(--auth-muted);text-align:center}.auth-page__form{display:flex;flex-direction:column;gap:20px}.auth-page__field{display:flex;flex-direction:column;gap:8px}.auth-page__label-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.auth-page__label{font-size:14px;font-weight:600;color:var(--auth-text)}.auth-page__link{font-size:13px;font-weight:500;color:var(--auth-purple);text-decoration:none}.auth-page__link:hover{text-decoration:underline}.auth-page__input-wrap{position:relative;display:flex;align-items:center}.auth-page__input-icon{position:absolute;left:14px;color:#9ca3af;pointer-events:none}.auth-page__input{width:100%;height:46px;padding:0 44px 0 42px;border:1px solid var(--auth-border);border-radius:12px;background:#fff;font-size:14px;color:var(--auth-text);outline:none;transition:border-color .15s ease,box-shadow .15s ease}.auth-page__input::placeholder{color:#9ca3af}.auth-page__input:focus{border-color:rgba(139,92,246,.55);box-shadow:0 0 0 3px rgba(139,92,246,.12)}.auth-page__input-wrap--error{margin-bottom:26px}.auth-page__input-wrap--error .auth-page__input{border-color:#ef4444;box-shadow:0 0 0 2px rgba(239,68,68,.14)}.auth-page__input-wrap--error .auth-page__input:focus{border-color:#ef4444;box-shadow:0 0 0 2px rgba(239,68,68,.18)}.auth-page__error-tip{position:absolute;top:calc(100% + 6px);right:0;left:auto;z-index:30;max-width:min(80%,240px);padding:5px 10px;border-radius:6px;border:1px solid #fecaca;background:#fff;color:#dc2626;font-size:11px;font-weight:500;line-height:1.35;text-align:right;box-shadow:0 4px 14px rgba(15,23,42,.08);pointer-events:none}.auth-page__error-tip:before{content:"";position:absolute;top:-4px;right:14px;left:auto;width:7px;height:7px;background:#fff;border-top:1px solid #fecaca;border-left:1px solid #fecaca;transform:rotate(45deg)}.auth-page__input-toggle{position:absolute;right:12px;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:0;border-radius:8px;background:transparent;color:#9ca3af;cursor:pointer}.auth-page__input-toggle:hover{color:#6b7280;background:#f3f4f6}.auth-page__field-error{margin:0;font-size:12px;color:#dc2626}.auth-page__remember{display:flex;align-items:center;gap:10px}.auth-page__remember label{font-size:14px;color:var(--auth-muted);cursor:pointer;user-select:none}.auth-page__legal{display:flex;flex-direction:column;gap:12px}.auth-page__legal-item{display:flex;align-items:flex-start;gap:10px}.auth-page__legal-item label{font-size:13px;line-height:1.45;color:var(--auth-muted);cursor:pointer;user-select:none}.auth-page__legal-note{margin:4px 0 0;padding-left:28px;font-size:12px;line-height:1.5;color:var(--auth-muted)}.auth-page__checkbox{border-color:#d1d5db!important}.auth-page__checkbox[data-state=checked]{background:var(--auth-purple)!important;border-color:var(--auth-purple)!important;color:#fff!important}.auth-page__submit{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;height:48px;margin-top:4px;border:0;border-radius:12px;background:var(--auth-gradient);color:#fff;font-size:15px;font-weight:600;cursor:pointer;box-shadow:0 8px 20px -10px rgba(124,58,237,.55);transition:opacity .15s ease}.auth-page__submit:hover:not(:disabled){opacity:.92}.auth-page__submit:disabled{opacity:.65;cursor:not-allowed}.auth-page__divider{display:flex;align-items:center;gap:14px;margin:24px 0 20px;color:#9ca3af;font-size:13px}.auth-page__divider:after,.auth-page__divider:before{content:"";flex:1;height:1px;background:var(--auth-border)}.auth-page__google{display:inline-flex;align-items:center;justify-content:center;gap:10px;width:100%;height:48px;border:1px solid var(--auth-border);border-radius:12px;background:#fff;font-size:14px;font-weight:600;color:var(--auth-text);cursor:pointer;transition:background .15s ease}.auth-page__google:hover:not(:disabled){background:#f9fafb}.auth-page__google:disabled{opacity:.65;cursor:not-allowed}.auth-page__google-icon{width:20px;height:20px;flex-shrink:0}.auth-page__footer{margin:24px 0 0;font-size:14px}.auth-page__footer,.auth-page__terms{text-align:center;color:var(--auth-muted)}.auth-page__terms{position:relative;z-index:1;margin-top:20px;max-width:440px;font-size:12px;line-height:1.5}.auth-page__terms a{color:var(--auth-text);text-decoration:underline;text-underline-offset:3px}@media (max-width:640px){.auth-page{padding:28px 16px 80px}.auth-page__logo{width:min(220px,62vw)}.auth-page__logo-wrap{margin-bottom:-24px}.auth-page__card{padding:40px 24px 28px}.auth-page__dots{display:none}.auth-page__title{font-size:26px}}