:root{--bg:#f5f7f3;--canvas:#f5f7f3;--surface:#fff;--surface-2:#e7f4ef;--ink:#15211b;--muted:#5d6b63;--line:#d7ded8;--accent:#0f7c66;--brand:#0f7c66;--brand-soft:#e7f4ef;--warning:#9a6700;--warning-soft:#fff3cd;--risk:#b5472c;--error:#b42318;--accent-2:#b5472c;--dark:#10221d;--dark-2:#18352e;--white:#fff;--shadow:0 18px 42px #1b2d261a;--radius:8px}*{box-sizing:border-box}html{scroll-behavior:smooth;width:100%;overflow-x:hidden}body{width:100%;min-width:0;color:var(--ink);background:var(--bg);letter-spacing:0;margin:0;font-family:IBM Plex Sans,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;font-size:16px;line-height:1.5;overflow-x:hidden}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.56}:where(a,button,input,select,textarea,[tabindex]):focus-visible{outline:2px solid var(--brand);outline-offset:2px}img{max-width:100%;display:block}.button{border-radius:var(--radius);border:1px solid #0000;justify-content:center;align-items:center;gap:.5rem;min-height:2.75rem;padding:.75rem 1rem;font-size:.92rem;font-weight:700;line-height:1;transition:transform .16s,border-color .16s,background .16s;display:inline-flex}.button:hover{transform:translateY(-1px)}.button.primary{background:var(--accent);color:var(--white)}.button.secondary,.button.ghost{background:var(--surface);border-color:var(--line);color:var(--ink)}.button.full-width{width:100%}.text-link{color:var(--accent);font-weight:700}.entry-page,.auth-page{place-items:center;min-height:100svh;padding:1rem;display:grid}.entry-hero{grid-template-columns:1fr;align-items:stretch;gap:1rem;width:min(72rem,100%);display:grid}.entry-hero>div:first-child,.entry-panel,.auth-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.entry-hero>div:first-child{padding:clamp(2rem,6vw,4.5rem)}.system-label{color:var(--accent);text-transform:uppercase;margin:0 0 1.5rem;font-size:.8rem;font-weight:800}.entry-hero h1{letter-spacing:0;max-width:12ch;margin:0;font-size:clamp(2.3rem,8vw,5.8rem);line-height:.96}.entry-hero p{max-width:40rem;color:var(--muted);font-size:1.05rem;line-height:1.8}.entry-actions{flex-wrap:wrap;gap:.75rem;margin-top:1.75rem;display:flex}.entry-panel{padding:1.5rem}.entry-panel h2,.panel h2,.auth-card h1{margin:0}.entry-panel ul{color:var(--muted);gap:.75rem;padding-left:1.2rem;line-height:1.6;display:grid}.auth-card{gap:1rem;width:min(29rem,100%);padding:clamp(1.25rem,5vw,2rem);display:grid}.auth-card p{color:var(--muted);margin:0;line-height:1.6}label{gap:.45rem;display:grid}label span{color:var(--muted);font-size:.82rem;font-weight:800}input,select,textarea{border:1px solid var(--line);border-radius:var(--radius);background:var(--white);width:100%;min-width:0;color:var(--ink);outline:none;min-height:2.75rem;padding:.78rem .85rem}textarea{resize:vertical}input:focus,select:focus,textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px #0f7c6624}.form-error,.form-status.error{color:#a03124}.form-status{min-height:1.5rem;color:var(--muted);align-items:center;font-size:.84rem;font-weight:700;display:inline-flex}.form-status.success{color:var(--accent)}.app-shell{grid-template-columns:1fr;min-height:100svh;display:grid}.sidebar{z-index:20;border-bottom:1px solid var(--line);background:#fffffff0;flex-wrap:wrap;align-items:center;gap:.5rem;padding:.65rem;display:flex;position:sticky;top:0;overflow-x:clip}.side-brand{flex:none;align-items:center;gap:.6rem;padding:.4rem;display:inline-flex}.side-brand span{border-radius:var(--radius);background:var(--dark);width:2rem;height:2rem;color:var(--white);place-items:center;font-size:.8rem;font-weight:900;display:grid}.side-brand strong{display:none}.sidebar nav{flex-wrap:wrap;gap:.35rem;display:flex}.sidebar nav a,.side-logout{border-radius:var(--radius);min-height:2.5rem;color:var(--muted);white-space:nowrap;background:0 0;border:1px solid #0000;align-items:center;gap:.55rem;padding:.6rem .7rem;display:inline-flex}.sidebar nav a.active{background:var(--surface-2);color:var(--ink)}.side-logout{margin-left:0}.main-shell{min-width:0}.topbar{border-bottom:1px solid var(--line);background:var(--surface);justify-content:space-between;align-items:center;gap:1rem;padding:.9rem 1rem;display:flex}.topbar>div:first-child,.user-chip div{gap:.15rem;display:grid}.topbar span,.topbar small{color:var(--muted);font-size:.78rem}.user-chip{align-items:center;gap:.7rem;display:inline-flex}.user-chip>span{background:var(--accent-2);width:2.25rem;height:2.25rem;color:var(--white);border-radius:50%;place-items:center;font-weight:900;display:grid}.workspace{width:min(78rem,100%);margin:0 auto;padding:1rem}.page-head{align-items:end;gap:1rem;margin:0 0 1rem;display:grid}.page-head h1{letter-spacing:0;margin:0;font-size:2rem}.page-head p,.muted{color:var(--muted);line-height:1.65}.metric-grid,.content-grid,.form-grid,.preview-grid,.spec-list{grid-template-columns:1fr;gap:1rem;display:grid}.metric-card,.panel,.preview-row,.lead-table article,.conversation-list article{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:0 10px 26px #1b2d260f}.metric-card{padding:1.2rem}.metric-card strong{font-size:2rem;display:block}.metric-grid article{border:1px solid var(--line);border-radius:var(--radius);background:#fbfcfa;min-width:0;padding:.85rem}.metric-grid article strong{margin-top:.2rem;font-size:1.4rem;display:block}.metric-card span,.metric-grid article span,.table-row small,.product-row span,.detail-list dt,.preview-row small{color:var(--muted);font-size:.84rem}.panel{min-width:0;padding:1rem}.panel-head{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.panel-head a{color:var(--accent);font-weight:800}.table-list,.compact-list,.timeline,.conversation-list,.lead-table,.detail-list{gap:.75rem;display:grid}.table-row,.product-row{border:1px solid var(--line);border-radius:var(--radius);background:#fbfcfa;gap:.45rem;min-width:0;padding:.9rem;display:grid}.table-row span,.product-row h2{font-weight:800}.product-row p{color:var(--muted);margin:.35rem 0 0;line-height:1.55}.row-actions,.inline-action{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.premium-generate-panel{gap:1rem;min-width:0;display:grid}.merchant-builder-hero,.merchant-launch-panel{border-radius:var(--radius);background:linear-gradient(135deg,#fff 0%,#f2f8f3 100%);border:1px solid #0f7c6633;gap:1rem;min-width:0;padding:1rem;display:grid}.premium-generate-head{flex-wrap:wrap;justify-content:space-between;align-items:start;gap:1rem;display:flex}.merchant-builder-hero{align-items:start}.merchant-builder-hero h2,.merchant-launch-panel h2,.premium-generate-head h2{letter-spacing:0;margin:0}.merchant-builder-hero p,.merchant-launch-panel p,.premium-generate-head p,.premium-generate-result p{max-width:52rem;color:var(--muted);margin:.3rem 0 0;line-height:1.5}.merchant-stepper,.merchant-launch-steps,.merchant-readiness-grid,.merchant-status-grid,.merchant-choice-panel,.origin-panel{gap:.65rem;min-width:0;display:grid}.merchant-stepper{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:.9rem}.merchant-stepper span,.merchant-launch-steps article,.readiness-card,.merchant-status,.status-line{border:1px solid var(--line);border-radius:var(--radius);background:#ffffffb8;min-width:0;padding:.75rem}.merchant-stepper span{color:var(--muted);align-items:center;gap:.5rem;font-size:.8rem;font-weight:800;display:flex}.merchant-stepper b,.merchant-launch-steps b{background:var(--surface-2);width:1.55rem;height:1.55rem;color:var(--muted);border-radius:50%;flex:none;place-items:center;font-size:.72rem;display:grid}.merchant-stepper .done b,.merchant-stepper .active b,.merchant-launch-steps b{background:var(--accent);color:var(--white)}.merchant-stepper .active{color:var(--ink);background:#eef8f3;border-color:#0f7c6652}.merchant-stepper .blocked{color:#8d2e25;background:#fff4f1;border-color:#b72d2d47}.merchant-readiness-grid,.merchant-status-grid{grid-template-columns:1fr}.merchant-choice-panel{border:1px solid var(--line);border-radius:var(--radius);background:#fbfcfa;padding:.9rem}.merchant-choice-panel h3{margin:0 0 .65rem;font-size:.98rem}.choice-grid{grid-template-columns:1fr;gap:.5rem;display:grid}.choice-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.5rem;padding:.65rem;display:flex}.choice-card input{width:1rem;min-height:auto;accent-color:var(--accent)}.choice-card span{color:var(--ink);font-size:.84rem;font-weight:800}.visual-direction-field{min-width:0}.readiness-card,.merchant-status,.status-line{gap:.25rem;display:grid}.readiness-card span,.merchant-status span,.status-line span{color:var(--muted);font-size:.76rem;font-weight:900}.readiness-card strong,.merchant-status strong,.status-line strong{overflow-wrap:anywhere}.readiness-card p,.origin-panel p{color:var(--muted);margin:0;line-height:1.5}.readiness-card.good,.merchant-status.good,.status-line.good{background:#eef8f3;border-color:#0f7c6647}.readiness-card.warn,.merchant-status.warn,.status-line.warn{background:#fff8ea;border-color:#be720a47}.readiness-card.bad,.merchant-status.bad,.status-line.bad{background:#fff0f0;border-color:#b72d2d47}.merchant-launch-steps{grid-template-columns:1fr}.merchant-launch-steps article{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.2rem .65rem;display:grid}.merchant-launch-steps span{color:var(--muted);grid-column:2;font-size:.82rem}.premium-generate-result{border:1px solid var(--line);border-radius:var(--radius);background:#fbfcfa;gap:.85rem;min-width:0;padding:.9rem;display:grid}.generation-progress-card,.advanced-details{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);min-width:0;padding:.85rem}.progress-line{justify-content:space-between;align-items:center;gap:1rem;display:flex}.progress-track{background:var(--surface-2);border-radius:999px;height:.55rem;margin-top:.7rem;overflow:hidden}.progress-track span{border-radius:inherit;background:var(--accent);height:100%;transition:width .18s;display:block}.image-task-matrix{grid-template-columns:repeat(auto-fill,minmax(8rem,1fr));gap:.45rem;margin-top:.75rem;display:grid}.image-task-pill{border:1px solid var(--line);background:#f7f8f5;border-radius:.45rem;gap:.15rem;min-width:0;padding:.45rem .55rem;display:grid}.image-task-pill b,.image-task-pill small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.image-task-pill.succeeded{background:#eef8f3;border-color:#1f6f4f3d}.image-task-pill.failed{background:#fff0f0;border-color:#b72d2d47}.image-task-pill.running,.image-task-pill.queued{background:#fff8ea;border-color:#be720a47}.advanced-details summary{cursor:pointer;color:var(--muted);font-weight:900}.advanced-details .metric-grid{margin-top:.8rem}.origin-panel{gap:.75rem}.tag-list{flex-wrap:wrap;gap:.5rem;margin-top:1rem;display:flex}.tag-list span,.status-badge{border:1px solid var(--line);background:var(--surface-2);color:var(--muted);border-radius:999px;padding:.4rem .65rem;font-size:.78rem;font-weight:800}.compact-list article,.timeline article{border-left:3px solid var(--accent);padding-left:.85rem}.compact-list p,.timeline p,.conversation-list p{color:var(--muted);margin:.35rem 0 0;line-height:1.55}.panel-form,.ai-console,.filter-bar,.lead-update-form{gap:1rem;display:grid}.filter-bar,.lead-update-form{grid-template-columns:1fr}.insight-layout{grid-template-columns:1fr;gap:1rem;margin-top:1rem;display:grid}.insight-layout h3{margin:0 0 .75rem;font-size:1rem}.lead-table details{border:1px solid var(--line);border-radius:var(--radius);background:#fbfcfa;padding:.75rem}.lead-table summary{cursor:pointer;font-weight:800}.lead-table pre{white-space:pre-wrap;overflow-wrap:anywhere;max-width:100%;overflow:auto}.span-2{grid-column:auto}.conversation-list article,.lead-table article,.preview-row{padding:1rem}.conversation-list b{color:var(--accent);margin-right:.5rem;display:inline-flex}.lead-table article{gap:.6rem;display:grid}.lead-table strong{display:block}.lead-table span,.lead-table small{color:var(--muted)}.detail-list{margin:0}.detail-list div{border-bottom:1px solid var(--line);gap:.25rem;padding:.75rem 0;display:grid}.detail-list div:last-child{border-bottom:0}.detail-list dd{margin:0;font-weight:800}.landing-preview{background:var(--bg);width:100%;min-width:0}.landing-nav{z-index:10;color:var(--white);background:#10221df2;border-bottom:1px solid #ffffff1f;justify-content:space-between;align-items:center;gap:1rem;padding:.75rem 1rem;display:flex;position:sticky;top:0}.landing-nav nav{color:#ffffffb8;gap:1rem;font-size:.88rem;font-weight:700;display:none}.language-switcher{flex-wrap:wrap;justify-content:flex-end;gap:.45rem;min-width:0;display:flex}.landing-hero{background:var(--dark);width:100%;min-height:92svh;color:var(--white);grid-template-columns:1fr;align-items:center;gap:1rem;padding:2rem 1rem 1rem;display:grid}.landing-copy{gap:1rem;min-width:0;display:grid}.landing-copy p{color:#ffffffa8;text-transform:uppercase;margin:0;font-size:.86rem;font-weight:800}.landing-copy h1,.landing-copy .preview-hero-title{letter-spacing:0;overflow-wrap:anywhere;max-width:11ch;margin:0;font-size:clamp(2.3rem,12vw,5.8rem);line-height:.96}.landing-copy>span{color:#ffffffc7;overflow-wrap:anywhere;max-width:42rem;font-size:1rem;line-height:1.75}.landing-actions,.landing-proof{flex-wrap:wrap;gap:.75rem;display:flex}.landing-proof b{border-radius:var(--radius);color:#ffffffdb;border:1px solid #ffffff29;padding:.7rem;font-size:.85rem}.landing-hero img{border-radius:var(--radius);justify-self:center;width:min(34rem,100%);box-shadow:0 30px 70px #00000042}.landing-section{padding:clamp(2.5rem,8vw,5rem) 1rem}.landing-section.dark{background:var(--dark-2);color:var(--white)}.landing-section.dark .section-title small,.landing-section.dark .section-title h2,.landing-section.dark .solution-list p{color:var(--white)}.section-title{width:min(64rem,100%);margin:0 auto 1.5rem}.section-title small{color:var(--accent);font-weight:900}.section-title h2{letter-spacing:0;max-width:18ch;margin:.5rem 0 0;font-size:clamp(1.7rem,6vw,3.6rem);line-height:1.05}.preview-grid,.solution-list,.evidence-list,.spec-list,.landing-form{width:min(64rem,100%);margin:0 auto}.preview-grid article{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);min-width:0;padding:1rem}.preview-grid h3{margin:0 0 .5rem}.preview-grid p,.evidence-list p{color:var(--muted);line-height:1.7}.solution-list{gap:.75rem;display:grid}.solution-list div{border-radius:var(--radius);border:1px solid #ffffff1f;grid-template-columns:auto 1fr;align-items:start;gap:.75rem;padding:1rem;display:grid}.solution-list span{color:#94d9ca;font-weight:900}.solution-list p{margin:0;line-height:1.7}.evidence-list{gap:.75rem;display:grid}.evidence-list p{border-left:3px solid var(--accent);margin:0;padding-left:.8rem}.spec-list{margin-top:1.5rem}.spec-list article{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);padding:1rem}.spec-list strong{font-size:1.4rem;display:block}.spec-list span{color:var(--muted)}.lead-band{background:var(--surface-2)}.landing-form{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow);grid-template-columns:1fr;gap:.9rem;padding:1rem;display:grid}.json-block{border:1px solid var(--line);border-radius:var(--radius);color:#e8fff7;white-space:pre-wrap;overflow-wrap:anywhere;background:#0e1d18;max-width:100%;padding:1rem;font-size:.82rem;line-height:1.55;overflow:auto}.floating-cta{z-index:20;border-radius:var(--radius);background:var(--accent-2);max-width:calc(100vw - 2rem);color:var(--white);box-shadow:var(--shadow);padding:.85rem 1rem;font-weight:900;position:fixed;bottom:1rem;right:1rem}.back-top{z-index:20;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);width:2.75rem;height:2.75rem;color:var(--ink);box-shadow:var(--shadow);justify-content:center;align-items:center;font-weight:900;display:inline-flex;position:fixed;bottom:4.5rem;right:1rem}.public-chat-widget{inset-inline-end:1rem;z-index:60;color:#101317;flex-direction:column;align-items:flex-end;gap:.75rem;max-width:calc(100vw - 2rem);font-family:inherit;display:flex;position:fixed;bottom:5.35rem}.public-chat-widget[dir=rtl]{align-items:flex-start;inset-inline:auto 1rem}.public-chat-widget.is-inline{align-items:flex-end;width:min(74rem,100% - 2rem);max-width:none;margin:0 auto 2rem;position:static;inset:auto}.public-chat-widget.is-inline[dir=rtl]{align-items:flex-start;inset:auto}.public-chat-widget.is-inline .public-chat-launcher{order:-1}.public-chat-widget.is-inline .public-chat-panel{contain:layout paint style}.public-chat-launcher,.public-chat-compose button,.public-chat-icon-button,.public-chat-lead button{min-width:44px;min-height:44px;font:inherit;cursor:pointer;border:0}.public-chat-launcher{color:#fff;background:#101317;border-radius:8px;align-items:center;gap:.5rem;max-width:calc(100vw - 2rem);padding:0 1rem;font-weight:780;display:inline-flex;box-shadow:0 18px 52px #10131638}.public-chat-panel{background:#fffffffa;border:1px solid #10131624;border-radius:8px;width:min(23rem,100vw - 2rem);max-height:min(43rem,100vh - 8.5rem);display:grid;overflow:hidden;box-shadow:0 24px 80px #10131633}.public-chat-header{border-bottom:1px solid #1013161a;justify-content:space-between;align-items:flex-start;gap:.75rem;padding:.875rem;display:flex}.public-chat-header p,.public-chat-lead p,.public-chat-message p,.public-chat-empty{margin:0}.public-chat-header p{font-weight:820}.public-chat-header small,.public-chat-citations small,.public-chat-citations span,.public-chat-lead-notice{color:#5b626e;font-size:.78rem;line-height:1.35}.public-chat-icon-button{color:#101317;background:#f0f2f5;border-radius:8px;flex:none;justify-content:center;align-items:center;display:inline-flex}.public-chat-messages{align-content:start;gap:.625rem;min-height:9rem;max-height:17rem;padding:.875rem;display:grid;overflow:auto}.public-chat-empty{color:#5b626e;font-size:.95rem}.public-chat-message{border-radius:8px;width:fit-content;max-width:92%;padding:.75rem;font-size:.93rem;line-height:1.45}.public-chat-message.user{color:#fff;background:#101317;justify-self:end}.public-chat-message.assistant{background:#f4f6f8;justify-self:start}.public-chat-citations{flex-wrap:wrap;gap:.35rem;margin-top:.5rem;display:flex}.public-chat-citations small{background:#fff;border:1px solid #1013161f;border-radius:6px;padding:.15rem .35rem}.public-chat-compose,.public-chat-lead{border-top:1px solid #1013161a;padding:.75rem}.public-chat-compose{grid-template-columns:1fr 44px;gap:.5rem;display:grid}.public-chat-compose input,.public-chat-lead input,.public-chat-lead textarea{color:#101317;width:100%;min-height:44px;font:inherit;background:#fff;border:1px solid #10131629;border-radius:8px;padding:.65rem .75rem;font-size:1rem}.public-chat-compose button,.public-chat-lead button{color:#fff;background:#2557d6;border-radius:8px;justify-content:center;align-items:center;font-weight:780;display:inline-flex}.public-chat-compose button:disabled,.public-chat-lead button:disabled{cursor:not-allowed;opacity:.52}.public-chat-lead{gap:.5rem;display:grid}.public-chat-lead-grid{grid-template-columns:1fr;gap:.5rem;display:grid}.public-chat-lead textarea{resize:vertical}[dir=rtl] .public-chat-message.user{justify-self:start}[dir=rtl] .public-chat-message.assistant{justify-self:end}@media (min-width:640px){.public-chat-widget{bottom:5.75rem}.public-chat-lead-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:430px){.premium-flyer.fresh-skill-flyer{--sx-sticky-clear:calc(var(--sx-sticky-gap) + 204px)}.public-chat-widget{inset-inline:.75rem;max-width:calc(100vw - 1.5rem);bottom:8rem}.public-chat-widget[dir=rtl]{inset-inline:.75rem}.public-chat-widget.is-inline,.public-chat-widget.is-inline[dir=rtl]{width:calc(100% - 1.5rem);max-width:none;margin:0 auto 1.5rem;inset:auto}.public-chat-panel{width:100%;max-height:min(36rem,100vh - 7.75rem)}.public-chat-messages{max-height:12.5rem}.public-chat-launcher span{display:none}.public-chat-widget.is-inline .public-chat-launcher span{display:inline}.public-chat-launcher{justify-content:center;width:44px;padding:0}.public-chat-widget.is-inline .public-chat-launcher{width:auto;padding:0 1rem}}.light-list div{border-color:var(--line);background:var(--surface)}.light-list span{color:var(--accent)}.light-list p{color:var(--ink)}.builder-shell{gap:1rem;display:grid}.builder-topbar,.builder-ai,.builder-rail,.builder-inspector,.builder-preview-wrap{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);min-width:0;box-shadow:0 10px 26px #1b2d260f}.builder-topbar{gap:1rem;padding:1rem;display:grid}.builder-topbar h1{letter-spacing:0;margin:0;font-size:2rem}.builder-topbar p,.builder-ai p,.source-brief p,.guardrail-box p{color:var(--muted);margin:.35rem 0 0;line-height:1.55}.builder-actions{grid-template-columns:1fr;align-items:end;gap:.6rem;display:grid}.builder-actions label{min-width:0}.builder-grid{grid-template-columns:1fr;grid-template-areas:"rail""inspector""preview";align-items:start;gap:1rem;display:grid}.builder-rail,.builder-inspector,.builder-ai{padding:1rem}.builder-rail{grid-area:rail}.builder-inspector{grid-area:inspector}.builder-preview-wrap{grid-area:preview}.builder-section-head{justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.85rem;display:flex}.builder-section-head span,.source-brief small,.builder-status{color:var(--muted);font-size:.82rem;font-weight:800}.module-list,.inspector-fields{gap:.7rem;display:grid}.module-list article{border:1px solid var(--line);border-radius:var(--radius);background:#fbfcfa;grid-template-columns:minmax(0,1fr) auto;align-items:stretch;gap:.45rem;padding:.45rem;display:grid}.module-list article.active{border-color:var(--accent);box-shadow:0 0 0 3px #0f7c661f}.module-list article>button{min-width:0;color:inherit;text-align:left;background:0 0;border:0;grid-template-columns:auto minmax(0,1fr);gap:.2rem .55rem;padding:.35rem;display:grid}.module-list article>button span{color:var(--accent);font-weight:900}.module-list article>button strong,.module-list article>button small{overflow-wrap:anywhere;min-width:0}.module-list article>button small{color:var(--muted);grid-column:2;font-size:.78rem}.module-move{gap:.25rem;display:grid}.module-move button,.micro-button{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);color:var(--ink);font-size:.82rem;font-weight:800}.module-move button{justify-content:center;align-items:center;width:2.75rem;min-height:2.75rem;display:inline-flex}.module-move button:disabled{cursor:not-allowed;opacity:.42}.source-brief,.guardrail-box{border-left:3px solid var(--accent);margin-top:1rem;padding-left:.8rem}.builder-preview-wrap{contain:layout paint;background:var(--bg);position:relative;overflow:hidden}.builder-preview{border-radius:var(--radius);min-height:36rem;max-height:78svh;position:relative;overflow:auto}.builder-preview .landing-hero{grid-template-columns:1fr;min-height:35rem;padding:2rem 1rem 1rem}.builder-preview .landing-copy .preview-hero-title{max-width:12ch;font-size:2.25rem}.builder-preview .floating-cta{display:none}.builder-actions .button,.builder-ai>.button,.builder-result .button{min-height:3rem}.builder-preview .landing-hero img{width:min(22rem,100%)}.builder-preview [data-module-id]{outline-offset:-1px;outline:1px solid #0f7c6614}.builder-preview .language-switcher a{justify-content:center;align-items:center;min-width:44px;min-height:44px;display:inline-flex}.builder-preview .landing-nav nav a{justify-content:center;align-items:center;min-width:44px;min-height:44px;padding-inline:7px;display:inline-flex}.builder-proof-strip{background:var(--surface);flex-wrap:wrap;gap:.75rem;padding:1rem;display:flex}.builder-proof-strip b{border:1px solid var(--line);border-radius:var(--radius);overflow-wrap:anywhere;padding:.7rem}.micro-button{width:max-content;min-height:2.75rem;padding:.45rem .7rem}.builder-ai{gap:.85rem;display:grid}.builder-ai textarea{min-height:5rem}.builder-patch{max-height:18rem;overflow:auto}.verification-center{border:1px solid var(--line);border-radius:var(--radius);background:#f9fbf8;gap:1rem;min-width:0;padding:1rem;display:grid}.verification-center.compact{margin-top:.85rem;padding:.85rem}.verification-head,.verification-subhead{flex-wrap:wrap;justify-content:space-between;align-items:start;gap:.75rem;display:flex}.verification-head h3{letter-spacing:0;margin:0}.verification-head p,.verification-subhead span,.screenshot-meta small,.viewport-title span,.evidence-warning,.evidence-ok{color:var(--muted);margin:.25rem 0 0;font-size:.82rem}.evidence-actions{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.evidence-summary{grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem;display:grid}.evidence-badge{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);min-width:0;padding:.65rem}.evidence-badge span{color:var(--muted);font-size:.75rem;font-weight:800;display:block}.evidence-badge strong{overflow-wrap:anywhere;margin-top:.18rem;display:block}.evidence-badge.good{background:#eef8f3;border-color:#0f7c6647}.evidence-badge.warn{background:#fff7e8;border-color:#be720a47}.evidence-badge.bad,.screenshot-card.failed{background:#fff0f0;border-color:#b72d2d4d}.evidence-matrix{gap:1rem;display:grid}.viewport-group{gap:.65rem;min-width:0;display:grid}.viewport-title{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:.5rem;display:flex}.screenshot-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;display:grid}.screenshot-card{border-radius:var(--radius);background:var(--surface);min-width:0;color:inherit;border:1px solid #0f7c6638;gap:.45rem;padding:.45rem;text-decoration:none;display:grid}.screenshot-thumb{aspect-ratio:16/10;border:1px solid var(--line);border-radius:calc(var(--radius) - 2px);background:#edf1ed;width:100%;display:block;overflow:hidden}.screenshot-thumb img{object-fit:cover;object-position:top center;width:100%;height:100%;display:block}.screenshot-thumb em{min-height:100%;color:var(--muted);text-align:center;place-items:center;padding:.5rem;font-size:.78rem;font-style:normal;display:grid}.screenshot-meta{gap:.1rem;display:grid}.failed-gates,.failure-list,.failure-list details{gap:.65rem;display:grid}.failure-list details,.evidence-json{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);padding:.7rem}.failure-list summary,.evidence-json summary{cursor:pointer;font-weight:900}.failure-detail-grid{flex-wrap:wrap;gap:.7rem;margin:.65rem 0;display:flex}.failure-detail-grid a,.evidence-ok{color:var(--accent);font-weight:800}.evidence-json pre{border-radius:var(--radius);color:#edf7f2;background:#10201b;max-height:13rem;padding:.75rem;font-size:.78rem;overflow:auto}.failure-cases-panel{border-radius:var(--radius);background:#fffdfa;border:1px solid #b341242e;gap:.85rem;margin-top:.8rem;padding:.9rem;display:grid}.failure-cases-panel.compact{padding:.75rem}.failure-head,.failure-card-top{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:.7rem;display:flex}.failure-head h3{margin:0 0 .2rem}.failure-head p{color:var(--muted);margin:0}.failure-status-groups,.failure-status-group,.failure-card-grid{gap:.75rem;display:grid}.failure-card-grid{grid-template-columns:1fr}.failure-card{border-radius:var(--radius);background:var(--surface);border:1px solid #b3412433;gap:.65rem;min-width:0;padding:.75rem;display:grid}.failure-card *,.failure-card-top,.failure-card-top strong,.failure-card details,.failure-card summary,.failure-card dl,.failure-card dt,.failure-card dd{overflow-wrap:anywhere;word-break:break-word;min-width:0;max-width:100%}.failure-card.fixed{background:#f7fbf8;border-color:#0f7c663d}.failure-card.still_failing,.failure-card.open{border-color:#b3412452}.failure-card dl{grid-template-columns:1fr;gap:.4rem .7rem;margin:0;display:grid}.failure-card dl div{min-width:0}.failure-card dt{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;font-size:.72rem}.failure-card dd{overflow-wrap:anywhere;margin:0;font-weight:800}.failure-card summary{cursor:pointer;font-weight:900}.failure-card pre{border-radius:var(--radius);color:#edf7f2;background:#10201b;max-height:11rem;padding:.7rem;font-size:.76rem;overflow:auto}.failure-card p{color:var(--text);margin:.45rem 0 0}.growth-experiments-panel,.experiment-list,.insight-actions-grid,.variant-grid{gap:.8rem;display:grid}.experiment-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);gap:.7rem;padding:.85rem;display:grid}.experiment-card.wide{background:#fbfcfa}.experiment-card p{color:var(--muted);margin:.25rem 0}.experiment-top{flex-wrap:wrap;justify-content:space-between;gap:.7rem;display:flex}.variant-card{border-radius:var(--radius);background:#f7fbf8;border:1px solid #0f7c6633;gap:.35rem;padding:.7rem;display:grid}.variant-card dl{grid-template-columns:repeat(2,minmax(0,1fr));gap:.4rem;margin:0;display:grid}.variant-card dt{color:var(--muted);font-size:.72rem}.variant-card dd{margin:0;font-weight:900}@media (min-width:720px){.entry-hero{grid-template-columns:minmax(0,1.4fr) minmax(18rem,.6fr)}.metric-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.merchant-builder-hero{grid-template-columns:minmax(0,1fr) auto}.merchant-stepper{grid-template-columns:repeat(3,minmax(0,1fr))}.merchant-readiness-grid,.merchant-status-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.merchant-choice-panel{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.choice-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.visual-direction-field{grid-column:span 2}.merchant-launch-steps{grid-template-columns:repeat(3,minmax(0,1fr))}.evidence-summary{grid-template-columns:repeat(5,minmax(0,1fr))}.screenshot-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.failure-card-grid,.failure-card dl,.insight-actions-grid,.variant-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.content-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.form-grid,.landing-form{grid-template-columns:repeat(2,minmax(0,1fr))}.filter-bar{grid-template-columns:repeat(3,minmax(0,1fr)) auto;align-items:center}.lead-update-form{grid-template-columns:minmax(8rem,.5fr) minmax(12rem,1fr) auto;align-items:center}.insight-layout{grid-template-columns:repeat(2,minmax(0,1fr))}.span-2,.landing-form .wide,.landing-form .full-width{grid-column:span 2}.page-head,.preview-row{grid-template-columns:1fr auto}.table-row{grid-template-columns:minmax(12rem,1fr) minmax(12rem,1fr) auto;align-items:center}.product-row{grid-template-columns:minmax(16rem,1fr) auto auto;align-items:center}.landing-nav nav{display:flex}.landing-hero{grid-template-columns:minmax(0,1fr) minmax(18rem,.85fr);padding:3rem clamp(1.5rem,5vw,4rem) 2rem}.preview-grid,.spec-list{grid-template-columns:repeat(3,minmax(0,1fr))}.builder-actions{grid-template-columns:minmax(8rem,.8fr) minmax(10rem,1fr) auto auto auto}.builder-topbar{grid-template-columns:minmax(0,1fr) minmax(34rem,auto);align-items:end}}@media (min-width:1040px){.app-shell{grid-template-columns:16.5rem minmax(0,1fr)}.sidebar{border-right:1px solid var(--line);border-bottom:0;flex-direction:column;align-self:start;align-items:stretch;height:100svh;padding:1rem;overflow-x:visible}.side-brand strong{display:block}.sidebar nav{display:grid}.side-logout{margin:auto 0 0}.workspace{padding:1.5rem}}.premium-flyer{--premium-text:#0b0d10;--premium-muted:#5b626e;--premium-line:#d9dde4;--premium-soft:#f6f7f9;--premium-white:#fff;--premium-dark:#101317;--premium-dark-muted:#b8c0cc;--premium-accent:#1266ff;--premium-accent-dark:#0047c7;--premium-accent-soft:#eaf1ff;--premium-radius:16px;--premium-shadow:0 24px 80px #0c10161a;color:var(--premium-text);background:#fbfbfc;overflow-x:hidden}.premium-flyer *{box-sizing:border-box}.premium-flyer img{width:100%;display:block}.premium-flyer .fresh-image-placeholder{background:linear-gradient(135deg,#1266ff1f,#0f172a14),repeating-linear-gradient(45deg,#ffffff52 0 8px,#0000 8px 16px);border:1px solid #1118271f;border-radius:8px;width:100%;min-height:220px}.premium-flyer button,.premium-flyer a,.premium-flyer input,.premium-flyer select,.premium-flyer textarea,.premium-flyer h1,.premium-flyer h2,.premium-flyer h3,.premium-flyer p,.premium-flyer li,.premium-flyer span,.premium-flyer strong{overflow-wrap:anywhere}.premium-flyer .site-header{z-index:30;-webkit-backdrop-filter:blur(22px)saturate(1.25);backdrop-filter:blur(22px)saturate(1.25);background:#fbfbfcd6;border-bottom:1px solid #0b0d1014;justify-content:space-between;align-items:center;min-height:64px;padding:0 18px;display:flex;position:fixed;top:0;left:0;right:0}.premium-flyer .brand{letter-spacing:0;font-size:18px;font-weight:800}.premium-flyer .brand:before{vertical-align:1px;content:"";background:var(--premium-accent);border-radius:50%;width:9px;height:9px;margin-right:9px;display:inline-block;box-shadow:0 0 0 5px #1266ff1f}.premium-flyer .desktop-nav{display:none}.premium-flyer .desktop-nav a{color:var(--premium-muted);font-size:14px;font-weight:650}.premium-flyer .header-actions{align-items:center;gap:8px;min-width:0;display:flex}.premium-flyer .language-switcher{align-items:center;gap:.35rem;display:none}.premium-flyer .language-switcher a{min-height:32px;color:var(--premium-muted);background:#ffffffb8;border:1px solid #0b0d101f;border-radius:999px;align-items:center;padding:0 9px;font-size:12px;font-weight:800;display:inline-flex}.premium-flyer .header-cta,.premium-flyer .btn,.premium-flyer .floating-cta{border-radius:999px;justify-content:center;align-items:center;min-height:44px;font-weight:780;transition:transform .16s;display:inline-flex}.premium-flyer .header-cta{color:#fff;background:var(--premium-text);padding:0 16px;box-shadow:0 10px 26px #0b0d1029}.premium-flyer .btn{min-width:0;padding:0 18px}.premium-flyer .btn.primary{color:#fff;background:var(--premium-accent);box-shadow:0 18px 44px #1266ff3d}.premium-flyer .btn.secondary{color:var(--premium-text);background:#ffffffc7;border:1px solid #0b0d101a}.premium-flyer .hero{background:#eef1f4;min-height:100svh;padding-top:64px;position:relative;overflow:hidden}.premium-flyer .hero picture,.premium-flyer .hero picture img{height:100%;position:absolute;inset:0}.premium-flyer .hero picture img{object-fit:cover;object-position:62% center;filter:saturate(.98)contrast(1.02)}.premium-flyer .hero:after{content:"";background:linear-gradient(90deg,#f8fafcfa 0%,#f8fafcd1 38%,#f8fafc3d 70%,#0000 100%),radial-gradient(circle at 16% 32%,#1266ff1f,#0000 30%);position:absolute;inset:0}.premium-flyer .hero-copy{z-index:2;max-width:720px;padding:16vh 22px 72px;position:relative}.premium-flyer .product-name{color:var(--premium-muted);letter-spacing:.02em;text-transform:uppercase;margin:0 0 18px;font-size:13px;font-weight:760}.premium-flyer h1{letter-spacing:0;max-width:10.5ch;margin:0;font-size:56px;font-weight:830;line-height:.94}.premium-flyer .hero-sub{color:#20252c;max-width:440px;margin:24px 0 0;font-size:19px;font-weight:520;line-height:1.55}.premium-flyer .hero-proof{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;max-width:520px;margin-top:28px;display:grid}.premium-flyer .hero-proof article,.premium-flyer .intro-facts article,.premium-flyer .scene-grid article,.premium-flyer .assurance article{background:#ffffffc7;border:1px solid #0b0d101a;min-width:0;box-shadow:0 10px 36px #0c101614}.premium-flyer .hero-proof article{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:14px;padding:14px}.premium-flyer .hero-proof strong,.premium-flyer .hero-proof b,.premium-flyer .spec-strip strong,.premium-flyer .intro-facts strong{font-size:17px;font-weight:820;line-height:1.1;display:block}.premium-flyer .hero-proof span,.premium-flyer .intro-facts span,.premium-flyer .spec-strip span,.premium-flyer .assurance span,.premium-flyer .assurance p{color:var(--premium-muted);margin-top:6px;font-size:13px;line-height:1.45;display:block}.premium-flyer .assurance p{margin-bottom:0}.premium-flyer .hero-actions{flex-wrap:wrap;gap:10px;margin-top:28px;display:flex}.premium-flyer .band,.premium-flyer .image-text,.premium-flyer .scenes,.premium-flyer .technical,.premium-flyer .lead{padding:72px 22px}.premium-flyer .intro{background:#fff;gap:28px;display:grid}.premium-flyer .copy-block,.premium-flyer .section-title,.premium-flyer .lead-copy{max-width:680px}.premium-flyer h2{letter-spacing:0;margin:0;font-size:clamp(32px,7vw,60px);line-height:.98}.premium-flyer p{color:var(--premium-muted);line-height:1.68}.premium-flyer .intro-facts,.premium-flyer .spec-strip,.premium-flyer .scene-grid,.premium-flyer .assurance{grid-template-columns:1fr;gap:12px;display:grid}.premium-flyer .intro-facts article,.premium-flyer .assurance article{border-radius:var(--premium-radius);padding:18px}.premium-flyer .image-text{background:#fbfbfc;align-items:center;gap:28px;display:grid}.premium-flyer .image-text figure,.premium-flyer .technical figure{box-shadow:var(--premium-shadow);border-radius:22px;margin:0;overflow:hidden}.premium-flyer .image-text figure img{aspect-ratio:4/5;object-fit:cover}.premium-flyer .module-copy{gap:18px;display:grid}.premium-flyer .module-copy>span,.premium-flyer .technical-copy>span,.premium-flyer .feature-card>span{color:var(--premium-accent);text-transform:uppercase;font-size:13px;font-weight:850}.premium-flyer .module-copy ul{flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none;display:flex}.premium-flyer .module-copy li,.premium-flyer .feature-specs span,.premium-flyer .pilot-list span{border:1px solid var(--premium-line);color:#20252c;background:#fff;border-radius:999px;padding:9px 12px;font-size:13px;font-weight:760}.premium-flyer .module-note{border-left:3px solid var(--premium-accent);padding-left:14px}.premium-flyer .module-note b,.premium-flyer .module-note span{display:block}.premium-flyer .module-note span{color:var(--premium-muted);margin-top:4px}.premium-flyer .feature-hero{background:var(--premium-dark);align-items:end;min-height:640px;display:grid;position:relative;overflow:hidden}.premium-flyer .feature-hero>img{object-fit:cover;opacity:.86;height:100%;position:absolute;inset:0}.premium-flyer .feature-card{z-index:1;max-width:620px;box-shadow:var(--premium-shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffe6;border:1px solid #fff3;border-radius:24px;margin:22px;padding:24px;position:relative}.premium-flyer .feature-specs,.premium-flyer .pilot-list{flex-wrap:wrap;gap:8px;display:flex}.premium-flyer .spec-strip{background:var(--premium-text);color:#fff;padding:24px 22px}.premium-flyer .spec-strip article{border-top:1px solid #ffffff29;padding:18px 0 0}.premium-flyer .spec-strip span{color:var(--premium-dark-muted)}.premium-flyer .scenes{background:#fff}.premium-flyer .scene-grid{margin-top:28px}.premium-flyer .scene-grid article{border-radius:18px;overflow:hidden}.premium-flyer .scene-grid img{aspect-ratio:1.12;object-fit:cover}.premium-flyer .scene-grid article>div{padding:18px}.premium-flyer .scene-grid h3{margin:0 0 8px}.premium-flyer .technical{background:#f3f5f8;align-items:center;gap:28px;display:grid}.premium-flyer .technical figure img{aspect-ratio:4/3;object-fit:cover}.premium-flyer .technical-copy{gap:18px;display:grid}.premium-flyer .spec-table{border-top:1px solid var(--premium-line);display:grid}.premium-flyer .spec-table div{border-bottom:1px solid var(--premium-line);gap:6px;padding:13px 0;display:grid}.premium-flyer .spec-table span{color:var(--premium-muted);font-size:13px;font-weight:760}.premium-flyer .pilot{background:var(--premium-dark);color:#fff;gap:28px;padding:72px 22px;display:grid}.premium-flyer .pilot p{color:var(--premium-dark-muted)}.premium-flyer .pilot-list span{color:#fff;background:#ffffff14;border-color:#ffffff24}.premium-flyer .assurance{background:#fff;padding:24px 22px}.premium-flyer .lead{background:#f3f5f8;gap:28px;display:grid}.premium-flyer .landing-form{border:1px solid var(--premium-line);box-shadow:var(--premium-shadow);background:#fff;border-radius:22px;grid-template-columns:1fr;gap:12px;padding:18px;display:grid}.premium-flyer .landing-form label{gap:7px;display:grid}.premium-flyer .landing-form label span{color:#20252c;font-size:13px;font-weight:780}.premium-flyer .landing-form input,.premium-flyer .landing-form select,.premium-flyer .landing-form textarea{background:#fbfbfc;border:1px solid #0b0d1021;border-radius:13px;width:100%;min-width:0;padding:12px 13px}.premium-flyer .landing-form .button.primary{background:var(--premium-accent);border-radius:999px;min-height:48px}.premium-flyer .floating-cta{z-index:24;color:#fff;background:var(--premium-accent);max-width:calc(100vw - 96px);padding:0 18px;position:fixed;bottom:18px;right:18px;box-shadow:0 18px 44px #1266ff47}.premium-flyer .back-top{z-index:24;border:1px solid var(--premium-line);width:44px;height:44px;color:var(--premium-text);background:#fff;border-radius:50%;justify-content:center;align-items:center;font-weight:900;display:inline-flex;position:fixed;bottom:74px;right:18px;box-shadow:0 12px 30px #0c10161f}html[dir=rtl] .premium-flyer,[dir=rtl] .premium-flyer{direction:rtl}html[dir=rtl] .premium-flyer .hero:after,[dir=rtl] .premium-flyer .hero:after{transform:scaleX(-1)}html[dir=rtl] .premium-flyer .floating-cta,[dir=rtl] .premium-flyer .floating-cta,html[dir=rtl] .premium-flyer .back-top,[dir=rtl] .premium-flyer .back-top{left:18px;right:auto}@media (min-width:720px){.premium-flyer .desktop-nav,.premium-flyer .language-switcher{display:flex}.premium-flyer .intro,.premium-flyer .image-text,.premium-flyer .technical,.premium-flyer .lead{grid-template-columns:minmax(0,1fr) minmax(0,1fr);padding:96px clamp(28px,5vw,72px)}.premium-flyer .image-text.reverse figure{order:2}.premium-flyer .intro-facts,.premium-flyer .spec-strip,.premium-flyer .scene-grid,.premium-flyer .assurance{grid-template-columns:repeat(4,minmax(0,1fr))}.premium-flyer .scenes{padding:96px clamp(28px,5vw,72px)}.premium-flyer .feature-card{margin:72px}.premium-flyer .pilot{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);padding:96px clamp(28px,5vw,72px)}}@media (max-width:430px){.premium-flyer .header-cta{padding:0 12px;font-size:13px}.premium-flyer h1{font-size:48px}.premium-flyer .hero-proof{grid-template-columns:1fr}}.premium-flyer.fresh-skill-flyer{--sx-bg:#f6f5f1;--sx-ink:#101316;--sx-graphite:#0d1114;--sx-titanium:#8fa3ad;--sx-blue:#2557d6;--sx-muted:#5f6670;--sx-line:#1013161f;--sx-card:#fff;--sx-warm:#efede6;--sx-h1:clamp(30px, 6vw, 56px);--sx-h2:clamp(24px, 4vw, 40px);--sx-body:clamp(16px, .5vw + 15px, 18px);--sx-maxw:1200px;--sx-pad:clamp(20px, 5.4vw, 84px);--sx-space:8px;--sx-section-y:clamp(48px, 12vw, 72px);--sx-radius-card:14px;--sx-radius-btn:10px;color:var(--sx-ink);background:var(--sx-bg);font-size:var(--sx-body);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;line-height:1.6}@media (min-width:768px){.premium-flyer.fresh-skill-flyer{--sx-section-y:clamp(72px, 8vw, 128px)}}.premium-flyer.fresh-skill-flyer h1{max-width:none;font-size:var(--sx-h1);letter-spacing:-.01em;overflow-wrap:anywhere;word-break:normal;white-space:normal;text-overflow:clip;margin:0;font-weight:820;line-height:1.06}.premium-flyer.fresh-skill-flyer h2{max-width:none;font-size:var(--sx-h2);letter-spacing:-.01em;overflow-wrap:anywhere;white-space:normal;margin:0;font-weight:760;line-height:1.12}.premium-flyer.fresh-skill-flyer h3{margin:0;font-size:clamp(18px,2.2vw,22px);font-weight:720;line-height:1.2}.premium-flyer.fresh-skill-flyer p,.premium-flyer.fresh-skill-flyer li{font-size:var(--sx-body);color:var(--sx-ink);line-height:1.65}.premium-flyer.fresh-skill-flyer .sx-shell,.premium-flyer.fresh-skill-flyer .sx-wrap{width:100%;max-width:var(--sx-maxw);padding-left:var(--sx-pad);padding-right:var(--sx-pad);margin-left:auto;margin-right:auto}.premium-flyer.fresh-skill-flyer .sx-section{padding-top:var(--sx-section-y);padding-bottom:var(--sx-section-y)}.premium-flyer.fresh-skill-flyer .btn,.premium-flyer.fresh-skill-flyer .header-cta{border-radius:var(--sx-radius-btn);min-height:44px;font-size:var(--sx-body);white-space:nowrap;border:1px solid #0000;justify-content:center;align-items:center;gap:8px;padding:12px 20px;font-weight:760;line-height:1;text-decoration:none;transition:background .16s,border-color .16s,filter .16s;display:inline-flex}.premium-flyer.fresh-skill-flyer .btn.primary,.premium-flyer.fresh-skill-flyer .header-cta{background:var(--sx-blue);color:#fff;box-shadow:none}.premium-flyer.fresh-skill-flyer .btn.secondary{color:var(--sx-ink);border-color:var(--sx-line);box-shadow:none;background:0 0}.premium-flyer.fresh-skill-flyer .btn.primary:hover,.premium-flyer.fresh-skill-flyer .header-cta:hover{filter:brightness(.95)}.premium-flyer.fresh-skill-flyer .btn.secondary:hover{border-color:var(--sx-ink)}.premium-flyer.fresh-skill-flyer .btn:focus-visible,.premium-flyer.fresh-skill-flyer .header-cta:focus-visible{outline:2px solid var(--sx-ink);outline-offset:2px}.premium-flyer.fresh-skill-flyer .hero-actions{margin-top:calc(var(--sx-space) * 3);flex-wrap:wrap;gap:12px;display:flex}.premium-flyer.fresh-skill-flyer .hero-actions a{min-height:44px}.premium-flyer.fresh-skill-flyer .hero-proof{gap:var(--sx-space);margin-top:calc(var(--sx-space) * 3);grid-template-columns:repeat(auto-fit,minmax(140px,1fr));display:grid}.premium-flyer.fresh-skill-flyer .landing-proof{gap:var(--sx-space);flex-wrap:wrap;display:flex}.premium-flyer.fresh-skill-flyer .hero-proof article,.premium-flyer.fresh-skill-flyer .landing-proof article,.premium-flyer.fresh-skill-flyer .landing-proof>b{border:1px solid var(--sx-line);border-radius:var(--sx-radius-btn);background:var(--sx-card);min-width:0;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;overflow-wrap:anywhere;padding:12px 14px;display:block}.premium-flyer.fresh-skill-flyer .hero-proof article strong,.premium-flyer.fresh-skill-flyer .hero-proof article b,.premium-flyer.fresh-skill-flyer .landing-proof article strong,.premium-flyer.fresh-skill-flyer .landing-proof article b,.premium-flyer.fresh-skill-flyer .landing-proof>b{color:var(--sx-ink);margin:0;font-size:15px;font-weight:800;line-height:1.25;display:block}.premium-flyer.fresh-skill-flyer .hero-proof article span,.premium-flyer.fresh-skill-flyer .hero-proof article p,.premium-flyer.fresh-skill-flyer .landing-proof article span,.premium-flyer.fresh-skill-flyer .landing-proof article p{color:var(--sx-muted);margin:4px 0 0;font-size:13px;font-weight:500;line-height:1.45;display:block}.premium-flyer.fresh-skill-flyer .sx-card{--sx-card-ratio:4 / 3;border:1px solid var(--sx-line);border-radius:var(--sx-radius-card);background:var(--sx-card);min-width:0;overflow:hidden;box-shadow:0 1px 2px #1013160a,0 8px 24px #1013160d}.premium-flyer.fresh-skill-flyer .sx-card>img,.premium-flyer.fresh-skill-flyer .sx-card figure,.premium-flyer.fresh-skill-flyer .sx-card picture,.premium-flyer.fresh-skill-flyer .sx-card figure img,.premium-flyer.fresh-skill-flyer .sx-card picture img{width:100%;margin:0;display:block}.premium-flyer.fresh-skill-flyer .sx-card>img,.premium-flyer.fresh-skill-flyer .sx-card figure img,.premium-flyer.fresh-skill-flyer .sx-card picture img{height:auto;aspect-ratio:var(--sx-card-ratio);object-fit:cover}.premium-flyer.fresh-skill-flyer .sx-card-body{padding:calc(var(--sx-space) * 2)}.premium-flyer.fresh-skill-flyer .sx-band-dark{background:var(--sx-graphite);color:#f4f6f7}.premium-flyer.fresh-skill-flyer .sx-band-dark h1,.premium-flyer.fresh-skill-flyer .sx-band-dark h2,.premium-flyer.fresh-skill-flyer .sx-band-dark h3,.premium-flyer.fresh-skill-flyer .sx-band-dark strong,.premium-flyer.fresh-skill-flyer .sx-band-dark b{color:#f4f6f7}.premium-flyer.fresh-skill-flyer .sx-band-dark p,.premium-flyer.fresh-skill-flyer .sx-band-dark span,.premium-flyer.fresh-skill-flyer .sx-band-dark li{color:var(--sx-titanium)}.premium-flyer.fresh-skill-flyer .sx-rail{border:1px solid var(--sx-line);border-radius:var(--sx-radius-card);background:var(--sx-line);grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;margin:0;display:grid;overflow:hidden}.premium-flyer.fresh-skill-flyer .sx-rail>*{min-width:0;padding:calc(var(--sx-space) * 2);background:var(--sx-card);overflow-wrap:anywhere;margin:0}.premium-flyer.fresh-skill-flyer .sx-rail strong,.premium-flyer.fresh-skill-flyer .sx-rail b{color:var(--sx-ink);font-size:clamp(20px,3vw,28px);font-weight:820;line-height:1.1;display:block}.premium-flyer.fresh-skill-flyer .sx-rail span,.premium-flyer.fresh-skill-flyer .sx-rail p{color:var(--sx-muted);margin:6px 0 0;font-size:13px;line-height:1.4;display:block}@media (min-width:768px){.premium-flyer.fresh-skill-flyer .sx-rail{grid-template-columns:repeat(4,minmax(0,1fr))}}.premium-flyer.fresh-skill-flyer .sx-band-dark .sx-rail{background:#ffffff24;border-color:#ffffff24}.premium-flyer.fresh-skill-flyer .sx-band-dark .sx-rail>*{background:var(--sx-graphite)}.premium-flyer.fresh-skill-flyer .sx-band-dark .sx-rail strong,.premium-flyer.fresh-skill-flyer .sx-band-dark .sx-rail b{color:#f4f6f7}.premium-flyer.fresh-skill-flyer .sx-band-dark .sx-rail span,.premium-flyer.fresh-skill-flyer .sx-band-dark .sx-rail p{color:var(--sx-titanium)}.premium-flyer.fresh-skill-flyer .sx-timeline{gap:0;margin:0;padding:0;list-style:none;display:grid}.premium-flyer.fresh-skill-flyer .sx-timeline>*{min-width:0;padding-inline-start:calc(var(--sx-space) * 5);padding-bottom:calc(var(--sx-space) * 3);margin:0;position:relative}.premium-flyer.fresh-skill-flyer .sx-timeline>:before{content:"";inset-inline-start:6px;background:var(--sx-line);width:2px;position:absolute;top:8px;bottom:0}.premium-flyer.fresh-skill-flyer .sx-timeline>:after{content:"";inset-inline-start:0;background:var(--sx-ink);border-radius:3px;width:13px;height:13px;position:absolute;top:4px}.premium-flyer.fresh-skill-flyer .sx-timeline>:last-child{padding-bottom:0}.premium-flyer.fresh-skill-flyer .sx-timeline>:last-child:before{display:none}.premium-flyer.fresh-skill-flyer .sx-timeline h3,.premium-flyer.fresh-skill-flyer .sx-timeline strong,.premium-flyer.fresh-skill-flyer .sx-timeline b{color:var(--sx-ink);margin:0;font-size:16px;font-weight:760;line-height:1.3;display:block}.premium-flyer.fresh-skill-flyer .sx-timeline p,.premium-flyer.fresh-skill-flyer .sx-timeline span{color:var(--sx-muted);margin:4px 0 0;font-size:14px;line-height:1.5;display:block}.premium-flyer.fresh-skill-flyer .sx-leadpanel,.premium-flyer.fresh-skill-flyer .landing-form{border:1px solid var(--sx-line);border-radius:var(--sx-radius-card);background:var(--sx-card);gap:14px;min-width:0;padding:clamp(20px,4vw,32px);display:grid;box-shadow:0 1px 2px #1013160a,0 10px 30px #1013160f}.premium-flyer.fresh-skill-flyer .sx-leadpanel .landing-form{box-shadow:none;background:0 0;border:0;border-radius:0;padding:0}.premium-flyer.fresh-skill-flyer .landing-form label{gap:6px;min-width:0;display:grid}.premium-flyer.fresh-skill-flyer .landing-form label span{color:var(--sx-muted);font-size:13px;font-weight:700}.premium-flyer.fresh-skill-flyer input,.premium-flyer.fresh-skill-flyer select,.premium-flyer.fresh-skill-flyer textarea{border:1px solid var(--sx-line);border-radius:var(--sx-radius-btn);width:100%;min-width:0;color:var(--sx-ink);background:#fff;min-height:44px;padding:11px 14px}.premium-flyer.fresh-skill-flyer textarea{resize:vertical;min-height:96px}.premium-flyer.fresh-skill-flyer input:focus-visible,.premium-flyer.fresh-skill-flyer select:focus-visible,.premium-flyer.fresh-skill-flyer textarea:focus-visible{border-color:var(--sx-ink);outline:none;box-shadow:0 0 0 3px #1013161f}.premium-flyer.fresh-skill-flyer .landing-form .button.primary,.premium-flyer.fresh-skill-flyer .landing-form button[type=submit]{border-radius:var(--sx-radius-btn);background:var(--sx-blue);color:#fff;width:100%;min-height:48px;box-shadow:none;border:1px solid #0000;font-weight:780}.premium-flyer.fresh-skill-flyer .landing-form .button.primary:hover,.premium-flyer.fresh-skill-flyer .landing-form button[type=submit]:hover{filter:brightness(.95)}.premium-flyer.fresh-skill-flyer .sx-taplink{align-items:center;gap:6px;min-height:44px;padding-block:10px;display:inline-flex}.premium-flyer.fresh-skill-flyer .sx-taplink:focus-visible{outline:2px solid var(--sx-ink);outline-offset:2px}.premium-flyer.fresh-skill-flyer{--sx-safe-top:76px;--sx-sticky-gap:clamp(12px, 3vw, 20px);--sx-sticky-clear:calc(var(--sx-sticky-gap) + 112px)}.premium-flyer.fresh-skill-flyer [data-premium-module=hero]{padding-top:max(var(--sx-section-y), var(--sx-safe-top))}.premium-flyer.fresh-skill-flyer [id]{scroll-margin-top:var(--sx-safe-top)}.premium-flyer.fresh-skill-flyer{scroll-padding-top:var(--sx-safe-top)}.premium-flyer.fresh-skill-flyer [data-premium-module=lead]{padding-bottom:max(var(--sx-section-y), var(--sx-sticky-clear))}.premium-flyer.fresh-skill-flyer .floating-cta,.premium-flyer.fresh-skill-flyer .back-top{left:auto;right:auto;z-index:40;position:fixed;inset-inline-end:var(--sx-sticky-gap);box-shadow:0 6px 20px #10131629}.premium-flyer.fresh-skill-flyer .floating-cta{min-height:44px;max-width:calc(100vw - var(--sx-sticky-gap) * 2);border-radius:var(--sx-radius-btn);background:var(--sx-blue);color:#fff;white-space:nowrap;text-overflow:ellipsis;border:0;justify-content:center;align-items:center;padding:0 18px;font-weight:760;display:inline-flex;inset-block-end:var(--sx-sticky-gap);overflow:hidden}.premium-flyer.fresh-skill-flyer .back-top{border:1px solid var(--sx-line);border-radius:var(--sx-radius-btn);background:var(--sx-card);width:44px;height:44px;color:var(--sx-ink);justify-content:center;align-items:center;padding:0;font-weight:800;display:inline-flex;inset-block-end:calc(var(--sx-sticky-gap) + 44px + var(--sx-space))}.premium-flyer.fresh-skill-flyer .floating-cta:focus-visible,.premium-flyer.fresh-skill-flyer .back-top:focus-visible{outline:2px solid var(--sx-ink);outline-offset:2px}.premium-flyer.fresh-skill-flyer[dir=rtl] .floating-cta,.premium-flyer.fresh-skill-flyer[dir=rtl] .back-top,[dir=rtl] .premium-flyer.fresh-skill-flyer .floating-cta,[dir=rtl] .premium-flyer.fresh-skill-flyer .back-top{left:auto;right:auto;inset-inline-end:var(--sx-sticky-gap)}.premium-flyer.fresh-skill-flyer,.premium-flyer.fresh-skill-flyer :not(img):not(picture):not(svg):not(video):not(canvas),.premium-flyer.fresh-skill-flyer :before,.premium-flyer.fresh-skill-flyer :after{background-image:none}.premium-flyer.fresh-skill-flyer .fresh-image-placeholder{background-color:var(--sx-warm);border-color:var(--sx-line);border-radius:var(--sx-radius-card)}.premium-flyer.fresh-skill-flyer .user-chip>span,.premium-flyer.fresh-skill-flyer .side-brand span,.premium-flyer.fresh-skill-flyer .merchant-stepper b,.premium-flyer.fresh-skill-flyer .merchant-launch-steps b,.premium-flyer.fresh-skill-flyer .tag-list span,.premium-flyer.fresh-skill-flyer .status-badge{border-radius:var(--sx-radius-btn)}.premium-flyer.fresh-skill-flyer [data-preview],.premium-flyer.fresh-skill-flyer [data-dev-only],.premium-flyer.fresh-skill-flyer .preview-only,.premium-flyer.fresh-skill-flyer .preview-badge,.premium-flyer.fresh-skill-flyer .preview-label,.premium-flyer.fresh-skill-flyer .dev-flag{display:none}.premium-flyer.fresh-skill-flyer .site-header{top:0;left:0;right:0;z-index:30;border-bottom:1px solid var(--sx-line);-webkit-backdrop-filter:blur(20px)saturate(1.2);backdrop-filter:blur(20px)saturate(1.2);background:#f6f5f1d1;justify-content:space-between;align-items:center;gap:12px;min-height:56px;padding:0 clamp(16px,4vw,32px);display:flex;position:fixed;inset-inline:0}.premium-flyer.fresh-skill-flyer .site-header .brand{min-width:0;max-width:min(260px,44vw);color:var(--sx-ink);letter-spacing:-.01em;white-space:nowrap;text-overflow:ellipsis;flex:0 auto;padding-block:11px;font-size:clamp(15px,2.4vw,18px);font-weight:800;line-height:22px;display:block;overflow:hidden}.premium-flyer.fresh-skill-flyer .site-header .brand:before{content:none}.premium-flyer.fresh-skill-flyer .desktop-nav{display:none}.premium-flyer.fresh-skill-flyer .desktop-nav a{min-height:44px;color:var(--sx-muted);white-space:nowrap;word-break:keep-all;overflow-wrap:normal;align-items:center;padding-block:10px;font-size:14px;font-weight:650;text-decoration:none;display:inline-flex}.premium-flyer.fresh-skill-flyer .desktop-nav a:hover{color:var(--sx-ink)}.premium-flyer.fresh-skill-flyer .desktop-nav a:focus-visible{outline:2px solid var(--sx-ink);outline-offset:2px}@media (min-width:960px){.premium-flyer.fresh-skill-flyer .desktop-nav{align-items:center;gap:clamp(24px,2.4vw,32px);min-width:0;display:flex}}.premium-flyer.fresh-skill-flyer .site-header .header-actions{flex:none;align-items:center;gap:8px;min-width:0;display:flex}.premium-flyer.fresh-skill-flyer .site-header .header-cta{text-overflow:ellipsis;flex:none;max-width:48vw;overflow:hidden}.premium-flyer.fresh-skill-flyer .sx-lang{flex:none;min-width:0;position:relative}.premium-flyer.fresh-skill-flyer .sx-lang-summary{border:1px solid var(--sx-line);border-radius:var(--sx-radius-btn);background:var(--sx-card);min-height:44px;color:var(--sx-ink);white-space:nowrap;cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:6px;padding:0 10px;font-size:13px;font-weight:700;list-style:none;display:inline-flex}.premium-flyer.fresh-skill-flyer .sx-lang-summary::-webkit-details-marker{display:none}.premium-flyer.fresh-skill-flyer .sx-lang-summary::marker{content:""}.premium-flyer.fresh-skill-flyer .sx-lang-summary:after{content:"";border-inline:4px solid #0000;border-top:5px solid var(--sx-muted);flex:none;width:0;height:0;transition:transform .16s}.premium-flyer.fresh-skill-flyer .sx-lang[open] .sx-lang-summary:after{transform:rotate(180deg)}.premium-flyer.fresh-skill-flyer .sx-lang-summary:focus-visible{outline:2px solid var(--sx-ink);outline-offset:2px}.premium-flyer.fresh-skill-flyer .sx-lang-menu{top:calc(100% + 6px);z-index:50;border:1px solid var(--sx-line);border-radius:var(--sx-radius-card);background:var(--sx-card);gap:2px;min-width:160px;max-width:min(72vw,240px);padding:6px;display:grid;position:absolute;inset-inline-end:0;box-shadow:0 10px 30px #10131624}.premium-flyer.fresh-skill-flyer .sx-lang:not([open]) .sx-lang-menu{display:none}.premium-flyer.fresh-skill-flyer .sx-lang-link{border-radius:var(--sx-radius-btn);min-height:44px;color:var(--sx-ink);white-space:nowrap;align-items:center;padding:0 12px;font-size:14px;font-weight:600;text-decoration:none;display:flex}.premium-flyer.fresh-skill-flyer .sx-lang-link:hover{background:var(--sx-warm)}.premium-flyer.fresh-skill-flyer .sx-lang-link[aria-current=true]{background:var(--sx-warm);font-weight:800}.premium-flyer.fresh-skill-flyer .sx-lang-link:focus-visible{outline:2px solid var(--sx-ink);outline-offset:2px}.premium-flyer.fresh-skill-flyer .sx-hero{padding-bottom:var(--sx-section-y)}.premium-flyer.fresh-skill-flyer .sx-hero-inner{grid-template-columns:minmax(0,1fr);align-items:center;gap:clamp(24px,6vw,40px);display:grid}@media (min-width:768px){.premium-flyer.fresh-skill-flyer .sx-hero-inner{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:clamp(32px,5vw,72px)}}.premium-flyer.fresh-skill-flyer .sx-hero-copy{align-content:start;gap:clamp(12px,2.2vw,18px);min-width:0;display:grid}.premium-flyer.fresh-skill-flyer .sx-eyebrow{color:var(--sx-titanium);letter-spacing:.06em;margin:0;font-size:13px;font-weight:700;line-height:1.3;display:block}.premium-flyer.fresh-skill-flyer .sx-hero-sub{max-width:56ch;color:var(--sx-muted);margin:0;font-size:clamp(16px,1.2vw,19px);line-height:1.65}.premium-flyer.fresh-skill-flyer .sx-hero-media{gap:var(--sx-space);min-width:0;margin:0;display:grid;position:relative}.premium-flyer.fresh-skill-flyer .sx-hero-media>img{aspect-ratio:4/3;object-fit:cover;border:1px solid var(--sx-line);border-radius:var(--sx-radius-card);width:100%;height:auto;display:block}.premium-flyer.fresh-skill-flyer .sx-hero-placeholder{aspect-ratio:4/3;width:100%;min-height:0}@media (min-width:768px){.premium-flyer.fresh-skill-flyer .sx-hero-media>img,.premium-flyer.fresh-skill-flyer .sx-hero-placeholder{aspect-ratio:5/4}}.premium-flyer.fresh-skill-flyer .sx-section-head{gap:var(--sx-space);max-width:68ch;margin-bottom:clamp(20px,4vw,32px);display:grid}.premium-flyer.fresh-skill-flyer .sx-section-context{max-width:60ch;color:var(--sx-muted);margin:0;font-size:clamp(15px,1.1vw,17px);line-height:1.6}.premium-flyer.fresh-skill-flyer .fresh-pilot-flow .sx-timeline{max-width:760px}.premium-flyer.fresh-skill-flyer .sx-split{grid-template-columns:minmax(0,1fr);align-items:center;gap:clamp(24px,5vw,56px);display:grid}@media (min-width:768px){.premium-flyer.fresh-skill-flyer .sx-split{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.premium-flyer.fresh-skill-flyer .sx-split-reverse .sx-split-copy{order:2}}.premium-flyer.fresh-skill-flyer .sx-split-copy{min-width:0}.premium-flyer.fresh-skill-flyer .sx-split-copy .module-copy>span{display:none}.premium-flyer.fresh-skill-flyer .sx-split-media{gap:var(--sx-space);min-width:0;margin:0;display:grid;position:relative}.premium-flyer.fresh-skill-flyer .sx-split-media>img,.premium-flyer.fresh-skill-flyer .sx-split-placeholder{aspect-ratio:4/3;object-fit:cover;border:1px solid var(--sx-line);border-radius:var(--sx-radius-card);width:100%;height:auto}.premium-flyer.fresh-skill-flyer .sx-split-placeholder{min-height:0}.premium-flyer.fresh-skill-flyer .module-copy li{border:1px solid var(--sx-line);border-radius:var(--sx-radius-btn);background:var(--sx-card);color:var(--sx-ink);font-weight:600}.premium-flyer.fresh-skill-flyer .module-copy .module-note{border-left:0;border-inline-start:3px solid var(--sx-titanium);padding-left:0;padding-inline-start:14px}.premium-flyer.fresh-skill-flyer .module-copy .module-note b{color:var(--sx-ink)}.premium-flyer.fresh-skill-flyer .module-copy .module-note span{color:var(--sx-muted)}.premium-flyer.fresh-skill-flyer .sx-mobility{padding-top:var(--sx-section-y);padding-bottom:clamp(28px,5vw,44px)}.premium-flyer.fresh-skill-flyer .sx-mobility-media{min-width:0;margin:clamp(20px,4vw,32px) 0 0}.premium-flyer.fresh-skill-flyer .sx-mobility-media>img,.premium-flyer.fresh-skill-flyer .sx-mobility-placeholder{aspect-ratio:16/9;object-fit:cover;border-radius:var(--sx-radius-card);border:1px solid #ffffff24;width:100%;height:auto}.premium-flyer.fresh-skill-flyer .sx-mobility-placeholder{min-height:0}@media (min-width:768px){.premium-flyer.fresh-skill-flyer .sx-mobility-media>img,.premium-flyer.fresh-skill-flyer .sx-mobility-placeholder{aspect-ratio:21/9}}.premium-flyer.fresh-skill-flyer .sx-spec-strip{padding-top:0;padding-bottom:var(--sx-section-y)}.premium-flyer.fresh-skill-flyer .sx-scene-grid{grid-template-columns:minmax(0,1fr);gap:clamp(16px,2.5vw,24px);display:grid}@media (min-width:768px){.premium-flyer.fresh-skill-flyer .sx-scene-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1100px){.premium-flyer.fresh-skill-flyer .sx-scene-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.premium-flyer.fresh-skill-flyer .sx-scene-grid .sx-card>.sx-scene-placeholder{width:100%;min-height:0;aspect-ratio:var(--sx-card-ratio);border:0;border-radius:0}.premium-flyer.fresh-skill-flyer .sx-spec-table{border-top:1px solid var(--sx-line);max-width:760px}.premium-flyer.fresh-skill-flyer .sx-spec-table>div{border-bottom:1px solid var(--sx-line);grid-template-columns:minmax(0,1fr) auto;align-items:baseline;gap:clamp(12px,3vw,32px);padding:14px 0;display:grid}.premium-flyer.fresh-skill-flyer .sx-spec-table span{min-width:0;color:var(--sx-muted);font-size:14px;font-weight:600}.premium-flyer.fresh-skill-flyer .sx-spec-table strong{color:var(--sx-ink);text-align:end;overflow-wrap:anywhere;font-weight:760}.premium-flyer.fresh-skill-flyer .sx-validation-rail{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.premium-flyer.fresh-skill-flyer .sx-midcta{background:var(--sx-warm);border-top:1px solid var(--sx-line);border-bottom:1px solid var(--sx-line);padding-top:clamp(28px,6vw,48px);padding-bottom:clamp(28px,6vw,48px)}.premium-flyer.fresh-skill-flyer .sx-midcta-inner{flex-direction:column;align-items:flex-start;gap:clamp(14px,3vw,24px);display:flex}@media (min-width:768px){.premium-flyer.fresh-skill-flyer .sx-midcta-inner{flex-direction:row;justify-content:space-between;align-items:center}}.premium-flyer.fresh-skill-flyer .sx-midcta-text{min-width:0;max-width:52ch;color:var(--sx-ink);margin:0;font-size:clamp(18px,1.6vw,22px);font-weight:680;line-height:1.4}.premium-flyer.fresh-skill-flyer .sx-midcta-btn{flex:none}.premium-flyer.fresh-skill-flyer [data-premium-module=lead]{padding-inline:0}.premium-flyer.fresh-skill-flyer .sx-lead-inner{gap:clamp(20px,4vw,32px);max-width:760px;margin-inline:auto;display:grid}.landing-form input:disabled,.landing-form select:disabled,.landing-form textarea:disabled{caret-color:#0000}.panel-copy{color:var(--muted);margin:0 0 1rem;font-size:.95rem;line-height:1.6}.image-extraction-upload{gap:.8rem;display:grid}.image-extraction-workbench{gap:1rem;display:grid}.extraction-summary{grid-template-columns:repeat(auto-fit,minmax(8rem,1fr));gap:.75rem;display:grid}.extraction-summary>div{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface-2);min-width:0;padding:.85rem}.extraction-summary span{color:var(--muted);font-size:.78rem;font-weight:800;display:block}.extraction-summary strong{overflow-wrap:anywhere;margin-top:.25rem;font-size:1.05rem;display:block}.candidate-grid{grid-template-columns:minmax(0,1fr);gap:1rem;display:grid}.candidate-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);gap:.85rem;min-width:0;padding:.9rem;display:grid}.candidate-card.excluded{opacity:.68}.candidate-card img{aspect-ratio:4/3;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface-2);object-fit:contain;width:100%}.candidate-meta,.candidate-controls{gap:.7rem;min-width:0;display:grid}.candidate-meta strong,.candidate-meta span{overflow-wrap:anywhere;min-width:0}.candidate-meta span{color:var(--muted);font-size:.84rem}.empty-state{border:1px dashed var(--line);border-radius:var(--radius);color:var(--muted);padding:1rem}@media (min-width:768px){.image-extraction-upload{grid-template-columns:minmax(0,1fr) auto;align-items:end}.image-extraction-upload .form-status{grid-column:1/-1}.candidate-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1100px){.candidate-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:430px){.premium-flyer [data-premium-module=lead]{padding-bottom:calc(72px + 8rem)}}.botzite-brand{width:fit-content;min-height:44px;color:var(--ink);align-items:center;gap:10px;font-size:18px;font-weight:800;line-height:1;display:inline-flex}.botzite-brand-mark{border:2px solid var(--brand);border-radius:6px;grid-template-columns:repeat(2,minmax(0,1fr));gap:3px;width:28px;height:28px;padding:4px;display:grid}.botzite-brand-mark span{background:var(--brand);border-radius:1px;min-width:0}.botzite-brand-mark span:last-child{align-self:end;height:58%}.public-shell,.botzite-auth-page{color:var(--ink);background:var(--canvas)}.public-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:16px;width:min(1440px,100%);min-height:68px;margin-inline:auto;padding:12px 16px;display:flex}.public-header nav{align-items:center;display:flex}.button svg,.back-link svg,.auth-assurance svg,.public-proof-list svg{stroke-width:1.8px;flex:none;width:18px;height:18px}.button:active{transform:translateY(0)}.button.primary:hover{background:#0b6a57}.button.secondary:hover,.button.ghost:hover{background:#f9fbf8;border-color:#9aa89f}.header-account-action{min-width:88px}.public-hero{grid-template-columns:minmax(0,1fr);align-items:center;gap:32px;width:min(1440px,100%);margin-inline:auto;padding:32px 16px 48px;display:grid}.public-hero-copy{min-width:0}.eyebrow{color:var(--brand);text-transform:uppercase;letter-spacing:0;margin:0 0 12px;font-size:13px;font-weight:800;line-height:1.4}.public-hero h1{letter-spacing:0;text-wrap:balance;max-width:12ch;margin:0;font-size:40px;font-weight:800;line-height:1.12}.public-lede{max-width:62ch;color:var(--muted);text-wrap:pretty;margin:20px 0 0;font-size:17px;line-height:1.65}.public-actions{flex-wrap:wrap;gap:12px;margin-top:24px;display:flex}.public-actions .button{min-height:48px}.offer-note{max-width:64ch;color:var(--muted);margin:14px 0 0;font-size:13px;line-height:1.55}.public-proof-list{grid-template-columns:minmax(0,1fr);gap:0;max-width:640px;margin:28px 0 0;display:grid}.public-proof-list>div{border-top:1px solid var(--line);grid-template-columns:minmax(128px,.65fr) minmax(0,1fr);align-items:start;gap:16px;min-width:0;padding:13px 0;display:grid}.public-proof-list dt,.public-proof-list dd{margin:0}.public-proof-list dt{align-items:center;gap:8px;font-size:14px;font-weight:800;display:flex}.public-proof-list dd{color:var(--muted);font-size:14px;line-height:1.5}.output-proof{border:1px solid var(--line);background:var(--surface);border-radius:8px;min-width:0;margin:0;overflow:hidden;box-shadow:0 16px 36px #15211b1a}.output-proof img{object-fit:cover;object-position:top center;background:var(--surface-2);width:100%;height:clamp(280px,44vw,560px);display:block}.output-proof figcaption{border-top:1px solid var(--line);gap:4px;min-height:76px;padding:16px;display:grid}.output-proof figcaption span{color:var(--muted);font-size:12px;font-weight:700}.output-proof figcaption strong{font-size:15px;line-height:1.4}.public-next-band{border-top:1px solid var(--line);background:var(--surface);padding:48px 16px 64px}.public-next-band>*{width:min(1120px,100%);margin-inline:auto}.public-next-band h2{text-wrap:balance;max-width:34ch;margin-top:0;font-size:28px;line-height:1.25}.botzite-auth-page{place-items:center;min-height:100svh;padding:16px;display:grid}.auth-layout{border:1px solid var(--line);background:var(--surface);border-radius:8px;grid-template-columns:minmax(0,1fr);width:min(1080px,100%);min-width:0;display:grid;overflow:hidden;box-shadow:0 18px 42px #15211b1a}.auth-layout-login{min-height:635px}.auth-layout-signup{min-height:886px}.auth-layout-login.auth-layout-oauth{min-height:701px}.auth-layout-signup.auth-layout-oauth{min-height:952px}.auth-context,.auth-form-panel,.onboarding-panel{align-content:start;gap:18px;min-width:0;display:grid}.auth-context{color:#e8efeb;background:var(--dark);padding:28px 24px}.auth-context .botzite-brand{color:#f3f7f4}.auth-context .botzite-brand-mark{border-color:#72c9b4}.auth-context .botzite-brand-mark span{background:#72c9b4}.auth-context .eyebrow{color:#9ed9ca;margin:12px 0 0}.auth-context h2{text-wrap:balance;max-width:22ch;margin:0;font-size:24px;line-height:1.28}.auth-context>p:not(.eyebrow){color:#bcc9c2;max-width:54ch;margin:0;line-height:1.65}.auth-assurance{color:#cfd9d3;border-top:1px solid #ffffff29;align-items:flex-start;gap:10px;padding-top:18px;font-size:13px;line-height:1.55;display:flex}.auth-form-panel{padding:28px 24px}.back-link{width:fit-content;min-height:44px;color:var(--muted);align-items:center;gap:8px;font-size:14px;font-weight:700;display:inline-flex}.auth-heading{gap:8px;display:grid}.auth-heading h1,.onboarding-panel h1{text-wrap:balance;margin:0;font-size:30px;line-height:1.2}.auth-heading p,.onboarding-panel>p{color:var(--muted);margin:0;line-height:1.6}.auth-form-panel label>span{align-items:center;gap:7px;display:flex}.auth-form-panel label>span svg{width:16px;height:16px}.auth-form-panel input{min-height:48px}.selected-plan-note{background:var(--brand-soft);color:#174f41;border:1px solid #b9d8cd;border-radius:6px;margin:0;padding:10px 12px;font-size:13px;font-weight:700;line-height:1.5}.auth-switch-link{align-items:center;min-height:44px;display:inline-flex}.status-notice{border:1px solid var(--line);min-width:0;min-height:64px;color:var(--ink);background:#f8faf8;border-radius:6px;grid-template-columns:20px minmax(0,1fr);align-items:start;gap:10px;padding:12px;display:grid}.status-notice .status-icon{width:20px;height:20px;margin-top:1px}.status-notice strong,.status-notice p{margin:0;display:block}.status-notice p{color:var(--muted);margin-top:3px;font-size:13px;line-height:1.5}.status-notice.success{background:var(--brand-soft);color:#155744;border-color:#9ecbbb}.status-notice.warning{background:var(--warning-soft);color:#704b00;border-color:#dfc57c}.status-notice.error{color:var(--error);background:#fff2f0;border-color:#e3aaa4}.status-notice.loading .status-icon,.status-notice.info .status-icon{color:var(--brand)}.spinning{animation:.7s linear infinite botzite-spin}@keyframes botzite-spin{to{transform:rotate(360deg)}}.onboarding-panel{border:1px solid var(--line);background:var(--surface);border-radius:8px;width:min(640px,100%);padding:24px;box-shadow:0 18px 42px #15211b1a}.onboarding-panel .eyebrow{margin:4px 0 -6px}.account-identity{overflow-wrap:anywhere;font-variant-numeric:tabular-nums;font-family:IBM Plex Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.billing-plan-frame{align-content:start;gap:16px;min-height:316px;padding-top:2px;display:grid}.billing-plan-frame h2{margin:0;font-size:20px;line-height:1.25}.billing-plan-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.billing-term-option{text-align:start;border:1px solid var(--line);background:var(--surface);min-width:0;min-height:92px;color:var(--ink);border-radius:6px;align-content:center;gap:3px;padding:12px;display:grid}.billing-term-option:hover{border-color:#93a59b}.billing-term-option.selected{border-color:var(--brand);background:var(--brand-soft);box-shadow:inset 0 0 0 1px var(--brand)}.billing-term-option span,.billing-term-option small{color:var(--muted);font-size:12px}.billing-term-option strong{font-variant-numeric:tabular-nums;font-size:18px}.billing-disclosure{color:var(--muted);margin:0;font-size:13px;line-height:1.55}.plan-skeleton{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.plan-skeleton span{background:#e8ede9;border-radius:6px;min-height:92px;animation:.9s ease-in-out infinite alternate botzite-skeleton}@keyframes botzite-skeleton{0%{opacity:.55}to{opacity:1}}.checkout-status-frame{align-content:start;gap:16px;min-height:164px;display:grid}.billing-workspace-page{min-height:100svh;color:var(--ink);background:var(--canvas)}.billing-workspace-header,.billing-workspace,.billing-recovery-empty{width:min(100%,90rem);margin-inline:auto;padding-inline:1rem}.billing-workspace-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:1rem;min-height:4.25rem;display:flex}.billing-account-actions,.billing-intro-actions{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.billing-account-label{color:var(--muted);font-size:.875rem;font-weight:700}.billing-workspace{gap:1rem;padding-block:1.5rem 3rem;display:grid}.billing-workspace-intro{align-items:end;gap:1rem;display:grid}.billing-workspace-intro h1,.billing-recovery-empty h1{margin:0;font-size:2rem;line-height:1.2}.billing-workspace-intro p:not(.eyebrow),.billing-recovery-empty>p:not(.eyebrow),.billing-section>p{max-width:65ch;color:var(--muted);margin:.5rem 0 0;line-height:1.6}.billing-live-region{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.billing-status-band{border:1px solid var(--line);background:var(--surface);border-radius:.5rem;gap:.75rem;padding:1rem;display:grid}.continuity-status{border-top:1px solid var(--line);grid-template-columns:1.25rem minmax(0,1fr);align-items:start;gap:.625rem;padding-top:.75rem;display:grid}.continuity-status>svg{width:1.25rem;height:1.25rem;color:var(--warning)}.continuity-status strong,.continuity-status span{display:block}.continuity-status span,.billing-muted{color:var(--muted);margin-top:.25rem;font-size:.875rem;line-height:1.55}.continuity-status a{width:fit-content;min-height:2.75rem;color:var(--brand);grid-column:2;align-items:center;gap:.375rem;font-weight:800;display:inline-flex}.continuity-status a svg,.billing-intro-actions svg,.billing-portal-button svg,.billing-tabs svg{flex:none;width:1.125rem;height:1.125rem}.billing-tabs{border-bottom:1px solid var(--line);scrollbar-width:thin;gap:.25rem;padding-bottom:.25rem;display:flex;overflow-x:auto}.billing-tabs button{min-width:max-content;min-height:2.75rem;color:var(--muted);background:0 0;border:0;border-bottom:2px solid #0000;align-items:center;gap:.5rem;padding:.625rem .875rem;font-size:.9375rem;font-weight:800;display:inline-flex}.billing-tabs button.selected{border-bottom-color:var(--brand);color:var(--brand)}.billing-tab-panels [role=tabpanel]:focus-visible{outline:2px solid var(--brand);outline-offset:.25rem}.billing-section-grid{gap:1rem;display:grid}.billing-section{border-bottom:1px solid var(--line);min-width:0;padding:1.25rem 0}.billing-section h2{margin:0;font-size:1.25rem;line-height:1.3}.billing-detail-list{border-top:1px solid var(--line);margin:1rem 0 0;display:grid}.billing-detail-list>div{border-bottom:1px solid var(--line);gap:.25rem;padding:.875rem 0;display:grid}.billing-detail-list dt{color:var(--muted);font-size:.875rem;font-weight:700}.billing-detail-list dd{overflow-wrap:anywhere;min-width:0;margin:0;line-height:1.5}.billing-portal-button{width:100%;min-height:3rem;margin-top:1rem}.billing-member-list{border-top:1px solid var(--line);gap:0;margin:1rem 0 0;padding:0;list-style:none;display:grid}.billing-member-list li{border-bottom:1px solid var(--line);gap:.25rem;padding:.875rem 0;display:grid}.billing-member-list small{color:var(--muted);overflow-wrap:anywhere}.billing-recovery-empty{gap:1rem;max-width:42rem;padding-block:4rem;display:grid}@media (min-width:768px){.billing-workspace-header,.billing-workspace,.billing-recovery-empty{padding-inline:1.5rem}.billing-workspace-intro{grid-template-columns:minmax(0,1fr) auto}.billing-section-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem}.billing-detail-list>div{grid-template-columns:minmax(9rem,.55fr) minmax(0,1fr);align-items:baseline;gap:1rem}}@media (min-width:1024px){.billing-workspace-header,.billing-workspace,.billing-recovery-empty{padding-inline:2rem}.billing-workspace{padding-top:2rem}.billing-status-band{grid-template-columns:minmax(0,1fr) minmax(16rem,.5fr);align-items:stretch}.billing-status-band>.status-notice{height:100%}.billing-status-band>.continuity-status,.billing-status-band>.billing-portal-button,.billing-status-band>.status-notice:not(:first-child){grid-column:2}}@media (min-width:1440px){.billing-workspace-header,.billing-workspace,.billing-recovery-empty{padding-inline:2rem}}.side-logout{width:fit-content;min-height:44px;color:var(--muted);background:0 0;border:0;padding:0 4px;font-weight:700}@media (min-width:768px){.public-header{padding-inline:24px}.public-hero{padding:48px 24px 64px}.public-hero h1{font-size:52px}.public-proof-list{grid-template-columns:minmax(0,1fr)}.public-next-band{padding-inline:24px}.auth-layout{grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr)}.auth-layout-login{min-height:460px}.auth-layout-signup{min-height:711px}.auth-layout-login.auth-layout-oauth{min-height:526px}.auth-layout-signup.auth-layout-oauth{min-height:777px}.auth-context,.auth-form-panel{padding:40px}}@media (min-width:1024px){.public-hero{grid-template-columns:repeat(12,minmax(0,1fr));gap:24px;min-height:calc(100svh - 112px)}.public-hero-copy{grid-column:1/span 5}.output-proof{grid-column:6/-1}.public-hero h1{font-size:64px}.auth-context h2{font-size:28px}.auth-layout-login{min-height:434px}.auth-layout-signup{min-height:685px}.auth-layout-login.auth-layout-oauth{min-height:500px}.auth-layout-signup.auth-layout-oauth{min-height:751px}}@media (min-width:1440px){.public-header,.public-hero,.public-next-band{padding-inline:32px}}@media (max-width:480px){.public-actions .button{flex:100%}.public-proof-list>div{grid-template-columns:minmax(0,1fr);gap:5px}.auth-context{padding-block:22px}.auth-context>p:not(.eyebrow),.auth-assurance{display:none}.auth-form-panel,.onboarding-panel{padding:20px}.auth-layout-login .auth-form-panel{min-height:418px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:1ms!important;animation-duration:1ms!important;animation-iteration-count:1!important}}.yunmu-room{--yr-ink:#151918;--yr-paper:#f5f7f5;--yr-white:#fff;--yr-line:#d7ddd8;--yr-muted:#65706b;--yr-green:#b7ed38;--yr-cyan:#0b91ad;background:var(--yr-paper);min-height:100vh;color:var(--yr-ink);letter-spacing:0;font-family:Arial,PingFang SC,sans-serif}.yunmu-room *,.yunmu-room :before,.yunmu-room :after{box-sizing:border-box;letter-spacing:0}.yunmu-room-topbar{z-index:40;border-bottom:1px solid var(--yr-line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff5;grid-template-columns:minmax(190px,1fr) auto minmax(280px,1fr);align-items:center;min-height:64px;padding:0 28px;display:grid;position:sticky;top:0}.yunmu-room-topbar nav,.yunmu-room-actor,.yunmu-room-band-head>div,.yunmu-room-actions,.yunmu-room-locales{align-items:center;display:flex}.yunmu-room .botzite-brand{width:max-content;min-height:44px;color:var(--yr-ink);align-items:center;gap:9px;font-size:15px;font-weight:900;text-decoration:none;display:inline-flex}.yunmu-room .botzite-brand-mark{background:var(--yr-ink);border-radius:4px;grid-template-columns:repeat(2,1fr);gap:3px;width:30px;height:30px;padding:6px;display:grid}.yunmu-room .botzite-brand-mark>span{background:var(--yr-green)}.yunmu-room-topbar nav{gap:22px}.yunmu-room-topbar nav a{min-width:44px;min-height:44px;color:var(--yr-ink);justify-content:center;align-items:center;font-size:13px;font-weight:700;text-decoration:none;display:flex}.yunmu-room-actor{justify-content:flex-end;gap:10px;min-width:0}.yunmu-room-actor>span{background:var(--yr-green);text-transform:uppercase;border-radius:4px;padding:5px 8px;font-size:11px;font-weight:900}.yunmu-room-actor>strong{text-overflow:ellipsis;white-space:nowrap;max-width:220px;font-size:12px;overflow:hidden}.yunmu-room .icon-button{border:1px solid var(--yr-line);background:var(--yr-white);width:44px;height:44px;color:var(--yr-ink);cursor:pointer;border-radius:4px;flex:0 0 44px;place-items:center;display:grid}.yunmu-room>main{width:min(100% - 48px,1260px);margin:0 auto;padding:42px 0 64px}.yunmu-room-heading{justify-content:space-between;align-items:flex-end;gap:24px;padding-bottom:26px;display:flex}.yunmu-room-heading p{color:var(--yr-cyan);margin:0 0 8px;font-size:12px;font-weight:900}.yunmu-room-heading h1{margin:0;font-size:34px;line-height:1.08}.yunmu-room .button{border-radius:4px;min-height:44px}.yunmu-room .button.primary{border-color:var(--yr-ink);background:var(--yr-ink);color:var(--yr-white)}.yunmu-room .button.secondary,.yunmu-room .button.ghost{border:1px solid var(--yr-line);background:var(--yr-white);color:var(--yr-ink)}.yunmu-room .button.ghost{min-height:44px;padding:7px 10px;font-size:12px}.yunmu-room-steps{border:1px solid var(--yr-line);background:var(--yr-white);grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:24px;display:grid}.yunmu-room-steps article{border-right:1px solid var(--yr-line);grid-template-columns:34px 1fr auto;align-items:center;gap:10px;min-height:78px;padding:14px 16px;display:grid}.yunmu-room-steps article:last-child{border-right:0}.yunmu-room-steps article>span{background:#e9eeea;border-radius:4px;place-items:center;width:30px;height:30px;font-size:12px;font-weight:900;display:grid}.yunmu-room-steps article.is-done>span{background:var(--yr-green)}.yunmu-room-steps article div{gap:3px;min-width:0;display:grid}.yunmu-room-steps article strong{font-size:13px}.yunmu-room-steps article small{color:var(--yr-muted);text-overflow:ellipsis;font-size:11px;overflow:hidden}.yunmu-room-notice{border-left:4px solid var(--yr-cyan);background:#e9f5f7;margin-bottom:18px;padding:12px 14px;font-size:13px;font-weight:700}.yunmu-room-notice.is-bad{background:#fff0ed;border-left-color:#c84433}.yunmu-room-band{border-top:1px solid var(--yr-line);padding:28px 0}.yunmu-room-band:last-child{border-bottom:1px solid var(--yr-line)}.yunmu-room-band-head{justify-content:space-between;align-items:center;gap:20px;margin-bottom:20px;display:flex}.yunmu-room-band-head>div{gap:10px}.yunmu-room-band-head h2{margin:0;font-size:18px}.yunmu-room-status{color:#48514c;text-transform:uppercase;background:#e9eeea;border-radius:4px;align-items:center;min-height:28px;padding:4px 8px;font-size:11px;font-weight:900;display:inline-flex}.yunmu-room-status.is-good{background:var(--yr-green);color:var(--yr-ink)}.yunmu-room-status.is-bad{color:#8e2c1e;background:#ffe0da}.yunmu-room-upload,.yunmu-room-actions{flex-wrap:wrap;gap:10px;margin-bottom:18px;display:flex}.yunmu-room-upload input[type=file]{border:1px solid var(--yr-line);background:var(--yr-white);border-radius:4px;min-width:min(100%,390px);min-height:44px;padding:9px}.yunmu-room-metrics{border-block:1px solid var(--yr-line);grid-template-columns:repeat(5,minmax(0,1fr));margin-bottom:18px;display:grid}.yunmu-room-metrics article{border-right:1px solid var(--yr-line);gap:6px;min-height:78px;padding:14px 16px;display:grid}.yunmu-room-metrics article:last-child{border-right:0}.yunmu-room-metrics span,.yunmu-room-release small{color:var(--yr-muted);text-transform:uppercase;font-size:11px;font-weight:700}.yunmu-room-metrics strong{font-size:20px}.yunmu-room-table{border:1px solid var(--yr-line);background:var(--yr-white);display:grid}.yunmu-room-table article{border-bottom:1px solid var(--yr-line);grid-template-columns:58px minmax(110px,1fr) 90px 110px auto;align-items:center;gap:12px;min-height:54px;padding:8px 12px;font-size:12px;display:grid}.yunmu-room-table article:last-child{border-bottom:0}.yunmu-room-table small{color:var(--yr-muted)}.yunmu-room-locked{color:var(--yr-muted);text-transform:uppercase;justify-self:end;font-size:11px;font-weight:800}.yunmu-room-locales{flex-wrap:wrap;gap:8px}.yunmu-room-locales a{border:1px solid var(--yr-line);background:var(--yr-white);min-height:44px;color:var(--yr-ink);border-radius:4px;align-items:center;gap:7px;padding:8px 12px;font-size:12px;font-weight:800;text-decoration:none;display:inline-flex}.yunmu-room-release{border:1px solid var(--yr-line);background:var(--yr-white);grid-template-columns:repeat(2,minmax(0,1fr)) auto;align-items:end;gap:20px;margin-bottom:18px;padding:20px;display:grid}.yunmu-room-release>div{gap:7px;min-width:0;display:grid}.yunmu-room-release code{color:var(--yr-muted);text-overflow:ellipsis;font-size:11px;overflow:hidden}.yunmu-room-leads{border:1px solid var(--yr-line);background:var(--yr-line);grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;display:grid}.yunmu-room-leads article{background:var(--yr-white);min-height:148px;padding:18px}.yunmu-room-leads article>div{justify-content:space-between;gap:12px;display:flex}.yunmu-room-leads article p{color:#39423e;min-height:42px;margin:18px 0;font-size:13px;line-height:1.55}.yunmu-room-leads article span,.yunmu-room-leads article small{color:var(--yr-muted);font-size:11px}.yunmu-room-empty{background:var(--yr-white);min-height:128px;color:var(--yr-muted);grid-column:1/-1;justify-content:center;align-items:center;gap:9px;display:flex}.yunmu-room .spin{animation:.9s linear infinite yunmu-room-spin}@keyframes yunmu-room-spin{to{transform:rotate(360deg)}}@media (max-width:900px){.yunmu-room-topbar{grid-template-columns:1fr auto}.yunmu-room-topbar nav,.yunmu-room-actor>strong{display:none}.yunmu-room-steps{grid-template-columns:repeat(2,minmax(0,1fr))}.yunmu-room-steps article:nth-child(2){border-right:0}.yunmu-room-steps article:nth-child(-n+2){border-bottom:1px solid var(--yr-line)}.yunmu-room-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}.yunmu-room-release{grid-template-columns:1fr 1fr}.yunmu-room-release .button{grid-column:1/-1}}@media (max-width:620px){.yunmu-room-topbar{min-height:58px;padding:0 14px}.yunmu-room-actor>span{display:none}.yunmu-room>main{width:min(100% - 28px,1260px);padding-top:28px}.yunmu-room-heading{align-items:flex-start}.yunmu-room-heading h1{font-size:27px}.yunmu-room .yunmu-room-heading .button{color:#0000;flex:0 0 44px;gap:0;width:44px;padding:0;font-size:0;overflow:hidden}.yunmu-room-heading .button svg{color:var(--yr-ink)}.yunmu-room-steps{grid-template-columns:1fr}.yunmu-room-steps article,.yunmu-room-steps article:nth-child(2){border-right:0;border-bottom:1px solid var(--yr-line)}.yunmu-room-steps article:last-child{border-bottom:0}.yunmu-room-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.yunmu-room-metrics article{border-bottom:1px solid var(--yr-line)}.yunmu-room-table article{grid-template-columns:46px 1fr auto}.yunmu-room-table article small,.yunmu-room-table article .yunmu-room-status{display:none}.yunmu-room-release,.yunmu-room-leads{grid-template-columns:1fr}}.yunmu-site{--ym-ink:#111513;--ym-paper:#f4f6f3;--ym-white:#fff;--ym-line:#cbd2cc;--ym-muted:#65706a;--ym-cyan:#00a6c8;--ym-lime:#b9ef3c;--ym-red:#e34a36;background:var(--ym-paper);min-width:0;color:var(--ym-ink);letter-spacing:0;font-family:Arial,PingFang SC,Noto Sans CJK SC,sans-serif;overflow-x:clip}.yunmu-site *,.yunmu-site :before,.yunmu-site :after{box-sizing:border-box;letter-spacing:0}.yunmu-site img{max-width:100%;display:block}.yunmu-shell{width:min(100% - 64px,1320px);margin-inline:auto}.yunmu-header{z-index:30;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#f4f6f3f0;border-block-end:1px solid #11151329;grid-template-columns:minmax(200px,1fr) auto minmax(250px,1fr);align-items:center;min-height:68px;padding-inline:32px;display:grid;position:sticky;inset-block-start:0}.yunmu-brand,.yunmu-nav,.yunmu-header-actions,.yunmu-language summary,.yunmu-header-cta,.yunmu-button,.yunmu-text-link{align-items:center;display:flex}.yunmu-brand{min-height:44px;color:var(--ym-ink);gap:10px;font-size:17px;font-weight:800;text-decoration:none}.yunmu-brand-mark{background:var(--ym-ink);width:34px;height:34px;color:var(--ym-lime);border-radius:4px;place-items:center;display:grid}.yunmu-nav{gap:28px}.yunmu-nav a{min-width:44px;min-height:44px;color:var(--ym-ink);align-items:center;font-size:13px;font-weight:700;text-decoration:none;display:flex}.yunmu-header-actions{justify-content:flex-end;gap:12px}.yunmu-language{position:relative}.yunmu-language summary{cursor:pointer;gap:7px;min-height:44px;padding-inline:10px;font-size:12px;font-weight:700;list-style:none}.yunmu-language summary::-webkit-details-marker{display:none}.yunmu-language-menu{border:1px solid var(--ym-line);background:var(--ym-white);border-radius:6px;width:170px;padding:6px;display:grid;position:absolute;inset-block-start:calc(100% + 10px);inset-inline-end:0;box-shadow:0 18px 50px #11151326}.yunmu-language-menu a{min-height:44px;color:var(--ym-ink);border-radius:3px;align-items:center;padding:10px 11px;font-size:13px;text-decoration:none;display:flex}.yunmu-language-menu a:hover,.yunmu-language-menu a[aria-current=page]{background:var(--ym-paper)}.yunmu-header-cta,.yunmu-button{border-radius:4px;justify-content:center;gap:9px;min-height:44px;font-size:13px;font-weight:800;text-decoration:none}.yunmu-header-cta{background:var(--ym-ink);color:var(--ym-white);padding-inline:16px}.yunmu-hero{isolation:isolate;background-color:#e8ece8;align-items:center;min-height:min(760px,100svh - 116px);display:flex;position:relative;overflow:hidden}.yunmu-hero-image{z-index:-2;object-fit:contain;object-position:right center;width:62%;height:100%;position:absolute;inset-block:0;inset-inline-end:0}[dir=rtl] .yunmu-hero-image{object-position:left center;inset-inline:0 auto}.yunmu-hero-shade{z-index:-1;background:linear-gradient(90deg,#e8ece8 8%,#e8ece8fa 32%,#e8ece81a 72%);position:absolute;inset:0}[dir=rtl] .yunmu-hero-shade{transform:scaleX(-1)}.yunmu-hero-inner{z-index:2;padding-block:76px;position:relative}.yunmu-kicker{color:var(--ym-ink);text-transform:uppercase;align-items:center;gap:11px;margin:0 0 24px;font-size:13px;font-weight:800;display:flex}.yunmu-kicker span{background:var(--ym-cyan);width:32px;height:3px}.yunmu-hero h1{overflow-wrap:anywhere;max-width:720px;margin:0;font-size:72px;font-weight:900;line-height:.98}.yunmu-hero-copy{color:#39423d;max-width:600px;margin:26px 0 0;font-size:19px;line-height:1.65}.yunmu-hero-actions{flex-wrap:wrap;align-items:center;gap:24px;margin-block-start:38px;display:flex}.yunmu-button{min-height:52px;padding-inline:22px}.yunmu-button-primary{background:var(--ym-ink);color:var(--ym-white)}.yunmu-text-link{min-height:44px;color:var(--ym-ink);gap:8px;font-size:14px;font-weight:800;text-decoration:none}.yunmu-hero-model{z-index:1;color:#11151311;pointer-events:none;font-size:172px;font-weight:900;line-height:1;position:absolute;inset-block-end:-28px;inset-inline-end:-10px}.yunmu-metrics{border-block:1px solid var(--ym-line);background:var(--ym-white)}.yunmu-metrics-grid{grid-template-columns:1.55fr repeat(3,1fr);display:grid}.yunmu-metrics-grid>*{border-inline-end:1px solid var(--ym-line);min-height:156px;padding:30px}.yunmu-metrics-grid>:last-child{border-inline-end:0}.yunmu-metric-intro span{color:var(--ym-cyan);text-transform:uppercase;font-size:12px;font-weight:800}.yunmu-metric-intro p{max-width:420px;margin:13px 0 0;font-size:14px;line-height:1.55}.yunmu-metrics article{flex-direction:column;justify-content:space-between;display:flex}.yunmu-metrics strong{font-size:46px;line-height:1}.yunmu-metrics article span{color:var(--ym-muted);font-size:13px}.yunmu-section{padding-block:112px}.yunmu-section-heading{grid-template-columns:76px minmax(280px,.8fr) minmax(320px,1fr);align-items:start;gap:28px;margin-block-end:60px;display:grid}.yunmu-section-heading>span{color:var(--ym-cyan);font-size:13px;font-weight:900}.yunmu-section-heading h2{overflow-wrap:anywhere;margin:0;font-size:44px;line-height:1.06}.yunmu-section-heading p{max-width:560px;color:var(--ym-muted);margin:4px 0 0;font-size:15px;line-height:1.7}.yunmu-section-heading.is-light h2,.yunmu-section-heading.is-light p{color:var(--ym-white)}.yunmu-product-grid{border:1px solid var(--ym-line);background:var(--ym-line);grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;display:grid}.yunmu-product{background:var(--ym-white);min-width:0}.yunmu-product-media{aspect-ratio:1;background:#ecefec;place-items:center;display:grid;position:relative;overflow:hidden}.yunmu-product-media img{object-fit:contain;width:100%;height:100%}.yunmu-product-media>span{background:var(--ym-ink);width:34px;height:34px;color:var(--ym-lime);border-radius:50%;place-items:center;font-size:11px;font-weight:900;display:grid;position:absolute;inset-block-start:14px;inset-inline-end:14px}.yunmu-product-placeholder,.yunmu-case-placeholder{color:#929b96;place-items:center;width:100%;height:100%;display:grid}.yunmu-product-copy{min-height:190px;padding:25px 24px 22px}.yunmu-product-copy h3{margin:0;font-size:22px}.yunmu-product-copy p{min-height:66px;color:var(--ym-muted);margin:13px 0 18px;font-size:13px;line-height:1.55}.yunmu-product-copy small,.yunmu-tech-list span,.yunmu-agent-grid small{color:#77817c;font-size:10px;font-weight:700}.yunmu-scenarios{isolation:isolate;background-color:#151a17;min-height:640px;position:relative}.yunmu-scene-image{z-index:-2;object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.yunmu-scenarios-shade{z-index:-1;background:#0b0f0dc7;position:absolute;inset:0}.yunmu-scenario-grid{background:#ffffff47;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;display:grid}.yunmu-scenario-grid article{min-height:220px;color:var(--ym-white);background:#101512c7;flex-direction:column;justify-content:space-between;padding:28px;display:flex}.yunmu-scenario-grid svg{color:var(--ym-lime)}.yunmu-scenario-grid b{font-size:17px;line-height:1.45}.yunmu-scenario-grid span{color:#adb8b1;font-size:10px}.yunmu-cases{background:var(--ym-white)}.yunmu-case-list{border-block-start:1px solid var(--ym-line)}.yunmu-case-list article{border-block-end:1px solid var(--ym-line);grid-template-columns:1fr 1.15fr;min-height:360px;display:grid}.yunmu-case-list article:nth-child(2n) .yunmu-case-copy{order:2}.yunmu-case-copy{flex-direction:column;justify-content:center;padding:56px;display:flex}.yunmu-case-copy>span{color:var(--ym-red);font-size:11px;font-weight:900}.yunmu-case-copy h3{max-width:520px;margin:22px 0;font-size:32px;line-height:1.2}.yunmu-case-copy p{color:var(--ym-muted);margin:0;font-size:11px}.yunmu-case-list img,.yunmu-case-placeholder{object-fit:cover;background:#e8ece9;width:100%;height:360px}.yunmu-technology-layout{grid-template-columns:minmax(0,1.05fr) minmax(380px,.95fr);align-items:stretch;gap:72px;display:grid}.yunmu-technology .yunmu-section-heading{grid-template-columns:62px 1fr}.yunmu-technology .yunmu-section-heading p{grid-column:2}.yunmu-tech-list{border-block-start:1px solid var(--ym-line)}.yunmu-tech-list article{border-block-end:1px solid var(--ym-line);grid-template-columns:38px 1fr;gap:18px;padding-block:22px;display:grid}.yunmu-tech-list svg{color:var(--ym-cyan)}.yunmu-tech-list div{flex-direction:column;gap:8px;display:flex}.yunmu-tech-list b{font-size:15px;line-height:1.5}.yunmu-tech-media{min-height:570px;color:var(--ym-cyan);background:#dce2de;place-items:center;margin:0;display:grid;position:relative;overflow:hidden}.yunmu-tech-media:before{content:"";border:1px solid #00a6c859;position:absolute;inset:28px}.yunmu-tech-orbit{aspect-ratio:1;border:1px solid #11151329;border-radius:50%;place-items:center;width:min(72%,360px);display:grid;position:relative}.yunmu-tech-orbit:before,.yunmu-tech-orbit:after{content:"";border:1px dashed #00a6c880;border-radius:50%;position:absolute;inset:15%}.yunmu-tech-orbit:after{border-style:solid;inset:31%}.yunmu-tech-orbit>span{z-index:2;background:var(--ym-ink);width:64px;height:64px;color:var(--ym-lime);border-radius:50%;place-items:center;display:grid;position:absolute}.yunmu-tech-orbit i{background:var(--ym-cyan);border-radius:50%;width:12px;height:12px;position:absolute}.yunmu-tech-orbit i:first-of-type{inset-block-start:13%;inset-inline-start:26%}.yunmu-tech-orbit i:nth-of-type(2){inset-block-start:47%;inset-inline-end:3%}.yunmu-tech-orbit i:nth-of-type(3){inset-block-end:8%;inset-inline-start:43%}.yunmu-tech-media figcaption{color:var(--ym-ink);font-size:10px;font-weight:900;position:absolute;inset-block-end:40px;inset-inline-start:42px}.yunmu-agent{background:var(--ym-ink);color:var(--ym-white);padding-block:112px}.yunmu-agent-grid{background:#515853;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;display:grid}.yunmu-agent-grid article{background:#1b211d;min-height:350px;padding:50px;position:relative;overflow:hidden}.yunmu-agent-grid article>span{color:#b9ef3c1f;font-size:112px;font-weight:900;position:absolute;inset-block-start:12px;inset-inline-end:28px}.yunmu-agent-grid h3{color:var(--ym-lime);margin:72px 0 20px;font-size:34px;position:relative}.yunmu-agent-grid p{color:#c4ccc7;max-width:480px;font-size:15px;line-height:1.65;position:relative}.yunmu-global{background:var(--ym-lime)}.yunmu-global-layout{grid-template-columns:100px 1fr auto;align-items:center;gap:42px;display:grid}.yunmu-global-layout span{font-size:11px;font-weight:900}.yunmu-global-layout h2{margin:12px 0;font-size:42px}.yunmu-global-layout p{max-width:720px;margin:0;font-size:15px;line-height:1.6}.yunmu-global-layout>strong{font-size:74px;line-height:1}.yunmu-consult{background:var(--ym-white);padding-block:112px}.yunmu-consult-layout{grid-template-columns:minmax(0,.9fr) minmax(460px,.7fr);align-items:start;gap:100px;display:grid}.yunmu-consult h2{overflow-wrap:anywhere;max-width:700px;margin:0;font-size:56px;line-height:1.04}.yunmu-consult-layout>div>p:last-child{max-width:620px;color:var(--ym-muted);margin-block-start:25px;font-size:16px;line-height:1.7}.yunmu-form-frame{border:1px solid var(--ym-line);background:var(--ym-paper);border-radius:6px;padding:30px}.yunmu-form-frame .landing-form{grid-template-columns:1fr;gap:16px;display:grid}.yunmu-form-frame .landing-form label,.yunmu-form-frame .landing-form label.wide{grid-column:auto;gap:7px;display:grid}.yunmu-form-frame .landing-form label span{color:var(--ym-muted);font-size:12px;font-weight:700}.yunmu-form-frame .landing-form input,.yunmu-form-frame .landing-form textarea{border:1px solid var(--ym-line);background:var(--ym-white);width:100%;min-height:46px;color:var(--ym-ink);font:inherit;border-radius:3px;padding:11px 12px}.yunmu-form-frame .landing-form textarea{resize:vertical;min-height:112px}.yunmu-form-frame .landing-form .button{background:var(--ym-ink);min-height:50px;color:var(--ym-white);border:0;border-radius:4px;font-weight:800}.yunmu-footer{background:var(--ym-ink);color:var(--ym-white);border-block-start:1px solid #343a36;padding-block:28px}.yunmu-footer .yunmu-shell{justify-content:space-between;font-size:13px;font-weight:800;display:flex}@media (max-width:1100px){.yunmu-header{grid-template-columns:1fr auto}.yunmu-nav{display:none}.yunmu-hero h1{font-size:56px}.yunmu-product-grid,.yunmu-scenario-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.yunmu-technology-layout{grid-template-columns:1fr}.yunmu-tech-media{min-height:440px}}@media (max-width:767px){.yunmu-shell{width:min(100% - 32px,100%)}.yunmu-header{min-height:60px;padding-inline:16px}.yunmu-brand{font-size:14px}.yunmu-brand-mark{width:32px;height:32px}.yunmu-language summary span,.yunmu-header-cta{display:none}.yunmu-language summary{justify-content:center;width:44px;padding:0}.yunmu-hero{align-items:flex-end;min-height:calc(100svh - 108px)}.yunmu-hero-image,[dir=rtl] .yunmu-hero-image{object-position:center top;width:100%;height:65%;inset:0 0 auto}.yunmu-hero-shade,[dir=rtl] .yunmu-hero-shade{background:linear-gradient(#e8ece80a 22%,#e8ece8eb 52%,#e8ece8 78%);transform:none}.yunmu-hero-inner{flex-direction:column;justify-content:flex-end;align-self:stretch;padding-block:300px 54px;display:flex}.yunmu-kicker{margin-block-end:17px;font-size:11px}.yunmu-hero h1{max-width:100%;font-size:40px;line-height:1.02}.yunmu-hero-copy{margin-block-start:17px;font-size:15px;line-height:1.55}.yunmu-hero-actions{gap:18px;margin-block-start:26px}.yunmu-button{min-height:48px}.yunmu-hero-model{font-size:70px;inset-block-end:-8px}.yunmu-metrics-grid{grid-template-columns:repeat(3,1fr)}.yunmu-metrics-grid>*{min-height:112px;padding:18px 12px}.yunmu-metric-intro{border-inline-end:0;border-block-end:1px solid var(--ym-line);grid-column:1/-1;min-height:0}.yunmu-metrics strong{font-size:30px}.yunmu-metrics article span{font-size:10px;line-height:1.35}.yunmu-section,.yunmu-agent,.yunmu-consult{padding-block:72px}.yunmu-section-heading,.yunmu-technology .yunmu-section-heading{grid-template-columns:36px 1fr;gap:13px;margin-block-end:36px}.yunmu-section-heading h2{font-size:32px}.yunmu-section-heading p,.yunmu-technology .yunmu-section-heading p{grid-column:2;font-size:13px}.yunmu-product-grid,.yunmu-scenario-grid,.yunmu-agent-grid{grid-template-columns:1fr}.yunmu-product-copy{min-height:160px}.yunmu-scenario-grid article{min-height:170px}.yunmu-case-list article{grid-template-columns:1fr}.yunmu-case-list article:nth-child(2n) .yunmu-case-copy{order:initial}.yunmu-case-copy{min-height:250px;padding:34px 24px}.yunmu-case-copy h3{font-size:26px}.yunmu-case-list img,.yunmu-case-placeholder{height:260px}.yunmu-technology-layout{gap:38px}.yunmu-tech-media{min-height:330px}.yunmu-agent-grid article{min-height:280px;padding:32px 26px}.yunmu-agent-grid article>span{font-size:82px}.yunmu-global-layout{grid-template-columns:52px 1fr;gap:18px}.yunmu-global-layout h2{font-size:30px}.yunmu-global-layout>strong{grid-column:2;font-size:54px}.yunmu-consult-layout{grid-template-columns:1fr;gap:44px}.yunmu-consult h2{font-size:38px}.yunmu-form-frame{padding:20px}}@media (prefers-reduced-motion:reduce){.yunmu-site *{scroll-behavior:auto!important;transition:none!important}}.review-room-page{background:var(--canvas);min-height:100svh;color:var(--ink);padding-bottom:112px}.review-room-header,.review-room-shell,.review-error-surface{width:min(100%,1440px);margin-inline:auto;padding-inline:16px}.review-room-header{border-bottom:1px solid var(--line);grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;min-height:68px;display:grid}.review-product-identity,.review-account-actions,.review-title-row,.review-preview-heading,.review-section-heading,.review-decision-bar,.review-decision-actions,.review-dialog-actions,.review-evidence-row,.review-comment>div{align-items:center;display:flex}.review-product-identity{gap:8px;min-width:0;font-weight:750}.review-product-identity span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.review-product-identity small,.review-status-list dt,.review-next-action span,.review-change small,.review-change em,.review-muted,.review-evidence-row p,.review-evidence-row small,.review-preview p,.review-overview-card p,.review-history-card p{color:var(--muted)}.review-product-identity small{white-space:nowrap}.review-product-identity small b,.review-product-identity small em{font:inherit}.review-account-actions{gap:10px}.review-billing-link{min-width:44px;min-height:44px;color:var(--ink);justify-content:center;align-items:center;font-weight:700;display:inline-flex}.review-live-region{width:min(100%,1440px);margin-inline:auto;padding-inline:16px}.review-room-shell{gap:16px;padding-block:20px;display:grid}.review-status-rail,.review-main-surface,.review-overview-card,.review-history-card,.review-evidence-list>li,.review-change,.review-decision-panel,.review-error-surface{border:1px solid var(--line);background:var(--white);border-radius:8px}.review-status-rail,.review-main-surface,.review-overview-card,.review-history-card,.review-decision-panel,.review-error-surface{padding:20px}.review-status-rail h1,.review-title-row h2,.review-error-surface h1{margin:4px 0 8px;font-size:24px;line-height:1.2}.review-mobile-status-details{display:none}.review-status-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:18px 0;display:grid}.review-status-list div{min-width:0}.review-status-list dt{font-size:13px}.review-status-list dd{overflow-wrap:anywhere;margin:4px 0 0;font-weight:700}.review-rail-details{border-top:1px solid var(--line);padding-top:12px}.review-rail-details summary{cursor:pointer;align-items:center;gap:6px;min-height:44px;font-weight:700;display:flex}.review-rail-details summary svg{width:16px;height:16px}.review-rail-details p{color:var(--muted);margin:4px 0 0;line-height:1.55}.review-next-action{border-left:3px solid var(--accent);background:var(--accent-soft);gap:5px;margin-top:18px;padding:12px;display:grid}.review-next-action strong{font-size:14px;line-height:1.45}.review-title-row,.review-preview-heading,.review-section-heading{justify-content:space-between;gap:16px}.review-title-row h2,.review-section-heading h3,.review-preview-heading h3,.review-overview-card h3,.review-history-card h3,.review-decision-panel h2{margin:0;font-size:20px;line-height:1.3}.review-title-row>div>p,.review-section-heading p,.review-preview-heading p{color:var(--muted);margin:4px 0 0}.review-refresh{flex:none}.review-tabs{border-bottom:1px solid var(--line);scrollbar-width:thin;gap:4px;margin:20px -20px;padding:0 20px 4px;display:flex;overflow-x:auto}.review-tabs button{border:0;min-height:44px;color:var(--muted);font:inherit;white-space:nowrap;background:0 0;border-bottom:3px solid #0000;flex:none;padding:0 12px;font-size:14px;font-weight:750}.review-tabs button.selected{border-bottom-color:var(--accent);color:var(--ink)}.review-overview-grid{gap:12px;display:grid}.review-overview-card p{line-height:1.55}.review-overview-card dl,.review-decision-panel dl{gap:10px;margin:18px 0 0;display:grid}.review-overview-card dl div,.review-decision-panel dl div{gap:2px;display:grid}.review-overview-card dt,.review-decision-panel dt{color:var(--muted);font-size:13px}.review-overview-card dd,.review-decision-panel dd{overflow-wrap:anywhere;margin:0;font-weight:700}.review-check-list,.review-history-card ul,.review-evidence-list,.review-comment ul{margin:16px 0 0;padding:0;list-style:none}.review-check-list{gap:10px;display:grid}.review-check-list li{align-items:center;gap:8px;line-height:1.4;display:flex}.review-check-list li svg{width:18px;color:var(--accent);flex:none}.review-check-list li.pending svg{color:var(--warning)}.review-history-card ul{gap:8px;display:grid}.review-history-card li{border-top:1px solid var(--line);justify-content:space-between;gap:12px;padding-top:8px;display:flex}.review-history-card li:first-child{border-top:0}.review-history-card small{color:var(--muted);text-align:right}.review-preview-heading{align-items:flex-start;margin-bottom:14px}.review-preview iframe{aspect-ratio:4/3;border:1px solid var(--line);background:var(--canvas);border-radius:6px;width:100%;min-height:420px;display:block}.review-preview-badge{align-items:center;gap:6px;margin:10px 0 0;font-size:13px;display:inline-flex}.review-preview-badge svg{width:16px}.review-section-heading>span{background:var(--accent-soft);color:var(--accent);border-radius:4px;flex:none;padding:6px 8px;font-size:13px;font-weight:750}.review-evidence-list{gap:12px;display:grid}.review-evidence-list>li{padding:16px}.review-evidence-row{align-items:flex-start;gap:12px}.review-evidence-row>div{min-width:0}.review-evidence-row h4{margin:0;font-size:16px;line-height:1.45}.review-evidence-row p,.review-evidence-row small{overflow-wrap:anywhere;margin:6px 0 0;line-height:1.45;display:block}.evidence-state{background:var(--line);color:var(--ink);border-radius:4px;flex:none;padding:5px 7px;font-size:12px;font-weight:750}.evidence-state.sourced{background:var(--accent-soft);color:var(--accent)}.evidence-state.manual_review{background:var(--warning-soft);color:var(--warning)}.review-comment{border-top:1px solid var(--line);margin-top:14px;padding-top:12px}.review-comment label{margin-bottom:6px;font-size:13px;font-weight:700;display:block}.review-comment>div{align-items:stretch;gap:8px}.review-comment input{flex:1;min-width:0}.icon-text-button{border:1px solid var(--line);background:var(--white);min-height:44px;color:var(--ink);font:inherit;border-radius:6px;flex:none;justify-content:center;align-items:center;gap:6px;padding-inline:10px;font-weight:750;display:inline-flex}.icon-text-button svg{width:16px}.review-comment ul{gap:6px;display:grid}.review-comment li{border-left:2px solid var(--line);color:var(--muted);padding-left:8px;line-height:1.45}.review-changes{gap:12px;display:grid}.review-change{overflow:hidden}.review-change header{background:var(--canvas);justify-content:space-between;gap:12px;padding:12px 16px;display:flex}.review-change header span{color:var(--muted);font-size:13px}.review-change-values{display:grid}.review-change-values>div{min-width:0;padding:14px 16px}.review-change-values>div+div{border-top:1px solid var(--line)}.review-change p{overflow-wrap:anywhere;margin:4px 0 0;line-height:1.5}.review-decision-panel{gap:14px;display:grid}.review-decision-panel>.button{width:fit-content}.review-decision-spacer{height:112px}.review-decision-bar{z-index:20;border-top:1px solid var(--line);padding:12px max(16px, env(safe-area-inset-right)) calc(12px + env(safe-area-inset-bottom)) max(16px, env(safe-area-inset-left));background:#fffffffa;justify-content:space-between;gap:12px;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -8px 24px #15211b14}.review-decision-bar>div:first-child{gap:2px;min-width:0;display:grid}.review-decision-bar span,.review-decision-bar small{color:var(--muted);overflow-wrap:anywhere}.review-decision-actions{flex:none;gap:8px}.review-decision-actions .button{min-height:48px}.review-decision-dialog{border:1px solid var(--line);width:min(100% - 32px,520px);color:var(--ink);background:var(--white);border-radius:8px;padding:0;box-shadow:0 24px 80px #15211b3d}.review-decision-dialog::backdrop{background:#15211b73}.review-decision-dialog form{gap:14px;padding:24px;display:grid}.review-decision-dialog h2,.review-decision-dialog p{margin:0}.review-decision-dialog p{line-height:1.55}.review-decision-dialog label{font-weight:750}.review-decision-dialog textarea{min-height:112px}.review-dialog-actions{justify-content:flex-end;gap:8px}.review-error-surface{max-width:680px;margin-top:48px}.review-loading-skeleton{min-height:280px}.review-loading-skeleton>span{background:#e8ede9;border-radius:4px;min-height:48px;animation:.9s ease-in-out infinite alternate botzite-skeleton;display:block}.review-preview-fixture{color:#15211b;background:#f5f7f3;min-height:100svh;padding:48px 24px;font:16px/1.5 system-ui,sans-serif}.review-preview-fixture h1{max-width:18ch;margin:8px 0;font-size:32px;line-height:1.2}@media (min-width:768px){.review-live-region{padding-inline:24px}}@media (min-width:1440px){.review-live-region{padding-inline:32px}}@media (min-width:768px){.review-room-header,.review-room-shell,.review-error-surface{padding-inline:24px}.review-overview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.review-history-card{grid-column:1/-1}.review-status-list{grid-template-columns:1fr}.review-change-values{grid-template-columns:repeat(2,minmax(0,1fr))}.review-change-values>div+div{border-top:0;border-left:1px solid var(--line)}}@media (min-width:1024px){.review-room-page{padding-bottom:88px}.review-room-header,.review-room-shell,.review-error-surface{padding-inline:24px}.review-room-shell{grid-template-columns:minmax(240px,3fr) minmax(0,9fr);align-items:start;gap:24px}.review-status-rail{position:sticky;top:16px}.review-decision-spacer{height:88px}.review-decision-bar{padding-inline:max(24px,50% - 696px)}}@media (min-width:1440px){.review-room-header,.review-room-shell,.review-error-surface{padding-inline:32px}}@media (max-width:520px){.review-room-header{grid-template-columns:auto minmax(0,1fr) auto}.review-account-actions .review-billing-link,.review-product-identity small em{display:none}.review-account-actions .side-logout{font-size:13px}.review-status-rail,.review-main-surface{padding:16px}.review-tabs{margin-inline:-16px;padding-inline:16px}.review-preview-heading,.review-section-heading,.review-title-row,.review-decision-bar{align-items:flex-start}.review-preview-heading,.review-section-heading,.review-title-row{flex-direction:column}.review-preview iframe{min-height:320px}.review-comment>div{flex-direction:column}.review-comment .icon-text-button{width:100%}.review-decision-bar{flex-direction:column}.review-decision-actions{width:100%}.review-decision-actions .button{flex:1;padding-inline:8px}}@media (max-width:767px){.review-status-list,.review-rail-details{display:none}.review-mobile-status-details{border-top:1px solid var(--line);padding-top:10px;display:block}.review-mobile-status-details summary{min-height:44px;color:var(--ink);cursor:pointer;align-items:center;font-weight:750;display:flex}.review-mobile-status-details dl{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:4px 0 12px;display:grid}.review-mobile-status-details dl>div{min-width:0}.review-mobile-status-details dt,.review-mobile-status-details dd{overflow-wrap:anywhere}.review-mobile-status-details dd{margin:2px 0 0;font-weight:750}.review-next-action{margin-top:8px;padding:10px 12px}}.admin-control-room{--admin-ink:#15211b;--admin-canvas:#f5f7f3;--admin-surface:#fff;--admin-line:#d7ded8;--admin-muted:#5d6b63;--admin-brand:#0f7c66;--admin-brand-soft:#e7f4ef;--admin-warning:#9a6700;--admin-warning-soft:#fff3cd;--admin-risk:#b5472c;background:var(--admin-canvas);min-height:100svh;color:var(--admin-ink);letter-spacing:0;font-size:16px}.admin-sidebar{border-bottom:1px solid var(--admin-line);background:var(--admin-surface);align-items:center;gap:8px;min-width:0;padding:10px 16px;display:flex;overflow-x:auto}.admin-sidebar>p{color:var(--admin-muted);margin:0;font-size:13px;display:none}.admin-sidebar nav{gap:4px;display:flex}.admin-sidebar nav a,.admin-workspace-link{min-width:max-content;min-height:44px;color:var(--admin-muted);border-radius:6px;align-items:center;gap:8px;padding:0 12px;font-size:14px;font-weight:750;text-decoration:none;display:inline-flex}.admin-sidebar nav a.active{background:var(--admin-brand-soft);color:var(--admin-brand)}.admin-workspace-link{margin-left:auto}.admin-main{min-width:0}.admin-operator-bar{border-bottom:1px solid var(--admin-line);background:var(--admin-surface);align-items:center;gap:12px;min-height:64px;padding:8px 16px;display:flex}.admin-operator-bar>span{font-size:14px;font-weight:800}.admin-operator-bar>div{min-width:0;margin-left:auto;display:grid}.admin-operator-bar strong,.admin-operator-bar small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.admin-operator-bar small{color:var(--admin-muted);font-size:12px}.admin-content{width:min(1440px,100%);margin:0 auto;padding:24px 16px 48px}.admin-page-head{justify-content:space-between;align-items:flex-end;gap:16px;display:flex}.admin-page-head h1{letter-spacing:0;margin:0;font-size:28px;line-height:1.2}.admin-page-head p{max-width:65ch;color:var(--admin-muted);margin:6px 0 0;line-height:1.5}.admin-page-head time{color:var(--admin-muted);font-family:var(--font-mono,ui-monospace, SFMono-Regular, Menlo, monospace);font-variant-numeric:tabular-nums;white-space:nowrap;font-size:12px}.admin-summary{border-block:1px solid var(--admin-line);grid-template-columns:repeat(2,minmax(0,1fr));margin-top:24px;display:grid}.admin-summary-metric{border-right:1px solid var(--admin-line);align-content:center;min-height:76px;padding:10px 16px;display:grid}.admin-summary-metric:nth-child(2n){border-right:0}.admin-summary-metric span{color:var(--admin-muted);font-size:12px;font-weight:750}.admin-summary-metric strong{font-variant-numeric:tabular-nums;font-size:24px}.admin-summary-metric.tone-risk strong{color:var(--admin-risk)}.admin-summary-metric.tone-warning strong{color:var(--admin-warning)}.admin-filters{gap:12px;margin:20px 0;display:grid}.admin-filters label,.admin-reason{color:var(--admin-muted);gap:5px;font-size:12px;font-weight:750;display:grid}.admin-filters select,.admin-reason textarea{border:1px solid var(--admin-line);background:var(--admin-surface);width:100%;min-height:44px;color:var(--admin-ink);font:inherit;border-radius:6px;padding:8px 10px}.admin-filters .button{min-height:48px}.admin-table-wrap{min-width:0}.admin-table-head{display:none}.admin-rows{gap:10px;display:grid}.admin-row{border:1px solid var(--admin-line);background:var(--admin-surface);border-radius:8px;gap:14px;min-width:0;padding:16px;display:grid}.admin-row.risk-billing{background:#fffcf3;border-color:#d49a3a}.admin-row.risk-fraud,.admin-row.risk-override,.admin-row.risk-takedown{border-color:var(--admin-risk)}.admin-row>div{gap:3px;min-width:0;display:grid}.admin-row>div:before{content:attr(data-label);color:var(--admin-muted);text-transform:uppercase;font-size:11px;font-weight:800}.admin-row strong,.admin-row span,.admin-row small{overflow-wrap:anywhere;min-width:0}.admin-row small,.admin-row>div>span:not(.admin-status){color:var(--admin-muted);font-size:12px;line-height:1.45}.mono{font-family:var(--font-mono,ui-monospace, SFMono-Regular, Menlo, monospace);font-variant-numeric:tabular-nums}.admin-impact{color:var(--admin-warning);grid-template-columns:18px minmax(0,1fr);align-content:start;align-items:center;column-gap:8px!important}.admin-impact:before{grid-column:1/-1}.admin-row.risk-override .admin-impact,.admin-row.risk-takedown .admin-impact,.admin-row.risk-fraud .admin-impact{color:var(--admin-risk)}.admin-impact>svg,.admin-impact>span{grid-row:auto}.admin-impact>span{color:currentColor;overflow-wrap:normal;white-space:nowrap;font-size:13px;font-weight:850}.admin-status{width:fit-content;color:var(--admin-ink);align-items:center;gap:6px;font-size:13px;font-weight:800;line-height:1.35;display:inline-flex}.admin-status.tone-success{color:var(--admin-brand)}.admin-status.tone-warning{color:var(--admin-warning)}.admin-status.tone-risk{color:var(--admin-risk)}.admin-row-actions{align-items:center;gap:8px!important;display:flex!important}.admin-row-actions .button{text-align:center;flex:1;justify-content:center;align-items:center;gap:7px;min-height:44px;display:inline-flex}.button.risk{border-color:var(--admin-risk);background:var(--admin-risk);color:#fff}.admin-icon-button{border:1px solid var(--admin-line);background:var(--admin-surface);width:44px;min-width:44px;height:44px;color:var(--admin-ink);border-radius:6px;justify-content:center;align-items:center;display:inline-flex}.admin-empty{min-height:180px;color:var(--admin-muted);text-align:center;align-content:center;place-items:center;gap:5px;display:grid}.admin-empty strong{color:var(--admin-ink)}.admin-next{align-items:center;gap:6px;width:fit-content;min-height:44px;margin-top:16px;display:flex}.admin-live{min-height:24px;color:var(--admin-muted);margin:16px 0 0;font-size:13px}.admin-dialog-backdrop{z-index:200;background:#15211b85;align-items:end;padding:16px;display:grid;position:fixed;inset:0}.admin-dialog{border:1px solid var(--admin-line);background:var(--admin-surface);border-radius:8px;width:min(560px,100%);max-height:calc(100svh - 32px);margin:0 auto;padding:18px;overflow:auto;box-shadow:0 24px 60px #15211b38}.admin-dialog.risk-override,.admin-dialog.risk-takedown,.admin-dialog.risk-fraud{border-color:var(--admin-risk)}.admin-dialog>header{justify-content:space-between;align-items:center;gap:16px;display:flex}.admin-dialog h2{letter-spacing:0;margin:0;font-size:20px}.admin-dialog>p{color:var(--admin-muted);line-height:1.5}.admin-dialog-context{border-block:1px solid var(--admin-line);gap:3px;margin:16px 0;padding:12px 0;display:grid}.admin-dialog-context span,.admin-dialog-context small{color:var(--admin-muted)}.admin-diagnostics{margin:0;display:grid}.admin-diagnostics>div{border-bottom:1px solid var(--admin-line);grid-template-columns:minmax(110px,.45fr) minmax(0,1fr);gap:12px;padding:10px 0;display:grid}.admin-diagnostics dt{color:var(--admin-muted);font-size:12px;font-weight:750}.admin-diagnostics dd{overflow-wrap:anywhere;margin:0}.admin-reason textarea{resize:vertical;min-height:88px}.admin-dialog-error{font-weight:750;color:var(--admin-risk)!important}.admin-dialog-actions{justify-content:flex-end;gap:8px;margin-top:18px;display:flex}.admin-dialog-actions .button{min-height:48px}.sidebar-admin-link{min-height:44px;color:var(--accent);font-weight:800;text-decoration:none}.uxadm-editor-fixture{background:var(--bg);min-height:100svh;padding:16px}@media (min-width:768px){.page-head h1,.builder-topbar h1{font-size:2.25rem}.builder-preview .landing-copy .preview-hero-title{font-size:2.75rem}.admin-content{padding-inline:24px}.admin-summary{grid-template-columns:repeat(4,minmax(0,1fr))}.admin-summary-metric:nth-child(2n){border-right:1px solid var(--admin-line)}.admin-summary-metric:last-child{border-right:0}.admin-filters{grid-template-columns:minmax(180px,1fr) minmax(180px,1fr) auto;align-items:end}.admin-dialog-backdrop{place-items:center}}@media (min-width:768px) and (max-width:1023px){.builder-topbar{grid-template-columns:1fr;align-items:start}.builder-actions{grid-template-columns:repeat(2,minmax(0,1fr))}.builder-actions .button:last-child{grid-column:1/-1}}@media (min-width:1024px){.builder-grid{grid-template-columns:minmax(14rem,.75fr) minmax(0,1.65fr) minmax(17rem,.9fr);grid-template-areas:"rail preview inspector"}.builder-rail,.builder-inspector{max-height:calc(100svh - 2rem);position:sticky;top:1rem;overflow:auto}.builder-preview .floating-cta{justify-content:center;align-items:center;width:min(18rem,100% - 32px);min-height:44px;margin:0 16px 16px auto;display:flex;position:sticky;bottom:16px;right:16px}.admin-control-room{grid-template-columns:230px minmax(0,1fr);display:grid}.admin-sidebar{border-right:1px solid var(--admin-line);border-bottom:0;flex-direction:column;align-items:stretch;height:100svh;padding:20px 14px;display:flex;position:sticky;top:0;overflow:auto}.admin-sidebar>p{display:block}.admin-sidebar nav{margin-top:14px;display:grid}.admin-workspace-link{margin:auto 0 0}.admin-content{padding:28px 24px 56px}.admin-table-head,.admin-row{grid-template-columns:104px minmax(150px,1.05fr) minmax(110px,.72fr) minmax(210px,1.45fr) minmax(140px,.85fr) minmax(180px,1fr);align-items:center;gap:14px;display:grid}.admin-table-head{min-height:40px;color:var(--admin-muted);text-transform:uppercase;padding:0 14px;font-size:11px;font-weight:850}.admin-row{min-height:108px;padding:14px}.admin-row>div:before{display:none}}@media (min-width:1440px){.admin-control-room{grid-template-columns:250px minmax(0,1fr)}.admin-content{padding-inline:32px}.admin-page-head h1{font-size:32px}}@media (max-width:767px){.admin-sidebar .botzite-brand{justify-content:center;min-width:44px;min-height:44px}.admin-sidebar .botzite-brand>span:last-child,.admin-workspace-link{display:none}.admin-page-head{flex-direction:column;align-items:flex-start}.admin-row-actions .button{white-space:normal;min-width:0}.admin-dialog-actions{flex-direction:column-reverse}.admin-dialog-actions .button{width:100%}}@media (prefers-reduced-motion:reduce){.admin-control-room *,.builder-shell *{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.product-home .product-header{z-index:30;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f5f7f3eb;position:sticky;top:0}.product-nav{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:4px 10px;display:flex}.product-nav-link{min-height:44px;color:var(--muted);align-items:center;padding:0 8px;font-size:.92rem;font-weight:700;display:inline-flex}.product-nav-link:hover{color:var(--ink)}.product-descriptor{text-transform:none;letter-spacing:0;font-size:.95rem}.product-hero .public-hero-copy{align-content:start;display:grid}.product-hero h1{max-width:16ch}.product-case-figure img{object-fit:cover;object-position:top center;height:clamp(240px,42vw,520px)}.product-band{border-top:1px solid var(--line);padding:56px 16px}.product-band-muted{background:var(--surface)}.product-band-inner{width:min(1120px,100%);margin-inline:auto}.product-band h2{text-wrap:balance;max-width:22ch;margin:0;font-size:clamp(1.6rem,3.2vw,2.2rem);line-height:1.22}.product-band-lede{max-width:68ch;color:var(--muted);margin:16px 0 0;font-size:1.05rem;line-height:1.7}.product-fact-list{max-width:60ch;color:var(--ink);margin:24px 0 0;padding-left:1.2rem;line-height:1.7}.product-fact-list li+li{margin-top:.45rem}.product-inline-link{align-items:center;gap:.4rem;min-height:44px;margin-top:18px;display:inline-flex}.product-inline-link svg{width:18px;height:18px}.product-process-list{gap:18px;margin:28px 0 0;padding:0;list-style:none;display:grid}.product-process-list li{border-bottom:1px solid var(--line);grid-template-columns:2.5rem minmax(0,1fr);align-items:start;gap:14px;padding-bottom:18px;display:grid}.product-process-list h3{margin:0;font-size:1.05rem}.product-process-list p{color:var(--muted);margin:6px 0 0;line-height:1.65}.product-step-index{background:var(--brand-soft);width:2.5rem;height:2.5rem;color:var(--brand);border-radius:999px;place-items:center;font-weight:800;display:grid}.product-capability-grid{grid-template-columns:minmax(0,1fr);gap:18px;margin-top:28px;display:grid}.product-capability{border-bottom:1px solid var(--line);padding:0 0 18px}.product-capability h3{margin:0;font-size:1.05rem}.product-capability p{color:var(--muted);max-width:56ch;margin:8px 0 0;line-height:1.65}.product-trust-list{gap:0;margin:28px 0 0;display:grid}.product-trust-list>div{border-top:1px solid var(--line);grid-template-columns:minmax(0,1fr);gap:6px;padding:16px 0;display:grid}.product-trust-list dt{margin:0;font-weight:800}.product-trust-list dd{color:var(--muted);max-width:68ch;margin:0;line-height:1.65}.product-faq-list{gap:10px;margin-top:24px;display:grid}.product-faq-item{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);padding:0 16px}.product-faq-item summary{cursor:pointer;align-items:center;min-height:52px;font-weight:750;list-style:none;display:flex}.product-faq-item summary::-webkit-details-marker{display:none}.product-faq-item p{color:var(--muted);max-width:70ch;margin:0 0 16px;line-height:1.7}.product-enquiry{background:linear-gradient(180deg, #eef6f2 0%, var(--canvas) 100%)}.product-enquiry-panel{max-width:42rem;margin-top:24px}.product-footer{border-top:1px solid var(--line);background:var(--surface);padding:28px 16px 40px}.product-footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;width:min(1120px,100%);margin-inline:auto;display:flex}.product-footer p{color:var(--muted);margin:0;font-size:.92rem}.product-footer nav{flex-wrap:wrap;gap:12px 18px;display:flex}.product-footer nav a{min-width:44px;min-height:44px;color:var(--muted);justify-content:center;align-items:center;font-weight:700;display:inline-flex}.product-footer nav a:hover{color:var(--ink)}@media (min-width:768px){.product-band{padding:72px 24px}.product-process-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 28px}.product-process-list li{border-bottom:0;padding-bottom:0}.product-capability-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 32px}.product-trust-list>div{grid-template-columns:minmax(8rem,.28fr) minmax(0,1fr);align-items:start;gap:18px}}@media (min-width:1024px){.product-nav-link{padding-inline:10px}.product-band{padding:88px 32px}.product-home .product-hero{min-height:calc(100svh - 148px);padding-bottom:36px}}@media (max-width:767px){.product-nav-link{display:none}.product-nav-link:last-of-type,.product-nav .header-account-action{display:inline-flex}}@media (prefers-reduced-motion:reduce){.product-home .button{transition:none}}.adaptive-plan-panel{gap:20px;display:grid}.adaptive-plan-panel .panel-head{align-items:center}.adaptive-plan-panel .panel-kicker{color:#197d67;text-transform:uppercase;margin:0 0 4px;font-size:.78rem;font-weight:800}.adaptive-plan-summary{border-block:1px solid #d9dfdc;grid-template-columns:repeat(6,minmax(0,1fr));display:grid}.adaptive-plan-summary>div{border-inline-end:1px solid #d9dfdc;gap:5px;min-width:0;padding:14px 12px;display:grid}.adaptive-plan-summary>div:last-child{border-inline-end:0}.adaptive-plan-summary span,.adaptive-slot-list span,.adaptive-slot-list small,.adaptive-plan-progress span{color:#5f6b66;font-size:.78rem}.adaptive-plan-summary strong{overflow-wrap:anywhere}.adaptive-plan-progress{justify-content:space-between;align-items:center;gap:16px;display:flex}.adaptive-plan-blockers{border-inline-start:3px solid #b45309;padding-inline-start:14px}.adaptive-plan-blockers p,.adaptive-plan-blockers span{margin:0;display:block}.adaptive-slot-list{border-block-start:1px solid #d9dfdc;display:grid}.adaptive-slot-list article{border-block-end:1px solid #d9dfdc;justify-content:space-between;align-items:center;gap:16px;min-width:0;padding:12px 0;display:flex}.adaptive-slot-list article>div{gap:4px;min-width:0;display:grid}.adaptive-slot-list article>div:last-child{grid-auto-flow:column;align-items:center}.adaptive-slot-detail{grid-template-columns:88px minmax(0,1fr);align-items:center;gap:12px;display:grid}.adaptive-slot-detail>div{gap:4px;min-width:0;display:grid}.adaptive-slot-thumbnail{aspect-ratio:4/3;background:#f2f5f3;border:1px solid #d9dfdc;width:88px;margin:0;overflow:hidden}.adaptive-slot-thumbnail img{width:100%;height:100%}.adaptive-provider-review{border-block:1px solid #d9dfdc;flex-wrap:wrap;align-items:center;gap:10px;width:100%;padding-block:12px;display:flex}.adaptive-provider-review strong{margin-inline-end:auto}.adaptive-plan-actions{flex-wrap:wrap;gap:10px;display:flex}.adaptive-plan-panel button,.adaptive-slot-list button{min-height:44px}@media (max-width:820px){.adaptive-plan-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.adaptive-plan-summary>div:nth-child(2n){border-inline-end:0}.adaptive-plan-progress,.adaptive-slot-list article{flex-direction:column;align-items:flex-start}.adaptive-slot-detail{grid-template-columns:72px minmax(0,1fr);width:100%}.adaptive-slot-thumbnail{width:72px}}.adaptive-site{color:var(--ink);background:var(--canvas);min-width:0}.adaptive-header{z-index:20;border-bottom:1px solid var(--line);background:#f5f7f3f0;justify-content:space-between;align-items:center;gap:16px;min-height:64px;padding:12px 16px;display:flex;position:sticky;top:0}.adaptive-brand{align-items:center;min-height:44px;font-weight:800;display:inline-flex}.adaptive-nav{gap:12px;display:none}.adaptive-nav a{min-width:44px;min-height:44px;color:var(--muted);justify-content:center;align-items:center;padding-inline:8px;font-size:.9rem;font-weight:700;display:inline-flex}.adaptive-site a[data-interaction-active=true]{filter:brightness(.82)}.adaptive-section{border-top:1px solid var(--line);content-visibility:auto;contain-intrinsic-size:auto 720px;padding:48px 16px}.adaptive-section-hero,.adaptive-section-lead{content-visibility:visible;contain-intrinsic-size:none}.adaptive-section-inner{gap:24px;width:min(1120px,100%);margin-inline:auto;display:grid}.adaptive-section h1{max-width:16ch;margin:0;font-size:2rem;line-height:1.12}.adaptive-section h2{margin:0;font-size:1.4rem;line-height:1.2}.adaptive-lede{color:var(--muted);max-width:62ch;margin:12px 0 0;line-height:1.7}.adaptive-media{aspect-ratio:3/2;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);margin:0;overflow:hidden}.adaptive-media img{object-fit:var(--adaptive-fit-mobile,contain);object-position:var(--adaptive-position-mobile,50% 50%);width:100%;height:100%;transform:scale(var(--adaptive-scale-mobile,1));transform-origin:var(--adaptive-position-mobile,50% 50%)}.adaptive-button{border-radius:var(--radius);justify-content:center;align-items:center;min-height:48px;padding:.75rem 1rem;font-weight:800;display:inline-flex}.adaptive-button.primary{background:var(--brand);color:var(--white)}.adaptive-faq details{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);margin-top:10px;padding:0 14px}.adaptive-faq summary{cursor:pointer;align-items:center;min-height:48px;font-weight:700;display:flex}.adaptive-catalog-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,220px),1fr));gap:16px;display:grid}.adaptive-metrics{border-block:1px solid var(--line);grid-template-columns:repeat(auto-fit,minmax(min(100%,150px),1fr));gap:0;margin:24px 0 0;display:grid}.adaptive-metrics>div{border-inline-end:1px solid var(--line);padding:18px 12px}.adaptive-metrics dt{color:var(--muted);font-size:.88rem}.adaptive-metrics dd{margin:6px 0 0;font-size:1.5rem;font-weight:800}.adaptive-timeline{border-top:1px solid var(--line);margin:24px 0 0;padding:0;list-style:none}.adaptive-timeline li{border-bottom:1px solid var(--line);grid-template-columns:minmax(8rem,.35fr) minmax(0,1fr);gap:16px;padding:16px 0;display:grid}.adaptive-timeline p,.adaptive-case-facts p{color:var(--muted);margin:0}.adaptive-comparison-wrap{max-width:100%;margin-top:24px;overflow-x:auto}.adaptive-comparison{border-collapse:collapse;width:100%;min-width:560px}.adaptive-comparison th,.adaptive-comparison td{border-bottom:1px solid var(--line);text-align:start;vertical-align:top;padding:14px 12px}.adaptive-diagram{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);margin-top:24px;padding:24px}.adaptive-diagram ul{grid-template-columns:repeat(auto-fit,minmax(min(100%,140px),1fr));gap:12px;margin:18px 0 0;padding:0;list-style:none;display:grid}.adaptive-diagram li{border-top:2px solid var(--brand);padding:12px 0}.adaptive-case-facts{gap:16px;margin-top:24px;display:grid}.adaptive-content-list{grid-template-columns:repeat(auto-fit,minmax(min(100%,220px),1fr));gap:18px;margin-top:24px;display:grid}.adaptive-content-list article{border-block-start:1px solid var(--line);padding-block:16px}.adaptive-content-list h3,.adaptive-content-list p{margin:0}.adaptive-content-list p{color:var(--muted);margin-top:8px;line-height:1.65}.adaptive-operator-fixture{width:min(1180px,100% - 32px);margin:0 auto;padding:32px 0 64px}.adaptive-operator-fixture>header{margin-bottom:28px}.adaptive-operator-fixture-grid{gap:20px;display:grid}.adaptive-operator-fixture-grid>article{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);padding:20px}@media (min-width:1024px){.adaptive-operator-fixture-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.adaptive-case-facts article{border-block-start:1px solid var(--line);padding-block:16px}.adaptive-case-facts h3{margin:0 0 8px}.adaptive-site-error,.adaptive-section-error{background:#fff8f6}.adaptive-error-band{width:min(720px,100%);margin:48px auto;padding:24px}@media (min-width:768px){.adaptive-nav{display:flex}.adaptive-section{padding:64px 24px}.adaptive-section h1{font-size:3rem}.adaptive-section h2{font-size:1.8rem}.adaptive-media img{object-fit:var(--adaptive-fit-tablet,contain);object-position:var(--adaptive-position-tablet,50% 50%);transform:scale(var(--adaptive-scale-tablet,1));transform-origin:var(--adaptive-position-tablet,50% 50%)}.adaptive-section-hero .adaptive-section-inner,.adaptive-section-product_focus .adaptive-section-inner,.adaptive-section-case_study .adaptive-section-inner{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);align-items:center}}@media (min-width:1024px){.adaptive-media img{object-fit:var(--adaptive-fit-desktop,contain);object-position:var(--adaptive-position-desktop,50% 50%);transform:scale(var(--adaptive-scale-desktop,1));transform-origin:var(--adaptive-position-desktop,50% 50%)}}@media (min-width:1440px){.adaptive-media img{object-fit:var(--adaptive-fit-wide,contain);object-position:var(--adaptive-position-wide,50% 50%);transform:scale(var(--adaptive-scale-wide,1));transform-origin:var(--adaptive-position-wide,50% 50%)}}@media (prefers-reduced-motion:reduce){.adaptive-site *{scroll-behavior:auto!important;transition:none!important}}.site-workspace{--workspace-max:1280px;width:min(100%, var(--workspace-max));flex-direction:column;gap:16px;min-width:0;margin:0 auto;padding:16px 16px 48px;display:flex}.site-workspace-skip{z-index:20;background:var(--ink);color:var(--white);border-radius:6px;padding:12px 16px;position:absolute;top:0;left:-9999px}.site-workspace-skip:focus{top:16px;left:16px}.site-workspace-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px 16px;display:flex}.site-workspace-header-main{flex:240px;min-width:0}.site-workspace-breadcrumb{color:var(--muted);flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:8px;font-size:14px;display:flex}.site-workspace-breadcrumb a{align-items:center;min-height:44px;text-decoration:none;display:inline-flex}.site-workspace-breadcrumb a:hover,.site-workspace-breadcrumb a:focus-visible{color:var(--accent);text-decoration:underline}.site-workspace-title-row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.site-workspace-title-row h1{color:var(--ink);letter-spacing:0;margin:0;font-size:28px;font-weight:600;line-height:1.2}.site-workspace-status-token{border:1px solid var(--line);background:var(--surface);min-height:32px;color:var(--ink);border-radius:6px;align-items:center;gap:6px;padding:4px 10px;font-size:13px;font-weight:600;display:inline-flex}.site-workspace-status-token.tone-good,.site-workspace-status-token.tone-ready{background:var(--surface-2);color:#0b5c4b;border-color:#b7d9cd}.site-workspace-status-token.tone-attention,.site-workspace-status-token.tone-busy{background:var(--warning-soft);color:var(--warning);border-color:#e6d59a}.site-workspace-status-token.tone-risk{color:var(--risk);background:#fdecea;border-color:#f0c2ba}.site-workspace-identity{color:var(--muted);flex-wrap:wrap;gap:6px 10px;margin:8px 0 0;font-size:14px;line-height:1.4;display:flex}.site-workspace-identity .mono,.site-workspace .mono{letter-spacing:0;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px}.site-workspace-primary-slot{flex:none;align-items:stretch;display:flex}.site-workspace-primary,a.site-workspace-primary,button.site-workspace-primary{white-space:nowrap;border-radius:6px;justify-content:center;align-items:center;gap:8px;min-width:44px;min-height:44px;padding:10px 16px;font-size:15px;font-weight:600;text-decoration:none;display:inline-flex}.site-workspace-primary[disabled],.site-workspace-primary[aria-disabled=true]{opacity:.55;cursor:not-allowed}.site-workspace-blocker-band{border:1px solid var(--line);background:var(--surface);border-radius:8px;padding:12px 14px}.site-workspace-blocker-band.tone-good{background:var(--surface-2);border-color:#b7d9cd}.site-workspace-blocker-band.tone-attention,.site-workspace-blocker-band.tone-busy{background:var(--warning-soft);border-color:#e6d59a}.site-workspace-blocker-band.tone-risk{background:#fdecea;border-color:#f0c2ba}.site-workspace-blocker-band>p,.site-workspace-blocker-list>p{color:var(--ink);flex-wrap:wrap;align-items:flex-start;gap:8px;margin:0;font-size:14px;display:flex}.site-workspace-blocker-list ul{gap:8px;margin:10px 0 0;padding:0;list-style:none;display:grid}.site-workspace-blocker-list li{border-top:1px solid #15211b14;gap:2px;padding:8px 0 0;font-size:14px;display:grid}.site-workspace-blocker-code{text-transform:lowercase;color:var(--muted);font-size:12px;font-weight:600}.site-workspace-correlation{color:var(--muted);margin:10px 0 0;font-size:13px}.site-workspace-secondary-links{flex-wrap:wrap;gap:8px;display:flex}.site-workspace-secondary{border:1px solid var(--line);background:var(--surface);min-height:44px;color:var(--ink);border-radius:6px;align-items:center;gap:6px;padding:8px 12px;font-size:14px;text-decoration:none;display:inline-flex}.site-workspace-secondary:hover,.site-workspace-secondary:focus-visible{border-color:var(--accent);color:var(--accent)}.site-workspace-secondary.disabled{opacity:.5;cursor:not-allowed}.site-workspace-tabs{border-bottom:1px solid var(--line)}.site-workspace-tablist{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.site-workspace-tablist a{min-height:44px;color:var(--muted);background:0 0;border:1px solid #0000;border-bottom:none;border-radius:6px 6px 0 0;justify-content:center;align-items:center;padding:8px 10px;font-size:14px;font-weight:600;text-decoration:none;display:inline-flex}.site-workspace-tablist a:hover,.site-workspace-tablist a:focus-visible{color:var(--ink);background:var(--surface-2)}.site-workspace-tablist a.active,.site-workspace-tablist a[aria-selected=true]{color:var(--ink);background:var(--surface);border-color:var(--line);box-shadow:inset 0 -2px 0 var(--accent)}.site-workspace-rail{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:0;padding:0;list-style:none;display:grid}.site-workspace-rail li{min-height:36px;color:var(--muted);align-items:center;gap:8px;font-size:13px;display:flex}.site-workspace-rail-dot{background:var(--line);border-radius:50%;flex:none;width:10px;height:10px}.site-workspace-rail li[data-status=done]{color:#0b5c4b}.site-workspace-rail li[data-status=done] .site-workspace-rail-dot{background:var(--accent)}.site-workspace-rail li[data-status=active],.site-workspace-rail li[data-status=current]{color:var(--ink);font-weight:600}.site-workspace-rail li[data-status=active] .site-workspace-rail-dot,.site-workspace-rail li[data-status=current] .site-workspace-rail-dot{background:var(--warning)}.site-workspace-content{min-width:0}.site-workspace-panel{flex-direction:column;gap:16px;padding:4px 0 0;display:flex}.site-workspace-panel-head h2{color:var(--ink);margin:0 0 4px;font-size:20px;font-weight:600;line-height:1.3}.site-workspace-panel-head p,.site-workspace-meta,.site-workspace-empty{color:var(--muted);margin:0;font-size:14px}.site-workspace-defs{border:1px solid var(--line);background:var(--surface);border-radius:8px;grid-template-columns:1fr;gap:0;margin:0;display:grid;overflow:hidden}.site-workspace-defs>div{border-top:1px solid var(--line);grid-template-columns:minmax(96px,.36fr) minmax(0,1fr);align-items:center;gap:8px 12px;min-height:44px;padding:12px 14px;display:grid}.site-workspace-defs>div:first-child{border-top:none}.site-workspace-defs dt{color:var(--muted);margin:0;font-size:13px;font-weight:600}.site-workspace-defs dd{color:var(--ink);overflow-wrap:anywhere;margin:0;font-size:14px}.site-workspace-defs.compact>div{min-height:40px;padding:10px 12px}.site-workspace-table{border:1px solid var(--line);background:var(--surface);border-radius:8px;max-width:100%;overflow:auto}.site-workspace-table-head,.site-workspace-table-row{grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr) minmax(0,.8fr) minmax(0,1fr);align-items:center;gap:8px;min-height:44px;padding:12px 14px;font-size:14px;display:grid}.site-workspace-table-head{color:var(--muted);background:var(--surface-2);border-bottom:1px solid var(--line);font-size:12px;font-weight:700;position:sticky;top:0}.site-workspace-table-row{border-top:1px solid var(--line)}.site-workspace-table-row:first-of-type{border-top:none}.site-workspace-pair{grid-template-columns:1fr;gap:12px;display:grid}.site-workspace-candidate{border:1px solid var(--line);background:var(--surface);border-radius:8px;padding:12px}.site-workspace-candidate h3{margin:0 0 10px;font-size:16px;font-weight:600}.site-workspace-candidate[data-pointer=true]{background:var(--surface-2);border-color:#b7d9cd}.site-workspace-evidence h3{margin:0 0 8px;font-size:16px;font-weight:600}.site-workspace-evidence ul{border:1px solid var(--line);background:var(--surface);border-radius:8px;margin:0;padding:0;list-style:none}.site-workspace-evidence li{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;min-height:44px;padding:12px 14px;font-size:14px;display:flex}.site-workspace-evidence li:first-child{border-top:none}.site-workspace-evidence time{color:var(--muted);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.workspace-state-fixture{flex-direction:column;gap:24px;padding:16px;display:flex}.workspace-state-fixture-grid{grid-template-columns:1fr;gap:20px;display:grid}.workspace-state-fixture-grid>article{border:1px solid var(--line);background:var(--bg);border-radius:8px;padding:8px}@media (min-width:768px){.site-workspace{gap:18px;padding:20px 20px 56px}.site-workspace-title-row h1{font-size:30px}.site-workspace-tablist{flex-wrap:wrap;gap:4px;display:flex}.site-workspace-tablist a{flex:auto;min-width:96px}.site-workspace-rail{grid-template-columns:repeat(6,minmax(0,1fr))}.site-workspace-defs{grid-template-columns:1fr 1fr}.site-workspace-defs>div{border-top:1px solid var(--line)}.site-workspace-defs>div:nth-child(-n+2){border-top:none}.site-workspace-defs>div:nth-child(2n){border-left:1px solid var(--line)}.site-workspace-pair,.workspace-state-fixture-grid{grid-template-columns:1fr 1fr}}@media (min-width:1024px){.site-workspace{padding:24px 24px 64px}.site-workspace-title-row h1{font-size:32px}.site-workspace-header{align-items:center}.site-workspace-primary-slot .site-workspace-primary{min-width:160px}}@media (min-width:1440px){.site-workspace{padding-left:0;padding-right:0}}@media (max-width:767px){.site-workspace-primary-slot,.site-workspace-primary-slot .site-workspace-primary{width:100%}.site-workspace-table-head{display:none}.site-workspace-table-row{grid-template-columns:1fr;gap:4px;padding:12px}.site-workspace-table-row span[role=cell]:before{content:attr(data-label);color:var(--muted);font-size:12px;font-weight:600;display:block}}@media (prefers-reduced-motion:reduce){.site-workspace,.site-workspace *{scroll-behavior:auto!important;transition:none!important;animation:none!important}}.site-workspace :focus-visible{outline:2px solid var(--accent);outline-offset:2px}.ws-ops-forms{grid-template-columns:1fr;gap:12px;display:grid}.ws-ops-form,.ws-ops-toolbar{border:1px solid var(--line);background:var(--surface);border-radius:8px;flex-direction:column;gap:10px;padding:12px 14px;display:flex}.ws-ops-toolbar{flex-flow:wrap;align-items:center}.ws-ops-form h3{align-items:center;gap:8px;margin:0;font-size:16px;font-weight:600;display:inline-flex}.ws-ops-form label,.ws-sheet-form label,.ws-import-block label{color:var(--muted);gap:6px;font-size:13px;font-weight:600;display:grid}.ws-ops-form input[type=text],.ws-ops-form input[type=url],.ws-ops-form input[type=file],.ws-sheet-form input[type=text],.ws-sheet-form textarea,.ws-import-block input[type=text]{border:1px solid var(--line);min-height:44px;color:var(--ink);background:var(--white,#fff);box-sizing:border-box;border-radius:6px;width:100%;padding:10px 12px;font-size:14px;font-weight:400}.ws-sheet-form textarea{resize:vertical;min-height:88px}.ws-row-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.ws-row-actions .button,.ws-ops-form .button,.ws-ops-toolbar .button,.ws-sheet-actions .button,.ws-sheet-close{border-radius:6px;justify-content:center;align-items:center;gap:6px;min-width:44px;min-height:44px;padding:10px 14px;font-size:14px;font-weight:600;display:inline-flex}.ws-table-5 .site-workspace-table-head,.ws-table-5 .site-workspace-table-row{grid-template-columns:minmax(0,1.1fr) minmax(0,.8fr) minmax(0,.9fr) minmax(0,1fr) minmax(0,1.1fr)}.ws-table-6 .site-workspace-table-head,.ws-table-6 .site-workspace-table-row{grid-template-columns:minmax(0,1fr) minmax(0,.9fr) minmax(0,.6fr) minmax(0,.7fr) minmax(0,.6fr) minmax(0,1fr)}.ws-status-text{color:var(--ink);font-weight:600}.ws-text-status{color:var(--muted);font-size:12px;font-weight:500}.ws-muted-note{color:var(--muted);margin:0;font-size:12px}.ws-section-title{margin:8px 0;font-size:16px;font-weight:600}.ws-blocker-inline{gap:8px;margin:0;padding:0;list-style:none;display:grid}.ws-blocker-inline li{background:var(--warning-soft);border:1px solid #e6d59a;border-radius:6px;align-items:flex-start;gap:8px;min-height:44px;padding:10px 12px;font-size:14px;display:flex}.ws-ack{min-height:44px;color:var(--ink);align-items:flex-start;gap:10px;font-size:14px;font-weight:500;display:flex}.ws-ack input{flex:none;width:20px;height:20px;margin-top:2px}.ws-publish-truth{flex-direction:column;gap:12px;display:flex}.ws-sheet-root{z-index:80;justify-content:flex-end;display:flex;position:fixed;inset:0}.ws-sheet-backdrop{cursor:pointer;background:#0f17146b;border:0;margin:0;padding:0;position:absolute;inset:0}.ws-sheet{z-index:1;background:var(--bg,#f6f8f7);border-left:1px solid var(--line);flex-direction:column;width:min(100%,640px);height:100%;max-height:100dvh;display:flex;position:relative;overflow:auto;box-shadow:-8px 0 24px #0f171414}.ws-sheet-header{border-bottom:1px solid var(--line);background:var(--surface);z-index:2;justify-content:space-between;align-items:flex-start;gap:12px;padding:16px;display:flex;position:sticky;top:0}.ws-sheet-kicker{letter-spacing:.02em;text-transform:uppercase;color:var(--muted);margin:0 0 4px;font-size:12px;font-weight:700}.ws-sheet-header h2{margin:0;font-size:20px;font-weight:600;line-height:1.3}.ws-sheet-body{flex-direction:column;gap:16px;padding:16px;display:flex}.ws-sheet-section h3{margin:0 0 8px;font-size:16px;font-weight:600}.ws-timeline{border:1px solid var(--line);background:var(--surface);border-radius:8px;margin:0;padding:0;list-style:none}.ws-timeline li{border-top:1px solid var(--line);justify-content:space-between;gap:12px;min-height:44px;padding:10px 12px;font-size:14px;display:flex}.ws-timeline li:first-child{border-top:none}.ws-timeline time{color:var(--muted);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px}.ws-consequence-list{gap:8px;margin:0 0 8px;padding:0;list-style:none;display:grid}.ws-consequence-list li{border:1px solid var(--line);background:var(--surface);border-radius:6px;gap:4px;padding:10px 12px;font-size:14px;display:grid}.ws-consequence-list li[data-risk=high]{background:#fdecea;border-color:#f0c2ba}.ws-command-choices{gap:8px;display:grid}.ws-command-choice{border:1px solid var(--line);background:var(--surface);cursor:pointer;border-radius:6px;align-items:flex-start;gap:10px;min-height:44px;padding:12px;display:flex}.ws-command-choice.selected{border-color:var(--accent);box-shadow:inset 0 0 0 1px var(--accent)}.ws-command-choice input{flex:none;width:18px;height:18px;margin-top:4px}.ws-command-choice-body{gap:4px;font-size:14px;display:grid}.ws-command-choice-body strong{font-size:15px}.ws-import-block{border:1px solid var(--line);border-radius:8px;gap:10px;margin:0;padding:12px;display:grid}.ws-import-block legend{color:var(--muted);padding:0 4px;font-size:13px;font-weight:700}.ws-sheet-form{gap:12px;display:grid}.ws-sheet-form fieldset{border:0;min-width:0;margin:0;padding:0}.ws-sheet-form legend{color:var(--ink);margin-bottom:8px;font-size:14px;font-weight:700}.ws-sheet-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;padding-top:4px;display:flex}.form-message.warning{color:var(--warning);background:var(--warning-soft);border:1px solid #e6d59a;border-radius:6px;padding:10px 12px;font-size:14px}@media (max-width:767px){.ws-sheet{border-left:none;width:100%}.ws-table-5 .site-workspace-table-row,.ws-table-6 .site-workspace-table-row{grid-template-columns:1fr}.ws-ops-toolbar{flex-direction:column;align-items:stretch}.ws-ops-toolbar .button{width:100%}}@media (min-width:768px){.ws-ops-forms{grid-template-columns:1fr 1fr}}
