:root{--ink:#182019;--green:#284b35;--green-light:#4e775b;--cream:#f6f2e9;--muted:#737d75;--line:#dce1da;--gold:#caa35f}
*{box-sizing:border-box}body{margin:0;color:var(--ink);background:var(--cream);font:14px/1.6 Manrope,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif}
button,input{font:inherit}.gate{min-height:100dvh;display:grid;grid-template-columns:minmax(480px,.92fr) 1.08fr}
.gate-card{padding:48px clamp(42px,8vw,128px);display:flex;flex-direction:column;justify-content:center;background:#fcfbf7}
.brand{position:absolute;top:38px;display:flex;align-items:center;gap:10px}.brand>span{display:grid;place-items:center;width:35px;height:35px;color:#fff;background:var(--green);border-radius:50%;font:700 17px Georgia,serif}.brand b{font-size:17px;letter-spacing:-.025em}
.pilot{display:flex;align-items:center;gap:9px;margin-bottom:18px;color:var(--green-light);font-size:10px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.pilot i{width:7px;height:7px;border-radius:50%;background:#6f9b78;box-shadow:0 0 0 5px #6f9b7816}
h1{margin:0 0 20px;font-size:clamp(38px,4.4vw,59px);line-height:1.04;letter-spacing:-.055em;font-weight:600}.lead{max-width:520px;margin:0 0 34px;color:var(--muted);font-size:14px}
form{max-width:500px}label{display:block;margin-bottom:7px;color:#536057;font-size:10px;font-weight:750}.password-field{position:relative}.password-field input{width:100%;height:52px;padding:0 88px 0 15px;color:var(--ink);background:#fff;border:1px solid #d3dad3;border-radius:5px;outline:none}.password-field input:focus{border-color:#66866f;box-shadow:0 0 0 4px #66866f12}.password-field input::placeholder{color:#a1aaa2}.password-field button{position:absolute;right:8px;top:8px;height:36px;padding:0 9px;color:#677269;background:#f3f5f1;border:0;border-radius:4px;cursor:pointer;font-size:9px;font-weight:700}.error{min-height:23px;margin:8px 0 3px;color:#a2443e;font-size:10px}.submit{width:100%;height:51px;padding:0 18px;display:flex;align-items:center;justify-content:center;gap:22px;color:#fff;background:var(--green);border:0;border-radius:5px;cursor:pointer;font-weight:750;box-shadow:0 12px 30px #284b3520}.submit:hover{background:#1f402c}.submit:disabled{opacity:.6;cursor:wait}
.security-note{max-width:500px;margin-top:26px;padding-top:20px;display:flex;align-items:center;gap:11px;border-top:1px solid var(--line)}.security-note>span{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;color:var(--green);background:#edf2ec}.security-note p{margin:0;display:flex;flex-direction:column}.security-note b{font-size:10px}.security-note small{color:#8b948c;font-size:8px}
aside{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#f5f3ec;background:radial-gradient(circle at 50% 42%,#5b806458 0,transparent 27%),linear-gradient(145deg,#284936,#1e3929);overflow:hidden}aside:before,aside:after{content:"";position:absolute;border:1px solid #ffffff0d;border-radius:50%}aside:before{width:620px;height:620px}aside:after{width:820px;height:820px}.orb{position:relative;z-index:1;width:148px;height:148px;display:grid;place-items:center;border:1px solid #ffffff20;border-radius:50%;background:#ffffff08;box-shadow:0 0 0 22px #ffffff04,0 30px 80px #10261a55}.orb span{display:grid;place-items:center;width:65px;height:65px;border-radius:50%;color:#254632;background:#f1eadc;font:600 35px Georgia,serif}.orb i{position:absolute;width:9px;height:9px;border-radius:50%;background:var(--gold)}.orb i:nth-of-type(1){top:10px;left:33px}.orb i:nth-of-type(2){right:7px;bottom:42px;width:6px;height:6px}.orb i:nth-of-type(3){left:12px;bottom:24px;width:5px;height:5px}
blockquote{position:relative;z-index:1;margin:55px 0 24px;text-align:center;font:italic 26px/1.45 Georgia,serif;color:#e8dfcf}.wave{position:relative;z-index:1;height:28px;display:flex;align-items:center;gap:5px}.wave i{display:block;width:2px;height:7px;background:#d3ae6d;border-radius:2px}.wave i:nth-child(2n){height:15px}.wave i:nth-child(3n){height:23px}.wave i:nth-child(5n){height:11px}aside>small{position:relative;z-index:1;margin-top:24px;color:#a9b8ad;font-size:8px;letter-spacing:.08em;text-transform:uppercase}
@media(max-width:850px){.gate{grid-template-columns:1fr}.gate-card{min-height:100dvh;padding:110px max(24px,9vw) 50px}.brand{top:30px}aside{display:none}}
@media(max-width:460px){h1{font-size:38px}.lead{font-size:13px}.gate-card{padding-left:21px;padding-right:21px}}
