:root{color-scheme:light;--ink:#111217;--muted:#5d6472;--line:#d9dde5;--paper:#ffffff;--soft:#f6f7f9;--night:#08090b;--night-2:#15171d;--cyan:#15cfc3;--red:#ff365d;--yellow:#ffd43b;--blue:#3a7cff;--green:#28a745;--max:1160px;--header-height:72px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;line-height:1.55;text-rendering:optimizeLegibility}img{display:block;max-width:100%}a{color:inherit}.wrap{width:min(var(--max), calc(100% - 40px));margin:0 auto}.site-header{min-height:var(--header-height);padding:14px 0;color:#fff;background:var(--night);position:sticky;top:0;z-index:20;border-bottom:1px solid rgba(255, 255, 255, 0.1)}.site-header-inner{display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{display:inline-flex;align-items:center;gap:10px;text-decoration:none;font-weight:800;letter-spacing:0}.brand img{width:40px;height:40px;border-radius:8px}.nav{display:flex;align-items:center;gap:18px;font-size:0.95rem;font-weight:700}.nav a{color:rgba(255, 255, 255, 0.76);text-decoration:none}.nav a:hover, .nav a:focus-visible, .nav a[aria-current="page"]{color:#fff}.hero{min-height:min(660px, calc(100svh - var(--header-height) - 48px));position:relative;overflow:hidden;display:grid;align-items:center;color:#fff;background:linear-gradient(110deg, rgba(8, 9, 11, 1) 0%, rgba(8, 9, 11, 0.98) 47%, rgba(8, 9, 11, 0.7) 68%, rgba(8, 9, 11, 0.46) 100%), linear-gradient(135deg, var(--night) 0%, #151719 100%);isolation:isolate}.hero::after{content:"";position:absolute;inset:auto 0 0 0;height:11px;background:linear-gradient(90deg, var(--red), var(--cyan), var(--yellow), var(--blue));z-index:3}.hero-media{position:absolute;inset:0 0 0 max(54%, calc((100vw - var(--max)) / 2 + 650px));z-index:1;overflow:hidden;pointer-events:none}.hero-media::before{content:"";position:absolute;inset:12% 0 4% 0;background:linear-gradient(180deg, rgba(21, 207, 195, 0.26), rgba(255, 54, 93, 0.16)), repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.12) 0 1px, transparent 1px 82px);clip-path:polygon(10% 0, 100% 0, 100% 100%, 0 100%)}.hero-shot{position:absolute;width:min(34vw, 390px);min-width:250px;filter:drop-shadow(0 28px 40px rgba(0, 0, 0, 0.44));border:1px solid rgba(255, 255, 255, 0.16)}.hero-shot-main{right:max(28px, calc((100vw - var(--max)) / 2));top:44px;transform:rotate(3deg)}.hero-shot-detail{right:150px;top:130px;opacity:0.78;transform:rotate(-6deg)}.hero-content{position:relative;z-index:2;padding:72px 0 84px}.hero-content h1{max-width:590px;margin:0;font-size:6.25rem;line-height:0.92;letter-spacing:0}.lede{max-width:560px;margin:24px 0 0;color:rgba(255, 255, 255, 0.82);font-size:1.38rem}.eyebrow{margin:0 0 14px;color:var(--red);font-weight:900;text-transform:uppercase;letter-spacing:0;font-size:0.78rem}.hero-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:32px}.button{min-height:48px;display:inline-flex;align-items:center;justify-content:center;padding:12px 18px;border-radius:8px;text-decoration:none;font-weight:900;border:1px solid transparent}.button-disabled{color:#141414;background:#fff}.button-secondary{color:#fff;background:rgba(255, 255, 255, 0.1);border-color:rgba(255, 255, 255, 0.22)}.button-secondary:hover, .button-secondary:focus-visible{background:rgba(255, 255, 255, 0.16)}.app-store-badge{display:inline-flex;width:180px;max-width:100%;line-height:0}.app-store-badge img{width:100%;height:auto}.header-app-store-badge{width:150px;flex:0 0 auto}.section{padding:88px 0}.feature-section{background:var(--soft)}.section-heading{max-width:720px;margin-bottom:34px}.section-heading.compact{margin-bottom:26px}.section-heading h2, .support-layout h2, .legal-hero h1{margin:0;font-size:4.2rem;line-height:1;letter-spacing:0}.section-heading p, .support-layout p{margin:18px 0 0;color:var(--muted);font-size:1.08rem}.feature-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:14px}.feature{min-height:220px;padding:22px;border-radius:8px;background:var(--paper);border:1px solid var(--line)}.feature h3{margin:20px 0 10px;font-size:1.12rem}.feature p{margin:0;color:var(--muted)}.feature-mark{display:block;width:38px;height:6px;border-radius:3px}.mark-red{background:var(--red)}.mark-cyan{background:var(--cyan)}.mark-yellow{background:var(--yellow)}.mark-blue{background:var(--blue)}.text-link{color:inherit;font-weight:900;text-decoration-color:currentColor;text-decoration-thickness:2px;text-underline-offset:4px}.support-section{background:var(--soft)}.support-layout{max-width:760px}.footer{padding:26px 0 28px;color:rgba(255, 255, 255, 0.72);background:var(--night)}.footer-note{max-width:760px;margin:0 0 20px;color:rgba(255, 255, 255, 0.42);font-size:0.84rem;line-height:1.45}.footer-inner{display:flex;justify-content:space-between;gap:18px;align-items:center}.footer p:not(.footer-note){margin:0}.footer nav{display:flex;gap:16px}.footer a{color:rgba(255, 255, 255, 0.76);text-decoration:none;font-weight:800}.footer a:hover, .footer a:focus-visible{color:#fff}.legal-hero{padding:78px 0 58px;color:#fff;background:linear-gradient(90deg, rgba(8, 9, 11, 0.94), rgba(8, 9, 11, 0.72)), linear-gradient(135deg, var(--night), #292a1d);border-bottom:10px solid var(--cyan)}.legal-hero p:last-child{margin:18px 0 0;color:rgba(255, 255, 255, 0.74);font-weight:800}.legal-section{padding:58px 0 84px;background:var(--paper)}.legal-layout{display:grid;grid-template-columns:220px minmax(0, 820px);gap:48px;align-items:start}.legal-toc{position:sticky;top:calc(var(--header-height) + 22px);display:grid;gap:8px}.legal-toc a{padding:9px 10px;border-radius:8px;color:var(--muted);text-decoration:none;font-weight:800}.legal-toc a:hover, .legal-toc a:focus-visible{color:var(--ink);background:var(--soft)}.legal-copy{max-width:820px}.legal-copy section{padding:0 0 34px;margin:0 0 34px;border-bottom:1px solid var(--line)}.legal-copy section:last-child{border-bottom:0}.legal-copy h2{margin:0 0 12px;font-size:2rem;line-height:1.18;letter-spacing:0}.legal-copy p{margin:0 0 14px;color:#3f4652;font-size:1.03rem}.legal-copy p:last-child{margin-bottom:0}@media (max-width:980px){.hero{min-height:min(720px, calc(100svh - var(--header-height) - 52px))}.hero-media::before{inset:8% 0 0 0}.hero-shot{width:310px;min-width:0}.hero-shot-main{right:-42px;top:38px}.hero-shot-detail{display:none}.hero-content h1{font-size:4.65rem}.section-heading h2, .support-layout h2, .legal-hero h1{font-size:3.15rem}.feature-grid{grid-template-columns:repeat(2, 1fr)}.legal-layout{grid-template-columns:1fr;gap:30px}.legal-toc{position:static;grid-template-columns:repeat(2, minmax(0, 1fr))}}@media (max-width:680px){:root{--header-height:66px}.wrap{width:min(100% - 28px, var(--max))}.site-header{gap:12px}.site-header-inner{gap:14px}.brand span{max-width:96px;line-height:1.05}.nav{gap:11px;font-size:0.86rem}.header-app-store-badge{width:132px}.hero{min-height:auto;display:block}.hero-content{padding:48px 0 26px}.hero-content h1{max-width:500px;font-size:3.55rem}.lede{max-width:420px;font-size:1.08rem}.hero-actions{align-items:stretch;margin-top:26px}.button{width:100%}.hero-shot{width:230px;opacity:0.92}.hero-media{position:relative;inset:auto;height:240px;margin-top:-4px;z-index:1}.hero-shot-main{right:-18px;top:8px}.hero-shot-detail{display:block;right:132px;top:70px}.feature-grid{grid-template-columns:1fr}.section{padding:64px 0}.feature-section{padding-top:32px}.section-heading h2, .support-layout h2, .legal-hero h1{font-size:2.55rem}.feature{min-height:auto}.footer-inner{flex-direction:column;align-items:flex-start}.legal-hero{padding:56px 0 42px}.legal-section{padding:38px 0 64px}.legal-toc{grid-template-columns:1fr}}@media (max-width:420px){.hero-content h1{font-size:3.2rem}}@media (max-width:420px) and (max-height:720px){.nav{gap:8px;font-size:0.8rem}.hero-content{padding:34px 0 20px}.hero-content h1{font-size:2.55rem}.lede{margin-top:16px;font-size:1rem;line-height:1.42}.hero-actions{gap:8px;margin-top:18px}.button{min-height:42px;padding:9px 12px}.hero-media{height:170px}.hero-shot{width:172px}.hero-shot-main{right:-12px;top:0}.hero-shot-detail{right:106px;top:42px}}
