.mobile-drawer-root{z-index:200;position:fixed;inset:0}.mobile-drawer-backdrop{background:var(--backdrop);cursor:pointer;border:none;position:absolute;inset:0}.mobile-drawer-panel{background:var(--surface);border-left:1px solid var(--line);width:min(100%,320px);box-shadow:var(--shadow);padding-bottom:env(safe-area-inset-bottom,0px);flex-direction:column;animation:.25s drawer-in;display:flex;position:absolute;top:0;bottom:0;right:0}@keyframes drawer-in{0%{transform:translate(100%)}to{transform:translate(0)}}.mobile-drawer-title{letter-spacing:.08em;text-transform:uppercase;color:var(--ink-soft);padding:1.15rem 1.25rem .5rem;font-size:.72rem;font-weight:800}.mobile-drawer-body{flex:1;padding:.5rem .75rem 1.25rem;overflow-y:auto}
.landing-page{line-height:1.55;overflow-x:hidden}.landing-page section[id],.landing-page .marquee{scroll-margin-top:5.5rem}.landing-page .frame{width:100%;max-width:1200px;margin:0 auto;padding:0 clamp(1.25rem,3vw,2rem)}.landing-page .site-header{z-index:100;background:var(--surface-glass);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--line);transition:box-shadow .3s,background .3s;position:fixed;top:0;left:0;right:0}.landing-page .site-header.is-scrolled{box-shadow:var(--shadow-sm);background:var(--surface-glass-strong)}.landing-page .nav-inner{align-items:center;gap:.75rem;min-height:4rem;padding-top:.65rem;padding-bottom:.65rem;display:flex}.landing-page .nav-start{flex:1;align-items:center;gap:.65rem;min-width:0;display:flex}.landing-page .nav-brand{min-width:0;color:inherit;flex-direction:row;flex-shrink:0;align-items:center;text-decoration:none;display:inline-flex}.landing-page .nav-brand .brand-logo{flex-direction:row;align-items:center;gap:.04rem;display:inline-flex}.landing-page .nav-brand .brand-logo__wordmark{width:5.2rem}.landing-page footer .nav-brand .brand-logo__wordmark{width:4.9rem}.landing-page .nav-links{justify-content:center;align-items:center;gap:1rem;min-width:0;display:none}@media (min-width:1024px){.landing-page .nav-inner{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:1rem;display:grid}.landing-page .nav-start{flex:initial;justify-self:start}.landing-page .nav-links{justify-self:center;display:flex}.landing-page .nav-actions{justify-self:end}}@media (min-width:1200px){.landing-page .nav-links{gap:1.35rem}}.landing-page .nav-links a{color:var(--ink-soft);white-space:nowrap;font-size:.875rem;font-weight:600;transition:color .25s}.landing-page .nav-links a:hover{color:var(--blue)}.landing-page .nav-actions{flex-shrink:0;justify-content:flex-end;align-items:center;gap:.45rem;margin-left:auto;display:flex}.landing-page .nav-actions .theme-toggle,.landing-page .nav-actions .nav-auth,.landing-page .nav-actions .inline-flex{flex-shrink:0}@media (min-width:1024px){.landing-page .nav-actions{margin-left:0}}.landing-page .nav-auth{flex-shrink:0;align-items:center;gap:.5rem;display:none}@media (min-width:768px){.landing-page .nav-auth{display:flex}}.landing-page .nav-actions-cluster{z-index:2;flex-shrink:0;align-items:center;gap:.4rem;display:inline-flex;position:relative}.landing-page .nav-menu-btn{border:1px solid var(--line);background:var(--surface);cursor:pointer;border-radius:10px;flex-direction:column;flex-shrink:0;justify-content:center;gap:5px;width:2.25rem;height:2.25rem;padding:0;display:flex}.landing-page .nav-menu-btn span{background:var(--ink);border-radius:999px;width:14px;height:2px;margin:0 auto;display:block}@media (min-width:1024px){.landing-page .nav-menu-btn{display:none}}.landing-drawer-nav{flex-direction:column;gap:.35rem;display:flex}.landing-drawer-nav a{color:var(--ink-soft);border-radius:10px;padding:.75rem .85rem;font-size:.95rem;font-weight:600;display:block}.landing-drawer-nav a:hover{background:var(--sky);color:var(--blue)}.landing-drawer-login{margin-top:.75rem}.landing-drawer-cta{text-align:center;margin-top:.5rem;background:var(--blue)!important;color:#fff!important}.landing-page .nav-login{border:1px solid var(--line);min-height:2.15rem;color:var(--ink);background:var(--surface);white-space:nowrap;border-radius:10px;justify-content:center;align-items:center;padding:.45rem 1rem;font-size:.875rem;font-weight:700;transition:color .25s,border-color .25s,background .25s,transform .2s;display:inline-flex}.landing-page .nav-login:hover{border-color:color-mix(in srgb, var(--blue) 30%, var(--line));background:var(--sky-2);color:var(--blue);transform:translateY(-1px)}.landing-page .nav-cta{background:var(--blue);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:10px;flex-shrink:0;align-items:center;padding:.5rem .95rem;font-size:.8125rem;font-weight:700;transition:transform .2s,background .2s;display:inline-flex}.landing-page .nav-cta:hover{background:var(--blue-deep);transform:translateY(-1px)}.landing-page .hero{background:radial-gradient(ellipse 80% 60% at 14% 0%, color-mix(in srgb, var(--blue) 8%, transparent), transparent 58%), radial-gradient(ellipse 70% 54% at 88% 8%, color-mix(in srgb, var(--blue-light) 14%, transparent), transparent 52%), linear-gradient(180deg, #fff 0%, #fbfdff 100%);padding:7.25rem 0 5.5rem;position:relative}@media (min-width:768px){.landing-page .hero{padding:7.5rem 0 6rem}}.landing-page .hero-blob{filter:blur(70px);pointer-events:none;z-index:0;border-radius:50%;position:absolute}.landing-page .blob-1{background:radial-gradient(circle,#60a5fa8c,#0000 70%);width:540px;height:540px;top:-120px;right:-80px}.landing-page .blob-2{background:radial-gradient(circle,#2563eb4d,#0000 70%);width:420px;height:420px;bottom:-160px;left:-120px}.landing-page .hero-inner{z-index:2;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);align-items:center;gap:clamp(2rem,5vw,4rem);display:grid;position:relative}.landing-page .hero-text{max-width:36rem}.landing-page .hero-perks{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin:1.75rem 0 0;padding:0;list-style:none;display:grid}.landing-page .hero-perks li{text-align:center;color:var(--ink-soft);flex-direction:column;align-items:center;gap:.45rem;font-size:.92rem;display:flex}.landing-page .hero-perks strong{color:var(--ink);font-size:.88rem;font-weight:700;line-height:1.25;display:block}.landing-page .hero-perks small{margin-top:0;font-size:.78rem;line-height:1.35;display:block}.landing-page .hero-perk-icon{background:color-mix(in srgb, var(--blue) 12%, var(--surface));width:2.35rem;height:2.35rem;color:var(--blue);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.landing-page .hero-perk-icon svg{width:.9rem;height:.9rem}.landing-page .pill{background:var(--sky);border:1px solid var(--line);color:var(--blue-deep);border-radius:999px;align-items:center;gap:.55rem;padding:.45rem 1rem;font-size:.82rem;font-weight:600;display:inline-flex}.landing-page .pill .dot{background:#22c55e;border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 4px #22c55e2e}.landing-page .hero h1{letter-spacing:-.03em;max-width:20ch;margin-top:1rem;font-size:clamp(2.2rem,4.7vw,3.55rem);font-weight:800;line-height:1.06}.landing-page .hero h1 .grad{background:linear-gradient(120deg, var(--blue), var(--blue-light));color:#0000;-webkit-background-clip:text;background-clip:text}.landing-page .hero-sub{color:var(--ink-soft);max-width:38rem;margin-top:1.25rem;font-size:clamp(1rem,2vw,1.12rem);line-height:1.65}.landing-page .hero-actions{flex-wrap:wrap;gap:.9rem;margin-top:2.25rem;display:flex}.landing-page .btn-primary{background:var(--blue);color:#fff;cursor:pointer;box-shadow:none;border:none;border-radius:999px;justify-content:center;align-items:center;padding:.95rem 1.9rem;font-size:1rem;font-weight:700;transition:transform .3s,background .3s;display:inline-flex}.landing-page .btn-primary:hover{background:var(--blue-deep);box-shadow:none;transform:translateY(-3px)}.landing-page .btn-ghost{background:var(--surface);color:var(--ink);border:1px solid var(--line);cursor:pointer;border-radius:999px;justify-content:center;align-items:center;padding:.95rem 1.9rem;font-size:1rem;font-weight:700;transition:transform .3s,border-color .3s,color .3s;display:inline-flex}.landing-page .btn-ghost:hover{border-color:var(--blue-light);color:var(--blue);transform:translateY(-3px)}.landing-page .hero-meta{margin-top:2.25rem}.landing-page .hero-stats-bar.stats-panel{max-width:100%}.landing-page .hero-stats-bar .stat{padding:1.1rem .65rem}.landing-page .hero-stats-bar .stat b{background:0 0;-webkit-background-clip:unset;background-clip:unset;color:var(--ink);font-size:clamp(1.35rem,2.4vw,1.55rem)}.landing-page .hero-stats-bar .stat span{font-size:.72rem;line-height:1.3}@media (max-width:720px){.landing-page .hero-stats-bar{grid-template-columns:repeat(2,minmax(0,1fr))}.landing-page .hero-stats-bar .stat:nth-child(2){border-right:none}.landing-page .hero-stats-bar .stat:first-child,.landing-page .hero-stats-bar .stat:nth-child(2){border-bottom:1px solid var(--line)}}.landing-page .hero-stats-panel{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow-sm);border-radius:16px;grid-template-columns:repeat(3,1fr);gap:0;max-width:28rem;display:grid;overflow:hidden}.landing-page .hero-stat-card{text-align:center;border-right:1px solid var(--line);padding:1.1rem 1rem}.landing-page .hero-stat-card:last-child{border-right:none}.landing-page .hero-stat-card .num{letter-spacing:-.02em;color:var(--ink);font-size:1.55rem;font-weight:800}.landing-page .hero-stat-card .lbl{color:var(--ink-soft);margin-top:.25rem;font-size:.72rem;font-weight:600;line-height:1.3}@media (max-width:520px){.landing-page .hero-stats-panel{max-width:100%}.landing-page .hero-stat-card{padding:.85rem .5rem}.landing-page .hero-stat-card .num{font-size:1.25rem}}.landing-page .hero-meta .num{letter-spacing:-.02em;font-size:1.7rem;font-weight:800}.landing-page .hero-meta .lbl{color:var(--ink-soft);font-size:.8rem;font-weight:600}.landing-page .hero-visual{opacity:1;width:min(100%,490px);min-height:19.5rem;margin-inline:auto;padding:4rem 0 3.1rem;position:relative}@media (min-width:921px){.landing-page .hero-visual{width:min(100%,510px);margin-inline:auto}}.landing-page .hero-chart{opacity:.82;pointer-events:none;z-index:0;width:min(124%,670px);height:auto;display:block;position:absolute;top:1rem;left:47%;overflow:visible;transform:translate(-44%)}.landing-page .glass-card{z-index:1;background:var(--surface-glass-strong);border:1px solid color-mix(in srgb, var(--line) 82%, transparent);width:min(100%,400px);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);opacity:1;border-radius:19px;margin:0 auto;padding:1.1rem;position:relative}@media (min-width:921px){.landing-page .glass-card{margin-left:3.35rem;margin-right:0}}.landing-page .gc-head{align-items:center;gap:.75rem;padding-bottom:.8rem;display:flex}.landing-page .gc-avatar{width:40px;height:40px;box-shadow:none;color:#26a5e4;background:0 0;border:0;border-radius:0;flex:none;justify-content:center;align-items:center;display:flex}.landing-page .gc-avatar svg{width:40px;height:40px;display:block}.landing-page .gc-head-copy{flex:auto;min-width:0}.landing-page .gc-status{background:color-mix(in srgb, #22c55e 14%, var(--surface));min-width:6.5rem;color:color-mix(in srgb, #22c55e 86%, var(--ink));white-space:nowrap;border-radius:999px;flex:none;justify-content:center;align-items:center;gap:.45rem;margin-left:auto;padding:.38rem .75rem;font-size:.75rem;font-weight:800;display:inline-flex}.landing-page .gc-status:before{content:"";background:#67ce78;border-radius:50%;flex:none;width:.48rem;height:.48rem}.landing-page .gc-head .gc-name{white-space:nowrap;font-size:1rem;font-weight:800;line-height:1.2}.landing-page .gc-head .gc-sub{color:var(--ink-soft);white-space:nowrap;margin-top:.2rem;font-size:.72rem}.landing-page .gc-service{color:var(--ink);align-items:center;gap:.65rem;margin:.8rem 0 .7rem;font-size:.75rem;font-weight:700;display:flex}.landing-page .gc-service-icon{background:color-mix(in srgb, var(--blue) 9%, var(--surface-muted));width:2rem;height:2rem;color:var(--ink-soft);border-radius:50%;flex:none;place-items:center;display:grid}.landing-page .gc-service-icon svg{width:1.1rem;height:1.1rem}.landing-page .gc-progress{border:1px solid color-mix(in srgb, var(--line) 90%, transparent);background:color-mix(in srgb, var(--surface-muted) 72%, var(--surface));border-radius:15px;grid-template-columns:minmax(0,1fr) 7.4rem;align-items:center;min-height:5.5rem;padding:.95rem 1.05rem;display:grid}.landing-page .gc-progress-count{white-space:nowrap;align-items:baseline;gap:.55rem;min-width:0;display:flex}.landing-page .gc-progress-count b{color:#0863e7;letter-spacing:-.055em;font-variant-numeric:tabular-nums;font-size:clamp(1.75rem,3.5vw,2.2rem);font-weight:800;line-height:1}.landing-page .gc-progress-count span{color:var(--ink-soft);font-variant-numeric:tabular-nums;font-size:.78rem;font-weight:600}.landing-page .gc-progress-percent{border-left:1px solid var(--line);align-content:center;min-height:3.6rem;padding-left:1.15rem;display:grid}.landing-page .gc-progress-percent span{color:var(--ink-soft);font-size:.68rem;font-weight:700}.landing-page .gc-progress-percent b{color:#0863e7;font-variant-numeric:tabular-nums;margin-top:.25rem;font-size:1.7rem;font-weight:800;line-height:1}.landing-page .gc-bar{background:color-mix(in srgb, var(--blue) 10%, var(--surface-muted));border-radius:999px;height:9px;margin:.8rem 0 .85rem;overflow:hidden}.landing-page .gc-bar>i{background:linear-gradient(90deg,#2563eb,#4f8cff);border-radius:999px;height:100%;display:block}.landing-page .gc-row{color:var(--ink-soft);justify-content:space-between;margin-bottom:1.1rem;font-size:.78rem;font-weight:600;display:flex}.landing-page .gc-metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem;display:grid}.landing-page .gc-stat{background:color-mix(in srgb, var(--surface-muted) 82%, var(--surface));border:1px solid color-mix(in srgb, var(--line) 86%, transparent);text-align:left;border-radius:12px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.55rem;min-height:4.2rem;padding:.6rem .55rem;display:grid}.landing-page .gc-metric-icon{background:color-mix(in srgb, var(--blue) 9%, var(--surface));color:#0863e7;border-radius:50%;place-items:center;width:2rem;height:2rem;display:grid}.landing-page .gc-stat b{color:var(--ink);font-variant-numeric:tabular-nums;white-space:nowrap;margin-top:.18rem;font-size:.76rem;font-weight:800;line-height:1.15;display:block}.landing-page .gc-stat svg{flex:none;width:1rem;height:1rem}.landing-page .gc-stat>div>span{color:var(--ink-soft);white-space:nowrap;font-size:.63rem;font-weight:700;line-height:1.25;display:block}@media (max-width:520px){.landing-page .glass-card{padding:1rem}.landing-page .gc-progress{grid-template-columns:minmax(0,1fr) 5.7rem;padding-inline:.9rem}.landing-page .gc-progress-count{gap:.35rem}.landing-page .gc-progress-count b{font-size:1.65rem}.landing-page .gc-progress-count span{font-size:.78rem}.landing-page .gc-progress-percent{padding-left:.75rem}.landing-page .gc-progress-percent b{font-size:1.55rem}.landing-page .gc-metrics{gap:.4rem}.landing-page .gc-stat{text-align:center;grid-template-columns:1fr;justify-items:center;gap:.3rem;padding:.6rem .25rem}.landing-page .gc-stat>div>span,.landing-page .gc-stat b{font-size:.66rem}}.landing-page .float-chip{z-index:2;background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow-sm);border-radius:14px;align-items:center;gap:.5rem;padding:.7rem 1rem;font-size:.82rem;font-weight:700;display:flex;position:absolute}.landing-page .float-chip-icon{background:color-mix(in srgb, var(--blue) 10%, var(--surface));width:18px;height:18px;color:var(--blue);border-radius:6px;place-items:center;display:grid}.landing-page .float-chip-icon--done{background:color-mix(in srgb, #22c55e 12%, var(--surface));color:#16a34a}.landing-page .float-chip-icon svg{width:12px;height:12px}.landing-page .float-chip i{background:var(--blue-light);border-radius:50%;width:9px;height:9px}.landing-page .chip-a{top:-22px;left:-26px}.landing-page .chip-b{bottom:-26px;right:-10px}.landing-page .chip-b i{background:#22c55e}.landing-page .marquee{border-block:1px solid var(--line);background:var(--sky-2);padding:2.25rem 0 2.5rem;overflow:hidden}.landing-page .marquee p{text-align:center;color:var(--ink-soft);letter-spacing:.08em;text-transform:uppercase;margin-bottom:1.1rem;font-size:.78rem;font-weight:700}.landing-page .marquee-viewport{box-sizing:border-box;padding:.85rem clamp(1.25rem,3vw,2rem);overflow:hidden}.landing-page .marquee-track{will-change:transform;backface-visibility:hidden;align-items:center;width:max-content;animation:36s linear infinite landing-marq;display:flex;transform:translate(0,0)}.landing-page .marquee-viewport:hover .marquee-track,.landing-page .marquee-viewport:focus-within .marquee-track{animation-play-state:paused}.landing-page .marquee-group{flex-shrink:0;align-items:center;gap:.85rem;padding:.15rem .85rem .15rem 0;display:flex}@media (prefers-reduced-motion:reduce){.landing-page .marquee-track{animation-duration:72s}}.landing-page .marquee-chip{--chip-accent:var(--blue);border:1px solid color-mix(in srgb, var(--chip-accent) 30%, var(--line));background:color-mix(in srgb, var(--chip-accent) 11%, var(--surface));min-height:2.25rem;box-shadow:var(--shadow-sm);color:inherit;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;border-radius:999px;outline:none;flex-shrink:0;align-items:center;gap:.55rem;padding:.45rem 1rem .45rem .65rem;text-decoration:none;transition:background .25s,border-color .25s,color .25s;display:inline-flex}.landing-page .marquee-chip:hover{background:color-mix(in srgb, var(--chip-accent) 18%, var(--surface));border-color:color-mix(in srgb, var(--chip-accent) 45%, var(--line))}.landing-page .marquee-chip:focus-visible{border-color:color-mix(in srgb, var(--chip-accent) 72%, var(--ink));box-shadow:0 0 0 3px color-mix(in srgb, var(--chip-accent) 24%, transparent), var(--shadow-sm)}.landing-page .marquee-chip:active{background:color-mix(in srgb, var(--chip-accent) 24%, var(--surface));border-color:color-mix(in srgb, var(--chip-accent) 60%, var(--line));transform:scale(.98)}.landing-page .marquee-chip-icon{background:color-mix(in srgb, var(--chip-accent) 12%, var(--surface));box-sizing:border-box;border-radius:8px;flex:0 0 1.7rem;place-items:center;padding:.22rem;display:grid;width:1.7rem!important;height:1.7rem!important}.landing-page .marquee-chip-icon svg,.landing-page .marquee-chip-icon img{object-fit:contain;width:100%;height:100%;display:block}.landing-page .marquee-chip-name{color:var(--ink);white-space:nowrap;letter-spacing:-.01em;font-size:.875rem;font-weight:700}@keyframes landing-marq{0%{transform:translate(0,0)}to{transform:translate(-33.3333%)}}.landing-auth-modal-root{z-index:200;isolation:isolate;line-height:1.55;position:fixed;inset:0;overflow:visible}.landing-auth-modal{place-items:center;padding:1.25rem;display:grid;position:absolute;inset:0}.landing-auth-modal__backdrop{background:var(--backdrop);-webkit-backdrop-filter:none;cursor:pointer;border:none;position:absolute;inset:0}.landing-auth-modal__panel{z-index:1;border:1px solid var(--line);background:var(--surface);width:min(100%,24rem);box-shadow:var(--shadow-md);-webkit-backdrop-filter:none;border-radius:14px;padding:1.5rem;position:relative}.landing-auth-modal__close{background:var(--sky);width:2rem;height:2rem;color:var(--ink-soft);cursor:pointer;border:none;border-radius:999px;font-size:1.25rem;line-height:1;position:absolute;top:.75rem;right:.75rem}.landing-auth-modal__close:hover{color:var(--ink);background:color-mix(in srgb, var(--sky) 70%, var(--line))}.landing-auth-modal__title{letter-spacing:-.02em;color:var(--ink);margin:0;padding-right:2rem;font-size:1.15rem;font-weight:800}.landing-auth-modal__text{color:var(--ink-soft);margin:.65rem 0 0;font-size:.9rem;line-height:1.55}.landing-auth-modal__actions{gap:.65rem;margin-top:1.25rem;display:grid}.landing-auth-modal__actions .btn-primary,.landing-auth-modal__actions .btn-ghost{width:100%;box-shadow:none;justify-content:center;text-decoration:none}.landing-auth-modal__actions .btn-primary:hover,.landing-auth-modal__actions .btn-ghost:hover{box-shadow:none}.landing-page .section{padding:clamp(3.5rem,7vw,6.5rem) 0}.landing-page .section--compact{padding:clamp(2rem,4vw,3rem) 0}.landing-page .section--muted{background:var(--sky-2);border-block:1px solid var(--line)}.landing-page .section-head{text-align:center;max-width:42rem;margin:0 auto clamp(2rem,4vw,3rem)}.landing-page .section-head--left{text-align:left;margin-left:0;margin-right:0}.landing-page .section-head .sec-title{max-width:none;margin-inline:auto}.landing-page .section-head--left .sec-lead{margin-left:0;margin-right:0}.landing-page .section-head--left .sec-title{margin-inline:0}@media (min-width:768px){.landing-page .reveal-sec{padding:8rem 0}}.landing-page .cta-sec{padding:4rem 0}@media (min-width:768px){.landing-page .cta-sec{padding:7rem 0}}.landing-page .eyebrow{color:var(--blue);letter-spacing:.06em;text-transform:uppercase;margin-bottom:.9rem;font-size:.82rem;font-weight:700}.landing-page .eyebrow:before{content:"/// "}.landing-page .sec-title{letter-spacing:-.03em;max-width:22ch;margin-inline:auto;font-size:clamp(1.75rem,3.6vw,2.75rem);font-weight:800;line-height:1.12}.landing-page .sec-lead{color:var(--ink-soft);max-width:42ch;margin:1rem auto 0;font-size:clamp(.95rem,2vw,1.05rem);line-height:1.65}.landing-page .features-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:1rem;display:grid}.landing-page .feature-card{background:var(--surface);border:1px solid var(--line);text-align:center;border-radius:18px;padding:1.5rem;transition:transform .35s,box-shadow .35s,border-color .35s;position:relative;overflow:hidden}.landing-page .feature-card:before{content:"";background:var(--feature-accent,var(--blue));opacity:.85;height:3px;position:absolute;inset:0 0 auto}.landing-page .feature-card--accent{border-color:color-mix(in srgb, var(--feature-accent) 35%, var(--line));background:linear-gradient(165deg, color-mix(in srgb, var(--feature-accent) 8%, var(--surface)), var(--surface));box-shadow:var(--shadow-sm)}[data-theme=dark] .landing-page .hero{background:radial-gradient(80% 60% at 15% 0,#7c3aed29,#0000 55%),radial-gradient(70% 50% at 85% 10%,#2563eb24,#0000 50%),linear-gradient(#0b1220 0%,#111827 100%)}[data-theme=dark] .landing-page .cta-box{background:linear-gradient(150deg,#07111f 0%,#0b1d3a 45%,#0f2f66 72%,#123f8c 100%);border:1px solid #36588d}[data-theme=dark] .landing-page .cta-box .glow{background:radial-gradient(circle,#3b82f657,#0000 70%)}.landing-page.faq-page{background:var(--gradient-page);min-height:100vh}.landing-page .faq-page-header{z-index:20;border-bottom:1px solid var(--line);background:color-mix(in srgb, var(--page-bg) 92%, transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);position:sticky;top:0}.landing-page .faq-page-header-inner{justify-content:space-between;align-items:center;gap:1rem;min-height:4.25rem;padding-block:.85rem;display:flex}.landing-page .faq-page-back{padding:.65rem 1.25rem;font-size:.92rem}.landing-page .faq-page-main{padding:calc(6.25rem + env(safe-area-inset-top,0px)) 0 5rem}.landing-page .faq-page-main>.section{padding-block:0}.landing-page .faq-page-subtitle{max-width:42rem;color:var(--ink-soft);margin-top:.85rem;font-size:1.05rem;line-height:1.6}.landing-page .faq-page-main .faq-actions{flex-wrap:wrap;justify-content:center;gap:.85rem;margin-top:2rem;display:flex}.landing-page .faq-page-main .faq-list{margin-top:2rem}.landing-page .legal-document-shell{max-width:74rem}.landing-page .legal-document-hero{border-bottom:1px solid var(--line);grid-template-columns:minmax(0,1fr) minmax(15rem,.38fr);align-items:end;gap:clamp(2rem,7vw,6rem);padding-bottom:clamp(2rem,5vw,3.75rem);display:grid}.landing-page .legal-document-heading .sec-title{letter-spacing:-.055em;max-width:17ch;margin-top:.75rem;font-size:clamp(2.35rem,5vw,4.8rem);line-height:.98}.landing-page .legal-document-heading .faq-page-subtitle{max-width:37rem}.legal-page-updated{color:var(--ink-soft);font-size:.85rem}.landing-page .legal-document-meta-card{border:1px solid var(--line);background:var(--surface);min-width:0;min-height:17.5rem;box-shadow:none;border-radius:16px;flex-direction:column;padding:1rem 1.15rem;display:flex;overflow:hidden}.landing-page .legal-document-meta{flex:1;align-content:start;min-width:0;margin:0;display:grid}.landing-page .legal-document-meta>div{border-bottom:1px solid var(--line);grid-template-columns:minmax(7rem,.9fr) minmax(0,1fr);gap:1rem;min-width:0;padding:.75rem 0;display:grid}.landing-page .legal-document-meta>div:last-child{border-bottom:none}.landing-page .legal-document-meta__related{grid-template-columns:1fr;gap:.55rem}.landing-page .legal-document-meta__related dd{min-width:0}.landing-page .legal-document-meta__related dd ul{gap:.45rem;margin:0;padding:0;list-style:none;display:grid}.landing-page .legal-document-meta__related dd a{max-width:100%;color:var(--blue);overflow-wrap:anywhere;word-break:break-word;font-weight:600;line-height:1.45;text-decoration:none;display:inline-block}.landing-page .legal-document-meta__related dd a:hover{text-decoration:underline}.landing-page.legal-page .faq-actions .btn-primary,.landing-page.legal-page .faq-actions .btn-ghost,.landing-page.legal-page .faq-page-back{box-shadow:none!important}.landing-page .legal-document-meta dt,.landing-page .legal-document-details dt{color:var(--ink-soft);letter-spacing:.055em;text-transform:uppercase;font-size:.75rem;font-weight:700}.landing-page .legal-document-meta dd,.landing-page .legal-document-details dd{color:var(--ink);margin:0;font-size:.88rem;line-height:1.55}.legal-page-content{max-width:58rem;margin:0 auto;display:grid}.landing-page .legal-document-introduction{border-bottom:1px solid var(--line);margin:clamp(2.75rem,7vw,5.5rem) 0 0;padding:0 0 clamp(2.75rem,6vw,4.5rem)}.landing-page .legal-document-introduction p{max-width:72ch;color:var(--ink);margin:0 0 1rem;font-size:clamp(1.05rem,1.8vw,1.2rem);line-height:1.75}.landing-page .legal-document-introduction p:last-child{margin-bottom:0}.landing-page .legal-page-section{border-bottom:1px solid var(--line);grid-template-columns:minmax(12rem,.36fr) minmax(0,1fr);gap:clamp(2rem,6vw,4.5rem);padding:clamp(2.5rem,6vw,4.75rem) 0;display:grid}.legal-page-section h2{color:var(--ink);letter-spacing:-.025em;align-self:start;margin:0;font-size:clamp(1.15rem,2vw,1.4rem);font-weight:750;line-height:1.25;position:sticky;top:5.75rem}.landing-page .legal-document-section-body{min-width:0}.legal-page-section p,.landing-page .legal-document-list{color:var(--ink-soft);font-size:.97rem;line-height:1.78}.legal-page-section p{margin:0 0 1rem}.legal-page-section p:last-child{margin-bottom:0}.landing-page .legal-document-list{gap:.65rem;margin:.4rem 0 1.35rem;padding:0;list-style:none;display:grid}.landing-page .legal-document-list li{padding-left:1.35rem;position:relative}.landing-page .legal-document-list li:before{background:var(--blue);content:"";border-radius:50%;width:.35rem;height:.35rem;position:absolute;top:.72em;left:0}.landing-page .legal-document-details{border-top:1px solid var(--line);margin:1.25rem 0 1.5rem;display:grid}.landing-page .legal-document-details>div{border-bottom:1px solid var(--line);grid-template-columns:minmax(9rem,.42fr) minmax(0,1fr);gap:1.5rem;padding:1rem 0;display:grid}@media (max-width:720px){.landing-page .legal-document-hero,.landing-page .legal-page-section{grid-template-columns:1fr}.landing-page .legal-document-hero{gap:2rem}.legal-page-section h2{position:static}.landing-page .legal-page-section{gap:1.4rem}}@media (max-width:480px){.landing-page .legal-document-heading .sec-title{font-size:clamp(2.15rem,12vw,3.15rem)}.landing-page .legal-document-meta>div,.landing-page .legal-document-details>div{grid-template-columns:1fr;gap:.35rem}}.landing-page .feature-card:hover{box-shadow:var(--shadow-sm);border-color:color-mix(in srgb, var(--feature-accent,var(--blue)) 35%, var(--line));transform:translateY(-4px)}.landing-page .feature-card .ic{background:color-mix(in srgb, var(--feature-accent,var(--blue)) 12%, var(--sky));width:44px;height:44px;color:var(--feature-accent,var(--blue));border-radius:12px;justify-content:center;align-items:center;margin:0 auto 1rem;display:flex}.landing-page .feature-card--accent .ic{background:linear-gradient(135deg, var(--blue), var(--blue-deep));color:#fff}.landing-page .feature-card .ic svg{width:22px;height:22px}.landing-page .feature-card h3{letter-spacing:-.01em;margin-bottom:.45rem;font-size:1rem;font-weight:700}.landing-page .feature-card p{color:var(--ink-soft);font-size:.86rem;line-height:1.55}@media (max-width:1100px){.landing-page .features-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:720px){.landing-page .features-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem}.landing-page .feature-card{text-align:left;border-radius:14px;grid-template-columns:34px 1fr;align-items:center;column-gap:.65rem;padding:.95rem .9rem;display:grid}.landing-page .feature-card .ic{border-radius:10px;width:34px;height:34px;margin:0}.landing-page .feature-card .ic svg{width:17px;height:17px}.landing-page .feature-card h3{margin-bottom:0;font-size:.86rem}.landing-page .feature-card p{grid-column:1/-1;margin-top:.45rem;font-size:.76rem;line-height:1.45}.landing-page .hero-perks{grid-template-columns:1fr;gap:.5rem;margin-top:1.25rem}.landing-page .hero-perks li{flex-direction:row;align-items:center;gap:.55rem;width:max-content;margin-inline:auto}.landing-page .hero-perks strong{font-size:.84rem}.landing-page .hero-perks small{font-size:.78rem}.landing-page .hero-perk-icon{width:1.9rem;height:1.9rem}}@media (max-width:480px){.landing-page .features-grid{grid-template-columns:1fr}}.landing-page .services-grid{grid-template-columns:repeat(4,minmax(185px,1fr));gap:1.1rem;max-width:1120px;margin:0 auto;display:grid}.landing-page .service-card{--service-accent:var(--blue);background:var(--surface);border:1px solid var(--line);min-height:190px;color:inherit;border-radius:14px;flex-direction:column;align-items:flex-start;gap:.8rem;padding:1.2rem 1.1rem;text-decoration:none;transition:transform .35s,box-shadow .35s,border-color .35s;display:flex;box-shadow:0 16px 36px -30px #0c397e52}.landing-page .service-card:hover{box-shadow:var(--shadow-sm);border-color:color-mix(in srgb, var(--service-accent) 35%, var(--line));transform:translateY(-4px)}.landing-page .service-card-icon{background:color-mix(in srgb, var(--service-accent) 14%, var(--surface));width:32px;height:32px;color:inherit;border-radius:9px;flex-shrink:0;place-items:center;display:grid}.landing-page .service-card-icon .platform-icon{background:0 0;border-radius:0;overflow:visible}.landing-page .service-card-icon .platform-icon,.landing-page .service-card-icon svg,.landing-page .service-card-icon img{object-fit:contain;width:22px;height:22px}[data-theme=dark] .landing-page .service-card-icon .platform-icon--tiktok{color:#fff}[data-theme=dark] .landing-page .service-card-icon .platform-icon svg path[fill=\#000000]{fill:#fff}.landing-page .service-card h4{letter-spacing:-.01em;font-size:.94rem;font-weight:700}.landing-page .service-card p{color:var(--ink-soft);flex:1;font-size:.78rem;line-height:1.55}.landing-page .service-card-price{color:var(--blue);font-size:.72rem;font-weight:800}.landing-page .service-card-link{background:var(--sky);width:100%;color:var(--blue);border-radius:8px;justify-content:center;margin-top:.1rem;padding:.55rem .7rem;font-size:.68rem;font-weight:700;display:inline-flex}@media (max-width:1040px){.landing-page .services-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;max-width:620px}}@media (max-width:560px){.landing-page .services-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem;max-width:none}.landing-page .service-card{border-radius:12px;gap:.55rem;min-height:0;padding:.9rem .85rem}.landing-page .service-card h4{font-size:.88rem}.landing-page .service-card p{font-size:.72rem;line-height:1.45}}.landing-page .steps-sec{background:var(--sky-2);border-block:1px solid var(--line)}[data-theme=dark] .landing-page .steps-sec{background:var(--surface-muted);border-color:color-mix(in srgb, var(--line) 88%, var(--surface-muted))}.landing-page .steps{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem;max-width:960px;margin-inline:auto;display:grid}.landing-page .step{background:var(--surface);border:1px solid var(--line);text-align:center;border-radius:20px;padding:2rem 1.5rem;position:relative}[data-theme=dark] .landing-page .step{background:var(--surface);border-color:color-mix(in srgb, var(--line) 82%, var(--surface))}.landing-page .step .num{background:var(--blue);color:#fff;border-radius:14px;justify-content:center;align-items:center;width:3rem;height:3rem;margin:0 auto 1.2rem;font-size:1.1rem;font-weight:800;display:flex}.landing-page .step h4{margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.landing-page .step p{color:var(--ink-soft);font-size:.92rem}.landing-page .step:after{display:none}.landing-page .stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:0;display:grid}.landing-page .stats-panel{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow-sm);border-radius:20px;overflow:hidden}.landing-page .stat{text-align:center;border-right:1px solid var(--line);padding:clamp(1.5rem,3vw,2.25rem) 1rem}.landing-page .stat:last-child{border-right:none}.landing-page .stat b{letter-spacing:-.03em;background:linear-gradient(120deg, var(--blue), var(--blue-light));color:#0000;-webkit-background-clip:text;background-clip:text;font-size:clamp(2.4rem,4vw,3.4rem);font-weight:800;display:block}.landing-page .stat span{color:var(--ink-soft);font-size:.92rem;font-weight:600}.landing-page .reveal-sec{padding:8rem 0}.landing-page .reveal-text{text-align:center;max-width:880px;margin:0 auto}.landing-page .reveal-text p{letter-spacing:-.02em;font-size:clamp(1.6rem,3.4vw,2.6rem);font-weight:700;line-height:1.35}.landing-page .reveal-word{color:var(--ink);opacity:.28;display:inline}.landing-page .section:has(.tcards) .section-head{max-width:none}.landing-page .section:has(.tcards) .sec-title{white-space:nowrap}@media (max-width:640px){.landing-page .section:has(.tcards) .sec-title{white-space:normal}.landing-page .tcards{gap:.7rem}.landing-page .tcard{border-radius:12px;padding:.95rem .9rem .85rem}.landing-page .tcard .stars{margin-bottom:.5rem;font-size:.72rem}.landing-page .tcard blockquote{font-size:.84rem;line-height:1.45}.landing-page .tcard .who{gap:.55rem;margin-top:.75rem}.landing-page .tcard .ava{width:28px;height:28px;font-size:.72rem}.landing-page .tcard .who b{font-size:.82rem}.landing-page .tcard .who span{font-size:.7rem}}.landing-page .tcards{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.35rem;max-width:1040px;margin-inline:auto;display:grid}.landing-page .tcard{border:1px solid color-mix(in srgb, var(--line) 80%, transparent);box-shadow:0 10px 28px color-mix(in srgb, var(--ink) 5%, transparent);background:#fff;border-radius:18px;padding:1.85rem 1.65rem 1.55rem;transition:transform .35s,box-shadow .35s}[data-theme=dark] .landing-page .tcard{background:var(--surface);box-shadow:0 10px 28px #00000047}.landing-page .tcard:hover{box-shadow:0 14px 34px color-mix(in srgb, var(--ink) 8%, transparent);transform:translateY(-4px)}.landing-page .tcard .stars{color:#f5a623;letter-spacing:.12em;margin-bottom:.95rem;font-size:.92rem;line-height:1}.landing-page .tcard blockquote{color:var(--ink);margin:0;font-size:.98rem;font-weight:500;line-height:1.55}.landing-page .tcard .who{align-items:center;gap:.75rem;margin-top:1.45rem;display:flex}.landing-page .tcard .ava{color:#fff;background:#3b82f6;border-radius:50%;flex:none;justify-content:center;align-items:center;width:38px;height:38px;font-size:.92rem;font-weight:700;display:flex}.landing-page .tcard:nth-child(3) .ava{background:#6366f1}.landing-page .tcard .who b{color:var(--ink);font-size:.92rem;font-weight:700;line-height:1.2;display:block}.landing-page .tcard .who span{color:var(--blue);margin-top:.15rem;font-size:.78rem;font-weight:600;line-height:1.25;display:block}.landing-page .api-panel{border:1px solid color-mix(in srgb, var(--blue) 22%, var(--line));background:radial-gradient(circle at 0% 0%, color-mix(in srgb, var(--blue) 8%, transparent), transparent 45%), var(--gradient-surface);box-shadow:var(--shadow-sm);border-radius:24px;grid-template-columns:1fr 1fr;align-items:stretch;gap:2rem;padding:2.5rem;display:grid}.landing-page .api-panel-copy{flex-direction:column;justify-content:center;display:flex}.landing-page .api-panel-copy .section-head--left{margin-bottom:0}.landing-page .api-panel-copy .section-head--left .sec-lead{margin-left:0;margin-right:0}.landing-page .api-panel-copy .sec-title{margin-bottom:.75rem;max-width:none;margin-inline:0}.landing-page .api-panel-copy .btn-primary{align-self:flex-start;margin-top:1.5rem}.landing-page .api-terminal{border:1px solid color-mix(in srgb, var(--blue-light) 25%, var(--line));box-shadow:var(--shadow);border-radius:16px;flex-direction:column;height:100%;display:flex;overflow:hidden}.landing-page .api-terminal-bar{background:var(--code-header);border-bottom:1px solid color-mix(in srgb, var(--line) 40%, transparent);align-items:center;gap:.75rem;padding:.65rem 1rem;display:flex}.landing-page .api-terminal-dots{gap:.35rem;display:inline-flex}.landing-page .api-terminal-dots span{background:#64748b;border-radius:50%;width:.55rem;height:.55rem}.landing-page .api-terminal-dots span:first-child{background:#ef4444}.landing-page .api-terminal-dots span:nth-child(2){background:#f59e0b}.landing-page .api-terminal-dots span:nth-child(3){background:#22c55e}.landing-page .api-terminal-title{color:var(--code-muted);letter-spacing:.02em;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.72rem;font-weight:600}.landing-page .api-terminal-body{background:var(--code-bg);color:var(--code-fg);flex:1;margin:0;padding:1.25rem 1.35rem;font-size:.78rem;line-height:1.65;overflow-x:auto}.landing-page .api-terminal-body code{white-space:pre;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.landing-page .code-method{color:var(--code-accent);font-weight:700}.landing-page .code-path{color:var(--code-fg)}.landing-page .code-key{color:#7dd3fc}.landing-page .code-str{color:#86efac}.landing-page .code-num{color:#fcd34d}.landing-page .code-brace{color:var(--code-muted)}.landing-page .faq-list{margin-top:0;grid-template-columns:1fr;gap:.75rem;max-width:52rem;margin-inline:auto;display:grid}@media (min-width:900px){.landing-page .faq-list{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;max-width:960px}}.landing-page .faq-actions{text-align:center;margin-top:1.5rem}.landing-page .faq-item{border:1px solid var(--line);background:var(--surface);border-radius:14px;transition:border-color .25s,box-shadow .25s;overflow:hidden}.landing-page .faq-item[open]{box-shadow:var(--shadow-sm);border-color:#2563eb59}.landing-page .faq-item summary{cursor:pointer;color:var(--ink);justify-content:space-between;align-items:center;gap:1rem;padding:1.15rem 1.35rem;font-size:.98rem;font-weight:700;list-style:none;display:flex}.landing-page .faq-item summary::-webkit-details-marker{display:none}.landing-page .faq-item summary:after{content:"+";color:var(--blue);flex-shrink:0;font-size:1.25rem;font-weight:600;transition:transform .25s}.landing-page .faq-item[open] summary:after{transform:rotate(45deg)}.landing-page .faq-item p{color:var(--ink-soft);margin:0;padding:0 1.35rem 1.15rem;font-size:.92rem;line-height:1.6}.landing-page .cta-box{text-align:center;color:#fff;background:linear-gradient(145deg,#061537 0%,#0d2364 58%,#244ee4 100%);border-radius:18px;padding:clamp(3rem,7vw,4.5rem) 2rem;position:relative;overflow:hidden;box-shadow:0 28px 70px -28px #0c2463b3}.landing-page .cta-box .glow{filter:blur(80px);pointer-events:none;background:radial-gradient(circle,#60a5fa73,#0000 70%);border-radius:50%;width:460px;height:460px;position:absolute;top:-180px;left:50%;transform:translate(-50%)}.landing-page .cta-box h2{letter-spacing:-.03em;max-width:40rem;margin:0 auto 1.2rem;font-size:clamp(2.1rem,4.5vw,3.6rem);font-weight:800;line-height:1.05;position:relative}.landing-page .cta-box p{color:#ffffffc7;margin-bottom:2.4rem;font-size:1.1rem;position:relative}.landing-page .cta-box .btn-primary{color:var(--blue);box-shadow:none;background:#fff;position:relative}.landing-page .cta-box .btn-primary:hover,.landing-page .cta-box .cta-btn:hover{background:var(--sky);transform:translateY(-2px)}.landing-page .cta-emoji{pointer-events:none;filter:drop-shadow(0 8px 18px #0000002e);font-size:clamp(1.45rem,2.4vw,2.25rem);line-height:1;position:absolute}.landing-page .cta-emoji--a{top:18%;left:12%}.landing-page .cta-emoji--b{top:22%;right:14%}.landing-page .cta-emoji--c{bottom:24%;left:18%}.landing-page .cta-emoji--d{bottom:20%;right:16%}@media (max-width:640px){.landing-page .cta-box{padding:2.6rem 1.25rem 2.4rem}.landing-page .cta-box p{margin-bottom:1.8rem;font-size:.95rem}.landing-page .cta-emoji{font-size:1.25rem}.landing-page .cta-emoji--a{top:4%;left:4%}.landing-page .cta-emoji--b{top:4%;right:4%}.landing-page .cta-emoji--c{bottom:5%;left:5%}.landing-page .cta-emoji--d{bottom:5%;right:5%}}.landing-page footer{background:radial-gradient(ellipse 70% 60% at 50% 0%, color-mix(in srgb, var(--blue) 7%, transparent), transparent 58%), var(--gradient-page);padding:clamp(3rem,6vw,5rem) 0 3.5rem}.landing-page .footer-frame{padding-inline:0}.landing-page .footer-card{border:1px solid color-mix(in srgb, var(--line) 92%, transparent);background:var(--surface-glass-strong);box-shadow:var(--shadow-sm);border-radius:18px;overflow:hidden}.landing-page .foot-inner{text-align:left;grid-template-columns:1.18fr 1.2fr .95fr .82fr;align-items:start;gap:clamp(2rem,5vw,4.7rem);padding:clamp(2.4rem,5vw,4.2rem) clamp(1.5rem,5vw,4.4rem) 2.4rem;display:grid}.landing-page .foot-brand{max-width:13.5rem}.landing-page .foot-brand .nav-brand{margin-bottom:1.45rem}.landing-page .foot-brand-button{cursor:pointer;background:0 0;border:0;align-items:center;margin-left:-.55rem;padding:0;display:inline-flex}.landing-page .foot-brand-logo{align-items:center;gap:.28rem;line-height:0}.landing-page .foot-brand-logo .brand-logo__mark,.landing-page .foot-brand-logo .brand-logo__wordmark{display:block}.landing-page .foot-brand .brand-logo__wordmark{width:6.55rem}.landing-page .foot-brand p{max-width:12rem;color:var(--ink-soft);margin:0;font-size:.9rem;font-weight:600;line-height:1.55}.landing-page .foot-meta-disclaimer{max-width:16rem!important;color:color-mix(in srgb, var(--ink-soft) 88%, transparent)!important;margin-top:.85rem!important;font-size:.72rem!important;font-weight:500!important;line-height:1.45!important}.landing-page .foot-col h3{color:var(--ink);letter-spacing:-.01em;margin:0 0 1.15rem;font-size:.86rem;font-weight:800}.landing-page .foot-link-list,.landing-page .foot-contact-list{gap:.72rem;display:grid}.landing-page .foot-link-list a,.landing-page .foot-contact-list a{width:fit-content;color:var(--ink-soft);align-items:center;gap:.72rem;font-size:.88rem;font-weight:600;transition:color .2s,transform .2s;display:inline-flex}.landing-page .foot-link-list a{justify-content:space-between;min-width:min(100%,15.5rem)}.landing-page .foot-link-list a span{color:color-mix(in srgb, var(--ink-soft) 72%, transparent);font-size:1.35rem;font-weight:400;line-height:1;transform:translateY(-1px)}.landing-page .foot-link-list a:hover,.landing-page .foot-contact-list a:hover{color:var(--blue);transform:translate(2px)}.landing-page .foot-icon{background:color-mix(in srgb, var(--blue) 11%, var(--surface));width:1.8rem;height:1.8rem;color:var(--blue);border-radius:8px;flex:none;place-items:center;display:inline-grid}.landing-page .foot-icon svg{width:.95rem;height:.95rem}.landing-page .foot-copy{border-top:1px solid color-mix(in srgb, var(--line) 78%, transparent);color:var(--ink-soft);text-align:center;margin-top:0;padding:1.45rem 1.5rem 1.7rem;font-size:.78rem;font-weight:600}.landing-page .footer-card .dev-credit{margin:-.95rem 0 1.35rem}.landing-page .dev-credit{color:var(--ink-soft);text-align:center;margin:.65rem 0 0;font-size:.52rem;font-weight:500}.landing-page .dev-credit-link{color:var(--ink-soft);font-weight:600;text-decoration:none;transition:color .2s}.landing-page .dev-credit-link:hover{color:var(--blue);text-decoration:underline}.landing-page.anim-ready .up{opacity:0;transform:translateY(40px)}@media (prefers-reduced-motion:reduce){.landing-page.anim-ready .up{opacity:1;transform:none}}@media (max-width:920px){.landing-page .hero-inner{text-align:center;grid-template-columns:1fr;gap:3rem}.landing-page .hero-text{max-width:36rem;margin-inline:auto}.landing-page .hero h1{max-width:none;margin-inline:auto}.landing-page .hero-sub{margin-inline:auto}.landing-page .hero-perks{align-items:center}.landing-page .hero-perks li{text-align:center;max-width:20rem}.landing-page .hero-actions{justify-content:center}.landing-page .hero-meta{justify-content:center;display:flex}.landing-page .hero-stats-panel{max-width:100%}.landing-page .pill{margin-inline:auto}.landing-page .steps{grid-template-columns:1fr;max-width:28rem}.landing-page .step:after{display:none}.landing-page .stats{grid-template-columns:repeat(2,minmax(0,1fr))}.landing-page .stats-panel .stat:nth-child(2){border-right:none}.landing-page .stats-panel .stat:first-child,.landing-page .stats-panel .stat:nth-child(2){border-bottom:1px solid var(--line)}.landing-page .float-chip{display:none}.landing-page .tcards{grid-template-columns:1fr;max-width:28rem}.landing-page .api-panel{grid-template-columns:1fr;padding:1.75rem}.landing-page .api-panel-copy .section-head--left{text-align:center}.landing-page .api-panel-copy .section-head--left .sec-title{margin-inline:auto}.landing-page .foot-inner{grid-template-columns:repeat(2,minmax(0,1fr));gap:2.2rem 2rem}.landing-page .foot-brand{max-width:none}}@media (max-width:640px){.landing-page .api-panel{border-radius:16px;gap:1rem;padding:1.1rem .95rem}.landing-page .api-panel-copy .sec-title{margin-bottom:.4rem;font-size:1.25rem}.landing-page .api-panel-copy .sec-lead{font-size:.84rem;line-height:1.5}.landing-page .api-panel-copy .btn-primary{text-align:center;justify-content:center;align-self:stretch;margin-top:.9rem}.landing-page .api-terminal-bar{padding:.5rem .85rem}.landing-page .api-terminal-body{padding:.75rem .85rem;font-size:.62rem;line-height:1.55}}@media (max-width:520px){.landing-page .hero-stats-bar{grid-template-columns:repeat(4,minmax(0,1fr))}.landing-page .hero-stats-bar .stat{padding:.8rem .3rem}.landing-page .hero-stats-bar .stat:first-child,.landing-page .hero-stats-bar .stat:nth-child(2){border-bottom:none}.landing-page .hero-stats-bar .stat:nth-child(2){border-right:1px solid var(--line)}.landing-page .hero-stats-bar .stat b{font-size:1.02rem}.landing-page .hero-stats-bar .stat span{font-size:.6rem;line-height:1.25;display:block}.landing-page footer{padding:.5rem 0 1.5rem}.landing-page .footer-card{border-radius:16px}.landing-page .foot-inner{text-align:left;grid-template-columns:1fr;padding:2rem 1.35rem 1.8rem}.landing-page .foot-link-list a{min-width:100%}.landing-page .hero-actions{flex-direction:column;align-items:stretch}.landing-page .hero-actions .btn-primary,.landing-page .hero-actions .btn-ghost{width:100%}}.landing-page.api-docs-page{min-height:100vh}.landing-page .api-docs-main{padding:calc(6.25rem + env(safe-area-inset-top,0px)) 0 5rem}.landing-page .api-docs-main>.section:first-child{padding-top:0}.landing-page .api-docs-subtitle{max-width:40rem;color:var(--ink-soft);margin-top:.85rem;font-size:1.05rem;line-height:1.6}.landing-page .api-docs-grid{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);align-items:start;gap:1.5rem;margin-top:2rem;display:grid}@media (max-width:900px){.landing-page .api-docs-grid{grid-template-columns:1fr}}.landing-page .api-docs-panel{border:1px solid color-mix(in srgb, var(--line) 92%, transparent);background:var(--surface-glass-strong);border-radius:18px;padding:1.35rem 1.4rem}.landing-page .api-docs-panel h2{letter-spacing:-.02em;margin:0 0 .65rem;font-size:1.2rem;font-weight:800}.landing-page .api-docs-panel p{color:var(--ink-soft);margin:0;line-height:1.55}.landing-page .api-docs-auth-meta{gap:.85rem;margin-top:1rem;display:grid}.landing-page .api-docs-code,.landing-page .api-docs-base code{color:#f8fafc;-webkit-text-fill-color:#f8fafc;opacity:1;background:#111827;border-radius:12px;margin:0;padding:.85rem 1rem;font-size:.88rem;line-height:1.45;display:block;overflow-x:auto}.landing-page .api-docs-base{gap:.45rem;margin:0;padding:0;display:grid}.landing-page .api-docs-base-label{letter-spacing:.04em;text-transform:uppercase;color:var(--ink-soft);margin:0;padding:0 .15rem;font-size:.78rem;font-weight:700;line-height:1.3;display:block}.landing-page .api-docs-endpoints{padding-top:.5rem}.landing-page .api-docs-table-wrap{border:1px solid color-mix(in srgb, var(--line) 92%, transparent);background:var(--surface-glass-strong);border-radius:16px;overflow-x:auto}.landing-page .api-docs-table{border-collapse:collapse;width:100%;font-size:.92rem}.landing-page .api-docs-table th,.landing-page .api-docs-table td{text-align:left;border-bottom:1px solid color-mix(in srgb, var(--line) 88%, transparent);vertical-align:top;padding:.85rem 1rem}.landing-page .api-docs-table th{letter-spacing:.04em;text-transform:uppercase;color:var(--ink-soft);font-size:.75rem;font-weight:800}.landing-page .api-docs-table tr:last-child td{border-bottom:none}.landing-page .api-docs-table code{font-size:.86rem}.landing-page .api-docs-method{letter-spacing:.04em;border-radius:999px;justify-content:center;min-width:3.4rem;padding:.2rem .45rem;font-size:.72rem;font-weight:800;display:inline-flex}.landing-page .api-docs-method--get{color:#047857;background:#10b98129}.landing-page .api-docs-method--post{color:#1d4ed8;background:#3b82f629}.landing-page .api-docs-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;margin-top:1.25rem;display:flex}.landing-page .api-docs-actions .btn-primary,.landing-page .api-docs-actions .btn-ghost{box-sizing:border-box;border-radius:999px;min-height:3.1rem;padding:.95rem 1.9rem;font-size:1rem;font-weight:700;line-height:1.2}.landing-page .api-docs-actions .btn-ghost{color:#0a0a0a;border:1px solid color-mix(in srgb, var(--line) 88%, #cbd5e1);box-shadow:none;background:0 0}.landing-page .api-docs-actions .btn-ghost:hover{background:color-mix(in srgb, var(--surface) 92%, var(--ink));border-color:color-mix(in srgb, var(--line) 70%, #94a3b8);color:#0a0a0a;transform:translateY(-2px)}.landing-page .api-docs-actions .btn-ghost:active{transform:translateY(0)scale(.98)}[data-theme=dark] .landing-page .api-docs-actions .btn-ghost{color:#f8fafc;border-color:color-mix(in srgb, var(--line) 90%, #64748b)}[data-theme=dark] .landing-page .api-docs-actions .btn-ghost:hover{color:#f8fafc;background:color-mix(in srgb, var(--surface) 88%, #fff);border-color:color-mix(in srgb, var(--line) 70%, #94a3b8)}.api-placeholder{background:var(--sky-2);justify-content:center;align-items:center;min-height:100vh;padding:4rem 0;display:flex;position:relative;overflow:hidden}.api-placeholder-glow{pointer-events:none;background:radial-gradient(circle at 30% 40%,#2563eb1f,#0000 45%),radial-gradient(circle at 70% 60%,#60a5fa1a,#0000 40%);animation:8s ease-in-out infinite alternate api-glow;position:absolute;inset:-20% -10%}@keyframes api-glow{0%{opacity:.85;transform:translateY(0)scale(1)}to{opacity:1;transform:translateY(-2%)scale(1.03)}}.api-placeholder-inner{z-index:1;text-align:center;max-width:640px;animation:.7s both api-fade-in;position:relative}@keyframes api-fade-in{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.api-placeholder-eyebrow{letter-spacing:.1em;text-transform:uppercase;color:var(--blue);font-size:.72rem;font-weight:800}.api-placeholder-title{letter-spacing:-.03em;color:var(--ink);margin-top:.75rem;font-size:clamp(1.75rem,5vw,2.75rem);font-weight:800}.api-placeholder-subtitle{color:var(--ink-soft);margin-top:1rem;font-size:1rem;line-height:1.65}.api-placeholder-hint{color:var(--ink-soft);opacity:.85;margin-top:.75rem;font-size:.88rem}.api-placeholder-back{margin-top:1.75rem;display:inline-flex}.api-placeholder-credit{color:var(--ink-soft);margin-top:2rem;font-size:.82rem;font-weight:600;text-decoration:none;transition:color .2s;display:inline-block}.api-placeholder-credit:hover{color:var(--blue)}
