:root{--bg:#0a0a10;--bg-soft:#0f0f17;--panel:#13131d;--panel-2:#171724;--border:hsla(0,0%,100%,.07);--text:#f4f4f8;--muted:#9b9ba8;--accent:#7c6bff;--accent-soft:#8b7bff;--accent-dim:rgba(124,107,255,.14);--orange:#ff9736;--green:#34d399;--radius:20px;--font:-apple-system,BlinkMacSystemFont,"Segoe UI","Inter",Roboto,"Helvetica Neue",Arial,sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:var(--font);-webkit-font-smoothing:antialiased;line-height:1.6;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.container{width:min(1180px,92vw);margin:0 auto}.btn{display:inline-flex;align-items:center;gap:8px;border-radius:999px;font-weight:600;padding:12px 24px;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.btn-primary{background:linear-gradient(135deg,#8b7bff,#6d5cff);color:#fff;box-shadow:0 8px 30px rgba(124,107,255,.35)}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 12px 36px rgba(124,107,255,.5)}.btn-sm{padding:9px 18px;font-size:.9rem}.pill{display:inline-flex;align-items:center;gap:8px;padding:7px 16px;border-radius:999px;border:1px solid var(--border);background:hsla(0,0%,100%,.03);color:var(--muted);font-size:.85rem;letter-spacing:.02em}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:50;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:rgba(10,10,16,.72);border-bottom:1px solid var(--border)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:20px;height:68px}.brand{align-items:center;gap:10px;font-weight:700;letter-spacing:-.01em}.brand,.brand-mark{display:inline-flex}.brand-mark{border-radius:8px;overflow:hidden}.brand-logo{width:30px;height:30px;border-radius:8px;flex:none}.header-nav{display:flex;gap:28px}.header-nav a{color:var(--muted);font-size:.95rem;transition:color .15s ease}.header-nav a:hover{color:var(--text)}.header-actions{display:flex;align-items:center;gap:12px}.lang-switcher{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--panel) url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%239b9ba8' fill='none' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat right 12px center;border:1px solid var(--border);color:var(--text);border-radius:10px;padding:8px 32px 8px 12px;font-size:.85rem;cursor:pointer}.hero{position:relative;padding:96px 0 40px;text-align:center}.hero-glow{position:absolute;inset:-20% -10% auto;height:720px;background:radial-gradient(ellipse 55% 45% at 50% 30%,rgba(124,107,255,.22),transparent 70%);pointer-events:none}.hero-inner{position:relative;display:flex;flex-direction:column;align-items:center;gap:22px}.hero-title{font-size:clamp(2.6rem,7vw,4.6rem);font-weight:800;letter-spacing:-.04em;line-height:1.04}.lead{max-width:560px;color:var(--muted);font-size:clamp(1rem,2vw,1.15rem)}.rating-line{color:var(--muted);font-size:.9rem}.store-badges{display:flex;flex-wrap:wrap;justify-content:center;gap:12px}.store-badge{display:inline-flex;align-items:center;gap:10px;background:#16161f;border:1px solid var(--border);border-radius:12px;padding:9px 16px;min-width:160px;transition:border-color .15s ease,transform .15s ease}.store-badge:hover{border-color:rgba(124,107,255,.5);transform:translateY(-1px)}.store-badge-text{display:flex;flex-direction:column;text-align:left;line-height:1.2}.store-badge-text small{font-size:.62rem;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}.store-badge-text strong{font-size:.95rem;letter-spacing:-.01em}.screen-wrap{position:relative;width:min(880px,100%);margin-top:34px}.screen-glow{position:absolute;inset:-12%;background:radial-gradient(ellipse 60% 55% at 50% 50%,rgba(139,123,255,.35),transparent 70%);filter:blur(30px);pointer-events:none}.mock-window,.screen-img{position:relative;border-radius:16px;box-shadow:0 40px 120px rgba(0,0,0,.55),0 0 0 1px hsla(0,0%,100%,.08)}.screen-img{width:100%}.mock-window{background:#fbfbfd;overflow:hidden;text-align:left}.mock-titlebar{display:flex;gap:7px;padding:12px 16px;background:#f0f0f5;border-bottom:1px solid #e4e4ec}.mock-titlebar i{width:11px;height:11px;border-radius:50%;background:#d9d9e3}.mock-titlebar i:first-child{background:#ff5f57}.mock-titlebar i:nth-child(2){background:#febc2e}.mock-titlebar i:nth-child(3){background:#28c840}.mock-body{display:grid;grid-template-columns:200px 1fr;min-height:430px}.mock-side{background:#f4f4f9;border-right:1px solid #e7e7ef;padding:18px 14px;display:flex;flex-direction:column;gap:14px}.mock-side-logo{width:30px;height:30px;border-radius:8px;background:linear-gradient(135deg,#8b7bff,#6d5cff);margin-bottom:8px}.mock-side-item{display:flex;align-items:center;gap:9px;padding:7px 9px;border-radius:8px}.mock-side-item.active{background:rgba(124,107,255,.12)}.mock-side-item i{width:14px;height:14px;border-radius:4px;background:#c9c9d8;flex:none}.mock-side-item.active i{background:#7c6bff}.mock-side-item span{height:8px;border-radius:4px;background:#d8d8e4}.mock-main{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;padding:28px}.mock-toolbar{display:flex;gap:8px}.mock-chip{width:64px;height:22px;border-radius:999px;background:#ececf3}.mock-chip-active{background:rgba(124,107,255,.18);box-shadow:inset 0 0 0 1.5px #7c6bff}.ring{background:conic-gradient(#7c6bff 72%,rgba(124,107,255,.15) 0);padding:9px}.ring,.ring-inner{border-radius:50%;display:flex;align-items:center;justify-content:center}.ring-inner{width:100%;height:100%;background:var(--panel);font-weight:700;font-size:1.6rem;letter-spacing:-.02em;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.ring-light .ring-inner{background:#fbfbfd;color:#23233a;font-size:2rem}.mock-controls{display:flex;gap:10px}.mock-btn{width:92px;height:34px;border-radius:999px;background:#ececf3}.mock-btn-primary{background:linear-gradient(135deg,#8b7bff,#6d5cff)}.mock-tasks{width:min(360px,100%);display:flex;flex-direction:column;gap:10px}.mock-task{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid #e7e7ef;border-radius:10px;padding:10px 12px}.mock-task i{width:16px;height:16px;border-radius:50%;border:2px solid #d0d0dd;flex:none}.mock-task i.done{background:#7c6bff;border-color:#7c6bff}.mock-task span{height:8px;border-radius:4px;background:#e2e2ec}.section{position:relative;padding:110px 0;text-align:center}.section-title{font-size:clamp(2rem,5vw,3.2rem);font-weight:800;letter-spacing:-.035em;line-height:1.08}.section-subtitle{margin:14px auto 0;max-width:520px;color:var(--muted);font-size:1.05rem}.bento{margin-top:56px;display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:190px;grid-auto-flow:dense;grid-gap:16px;gap:16px}.card{background:linear-gradient(180deg,var(--panel-2),var(--panel));border:1px solid var(--border);border-radius:var(--radius);padding:22px;display:flex;flex-direction:column;justify-content:space-between;gap:14px;text-align:left;overflow:hidden;transition:transform .2s ease,border-color .2s ease}.card:hover{transform:translateY(-3px);border-color:rgba(124,107,255,.35)}.card-tall{grid-row:span 2}.card-wide{grid-column:span 2}.card-text h3{font-size:1.02rem;font-weight:700;letter-spacing:-.015em}.card-text p{margin-top:5px;color:var(--muted);font-size:.87rem;line-height:1.5}.viz{flex:1 1;display:flex;align-items:center;justify-content:center;min-height:0}.viz-image img{max-height:100%;border-radius:12px;object-fit:cover}.viz-streak{flex-direction:column;gap:16px}.streak-num{display:flex;align-items:center;gap:8px;font-size:2.6rem;font-weight:800;letter-spacing:-.03em;color:var(--orange)}.streak-bars{display:flex;align-items:flex-end;gap:7px;height:88px}.streak-bars i{width:16px;border-radius:6px;background:linear-gradient(180deg,#ffb257,#ff8c1f);opacity:.9}.viz-leaderboard{flex-direction:column;align-items:stretch;gap:10px;padding:4px 0}.lb-row{gap:9px}.lb-row,.lb-row i{display:flex;align-items:center}.lb-row i{width:24px;height:24px;border-radius:50%;background:#2a2a3d;color:#c9c2ff;font-size:.7rem;font-weight:700;font-style:normal;justify-content:center;flex:none}.lb-top i{background:linear-gradient(135deg,#8b7bff,#6d5cff);color:#fff}.lb-bar{height:9px;border-radius:5px;background:linear-gradient(90deg,#8b7bff,rgba(139,123,255,.35))}.lb-row em{font-style:normal;color:var(--muted);font-size:.72rem;margin-left:auto;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.viz-badges{gap:12px}.badge-chip{width:46px;height:46px;border-radius:14px;display:flex;align-items:center;justify-content:center}.badge-gold{background:rgba(255,178,87,.14);color:#ffb257}.badge-violet{background:rgba(139,123,255,.16);color:#a89bff}.badge-blue{background:rgba(87,168,255,.14);color:#6fb5ff}.viz-heatmap{display:grid;grid-template-columns:repeat(7,1fr);grid-gap:6px;gap:6px;align-content:center;width:100%;max-width:190px;margin:0 auto}.viz-heatmap i{aspect-ratio:1;border-radius:5px;background:#8b7bff}.viz-chart{width:100%}.viz-chart svg{width:100%;height:100%;min-height:80px}.showcase .screen-wrap{margin:56px auto 0}.mock-dashboard{background:#fbfbfd}.dash-body{padding:26px;display:flex;flex-direction:column;gap:20px}.dash-stats{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px}.dash-stat{background:#fff;border:1px solid #e7e7ef;border-radius:14px;padding:16px;text-align:left}.dash-stat strong{display:block;color:#1d1d30;font-size:1.35rem;font-weight:800;letter-spacing:-.02em}.dash-stat span{color:#8a8a9d;font-size:.78rem}.dash-chart{background:#fff;border:1px solid #e7e7ef;border-radius:14px;padding:16px;text-align:left}.dash-chart p{color:#5c5c72;font-size:.82rem;font-weight:600;margin-bottom:8px}.dash-chart svg{width:100%;height:140px}.dash-week{display:flex;align-items:flex-end;justify-content:space-between;gap:10px;height:64px;background:#fff;border:1px solid #e7e7ef;border-radius:14px;padding:12px 18px}.dash-week i{flex:1 1;border-radius:4px 4px 2px 2px;background:linear-gradient(180deg,#9c8dff,#7c6bff)}.cta{padding-bottom:140px}.cta-glow{position:absolute;inset:auto 0 -40%;height:560px;background:radial-gradient(ellipse 50% 50% at 50% 60%,rgba(124,107,255,.25),transparent 70%);pointer-events:none}.cta .container{position:relative;display:flex;flex-direction:column;align-items:center;gap:28px}.cta-note{color:var(--muted);font-size:.9rem}.site-footer{border-top:1px solid var(--border);background:var(--bg-soft);padding:64px 0 36px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;grid-gap:40px;gap:40px;text-align:left}.footer-tagline{margin-top:14px;color:var(--muted);font-size:.92rem;max-width:300px}.footer-col h4{font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin-bottom:16px}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:10px}.footer-col a{color:#c6c6d2;font-size:.92rem;transition:color .15s ease}.footer-col a:hover{color:var(--text)}.trust-row{margin-top:44px;display:flex;flex-wrap:wrap;gap:14px}.trust-badge{display:inline-flex;align-items:center;gap:11px;border:1px solid var(--border);background:hsla(0,0%,100%,.02);border-radius:12px;padding:10px 16px;text-align:left}.trust-icon{display:inline-flex;color:var(--green)}.trust-text{display:flex;flex-direction:column;line-height:1.3}.trust-text strong{font-size:.85rem;letter-spacing:-.01em}.trust-text small{color:var(--muted);font-size:.72rem}.trust-badge img{height:34px;width:auto}.made-in{display:inline-flex;align-items:center;gap:6px;color:var(--muted)}.footer-bottom{margin-top:48px;padding-top:24px;border-top:1px solid var(--border);justify-content:space-between;gap:16px;color:var(--muted);font-size:.85rem}.footer-bottom,.footer-copy{display:flex;flex-wrap:wrap;align-items:center}.footer-copy{gap:8px 18px}.footer-legal{display:flex;flex-wrap:wrap;gap:14px}.footer-legal a{color:#c6c6d2;text-decoration:underline;text-underline-offset:3px;-webkit-text-decoration-color:hsla(0,0%,100%,.3);text-decoration-color:hsla(0,0%,100%,.3)}.footer-legal a:hover{color:var(--text);-webkit-text-decoration-color:currentColor;text-decoration-color:currentColor}.footer-langs{display:flex;flex-wrap:wrap;gap:14px}.footer-langs a{color:var(--muted)}.footer-langs a.active,.footer-langs a:hover{color:var(--text)}.pay-logo{display:block}.page-doc{padding:72px 0 110px}.page-doc .container{max-width:780px}.doc-title{font-size:clamp(2rem,5vw,2.8rem);font-weight:800;letter-spacing:-.03em;margin-bottom:28px}.prose{color:#c9c9d6;font-size:.98rem;line-height:1.75}.prose h1,.prose h2,.prose h3{color:var(--text);letter-spacing:-.02em;margin:36px 0 12px}.prose h1{font-size:1.6rem}.prose h2{font-size:1.25rem}.prose h3{font-size:1.05rem}.prose p{margin:0 0 14px}.prose ul{margin:0 0 16px;padding-left:22px;gap:7px}.nf,.prose ul{display:flex;flex-direction:column}.nf{min-height:100vh;align-items:center;justify-content:center;gap:18px;text-align:center}.nf-code{font-size:5rem;font-weight:800;color:var(--accent);letter-spacing:-.04em;line-height:1}.nf-title{font-size:1.4rem;font-weight:600}@media (max-width:960px){.bento{grid-template-columns:repeat(2,1fr)}.header-nav{display:none}.dash-stats{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr;gap:32px}}@media (max-width:640px){.bento{grid-template-columns:1fr;grid-auto-rows:auto}.card{min-height:180px}.card-tall,.card-wide{grid-row:auto;grid-column:auto}.mock-body{grid-template-columns:1fr}.mock-side{display:none}.section{padding:72px 0}.hero{padding-top:64px}}