@charset "UTF-8";
:root{color-scheme:dark;--bg:#0c1110;--surface:#131a17;--surface2:#19211d;--ink:#f0f3ef;--muted:#a1aca5;--dim:#7c8d82;--line:#29352d;--accent:#a4edc2;--accent-ink:#10251a;--nav:rgba(12,17,16,.9);--radius:20px;--max:1240px}
html[data-theme=light]{color-scheme:light;--bg:#f5f6f1;--surface:#fff;--surface2:#e9ede5;--ink:#16251d;--muted:#56675b;--dim:#687a6e;--line:#d4ddd1;--accent:#276b46;--accent-ink:#fff;--nav:rgba(245,246,241,.94)}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,"Segoe UI","Microsoft YaHei","PingFang SC",sans-serif;font-size:15px;line-height:1.65;-webkit-font-smoothing:antialiased}button,input,select{font:inherit}a{color:inherit;text-decoration:none}button{color:inherit;cursor:pointer}img{max-width:100%;display:block}svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;flex:none}button,a{-webkit-tap-highlight-color:transparent}a,button{touch-action:manipulation}a:focus-visible,button:focus-visible,summary:focus-visible{outline:2px solid var(--accent);outline-offset:6px}button:disabled{cursor:default}button:focus:not(:focus-visible){outline:0}[hidden]{display:none!important}h1,h2,h3,p{margin:0}h1,h2,h3{line-height:1.25}button{border:0;background:none}ul{padding:0;list-style:none}::selection{background:var(--accent);color:var(--accent-ink)}.container{width:min(calc(100% - 112px),var(--max));margin-inline:auto}.section{padding-block:106px}.eyebrow{font-family:"Segoe UI",sans-serif;font-size:11px;font-weight:600;letter-spacing:2.2px;color:var(--dim);text-transform:uppercase}.micro{font-size:12px;color:var(--dim)}.micro span{margin-inline:10px}.signal{width:6px;height:6px;border-radius:50%;background:var(--accent);display:inline-block;flex:none}.button{display:inline-flex;justify-content:center;align-items:center;gap:14px;border:1px solid var(--line);padding:15px 23px;border-radius:9px;font-size:14px;font-weight:600;white-space:nowrap;line-height:1.4;transition:background .18s,transform .18s,border-color .18s}.button:hover{background:var(--surface2);border-color:var(--dim);transform:translateY(-2px)}.button.primary{background:var(--accent);color:var(--accent-ink);border-color:var(--accent)}.button.primary:hover{filter:brightness(1.07)}.button.secondary{background:var(--surface2)}.button.small{padding:10px 16px;font-size:12px;background:var(--ink);color:var(--bg);border-color:var(--ink)}.button span:last-child{font-size:19px;line-height:1}.text-link{font-size:13px;display:inline-flex;align-items:center;gap:22px;font-weight:500}.text-link:hover{color:var(--accent)}.text-link span{font-size:21px}.small-outline{display:inline-flex;padding:4px 9px;border:1px solid var(--line);border-radius:6px;font-size:11px;color:var(--muted);white-space:nowrap}.skip{position:fixed;left:16px;top:-70px;z-index:1000;background:var(--accent);color:var(--accent-ink);padding:10px 20px;border-radius:6px}.skip:focus{top:12px}
.header{height:82px;padding-inline:56px;display:flex;align-items:center;justify-content:space-between;gap:35px;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:30;background:var(--nav);backdrop-filter:blur(16px)}.brand{display:flex;gap:12px;align-items:center;white-space:nowrap}.brand img{object-fit:contain}.brand strong{font-size:20px;letter-spacing:1.7px;font-weight:700;line-height:1}.brand strong span{font-size:12px;font-weight:500;letter-spacing:2px;padding-left:13px;margin-left:13px;border-left:1px solid var(--line)}.nav{display:flex;gap:30px;margin-left:auto}.nav a{font-size:12px;color:var(--muted);transition:color .2s}.nav a:hover,.nav a[aria-current=page]{color:var(--ink)}.header-actions{display:flex;gap:20px;align-items:center}.icon-button{display:grid;place-items:center;width:36px;height:36px;border-radius:6px;color:var(--muted)}.icon-button:hover{background:var(--surface2);color:var(--ink)}.mobile-toggle,.mobile-nav{display:none}
.hero{min-height:720px;display:grid;grid-template-columns:44% 56%;align-items:center;padding-block:95px 100px;gap:20px;position:relative}.hero-copy{position:relative;z-index:3}.release-pill{display:inline-flex;align-items:center;gap:10px;font-size:11px;padding:6px 11px;border:1px solid var(--line);border-radius:30px;color:var(--muted);margin-bottom:39px;background:var(--surface)}.release-pill span:last-child{margin-left:10px}.hero-copy>.eyebrow{margin-bottom:16px;color:var(--accent)}.hero h1{font-size:clamp(48px,4.8vw,74px);font-weight:600;letter-spacing:-3.2px;line-height:1.21}.hero h1>span{color:var(--accent)}.hero-description{margin-top:25px;color:var(--muted);font-size:16px;line-height:1.85}.hero-buttons{margin-top:34px;display:flex;align-items:center;gap:27px}.hero-copy>.micro{margin-top:16px}.hero-art{position:relative;min-width:0;min-height:470px;display:flex;align-items:center;padding-left:4px;margin-left:-16px}.art-orbit{position:absolute;inset:-14px 35px -16px 12px;border:1px solid var(--line);border-radius:50%;transform:rotate(-20deg)}.art-orbit:before{content:"";position:absolute;inset:30px -46px;border:1px dashed var(--line);border-radius:50%;transform:rotate(42deg)}.art-orbit:after{content:"";position:absolute;width:8px;height:8px;right:27px;top:100px;background:var(--accent);border-radius:50%}.vertical-caption{font-size:9px;letter-spacing:3px;color:var(--dim);position:absolute;right:-20px;top:45%;writing-mode:vertical-rl}.floating-label{position:absolute;top:4px;left:18%;display:flex;gap:10px;align-items:center;color:var(--muted);font-size:11px;letter-spacing:1px}.app-window{width:100%;border:1px solid #3e5145;border-radius:13px;background:#141a17;overflow:hidden;position:relative;transform:perspective(1700px)rotateY(-9deg)rotateX(4deg)rotateZ(-3deg);box-shadow:0 40px 80px #0005;transition:transform .4s}.hero-art:hover .app-window{transform:perspective(1700px)rotateY(-5deg)rotateX(2deg)rotateZ(-1deg)}.app-window-bar{height:35px;display:flex;align-items:center;justify-content:space-between;padding:0 15px;border-bottom:1px solid #34433a;color:#a7b6ac;font-size:8px;letter-spacing:1.7px}.app-window-bar svg{width:13px;height:13px}.traffic{display:flex;gap:5px}.traffic i{width:5px;height:5px;border-radius:50%;background:#617266}.traffic i:first-child{background:#adbaa8}.hero-screen img{width:100%;height:auto}.app-window-bottom{display:flex;justify-content:space-between;align-items:center;padding:13px 17px;color:#d8e2da;font-size:11px}.app-window-bottom>span:first-child{display:flex;align-items:center;gap:9px}.app-window-bottom .small-outline{color:#9eb0a3;border-color:#35463a;font-size:9px}.mini-window{position:absolute;left:23px;bottom:0;display:flex;align-items:center;gap:15px;background:var(--surface);border:1px solid var(--line);border-radius:10px;padding:15px 20px;min-width:246px;transform:rotate(2deg);box-shadow:0 16px 40px #0003}.mini-window img{border-radius:8px}.mini-window strong{display:block;font-size:13px}.mini-window div>span{display:block;font-size:10px;color:var(--muted);margin-top:3px}.mini-arrow{margin-left:auto;font-size:20px;color:var(--accent)}.art-note{position:absolute;bottom:0;right:0;color:var(--dim);font-size:10px;display:flex;align-items:center;gap:9px}.art-note .line{width:30px;height:1px;background:var(--dim)}.collection-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);min-height:90px;display:flex;justify-content:space-between;align-items:center;gap:20px}.collection-strip>span{color:var(--dim);font-size:11px}.collection-strip>div{display:flex;align-items:center;gap:13px;font-size:14px;font-weight:600}.collection-strip img{border-radius:5px;filter:saturate(.5)}
.section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:40px;margin-bottom:40px}.section-head .eyebrow{margin-bottom:14px}.section h2{font-size:clamp(28px,3vw,42px);font-weight:550;letter-spacing:-1.4px;line-height:1.35}.section-head>p{color:var(--muted);font-size:13px;max-width:310px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.product-card{position:relative;border:1px solid var(--line);border-radius:var(--radius);padding:28px 24px 23px;background:var(--surface);overflow:hidden;transition:transform .2s,border-color .2s}.product-card:hover{transform:translateY(-6px);border-color:var(--dim)}.product-top{display:flex;justify-content:space-between;align-items:center}.product-top>img{width:51px;height:51px;border-radius:12px;object-fit:contain}.product-index{font-size:11px;font-family:Consolas,monospace;color:var(--dim)}.product-card h3{font-size:22px;letter-spacing:-.4px;margin-top:27px}.product-card .product-subtitle{font-size:10px;letter-spacing:1.4px;color:var(--dim);margin:6px 0 17px}.product-card .product-description{font-size:12px;line-height:1.8;color:var(--muted);min-height:44px}.product-meta{display:flex;justify-content:space-between;font-size:10px;color:var(--dim);border-top:1px solid var(--line);margin-top:24px;padding-top:14px}.product-meta span:first-child{color:var(--accent)}.product-meta .signal{width:4px;height:4px;margin-right:6px;vertical-align:middle}.product-actions{display:flex;justify-content:space-between;align-items:center;gap:5px;margin-top:16px}.product-actions a,.product-actions button{font-size:11px;padding:6px 0;font-weight:500}.product-actions button{color:var(--muted)}.product-actions a:hover,.product-actions button:hover{color:var(--accent)}.quiet-note{margin-top:23px;font-size:11px;color:var(--dim);display:flex;justify-content:space-between;gap:14px}.quiet-note a{color:var(--muted)}
.showcase-section{background:var(--surface);border-block:1px solid var(--line)}.showcase-tabs{display:flex;gap:7px;border-bottom:1px solid var(--line);margin-bottom:30px}.showcase-tabs button{padding:14px 24px 17px;border-bottom:2px solid transparent;font-size:13px;color:var(--muted);white-space:nowrap}.showcase-tabs button span{font-size:9px;color:var(--dim);margin-left:7px;letter-spacing:1px}.showcase-tabs button:hover{color:var(--ink)}.showcase-tabs button[aria-selected=true]{border-color:var(--accent);color:var(--ink)}.showcase-panel{display:grid;grid-template-columns:minmax(0,2.55fr) minmax(225px,1fr);gap:42px;align-items:center}.showcase-media{border-radius:12px;overflow:hidden;background:#101318;border:1px solid var(--line);min-width:0}.image-button{position:relative;display:block;padding:0;width:100%;overflow:hidden;background:#101318}.image-button img{width:100%;aspect-ratio:1440/864;object-fit:contain;background:#101318;transition:transform .3s}.image-button:hover img{transform:scale(1.02)}.zoom-tag{position:absolute;right:14px;bottom:13px;background:#101711e8;color:#e5eee7;font-size:10px;padding:7px 12px;border:1px solid #415646;border-radius:5px;display:flex;gap:20px}.showcase-info h3{font-size:26px;line-height:1.4;letter-spacing:-.8px;margin:19px 0 15px}.showcase-info>p{font-size:12px;color:var(--muted)}.showcase-info ul{margin:23px 0;font-size:11px;color:var(--muted)}.showcase-info li{margin:10px 0;padding-left:17px;position:relative}.showcase-info li:before{content:"";position:absolute;left:1px;top:8px;width:4px;height:4px;background:var(--accent);border-radius:50%}.showcase-info .button{width:100%;font-size:11px;padding:13px 15px;justify-content:space-between}.showcase-info .text-link{margin-top:20px;font-size:11px}.gallery-disclosure{font-size:10px;color:var(--dim);margin-top:18px;max-width:760px}.mock-title{height:50px;padding:10px 18px;border-bottom:1px solid #32423d;display:flex;align-items:center;gap:10px;color:#e9f2eb;font-size:12px;background:#111d21}.mock-title span{margin-left:auto;font-size:9px;color:#9fb5b0}.mock-body{display:flex;min-height:380px;background:#111d21;color:#e8f5f4}.mock-sidebar{width:155px;padding:20px 13px;border-right:1px solid #30444a;display:flex;flex-direction:column;gap:8px;font-size:11px;flex-shrink:0}.mock-sidebar>*{padding:12px;border-radius:5px}.mock-sidebar b{background:#183940;color:#a8d9e5}.mock-sidebar span{color:#899ea5}.mock-main{padding:32px 30px;flex:1}.mock-main h3{font-size:31px;margin:15px 0 30px}.mock-settings{font-size:11px}.mock-settings span{display:flex;justify-content:space-between;border-top:1px solid #2b3d41;padding:12px 0}.mock-settings i{font-style:normal;color:#8ab5b7}.mock-main>p:last-child{font-size:9px;color:#859a9b;margin-top:20px}
.getting-started{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center}.download-block{border:1px solid var(--line);padding:33px 37px;border-radius:var(--radius);background:var(--surface);position:relative;display:grid;grid-template-columns:1fr auto;gap:30px;overflow:hidden}.download-mark{grid-column:2;grid-row:1;opacity:.8;margin-top:6px}.download-block>div{grid-column:1;grid-row:1}.download-block h3{font-size:31px;letter-spacing:-1px;margin:12px 0 17px;line-height:1.4}.download-block p{font-size:12px;color:var(--muted)}.download-block .button{grid-column:1/-1;justify-content:space-between}.download-block>.micro{grid-column:1/-1;text-align:center;margin-top:-17px;font-size:10px}.steps article{display:flex;gap:25px;padding:25px 0;border-bottom:1px solid var(--line)}.steps article:first-child{padding-top:0}.steps article:last-child{border:0;padding-bottom:0}.steps article>span{font-family:Consolas,monospace;color:var(--dim);font-size:11px;padding-top:4px}.steps h3{font-size:17px;font-weight:550;margin-bottom:8px}.steps p{font-size:12px;color:var(--muted);line-height:1.85}.resource-row{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;margin-top:46px}.resource-row a{display:flex;align-items:center;gap:17px;padding:20px 0;border-top:1px solid var(--line)}.resource-row a>span:last-child{margin-left:auto;color:var(--dim);font-size:18px}.resource-icon{width:35px;color:var(--accent);font-size:31px;font-weight:300;text-align:center}.resource-row h3{font-size:13px;font-weight:550}.resource-row p{font-size:10px;color:var(--dim);margin-top:5px}.resource-row a:hover h3{color:var(--accent)}.update-section{border-top:1px solid var(--line);display:grid;grid-template-columns:1fr 1fr;gap:80px}.update-section h2{margin:16px 0 30px}.release-entry{padding:30px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}.release-entry>div:first-child{display:flex;justify-content:space-between;align-items:center}.release-version{color:var(--accent);font-family:Consolas,monospace;font-size:14px}.release-entry h3{font-size:24px;margin:24px 0 16px;font-weight:550}.release-entry p{font-size:13px;line-height:1.8;color:var(--muted)}.tags{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}.tags span{padding:4px 8px;background:var(--surface2);font-size:10px;color:var(--muted);border-radius:4px}.faq-section{border-top:1px solid var(--line);display:grid;grid-template-columns:1fr 1.3fr;gap:100px}.faq-section h2{margin-top:16px}.faq details{border-bottom:1px solid var(--line)}.faq summary{padding:20px 0;cursor:pointer;list-style:none;font-size:13px;font-weight:500;display:flex;justify-content:space-between;gap:22px;align-items:center}.faq summary::-webkit-details-marker{display:none}.faq summary>span{font-size:22px;color:var(--dim);font-weight:300;transition:transform .2s}.faq details[open] summary>span{transform:rotate(45deg);color:var(--accent)}.faq p{color:var(--muted);font-size:12px;line-height:1.9;padding:0 30px 22px 0}
.community-section{padding-block:86px 100px;background:var(--surface);border-block:1px solid var(--line)}.community-heading h2{font-size:36px;font-weight:550;letter-spacing:-1.3px;line-height:1.5;margin:17px 0 40px}.community-heading h2 span{color:var(--muted)}.community-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.community-card{border:1px solid var(--line);padding:25px 28px;background:var(--bg);border-radius:14px;transition:border-color .2s,transform .2s}.community-card:hover{border-color:var(--dim);transform:translateY(-3px)}.community-number{display:block;font-size:9px;letter-spacing:1.5px;color:var(--dim);margin-bottom:24px}.telegram-icon{width:31px;height:31px;color:var(--accent);stroke-width:1.2;margin-bottom:20px}.community-card h3{font-size:22px;font-weight:550}.community-card p{font-size:12px;color:var(--muted);margin-top:10px}.community-handle,.support-actions{display:flex;justify-content:space-between;align-items:center;margin-top:27px;border-top:1px solid var(--line);padding-top:17px;font-size:12px}.community-handle i{font-style:normal;font-size:19px}.copy-button{padding:3px 8px;border:1px solid var(--line);border-radius:4px;font-size:10px;color:var(--muted)}.copy-button:hover{color:var(--ink);border-color:var(--dim)}.footer{display:flex;align-items:center;flex-wrap:wrap;gap:26px;padding-block:37px 78px}.footer .brand strong{font-size:17px}.footer>p{font-size:11px;color:var(--muted)}.footer nav{display:flex;gap:24px;margin-left:auto;font-size:11px;color:var(--muted)}.footer>small{width:100%;font-size:10px;color:var(--dim)}.footer nav a:hover{color:var(--accent)}.demo-switch{position:fixed;bottom:18px;left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:9px;background:var(--ink);color:var(--bg);padding:11px 15px;border-radius:8px;font-size:9px;letter-spacing:1px;z-index:50;box-shadow:0 7px 30px #0003;white-space:nowrap}.demo-switch .signal{background:var(--accent-ink)}.demo-switch>span:last-child{padding-left:15px;border-left:1px solid #7775;margin-left:5px;font-size:10px;letter-spacing:0}.toast{position:fixed;left:50%;bottom:78px;transform:translate(-50%,15px);background:var(--surface2);color:var(--ink);border:1px solid var(--line);padding:10px 20px;border-radius:8px;font-size:12px;z-index:80;opacity:0;pointer-events:none;transition:.2s;max-width:calc(100% - 30px)}.toast.visible{opacity:1;transform:translate(-50%,0)}dialog{background:#0c1110;color:#e5ede7;border:1px solid #455149;border-radius:14px;padding:45px 18px 15px;width:min(1400px,96vw);max-height:92vh}dialog::backdrop{background:#020806df;backdrop-filter:blur(8px)}dialog>img{width:100%;max-height:75vh;object-fit:contain}dialog>p{text-align:center;color:#a5b3ab;font-size:11px;margin-top:15px}.dialog-close{position:absolute;right:10px;top:5px;font-size:25px;color:#c5d0c9}.mobile-break{display:none}
.shop-main{padding-top:65px;padding-bottom:70px}.shop-heading{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:36px}.shop-heading h1{font-size:41px;font-weight:550;letter-spacing:-1.5px;margin:14px 0}.shop-heading p:last-child{font-size:14px;color:var(--muted)}.shop-heading>.text-link{font-size:12px;padding-bottom:9px}.shop-products{display:grid;grid-template-columns:repeat(4,1fr);gap:13px;margin-bottom:31px}.shop-products button{display:flex;align-items:center;gap:14px;text-align:left;border:1px solid var(--line);padding:16px 20px;border-radius:10px;background:var(--surface);font-size:13px}.shop-products button img{width:31px;height:31px;border-radius:7px}.shop-products button[aria-selected=true]{border-color:var(--accent);background:var(--surface2)}.shop-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:25px;align-items:start}.shop-selection{padding:29px;border:1px solid var(--line);border-radius:16px;background:var(--surface)}.shop-product-heading{display:flex;align-items:center;gap:20px;padding-bottom:28px;border-bottom:1px solid var(--line)}.shop-product-heading>img{border-radius:12px}.shop-product-heading h2{font-size:26px;margin-top:5px}.shop-product-heading .eyebrow{font-size:8px}.shop-product-heading p{color:var(--muted);font-size:11px;margin-top:8px}.shop-product-heading>.small-outline{margin-left:auto;font-size:9px;align-self:start}.plan-label{font-size:13px;margin:27px 0 16px}.shop-tiers{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.tier-button{border:1px solid var(--line);border-radius:9px;display:flex;align-items:center;justify-content:space-between;padding:18px;background:var(--bg);text-align:left;position:relative}.tier-button b{display:block;font-size:13px;font-weight:500}.tier-button .tier-duration{display:block;font-size:10px;color:var(--dim);margin-top:4px}.tier-button .tier-price{font-size:22px;white-space:nowrap;font-family:"Segoe UI",sans-serif}.tier-button .tier-price small{font-size:12px;margin-right:3px}.tier-button[aria-checked=true]{border-color:var(--accent);background:var(--surface2)}.tier-button[aria-checked=true]:after{content:"✓";position:absolute;right:7px;top:2px;color:var(--accent);font-size:11px}.shop-information{margin-top:30px}.shop-information article{display:flex;gap:18px;padding:15px 0}.shop-information article>span{font-family:Consolas,monospace;color:var(--dim);font-size:10px;padding-top:3px}.shop-information strong{font-size:12px;font-weight:500}.shop-information p{font-size:11px;color:var(--muted);margin-top:5px}.shop-selection>.text-link{font-size:11px;margin-top:23px}.order-summary{padding:28px 25px;border:1px solid var(--line);border-radius:16px;background:var(--surface);position:sticky;top:109px}.order-summary>.eyebrow{font-size:9px}.order-summary h2{font-size:22px;margin:11px 0 30px}.summary-line{display:flex;justify-content:space-between;gap:15px;font-size:11px;margin-bottom:18px}.summary-line>span{color:var(--muted)}.summary-line>strong{font-weight:500}.summary-total{border-top:1px solid var(--line);margin-top:28px;padding-top:23px;display:flex;justify-content:space-between;align-items:center}.summary-total>span{font-size:11px;color:var(--muted)}.summary-total>div{font-family:"Segoe UI",sans-serif;font-size:18px}.summary-total strong{font-size:41px;font-weight:500;letter-spacing:-2px;margin-left:4px}.summary-total small{font-size:15px}.order-summary>.button{margin-top:25px;width:100%;justify-content:space-between;padding:14px 18px;font-size:12px}.checkout-note{font-size:10px;color:var(--dim);margin-top:16px;line-height:1.8}.support-inline{border-top:1px solid var(--line);margin-top:23px;padding-top:20px;font-size:10px;display:flex;justify-content:space-between;color:var(--muted)}.shop-help{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);padding-top:30px;margin-top:50px;gap:20px}.shop-help h2{font-size:17px;font-weight:500}.shop-help>div{display:flex;gap:23px;font-size:11px;color:var(--muted)}.shop-page .footer{border-top:1px solid var(--line)}
@media(min-width:1550px){.header{padding-inline:max(56px,calc((100vw - 1360px)/2))}.hero{min-height:770px;gap:44px}.hero-art{min-height:510px}.app-window{width:calc(100% + 30px)}.hero h1{font-size:79px}.hero-description{font-size:18px}}
@media(max-width:1100px){.container{width:calc(100% - 64px)}.header{padding-inline:32px;gap:24px}.nav{gap:20px}.brand strong span{display:none}.hero{grid-template-columns:45% 55%;gap:10px;min-height:670px;padding-block:78px 90px}.hero h1{font-size:56px}.hero-art{min-height:400px}.floating-label{top:11px}.mini-window{bottom:-2px;left:0;min-width:220px;padding:12px 15px}.art-note{display:none}.product-grid{gap:12px}.product-card{padding:23px 19px}.product-card h3{font-size:20px}.showcase-panel{gap:26px;grid-template-columns:minmax(0,2fr) minmax(220px,1fr)}.showcase-info h3{font-size:23px}.getting-started{gap:45px}.faq-section{gap:55px}.shop-layout{grid-template-columns:minmax(0,1fr) 290px;gap:18px}.shop-product-heading>.small-outline{display:none}.shop-selection{padding:22px}.shop-help{flex-direction:column;align-items:start}}
@media(max-width:800px){.header{height:72px}.nav{gap:17px}.nav a{font-size:11px}.header-actions{gap:10px}.header-buy{display:none}.hero{grid-template-columns:1fr 1fr;min-height:600px;padding-block:60px 85px}.hero h1{font-size:47px}.hero-description{font-size:14px}.hero-art{min-height:335px;margin-left:-14px;margin-right:2px}.app-window{width:calc(100% + 15px)}.floating-label{font-size:9px;left:20px;top:10px}.mini-window{min-width:185px;bottom:-16px}.mini-window img{width:30px;height:30px}.mini-window strong{font-size:11px}.mini-window div>span{font-size:9px}.vertical-caption{display:none}.hero-buttons{gap:17px}.hero-buttons .button{font-size:12px;padding:13px 17px}.hero-buttons .text-link{font-size:11px;gap:10px}.hero-copy>.micro{font-size:10px}.collection-strip{flex-wrap:wrap;padding-block:22px;justify-content:space-around}.collection-strip>span{width:100%;text-align:center}.collection-strip>div{font-size:11px;gap:7px}.section{padding-block:75px}.section-head{gap:30px}.section-head>p{max-width:260px;font-size:12px}.product-grid{grid-template-columns:repeat(2,1fr);gap:16px}.product-card{padding:25px}.product-card .product-description{min-height:0}.showcase-panel{grid-template-columns:1fr}.showcase-info{display:grid;grid-template-columns:1fr 1fr;gap:10px 28px}.showcase-info>.small-outline{justify-self:start;grid-column:1}.showcase-info h3{grid-column:1;grid-row:2;margin:5px 0}.showcase-info>p{grid-column:1;grid-row:3}.showcase-info ul{grid-column:2;grid-row:1/3;margin:0}.showcase-info>.button{grid-column:2;grid-row:3;align-self:start}.showcase-info>.text-link{grid-column:2;margin:0}.showcase-tabs button{padding-inline:18px}.getting-started{gap:32px}.download-block{padding:27px;grid-template-columns:1fr;gap:25px}.download-mark{width:37px;height:46px;position:absolute;right:21px;top:22px;opacity:.35}.download-block h3{font-size:26px}.steps h3{font-size:14px}.steps article{gap:16px}.resource-row{gap:20px}.resource-row a{gap:10px}.resource-icon{width:25px;font-size:25px}.resource-row h3{font-size:11px}.resource-row p{font-size:9px}.update-section{gap:35px}.faq-section{gap:40px;grid-template-columns:1fr 1.5fr}.community-grid{gap:12px}.community-card{padding:22px 20px}.community-card h3{font-size:19px}.community-card p{font-size:11px}.community-handle,.support-actions{font-size:11px}.footer nav{margin-left:0}.shop-heading h1{font-size:32px}.shop-heading>.text-link{display:none}.shop-products button{padding:13px;gap:9px;font-size:11px}.shop-layout{grid-template-columns:1fr}.order-summary{position:static}.shop-tiers{grid-template-columns:repeat(4,1fr)}.tier-button{display:block}.tier-button .tier-price{display:block;margin-top:14px}.order-summary>.button{max-width:400px}.order-summary h2{margin-bottom:20px}.checkout-note{max-width:500px}}
@media(max-width:600px){.container{width:calc(100% - 40px)}.header{padding-inline:20px;height:66px}.header>.nav{display:none}.brand strong{font-size:18px}.brand img{width:27px;height:32px}.brand strong span{display:inline;font-size:10px;margin-left:10px;padding-left:10px}.mobile-toggle{display:flex;flex-direction:column;justify-content:center;gap:5px}.mobile-toggle span{width:17px;height:1px;background:currentColor}.mobile-nav{display:flex;position:absolute;top:65px;left:0;right:0;padding:18px 24px 25px;background:var(--bg);border-bottom:1px solid var(--line);flex-direction:column;gap:19px;font-size:14px}.header-actions{gap:8px}.hero{display:block;padding-block:40px 42px;min-height:auto}.release-pill{margin-bottom:29px;font-size:10px}.hero h1{font-size:55px;letter-spacing:-2.7px}.hero-copy>.eyebrow{font-size:9px;letter-spacing:2px;margin-bottom:17px}.hero-description{font-size:14px;margin-top:23px;line-height:1.8}.desktop-break{display:none}.hero-buttons{margin-top:29px}.hero-buttons .button{font-size:13px;padding:15px 22px}.hero-buttons .text-link{font-size:12px;gap:20px}.hero-art{min-height:320px;margin:45px 7px 0 0;padding:30px 0}.floating-label{top:1px;left:auto;right:13px;font-size:9px}.app-window{width:100%;transform:perspective(1700px)rotateY(-5deg)rotateZ(-3deg);border-radius:10px}.hero-art:hover .app-window{transform:rotate(-3deg)}.app-window-bar{height:28px;padding-inline:10px;font-size:6px;letter-spacing:1px}.app-window-bottom{padding:10px 12px;font-size:9px}.app-window-bottom img{width:18px;height:18px}.app-window-bottom .small-outline{font-size:8px;padding:2px 5px}.mini-window{left:13px;bottom:2px;min-width:190px;padding:10px 12px;border-radius:7px;gap:10px}.mini-window img{width:29px;height:29px}.mini-window strong{font-size:11px}.art-orbit{inset:1px 25px 0 24px}.collection-strip{gap:15px 20px;padding-block:20px;display:grid;grid-template-columns:1fr 1fr;justify-items:center}.collection-strip>span{grid-column:1/-1;font-size:10px;margin-bottom:5px}.collection-strip>div{font-size:12px;width:145px;justify-content:start}.collection-strip img{width:20px;height:20px}.section{padding-block:65px}.section-head{display:block;margin-bottom:29px}.section-head>p{margin-top:15px;max-width:none;font-size:12px}.section-head>.text-link{margin-top:18px;font-size:11px}.section h2{font-size:31px;letter-spacing:-1.2px}.eyebrow{font-size:9px;letter-spacing:1.8px}.product-grid{gap:12px}.product-card{padding:20px 16px}.product-top>img{width:42px;height:42px;border-radius:10px}.product-card h3{font-size:19px;margin-top:22px}.product-index{font-size:9px}.product-card .product-subtitle{font-size:8px;letter-spacing:.7px;margin:6px 0 13px}.product-card .product-description{font-size:11px;min-height:60px;line-height:1.75}.product-meta{font-size:9px;gap:3px;margin-top:17px;padding-top:12px}.product-meta>span:last-child{display:none}.product-actions{margin-top:12px;gap:8px}.product-actions a,.product-actions button{font-size:10px}.quiet-note{font-size:10px;align-items:start}.quiet-note>span{max-width:125px}.showcase-tabs{gap:0;overflow-x:auto;margin-inline:-4px}.showcase-tabs button{padding:12px 13px;font-size:11px;flex-shrink:0}.showcase-tabs button span{display:none}.showcase-panel{gap:26px}.showcase-media{border-radius:8px}.showcase-info{gap:9px 20px;grid-template-columns:1fr 1fr}.showcase-info h3{font-size:21px}.showcase-info>.small-outline{font-size:9px}.showcase-info>p{font-size:11px;grid-column:1/-1;grid-row:3}.showcase-info ul{font-size:10px;align-self:center}.showcase-info li{margin:5px 0;padding-left:13px}.showcase-info>.button{grid-column:1;grid-row:4;margin-top:9px;font-size:10px}.showcase-info>.text-link{grid-column:2;grid-row:4;font-size:10px;align-self:center;justify-content:end;gap:9px;margin-top:8px}.gallery-disclosure{font-size:9px;line-height:1.8}.zoom-tag{font-size:9px;padding:5px 9px;right:7px;bottom:7px}.mock-title{padding:9px 12px;height:40px;font-size:10px}.mock-title span{font-size:8px}.mock-sidebar{width:105px;padding:14px 8px;font-size:9px;gap:3px}.mock-sidebar>*{padding:10px 7px}.mock-body{min-height:285px}.mock-main{padding:24px 20px}.mock-main h3{font-size:22px;margin:10px 0 16px}.mock-settings{font-size:9px}.mock-main>p:last-child{font-size:8px}.getting-started{grid-template-columns:1fr;gap:35px}.download-block{padding:29px}.download-block h3{font-size:31px}.download-mark{width:60px;height:71px;opacity:.7;top:27px;right:29px}.download-block .button{padding:15px 20px}.steps h3{font-size:16px}.steps p{font-size:12px}.steps article{gap:22px;padding-block:23px}.resource-row{grid-template-columns:1fr;gap:0;margin-top:29px}.resource-row h3{font-size:13px}.resource-row p{font-size:11px}.resource-row a{gap:17px;padding-block:19px}.resource-icon{width:32px;font-size:30px}.update-section{grid-template-columns:1fr;gap:30px}.update-section h2{margin-bottom:18px}.update-section .text-link{font-size:12px}.release-entry{padding:26px}.release-entry h3{font-size:22px}.release-entry p{font-size:12px}.faq-section{grid-template-columns:1fr;gap:22px}.faq summary{font-size:12px;padding-block:18px}.community-section{padding-block:64px 66px}.community-heading h2{font-size:28px;letter-spacing:-1px;margin-bottom:30px}.community-grid{grid-template-columns:1fr;gap:14px}.community-card{padding:22px 25px;display:grid;grid-template-columns:1fr auto}.community-number{grid-column:1/-1;margin-bottom:20px;font-size:8px}.telegram-icon{grid-column:2;grid-row:2/4;width:29px;height:29px;margin:0}.community-card h3{font-size:22px;grid-column:1}.community-card p{grid-column:1;font-size:12px}.community-handle,.support-actions{grid-column:1/-1;margin-top:21px;padding-top:15px;font-size:12px}.footer{padding-block:30px 90px;gap:20px}.footer>.brand{width:100%}.footer>p{width:100%;margin-top:-8px}.footer nav{gap:21px;font-size:10px}.footer>small{margin-top:3px;font-size:9px}.demo-switch{bottom:12px;padding:10px 11px;font-size:8px;gap:8px;max-width:calc(100% - 24px)}.demo-switch>span:last-child{padding-left:9px;margin-left:0;font-size:9px}.mobile-break{display:block}.shop-main{padding-block:39px 45px}.shop-heading{margin-bottom:29px}.shop-heading h1{font-size:29px;letter-spacing:-1px}.shop-heading p:last-child{font-size:12px}.shop-products{grid-template-columns:1fr 1fr;gap:9px;margin-bottom:22px}.shop-products button{font-size:11px;padding:13px;gap:12px}.shop-products button img{width:27px;height:27px}.shop-selection{padding:20px 17px;border-radius:12px}.shop-product-heading{gap:14px;padding-bottom:22px}.shop-product-heading>img{width:47px;height:47px}.shop-product-heading h2{font-size:23px}.shop-product-heading p{font-size:10px}.shop-product-heading .eyebrow{font-size:7px}.plan-label{font-size:12px;margin-top:24px}.shop-tiers{grid-template-columns:1fr 1fr;gap:10px}.tier-button{display:flex;padding:18px 13px}.tier-button .tier-price{margin:0;font-size:23px}.tier-button b{font-size:12px}.tier-button .tier-duration{font-size:9px}.shop-information{margin-top:20px}.shop-information article{gap:14px}.shop-information strong{font-size:11px}.shop-information p{font-size:10px}.shop-help h2{font-size:15px}.shop-help>div{gap:20px;font-size:10px}.order-summary{padding:24px;border-radius:12px}.order-summary>.button{max-width:none}.shop-page .header .brand strong span{display:none}.shop-page .header .button{font-size:10px;padding:10px}.shop-page .header{gap:10px}}
@media(max-width:360px){.hero h1{font-size:49px}.hero-art{min-height:285px}.product-card{padding:17px 12px}.product-card h3{font-size:17px}.product-actions a,.product-actions button{font-size:9px}.community-heading h2{font-size:25px}.showcase-tabs button{padding-inline:9px}.brand strong{font-size:16px}.brand strong span{font-size:9px}.hero-buttons{gap:20px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}.app-window,.hero-art:hover .app-window{transform:none}.product-card:hover,.button:hover,.community-card:hover{transform:none}}
.hero{grid-template-columns:minmax(0,.44fr) minmax(0,.56fr);overflow:clip}.hero-art{margin-left:0}.floating-label{z-index:2;background:var(--bg);padding:3px 10px;border-radius:20px;top:-8px}.art-orbit{overflow:hidden}.art-orbit:before{inset:24px 5px}.app-window{width:100%}.hero-art:hover .app-window{width:100%}
@media(max-width:600px){.floating-label{top:0}.hero-art{margin-left:0}}
html[data-look=orbit]{--bg:#0b1020;--surface:#121b30;--surface2:#19263f;--ink:#eef3ff;--muted:#a8b3ce;--dim:#8e9cb8;--line:#2c3953;--accent:#a7cfff;--accent-ink:#102a48;--nav:rgba(11,16,32,.92)}
:root{--ease-out:cubic-bezier(.22,1,.36,1);--ease-quick:cubic-bezier(.2,.8,.2,1)}
.button,.product-card,.community-card,.image-button img,.app-window{transition-timing-function:var(--ease-out)}.nav a{position:relative}.nav a:after{content:"";position:absolute;bottom:-13px;left:0;right:0;height:1px;background:var(--accent);transform:scaleX(0);transform-origin:left;transition:transform 220ms var(--ease-out)}.nav a.is-current:after{transform:scaleX(1)}.reading-progress{position:absolute;bottom:-1px;height:2px;left:0;right:0;background:var(--accent);transform:scaleX(0);transform-origin:left;opacity:.8;pointer-events:none}.hero-art .app-window,.hero-art:hover .app-window{transform:perspective(1700px)rotateX(calc(4deg + var(--tilt-x,0deg)))rotateY(calc(-9deg + var(--tilt-y,0deg)))rotateZ(-3deg);transition:transform 320ms var(--ease-out)}.product-card:after{content:"";position:absolute;inset:0;background:linear-gradient(115deg,transparent 35%,#ffffff06 48%,#ffffff0c 52%,transparent 67%);transform:translateX(-120%);pointer-events:none;opacity:0;transition:transform 650ms var(--ease-out),opacity 250ms var(--ease-out)}.product-card:hover:after{transform:translateX(90%);opacity:1}.product-top>img{transition:transform 420ms var(--ease-out)}.product-card:hover .product-top>img{transform:translateY(-2px) rotate(-4deg)}.section-head,.product-card,.getting-started,.resource-row,.release-entry,.faq-section,.community-heading,.community-card{transition:opacity 580ms var(--ease-out) var(--reveal-delay,0ms),transform 580ms var(--ease-out) var(--reveal-delay,0ms),border-color 180ms var(--ease-quick)}.reveal-pending{opacity:0;transform:translateY(16px)}.reveal-pending:focus-within{opacity:1;transform:none;transition:none}.button:active{transform:translateY(0) scale(.98)}.look-options button:active,.motion-toggle:active{transform:scale(.96)}
.demo-dock{position:fixed;bottom:18px;left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:10px;z-index:60;padding:8px 10px 8px 15px;border:1px solid var(--line);border-radius:12px;background:var(--nav);backdrop-filter:blur(18px);box-shadow:0 8px 36px #0004;font-size:10px;white-space:nowrap}.dock-caption{color:var(--dim);padding-right:3px;font-size:9px}.look-options{display:flex;gap:3px}.look-options button{display:flex;gap:6px;align-items:center;font-size:10px;padding:7px 9px;border-radius:6px;color:var(--muted);border:1px solid transparent}.look-options button[aria-pressed=true]{background:var(--surface2);border-color:var(--line);color:var(--ink)}.look-options i{width:6px;height:6px;border-radius:50%;background:#a4edc2}.look-options button[data-look=orbit] i{background:#a7cfff}.look-options button[data-look=cloud] i{background:#f5f6f1;border:1px solid #a6b3aa}.motion-toggle{padding:6px 10px;color:var(--muted);font-size:10px;border-left:1px solid var(--line)}.demo-dock>a{font-size:10px;padding:6px 10px;color:var(--accent);border-left:1px solid var(--line)}::view-transition-old(root){animation:theme-fade-out 180ms var(--ease-quick)}::view-transition-new(root){animation:theme-fade-in 220ms var(--ease-out)}@keyframes theme-fade-out{to{opacity:0}}@keyframes theme-fade-in{from{opacity:0}}
html[data-motion=off] *,html[data-motion=off] *::before,html[data-motion=off] *::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}html[data-motion=off] .reveal-pending{opacity:1;transform:none}html[data-motion=off] .hero-art .app-window{transform:none!important}html[data-motion=off] .product-card:hover,html[data-motion=off] .product-card:hover .product-top>img,html[data-motion=off] .button:hover,html[data-motion=off] .community-card:hover{transform:none}html[data-motion=off] .product-card:after{display:none}html[data-keyboard=true]{scroll-behavior:auto}html[data-keyboard=true] *:focus{transition:none!important}
@media(max-width:600px){.demo-dock{gap:4px;padding:7px;bottom:12px;max-width:calc(100% - 20px)}.dock-caption{display:none}.look-options button{font-size:9px;padding:7px 8px;gap:5px}.motion-toggle,.demo-dock>a{font-size:9px;padding:6px 9px}.hero-art .app-window,.hero-art:hover .app-window{transform:rotate(-2deg)}}
@media(prefers-reduced-motion:reduce){.reveal-pending{opacity:1;transform:none}.hero-art .app-window,.hero-art:hover .app-window{transform:none!important}.product-card:after{display:none}::view-transition-old(root),::view-transition-new(root){animation:none!important}}
/* Art direction v2: Obsidian / Platinum / Atelier. Brand assets stay recognizable. */
:root,html[data-theme=dark],html[data-look=forest]{color-scheme:dark;--bg:#0b0b0e;--surface:#131317;--surface2:#1d1d23;--ink:#f3f3f6;--muted:#a6a6b0;--dim:#858591;--line:#2b2b33;--accent:#ececf3;--accent-ink:#141419;--nav:rgba(11,11,14,.92)}
html[data-look=orbit]{color-scheme:light;--bg:#f2f3f6;--surface:#fff;--surface2:#e6e8ee;--ink:#16171e;--muted:#60636e;--dim:#747885;--line:#d4d7e0;--accent:#202330;--accent-ink:#fff;--nav:rgba(242,243,246,.94)}
html[data-look=cloud]{color-scheme:light;--bg:#eeeae3;--surface:#f8f5ef;--surface2:#e2dcd2;--ink:#2c2926;--muted:#756e65;--dim:#82786c;--line:#d3c9ba;--accent:#985a40;--accent-ink:#fffaf3;--nav:rgba(238,234,227,.94)}
.brand>img,.download-mark{filter:grayscale(1)}.hero h1{font-weight:500;letter-spacing:-3.6px}.hero h1>span{color:var(--ink);opacity:.58}.hero-copy>.eyebrow{color:var(--dim);letter-spacing:3px}.hero-description{line-height:1.95;max-width:395px}.art-orbit{display:none}.floating-label{top:13px;background:transparent;color:var(--dim);font-size:9px;letter-spacing:2px}.app-window{background:#151519;border-color:#41414b;box-shadow:0 32px 100px #0007}.app-window-bar{color:#a3a3af;border-color:#313139;background:#17171c}.app-window-bottom{color:#dedee6;background:#151519}.app-window-bottom .small-outline{color:#aaaab5;border-color:#363640}.traffic i{background:#55555f}.traffic i:first-child{background:#9999a5}.mini-window{box-shadow:0 15px 35px #0004}.mini-arrow{color:var(--muted)}.collection-strip img{filter:saturate(.25)}.release-pill{background:transparent;border-radius:5px;color:var(--muted);font-size:10px;letter-spacing:.3px}.release-pill .signal{width:4px;height:4px}.section h2,.community-heading h2{font-weight:500;letter-spacing:-1.6px}.product-card{background:var(--surface);border-radius:12px}.product-top>img{filter:saturate(.7)}.product-meta>span:first-child{color:var(--muted)}.product-meta .signal{background:var(--dim)}.product-actions>a{color:var(--ink)}.download-block{border-radius:12px}.community-card{border-radius:10px}.telegram-icon{color:var(--muted)}.community-heading h2 span{color:var(--dim)}.look-options button[data-look=forest] i{background:#d6d6df}.look-options button[data-look=orbit] i{background:#fff;border:1px solid #a3a8b5}.look-options button[data-look=cloud] i{background:#b68f78;border-color:#99816c}.demo-dock{box-shadow:0 10px 40px #0005;border-radius:9px}.hero-art .app-window,.hero-art:hover .app-window{transform:perspective(1700px)rotateX(calc(2deg + var(--tilt-x,0deg)))rotateY(calc(-6deg + var(--tilt-y,0deg)))rotateZ(-2deg)}.product-card:hover .product-top>img{transform:translateY(-2px)}
@media(max-width:600px){.hero h1{letter-spacing:-2.8px}.floating-label{top:0;font-size:8px;letter-spacing:1px}.hero-art .app-window,.hero-art:hover .app-window{transform:rotate(-1.5deg)}}
.image-button img{height:auto}
html[data-look=orbit]{--dim:#626572}html[data-look=cloud]{--muted:#665e54;--dim:#686055}
@media(max-width:360px){.collection-strip{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:12px}.collection-strip>div{width:100%;min-width:0;justify-content:center;font-size:10px;gap:6px}.product-actions{flex-direction:column;align-items:flex-start;gap:0}}
