.auth-wrap{align-items:stretch;height:100%;min-height:0;display:flex}.auth-grid{border:1px solid color-mix(in srgb, var(--border) 75%, var(--accent) 25%);background:color-mix(in srgb, var(--card) 94%, var(--bg) 6%);border-radius:24px;grid-template-columns:1.1fr .9fr;width:100%;max-width:1440px;height:100%;min-height:0;margin:0 auto;display:grid;overflow:hidden}@media (min-width:1024px){.auth-wrap{justify-content:center;align-items:center;min-height:max(460px,100dvh - 300px)}.auth-grid{height:auto;min-height:max(460px,100dvh - 300px)}}.auth-form-side{background:linear-gradient(180deg, color-mix(in srgb, var(--card) 90%, transparent), color-mix(in srgb, var(--bg) 90%, transparent));flex:1;order:2;justify-content:center;align-items:center;padding:40px 28px;display:flex}.auth-form-container{width:100%;max-width:520px}.auth-card{background:color-mix(in srgb, var(--card) 78%, transparent);border:1px solid color-mix(in srgb, var(--border) 70%, var(--accent) 30%);box-shadow:0 20px 55px color-mix(in srgb, var(--absolute-black) 55%, transparent), inset 0 1px 0 color-mix(in srgb, var(--absolute-white) 12%, transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:20px;padding:34px}.auth-head{margin-bottom:32px}.auth-title{margin:0 0 8px}.auth-sub{margin:0}.auth-form{gap:14px;display:grid}.auth-field{gap:8px;display:grid}.auth-control-wrap{position:relative}.field-error--floating{z-index:3;pointer-events:none;margin-top:0;animation:.22s ease-out authErrorFloatIn;position:absolute;top:-26px;right:0}@keyframes authErrorFloatIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.auth-label{opacity:.9}.auth-field-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.auth-email-row,.auth-username-row{align-items:flex-start;gap:8px;display:flex}.auth-email-row .input,.auth-email-row .input-wrapper,.auth-username-row .input,.auth-username-row .input-wrapper{flex:1}.auth-email-input{min-width:0}.auth-inline-action-btn{justify-content:center;min-width:112px}.auth-extra-fields{gap:20px;margin-top:4px;display:grid}.auth-toggle-extra{color:var(--accent);cursor:pointer;text-align:left;background:0 0;border:none;margin:-4px 0 4px;padding:8px 0;transition:color .2s}.auth-toggle-extra:hover{color:var(--accent);opacity:.8}.auth-hint{margin-top:4px}.auth-terms{margin-top:2px}.auth-terms__label{cursor:pointer;align-items:flex-start;gap:10px;display:flex}.auth-terms__checkbox{margin-top:2px}.auth-terms__link{text-underline-offset:2px;text-decoration:underline}.field-error{margin-top:4px}.auth-actions{flex-direction:column;align-items:center;gap:8px;margin-top:0;display:flex}.auth-footer-links{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;margin-top:24px;display:flex}.auth-footer-links .auth-link{text-decoration:none;transition:color .2s}.auth-footer-links .auth-link:hover{color:var(--accent);opacity:.8}.auth-link-separator{margin:0 2px}.auth-or{align-items:center;margin:20px 0 14px;display:flex;position:relative}.auth-or:before{content:"";background:var(--border);height:1px;position:absolute;top:50%;left:0;right:0}.auth-or-text{background:color-mix(in srgb, var(--card) 95%, var(--bg) 5%);margin:0 auto;padding:0 16px;position:relative}.oauth-grid{gap:10px;display:grid}.oauth-btn{border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:10px;justify-content:center;align-items:center;gap:12px;height:48px;padding:12px;text-decoration:none;transition:background .15s,border-color .15s;display:flex}.oauth-btn:hover{background:color-mix(in srgb, var(--card) 90%, var(--bg) 10%);border-color:var(--border)}.oauth-icon{flex-shrink:0;width:20px;height:20px;display:inline-block}.auth-illustration-side{order:1;display:block;position:relative;overflow:hidden}.auth-illustration{object-fit:cover;width:100%;height:100%;display:block}.auth-illustration--fallback{background:radial-gradient(120% 80% at 8% 8%, color-mix(in srgb, var(--accent) 35%, transparent) 0%, transparent 55%), radial-gradient(120% 80% at 92% 92%, color-mix(in srgb, var(--accent) 25%, transparent) 0%, transparent 55%), linear-gradient(120deg, color-mix(in srgb, var(--card) 75%, var(--bg) 25%), color-mix(in srgb, var(--bg) 90%, var(--card) 10%))}.auth-illustration-overlay{background:linear-gradient(to right, color-mix(in srgb, var(--bg) 55%, transparent), color-mix(in srgb, var(--bg) 20%, transparent)), linear-gradient(to top, color-mix(in srgb, var(--bg) 65%, transparent), transparent 45%);position:absolute;inset:0}[data-theme=light] .auth-form-side{background:0 0}[data-theme=light] .auth-illustration-overlay{background:linear-gradient(to right, color-mix(in srgb, var(--bg) 14%, transparent), color-mix(in srgb, var(--bg) 6%, transparent)), linear-gradient(to top, color-mix(in srgb, var(--bg) 14%, transparent), transparent 55%)}.auth-inline-note{text-align:center;margin-top:14px}.auth-inline-note .auth-link{text-decoration:none;transition:color .2s}.auth-inline-note .auth-link:hover{color:var(--accent);opacity:.8}@media (min-width:1024px){.auth-illustration-side{display:block}}@media (max-width:1023px){.auth-wrap{padding:0}.auth-grid{border:none;border-radius:0;grid-template-columns:1fr;height:100%;min-height:0}.auth-form-side{order:1;padding:24px 16px}.auth-card{border-radius:14px;padding:24px 20px}.auth-illustration-side{display:none}}
