*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;overflow-x:clip}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}}body{margin:0;background:var(--app-shell);color:var(--foreground);font-family:var(--font-sans);font-size:1.0625rem;line-height:1.6;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body:before{content:"";position:fixed;inset:0;z-index:0;pointer-events:none;background:radial-gradient(120% 80% at 78% -10%,var(--app-shell-glow) 0%,transparent 55%),radial-gradient(90% 60% at 0% 0%,var(--app-shell-glow) 0%,transparent 45%);opacity:.6}#root{position:relative;z-index:1}::selection{background:var(--foreground);color:var(--background)}a{color:inherit;text-decoration:none}img,svg{display:block}button{font-family:inherit}:focus-visible{outline:2px solid var(--ring);outline-offset:2px;border-radius:4px}:root{--fs-display: clamp(2.75rem, 6.2vw, 5rem);--fs-h1: clamp(2.1rem, 4.4vw, 3.4rem);--fs-h2: clamp(1.7rem, 3.2vw, 2.6rem);--fs-h3: clamp(1.2rem, 1.8vw, 1.55rem);--fs-lead: clamp(1.08rem, 1.5vw, 1.32rem);--content: 1180px;--content-narrow: 880px}h1,h2,h3,h4{font-family:var(--font-sans);font-weight:600;letter-spacing:-.04em;line-height:1.08;text-wrap:balance;margin:0}p{margin:0;text-wrap:pretty}.font-brand{font-family:var(--font-brand);letter-spacing:.04em;font-weight:600}.mono{font-family:var(--font-mono)}.label{font-family:var(--font-sans);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.22em;color:var(--muted-foreground)}.muted{color:var(--muted-foreground)}.container{width:100%;max-width:var(--content);margin:0 auto;padding:0 24px}.section{padding:clamp(64px,9vw,130px) 0}.section--tight{padding:clamp(48px,6vw,84px) 0}.stack-sm>*+*{margin-top:14px}.stack>*+*{margin-top:22px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;height:50px;padding:0 26px;border-radius:var(--radius-full);font-size:1rem;font-weight:500;letter-spacing:-.01em;border:1px solid transparent;cursor:pointer;white-space:nowrap;transition:transform .15s ease,opacity .15s ease,background .15s ease,border-color .15s ease,box-shadow .15s ease}.btn svg{width:18px;height:18px}.btn:active{transform:translateY(1px)}.btn--primary{background:var(--primary);color:var(--primary-foreground);box-shadow:0 1px #0000000a}.btn--primary:hover{opacity:.9;box-shadow:0 10px 24px -10px var(--foreground)}.btn--outline{background:transparent;color:var(--foreground);border-color:var(--border)}.btn--outline:hover{background:var(--muted)}.btn--ghost{background:transparent;color:var(--foreground)}.btn--ghost:hover{background:var(--muted)}.btn--sm{height:40px;padding:0 16px;font-size:.9rem}.btn--lg{height:56px;padding:0 32px;font-size:1.075rem}.btn--block{width:100%}.panel{background:var(--app-panel);border:1px solid var(--app-border);border-radius:var(--radius-3xl);box-shadow:var(--page-shadow);backdrop-filter:blur(8px)}.card{background:var(--app-panel);border:1px solid var(--app-border);border-radius:var(--radius-2xl);padding:30px;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;backdrop-filter:blur(6px)}.card--hover:hover{transform:translateY(-4px);border-color:var(--ring);box-shadow:var(--page-shadow)}.site-header{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:center;padding:14px 24px;background:color-mix(in srgb,var(--app-shell) 78%,transparent);backdrop-filter:blur(14px);border-bottom:1px solid transparent;transition:border-color .2s ease,background .2s ease}.site-header.scrolled{border-bottom-color:var(--app-border)}.site-header__inner{width:100%;max-width:1320px;display:flex;align-items:center;justify-content:space-between;gap:18px}.brand{display:inline-flex;align-items:center;gap:11px;flex-shrink:0}.brand__mark{width:48px;height:48px;display:flex;align-items:center;justify-content:center;overflow:visible;transition:transform .15s ease}.brand:hover .brand__mark{transform:scale(1.06)}.brand__mark img{width:100%;height:100%;object-fit:contain}.brand__name{font-family:var(--font-brand);font-weight:600;font-size:1.28rem;letter-spacing:.08em}.nav{display:inline-flex;align-items:center;gap:2px;padding:4px;border-radius:var(--radius-full);border:1px solid var(--app-border);background:color-mix(in srgb,var(--background) 70%,transparent)}.nav__link{padding:8px 16px;border-radius:var(--radius-full);font-size:.92rem;font-weight:500;color:var(--muted-foreground);transition:color .15s ease,background .15s ease}.nav__link:hover{color:var(--foreground)}.nav__link.active{color:var(--background);background:var(--foreground)}.nav__logo{width:40px;height:40px;flex-shrink:0;margin:0 7px;border-radius:50%;background:transparent;display:flex;align-items:center;justify-content:center;overflow:hidden;transition:transform .15s ease}.nav__logo:hover{transform:scale(1.06)}.nav__logo img{width:100%;height:100%;object-fit:contain}.header-cta{height:44px;padding:0 20px;font-size:.95rem;flex-shrink:0}.header-cta svg{width:17px;height:17px}.header-actions{display:flex;align-items:center;gap:10px;flex-shrink:0}.lang-menu{position:relative}.lang-menu__btn{display:inline-flex;align-items:center;gap:6px;height:38px;padding:0 12px;border:1px solid var(--app-border);background:transparent;cursor:pointer;border-radius:var(--radius-full);color:var(--muted-foreground);font-family:var(--font-sans);font-size:.82rem;font-weight:600;letter-spacing:.04em;transition:background .15s ease,color .15s ease,border-color .15s ease}.lang-menu__btn:hover{background:var(--muted);color:var(--foreground)}.lang-menu__btn svg{width:17px;height:17px}.lang-menu__code{display:inline-flex;align-items:center;justify-content:center;min-width:26px;height:22px;padding:0 6px;border-radius:var(--radius-full);border:1px solid var(--app-border);font-size:.72rem;font-weight:600;letter-spacing:.04em;color:var(--muted-foreground)}.theme-menu__opt.active .lang-menu__code{color:var(--foreground);border-color:var(--foreground)}.theme-menu{position:relative}.theme-menu__btn{width:38px;height:38px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;cursor:pointer;border-radius:50%;color:var(--muted-foreground);transition:background .15s ease,color .15s ease}.theme-menu__btn:hover{background:var(--muted);color:var(--foreground)}.theme-menu__btn svg{width:18px;height:18px}.theme-menu__pop{position:absolute;top:calc(100% + 8px);right:0;min-width:180px;padding:6px;border-radius:var(--radius-lg);border:1px solid var(--app-border);background:var(--popover);box-shadow:var(--page-shadow);backdrop-filter:blur(8px);display:flex;flex-direction:column;gap:2px;z-index:60;animation:tm-pop .14s ease}@keyframes tm-pop{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}.theme-menu__opt{display:flex;align-items:center;gap:10px;width:100%;height:38px;padding:0 12px;border:none;background:transparent;cursor:pointer;border-radius:var(--radius-md);font-family:var(--font-sans);font-size:.92rem;font-weight:500;color:var(--foreground);text-align:left;transition:background .12s ease}.theme-menu__opt svg{width:16px;height:16px;color:var(--muted-foreground)}.theme-menu__opt:last-child svg:last-child{color:var(--foreground)}.theme-menu__opt span{flex:1}.theme-menu__opt:hover,.theme-menu__opt.active{background:var(--muted)}.theme-switch{display:inline-flex;align-items:center;padding:3px;border-radius:var(--radius-full);border:1px solid var(--app-border);background:color-mix(in srgb,var(--background) 70%,transparent)}.theme-switch__btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;cursor:pointer;border-radius:50%;color:var(--muted-foreground);transition:background .15s ease,color .15s ease}.theme-switch__btn:hover{color:var(--foreground)}.theme-switch__btn.active{background:var(--foreground);color:var(--background)}.theme-switch__btn svg{width:16px;height:16px}.theme-switch__swatch{width:15px;height:15px;border-radius:50%;border:1px solid rgba(0,0,0,.18);box-shadow:inset 0 0 0 1px #ffffff26}.menu-btn{display:none;width:42px;height:42px;align-items:center;justify-content:center;border-radius:12px;border:1px solid var(--border);background:var(--background);color:var(--foreground);cursor:pointer}.menu-btn svg{width:20px;height:20px}.mobile-nav{display:none;flex-direction:column;gap:4px;padding:12px;margin:0 16px}.mobile-nav a{padding:14px 16px;border-radius:var(--radius-lg);font-weight:500;font-size:1.05rem}.mobile-nav a:hover,.mobile-nav a.active{background:var(--muted)}.hero{padding:clamp(48px,7vw,92px) 0 clamp(56px,8vw,110px)}.hero__grid{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(0,1fr);gap:clamp(36px,5vw,76px);align-items:center}.hero__title{font-size:var(--fs-display);letter-spacing:-.05em;line-height:.98}.hero__lead{font-size:var(--fs-lead);color:var(--muted-foreground);max-width:38ch}.hero__cta{display:flex;flex-wrap:wrap;gap:14px;margin-top:34px}.hero__note{display:flex;align-items:center;gap:8px;margin-top:22px;font-size:.9rem;color:var(--muted-foreground)}.hero__note svg{width:16px;height:16px;color:var(--color-marker-green, #34d399)}.shead{max-width:760px}.shead--center{margin-inline:auto;text-align:center}.shead__title{font-size:var(--fs-h2);margin-top:16px}.shead__sub{font-size:var(--fs-lead);color:var(--muted-foreground);margin-top:16px}.pillars{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.pillar__icon{width:52px;height:52px;display:flex;align-items:center;justify-content:center;border-radius:16px;border:1px solid var(--app-border);background:var(--background);margin-bottom:22px}.pillar__icon svg{width:24px;height:24px}.pillar h3{font-size:var(--fs-h3)}.pillar p{color:var(--muted-foreground);margin-top:10px}.free{padding:clamp(40px,5vw,64px);display:grid;grid-template-columns:1fr;gap:26px;text-align:center}.free__title{font-size:var(--fs-h1)}.free__title em{font-style:normal;color:var(--muted-foreground)}.free__points{display:flex;flex-wrap:wrap;justify-content:center;gap:12px}.free__chip{display:inline-flex;align-items:center;gap:8px;padding:9px 16px;border-radius:var(--radius-full);border:1px solid var(--app-border);background:var(--background);font-size:.92rem;font-weight:500}.free__chip svg{width:15px;height:15px;color:var(--muted-foreground)}.free__sub{color:var(--muted-foreground);max-width:56ch;margin-inline:auto;font-size:1.02rem}.chips{display:flex;flex-wrap:wrap;gap:12px}.chip{display:inline-flex;align-items:center;gap:9px;padding:11px 18px;border-radius:var(--radius-full);border:1px solid var(--app-border);background:var(--app-panel);font-size:1rem;font-weight:500;transition:transform .16s ease,border-color .16s ease,background .16s ease;cursor:default}.chip:hover{transform:translateY(-2px);border-color:var(--ring)}.chip__dot{width:9px;height:9px;border-radius:50%}.tools{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.tool{display:flex;flex-direction:column;gap:12px}.tool__icon{width:44px;height:44px;border-radius:13px;border:1px solid var(--app-border);background:var(--background);display:flex;align-items:center;justify-content:center}.tool__icon svg{width:21px;height:21px}.tool h4{font-size:1.12rem;letter-spacing:-.02em}.tool p{color:var(--muted-foreground);font-size:.96rem}.finalcta{padding:clamp(48px,6vw,88px);text-align:center;display:grid;gap:30px;justify-items:center}.finalcta__title{font-size:var(--fs-h1);max-width:18ch}.feature{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(36px,5vw,80px);align-items:center}.feature+.feature{margin-top:clamp(72px,9vw,128px)}.feature.reverse .feature__media{order:-1}.feature__index{font-family:var(--font-mono);font-size:.95rem;color:var(--muted-foreground)}.feature h3{font-size:var(--fs-h2);margin-top:14px}.feature__body{color:var(--muted-foreground);font-size:var(--fs-lead);margin-top:18px}.feature__list{list-style:none;padding:0;margin:26px 0 0;display:grid;gap:13px}.feature__list li{display:flex;gap:12px;align-items:flex-start;font-size:1rem}.feature__list svg{width:18px;height:18px;color:var(--foreground);flex-shrink:0;margin-top:3px}.media{position:relative;border-radius:var(--radius-2xl);border:1px dashed var(--app-border);background:repeating-linear-gradient(135deg,transparent 0 22px,color-mix(in srgb,var(--muted-foreground) 7%,transparent) 22px 23px),var(--app-panel);min-height:280px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:36px;gap:14px;overflow:hidden}.media__tag{font-family:var(--font-mono);font-size:.72rem;text-transform:uppercase;letter-spacing:.16em;color:var(--muted-foreground);padding:5px 12px;border-radius:var(--radius-full);border:1px solid var(--app-border);background:var(--background)}.media__caption{color:var(--muted-foreground);font-size:.98rem;max-width:40ch}.media__icon{color:var(--muted-foreground);opacity:.5}.media__icon svg{width:34px;height:34px}.media--tall{min-height:420px}.sp-window{border-radius:var(--radius-2xl);border:1px solid var(--app-border);background:var(--app-panel);box-shadow:var(--page-shadow);overflow:hidden;backdrop-filter:blur(8px)}.sp-bar{display:flex;align-items:center;gap:14px;padding:13px 16px;border-bottom:1px solid var(--app-border)}.sp-dots{display:flex;gap:7px}.sp-dots span{width:11px;height:11px;border-radius:50%;background:var(--muted-foreground);opacity:.35}.sp-bar__title{font-size:.82rem;color:var(--muted-foreground);font-weight:500}.sp-bar__block{margin-left:auto;font-family:var(--font-mono);font-size:.72rem;color:var(--muted-foreground);padding:4px 10px;border:1px solid var(--app-border);border-radius:var(--radius-full);background:var(--background);white-space:nowrap}.sp-stage{background:var(--page-stage);padding:26px 26px 0}.sp-page{background:var(--page-sheet);color:var(--page-ink);border:1px solid var(--page-border);border-radius:6px 6px 0 0;box-shadow:0 -2px #00000005,0 18px 40px -22px #00000073;font-family:var(--font-mono);font-size:13px;line-height:1.55;padding:34px 40px 40px;min-height:330px}.sp-line{white-space:pre-wrap}.sp-scene{text-transform:uppercase;margin:0 0 1em;font-weight:700}.sp-action{margin:0 0 1em}.sp-char{text-transform:uppercase;margin:0 0 0 34%}.sp-paren{margin:0 0 0 26%}.sp-dia{margin:0 18% 1em}.sp-trans{text-transform:uppercase;text-align:right;margin:1em 0 0}.sp-caret{display:inline-block;width:8px;margin-left:1px;border-bottom:2px solid var(--page-ink);animation:sp-blink 1s step-end infinite}@keyframes sp-blink{0%,to{opacity:1}50%{opacity:0}}.sp-format-flash{animation:sp-flash .6s ease}@keyframes sp-flash{0%{background:color-mix(in srgb,var(--color-marker-yellow, #facc15) 38%,transparent)}to{background:transparent}}.sp-savebar{display:flex;align-items:center;justify-content:space-between;padding:11px 16px;border-top:1px solid var(--app-border);font-size:.78rem;color:var(--muted-foreground)}.sp-save{display:inline-flex;align-items:center;gap:7px;font-weight:500}.sp-save svg{width:14px;height:14px}.sp-save .dot-spin{width:12px;height:12px;border-radius:50%;border:2px solid var(--muted-foreground);border-top-color:transparent;animation:sp-spin .7s linear infinite}@keyframes sp-spin{to{transform:rotate(360deg)}}.sp-save--saved svg{color:var(--color-marker-green, #34d399)}.sp-tags{display:inline-flex;gap:6px}.sp-tags span{font-size:.68rem;padding:2px 9px;border-radius:var(--radius-full);background:var(--muted);color:var(--muted-foreground)}.os-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.os-grid--two{grid-template-columns:repeat(2,minmax(0,1fr));max-width:760px;margin-inline:auto}.os-card{display:flex;flex-direction:column;gap:18px;padding:34px 30px;position:relative}.os-card.recommended{border-color:var(--ring);box-shadow:var(--page-shadow)}.os-card__badge{position:absolute;top:18px;right:18px;font-size:.66rem;font-weight:600;text-transform:uppercase;letter-spacing:.14em;padding:5px 11px;border-radius:var(--radius-full);background:var(--foreground);color:var(--background)}.os-card__icon{color:var(--foreground)}.os-card__icon svg{width:40px;height:40px}.os-card h3{font-size:1.45rem}.os-card__meta{font-size:.9rem;color:var(--muted-foreground)}.os-card__formats{display:flex;gap:8px;flex-wrap:wrap}.os-card__fmt{font-family:var(--font-mono);font-size:.74rem;padding:4px 10px;border-radius:var(--radius-full);border:1px solid var(--app-border);color:var(--muted-foreground)}.dl-meta{display:flex;flex-wrap:wrap;gap:14px 28px;align-items:center;justify-content:center}.dl-meta__item{display:inline-flex;align-items:center;gap:8px;font-size:.95rem;color:var(--muted-foreground)}.dl-meta__item svg{width:17px;height:17px}.version-pill{display:inline-flex;align-items:center;gap:9px;padding:8px 16px;border-radius:var(--radius-full);border:1px solid var(--app-border);background:var(--app-panel);font-size:.9rem;font-weight:500}.version-pill .mono{color:var(--muted-foreground)}.site-footer{border-top:1px solid var(--app-border);padding:56px 0 40px;margin-top:40px}.footer-grid{display:grid;grid-template-columns:1.6fr 1fr;gap:40px;align-items:start}.footer-col h5{font-size:.74rem;text-transform:uppercase;letter-spacing:.2em;color:var(--muted-foreground);margin:0 0 16px;font-weight:600}.footer-col a{display:block;padding:6px 0;color:var(--muted-foreground);font-size:.96rem;transition:color .15s}.footer-col a:hover{color:var(--foreground)}.footer-bottom{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px;margin-top:44px;padding-top:24px;border-top:1px solid var(--app-border);font-size:.88rem;color:var(--muted-foreground)}.footer-bottom .version-pill{font-size:.82rem;padding:6px 13px}.reveal{opacity:0;transform:translateY(22px);transition:opacity .62s cubic-bezier(.22,.61,.36,1),transform .62s cubic-bezier(.22,.61,.36,1)}.reveal.in{opacity:1;transform:none}.reveal[data-d="1"]{transition-delay:80ms}.reveal[data-d="2"]{transition-delay:.16s}.reveal[data-d="3"]{transition-delay:.24s}.reveal[data-d="4"]{transition-delay:.32s}@media (prefers-reduced-motion: reduce){.reveal{opacity:1;transform:none;transition:none}.sp-caret,.dot-spin{animation:none}}@media (max-width: 980px){.nav{display:none}.menu-btn{display:flex}.cta-desktop{display:none}.hero__grid,.pillars{grid-template-columns:1fr}.tools{grid-template-columns:repeat(2,1fr)}.feature{grid-template-columns:1fr;gap:28px}.feature.reverse .feature__media,.feature .feature__media{order:-1}.os-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}}@media (max-width: 560px){body{font-size:1rem}.tools{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;gap:28px}.hero__cta .btn{width:100%}.free,.finalcta{padding:32px 22px}.brand__name{font-size:1.12rem}.sp-page{padding:24px 22px;font-size:12px}}.mobile-nav.open{display:flex}.feat-hero{padding:clamp(56px,8vw,104px) 0 clamp(24px,4vw,48px)}.feat-hero h1{font-size:var(--fs-display);letter-spacing:-.05em;line-height:1;margin-top:18px;max-width:16ch}.feat-hero p{font-size:var(--fs-lead);color:var(--muted-foreground);margin-top:22px;max-width:56ch}.feat-toc{display:flex;flex-wrap:wrap;gap:10px;margin-top:34px}.feat-toc a{font-size:.86rem;font-weight:500;padding:8px 14px;border-radius:var(--radius-full);border:1px solid var(--app-border);background:var(--app-panel);color:var(--muted-foreground);transition:color .15s,border-color .15s,transform .15s}.feat-toc a:hover{color:var(--foreground);border-color:var(--ring);transform:translateY(-1px)}.focus-demo{position:relative;border-radius:var(--radius-2xl);border:1px solid var(--app-border);background:var(--page-stage);box-shadow:var(--page-shadow);overflow:hidden;min-height:320px;display:grid;grid-template-rows:auto 1fr}.fd-toolbar{display:flex;align-items:center;gap:8px;padding:12px 16px;border-bottom:1px solid var(--app-border);background:var(--app-panel);animation:fd-chrome 6s ease-in-out infinite}.fd-pill{height:9px;border-radius:99px;background:var(--muted-foreground);opacity:.4}.fd-body{display:grid;grid-template-columns:56px 1fr 56px;gap:0}.fd-side{border-right:1px solid var(--app-border);animation:fd-chrome 6s ease-in-out infinite}.fd-side:last-child{border-right:none;border-left:1px solid var(--app-border)}.fd-page{margin:22px auto;width:min(78%,360px);background:var(--page-sheet);border:1px solid var(--page-border);border-radius:6px;box-shadow:0 14px 34px -18px #0006;padding:26px 28px;font-family:var(--font-mono);font-size:11px;line-height:1.7;color:var(--page-ink);animation:fd-page 6s ease-in-out infinite}.fd-page .l{height:8px;border-radius:3px;background:var(--page-ink);opacity:.16;margin:0 0 10px}.fd-focus-tag{position:absolute;top:14px;right:16px;font-size:.66rem;font-weight:600;text-transform:uppercase;letter-spacing:.16em;padding:5px 11px;border-radius:99px;background:var(--foreground);color:var(--background);display:inline-flex;align-items:center;gap:6px;animation:fd-tag 6s ease-in-out infinite}.fd-focus-tag svg{width:12px;height:12px}@keyframes fd-chrome{0%,28%{opacity:1}45%,82%{opacity:0}to{opacity:1}}@keyframes fd-page{0%,28%{transform:none}45%,82%{transform:scale(1.05)}to{transform:none}}@keyframes fd-tag{0%,30%{opacity:0;transform:translateY(-4px)}48%,80%{opacity:1;transform:none}to{opacity:0}}.theme-demo{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.td-card{border-radius:var(--radius-lg);border:1px solid var(--app-border);padding:16px;position:relative;overflow:hidden;box-shadow:0 10px 26px -18px #0006}.td-card.t-light{background:#f9f5f1}.td-card.t-medium{background:#bcc0c7}.td-card.t-dark{background:#171717}.td-card .ink{height:7px;border-radius:3px;margin-bottom:8px}.td-card.t-light .ink{background:#29221f}.td-card.t-medium .ink{background:#1c1f26}.td-card.t-dark .ink{background:#ebebeb}.td-card .ink.short{width:55%;opacity:.55}.td-name{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.14em;margin-top:14px}.td-card.t-light .td-name{color:#756961}.td-card.t-medium .td-name{color:#464a53}.td-card.t-dark .td-name{color:#a8a8a8}.td-ring{position:absolute;inset:-1px;border-radius:inherit;border:2px solid var(--foreground);opacity:0;transition:opacity .4s ease}.td-card.active .td-ring{opacity:1}@media (prefers-reduced-motion: reduce){.fd-toolbar,.fd-side,.fd-page,.fd-focus-tag{animation:none}}.dl-hero{padding:clamp(56px,8vw,104px) 0 clamp(32px,4vw,56px);text-align:center}.dl-hero h1{font-size:var(--fs-display);letter-spacing:-.05em;margin-top:18px}.dl-hero p{font-size:var(--fs-lead);color:var(--muted-foreground);margin:20px auto 0;max-width:48ch}.dl-hero__pills{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-top:30px}.os-grid{margin-top:8px}.os-card__primary{margin-top:auto}.dl-reassure{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:64px}.dl-reassure .card{display:flex;gap:14px;align-items:flex-start;padding:24px}.dl-reassure .ri{width:40px;height:40px;flex-shrink:0;border-radius:12px;border:1px solid var(--app-border);background:var(--background);display:flex;align-items:center;justify-content:center}.dl-reassure .ri svg{width:19px;height:19px}.dl-reassure h4{font-size:1.04rem;letter-spacing:-.02em}.dl-reassure p{font-size:.92rem;color:var(--muted-foreground);margin-top:5px}.dl-changelog{display:flex;flex-wrap:wrap;gap:12px 24px;align-items:center;justify-content:center;margin-top:40px;font-size:.95rem;color:var(--muted-foreground)}.dl-changelog a{color:var(--foreground);font-weight:500;display:inline-flex;align-items:center;gap:6px}.dl-changelog a svg{width:15px;height:15px}@media (max-width: 980px){.dl-reassure{grid-template-columns:1fr}}.dn-hero{padding:clamp(56px,8vw,104px) 0 clamp(28px,4vw,48px);text-align:center}.dn-hero h1{font-size:var(--fs-display);letter-spacing:-.05em;margin-top:16px}.dn-brand{font-style:normal}.dn-hero p{font-size:var(--fs-lead);color:var(--muted-foreground);margin:22px auto 0;max-width:56ch;line-height:1.6;text-wrap:pretty}.dn-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;max-width:760px;margin:8px auto 0}.dn-grid>.reveal{display:flex}.dn-card{display:flex;flex-direction:column;gap:20px;padding:34px 30px;width:100%;height:100%}.dn-card__logo{height:60px;width:fit-content;padding:0 22px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:16px;border:1px solid var(--app-border);box-shadow:0 1px #0000000a}.dn-card h3{font-size:1.3rem;letter-spacing:-.02em}.dn-card__meta{font-size:.94rem;color:var(--muted-foreground);margin-top:5px;line-height:1.55}.dn-card__action{margin-top:auto}.brand-pp{font-style:italic;font-weight:800;font-size:1.72rem;letter-spacing:-.035em;line-height:1}.brand-pp__a{color:#003087}.brand-pp__b{color:#009cde}.brand-pix-row{display:inline-flex;align-items:center;gap:11px;color:#32bcad}.brand-pix{width:38px;height:38px;display:block}.brand-pix-name{font-weight:700;font-size:1.7rem;letter-spacing:-.02em;line-height:1}.pix-field{display:flex;flex-direction:column;gap:8px}.pix-field__cap{font-size:.66rem;font-weight:600;text-transform:uppercase;letter-spacing:.16em;color:var(--muted-foreground)}.pix-key{display:flex;flex-direction:column;align-items:stretch;gap:11px;width:100%;padding:14px 15px;border-radius:14px;border:1px solid var(--app-border);background:var(--background);cursor:pointer;font:inherit;text-align:left;transition:border-color .15s ease,background .15s ease}.pix-key:hover{border-color:var(--ring)}.pix-key:active{transform:translateY(1px)}.pix-key__value{font-family:var(--font-mono);font-size:.86rem;line-height:1.4;color:var(--foreground);word-break:break-all}.pix-key__copy{display:inline-flex;align-items:center;gap:6px;align-self:flex-end;padding-top:9px;border-top:1px solid var(--app-border);width:100%;justify-content:flex-end;font-size:.82rem;font-weight:500;color:var(--muted-foreground)}.pix-key__copy.is-copied{color:#1f8a5b}.pix-key__copy svg{width:16px;height:16px}.dn-note{display:flex;flex-wrap:wrap;gap:9px;align-items:center;justify-content:center;margin-top:36px;font-size:.95rem;color:var(--muted-foreground)}.dn-note svg{width:16px;height:16px;flex-shrink:0}@media (max-width: 720px){.dn-grid{grid-template-columns:1fr;max-width:420px}}.help-hero{padding:clamp(52px,7vw,92px) 0 clamp(28px,4vw,44px);text-align:center}.help-hero__badge{display:inline-flex;align-items:center;gap:8px;padding:7px 15px;border-radius:var(--radius-full);border:1px solid var(--app-border);background:var(--app-panel);font-size:.78rem;font-weight:600;letter-spacing:.04em;color:var(--muted-foreground)}.help-hero h1{font-size:clamp(2.2rem,5vw,3.4rem);letter-spacing:-.04em;margin-top:18px}.help-search{position:relative;display:flex;align-items:center;gap:12px;max-width:620px;margin:30px auto 0;padding:0 16px;height:60px;border-radius:var(--radius-full);border:1px solid var(--app-border);background:var(--app-panel);box-shadow:var(--page-shadow);backdrop-filter:blur(8px);transition:border-color .15s ease}.help-search:focus-within{border-color:var(--ring)}.help-search>svg{width:19px;height:19px;color:var(--muted-foreground);flex-shrink:0}.help-search input{flex:1;height:100%;border:none;background:transparent;outline:none;font-family:var(--font-sans);font-size:1.02rem;color:var(--foreground)}.help-search input::placeholder{color:var(--muted-foreground)}.help-search input::-webkit-search-cancel-button{display:none}.help-search__clear{display:flex;align-items:center;justify-content:center;width:30px;height:30px;flex-shrink:0;border:none;cursor:pointer;border-radius:50%;background:var(--muted);color:var(--muted-foreground);transition:color .15s ease}.help-search__clear:hover{color:var(--foreground)}.help-chips{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-top:26px}.help-chip{display:inline-flex;align-items:center;gap:8px;padding:8px 15px;border-radius:var(--radius-full);border:1px solid var(--app-border);background:var(--background);cursor:pointer;font-family:var(--font-sans);font-size:.88rem;font-weight:500;color:var(--muted-foreground);transition:color .15s ease,border-color .15s ease,background .15s ease}.help-chip:hover{color:var(--foreground);border-color:var(--foreground)}.help-chip svg{width:15px;height:15px}.help-count{font-size:.92rem;color:var(--muted-foreground)}.help-body{padding-top:clamp(8px,2vw,20px);padding-bottom:clamp(40px,6vw,72px)}.help-body .container{max-width:820px}.help-cat{scroll-margin-top:96px}.help-cat+.help-cat{margin-top:44px}.help-cat__head{display:flex;align-items:center;gap:12px;margin-bottom:16px}.help-cat__icon{width:38px;height:38px;flex-shrink:0;border-radius:11px;display:flex;align-items:center;justify-content:center;border:1px solid var(--app-border);background:var(--app-panel);color:var(--foreground)}.help-cat__icon svg{width:18px;height:18px}.help-cat__head h2{font-size:1.32rem;letter-spacing:-.02em}.help-cat__count{margin-left:auto;font-size:.78rem;font-weight:600;color:var(--muted-foreground);min-width:24px;height:24px;padding:0 8px;border-radius:var(--radius-full);border:1px solid var(--app-border);display:inline-flex;align-items:center;justify-content:center}.help-cat__list{display:flex;flex-direction:column;gap:10px}.qa{border:1px solid var(--app-border);border-radius:var(--radius-xl);background:var(--app-panel);overflow:hidden;transition:border-color .15s ease,box-shadow .15s ease;scroll-margin-top:96px}.qa:hover{border-color:color-mix(in srgb,var(--foreground) 24%,var(--app-border))}.qa.open{box-shadow:var(--page-shadow)}.qa__h{margin:0}.qa__btn{width:100%;display:flex;align-items:center;gap:16px;padding:18px 20px;border:none;background:transparent;cursor:pointer;text-align:left;font-family:var(--font-sans);font-size:1.02rem;font-weight:500;color:var(--foreground)}.qa__q{flex:1;line-height:1.4}.qa__chev{flex-shrink:0;display:flex;color:var(--muted-foreground);transition:transform .24s ease,color .15s ease}.qa.open .qa__chev{transform:rotate(180deg);color:var(--foreground)}.qa__btn:focus-visible{outline:none;box-shadow:inset 0 0 0 2px var(--ring);border-radius:var(--radius-xl)}.qa__panel{display:grid;grid-template-rows:0fr;transition:grid-template-rows .26s ease}.qa.open .qa__panel{grid-template-rows:1fr}.qa__clip{overflow:hidden}.qa__body{padding:0 20px 20px}.qa__body p{color:var(--muted-foreground);line-height:1.62;font-size:.98rem;text-wrap:pretty}.qa__share{display:inline-flex;align-items:center;gap:6px;margin-top:14px;padding:6px 11px;border-radius:var(--radius-full);border:1px solid var(--app-border);background:var(--background);cursor:pointer;font-family:var(--font-sans);font-size:.8rem;font-weight:500;color:var(--muted-foreground);transition:color .15s ease,border-color .15s ease}.qa__share:hover{color:var(--foreground);border-color:var(--foreground)}.qa__share svg{width:14px;height:14px}mark.hl{background:color-mix(in srgb,var(--color-marker-yellow) 42%,transparent);color:inherit;border-radius:3px;padding:0 1px;font-weight:600}.help-empty{text-align:center;padding:56px 0;display:flex;flex-direction:column;align-items:center;gap:6px}.help-empty__icon{width:56px;height:56px;border-radius:16px;margin-bottom:10px;display:flex;align-items:center;justify-content:center;border:1px dashed var(--app-border);color:var(--muted-foreground)}.help-empty h3{font-size:1.2rem;letter-spacing:-.02em}.help-empty p{color:var(--muted-foreground);margin:2px 0 18px}.help-contact-wrap{padding-top:clamp(20px,3vw,40px)}.help-contact{text-align:center;padding:clamp(40px,5vw,60px) clamp(24px,4vw,56px)}.help-contact__title{font-size:clamp(1.7rem,3.4vw,2.4rem);letter-spacing:-.03em;margin-top:12px}.help-contact__sub{color:var(--muted-foreground);max-width:48ch;margin:16px auto 0;line-height:1.6}.help-contact__actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-top:28px}.help-contact__meta{display:flex;flex-wrap:wrap;gap:10px 22px;align-items:center;justify-content:center;margin-top:26px;font-size:.9rem;color:var(--muted-foreground)}.help-contact__meta span,.help-contact__meta a{display:inline-flex;align-items:center;gap:7px}.help-contact__meta a{color:var(--foreground);font-weight:500}.help-contact__meta svg{width:14px;height:14px}@media (prefers-reduced-motion: reduce){.qa__panel,.qa__chev{transition:none}}@media (max-width: 560px){.help-search{height:54px}.qa__btn{padding:16px;font-size:.98rem}}
