@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Space+Grotesk:wght@500;600;700&display=swap');
:root{--bg:#f4f8fb;--surface:#fff;--surface2:#eaf2f7;--ink:#10212d;--muted:#597080;--line:#d4e2ea;--nav:rgba(248,252,254,.92);--green:#28db8b;--green2:#13a96a;--cyan:#29c7f2;--blue:#448dff;--purple:#9b72ff;--amber:#ffb642;--danger:#ff586a;--shadow:0 30px 90px rgba(24,56,75,.15);--glow:rgba(40,219,139,.18)}
html[data-theme=dark]{--bg:#040d14;--surface:#091823;--surface2:#0d2230;--ink:#f1fbff;--muted:#93abba;--line:#173749;--nav:rgba(4,13,20,.9);--shadow:0 35px 100px rgba(0,0,0,.45);--glow:rgba(40,219,139,.14)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Manrope,system-ui,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.skip{position:absolute;left:-999px}.skip:focus{left:12px;top:12px;z-index:100;background:var(--surface);padding:12px;border-radius:8px}
.site-header{height:82px;position:sticky;top:0;z-index:50;padding:0 clamp(18px,4vw,66px);display:flex;align-items:center;gap:24px;border-bottom:1px solid var(--line);background:var(--nav);backdrop-filter:blur(22px)}.brand{display:flex;align-items:center;gap:12px;margin-right:auto}.brand img{width:51px;height:51px;object-fit:contain;filter:drop-shadow(0 7px 18px rgba(35,218,137,.18))}.brand b{display:block;font:700 14px Space Grotesk;letter-spacing:.08em}.brand b em{display:block;color:var(--cyan);font-style:normal}.brand small{display:block;margin-top:2px;color:var(--muted);font-size:9px;letter-spacing:.08em}.main-nav{display:flex;align-items:center;gap:3px}.main-nav a{padding:10px 13px;border-radius:11px;color:var(--muted);font-size:13px;font-weight:700}.main-nav a:hover,.main-nav a.active{background:var(--surface2);color:var(--ink)}.main-nav a.active{box-shadow:inset 0 -2px var(--green)}.header-actions{display:flex;align-items:center;gap:9px}.theme-toggle,.nav-toggle{border:1px solid var(--line);background:var(--surface);color:var(--ink);width:40px;height:40px;border-radius:11px}.account-link,.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:0 18px;border:1px solid var(--line);border-radius:12px;background:var(--surface);color:var(--ink);font-weight:800;font-size:13px;cursor:pointer}.account-link:hover,.button:hover{transform:translateY(-2px);box-shadow:0 10px 30px rgba(0,0,0,.12)}.button.primary{border-color:transparent;background:linear-gradient(135deg,var(--green),#1bcfda);color:#02110b}.button.blue{border-color:transparent;background:linear-gradient(135deg,var(--blue),var(--purple));color:#fff}.button.ghost{background:transparent}.button.danger{border-color:rgba(255,88,106,.35);color:var(--danger)}.nav-toggle{display:none}
.hero{position:relative;max-width:1600px;margin:auto;min-height:800px;padding:clamp(75px,10vw,145px) clamp(22px,6vw,95px) 90px;display:grid;grid-template-columns:.88fr 1.12fr;gap:50px;align-items:center}.hero:before{content:"";position:absolute;width:760px;height:760px;border-radius:50%;left:-370px;top:-310px;border:1px solid rgba(40,219,139,.2);box-shadow:0 0 0 100px rgba(40,219,139,.022),0 0 0 200px rgba(41,199,242,.018)}.hero-copy{position:relative;z-index:2}.eyebrow{margin:0 0 17px;color:var(--green);font:800 11px Space Grotesk;letter-spacing:.21em;text-transform:uppercase}.hero h1,.page-hero h1,.edition-hero h1{font:700 clamp(48px,6.4vw,94px)/.94 Space Grotesk;letter-spacing:-.06em;margin:0 0 26px}.hero h1 em{display:block;font-style:normal;background:linear-gradient(90deg,var(--green),var(--cyan),var(--blue));-webkit-background-clip:text;color:transparent}.lead{max-width:720px;color:var(--muted);font-size:clamp(17px,1.5vw,21px);line-height:1.72}.actions{display:flex;gap:12px;flex-wrap:wrap;margin:30px 0}.proof{display:flex;gap:18px;flex-wrap:wrap;color:var(--muted);font-size:11px}.proof span:before{content:'✓';color:var(--green);font-weight:900;margin-right:6px}
.hero-visual{position:relative;z-index:2;min-width:0}.screen-frame{position:relative;border:1px solid #276176;border-radius:20px;padding:7px;background:linear-gradient(145deg,#102a35,#061219);box-shadow:var(--shadow),0 0 80px var(--glow);transform:perspective(1500px) rotateY(-3deg) rotateX(1deg)}.screen-frame .chrome{height:37px;display:flex;align-items:center;gap:7px;padding:0 12px;color:#73a1ad;font-size:8px}.screen-frame .chrome i{width:7px;height:7px;border-radius:50%;background:#5d8d97}.screen-frame img{width:100%;display:block;border-radius:13px}.floating-card{position:absolute;right:-22px;bottom:-28px;width:260px;padding:18px;background:rgba(9,27,36,.95);border:1px solid #245267;border-radius:16px;color:#efffff;box-shadow:0 22px 60px rgba(0,0,0,.4)}.floating-card small{color:#7ea0ad;font-size:9px;letter-spacing:.1em}.floating-card b{display:block;margin:5px 0;font-size:22px}.floating-card strong{color:var(--green)}.radar-orbit{position:absolute;right:-55px;top:-60px;width:150px;height:150px;border:1px solid rgba(40,219,139,.32);border-radius:50%;box-shadow:0 0 0 25px rgba(40,219,139,.03),0 0 0 50px rgba(40,219,139,.02)}
.ticker{border-block:1px solid var(--line);background:var(--surface);overflow:hidden}.ticker-track{display:flex;align-items:center;gap:45px;min-width:max-content;padding:17px 0;animation:scroll 26s linear infinite;color:var(--muted);font-size:12px;font-weight:800}.ticker-track b{color:var(--green)}@keyframes scroll{to{transform:translateX(-50%)}}
.section{max-width:1380px;margin:auto;padding:100px clamp(22px,5vw,72px)}.section-head{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:42px}.section-head>div{max-width:780px}.section h2,.page-hero h2{font:700 clamp(34px,4.5vw,62px)/1.02 Space Grotesk;letter-spacing:-.045em;margin:0 0 16px}.section-head p,.section-copy,.legal-copy{color:var(--muted);line-height:1.75}.feature-bento{display:grid;grid-template-columns:repeat(12,1fr);gap:15px}.feature-card{position:relative;grid-column:span 4;min-height:260px;padding:28px;border:1px solid var(--line);border-radius:20px;background:var(--surface);overflow:hidden}.feature-card:nth-child(1),.feature-card:nth-child(8){grid-column:span 8;background:linear-gradient(135deg,var(--surface),rgba(40,219,139,.1))}.feature-card:nth-child(6){background:linear-gradient(135deg,var(--surface),rgba(155,114,255,.12))}.feature-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:14px;background:var(--surface2);color:var(--green);font-size:22px}.feature-card h3{font:700 21px Space Grotesk;margin:25px 0 10px}.feature-card p{color:var(--muted);line-height:1.7;font-size:14px}.feature-card:after{content:"";position:absolute;width:130px;height:130px;right:-55px;bottom:-65px;border:1px solid var(--line);border-radius:50%;box-shadow:0 0 0 22px rgba(40,219,139,.02)}
.product-story{max-width:none;background:linear-gradient(135deg,#07141d,#0a2024 55%,#08141e);color:#f3fbff;border-block:1px solid #1b4250}.story-inner{max-width:1380px;margin:auto;padding:110px clamp(22px,5vw,72px);display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:center}.story-copy h2{font:700 clamp(38px,4.6vw,67px)/1.02 Space Grotesk;letter-spacing:-.05em;margin:0 0 22px}.story-copy p{color:#98b7c0;line-height:1.75}.story-list{display:grid;gap:12px;margin-top:28px}.story-list div{display:flex;gap:13px;padding:14px;border:1px solid #1f4651;border-radius:13px;background:rgba(255,255,255,.02)}.story-list b{color:var(--green)}.crop-card{height:520px;overflow:hidden;border-radius:22px;border:1px solid #265563;box-shadow:0 30px 90px #000}.crop-card img{width:166%;max-width:none;transform:translate(-24%,-1%)}.crop-card.sidebar img{width:190%;transform:translate(0,-1%)}
.edition-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.edition-card{position:relative;min-height:355px;padding:28px;border:1px solid var(--line);border-radius:20px;background:var(--surface);overflow:hidden}.edition-card:before{content:"";position:absolute;inset:0 0 auto;height:4px;background:var(--edition)}.edition-card .edition-number{color:var(--edition);font:700 12px Space Grotesk;letter-spacing:.15em}.edition-card h3{font:700 25px Space Grotesk;margin:26px 0 10px}.edition-card .for{color:var(--muted);font-size:13px;line-height:1.6;min-height:42px}.edition-card ul{list-style:none;padding:0;margin:20px 0;color:var(--muted);font-size:12px;line-height:1.9}.edition-card li:before{content:'✓';color:var(--edition);margin-right:7px}.edition-card a{color:var(--edition);font-weight:800;font-size:13px}
.provider-strip{display:flex;gap:12px;flex-wrap:wrap}.provider-logo{height:64px;min-width:110px;flex:1;display:grid;place-items:center;padding:14px;background:#fff;border:1px solid var(--line);border-radius:14px}.provider-logo img{max-height:34px;max-width:100px;object-fit:contain}.provider-note{margin-top:20px;color:var(--muted);font-size:12px}.provider-note strong{color:var(--green)}
.sync-diagram{display:grid;grid-template-columns:1fr 150px 1fr;align-items:center;gap:25px}.computer{padding:26px;border:1px solid var(--line);border-radius:20px;background:var(--surface)}.computer .monitor{height:170px;padding:18px;border-radius:12px;background:#06141b;border:1px solid #205264;color:#dffcff}.computer .monitor b{display:block;font:700 20px Space Grotesk}.computer .monitor span{display:block;color:#7ea4b1;font-size:11px;margin-top:7px}.computer .monitor .mini-bars{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin-top:22px}.computer .monitor i{height:50px;background:#0c2b31;border:1px solid #1f5059;border-radius:6px}.computer p{margin:15px 0 0;color:var(--muted);font-size:12px}.sync-arrow{text-align:center;color:var(--green)}.sync-arrow b{font-size:36px}.sync-arrow small{display:block;color:var(--muted)}
.help-grid,.addon-grid,.download-grid,.account-grid,.admin-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.help-card,.addon-card,.download-card,.account-card,.admin-card{padding:25px;border:1px solid var(--line);border-radius:18px;background:var(--surface)}.help-card small,.addon-card small,.download-card small{color:var(--green);text-transform:uppercase;letter-spacing:.14em;font-size:9px;font-weight:900}.help-card h3,.addon-card h3,.download-card h3{font:700 19px Space Grotesk;margin:14px 0 8px}.help-card p,.addon-card p,.download-card p,.account-card p,.admin-card p{color:var(--muted);font-size:13px;line-height:1.65}.help-search{display:flex;gap:10px;max-width:760px;margin:26px auto 0}.help-search input,.field input,.field select,.field textarea{width:100%;border:1px solid var(--line);background:var(--surface);color:var(--ink);border-radius:12px;padding:14px}.help-search button{white-space:nowrap}
.cta-band{max-width:1250px;margin:30px auto 110px;padding:55px;border:1px solid #24556a;border-radius:26px;background:linear-gradient(130deg,#0b2531,#0b1b2a 60%,#14243e);color:#f5ffff;display:flex;justify-content:space-between;align-items:center;gap:30px;box-shadow:var(--shadow)}.cta-band h2{font:700 clamp(31px,4vw,55px)/1.02 Space Grotesk;letter-spacing:-.045em;margin:0 0 12px}.cta-band p{color:#9cb9c4;margin:0}
.page-hero{position:relative;max-width:1240px;margin:auto;padding:115px clamp(22px,5vw,70px) 70px;text-align:center}.page-hero .lead{margin:auto}.page-hero:after{content:"";position:absolute;width:500px;height:180px;left:50%;top:10px;transform:translateX(-50%);background:radial-gradient(ellipse,var(--glow),transparent 70%);pointer-events:none}.page-hero.compact{padding-bottom:35px}.page-hero .pill{display:inline-flex;padding:8px 11px;background:var(--surface2);border:1px solid var(--line);border-radius:999px;color:var(--green);font-size:10px;font-weight:800;letter-spacing:.1em}
.edition-hero{max-width:1450px;margin:auto;padding:100px clamp(22px,5vw,75px);display:grid;grid-template-columns:.85fr 1.15fr;gap:50px;align-items:center}.edition-hero h1{font-size:clamp(48px,6vw,84px)}.edition-hero .edition-label{color:var(--edition);font-weight:900;letter-spacing:.18em;font-size:11px}.edition-identity{position:relative;min-height:470px;display:grid;grid-template-columns:.75fr 1.25fr;align-items:center;gap:20px;padding:45px;border:1px solid var(--edition);border-radius:28px;background:radial-gradient(circle at 20% 35%,rgba(40,219,139,.16),transparent 42%),linear-gradient(145deg,#071720,#0d2430);color:#effcff;box-shadow:var(--shadow),0 0 90px rgba(40,219,139,.12);overflow:hidden}.edition-identity:before{content:"";position:absolute;inset:0 0 auto;height:5px;background:var(--edition)}.edition-identity:after{content:"";position:absolute;width:320px;height:320px;right:-170px;bottom:-190px;border:1px solid rgba(255,255,255,.12);border-radius:50%;box-shadow:0 0 0 38px rgba(255,255,255,.018),0 0 0 76px rgba(255,255,255,.012)}.edition-identity img{width:100%;max-width:300px;filter:drop-shadow(0 22px 35px rgba(0,0,0,.5))}.edition-identity small{color:var(--edition);font-weight:900;letter-spacing:.2em}.edition-identity h2{font:700 clamp(30px,3.5vw,52px)/1 Space Grotesk;letter-spacing:-.05em;margin:18px 0 12px}.edition-identity p{color:#9eb7c3;line-height:1.6}.edition-identity span{display:inline-flex;margin:6px 5px 0 0;padding:7px 9px;border:1px solid rgba(255,255,255,.13);border-radius:999px;color:#d8edf4;font-size:9px}.edition-includes{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.include{padding:16px;border:1px solid var(--line);background:var(--surface);border-radius:14px}.include b{display:block;font-size:13px}.include span{color:var(--muted);font-size:11px}.limit-panel{border:1px solid rgba(255,182,66,.35);background:rgba(255,182,66,.07);border-radius:19px;padding:25px}.limit-panel h3{color:var(--amber);font:700 21px Space Grotesk}.comparison{overflow:auto;border:1px solid var(--line);border-radius:18px}.comparison table{border-collapse:collapse;width:100%;min-width:1450px;background:var(--surface)}.comparison th,.comparison td{padding:15px;border-bottom:1px solid var(--line);font-size:11px;text-align:center}.comparison th:first-child,.comparison td:first-child{text-align:left}.comparison th{position:sticky;top:81px;background:var(--surface2);color:var(--muted)}.yes{color:var(--green);font-weight:900}.no{color:#60717d}.add{color:var(--amber)}
.gallery{display:grid;grid-template-columns:repeat(12,1fr);gap:18px}.gallery-card{grid-column:span 6;border:1px solid var(--line);border-radius:20px;overflow:hidden;background:var(--surface)}.gallery-card.wide{grid-column:span 12}.gallery-card .image{height:430px;overflow:hidden;background:#041014}.gallery-card.wide .image{height:auto}.gallery-card img{width:100%;display:block}.gallery-card:not(.wide) img{width:168%;max-width:none}.gallery-card.sidebar img{width:190%}.gallery-card.attention img{transform:translate(-40%,-23%)}.gallery-card.sidebar img{transform:translate(0,-3%)}.gallery-card .caption{padding:20px}.gallery-card h3{font:700 19px Space Grotesk;margin:0 0 7px}.gallery-card p{margin:0;color:var(--muted);font-size:12px}
.article-layout{max-width:1250px;margin:auto;padding:45px clamp(22px,5vw,65px) 100px;display:grid;grid-template-columns:260px 1fr;gap:50px}.help-side{position:sticky;top:110px;align-self:start}.help-side a{display:block;padding:10px 12px;color:var(--muted);border-radius:10px;font-size:12px}.help-side a:hover,.help-side a.active{color:var(--ink);background:var(--surface2)}.article h2{font:700 32px Space Grotesk;margin:42px 0 14px}.article h2:first-child{margin-top:0}.article h3{font:700 20px Space Grotesk;margin:28px 0 10px}.article p,.article li{color:var(--muted);line-height:1.8;font-size:14px}.steps{counter-reset:step;display:grid;gap:12px}.step{counter-increment:step;position:relative;padding:20px 20px 20px 60px;border:1px solid var(--line);background:var(--surface);border-radius:15px}.step:before{content:counter(step);position:absolute;left:18px;top:18px;width:28px;height:28px;display:grid;place-items:center;background:var(--green);color:#02130b;border-radius:9px;font-weight:900}.callout{padding:18px;border-left:4px solid var(--cyan);background:rgba(41,199,242,.08);border-radius:0 12px 12px 0}.callout.warning{border-color:var(--amber);background:rgba(255,182,66,.08)}
.auth-wrap{max-width:1100px;margin:75px auto 110px;padding:0 22px;display:grid;grid-template-columns:.9fr 1.1fr;gap:35px;align-items:start}.auth-pitch{padding:40px;border-radius:22px;background:linear-gradient(145deg,#092832,#081722);color:#efffff;min-height:520px}.auth-pitch img{width:75px}.auth-pitch h1{font:700 43px/1.02 Space Grotesk;letter-spacing:-.04em}.auth-pitch p{color:#9cb9c4;line-height:1.7}.auth-card{padding:35px;border:1px solid var(--line);border-radius:22px;background:var(--surface)}.auth-card h2{font:700 29px Space Grotesk}.field{display:grid;gap:6px;margin:15px 0}.field label{font-size:11px;font-weight:800;color:var(--muted)}.form-note{font-size:11px;color:var(--muted);line-height:1.6}.auth-links{display:flex;justify-content:space-between;margin-top:18px;font-size:12px;color:var(--blue)}.flash{max-width:1100px;margin:18px auto 0;padding:14px 18px;border:1px solid var(--line);border-radius:12px;background:var(--surface)}.flash.success{border-color:rgba(40,219,139,.45)}.flash.error{border-color:rgba(255,88,106,.45)}.portal{max-width:1300px;margin:50px auto 100px;padding:0 25px}.portal-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px}.portal-head h1{font:700 42px Space Grotesk}.metric-row{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:18px}.metric{padding:20px;background:var(--surface);border:1px solid var(--line);border-radius:16px}.metric small{display:block;color:var(--muted);font-size:9px;letter-spacing:.12em}.metric b{font:700 29px Space Grotesk}.license-card{padding:22px;border:1px solid var(--line);border-radius:16px;background:var(--surface);margin-bottom:12px}.license-card .row{display:flex;justify-content:space-between;gap:20px}.status{display:inline-flex;padding:5px 9px;border-radius:999px;background:rgba(40,219,139,.11);color:var(--green);font-size:9px;font-weight:900;text-transform:uppercase}.data-table{width:100%;border-collapse:collapse;background:var(--surface);border-radius:16px;overflow:hidden}.data-table th,.data-table td{padding:13px;border-bottom:1px solid var(--line);text-align:left;font-size:11px}.data-table th{color:var(--muted);background:var(--surface2)}.admin-nav{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:20px}.admin-nav a{padding:9px 12px;border:1px solid var(--line);border-radius:9px;font-size:11px}.code{font-family:ui-monospace,monospace;background:var(--surface2);padding:2px 6px;border-radius:5px}
.site-footer{border-top:1px solid var(--line);max-width:1500px;margin:auto;padding:65px clamp(22px,5vw,70px) 30px;display:grid;grid-template-columns:2fr repeat(3,1fr);gap:35px;color:var(--muted)}.site-footer>div:not(.footer-lead):not(.footer-bottom){display:flex;flex-direction:column;gap:9px}.site-footer b{color:var(--ink);font-size:12px}.site-footer a{font-size:11px}.footer-lead{display:flex;gap:13px}.footer-lead img{width:50px;height:50px}.footer-lead p{font-size:11px}.footer-bottom{grid-column:1/-1;border-top:1px solid var(--line);padding-top:20px;display:flex;justify-content:space-between;font-size:9px}
@media(max-width:1050px){.main-nav{position:absolute;top:82px;left:0;right:0;display:none;flex-direction:column;align-items:stretch;padding:14px;background:var(--surface);border-bottom:1px solid var(--line)}.main-nav.open{display:flex}.nav-toggle{display:block}.account-link{display:none}.hero,.edition-hero,.story-inner{grid-template-columns:1fr}.hero{padding-top:75px}.feature-card,.feature-card:nth-child(1),.feature-card:nth-child(8){grid-column:span 6}.edition-grid,.help-grid,.addon-grid,.download-grid,.account-grid,.admin-grid{grid-template-columns:repeat(2,1fr)}.sync-diagram{grid-template-columns:1fr}.sync-arrow{transform:rotate(90deg)}.metric-row{grid-template-columns:repeat(2,1fr)}.article-layout{grid-template-columns:1fr}.help-side{position:static;display:flex;overflow:auto}.help-side a{white-space:nowrap}.auth-wrap{grid-template-columns:1fr}.site-footer{grid-template-columns:2fr 1fr 1fr}}
@media(max-width:680px){.site-header{height:72px;padding:0 13px;gap:8px}.brand img{width:43px;height:43px}.brand small{display:none}.theme-toggle,.nav-toggle{width:38px;height:38px}.hero{min-height:auto;padding:65px 18px}.hero h1,.page-hero h1,.edition-hero h1{font-size:45px}.floating-card{position:relative;right:auto;bottom:auto;width:auto;margin-top:10px}.screen-frame{transform:none}.section{padding:70px 18px}.section-head{align-items:start;flex-direction:column}.feature-card,.feature-card:nth-child(1),.feature-card:nth-child(8){grid-column:span 12;min-height:220px}.edition-grid,.help-grid,.addon-grid,.download-grid,.account-grid,.admin-grid{grid-template-columns:1fr}.story-inner{padding:75px 18px}.crop-card{height:300px}.edition-identity{min-height:390px;grid-template-columns:1fr;padding:25px}.edition-identity img{max-width:150px}.edition-includes{grid-template-columns:1fr}.gallery-card,.gallery-card.wide{grid-column:span 12}.gallery-card .image{height:260px}.article-layout{padding-inline:18px}.auth-pitch{min-height:auto}.auth-card{padding:24px}.metric-row{grid-template-columns:1fr 1fr}.cta-band{margin:25px 14px 75px;padding:30px;align-items:start;flex-direction:column}.site-footer{grid-template-columns:1fr 1fr;padding-inline:18px}.footer-lead{grid-column:1/-1}.footer-bottom{flex-direction:column;gap:5px}}
