:root{--bg0: #12141a;--bg1: #181b24;--ink: #e8eaed;--muted: #8b92a0;--accent: #6b8fce;--accent-ink: #0d121c;--leaf: #7aaf8e;--line: rgba(232, 234, 237, .1);--panel: rgba(26, 29, 38, .72);--font-display: "Manrope", system-ui, sans-serif;--font-body: "Manrope", system-ui, sans-serif}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}body{font-family:var(--font-body);color:var(--ink);background:radial-gradient(700px 420px at 90% 0%,rgba(107,143,206,.1),transparent 55%),linear-gradient(180deg,var(--bg1),var(--bg0) 60%)}a{color:inherit;text-decoration:none}.shell{min-height:100vh}.nav{display:flex;justify-content:space-between;align-items:center;padding:1.1rem 1.5rem;border-bottom:1px solid var(--line);position:sticky;top:0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#12141ad1;z-index:10}.logo{font-family:var(--font-display);font-weight:700;font-size:1.3rem}.nav nav{display:flex;gap:1.25rem;color:var(--muted);font-weight:500}.nav nav a:hover{color:var(--ink)}.hero{min-height:calc(100vh - 72px);display:grid;align-content:center;padding:2.5rem 1.5rem 4rem;max-width:1100px;margin:0 auto;position:relative}.hero h1{font-family:var(--font-display);font-size:clamp(2.5rem,6.5vw,4.4rem);line-height:1.05;margin:0 0 1rem;max-width:14ch;font-weight:600;animation:rise .7s ease both}.hero p.lead{max-width:38ch;color:var(--muted);font-size:1.12rem;line-height:1.5;margin:0 0 1.75rem;animation:rise .85s ease both}.eyebrow{color:var(--accent);font-size:.78rem;font-weight:600;letter-spacing:.07em;text-transform:uppercase;margin:0 0 .85rem;animation:rise .6s ease both}.hero-note{margin-top:1rem;font-size:.9rem;max-width:52ch;animation:rise 1s ease both}.hero-note a{text-decoration:underline;text-underline-offset:3px;color:var(--muted)}.hero-note a:hover{color:var(--ink)}@keyframes rise{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}.cta-row{display:flex;flex-wrap:wrap;gap:.75rem;animation:rise .95s ease both}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:10px;padding:.8rem 1.25rem;font-weight:650;border:1px solid transparent}.btn-primary{background:var(--accent);color:var(--accent-ink)}.btn-ghost{border-color:var(--line);color:var(--ink);background:transparent}.btn-ghost:hover{border-color:#6b8fce73}.section{max-width:1100px;margin:0 auto;padding:3rem 1.5rem 3.5rem}.section h2{font-family:var(--font-display);font-size:clamp(1.7rem,3.5vw,2.35rem);margin:0 0 .7rem;font-weight:600}.section .sub{color:var(--muted);max-width:48ch;margin-bottom:1.75rem;line-height:1.5}.features{display:grid;gap:1.1rem}@media(min-width:800px){.features{grid-template-columns:1fr 1fr 1fr}}.feature{padding:1.1rem 1.15rem;border:1px solid var(--line);border-radius:12px;background:var(--panel)}.feature h3{margin:0 0 .4rem;font-size:1.02rem;font-weight:600}.feature p{margin:0;color:var(--muted);line-height:1.45}.packs{display:grid;gap:1rem}@media(min-width:800px){.packs{grid-template-columns:repeat(3,1fr)}}.pack{border:1px solid var(--line);border-radius:14px;padding:1.25rem;background:var(--panel)}.pack .price{font-family:var(--font-display);font-size:1.9rem;margin:.4rem 0}.pack .note{color:var(--muted);font-size:.9rem}.pack .price-alt{color:var(--accent);font-size:.95rem;font-weight:600;margin:-.15rem 0 .5rem}.steps{margin:0;padding:0;list-style:none;display:grid;gap:.9rem;counter-reset:step}.steps li{position:relative;padding:1rem 1rem 1rem 3.2rem;border:1px solid var(--line);border-radius:12px;background:var(--panel);color:var(--muted);line-height:1.45;counter-increment:step}.steps li:before{content:counter(step);position:absolute;left:1rem;top:1rem;width:1.55rem;height:1.55rem;border-radius:8px;background:var(--accent);color:var(--accent-ink);font-weight:700;font-size:.82rem;display:grid;place-items:center}.steps strong{color:var(--ink)}.compare{display:grid;gap:1rem}@media(min-width:800px){.compare{grid-template-columns:1fr 1fr}}.compare-col{border:1px solid var(--line);border-radius:14px;padding:1.25rem;background:var(--panel)}.compare-col h3{margin:0 0 .5rem;font-size:1.05rem}.compare-col p{margin:0;color:var(--muted);line-height:1.45}.muted-col{opacity:.9}.accent-col{border-color:#6b8fce66;background:#6b8fce12}.hotkey-table{display:grid;gap:.65rem;color:var(--muted)}@media(min-width:700px){.hotkey-table{grid-template-columns:1fr 1fr}}.hotkey-table kbd{display:inline-block;background:#00000047;border:1px solid var(--line);border-radius:6px;padding:.15rem .45rem;font-size:.8rem;color:var(--ink);margin-right:.35rem}.faq details{border:1px solid var(--line);border-radius:12px;padding:.9rem 1.1rem;margin-bottom:.6rem;background:var(--panel)}.faq summary{cursor:pointer;font-weight:600}.faq details p{color:var(--muted);margin:.75rem 0 0;line-height:1.5}.faq a{text-decoration:underline;text-underline-offset:3px;color:var(--accent)}.cta-final{border-top:1px solid var(--line);margin-top:.5rem}.footer{max-width:1100px;margin:0 auto;padding:2rem 1.5rem 3rem;border-top:1px solid var(--line);display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;align-items:center;color:var(--muted);font-size:.9rem}.footer-links{display:flex;flex-wrap:wrap;gap:1rem}.footer-links a:hover{color:var(--ink)}.cabinet-head{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.25rem}.cabinet-head h1{margin-top:0}@media(max-width:720px){.nav nav{gap:.75rem;font-size:.85rem}}.cabinet{max-width:820px;margin:0 auto;padding:2rem 1.5rem 4rem}.panel{border:1px solid var(--line);border-radius:14px;padding:1.25rem;background:var(--panel);margin-bottom:1rem}.panel h2{font-family:var(--font-display);margin-top:0;font-weight:600}.row{display:flex;flex-wrap:wrap;gap:.6rem}input,select,button,textarea{font:inherit}input,select{background:#0e1016;border:1px solid var(--line);color:var(--ink);border-radius:10px;padding:.65rem .8rem}button{cursor:pointer;border-radius:10px;border:1px solid var(--line);background:#242833;color:var(--ink);padding:.65rem 1rem;font-weight:600}button.primary{background:var(--accent);color:var(--accent-ink);border-color:transparent}.muted{color:var(--muted)}.error{color:#d98992}.success{color:var(--leaf)}
