.auth-shell{min-height:100dvh;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.05fr);position:relative;z-index:1}.auth-aside{position:relative;display:flex;flex-direction:column;justify-content:space-between;padding:2.25rem 2.5rem 2.5rem;background:linear-gradient(160deg,#ffffff14,#78324659),radial-gradient(ellipse at 30% 20%,#b05c78,#8a3f58 50%,#5f283b);color:#f0e0e4;overflow:hidden}.auth-aside:before{content:"";position:absolute;width:320px;height:320px;border-radius:50%;background:#f0e0e414;filter:blur(40px);top:-80px;right:-60px;pointer-events:none}.auth-aside:after{content:"";position:absolute;width:220px;height:220px;border-radius:50%;background:#5f283b66;filter:blur(30px);bottom:10%;left:-40px;pointer-events:none}.auth-aside-brand{position:relative;z-index:1;display:inline-flex;align-items:center;gap:.55rem;font-family:var(--font-serif);font-size:1.35rem;font-weight:600;color:#fff;text-decoration:none;text-shadow:0 1px 8px rgba(74,59,59,.15);padding:.45rem .65rem;border:1.5px solid rgba(255,255,255,.25);border-radius:12px;backdrop-filter:blur(4px)}.auth-aside-brand img{height:36px;width:auto;border-radius:8px;background:#fff;border:1.5px solid rgba(240,224,228,.4)}.auth-aside-copy{position:relative;z-index:1;max-width:22rem;margin:3rem 0}.auth-aside-copy h2{font-family:var(--font-serif);font-size:clamp(1.8rem,3vw,2.35rem);font-weight:600;line-height:1.15;color:#fff;margin:0 0 .85rem;letter-spacing:-.02em;text-shadow:0 2px 16px rgba(74,59,59,.12)}.auth-aside-copy p{margin:0;font-size:1rem;line-height:1.6;color:#ffffffe6}.auth-aside-pills{position:relative;z-index:1;display:flex;flex-wrap:wrap;gap:.45rem;list-style:none;margin:0;padding:0}.auth-aside-pills li{font-size:.75rem;font-weight:600;color:#f0e0e4;background:#5f283b8c;border:1px solid rgba(240,224,228,.2);padding:.4rem .75rem;border-radius:999px}.auth-main{display:flex;align-items:center;justify-content:center;padding:2.5rem 1.5rem;background:var(--c-bg)}.auth-card{width:100%;max-width:420px;background:#fff;border:1px solid rgba(240,214,220,.95);border-radius:24px;box-shadow:0 4px 12px #c4677f0a,0 20px 48px #c4677f14;padding:2.25rem 2rem 2rem;animation:auth-rise .5s cubic-bezier(.16,1,.3,1) both}@keyframes auth-rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.auth-card-brand{display:none;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1.5rem;font-family:var(--font-serif);font-size:1.25rem;font-weight:600;color:var(--c-primary);text-decoration:none;padding:.4rem .6rem;border:1.5px solid rgba(212,135,155,.3);border-radius:12px}.auth-card-brand img{height:34px;width:auto;border-radius:8px;border:1.5px solid rgba(212,135,155,.25)}.auth-card h1{font-family:var(--font-serif);font-size:1.75rem;font-weight:600;text-align:center;margin:0 0 .4rem;color:var(--c-text);letter-spacing:-.02em}.auth-desc{text-align:center;color:var(--c-muted);font-size:.92rem;margin:0 0 1.75rem;line-height:1.5}.auth-form{display:flex;flex-direction:column;gap:1rem}.auth-field{display:flex;flex-direction:column;gap:.35rem}.auth-field label{font-size:.8rem;font-weight:600;color:var(--c-text-soft)}.auth-field .opt{font-weight:400;color:var(--c-muted)}.auth-field input{width:100%;padding:.8rem 1rem;border:1.5px solid var(--c-border);border-radius:12px;font-size:.95rem;font-family:var(--font-sans);background:#fffafb;color:var(--c-text);transition:border-color .2s,box-shadow .2s,background .2s;box-sizing:border-box}.auth-field input::placeholder{color:#cbb}.auth-field input:focus{outline:none;border-color:var(--c-primary);background:#fff;box-shadow:0 0 0 3px #d4879b24}.auth-field input.field-error{border-color:var(--c-danger);box-shadow:0 0 0 3px #b04a3a1a;background:var(--c-danger-soft)}.auth-field-msg{font-size:.75rem;color:var(--c-danger);min-height:.9em}.auth-pass-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.auth-forgot{font-size:.8rem;font-weight:500;color:var(--c-muted);text-decoration:none}.auth-forgot:hover{color:var(--c-primary)}.auth-input-wrap{position:relative;display:block}.auth-input-wrap input{width:100%;padding-right:2.75rem;box-sizing:border-box}.auth-toggle-pass{position:absolute;right:.45rem;top:0;bottom:0;margin:auto 0;width:2.25rem;height:2.25rem;border:none;background:transparent;color:var(--c-muted);cursor:pointer;padding:0;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;line-height:0}.auth-toggle-pass svg{width:18px;height:18px;flex-shrink:0}.auth-toggle-pass .icon-hide,.auth-toggle-pass.is-visible .icon-show{display:none}.auth-toggle-pass.is-visible .icon-hide{display:block}.auth-toggle-pass:hover{color:var(--c-primary);background:#d4879b14}.auth-submit{width:100%;padding:.88rem 1rem;border:none;border-radius:12px;background:linear-gradient(135deg,var(--c-primary),var(--c-accent));color:#fff;font-size:1rem;font-weight:600;font-family:var(--font-sans);cursor:pointer;box-shadow:0 6px 18px #c4677f47;transition:opacity .2s,transform .15s,box-shadow .2s;margin-top:.15rem}.auth-submit:hover:not(:disabled){opacity:.95;box-shadow:0 10px 24px #c4677f59;transform:translateY(-1px)}.auth-submit:active:not(:disabled){transform:scale(.98)}.auth-submit:disabled{opacity:.7;cursor:wait}.auth-google{display:flex;align-items:center;justify-content:center;gap:.65rem;width:100%;padding:.82rem 1rem;border-radius:12px;border:1px solid rgba(212,135,155,.35);background:#fff;color:var(--c-text);font-size:.95rem;font-weight:600;font-family:var(--font-sans);text-decoration:none;box-shadow:0 2px 10px #4a3b3b0a;transition:background .15s,border-color .15s,transform .15s,box-shadow .15s}.auth-google:hover{background:#fffafb;border-color:#c4677f80;box-shadow:0 6px 16px #c4677f1a;transform:translateY(-1px)}.auth-google:active{transform:scale(.99)}.auth-google svg{flex-shrink:0}.auth-divider{display:flex;align-items:center;gap:.85rem;margin:1rem 0 .15rem;color:var(--c-muted);font-size:.78rem;font-weight:500}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:#d4879b47}.auth-msg{font-size:.85rem;min-height:1.2em;text-align:center;margin:0}.auth-msg.is-error{color:var(--c-danger)}.auth-msg.is-ok{color:var(--c-success)}.auth-alt{text-align:center;color:var(--c-muted);font-size:.88rem;margin:.15rem 0 0}.auth-alt a{font-weight:600;color:var(--c-accent);text-decoration:none}.auth-alt a:hover{color:var(--c-primary);text-decoration:underline;text-underline-offset:2px}.auth-back{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;width:100%;margin-top:1.25rem;padding:.65rem;font-size:.85rem;font-weight:500;color:var(--c-muted);text-decoration:none;border-radius:10px;transition:color .15s,background .15s}.auth-back:hover{color:var(--c-primary);background:#d4879b0f}@media(max-width:860px){.auth-shell{grid-template-columns:1fr}.auth-aside{display:none}.auth-card-brand{display:inline-flex}.auth-main{padding:4.5rem 1.15rem 2.5rem;min-height:100dvh}.auth-card{padding:1.85rem 1.35rem 1.5rem;border-radius:20px}}@media(prefers-reduced-motion:reduce){.auth-card{animation:none}}html[data-theme=dark] .auth-card{background:var(--c-card);border-color:var(--c-border)}html[data-theme=dark] .auth-field input{background:var(--c-bg-soft);border-color:var(--c-border)}html[data-theme=dark] .auth-field input::placeholder{color:var(--c-muted)}html[data-theme=dark] .auth-field input:focus{background:var(--c-bg-soft);box-shadow:0 0 0 3px #e2a0b333}html[data-theme=dark] .auth-google{background:var(--c-bg-soft);border-color:var(--c-border);color:var(--c-text)}html[data-theme=dark] .auth-google:hover{background:var(--c-card);border-color:#e2a0b373}html[data-theme=dark] .auth-divider:before,html[data-theme=dark] .auth-divider:after{background:var(--c-border)}
