@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");:root{--bg:#07080b;--panel:#0b0d12;--text:#e9edf5;--muted:#aeb6c5;--muted2:#8e97a8;--red:#d4362f;--red2:#b92b26;--white:#fff;--field:#f3f5f9;--fieldText:#1b1f2a;--shadow:0 24px 70px rgba(0,0,0,.65);--radius:14px}*{box-sizing:border-box}body,html{height:100%}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--text);background:radial-gradient(1400px 900px at 30% 35%,hsla(0,0%,100%,.1),transparent 65%),radial-gradient(1200px 800px at 75% 45%,hsla(0,0%,100%,.08),transparent 70%),linear-gradient(180deg,#0a0c11,#090b10 60%,#080a0f);display:flex;align-items:center;justify-content:center;padding:18px}.frame{width:min(1500px,99vw);height:calc(100vh - 20px);aspect-ratio:16/9;border-radius:18px;overflow:hidden;position:relative;box-shadow:var(--shadow);background:#05060a}.layout{position:absolute;inset:0;display:flex;z-index:1}.left{flex:0 0 50%;padding:48px 52px 40px 64px;display:flex;flex-direction:column;justify-content:flex-start;gap:18px}.topbar{gap:14px;margin-bottom:18px}.mark,.topbar{display:flex;align-items:center}.mark{gap:12px;opacity:.95}.logo-badge{width:44px;height:44px;border-radius:999px;display:grid;place-items:center}.brand{font-weight:800;letter-spacing:.06em;text-transform:uppercase;font-size:20px;line-height:1}.brand .cyber{color:#fff}.brand .guru{color:var(--red)}.kicker{margin-top:110px;font-size:20px;color:hsla(0,0%,100%,.82);font-weight:500}.title{margin:0;font-size:68px;line-height:1.02;letter-spacing:-.02em;font-weight:800}.title .red{color:var(--red)}.title .white{color:#fff}.desc{margin:0;max-width:640px;font-size:18px;line-height:1.55;color:hsla(0,0%,100%,.78);font-weight:500}.form{margin-top:14px;width:min(720px,92%);display:flex;flex-direction:column;gap:14px}.field{height:56px;border-radius:12px;border:1px solid rgba(0,0,0,.18);background:linear-gradient(180deg,#f9fafc,#eef2f7);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.75),0 10px 22px rgba(0,0,0,.18);padding:0 18px;font-size:18px;outline:none;color:var(--fieldText)}.field::placeholder{color:rgba(27,31,42,.45);font-weight:500}.btn{height:56px;border-radius:12px;border:1px solid rgba(0,0,0,.22);background:linear-gradient(180deg,var(--red) 0,var(--red2) 100%);color:#fff;font-weight:800;letter-spacing:.01em;font-size:18px;cursor:pointer;box-shadow:0 18px 30px rgba(212,54,47,.22),0 10px 22px rgba(0,0,0,.22);transition:transform .05s ease,opacity .2s ease}.btn:active{transform:translateY(1px)}.btn:disabled{opacity:.6;cursor:not-allowed}.note{margin:4px 0 0;color:hsla(0,0%,100%,.68);font-weight:500}.error,.note{font-size:14px}.error{color:var(--red);font-weight:600;margin:2px 0 0;min-height:18px}.right{flex:0 0 50%;position:relative;display:flex;align-items:flex-start;justify-content:center;padding:44px 28px 22px 12px}.logo-bottom{margin-top:20px;display:flex;align-items:center;opacity:.9}.hero{position:relative;width:100%;height:100%;border-radius:14px;overflow:hidden;z-index:1}.hero img{position:absolute;inset:-5%;width:110%;height:110%;object-fit:contain;object-position:center center;filter:contrast(1.03) saturate(1.05);opacity:1}@media (max-width:980px){body{padding:10px}.frame{aspect-ratio:9/16;height:auto;min-height:100vh}.layout{flex-direction:column}.left{flex:0 0 auto;padding:28px 22px}.right{flex:1 1;padding:16px 22px 22px}.title{font-size:46px}.kicker{margin-top:20px}.desc,.kicker{font-size:16px}.form{width:100%}.hero img{inset:0 -10% -10% -10%;width:120%;height:120%;object-fit:contain;object-position:center center}.logo-bottom{justify-content:center;display:flex}}