:root{font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color-scheme:dark;--bg:#080a0d;--panel:#10141a;--panel2:#141a21;--border:#252c35;--text:#f4f6f7;--muted:#969faa;--teal:#72e1d1;--mint:#daf8f2;--green:#8ae7aa}*{box-sizing:border-box}html{background:var(--bg);color:var(--text)}body{margin:0;min-height:100vh;background:radial-gradient(circle at 78% -10%,rgba(70,86,145,.17),transparent 31%),radial-gradient(circle at 10% 0%,rgba(40,120,109,.1),transparent 28%),var(--bg)}a{color:inherit;text-decoration:none}.wrap{width:min(1190px,calc(100% - 40px));margin:auto}.nav{height:92px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:baseline;gap:10px;font-weight:900;letter-spacing:.2em;font-size:22px}.brand span{font-size:10px;color:#707b87;letter-spacing:.09em}.nav-links{display:flex;align-items:center;gap:10px}.nav-link{padding:11px 14px;border-radius:10px;color:#b3bbc5;font-size:13px}.nav-link:hover{background:#11161c;color:white}.plain-button{border:0;background:none;font:inherit;cursor:pointer}.button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;border-radius:10px;border:1px solid var(--border);padding:0 17px;font-size:12px;font-weight:800;background:transparent;color:var(--text);cursor:pointer;font-family:inherit}.button:hover{border-color:#3b4652;background:#11161c}.button.primary{background:var(--mint);color:#091110;border-color:var(--mint)}.button.primary:hover{background:#effffb}.button:disabled{opacity:.48;cursor:not-allowed}.hero{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(360px,.8fr);gap:52px;align-items:center;padding:90px 0 100px}.eyebrow{font-size:10px;letter-spacing:.17em;font-weight:850;color:#7b8693;margin-bottom:23px}.hero h1{font-size:clamp(56px,7vw,88px);line-height:.94;letter-spacing:-.055em;margin:0;max-width:830px}.hero h1 i{font-style:normal;color:var(--teal)}.hero p{font-size:17px;line-height:1.7;color:var(--muted);max-width:700px;margin:27px 0 30px}.cta-row{display:flex;gap:11px;align-items:center;flex-wrap:wrap}.operator{border:1px solid #2a313a;border-radius:20px;background:linear-gradient(145deg,#151922,#0d1415);overflow:hidden;box-shadow:0 30px 90px rgba(0,0,0,.28)}.operator-head{display:flex;justify-content:space-between;padding:19px 20px;border-bottom:1px solid var(--border);font-size:13px;font-weight:800}.operator-head span{color:var(--teal);font-size:10px;letter-spacing:.09em}.operator-body{padding:22px}.operator-body small{font-size:10px;color:#727d8a;font-weight:800;letter-spacing:.12em}.operator-body h3{font-size:24px;line-height:1.1;margin:10px 0}.operator-body p{font-size:13px;line-height:1.55;margin:0 0 18px}.op-list{border:1px solid var(--border);border-radius:12px;overflow:hidden}.op-row{display:grid;grid-template-columns:22px 1fr auto;gap:9px;align-items:center;padding:13px;border-bottom:1px solid #20262e;font-size:12px}.op-row:last-child{border:0}.op-row b{font-size:9px;letter-spacing:.09em;color:#aeb6c0}.op-row.done b{color:var(--green)}.op-row.working b{color:#78a8ff}.section{padding:90px 0;border-top:1px solid #171d24}.section-head{max-width:780px;margin-bottom:42px}.section-head small{font-size:10px;letter-spacing:.15em;color:#75808d;font-weight:850}.section-head h2{font-size:45px;letter-spacing:-.04em;line-height:1;margin:12px 0 15px}.section-head p{font-size:16px;color:var(--muted);line-height:1.65;margin:0}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}.feature{border:1px solid var(--border);background:linear-gradient(180deg,#11161c,#0d1217);border-radius:15px;padding:22px;min-height:190px}.feature span{display:block;font-size:10px;color:var(--teal);font-weight:850;letter-spacing:.1em;line-height:1.2;margin-bottom:12px}.feature strong{display:block;font-size:18px;line-height:1.2;letter-spacing:-.015em}.feature p{font-size:14px;line-height:1.58;color:var(--muted);margin:12px 0 0}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.price-card{position:relative;border:1px solid var(--border);border-radius:16px;padding:23px;background:linear-gradient(180deg,#12171d,#0e1318);display:flex;flex-direction:column;min-height:435px}.price-card.featured{border-color:rgba(114,225,209,.55);box-shadow:0 0 0 1px rgba(114,225,209,.08)}.recommended{position:absolute;right:18px;top:19px;color:var(--teal);font-size:9px;font-weight:850;letter-spacing:.08em}.price-card h3{font-size:22px;margin:0 0 7px}.price-card>p{font-size:13.5px;color:var(--muted);line-height:1.5;min-height:42px}.price{display:flex;align-items:baseline;gap:5px;margin:20px 0 4px}.price strong{font-size:40px;letter-spacing:-.05em}.price span{color:var(--muted);font-size:13px}.price-annual{font-size:12.5px;color:var(--teal);font-weight:750;margin:0 0 20px}.checks{display:grid;gap:11px;flex:1;margin-bottom:22px}.check{display:grid;grid-template-columns:18px 1fr;gap:7px;color:#c0c7d0;font-size:13px;line-height:1.4}.check b{color:var(--teal)}.notice{margin-top:16px;border:1px solid rgba(232,200,121,.2);background:rgba(232,200,121,.04);border-radius:11px;padding:13px;color:#bbae88;font-size:12px;line-height:1.5}.footer{padding:40px 0 60px;border-top:1px solid #171d24;color:#78828e;font-size:12px;display:flex;justify-content:space-between;gap:20px}.footer strong{color:#bdc5ce}.auth-section{min-height:calc(100vh - 92px);display:grid;grid-template-columns:minmax(0,1fr) minmax(390px,500px);gap:72px;align-items:center;padding:56px 0 90px}.auth-section.single{grid-template-columns:minmax(360px,520px);justify-content:center}.auth-copy h1{font-size:56px;line-height:1;letter-spacing:-.045em;margin:0;max-width:680px}.auth-copy p,.auth-card>p{font-size:16px;line-height:1.65;color:var(--muted)}.auth-card{border:1px solid var(--border);border-radius:18px;background:linear-gradient(180deg,#12171d,#0e1318);padding:28px;display:grid;gap:17px;box-shadow:0 30px 90px rgba(0,0,0,.24)}.auth-card h2{font-size:34px;letter-spacing:-.035em;margin:0}.auth-card label{display:grid;gap:8px;color:#aeb7c1;font-size:10px;font-weight:850;letter-spacing:.09em}.auth-card input,.auth-card select{width:100%;border:1px solid #2a333e;border-radius:10px;background:#0b1015;color:var(--text);min-height:48px;padding:0 13px;font:inherit;font-size:14px;outline:none}.auth-card input:focus,.auth-card select:focus{border-color:rgba(114,225,209,.7);box-shadow:0 0 0 3px rgba(114,225,209,.08)}.auth-card label small{font-size:11px;color:#6f7985;font-weight:500;letter-spacing:0}.form-status{min-height:20px;color:#aab3bd;font-size:13px;line-height:1.45}.form-status.error{color:#ffaaa5}.form-status.good{color:var(--green)}.form-foot{font-size:13px!important;margin:0!important;color:#818b97!important}.form-foot a{color:var(--teal)}.account-section{padding:74px 0 100px}.account-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.account-card{border:1px solid var(--border);border-radius:16px;background:linear-gradient(180deg,#12171d,#0e1318);padding:24px;min-height:240px}.account-card>small{font-size:10px;letter-spacing:.13em;color:var(--teal);font-weight:850}.account-card h3{font-size:26px;letter-spacing:-.025em;margin:12px 0 18px}.account-card p{font-size:14px;line-height:1.6;color:var(--muted)}.account-rows{display:grid;gap:10px}.account-rows>div{display:flex;justify-content:space-between;gap:14px;padding:12px 0;border-top:1px solid #20262e}.account-rows span{color:var(--muted);font-size:13px}.account-rows strong{font-size:13px;max-width:60%;text-align:right;overflow-wrap:anywhere}.device-list{display:grid;gap:9px;margin:15px 0}.device-row{display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid #242c35;background:#0b1015;border-radius:10px;padding:11px 12px}.device-row>div{display:grid;gap:4px;min-width:0}.device-row strong{font-size:13px;overflow-wrap:anywhere}.device-row small{font-size:11.5px;color:var(--muted)}.device-revoke{min-height:34px;padding:0 11px;font-size:10px}.device-empty{border:1px dashed #2a333e;border-radius:10px;padding:14px;color:var(--muted);font-size:12.5px;line-height:1.45}@media(max-width:900px){.hero{grid-template-columns:1fr;padding-top:55px}.feature-grid,.pricing-grid,.account-grid{grid-template-columns:1fr}.nav-link.hide-mobile{display:none}.hero h1{font-size:57px}.section-head h2{font-size:39px}.auth-section{grid-template-columns:1fr;gap:35px;padding-top:40px}.auth-copy h1{font-size:46px}}