.product-page{max-width:1240px;margin:0 auto;padding:44px 32px 72px}.product-heading{max-width:820px;margin:18px 0 36px}.product-heading h1{font-size:clamp(30px,4.4vw,52px);line-height:1.12;letter-spacing:-.035em;margin:16px 0}.product-heading>p{font-size:18px;line-height:1.65;color:var(--text-muted);max-width:730px}.product-section{padding:40px 0}.product-section-head{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:24px}.product-section-head h2{font-size:28px;letter-spacing:-.025em;margin:8px 0}.product-section-head p{margin:8px 0 0}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.scenario-card{border:1px solid var(--border);border-radius:10px;overflow:hidden;color:var(--text);display:flex;flex-direction:column;background:var(--surface);text-decoration:none!important}.scenario-card:hover{border-color:var(--accent)}.scenario-preview{min-height:178px;padding:24px;background:var(--accent-soft);border-bottom:1px solid var(--border)}.scenario-preview.tone-1{background:var(--pass-soft)}.scenario-preview.tone-2{background:var(--partial-soft)}.preview-label{font-size:12px;font-weight:700;letter-spacing:.03em;margin-bottom:20px}.preview-line{display:flex;gap:12px;align-items:center;border-top:1px solid var(--border-strong);padding:9px 0;font-size:11px}.preview-line span{font-family:var(--mono);opacity:.55}.scenario-body{padding:24px;flex:1;display:flex;align-items:flex-start;flex-direction:column}.scenario-body h3{font-size:19px;line-height:1.4;letter-spacing:-.015em;margin:15px 0 8px}.scenario-body p{color:var(--text-muted);line-height:1.6;font-size:14px;margin:0 0 24px}.scenario-bottom{display:flex;justify-content:space-between;gap:10px;margin-top:auto;width:100%;font-size:12px}.product-note{background:var(--bg-sunken);border-left:3px solid var(--border-strong);padding:18px 22px;color:var(--text-muted);line-height:1.6}.product-detail-grid{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:28px;margin-top:24px;align-items:start}.product-tabs{display:flex;gap:4px;border-bottom:1px solid var(--border);overflow-x:auto;margin-bottom:0}.product-tabs button{border:0;border-radius:0;padding:14px 18px;white-space:nowrap;background:transparent;color:var(--text-muted)}.product-tabs button.active{box-shadow:inset 0 -2px var(--accent);color:var(--accent)}.product-document{border:1px solid var(--border);background:var(--surface);padding:32px;line-height:1.75}.product-document h2{font-size:22px;margin:0 0 18px}.product-document h3{margin:30px 0 10px}.product-document li{margin-bottom:10px}.product-side{position:sticky;top:84px;border:1px solid var(--border);padding:24px;background:var(--surface-alt);display:flex;flex-direction:column;gap:16px;border-radius:8px}.product-side h3,.product-side p{margin:0}.product-side p{line-height:1.6}.product-side dl{margin:0;border-top:1px solid var(--border)}.product-side dt{font-size:12px;color:var(--text-muted);margin-top:14px}.product-side dd{margin:4px 0 0;font-size:14px}.product-pre{white-space:pre-wrap;overflow-wrap:anywhere;font-family:var(--sans);font-size:15px;line-height:1.9;margin:18px 0;max-width:100%}.product-panel{padding:24px;border:1px solid var(--border);border-radius:8px}.product-panel h2{font-size:20px;margin:20px 0 12px}.product-panel p{line-height:1.6;color:var(--text-muted)}.step-number{font-family:var(--mono);color:var(--accent);font-size:15px}.product-stack{border-top:1px solid var(--border)}.product-list-row{display:flex;justify-content:space-between;gap:20px;padding:22px 0;border-bottom:1px solid var(--border)}.product-list-row>div{display:flex;flex-direction:column;gap:8px}.product-empty{padding:50px 25px;background:var(--bg-sunken);border:1px dashed var(--border-strong);text-align:center}.product-empty p{color:var(--text-muted);margin-bottom:24px}.product-footer{border-top:1px solid var(--border);padding:30px 32px;display:flex;flex-wrap:wrap;justify-content:space-between;gap:16px 24px;color:var(--text-muted);font-size:12px;overflow-wrap:anywhere}.product-footer nav{display:flex;flex-wrap:wrap;gap:8px 22px;min-width:0}.product-footer nav a{display:inline-flex;align-items:center;min-height:36px}.product-footer>span{align-self:center}nav.top.product-top{height:60px;gap:8px;padding:0 24px;z-index:50;min-width:0}nav.top.product-top .brand{flex:none;background:transparent}.product-nav-discovery,.product-nav-primary{display:flex;align-items:center;gap:2px;flex:none}.product-nav-primary{margin-left:auto}nav.top.product-top a:not(.brand){white-space:nowrap;min-height:40px;display:inline-flex;align-items:center}nav.top.product-top .product-work-link{color:var(--accent);background:var(--accent-soft)}nav.top.product-top .nav-search{width:clamp(160px,18vw,260px);min-width:0;flex:0 1 260px}nav.top.product-top .nav-search input{min-width:0;width:100%}.product-nav-menu{position:relative;flex:none}nav.top.product-top .product-menu-toggle{display:flex;align-items:center;justify-content:center;gap:8px;min-height:40px;padding:8px 10px;white-space:nowrap;color:var(--text)}.product-menu-toggle svg{stroke:currentColor;stroke-width:1.6;stroke-linecap:round}.product-menu-toggle[aria-expanded=true]{background:var(--surface-hover);border-color:var(--border-strong)}.product-menu-panel{position:absolute;right:0;top:calc(100% + 9px);z-index:60;width:min(520px,calc(100vw - 32px));max-height:calc(100dvh - 84px);overflow:auto;overscroll-behavior:contain;background:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:var(--shadow-md);padding:18px}.product-menu-panel.product-menu-public{width:min(340px,calc(100vw - 24px))}.product-menu-identity{display:grid;gap:3px;padding:0 8px 16px;border-bottom:1px solid var(--border);margin-bottom:14px;min-width:0;overflow-wrap:anywhere}.product-menu-identity strong{font-size:14px;font-weight:650}.product-menu-identity span{font-size:12px;color:var(--text-muted)}.product-menu-groups{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 12px}.product-menu-groups>section:only-child{grid-column:1/-1}.product-menu-groups section{display:flex;flex-direction:column;min-width:0}.product-menu-groups h2{font-size:11px;font-weight:650;color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;margin:0 8px 6px}nav.top.product-top .product-menu-panel a{font-size:13px;padding:9px 8px;white-space:normal;overflow-wrap:anywhere;line-height:1.4}.product-menu-settings{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px;border-top:1px solid var(--border);margin-top:16px;padding-top:12px}.product-menu-settings button{min-height:40px}.product-nav-error{margin:12px 8px 0;color:var(--danger);font-size:12px}.product-skip-link{position:fixed;top:8px;left:16px;z-index:1000;background:var(--surface);border:2px solid var(--accent);border-radius:8px;padding:10px 14px;transform:translateY(-160%)}.product-skip-link:focus{transform:translateY(0)}nav.top.product-top :is(a,button):focus-visible,.product-footer a:focus-visible{outline:2px solid var(--accent);outline-offset:2px}#main-content{min-width:0;outline:none}#main-content>nav.sub{top:60px}@media(max-width:1180px){nav.top.product-top .nav-search{display:none}}@media(max-width:980px){nav.top.product-top .product-nav-primary a.product-nav-secondary{display:none}}@media(max-width:760px){nav.top.product-top{padding:0 16px}.product-nav-discovery{display:none}}@media(max-width:520px){nav.top.product-top{padding:0 12px;gap:6px}nav.top.product-top .brand{padding-right:0}nav.top.product-top .product-nav-primary a{font-size:12px;padding:8px}.product-menu-panel{position:fixed;top:66px;right:12px;width:calc(100vw - 24px);padding:16px;max-height:calc(100dvh - 78px)}.product-menu-groups{grid-template-columns:1fr;gap:20px}nav.top.product-top .product-menu-panel a{min-height:44px}.product-footer nav{gap:4px 18px}.product-footer nav a{min-height:40px}}.product-launch{padding:32px 0;display:grid;grid-template-columns:repeat(4,1fr);gap:24px;border-block:1px solid var(--border)}.product-launch article{padding:12px 4px}.product-launch h3{font-size:16px;margin:12px 0}.product-launch p{font-size:13px;color:var(--text-muted);line-height:1.6;margin:0}.product-faq{max-width:820px;margin:30px auto}.product-faq h2{font-size:28px}.product-faq details{border-bottom:1px solid var(--border);padding:18px 0}.product-faq summary{font-weight:600;cursor:pointer}.product-faq p{color:var(--text-muted);line-height:1.7;margin-bottom:0}@media(max-width:920px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-detail-grid{grid-template-columns:1fr}.product-side{position:static}.product-launch{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.product-page{padding:28px 18px 48px}.product-grid{grid-template-columns:1fr}.product-section-head{align-items:start;flex-direction:column}.product-document{padding:22px}.product-heading>p{font-size:16px}.product-section-head h2{font-size:24px}.product-footer{padding:24px 18px}.product-launch{gap:16px}.product-tabs button{padding:12px}}.home-v2{overflow:hidden}.home-hero{background:#143d31;color:#f0f4e8;position:relative;padding:40px 40px 0;isolation:isolate}.home-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(ellipse at 78% 34%,#56724b30,transparent 50%);z-index:-1}.home-hero-grid{max-width:1250px;margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:25px;min-height:600px;align-items:center;padding-bottom:65px}.home-hero-copy{padding:24px 0}.home-hero-eyebrow{font-size:9px;font-weight:600;letter-spacing:.17em;color:#c9deb2;display:flex;gap:11px;align-items:center;margin-bottom:29px}.home-hero-eyebrow>span{width:6px;height:6px;background:#d7f57a;border-radius:50%;box-shadow:0 0 0 4px #d7f57a10}.home-hero-copy h1{font:500 clamp(44px,5.5vw,78px)/1.05 var(--display);letter-spacing:-.065em;margin:0 0 27px;color:#f1f5e9}.home-hero-copy h1 em{font-family:var(--serif);font-size:1.16em;font-weight:400;letter-spacing:-.035em;color:#d7f57a}.home-hero-copy>p{font-size:14px;line-height:1.85;max-width:480px;color:#bdccba;margin:0 0 32px;letter-spacing:-.01em}.home-hero-actions{display:flex;align-items:center;gap:25px;flex-wrap:wrap}.home-lime-button.button{background:#d7f57a;border:1px solid #d7f57a;color:#213819;min-height:46px;padding:14px 19px;font-size:12px;gap:23px}.home-lime-button.button:hover{background:#e7ffa4;border-color:#e7ffa4;box-shadow:0 8px 22px #03180e26}.home-text-link{display:flex;align-items:center;gap:15px;color:#e6efdd;font-size:12px}.home-hero-assurance{display:flex;gap:20px;flex-wrap:wrap;margin-top:29px;color:#b1c7ab;font-size:10px}.home-hero-assurance>span{display:flex;align-items:center;gap:7px}.home-work-illustration{height:500px;position:relative;max-width:600px;width:100%;justify-self:end}.home-orbit{border:1px solid #accca21c;position:absolute;border-radius:50%;pointer-events:none}.orbit-one{top:5px;right:-30px;bottom:50px;left:-30px;transform:rotate(-35deg)}.orbit-two{top:45px;right:15px;bottom:65px;left:15px;transform:rotate(-35deg)}.home-work-source{display:flex;gap:12px;align-items:center;position:absolute;left:3%;top:15px;background:#f5f6eb;box-shadow:0 15px 40px #031c1733;border:1px solid #fff9;border-radius:12px;padding:16px 17px;transform:rotate(-5deg);color:#2d4430;z-index:3}.home-mini-icon{width:34px;height:36px;background:#e0e6cf;display:grid;place-items:center;border-radius:7px}.home-work-source small{display:block;font-size:7px;letter-spacing:.11em;color:#77806a}.home-work-source strong{font-size:11px;display:block;margin-top:5px;font-weight:600}.home-source-dot{background:#a1ba69;border-radius:50%;width:5px;height:5px;margin-left:19px}.home-core{position:absolute;top:92px;left:7%;width:95px;height:100px;transform:rotate(-9deg);background:linear-gradient(135deg,#526a4222,#d6f08328);border:1px solid #cce89138;box-shadow:inset 0 1px 2px #e8ffc02b,0 15px 35px #031c1733;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-radius:22px;display:flex;flex-direction:column;gap:7px;align-items:center;justify-content:center;z-index:4}.home-core>svg{width:34px;height:34px;color:#d7f57a}.home-core>span{font-size:10px;letter-spacing:-.04em;color:#d7eabb}.home-output-card{position:absolute;top:53px;right:6%;width:70%;max-width:350px;border-radius:17px;background:#fcfdf6;color:#263d2c;box-shadow:0 28px 55px #031c1755,inset 0 1px #fff;transform:rotate(5deg);overflow:hidden;animation:home-card-in .45s ease-out}.home-output-top{display:flex;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #e3e9d9;font-size:10px}.home-output-top>span:first-child{display:flex;gap:8px;align-items:center}.home-output-symbol{font-size:13px;color:#7d8a72}.home-output-art{height:168px;position:relative}.home-output-art .domain-art{border-radius:0;height:100%}.home-output-art .domain-art svg{object-fit:cover}.home-output-seal{position:absolute;bottom:12px;left:17px;display:flex;gap:6px;align-items:center;font-size:8px;background:#ffffffc9;border-radius:5px;padding:6px 8px;color:#41563b}.home-output-copy{padding:21px 22px 23px}.home-output-copy small{font-size:7px;font-weight:700;letter-spacing:.11em;color:#78856b}.home-output-copy h3{font-size:21px;line-height:1.3;letter-spacing:-.045em;margin:9px 0;max-width:200px}.home-output-copy p{font-size:10px;line-height:1.75;margin:0 0 17px;color:#798272;max-width:230px}.home-output-copy a{display:flex;gap:15px;align-items:center;font-size:9px;font-weight:600;color:#2e4e36}.home-review-float{position:absolute;bottom:100px;left:2%;display:flex;gap:11px;align-items:center;background:#eff5de;box-shadow:0 12px 35px #031c1744;border-radius:10px;padding:14px 17px;transform:rotate(-4deg);color:#33482d;z-index:5}.home-review-float>span{width:27px;height:27px;display:grid;place-items:center;background:#d1e2b2;border-radius:50%}.home-review-float strong{font-size:10px;display:block}.home-review-float small{font-size:8px;display:block;margin-top:4px;color:#6c7c5d}.home-work-selector{position:absolute;bottom:21px;left:0;right:0;display:flex;justify-content:center;gap:7px;z-index:6}.home-work-selector button{min-height:35px;padding:9px 11px;display:flex;align-items:center;gap:7px;color:#b4c8a8;font-size:8px;border:1px solid #b8ce9c28;background:#17382c;border-radius:7px}.home-work-selector button.active{color:#263d22;background:#d7f57a;border-color:#d7f57a}.home-work-selector button:hover{border-color:#d7f57a;color:#d7f57a;background:#1d4635}.home-work-selector button.active:hover{color:#263d22;background:#e6ffa4}.home-illustration-note{position:absolute;bottom:-5px;left:0;right:0;text-align:center;color:#8fa889;font-size:7px;letter-spacing:.02em}.home-intent-search{display:flex;gap:30px;align-items:center;max-width:1250px;margin:-43px auto 0;position:relative;transform:translateY(50%);z-index:8;background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:25px 27px;box-shadow:0 14px 40px #14281512}.home-search-copy{flex:1;white-space:nowrap}.home-search-copy span{display:block;font-size:8px;color:var(--text-faint);letter-spacing:.1em;font-weight:600}.home-search-copy strong{display:block;margin-top:6px;font-size:15px;font-family:var(--display);font-weight:600;color:var(--text);letter-spacing:-.03em}.home-search-control{display:flex;align-items:center;gap:12px;flex:1.4;background:var(--surface-alt);border:1px solid var(--border);border-radius:9px;padding:5px 6px 5px 15px;color:var(--text-muted)}.home-search-control input{border:0;box-shadow:none;background:transparent;outline:none;min-height:38px!important;min-width:0;font-size:12px;padding:4px 0}.home-search-control:focus-within{border-color:var(--accent)}.home-search-control button{height:36px;width:36px;min-height:36px;display:grid;place-items:center;padding:8px;border-radius:7px;background:var(--forest);color:#d7f57a;flex:none}.home-content{max-width:1330px;padding:80px 40px;margin:auto}.home-domain-bar{display:flex;gap:30px;align-items:center;border-bottom:1px solid var(--border);padding:10px 0 36px;margin-bottom:28px}.home-domain-bar>span{font-size:8px;letter-spacing:.12em;color:var(--text-muted);white-space:nowrap}.home-domain-bar>div{display:flex;gap:28px;flex:1;justify-content:space-around;flex-wrap:wrap}.home-domain-bar a{display:flex;gap:10px;align-items:center;color:var(--text-muted);font:600 13px var(--display);white-space:nowrap}.home-domain-bar a>svg:first-child{color:var(--accent)}.home-domain-bar a>svg:last-child{opacity:.5}.home-content .product-section-head{align-items:center}.home-content .product-section-head h2{font-size:34px;line-height:1.3;letter-spacing:-.045em}.home-content .product-section-head p{font-size:13px}.home-content .product-section-head>a{font-size:11px;font-weight:600}.home-evidence-section{margin:55px 0 75px;padding:48px 46px;display:grid;grid-template-columns:1fr 1fr;gap:55px;background:color-mix(in srgb,var(--bg-sunken) 70%,var(--surface));border-radius:22px;border:1px solid var(--border)}.home-evidence-copy h2{font-size:36px;line-height:1.25;letter-spacing:-.05em;margin:20px 0}.home-evidence-copy>p{font-size:13px;line-height:1.85;color:var(--text-muted);max-width:380px}.home-underlined-link{display:inline-flex;gap:22px;align-items:center;font-size:12px;font-weight:600;color:var(--text);border-bottom:1px solid var(--border-strong);padding-bottom:8px}.home-evidence-copy .home-underlined-link{margin-top:19px}.home-evidence-stack{display:flex;flex-direction:column;justify-content:center;gap:12px}.home-evidence-item{display:flex;align-items:center;gap:16px;border:1px solid var(--border);border-radius:13px;padding:21px 19px;background:var(--surface);box-shadow:var(--shadow-sm)}.home-evidence-item:nth-child(2){transform:translate(-16px)}.home-evidence-item:nth-child(3){transform:translate(8px)}.home-feature-icon{width:45px;height:45px;border-radius:12px;display:grid;place-items:center;color:var(--accent);background:var(--accent-soft);flex:none}.home-feature-icon.lilac{background:var(--lilac)}.home-feature-icon.blue{background:var(--blue)}.home-evidence-item h3{font-size:13px;margin:0 0 5px}.home-evidence-item p{font-size:10px;color:var(--text-muted);margin:0}.home-feature-number{margin-left:auto;font-size:9px;color:var(--text-faint);font-family:var(--mono);align-self:flex-start}.home-agent-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.home-catalog-footnote{display:flex;justify-content:space-between;gap:20px;margin-top:22px;font-size:10px;color:var(--text-muted)}.home-catalog-footnote>span:first-child{display:flex;gap:8px;align-items:center}.home-process{margin:80px 0;display:grid;grid-template-columns:1fr 1.15fr;gap:70px;padding-top:50px;border-top:1px solid var(--border)}.home-process h2{font-size:40px;line-height:1.2;margin:18px 0 26px;letter-spacing:-.045em}.home-process .button{font-size:12px}.home-process ol{list-style:none;margin:0;padding:0}.home-process li{display:flex;gap:25px;position:relative;padding:0 0 34px}.home-process li:last-child{padding-bottom:0}.home-process li:not(:last-child):after{content:"";position:absolute;top:45px;left:21px;bottom:2px;width:1px;background:var(--border-strong)}.home-process li>span{width:43px;height:43px;border:1px solid var(--border-strong);border-radius:50%;background:var(--surface);display:grid;place-items:center;font-size:10px;font-family:var(--mono);color:var(--accent);flex:none}.home-process li h3{font-size:19px;margin:6px 0 8px}.home-process li p{font-size:13px;margin:0;line-height:1.8;color:var(--text-muted);max-width:360px}.home-builder-cta{display:flex;align-items:center;gap:28px;position:relative;overflow:hidden;background:#173d30;border:1px solid #173d30;border-radius:21px;padding:50px 45px;color:#edf4e8}.home-builder-cta .design-eyebrow{color:#bad48f;font-size:8px}.home-builder-cta h2{font-size:32px;line-height:1.3;letter-spacing:-.045em;margin:14px 0}.home-builder-cta p{font-size:12px;color:#b0c5ac;margin-bottom:0}.home-builder-cta .button{margin-left:auto;white-space:nowrap}.home-builder-mark{position:absolute;left:-35px;bottom:-60px;opacity:.035;width:350px;height:350px;transform:rotate(-20deg);pointer-events:none}.home-builder-mark svg{width:100%;height:100%}.home-faq{display:grid;grid-template-columns:1fr 1.6fr;gap:70px;margin-top:85px}.home-faq h2{font-size:37px;line-height:1.2;letter-spacing:-.045em;margin:17px 0 25px}.home-faq>div>a{font-size:12px}.home-faq details{border-bottom:1px solid var(--border);padding:20px 0}.home-faq details:first-child{padding-top:0}.home-faq summary{display:flex;align-items:center;justify-content:space-between;gap:20px;list-style:none;font-size:13px;font-weight:500}.home-faq summary::-webkit-details-marker{display:none}.home-faq summary span{font-weight:400;font-size:18px;color:var(--text-muted);transition:transform .2s}.home-faq details[open] summary span{transform:rotate(45deg)}.home-faq details p{font-size:12px;color:var(--text-muted);line-height:1.85;margin:15px 30px 0 0}@keyframes home-card-in{0%{opacity:.6;transform:rotate(2deg) translateY(7px)}to{opacity:1;transform:rotate(5deg)}}@media(min-width:1600px){.home-hero-grid{min-height:670px}.home-work-illustration{transform:scale(1.06);transform-origin:center right}.home-hero-copy h1{font-size:84px}}@media(max-width:1100px){.home-hero{padding-inline:30px}.home-hero-grid{gap:16px;min-height:560px}.home-hero-copy h1{font-size:58px}.home-work-illustration{height:470px}.home-output-card{width:75%;right:2%;top:57px}.home-output-art{height:145px}.home-core{left:0;top:108px;width:75px;height:82px}.home-review-float{left:-9px;bottom:104px;padding:12px}.home-work-selector{gap:5px}.home-work-selector button{font-size:7px;padding:8px;gap:4px}.home-intent-search{padding:22px;gap:18px}.home-search-copy strong{font-size:13px}.home-search-control input{font-size:11px}.home-content{padding-inline:30px}.home-domain-bar{gap:18px}.home-domain-bar>div{gap:20px}.home-domain-bar a{font-size:11px}.home-evidence-section{padding:35px;gap:35px}.home-evidence-copy h2{font-size:30px}.home-evidence-item{padding:18px 14px;gap:12px}.home-evidence-item h3{font-size:12px}.home-feature-number{display:none}.home-content .product-section-head h2{font-size:30px}.home-builder-cta{padding:40px 35px}.home-builder-cta h2{font-size:29px}}@media(max-width:780px){.home-hero-grid{grid-template-columns:1fr;min-height:0;padding-bottom:55px}.home-hero-copy{padding:25px 0 0}.home-hero-copy h1{font-size:clamp(46px,8.5vw,66px)}.home-hero-copy h1 br:nth-of-type(2){display:none}.home-hero-copy h1 em:before{content:" "}.home-hero-copy>p{max-width:440px}.home-work-illustration{height:440px;max-width:480px;margin-top:10px;justify-self:center}.home-work-source{left:5%}.home-output-card{right:8%;max-width:300px;width:68%;top:15px}.home-core{left:6%;top:90px}.home-output-top{padding:14px 17px}.home-output-copy{padding:18px 20px}.home-output-copy h3{font-size:22px}.home-review-float{left:4%;bottom:94px}.home-work-selector{bottom:16px}.home-work-selector button{font-size:8px;padding:9px 11px}.home-illustration-note{bottom:-7px}.home-intent-search{flex-direction:column;align-items:stretch;gap:18px;transform:translateY(35%);margin-top:-32px}.home-search-copy{white-space:normal}.home-search-copy strong{font-size:16px}.home-search-copy span{font-size:8px}.home-search-control input{font-size:12px}.home-domain-bar{padding-top:0;flex-direction:column;align-items:start;gap:22px}.home-domain-bar>div{justify-content:start;gap:26px}.home-domain-bar a{font-size:12px}.home-evidence-section{grid-template-columns:1fr;gap:24px;margin:30px 0 50px}.home-evidence-copy h2{font-size:34px}.home-evidence-copy h2 br{display:none}.home-evidence-copy>p{max-width:100%}.home-evidence-item:nth-child(n){transform:none}.home-evidence-item{padding:20px}.home-evidence-item h3{font-size:14px}.home-evidence-item p{font-size:11px}.home-agent-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.home-agent-grid>.pc:last-child{display:none}.home-process{gap:35px;margin:55px 0}.home-process h2{font-size:32px}.home-process li{gap:15px}.home-process li h3{font-size:17px}.home-process li p{font-size:12px}.home-builder-cta{align-items:start;flex-direction:column;gap:25px}.home-builder-cta .button{margin-left:0}.home-faq{gap:32px;grid-template-columns:1fr 1.5fr}.home-faq h2{font-size:31px}.home-faq summary{font-size:12px}.home-content{padding-top:77px}}@media(max-width:520px){.home-hero{padding:24px 22px 0}.home-hero-copy{padding-top:13px}.home-hero-eyebrow{font-size:8px;margin-bottom:24px}.home-hero-copy h1{font-size:48px;line-height:1.05}.home-hero-copy h1 br:nth-of-type(2){display:block}.home-hero-copy h1 em:before{content:""}.home-hero-copy>p{font-size:12px;line-height:1.85;margin-bottom:25px}.home-desktop-break{display:none}.home-hero-actions{gap:20px}.home-lime-button.button{font-size:11px;padding:12px 15px;min-height:43px;gap:18px}.home-text-link{font-size:10px;gap:8px}.home-hero-assurance{font-size:9px;gap:15px;margin-top:23px}.home-work-illustration{height:407px;margin-top:20px}.home-output-card{max-width:none;width:77%;right:1%;top:20px}.home-output-art{height:138px}.home-output-copy h3{font-size:20px}.home-output-copy p{font-size:9px}.home-output-copy{padding:17px 18px}.home-output-copy a{font-size:8px}.home-output-top{padding:12px 16px;font-size:9px}.home-output-top svg{width:13px;height:13px}.home-work-source{left:-5px;top:-5px;padding:12px;transform:rotate(-6deg)}.home-work-source strong{font-size:9px}.home-work-source small{font-size:6px}.home-source-dot{margin-left:2px}.home-core{left:-4px;top:71px;width:64px;height:70px;border-radius:16px}.home-core>svg{width:27px;height:27px}.home-core>span{font-size:8px}.home-review-float{left:-2px;bottom:91px;padding:10px 12px;gap:8px}.home-review-float strong{font-size:9px}.home-review-float small{font-size:7px}.home-review-float>span{width:24px;height:24px}.home-work-selector{gap:5px;bottom:17px;justify-content:space-between}.home-work-selector button{font-size:7px;padding:7px;gap:4px;min-height:32px}.home-work-selector svg{width:13px;height:13px}.home-illustration-note{font-size:6px;bottom:-3px}.home-hero-grid{padding-bottom:47px}.home-intent-search{padding:20px;border-radius:13px;gap:15px;margin-top:-30px;transform:translateY(34%)}.home-search-copy strong{font-size:14px}.home-search-control{padding-left:10px;gap:9px}.home-search-control>svg{width:15px;height:15px;flex:none}.home-search-control input{font-size:10px}.home-search-control button{width:31px;height:31px;min-height:31px}.home-content{padding:72px 22px 50px}.home-domain-bar{padding-bottom:27px;margin-bottom:17px}.home-domain-bar>div{gap:16px}.home-domain-bar a{font-size:10px;gap:7px}.home-domain-bar a>svg:last-child{display:none}.home-content .product-section-head{align-items:start}.home-content .product-section-head h2{font-size:29px}.home-content .product-section-head p{font-size:12px}.home-content .product-section-head>a{font-size:10px}.home-content .product-section{padding:25px 0}.home-content .scenario-preview .domain-art{height:175px}.home-evidence-section{padding:25px 21px;gap:25px;border-radius:16px}.home-evidence-copy h2{font-size:28px}.home-evidence-copy>p{font-size:12px}.home-evidence-item{padding:16px 13px;gap:11px}.home-feature-icon{width:34px;height:37px;border-radius:9px}.home-feature-icon svg{width:18px;height:18px}.home-evidence-item h3{font-size:12px}.home-evidence-item p{font-size:9px}.home-agent-grid{grid-template-columns:1fr}.home-agent-grid>.pc:last-child{display:flex}.home-catalog-footnote{flex-direction:column;gap:8px;font-size:9px}.home-process{grid-template-columns:1fr;gap:34px;padding-top:32px}.home-process h2{font-size:31px}.home-process h2 br{display:none}.home-process li h3{font-size:18px}.home-builder-cta{padding:28px 24px;border-radius:16px}.home-builder-cta h2{font-size:27px}.home-builder-cta p{font-size:11px}.home-faq{grid-template-columns:1fr;gap:28px;margin-top:50px}.home-faq h2{font-size:30px}.home-faq h2 br{display:none}.home-faq summary{font-size:12px}.home-faq details{padding:17px 0}}.home-work-illustration{height:530px}.home-review-float{bottom:auto;top:205px;left:0}.home-work-selector{bottom:0}.home-illustration-note{bottom:-22px}@media(max-width:1100px){.home-work-illustration{height:515px}.home-review-float{top:198px;left:-8px}.home-work-selector{bottom:3px}.home-illustration-note{bottom:-18px}}@media(max-width:780px){.home-work-illustration{height:470px}.home-review-float{top:155px;left:0}.home-work-selector{bottom:0}.home-illustration-note{bottom:-20px}}@media(max-width:520px){.home-work-illustration{height:440px}.home-review-float{top:145px;left:-5px}.home-work-selector{bottom:0}.home-illustration-note{bottom:-19px}}:root{color-scheme:light;--bg: #ffffff;--bg-sunken: #f6f7f9;--surface: #ffffff;--surface-hover: #f6f7f9;--surface-alt: #fafbfc;--border: #e3e6ea;--border-strong: #cfd4da;--text: #15181d;--text-muted: #646c78;--text-faint: #8b94a1;--accent: #3355d1;--accent-hover: #2743ad;--accent-soft: #eef1fd;--accent-text: #ffffff;--pass: #0f7a4a;--pass-soft: #e7f5ed;--partial: #9a6410;--partial-soft: #fdf3e2;--fail: #c0332c;--fail-soft: #fdecea;--na: #8b94a1;--na-soft: #f2f4f6;--shadow-sm: 0 1px 2px rgba(16, 20, 28, .05);--shadow-md: 0 4px 14px rgba(16, 20, 28, .09), 0 1px 3px rgba(16, 20, 28, .05);--radius-sm: 4px;--radius: 6px;--radius-lg: 9px;--mono: "JetBrains Mono", ui-monospace, "SF Mono", "Cascadia Mono", Menlo, monospace;--sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "PingFang SC", "Microsoft YaHei", sans-serif}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){color-scheme:dark;--bg: #0e1013;--bg-sunken: #0a0c0e;--surface: #16191e;--surface-hover: #1c2027;--surface-alt: #131619;--border: #262b33;--border-strong: #363d47;--text: #e4e7ec;--text-muted: #949daa;--text-faint: #6c7684;--accent: #6b8afd;--accent-hover: #859cfd;--accent-soft: #1a2138;--accent-text: #0e1013;--pass: #4ec38a;--pass-soft: #12261d;--partial: #dfa441;--partial-soft: #2a2113;--fail: #f0736b;--fail-soft: #2c1715;--na: #6c7684;--na-soft: #1a1d22;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .4);--shadow-md: 0 4px 16px rgba(0, 0, 0, .5), 0 1px 3px rgba(0, 0, 0, .4)}}:root[data-theme=dark]{color-scheme:dark;--bg: #0e1013;--bg-sunken: #0a0c0e;--surface: #16191e;--surface-hover: #1c2027;--surface-alt: #131619;--border: #262b33;--border-strong: #363d47;--text: #e4e7ec;--text-muted: #949daa;--text-faint: #6c7684;--accent: #6b8afd;--accent-hover: #859cfd;--accent-soft: #1a2138;--accent-text: #0e1013;--pass: #4ec38a;--pass-soft: #12261d;--partial: #dfa441;--partial-soft: #2a2113;--fail: #f0736b;--fail-soft: #2c1715;--na: #6c7684;--na-soft: #1a1d22;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .4);--shadow-md: 0 4px 16px rgba(0, 0, 0, .5), 0 1px 3px rgba(0, 0, 0, .4)}*,*:before,*:after{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--sans);font-size:13.5px;line-height:1.5;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;font-feature-settings:"cv11","ss01","calt"}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}h1{font-size:22px;font-weight:640;letter-spacing:-.02em;margin:0;line-height:1.2}h2{font-size:13px;font-weight:620;letter-spacing:-.005em;margin:0}h3{font-size:12px;font-weight:600;margin:0}code,.mono{font-family:var(--mono);font-size:.92em}code{background:var(--bg-sunken);border:1px solid var(--border);padding:.5px 4px;border-radius:var(--radius-sm);color:var(--text-muted)}::selection{background:var(--accent-soft)}*{scrollbar-width:thin;scrollbar-color:var(--border-strong) transparent}*::-webkit-scrollbar{width:10px;height:10px}*::-webkit-scrollbar-track{background:transparent}*::-webkit-scrollbar-thumb{background:var(--border-strong);border:3px solid var(--bg);border-radius:6px}.muted{color:var(--text-muted)}.faint{color:var(--text-faint)}.small{font-size:12px}.tiny{font-size:11px}.num{font-variant-numeric:tabular-nums}.strong{font-weight:600}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.label{font-size:11.5px;font-weight:500;color:var(--text-muted)}.row{display:flex;gap:8px;align-items:center}.stack{display:flex;flex-direction:column;gap:10px}.spread{display:flex;align-items:center;justify-content:space-between;gap:14px}.grow{flex:1;min-width:0}.wrap{flex-wrap:wrap}.page{padding:22px 24px 72px;max-width:1560px;margin:0 auto}.page-head{margin-bottom:18px}.page-head h1+.muted{margin-top:3px}nav.top{display:flex;align-items:center;gap:6px;height:46px;padding:0 16px;background:color-mix(in srgb,var(--surface) 84%,transparent);-webkit-backdrop-filter:saturate(160%) blur(12px);backdrop-filter:saturate(160%) blur(12px);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:20}nav.top .brand{font-weight:640;font-size:14px;letter-spacing:-.02em;color:var(--text);padding-right:10px}nav.top .brand:hover{text-decoration:none}nav.top a:not(.brand){color:var(--text-muted);padding:5px 9px;border-radius:var(--radius-sm);font-weight:500}nav.top a:not(.brand):hover{color:var(--text);background:var(--surface-hover);text-decoration:none}nav.top a.active{color:var(--text);background:var(--surface-hover)}nav.sub{display:flex;gap:2px;padding:0 24px;background:var(--bg);border-bottom:1px solid var(--border);position:sticky;top:46px;z-index:19}nav.sub a{padding:9px 11px;font-size:12.5px;font-weight:500;color:var(--text-muted);border-bottom:2px solid transparent;margin-bottom:-1px}nav.sub a:hover{color:var(--text);text-decoration:none}nav.sub a.active{color:var(--accent);border-bottom-color:var(--accent)}.panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);padding:16px 18px}.panel.flush{padding:0;overflow:hidden}.panel-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;padding:12px 18px;border-bottom:1px solid var(--border)}.panel-head h2{font-size:14px}.panel-body{padding:16px 18px}.section{padding-top:26px;margin-top:26px;border-top:1px solid var(--border)}.section:first-of-type{padding-top:0;margin-top:0;border-top:none}.section>h2{font-size:15px;margin-bottom:3px}.section>.lede{color:var(--text-muted);max-width:68ch;margin:0 0 14px}.banner{border:1px solid var(--border);background:var(--bg-sunken);border-radius:var(--radius);padding:9px 12px;font-size:12.5px;color:var(--text-muted)}.banner.warn{border-color:var(--partial);background:var(--partial-soft);color:var(--partial)}.banner.error{border-color:var(--fail);background:var(--fail-soft);color:var(--fail)}.empty{padding:40px 20px;text-align:center;color:var(--text-faint);font-size:12.5px}.figures{display:flex;gap:34px;flex-wrap:wrap}.figure{display:flex;flex-direction:column;min-width:0}.figure .value{font-size:25px;font-weight:550;letter-spacing:-.02em;font-variant-numeric:tabular-nums;line-height:1.1}.figure .name{font-size:12.5px;color:var(--text-muted);margin-top:3px}.figure .qualifier{font-size:11.5px;color:var(--text-faint);margin-top:1px}button{font:inherit;font-weight:500;padding:5px 11px;color:var(--text);background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--radius);cursor:pointer;box-shadow:var(--shadow-sm);transition:background .1s,border-color .1s,color .1s}button:hover:not(:disabled){background:var(--surface-hover)}button:active:not(:disabled){transform:translateY(.5px)}button:disabled{opacity:.45;cursor:not-allowed;box-shadow:none}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--accent);outline-offset:1px}button.primary{background:var(--accent);border-color:var(--accent);color:var(--accent-text)}button.primary:hover:not(:disabled){background:var(--accent-hover);border-color:var(--accent-hover)}button.ghost{background:transparent;border-color:transparent;box-shadow:none;color:var(--text-muted)}button.ghost:hover:not(:disabled){background:var(--surface-hover);color:var(--text)}button.sm{padding:3px 8px;font-size:12px}button.xs{padding:1.5px 7px;font-size:11px}input,select,textarea{font:inherit;width:100%;padding:5px 8px;color:var(--text);background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--radius)}input::placeholder,textarea::placeholder{color:var(--text-faint)}input:focus,select:focus,textarea:focus{border-color:var(--accent)}textarea{resize:vertical;line-height:1.55}input[type=checkbox]{width:auto;accent-color:var(--accent);cursor:pointer}.field{display:flex;flex-direction:column;gap:3px}.field>.label{margin:0}table{border-collapse:collapse;width:100%}th,td{padding:8px 12px;text-align:left;vertical-align:top;border-bottom:1px solid var(--border)}thead th{position:sticky;top:0;z-index:2;background:var(--surface-alt);font-size:11.5px;font-weight:600;color:var(--text-muted);white-space:nowrap}tbody tr:last-child td{border-bottom:none}tbody tr.hoverable:hover{background:var(--surface-hover)}tfoot td{background:var(--surface-alt);font-size:12px;color:var(--text-muted);border-top:1px solid var(--border)}td.num,th.num{text-align:right;font-variant-numeric:tabular-nums}td.center,th.center{text-align:center}.scroll-x{overflow-x:auto}.badge{display:inline-flex;align-items:center;gap:4px;padding:1px 7px;border-radius:20px;font-size:10.5px;font-weight:600;letter-spacing:.02em;white-space:nowrap;border:1px solid var(--border);background:var(--bg-sunken);color:var(--text-muted)}.badge.accent{background:var(--accent-soft);border-color:transparent;color:var(--accent)}.badge.pass{background:var(--pass-soft);border-color:transparent;color:var(--pass)}.badge.warn{background:var(--partial-soft);border-color:transparent;color:var(--partial)}.badge.fail{background:var(--fail-soft);border-color:transparent;color:var(--fail)}.sev{font-size:11px;font-weight:600;color:var(--text-faint);text-transform:capitalize}.sev.critical{color:var(--fail)}.sev.major{color:var(--partial)}.v-pass{color:var(--pass)}.v-partial{color:var(--partial)}.v-fail{color:var(--fail)}.v-not_applicable{color:var(--na)}.dot{width:6px;height:6px;border-radius:50%;display:inline-block;flex:none}.dot.pass{background:var(--pass)}.dot.warn{background:var(--partial)}.dot.fail{background:var(--fail)}.dot.na{background:var(--na)}.matrix td.cell{text-align:center;cursor:pointer;padding:7px 10px;border-left:1px solid var(--border);transition:background .1s}.matrix td.cell:hover{background:var(--surface-hover)}.matrix td.cell.open{background:var(--accent-soft);box-shadow:inset 0 0 0 1px var(--accent)}.matrix .rate{font-size:14px;font-weight:640;font-variant-numeric:tabular-nums;letter-spacing:-.01em}.matrix .frac{font-size:10.5px;color:var(--text-faint);margin-top:1px}.matrix .meter{width:76px;margin-left:auto;margin-right:auto}.matrix th.cell{text-align:center;border-left:1px solid var(--border)}.matrix tfoot td:not(:first-child){text-align:center;border-left:1px solid var(--border)}.meter{height:3px;border-radius:2px;background:var(--border);overflow:hidden;margin-top:5px}.meter>span{display:block;height:100%;border-radius:2px}.review-shell{display:flex;flex-direction:column;height:calc(100vh - 46px)}.review-bar{display:flex;align-items:center;gap:10px;padding:8px 16px;border-bottom:1px solid var(--border);background:var(--surface)}.review-panes{display:grid;grid-template-columns:minmax(280px,1fr) minmax(420px,1.45fr) minmax(320px,1.05fr);gap:1px;flex:1;min-height:0;background:var(--border)}.pane{background:var(--bg);display:flex;flex-direction:column;min-height:0;min-width:0}.pane-head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:9px 14px;border-bottom:1px solid var(--border);background:var(--surface-alt)}.pane-body{flex:1;overflow:auto;padding:14px;min-height:0}.pane-body.tight{padding:12px}.doc{white-space:pre-wrap;overflow-wrap:anywhere;font-family:var(--mono);font-size:12px;line-height:1.65;margin:0;color:var(--text)}.editor{flex:1;width:100%;border:none;border-radius:0;background:var(--bg);padding:14px;font-family:var(--mono);font-size:12px;line-height:1.65;resize:none}.editor:focus{outline:none;box-shadow:inset 0 0 0 2px var(--accent-soft)}.timer{display:inline-flex;align-items:center;gap:6px;padding:3px 9px;border-radius:20px;border:1px solid var(--border);background:var(--bg-sunken);font-size:12px;font-variant-numeric:tabular-nums;white-space:nowrap}.timer.running{border-color:var(--pass);background:var(--pass-soft);color:var(--pass)}.criterion{border:1px solid var(--border);border-radius:var(--radius);padding:10px 11px;background:var(--surface)}.criterion.marked{border-color:var(--accent);box-shadow:inset 2px 0 0 var(--accent)}.verdicts{display:flex;gap:3px;margin-top:8px}.verdicts button{flex:1;padding:3px 0;font-size:11.5px;box-shadow:none}.verdicts button.on{background:var(--accent);border-color:var(--accent);color:var(--accent-text)}.diff{margin:0;padding:12px;border-radius:var(--radius);background:var(--bg-sunken);border:1px solid var(--border);font-family:var(--mono);font-size:11.5px;line-height:1.6;max-height:420px;overflow:auto;white-space:pre-wrap;overflow-wrap:anywhere}.diff .add{color:var(--pass)}.diff .del{color:var(--fail)}.diff .hunk{color:var(--text-faint)}.bars{display:flex;align-items:flex-end;gap:10px;height:92px}.bars .bar{display:flex;flex-direction:column;justify-content:flex-end;align-items:center;gap:5px}.bars .fill{width:34px;min-height:3px;border-radius:3px 3px 0 0;background:var(--accent)}@media(max-width:1100px){.review-panes{grid-template-columns:minmax(0,1fr) minmax(0,1.2fr)}.review-panes>.pane:first-child{grid-column:1 / -1;max-height:34vh}}@media(max-width:760px){.page{padding:16px 14px 64px}.figures{gap:20px}.figure .value{font-size:21px}nav.top{padding:0 12px;gap:4px}nav.top .hide-narrow{display:none}nav.sub{padding:0 12px;overflow-x:auto}.review-shell{height:auto}.review-panes{grid-template-columns:minmax(0,1fr)}.review-panes>.pane:first-child{max-height:none}.pane-body{max-height:60vh}.editor{min-height:44vh}.review-bar{flex-wrap:wrap;row-gap:8px;position:sticky;top:46px;z-index:18}.scroll-x>table{min-width:640px}.matrix th:first-child,.matrix td:first-child{position:sticky;left:0;background:var(--surface);z-index:1}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}details>summary{cursor:pointer;list-style:none;display:flex;align-items:center;gap:6px;color:var(--text-muted);font-size:12.5px}details>summary::-webkit-details-marker{display:none}details>summary:before{content:"";width:0;height:0;border-left:4px solid currentColor;border-top:3.5px solid transparent;border-bottom:3.5px solid transparent;transition:transform .12s ease}details[open]>summary:before{transform:rotate(90deg)}details>summary:hover{color:var(--text)}.weight-row{display:grid;grid-template-columns:minmax(0,1fr) 132px 44px;gap:10px;align-items:center;padding:7px 0;border-bottom:1px solid var(--border)}.weight-row:last-child{border-bottom:none}.weight-row input[type=range]{width:100%;accent-color:var(--accent);padding:0}.ranked{border-top:1px solid var(--border)}.ranked-item{display:grid;grid-template-columns:34px minmax(0,1fr) auto;gap:14px;padding:14px 0;border-bottom:1px solid var(--border);align-items:start}.ranked-item .position{font-size:17px;font-weight:550;color:var(--text-faint);font-variant-numeric:tabular-nums;padding-top:1px}.ranked-item .headline{font-size:14px;font-weight:570}.ranked-item .measure{text-align:right;font-variant-numeric:tabular-nums}.ranked-item .measure .value{font-size:19px;font-weight:550;letter-spacing:-.01em}.ranked-item .measure .of-what{font-size:11px;color:var(--text-faint)}.reasons{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px 22px;margin-top:9px}.reason-list{margin:0;padding:0;list-style:none}.reason-list li{display:flex;gap:7px;align-items:baseline;padding:2px 0;font-size:12.5px}.reason-list .bar{width:34px;height:3px;border-radius:2px;flex:none;align-self:center;background:var(--border);overflow:hidden}.reason-list .bar>span{display:block;height:100%}.nav-search{display:flex;align-items:center;gap:6px;margin-left:6px;padding:0 9px;height:30px;width:240px;color:var(--text-faint);background:var(--bg-sunken);border:1px solid var(--border);border-radius:var(--radius)}.nav-search:focus-within{border-color:var(--accent);color:var(--text-muted)}.nav-search input{border:none;background:transparent;padding:0;font-size:12.5px}.nav-search input:focus{outline:none}a.button{display:inline-flex;align-items:center;font-weight:500;padding:5px 11px;color:var(--text);background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--radius);box-shadow:var(--shadow-sm);white-space:nowrap}a.button:hover{background:var(--surface-hover);text-decoration:none}a.button.primary{background:var(--accent);border-color:var(--accent);color:var(--accent-text)}a.button.primary:hover{background:var(--accent-hover);border-color:var(--accent-hover)}.accent-text{color:var(--accent)}.hero{padding:34px 0 6px;max-width:820px}.hero h1{font-size:34px;font-weight:660;letter-spacing:-.03em;line-height:1.12;max-width:24ch}.hero .lede{font-size:15px;line-height:1.55;color:var(--text-muted);max-width:62ch;margin:12px 0 20px}.search-big{display:flex;align-items:center;gap:8px;padding:6px 6px 6px 14px;background:var(--surface);border:1px solid var(--border-strong);border-radius:10px;color:var(--text-faint);max-width:720px}.search-big:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.search-big input{border:none;background:transparent;font-size:14.5px;padding:6px 4px}.search-big input:focus{outline:none}.search-big button{flex:none}.stat-strip{display:flex;flex-wrap:wrap;margin-top:26px;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.stat-strip .stat{display:flex;align-items:baseline;gap:7px;padding:11px 26px 11px 0;margin-right:26px;border-right:1px solid var(--border)}.stat-strip .stat:last-child{border-right:none;margin-right:0}.stat-strip .value{font-size:20px;font-weight:600;letter-spacing:-.02em;font-variant-numeric:tabular-nums}.stat-strip .name{font-size:12.5px;color:var(--text-muted)}.family-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:14px}.family-tile{display:flex;flex-direction:column;gap:8px;padding:16px 18px 14px;color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);transition:border-color .1s}.family-tile:hover{text-decoration:none;border-color:var(--border-strong)}.family-tile .title{font-size:15px;font-weight:620;letter-spacing:-.01em}.family-tile p{margin:0;line-height:1.5}.family-tile .tile-foot{display:flex;flex-wrap:wrap;gap:4px 16px;margin-top:auto;padding-top:10px;border-top:1px solid var(--border);font-size:12px;color:var(--text-muted)}.family-tile .tile-foot b{color:var(--text);font-weight:600}.clamp-3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.three-up{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px 32px}.two-up{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px 32px}.three-up h3,.two-up h3{font-size:13.5px;margin-bottom:4px}.three-up p,.two-up p{margin:0 0 6px;line-height:1.55;max-width:48ch}.with-side{display:grid;grid-template-columns:216px minmax(0,1fr);gap:36px;align-items:start}.side{position:sticky;top:62px}.facet{margin-bottom:18px}.facet h3{font-size:11.5px;font-weight:600;color:var(--text-muted);margin:0 0 4px;padding:0 8px}.facet .opt{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;padding:4px 8px;font-weight:450;text-align:left;color:var(--text);background:transparent;border:none;box-shadow:none;border-radius:var(--radius-sm)}.facet .opt:hover{background:var(--surface-hover)}.facet .opt.on{background:var(--accent-soft);color:var(--accent);font-weight:600}.facet .opt .n{font-size:11.5px;color:var(--text-faint);font-variant-numeric:tabular-nums;flex:none}.facet .opt.on .n{color:var(--accent)}.toolbar{display:flex;align-items:center;gap:8px}.search-inline{display:flex;align-items:center;gap:8px;padding:0 10px;height:32px;color:var(--text-faint);background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--radius)}.search-inline:focus-within{border-color:var(--accent)}.search-inline input{border:none;background:transparent;padding:0}.search-inline input:focus{outline:none}.toolbar select{height:32px}.seg{display:inline-flex;border:1px solid var(--border-strong);border-radius:var(--radius);overflow:hidden}.seg button{border:none;border-radius:0;box-shadow:none;padding:5px 10px;font-size:12px;color:var(--text-muted);background:var(--surface)}.seg button+button{border-left:1px solid var(--border-strong)}.seg button.on{background:var(--bg-sunken);color:var(--text);font-weight:600}.result-count{padding:12px 0 2px}.entries{border-top:1px solid var(--border)}.entry{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;padding:15px 0;border-bottom:1px solid var(--border)}.entry-main{min-width:0}.entry-title{display:flex;align-items:center;flex-wrap:wrap;gap:6px 10px}.entry-title .title{font-size:15px;font-weight:620;letter-spacing:-.01em;color:var(--text)}.entry-title .title:hover{color:var(--accent);text-decoration:none}.tags{display:inline-flex;gap:5px;flex-wrap:wrap}.entry-sub{font-size:12px;color:var(--text-muted);margin-top:3px}.entry-sub a{color:var(--text-muted)}.entry-meta{display:flex;flex-wrap:wrap;gap:4px 18px;margin-top:9px;font-size:12.5px;color:var(--text-muted)}.entry-meta b{color:var(--text);font-weight:560;font-variant-numeric:tabular-nums}.entry-aside{text-align:right;white-space:nowrap;padding-top:2px}.entry-aside .value{font-size:19px;font-weight:560;letter-spacing:-.015em;font-variant-numeric:tabular-nums}.entry-aside .of-what{font-size:11px;color:var(--text-faint);margin-top:1px}.crumbs{margin-bottom:10px;color:var(--text-muted)}.crumbs a{color:var(--text-muted)}.detail-head{display:flex;justify-content:space-between;align-items:flex-start;gap:24px}.detail-actions{display:flex;flex-wrap:wrap;gap:8px;flex:none;padding-top:2px}.spec{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:0 32px;margin-bottom:4px}.spec .kv{display:flex;justify-content:space-between;align-items:baseline;gap:16px;padding:8px 0;font-size:12.5px;border-bottom:1px solid var(--border)}.spec .k{color:var(--text-muted);flex:none}.spec .v{font-weight:550;text-align:right;font-variant-numeric:tabular-nums;min-width:0;overflow-wrap:anywhere}.kpis{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));border:1px solid var(--border);border-radius:var(--radius-sm);overflow:hidden;background:var(--surface)}.kpi{padding:13px 16px 12px;border-right:1px solid var(--border);border-bottom:1px solid var(--border);margin-bottom:-1px}.kpi .value{font-size:24px;font-weight:560;letter-spacing:-.02em;font-variant-numeric:tabular-nums;line-height:1.1}.kpi .name{font-size:12.5px;color:var(--text-muted);margin-top:4px}.kpi .qualifier{font-size:11.5px;color:var(--text-faint);margin-top:1px}.bar-rows{border-top:1px solid var(--border)}.bar-row{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(140px,1fr) 56px 56px;gap:18px;align-items:center;padding:9px 0;border-bottom:1px solid var(--border)}.bar-row.head{font-size:11.5px;font-weight:600;color:var(--text-muted);padding:7px 0}.bar-label{min-width:0}.bar-label .tiny{margin-top:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bar-label .crit-desc{color:var(--text-faint)}.track{position:relative;height:8px;background:var(--border);border-radius:2px}.track .fill{position:absolute;left:0;top:0;bottom:0;border-radius:2px}.track .tick{position:absolute;top:-3px;width:2px;height:14px;margin-left:-1px;background:var(--text)}@media(max-width:900px){.with-side{grid-template-columns:minmax(0,1fr);gap:16px}.side{position:static;display:flex;flex-wrap:wrap;gap:0 18px}.facet{min-width:160px}.detail-head{flex-direction:column}.bar-row{grid-template-columns:minmax(0,1fr) 56px 56px}.bar-row .track{grid-column:1 / -1;order:3}.bar-row.head>:nth-child(2){display:none}}@media(max-width:760px){.hero{padding-top:18px}.hero h1{font-size:26px}.search-big button{display:none}.stat-strip .stat{padding-right:14px;margin-right:14px}.entry{grid-template-columns:minmax(0,1fr);gap:6px}.entry-aside{text-align:left;display:flex;align-items:baseline;gap:6px}.toolbar{flex-wrap:wrap}.search-inline{flex-basis:100%}}.icon{flex:none;vertical-align:-3px}a .icon,button .icon{color:inherit}.domain-mark{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:8px;color:var(--accent);background:var(--accent-soft);flex:none;transition:background .12s,color .12s}.domain-mark.lg{width:44px;height:44px;border-radius:11px}.domain-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:12px}.domain-tile{display:flex;flex-direction:column;gap:12px;padding:16px 18px 14px;color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);transition:border-color .12s,background .12s}.domain-tile:hover{text-decoration:none;border-color:var(--border-strong);background:var(--surface-alt)}.domain-tile:hover .domain-mark{background:var(--accent);color:var(--accent-text)}.domain-tile .title{font-size:15px;font-weight:620;letter-spacing:-.01em}.tile-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4px}.tile-list li{display:flex;justify-content:space-between;gap:12px;font-size:12.5px;color:var(--text-muted)}.tile-list li>.truncate{min-width:0}.domain-tile .tile-foot{display:flex;flex-wrap:wrap;gap:4px 14px;margin-top:auto;padding-top:10px;border-top:1px solid var(--border);font-size:12px;color:var(--text-muted)}.domain-tile .tile-foot b{color:var(--text);font-weight:600;font-variant-numeric:tabular-nums}.entry-desc{margin:5px 0 0;font-size:12.5px;color:var(--text-muted);max-width:78ch;line-height:1.5}.entry{transition:background .12s}.entry:hover{background:linear-gradient(90deg,var(--surface-alt),transparent 60%)}.principle .icon{color:var(--accent);margin-bottom:8px}.instructions{margin:0;padding:14px 18px;border-left:3px solid var(--accent);background:var(--surface-alt);border-radius:0 var(--radius) var(--radius) 0;white-space:pre-wrap;line-height:1.6;max-width:88ch;color:var(--text)}.hero{position:relative}.hero-bg{position:absolute;top:-34px;right:0;bottom:0;left:-24px;z-index:-1;pointer-events:none;background-image:linear-gradient(var(--border) 1px,transparent 1px),linear-gradient(90deg,var(--border) 1px,transparent 1px);background-size:28px 28px;opacity:.55;-webkit-mask-image:radial-gradient(ellipse 70% 90% at 22% 30%,#000 0%,transparent 70%);mask-image:radial-gradient(ellipse 70% 90% at 22% 30%,#000 0%,transparent 70%)}.skeleton{border-radius:var(--radius);background:linear-gradient(90deg,var(--bg-sunken) 25%,var(--surface-hover) 50%,var(--bg-sunken) 75%);background-size:200% 100%;animation:shimmer 1.4s linear infinite;border:1px solid var(--border)}@keyframes shimmer{to{background-position:-200% 0}}button.primary{box-shadow:0 1px #ffffff1f inset,var(--shadow-sm)}.facet .opt,.seg button,a.button,.badge{transition:background .12s,color .12s,border-color .12s}.badge.pass .icon{margin-right:1px}.entry-title .title{transition:color .12s}tbody tr.hoverable{transition:background .12s}nav.top .brand{display:inline-flex;align-items:center;gap:7px}.brand-mark{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:6px;color:var(--accent-text);background:var(--accent)}.brand-mark svg{width:13px;height:13px}.mk{font-size:14.5px;line-height:1.5;max-width:1240px;margin:0 auto;padding:22px 24px 80px}.mk h1{font-size:30px;font-weight:700;letter-spacing:-.025em;line-height:1.15}.mk h2{font-size:17px;font-weight:650;letter-spacing:-.015em}.mk h3{font-size:14.5px;font-weight:620}.mk .sub{color:var(--text-muted);margin-top:4px}.mk .sub-1{color:var(--text-muted);margin:3px 0 0;max-width:64ch}.mk-card{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:20px 22px}.mk-card+.mk-card{margin-top:16px}.mk-card.flush{padding:0;overflow:hidden}.mk-card .mk-card-head{display:flex;justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:14px}.mk-card .mk-card-head .sub-1{margin:2px 0 0}.mk-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(268px,1fr));gap:14px}.mk-row{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(268px,1fr);gap:14px;overflow-x:auto;padding-bottom:6px;scroll-snap-type:x proximity}.mk-row>*{scroll-snap-align:start}.pc{display:flex;flex-direction:column;gap:12px;padding:16px 16px 14px;color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:14px;transition:box-shadow .15s,border-color .15s;min-width:0}.pc:hover{text-decoration:none;border-color:var(--border-strong);box-shadow:var(--shadow-md)}.pc-top{display:flex;gap:12px;align-items:flex-start;min-width:0}.pc-name{font-size:15.5px;font-weight:650;letter-spacing:-.01em;line-height:1.25}.pc-line{font-size:12.5px;color:var(--text-muted);margin-top:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pc-tags{display:flex;flex-wrap:wrap;gap:5px}.pc-foot{display:flex;justify-content:space-between;align-items:flex-end;gap:10px;margin-top:auto;padding-top:10px;border-top:1px solid var(--border)}.pc-foot .k{font-size:11.5px;color:var(--text-faint)}.pc-foot .v{font-size:14px;font-weight:620;font-variant-numeric:tabular-nums}.pc-summary{font-size:12.5px;color:var(--text-muted);line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.avatar{flex:none;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;font-weight:700;font-size:15px;letter-spacing:-.02em;color:var(--text);background:color-mix(in oklab,var(--avatar-tint, var(--accent)) 16%,var(--surface));border:1px solid color-mix(in oklab,var(--avatar-tint, var(--accent)) 30%,var(--border))}.avatar.lg{width:72px;height:72px;font-size:24px;border-radius:18px}.avatar.sm{width:32px;height:32px;font-size:12px;border-radius:9px}.rating{display:flex;align-items:center;gap:8px;min-width:0}.rating .segs{display:inline-flex;gap:2px}.rating .seg{width:14px;height:8px;border-radius:2px;background:var(--border)}.rating .seg.on{background:var(--rating-tone, var(--pass))}.rating .seg.half{background:linear-gradient(90deg,var(--rating-tone, var(--pass)) 50%,var(--border) 50%)}.rating .pct{font-weight:700;font-variant-numeric:tabular-nums;font-size:15px}.rating .frac{font-size:11.5px;color:var(--text-faint);white-space:nowrap}.rating.lg .seg{width:22px;height:11px;border-radius:3px}.rating.lg .pct{font-size:26px;letter-spacing:-.02em}.rating.lg .frac{font-size:13px}.chip{display:inline-flex;align-items:center;gap:5px;padding:2px 9px;border-radius:999px;font-size:12px;font-weight:520;line-height:1.6;color:var(--text-muted);background:var(--bg-sunken);border:1px solid var(--border);white-space:nowrap}.chip.pass{color:var(--pass);background:var(--pass-soft);border-color:transparent}.chip.warn{color:var(--partial);background:var(--partial-soft);border-color:transparent}.chip.fail{color:var(--fail);background:var(--fail-soft);border-color:transparent}.chip.accent{color:var(--accent);background:var(--accent-soft);border-color:transparent}.chip.link{color:var(--text);background:var(--surface)}.chip.link:hover{border-color:var(--border-strong);text-decoration:none;background:var(--surface-hover)}.chip .icon{width:13px;height:13px}.mk-product{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:20px;align-items:start}.mk-side{position:sticky;top:62px;display:flex;flex-direction:column;gap:14px}.buybox{display:flex;flex-direction:column;gap:10px}.buybox .price{font-size:26px;font-weight:700;letter-spacing:-.02em;font-variant-numeric:tabular-nums}.buybox .price small{font-size:12.5px;font-weight:450;color:var(--text-muted);margin-left:6px}.buybox .button,.buybox button{width:100%;justify-content:center;padding:9px 12px;font-size:14px;border-radius:10px}.buybox .kvs{display:flex;flex-direction:column;gap:6px;margin-top:4px;font-size:13px}.buybox .kvs div{display:flex;justify-content:space-between;gap:12px}.buybox .kvs .k{color:var(--text-muted)}.buybox .kvs .v{font-weight:560;text-align:right;overflow:hidden;text-overflow:ellipsis}.mk-head{display:flex;gap:18px;align-items:flex-start}.mk-head .title{min-width:0}.mk-head .tags{margin-top:8px}.stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:14px}.stat-box{padding:12px 14px;border-radius:10px;background:var(--bg-sunken)}.stat-box .v{font-size:24px;font-weight:700;letter-spacing:-.025em;font-variant-numeric:tabular-nums;line-height:1.1}.stat-box .k{font-size:12.5px;color:var(--text-muted);margin-top:4px}.bench{border-top:1px solid var(--border)}.bench details{border-bottom:1px solid var(--border)}.bench summary{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:center;padding:14px 0;cursor:pointer;list-style:none}.bench summary::-webkit-details-marker{display:none}.bench summary:before{content:none}.bench summary .name{font-size:15px;font-weight:620}.bench summary .meta{font-size:12.5px;color:var(--text-muted);margin-top:2px}.bench summary:hover .name{color:var(--accent)}.bench .body{padding:0 0 14px}.mk-empty{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px 18px;border-radius:10px;background:var(--bg-sunken);color:var(--text-muted)}.mk-hero h1{font-size:38px;max-width:20ch}.mk-hero .search-big{margin-top:20px}.chips{display:flex;flex-wrap:wrap;gap:8px}.chips .chip{padding:5px 12px;font-size:13px}.mk-section{margin-top:34px}.mk-section>.mk-card-head{display:flex;justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:12px}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px}.step{display:flex;gap:12px;align-items:flex-start;padding:16px;border-radius:12px;background:var(--bg-sunken)}.step .n{flex:none;width:28px;height:28px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;background:var(--accent);color:var(--accent-text);font-weight:700;font-size:13px}.step b{display:block;font-weight:640}.step span{color:var(--text-muted);font-size:13px}@media(max-width:960px){.mk-product{grid-template-columns:minmax(0,1fr)}.mk-side{position:static}.mk-hero h1{font-size:28px}.mk h1{font-size:24px}}.logo{flex:none;display:inline-flex;align-items:center;justify-content:center;overflow:hidden;background:#fff;border:1px solid var(--border);box-shadow:var(--shadow-sm)}.logo img{width:100%;height:100%;object-fit:cover;display:block}.logo.initials{font-weight:700;letter-spacing:-.02em;color:#fff;background:linear-gradient(135deg,color-mix(in oklab,var(--avatar-tint) 85%,#fff),var(--avatar-tint));border:none}.pc-top .chip{flex:none}.pc-foot>div{min-width:0}.mk-hero{position:relative;margin:0 -24px;padding:48px 24px 28px;border-bottom:1px solid var(--border);background:radial-gradient(ellipse 60% 80% at 85% 0%,color-mix(in oklab,var(--accent) 12%,transparent),transparent 70%),radial-gradient(ellipse 50% 60% at 10% 100%,color-mix(in oklab,var(--pass) 8%,transparent),transparent 70%),var(--bg-sunken)}.mk-hero-inner{max-width:1240px;margin:0 auto}.mk-hero-inner>*{max-width:760px}.mk-hero-inner .chips{max-width:none}.mk-hero .hero-bg{display:none}.eyebrow{display:inline-flex;align-items:center;gap:6px;font-size:12.5px;font-weight:600;color:var(--accent);background:var(--accent-soft);padding:4px 10px;border-radius:999px;margin-bottom:14px}.mk-hero .search-big{margin-top:22px;max-width:680px;box-shadow:var(--shadow-md);border-radius:12px}.mk-hero .search-big input{font-size:15px;padding:8px 4px}.mk-card-head .more{display:inline-flex;align-items:center;gap:4px;font-weight:520}.step .n{background:var(--accent-soft);color:var(--accent)}.mk-card.cta{display:flex;flex-direction:column;align-items:flex-start;gap:6px}.mk-card.cta .cta-icon{color:var(--accent);margin-bottom:4px}.mk-card.cta .button{margin-top:10px}nav.top{height:54px;padding:0 24px;background:color-mix(in oklab,var(--surface) 92%,transparent);-webkit-backdrop-filter:saturate(160%) blur(10px);backdrop-filter:saturate(160%) blur(10px)}nav.top .brand{font-size:15.5px;font-weight:700;letter-spacing:-.02em}nav.top a:not(.brand){font-size:13.5px;font-weight:520;padding:6px 10px;border-radius:8px}.brand-mark{width:26px;height:26px;border-radius:8px}.brand-mark svg{width:15px;height:15px}.nav-search{height:34px;width:280px;border-radius:9px}.mk .crumbs{margin-bottom:14px}.mk .spec .kv{font-size:13px}.mk table th{font-size:11.5px}.mk details>summary{cursor:pointer}.pc-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.buybox .price.none{font-size:15px;font-weight:600;color:var(--text-muted)}.pc-jobs{font-size:12px;color:var(--text-faint)}.pc.job .pc-name{font-size:15px;white-space:normal}.pc.job .pc-summary{-webkit-line-clamp:3}.clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media(max-width:960px){.mk-side{order:-1}.mk-product{display:flex;flex-direction:column;align-items:stretch}.bench summary{grid-template-columns:minmax(0,1fr);gap:6px}.mk-head{flex-direction:column}.buybox .price{font-size:22px}}.tier-private{border-left:3px solid var(--accent);padding-left:18px;margin-left:-21px}.tier-strip{position:sticky;top:0;z-index:5;display:flex;align-items:center;gap:10px;margin:0 0 18px -21px;padding:7px 18px;background:var(--accent-soft);border-bottom:1px solid var(--accent);font-size:11.5px;letter-spacing:.01em;color:var(--accent)}.tier-strip .mark{font-weight:660;white-space:nowrap}.tier-strip .detail{color:var(--text-muted)}@media(prefers-reduced-motion:no-preference){.tier-strip{transition:background-color .12s ease}}.tier-strip.public{background:var(--surface-hover);border-bottom-color:var(--border);color:var(--text-muted)}.split-pill{display:inline-flex;align-items:center;gap:5px;padding:1px 7px;border-radius:999px;border:1px solid var(--border);font-size:10.5px;letter-spacing:.02em}.split-pill.private{border-color:var(--accent);color:var(--accent)}.split-pill.public{color:var(--text-muted)}.notice{max-width:72ch;margin:0 0 14px;padding:10px 14px;border:1px solid var(--border);border-left:3px solid var(--border-strong);background:var(--surface-alt);font-size:13px;line-height:1.55;color:var(--text)}.notice strong{font-weight:600}.identity-page{max-width:1240px}.identity-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.identity-stat-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin:0 0 32px}.identity-tabs{display:flex;align-items:center;gap:6px;margin:28px 0;overflow-x:auto;border-bottom:1px solid var(--border);padding:0 0 12px;scrollbar-width:thin}.identity-tabs>button,.identity-tabs>a{display:inline-flex;align-items:center;justify-content:center;gap:9px;flex-shrink:0;font-weight:600;font-size:13px;white-space:nowrap;padding:10px 16px;border:0;border-radius:9px;background:transparent;color:var(--text-muted);text-decoration:none}.identity-tabs>button.active,.identity-tabs>a:focus-visible{background:var(--surface);color:var(--text);box-shadow:0 2px 7px #102e2210}.identity-tabs>button:not(.active):hover,.identity-tabs>a:hover{background:var(--surface-alt);color:var(--text)}.identity-tabs span{display:inline-grid;place-items:center;min-width:22px;height:22px;border-radius:6px;background:var(--surface-alt);font-size:11px}.identity-tabs>button.primary{margin-left:auto;background:#153d32;color:#f8fbf6}.identity-anchor-tabs{padding:10px;background:var(--surface);border:1px solid var(--border);border-radius:14px}.identity-section-heading{display:flex;justify-content:space-between;align-items:center;gap:20px;margin:32px 0 20px}.identity-section-heading h2{margin:5px 0 7px;font-size:25px;letter-spacing:-.04em}.identity-section-heading .eyebrow{font-size:10px;letter-spacing:.14em}.identity-section-heading p{margin:0}.identity-form{padding:28px;border:1px solid var(--border);border-radius:20px;background:var(--surface)}.identity-form textarea{min-height:110px}.identity-form>.primary{align-self:flex-start}.identity-field-row{display:grid;grid-template-columns:minmax(0,1fr) 220px;gap:24px;align-items:end;padding:15px 0;border-top:1px solid var(--border)}.identity-field-row .field{min-width:0}.identity-form .label{font-size:12px;font-weight:600}.identity-form .field select,.identity-form .field input,.identity-form .field textarea{background:var(--surface-alt)}.identity-inline{display:flex;gap:12px;align-items:end;flex-wrap:wrap}.identity-inline .field{flex:1;min-width:min(180px,100%)}.identity-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(270px,100%),1fr));gap:22px}.identity-card{padding:24px;border:1px solid var(--border);border-radius:20px;background:var(--surface);transition:box-shadow .18s}.identity-card:hover{box-shadow:0 12px 30px #1234260b}.identity-card h3{margin:14px 0 10px;font-size:21px;letter-spacing:-.035em}.identity-card p{line-height:1.65;color:var(--text-muted);font-size:13px}.identity-card footer{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}.identity-card .row{flex-wrap:wrap}.identity-statuses{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:9px;margin:20px 0}.identity-status{display:flex;align-items:flex-start;gap:8px;text-transform:capitalize;font-size:11px;padding:16px 12px;border:1px solid var(--border);border-radius:12px;background:var(--surface-alt);line-height:1.45}.identity-status strong{display:block;font-size:12px;margin-top:5px;color:var(--text)}.identity-status-step{font-size:9px;font-weight:700;opacity:.5;padding-top:1px}.identity-status[data-state=complete],.identity-status[data-state=approved],.identity-status[data-state=verified],.identity-status[data-state=connected],.identity-status[data-state=passed]{border-color:#80a08a55;background:color-mix(in srgb,#8db79a 10%,var(--surface))}.identity-blockers{border:1px solid #d0b47755;background:color-mix(in srgb,#ecd49b 13%,var(--surface));border-radius:12px;padding:12px 18px}.identity-blockers p{margin:7px 0}.identity-health{display:flex;align-items:flex-start;gap:12px;padding:18px;border-radius:12px;background:var(--surface-alt)}.identity-health p{margin:5px 0;overflow-wrap:anywhere}.identity-health-dot,.supplier-agent-state{width:9px;height:9px;border-radius:50%;background:#a4a89c;flex-shrink:0;margin-top:5px}.identity-health-dot[data-state=healthy],.supplier-agent-state[data-state=approved]{background:#4b9568;box-shadow:0 0 0 4px #4b956819}.identity-health-dot[data-state=failed],.supplier-agent-state[data-state=rejected]{background:#c37568}.identity-timeline{list-style:none;margin:20px 0;padding:0 0 0 22px;border-left:1px solid var(--border)}.identity-timeline li{position:relative;padding:0 0 26px 14px;font-size:13px}.identity-timeline li:before{content:"";position:absolute;width:8px;height:8px;border-radius:50%;background:#7b9a86;left:-27px;top:5px;border:3px solid var(--surface)}.identity-timeline li>span{display:block;margin-top:6px}.identity-notice{padding:18px 20px;border:1px solid var(--border);background:var(--surface-alt);border-radius:12px;margin:18px 0;line-height:1.65;font-size:13px}.identity-notice p{margin:8px 0}.identity-json{padding:18px;border:1px solid var(--border);border-radius:12px;background:var(--surface-alt);white-space:pre-wrap;overflow-wrap:anywhere;font-size:12px;max-height:360px;overflow:auto}.identity-progress{counter-reset:step;list-style:none;padding:0;display:grid;gap:14px;margin:23px 0}.identity-progress li{display:flex;align-items:flex-start;gap:12px;counter-increment:step;font-size:13px;line-height:1.6}.identity-progress li:before{content:counter(step,decimal-leading-zero);flex:none;width:27px;height:27px;display:grid;place-items:center;border:1px solid #b8d2b955;border-radius:50%;font-size:10px;color:#d7f57a}.identity-danger{border:1px solid #b8787355;padding:26px;margin-top:24px;border-radius:18px;background:color-mix(in srgb,#e5ada4 7%,var(--surface))}.identity-danger h2{color:#aa564d}.identity-context-note{display:flex;gap:14px;align-items:flex-start;padding:20px 0;color:var(--text-muted);font-size:12px;line-height:1.6}.identity-context-note>svg{flex:none;margin-top:3px}.identity-context-note p{margin:0;max-width:90ch}.identity-search{display:flex;align-items:center;gap:10px;min-width:0;color:var(--text-muted);padding:0 13px;background:var(--surface);border:1px solid var(--border);border-radius:11px}.identity-search>svg{flex:none;width:17px}.identity-search>input{background:transparent!important;border:0!important;box-shadow:none!important;padding:12px 0!important;min-width:0;width:100%;outline:none}.identity-search:focus-within{outline:2px solid var(--accent);outline-offset:2px}.identity-loading{display:flex;justify-content:center;align-items:center;gap:12px;padding:70px 22px;color:var(--text-muted);font-size:13px}.identity-loading>span{width:17px;height:17px;border:2px solid var(--border);border-top-color:#57876c;border-radius:50%;animation:identity-spin .8s linear infinite}@keyframes identity-spin{to{transform:rotate(360deg)}}.account-overview{display:flex;align-items:center;gap:20px;padding:26px 30px;background:var(--surface);border:1px solid var(--border);border-radius:20px}.account-avatar{display:grid;place-items:center;flex:none;width:64px;height:64px;border-radius:20px;background:#ddd9f4;color:#534775;font-size:25px;font-weight:600;box-shadow:inset 0 0 0 1px #fff7}.account-overview-copy{min-width:0}.account-overview-copy h2{font-size:22px;margin:0 0 5px}.account-overview-copy>span{font-size:12px;color:var(--text-muted);overflow-wrap:anywhere}.account-overview-meta{display:flex;gap:8px;flex-wrap:wrap;margin-left:auto}.account-design .identity-tabs{margin-top:28px;margin-bottom:30px}.account-profile-section .identity-section-heading{margin-top:0}.account-design .identity-form{max-width:960px}.account-design .identity-form>.field:first-child{max-width:300px}.account-design .stack>.panel{padding:26px}.account-design .stack>.panel.flush{padding:0;overflow:auto}.account-design table td{padding:18px 22px}.identity-preview{overflow:hidden;border:1px solid var(--border);border-radius:24px;background:var(--surface);max-width:940px}.identity-profile-cover{height:150px;background:#d9e6d7;position:relative;overflow:hidden}.identity-profile-cover:before{content:"";position:absolute;width:420px;height:420px;border:55px solid #a8c6ad66;border-radius:50%;right:-110px;top:-230px}.identity-profile-shape{position:absolute;width:160px;height:160px;background:#133d32;border-radius:36px;right:75px;top:80px;transform:rotate(-27deg)}.identity-profile-avatar{position:absolute;bottom:20px;left:32px;width:80px;height:80px;background:#fbfff4;border-radius:24px;display:grid;place-items:center;font-size:34px;color:#214f3b;z-index:1;box-shadow:0 5px 20px #12342612}.identity-profile-content{padding:32px}.identity-profile-name{font-size:36px;letter-spacing:-.05em;margin:8px 0 20px}.identity-profile-content a{overflow-wrap:anywhere}.public-identity-page>.muted{margin-top:20px;max-width:70ch}.identity-auth{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(340px,.85fr);gap:0;max-width:1400px;margin:18px auto 42px;border:1px solid var(--border);border-radius:28px;overflow:hidden;background:var(--surface);min-height:760px}.identity-auth-intro{position:relative;isolation:isolate;display:flex;flex-direction:column;padding:38px 42px;background:#123c31;color:#f0f5e9;overflow:hidden}.identity-auth-intro:after{content:"";position:absolute;z-index:-1;width:430px;height:430px;top:-300px;right:-180px;border:85px solid #ffffff06;border-radius:50%}.identity-auth-brand{display:flex;gap:11px;align-items:center;color:#f1f9e5!important;font-weight:650;font-size:22px;text-decoration:none;letter-spacing:-.04em}.identity-brand-glyph{display:grid;place-items:center;width:34px;height:34px;border:1px solid #d7f57a88;border-radius:10px;font-size:23px;color:#d7f57a;transform:rotate(-9deg)}.identity-auth-brand-note{margin-left:auto;font-size:10px;color:#b7c8b9;letter-spacing:.04em;font-weight:400}.identity-auth-story{padding-top:74px}.identity-auth-kicker{font-size:9px;letter-spacing:.17em;color:#c1d1ba}.identity-auth-intro h2{font-size:clamp(36px,3.6vw,58px);line-height:1.05;letter-spacing:-.06em;font-weight:500;margin:24px 0;color:#f5f8ed}.identity-auth-intro h2 em{font-style:normal;color:#d7f57a}.identity-auth-intro .identity-auth-story>p{max-width:40ch;color:#c2d0c4;line-height:1.75;font-size:14px}.identity-auth-art{position:relative;margin:25px 0 0;flex:1;display:grid;place-items:center;min-height:230px}.identity-auth-art>.domain-art{width:100%;height:240px!important;background:transparent!important;border-radius:0!important}.identity-auth-art>.domain-art svg{width:100%;height:100%;filter:brightness(1.05)}.identity-auth-proof{position:absolute;display:flex;align-items:flex-start;gap:11px;left:7%;right:7%;bottom:13px;padding:17px 19px;background:#f1f5e9;border:1px solid #ffffff80;border-radius:15px;box-shadow:0 8px 24px #001b131f;color:#204333;transform:rotate(-2deg)}.identity-auth-proof strong{display:block;font-size:12px;line-height:1.45}.identity-auth-proof span:not(.identity-proof-dot){display:block;font-size:10px;color:#586b59;margin-top:4px}.identity-proof-dot{width:8px;height:8px;border-radius:50%;background:#6c9970;margin-top:4px;flex-shrink:0}.identity-auth-footer{display:flex;justify-content:space-between;gap:18px;border-top:1px solid #d3e2c820;padding-top:23px;margin-top:28px;font-size:10px;color:#b3c6b8}.identity-auth-form{padding:42px clamp(28px,4vw,62px);align-self:center;min-width:0}.identity-back{display:inline-block;font-size:12px;color:var(--text-muted);text-decoration:none;margin-bottom:44px}.identity-auth-heading>.eyebrow{font-size:10px;color:var(--accent);letter-spacing:.12em}.identity-auth-form h1{font-size:34px!important;letter-spacing:-.055em;line-height:1.12;margin:14px 0!important;max-width:11ch}.identity-auth-heading>p{font-size:13px;line-height:1.7;margin-bottom:30px;max-width:35ch}.identity-auth-form .field input,.identity-auth-form .field select{min-height:46px;background:var(--surface-alt)}.identity-auth-form .label{font-size:12px;font-weight:600}.identity-auth-form form{gap:20px}.identity-auth-form form>button.primary{min-height:48px;margin-top:8px;background:#173e31;color:#f2f6ec;border-color:#173e31}.identity-auth-options{display:flex;flex-wrap:wrap;gap:10px 18px;margin-top:28px;border-top:1px solid var(--border);padding-top:24px}.identity-auth-options>button{font-size:11px;color:var(--text-muted);background:transparent;padding:0;border:0;border-radius:0;box-shadow:none}.identity-auth-options>button:hover{color:var(--text);text-decoration:underline}.identity-auth-form .banner{font-size:12px;margin-top:18px;overflow-wrap:anywhere}.supplier-launchpad{display:grid;grid-template-columns:1.15fr .85fr;border-radius:22px;background:#153e32;overflow:hidden;color:#eaf2df;padding:32px 36px;gap:30px;margin-bottom:34px}.supplier-launchpad .eyebrow{font-size:10px;color:#173e31;background:#d7f57a;border-color:#d7f57a;letter-spacing:.15em}.supplier-launchpad h2{font-size:30px;line-height:1.15;color:#f1f5e9;margin:16px 0;letter-spacing:-.045em}.supplier-launchpad a{color:#d7f57a;font-size:12px}.supplier-launchpad-art{display:flex;align-items:center;justify-content:center;flex-direction:column;border:1px solid #adc89a22;border-radius:18px;background:#ecf3dc0a;min-width:0;overflow:hidden}.supplier-launchpad-art>.domain-art{background:transparent!important;width:100%}.supplier-launchpad-art>span{font-size:10px;letter-spacing:.05em;padding:0 15px 22px;color:#b9cbb8}.supplier-agent-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:30px}.supplier-agent-card.identity-card{padding:0;overflow:hidden}.supplier-agent-art{height:168px;position:relative;overflow:hidden;background:#e4eacb}.supplier-agent-art>.domain-art{height:100%;width:100%;border-radius:0!important}.supplier-agent-art>.badge{position:absolute;left:16px;top:14px;background:#ffffffb8;color:#334c35;border-color:#ffffffa0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-size:9px}.supplier-agent-body{padding:20px}.supplier-agent-title{display:flex;justify-content:space-between;align-items:flex-start;gap:10px}.supplier-agent-title h3{margin:0;line-height:1.25}.supplier-agent-body>p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;min-height:63px;margin:12px 0 20px;font-size:12px}.supplier-agent-meta{display:flex;gap:10px;align-items:center;justify-content:space-between}.supplier-agent-body footer{border-top:1px solid var(--border);padding-top:16px;margin-top:20px}.supplier-agent-body footer>button{display:flex;justify-content:space-between;align-items:center;width:100%;border:0;padding:0;background:transparent;text-align:left;color:var(--text);font-size:12px}.supplier-agent-body footer>button:hover{color:#74964b}.supplier-agent-body footer>button span{font-size:19px}.supplier-design>.panel,.supplier-design .identity-grid>.panel{border-radius:20px}.supplier-design>.panel>h2{font-size:28px}.supplier-tabs>button.primary{font-size:12px}.supplier-design>.section{padding:26px;border:1px solid var(--border);border-radius:20px;background:var(--surface);margin-top:24px}.supplier-design .section h2{font-size:23px}.supplier-review-design .review-article{border-radius:20px;margin-bottom:24px}.supplier-review-design .review-article dl{display:grid;grid-template-columns:1fr 1fr;gap:14px 24px}.supplier-review-design .review-article dl>div{padding:14px;border:1px solid var(--border);border-radius:12px;background:var(--surface-alt);min-width:0}.supplier-review-design .review-article dd{font-size:13px;line-height:1.6;overflow-wrap:anywhere}.supplier-review-design .review-article dt{text-transform:capitalize}.supplier-review-design>.section{border:1px solid var(--border);border-radius:18px;padding:22px;background:var(--surface);margin:24px 0}.remeasurement-design{border-top:4px solid #a6b19b!important}.remeasurement-heading{display:flex;gap:14px;align-items:center}.remeasurement-heading>span{display:grid;place-items:center;width:43px;height:43px;border-radius:13px;background:#ddd9f4;color:#675783}.remeasurement-heading h2{font-size:24px;margin:0 0 5px}.remeasurement-heading p{font-size:12px;margin:0;color:var(--text-muted)}.remeasurement-design form{border-top:1px solid var(--border);padding-top:20px;margin-top:5px}.vendor-design .vendor-section{padding:30px;background:var(--surface);border:1px solid var(--border);border-radius:20px;margin-top:25px;scroll-margin-top:100px}.vendor-design .vendor-section>.eyebrow{font-size:10px;letter-spacing:.13em}.vendor-design .vendor-section h2{font-size:25px;margin-top:10px}.vendor-design .vendor-section .lede{font-size:13px;line-height:1.7;max-width:90ch}.vendor-design .vendor-section>.panel{background:var(--surface-alt)}.vendor-design .two-up{gap:20px}.vendor-design .figures{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:16px}.vendor-design .figure{padding:18px;background:var(--surface-alt);border-radius:14px;border:1px solid var(--border)}.inbox-layout{display:grid;grid-template-columns:250px minmax(0,1fr);gap:30px;align-items:start}.inbox-aside{background:#dbe6d5;border:1px solid #c5d5c0;border-radius:22px;padding:28px;color:#244d35}.inbox-aside-icon{display:grid;place-items:center;width:43px;height:43px;background:#f3f6e6;border-radius:13px;margin-bottom:23px}.inbox-aside h2{font-size:27px;line-height:1.15;margin:0 0 14px;color:#244d35}.inbox-aside>p{font-size:12px;line-height:1.7;color:#59705b}.inbox-unread{display:flex;flex-direction:column;border-top:1px solid #b6c8ab;padding:22px 0;margin-top:22px}.inbox-unread strong{font-size:50px;letter-spacing:-.065em;line-height:1.1;font-weight:500}.inbox-unread>span{font-size:12px;margin-top:5px}.inbox-aside>a{font-size:11px;color:#244d35}.inbox-main .identity-tabs{margin-top:0}.inbox-list{background:var(--surface);border:1px solid var(--border);border-radius:18px;overflow:hidden}.inbox-item{display:flex;align-items:flex-start;gap:16px;padding:24px;border-bottom:1px solid var(--border);transition:background .16s}.inbox-item:last-child{border-bottom:0}.inbox-item:hover{background:var(--surface-alt)}.inbox-item.is-unread{background:color-mix(in srgb,#e2edda 13%,var(--surface))}.inbox-item-symbol{display:grid;place-items:center;flex:none;width:36px;height:36px;border-radius:11px;color:var(--text-muted);background:var(--surface-alt)}.inbox-item.is-unread .inbox-item-symbol{background:#e4e9cb;color:#566e36}.inbox-item-symbol>svg{width:18px;height:18px}.inbox-item-content{flex:1;min-width:0}.inbox-item-heading{display:flex;align-items:center;gap:10px}.inbox-item-heading h3{font-size:14px;line-height:1.5;margin:0;color:var(--text);letter-spacing:-.01em}.inbox-item-heading h3 a{color:inherit;text-decoration:none}.inbox-item-heading h3 a:hover{text-decoration:underline}.inbox-item-content>p{font-size:12px;line-height:1.65;color:var(--text-muted);margin:7px 0 11px;white-space:pre-wrap;overflow-wrap:anywhere}.inbox-unread-dot{display:block;width:6px;height:6px;background:#709057;border-radius:50%;flex:none}.inbox-item-meta{display:flex;gap:12px;flex-wrap:wrap;font-size:10px;color:var(--text-faint)}.inbox-item-go{flex:none;color:var(--text-muted);padding:8px;border:1px solid var(--border);border-radius:9px;display:grid;place-items:center}.inbox-item-go>svg{width:14px;height:14px}.openings-toolbar{display:flex;justify-content:space-between;align-items:center;gap:20px;margin:26px 0}.openings-toolbar h2{font-size:21px;margin:0 0 6px}.openings-toolbar .identity-search{width:310px}.opening-cards{display:grid;gap:18px}.opening-card{display:grid;grid-template-columns:minmax(0,1fr) 220px;gap:24px;padding:26px;background:var(--surface);border:1px solid var(--border);border-radius:20px;transition:border-color .18s,box-shadow .18s}.opening-card:hover{border-color:#a4ba96;box-shadow:0 10px 30px #254d2510}.opening-card-main{display:flex;gap:20px;align-items:flex-start}.opening-domain-icon{display:grid;place-items:center;width:52px;height:52px;flex:none;border-radius:16px;background:#ddd9f4;color:#756494}.opening-card:nth-child(2n) .opening-domain-icon{background:#dce9df;color:#597767}.opening-card-main .eyebrow{font-size:9px;letter-spacing:.12em;line-height:1.7}.opening-card-main h3{font-size:21px;line-height:1.3;letter-spacing:-.035em;margin:8px 0 20px}.opening-card-main h3 a{color:var(--text);text-decoration:none}.opening-card-main h3 a:hover{text-decoration:underline}.opening-tags{display:flex;gap:15px;flex-wrap:wrap;font-size:11px;color:var(--text-muted)}.opening-tags>span{display:flex;align-items:center;gap:5px}.opening-tags svg{width:13px;height:13px}.opening-card-action{display:flex;flex-direction:column;justify-content:center;gap:12px;border-left:1px solid var(--border);padding-left:24px;text-align:center}.opening-allowance{font-size:10px;color:var(--text-muted)}.opening-allowance strong{font-size:17px;color:var(--text)}.opening-card-action>.button{font-size:12px;justify-content:center;gap:10px}.operations-shortcuts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-bottom:30px}.operations-shortcuts>a{display:flex;align-items:center;gap:14px;padding:22px;background:var(--surface);border:1px solid var(--border);border-radius:18px;text-decoration:none;color:var(--text);transition:border-color .18s}.operations-shortcuts>a:hover{border-color:#9cbd8c}.operations-shortcuts>a>span{display:grid;place-items:center;width:42px;height:42px;flex:none;border-radius:13px;background:#e2eacb;color:#5e793d}.operations-shortcuts>a:nth-child(2)>span{background:#e3dff1;color:#6d5f91}.operations-shortcuts>a:nth-child(3)>span{background:#d9e8ee;color:#557785}.operations-shortcuts>a>div{min-width:0;flex:1}.operations-shortcuts strong{display:block;font-size:13px}.operations-shortcuts small{display:block;font-size:10px;line-height:1.5;color:var(--text-muted);margin-top:6px}.operations-shortcuts>a>svg{width:15px;flex:none;color:var(--text-muted)}.operations-metrics{display:flex;gap:22px;margin-bottom:30px;align-items:stretch}.operations-metrics>.figures{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;flex:1}.operations-metrics .figure{display:flex;flex-direction:column;border:1px solid var(--border);background:var(--surface);padding:25px;border-radius:18px;min-width:0}.operations-metrics .figure:first-child{background:#183f32;color:#f5f8e9;border-color:#183f32}.operations-metrics .figure:first-child .name{color:#bdccba}.operations-metrics .figure .value{font-size:40px;font-weight:500;letter-spacing:-.06em;line-height:1.1;order:0}.operations-metrics .figure .name{font-size:11px;line-height:1.6;max-width:18ch;margin-top:15px}.operations-metrics .figure .qualifier{font-size:10px;margin-top:7px;line-height:1.5}.operations-metrics>.panel{max-width:360px;flex:1;border-radius:18px}.operations-metrics .bars{align-items:flex-end;min-height:85px;gap:9px;overflow-x:auto}.operations-metrics .bars .fill{background:#93ad68!important;border-radius:5px 5px 1px 1px;width:20px}.operations-metrics>.panel h2{font-size:16px}.operations-queue{border-radius:20px!important;overflow:hidden}.operations-queue-toolbar{display:flex;align-items:center;gap:16px;padding:24px;border-bottom:1px solid var(--border)}.operations-queue-toolbar>div:first-child{flex:1}.operations-queue-toolbar h2{margin:0 0 6px;font-size:21px}.operations-queue-toolbar>.identity-search{max-width:260px}.operations-queue-toolbar>select{width:150px!important;min-width:0!important}.operations-queue table th{padding:17px 20px}.operations-queue table td{padding:20px}.intake-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;align-items:start}.intake-grid>.panel{padding:28px;border-radius:20px;min-width:0}.intake-grid table{margin-top:15px}.intake-grid .row{flex-wrap:wrap}.intake-grid .row>.field{min-width:min(160px,100%)}.identity-form-title{display:flex;gap:13px;align-items:center;padding-bottom:20px;margin-bottom:8px;border-bottom:1px solid var(--border);scroll-margin-top:120px}.identity-form-title>span{width:40px;height:40px;display:grid;place-items:center;background:#e5eacf;color:#667d46;border-radius:12px;font-size:13px;flex:none}.identity-form-title h2{font-size:22px;margin:0}.identity-form-title p{font-size:11px;color:var(--text-muted);margin:6px 0 0}.intake-grid>#intake-sample .identity-form-title>span{background:#dfdaf0;color:#73668d}.criteria-workbench{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);gap:24px;align-items:start}.criteria-workbench>.panel,.criteria-workbench>.stack>.panel{border-radius:18px;overflow:hidden}.criteria-workbench .panel-head{padding:23px;border-bottom:1px solid var(--border);gap:15px;flex-wrap:wrap}.criteria-workbench .panel-head h2{font-size:20px}.criteria-workbench td{padding:20px 15px}.criteria-workbench td .strong{font-size:13px}.criteria-workbench td .muted{font-size:11px;line-height:1.6}.criteria-workbench tr:has(input:checked){background:color-mix(in srgb,#bfdb9f 15%,var(--surface))}.criteria-workbench>.stack{position:sticky;top:100px}.criteria-workbench .panel h2{font-size:20px}.ranking-design>.section,.ranking-workbench>.section{padding:28px;border:1px solid var(--border);border-radius:20px;background:var(--surface);margin-top:25px}.ranking-design .ranked,.ranking-workbench .ranked{display:grid;gap:16px}.ranking-design .ranked-item,.ranking-workbench .ranked-item{padding:24px;border:1px solid var(--border);border-radius:16px;background:var(--surface);gap:20px}.ranking-design .position,.ranking-workbench .position{width:38px;height:38px;background:#e3eacf;color:#526d39;border-radius:12px;display:grid;place-items:center;font-size:17px}.ranking-design .measure,.ranking-workbench .measure{padding:18px;background:var(--surface-alt);border-radius:12px;align-self:flex-start;min-width:115px}.ranking-design .measure .value,.ranking-workbench .measure .value{font-size:35px;letter-spacing:-.065em}.ranking-design .weight-row,.ranking-workbench .weight-row{padding:14px 0;border-bottom:1px solid var(--border)}.ranking-design .headline,.ranking-workbench .headline{font-size:19px;letter-spacing:-.035em}.ranking-controls-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:30px;margin-top:22px}.ranking-controls-grid>div{min-width:0}@media(max-width:1180px){.supplier-agent-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.identity-auth{grid-template-columns:1fr 1fr;min-height:700px}.identity-auth-intro{padding:30px}.identity-auth-brand-note{display:none}.identity-auth-form{padding:32px}.identity-auth-intro h2{font-size:43px}.operations-metrics{flex-direction:column}.operations-metrics>.panel{max-width:none}.operations-shortcuts>a{padding:17px}.operations-shortcuts>a>svg{display:none}.identity-statuses{grid-template-columns:repeat(3,minmax(0,1fr))}.inbox-layout{grid-template-columns:210px minmax(0,1fr);gap:22px}}@media(max-width:900px){.identity-auth{grid-template-columns:1fr;max-width:640px}.identity-auth-intro{padding:30px;min-height:340px}.identity-auth-story{padding-top:40px}.identity-auth-story>p{max-width:42ch!important}.identity-auth-art{display:none}.identity-auth-footer{margin-top:25px}.identity-auth-form{padding:35px 38px}.identity-back{margin-bottom:26px}.identity-auth-form h1{max-width:none}.identity-auth-form .identity-auth-heading>p{max-width:45ch}.supplier-launchpad{grid-template-columns:1fr .6fr;padding:27px;gap:20px}.supplier-launchpad h2{font-size:27px}.identity-field-row{grid-template-columns:1fr 190px;gap:15px}.operations-shortcuts{grid-template-columns:1fr;gap:12px}.operations-shortcuts>a{padding:17px}.operations-shortcuts>a>svg{display:block}.operations-shortcuts small{margin-top:3px}.intake-grid,.criteria-workbench{grid-template-columns:1fr}.criteria-workbench>.stack{position:static}.inbox-layout{grid-template-columns:1fr}.inbox-aside{display:flex;flex-wrap:wrap;align-items:center;gap:14px 18px;padding:22px}.inbox-aside>p,.inbox-aside>a{display:none}.inbox-aside-icon{margin:0}.inbox-aside h2{margin:0;font-size:24px}.inbox-unread{margin:0 0 0 auto;padding:0;border:0;text-align:right}.inbox-unread strong{font-size:35px}.inbox-unread>span{font-size:10px}.identity-section-heading{align-items:flex-start}.opening-card{grid-template-columns:1fr}.opening-card-action{padding:17px 0 0;border-left:0;border-top:1px solid var(--border);flex-direction:row;align-items:center;justify-content:space-between;flex-wrap:wrap}.opening-card-action>a.small{display:none}.ranking-controls-grid{grid-template-columns:1fr}.operations-queue-toolbar{flex-wrap:wrap}.operations-queue-toolbar>div:first-child{min-width:100%}}@media(max-width:620px){.identity-grid,.identity-field-row{grid-template-columns:1fr}.identity-stat-grid{grid-template-columns:1fr;gap:12px;margin-bottom:22px}.identity-stat-grid>.design-stat{padding:20px!important}.identity-stat-grid .design-stat-value{font-size:34px!important}.identity-stat-grid>.design-stat>p{margin:5px 0 0!important}.identity-page .design-page-intro h1{font-size:35px}.identity-tabs{margin:22px 0;gap:2px}.identity-tabs>button,.identity-tabs>a{padding:10px 12px;font-size:12px}.identity-section-heading{flex-direction:column;gap:12px}.identity-form{padding:21px}.identity-field-row{padding-top:20px;gap:11px}.identity-field-row .field:last-child select{font-size:11px}.account-overview{padding:22px;gap:14px;flex-wrap:wrap}.account-avatar{width:50px;height:50px;border-radius:16px;font-size:23px}.account-overview-copy h2{font-size:19px}.account-overview-meta{margin-left:64px}.identity-profile-content{padding:24px}.identity-profile-name{font-size:29px}.identity-auth{margin:0;border-radius:20px}.identity-auth-intro{padding:26px;min-height:0}.identity-auth-story{padding-top:30px}.identity-auth-intro h2{font-size:36px;margin:17px 0}.identity-auth-intro .identity-auth-story>p{font-size:12px}.identity-auth-kicker{font-size:8px}.identity-auth-footer{display:none}.identity-auth-form{padding:27px}.identity-auth-form h1{font-size:30px!important}.identity-auth-heading>p{margin-bottom:23px}.identity-auth-form .identity-grid{gap:20px}.identity-auth-brand{font-size:20px}.identity-auth-options{gap:16px}.supplier-launchpad{grid-template-columns:1fr;padding:25px;border-radius:18px}.supplier-launchpad-art{display:none}.supplier-launchpad h2{font-size:27px}.supplier-agent-grid{grid-template-columns:1fr}.supplier-agent-art{height:190px}.supplier-tabs>button.primary{margin-left:8px}.identity-statuses{grid-template-columns:repeat(2,minmax(0,1fr))}.identity-status{padding:13px 11px}.identity-health{padding:15px}.supplier-review-design .review-article dl{grid-template-columns:1fr}.inbox-item{padding:19px 16px;gap:12px}.inbox-item-symbol{width:31px;height:31px;border-radius:9px}.inbox-item-heading h3{font-size:13px}.inbox-item-go{display:none}.inbox-item-content>p{font-size:11px}.inbox-aside{padding:20px}.inbox-aside h2{font-size:23px}.inbox-unread strong{font-size:29px}.openings-toolbar{flex-direction:column;align-items:stretch}.openings-toolbar .identity-search{width:auto}.opening-card{padding:21px;gap:15px}.opening-card-main{gap:12px}.opening-domain-icon{width:40px;height:40px;border-radius:12px}.opening-card-main h3{font-size:19px;margin-bottom:14px}.opening-tags{gap:10px}.opening-allowance{font-size:9px}.operations-metrics>.figures{grid-template-columns:1fr;gap:12px}.operations-metrics .figure{padding:23px}.operations-metrics .figure .name{max-width:none}.operations-metrics>.panel{min-width:0!important;padding:22px!important}.operations-queue.panel.flush{overflow-x:auto}.operations-queue-toolbar{padding:20px;min-width:0}.operations-queue-toolbar>.identity-search{max-width:none;flex:1;min-width:160px}.operations-queue-toolbar>select{width:100%!important}.intake-grid>.panel{padding:22px}.identity-form-title h2{font-size:20px}.criteria-workbench .panel-head{padding:20px}.criteria-workbench .panel-head input{max-width:none!important;width:100%}.criteria-workbench table{min-width:0!important}.criteria-workbench td{padding:17px 10px}.criteria-workbench td:last-child code{overflow-wrap:anywhere}.criteria-workbench td .row{flex-wrap:wrap}.vendor-design .vendor-section{padding:22px}.vendor-design .two-up{grid-template-columns:1fr}.vendor-design .row{flex-wrap:wrap}.ranking-design>.section,.ranking-workbench>.section{padding:20px}.ranking-design .ranked-item,.ranking-workbench .ranked-item{padding:18px;display:flex;flex-wrap:wrap;gap:12px}.ranking-design .ranked-item>.grow,.ranking-workbench .ranked-item>.grow{flex-basis:calc(100% - 60px)}.ranking-design .measure,.ranking-workbench .measure{width:100%;margin-left:50px}.ranking-design .reasons,.ranking-workbench .reasons{grid-template-columns:1fr}.ranking-design .weight-row,.ranking-workbench .weight-row{grid-template-columns:minmax(0,1fr) 90px 30px}.identity-inline .field{min-width:100%}.identity-inline>button{width:100%}}@media(prefers-reduced-motion:reduce){.identity-card,.opening-card,.inbox-item,.operations-shortcuts>a{transition:none}.identity-loading>span{animation:none}}.vendor-design .vendor-section,.vendor-design .two-up,.vendor-design .two-up>*,.vendor-design .stack,.vendor-design .panel,.vendor-design .field{min-width:0;max-width:100%}.vendor-design .two-up{grid-template-columns:repeat(auto-fit,minmax(min(280px,100%),1fr))}.vendor-design .row>.field{min-width:0}.vendor-design input:not([type=checkbox]):not([type=radio]),.vendor-design select,.vendor-design textarea{min-width:0;max-width:100%}.vendor-design .label,.vendor-design p,.vendor-design td{overflow-wrap:anywhere}.vendor-design .label code{white-space:normal;overflow-wrap:anywhere}.vendor-design .panel.flush{overflow-x:auto;max-width:100%}.vendor-table-scroll{min-width:0;max-width:100%;overflow-x:auto;border:1px solid var(--border);border-radius:10px}.vendor-table-scroll>table{min-width:310px}@media(max-width:620px){.vendor-design .two-up{grid-template-columns:minmax(0,1fr)}.vendor-design .row>.field{flex:1 1 100%!important;width:100%;min-width:0}.vendor-design .vendor-section>.spread{flex-wrap:wrap}.vendor-design .vendor-section>.row{min-width:0;max-width:100%}}.commerce-page{max-width:1360px;padding-bottom:88px;--commerce-forest:#133d32;--commerce-citron:#d7f57a}.commerce-page a{text-underline-offset:4px}.commerce-page .icon{flex:0 0 auto}.commerce-agent-filter{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap;margin:0 0 22px;background:var(--accent-soft);border:1px solid var(--border);border-radius:11px;padding:11px 15px;font-size:11px}.commerce-agent-filter>span{display:inline-flex;align-items:center;gap:7px;flex-wrap:wrap}.commerce-agent-filter button{display:inline-flex;align-items:center;gap:9px;padding:4px 9px;min-height:30px;font-size:10px;background:var(--surface);border:1px solid var(--border);border-radius:7px}.commerce-agent-filter button span{font-size:17px}.commerce-page .commerce-mobile-order{display:none}#service-checkout,#service-agreement{scroll-margin-top:105px}.commerce-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin:28px 0 36px}.commerce-heading h1{font-size:clamp(34px,4vw,58px);line-height:1.08;margin:12px 0 18px;letter-spacing:-.05em}.commerce-heading p{color:var(--text-muted);max-width:60ch;line-height:1.65}.commerce-page .commerce-kicker{display:inline-flex;align-items:center;gap:8px;color:var(--accent);font-weight:650;letter-spacing:.075em;text-transform:uppercase;font-size:10px;line-height:1.5}.commerce-kicker>span{width:7px;height:7px;border-radius:50%;background:currentColor}.commerce-page .commerce-market-hero{display:grid;grid-template-columns:1.15fr 1fr;min-height:490px;background:#e9eee4;border:1px solid #dde4d7;border-radius:30px;overflow:hidden;margin:15px 0 56px}.commerce-market-copy{padding:clamp(30px,4.6vw,62px);position:relative;z-index:1}.commerce-page .commerce-market-hero .commerce-kicker{color:#45614a}.commerce-market-copy h1{font-size:clamp(48px,5.7vw,80px);font-weight:500;line-height:1.01;letter-spacing:-.065em;color:#163d32;margin:25px 0 23px}.commerce-market-copy h1 em,.commerce-workspace-hero h1 em,.commerce-console-hero h1 em{font-family:var(--serif,Georgia,serif);font-weight:400;letter-spacing:-.07em}.commerce-market-copy>p{color:#576b5a;font-size:15px;line-height:1.8;max-width:365px}.commerce-hero-actions{display:flex;align-items:center;flex-wrap:wrap;gap:23px;margin-top:28px}.commerce-hero-actions>a{display:inline-flex;align-items:center;gap:10px;font-size:12px;font-weight:600;color:#244e3d}.commerce-page .commerce-hero-actions>.primary{background:#183e30;color:#f2f8ee;border-color:#183e30;border-radius:100px;padding:14px 21px}.commerce-hero-principles{display:flex;gap:23px;flex-wrap:wrap;margin-top:34px;color:#63745d;font-size:11px}.commerce-hero-principles span{display:inline-flex;gap:7px;align-items:center}.commerce-market-visual{position:relative;padding:46px 24px 80px 0;display:flex;align-items:center}.commerce-market-visual>.commerce-art{width:100%;height:330px;border-radius:26px;transform:rotate(-4deg);box-shadow:0 26px 50px #36573919}.commerce-floating-note{position:absolute;display:flex;gap:12px;align-items:center;background:#fff;border:1px solid #eff0e9;border-radius:15px;padding:17px 21px;bottom:86px;left:-26px;box-shadow:0 18px 36px #334e291a;color:#183e32;transform:rotate(2deg)}.commerce-floating-note>span{width:42px;height:42px;display:grid;place-items:center;background:#eaf0e1;border-radius:11px}.commerce-floating-note strong{display:block;font-size:12px}.commerce-floating-note small{color:#798276;font-size:10px;display:block;margin-top:5px}.commerce-market-index{position:absolute;bottom:27px;right:37px;color:#5d715c;font-size:10px;letter-spacing:.055em}.commerce-market-index span{font-weight:700;margin-right:6px}.commerce-section-heading{display:flex;justify-content:space-between;align-items:center;gap:22px;margin-bottom:24px}.commerce-section-heading h2{font-size:clamp(23px,3vw,35px);letter-spacing:-.045em;font-weight:500;margin:8px 0 0;line-height:1.2}.commerce-result-count{font-size:12px;color:var(--text-muted);background:var(--surface);border:1px solid var(--border);padding:8px 12px;border-radius:30px;white-space:nowrap}.commerce-filters{display:flex;gap:12px;margin-bottom:18px}.commerce-search{display:flex;flex:1;align-items:center;gap:12px;background:var(--surface);border:1px solid var(--border);border-radius:13px;padding:0 18px;color:var(--text-muted);min-width:0}.commerce-page .commerce-search input{width:100%;min-width:0;flex:1;padding:16px 0;border:0;background:transparent;box-shadow:none;font-size:13px}.commerce-filters select{width:230px;border-radius:13px;padding:12px 17px}.commerce-category-tabs{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:27px}.commerce-page .commerce-category-tabs button{border:1px solid transparent;color:var(--text-muted);background:transparent;padding:9px 16px;border-radius:100px;font-size:12px;box-shadow:none}.commerce-page .commerce-category-tabs button:hover{background:var(--surface);color:var(--text)}.commerce-page .commerce-category-tabs button.active{background:#183e32;color:#eff5eb;border-color:#183e32}.commerce-catalog{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin:18px 0}.commerce-service{border:1px solid var(--border);border-radius:20px;padding:25px;display:flex;flex-direction:column;gap:14px;background:var(--surface);min-width:0;box-shadow:0 5px 16px #152d2005;transition:transform .2s,box-shadow .2s,border-color .2s}.commerce-service:hover{transform:translateY(-4px);border-color:var(--border-strong);box-shadow:0 16px 32px #152d2010}.commerce-page .commerce-service-discovery{padding:8px;gap:0}.commerce-service-cover{position:relative;display:block;overflow:hidden;border-radius:14px}.commerce-service-cover>.commerce-art{height:195px}.commerce-service-cover-label{position:absolute;left:17px;top:16px;font-size:9px;text-transform:uppercase;letter-spacing:.1em;font-weight:650;color:#284c40}.commerce-cover-arrow{position:absolute;right:13px;bottom:13px;height:30px;width:30px;display:grid;place-items:center;background:#ffffffb3;border:1px solid #ffffff8c;border-radius:50%;color:#173f33;transform:rotate(-40deg);transition:transform .2s}.commerce-service:hover .commerce-cover-arrow{transform:rotate(0)}.commerce-service-body{padding:20px 16px 9px;display:flex;flex-direction:column;flex:1;gap:13px}.commerce-service h2{font-size:20px;line-height:1.3;margin:0;letter-spacing:-.035em;font-weight:600}.commerce-service h2 a{color:var(--text);text-decoration:none}.commerce-service h2 a:hover{color:var(--accent)}.commerce-service p{color:var(--text-muted);font-size:12px;line-height:1.8;flex:1;margin:0}.commerce-service-facts{display:flex;flex-wrap:wrap;gap:15px;color:var(--text-muted);font-size:10px;padding:5px 0}.commerce-service-facts span{display:inline-flex;align-items:center;gap:6px}.commerce-service footer{display:flex;gap:12px;align-items:center;justify-content:space-between;padding-top:17px;border-top:1px solid var(--border)}.commerce-service footer strong{font-size:24px;font-weight:550;letter-spacing:-.04em}.commerce-service footer small{font-size:10px;color:var(--text-muted)}.commerce-service footer .tiny{margin-top:3px;font-size:9px}.commerce-card-cta{height:37px;width:37px;display:grid;place-items:center;border-radius:50%;background:var(--accent-soft);color:var(--text)}.commerce-supplier-line{display:flex;align-items:center;gap:7px;padding:10px 0 1px;font-size:10px;color:var(--text-muted)}.commerce-supplier-line>span{width:20px;height:20px;border-radius:50%;background:var(--surface-alt);border:1px solid var(--border);font-size:8px;font-weight:700;display:grid;place-items:center}.commerce-source{color:var(--accent);font-size:9px;font-weight:600;border:1px solid var(--border);background:var(--surface-alt);border-radius:100px;padding:4px 8px;display:inline-flex;width:fit-content;line-height:1.4}.commerce-source.demo{color:#6c6350;background:#f3f0e8;border-color:#eae5d9}.commerce-cycle{border-radius:100px;padding:4px 8px;font-size:9px;background:var(--accent-soft);color:var(--accent)}.commerce-collection-note{display:flex;gap:7px;align-items:center;justify-content:center;margin:25px 0 0;color:var(--text-muted);font-size:10px;line-height:1.6}.commerce-bespoke{display:flex;justify-content:space-between;align-items:center;gap:35px;background:#ddd9ed;color:#393454;border-radius:22px;padding:35px 40px;margin-top:58px}.commerce-page .commerce-bespoke .commerce-kicker{color:#625980}.commerce-bespoke h2{font-size:27px;font-weight:500;letter-spacing:-.04em;margin:12px 0}.commerce-bespoke p{font-size:12px;line-height:1.7;max-width:600px;color:#655e77;margin:0}.commerce-page .commerce-bespoke>a{white-space:nowrap;background:#f8f6ff;color:#433b60;border-color:transparent;display:inline-flex;align-items:center;gap:15px;border-radius:100px;padding:13px 19px}.commerce-art{position:relative;height:230px;display:grid;place-items:center;overflow:hidden;isolation:isolate;background:#dce9ce}.commerce-art-legal{background:#e0dded}.commerce-art-property{background:#dbe7ed}.commerce-art-operations{background:#eee4d4}.commerce-art-orbit{position:absolute;width:270px;height:270px;border:1px solid #ffffff80;border-radius:50%;transform:translate(27%,-23%);z-index:-1}.commerce-art-orbit:before,.commerce-art-orbit:after{content:"";position:absolute;border:1px solid #ffffff60;border-radius:50%;top:-25px;right:-25px;bottom:-25px;left:-25px}.commerce-art-orbit:after{top:25px;right:25px;bottom:25px;left:25px}.commerce-art-grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(#71806c08 1px,transparent 1px),linear-gradient(90deg,#71806c08 1px,transparent 1px);background-size:32px 32px;z-index:-2}.commerce-art>.commerce-art-finance{width:200px;height:146px;position:relative;transform:rotate(-7deg)}.commerce-art-sheet{display:flex;flex-direction:column;gap:10px;padding:19px;position:absolute;top:0;right:8px;width:145px;height:140px;background:#f8fbf2;border:1px solid #fff;border-radius:9px;transform:rotate(15deg);box-shadow:0 12px 22px #45603c1c}.commerce-art-sheet i{width:60%;height:5px;background:#dce6d3;border-radius:10px}.commerce-art-sheet i:first-child{height:9px;width:29%;background:#8ea577;margin-bottom:3px}.commerce-art-sheet i:last-child{width:43%}.commerce-art-bars{display:flex;align-items:flex-end;gap:8px;position:absolute;bottom:0;left:0;height:100px;padding:14px 15px 0;border-radius:12px 12px 4px 4px;background:#214e3eea;width:145px;box-shadow:0 14px 20px #223f2721}.commerce-art-bars i{background:#d8ee8f;width:16px;height:20%;border-radius:4px 4px 0 0}.commerce-art-bars i:nth-child(2){height:40%;background:#d0e486}.commerce-art-bars i:nth-child(3){height:33%}.commerce-art-bars i:nth-child(4){height:63%;background:#b8d171}.commerce-art-bars i:nth-child(5){height:83%}.commerce-art-chip{position:absolute;right:0;bottom:0;width:50px;height:50px;display:grid;place-items:center;border-radius:13px;background:#cce797;border:2px solid #ecf4df;color:#2f553f;box-shadow:0 7px 15px #173d2212}.commerce-art-legal>.commerce-art-legal{width:190px;height:150px;background:none;position:relative;transform:rotate(-9deg)}.commerce-art-contract{position:absolute;width:115px;height:144px;left:23px;top:4px;background:#fbfaff;border-radius:7px;border:1px solid #fff;padding:19px;box-shadow:0 16px 24px #55486820;display:flex;flex-direction:column;gap:10px}.commerce-art-contract>span{display:block;width:22px;height:16px;border-bottom:2px solid #665b7f;margin-bottom:2px}.commerce-art-contract i{display:block;height:4px;border-radius:3px;background:#e0d9ec}.commerce-art-contract i:nth-child(3){width:75%}.commerce-art-contract b{margin-top:4px;width:26px;height:22px;display:grid;place-items:center;background:#e1eacd;color:#566a3f;border-radius:4px}.commerce-art-seal{position:absolute;right:0;bottom:-3px;width:86px;height:86px;display:grid;place-items:center;color:#e5ddff;background:#665581;border:5px double #9686ae;border-radius:50%;transform:rotate(16deg);box-shadow:0 14px 20px #44345f21}.commerce-art-property>.commerce-art-property{display:flex;gap:7px;align-items:flex-end;width:185px;height:145px;position:relative;background:none;transform:skewY(-7deg);padding-bottom:5px}.commerce-art-building{width:51px;height:82%;background-color:#67919c;background-image:repeating-linear-gradient(0deg,transparent,transparent 13px,#bed1d340 13px,#bed1d340 17px),repeating-linear-gradient(90deg,transparent,transparent 14px,#d2e0df40 14px,#d2e0df40 18px);border-radius:4px 4px 0 0;box-shadow:7px 7px #486f7740}.commerce-art-building:nth-child(2){height:100%;background-color:#365f69}.commerce-art-building:nth-child(3){height:59%;background-color:#9ab5ba}.commerce-art-property .commerce-art-chip{background:#e7eff0;border-color:#f8fbfb;color:#436773;right:-4px;bottom:-12px;transform:skewY(7deg)}.commerce-art-operations>.commerce-art-operations{display:flex;align-items:center;background:none;position:relative;transform:rotate(-7deg)}.commerce-art-operations>.commerce-art-operations>span{width:58px;height:67px;border-radius:12px;background:#faf6ef;border:1px solid #fff;display:grid;place-items:center;color:#9a896a;box-shadow:0 12px 22px #74654618}.commerce-art-operations>.commerce-art-operations>span:nth-of-type(2){width:73px;height:91px;background:#746346;color:#f6e7cc}.commerce-art-operations>.commerce-art-operations>i{width:19px;height:1px;background:#aa997e}.commerce-art-large>.commerce-art-finance,.commerce-art-large>.commerce-art-legal,.commerce-art-large>.commerce-art-property,.commerce-art-large>.commerce-art-operations{scale:1.4}.commerce-art-large .commerce-art-orbit{width:340px;height:340px}.commerce-breadcrumb{display:flex;align-items:center;gap:13px;margin:12px 0 30px;font-size:11px;color:var(--text-muted)}.commerce-breadcrumb a{color:var(--text-muted)}.commerce-detail-grid{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(310px,1fr);gap:40px;align-items:start}.commerce-detail-hero{padding:0 7px 0 0}.commerce-detail-hero h1{font-size:clamp(32px,3.6vw,51px);line-height:1.12;letter-spacing:-.05em;font-weight:500;margin:19px 0}.commerce-detail-hero>p{font-size:15px;line-height:1.8;color:var(--text-muted);margin:0;max-width:620px}.commerce-category-label{font-size:10px;letter-spacing:.05em;text-transform:uppercase;color:var(--text-muted)}.commerce-provider{display:flex;align-items:center;gap:10px;padding:25px 0 3px}.commerce-provider-avatar{width:37px;height:37px;display:grid;place-items:center;background:var(--accent-soft);color:var(--accent);border-radius:50%;font-size:14px;font-weight:600}.commerce-provider strong{display:block;font-size:11px;font-weight:600}.commerce-provider small{display:block;font-size:9px;color:var(--text-muted);margin-top:4px}.commerce-provider>a{margin-left:auto;display:inline-flex;align-items:center;gap:6px;font-size:10px}.commerce-detail-art{position:relative;border-radius:22px;overflow:hidden}.commerce-detail-art .commerce-art{height:300px}.commerce-art-caption{position:absolute;bottom:22px;left:25px;display:inline-flex;align-items:center;gap:8px;color:#425343;font-size:11px}.commerce-art-corner{position:absolute;right:22px;top:20px;font-size:8px;letter-spacing:.13em;color:#667060}.commerce-card{border:1px solid var(--border);background:var(--surface);border-radius:20px;padding:28px;min-width:0;box-shadow:0 3px 14px #163d2504}.commerce-card h2{font-size:23px;letter-spacing:-.035em;font-weight:550;margin:0 0 18px}.commerce-card h3{font-size:15px;margin:5px 0 13px;font-weight:600;letter-spacing:-.015em}.commerce-card p{line-height:1.85;font-size:13px;margin-bottom:16px}.commerce-stack{display:flex;flex-direction:column;gap:22px;min-width:0}.commerce-section-symbol{width:47px;height:47px;display:grid;place-items:center;background:var(--accent-soft);border-radius:13px;color:var(--accent)}.commerce-card .commerce-section-heading h2{margin:7px 0 0;font-size:26px}.commerce-fact-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));padding-top:24px;gap:18px;border-top:1px solid var(--border);margin-top:25px}.commerce-fact-grid .icon{color:var(--accent);margin-bottom:12px}.commerce-fact-grid small{color:var(--text-muted);display:block;margin-bottom:7px;font-size:10px}.commerce-fact-grid strong{font-size:13px;font-weight:600}.commerce-workflow{padding:16px 5px}.commerce-workflow h2{font-size:27px;letter-spacing:-.04em;font-weight:500;margin:10px 0 24px}.commerce-workflow ol{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;list-style:none;padding:0}.commerce-workflow li{min-width:0;position:relative}.commerce-workflow li>span{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;border:1px solid var(--border-strong);color:var(--accent);font-size:10px;background:var(--surface);margin-bottom:15px;position:relative}.commerce-workflow li:not(:last-child):before{content:"";position:absolute;top:17px;left:41px;right:-11px;border-top:1px solid var(--border)}.commerce-workflow strong{font-size:12px;display:block}.commerce-workflow p{color:var(--text-muted);font-size:11px;line-height:1.8;margin-top:8px}.commerce-scope>h3{color:var(--text-muted);font-size:11px;margin-top:23px}.commerce-portfolio{list-style:none;padding:0;display:flex;flex-direction:column;gap:12px}.commerce-portfolio li,.commerce-portfolio a{display:flex;gap:9px;align-items:center;font-size:12px}.commerce-portfolio li>.icon{color:var(--text-muted)}.commerce-purchase-aside{position:sticky;top:95px;min-width:0}.commerce-page .commerce-purchase{display:flex;flex-direction:column;gap:15px;border:1px solid var(--border-strong);border-top:4px solid #264c36;border-radius:20px;padding:27px;box-shadow:0 14px 42px #133d320b}.commerce-purchase-top{display:flex;justify-content:space-between;align-items:center;gap:10px}.commerce-purchase-amount{display:flex;flex-direction:column;gap:6px;margin:14px 0 8px}.commerce-purchase-amount strong{font-size:clamp(39px,3.8vw,54px);line-height:1;font-weight:500;letter-spacing:-.06em;font-variant-numeric:tabular-nums}.commerce-purchase-amount span{color:var(--text-muted);font-size:11px}.commerce-purchase-promise{display:flex;flex-direction:column;gap:10px;margin:6px 0 5px}.commerce-purchase-promise>span{font-size:11px;display:flex;align-items:center;gap:9px}.commerce-purchase-promise .icon{color:var(--accent)}.commerce-purchase h2,.commerce-purchase h3,.commerce-purchase p{margin:0}.commerce-page .commerce-purchase details{padding:14px 0 0}.commerce-page .commerce-purchase details summary{margin-bottom:0;font-size:11px}.commerce-page .commerce-purchase details[open] summary{margin-bottom:15px}.commerce-input-details>summary small{font-size:9px;color:var(--text-muted);margin-left:7px}.commerce-purchase .commerce-renewal-note{font-size:10px;color:var(--text-muted);line-height:1.7}.commerce-purchase .commerce-purchase-cta{display:flex;align-items:center;justify-content:center;gap:12px;padding:15px 12px;border-radius:11px;background:#183e32;border-color:#183e32;color:#f2f8ee;font-size:12px}.commerce-purchase .commerce-purchase-cta:disabled{background:var(--surface-alt);border-color:var(--border);color:var(--text-muted);opacity:.65}.commerce-payment-hint{display:flex;gap:5px;align-items:center;justify-content:center;color:var(--text-muted);font-size:9px}.commerce-page .commerce-purchase .commerce-contact{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:transparent;font-size:11px;border:1px solid var(--border);border-radius:11px;padding:12px}.commerce-demo-disclosure{display:flex;gap:9px;padding-top:18px;border-top:1px solid var(--border);color:var(--text-muted)}.commerce-demo-disclosure .icon{margin-top:2px}.commerce-demo-disclosure p{font-size:10px;line-height:1.7}.commerce-demo-disclosure strong{color:var(--text);font-weight:550}.commerce-buying-note{color:var(--text-muted);text-align:center;font-size:10px;line-height:1.8;margin-top:20px}.commerce-field{display:flex;flex-direction:column;gap:8px;font-size:12px;margin-bottom:14px}.commerce-field>span{font-weight:600}.commerce-page .commerce-field input,.commerce-page .commerce-field textarea,.commerce-page .commerce-field select{width:100%;min-height:42px;border-radius:9px;background:var(--surface-alt)}.commerce-field textarea{resize:vertical;line-height:1.8;padding:12px}.commerce-field small{color:var(--text-muted);font-weight:400;line-height:1.65;font-size:10px}.commerce-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:5px 22px}.commerce-check{display:flex;align-items:flex-start;gap:10px;font-size:11px;line-height:1.8;font-weight:400;margin:8px 0}.commerce-check input{flex:0 0 auto;width:15px;height:15px;margin-top:3px;accent-color:#274f3a}.commerce-note{background:var(--accent-soft);color:var(--text);padding:17px;border:1px solid var(--border);border-radius:12px;font-size:12px;line-height:1.8;margin:9px 0}.commerce-price{margin:6px 0 18px}.commerce-price>div{display:flex;gap:16px;justify-content:space-between;padding:10px 0;font-size:11px}.commerce-price dt{color:var(--text-muted)}.commerce-price dd{margin:0;white-space:nowrap;font-variant-numeric:tabular-nums}.commerce-price .total{border-top:1px dashed var(--border-strong);padding-top:16px;margin-top:7px;font-size:16px;font-weight:600}.commerce-price .total dt{color:var(--text)}.commerce-prewrap{white-space:pre-wrap;overflow-wrap:anywhere}.commerce-workspace-hero{display:flex;justify-content:space-between;gap:30px;background:#163e32;color:#f2f7ed;border-radius:25px;padding:38px 44px;margin:14px 0 24px;position:relative;overflow:hidden}.commerce-workspace-hero:after{content:"";position:absolute;width:450px;height:450px;border:1px solid #b9d9a114;border-radius:50%;top:-190px;right:38px;box-shadow:0 0 0 45px #b9d9a108,0 0 0 90px #b9d9a106;pointer-events:none}.commerce-page .commerce-workspace-hero .commerce-kicker{color:#c8deab}.commerce-workspace-hero h1{font-size:clamp(37px,4.2vw,56px);line-height:1.04;letter-spacing:-.05em;font-weight:450;margin:20px 0 14px}.commerce-workspace-hero h1 em{color:#d7f57a}.commerce-workspace-hero p{font-size:12px;line-height:1.8;color:#c0cebe;margin:0}.commerce-workspace-hero-side{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end;position:relative;z-index:1}.commerce-workspace-mark{height:104px;width:104px;display:grid;place-items:center;color:#d7f57a;border-radius:24px;background:#ffffff08;border:1px solid #ffffff15;transform:rotate(-9deg);margin-right:30px}.commerce-page .commerce-workspace-hero .button{display:inline-flex;align-items:center;gap:15px;background:#d7f57a;color:#163d32;border:0;border-radius:100px;padding:13px 19px;font-size:11px}.commerce-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(210px,100%),1fr));gap:15px}.commerce-metrics>div{padding:22px;border:1px solid var(--border);background:var(--surface);border-radius:17px;position:relative;min-width:0}.commerce-metrics strong{font-size:clamp(28px,2.8vw,37px);display:block;font-weight:500;letter-spacing:-.055em;font-variant-numeric:tabular-nums;margin:17px 0 9px}.commerce-metrics span:not(.commerce-metric-icon){display:block;color:var(--text-muted);font-size:10px;margin-top:3px;padding-right:28px}.commerce-metrics small{display:block;color:var(--text-muted);font-size:9px;line-height:1.6}.commerce-metrics .commerce-metric-icon{position:absolute;top:15px;right:15px;width:31px;height:31px;display:grid;place-items:center;color:#577341;background:#edf3e7;border-radius:9px}.commerce-metrics>div:nth-child(2) .commerce-metric-icon{color:#4d747c;background:#e8f0f3}.commerce-metrics>div:nth-child(3) .commerce-metric-icon{color:#716087;background:#eeeaf7}.commerce-metrics>div:nth-child(4) .commerce-metric-icon{color:#8a7654;background:#f6f0e4}.commerce-metrics-note{color:var(--text-muted);font-size:9px;line-height:1.6;margin:13px 0 27px}.commerce-tabs{display:flex;gap:4px;margin:0 0 26px;background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:6px;overflow-x:auto;align-items:center}.commerce-page .commerce-tabs button{display:flex;align-items:center;gap:8px;background:none;border:0;box-shadow:none;border-radius:9px;padding:12px 15px;color:var(--text-muted);text-transform:capitalize;white-space:nowrap;font-size:11px}.commerce-page .commerce-tabs button.active{background:var(--accent-soft);color:var(--accent);font-weight:650}.commerce-tabs>a{display:inline-flex;align-items:center;gap:6px;white-space:nowrap;padding:10px;font-size:10px;margin-left:auto}.commerce-split{display:grid;grid-template-columns:minmax(245px,.85fr) minmax(0,2fr);gap:24px;align-items:start}.commerce-split>aside{gap:10px}.commerce-split>aside>select{margin-bottom:6px;border-radius:11px;padding:13px;width:100%}.commerce-page .commerce-list-choice{width:100%;display:flex;flex-direction:column;align-items:flex-start;text-align:left;gap:10px;background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:19px;line-height:1.6;box-shadow:none;transition:border-color .2s,background .2s}.commerce-page .commerce-list-choice:hover{border-color:var(--border-strong);background:var(--surface-hover)}.commerce-page .commerce-list-choice.selected{border-color:var(--accent);background:var(--accent-soft);box-shadow:inset 3px 0 var(--accent)}.commerce-list-choice small{font-size:9px;color:var(--text-muted)}.commerce-list-choice strong{font-size:13px;font-weight:600;letter-spacing:-.015em}.commerce-list-choice .badge{font-size:9px;border-radius:100px}.commerce-order-summary>h2{margin:21px 0 10px;font-size:27px}.commerce-order-reference{display:flex;gap:8px;flex-wrap:wrap;font-size:9px;color:var(--text-muted);margin:12px 0 23px}.commerce-order-reference code{font-size:9px;overflow-wrap:anywhere}.commerce-order-progress{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));margin:0 0 25px;list-style:none;padding:19px 14px;background:var(--surface-alt);border-radius:12px}.commerce-order-progress li{display:flex;flex-direction:column;align-items:center;gap:8px;position:relative;color:var(--text-muted);min-width:0;text-align:center}.commerce-order-progress li:not(:last-child):before{content:"";position:absolute;height:1px;left:calc(50% + 17px);right:calc(-50% + 17px);top:12px;background:var(--border-strong)}.commerce-order-progress li>span{width:25px;height:25px;border:1px solid var(--border-strong);border-radius:50%;display:grid;place-items:center;font-size:9px;background:var(--surface);position:relative}.commerce-order-progress small{font-size:8px}.commerce-order-progress .current>span{background:#d7f57a;border-color:#bcd674;color:#23432e}.commerce-order-progress .complete>span{background:#274f3b;border-color:#274f3b;color:#f3f7e8}.commerce-order-progress .current small{font-weight:650;color:var(--text)}.commerce-empty{padding:38px 16px;max-width:580px;text-align:center;margin:auto}.commerce-empty-symbol{width:58px;height:58px;display:grid;place-items:center;margin:0 auto 21px;color:var(--accent);background:var(--accent-soft);border-radius:18px;border:1px solid var(--border);transform:rotate(-6deg)}.commerce-empty h3{font-size:22px;font-weight:500;letter-spacing:-.035em;margin-bottom:13px}.commerce-empty p{color:var(--text-muted);font-size:12px;line-height:1.9;max-width:385px;margin:auto}.commerce-steps{padding:0;margin:0 auto 30px;color:var(--text-muted);list-style:none;counter-reset:order-step;max-width:390px}.commerce-steps li{display:flex;gap:13px;align-items:center;font-size:11px;padding:12px 0;border-bottom:1px solid var(--border)}.commerce-steps li:before{counter-increment:order-step;content:"0" counter(order-step);color:var(--accent);font-size:9px;border-radius:50%;background:var(--accent-soft);width:26px;height:26px;display:grid;place-items:center;flex-shrink:0}.commerce-actions{margin-top:20px}.commerce-delivery{padding:22px 0;border-top:1px solid var(--border)}.commerce-delivery small{color:var(--text-muted);font-size:10px}.commerce-timeline{list-style:none;padding:0 0 0 18px;border-left:1px solid var(--border-strong);margin:23px 0 0 6px}.commerce-timeline li{position:relative;padding:0 0 25px 8px}.commerce-timeline li:last-child{padding-bottom:0}.commerce-timeline li:before{content:"";width:8px;height:8px;border:3px solid var(--surface);border-radius:50%;background:var(--accent);position:absolute;left:-26px;top:3px;box-shadow:0 0 0 1px var(--border)}.commerce-timeline strong{font-size:11px;text-transform:capitalize;font-weight:550}.commerce-timeline small{display:block;font-size:9px;color:var(--text-muted);margin:5px 0}.commerce-timeline p{font-size:11px;color:var(--text-muted);margin:0}.commerce-messages{display:flex;flex-direction:column;gap:18px;margin:25px 0;max-height:580px;overflow-y:auto;padding:5px}.commerce-messages article{border:1px solid var(--border);padding:18px;background:var(--surface-alt);border-radius:4px 16px 16px;margin-right:25px}.commerce-messages article.is-own{margin-right:0;margin-left:25px;border-radius:16px 4px 16px 16px;background:var(--accent-soft)}.commerce-messages header{display:flex;gap:12px;justify-content:space-between;font-size:11px}.commerce-messages header small{color:var(--text-muted);font-size:9px}.commerce-messages p{margin:10px 0;font-size:12px}.commerce-messages article>small{font-size:9px}.commerce-console-hero{display:grid;grid-template-columns:1fr 1fr;gap:35px;background:#e2e6eb;border:1px solid #d7dde4;border-radius:25px;padding:42px;margin:15px 0 32px}.commerce-page .commerce-console-hero .commerce-kicker{color:#516576}.commerce-console-hero h1{color:#263e46;font-size:clamp(36px,4.5vw,58px);font-weight:450;line-height:1.06;letter-spacing:-.055em;margin:22px 0 17px}.commerce-console-hero h1 em{color:#4e7078}.commerce-console-hero p{max-width:380px;color:#677782;font-size:12px;line-height:1.85}.commerce-page .commerce-console-hero .button{display:inline-flex;align-items:center;gap:10px;color:#385660;border:1px solid #c0cdd3;border-radius:100px;background:transparent;font-size:11px;margin-top:15px;padding:11px 17px}.commerce-console-visual{align-self:center;background:#17322e;border:1px solid #496059;color:#d7e7d9;border-radius:14px;padding:20px;transform:rotate(2deg);box-shadow:0 20px 34px #34485426;min-width:0}.commerce-console-lights{display:flex;gap:5px;margin-bottom:26px}.commerce-console-lights i{width:6px;height:6px;border-radius:50%;background:#71877a}.commerce-console-lights i:first-child{background:#d6b092}.commerce-console-lights i:nth-child(2){background:#d5d29b}.commerce-console-visual>code{font-size:12px;line-height:1.9;display:block;padding:0 8px 24px;overflow-wrap:anywhere}.commerce-console-visual code span{color:#b9aad6}.commerce-console-visual code b{font-weight:400;color:#d7f57a}.commerce-console-visual code i{color:#8aab9b;font-style:normal}.commerce-console-visual code em{color:#cadf91;font-style:normal}.commerce-console-visual>div{display:flex;align-items:center;gap:7px;padding:13px 7px 0;border-top:1px solid #58706260;color:#9bb1a0;font-size:9px}.commerce-key{display:flex;justify-content:space-between;gap:14px;padding:20px 0;border-top:1px solid var(--border);align-items:flex-start}.commerce-key strong{font-size:13px}.commerce-key code,.commerce-key small{display:block;font-size:10px;color:var(--text-muted);margin-top:7px;overflow-wrap:anywhere}.commerce-secret{border:1px solid var(--accent);background:var(--accent-soft);padding:19px;line-height:1.8;border-radius:12px}.commerce-secret code{display:block;overflow-wrap:anywhere;padding:10px 0;font-size:11px}.commerce-card pre{overflow-x:auto;background:#17322e;color:#dbe8dc;padding:21px;border-radius:12px;font-size:11px;line-height:1.9}.commerce-card details{padding:18px 0;border-top:1px solid var(--border)}.commerce-card details:last-child{padding-bottom:0}.commerce-card details summary{cursor:pointer;color:var(--text);font-weight:550;margin-bottom:0;font-size:12px;line-height:1.6}.commerce-card details[open] summary{margin-bottom:15px}.commerce-card details summary::marker{color:var(--text-muted)}.commerce-card fieldset{border:1px solid var(--border);padding:18px;border-radius:12px}.commerce-card legend{padding:0 6px;font-size:11px;color:var(--text-muted)}.commerce-line{display:flex;justify-content:space-between;gap:20px;padding:14px 0;border-top:1px solid var(--border);font-size:11px}.commerce-page .scroll-x{max-width:100%;overflow-x:auto}.commerce-page table{font-size:11px}.commerce-page table code{font-size:10px}@media(max-width:1100px){.commerce-page .commerce-market-hero{grid-template-columns:1.1fr 1fr;min-height:430px}.commerce-market-copy{padding:38px}.commerce-market-copy h1{font-size:59px}.commerce-market-visual{padding-right:22px}.commerce-market-visual>.commerce-art{height:285px}.commerce-floating-note{left:-20px;bottom:77px;padding:13px}.commerce-floating-note small{max-width:190px}.commerce-market-index{right:21px}.commerce-catalog{gap:18px}.commerce-service-body{padding:18px 12px 8px}.commerce-service h2{font-size:18px}.commerce-service-cover>.commerce-art{height:180px}.commerce-detail-grid{gap:26px;grid-template-columns:minmax(0,1.5fr) minmax(300px,1fr)}.commerce-page .commerce-purchase{padding:22px}.commerce-card{padding:24px}.commerce-tabs>a{font-size:9px}.commerce-page .commerce-tabs button{padding:12px}.commerce-metrics>div{padding:20px 16px}.commerce-metrics .commerce-metric-icon{top:13px;right:11px;width:27px;height:27px}.commerce-metrics .commerce-metric-icon .icon{width:17px}}@media(max-width:850px){.commerce-page .commerce-mobile-order{display:inline-flex;align-items:center;gap:10px;margin-top:22px;border-radius:10px;padding:12px 16px;background:var(--accent-soft);font-size:11px}.commerce-catalog{grid-template-columns:repeat(2,minmax(0,1fr))}.commerce-detail-grid{grid-template-columns:minmax(0,1fr)}.commerce-purchase-aside{position:static}.commerce-service-detail .commerce-detail-grid{display:flex;flex-direction:column}.commerce-detail-main,.commerce-purchase-aside{width:100%}.commerce-buying-note{margin-bottom:0}.commerce-purchase{max-width:none}.commerce-purchase-promise{flex-direction:row;flex-wrap:wrap;gap:20px}.commerce-purchase-amount{flex-direction:row;align-items:baseline;gap:14px}.commerce-page .commerce-market-hero{grid-template-columns:1.2fr 1fr}.commerce-market-copy{padding:33px 15px 33px 33px}.commerce-market-copy h1{font-size:53px}.commerce-market-copy>p{font-size:12px}.commerce-market-visual>.commerce-art{height:240px}.commerce-market-visual .commerce-art-large>.commerce-art-finance{scale:1.05}.commerce-floating-note{left:-15px;padding:11px}.commerce-floating-note>span{display:none}.commerce-floating-note strong{font-size:10px}.commerce-floating-note small{font-size:9px}.commerce-hero-actions{gap:18px}.commerce-hero-principles{gap:13px;font-size:9px}.commerce-split{grid-template-columns:minmax(205px,.85fr) minmax(0,1.8fr)}.commerce-metrics{gap:10px}.commerce-metrics>div{padding:18px 13px}.commerce-metrics .commerce-metric-icon{position:static;margin-bottom:13px}.commerce-metrics span:not(.commerce-metric-icon){padding-right:0}.commerce-workspace-hero{padding:33px}.commerce-workspace-mark{width:83px;height:83px;margin-right:17px}.commerce-console-hero{padding:32px;gap:23px}.commerce-console-visual{padding:15px}.commerce-console-visual>code{font-size:10px}}@media(max-width:620px){.commerce-page{padding-bottom:50px}.commerce-page .commerce-market-hero{display:flex;flex-direction:column;margin:8px 0 35px;border-radius:22px}.commerce-market-copy{padding:28px 25px 0}.commerce-market-copy h1{font-size:55px;margin-top:20px}.commerce-market-copy>p{font-size:13px;max-width:360px}.commerce-market-visual{padding:18px 35px 50px;min-height:230px}.commerce-market-visual>.commerce-art{height:215px}.commerce-floating-note{left:20px;bottom:50px}.commerce-floating-note>span{display:grid;width:30px;height:30px}.commerce-market-index{bottom:19px;right:25px;font-size:8px}.commerce-hero-principles{margin-top:23px}.commerce-hero-actions{margin-top:20px;gap:16px}.commerce-hero-actions>a{font-size:11px}.commerce-page .commerce-hero-actions>.primary{padding:12px 15px}.commerce-section-heading{gap:15px}.commerce-section-heading h2{font-size:28px}.commerce-result-count{font-size:9px;padding:7px 10px}.commerce-filters{flex-wrap:wrap}.commerce-search{flex-basis:100%}.commerce-filters select{width:100%;padding:12px 16px}.commerce-category-tabs{gap:3px}.commerce-page .commerce-category-tabs button{font-size:10px;padding:8px 11px}.commerce-catalog{grid-template-columns:1fr;gap:20px}.commerce-service-cover>.commerce-art{height:205px}.commerce-service h2{font-size:21px}.commerce-service-body{padding:21px 17px 11px}.commerce-service p{font-size:12px}.commerce-collection-note{text-align:center;align-items:flex-start;font-size:9px}.commerce-bespoke{flex-direction:column;align-items:flex-start;padding:28px;gap:22px;margin-top:35px}.commerce-bespoke h2{font-size:26px}.commerce-bespoke p{font-size:12px}.commerce-breadcrumb{margin-bottom:23px}.commerce-detail-hero h1{font-size:36px}.commerce-detail-hero>p{font-size:13px}.commerce-provider>a{font-size:9px}.commerce-provider strong{font-size:10px}.commerce-detail-art .commerce-art{height:250px}.commerce-detail-art .commerce-art-large>.commerce-art-finance,.commerce-detail-art .commerce-art-large>.commerce-art-legal,.commerce-detail-art .commerce-art-large>.commerce-art-property,.commerce-detail-art .commerce-art-large>.commerce-art-operations{scale:1.15}.commerce-art-caption{font-size:9px;left:18px;bottom:18px}.commerce-card{padding:23px;border-radius:17px}.commerce-card .commerce-section-heading h2{font-size:24px}.commerce-section-symbol{width:39px;height:39px;border-radius:10px}.commerce-fact-grid{gap:15px;grid-template-columns:repeat(3,minmax(0,1fr))}.commerce-fact-grid strong{font-size:11px}.commerce-fact-grid small{font-size:9px;line-height:1.6}.commerce-workflow h2{font-size:25px}.commerce-workflow ol{gap:14px}.commerce-workflow strong{font-size:10px;line-height:1.6}.commerce-workflow p{font-size:10px}.commerce-purchase-amount{flex-direction:column}.commerce-purchase .commerce-price-details .total{font-size:13px}.commerce-split{grid-template-columns:1fr}.commerce-split>aside{max-height:410px;overflow-y:auto;padding:1px 4px 1px 1px}.commerce-form-grid{grid-template-columns:1fr}.commerce-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.commerce-workspace-hero{padding:28px;min-height:260px}.commerce-workspace-hero h1{font-size:41px}.commerce-workspace-hero p{font-size:10px}.commerce-workspace-hero-side{position:absolute;right:21px;top:25px}.commerce-workspace-mark{width:45px;height:45px;border-radius:12px;margin:0}.commerce-workspace-mark .icon{width:29px}.commerce-page .commerce-workspace-hero .button{display:none}.commerce-tabs{border-radius:12px}.commerce-tabs>a{padding-right:12px}.commerce-page .commerce-tabs button{padding:10px 12px;font-size:10px}.commerce-metrics strong{font-size:31px}.commerce-metrics>div{padding:18px}.commerce-order-summary>h2{font-size:24px}.commerce-order-progress{padding:17px 7px}.commerce-order-progress small{font-size:7px}.commerce-order-reference code{font-size:8px}.commerce-order-detail .commerce-fact-grid{grid-template-columns:1fr}.commerce-empty{padding:30px 7px}.commerce-empty h3{font-size:21px}.commerce-console-hero{grid-template-columns:1fr;padding:28px;gap:26px;border-radius:22px}.commerce-console-hero h1{font-size:46px}.commerce-console-visual{transform:rotate(1deg)}.commerce-console-visual>code{font-size:11px}.commerce-heading{display:block}.commerce-heading>a{display:inline-flex;margin-top:18px}.commerce-messages article{margin-right:10px}.commerce-messages article.is-own{margin-left:10px}.commerce-line{flex-direction:column;gap:6px}.commerce-messages header{flex-wrap:wrap}.commerce-key{flex-wrap:wrap}}@media(max-width:360px){.commerce-market-copy h1{font-size:47px}.commerce-market-copy{padding:24px 20px 0}.commerce-market-visual{padding-right:25px;padding-left:25px}.commerce-floating-note strong{font-size:9px}.commerce-floating-note small{font-size:8px}.commerce-card{padding:18px}.commerce-page .commerce-purchase{padding:20px}.commerce-workflow ol{grid-template-columns:1fr}.commerce-workflow li{display:grid;grid-template-columns:34px 1fr;gap:0 12px}.commerce-workflow li>span{grid-row:span 2}.commerce-workflow li strong{font-size:12px}.commerce-workflow li p{margin-top:4px}.commerce-workflow li:not(:last-child):before{display:none}.commerce-provider{gap:7px;flex-wrap:wrap}.commerce-provider>a{margin-left:0;width:100%;padding-top:5px}.commerce-order-progress small{font-size:6px}.commerce-purchase-top{flex-wrap:wrap}.commerce-metrics>div{padding:15px}.commerce-metrics strong{font-size:28px}.commerce-page .commerce-workspace-hero .commerce-kicker{font-size:8px}.commerce-workspace-hero{padding:24px}.commerce-console-hero{padding:23px}}@media(prefers-reduced-motion:reduce){.commerce-service,.commerce-cover-arrow,.commerce-list-choice{transition:none}.commerce-service:hover{transform:none}}.work-page{max-width:1480px}.work-page>.banner,.work-page>.panel{margin-bottom:22px}.work-focus{display:grid;grid-template-columns:1.15fr 1fr;align-items:center;gap:40px;padding:34px 38px;background:#133d32;color:#fff;border-radius:24px;margin-bottom:28px;position:relative;overflow:hidden}.work-focus:after{content:"";pointer-events:none;position:absolute;right:-110px;top:-180px;width:490px;height:490px;border:1px solid #ffffff12;border-radius:50%;box-shadow:0 0 0 55px #ffffff06,0 0 0 110px #ffffff03}.work-focus>*{position:relative;z-index:1}.work-focus .buyer-eyebrow{color:#d7f57a}.work-focus h2{color:#fff;font-size:clamp(24px,2.7vw,35px);font-weight:500;line-height:1.13;letter-spacing:-.04em;max-width:450px;margin:12px 0}.work-focus p{color:#c2d1cb;max-width:48ch;font-size:13px;line-height:1.65;margin-bottom:21px}.work-focus a.button,.work-focus button{background:#d7f57a;color:#173d30;border-color:#d7f57a}.work-flow{list-style:none;margin:0;padding:0;display:flex;gap:12px}.work-flow li{flex:1;min-width:0;padding:20px 12px;border:1px solid #ffffff23;background:#ffffff08;border-radius:17px}.work-flow li>span{display:grid;place-items:center;background:#d7f57a;color:#173d30;width:30px;height:30px;border-radius:50%;font-size:10px;font-weight:700;margin-bottom:35px}.work-flow li:nth-child(2)>span{background:#ddd9f4}.work-flow li:nth-child(3)>span{background:#d9e8ee}.work-flow strong{display:block;color:#fff;font-size:12px;font-weight:500}.work-flow small{display:block;color:#afc4b9;margin-top:5px;font-size:10px}.work-layout{display:grid;grid-template-columns:minmax(320px,.95fr) minmax(360px,1.15fr);gap:25px;align-items:start;margin-bottom:25px}.work-layout>.panel{padding:28px;min-width:0}.work-composer{scroll-margin-top:100px}.work-composer>.field,.work-composer>details{margin-top:1px}.work-composer .banner{font-size:12px}.work-composer>button.primary{width:100%;margin-top:6px}.work-history>.spread{margin-bottom:22px}.work-history .buyer-tabs{margin-bottom:17px}.work-history .buyer-search{width:100%}.work-list{display:flex;flex-direction:column;gap:8px;margin-top:16px;max-height:680px;overflow-y:auto}.work-list .work-entry{width:100%;background:transparent;border:1px solid transparent;padding:16px 10px;display:flex;align-items:center;justify-content:space-between;gap:13px;text-align:left;border-radius:13px;color:var(--text);min-width:0;box-shadow:none;transition:background .15s,border-color .15s}.work-list .work-entry+.work-entry{border-top-color:var(--border)}.work-list .work-entry:hover,.work-list .work-entry.active{background:var(--surface-alt,var(--surface-2));border-color:var(--border)}.work-state-icon{height:39px;width:39px;flex:0 0 39px;display:grid;place-items:center;border-radius:12px;color:#476b5e;background:#e5eee9;font-size:20px;font-weight:500}.work-state-icon.state-needs_review{background:#e8e3f8;color:#6b55a4}.work-state-icon.state-failed{background:#f6e2d7;color:#9e5535}.work-state-icon.state-accepted{background:#e6efcb;color:#4b651d}.work-entry-copy{flex:1;min-width:0}.work-entry strong{font-size:13px;line-height:1.4;display:block;overflow-wrap:anywhere;font-weight:600}.work-entry small{display:block;margin-top:6px;color:var(--text-muted);font-size:10px;font-weight:400}.work-entry>.badge{max-width:110px;text-align:center;white-space:normal;line-height:1.5}.work-detail{padding:30px}.work-detail-head{padding-bottom:23px;border-bottom:1px solid var(--border)}.work-detail-head h2{font-size:25px;max-width:650px;margin:8px 0 13px}.work-detail-head>.row{justify-content:flex-end}.work-result-anchor{scroll-margin-top:90px}.work-detail>details{border:1px solid var(--border);background:var(--surface-alt,var(--surface-2));border-radius:13px;padding:13px 17px}.work-detail summary{font-size:12px;font-weight:600}.work-detail details[open] summary{margin-bottom:14px}.work-output,.work-fields pre{white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.7;font-size:13px;max-height:600px;overflow:auto}.work-fields{display:grid;gap:16px}.work-fields dt{font-weight:650;text-transform:capitalize}.work-fields dd{margin:6px 0 0;white-space:pre-wrap}.work-page .panel>h2{margin-bottom:12px}.work-page .banner{margin-top:12px}.work-brief{display:grid;grid-template-columns:1fr 1fr;gap:16px}.work-brief .field{margin:0}@media(min-width:1500px){.work-history{position:sticky;top:105px}}@media(max-width:1100px){.work-focus{gap:25px;padding:28px}.work-flow{gap:8px}.work-flow li{padding:15px 8px}.work-flow strong{font-size:11px}.work-layout{grid-template-columns:minmax(280px,.95fr) minmax(300px,1.05fr);gap:18px}.work-layout>.panel{padding:22px}}@media(max-width:900px){.work-layout,.work-focus{grid-template-columns:1fr}.work-flow li>span{margin-bottom:20px}.work-history .work-list{max-height:460px}.work-detail-head{align-items:flex-start;flex-direction:column;gap:14px}.work-detail-head>.row{justify-content:flex-start}}@media(max-width:520px){.work-brief{grid-template-columns:1fr}.work-focus{border-radius:18px;padding:24px 20px}.work-flow li{padding:14px 10px}.work-flow small{font-size:9px}.work-detail,.work-layout>.panel{padding:21px 17px}.work-list .work-entry{flex-wrap:wrap}.work-entry>.badge{margin-left:52px;margin-top:-3px;max-width:none}.work-detail-head h2{font-size:21px}}.buyer-page{max-width:1440px}.buyer-page .panel.flush.scroll-x{overflow-x:auto}.buyer-domain-mark .domain-art-compact svg{min-width:0;transform:scale(1.6)}.buyer-review .review-panes>.pane:first-child{grid-column:auto;max-height:none}.buyer-comparison.tier-private{border-left:0}.buyer-private .buyer-decision .row{flex-wrap:wrap}.buyer-private .buyer-decision .row select{flex:1 1 160px;min-width:0;width:100%;max-width:100%}.buyer-private .buyer-decision .row button{max-width:100%}.buyer-eyebrow{display:block;font-size:10px;line-height:1.5;font-weight:650;text-transform:uppercase;letter-spacing:.13em;color:var(--text-muted)}.buyer-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin:0 0 27px}.buyer-toolbar{display:flex;flex-wrap:wrap;justify-content:space-between;gap:15px;align-items:center;margin:23px 0}.buyer-tabs{display:flex;gap:4px;align-items:center;padding:5px;border-radius:12px;background:var(--surface-alt,var(--surface-2));width:fit-content;max-width:100%;overflow-x:auto}.buyer-tabs button{flex:0 0 auto;border:0;background:transparent;box-shadow:none;color:var(--text-muted);padding:9px 14px;border-radius:9px;font-size:12px}.buyer-tabs button.active{background:var(--surface);box-shadow:0 2px 5px #10271c0a;color:var(--text)}.buyer-tabs button:hover{color:var(--text)}.buyer-search{display:flex;align-items:center;gap:10px;border:1px solid var(--border);border-radius:12px;background:var(--surface);padding:0 13px;min-width:220px}.buyer-search>span{font-size:23px;line-height:1;color:var(--text-muted)}.buyer-search input{background:transparent;border:0;box-shadow:none;width:100%;min-width:0;padding:11px 0;font-size:12px}.buyer-search:focus-within{outline:2px solid var(--accent);outline-offset:2px}.buyer-search input:focus{outline:0;box-shadow:none}.buyer-count{background:var(--surface-alt,var(--surface-2));border-radius:10px;min-width:36px;height:36px;display:grid;place-items:center;color:var(--text-muted);font-size:12px}.buyer-section-heading{display:flex;gap:13px;align-items:center;margin-bottom:8px}.buyer-section-symbol{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;background:#e8eddf;color:#426039;font-size:25px;font-weight:400}.buyer-section-heading h2{margin-top:3px}.buyer-privacy-note{text-align:center;color:var(--text-muted);font-size:11px;margin-top:25px}.buyer-new-brief:has(>button){display:flex;justify-content:flex-end;margin-bottom:-1px}.buyer-create.panel{display:grid;grid-template-columns:.72fr 1.4fr;padding:0;overflow:hidden;margin-bottom:25px}.buyer-create-aside{background:#173f35;color:#c1d4c9;padding:35px;position:relative;overflow:hidden}.buyer-create-aside .buyer-eyebrow{color:#d7f57a}.buyer-create-aside h2{font-size:33px;font-weight:500;line-height:1.1;color:#fff;letter-spacing:-.04em;margin:15px 0}.buyer-create-aside p{font-size:13px;line-height:1.7}.buyer-create-aside>.domain-art{max-width:160px;margin:20px auto;opacity:.9}.buyer-create-aside ol{padding:0;counter-reset:steps;list-style:none;margin-top:25px;display:grid;gap:21px}.buyer-create-aside li{counter-increment:steps;position:relative;padding-left:35px}.buyer-create-aside li:before{content:"0" counter(steps);font-size:10px;color:#d7f57a;position:absolute;top:4px;left:0}.buyer-create-aside li strong{display:block;color:#fff;font-size:12px}.buyer-create-aside li span{display:block;font-size:11px;margin-top:4px;line-height:1.6}.buyer-create-form{padding:32px 35px}.buyer-create-form>.spread{margin-bottom:8px}.buyer-create-form h2{font-size:22px;margin-top:6px}.buyer-brief-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.buyer-brief-card{border:1px solid var(--border);border-radius:20px;background:var(--surface);padding:23px 23px 0;min-width:0;display:flex;flex-direction:column;transition:transform .2s,box-shadow .2s;box-shadow:0 3px 8px #10271c03}.buyer-brief-card:hover{transform:translateY(-3px);box-shadow:0 12px 26px #10271c0c}.buyer-brief-top{display:flex;justify-content:space-between;gap:10px;align-items:center;margin-bottom:25px}.buyer-domain-mark{width:57px;height:57px;border-radius:16px;overflow:hidden;flex:0 0 57px;background:#e6ecdc}.buyer-domain-mark>*{width:100%;height:100%}.buyer-brief-card:nth-child(3n+2) .buyer-domain-mark{background:#e6e2f2}.buyer-brief-card:nth-child(3n) .buyer-domain-mark{background:#e0ecf0}.buyer-brief-top .badge{max-width:155px;text-align:center;white-space:normal;line-height:1.5}.buyer-card-title{color:var(--text);font-size:19px;font-weight:560;line-height:1.25;letter-spacing:-.025em;display:block;text-decoration:none;min-height:47px;overflow-wrap:anywhere}.buyer-card-family{color:var(--text-muted);font-size:11px;margin-top:10px;margin-bottom:22px;text-transform:capitalize}.buyer-brief-stages{display:flex;gap:6px;margin-bottom:21px}.buyer-brief-stages span{flex:1;color:var(--text-muted);font-size:9px}.buyer-brief-stages i{display:block;height:3px;border-radius:10px;margin-bottom:8px;background:var(--border)}.buyer-brief-stages .complete i{background:#8aa579}.buyer-brief-stages .complete{color:var(--text)}.buyer-brief-meta{display:flex;align-items:center;justify-content:space-between;font-size:10px;color:var(--text-muted);margin-top:auto;padding-bottom:20px}.buyer-brief-meta strong{color:var(--text);font-weight:600;font-size:15px}.buyer-card-footer{margin:0 -23px;padding:17px 23px;border-top:1px solid var(--border);color:var(--text);font-size:11px;font-weight:600;display:flex;align-items:center;justify-content:space-between;text-decoration:none}.buyer-card-footer span{font-size:19px;font-weight:400;color:var(--text-muted)}.buyer-editor{max-width:1180px}.buyer-editor .editor-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:10px 0 27px}.editor-steps button{display:flex;gap:13px;text-align:left;padding:18px;border-radius:15px;border:1px solid var(--border);background:var(--surface);box-shadow:none;color:var(--text-muted)}.editor-steps button>span{flex:0 0 32px;height:32px;display:grid;place-items:center;border-radius:50%;border:1px solid var(--border);font-size:11px}.editor-steps button strong{display:block;font-size:13px;color:var(--text)}.editor-steps button small{display:block;font-size:10px;margin-top:5px;font-weight:400}.editor-steps button.active{background:#173f35;border-color:#173f35;color:#c3d3ca}.editor-steps button.active strong{color:#fff}.editor-steps button.active>span{background:#d7f57a;color:#173f35;border-color:transparent}.editor-steps button.complete>span{background:#e5edd5;color:#4b6727}.buyer-editor>.section{background:var(--surface);border:1px solid var(--border);border-radius:22px;padding:32px;margin:0}.buyer-editor>.section>h2,.buyer-editor>.section>.spread h2{font-size:23px;letter-spacing:-.03em;margin-bottom:10px}.buyer-editor .lede{font-size:13px;max-width:75ch;line-height:1.7;margin-bottom:22px}.buyer-editor .field{margin-top:15px}.buyer-editor .work-brief{gap:22px;margin-top:23px}.buyer-editor .brief-group{border-top:1px solid var(--border);padding-top:22px;margin-top:25px}.buyer-editor .brief-group h3{font-size:14px}.buyer-editor .brief-group .work-brief{margin-top:5px}.buyer-editor .brief-group p{font-size:11px;color:var(--text-muted)}.buyer-editor .editor-save-row{padding-top:24px;border-top:1px solid var(--border)}.buyer-editor .editor-criteria-table tr.selected{background:var(--surface-alt,var(--surface-2))}.buyer-editor .editor-criteria-table td{padding-top:18px;padding-bottom:18px}.buyer-editor .editor-criteria-table input[type=checkbox]{accent-color:#527440;width:17px;height:17px}.buyer-private.tier-private{border-left:0}.buyer-private .tier-strip,.buyer-comparison .tier-strip{position:static;background:var(--surface-alt,var(--surface-2));border:1px solid var(--border);border-radius:12px;padding:13px 17px;margin-bottom:25px;display:flex;gap:14px;align-items:center}.buyer-private .tier-strip .mark,.buyer-comparison .tier-strip .mark{color:var(--accent);font-size:10px;text-transform:uppercase;letter-spacing:.08em;white-space:nowrap}.buyer-private .tier-strip .detail,.buyer-comparison .tier-strip .detail{color:var(--text-muted);font-size:11px}.buyer-private .buyer-brief-summary{border-left:3px solid #a3b87e;padding:2px 0 2px 20px;font-size:14px;max-width:88ch;line-height:1.8;margin:0 0 23px;color:var(--text-muted)}.buyer-private .buyer-action-bar{display:flex;justify-content:space-between;align-items:center;gap:13px;flex-wrap:wrap;margin-bottom:25px}.buyer-private .buyer-sample-detail{margin-bottom:23px;border:1px solid var(--border);border-radius:13px;padding:16px 20px;background:var(--surface)}.buyer-private .buyer-sample-detail summary{font-size:12px;font-weight:600}.buyer-candidates{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;padding:23px}.buyer-candidate{border:1px solid var(--border);border-radius:16px;padding:22px;background:var(--surface);min-width:0}.buyer-candidate.chosen{border-color:#8caa68;box-shadow:inset 0 0 0 1px #8caa68}.buyer-candidate-head{display:flex;gap:13px;align-items:center;margin-bottom:17px}.buyer-candidate-head .buyer-domain-mark{width:44px;height:44px;flex-basis:44px;border-radius:13px}.buyer-candidate-head>div:last-child{min-width:0}.buyer-candidate-head .name{font-size:14px;font-weight:600;color:var(--text)}.buyer-candidate-head .tiny{margin-top:5px;font-size:10px}.buyer-candidate>p{color:var(--text-muted);font-size:11px}.buyer-candidate>.spread{margin-top:18px;padding-top:17px;border-top:1px solid var(--border)}.buyer-candidate details{margin-top:12px}.buyer-candidate pre{white-space:pre-wrap;overflow-wrap:anywhere}.buyer-decision{padding:27px!important}.buyer-decision .decision-history{display:grid;gap:8px}.buyer-decision .decision-history p{padding:13px 16px;border-left:3px solid #b8b0d7;border-radius:0 8px 8px 0;background:var(--surface-alt,var(--surface-2));margin:0}.buyer-decision .row select{flex:1;min-width:150px}.buyer-deployment-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-bottom:28px}.buyer-deployment-card{border:1px solid var(--border);border-radius:20px;background:var(--surface);overflow:hidden}.buyer-deployment-card>header{padding:23px 25px;display:flex;gap:13px;align-items:center}.buyer-deployment-card header .buyer-domain-mark{width:46px;height:46px;flex-basis:46px}.buyer-deployment-card header>div:nth-child(2){flex:1;min-width:0}.buyer-deployment-card header a{font-size:15px;color:var(--text);font-weight:600;overflow-wrap:anywhere}.buyer-deployment-card header small{display:block;color:var(--text-muted);font-size:10px;margin-top:5px}.buyer-deployment-values{padding:0 25px 23px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}.buyer-deployment-values span{display:block;color:var(--text-muted);font-size:9px;text-transform:uppercase;letter-spacing:.07em}.buyer-deployment-values strong{display:block;font-size:20px;font-weight:500;color:var(--text);margin:7px 0}.buyer-deployment-values .mode{font-size:13px;text-transform:capitalize;margin-top:12px}.buyer-deployment-actions{border-top:1px solid var(--border);padding:19px 25px;display:grid;gap:13px}.buyer-deployment-actions>.row{justify-content:space-between}.buyer-deployment-actions details{font-size:11px}.buyer-deployment-actions details[open]{padding-bottom:6px}.buyer-deployment-actions details .row{margin-top:12px}.buyer-deployment-actions .tiny{margin-top:9px;overflow-wrap:anywhere}.buyer-deployment-grid+.section{background:var(--surface);border:1px solid var(--border);border-radius:20px;padding:25px}.buyer-probation .figures{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.buyer-probation .stat-box{border:1px solid var(--border);background:var(--surface);border-radius:17px;padding:24px}.buyer-probation .stat-box .v{font-size:32px;font-weight:500;letter-spacing:-.04em}.buyer-probation .stat-box .k{color:var(--text-muted);font-size:11px;margin-top:10px}.buyer-probation .bars{min-height:170px;align-items:flex-end;gap:18px;padding:24px 15px 0}.buyer-probation .bar .fill{background:#bdd0a4;border-radius:8px 8px 0 0;margin-top:10px}.buyer-probation .bar .tiny:last-child{padding-top:8px}.buyer-queue-progress{display:flex;justify-content:space-between;gap:25px;align-items:center;border-radius:21px;padding:26px 30px;background:#173f35;color:#fff;margin-bottom:25px}.buyer-queue-progress strong{font-size:33px;font-weight:500;letter-spacing:-.04em}.buyer-queue-progress p{color:#c3d3ca;font-size:12px;margin:5px 0 0}.buyer-queue-progress .meter{width:45%;height:7px;border-radius:6px;background:#ffffff26}.buyer-queue-progress .meter span{background:#d7f57a!important}.buyer-review.review-shell{margin:24px;border:1px solid var(--border);border-radius:22px;overflow:hidden;background:var(--surface);height:calc(100dvh - 135px);min-height:700px}.buyer-review .review-bar{padding:17px 23px;background:var(--surface);border-bottom:1px solid var(--border);gap:13px}.buyer-review .review-bar .strong{font-size:14px}.buyer-review .review-panes{background:var(--surface-alt,var(--surface-2));gap:1px;grid-template-columns:minmax(210px,.9fr) minmax(290px,1.3fr) minmax(260px,1fr)}.buyer-review .pane{background:var(--surface);min-width:0;border:0}.buyer-review .pane-head{padding:18px 19px;min-height:67px;border-bottom:1px solid var(--border);background:var(--surface-alt,var(--surface-2))}.buyer-review .pane-head h2{font-size:12px}.buyer-review .pane-body{padding:21px}.buyer-review .pane-body.tight{padding:15px}.buyer-review .doc{font-family:inherit;line-height:1.9;font-size:12px}.buyer-review .editor{padding:22px;background:var(--surface);color:var(--text);font-family:inherit;font-size:13px;line-height:1.9;border:0;border-radius:0;resize:none}.buyer-review .criterion{border:1px solid var(--border);padding:17px;border-radius:13px;background:var(--surface)}.buyer-review .criterion.marked{border-color:#aabd98;background:var(--surface-alt,var(--surface-2))}.buyer-review .criterion .strong{font-size:12px}.buyer-review .criterion .small{font-size:11px}.buyer-review .verdicts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:4px;margin-top:13px}.buyer-review .verdicts button{padding:8px 3px;font-size:9px;border-radius:7px}.buyer-review .verdicts button.on{background:#173f35;color:#fff;border-color:#173f35}.buyer-review .verdicts button.verdict-fail.on{background:#8e4037;border-color:#8e4037}.buyer-review .verdicts button.verdict-partial.on{background:#936a2c;border-color:#936a2c}.buyer-review .timer{font-size:11px;background:var(--surface-alt,var(--surface-2));padding:8px 11px;border-radius:8px}.buyer-review-done .panel{padding:35px}.buyer-review-done h1{font-size:33px}.buyer-review-done .buyer-complete-mark{width:57px;height:57px;background:#d7f57a;border-radius:50%;display:grid;place-items:center;color:#173f35;font-size:25px}.buyer-comparison .matrix{border-collapse:separate;border-spacing:0}.buyer-comparison .matrix th{background:var(--surface-alt,var(--surface-2));padding:22px 20px}.buyer-comparison .matrix td{padding:19px 20px;border-right:1px solid var(--border)}.buyer-comparison .matrix td.cell{cursor:pointer;min-width:155px}.buyer-comparison .matrix td.cell:hover,.buyer-comparison .matrix td.cell:focus-visible{background:var(--surface-alt,var(--surface-2));outline:2px solid var(--accent);outline-offset:-2px}.buyer-comparison .matrix .rate{font-size:26px;font-weight:500;letter-spacing:-.04em}.buyer-comparison .matrix .frac{font-size:10px;margin-top:6px}.buyer-comparison .matrix .meter{height:4px;max-width:90px;margin:10px auto 0}.buyer-comparison .matrix tfoot td{font-size:11px;background:var(--surface-alt,var(--surface-2))}.buyer-comparison .matrix td:first-child{max-width:340px}.buyer-comparison .matrix .tiny{overflow-wrap:anywhere}.buyer-comparison .buyer-matrix-legend{display:flex;flex-wrap:wrap;align-items:center;gap:15px;font-size:11px;color:var(--text-muted);margin:22px 0 16px}.buyer-matrix-legend i{width:7px;height:7px;border-radius:50%;display:inline-block;margin-right:6px}@media(max-width:1200px){.buyer-brief-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.buyer-review.review-shell{height:auto;min-height:700px}.buyer-review .review-panes{grid-template-columns:minmax(220px,1fr) minmax(290px,1.3fr)}.buyer-review .pane:last-child{grid-column:1 / -1}.buyer-review .pane:last-child .stack{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.buyer-review .pane:nth-child(-n+2){min-height:620px}.buyer-review .pane .editor{min-height:480px}}@media(max-width:1000px){.buyer-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.buyer-create.panel{grid-template-columns:.7fr 1.3fr}.buyer-create-aside,.buyer-create-form{padding:25px}.buyer-create-aside h2{font-size:29px}.buyer-deployment-grid{grid-template-columns:1fr}.buyer-probation .figures{grid-template-columns:repeat(2,minmax(0,1fr))}.buyer-candidates{grid-template-columns:1fr}}@media(max-width:700px){.buyer-brief-grid{grid-template-columns:1fr}.buyer-brief-card{min-height:295px}.buyer-create.panel{grid-template-columns:1fr}.buyer-create-aside{padding:28px}.buyer-create-aside>.domain-art,.buyer-create-aside ol{display:none}.buyer-create-aside h2{max-width:400px}.buyer-create-form{padding:24px}.buyer-editor .editor-steps{gap:6px}.editor-steps button{flex-direction:column;gap:10px;padding:13px 11px}.editor-steps button>span{flex-basis:30px;width:30px}.editor-steps button strong{font-size:11px}.editor-steps button small{font-size:9px}.buyer-editor>.section{padding:25px 20px}.buyer-private .tier-strip,.buyer-comparison .tier-strip{flex-direction:column;align-items:flex-start;gap:6px}.buyer-queue-progress{padding:25px}.buyer-queue-progress .meter{width:35%}.buyer-review.review-shell{margin:16px 12px;border-radius:16px}.buyer-review .review-bar{padding:17px;flex-wrap:wrap}.buyer-review .review-bar .grow{flex-basis:100%}.buyer-review .review-panes{display:flex;flex-direction:column}.buyer-review .pane:last-child .stack{grid-template-columns:1fr}.buyer-review .pane:nth-child(-n+2){min-height:0}.buyer-review .pane .pane-body{max-height:450px;overflow:auto}.buyer-review .pane:last-child .pane-body{max-height:none}.buyer-review .pane .editor{min-height:450px}}@media(max-width:440px){.buyer-metrics{gap:10px}.buyer-tabs button{padding:9px 10px;font-size:11px}.buyer-search{min-width:0;width:100%}.buyer-toolbar{align-items:stretch}.buyer-editor .work-brief{grid-template-columns:1fr}.buyer-candidates{padding:15px}.buyer-candidate{padding:18px}.buyer-private .buyer-decision{padding:20px!important}.buyer-deployment-card>header{flex-wrap:wrap;padding:22px}.buyer-deployment-card>header>.badge{margin-left:59px}.buyer-deployment-values{padding:0 22px 21px}.buyer-deployment-actions{padding:18px 22px}.buyer-queue-progress{flex-direction:column;align-items:flex-start}.buyer-queue-progress .meter{width:100%}.buyer-probation .stat-box{padding:19px}.buyer-probation .stat-box .v{font-size:28px}}@media(prefers-reduced-motion:reduce){.buyer-brief-card,.work-list .work-entry{transition:none}.buyer-brief-card:hover{transform:none}}.public-evidence-page{max-width:1360px}.public-evidence-page .crumbs{margin-bottom:22px;font-size:11px;color:var(--text-muted)}.public-evidence-hero{display:grid;grid-template-columns:1.2fr .8fr;border:1px solid var(--border);border-radius:25px;overflow:hidden;background:var(--surface);margin:23px 0;min-height:320px}.public-evidence-hero-copy{padding:43px 46px;align-self:center}.public-evidence-hero-copy .design-page-intro{margin-bottom:15px}.public-evidence-hero-copy .design-page-intro h1{font-size:clamp(31px,3.5vw,47px);max-width:600px;font-weight:560;line-height:1.08;letter-spacing:-.05em;margin:13px 0 20px}.public-evidence-hero-copy .design-page-intro p{font-size:14px;line-height:1.8;max-width:52ch}.public-evidence-hero>.domain-art{border-radius:0;height:100%;min-height:320px}.public-evidence-hero>.domain-art svg{min-width:430px;height:100%;position:absolute;left:50%;transform:translate(-50%)}.public-evidence-hero-copy .row{flex-wrap:wrap}.public-domain-label{color:var(--accent);font-size:10px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;display:flex;align-items:center;gap:10px}.public-evidence-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:17px;margin:25px 0}.public-domain-nav,.public-evidence-tabs{display:flex;gap:8px;flex-wrap:wrap;align-items:center;padding:18px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);margin:30px 0 10px}.public-domain-nav a,.public-evidence-tabs a{display:inline-flex;color:var(--text-muted);font-size:12px;padding:8px 13px;border-radius:9px;text-decoration:none}.public-domain-nav a.active{background:#173f35;color:#eef5e8}.public-domain-nav a:hover,.public-evidence-tabs a:hover{background:var(--surface-alt,var(--surface-2));color:var(--text)}.public-section-anchor,.public-evidence-page section[id],.public-evidence-page div[id]{scroll-margin-top:100px}.public-evidence-page .mk-section{margin-top:40px}.public-evidence-page .mk-card-head{align-items:flex-end;margin-bottom:23px}.public-evidence-page .mk-card-head h2{font-size:27px;font-weight:550;line-height:1.2;letter-spacing:-.04em;margin-top:7px}.public-evidence-page .mk-card-head .sub-1{max-width:65ch;font-size:13px}.public-job-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:21px}.public-job-card{display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--border);border-radius:20px;overflow:hidden;color:var(--text);text-decoration:none!important;transition:transform .2s,box-shadow .2s;min-width:0}.public-job-card:hover{transform:translateY(-3px);box-shadow:0 12px 25px #173f350c;color:var(--text)}.public-job-cover{position:relative;height:165px;overflow:hidden}.public-job-cover>.domain-art{width:100%;height:100%;border-radius:0}.public-job-cover .badge{position:absolute;top:16px;right:16px;background:#ffffffd9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#34523a;border-color:#ffffff80}.public-job-body{padding:24px;display:flex;flex-direction:column;flex:1}.public-job-body .pc-name{font-size:20px;font-weight:550;line-height:1.25;letter-spacing:-.03em}.public-job-body .pc-summary{color:var(--text-muted);font-size:12px;line-height:1.7;margin-top:9px!important}.public-job-body .pc-tags{margin:20px 0}.public-job-body .pc-foot{margin-top:auto;border-top:1px solid var(--border);padding:18px 0;display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.public-job-body .pc-foot .k{color:var(--text-muted);font-size:9px;text-transform:uppercase;letter-spacing:.05em}.public-job-body .pc-foot .v{font-size:22px;font-weight:500;margin-top:7px}.public-job-open{border-top:1px solid var(--border);padding-top:16px;display:flex;justify-content:space-between;font-size:11px;font-weight:600}.public-job-open span{font-size:19px;font-weight:400;color:var(--text-muted)}.task-design-page .bar-rows{border-top:1px solid var(--border);padding-top:8px}.task-design-page .bar-row{padding-top:18px;padding-bottom:18px}.task-design-page .instructions{background:var(--surface-alt,var(--surface-2));border-radius:12px;padding:20px 24px;font-size:13px;line-height:1.8}.task-design-page .mk-card:has(.bar-rows){padding:30px}.task-design-page #task-standard summary{font-size:12px}.public-report-page .tier-strip{position:static;border-radius:12px;background:var(--surface-alt,var(--surface-2));border:1px solid var(--border);padding:14px 20px;margin:22px 0;display:flex;align-items:center;gap:20px}.public-report-page .tier-strip .mark{color:var(--accent);white-space:nowrap;font-size:10px;text-transform:uppercase;letter-spacing:.07em}.public-report-page .tier-strip .detail{color:var(--text-muted);font-size:11px}.public-report-layout{display:grid;grid-template-columns:180px minmax(0,1fr);gap:34px;margin-top:35px}.public-report-nav{position:sticky;top:106px;align-self:start;display:flex;flex-direction:column;gap:4px;padding-right:20px}.public-report-nav .design-eyebrow{font-size:9px;margin-bottom:12px}.public-report-nav a{text-decoration:none;color:var(--text-muted);font-size:11px;padding:11px 13px;border-radius:8px;border-left:2px solid transparent}.public-report-nav a:hover,.public-report-nav a:focus-visible{color:var(--text);background:var(--surface);border-left-color:#a3b877}.public-report-nav a span{color:var(--text-faint);font-size:9px;margin-right:9px}.public-report-nav .public-report-source{border-top:1px solid var(--border);border-radius:0;margin-top:14px;padding-top:20px}.public-report-content{min-width:0}.public-report-content>.section{padding:28px;margin:0 0 25px;background:var(--surface);border:1px solid var(--border);border-radius:19px}.public-report-content>.section h2{font-size:24px;letter-spacing:-.04em;font-weight:550;margin-bottom:14px}.public-report-content>.section .lede{font-size:13px;line-height:1.8;margin-bottom:20px}.public-report-content .figures{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:20px}.public-report-content .figure{padding:19px;border-radius:14px;background:var(--surface-alt,var(--surface-2));border:1px solid var(--border)}.public-report-content .figure .value{font-size:32px;font-weight:500;letter-spacing:-.04em}.public-report-content .figure .name{font-size:11px;line-height:1.6}.public-report-content .figure .qualifier{font-size:10px;line-height:1.65}.public-report-content .panel.flush{overflow-x:auto}.public-report-content .matrix td{padding:17px 18px}.public-report-content .matrix td .rate{font-size:25px;font-weight:500}.public-report-content .notice{background:var(--surface-alt,var(--surface-2));border-left:3px solid #a3b877;border-radius:0 10px 10px 0;padding:15px 18px;font-size:12px;line-height:1.7}.public-report-content #report-fit{margin-bottom:25px}.citation-hero{display:grid;grid-template-columns:1.4fr .6fr;border-radius:24px;border:1px solid var(--border);background:var(--surface);overflow:hidden;margin-bottom:27px}.citation-hero .design-page-intro{padding:36px 40px;margin:0}.citation-hero .domain-art{border-radius:0;height:100%}.citation-index{display:flex;flex-wrap:wrap;gap:9px;margin:26px 0}.citation-index a{padding:9px 14px;background:var(--surface);border:1px solid var(--border);border-radius:9px;font-size:11px;color:var(--text);text-decoration:none}.citation-report.panel{padding:0;overflow:hidden;border-radius:21px}.citation-report-header{padding:29px 31px 23px;border-bottom:1px solid var(--border);background:var(--surface-alt,var(--surface-2))}.citation-report-header>.spread{gap:20px;flex-wrap:wrap}.citation-report-header h2{font-size:24px;font-weight:550;letter-spacing:-.03em;margin-top:8px}.citation-report-header .entry-meta{margin-top:17px!important;font-size:11px}.citation-report-body{padding:25px 31px 31px}.citation-report-body .banner{font-size:12px}.citation-report-body .matrix th{min-width:145px}.citation-report-body .matrix td{padding:19px 16px}.citation-report-body .matrix .rate{font-size:27px;font-weight:500;color:var(--text)}.citation-report-body .matrix .meter{height:4px;max-width:80px;margin:9px auto 0}.citation-method-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:15px;margin-top:26px}.citation-method-grid>div{background:var(--surface-alt,var(--surface-2));border-radius:12px;padding:20px}.citation-method-grid .strong{font-size:12px}.citation-method-grid .sub-1{font-size:12px;line-height:1.75;margin-top:7px}@media(max-width:1000px){.public-evidence-hero{grid-template-columns:1.3fr .7fr}.public-evidence-hero-copy{padding:32px}.public-evidence-hero>.domain-art svg{min-width:330px}.public-job-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.public-report-layout{grid-template-columns:145px minmax(0,1fr);gap:23px}.public-report-nav{padding-right:0}.public-report-content>.section{padding:25px}}@media(max-width:740px){.public-evidence-hero{grid-template-columns:1fr}.public-evidence-hero>.domain-art{order:-1;height:190px;min-height:190px}.public-evidence-hero>.domain-art svg{min-width:0;width:100%}.public-evidence-hero-copy{padding:29px}.public-evidence-hero-copy .design-page-intro h1{font-size:33px}.public-evidence-stats{grid-template-columns:1fr;gap:12px}.public-evidence-stats .design-stat{display:grid;grid-template-columns:1fr auto;gap:7px 18px;padding:22px}.public-evidence-stats .design-stat-label{justify-content:flex-start;gap:13px}.public-evidence-stats .design-stat-value{grid-column:2;grid-row:1 / 3;margin:0;align-self:center;font-size:29px}.public-evidence-stats .design-stat p{margin:0}.public-job-grid{grid-template-columns:1fr}.public-report-layout{display:block;margin-top:20px}.public-report-nav{position:static;flex-direction:row;flex-wrap:wrap;gap:5px;margin-bottom:25px}.public-report-nav .design-eyebrow{width:100%}.public-report-nav a{background:var(--surface);border:1px solid var(--border);font-size:10px;padding:8px 11px}.public-report-nav .public-report-source{border-radius:8px;margin-top:0;padding-top:8px}.public-report-content>.section{padding:22px}.public-report-content>.section h2{font-size:22px}.public-report-page .tier-strip{align-items:flex-start;flex-direction:column;gap:7px}.citation-hero{grid-template-columns:1fr}.citation-hero .domain-art{height:150px;order:-1}.citation-hero .design-page-intro{padding:29px}.citation-report-header{padding:25px}.citation-report-body{padding:21px}.public-evidence-page .mk-card-head h2{font-size:25px}}@media(prefers-reduced-motion:reduce){.public-job-card{transition:none}.public-job-card:hover{transform:none}}@media(max-width:620px){.task-design-page #task-standard .mk-card{padding:22px}.task-design-page .bar-row{grid-template-columns:minmax(0,1fr) 44px 44px;gap:12px;min-width:0}.task-design-page .bar-row .bar-label{grid-column:1 / -1;grid-row:1}.task-design-page .bar-row .bar-label>.row{flex-wrap:wrap;align-items:flex-start}.task-design-page .bar-row .bar-label .truncate{min-width:0;max-width:100%;white-space:normal;overflow:visible;text-overflow:clip;overflow-wrap:anywhere}.task-design-page .bar-row .bar-label .tiny{white-space:normal;overflow:visible;overflow-wrap:anywhere}.task-design-page .bar-row .track{grid-column:1;grid-row:2;order:initial}.task-design-page .bar-row>:nth-child(3){grid-column:2;grid-row:2}.task-design-page .bar-row>:nth-child(4){grid-column:3;grid-row:2}.task-design-page #task-fit>.mk-card{padding:0;border:0;background:transparent;box-shadow:none}.task-design-page #task-fit>.mk-card>.mk-card-head{flex-wrap:wrap}.ranking-workbench .ranked{min-width:0}.ranking-workbench .ranked .ranked-item{display:grid;grid-template-columns:28px minmax(0,1fr);width:100%;max-width:100%;min-width:0;padding:16px;gap:12px}.ranking-workbench .ranked .ranked-item>.position{width:28px;height:28px;border-radius:9px;font-size:13px}.ranking-workbench .ranked .ranked-item>.grow{min-width:0;flex-basis:auto}.ranking-workbench .ranked .ranked-item>.grow>.row{flex-wrap:wrap}.ranking-workbench .ranked-item .headline{overflow-wrap:anywhere;font-size:16px}.ranking-workbench .ranked-item .badge{white-space:normal;max-width:100%}.ranking-workbench .ranked .ranked-item>.measure{grid-column:2;min-width:0;width:auto;margin-left:0;text-align:left;padding:13px}.ranking-workbench .ranked-item .reasons{grid-template-columns:minmax(0,1fr);min-width:0}.ranking-workbench .ranked-item .reasons>div{min-width:0}.ranking-workbench .ranked-item .reason-list{min-width:0}.ranking-workbench .ranked-item .reason-list li{display:grid;grid-template-columns:20px minmax(0,1fr);gap:5px 8px;align-items:start;margin-top:9px}.ranking-workbench .ranked-item .reason-list .bar{width:20px;margin-top:7px;align-self:start}.ranking-workbench .ranked-item .reason-list .grow{min-width:0;white-space:normal;overflow:visible;text-overflow:clip;overflow-wrap:anywhere}.ranking-workbench .ranked-item .reason-list .num{grid-column:2;white-space:normal}.ranking-workbench .ranked-item .small{overflow-wrap:anywhere}.ranking-workbench .ranking-controls-grid .weight-row{grid-template-columns:minmax(0,1fr) 34px;gap:7px 12px}.ranking-workbench .ranking-controls-grid .weight-row>div:first-child{grid-column:1 / -1}.ranking-workbench .ranking-controls-grid .weight-row .truncate{white-space:normal;overflow:visible;text-overflow:clip;overflow-wrap:anywhere}.ranking-workbench>.section>.spread{flex-wrap:wrap}}:root{--bg:#f3f5f1;--bg-sunken:#eaf0e9;--surface:#fff;--surface-hover:#f0f5ed;--surface-alt:#f8faf6;--border:#dfe6dd;--border-strong:#c9d5c7;--text:#20372d;--text-muted:#67786d;--text-faint:#69796d;--accent:#285d46;--accent-hover:#163f2f;--accent-soft:#e5efdc;--accent-text:#fff;--pass:#36744d;--pass-soft:#e9f3e5;--partial:#946421;--partial-soft:#faf0dc;--fail:#b74943;--fail-soft:#f9e9e5;--danger:var(--fail);--na:#7c8980;--na-soft:#edf0eb;--forest:#143d31;--forest-deep:#0e2b24;--citron:#d7f57a;--lilac:#e7e2f6;--blue:#dfedf2;--radius-sm:8px;--radius:12px;--radius-lg:20px;--shadow-sm:0 2px 4px #19342305,0 6px 18px #19342303;--shadow-md:0 12px 35px #1934230c,0 2px 6px #19342308;--display:"Manrope","Inter",sans-serif;--serif:"Instrument Serif",Georgia,serif}:root[data-theme=dark]{--bg:#111d18;--bg-sunken:#0c1712;--surface:#1b2b22;--surface-hover:#263d2f;--surface-alt:#203027;--border:#33463a;--border-strong:#4a5e4d;--text:#e9efe6;--text-muted:#acbcaa;--text-faint:#91a38f;--accent:#d7f57a;--accent-hover:#e7ffa4;--accent-soft:#344627;--accent-text:#17321e;--pass:#add299;--pass-soft:#253e2b;--partial:#dfbc78;--partial-soft:#3b3320;--fail:#eea19a;--fail-soft:#402823;--lilac:#393449;--blue:#233e43;--shadow-md:0 12px 35px #0003}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){--bg:#111d18;--bg-sunken:#0c1712;--surface:#1b2b22;--surface-hover:#263d2f;--surface-alt:#203027;--border:#33463a;--border-strong:#4a5e4d;--text:#e9efe6;--text-muted:#acbcaa;--text-faint:#91a38f;--accent:#d7f57a;--accent-hover:#e7ffa4;--accent-soft:#344627;--accent-text:#17321e;--pass:#add299;--pass-soft:#253e2b;--partial:#dfbc78;--partial-soft:#3b3320;--fail:#eea19a;--fail-soft:#402823;--lilac:#393449;--blue:#233e43;--shadow-md:0 12px 35px #0003}}body{font-size:14px;line-height:1.65;background:var(--bg);letter-spacing:-.012em}h1,h2,h3{font-family:var(--display);text-wrap:balance}h1{font-size:34px;letter-spacing:-.045em;line-height:1.2}h2{font-size:19px;letter-spacing:-.03em;line-height:1.4}h3{font-size:15px;line-height:1.5}p{line-height:1.7}a,button{touch-action:manipulation}button,.button{min-height:39px;padding:9px 15px;border-radius:9px;font-weight:600;box-shadow:none;transition:background .16s,border-color .16s,box-shadow .16s,transform .16s}button.sm,.button.sm{min-height:33px;padding:6px 11px}button.xs{min-height:28px;padding:4px 8px}a.button{display:inline-flex;align-items:center;justify-content:center;gap:9px;text-decoration:none;line-height:1.4}button.primary,.button.primary{background:var(--accent);color:var(--accent-text);border:1px solid var(--accent);box-shadow:0 3px 8px #102a1610}button.primary:hover:not(:disabled),.button.primary:hover{background:var(--accent-hover);color:var(--accent-text);border-color:var(--accent-hover);box-shadow:0 5px 12px #1735241a}input,select,textarea{padding:10px 13px;border-radius:9px;border-color:var(--border-strong);font-size:13px;line-height:1.5}input:not([type=checkbox]):not([type=radio]),select{min-height:41px}input[type=checkbox],input[type=radio]{width:16px;height:16px;min-height:0;vertical-align:middle;flex:none;padding:0}input:focus,textarea:focus,select:focus{box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 10%,transparent)}label{line-height:1.6}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,summary:focus-visible{outline:2px solid var(--accent);outline-offset:4px}button:disabled{opacity:.45}textarea{max-width:100%}code{overflow-wrap:anywhere}pre{max-width:100%;overflow:auto}summary{cursor:pointer}details[open]>summary{margin-bottom:14px}.small{font-size:13px}.tiny{font-size:11.5px}.banner{padding:14px 18px;font-size:13px;border-radius:12px}.chip,.badge{padding:4px 9px;border-radius:6px;font-size:11px;letter-spacing:.005em;line-height:1.4}.chip.link{border-radius:8px;padding:7px 12px}.eyebrow,.design-eyebrow{display:inline-flex;gap:8px;align-items:center;font-size:10px;font-weight:700;letter-spacing:.13em;text-transform:uppercase;color:var(--accent)}.page,.mk,.product-page{padding:38px 40px 64px;max-width:1360px;font-size:14px}.page-head{margin-bottom:28px}.page-head h1,.mk h1{font-size:36px;font-weight:700;letter-spacing:-.045em}.mk h2{font-size:21px}.mk h3{font-size:16px}.page-head .sub-1,.mk .sub-1{font-size:14px;line-height:1.75;margin-top:12px}.product-heading{margin:8px 0 34px}.product-heading h1{font-size:clamp(32px,3.5vw,48px);letter-spacing:-.045em}.product-heading>p{font-size:16px;max-width:62ch}.panel,.mk-card,.product-panel,.product-document,.product-side{border-radius:16px;border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-sm)}.panel{padding:24px}.panel.flush{padding:0}.panel-body{padding:24px}.panel-head{padding:18px 24px;background:var(--surface-alt)}.panel-head h2{font-size:16px}.mk-card{padding:26px}.mk-card+.mk-card{margin-top:22px}.product-panel{padding:28px}.product-document{padding:32px}.product-document h3{font-size:15px}.product-side{padding:26px;top:96px}.product-section{padding:38px 0}.product-section-head h2{font-size:30px}.product-tabs{gap:4px;border:1px solid var(--border);background:var(--surface-alt);padding:5px;border-radius:12px;margin-bottom:20px}.product-tabs button{border-radius:8px;min-height:36px;padding:9px 14px;font-size:12px}.product-tabs button.active{box-shadow:var(--shadow-sm);background:var(--surface);color:var(--text)}.product-note{border-radius:12px;border:1px solid var(--border);padding:18px 24px;background:var(--surface-alt);font-size:13px}.product-detail-grid{grid-template-columns:minmax(0,1fr) 330px;gap:24px}.product-pre{font-size:14px}.product-list-row{padding:22px;gap:16px}.product-stack{border:1px solid var(--border);border-radius:14px;background:var(--surface);overflow:hidden}.product-list-row:last-child{border-bottom:0}.product-empty,.empty{border-radius:16px}.toolbar{padding:12px;background:var(--surface);border:1px solid var(--border);border-radius:12px;flex-wrap:wrap}.toolbar select{height:40px;width:auto;max-width:100%}.toolbar .search-inline{background:var(--surface-alt);border-radius:8px;min-height:40px}.toolbar .search-inline input{background:transparent}.scroll-x{border-radius:12px;border:1px solid var(--border);background:var(--surface)}th,td{padding:14px 16px;vertical-align:middle}thead th,.mk table th{font-size:10px;letter-spacing:.07em;text-transform:uppercase;padding:14px 16px;background:var(--surface-alt)}tbody tr{transition:background .12s}tbody tr:hover{background:var(--surface-alt)}td .muted{font-size:12px}.stat-box{padding:21px;background:var(--surface-alt);border:1px solid var(--border);border-radius:12px}.stat-box .v{font-family:var(--display);font-weight:600;font-size:29px}.stats{gap:14px}.section>h2{font-size:19px}.section{margin-top:32px;padding-top:32px}.mk-section{margin-top:46px}.mk-section>.mk-card-head{margin-bottom:22px}.mk-grid{gap:20px;grid-template-columns:repeat(auto-fill,minmax(min(100%,268px),1fr))}.entry{background:var(--surface);border:1px solid var(--border);border-radius:12px;margin-bottom:12px;padding:22px}.entry-title .title{font-family:var(--display);font-size:17px;font-weight:650;color:var(--text)}.entry-meta{margin-top:10px}.mk-empty{padding:24px;background:var(--surface-alt);border:1px dashed var(--border-strong)}.with-side{grid-template-columns:220px minmax(0,1fr);gap:28px}.side{padding:20px;background:var(--surface);border:1px solid var(--border);border-radius:15px;top:100px}.facet{border-bottom:1px solid var(--border);padding-bottom:20px;margin-bottom:18px}.facet h3{font-size:11px;letter-spacing:.06em;text-transform:uppercase;margin-bottom:10px}.facet .opt{padding:9px 11px;min-height:36px;border-radius:8px}.facet .opt.on{background:var(--accent-soft);color:var(--accent)}.facet .n{font-size:11px;background:var(--bg);padding:1px 6px;border-radius:4px}.shell-loading{min-height:80vh;display:flex;flex-direction:column;gap:12px;align-items:center;justify-content:center;color:var(--text-muted)}.shell-loading>svg{width:44px;height:44px;color:var(--accent);margin-bottom:12px}.shell-loading>strong{font:600 19px var(--display);color:var(--text)}.shell-loading>span{font-size:12px}.shell-loading-bar{width:160px;height:3px;border-radius:4px;background:var(--border);margin-top:18px;overflow:hidden}.shell-loading-bar:after{content:"";display:block;height:100%;width:45%;background:var(--accent);animation:loading-slide 1s ease-in-out infinite alternate}@keyframes loading-slide{to{transform:translate(125%)}}.catalog-filter-toggle{display:none}.listing-hero-measures{margin:0 34px 30px;padding-top:20px;border-top:1px solid var(--border);font-size:11px}.listing-anchor-nav~.mk-product [id]{scroll-margin-top:105px}.design-page-intro{display:flex;justify-content:space-between;align-items:center;gap:30px;margin:0 0 30px}.design-page-intro-copy{min-width:0}.design-page-intro h1{font-size:clamp(28px,3vw,40px);margin:7px 0 10px;letter-spacing:-.045em}.design-page-intro p{color:var(--text-muted);max-width:66ch;margin:0;font-size:14px}.design-page-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap;flex-shrink:0}.design-stat{border:1px solid var(--border);background:var(--surface);border-radius:16px;padding:22px 24px;min-width:0;box-shadow:var(--shadow-sm)}.design-stat-label{display:flex;justify-content:space-between;gap:15px;align-items:center;color:var(--text-muted);font-size:12px;font-weight:500}.design-stat-label svg{color:var(--accent)}.design-stat-value{font:600 34px/1.25 var(--display);letter-spacing:-.045em;margin-top:14px;font-variant-numeric:tabular-nums}.design-stat p{font-size:11px;color:var(--text-muted);margin:8px 0 0}.design-stat-dark,.design-stat-forest{background:var(--forest);color:#f1f6e9;border-color:var(--forest)}.design-stat-dark :is(p,.design-stat-label),.design-stat-forest :is(p,.design-stat-label){color:#b9cbb9}.design-stat-lime,.design-stat-citron{background:var(--citron);color:#233e24;border-color:transparent}.design-stat-lilac{background:var(--lilac)}.design-stat-blue{background:var(--blue)}.design-empty{padding:52px 28px;text-align:center;border:1px solid var(--border);border-radius:16px;background:var(--surface)}.design-empty-visual{display:flex;align-items:center;justify-content:center;gap:8px;margin:0 auto 24px;height:66px;color:var(--accent)}.design-empty-visual>svg{padding:17px;background:var(--accent-soft);width:66px;height:66px;border-radius:20px;box-sizing:content-box;transform:rotate(-7deg)}.design-empty-visual>span{height:48px;width:36px;background:var(--surface-alt);border:1px solid var(--border);border-radius:10px;transform:rotate(-12deg)}.design-empty-visual>span:last-child{transform:rotate(12deg)}.design-empty h2{font-size:21px;margin-top:30px}.design-empty p{max-width:52ch;margin:12px auto 24px;color:var(--text-muted);font-size:14px}.design-empty-actions{display:flex;justify-content:center;gap:10px;flex-wrap:wrap}.domain-art{position:relative;background:#e4edc8;overflow:hidden;border-radius:14px;isolation:isolate}.domain-art-legal{background:#e5e1f2}.domain-art-property{background:#dce9e5}.domain-art svg{width:100%;height:100%;display:block;object-fit:cover}.domain-art-compact{height:150px}.domain-art-compact svg{min-width:230px}.app-shell{min-height:100dvh}.shell-body{min-width:0}.shell-topbar{height:78px;display:flex;align-items:center;gap:28px;padding:0 38px;position:sticky;top:0;z-index:50;border-bottom:1px solid var(--border);background:color-mix(in srgb,var(--bg) 92%,transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.shell-brand{display:inline-flex;align-items:center;gap:9px;color:var(--text);text-decoration:none!important;flex:none;font:750 27px/1 var(--display);letter-spacing:-1.5px}.shell-brand>svg{width:30px;height:30px;color:var(--accent)}.brand-period{color:var(--accent)}.shell-public-links{display:flex;align-items:center;gap:7px;margin-left:24px}.shell-public-links>a{padding:9px 13px;font-size:13px;font-weight:500;color:var(--text-muted);border-radius:8px;text-decoration:none;white-space:nowrap}.shell-public-links>a.active{background:var(--surface);color:var(--text);box-shadow:var(--shadow-sm)}.shell-public-links>a:hover{color:var(--text);background:var(--surface-hover)}.shell-search{display:flex;gap:9px;align-items:center;max-width:265px;flex:1;margin-left:auto;padding:0 12px;color:var(--text-muted);border:1px solid var(--border);border-radius:8px;background:var(--surface);height:39px}.shell-search input{border:0;outline:none;box-shadow:none;background:transparent;padding:5px 0;min-width:0;min-height:32px!important;font-size:12px}.shell-search>span{font-size:12px;color:var(--text-faint)}.shell-top-actions{display:flex;gap:18px;align-items:center;margin-left:auto;flex:none}.shell-work-link{display:inline-flex;gap:12px;align-items:center;white-space:nowrap;color:var(--text);font-size:12px;font-weight:600}.shell-account{position:relative}.shell-account-toggle{display:flex;align-items:center;gap:9px;border:0;background:transparent;padding:2px;min-height:35px}.shell-user-avatar{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:var(--lilac);border:1px solid color-mix(in srgb,var(--border) 60%,var(--text));color:var(--text);font-size:12px;font-weight:700}.shell-account-chevron{font-size:14px;color:var(--text-muted)}.shell-account-panel{position:absolute;right:0;top:calc(100% + 16px);width:290px;background:var(--surface);border:1px solid var(--border);border-radius:16px;box-shadow:0 18px 64px #0e29152b;padding:12px;max-height:calc(100dvh - 100px);overflow:auto;z-index:80}.shell-account-panel nav{display:flex;flex-direction:column}.shell-account-panel nav a{display:flex;align-items:center;gap:12px;color:var(--text);padding:10px;border-radius:8px;font-size:12px;text-decoration:none}.shell-account-panel nav a:hover,.shell-account-panel nav a.active{background:var(--surface-hover)}.shell-account-info{padding:9px 10px 16px;margin-bottom:6px;border-bottom:1px solid var(--border);display:grid;gap:4px;overflow-wrap:anywhere}.shell-account-info strong{font-size:13px}.shell-account-info small{color:var(--text-muted);font-size:11px}.shell-theme,.shell-signout{display:flex;width:100%;justify-content:space-between;border:0;background:transparent;padding:12px 10px;border-radius:8px;font-size:12px}.shell-theme{border-top:1px solid var(--border);border-radius:0;margin-top:8px}.shell-theme span{color:var(--text-muted)}.shell-signout{color:var(--fail)}.shell-sidebar{position:fixed;inset:0 auto 0 0;width:234px;background:var(--forest-deep);color:#dbe9d9;z-index:65;padding:29px 17px 16px;display:flex;flex-direction:column;overflow:auto;scrollbar-color:#476250 transparent}.shell-sidebar .shell-brand{color:#f7f9f0;padding:0 10px;margin-bottom:28px}.shell-sidebar .shell-brand svg,.shell-sidebar .brand-period{color:var(--citron)}.shell-workspace-select{display:flex;align-items:center;gap:10px;padding:12px 10px;background:#ffffff08;border:1px solid #a7c7a622;border-radius:10px;color:#e7f0df;text-decoration:none!important;margin-bottom:18px}.shell-workspace-select>span:nth-child(2){min-width:0;flex:1}.shell-workspace-select strong{font-size:10px;display:block;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.shell-workspace-select small{font-size:9px;color:#a4bda6;display:block;margin-top:3px}.shell-org-avatar{border-radius:7px;background:#c7d9b8;color:#233e2c;font-size:13px;width:30px;height:32px;display:grid;place-items:center;flex:none}.shell-create{padding:10px 11px;background:var(--citron);color:#1a381f;display:flex;align-items:center;gap:9px;font-size:11px;font-weight:700;border-radius:8px;text-decoration:none!important;margin-bottom:10px}.shell-create>svg{margin-left:auto}.shell-create>span{font-size:20px;font-weight:400;line-height:1}.shell-sidebar nav{display:flex;flex-direction:column;gap:3px}.shell-nav-label{font-size:8px;letter-spacing:.15em;color:#9aae98;padding:22px 12px 7px;font-weight:600}.shell-sidebar nav a{display:flex;align-items:center;gap:12px;color:#b9cdbb;font-size:11px;padding:10px 11px;border-radius:8px;text-decoration:none;line-height:1.6}.shell-sidebar nav a svg{opacity:.8;width:16px;height:16px}.shell-sidebar nav a.active{background:#d7f57a16;color:#e2f4c0}.shell-sidebar nav a.active svg{color:var(--citron);opacity:1}.shell-sidebar nav a:hover{color:#fff;background:#ffffff08}.shell-nav-indicator{display:none;width:5px;height:5px;background:var(--citron);border-radius:50%;margin-left:auto}.shell-sidebar a.active .shell-nav-indicator{display:block}.shell-sidebar-bottom{margin:30px 0 12px;border:1px solid #a7c7a624;border-radius:12px;padding:16px 14px;background:radial-gradient(ellipse at top right,#bcdf7318,transparent 80%)}.shell-note-icon{color:#d7f57a;margin-bottom:11px}.shell-sidebar-bottom strong{font-size:11px;color:#e8f0df}.shell-sidebar-bottom p{font-size:10px;color:#9cb59c;line-height:1.7;margin:7px 0 16px}.shell-sidebar-bottom a{color:#d3edaa;display:flex;align-items:center;justify-content:space-between;font-size:10px;font-weight:500}.shell-support{display:flex;align-items:center;gap:9px;color:#aac4ab;font-size:11px;padding:12px 10px;margin-top:auto}.shell-support>svg:last-child{margin-left:auto}.is-workspace .shell-body{margin-left:234px}.is-workspace .shell-topbar{height:70px;padding:0 34px;background:var(--bg)}.shell-breadcrumb{display:flex;align-items:center;gap:16px;font-size:12px;min-width:0}.shell-breadcrumb strong{font-size:12px;font-weight:500}.shell-breadcrumb-root{color:var(--text-muted)}.shell-breadcrumb-divider{color:var(--border-strong)}.shell-icon-link{color:var(--text-muted);padding:7px;display:flex}.shell-mobile-toggle,.shell-backdrop{display:none}.shell-footer{display:flex;align-items:center;justify-content:space-between;gap:25px;border-top:1px solid var(--border);padding:34px 40px;font-size:11px;color:var(--text-muted)}.shell-footer .shell-brand{font-size:21px}.shell-footer .shell-brand svg{width:24px;height:24px}.shell-footer p{margin:12px 0 0;font-size:11px}.shell-footer nav{display:flex;gap:24px;flex-wrap:wrap}.shell-footer nav a{color:var(--text-muted);padding:8px 0}.is-workspace .shell-footer .shell-brand{display:none}.is-workspace .shell-footer{padding:22px 38px}.is-workspace .shell-footer p{margin:0}.is-workspace .page,.is-workspace .product-page,.is-workspace .mk{padding:32px 34px 60px}.is-workspace #main-content>nav.sub{top:70px}.is-public #main-content>nav.sub{top:78px}.pc{border-radius:17px;padding:20px;gap:15px;box-shadow:var(--shadow-sm);overflow:hidden}.pc:hover{transform:translateY(-3px);border-color:var(--border-strong);box-shadow:var(--shadow-md)}.pc-visual{margin:-20px -20px 3px;position:relative}.pc-visual .domain-art{border-radius:0;height:172px}.pc-visual-label{position:absolute;top:15px;left:15px;font-size:8px;letter-spacing:.1em;font-weight:700;border:1px solid #233d2426;color:#344a31;background:#ffffff65;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:5px 9px;border-radius:5px}.pc-visual-arrow{position:absolute;bottom:14px;right:14px;width:28px;height:28px;border-radius:50%;background:#ffffffad;color:#2f4431;display:grid;place-items:center}.pc-name{font-size:16px;line-height:1.4;font-family:var(--display)}.pc-line{font-size:11px;margin-top:5px}.pc-summary{font-size:12px;line-height:1.75;min-height:42px}.pc-foot{padding-top:16px;margin-top:auto}.pc-foot .v{font-size:15px;margin-top:4px}.pc-foot .k{font-size:9px;letter-spacing:.03em;text-transform:uppercase}.rating{flex-wrap:wrap;gap:7px}.rating .frac{font-size:10px;color:var(--text-muted);white-space:normal}.rating .seg{height:5px;width:14px}.rating .pct{font-size:13px}.scenario-card{border-radius:18px;box-shadow:var(--shadow-sm);transition:transform .2s,box-shadow .2s}.scenario-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:var(--border-strong)}.scenario-preview{padding:0;min-height:180px;position:relative;border-bottom:0}.scenario-preview .domain-art{height:200px;border-radius:0}.scenario-preview .preview-label{position:absolute;z-index:1;top:20px;left:22px;font-size:9px;letter-spacing:.09em;text-transform:uppercase;color:#3d533a}.scenario-body{padding:25px}.scenario-body h3{font-size:21px;letter-spacing:-.04em;margin:16px 0 10px}.scenario-body p{font-size:13px;line-height:1.8}.scenario-bottom{padding-top:20px;border-top:1px solid var(--border);font-size:10px}.scenario-bottom .small{font-size:10px}.scenario-bottom>span:last-child{font-weight:600;color:var(--accent)}.listing-brand-hero{display:grid;grid-template-columns:minmax(0,1fr) 300px;padding:0;overflow:hidden;align-items:stretch;margin-bottom:26px}.listing-brand-hero .mk-head{padding:38px 34px;align-items:center}.listing-brand-hero>.domain-art{border-radius:0;min-height:250px}.listing-brand-hero .mk-head h1{font-size:35px}.listing-brand-hero .mk-head .sub-1{font-size:14px!important}.listing-anchor-nav{display:flex;gap:22px;padding:15px 6px 20px;margin-bottom:24px;border-bottom:1px solid var(--border);font-size:12px}.listing-anchor-nav a{color:var(--text-muted)}.listing-anchor-nav a:first-child{color:var(--accent);font-weight:600}.mk-side{top:100px}.buybox{background:var(--forest);color:#f0f6e8;border:0;box-shadow:0 12px 32px #133c3126}.buybox :is(.muted,.k,.tiny,.price small){color:#bdd0bb}.buybox .button.primary{background:var(--citron);color:#20341b;border-color:var(--citron)}.buybox .button:not(.primary),.buybox button:not(.primary){background:transparent;color:#e1edda;border-color:#b8d0b23d}.buybox .price{font-size:34px}.buybox a:not(.button){color:#d3eab6}.catalog-hero{display:grid;grid-template-columns:1fr 310px;border:1px solid var(--border);background:var(--surface);border-radius:20px;overflow:hidden;margin-bottom:34px}.catalog-hero>div:first-child{padding:35px 40px}.catalog-hero h1{font-size:42px;margin:12px 0}.catalog-hero .domain-art{border-radius:0;height:100%;min-height:215px}.catalog-hero .catalog-hero-detail{display:flex;align-items:center;gap:12px;color:var(--text-muted);font-size:11px}.catalog-hero-detail>span{width:6px;height:6px;border-radius:50%;background:var(--pass)}.public-tasks-hero{background:var(--forest);border-radius:22px;padding:40px;color:#edf4e6;margin-bottom:30px;position:relative;overflow:hidden}.public-tasks-hero h1{font-size:44px;max-width:620px;margin:14px 0}.public-tasks-hero p{color:#bfd0bc;max-width:560px}.public-tasks-hero .design-eyebrow{color:var(--citron)}.task-list-controls{display:flex;justify-content:space-between;align-items:center;gap:14px;margin:0 0 22px}.task-list-controls .search-inline{max-width:400px;background:var(--surface);border-radius:10px;border:1px solid var(--border);padding:5px 12px}.task-list-controls input{border:0;box-shadow:none;background:transparent}.task-list-controls p{font-size:12px;color:var(--text-muted)}.public-task-card{display:grid;grid-template-columns:48px minmax(0,1fr) 150px;gap:22px;padding:26px;background:var(--surface);border:1px solid var(--border);border-radius:15px;margin-bottom:14px;align-items:start}.public-task-icon{display:grid;place-items:center;background:var(--accent-soft);color:var(--accent);border-radius:12px;width:48px;height:48px}.public-task-card h2{font-size:18px;margin:9px 0;color:var(--text)}.public-task-card h2 a{color:inherit}.public-task-card p{margin:0;color:var(--text-muted);font-size:12px}.public-task-meta{display:flex;flex-wrap:wrap;gap:16px;margin-top:17px;font-size:11px;color:var(--text-muted)}.public-task-aside{text-align:right}.public-task-aside strong{display:block;font-size:23px;font-family:var(--display)}.public-task-aside>span{font-size:10px;color:var(--text-muted)}.public-task-aside a{margin-top:18px;display:inline-flex;gap:10px;align-items:center;font-size:11px}.example-hero{display:grid;grid-template-columns:1fr 320px;border:1px solid var(--border);border-radius:20px;background:var(--surface);overflow:hidden;margin:24px 0 35px}.example-hero .product-heading{padding:34px;margin:0}.example-hero .domain-art{border-radius:0}.example-hero h1{font-size:38px}.example-page .product-document{min-height:440px}.help-hero{display:flex;align-items:center;justify-content:space-between;gap:35px}.help-hero .domain-art{width:300px;flex:none}.help-hero .product-heading{max-width:760px}.product-checklist{padding:0;list-style:none}.product-checklist li{position:relative;padding:14px 14px 14px 43px;background:var(--surface-alt);border-radius:9px;border:1px solid var(--border);font-size:13px}.product-checklist li:before{content:"✓";position:absolute;left:17px;color:var(--pass);font-weight:700}.product-grid>.product-panel .step-number{width:36px;height:36px;background:var(--accent-soft);border-radius:10px;display:grid;place-items:center;font-size:11px;font-weight:600}@media(min-width:1700px){.is-workspace .page,.is-workspace .mk,.is-workspace .product-page{padding-top:42px}}@media(max-width:1250px){.shell-public-links{margin-left:0;gap:0}.shell-topbar{gap:18px;padding-inline:26px}.shell-search{max-width:190px}.shell-public-links>a{padding:9px 10px;font-size:12px}.shell-work-link{font-size:11px}.is-workspace .shell-search{display:none}.is-workspace .shell-footer>span{display:none}.is-workspace .page,.is-workspace .mk,.is-workspace .product-page{padding-inline:26px}.listing-brand-hero{grid-template-columns:minmax(0,1fr) 240px}.product-detail-grid{grid-template-columns:minmax(0,1fr) 290px}.design-page-actions{flex-shrink:1}}@media(max-width:1050px){.is-public .shell-search{display:none}.shell-top-actions{gap:14px}.shell-sidebar{width:212px;padding-inline:13px}.is-workspace .shell-body{margin-left:212px}.is-workspace .shell-topbar{padding-inline:26px}.shell-workspace-select{padding-inline:8px}.is-workspace .product-detail-grid{grid-template-columns:1fr}.listing-brand-hero{grid-template-columns:1fr 200px}.listing-brand-hero .mk-head{padding:28px}.product-detail-grid{grid-template-columns:minmax(0,1fr) 280px}.catalog-hero{grid-template-columns:1fr 230px}.catalog-hero>div:first-child{padding:28px}.catalog-hero h1{font-size:35px}.design-page-intro{align-items:flex-start;gap:18px}.design-stat{padding:20px}}@media(max-width:850px){.shell-sidebar{display:none;width:234px;top:70px}.shell-sidebar.is-open{display:flex}.is-workspace .shell-body{margin-left:0}.shell-mobile-toggle{display:inline-flex;padding:6px;border:0;background:transparent}.shell-backdrop{display:block;position:fixed;top:70px;right:0;bottom:0;left:0;background:#061a1199;z-index:60;border:0;border-radius:0;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.shell-breadcrumb{gap:12px}.shell-breadcrumb-root,.shell-breadcrumb-divider{display:none}.is-workspace .shell-topbar{height:70px}.shell-footer{flex-wrap:wrap}.shell-footer>div{flex-basis:100%}.shell-footer>span{margin-left:auto}.is-workspace .shell-footer>div{display:none}.page,.mk,.product-page{padding:30px 24px 48px}.product-detail-grid{grid-template-columns:1fr}.product-side,.mk-side{position:static}.with-side{grid-template-columns:180px minmax(0,1fr);gap:20px}.side{padding:16px}.mk-product{grid-template-columns:1fr}.mk-product>.mk-side{display:grid;grid-template-columns:1fr 1fr}.example-hero{grid-template-columns:1fr 240px}.help-hero .domain-art{width:210px}.product-grid{gap:16px}.product-section-head h2{font-size:27px}}@media(max-width:640px){.shell-topbar{height:66px;padding-inline:18px;gap:14px}.shell-public-links{display:none}.shell-brand{font-size:24px}.shell-brand>svg{width:26px;height:26px}.shell-work-link{font-size:10px;gap:7px}.shell-top-actions{gap:12px}.shell-account-toggle{gap:3px}.shell-account-panel{right:0;width:min(290px,calc(100vw - 28px))}.page,.mk,.product-page,.is-workspace .page,.is-workspace .mk,.is-workspace .product-page{padding:26px 18px 44px}.page-head h1,.mk h1{font-size:30px}.design-page-intro{flex-direction:column;margin-bottom:25px}.design-page-intro h1{font-size:30px}.design-page-intro p{font-size:13px}.design-page-actions{width:100%}.design-page-actions .button{font-size:12px}.design-stat-value{font-size:29px}.design-stat{padding:18px}.panel,.mk-card,.product-document,.product-panel,.product-side{padding:22px}.panel.flush{padding:0}.panel-head,.panel-body{padding:18px}.product-section-head{gap:16px}.product-heading h1{font-size:32px}.product-heading>p{font-size:14px}.product-grid,.with-side{grid-template-columns:1fr}.side{position:static;display:grid;grid-template-columns:1fr 1fr;gap:14px;border-radius:12px}.facet{margin-bottom:0;padding-bottom:10px}.facet .opt{font-size:11px;min-height:32px;padding:7px}.facet:nth-of-type(n+4){display:none}.side.side-expanded .facet{display:block}.facet h3{font-size:9px}.catalog-filter-toggle{grid-column:1/-1}.catalog-hero{grid-template-columns:1fr 105px;border-radius:16px;margin-bottom:22px}.catalog-hero>div:first-child{padding:25px 20px}.catalog-hero h1{font-size:30px}.catalog-hero .domain-art{min-height:220px}.catalog-hero .domain-art svg{width:250px;max-width:none;margin-left:-74px}.catalog-hero-detail{font-size:10px!important}.catalog-hero p{font-size:12px}.toolbar{gap:8px}.toolbar .grow{flex-basis:100%}.toolbar select{flex:1;font-size:11px}.listing-brand-hero{display:flex;flex-direction:column;padding:0}.listing-brand-hero>.domain-art{height:155px;min-height:0;order:-1}.listing-brand-hero>.domain-art svg{max-height:200px}.listing-brand-hero .mk-head{padding:24px;gap:15px}.listing-brand-hero .mk-head h1{font-size:28px}.listing-brand-hero .mk-head .avatar{width:48px!important;height:48px!important;font-size:15px}.listing-anchor-nav{gap:17px;overflow:auto;white-space:nowrap;font-size:11px}.mk-product>.mk-side{display:flex}.public-tasks-hero{padding:28px;border-radius:16px}.public-tasks-hero h1{font-size:32px}.public-task-card{grid-template-columns:38px minmax(0,1fr);gap:15px;padding:21px}.public-task-icon{width:38px;height:38px;border-radius:9px}.public-task-card h2{font-size:16px}.public-task-aside{grid-column:2;display:flex;gap:8px;align-items:center;text-align:left;border-top:1px solid var(--border);padding-top:15px}.public-task-aside strong{font-size:15px}.public-task-aside a{margin:0 0 0 auto}.public-task-meta{font-size:10px;gap:12px}.task-list-controls{flex-wrap:wrap}.task-list-controls .search-inline{max-width:none;width:100%}.task-list-controls p{margin:0}.example-hero{display:flex;flex-direction:column;margin:20px 0}.example-hero .product-heading{padding:26px}.example-hero .domain-art{height:160px;order:-1}.example-hero h1{font-size:30px}.example-page .product-document{min-height:300px}.help-hero .domain-art{display:none}.shell-footer{padding:28px 22px;gap:20px}.shell-footer nav{gap:15px;font-size:10px}.shell-footer>span{font-size:10px}.is-workspace .shell-footer{padding:22px}.product-tabs button{font-size:11px;padding:8px 11px}.shell-breadcrumb strong{font-size:12px}.is-workspace .shell-topbar{padding-inline:17px}.stats{grid-template-columns:repeat(2,minmax(0,1fr))}.stat-box{padding:16px}.stat-box .v{font-size:24px}.stat-box .k{font-size:11px}.shell-topbar :is(a,button):focus-visible{outline-offset:3px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation:none!important;transition:none!important}.pc:hover,.scenario-card:hover{transform:none}}@media(max-width:640px){.catalog-filter-toggle{display:block}.listing-hero-measures{margin-inline:24px;margin-bottom:24px}.is-public #main-content>nav.sub{top:66px}}.with-side>*{min-width:0}.catalog-facets{min-width:0}.catalog-facets>.facet{min-width:0}.facet .opt{max-width:100%;min-width:0}.facet .opt .truncate{min-width:0;flex:1;text-align:left}.shell-sidebar nav a{font-size:12px}.shell-nav-label{font-size:9px}.shell-workspace-select strong{font-size:11px}.shell-workspace-select small{font-size:10px}.shell-sidebar-bottom p{font-size:11px}.design-stat-lime :is(p,.design-stat-label),.design-stat-citron :is(p,.design-stat-label){color:#485b32}.catalog-filter-toggle>span:first-child{display:flex;gap:10px;align-items:center}@media(max-width:640px){.with-side{grid-template-columns:minmax(0,1fr)}.side{display:block;padding:0}.catalog-filter-toggle{display:flex;width:100%;align-items:center;justify-content:space-between;padding:15px 17px;background:var(--surface);border:0;border-radius:12px;font-size:12px}.catalog-facets{display:none}.side.side-expanded .catalog-facets{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 12px;max-height:420px;overflow:auto;padding:17px;border-top:1px solid var(--border)}.side .catalog-facets .facet:nth-of-type(n){display:block}.facet .opt{font-size:10px}.side .catalog-facets>.ghost{align-self:end;font-size:10px}.catalog-hero{grid-template-columns:minmax(0,1fr) 95px}.catalog-hero>div:first-child{min-width:0}}.official-agent-logo{width:46px;height:46px;display:grid;place-items:center;border-radius:12px;background:#e7efd5;color:#285439;border:1px solid #cddcb5;flex:none}.official-agent-logo>svg{width:27px;height:27px}.official-agent-logo.lg{width:72px;height:72px;border-radius:18px}.official-agent-logo.lg>svg{width:43px;height:43px}.design-stat-lime .design-stat-label>svg,.design-stat-citron .design-stat-label>svg{color:#486232}.product-detail-grid>*{min-width:0}.product-detail-grid .product-tabs{max-width:100%}.product-detail-grid .product-tabs button{flex:none}.product-tabs[role=tablist] button:focus-visible{outline-offset:-2px}
