:root{--paper:#ecebe7;--ink:#171815;--muted:#686a64;--line:#cacbc4;--green:#d7ff64;--dark:#20221e;font-family:Arial,"PingFang SC",sans-serif}*{box-sizing:border-box}body{margin:0;min-width:320px;background:var(--paper);color:var(--ink)}a{color:inherit;text-decoration:none}header{height:70px;padding:0 max(22px,calc((100% - 1180px)/2));display:flex;align-items:center;border-bottom:1px solid var(--line)}.brand{font-weight:700}nav{display:flex;gap:28px;margin:auto;font-size:12px}.download{padding:11px 16px;border-radius:4px;background:var(--ink);color:white;font-size:12px}.hero{max-width:1180px;margin:auto;min-height:650px;padding:95px 22px;display:grid;grid-template-columns:1.2fr .8fr;gap:100px;align-items:center}.hero small,.section-head small,.updates small,.work aside small{font-size:10px;letter-spacing:.16em;color:var(--muted)}.hero h1{font-size:70px;line-height:.98;letter-spacing:-.065em;margin:24px 0}.hero p{max-width:580px;font-size:17px;line-height:1.65;color:var(--muted)}.hero-actions{display:flex;gap:24px;align-items:center;margin-top:30px;font-size:12px}.quick{border-top:1px solid var(--ink);display:grid}.quick>b{padding:18px 4px}.quick button{display:flex;justify-content:space-between;padding:17px 4px;border:0;border-top:1px solid var(--line);background:transparent;text-align:left}.quick button.active{padding-left:15px;background:var(--green)}.work{display:grid;grid-template-columns:.75fr 1.25fr;background:var(--dark);color:#f2f2ee}.work aside{padding:90px max(30px,calc((100vw - 1180px)/2));padding-right:70px;border-right:1px solid #41443d}.work h2{font-size:38px;margin:25px 0 12px}.work aside p{color:#a8aaa3}.status{margin-top:80px;font-size:11px}.status i{display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--green)}.timeline{padding:70px max(30px,calc((100vw - 1180px)/2));padding-left:70px}.timeline article{display:grid;grid-template-columns:45px 1fr auto;padding:24px 0;border-bottom:1px solid #41443d;align-items:center}.timeline em{font-style:normal;color:#777}.timeline p{margin:7px 0 0;color:#8e9189;font-size:11px}.timeline span{color:#8e9189;font-size:10px}.timeline button{padding:8px 12px;border:0;background:var(--green)}.context,.principles,.updates{max-width:1180px;margin:auto;padding:120px 22px}.section-head h2,.principles>h2,.updates h2{font-size:46px;letter-spacing:-.04em}.columns{display:grid;grid-template-columns:repeat(3,1fr);margin-top:60px;border:1px solid var(--line)}.columns article{min-height:310px;padding:28px;border-right:1px solid var(--line)}.columns article:last-child{border:0}.columns span{font-size:9px;color:var(--muted)}.columns p{line-height:1.8;color:var(--muted)}.columns a{display:block;margin-top:55px;font-size:11px;text-decoration:underline}.principles{border-top:1px solid var(--line)}.principles>div{display:grid;grid-template-columns:repeat(2,1fr);gap:0;margin-top:50px}.principles article{padding:30px 0;border-top:1px solid var(--line)}.principles article:nth-child(odd){padding-right:50px}.principles article:nth-child(even){padding-left:50px;border-left:1px solid var(--line)}.principles p{color:var(--muted)}.updates{display:grid;grid-template-columns:.8fr 1.2fr;gap:100px}.updates ol{list-style:none;margin:0;padding:0}.updates li{display:grid;grid-template-columns:70px 1fr auto;padding:18px 0;border-bottom:1px solid var(--line);font-size:12px}.updates time,.updates span{color:var(--muted)}.end{text-align:center;padding:130px 20px;background:var(--green)}.end h2{font-size:48px;letter-spacing:-.05em}.end .download{display:inline-block}footer{max-width:1180px;margin:auto;padding:45px 22px;display:grid;grid-template-columns:1fr auto 1fr;font-size:11px}footer small{text-align:right;color:var(--muted)}.toast{position:fixed;right:20px;bottom:20px;padding:12px;background:#fff;border:1px solid var(--line)}.toast[hidden]{display:none}@media(max-width:720px){nav{display:none}.hero{grid-template-columns:1fr;gap:55px;padding-top:65px}.hero h1{font-size:48px}.work{grid-template-columns:1fr}.work aside,.timeline{padding:55px 24px}.status{margin-top:35px}.columns{grid-template-columns:1fr}.columns article{border-right:0;border-bottom:1px solid var(--line)}.principles>div{grid-template-columns:1fr}.principles article:nth-child(n){padding:25px 0;border-left:0}.updates{grid-template-columns:1fr;gap:30px}.section-head h2,.principles>h2,.updates h2,.end h2{font-size:34px}footer{grid-template-columns:1fr;gap:12px}footer small{text-align:left}}
/* Dual theme system */
:root{color-scheme:light;--background:#ecebe7;--foreground:#171815;--surface:#f5f4f0;--surface-strong:#20221e;--surface-text:#f2f2ee;--secondary:#686a64;--border:#cacbc4;--accent:#d7ff64}
:root[data-theme="dark"]{color-scheme:dark;--background:#1e1e1e;--foreground:#ecebe7;--surface:#252525;--surface-strong:#2b2b2b;--surface-text:#ecebe7;--secondary:#aaa;--border:#3b3b3b;--accent:#d7ff64;--green:#d7ff64}
:root:not([data-theme="dark"]){--paper:#f5f6f7;--ink:#17191c;--muted:#68707a;--line:#dde1e6;--background:#f5f6f7;--foreground:#17191c;--surface:#fff;--secondary:#68707a;--border:#dde1e6}
body{background:var(--background);color:var(--foreground);transition:background-color .22s ease,color .22s ease}header,.context,.principles,.updates,footer{border-color:var(--border)}.quick,.quick button,.columns,.columns article,.principles article,.updates li{border-color:var(--border)}.hero p,.columns p,.principles p,.hero small,.section-head small,.updates small,.work aside small,footer small{color:var(--secondary)}.quick button{color:var(--foreground)}.work{background:var(--surface-strong);color:var(--surface-text)}.download{background:var(--foreground);color:var(--background)}
.header-actions{display:flex;align-items:center;gap:10px}.theme-toggle{position:relative;width:38px;height:38px;padding:0;border:1px solid var(--border);border-radius:50%;background:var(--surface);color:var(--foreground);cursor:pointer;transition:background .2s,border-color .2s,transform .2s}.theme-toggle:hover{transform:rotate(8deg);border-color:var(--foreground)}.sun,.moon{position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%);transition:opacity .18s,transform .25s}.sun{width:14px;height:14px;border:1.7px solid currentColor;border-radius:50%;box-shadow:0 -7px 0 -6px currentColor,0 7px 0 -6px currentColor,7px 0 0 -6px currentColor,-7px 0 0 -6px currentColor,5px 5px 0 -6px currentColor,-5px -5px 0 -6px currentColor,5px -5px 0 -6px currentColor,-5px 5px 0 -6px currentColor}.moon{width:16px;height:16px;border:1.8px solid currentColor;border-top-color:transparent;border-right-color:transparent;border-radius:50%;transform:translate(-42%,-58%) rotate(-25deg)}:root:not([data-theme="dark"]) .sun{opacity:0;transform:translate(-50%,-50%) scale(.6) rotate(-45deg)}:root:not([data-theme="dark"]) .moon{opacity:1}:root[data-theme="dark"] .sun{opacity:1}:root[data-theme="dark"] .moon{opacity:0;transform:translate(-42%,-58%) scale(.6) rotate(20deg)}
:root[data-theme="dark"] .quick button.active,:root[data-theme="dark"] .end{color:#171815}:root[data-theme="dark"] .columns article{background:#1b1c19}:root[data-theme="dark"] .toast{background:#292b27;color:#ecebe7;border-color:#3b3d37}
@media(max-width:720px){.header-actions{gap:7px}.theme-toggle{width:36px;height:36px}header>.header-actions .download{padding:10px 12px}}

/* Dark task workspace: keep the palette neutral and structured. */
:root[data-theme="dark"] .work{background:#171815;border-top:1px solid #3b3d37;border-bottom:1px solid #3b3d37}
:root[data-theme="dark"] .work aside{background:#20221e;border-right-color:#3b3d37}
:root[data-theme="dark"] .work aside p{color:#b3b5ad}
:root[data-theme="dark"] .status{color:#ecebe7}
:root[data-theme="dark"] .timeline{background:#171815}
:root[data-theme="dark"] .timeline article{margin:0 0 8px;padding:20px 18px;border:1px solid #30322d;border-radius:7px;background:#1b1c19}
:root[data-theme="dark"] .timeline article.now{border-color:#59613d;background:#20221e}
:root[data-theme="dark"] .timeline em{color:#9b9d95}
:root[data-theme="dark"] .timeline article.now em{color:#d7ff64}
:root[data-theme="dark"] .timeline p{color:#a3a59e}
:root[data-theme="dark"] .timeline span{color:#989a93}
:root[data-theme="dark"] .timeline button{color:#171815;border-radius:4px;font-weight:600}

/* Desktop closing row: concise, aligned, and free of oversized color blocks. */
.end{width:min(1180px,calc(100% - 44px));min-height:0;margin:20px auto 35px;padding:64px 0;border:0;border-top:1px solid var(--border);border-radius:0;background:transparent;color:var(--foreground);display:flex;align-items:center;justify-content:space-between;gap:60px;text-align:left}
.end::before{display:none}
.end h2{max-width:720px;margin:0;font-size:44px;line-height:1.08;color:inherit}
.end .download{flex:0 0 auto;margin:0;background:var(--green);color:#171815;padding:13px 19px}
:root[data-theme="dark"] .end{background:transparent;color:#ecebe7}

/* Product-rich desktop homepage */
.product-showcase,.modes-section,.capability-section,.delivery-section,.release-section{max-width:1180px;margin:auto;padding:105px 22px}.showcase-head{display:grid;grid-template-columns:1.15fr .85fr;gap:90px;align-items:end}.showcase-head small,.section-title small,.delivery-section small,.release-section small{font-size:10px;letter-spacing:.16em;color:var(--secondary)}.showcase-head h2,.section-title h2,.delivery-section h2,.release-section h2{font-size:45px;line-height:1.08;letter-spacing:-.045em;margin:20px 0 0}.showcase-head p,.delivery-section>div>p,.release-section p{color:var(--secondary);line-height:1.7}.app-window{margin-top:55px;border:1px solid var(--border);background:#171815;color:#ecebe7;box-shadow:0 28px 70px #0002}.app-top{height:46px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 15px;border-bottom:1px solid #363832;font-size:10px}.app-top div{text-align:right;color:#a3a59e}.app-top i{display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--green);margin-right:6px}.app-body{min-height:540px;display:grid;grid-template-columns:205px 1fr 245px}.project-panel,.evidence-panel{padding:20px;background:#20221e}.project-panel{border-right:1px solid #363832}.project-panel small,.agent-title small,.evidence-panel small{display:block;color:#898c83;font-size:8px;letter-spacing:.14em}.project-panel>b{display:block;margin:12px 0 18px}.project-panel nav{display:grid;gap:11px;color:#a9aba4;font:10px monospace}.project-panel button,.evidence-panel button{border:1px solid #45483f;background:none;color:#d7d8d2;padding:9px;font-size:9px}.project-panel button{width:100%;margin-top:35px}.agent-panel{padding:28px}.agent-title b{display:block;margin-top:10px}.agent-message{margin-top:25px;padding:14px;background:#242620;border:1px solid #393c34;font-size:11px}.agent-run{margin-top:22px;display:grid;gap:8px}.agent-run>div{display:grid;grid-template-columns:28px 1fr auto;align-items:center;padding:13px;border:1px solid #33362f}.agent-run i{font-style:normal;color:#85887f}.agent-run b,.agent-run small{display:block}.agent-run small{margin-top:5px;color:#888b82;font-size:9px}.agent-run em{font-style:normal;color:#92958b;font-size:8px}.agent-run .running{border-color:#647044}.agent-run .running i,.agent-run .running em{color:var(--green)}.agent-input{margin-top:70px;padding:12px 12px 12px 15px;border:1px solid #3c3f37;color:#767970;font-size:10px}.agent-input button{float:right;border:0;background:var(--green);color:#171815;padding:6px 10px}.evidence-panel{border-left:1px solid #363832}.evidence-panel>div{padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid #393b35}.evidence-panel b{display:block;margin:9px 0 13px}.evidence-panel p{color:#a1a39b;font-size:9px}.evidence-panel .plus{color:#b9d86d}.usage{border:0!important}.usage span,.usage small{display:block;color:#92958b;font-size:9px}.usage b{font-size:25px}.modes-section,.delivery-section{border-top:1px solid var(--border)}.section-title{max-width:720px}.mode-grid{display:grid;grid-template-columns:repeat(2,1fr);margin-top:55px;border:1px solid var(--border)}.mode-grid article{min-height:300px;padding:30px;border-right:1px solid var(--border);border-bottom:1px solid var(--border)}.mode-grid article:nth-child(even){border-right:0}.mode-grid article:nth-child(n+3){border-bottom:0}.mode-grid article>span{font-size:10px;color:var(--secondary)}.mode-grid h3{font-size:24px}.mode-grid p{max-width:430px;color:var(--secondary);line-height:1.65}.mini-result,.mini-code,.knowledge-list{margin-top:40px;padding:15px;background:var(--surface);border:1px solid var(--border);font:11px monospace}.mini-result small{float:right;color:var(--secondary)}.mini-code mark{display:inline-block;margin-top:8px;background:var(--green);color:#171815}.structure-map{width:190px;display:grid;grid-template-columns:repeat(3,1fr);gap:5px;margin-top:35px;transform:skewY(-8deg)}.structure-map i{height:38px;background:var(--surface);border:1px solid var(--border)}.structure-map i:nth-child(5){background:var(--green)}.capability-section{background:var(--foreground);color:var(--background);max-width:none;padding-inline:max(22px,calc((100% - 1136px)/2))}.capability-section .section-title small{color:#95988f}.cap-list{display:grid;grid-template-columns:repeat(3,1fr);margin-top:55px;border-top:1px solid #44473f}.cap-list article{padding:26px 25px 26px 0;border-bottom:1px solid #44473f}.cap-list article:nth-child(3n+2),.cap-list article:nth-child(3n+3){padding-left:25px;border-left:1px solid #44473f}.cap-list p{color:#a2a59c;font-size:11px}.cap-list span{display:inline-block;margin-top:22px;color:var(--green);font:9px monospace}.delivery-section{display:grid;grid-template-columns:.8fr 1.2fr;gap:90px;align-items:center}.delivery-card{border:1px solid var(--border);background:var(--surface)}.delivery-card header,.delivery-card footer{min-height:60px;padding:0 20px;display:flex;align-items:center;justify-content:space-between;border-color:var(--border)}.delivery-card header span{color:#5e712a;font-size:10px}.delivery-card ul{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(4,1fr);border-block:1px solid var(--border)}.delivery-card li{padding:24px 18px;border-right:1px solid var(--border)}.delivery-card li:last-child{border:0}.delivery-card li b,.delivery-card li span{display:block}.delivery-card li b{font-size:28px}.delivery-card li span{margin-top:5px;color:var(--secondary);font-size:9px}.delivery-card footer{font-size:10px}.delivery-card footer button{border:0;background:var(--green);padding:9px 12px}.release-section{display:grid;grid-template-columns:.8fr 1.2fr;gap:100px;border-top:1px solid var(--border)}.release-list>a{display:grid;grid-template-columns:70px 1fr auto;padding:17px 0;border-bottom:1px solid var(--border);font-size:10px}.release-list time,.release-list span{color:var(--secondary)}.release-links{display:flex;gap:30px;margin-top:28px;font-size:11px}footer{margin-top:0}

/* Framer-inspired hero using the real Yayuecode web frontend. */
.hero-framer{max-width:1280px;min-height:0;padding:88px 22px 0;display:grid;grid-template-columns:1fr auto;gap:38px 60px;align-items:end}.hero-copy{max-width:850px}.hero-framer h1{max-width:900px;margin:22px 0 18px;font-size:65px;line-height:1.01;letter-spacing:-.06em}.hero-framer .hero-copy>p{max-width:720px;margin:0;font-size:17px}.hero-update{padding-bottom:10px;color:var(--secondary);font-size:11px}.live-product{grid-column:1/-1;height:720px;border:1px solid var(--border);border-radius:12px 12px 0 0;background:#171815;overflow:hidden;box-shadow:0 30px 90px #0003}.live-bar{height:46px;padding:0 16px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;background:#20221e;color:#ecebe7;border-bottom:1px solid #393c35;font-size:10px}.live-bar .live-status{color:#a5a89f}.live-status i{display:inline-block;width:7px;height:7px;margin-right:7px;border-radius:50%;background:var(--green)}.live-bar a{text-align:right;color:#d7ff64}.live-product iframe{display:block;width:100%;height:calc(100% - 46px);border:0;background:#171815}.hero-framer+.work{margin-top:0}
.editor-preview-image{display:block;width:100%;height:calc(100% - 46px);object-fit:cover;object-position:top center;user-select:none;pointer-events:none;background:#f7f5f2}.live-bar>span:last-child{text-align:right;color:#a5a89f}
.yayue-mock{height:720px;background:#faf9f7;color:#171815}.mock-top{height:68px;display:grid;grid-template-columns:230px 1fr 180px;align-items:center;padding:0 18px;border-bottom:1px solid #e1ddd7;background:#fff}.mock-brand{display:grid;grid-template-columns:42px 1fr;align-items:center}.mock-brand .mock-logo{grid-row:1/3;width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:#ff8f8f;color:white}.mock-brand b{font-size:15px}.mock-brand small{color:#8b8179}.mock-nav{display:flex;justify-content:center;gap:5px}.mock-nav button{border:0;border-radius:8px;padding:9px 11px;background:transparent;font-weight:600;font-size:10px}.mock-nav button.active{background:#fff0ea;color:#ed6b58}.mock-user{display:flex;justify-content:flex-end;align-items:center;gap:12px}.mock-user span{padding:9px 15px;border-radius:16px;background:#f4f1ed;color:#928981}.mock-user i{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#9d603b;color:white}.mock-view{display:none;height:calc(100% - 68px);overflow:hidden}.mock-view.active{display:grid}.mock-view[data-view-panel=home]{grid-template-columns:230px 1fr 320px}.mock-files,.mock-ai{display:flex;flex-direction:column;border-right:1px solid #e3dfda}.mock-files header,.mock-ai header,.mock-editor header{height:48px;padding:0 14px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e3dfda}.tree{display:grid;gap:11px;padding:18px;font:10px monospace}.tree span.selected{padding:8px;background:#fff0ea;color:#d95d4c}.mock-files footer{margin-top:auto;padding:14px;border:1px solid #e3dfda;border-radius:12px;background:#fff}.mock-files footer>*{display:block;margin-top:7px}.mock-files footer small{color:#81776f}.mock-editor{position:relative}.mock-editor pre{margin:0;padding:30px;font:12px/2 monospace;color:#3e4540}.mock-editor pre i{display:inline-block;width:25px;color:#aaa;font-style:normal}.mock-diagnostic{position:absolute;left:20px;right:20px;bottom:18px;padding:16px;border:1px solid #dfe4d1;background:#f8ffe8}.mock-diagnostic>*{display:block;margin-top:5px}.mock-diagnostic span{font-size:9px;color:#69705e}.mock-ai{border-left:1px solid #e3dfda;border-right:0}.mock-chat{padding:18px;font-size:11px;line-height:1.6}.mock-chat .user{padding:12px;border-radius:10px;background:#f2efeb}.tool-step{margin:7px 0;padding:8px;border:1px solid #e4e0da;color:#6e7568}.mock-chat button{border:0;background:#d7ff64;padding:9px 12px}.mock-ai footer{margin-top:auto;padding:14px;border-top:1px solid #e3dfda;font-size:9px}.mock-view:not([data-view-panel=home]){padding:34px 38px;background:#faf9f7;overflow:auto}.mock-page-head{display:flex;align-items:end;justify-content:space-between}.mock-page-head small{color:#9a9088;letter-spacing:.14em}.mock-page-head h3{margin:8px 0 0;font-size:28px}.mock-page-head button{border:0;background:#171815;color:white;padding:10px 14px}.project-cards,.stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:32px}.project-cards article,.stat-grid article{padding:22px;border:1px solid #e0dcd6;background:#fff}.project-cards p,.project-cards span,.stat-grid small,.stat-grid span{display:block;color:#8c827a;font-size:10px}.stat-grid{grid-template-columns:repeat(4,1fr)}.stat-grid b{display:block;margin:12px 0;font-size:25px}.fake-chart{height:250px;margin-top:22px;padding:20px;display:flex;align-items:end;gap:18px;border:1px solid #e0dcd6;background:#fff}.fake-chart i{flex:1;background:#d7ff64}.price-table,.usage-table{margin-top:30px;border:1px solid #e0dcd6;background:#fff}.price-table>div,.usage-table>div{display:grid;grid-template-columns:1.2fr repeat(3,1fr);padding:16px;border-bottom:1px solid #e8e4df;font-size:10px}.usage-table>div{grid-template-columns:.8fr 1fr 1.5fr .8fr .7fr .7fr}.price-table mark{justify-self:start;background:#d7ff64}.usage-table em{color:#4d762c;font-style:normal}.task-log{margin-top:30px}.task-log article{display:grid;grid-template-columns:20px 1fr auto;align-items:center;padding:18px;border-bottom:1px solid #e0dcd6;background:#fff}.task-log i{width:8px;height:8px;border-radius:50%;background:#d7ff64}.task-log p{margin:5px 0 0;color:#8c827a;font-size:9px}.task-log span{color:#5e762d;font-size:9px}

.mock-nav button{color:#171815!important}.mock-nav button.active{color:#ed6b58!important}
.hero-framer{max-width:1540px;width:calc(100% - 44px)}.real-preview{height:760px;border:0;border-radius:0;background:transparent;box-shadow:none;overflow:hidden}.real-preview iframe{height:100%;border:0}
.real-preview{height:auto!important;display:flex;justify-content:center;overflow:visible!important}.preview-stage{position:relative;flex:0 0 auto;overflow:hidden}.preview-stage iframe{position:absolute;left:0;top:0;width:1440px!important;height:900px!important;transform-origin:top left;border:0}

.real-preview{width:100%}.preview-stage{width:1440px;height:900px}.preview-stage iframe{transform-origin:top left}

html{scroll-behavior:smooth;scroll-snap-type:y proximity}.hero-framer,.real-preview,.trust-section,.pricing-section,.start-section,.release-section{scroll-snap-align:start;scroll-snap-stop:normal}.real-preview{scroll-margin-top:0}.reveal-item{--reveal-delay:0ms}.reveal-enabled .reveal-item{opacity:0;transform:translateY(26px) scale(.985);transition:opacity .66s ease var(--reveal-delay),transform .78s cubic-bezier(.22,1,.36,1) var(--reveal-delay);will-change:opacity,transform}.reveal-enabled .reveal-item.reveal-line{transform:translateY(16px)}.reveal-enabled .reveal-item.is-visible{opacity:1;transform:translateY(0) scale(1)}@media(max-width:900px){html{scroll-snap-type:none}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto;scroll-snap-type:none}.reveal-enabled .reveal-item{opacity:1;transform:none;transition:none}}

/* Polished desktop rhythm: sticky navigation, aligned hero, clean product snap. */
body>header{position:sticky;top:0;z-index:100;background:color-mix(in srgb,var(--background) 94%,transparent);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.hero-copy{width:min(720px,calc(100% - 360px));margin-left:max(0px,calc((100% - 1180px)/2))}.hero-framer h1{max-width:720px}.hero-update{margin-right:max(0px,calc((100% - 1180px)/2))}.real-preview{scroll-margin-top:70px;margin-bottom:72px}.work,.product-showcase,.modes-section,.capability-section,.delivery-section,.release-section{scroll-margin-top:70px}

/* One shared desktop container for navigation, hero, product and content. */
:root{--site-container:1296px}body>header{padding-inline:max(22px,calc((100% - var(--site-container))/2))}.hero-framer{width:min(var(--site-container),calc(100% - 44px));max-width:var(--site-container);padding-inline:0}.hero-copy{width:min(720px,100%);margin-left:0}.hero-update{margin-right:0}.real-preview{width:100%;margin-left:auto;margin-right:auto}.product-showcase,.modes-section,.context,.principles,.updates,.delivery-section,.release-section{max-width:var(--site-container)}

/* Navigation keeps its comfortable width; hero copy follows it, product stays wider. */
:root{--nav-container:1180px;--product-container:1296px}body>header{padding-inline:max(22px,calc((100% - var(--nav-container))/2))}.hero-framer{width:min(var(--product-container),calc(100% - 44px));max-width:var(--product-container)}.hero-copy{width:min(900px,calc(100% - 116px));margin-left:max(0px,calc((100% - var(--nav-container))/2))}.hero-framer h1{max-width:900px}.hero-update{margin-right:max(0px,calc((100% - var(--nav-container))/2))}.product-showcase,.modes-section,.context,.principles,.updates,.delivery-section,.release-section{max-width:var(--nav-container)}

.hero-copy{margin-left:clamp(0px,calc((100vw - 1240px)/2),58px)}.hero-update{margin-right:clamp(0px,calc((100vw - 1240px)/2),58px)}

/* Vertically balance the hero between the sticky nav and product preview. */
.hero-framer{padding-top:52px;row-gap:26px}.hero-copy{align-self:center}.hero-update{align-self:end;padding-bottom:8px}

.hero-framer{padding-top:40px;row-gap:40px;scroll-margin-top:70px}

/* Refined desktop navigation: compact product bar with clearer hierarchy. */
body>header{
  height:64px;
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  border-bottom:1px solid color-mix(in srgb,var(--border) 72%,transparent);
  background:color-mix(in srgb,var(--background) 92%,transparent);
  box-shadow:0 1px 0 color-mix(in srgb,var(--foreground) 3%,transparent);
}
body>header .brand{
  display:inline-flex;
  align-items:center;
  gap:10px;
  min-width:max-content;
  font-size:15px;
  font-weight:750;
  letter-spacing:-.02em;
}
body>header .brand img{
  width:34px;
  height:34px;
  display:block;
  border:0;
  border-radius:0;
  object-fit:contain;
  background:transparent;
  box-shadow:none;
}
body>header>nav{
  justify-content:flex-start;
  gap:4px;
  margin:0 0 0 36px;
  font-size:13px;
}
body>header>nav a{
  padding:9px 11px;
  border-radius:8px;
  color:var(--secondary);
  transition:color .16s ease,background-color .16s ease;
}
body>header>nav a:hover{
  color:var(--foreground);
  background:color-mix(in srgb,var(--foreground) 6%,transparent);
}
body>header .header-actions{gap:8px}
body>header .theme-toggle{
  width:36px;
  height:36px;
  border:1px solid transparent;
  border-radius:9px;
  background:transparent;
  color:var(--secondary);
  box-shadow:none;
}
body>header .theme-toggle:hover{
  transform:none;
  border-color:transparent;
  background:color-mix(in srgb,var(--foreground) 6%,transparent);
  color:var(--foreground);
}
body>header .theme-toggle:focus{outline:none}
body>header .theme-toggle:focus-visible{box-shadow:0 0 0 2px color-mix(in srgb,var(--foreground) 18%,transparent)}
body>header .theme-toggle svg,
body>header .theme-toggle .sun,
body>header .theme-toggle .moon{
  position:absolute;
  inset:50% auto auto 50%;
  width:18px;
  height:18px;
  border:0;
  border-radius:0;
  box-shadow:none;
  fill:none;
  stroke:currentColor;
  stroke-width:1.75;
  stroke-linecap:round;
  stroke-linejoin:round;
  transform:translate(-50%,-50%);
  transition:opacity .16s ease,transform .2s ease;
}
:root:not([data-theme="dark"]) body>header .theme-toggle .moon{opacity:1;transform:translate(-50%,-50%) rotate(0)}
:root:not([data-theme="dark"]) body>header .theme-toggle .sun{opacity:0;transform:translate(-50%,-50%) scale(.7) rotate(-25deg)}
:root[data-theme="dark"] body>header .theme-toggle .sun{opacity:1;transform:translate(-50%,-50%) rotate(0)}
:root[data-theme="dark"] body>header .theme-toggle .moon{opacity:0;transform:translate(-50%,-50%) scale(.7) rotate(25deg)}
body>header .download{
  height:38px;
  display:inline-flex;
  align-items:center;
  padding:0 16px;
  border-radius:8px;
  font-size:13px;
  font-weight:650;
  transition:transform .16s ease,opacity .16s ease;
}
body>header .download:hover{transform:translateY(-1px);opacity:.88}
:root[data-theme="dark"] body>header .brand img{filter:none}

@media(max-width:900px){body>header>nav{margin-left:18px;gap:0}body>header>nav a{padding-inline:8px}}

body>header .announcement-button{
  position:relative;
  width:36px;
  height:36px;
  display:grid;
  place-items:center;
  border-radius:9px;
  color:var(--secondary);
  transition:color .16s ease,background-color .16s ease;
}
body>header .announcement-button:hover{
  color:var(--foreground);
  background:color-mix(in srgb,var(--foreground) 6%,transparent);
}
body>header .announcement-button svg{
  width:18px;
  height:18px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}
body>header .announcement-button i{
  position:absolute;
  top:7px;
  right:7px;
  width:5px;
  height:5px;
  border:1.5px solid var(--background);
  border-radius:50%;
  background:#ff5c5c;
}
body>header .login-entry{
  height:36px;
  min-width:48px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 13px;
  border-radius:9px;
  background:var(--foreground);
  color:var(--background);
  font-size:13px;
  font-weight:650;
  transition:transform .16s ease,opacity .16s ease;
}
body>header .login-entry:hover{transform:translateY(-1px);opacity:.88}
body>header .login-entry.logged-in{
  width:36px;
  min-width:36px;
  padding:0;
  border-radius:50%;
  background:#4263c7;
  color:#fff;
  font-size:13px;
  box-shadow:inset 0 0 0 1px #ffffff24;
}

/* Full-width transparent navigation that contracts into a floating bar. */
body>header{
  top:0;
  width:100%;
  margin:0 auto;
  border-color:transparent;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  backdrop-filter:none;
  -webkit-backdrop-filter:none;
  transition:
    width .42s cubic-bezier(.22,1,.36,1),
    height .42s cubic-bezier(.22,1,.36,1),
    top .42s cubic-bezier(.22,1,.36,1),
    padding .42s cubic-bezier(.22,1,.36,1),
    border-radius .42s cubic-bezier(.22,1,.36,1),
    background-color .28s ease,
    border-color .28s ease,
    box-shadow .28s ease,
    backdrop-filter .28s ease;
}
body>header>nav{
  justify-content:flex-end;
  margin:0 18px 0 auto;
}
body>header>nav a:first-child{
  color:var(--foreground);
  background:color-mix(in srgb,var(--foreground) 6%,transparent);
  font-weight:650;
}
body>header.is-compact{
  top:10px;
  width:min(920px,calc(100% - 28px));
  height:54px;
  padding-inline:14px;
  border:1px solid color-mix(in srgb,var(--border) 72%,transparent);
  border-radius:14px;
  background:color-mix(in srgb,var(--background) 86%,transparent);
  box-shadow:0 12px 38px color-mix(in srgb,var(--foreground) 13%,transparent),inset 0 1px 0 #ffffff12;
  backdrop-filter:blur(18px) saturate(1.25);
  -webkit-backdrop-filter:blur(18px) saturate(1.25);
}
body>header.is-compact .brand img{width:30px;height:30px;border-radius:9px}
body>header.is-compact .brand{gap:8px;font-size:14px}
body>header.is-compact>nav{margin-right:10px}
body>header.is-compact>nav a{padding:8px 9px}
body>header.is-compact .announcement-button,
body>header.is-compact .theme-toggle,
body>header.is-compact .login-entry{height:34px}
body>header.is-compact .announcement-button,
body>header.is-compact .theme-toggle{width:34px}
body>header.is-compact .login-entry.logged-in{width:34px;min-width:34px}

@media(max-width:760px){body>header.is-compact{width:calc(100% - 16px);top:8px}body>header>nav{display:none}}
@media(prefers-reduced-motion:reduce){body>header{transition:none}}

/* Numbered section navigator. */
.section-rail{
  position:fixed;
  top:50%;
  right:18px;
  z-index:90;
  width:42px;
  margin:0;
  padding:0;
  display:grid;
  gap:0;
  border:1px solid color-mix(in srgb,var(--border) 72%,transparent);
  border-radius:0;
  background:color-mix(in srgb,var(--background) 86%,transparent);
  box-shadow:0 12px 34px color-mix(in srgb,var(--foreground) 11%,transparent),inset 0 1px 0 #ffffff14;
  backdrop-filter:blur(18px) saturate(1.2);
  -webkit-backdrop-filter:blur(18px) saturate(1.2);
  transform:translateY(-50%);
}
.section-rail a{
  position:relative;
  width:40px;
  height:36px;
  display:grid;
  place-items:center;
  border-radius:0;
  border-bottom:1px solid color-mix(in srgb,var(--border) 55%,transparent);
  color:var(--secondary);
  font:600 11px/1 Arial,sans-serif;
  transition:color .18s ease,background-color .18s ease,transform .18s ease;
}
.section-rail a:hover{
  color:var(--foreground);
  background:color-mix(in srgb,var(--foreground) 7%,transparent);
  transform:none;
}
.section-rail a:last-child{border-bottom:0}
.section-rail .download-jump{
  border-top:1px solid color-mix(in srgb,var(--foreground) 24%,transparent);
  color:var(--foreground);
  background:color-mix(in srgb,var(--foreground) 4%,transparent);
}
.section-rail .download-jump:hover{
  color:var(--background);
  background:var(--foreground);
}
.section-rail .download-jump.active{
  color:var(--background);
  background:var(--foreground);
}
.section-rail .download-jump svg{
  width:16px;
  height:16px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.section-rail a.active{
  color:var(--background);
  background:var(--foreground);
}
.section-rail a.active::before{
  display:none;
}
@media(max-width:900px){.section-rail{display:none}}
@media(prefers-reduced-motion:reduce){.section-rail a{transition:none}}

/* Dark mode stays flat: no halo around either navigation surface. */
:root[data-theme="dark"] body>header.is-compact,
:root[data-theme="dark"] .section-rail{
  box-shadow:none;
}
:root[data-theme="dark"] body>header.is-compact{
  border-color:#30322d;
  background:color-mix(in srgb,var(--background) 96%,transparent);
}
:root[data-theme="dark"] .section-rail{
  border-color:#30322d;
  background:color-mix(in srgb,var(--background) 96%,transparent);
}
:root[data-theme="dark"] body>header.is-compact .brand img{box-shadow:none}

/* Rebuilt chapter system */
.trust-section,.pricing-section,.start-section{max-width:var(--nav-container);margin:0 auto;padding:112px 0;scroll-margin-top:72px}
.new-section-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.6fr);column-gap:80px;align-items:end;margin-bottom:48px}
.new-section-head small{grid-column:1/-1;margin-bottom:18px;color:var(--secondary);font-size:10px;letter-spacing:.17em}
.new-section-head h2{max-width:760px;margin:0;font-size:48px;line-height:1.05;letter-spacing:-.045em}
.new-section-head p{margin:0;color:var(--secondary);font-size:14px;line-height:1.7}
.new-section-head.centered{display:block;text-align:center}.new-section-head.centered h2{margin:0 auto}.new-section-head.centered p{max-width:620px;margin:16px auto 0}
.trust-section{max-width:none;padding:60px max(22px,calc((100% - var(--nav-container))/2)) 74px;background:var(--background)}
.trust-head{display:grid;grid-template-columns:1fr 1fr;align-items:center;margin-bottom:54px}.trust-head h2{max-width:620px;margin:0;font-size:42px;line-height:1.12;letter-spacing:0}.trust-head p{margin:0;padding:15px 0 15px 74px;border-left:1px solid var(--border);color:var(--secondary);font-size:15px;line-height:1.75}
.trust-pillars{position:relative;display:grid;grid-template-columns:repeat(4,1fr);padding:62px 28px 26px;border:1px solid var(--border);border-radius:8px;background:transparent}.trust-line{position:absolute;top:0;left:10%;right:10%;height:1px;background:var(--border)}.trust-line::before,.trust-line::after{content:"";position:absolute;top:-3px;width:7px;height:7px;border-radius:50%;background:var(--border)}.trust-line::before{left:33.333%}.trust-line::after{right:33.333%}.trust-pillars article{position:relative;padding:0 24px;text-align:center}.trust-icon{position:absolute;top:-105px;left:50%;width:88px;height:88px;display:grid;place-items:center;border:1px solid var(--border);border-radius:50%;background:var(--background);color:#4f5551;transform:translateX(-50%)}.trust-icon svg,.trust-panel header svg,.start-steps svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.trust-pillars h3{margin:0 0 13px;font-size:20px}.trust-pillars p{max-width:260px;margin:0 auto;color:var(--secondary);font-size:12px;line-height:1.65}
.trust-details{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:18px}.trust-panel{padding:22px 26px;border:1px solid var(--border);border-radius:8px;background:transparent}.status-panel{border-color:var(--border);background:transparent}.trust-panel header{height:auto;padding:0 0 17px;display:flex;align-items:center;gap:11px;border:0;background:transparent}.trust-panel header svg{width:24px;height:24px;color:var(--foreground)}.trust-panel header h3{margin:0;font-size:18px}.trust-panel header span{margin-left:2px;padding:6px 11px;border:1px solid var(--border);border-radius:999px;background:transparent;color:var(--secondary);font-size:10px;font-weight:700}.rules-panel header svg{color:var(--foreground)}.rules-panel header span{background:transparent;color:var(--secondary)}.trust-rows{display:grid}.trust-row{min-height:44px;display:grid;grid-template-columns:10px minmax(130px,1fr) 100px minmax(120px,.9fr);gap:12px;align-items:center;border-top:1px solid var(--border);color:inherit;font-size:11px}.trust-row i{width:8px;height:8px;border-radius:50%;background:#4eb67a}.trust-row b{font-size:12px}.trust-row em{color:#40825a;font-style:normal}.trust-row small{color:var(--secondary);font-size:10px}.rules-panel .trust-row i{background:#668bd3}.rules-panel .trust-row em{color:var(--secondary)}.rules-panel a.trust-row small{justify-self:end;color:#4c6fae;font-weight:600}
.pricing-section{max-width:none;padding-left:max(22px,calc((100% - var(--nav-container))/2));padding-right:max(22px,calc((100% - var(--nav-container))/2));padding-bottom:76px;background:var(--background);color:#101b37}
.pricing-section .new-section-head p{color:#64708a}
.pricing-head{grid-template-columns:minmax(0,1.55fr) minmax(300px,.45fr);margin-bottom:20px}.pricing-head h2{max-width:none;font-size:32px;line-height:1.12;white-space:nowrap}.pricing-head p{max-width:390px;font-size:11px;line-height:1.65}
.pricing-guide{display:grid;grid-template-columns:repeat(3,1fr);margin-bottom:24px;border:1px solid #dbe5f4;border-radius:7px;background:#f3f7fd;overflow:hidden}.guide-item{min-height:66px;padding:13px 24px;display:flex;align-items:center;justify-content:center;gap:11px;border-right:1px solid #dbe5f4}.guide-item:last-child{border-right:0}.guide-item svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.guide-item div{display:grid;gap:4px}.guide-item b{font-size:12px}.guide-item small{color:#71809b;font-size:9px}.guide-item:nth-child(1){color:#15956b}.guide-item:nth-child(2){color:#3468d8}.guide-item:nth-child(3){color:#8f5bd7}
.plan-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.plan-grid article{--plan-color:#159c70;position:relative;min-height:390px;padding:26px 27px 24px;display:flex;flex-direction:column;border:1px solid color-mix(in srgb,var(--plan-color) 34%,#dce5e1);border-radius:7px;background:#fff;color:#142039}.plan-grid article:nth-child(2){--plan-color:#2f67d8}.plan-grid article:nth-child(3){--plan-color:#d98200}.plan-grid article.featured{box-shadow:0 12px 30px rgba(47,103,216,.12)}
.plan-grid h3{margin:0 0 8px;font-size:20px;letter-spacing:0}.plan-for{min-height:34px;margin:0;color:#66738b;font-size:10px;line-height:1.55}
.plan-price{display:flex;align-items:baseline;gap:6px;margin:20px 0 17px}.plan-price strong{color:var(--plan-color);font-size:38px;letter-spacing:0}.plan-price small{color:#4f5c73;font-size:10px}
.plan-benefits{display:grid;gap:10px}.plan-benefits div{position:relative;min-height:14px;padding-left:18px;color:#344158;font-size:10px;line-height:1.45}.plan-benefits div::before{content:"";position:absolute;left:0;top:2px;width:11px;height:11px;border-radius:50%;background:var(--plan-color)}.plan-benefits div::after{content:"";position:absolute;left:3px;top:5px;width:5px;height:3px;border-left:1.5px solid #fff;border-bottom:1.5px solid #fff;transform:rotate(-45deg)}.plan-benefits strong,.plan-benefits span{display:inline;color:inherit;font-size:inherit}.plan-benefits span{margin-left:3px}.plan-badge{position:absolute;top:-12px;right:16px;padding:6px 11px;border-radius:6px;background:#2f67d8;color:#fff;font-size:9px;font-weight:700}.plan-badge::before{content:"";display:inline-block;width:5px;height:5px;margin-right:5px;border:1px solid currentColor;border-radius:50%}
.plan-action{margin-top:auto;padding:12px 16px;border:1px solid var(--plan-color);border-radius:4px;background:var(--plan-color);color:#fff;text-align:center;font-size:11px;font-weight:700;transition:filter .2s ease,transform .2s ease}.plan-action:hover{filter:brightness(.94);transform:translateY(-1px)}.plan-action.primary{background:var(--plan-color);color:#fff}
.recharge-strip{display:grid;grid-template-columns:auto 1.15fr .7fr 1fr auto;gap:20px;align-items:center;margin-top:22px;padding:19px 22px;border:1px solid #dbe5f4;border-radius:7px;background:#f8fbff;color:#142039}.recharge-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:6px;background:#e8f1ff;color:#2f67d8}.recharge-icon svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.6}.recharge-title b,.recharge-title p,.recharge-bonus b,.recharge-bonus span{display:block}.recharge-title b{margin-bottom:5px;font-size:14px}.recharge-title p{margin:0;color:#71809b;font-size:9px}.recharge-rate{padding:7px 12px;border-radius:4px;background:#eaf1fc;color:#2f5cae}.recharge-rate strong{font-size:10px}.recharge-bonus{padding-left:18px;border-left:1px solid #dbe5f4}.recharge-bonus b{margin-bottom:4px;font-size:10px}.recharge-bonus span{color:#71809b;font-size:8px;line-height:1.45}.recharge-strip>a{padding:11px 18px;border-radius:4px;background:#2f67d8;color:#fff;font-size:10px;font-weight:700;white-space:nowrap}
.start-section{padding-bottom:128px}.start-steps{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.start-steps article{position:relative;min-height:260px;padding:38px 34px;border-right:1px solid var(--border)}.start-steps article:last-child{border-right:0}.start-steps em{position:absolute;top:-14px;right:30px;width:28px;height:28px;display:grid;place-items:center;border:1px solid var(--border);border-radius:50%;background:var(--background);font:11px/1 monospace;font-style:normal}
.start-steps h3{margin:54px 0 12px;font-size:20px}.start-steps p{max-width:290px;margin:0;color:var(--secondary);font-size:13px;line-height:1.7}
.start-action{display:flex;align-items:center;justify-content:center;gap:18px;margin-top:38px}.start-action span{color:var(--secondary);font-size:11px}
.section-rail a>svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}
.section-rail a.active{color:var(--background);background:var(--foreground)}
:root[data-theme="dark"] .start-steps article{background:#171815}
:root[data-theme="dark"] .trust-head p{border-color:#3a414b}:root[data-theme="dark"] .trust-pillars{border-color:#3a414b;background:transparent}:root[data-theme="dark"] .trust-line,:root[data-theme="dark"] .trust-line::before,:root[data-theme="dark"] .trust-line::after{background:#3a414b}:root[data-theme="dark"] .trust-icon{border-color:#3a414b;background:var(--background);color:#bec5d0}:root[data-theme="dark"] .trust-pillars p{color:#aeb5bf}:root[data-theme="dark"] .trust-panel,:root[data-theme="dark"] .status-panel{border-color:#3a414b;background:transparent}:root[data-theme="dark"] .trust-row{border-color:#343a42}:root[data-theme="dark"] .trust-row small{color:#a7adb6}:root[data-theme="dark"] .trust-panel header span{border-color:#3a414b;background:transparent;color:#aeb5bf}:root[data-theme="dark"] .rules-panel header span{background:transparent;color:#aeb5bf}:root[data-theme="dark"] .rules-panel .trust-row em{color:#aeb5bf}:root[data-theme="dark"] .rules-panel a.trust-row small{color:#8ea8d8}
:root[data-theme="dark"] .pricing-section{background:var(--background);color:#f7f9ff}
:root[data-theme="dark"] .pricing-section .new-section-head p{color:#b4c0d4}
:root[data-theme="dark"] .pricing-guide{border-color:#3a414b;background:#142640}:root[data-theme="dark"] .guide-item{border-color:#3a414b}:root[data-theme="dark"] .guide-item:nth-child(1){color:#2de0a4}:root[data-theme="dark"] .guide-item:nth-child(2){color:#5a9dff}:root[data-theme="dark"] .guide-item:nth-child(3){color:#b47aff}:root[data-theme="dark"] .guide-item b{color:currentColor;font-weight:700}:root[data-theme="dark"] .guide-item svg{stroke-width:2}:root[data-theme="dark"] .guide-item small{color:#d1dbea}
:root[data-theme="dark"] .plan-grid article{--plan-color:#25d39a;border-color:#3a414b;background:#14283e;color:#f7f9ff}:root[data-theme="dark"] .plan-grid article:nth-child(2){--plan-color:#3d8cff;border-color:#3a414b;background:#142c4f}:root[data-theme="dark"] .plan-grid article:nth-child(3){--plan-color:#9b63f3;border-color:#3a414b;background:#24284c}:root[data-theme="dark"] .plan-grid article.featured{box-shadow:none}:root[data-theme="dark"] .plan-for,:root[data-theme="dark"] .plan-price small,:root[data-theme="dark"] .plan-benefits div{color:#bbc6d8}
:root[data-theme="dark"] .recharge-strip{border-color:#3a414b;background:#142640;color:#f7f9ff}:root[data-theme="dark"] .recharge-icon{background:#173965;color:#3d8cff}:root[data-theme="dark"] .recharge-title p,:root[data-theme="dark"] .recharge-bonus span{color:#adbbcf}:root[data-theme="dark"] .recharge-rate{background:#1b3559;color:#b5d0ff}:root[data-theme="dark"] .recharge-bonus{border-color:#3a414b}:root[data-theme="dark"] .recharge-strip>a{background:#3d8cff;color:#fff}
@media(max-width:900px){.trust-section,.start-section{padding-inline:22px}.new-section-head,.trust-head{grid-template-columns:1fr;gap:18px}.trust-head p{padding-left:0;border-left:0}.pricing-head h2{font-size:32px;white-space:normal}.trust-pillars{grid-template-columns:repeat(2,1fr);gap:70px 0}.trust-details,.plan-grid,.start-steps,.pricing-guide{grid-template-columns:1fr}.plan-grid article,.start-steps article,.guide-item{border-right:0;border-bottom:1px solid var(--border)}.recharge-strip{grid-template-columns:1fr}.recharge-bonus{padding-left:0;border-left:0}}

/* Every chapter starts on the same baseline below the compact navigation. */
.pricing-section,.start-section{padding-top:20px;scroll-margin-top:72px}
.release-section{padding-top:20px;scroll-margin-top:72px}
footer#about{min-height:0;align-content:center}
.start-section .new-section-head h2{transform:translateY(10px)}
.start-section .new-section-head p{transform:translateY(10px)}
.release-section .download-info{transform:translateY(-11px)}
.release-section{padding-bottom:30px}
footer#about{padding-top:24px;padding-bottom:28px;border-top:1px solid var(--border)}
.release-section{display:block;max-width:var(--nav-container);margin:52px auto 30px;padding:44px 0 0;border-top:1px solid var(--border);background:transparent}.download-heading small{display:block;color:var(--secondary);font-size:9px;letter-spacing:.16em}.download-heading h2{margin:10px 0 7px;font-size:38px;line-height:1.05;letter-spacing:-.045em}.download-heading p{margin:0;color:var(--secondary);font-size:12px}.platform-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:52px;margin-top:42px}.platform-column>header{height:auto;padding:0 2px 15px;display:flex;align-items:center;gap:11px;border:0;background:transparent}.platform-column h3{margin:0;font-size:17px;letter-spacing:-.02em}.platform-icon{width:22px;height:22px;flex:0 0 auto}.platform-windows .platform-icon{fill:#18a2f3}.platform-android .platform-icon{fill:none;stroke:#3ddc84;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.platform-android .platform-icon circle{fill:#3ddc84;stroke:none}.platform-download{position:relative;min-height:74px;padding:15px 52px 14px 18px;display:grid;grid-template-columns:1fr auto;align-content:center;gap:6px 16px;border:1px solid var(--border);border-radius:7px;background:var(--surface);transition:background-color .2s ease,border-color .2s ease,transform .2s ease}.platform-download:hover{transform:translateY(-2px);border-color:color-mix(in srgb,var(--foreground) 32%,var(--border));background:color-mix(in srgb,var(--surface) 86%,var(--foreground) 4%)}.platform-download span{display:flex;align-items:center;gap:9px;min-width:0}.platform-download b{font-size:12px}.platform-download em{padding:3px 6px;border-radius:4px;background:color-mix(in srgb,var(--foreground) 8%,transparent);color:var(--secondary);font-size:9px;font-style:normal}.platform-download small{grid-column:1;color:var(--secondary);font-size:9px;letter-spacing:0}.platform-download>i{grid-column:2;grid-row:1/3;align-self:center;color:var(--secondary);font-size:9px;font-style:normal}.download-arrow{position:absolute;right:17px;top:50%;width:17px;height:17px;transform:translateY(-50%);fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;opacity:.55}.platform-download>i{margin-right:20px}.download-meta{margin-top:32px;padding:15px 2px 0;display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--border);color:var(--secondary);font-size:10px}.download-meta nav{margin:0;display:flex;gap:24px;font-size:10px}.download-meta a:hover{color:var(--foreground)}:root[data-theme="dark"] .release-section,:root[data-theme="dark"] .platform-download,:root[data-theme="dark"] .download-meta{border-color:#343633}:root[data-theme="dark"] .platform-download{background:#20211f}:root[data-theme="dark"] .platform-download:hover{background:#252724;border-color:#565a54}@media(max-width:900px){.release-section{margin-inline:22px}.platform-grid{grid-template-columns:1fr;gap:30px}.download-meta{align-items:flex-start;gap:14px;flex-direction:column}}

/* Keep the final setup steps and downloads visually connected. */
.start-section{padding-bottom:34px}
.release-section{margin-top:0}


/* Keep the vector brand mark clean in both themes. */
body>header .brand img{
  padding:0;
  background:transparent;
}
:root[data-theme="dark"] body>header .brand img{
  padding:0;
  border:0;
  background:transparent;
  box-shadow:none;
  filter:none;
}

/* Clicked brand reveal: moon first, then one orbiting star, then the original mark. */
body>header .brand-mark{
  position:relative;
  width:34px;
  height:34px;
  flex:0 0 34px;
  display:block;
  overflow:visible;
}
body>header .brand-logo{
  width:100%;
  height:100%;
  display:block;
  border:0;
  background:transparent;
  pointer-events:none;
}
body>header .brand-orbit-star{
  position:absolute;
  z-index:2;
  left:50%;
  top:50%;
  width:7px;
  height:7px;
  display:block;
  opacity:0;
  pointer-events:none;
  background:linear-gradient(135deg,#ffb09f 0%,#ff7d5d 72%);
  clip-path:polygon(50% 0,59% 38%,100% 50%,59% 62%,50% 100%,41% 62%,0 50%,41% 38%);
  filter:drop-shadow(0 0 3px rgba(255,125,93,.28));
  transform:translate(-50%,-50%);
  transform-origin:center;
}
body>header .brand-orbit-star{
  overflow:visible;
  background:transparent;
  clip-path:none;
  filter:none;
}
body>header .brand-orbit-star::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(135deg,#ffd0c2 0%,#ff8c70 50%,#ff6f59 100%);
  clip-path:polygon(50% 0,59% 38%,100% 50%,59% 62%,50% 100%,41% 62%,0 50%,41% 38%);
  filter:drop-shadow(0 0 3px rgba(255,125,93,.42));
}
body>header .brand-orbit-star::after{
  content:"";
  position:absolute;
  right:3px;
  top:50%;
  width:20px;
  height:3.5px;
  border-radius:999px;
  background:linear-gradient(90deg,transparent 0%,rgba(255,104,89,.18) 22%,rgba(255,132,107,.72) 76%,rgba(255,210,190,1) 100%);
  filter:blur(.35px);
  transform:translateY(-50%);
  transform-origin:right center;
}
body>header .brand.is-logo-animating{cursor:default}
body>header.is-compact .brand-mark{width:30px;height:30px;flex-basis:30px}
@media(prefers-reduced-motion:reduce){body>header .brand-orbit-star{display:none}}

/* Separate the full client preview from the similarly colored page canvas. */
.real-preview .preview-stage{
  border:1px solid transparent;
  border-radius:4px;
  background:#faf9f7;
  opacity:1;
  transform:translate3d(0,0,0) scale(1);
  box-shadow:none;
  transition:
    opacity .5s ease .26s,
    border-color .18s ease,
    background-color .18s ease,
    box-shadow .3s ease;
}
.real-preview .preview-stage.preview-ready{
  border-color:#d7dbd5;
  background:#faf9f7;
  box-shadow:
    0 2px 5px rgba(24,29,24,.06),
    0 18px 42px rgba(24,29,24,.11),
    0 42px 96px rgba(24,29,24,.10);
}
.real-preview .preview-stage iframe{
  background:#faf9f7;
  opacity:0;
  transition:opacity 180ms ease;
}
.real-preview .preview-stage iframe.preview-ready{
  opacity:1;
}
:root[data-theme="dark"] .real-preview .preview-stage{
  border-color:transparent;
  background:#0b0b0c;
  box-shadow:none;
}
:root[data-theme="dark"] .real-preview .preview-stage iframe{
  background:#0b0b0c;
}
:root[data-theme="dark"] .real-preview .preview-stage.preview-ready{
  border-color:#30332f;
  background:#0b0b0c;
  box-shadow:
    0 2px 5px rgba(0,0,0,.35),
    0 20px 48px rgba(0,0,0,.38),
    0 44px 100px rgba(0,0,0,.30);
}

/* Stable dark first paint, followed by a short layered page entrance. */
body>header .brand,
body>header>nav,
body>header .header-actions,
.hero-copy>small,
.hero-copy>h1,
.hero-copy>p,
.hero-copy>.hero-actions,
.hero-update{
  opacity:1;
  filter:blur(0);
  transform:translate3d(0,0,0);
  transition:
    opacity .46s ease,
    filter .56s ease,
    transform .62s cubic-bezier(.22,1,.36,1);
}
.section-rail{
  opacity:1;
  filter:blur(0);
  transform:translate3d(0,-50%,0);
  transition:
    opacity .46s ease 420ms,
    filter .56s ease 420ms,
    transform .62s cubic-bezier(.22,1,.36,1) 420ms;
}
body>header>nav{transition-delay:45ms}
body>header .header-actions{transition-delay:85ms}
.hero-copy>small{transition-delay:110ms}
.hero-copy>h1{transition-delay:165ms}
.hero-copy>p{transition-delay:225ms}
.hero-copy>.hero-actions{transition-delay:285ms}
.hero-update{transition-delay:330ms}
html.page-entering body>header .brand,
html.page-entering body>header>nav,
html.page-entering body>header .header-actions{
  opacity:0;
  filter:blur(3px);
  transform:translate3d(0,-9px,0);
}
html.page-entering .hero-copy>small,
html.page-entering .hero-copy>h1,
html.page-entering .hero-copy>p,
html.page-entering .hero-copy>.hero-actions,
html.page-entering .hero-update{
  opacity:0;
  filter:blur(4px);
  transform:translate3d(0,17px,0);
}
html.page-entering .section-rail{
  opacity:0;
  filter:blur(3px);
  transform:translate3d(12px,-50%,0);
}
@media(prefers-reduced-motion:reduce){
  body>header .brand,
  body>header>nav,
  body>header .header-actions,
  .hero-copy>*,
  .hero-update,
  .section-rail,
  .real-preview .preview-stage,
  .real-preview .preview-stage iframe{
    transition:none!important;
  }
}

html.brand-easter-open,
html.brand-easter-open body {
  overflow: hidden !important;
}

.brand-easter-overlay {
  position: fixed;
  z-index: 2147483000;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  background: #05071c;
  transition: opacity 420ms cubic-bezier(.22, 1, .36, 1), visibility 0s linear 420ms;
}

.brand-easter-overlay[hidden] {
  display: none;
}

.brand-easter-overlay.is-open {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.brand-easter-overlay iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  background: #05071c;
}

.brand-easter-control-zone {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 250px;
  height: 120px;
  padding: max(20px, env(safe-area-inset-top)) max(20px, env(safe-area-inset-right)) 0 0;
  display: flex;
  justify-content: flex-end;
}

.brand-easter-controls {
  height: 36px;
  padding: 2px;
  display: flex;
  align-items: center;
  gap: 2px;
  border: 1px solid rgba(220, 227, 255, .12);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(18, 23, 65, .22), rgba(7, 10, 31, .08));
  box-shadow: 0 10px 28px rgba(0, 0, 0, .12);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  opacity: 0;
  transform: translateY(-7px);
  pointer-events: none;
  transition: opacity 420ms ease, transform 420ms ease;
}

.brand-easter-overlay.controls-visible .brand-easter-controls {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.brand-easter-replay,
.brand-easter-close {
  height: 32px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(230, 234, 255, .72);
  cursor: pointer;
  transition: color 180ms ease, background-color 180ms ease;
}

.brand-easter-replay {
  gap: 7px;
  padding-inline: 10px 8px;
  font: 12px/1 Arial, "PingFang SC", "Microsoft YaHei", sans-serif;
  letter-spacing: .08em;
}

.brand-easter-close {
  width: 32px;
}

.brand-easter-replay:hover,
.brand-easter-close:hover {
  color: #fff;
  background: rgba(130, 143, 204, .14);
}

.brand-easter-replay:focus-visible,
.brand-easter-close:focus-visible {
  outline: 2px solid rgba(255, 255, 255, .82);
  outline-offset: 3px;
}

.brand-easter-replay svg,
.brand-easter-close svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
}

@media (prefers-reduced-motion: reduce) {
  .brand-easter-overlay,
  .brand-easter-controls,
  .brand-easter-replay,
  .brand-easter-close {
    transition-duration: .01ms !important;
  }
}

/* Dark pricing uses the page canvas itself; color is reserved for accents. */
:root[data-theme="dark"] .pricing-guide,
:root[data-theme="dark"] .plan-grid article,
:root[data-theme="dark"] .plan-grid article:nth-child(2),
:root[data-theme="dark"] .plan-grid article:nth-child(3),
:root[data-theme="dark"] .recharge-strip{
  border-color:#353834;
  background:transparent;
}
:root[data-theme="dark"] .guide-item{
  border-color:#353834;
}
:root[data-theme="dark"] .recharge-icon,
:root[data-theme="dark"] .recharge-rate{
  border:1px solid #353834;
  background:transparent;
}
:root[data-theme="dark"] .recharge-bonus{
  border-color:#353834;
}

/* Give each service promise a distinct, restrained visual anchor. */
.trust-pillars article:nth-of-type(1){--trust-color:#159a70}
.trust-pillars article:nth-of-type(2){--trust-color:#3974d8}
.trust-pillars article:nth-of-type(3){--trust-color:#d98200}
.trust-pillars article:nth-of-type(4){--trust-color:#8b59d1}
.trust-pillars article .trust-icon{
  border-color:color-mix(in srgb,var(--trust-color) 30%,var(--border));
  background:color-mix(in srgb,var(--trust-color) 8%,var(--background));
  color:var(--trust-color);
}
:root[data-theme="dark"] .trust-pillars article:nth-of-type(1){--trust-color:#2ed6a1}
:root[data-theme="dark"] .trust-pillars article:nth-of-type(2){--trust-color:#6ca5ff}
:root[data-theme="dark"] .trust-pillars article:nth-of-type(3){--trust-color:#f0a43b}
:root[data-theme="dark"] .trust-pillars article:nth-of-type(4){--trust-color:#b983ff}
:root[data-theme="dark"] .trust-pillars article .trust-icon{
  border-color:color-mix(in srgb,var(--trust-color) 34%,#353834);
  background:color-mix(in srgb,var(--trust-color) 10%,var(--background));
  color:var(--trust-color);
}

/* Scroll reveal rhythm sampled from the reference site. */
.motion-ready .motion-item{
  opacity:0;
  filter:blur(5px);
  transform:translate3d(0,30px,0) scale(.985);
  transition:
    opacity .82s cubic-bezier(.16,1,.3,1) var(--motion-delay,0ms),
    filter .82s cubic-bezier(.16,1,.3,1) var(--motion-delay,0ms),
    transform .82s cubic-bezier(.16,1,.3,1) var(--motion-delay,0ms);
  will-change:opacity,filter,transform;
}
.motion-ready .motion-item.motion-from-top{transform:translate3d(0,-18px,0) scale(.99)}
.motion-ready .motion-item.motion-visible{
  opacity:1;
  filter:blur(0);
  transform:translate3d(0,0,0) scale(1);
}
@media(prefers-reduced-motion:reduce){
  .motion-ready .motion-item{
    opacity:1;
    filter:none;
    transform:none;
    transition:none;
  }
}

/* Drawer-style footer reveal: the foreground page uncovers a fixed signature. */
.site-content-layer{
  position:relative;
  z-index:2;
  overflow:hidden;
  border-radius:0;
  background:var(--background);
  box-shadow:none;
}
.site-easter-egg{
  position:relative;
  z-index:0;
  height:0;
  min-height:0;
  overflow:hidden;
  background:var(--background);
}
.site-content-layer.drawer-active{
  transform:translate3d(0,calc(var(--drawer-progress,0) * -50vh),0);
  transition:none;
  will-change:transform;
}
.easter-fixed{
  position:fixed;
  right:0;
  bottom:0;
  left:0;
  z-index:0;
  height:50vh;
  min-height:320px;
  padding:0;
  overflow:hidden;
  pointer-events:none;
}
.easter-wordmark{
  --easter-wordmark-color:#ff6878;
  position:absolute;
  inset:0;
  overflow:hidden;
  pointer-events:auto;
}
:root[data-theme="dark"] .easter-wordmark{--easter-wordmark-color:#dce5f7}
.easter-fallback{
  position:absolute;
  top:50%;
  left:50%;
  width:max-content;
  max-width:calc(100vw - 80px);
  color:var(--easter-wordmark-color);
  font-size:clamp(96px,11.2vw,210px);
  font-weight:800;
  line-height:.82;
  letter-spacing:0;
  white-space:nowrap;
  transform:translate(-50%,-50%);
  transition:opacity .25s ease;
}
:root:not([data-theme="dark"]) .easter-fallback{
  color:transparent;
  background:linear-gradient(45deg,#ff596f 0%,#ff6578 22%,#ff8794 40%,#ffa0aa 52%,#ff8290 64%,#ff6679 80%,#ff596f 100%);
  background-clip:text;
  -webkit-background-clip:text;
}
.easter-particle-canvas{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  display:block;
  opacity:0;
  transition:opacity .25s ease;
}
.easter-wordmark.particles-ready .easter-fallback{opacity:0}
.easter-wordmark.particles-ready .easter-particle-canvas{opacity:1}
.visually-hidden{
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0 0 0 0);
  white-space:nowrap;
  border:0;
}

/* Keep scrolling available while removing the browser-owned scrollbar track. */
html{scrollbar-width:none}
html::-webkit-scrollbar{width:0;height:0}
