.auth-page{min-height:100dvh;background:#edf2f8;color:#192d45;display:grid;grid-template-columns:minmax(320px,.9fr) minmax(450px,1.1fr)}.auth-brand{background:linear-gradient(145deg,#102c50,#164d74 65%,#157b83);color:white;padding:clamp(32px,5vw,80px);display:flex;flex-direction:column;justify-content:space-between;gap:64px;position:relative;overflow:hidden}.auth-brand:after{content:"";position:absolute;width:360px;height:360px;border:1px solid #ffffff18;transform:rotate(35deg);bottom:-190px;right:-120px;pointer-events:none}.auth-logo{display:flex;align-items:center;gap:13px;font-size:28px;font-weight:750;color:white;text-decoration:none;letter-spacing:-.7px}.auth-logo img{width:50px;height:50px;border:1px solid #ffffff35;border-radius:12px}.auth-logo-caption{display:block;font-size:9px;letter-spacing:2px;margin-top:3px;font-weight:600;color:#b8d6e9}.auth-eyebrow{font-size:10px;font-weight:700;letter-spacing:2px;color:#99e2dc}.auth-brand h1{font-size:clamp(36px,4.5vw,64px);line-height:1.08;letter-spacing:-2px;margin:20px 0;color:white}.auth-brand p{max-width:410px;line-height:1.7;font-size:17px;color:#d2e2ee}.auth-brand-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:26px}.auth-brand-tags span{padding:7px 12px;border:1px solid #ffffff35;border-radius:30px;font-size:12px;color:#e0eff5}.auth-brand small{color:#a4c7d8;font-size:12px}.auth-content{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:40px 24px}.auth-card{width:100%;max-width:470px;background:white;border:1px solid #dfe6ee;border-radius:18px;box-shadow:0 18px 55px #132e5010;padding:clamp(24px,4vw,44px)}.auth-card h2{font-size:28px;font-weight:750;letter-spacing:-.7px;margin:0 0 8px;color:#142c47}.auth-intro{color:#607287;line-height:1.6;margin-bottom:28px}.auth-form{display:grid;gap:18px}.auth-form label{display:grid;gap:7px;font-size:13px;font-weight:650;color:#30445c}.auth-form input,.auth-form textarea{width:100%;border:1px solid #b7c6d6;background:#f8fafd;border-radius:8px;padding:12px 13px;font-size:15px;font-weight:400;color:#132b45;box-sizing:border-box;outline:none}.auth-form input:focus,.auth-form textarea:focus{border-color:#207a91;box-shadow:0 0 0 3px #208e9a20;background:white}.auth-form button{border:0;border-radius:8px;background:#175c7a;color:white;font-size:15px;font-weight:650;padding:13px 18px;cursor:pointer}.auth-form button:hover{background:#104760}.auth-form button:focus-visible{outline:3px solid #5ec1ce;outline-offset:3px}.auth-form small{color:#687c91;line-height:1.5}.auth-error{background:#fff0ee;color:#a52a22;border:1px solid #f2c7c1;padding:12px;border-radius:8px;margin:14px 0}.auth-success{background:#eaf8f2;border:1px solid #b4dfca;color:#155b40;padding:18px;border-radius:8px;line-height:1.6}.auth-switch{text-align:center;border-top:1px solid #e6ecf2;padding-top:24px;margin-top:26px;font-size:14px;color:#607287}.auth-card a,.auth-switch a{color:#176e87;font-weight:650}.auth-footer{font-size:12px;color:#74869a;margin-top:24px}.auth-honey{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}@media(max-width:760px){.auth-page{grid-template-columns:1fr}.auth-brand{padding:24px;gap:20px}.auth-brand>div,.auth-brand>small{display:none}.auth-content{padding:24px 16px 40px;justify-content:start}.auth-card{max-width:470px}.auth-logo{font-size:24px}.auth-logo img{width:42px;height:42px}}