.auth-card{position:relative;display:grid;grid-template-columns:minmax(280px,.82fr) minmax(340px,.58fr);gap:clamp(20px,5vw,70px);min-height:100vh;align-items:center;padding:clamp(18px,4vw,56px);background:radial-gradient(850px 500px at 10% -8%,rgba(18,184,134,.2),transparent 60%),radial-gradient(620px 360px at 96% 8%,rgba(56,189,248,.15),transparent 58%),linear-gradient(180deg,#f8fffb,#f4fbf8 52%,#edf8f3);color:#153326}.auth-aside{min-height:min(720px,calc(100vh - 112px));display:flex;flex-direction:column;justify-content:flex-end;padding:clamp(28px,5vw,52px);border:1px solid rgba(15,70,46,.16);border-radius:28px;background:radial-gradient(circle at 24% 14%,rgba(18,184,134,.24),transparent 26%),linear-gradient(145deg,#061425,#071b31 58%,#020a13);box-shadow:0 26px 70px rgba(15,70,46,.18);color:#fff}.auth-aside-brand,.auth-brand{display:inline-flex;align-items:center;gap:10px;font-weight:900}.auth-aside-brand{margin-bottom:auto;color:#fff}.auth-aside-brand span,.auth-brand span{display:grid;place-items:center;width:36px;height:36px;border-radius:12px;background:linear-gradient(135deg,#dcfff2,#12b886 52%,#38bdf8);color:#fff;font-size:12px}.auth-aside h2{max-width:780px;margin:0;font-size:clamp(36px,6vw,76px);line-height:.94;letter-spacing:0}.auth-aside-list{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.auth-aside-list span{display:inline-flex;align-items:center;gap:8px;min-height:38px;padding:0 12px;border:1px solid hsla(0,0%,100%,.14);border-radius:999px;background:hsla(0,0%,100%,.07);color:#d8e3f0;font-size:13px;font-weight:800}.auth-box{width:100%;max-width:460px;justify-self:center;padding:clamp(26px,3vw,38px);border:1px solid rgba(15,70,46,.16);border-radius:22px;background:hsla(0,0%,100%,.9);box-shadow:0 18px 45px rgba(15,70,46,.12);backdrop-filter:blur(12px)}.auth-brand{margin-bottom:28px;color:#153326}.auth-title{margin:0;color:#153326;font-size:clamp(30px,4vw,42px);line-height:1.05;letter-spacing:0}.auth-sub{margin:12px 0 28px;color:#4f6b5f;font-size:16px;line-height:1.45}.form-group{margin-bottom:16px}.form-label{display:block;margin-bottom:7px;color:#204f3d;font-size:14px;font-weight:800}.form-input-wrap{position:relative;display:flex;align-items:center}.form-input-wrap svg{position:absolute;left:14px;color:#4f6b5f;pointer-events:none}.form-input{width:100%;min-height:46px;padding:0 14px 0 42px;border:1px solid rgba(15,70,46,.16);border-radius:12px;background:#fff;color:#153326;font-size:15px;transition:border-color .14s ease,box-shadow .14s ease,background-color .14s ease}.form-input::placeholder{color:#94a3b8}.form-input:focus{outline:none;border-color:rgba(18,184,134,.56);box-shadow:0 0 0 3px rgba(18,184,134,.16)}.btn-primary{gap:8px;border:0;border-radius:12px;background:linear-gradient(120deg,#12b886,#0ea5a3);color:#fff;letter-spacing:.01em;cursor:pointer;transition:transform .14s ease,box-shadow .14s ease,filter .14s ease;box-shadow:0 18px 38px rgba(9,147,114,.35)}.auth-google-btn,.btn-primary{width:100%;min-height:48px;display:inline-flex;align-items:center;justify-content:center;font-size:15px;font-weight:900}.auth-google-btn{margin-top:12px;border:1px solid rgba(15,70,46,.16);border-radius:12px;background:#fff;color:#153326}.btn-primary:hover{transform:translateY(-1px);filter:brightness(1.02)}.btn-primary:disabled{cursor:not-allowed;opacity:.72;transform:none}.auth-alert{margin-bottom:16px;padding:11px 13px;border:1px solid #fecaca;border-radius:10px;background:#fef2f2;color:#b91c1c;font-size:14px}.auth-footer{margin-top:22px;color:#4f6b5f;font-size:14px;text-align:center}.auth-link{color:#0f9b71;font-weight:900}.auth-link:hover{text-decoration:underline}.auth-success-icon{display:grid;width:52px;height:52px;place-items:center;margin:0 auto 14px;border-radius:999px;background:#dcfce7;color:#15803d}.auth-center{text-align:center}@media (max-width:940px){.auth-card{grid-template-columns:1fr}.auth-aside{min-height:auto}}@media (max-width:520px){.auth-card{padding:14px}.auth-aside,.auth-box{border-radius:16px}.auth-aside h2{font-size:clamp(32px,13vw,48px)}}