
:root{--paper:#f7f8f4;--white:#fff;--ink:#182d27;--muted:#77817b;--line:#e4e8e0;--green:#275c48;--dark:#183d30;--lime:#d9f492;--pale:#edf3e6;--shadow:0 14px 55px #1e382510;--radius:20px}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:94px}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei","Noto Sans CJK SC",sans-serif;font-size:14px;line-height:1.65;-webkit-font-smoothing:antialiased}button,input,textarea,select{font:inherit}button,a,input{ -webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit;text-decoration:none}button{color:inherit}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid #86b573;outline-offset:4px}button:disabled{cursor:wait;opacity:.55}h1,h2,h3,h4,p{margin:0}button svg,a svg{flex-shrink:0}.icon{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round;vertical-align:middle;flex-shrink:0}.container{max-width:1216px;margin:auto;padding:0 32px}.eyebrow{font-size:11px;letter-spacing:2px;font-weight:700;color:var(--green);text-transform:uppercase}.muted{color:var(--muted)}.mono{font-family:"SFMono-Regular",Consolas,"Liberation Mono",monospace}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0)}.dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:#729b42}.tag{display:inline-flex;align-items:center;gap:5px;border:1px solid var(--line);border-radius:5px;padding:3px 8px;font-size:10px;color:#65766b;line-height:1.4;background:#fff}.tag.green{border-color:#d9e4ce;background:#eff5e7;color:#4b7035}.demo-tag{color:#849080;background:#eff2e9;border-radius:4px;font-size:10px;padding:2px 6px;font-weight:400}.text-link{display:inline-flex;gap:7px;align-items:center;color:var(--green);font-size:13px;font-weight:600}.text-link .icon{width:16px;height:16px}.btn{border:1px solid transparent;border-radius:9px;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:12px 19px;font-weight:600;font-size:13px;line-height:1.4;transition:background .2s,transform .2s,box-shadow .2s;white-space:nowrap}.btn:hover{transform:translateY(-1px)}.btn .icon{width:17px;height:17px}.btn.primary{background:var(--ink);color:white;box-shadow:0 4px 10px #102c2510}.btn.primary:hover{background:#2d5744}.btn.secondary{background:#fff;border-color:#dce2d7}.btn.secondary:hover{background:#f1f5eb}.btn.lime{background:var(--lime);color:var(--ink)}.btn.ghost{border-color:#ffffff35;color:#f3f6ef;background:transparent}.btn.small{padding:9px 12px;font-size:12px}.btn.full{width:100%}.icon-button{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:0;border-radius:8px;background:transparent}.icon-button:hover{background:#eef1e9}.breadcrumb{display:flex;gap:10px;align-items:center;font-size:11px;color:var(--muted);padding:27px 0 28px}.breadcrumb .icon{width:12px;height:12px}.breadcrumb a:hover{color:var(--green)}
/* navigation */
.announcement{height:30px;background:#203e31;color:#e4eedc;font-size:10px;letter-spacing:.25px}.announcement .container{height:100%;display:flex;justify-content:space-between;align-items:center}.announcement strong{color:#e2f5b8;font-weight:500}.announcement .proto{color:#cad9c5}.site-header{background:#ffffffed;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20;backdrop-filter:blur(12px)}.header-inner{height:79px;display:flex;align-items:center;gap:44px}.logo{display:inline-flex;align-items:center;gap:10px;flex-shrink:0}.logo-mark{height:34px;width:34px;background:var(--ink);color:var(--lime);border-radius:9px;display:grid;place-items:center;font-size:19px;font-weight:850;letter-spacing:-2px;padding-right:2px;transform:rotate(-3deg)}.wordmark{font-size:23px;font-weight:800;letter-spacing:-1.2px;line-height:1}.wordmark span{color:#538261}.brand-sub{font-size:8px;letter-spacing:1.85px;color:#8b968b;margin-top:6px;font-weight:500}.main-nav{display:flex;gap:27px;align-items:center;margin-right:auto}.main-nav a{font-size:12px;font-weight:500;color:#667066;position:relative;padding:28px 0}.main-nav a.active{color:var(--ink);font-weight:700}.main-nav a.active:after{content:'';position:absolute;bottom:17px;left:0;right:0;height:2px;background:#77975e}.main-nav a:hover{color:var(--green)}.header-actions{display:flex;gap:13px;align-items:center}.search-trigger{height:34px;min-width:112px;padding:0 10px;display:flex;align-items:center;gap:7px;background:#f5f6f1;border:1px solid #edf0e7;color:#8a9288;font-size:11px;border-radius:7px}.search-trigger .icon{width:15px;height:15px}.search-trigger kbd{font:10px inherit;margin-left:6px}.account-trigger{font-size:12px;display:flex;gap:7px;align-items:center}.account-trigger .icon{width:17px;height:17px}.mobile-menu{display:none}
/* home */
.hero{display:grid;grid-template-columns:1.04fr 1fr;gap:54px;align-items:center;padding-top:68px;padding-bottom:65px;min-height:540px}.hero h1{font-size:55px;font-weight:750;line-height:1.4;letter-spacing:-2px;margin:20px 0 22px}.hero h1 .highlight{position:relative;z-index:1}.hero h1 .highlight:after{content:'';position:absolute;z-index:-1;height:15px;left:-3px;right:-3px;bottom:5px;background:var(--lime);transform:rotate(-1.3deg)}.hero-copy{color:#74806f;font-size:13px;line-height:1.95;max-width:420px}.hero-buttons{display:flex;gap:11px;margin-top:27px}.hero-assurance{display:flex;gap:23px;font-size:10px;color:#83907e;margin-top:25px}.hero-assurance span{display:flex;gap:5px;align-items:center}.hero-assurance .icon{height:13px;width:13px;color:#5a7f4d}.hero-stage{height:380px;position:relative;padding:14px 0 0 22px}.hero-stage:before{position:absolute;content:'';inset:18px -10px 8px 0;background:radial-gradient(ellipse,#dce9c699 0%,#e8eee53d 52%,transparent 70%);border-radius:50%}.stage-card{position:relative;background:#fff;border:1px solid #e0e6d9;border-radius:17px;box-shadow:0 18px 65px #35503512;transform:rotate(1.3deg);padding:22px 23px;min-height:302px;max-width:455px}.stage-head{display:flex;align-items:center;gap:12px;margin-bottom:20px}.app-icon{height:40px;width:40px;border-radius:10px;display:grid;place-items:center;background:#e9f0df;color:#55743f}.app-icon .icon{width:23px;height:23px}.stage-title{font-size:13px;font-weight:700}.stage-subtitle{color:#90998d;font-size:9px;margin-top:2px}.stage-head .demo-tag{margin-left:auto}.workflow-track{display:flex;align-items:center;justify-content:space-between;margin:7px 0 18px}.node{display:flex;align-items:center;gap:5px;font-size:9px;color:#607052}.node b{width:19px;height:19px;display:grid;place-items:center;background:#f1f6e9;border-radius:50%;font-size:9px;color:#5b7f40}.node .icon{width:10px;height:10px}.track-line{width:16px;height:1px;background:#cedabc}.mini-table{border:1px solid #edf0e8;border-radius:7px;overflow:hidden}.mini-table table{width:100%;border-collapse:collapse;font-size:9px;text-align:left}.mini-table th{font-weight:500;background:#f5f7f0;color:#829174;padding:9px 10px;white-space:nowrap}.mini-table td{padding:9px 10px;border-top:1px solid #f0f2eb;color:#607059}.mini-table .tiny-check{color:#4d8250;background:#edf5e7;padding:2px 6px;border-radius:4px;font-size:8px;white-space:nowrap}.stage-foot{display:flex;align-items:center;justify-content:space-between;padding-top:14px;font-size:9px;color:#87927b}.stage-foot strong{color:#577a3f;font-weight:500;display:flex;gap:5px;align-items:center}.stage-foot .icon{width:12px;height:12px}.terminal-float{position:absolute;left:0;bottom:5px;background:#1c3027;border:1px solid #3a4e3c;color:#dce8d3;border-radius:10px;padding:15px 19px;box-shadow:0 15px 30px #223c2820;width:325px;transform:rotate(-2deg);font-size:10px;z-index:2}.terminal-float .dots{display:flex;gap:4px;margin-bottom:12px}.terminal-float .dots i{display:block;width:5px;height:5px;background:#758671;border-radius:50%}.terminal-float .command{color:#d3ed9f}.terminal-float .result{font-size:9px;color:#91a98b;margin-top:5px}.float-badge{position:absolute;right:-4px;bottom:36px;background:#f4f8ed;border:1px solid #d9e3cb;border-radius:9px;padding:10px 13px;display:flex;align-items:center;gap:8px;font-size:10px;transform:rotate(2deg);z-index:3;color:#56733c}.float-badge .icon{height:16px;width:16px}.value-strip{background:#f0f3e9;border:1px solid #e3e9d9;border-radius:12px;display:grid;grid-template-columns:repeat(3,1fr);padding:21px 10px;margin-bottom:65px}.value-item{display:flex;gap:15px;align-items:center;padding:0 26px;border-right:1px solid #dfe5d5}.value-item:last-child{border:0}.value-item>.icon{height:26px;width:26px;color:#739254}.value-item strong{font-size:12px;font-weight:650}.value-item p{font-size:10px;color:#8b947e;margin-top:3px}.section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:23px}.section-head h2{font-size:26px;letter-spacing:-.7px;font-weight:700;line-height:1.4;margin-top:7px}.section-head p{font-size:12px;color:var(--muted);margin-top:8px}.filter-bar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:23px}.filters{display:flex;gap:6px;flex-wrap:wrap}.filter{border:1px solid transparent;border-radius:7px;padding:7px 14px;background:transparent;color:#7c8675;font-size:11px;transition:.2s}.filter.active{background:var(--ink);color:#fff}.filter:not(.active):hover{background:#eaf0e2}.result-count{font-size:10px;color:#98a18f}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.product-card{border:1px solid #e2e7da;background:#fff;border-radius:13px;overflow:hidden;transition:transform .25s,box-shadow .25s}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.product-art{height:180px;overflow:hidden;position:relative;display:flex;align-items:center;justify-content:center;border-bottom:1px solid #eef0e9}.product-art:after{content:'';position:absolute;inset:0;box-shadow:inset 0 -12px 28px #fff1;pointer-events:none}.product-card .card-body{padding:17px 19px}.card-topline{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.card-category{font-size:9px;letter-spacing:.8px;font-weight:600;color:#7a8870}.product-card h3{font-size:16px;letter-spacing:-.2px}.card-description{font-size:11px;color:#8a9382;margin-top:5px;line-height:1.75;min-height:39px}.card-foot{border-top:1px solid #eff1e9;padding-top:12px;margin-top:13px;display:flex;align-items:center;justify-content:space-between}.price{font-size:19px;font-weight:700;letter-spacing:-.5px;line-height:1.2}.price small{font-size:10px;font-weight:400;color:#99a28d;letter-spacing:0;margin-left:4px}.price.free{color:#4b7540;font-size:16px}.arrow-circle{display:grid;place-items:center;width:28px;height:28px;border:1px solid #e2e7db;border-radius:50%;color:#6d8160}.arrow-circle .icon{width:14px;height:14px}.art-label{position:absolute;left:17px;top:12px;font-size:9px;letter-spacing:1.7px;font-weight:700;color:#7a8d73;z-index:1}.art-label.bottom{top:auto;bottom:14px}.art-stock{background:#e9f0df}.sheet-mock{width:225px;background:white;box-shadow:0 10px 20px #445a2320;border:1px solid #dce5cf;border-radius:6px;padding:13px;transform:rotate(-6deg) translate(10px,18px)}.sheet-top{display:flex;justify-content:space-between;font-size:9px;font-weight:700;color:#41604a;margin-bottom:9px}.sheet-metrics{display:flex;gap:6px;margin-bottom:11px}.sheet-metric{flex:1;background:#f1f5ec;padding:7px 6px;border-radius:3px}.sheet-metric small{font-size:5px;display:block;color:#8b9b7c}.sheet-metric b{font-size:10px;color:#4b6d38}.sheet-row{display:grid;grid-template-columns:1.7fr 1fr 1fr 1fr;gap:5px;padding:5px 0;border-bottom:1px solid #edf1e5;font-size:5px;color:#839178}.sheet-row:first-of-type{background:#f0f5e8}.sheet-accent{position:absolute;right:28px;top:46px;width:44px;height:45px;border-radius:8px;background:#f8fbf3;border:1px solid #dce8c8;display:grid;place-items:center;box-shadow:0 5px 15px #657d2920;transform:rotate(8deg);color:#648a48}.sheet-accent .icon{height:26px;width:26px}.art-images{background:#f0e8e0}.photo-stack{width:255px;height:135px;position:relative;margin-top:24px}.sample-photo{width:97px;height:114px;border:5px solid white;border-bottom-width:18px;border-radius:3px;background:#cfdebb;position:absolute;left:23px;top:4px;transform:rotate(-12deg);box-shadow:0 6px 13px #704d3515;overflow:hidden}.sample-photo:nth-child(2){left:79px;top:-8px;transform:rotate(3deg);background:#d8ad93}.sample-photo:nth-child(3){left:143px;top:9px;transform:rotate(13deg);background:#e5c56e}.sample-photo .vase{width:39px;height:54px;background:#72875b;border-radius:5px 5px 15px 15px;position:absolute;bottom:7px;left:23px;box-shadow:3px 3px 0 #60734c}.sample-photo .vase:before{content:'';height:9px;background:#849969;position:absolute;top:-5px;left:0;right:0;border-radius:50%}.sample-photo .vase:after{content:'';position:absolute;top:-37px;width:5px;height:36px;left:18px;background:#556a40;transform:rotate(-13deg)}.sample-photo .orb{width:61px;height:61px;background:#df846b;border-radius:50%;position:absolute;left:12px;top:14px;box-shadow:8px 6px 0 #8c4d3940}.sample-photo .arch{height:79px;width:57px;background:#f3edcf;border-radius:40px 40px 0 0;position:absolute;left:14px;bottom:0;box-shadow:7px 0 0 #a7874760}.art-badge{position:absolute;right:13px;bottom:13px;background:#ffffffde;border:1px solid #ffffffcc;padding:4px 9px;border-radius:5px;font-size:8px;color:#7b705f;display:flex;gap:4px;align-items:center}.art-badge .icon{width:11px;height:11px}.art-flow{background:#e5edf1}.flow-mock{display:flex;gap:6px;align-items:center;transform:rotate(-3deg);margin-top:15px}.flow-box{width:61px;height:64px;border-radius:8px;background:#f9fcff;border:1px solid #d0dfe5;box-shadow:0 6px 15px #57758115;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;font-size:7px;color:#6c7f80}.flow-box .icon{width:23px;height:23px;color:#648397}.flow-box.accent{background:#214c43;color:#e3f0d3;border-color:#214c43}.flow-box.accent .icon{color:#d6eea3}.flow-arrow{font-size:12px;color:#a0b4b9}.art-quote{background:#f1ede3}.quote-mock{width:170px;background:#fffefb;border:1px solid #e5decf;border-radius:3px;box-shadow:0 8px 15px #79643e15;transform:rotate(7deg) translateY(19px);padding:18px}.quote-mock h4{font-size:13px;letter-spacing:2px;margin-bottom:10px;color:#877454}.quote-line{height:3px;background:#e4decf;margin:8px 0;width:100%}.quote-line.short{width:64%}.quote-total{border-top:1px solid #c9baa0;font-size:10px;display:flex;justify-content:space-between;margin-top:18px;padding-top:9px;color:#897250}.quote-stamp{position:absolute;width:48px;height:48px;border-radius:50%;border:1px solid #c0cdb1;display:grid;place-items:center;background:#f2f6e6;font-size:8px;color:#648148;left:40px;bottom:27px;transform:rotate(-12deg)}.art-clean{background:#e9ebe8}.clean-window{background:#f9fbf7;border:1px solid #d4dfd0;box-shadow:0 8px 18px #42603510;border-radius:7px;width:260px;padding:14px;transform:rotate(-3deg) translateY(14px)}.clean-window-head{display:flex;gap:5px;margin-bottom:13px}.clean-window-head i{width:4px;height:4px;border-radius:50%;background:#c2cbbd}.code-lines{font-size:8px;color:#76816f;line-height:2}.code-lines .syntax{color:#768f47}.code-lines .num{color:#b2bba6;display:inline-block;width:17px}.art-pdf{background:#eeebe4}.pdf-doc{width:96px;height:123px;background:white;box-shadow:0 9px 19px #79663f1a;border-radius:4px;border:1px solid #e5dece;position:absolute;top:35px;left:50%;margin-left:-32px;transform:rotate(10deg);padding:15px}.pdf-doc.back{margin-left:-84px;transform:rotate(-12deg);top:40px}.pdf-red{font-size:10px;color:#a27757;margin-bottom:10px;font-weight:700}.pdf-doc i{display:block;height:3px;background:#e4dfd3;margin:8px 0}.pdf-doc i:last-child{width:65%}.pdf-merge{position:absolute;bottom:21px;right:68px;background:#f3eee3;border:1px solid #dacfba;border-radius:50%;height:36px;width:36px;display:grid;place-items:center;color:#8c805e}.view-more-row{display:flex;justify-content:center;margin-top:28px}.workflow-banner{margin-top:65px;border-radius:17px;overflow:hidden;background:var(--dark);position:relative;display:grid;grid-template-columns:1fr 1.04fr;gap:38px;padding:43px 45px;color:#edf4e8}.workflow-banner:after{content:'';position:absolute;width:340px;height:340px;border:1px solid #507457;right:-80px;top:-60px;opacity:.2;border-radius:50%;pointer-events:none}.workflow-banner .eyebrow{color:#accc8b}.workflow-banner h2{font-size:31px;line-height:1.45;letter-spacing:-.8px;margin:12px 0}.workflow-banner p{font-size:12px;color:#a6bdab;max-width:380px;line-height:1.9}.banner-actions{display:flex;gap:10px;margin-top:22px}.terminal{background:#102b22;border:1px solid #416347;border-radius:10px;overflow:hidden;box-shadow:0 10px 30px #09251a22;position:relative;z-index:1}.terminal-head{display:flex;align-items:center;gap:10px;padding:13px 16px;border-bottom:1px solid #38533b;font-size:10px;color:#88a991}.terminal-dots{display:flex;gap:4px;margin-right:auto}.terminal-dots i{height:5px;width:5px;background:#597458;border-radius:50%}.terminal code{display:block;padding:19px 20px;color:#c8ddb9;font-size:11px;line-height:2.2;white-space:pre-wrap;word-break:break-word}.terminal code .comment{color:#708e76}.terminal code .syntax{color:#d4ee9e}.terminal code .dim{color:#94bba1}.terminal .copy-code{margin-left:4px;background:transparent;border:0;color:#91ab94;display:flex;align-items:center;gap:4px;font-size:9px;cursor:pointer}.terminal .copy-code .icon{width:12px;height:12px}.free-section{padding-top:64px}.free-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.free-tile{padding:18px 15px;border:1px solid var(--line);border-radius:11px;background:#fff;display:flex;align-items:center;text-align:left;gap:11px;transition:.2s}.free-tile:hover{border-color:#c5d3b6;transform:translateY(-2px)}.free-tile>.icon{color:#628250;width:23px;height:23px}.free-tile strong{font-size:12px;display:block}.free-tile small{display:block;font-size:10px;color:#919986;margin-top:3px}.free-tile .tile-arrow{margin-left:auto;width:14px;height:14px;color:#a3ae96}.community-banner{display:flex;align-items:center;justify-content:space-between;gap:30px;margin:55px 0 53px;padding:27px 30px;background:#edf2e4;border:1px solid #dfe7d5;border-radius:12px}.community-banner h3{font-size:18px;margin:0 0 6px;letter-spacing:-.3px}.community-banner p{font-size:11px;color:#879078}.community-banner .community-icon{height:45px;width:45px;border-radius:50%;background:#e0eace;color:#6b894d;display:grid;place-items:center;margin-right:18px;flex-shrink:0}.community-copy{display:flex;align-items:center}.site-footer{background:#f1f3ec;border-top:1px solid #e3e8da}.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;padding-top:36px;padding-bottom:36px}.footer-brand p{font-size:11px;color:#8c947e;margin-top:13px;max-width:260px;line-height:1.9}.footer-col h4{font-size:11px;font-weight:600;margin-bottom:12px}.footer-col a,.footer-col button{display:block;font-size:10px;color:#8d957f;margin:8px 0;padding:0;border:0;background:none;text-align:left}.footer-col a:hover,.footer-col button:hover{color:var(--green)}.footer-bottom{border-top:1px solid #dfe4d5;padding:17px 0;display:flex;justify-content:space-between;color:#929a86;font-size:9px}.footer-bottom span{display:flex;align-items:center;gap:6px}
/* inner pages */
.page-intro{padding:38px 0 26px}.page-intro h1{font-size:35px;letter-spacing:-1px;line-height:1.4;margin:10px 0}.page-intro p{color:var(--muted);font-size:13px}.shop-search{display:flex;gap:10px;margin:26px 0}.shop-search input{width:100%;background:white;border:1px solid var(--line);border-radius:9px;padding:12px 15px;font-size:12px}.shop-bottom{margin:45px 0 60px;background:#edf3e5;padding:23px;border:1px solid #dde7d0;border-radius:12px;display:flex;justify-content:space-between;align-items:center}.shop-bottom h3{font-size:16px}.shop-bottom p{font-size:11px;color:var(--muted);margin-top:5px}.empty-state{grid-column:1/-1;text-align:center;padding:80px 20px;background:#fff;border:1px dashed #ced9c1;border-radius:12px;color:var(--muted)}.detail-grid{display:grid;grid-template-columns:1.25fr 1fr;gap:48px;margin:0 0 44px}.detail-showcase{background:#eaf0df;min-height:435px;border:1px solid #dfe7d6;border-radius:17px;padding:30px;position:relative;display:flex;flex-direction:column;justify-content:center;overflow:hidden}.detail-showcase .showcase-caption{font-size:10px;color:#819472;letter-spacing:1px;margin-bottom:21px}.large-sheet{background:white;border:1px solid #d6e0c7;border-radius:10px;box-shadow:0 18px 40px #52633a13;padding:22px;transform:rotate(-2deg)}.large-sheet h3{font-size:17px}.large-sheet .sub{font-size:9px;color:#879378;margin-top:2px}.sheet-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:16px 0}.sheet-kpi{background:#f2f6eb;border:1px solid #e9eedf;padding:10px;border-radius:5px}.sheet-kpi span{display:block;font-size:8px;color:#8b9b79}.sheet-kpi strong{font-size:17px;color:#4b6d38}.sheet-kpi small{display:block;color:#819f63;font-size:7px}.sample-ledger{border-collapse:collapse;width:100%;font-size:8px;text-align:left}.sample-ledger th{background:#edf3e3;padding:8px 5px;color:#789164;font-weight:500}.sample-ledger td{padding:9px 5px;border-bottom:1px solid #edf1e6;color:#808c75}.sheet-tabs{display:flex;gap:14px;font-size:8px;margin-top:13px;color:#8e9c7a}.sheet-tabs b{color:#506d38;border-bottom:2px solid #7e9d5d;padding-bottom:4px}.detail-meta h1{font-size:34px;line-height:1.4;letter-spacing:-.8px;margin:11px 0 15px}.detail-meta .description{color:#7f8a75;font-size:12px;line-height:1.95}.detail-tags{display:flex;gap:6px;flex-wrap:wrap;margin:18px 0 23px}.purchase-box{border:1px solid #dde5d3;background:white;border-radius:12px;padding:19px}.purchase-price{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.purchase-price .price{font-size:31px}.purchase-price .price small{font-size:12px}.purchase-price .terms{font-size:10px;color:#859177}.purchase-box .fineprint{text-align:center;color:#8e9881;font-size:10px;margin-top:10px}.detail-secondary{display:flex;justify-content:center;gap:25px;margin-top:16px}.detail-secondary button{background:none;border:0;font-size:11px;color:#6f865e;display:flex;align-items:center;gap:5px}.detail-secondary .icon{width:14px;height:14px}.detail-stats{display:grid;grid-template-columns:1fr 1fr;gap:10px;border-top:1px solid var(--line);margin-top:22px;padding-top:17px;font-size:10px;color:#829174}.detail-stats div{display:flex;justify-content:space-between;gap:10px}.detail-stats b{font-weight:500;color:#4f6852}.detail-lower{display:grid;grid-template-columns:1.4fr .8fr;gap:40px;margin-bottom:60px}.detail-tabs{display:flex;gap:22px;border-bottom:1px solid #e0e6d8;margin-bottom:25px}.detail-tab{border:0;border-bottom:2px solid transparent;background:none;padding:10px 1px;font-size:12px;color:#8a9480}.detail-tab.active{color:var(--ink);border-color:var(--green);font-weight:650}.detail-content h3{font-size:18px;margin-bottom:14px}.feature-row{display:flex;gap:13px;align-items:flex-start;margin:18px 0}.feature-row>.icon{width:19px;height:19px;color:#6c8f52;margin-top:3px}.feature-row h4{font-size:12px}.feature-row p{font-size:11px;color:#839176;margin-top:3px}.info-card{background:#f0f4e9;border:1px solid #e1e8d7;border-radius:12px;padding:24px;align-self:start}.info-card h3{font-size:15px}.info-card p{font-size:11px;color:#839075;line-height:1.9;margin:11px 0 18px}.plain-copy{font-size:12px;color:#7b8871;line-height:2}.file-list{background:#f0f3eb;border:1px solid #e0e6d7;border-radius:8px;padding:17px;font-size:11px;line-height:2;color:#6d805a;white-space:pre-wrap}.workflow-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin:4px 0 27px}.workflow-heading h1{font-size:29px;letter-spacing:-.8px;margin:6px 0}.workflow-heading p{font-size:12px;color:#839078}.workflow-heading .btn{margin-top:14px}.workflow-layout{display:grid;grid-template-columns:290px 1fr;gap:23px;margin-bottom:60px;align-items:start}.panel{background:#fff;border:1px solid var(--line);border-radius:13px;overflow:hidden}.panel-title{font-size:13px;font-weight:650;padding:18px 21px;border-bottom:1px solid #edf0e6;display:flex;align-items:center;justify-content:space-between}.panel-body{padding:21px}.workflow-sidebar .field{margin-bottom:17px}.field label{display:block;font-size:11px;color:#6d7e61;margin-bottom:7px}.field input,.field select,.field textarea{width:100%;border:1px solid #dfe5d7;border-radius:7px;padding:10px;font-size:11px;background:#fbfcf8;color:#526347}.field textarea{min-height:100px;resize:vertical}.field small{display:block;font-size:9px;color:#8f9a83;margin-top:6px}.segmented{display:flex;border:1px solid #dde5d3;border-radius:7px;padding:3px;background:#f5f7f0}.segmented button{flex:1;border:0;background:transparent;font-size:10px;padding:8px 5px;border-radius:4px;color:#889878}.segmented button.active{background:white;color:#4e6c3a;box-shadow:0 1px 4px #384d2510}.budget-box{border-top:1px solid #e6ebde;padding-top:16px;margin-top:17px}.budget-line{font-size:10px;display:flex;justify-content:space-between;margin:9px 0;color:#819172}.budget-line b{color:#4f7039}.budget-note{font-size:9px;background:#f0f5e8;border-radius:5px;padding:9px;color:#7d9169;margin:13px 0}.flow-canvas{background-color:#fafbf7;background-image:radial-gradient(#dfe6d6 1px,transparent 1px);background-size:15px 15px;padding:28px 18px;display:flex;gap:10px;align-items:center;justify-content:center;border-bottom:1px solid #e8ecdf;min-height:145px}.canvas-node{width:122px;background:white;border:1px solid #dce6cf;border-radius:9px;padding:12px 10px;text-align:center;box-shadow:0 4px 10px #29442005;transition:.3s}.canvas-node.active{border-color:#86ad58;background:#f6faed;box-shadow:0 0 0 3px #e5eed7}.canvas-node.complete{border-color:#adc695;background:#f1f7e9}.canvas-node .node-icon{display:grid;place-items:center;margin:auto;width:31px;height:31px;border-radius:7px;background:#f0f5e8;color:#6c9250}.canvas-node .node-icon .icon{width:17px;height:17px}.canvas-node h4{font-size:10px;margin-top:7px}.canvas-node small{font-size:8px;color:#92a07f}.flow-canvas>.icon{color:#adbb9f;width:16px;height:16px}.run-tabs{display:flex;gap:21px;padding:0 21px;border-bottom:1px solid #edf0e7}.run-tabs button{border:0;border-bottom:2px solid transparent;font-size:11px;padding:13px 0;background:none;color:#8f9b82}.run-tabs button.active{color:var(--green);border-color:var(--green)}.dropzone{margin:21px;border:1px dashed #c7d6b6;background:#fbfcf8;border-radius:10px;padding:25px;text-align:center}.dropzone .upload-icon{display:grid;place-items:center;margin:0 auto 10px;width:42px;height:42px;background:#edf3e4;border-radius:10px;color:#71934f}.dropzone h3{font-size:13px;margin-bottom:7px}.dropzone p{font-size:10px;color:#8b987d;margin-bottom:14px}.demo-file{display:flex;align-items:center;gap:12px;text-align:left;background:white;border:1px solid #e0e8d5;border-radius:8px;padding:14px}.demo-file>.icon{color:#7e9c5e;width:28px;height:28px}.demo-file strong{font-size:11px;display:block}.demo-file small{font-size:9px;color:#8c9c7a}.demo-file .tag{margin-left:auto}.flow-info{display:flex;gap:8px;align-items:flex-start;font-size:10px;color:#8e9c7e;margin:0 22px 20px;line-height:1.8}.flow-info .icon{width:13px;height:13px;margin-top:3px}.execution-log{padding:22px;min-height:215px}.log-row{display:flex;gap:11px;margin:11px 0;font-size:10px;color:#6d8759}.log-row time{color:#9aa88d;font-family:monospace}.log-row .icon{width:13px;height:13px;margin-top:3px}.run-results{padding:21px}.result-summary{display:flex;gap:18px;align-items:center;padding:15px;background:#edf6e4;border:1px solid #d6e6c6;border-radius:8px;margin-bottom:17px}.result-summary .icon{color:#6c9448;width:27px;height:27px}.result-summary h3{font-size:12px}.result-summary p{font-size:10px;color:#86a06e;margin-top:3px}.result-data{width:100%;border-collapse:collapse;font-size:10px;margin:0 0 17px}.result-data th,.result-data td{text-align:left;padding:11px 9px;border-bottom:1px solid #edf1e5}.result-data th{font-weight:500;background:#f5f8ef;color:#879875}.result-data td{color:#728460}.task-empty{padding:50px 25px;text-align:center;color:#99a38f;font-size:12px}.task-empty .icon{display:block;margin:0 auto 10px;width:28px;height:28px}.balance-pill{display:flex;align-items:center;gap:8px;font-size:11px;padding:10px 13px;border:1px solid #dce6d2;border-radius:8px;background:#f2f7e9;color:#74915e}.balance-pill strong{color:#3f6738}.account-layout{display:grid;grid-template-columns:202px 1fr;gap:28px;margin-bottom:60px}.account-sidebar{border:1px solid var(--line);background:white;border-radius:12px;align-self:start;padding:19px 12px}.profile{display:flex;gap:10px;align-items:center;padding:1px 9px 18px;margin-bottom:10px;border-bottom:1px solid #edf0e7}.avatar{height:35px;width:35px;background:#e8efd9;display:grid;place-items:center;border-radius:50%;color:#708c50;font-size:11px;font-weight:700}.profile strong{font-size:11px;display:block}.profile small{font-size:9px;color:#8f9c80}.account-nav{width:100%;display:flex;align-items:center;gap:9px;padding:11px;border:0;background:none;text-align:left;font-size:11px;border-radius:7px;color:#8b987d}.account-nav.active{background:#edf4e3;color:#526d3b;font-weight:600}.account-nav .icon{width:16px;height:16px}.wallet-top{display:grid;grid-template-columns:1.15fr 1fr;gap:18px;margin-bottom:22px}.wallet-card{background:var(--dark);border:1px solid #2f5338;color:#f1f6e9;border-radius:13px;padding:23px;position:relative;overflow:hidden}.wallet-card:after{content:'';position:absolute;width:150px;height:150px;border:1px solid #73915944;border-radius:50%;right:-20px;bottom:-55px}.wallet-card .wallet-label{color:#adc095;font-size:11px;display:flex;justify-content:space-between;align-items:center}.wallet-amount{font-size:40px;letter-spacing:-1px;margin:9px 0 3px;font-weight:600;line-height:1.5}.wallet-amount small{font-size:13px;letter-spacing:0;margin-left:5px;color:#a7c292;font-weight:400}.wallet-card p{font-size:9px;color:#8eaa7d;margin-bottom:20px}.wallet-card .btn{position:relative;z-index:1}.wallet-card .tag{background:#ffffff10;border-color:#adc78c33;color:#b8d496;font-size:8px}.usage-card{background:white;border:1px solid #e1e7d7;border-radius:13px;padding:22px}.usage-card .panel-label{font-size:11px;color:#849777}.usage-total{font-size:29px;line-height:1.5;margin:7px 0 10px;font-weight:600}.usage-bar{height:7px;border-radius:5px;background:#edf2e4;overflow:hidden;margin:15px 0}.usage-bar span{display:block;width:28%;height:100%;background:#bdd783;border-radius:5px}.usage-line{display:flex;justify-content:space-between;font-size:9px;color:#92a081}.usage-chips{display:flex;gap:8px;margin-top:16px}.usage-chips span{font-size:9px;background:#f3f7ec;border-radius:4px;padding:5px 7px;color:#7c9565}.transactions-wrap{overflow:auto}.transactions{width:100%;border-collapse:collapse;text-align:left;font-size:10px;white-space:nowrap}.transactions th{font-size:9px;font-weight:500;color:#91a180;background:#fafcf5;padding:12px 20px}.transactions td{padding:17px 20px;border-top:1px solid #eef2e6;color:#748b60}.transactions td strong{color:#516840;font-weight:500;display:block}.transactions td small{display:block;font-size:8px;color:#9aa889;margin-top:3px}.transactions .positive{color:#649451}.transactions .amount{font-family:monospace;color:#576b48}.account-footnote{font-size:10px;color:#95a186;margin-top:16px;line-height:1.9}.owned-item{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 21px;border-bottom:1px solid #edf1e5}.owned-item strong{font-size:12px;display:block}.owned-item small{font-size:10px;color:#92a180}.key-box{background:#f1f5e9;border:1px solid #dfe7d3;border-radius:7px;padding:15px;display:flex;align-items:center;justify-content:space-between;font-size:11px;color:#769054;gap:10px}.dev-layout{display:grid;grid-template-columns:1fr 1fr;gap:28px;margin:32px 0 60px}.developer-code{min-height:290px}.docs-card{padding:26px;background:white;border:1px solid var(--line);border-radius:13px}.docs-card h3{font-size:16px;margin-bottom:18px}.docs-card .feature-row{margin:20px 0}.community-page{max-width:850px;margin:48px auto 65px}.community-hero{background:#eaf1dd;border:1px solid #dae5ca;padding:40px;border-radius:17px;text-align:center}.community-hero h1{font-size:33px;margin:13px 0}.community-hero p{font-size:13px;color:#7c9168;max-width:550px;margin:0 auto}.community-form{padding:32px;background:white;border:1px solid #e2e7da;border-radius:13px;margin-top:23px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-grid .span2{grid-column:1/-1}.community-form h3{font-size:17px;margin-bottom:20px}
.account-layout>div,.workflow-main,.detail-grid>*{min-width:0}.transactions-wrap{max-width:100%}
/* overlays */
.overlay{position:fixed;inset:0;z-index:100;background:#10231ab3;backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;padding:22px;animation:fadeIn .15s}.modal{width:100%;max-width:490px;max-height:90vh;overflow:auto;background:#fbfcf7;border:1px solid #e0e7d7;border-radius:17px;box-shadow:0 30px 100px #07180a55}.modal.wide{max-width:760px}.modal-head{display:flex;align-items:center;justify-content:space-between;padding:19px 23px;border-bottom:1px solid #e7eddd}.modal-head h2{font-size:16px}.modal-body{padding:24px}.modal-notice{padding:11px 13px;border:1px solid #e3e9d3;background:#f0f5e7;border-radius:7px;font-size:11px;color:#81956a;margin:0 0 19px;line-height:1.8}.checkout-line{display:flex;justify-content:space-between;gap:15px;font-size:12px;color:#849475;margin:14px 0}.checkout-line.total{border-top:1px solid #e0e8d3;padding-top:17px;color:#415d34;font-weight:650;font-size:17px;margin:20px 0}.checkout-product{display:flex;gap:13px;align-items:center;margin:10px 0 23px}.checkout-product .app-icon{height:45px;width:45px}.checkout-product strong{font-size:14px;display:block}.checkout-product small{font-size:10px;color:#8b9c7d}.checkout-fine{font-size:10px;color:#95a587;margin:12px 0 0;text-align:center}.amount-options{display:flex;gap:9px;margin:16px 0}.amount-option{border:1px solid #dce5ce;border-radius:8px;background:white;flex:1;padding:12px 6px;font-size:15px;font-weight:600}.amount-option.selected{background:#edf4df;border-color:#9ebc78;color:#62843f}.search-input-wrap{display:flex;gap:12px;align-items:center;background:#fff;border:1px solid #dfe7d3;border-radius:8px;padding:13px}.search-input-wrap input{border:0;background:transparent;outline:none;width:100%;font-size:14px;color:var(--ink)}.search-results{margin-top:15px}.search-result{display:flex;align-items:center;gap:14px;padding:14px 6px;border-bottom:1px solid #e7eddf}.search-result:hover{background:#f0f5e8}.search-result .icon{color:#799a56}.search-result strong{display:block;font-size:12px}.search-result small{font-size:10px;color:#8d9e7b}.search-result .text-link{margin-left:auto;font-size:11px}.tool-layout{display:grid;grid-template-columns:1fr 1fr;gap:14px}.tool-layout label{font-size:11px;color:#81976b;display:block;margin-bottom:6px}.tool-layout textarea{width:100%;height:235px;resize:vertical;border:1px solid #dce5d0;border-radius:7px;padding:13px;font-family:Consolas,monospace;font-size:12px;line-height:1.8;background:white;color:#456039}.tool-layout textarea[readonly]{background:#f3f6ed}.tool-buttons{display:flex;gap:8px;margin-top:16px;align-items:center;flex-wrap:wrap}.tool-status{font-size:10px;color:#78945c;margin-top:13px;min-height:19px}.toast{position:fixed;bottom:25px;left:50%;transform:translateX(-50%);padding:12px 20px;border-radius:10px;background:#1b372c;box-shadow:0 8px 30px #14352333;color:#e7f0dd;font-size:12px;z-index:150;max-width:90vw;text-align:center;animation:fadeIn .2s}.mobile-nav-panel{display:none}.success-screen{text-align:center;padding:10px 0}.success-screen .success-icon{width:64px;height:64px;border-radius:50%;background:#e3efcf;color:#729d45;display:grid;place-items:center;margin:0 auto 18px}.success-screen .success-icon .icon{width:31px;height:31px}.success-screen h3{font-size:21px;margin-bottom:10px}.success-screen p{font-size:12px;color:#819775;margin-bottom:24px}.noscript{padding:30px;text-align:center;background:#f1f6e7}body.modal-open{overflow:hidden}@keyframes fadeIn{from{opacity:0;transform:translateY(3px)}to{opacity:1}}.toast{animation:none}main{min-height:55vh}.page-enter{animation:fadeIn .25s}
@media(min-width:1600px){.container{max-width:1320px}.hero{gap:85px}.hero-stage{padding-left:40px}.stage-card{max-width:480px}.terminal-float{left:15px}.float-badge{right:8px}.hero h1{font-size:60px}}
@media(max-width:1120px){.header-inner{gap:27px}.main-nav{gap:20px}.search-trigger{min-width:36px;width:36px;padding:9px}.search-trigger span,.search-trigger kbd{display:none}.hero{gap:26px}.hero h1{font-size:47px}.stage-card{padding:18px}.hero-stage{padding-left:9px}.node{font-size:8px;gap:3px}.track-line{width:9px}.hero-assurance{gap:13px}.terminal-float{width:270px;font-size:9px}.float-badge{right:-8px}.product-grid{gap:16px}.free-tile{gap:8px;padding:16px 11px}.free-tile small{font-size:9px}.workflow-banner{padding:35px;gap:24px}.canvas-node{width:100px}.flow-canvas{gap:5px}.workflow-layout{grid-template-columns:260px 1fr}}
@media(max-width:900px){.container{padding:0 25px}.main-nav{gap:16px}.header-inner{gap:25px}.header-actions{gap:7px}.account-trigger span{display:none}.hero h1{font-size:42px}.hero{gap:22px;padding-top:53px;padding-bottom:48px;min-height:470px}.hero-stage{height:340px}.hero-stage .mini-table th,.hero-stage .mini-table td{padding:8px 6px;font-size:8px}.stage-head{gap:8px}.stage-card{min-height:270px;padding:15px}.stage-title{font-size:12px}.workflow-track{gap:4px;flex-wrap:wrap}.track-line{width:5px}.node b{width:15px;height:15px}.terminal-float{width:255px;bottom:7px;padding:12px 14px;font-size:9px}.float-badge{bottom:59px;font-size:9px;padding:7px;right:-5px}.hero-assurance{gap:12px;flex-wrap:wrap;font-size:9px}.hero-copy{font-size:12px}.value-item{padding:0 18px;gap:10px}.value-item strong{font-size:11px}.value-item p{font-size:9px}.product-grid{grid-template-columns:repeat(3,1fr)}.product-art{height:154px}.sheet-mock{transform:scale(.85) rotate(-6deg) translate(5px,22px)}.sheet-accent{right:15px;transform:scale(.85) rotate(8deg)}.photo-stack{transform:scale(.8)}.flow-mock{transform:scale(.8) rotate(-3deg)}.card-description{min-height:58px}.product-card .card-body{padding:15px}.product-card h3{font-size:14px}.card-category{font-size:8px}.card-topline .tag{font-size:8px}.free-grid{grid-template-columns:repeat(2,1fr)}.workflow-banner h2{font-size:27px}.workflow-banner{padding:30px;gap:22px}.terminal code{padding:15px;font-size:9px}.detail-grid{gap:26px;grid-template-columns:1.1fr 1fr}.detail-showcase{padding:18px;min-height:385px}.detail-meta h1{font-size:28px}.detail-lower{gap:25px}.workflow-layout{grid-template-columns:230px 1fr;gap:16px}.workflow-heading h1{font-size:26px}.canvas-node{width:82px;padding:10px 6px}.canvas-node h4{font-size:9px}.canvas-node small{font-size:7px}.flow-canvas{padding:24px 10px;gap:4px}.account-layout{grid-template-columns:165px 1fr;gap:18px}.wallet-top{grid-template-columns:1fr 1fr;gap:14px}.wallet-card,.usage-card{padding:18px}.transactions th,.transactions td{padding:12px}.footer-top{gap:25px}.community-banner{padding:23px}.community-banner p{font-size:10px}}
@media(max-width:680px){body{font-size:13px}.container{padding:0 20px}.announcement{height:27px;font-size:9px}.announcement .proto{font-size:8px}.header-inner{height:66px;gap:10px;justify-content:space-between}.wordmark{font-size:21px}.logo-mark{width:31px;height:31px;font-size:17px;border-radius:8px}.brand-sub{font-size:7px;letter-spacing:1.7px}.main-nav{display:none}.header-actions{gap:5px}.account-trigger{width:33px;height:33px;justify-content:center}.search-trigger{background:none;border:0;width:31px;min-width:31px}.search-trigger .icon{width:17px;height:17px}.mobile-menu{display:flex;width:32px;height:32px}.mobile-nav-panel.open{display:flex;flex-direction:column;gap:0;padding:7px 20px 17px;border-top:1px solid var(--line);background:#fff}.mobile-nav-panel a{padding:10px 0;font-size:12px;color:#688052}.hero{display:flex;flex-direction:column;align-items:stretch;gap:37px;padding-top:38px;padding-bottom:35px;min-height:auto}.hero h1{font-size:40px;line-height:1.4;letter-spacing:-1.6px;margin:17px 0}.hero .eyebrow{font-size:9px;letter-spacing:1.4px}.hero h1 .highlight:after{height:10px;bottom:5px}.hero-copy{font-size:12px;line-height:1.9;max-width:350px}.hero-buttons{margin-top:23px;gap:10px}.hero-buttons .btn{padding:12px 17px;font-size:12px}.hero-assurance{font-size:9px;gap:13px;margin-top:18px;flex-wrap:nowrap}.hero-assurance span{gap:4px}.hero-assurance .icon{width:11px;height:11px}.hero-stage{height:335px;max-width:425px;width:100%;padding:7px 8px 0 16px;margin:auto}.stage-card{min-height:260px;padding:17px;max-width:100%}.stage-title{font-size:12px}.stage-subtitle{font-size:8px}.stage-head{margin-bottom:15px}.stage-head .app-icon{width:34px;height:34px}.node{font-size:8px}.track-line{width:10px}.node b{width:17px;height:17px}.workflow-track{margin-bottom:15px}.hero-stage .mini-table td,.hero-stage .mini-table th{padding:8px 7px;font-size:8px}.stage-foot{font-size:8px}.terminal-float{width:265px;bottom:10px;left:2px;font-size:9px}.float-badge{bottom:50px;right:0;font-size:8px;padding:8px}.value-strip{margin-bottom:38px;padding:0 15px;grid-template-columns:1fr;gap:0;border-radius:11px}.value-item{padding:15px 0;border-right:0;border-bottom:1px solid #dfe5d5;gap:13px}.value-item>.icon{width:23px;height:23px}.value-item strong{font-size:12px}.value-item p{font-size:10px;margin-top:1px}.section-head{gap:10px;margin-bottom:21px;align-items:center}.section-head h2{font-size:23px;margin-top:6px}.section-head p{font-size:11px;margin-top:7px}.section-head .eyebrow{font-size:9px;letter-spacing:1.4px}.section-head>.text-link{font-size:10px;white-space:nowrap}.filter-bar{gap:8px;margin-bottom:19px}.filters{gap:2px;flex-wrap:nowrap}.filter{padding:6px 9px;font-size:10px}.result-count{display:none}.product-grid{grid-template-columns:1fr;gap:20px}.product-art{height:190px}.product-card .card-body{padding:18px 20px}.product-card h3{font-size:17px}.card-category{font-size:9px}.card-topline .tag{font-size:9px}.card-description{min-height:unset;font-size:11px}.card-foot{margin-top:15px;padding-top:14px}.sheet-mock{width:240px;transform:rotate(-6deg) translate(9px,23px)}.sheet-accent{right:33px;top:41px;transform:rotate(8deg)}.photo-stack{transform:scale(1)}.flow-mock{transform:rotate(-3deg) scale(1.1)}.art-label{font-size:9px}.view-more-row{margin-top:21px}.workflow-banner{grid-template-columns:1fr;padding:28px 23px;gap:27px;margin-top:40px;border-radius:13px}.workflow-banner h2{font-size:28px}.workflow-banner p{font-size:11px}.workflow-banner .eyebrow{font-size:9px}.banner-actions .btn{font-size:11px;padding:11px 13px}.terminal code{font-size:10px;padding:17px;line-height:2.2}.terminal-head{font-size:9px}.free-section{padding-top:40px}.free-grid{grid-template-columns:1fr 1fr;gap:10px}.free-tile{padding:16px 12px;gap:9px}.free-tile>.icon{width:19px;height:19px}.free-tile strong{font-size:10px}.free-tile small{font-size:8px}.free-tile .tile-arrow{display:none}.community-banner{margin:36px 0 37px;padding:23px;flex-direction:column;gap:19px;align-items:stretch}.community-banner h3{font-size:16px}.community-banner p{font-size:10px}.community-banner .community-icon{display:none}.community-banner .btn{align-self:flex-start;font-size:11px}.footer-top{grid-template-columns:1fr 1fr;gap:23px;padding:30px 0 23px}.footer-brand{grid-column:1/-1;margin-bottom:2px}.footer-brand p{max-width:300px;font-size:10px}.footer-col h4{font-size:11px}.footer-col a,.footer-col button{font-size:10px}.footer-bottom{font-size:8px;align-items:flex-start;gap:13px;flex-direction:column;padding:15px 0 20px}.breadcrumb{font-size:10px;padding:20px 0;gap:7px;flex-wrap:wrap}.page-intro{padding:29px 0 22px}.page-intro h1{font-size:29px;margin:7px 0}.page-intro p{font-size:11px}.shop-search{margin:21px 0}.shop-search input{font-size:11px}.shop-bottom{flex-direction:column;align-items:flex-start;gap:15px;margin:28px 0 40px}.detail-grid{grid-template-columns:1fr;gap:27px}.detail-showcase{min-height:330px;padding:23px}.detail-showcase .showcase-caption{font-size:8px;margin-bottom:18px}.large-sheet{padding:15px}.large-sheet h3{font-size:14px}.sheet-kpi{padding:8px}.sheet-kpi strong{font-size:15px}.sheet-kpi span{font-size:7px}.sample-ledger{font-size:7px}.detail-meta h1{font-size:30px}.detail-meta .description{font-size:12px}.detail-tags{margin:17px 0}.purchase-price .price{font-size:29px}.detail-lower{grid-template-columns:1fr;gap:23px;margin-bottom:40px}.detail-tabs{gap:23px}.detail-tab{font-size:11px}.workflow-heading{display:block;margin-bottom:20px}.workflow-heading h1{font-size:26px}.workflow-heading p{font-size:11px}.balance-pill{margin-top:16px;display:inline-flex;font-size:10px}.workflow-layout{grid-template-columns:1fr;margin-bottom:38px}.workflow-sidebar{order:1}.workflow-main{order:0}.flow-canvas{padding:23px 10px;gap:4px;min-height:132px}.canvas-node{width:66px;padding:9px 4px}.canvas-node .node-icon{width:27px;height:27px}.canvas-node .node-icon .icon{width:14px;height:14px}.canvas-node h4{font-size:8px}.canvas-node small{font-size:7px}.flow-canvas>.icon{width:12px;height:12px}.dropzone{padding:20px 13px;margin:16px}.dropzone h3{font-size:12px}.dropzone p{font-size:9px}.demo-file{padding:11px;gap:9px}.demo-file strong{font-size:10px}.demo-file .tag{font-size:8px}.result-data{font-size:8px}.result-data td,.result-data th{padding:9px 5px}.account-layout{grid-template-columns:1fr;gap:20px}.account-sidebar{padding:10px;display:flex;overflow:auto;gap:4px}.profile{display:none}.account-nav{white-space:nowrap;padding:9px;font-size:10px;justify-content:center;gap:5px}.account-nav .icon{width:14px;height:14px}.wallet-top{grid-template-columns:1fr;gap:15px}.wallet-card{padding:24px}.wallet-amount{font-size:43px}.wallet-card .wallet-label{font-size:12px}.usage-card{padding:23px}.usage-total{font-size:29px}.usage-chips span{font-size:10px}.panel-title{font-size:12px;padding:17px}.transactions th,.transactions td{padding:12px 15px}.transactions{font-size:10px}.dev-layout{grid-template-columns:1fr;margin:20px 0 40px}.developer-code code{font-size:10px}.docs-card{padding:23px}.community-page{margin:28px auto 40px}.community-hero{padding:29px 22px}.community-hero h1{font-size:27px}.community-hero p{font-size:11px}.community-form{padding:23px}.form-grid{grid-template-columns:1fr;gap:10px}.form-grid .span2{grid-column:auto}.overlay{padding:14px}.modal-head{padding:15px 18px}.modal-head h2{font-size:15px}.modal-body{padding:20px}.modal{max-height:91vh;border-radius:13px}.tool-layout{grid-template-columns:1fr}.tool-layout textarea{height:150px;font-size:11px}.modal-notice{font-size:10px}.checkout-line{font-size:11px}.search-result{gap:10px}.search-result strong{font-size:11px}.search-result small{font-size:9px}.search-result .text-link{font-size:10px}.key-box{font-size:9px;word-break:break-all}.log-row{font-size:9px;gap:8px}.run-results{padding:16px}.result-summary{gap:10px;padding:12px}.result-summary h3{font-size:11px}.result-summary p{font-size:9px}}
@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}html{scroll-behavior:auto}}
/* v2 — a multilingual product store, without a metered-service account */
:root{--muted:#717c71}#site-top{position:sticky;top:-30px;z-index:40}.site-header{position:relative;top:auto}.header-inner{gap:32px}.main-nav{gap:23px}.header-actions{gap:10px}.search-trigger{width:34px;min-width:34px;justify-content:center;padding:0}.language-picker{display:flex;gap:5px;align-items:center;border:1px solid var(--line);border-radius:7px;background:#f8faf5;padding:0 8px;height:34px}.language-picker .icon{width:15px;height:15px;color:#64815a}.language-picker select{border:0;outline:0;background:transparent;font-size:11px;color:var(--ink);max-width:95px;cursor:pointer}.account-trigger{white-space:nowrap}.header-inner .brand-sub{letter-spacing:1.6px}.hero{padding-top:62px;min-height:525px}.hero h1{font-size:52px;line-height:1.38}.hero-copy{font-size:14px;max-width:465px;color:#71806e}.hero-stage{height:376px}.locale-stage{transform:rotate(1deg);min-height:306px;padding:19px 22px}.stage-control{display:flex;align-items:center;gap:8px;padding:9px 10px;background:#f6f8f1;border:1px solid #e7ecdf;border-radius:6px;font-size:9px;margin-bottom:15px}.stage-control .icon{width:13px;height:13px;color:#729451}.stage-control .to-lang{background:#fff;border:1px solid #dde7cf;border-radius:4px;padding:3px 8px;margin-left:auto;cursor:pointer;font-size:9px}.quote-preview-head{display:flex;align-items:flex-start;justify-content:space-between;padding:7px 0 12px}.quote-preview-head strong{letter-spacing:2px;font-size:14px}.quote-preview-head small{font-size:8px;line-height:1.5;color:#92a084}.quote-preview-head .mono{font-size:9px;color:#78916a}.locale-bottom{font-size:9px;color:#839178;display:flex;justify-content:space-between;padding-top:13px}.locale-note{position:absolute;left:-3px;bottom:0;background:#203e31;border:1px solid #456747;color:#dbecc9;border-radius:10px;box-shadow:0 12px 30px #173b2820;transform:rotate(-2deg);padding:13px 18px;min-width:240px;z-index:2}.locale-note .icon{width:19px;height:19px;color:var(--lime);margin-right:9px}.locale-note strong{font-size:12px;font-weight:600}.locale-note p{font-size:9px;color:#a4bba0;margin-top:3px;padding-left:31px}.locale-stage+.float-badge{bottom:30px;right:-4px}.value-strip{margin-bottom:57px}.value-item p{font-size:11px}.section-head h2{font-size:27px}.filter-row{display:flex;gap:12px;align-items:center;flex-wrap:wrap;justify-content:space-between;margin-bottom:22px}.filter-row .filters{margin-right:auto}.catalog-controls{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.catalog-controls label{display:flex;gap:6px;align-items:center;font-size:11px;color:#7c8971}.catalog-controls select{font-size:11px;border:1px solid #dce4d4;padding:7px 9px;border-radius:7px;background:white;color:#557048;max-width:160px}.tag .icon{width:11px;height:11px}.product-grid{gap:22px}.card-topline{align-items:center}.card-body{padding:20px!important}.card-description{font-size:12px;line-height:1.8;min-height:43px}.card-locale{display:flex;gap:6px;align-items:center;flex-wrap:wrap;margin:14px 0 15px}.card-locale span{font-size:9px;border-radius:4px;padding:2px 6px;background:#f3f6ef;color:#829170}.card-locale span.region{margin-left:auto;background:transparent;color:#8c9682}.card-bottom{padding-top:15px}.filter,.main-nav a{font-size:12px}.product-card h3{font-size:17px}.price{font-variant-numeric:tabular-nums}.result-count{font-size:11px}.locale-banner{display:grid;grid-template-columns:1fr 1.08fr;background:#eef3e6;border:1px solid #dfe8d2;border-radius:16px;margin-top:52px;overflow:hidden;padding:34px 38px;gap:40px;align-items:center}.locale-banner h2{font-size:25px;line-height:1.5;margin:8px 0 10px;letter-spacing:-.5px}.locale-banner p{color:#7f8c72;font-size:12px;line-height:1.95}.locale-option-rows{background:#fff;border:1px solid #e0e8d6;border-radius:11px;padding:9px 20px}.locale-option-row{display:flex;justify-content:space-between;align-items:center;gap:15px;padding:12px 0;border-bottom:1px solid #edf0e6;font-size:12px}.locale-option-row:last-child{border:0}.locale-option-row span{color:#819274;font-size:11px}.locale-option-row strong{font-weight:500;text-align:right}.lang-inline{display:flex;gap:9px;align-items:center}.lang-bubble{width:26px;height:25px;border-radius:5px;background:#edf3e4;display:grid;place-items:center;color:#637d4d;font-size:11px}.lang-note{font-size:10px!important;margin-top:12px;color:#8b997d!important}.workflow-banner{margin-top:52px;padding:36px 40px}.workflow-banner h2{font-size:28px}.free-section{padding-top:53px}.workflow-banner .terminal code{font-size:11px}.guide-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:19px;margin-top:24px}.guide-card{border:1px solid var(--line);border-radius:12px;background:#fff;overflow:hidden;transition:transform .2s}.guide-card:hover{transform:translateY(-3px)}.guide-art{height:111px;background:#f0f3e9;display:flex;justify-content:space-between;align-items:center;padding:25px;color:#7e9565}.guide-art .icon{width:42px;height:42px}.guide-art b{font-size:48px;font-weight:500;color:#d5dfc9}.guide-card:nth-child(2) .guide-art{background:#f2ece3;color:#a18b6d}.guide-card:nth-child(2) .guide-art b{color:#e0d5c3}.guide-card:nth-child(3) .guide-art{background:#e9f0f2;color:#748f98}.guide-card:nth-child(3) .guide-art b{color:#d1dee2}.guide-body{padding:21px}.guide-body small{color:#8a987c;font-size:10px}.guide-body h3{font-size:15px;margin:8px 0 15px}.guide-body p{color:#819075;font-size:12px;line-height:1.9}.section-space{margin-top:53px}.community-banner{margin:49px 0}.footer-top{grid-template-columns:1.5fr 1fr 1fr 1fr}.footer-col a,.footer-col button{font-size:11px;color:#7b8871}.footer-brand p{font-size:12px}.footer-bottom{font-size:10px}.page-intro{padding-top:39px}.page-intro h1{font-size:36px}.page-intro p{max-width:800px;font-size:14px}.shop-search{margin:16px 0 25px}.shop-search input{font-size:13px}.shop-intro-row{display:flex;justify-content:space-between;align-items:end;gap:25px}.small-pill{border:1px solid #dfe7d4;background:#edf3e4;border-radius:50px;color:#678450;padding:8px 13px;font-size:11px;white-space:nowrap}.ad-placeholder{margin:35px 0 50px;border:1px dashed #dbe2d3;background:#f2f4ef;border-radius:9px;padding:18px;text-align:center;color:#8d9685;font-size:10px;letter-spacing:1px}.tool-description{color:#859079;font-size:12px;line-height:1.9}.detail-grid{grid-template-columns:1.12fr 1fr;gap:42px}.detail-showcase{min-height:455px;background:#eef3e5}.detail-showcase .product-art{height:340px;border-radius:12px}.detail-showcase .product-art .photo-stack,.detail-showcase .product-art .flow-mock{transform:scale(1.55);margin:0}.detail-showcase .product-art .quote-mock{transform:scale(1.5) rotate(4deg)}.detail-meta h1{font-size:31px;margin:10px 0}.detail-meta .description{font-size:13px}.detail-tags{margin:15px 0}.locale-fields{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:16px}.locale-fields .field{margin:0}.field label{font-size:12px}.field input,.field select,.field textarea{font-size:12px;padding:10px 12px}.field small{font-size:10px;line-height:1.6}.purchase-box{padding:19px}.purchase-price{margin-bottom:12px}.purchase-price .terms{font-size:11px}.purchase-box .fineprint{font-size:11px}.purchase-price .price{font-size:32px}.detail-secondary{margin-top:12px}.detail-lower{gap:45px;grid-template-columns:1.5fr .85fr}.detail-content{min-height:260px}.detail-content h3{font-size:20px}.feature-row h4{font-size:14px}.feature-row p{font-size:12px;line-height:1.9}.plain-copy{font-size:13px;line-height:1.95}.detail-tab{font-size:13px}.info-card p{font-size:12px}.detail-stats{font-size:11px;margin-top:14px}.language-doc{background:#fff;border-radius:8px;border:1px solid #d9e3ce;padding:25px 27px;box-shadow:0 18px 35px #39552a10;transform:rotate(-1.5deg)}.language-doc .quote-preview-head strong{font-size:19px}.language-doc .mini-table td,.language-doc .mini-table th{font-size:10px;padding:11px 9px}.preview-toolbar{display:flex;justify-content:space-between;align-items:center;gap:10px;font-size:10px;color:#7c8e6b;margin-bottom:17px}.preview-toolbar span:last-child{background:#ffffffa8;border:1px solid #dce6cf;border-radius:5px;padding:3px 7px}.language-doc .doc-total{font-size:16px;font-weight:650;display:flex;justify-content:space-between;padding-top:20px}.preview-caption{font-size:11px;color:#879879;margin-top:20px;text-align:center}.workflow-header{display:grid;grid-template-columns:1.2fr .65fr;gap:40px;align-items:center;margin:18px 0 32px}.workflow-header h1{font-size:35px;line-height:1.45;margin:10px 0 13px}.workflow-header p{font-size:13px;line-height:1.9;color:#7e8f72}.workflow-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}.workflow-file{background:#edf3e4;border:1px solid #dce7cc;border-radius:14px;padding:22px 25px;transform:rotate(2deg)}.workflow-file .icon{color:#799856}.workflow-file h3{font-size:17px;margin:14px 0 7px}.workflow-file .mono{font-size:11px;color:#8a987e;line-height:2}.workflow-file .price-line{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #d9e4c9;margin-top:18px;padding-top:14px}.workflow-file .price-line strong{font-size:27px}.workflow-file .price-line span{font-size:11px;color:#7d9271}.workflow-layout{grid-template-columns:280px 1fr}.workflow-sidebar .field small{font-size:10px}.flow-canvas{padding:30px 18px}.canvas-node{width:135px}.canvas-node h4{font-size:11px}.canvas-node small{font-size:9px}.flow-message{padding:18px 22px;border-bottom:1px solid #e6edde;background:#f7faf2;font-size:11px;color:#7f9270;display:flex;gap:9px;align-items:start}.flow-message .icon{width:16px;min-width:16px}.flow-table-wrap{overflow:auto;padding:5px 20px 0}.workflow-main table{font-size:11px}.flow-config{border-top:1px solid #e5ecdb;margin-top:17px;padding-top:17px}.flow-config .plain-copy{font-size:11px}.small-label{font-size:11px;color:#819571;margin-bottom:7px}.flow-step-instructions{padding:24px}.flow-step-instructions .feature-row{margin:16px 0}.run-results{padding:20px}.library-top{display:flex;align-items:center;justify-content:space-between;gap:20px;border:1px solid #dce6ce;background:#edf3e5;border-radius:12px;padding:24px 26px;margin-bottom:22px}.library-top h3{font-size:18px}.library-top p{font-size:12px;color:#81936e;margin-top:5px}.library-top .icon{width:34px;height:34px;color:#809c62}.account-layout{grid-template-columns:220px 1fr}.account-nav{font-size:12px}.owned-item{padding:23px}.owned-item strong{font-size:14px}.owned-item small{font-size:11px;line-height:1.8}.owned-buttons{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.account-footnote{font-size:11px}.order-row{padding:18px 22px;border-bottom:1px solid #e9eee1;display:flex;justify-content:space-between;gap:20px}.order-row strong{font-size:13px;display:block}.order-row small{font-size:10px;color:#8b9b7b}.order-row .price{font-size:19px}.account-empty{padding:45px 24px;text-align:center}.account-empty p{font-size:12px;color:#8b977d;margin:9px 0 22px}.account-empty>.icon{width:38px;height:38px;color:#93aa7b;margin-bottom:12px}.guide-article{max-width:760px;margin:12px auto 70px}.guide-article h1{font-size:33px;line-height:1.5;margin:15px 0 26px}.article-block{padding:25px;border:1px solid var(--line);background:#fff;border-radius:12px;margin:18px 0}.article-block h2{font-size:19px;margin-bottom:11px}.article-block p{font-size:14px;color:#75866a;line-height:2}.community-page{margin-top:40px}.community-hero p{font-size:14px}.community-form .form-grid{gap:20px}.community-form .field textarea{min-height:135px}.feedback-note{font-size:11px;line-height:1.8;color:#89977c;margin-top:15px}.modal-head h2{font-size:18px}.modal-notice{color:#6a8059;font-size:12px}.checkout-line{font-size:13px}.tool-layout label{font-size:12px}.tool-status{font-size:12px}.modal-notice strong{color:#425f35}.file-list{font-size:12px}.modal-body p+p{margin-top:12px}.catalog-bottom{margin:35px 0 55px}.locale-support-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px;margin:18px 0}.locale-support-grid>div{border:1px solid #e0e7d7;border-radius:8px;padding:15px;background:white}.locale-support-grid strong{font-size:13px}.locale-support-grid p{font-size:11px;color:#839473;margin-top:5px}.checkbox-line{display:flex;gap:9px;align-items:flex-start;font-size:11px;color:#859276;margin-top:14px;line-height:1.8}.checkbox-line input{margin-top:3px;accent-color:#365e41}.reset-link{font-size:11px;color:#8b997e;background:none;border:0;text-decoration:underline;padding:10px 0}.demo-chip{font-size:10px;font-weight:500;letter-spacing:1px;color:#90a376;background:#f2f6e9;border:1px solid #e3eacb;border-radius:4px;padding:3px 6px}.noscript{font-size:13px}#app{overflow:clip}.file-name{overflow-wrap:anywhere}
@media(min-width:1500px){.hero h1{font-size:58px}.hero{gap:72px}.hero-stage{padding-left:35px}}
@media(max-width:1120px){.header-inner{gap:22px}.main-nav{gap:17px}.header-actions{gap:7px}.hero h1{font-size:45px}.hero-stage{padding-left:15px}.locale-note{min-width:225px}.detail-grid{gap:29px}.locale-banner{gap:26px;padding:29px}.catalog-controls select{max-width:138px}}
@media(max-width:980px){.account-trigger span{display:none}.main-nav{gap:13px}.header-inner{gap:18px}.main-nav a{font-size:11px}.hero h1{font-size:41px}.hero-copy{font-size:13px}.locale-stage{padding:15px}.locale-note{bottom:0;left:0}.hero-stage{height:350px}.locale-stage+.float-badge{bottom:55px;font-size:9px;right:-2px}.card-body{padding:16px!important}.product-card h3{font-size:15px}.locale-banner h2{font-size:23px}.workflow-layout{grid-template-columns:245px 1fr}.canvas-node{width:110px}.workflow-header h1{font-size:30px}}
@media(max-width:760px){#site-top{top:-29px}.announcement{height:29px}.announcement .container .proto{font-size:9px}.header-inner{height:68px;gap:12px}.header-actions{margin-left:auto;gap:7px}.main-nav{display:none}.mobile-menu{display:flex}.mobile-nav-panel.open{display:grid;grid-template-columns:1fr 1fr;gap:0;border-top:1px solid var(--line);background:#fff;padding:9px 24px}.mobile-nav-panel a{padding:12px 0;font-size:13px}.language-picker select{font-size:11px;max-width:90px}.logo-mark{width:31px;height:31px}.wordmark{font-size:21px}.brand-sub{font-size:7px}.hero{grid-template-columns:1fr;padding-top:41px;padding-bottom:37px;gap:31px}.hero h1{font-size:44px;margin:16px 0}.hero-copy{font-size:14px;max-width:440px}.hero-stage{width:min(470px,100%);height:355px;max-width:none;margin:0 auto;padding:10px 9px 0 15px}.locale-stage{padding:18px;max-width:none;min-height:293px}.hero-assurance{font-size:11px;gap:16px;margin-top:21px}.hero-buttons{margin-top:22px}.hero-stage .mini-table th,.hero-stage .mini-table td{font-size:9px;padding:9px}.locale-note{min-width:230px;left:1px;bottom:0}.locale-stage+.float-badge{right:3px;bottom:43px}.stage-control{font-size:10px}.value-strip{margin-bottom:40px;padding:9px 20px;display:flex;flex-direction:column;gap:0}.value-item{border:0!important;padding:14px 0;gap:15px;border-bottom:1px solid #dfe5d5!important}.value-item:last-child{border:0!important}.value-item strong{font-size:13px}.value-item p{font-size:11px}.value-item>.icon{width:23px;height:23px}.product-grid{grid-template-columns:repeat(2,1fr)}.product-art{height:174px}.card-locale span.region{margin-left:0}.filter-row{gap:13px}.filter{font-size:11px;padding:7px 10px}.catalog-controls{width:100%;justify-content:space-between}.catalog-controls label{font-size:10px}.locale-banner{grid-template-columns:1fr;gap:23px;padding:26px}.workflow-banner{grid-template-columns:1fr;padding:28px;gap:24px}.workflow-banner h2{font-size:28px}.workflow-banner .terminal code{font-size:11px}.guide-grid{grid-template-columns:1fr;gap:15px}.guide-card{display:grid;grid-template-columns:105px 1fr}.guide-art{height:100%;padding:20px;position:relative;min-height:140px}.guide-art b{position:absolute;font-size:30px;bottom:4px;right:8px}.guide-art .icon{width:32px;height:32px}.guide-body{padding:19px}.guide-body h3{font-size:15px}.section-head h2{font-size:25px}.section-head{align-items:end;gap:10px}.section-head .text-link{font-size:11px;white-space:nowrap}.section-head p{font-size:12px}.community-banner{padding:22px;gap:20px;align-items:start;flex-direction:column}.community-banner h3{font-size:18px}.community-banner p{font-size:12px}.community-icon{display:none!important}.footer-top{grid-template-columns:1fr 1fr;gap:28px;padding-top:32px}.footer-brand{grid-column:1/-1}.footer-bottom{flex-direction:column;gap:10px}.detail-grid{grid-template-columns:1fr;gap:25px}.detail-showcase{min-height:340px;padding:23px}.detail-meta h1{font-size:29px}.detail-lower{grid-template-columns:1fr;gap:24px}.preview-caption{margin-top:16px}.language-doc{padding:20px}.detail-showcase .product-art{height:280px}.workflow-header{grid-template-columns:1fr;gap:23px}.workflow-header h1{font-size:29px}.workflow-file{transform:none}.workflow-file .mono{font-size:11px}.workflow-layout{grid-template-columns:1fr}.workflow-sidebar .panel-body{display:grid;grid-template-columns:1fr 1fr;gap:15px}.workflow-sidebar .field{margin:0}.flow-config{grid-column:1/-1;margin:0;padding-top:15px}.flow-canvas{padding:23px 12px;gap:7px}.canvas-node{flex:1;width:auto;min-width:0;padding:10px 5px}.canvas-node h4{font-size:10px}.canvas-node small{font-size:8px}.flow-canvas>.icon{width:12px;height:12px}.account-layout{grid-template-columns:1fr;gap:20px}.account-sidebar{display:flex;flex-wrap:wrap;padding:10px;gap:3px}.account-sidebar .profile{display:none}.account-nav{width:auto;flex:1;white-space:nowrap;font-size:11px;justify-content:center;padding:10px 6px}.owned-item{flex-wrap:wrap;padding:20px}.owned-buttons{justify-content:flex-start}.library-top{padding:20px}.library-top h3{font-size:17px}.shop-intro-row{display:block}.shop-intro-row .small-pill{display:inline-flex;margin-top:16px}.page-intro h1{font-size:31px}.catalog-bottom{margin-top:28px}.community-hero{padding:30px 24px}.community-hero h1{font-size:29px}.community-form{padding:24px}.community-form .form-grid{grid-template-columns:1fr}.form-grid .span2{grid-column:auto}.guide-article h1{font-size:28px}.guide-article{margin-top:0}.hero .eyebrow{font-size:10px}.free-grid{grid-template-columns:1fr 1fr}.free-tile strong{font-size:12px}.free-tile small{font-size:10px}.ad-placeholder{margin-top:25px}}
@media(max-width:480px){.container{padding:0 20px}.search-trigger{display:none}.header-inner{gap:8px}.header-actions{gap:5px}.header-actions .account-trigger{display:none}.header-actions .icon-button{width:27px}.language-picker{padding:0 6px;gap:2px;height:32px}.language-picker select{max-width:85px}.hero h1{font-size:40px;letter-spacing:-1.5px}.hero{padding-top:34px;gap:22px}.hero-stage{height:350px;padding-left:11px;padding-right:4px}.locale-stage{padding:16px;min-height:286px}.locale-note{min-width:220px}.locale-note strong{font-size:11px}.stage-title{font-size:12px}.float-badge{font-size:9px}.product-grid{grid-template-columns:1fr}.product-art{height:188px}.card-description{min-height:0}.card-locale span.region{margin-left:auto}.card-body{padding:20px!important}.product-card h3{font-size:18px}.sheet-mock{transform:rotate(-6deg) translate(10px,17px)}.photo-stack{transform:scale(1)}.flow-mock{transform:rotate(-3deg)}.card-category{font-size:10px}.card-topline .tag{font-size:10px}.filter-row .filters{gap:2px}.filter{padding:7px 9px}.catalog-controls label{gap:4px}.catalog-controls select{max-width:130px;padding:7px}.locale-banner{padding:24px}.locale-banner h2{font-size:23px}.locale-option-rows{padding:7px 13px}.workflow-banner{padding:24px}.workflow-banner h2{font-size:26px}.workflow-banner .terminal code{font-size:10px}.banner-actions{gap:8px;flex-wrap:wrap}.free-grid{grid-template-columns:1fr}.free-tile{padding:18px}.free-tile strong{font-size:13px}.free-tile small{font-size:11px}.tool-layout{grid-template-columns:1fr}.tool-layout textarea{height:160px}.overlay{padding:12px}.modal{max-height:92vh}.modal-body{padding:20px}.modal-head{padding:16px 20px}.locale-fields{gap:8px}.field label{font-size:11px}.field select{font-size:11px}.detail-stats{font-size:10px}.detail-tabs{gap:17px}.detail-tab{font-size:12px}.workflow-header h1{font-size:29px}.workflow-actions{gap:8px}.workflow-actions .btn{font-size:12px}.workflow-layout{gap:18px}.flow-canvas{gap:3px;padding:22px 9px}.canvas-node h4{font-size:9px}.canvas-node small{font-size:7px}.flow-message{font-size:10px;padding:15px}.run-tabs{gap:17px}.order-row{padding:17px}.community-form{padding:20px}.community-hero{padding:28px 20px}.footer-bottom span{flex-wrap:wrap}.guide-article h1{font-size:26px}.announcement .proto{display:none}.announcement .container{justify-content:center}.locale-support-grid{grid-template-columns:1fr}.hero-assurance{gap:13px;font-size:10px}.hero-copy{font-size:13px}.quote-preview-head strong{font-size:13px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}}
/* Final layout polish: no decorative cards obscure the document preview. */
.hero-stage{height:auto!important;min-height:0!important;padding-bottom:80px!important}
.locale-note{bottom:0!important}
.hero-stage>.float-badge{bottom:19px!important;right:0!important}
.product-card{display:flex;flex-direction:column}
.product-card .card-body{display:flex;flex-direction:column;flex:1}
.card-bottom{display:flex;justify-content:space-between;align-items:center;gap:10px;border-top:1px solid #e9eee2;padding-top:15px;margin-top:auto}
.community-banner{justify-content:space-between}.community-banner>.btn{margin-left:auto}
.software-preview-title{display:flex;align-items:center;gap:10px;margin-bottom:17px}.software-preview-title h3{font-size:17px}.software-preview-title .icon{color:#829c60}
.software-preview-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:13px}.software-preview-grid>div{font-size:10px;color:#849374;background:#f1f5e9;border:1px solid #e3ead9;border-radius:6px;padding:10px}.software-preview-grid strong{display:block;margin-top:5px;font-size:12px;color:#45653b;font-weight:500}
@media(max-width:760px){.hero-stage{padding-bottom:82px!important}.community-banner>.btn{margin-left:0}}
@media(max-width:480px){.hero-stage>.float-badge{display:none}.locale-note{left:10px!important;right:10px;min-width:0!important}.locale-note strong{font-size:12px}.locale-note p{font-size:10px}.hero-stage{padding-bottom:87px!important}}

/* ============ THE49 child theme additions ============ */
/* Hide Zibll's right-side floating buttons on the homepage (design system is standalone). */
body.t49-home .float-right,
body.t49-home .float-right.round,
body.t49-home .float-right.position-bottom { display: none !important; }

/* ---- 标题字重统一（对齐设计稿）----
   设计稿规格：h1 750 / h2 700 / h3·h4 700，字距收紧。
   子比主题的基础样式会把标题拉到常规粗细，这里统一拉回来。 */
.t49-home .hero h1,
.t49-home .page-intro h1,
.t49-home .page-intro h2,
.t49-home .community-hero h1,
.t49-home .workflow-header h1,
.t49-home .detail-meta h1,
.t49-home .detail-h1,
.t49-home h1 {
  font-weight: 750 !important;
  letter-spacing: -1.2px;
}
.t49-home .section-head h2,
.t49-home .detail-content h3,
.t49-home h2 {
  font-weight: 700 !important;
  letter-spacing: .0px;
}
.t49-home h3,
.t49-home .feature-row h4,
.t49-home .info-card h3,
.t49-home .detail-content h3 {
  font-weight: 700 !important;
}
.t49-home .eyebrow { font-weight: 700 !important; }
.t49-home .sheet-kpi strong { font-weight: 750 !important; }
.t49-home .wordmark { font-weight: 800 !important; }
.t49-home .feature-row h4 { font-size: 16px; }
