:root{--primary:#0f766e;--dark:#0b3f3b;--text:#17212b;--muted:#667085;--line:#dce3e8}*{box-sizing:border-box}html,body{margin:0;min-height:100%;font-family:Inter,"Segoe UI",Roboto,Arial,sans-serif}.auth-page{background:#eef4f3;color:var(--text)}.auth-shell{width:100%;min-height:100vh;display:grid;grid-template-columns:minmax(420px,1.05fr) minmax(420px,.95fr);background:#fff}.auth-visual{position:relative;overflow:hidden;padding:46px 56px;color:#fff;background:linear-gradient(135deg,rgba(8,66,61,.94),rgba(15,118,110,.82)),url('../../back.png') center/cover no-repeat;display:flex;flex-direction:column;justify-content:space-between}.auth-visual:after{content:'';position:absolute;width:440px;height:440px;border:1px solid rgba(255,255,255,.14);border-radius:50%;right:-170px;bottom:-190px;box-shadow:0 0 0 70px rgba(255,255,255,.035),0 0 0 140px rgba(255,255,255,.025)}.auth-brand,.auth-message,.auth-trust{position:relative;z-index:2}.auth-brand{display:flex;align-items:center;gap:14px}.auth-logo{width:54px;height:54px;border-radius:15px;background:#fff;display:grid;place-items:center}.auth-logo img{width:44px;height:44px;object-fit:contain}.auth-eyebrow{font-size:10px;letter-spacing:.2em;font-weight:800;color:#a9e7df}.auth-brand h1{font-size:21px;letter-spacing:.08em;margin:3px 0 0}.auth-message{max-width:650px;margin:auto 0}.auth-chip{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);font-size:12px;font-weight:700}.auth-message h2{font-size:clamp(38px,4vw,62px);line-height:1.08;margin:24px 0 18px;letter-spacing:-.04em}.auth-message p{font-size:16px;line-height:1.7;color:#d2ece8;max-width:550px}.auth-trust{display:flex;gap:24px;color:#d2ece8;font-size:12px}.auth-trust i{color:#5eead4;margin-right:5px}.auth-panel{padding:44px 9%;display:flex;flex-direction:column;justify-content:center}.auth-form-wrap{width:100%;max-width:440px;margin:auto}.auth-kicker{color:var(--primary);font-size:11px;text-transform:uppercase;letter-spacing:.13em;font-weight:850}.auth-form-wrap h2{font-size:34px;letter-spacing:-.035em;margin:10px 0 8px}.auth-subtitle{color:var(--muted);line-height:1.6;margin:0 0 30px}.auth-form-wrap label{display:block;font-size:13px;font-weight:750;margin:0 0 8px;color:#344054}.auth-label-row{display:flex;align-items:center;justify-content:space-between;margin-top:20px}.auth-label-row label{margin:0 0 8px}.auth-label-row a,.auth-back{color:var(--primary);font-size:12px;font-weight:750;text-decoration:none}.auth-input{height:50px;border:1px solid var(--line);border-radius:12px;display:flex;align-items:center;background:#fff}.auth-input:focus-within{border-color:#14b8a6;box-shadow:0 0 0 4px rgba(20,184,166,.12)}.auth-input>i{color:#84919e;width:44px;text-align:center}.auth-input input{border:0;outline:0;height:100%;min-width:0;flex:1;background:transparent;color:var(--text);font-size:14px}.password-toggle{border:0;background:transparent;color:#84919e;width:44px;height:100%;cursor:pointer}.auth-submit{width:100%;height:52px;border:0;border-radius:12px;background:var(--primary);color:#fff;margin-top:26px;display:flex;align-items:center;justify-content:center;gap:12px;font-size:14px;font-weight:800;cursor:pointer;box-shadow:0 9px 20px rgba(15,118,110,.22)}.auth-submit:hover{background:#115e59}.auth-help{margin-top:22px;padding:13px 14px;border-radius:10px;background:#f3f8f7;color:var(--muted);font-size:12px;line-height:1.5}.auth-help i{color:var(--primary);margin-right:5px}.auth-back{display:inline-flex;gap:7px;align-items:center;margin-bottom:34px}.auth-panel footer{text-align:center;color:#98a2b3;font-size:11px;margin-top:35px}.auth-panel footer a{color:var(--primary);text-decoration:none}.auth-mobile-brand{display:none}@media(max-width:820px){.auth-shell{display:block;min-height:100svh}.auth-visual{display:none}.auth-panel{min-height:100svh;padding:calc(26px + env(safe-area-inset-top)) 24px calc(18px + env(safe-area-inset-bottom));justify-content:flex-start}.auth-form-wrap{margin:auto}.auth-mobile-brand{display:flex;align-items:center;gap:10px;margin-bottom:42px;color:var(--dark);letter-spacing:.06em}.auth-mobile-brand img{width:42px;height:42px;object-fit:contain}.auth-form-wrap h2{font-size:29px}.auth-panel footer{margin-top:auto;padding-top:30px}}@media(max-width:380px){.auth-panel{padding-left:18px;padding-right:18px}.auth-mobile-brand{margin-bottom:28px}}
