:root{--ink:#1d2433;--muted:#6b7280;--line:#e8ebf0;--subtle:#f7f8fa;--canvas:#f4f6f8;--blue:#3b5ccc;--blue-soft:#eef2ff;--navy:#171b25;--success:#17785a;--warning:#a66b09;--danger:#b42f3b}*{box-sizing:border-box}body{background:var(--canvas);font-family:Inter,Segoe UI,Microsoft YaHei,sans-serif;color:var(--ink);font-size:14px;line-height:1.45}.app-shell{display:flex;min-height:100vh}.sidebar{position:sticky;top:0;width:250px;height:100vh;overflow-y:auto;background:var(--navy);color:#d6dae4;padding:22px 14px;display:flex;flex-direction:column}.brand{display:grid;gap:3px;color:#fff;text-decoration:none;font-size:18px;font-weight:750;letter-spacing:-.02em;padding:4px 10px 28px}.brand span{color:#9299aa;font-size:12px;font-weight:500;letter-spacing:0}.sidebar nav{display:grid;gap:18px}.nav-group{display:grid;gap:3px}.nav-group>p{margin:0;padding:0 10px;color:#7f8799;font-size:11px;font-weight:700;letter-spacing:.08em}.sidebar nav a{min-height:35px;color:#d9ddea;text-decoration:none;padding:8px 10px;border-radius:7px;font-size:13px;display:flex;align-items:center;justify-content:space-between;gap:8px}.sidebar nav a.active,.sidebar nav a:hover{background:#2b3242;color:#fff}.sidebar nav em{font-style:normal;font-size:10px;color:#8992a7}.sidebar-foot{margin-top:auto;border-top:1px solid #303746;padding:16px 10px 4px;font-size:11px;line-height:1.8;color:#9ca5b7}.sidebar-foot strong{color:#dce2ef}.workspace{min-width:0;flex:1;padding:32px 40px;max-width:1800px}.workspace-header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:24px}.workspace-header h1{margin:3px 0 5px;font-size:28px;letter-spacing:-.04em}.workspace-header .muted{margin:0}.eyebrow{margin:0;color:#7e8697;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.eyebrow a{color:inherit;text-decoration:none}.action-row,.detail-actions,.header-actions,.toolbar-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.button,button{border:1px solid transparent;background:#fff;color:#30394a;border-radius:7px;min-height:34px;padding:0 12px;font:inherit;font-size:13px;font-weight:600;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.button{background:var(--blue);border-color:var(--blue);color:#fff}.button.secondary{background:#fff;color:#424b5b;border-color:#dce1e8}.button:disabled,button:disabled{cursor:not-allowed;opacity:.48}.capture-strip,.formula-banner{display:flex;align-items:center;justify-content:space-between;gap:16px;background:#fff;border:1px solid var(--line);border-radius:10px;padding:14px 16px;margin-bottom:18px}.capture-strip>div{display:grid;gap:3px}.capture-strip span,.formula-banner span{color:var(--muted);font-size:13px}.formula-banner{border-color:#ecd7a3;background:#fffaf0;color:#735417}.library-layout{display:grid;grid-template-columns:230px minmax(0,1fr);gap:18px;align-items:start}.filter-rail{position:sticky;top:18px;background:#fff;border:1px solid var(--line);border-radius:10px;padding:16px}.filter-rail h2{margin:0 0 4px;font-size:15px}.filter-help,.filter-rail p{margin:0;color:var(--muted);font-size:12px}.filter-form{display:grid;gap:10px;margin-top:16px}.filter-form input,.filter-form select,input,select,textarea{width:100%;min-height:35px;border:1px solid #dfe3ea;border-radius:6px;padding:7px 9px;background:#fff;color:var(--ink);font:inherit}.filter-help{display:grid;gap:5px;border-top:1px solid var(--line);margin-top:16px;padding-top:14px}.filter-help strong{color:#485365;font-size:12px}.toolbar{display:flex;justify-content:space-between;align-items:center;padding:13px 2px 9px;font-size:13px}.edit-form,.session-bar,.ui-notice{background:#fff;border:1px solid var(--line);border-radius:8px;padding:12px 14px;margin-bottom:12px}.ui-notice{display:flex;align-items:center;gap:10px;color:#596376}.ui-notice.error{border-color:#f0c5c9;background:#fff7f7;color:#962c34}.ui-notice.empty{justify-content:center;padding:40px}.table-wrap{background:#fff;border:1px solid var(--line);border-radius:10px;overflow:auto}.product-table-wrap{max-height:calc(100vh - 300px)}table{width:100%;border-collapse:separate;border-spacing:0;font-size:13px;white-space:nowrap}th{text-align:left;position:sticky;top:0;z-index:1;background:#fafbfc;color:#687386;font-size:11px;font-weight:700;letter-spacing:.04em}td,th{padding:12px 11px;border-bottom:1px solid #eef0f3}tbody tr:hover{background:#f8faff}tbody tr:last-child td{border-bottom:0}.selection-column{width:38px}.product-link{color:#283b83;text-decoration:none;font-weight:700}.grade,.status{display:inline-flex;padding:3px 7px;border-radius:999px;background:var(--blue-soft);color:#3d57a5;font-size:11px;font-weight:700}.status{background:#ecf8f2;color:#247456}.image-placeholder{display:inline-flex;align-items:center;justify-content:center;width:38px;height:30px;border:1px solid #e1e5eb;border-radius:5px;background:#f5f6f8;color:#8a93a2;font-size:10px}.pagination{display:flex;align-items:center;justify-content:flex-end;gap:10px;padding:14px 0;font-size:13px}.pagination button{border-color:#dde2e9}.seller-import,.ui-notice[aria-label="导入预览处理"]{background:#fff;border:1px solid var(--line);border-radius:10px;padding:15px 16px;margin-bottom:14px}.card-heading,.seller-import-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.inline-form,.seller-import-form{display:flex;gap:8px;flex-wrap:wrap}.seller-import-form input{flex:1;min-width:190px}.detail-header{margin-bottom:18px}.product-workflow-grid{display:grid;grid-template-columns:minmax(320px,1.05fr) minmax(400px,1.25fr) minmax(280px,.9fr);gap:16px;align-items:start}.workflow-classification,.workflow-intro,.workflow-placeholder,.workflow-profit,.workflow-records,.workflow-specs{min-width:0}.workflow-classification,.workflow-records,.workflow-specs{display:grid;gap:16px}.workflow-records,.workflow-specs{grid-column:span 2}.detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:0}.detail-card,.detail-grid article,.workflow-placeholder{background:#fff;border:1px solid var(--line);border-radius:10px;padding:16px}.detail-card h2,.workflow-placeholder h2{margin:0 0 12px;font-size:15px;letter-spacing:-.01em}.detail-card p,.workflow-placeholder p{color:#5f6979;font-size:13px}.workflow-placeholder{border-style:dashed;background:#fbfcfd}.workflow-placeholder .eyebrow{margin-bottom:5px;color:#9a8060}.edit-form{display:grid;gap:11px;max-width:none}.edit-form label,label{display:grid;gap:5px;color:#596476;font-size:12px;font-weight:600}.edit-form textarea,textarea{min-height:78px;resize:vertical}.detail-list{margin:10px 0 0;padding-left:18px;font-size:13px;display:grid;gap:7px}.profit-board{display:grid;grid-template-columns:minmax(270px,.85fr) minmax(500px,1.45fr) minmax(260px,.8fr);gap:16px;align-items:start}.advanced-settings,.profit-board>article{background:#fff;border:1px solid var(--line);border-radius:10px;padding:16px}.profit-input-panel{display:grid;gap:12px}.product-choice-list{gap:5px;max-height:170px;overflow:auto}.product-choice-list button{justify-content:space-between;border-color:#e4e7ed}.product-choice-list small{color:#838c9c}.compact-facts{margin:0;border-top:1px solid var(--line)}.compact-facts div{display:grid;grid-template-columns:70px 1fr;border-bottom:1px solid var(--line);padding:8px 0;font-size:12px}.compact-facts dt{color:#7b8595}.compact-facts dd{margin:0;color:#3b4656}.profit-plan-panel{min-height:420px}.profit-comparison{border:0;border-radius:0}.missing-state{color:#996e16;font-size:12px}.profit-result-panel{position:sticky;top:18px}.locked-result{display:grid;gap:8px;border:1px dashed #d8bf83;border-radius:8px;padding:14px;background:#fffcf4;color:#735417}.locked-result p{margin:0;font-size:13px}.vertical-actions{display:grid;margin-top:14px}.advanced-settings,.profit-history-panel{grid-column:1/-1}.advanced-settings summary{cursor:pointer;font-weight:700;color:#485365}.advanced-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:14px}.simple-page{padding:72px;max-width:780px}.coming-soon-card{display:grid;gap:12px;background:#fff;border:1px solid var(--line);border-radius:12px;padding:24px;margin:18px 0}.coming-soon-card>span{width:-moz-max-content;width:max-content;border-radius:999px;background:#fff3d8;color:#93660c;padding:3px 8px;font-size:11px;font-weight:700}.coming-soon-card h2{margin:0;font-size:18px}.coming-soon-card p{margin:0;color:#667083}.muted{color:var(--muted)}@media(max-width:1180px){.workspace{padding:24px}.library-layout{grid-template-columns:1fr}.filter-rail{position:static}.filter-form{grid-template-columns:repeat(3,minmax(0,1fr))}.filter-form button{width:100%}.product-workflow-grid,.profit-board{grid-template-columns:repeat(2,minmax(0,1fr))}.advanced-settings,.profit-history-panel,.workflow-records,.workflow-specs{grid-column:1/-1}.profit-result-panel{position:static}}@media(max-width:760px){.sidebar{display:none}.workspace{padding:18px}.capture-strip,.workspace-header{align-items:stretch;flex-direction:column}.header-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.advanced-grid,.detail-grid,.filter-form,.product-workflow-grid,.profit-board{grid-template-columns:1fr}.advanced-settings,.profit-history-panel,.workflow-records,.workflow-specs{grid-column:auto}.product-table-wrap{max-height:none}.detail-actions{width:100%}.detail-actions>*{flex:1}.simple-page{padding:28px}}.research-workspace{display:grid;gap:16px;max-width:1280px}.workspace-section{background:#fff;border:1px solid var(--line);border-radius:10px;padding:18px;min-width:0}.overview-section{display:grid;grid-template-columns:150px minmax(0,1fr) 180px;gap:20px;align-items:start}.workspace-image{height:150px;border:1px dashed var(--line);border-radius:8px;display:flex;align-items:center;justify-content:center;color:var(--muted);overflow:hidden;background:var(--subtle)}.workspace-image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.workspace-section h2{margin:0;font-size:17px}.workspace-section-title{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.workspace-section-title a{color:var(--blue);font-size:12px;text-decoration:none}.workspace-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px 16px;margin:14px 0}.analysis-facts dt,.workspace-facts dt{color:var(--muted);font-size:12px}.analysis-facts dd,.workspace-facts dd{margin:2px 0 0;overflow-wrap:anywhere}.decision-quick{display:grid;gap:8px;padding:14px;border-left:3px solid var(--blue);background:var(--blue-soft)}.decision-quick strong{font-size:32px;color:var(--blue)}.kpi-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}.kpi-item{border:1px solid var(--line);border-radius:8px;padding:12px;display:grid;gap:6px;min-width:0}.kpi-item span{font-size:12px;color:var(--muted)}.kpi-item strong{font-size:18px;overflow-wrap:anywhere}.source-line{margin-top:14px;color:var(--muted);font-size:12px}.mini-charts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.mini-chart{border:1px solid var(--line);border-radius:8px;padding:14px}.mini-chart h3{margin:0 0 12px;font-size:14px}.chart-row{display:grid;grid-template-columns:80px minmax(0,1fr) 28px;align-items:center;gap:8px;margin:8px 0;font-size:12px}.chart-row i{display:block;height:8px;border-radius:4px;background:var(--blue)}.chart-row b{text-align:right}.analysis-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.analysis-facts>div{border:1px solid var(--line);border-radius:8px;padding:11px}.decision-panel{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.decision-panel p{flex-basis:100%;margin:2px 0}.competitor-list{display:grid;gap:8px}.competitor-list a{display:flex;justify-content:space-between;gap:12px;padding:10px;border-bottom:1px solid var(--line);color:var(--blue);overflow-wrap:anywhere}.competitor-list small{color:var(--muted);white-space:nowrap}.scenario-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.scenario-summary>div{display:grid;gap:4px;border:1px solid var(--line);border-radius:8px;padding:12px}.scenario-summary span{font-size:12px;color:var(--muted)}.planning-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.workspace-empty{margin:0;padding:18px;text-align:center;color:var(--muted);background:var(--subtle);border-radius:8px}.action-center{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.coming-soon-inline{color:var(--warning);font-size:12px}.assistant-placeholder{border-style:dashed}@media(max-width:1000px){.overview-section{grid-template-columns:120px minmax(0,1fr)}.decision-quick{grid-column:1/-1}.kpi-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.analysis-facts,.planning-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.scenario-summary{grid-template-columns:1fr}}@media(max-width:640px){.analysis-facts,.mini-charts,.overview-section,.planning-grid{grid-template-columns:1fr}.kpi-grid,.workspace-facts{grid-template-columns:repeat(2,minmax(0,1fr))}.workspace-section{padding:14px}}.supply-chain-shell .brand-v2{padding:3px 10px 18px}.supply-chain-shell .product-os-nav{gap:22px}.supply-chain-shell .product-os-nav .nav-group{gap:5px}.supply-chain-shell .product-os-nav a{color:#697181;font-size:14px}.supply-chain-shell .product-os-nav a:hover{background:#efeff1;color:#20242b}.supply-chain-shell .product-os-nav a.active{background:#f0f0f1;color:#20242b}.supply-chain-shell .product-os-nav .nav-group>p,.supply-chain-shell .product-os-nav .nav-section-trigger{color:#697181;font-size:13px}.supply-chain-shell .product-os-nav .nav-section-trigger:hover{color:#20242b}.supply-chain-shell .sidebar-v2-status{padding-inline:10px}.research-workspace{position:relative;max-width:1680px;padding-right:404px}.workspace-section[id]{scroll-margin-top:24px}.product-copilot{position:fixed;z-index:5;top:20px;right:24px;width:372px;max-height:calc(100vh - 40px);overflow:auto;background:#fff;border:1px solid var(--line);border-radius:10px;box-shadow:0 12px 30px rgba(28,36,51,.12);padding:16px}.copilot-header,.copilot-section-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.copilot-header{position:sticky;top:-16px;z-index:2;margin:-16px -16px 0;padding:16px;background:#fff;border-bottom:1px solid var(--line)}.copilot-block h3,.copilot-header h2,.copilot-summary h3{margin:2px 0 0;font-size:15px}.copilot-provider{white-space:nowrap;border-radius:999px;padding:4px 7px;font-size:10px;font-weight:700}.copilot-provider.connected{background:#e7f6ee;color:#136c4e}.copilot-provider.missing{background:#fff3d8;color:#8b610b}.copilot-block,.copilot-summary{padding:15px 0;border-bottom:1px solid var(--line)}.copilot-summary ul{display:grid;gap:5px;margin:10px 0;padding-left:18px;color:#4e596d;font-size:12px}.copilot-recommendation{margin:8px 0;color:#193d8a;font-weight:700}.copilot-insights{display:grid;gap:8px;margin-top:10px}.copilot-answer,.copilot-insights article,.proposal-list article{border-left:3px solid #3b5ccc;background:#f7f9fd;padding:10px 11px}.copilot-insights article.missing{border-left-color:#9aa3b3}.copilot-answer h4,.copilot-insights h4,.proposal-list h4{margin:0 0 4px;font-size:13px}.copilot-answer p,.copilot-history p,.copilot-insights p,.proposal-list p{margin:0;color:#515c70;font-size:12px;white-space:pre-wrap}.citation-list{display:flex;flex-wrap:wrap;gap:5px;margin-top:8px}.citation-list a{border:1px solid #d4dcef;border-radius:999px;padding:2px 6px;color:#3656ac;text-decoration:none;font-size:10px}.suggested-questions{display:flex;gap:6px;overflow-x:auto;padding:8px 0}.suggested-questions button{flex:0 0 auto;min-height:28px;border-color:#dce1e8;padding:0 9px;font-size:11px}.copilot-ask,.proposal-form{display:grid;gap:8px;margin-top:8px}.copilot-ask textarea{min-height:72px}.copilot-answer{margin-top:10px;border-left-color:#17785a;background:#f1faf6}.copilot-answer small{display:block;margin-top:8px;color:#687386}.proposal-list{display:grid;gap:8px;margin-top:10px}.proposal-list article>div:first-child{display:flex;align-items:center;gap:7px}.proposal-list article h4{margin:0}.proposal-list small{display:block;margin-top:6px;color:#7a8496}.proposal-status{border-radius:999px;padding:2px 6px;font-size:10px;font-weight:700}.proposal-status.status-draft{background:#eef1f5;color:#5d687a}.proposal-status.status-pending{background:#fff3d8;color:#8b610b}.proposal-status.status-applied,.proposal-status.status-approved{background:#e7f6ee;color:#136c4e}.proposal-status.status-rejected{background:#fff0f1;color:#a52b37}.proposal-actions{display:flex;gap:6px;margin-top:8px}.proposal-actions button{min-height:28px;border-color:#dce1e8;padding:0 9px;font-size:11px}.copilot-history{display:grid;gap:8px;margin-top:10px}.copilot-history article{padding-left:9px;border-left:2px solid #dce1e8}.copilot-history strong{font-size:11px}.copilot-skeleton{display:grid;gap:10px;padding:20px 0}.copilot-skeleton i{display:block;height:54px;border-radius:7px;background:#eef1f5;animation:copilot-pulse 1.2s ease-in-out infinite alternate}@keyframes copilot-pulse{to{opacity:.45}}@media(max-width:1320px){.research-workspace{padding-right:0}.product-copilot{position:static;width:auto;max-height:none;box-shadow:none}}@media(max-width:640px){.product-copilot{padding:14px}.copilot-header{top:-14px;margin:-14px -14px 0;padding:14px}.copilot-provider{white-space:normal;text-align:right}.proposal-actions{flex-wrap:wrap}}.auth-identity{position:fixed;z-index:20;right:18px;top:14px;display:flex;align-items:center;gap:10px;padding:6px 10px;background:#fff;border:1px solid #d9e1ea;border-radius:8px;font-size:12px}.auth-identity button{border:0;background:transparent;color:#9d2732;cursor:pointer}.library-page{max-width:1600px;margin:0 auto;padding:32px 40px}.library-page header{display:grid;gap:5px;margin-bottom:22px}.library-page header p{margin:0;color:#687386;font-size:12px;font-weight:700;letter-spacing:.08em}.library-page header h1{margin:0;font-size:30px}.library-page header span{color:var(--muted)}.library-search{display:flex;gap:8px;margin-bottom:16px}.library-search input{max-width:420px}.library-table{max-width:100%;overflow-x:auto}.library-table table{min-width:1180px;table-layout:fixed;white-space:normal}.library-table th:first-child{width:320px}.library-table th:nth-child(2){width:180px}.library-table td{overflow:hidden;text-overflow:ellipsis}.product-row{display:flex;align-items:center;gap:10px;color:inherit;text-decoration:none;min-width:0}.product-row strong{display:-webkit-box;min-width:0;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;line-height:1.45;overflow-wrap:anywhere}.product-thumbnail{width:56px;height:56px;flex:0 0 56px;-o-object-fit:contain;object-fit:contain;border:1px solid #e1e5eb;border-radius:8px;background:#fff}.product-thumbnail.placeholder{display:inline-flex;align-items:center;justify-content:center;background:#f2f4f7;color:#818b9b;font-size:11px}.row-actions{display:flex;gap:6px;align-items:center}.row-actions a{color:#2f51ac;text-decoration:none;font-weight:600}.row-actions button{min-height:28px;border-color:#dce1e8}.library-empty{display:grid;justify-items:center;gap:8px;padding:48px 24px;text-align:center;color:var(--muted)}.library-empty strong{font-size:17px;color:var(--ink)}.library-empty p{margin:0}.library-empty .action-row{margin-top:6px}@media(max-width:760px){.library-page{padding:20px}.library-search{flex-direction:column}.library-search input{max-width:none}}.business-profit-board{grid-template-columns:minmax(300px,.9fr) minmax(560px,1.4fr) minmax(260px,.7fr)}.selected-product-card{display:flex;gap:10px;align-items:center;border:1px solid var(--line);padding:10px;border-radius:8px}.selected-product-card>div{min-width:0;flex:1}.selected-product-card p{margin:2px 0;color:var(--muted);font-size:12px}.profit-product-image{width:48px;height:48px;-o-object-fit:contain;object-fit:contain;border:1px solid var(--line);border-radius:7px;background:#fff;flex:0 0 48px}.profit-product-image.placeholder{display:inline-flex;align-items:center;justify-content:center;color:#7d8695;font-size:10px;background:#f3f5f7}.product-choice-list button{display:flex;gap:9px;justify-content:flex-start}.product-choice-list button span{display:grid;gap:2px;min-width:0}.product-choice-list button small{display:block;white-space:normal}.manual-cost-grid,.package-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.input-pair{display:grid;grid-template-columns:minmax(0,1fr) 78px;gap:6px}.notice{margin:0;color:var(--muted);font-size:12px}.result-list{display:grid;gap:0;margin:12px 0}.result-list div{display:flex;justify-content:space-between;padding:9px 0;border-bottom:1px solid var(--line)}.result-list dt{color:var(--muted)}.result-list dd{margin:0;font-weight:700}.profit-result-panel>.button{width:100%;margin-top:8px}.history-row{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 0;border-top:1px solid var(--line);font-size:13px}@media(max-width:1180px){.business-profit-board{grid-template-columns:repeat(2,minmax(0,1fr))}.business-profit-board .profit-history-panel{grid-column:1/-1}}@media(max-width:760px){.business-profit-board,.manual-cost-grid,.package-grid{grid-template-columns:1fr}.history-row{align-items:flex-start;flex-direction:column}}.product-picker{display:grid;gap:8px;min-width:0}.product-choice-list{display:grid;gap:8px;max-height:568px;overflow-y:auto;overflow-x:hidden;padding:2px 4px 2px 0;scrollbar-gutter:stable}.product-choice-list button{display:grid;grid-template-columns:64px minmax(0,1fr);gap:12px;align-items:center;width:100%;min-height:88px;padding:11px;text-align:left;border:1px solid #e1e5eb;border-radius:9px;background:#fff;overflow:hidden}.product-choice-list button:focus-visible,.product-choice-list button:hover{border-color:#9aacee;background:#f5f7ff;box-shadow:0 0 0 2px rgba(59,92,204,.08);outline:0}.profit-product-image.large{width:64px;height:64px;flex:0 0 64px;border-radius:8px}.product-choice-copy{display:grid;gap:3px;min-width:0;overflow:hidden}.product-choice-copy strong{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;max-height:2.9em;line-height:1.45;white-space:normal;overflow-wrap:anywhere;color:#283348}.product-choice-copy small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#6c7686}.selected-product-copy{overflow:hidden}.selected-product-copy>strong{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2}.business-combobox{position:relative;min-width:0}.business-combobox-trigger{display:grid;grid-template-columns:28px minmax(0,1fr) 18px;align-items:center;gap:8px;width:100%;min-height:38px;padding:7px 9px;border:1px solid #dfe3ea;text-align:left;font-weight:500}.business-combobox-trigger>span:nth-child(2){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.flag-emoji{display:inline-flex;align-items:center;justify-content:center;width:26px;height:20px;font-family:Segoe UI Emoji,Apple Color Emoji,sans-serif;font-size:20px;line-height:1}.flag-icon{width:24px;height:16px;flex:0 0 24px;border-radius:2px;box-shadow:0 0 0 1px rgba(15,23,42,.12)}.business-combobox-popover{position:absolute;z-index:30;top:calc(100% + 6px);left:0;right:0;display:grid;gap:7px;min-width:260px;padding:8px;background:#fff;border:1px solid #d9dee7;border-radius:9px;box-shadow:0 14px 34px rgba(22,30,50,.16)}.business-combobox-popover input{min-height:36px}.business-combobox-options{display:grid;gap:2px;max-height:288px;overflow-y:auto}.business-combobox-options button{display:grid;grid-template-columns:30px minmax(0,1fr);gap:8px;justify-content:start;min-height:36px;padding:6px 8px;text-align:left;border:0}.business-combobox-options button:hover,.business-combobox-options button[aria-selected=true]{background:#eef2ff;color:#2f4aa5}.business-combobox-options p{margin:0;padding:12px;color:var(--muted);text-align:center}.market-popover{min-width:220px}@media(max-width:760px){.product-choice-list{max-height:480px}.business-combobox-popover{min-width:100%}}.business-profit-board{grid-template-columns:minmax(260px,.9fr) minmax(420px,1.4fr) minmax(240px,.7fr)}.business-profit-board>article{min-width:0}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(59 130 246/0.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(59 130 246/0.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }
/* ! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com */*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb}:after,:before{--tw-content:""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}:root{--background:0 0% 100%;--foreground:240 10% 3.9%;--card:0 0% 100%;--card-foreground:240 10% 3.9%;--popover:0 0% 100%;--popover-foreground:240 10% 3.9%;--primary:240 5.9% 10%;--primary-foreground:0 0% 98%;--secondary:240 4.8% 95.9%;--secondary-foreground:240 5.9% 10%;--muted:240 4.8% 95.9%;--muted-foreground:240 3.8% 46.1%;--accent:240 4.8% 95.9%;--accent-foreground:240 5.9% 10%;--destructive:0 72.2% 50.6%;--border:240 5.9% 90%;--input:240 5.9% 90%;--ring:240 5% 64.9%;--chart-1:240 5% 64.9%;--chart-2:240 3.8% 46.1%;--chart-3:240 5.9% 10%;--chart-4:240 4.8% 95.9%;--chart-5:240 3.8% 46.1%;--radius:0.75rem;--sidebar:0 0% 98%;--sidebar-foreground:240 5.3% 26.1%;--sidebar-primary:240 5.9% 10%;--sidebar-primary-foreground:0 0% 98%;--sidebar-accent:240 4.8% 95.9%;--sidebar-accent-foreground:240 5.9% 10%;--sidebar-border:240 5.9% 90%;--sidebar-ring:240 5% 64.9%}*{border-color:hsl(var(--border))}body{background:hsl(var(--background));color:hsl(var(--foreground))}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.pointer-events-none{pointer-events:none}.\!visible{visibility:visible!important}.visible{visibility:visible}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.-inset-1{inset:-.25rem}.inset-0{inset:0}.inset-x-0{left:0;right:0}.inset-y-0{top:0;bottom:0}.bottom-0{bottom:0}.left-0{left:0}.left-2{left:.5rem}.left-\[50\%\]{left:50%}.right-0{right:0}.right-2{right:.5rem}.right-4{right:1rem}.right-6{right:1.5rem}.top-0{top:0}.top-4{top:1rem}.top-6{top:1.5rem}.top-\[50\%\]{top:50%}.isolate{isolation:isolate}.-z-10{z-index:-10}.z-50{z-index:50}.m-0{margin:0}.-mx-1{margin-left:-.25rem;margin-right:-.25rem}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-5{margin-top:1.25rem;margin-bottom:1.25rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.ml-1{margin-left:.25rem}.ml-auto{margin-left:auto}.mr-2{margin-right:.5rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.block{display:block}.flex{display:flex}.inline-flex{display:inline-flex}.\!table{display:table!important}.table{display:table}.grid{display:grid}.hidden{display:none}.aspect-square{aspect-ratio:1/1}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-12{height:3rem}.h-2{height:.5rem}.h-2\.5{height:.625rem}.h-20{height:5rem}.h-3{height:.75rem}.h-3\.5{height:.875rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-\[1px\]{height:1px}.h-\[var\(--radix-select-trigger-height\)\]{height:var(--radix-select-trigger-height)}.h-auto{height:auto}.h-full{height:100%}.h-px{height:1px}.max-h-64{max-height:16rem}.max-h-\[--radix-select-content-available-height\]{max-height:var(--radix-select-content-available-height)}.max-h-\[300px\]{max-height:300px}.max-h-\[var\(--radix-dropdown-menu-content-available-height\)\]{max-height:var(--radix-dropdown-menu-content-available-height)}.min-h-12{min-height:3rem}.min-h-14{min-height:3.5rem}.min-h-\[60px\]{min-height:60px}.w-10{width:2.5rem}.w-12{width:3rem}.w-2{width:.5rem}.w-20{width:5rem}.w-3{width:.75rem}.w-3\.5{width:.875rem}.w-3\/4{width:75%}.w-4{width:1rem}.w-5{width:1.25rem}.w-72{width:18rem}.w-8{width:2rem}.w-9{width:2.25rem}.w-\[1px\]{width:1px}.w-full{width:100%}.min-w-0{min-width:0}.min-w-\[8rem\]{min-width:8rem}.min-w-\[var\(--radix-select-trigger-width\)\]{min-width:var(--radix-select-trigger-width)}.max-w-2xl{max-width:42rem}.max-w-lg{max-width:32rem}.flex-1{flex:1 1 0%}.shrink-0{flex-shrink:0}.caption-bottom{caption-side:bottom}.origin-\[--radix-dropdown-menu-content-transform-origin\]{transform-origin:var(--radix-dropdown-menu-content-transform-origin)}.origin-\[--radix-popover-content-transform-origin\]{transform-origin:var(--radix-popover-content-transform-origin)}.origin-\[--radix-select-content-transform-origin\]{transform-origin:var(--radix-select-content-transform-origin)}.origin-\[--radix-tooltip-content-transform-origin\]{transform-origin:var(--radix-tooltip-content-transform-origin)}.translate-x-\[-50\%\]{--tw-translate-x:-50%}.translate-x-\[-50\%\],.translate-y-\[-50\%\]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-\[-50\%\]{--tw-translate-y:-50%}.rotate-180{--tw-rotate:180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes spin{to{transform:rotate(1turn)}}.animate-spin{animation:spin 1s linear infinite}.cursor-default{cursor:default}.cursor-pointer{cursor:pointer}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-\[minmax\(0\2c 1fr\)_auto\]{grid-template-columns:minmax(0,1fr) auto}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.place-content-center{place-content:center}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-x-5{-moz-column-gap:1.25rem;column-gap:1.25rem}.gap-x-8{-moz-column-gap:2rem;column-gap:2rem}.gap-y-4{row-gap:1rem}.space-y-1\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.375rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.375rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-normal{white-space:normal}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-wrap{white-space:pre-wrap}.break-words{overflow-wrap:break-word}.rounded-\[inherit\]{border-radius:inherit}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-sm{border-radius:.125rem}.rounded-xl{border-radius:.75rem}.border{border-width:1px}.border-b{border-bottom-width:1px}.border-l{border-left-width:1px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-dashed{border-style:dashed}.border-amber-200{--tw-border-opacity:1;border-color:rgb(253 230 138/var(--tw-border-opacity,1))}.border-sky-200{--tw-border-opacity:1;border-color:rgb(186 230 253/var(--tw-border-opacity,1))}.border-transparent{border-color:transparent}.bg-amber-50{--tw-bg-opacity:1;background-color:rgb(255 251 235/var(--tw-bg-opacity,1))}.bg-black\/80{background-color:rgb(0 0 0/.8)}.bg-sky-50\/70{background-color:rgb(240 249 255/.7)}.bg-slate-200{--tw-bg-opacity:1;background-color:rgb(226 232 240/var(--tw-bg-opacity,1))}.bg-slate-900{--tw-bg-opacity:1;background-color:rgb(15 23 42/var(--tw-bg-opacity,1))}.bg-slate-950{--tw-bg-opacity:1;background-color:rgb(2 6 23/var(--tw-bg-opacity,1))}.bg-transparent{background-color:transparent}.bg-white\/70{background-color:rgb(255 255 255/.7)}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.from-slate-300{--tw-gradient-from:#cbd5e1 var(--tw-gradient-from-position);--tw-gradient-to:rgb(203 213 225/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.via-white{--tw-gradient-to:rgb(255 255 255/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#fff var(--tw-gradient-via-position),var(--tw-gradient-to)}.to-slate-700{--tw-gradient-to:#334155 var(--tw-gradient-to-position)}.fill-current{fill:currentColor}.object-cover{-o-object-fit:cover;object-fit:cover}.p-0{padding:0}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.px-0\.5{padding-left:.125rem;padding-right:.125rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-8{padding-left:2rem;padding-right:2rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.pb-2{padding-bottom:.5rem}.pb-4{padding-bottom:1rem}.pb-5{padding-bottom:1.25rem}.pl-2{padding-left:.5rem}.pl-8{padding-left:2rem}.pr-1{padding-right:.25rem}.pr-2{padding-right:.5rem}.pr-8{padding-right:2rem}.pt-0{padding-top:0}.pt-3{padding-top:.75rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.align-middle{vertical-align:middle}.align-bottom{vertical-align:bottom}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-\[9px\]{font-size:9px}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.leading-7{line-height:1.75rem}.leading-none{line-height:1}.tracking-tight{letter-spacing:-.025em}.tracking-widest{letter-spacing:.1em}.text-amber-700{--tw-text-opacity:1;color:rgb(180 83 9/var(--tw-text-opacity,1))}.text-amber-800{--tw-text-opacity:1;color:rgb(146 64 14/var(--tw-text-opacity,1))}.text-amber-900{--tw-text-opacity:1;color:rgb(120 53 15/var(--tw-text-opacity,1))}.text-current{color:currentColor}.text-sky-950{--tw-text-opacity:1;color:rgb(8 47 73/var(--tw-text-opacity,1))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.text-white\/60{color:rgb(255 255 255/.6)}.text-white\/70{color:rgb(255 255 255/.7)}.text-zinc-400{--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity,1))}.underline-offset-4{text-underline-offset:4px}.opacity-0{opacity:0}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.opacity-75{opacity:.75}.shadow{--tw-shadow:0 1px 3px 0 rgb(0 0 0/0.1),0 1px 2px -1px rgb(0 0 0/0.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color)}.shadow,.shadow-lg{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px rgb(0 0 0/0.1),0 4px 6px -4px rgb(0 0 0/0.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.shadow-md{--tw-shadow:0 4px 6px -1px rgb(0 0 0/0.1),0 2px 4px -2px rgb(0 0 0/0.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color)}.shadow-md,.shadow-sm{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow:0 1px 2px 0 rgb(0 0 0/0.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.ring-2{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.blur-xl{--tw-blur:blur(24px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.\!filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[transform\2c box-shadow\]{transition-property:transform,box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[width\]{transition-property:width;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ai-selection-command-controls{display:grid;grid-template-columns:auto minmax(360px,1fr) auto;align-items:center;gap:14px;width:100%}.ai-selection-command-controls [role=tablist]{background:#f4f4f5}.ai-selection-category-results{border-color:#e4e4e7;box-shadow:0 8px 28px rgba(24,24,27,.055)}.ai-selection-category-results>.p-6{padding:18px 20px}.ai-selection-category-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:16px}.ai-selection-category-stats>div{display:grid;gap:4px;padding:12px 13px;border:1px solid #f0f0f1;border-radius:11px;background:#fafafa}.ai-selection-category-stats small,.ai-selection-fact-summary small{color:#a1a1aa;font-size:10px}.ai-selection-category-stats strong,.ai-selection-fact-summary strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#18181b;font-size:16px}.ai-selection-category-table{font-size:11px}.ai-selection-category-table th{height:36px;color:#a1a1aa;font-size:10px;font-weight:600}.ai-selection-category-table td{height:58px;white-space:nowrap;color:#52525b}.ai-selection-category-table td:first-child{color:#a1a1aa;font-variant-numeric:tabular-nums}.ai-selection-category-table button{height:30px;gap:4px;padding:0 9px;font-size:10px}.ai-selection-category-table button svg{width:12px;height:12px}.ai-selection-table-product{display:flex;align-items:center;gap:9px;min-width:220px;max-width:340px}.ai-selection-table-product .ai-selection-image{width:36px;height:36px;flex:0 0 auto;border-radius:8px}.ai-selection-table-product span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#27272a;font-weight:600}.ai-selection-fact-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}.ai-selection-fact-summary>div{display:grid;gap:4px;min-width:0;padding:10px 11px;border:1px solid #f0f0f1;border-radius:10px;background:#fafafa}.ai-selection-ai-empty,.ai-selection-ai-loading{display:flex;align-items:center;justify-content:center;gap:9px;min-height:135px;color:#71717a;font-size:12px}.ai-selection-ai-empty svg,.ai-selection-ai-loading svg{width:17px;height:17px}.ai-selection-ai-advice{display:grid;gap:11px}.ai-selection-answer-grid>div,.ai-selection-conclusion-card{border-color:#ededee;box-shadow:none;background:#fff}.ai-selection-answer-grid>div>.p-6,.ai-selection-conclusion-card>.p-6{padding:13px 15px}.ai-selection-answer-grid>div>.p-6:first-child,.ai-selection-conclusion-card>.p-6:first-child{padding-bottom:7px}.ai-selection-answer-grid p,.ai-selection-conclusion-card p{margin:0;color:#52525b;font-size:12px;line-height:1.7;white-space:pre-wrap}.ai-selection-answer-grid .font-semibold,.ai-selection-conclusion-card .font-semibold{font-size:12px}.ai-selection-conclusion-card .text-sm{font-size:10px}.ai-selection-answer-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.ai-selection-answer-grid>div{min-width:0}.ai-selection-report-trigger{display:flex;align-items:center;justify-content:space-between;min-height:118px;width:100%;padding:18px;border:0;border-radius:14px;background:transparent;text-align:left;box-shadow:none;transition:background .25s ease,transform .2s ease}.ai-selection-report-card-background{border-radius:14px;transition:background .25s ease}.ai-selection-report-card-background:hover{background:#fafafa}.ai-selection-report-card-background>div[aria-hidden=true]{opacity:.42;transition:opacity .3s ease}.ai-selection-report-card-background:hover>div[aria-hidden=true]{opacity:1}.ai-selection-report-trigger:hover{border-color:#d4d4d8;box-shadow:0 10px 24px rgb(24 24 27/10%);transform:translateY(-1px)}.ai-selection-report-trigger-copy{display:grid;gap:8px;min-width:0}.ai-selection-report-trigger .report-title{font-size:15px;font-weight:650;line-height:1.35;color:#18181b}.ai-selection-report-trigger .report-subtitle{color:#71717a;font-size:11px;line-height:1.4}.ai-selection-dialog-overlay{position:fixed;inset:0;z-index:100;background:rgb(255 255 255/4%);backdrop-filter:blur(24px) saturate(100%);-webkit-backdrop-filter:blur(24px) saturate(100%);transform:translateZ(0);will-change:backdrop-filter}.ai-selection-animated-price{display:inline-flex;min-width:0}.ai-selection-animated-price>span{display:inline-flex;line-height:1.1}.has-morphing-dialog .ai-selection-v3{filter:blur(7px);transition:filter .2s ease}.has-morphing-dialog .ai-selection-v3 [data-radix-popper-content-wrapper],.has-morphing-dialog .ai-selection-v3-alert{filter:none}.ai-selection-report-dialog-portal{position:fixed;inset:0;z-index:101;display:flex;align-items:center;justify-content:center;padding:16px;pointer-events:none}.ai-selection-report-dialog{position:relative;width:min(680px,calc(100vw - 32px));max-height:min(760px,calc(100vh - 32px));overflow:hidden;pointer-events:auto;border:1px solid rgb(228 228 231/85%);border-radius:20px;background:#fff;box-shadow:0 24px 60px rgb(24 24 27/18%),0 4px 14px rgb(24 24 27/10%)}.ai-selection-report-dialog button{pointer-events:auto;cursor:pointer}.ai-selection-report-dialog>.ai-selection-report-close{position:absolute;right:14px;top:14px;z-index:20;display:grid;height:34px;width:34px;place-items:center;border:1px solid #e4e4e7;border-radius:999px;background:#fff;color:#52525b}.ai-selection-report-scroll{max-height:min(760px,calc(100vh - 32px))}.ai-selection-report-dialog-body{width:100%;margin:0;padding:38px 50px 44px}.ai-selection-report-dialog-body .report-title{font-size:22px;line-height:1.35;color:#18181b}.ai-selection-report-dialog-body .report-subtitle{margin-top:8px;color:#71717a;font-size:13px}.ai-selection-report-text{margin-top:28px;color:#3f3f46;font-size:16px;line-height:1.75;white-space:pre-wrap;overflow-wrap:anywhere}.ai-selection-report-text p{margin:0 0 20px}.ai-selection-report-text .ai-selection-report-point{display:grid;grid-template-columns:30px minmax(0,1fr);align-items:start;gap:12px;padding:0}.ai-selection-report-point-number{display:grid;width:26px;height:26px;place-items:center;border-radius:999px;background:#18181b;color:#fff;font-size:13px;font-weight:700;line-height:1}.ai-selection-report-close{position:absolute;right:14px;top:14px;z-index:2;display:grid;height:34px;width:34px;place-items:center;border:1px solid #e4e4e7;border-radius:999px;background:#fff;color:#52525b;transition:background .2s ease,color .2s ease}.ai-selection-report-close:hover{background:#18181b;color:#fff}.ai-selection-opportunity-report-grid,.ai-selection-strategy-text-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.ai-selection-opportunity-report-grid{min-width:0}.ai-selection-opportunity-report-card{display:grid;gap:10px;min-width:0;padding:15px 16px;border:1px solid #e4e4e7;border-radius:12px;background:#fff}.ai-selection-opportunity-ranking-card{grid-column:1/-1}.ai-selection-opportunity-report-heading{display:flex;align-items:center;justify-content:space-between;gap:14px;min-width:0}.ai-selection-opportunity-report-card h3{margin:0;color:#18181b;font-size:14px;line-height:1.35}.ai-selection-opportunity-stage-meta{display:flex;align-items:center;justify-content:flex-end;gap:7px;min-width:0;flex:0 0 auto;white-space:nowrap}.ai-selection-opportunity-stage-date{color:#71717a;font-size:11px;line-height:1.3}.ai-selection-opportunity-stage-badge{display:inline-flex;align-items:center;min-height:24px;padding:4px 9px;border-radius:999px;font-size:11px;font-weight:750;line-height:1.1}.ai-selection-opportunity-stage-badge.is-surging{border:1px solid #fecaca;background:#fef2f2;color:#dc2626}.ai-selection-opportunity-stage-badge.is-declining{border:1px solid #fed7aa;background:#fff7ed;color:#c2410c}.ai-selection-opportunity-stage-badge.is-growing{border:1px solid #bbf7d0;background:#f0fdf4;color:#15803d}.ai-selection-opportunity-stage-badge.is-stable{border:1px solid #bfdbfe;background:#eff6ff;color:#2563eb}.ai-selection-opportunity-stage-badge.is-new{border:1px solid #c4b5fd;background:#f5f3ff;color:#7c3aed}.ai-selection-opportunity-stage-badge.is-unknown{border:1px solid #e4e4e7;background:#f4f4f5;color:#71717a}.ai-selection-opportunity-report-body{margin:0;color:#52525b;font-size:12px;line-height:1.65;white-space:pre-line;overflow-wrap:anywhere}.ai-selection-opportunity-table-wrap{width:100%;overflow-x:auto;border:1px solid #ececf0;border-radius:8px;background:#fff}.ai-selection-opportunity-table{width:100%;min-width:820px;border-collapse:collapse;font-size:11px;line-height:1.45;white-space:normal}.ai-selection-opportunity-table td,.ai-selection-opportunity-table th{padding:8px 9px;text-align:left;vertical-align:top;border-bottom:1px solid #ededee;overflow-wrap:anywhere}.ai-selection-opportunity-table th{background:#f7f7f8;color:#52525b;font-size:10px;font-weight:650;white-space:nowrap}.ai-selection-opportunity-table td{color:#3f3f46}.ai-selection-opportunity-table tr:last-child td{border-bottom:0}.ai-selection-opportunity-ranking-table td:first-child,.ai-selection-opportunity-ranking-table th:first-child{width:48px;text-align:center}.ai-selection-opportunity-ranking-table td:nth-child(2),.ai-selection-opportunity-ranking-table th:nth-child(2){width:68px;text-align:center}.ai-selection-opportunity-ranking-table td:nth-child(3),.ai-selection-opportunity-ranking-table th:nth-child(3){width:92px;white-space:nowrap}.ai-selection-opportunity-ranking-table td:nth-child(4),.ai-selection-opportunity-ranking-table td:nth-child(5),.ai-selection-opportunity-ranking-table td:nth-child(6),.ai-selection-opportunity-ranking-table th:nth-child(4),.ai-selection-opportunity-ranking-table th:nth-child(5),.ai-selection-opportunity-ranking-table th:nth-child(6){width:94px;white-space:nowrap}.ai-selection-opportunity-ranking-table td:nth-child(7),.ai-selection-opportunity-ranking-table th:nth-child(7){min-width:160px}.ai-selection-opportunity-ranking-table td:nth-child(8),.ai-selection-opportunity-ranking-table th:nth-child(8){width:104px;white-space:nowrap}.ai-selection-opportunity-ranking-table .ai-selection-image{width:48px;height:48px;margin:auto;border-radius:8px}.ai-selection-opportunity-ranking-table tr.is-current td{background:#fafafa}.ai-selection-opportunity-report-findings{display:grid;gap:6px;margin:0;padding:0;list-style:none}.ai-selection-opportunity-report-findings li{position:relative;padding-left:13px;color:#52525b;font-size:12px;line-height:1.55;overflow-wrap:anywhere}.ai-selection-opportunity-report-findings li:before{position:absolute;left:0;top:.56em;width:5px;height:5px;border-radius:999px;background:#18181b;content:""}.ai-selection-opportunity-report-conclusion{display:grid;gap:4px;padding:10px 11px;border:1px solid #e4e4e7;border-radius:9px;background:#f4f4f5}.ai-selection-opportunity-report-conclusion strong{color:#18181b;font-size:11px}.ai-selection-opportunity-report-conclusion span{color:#3f3f46;font-size:12px;line-height:1.6;overflow-wrap:anywhere}.ai-selection-strategy-text-card{min-width:0;padding:15px 16px;border:1px solid #e4e4e7;border-radius:12px;background:#fff;overflow:hidden;overflow-wrap:anywhere}.ai-selection-diagnosis-heading{position:relative;z-index:1;display:flex;align-items:flex-start;gap:10px;margin:0 0 16px;min-height:32px;line-height:1.45}.ai-selection-diagnosis-heading h3{margin:0;min-width:0;line-height:1.45;overflow-wrap:anywhere}.ai-selection-strategy-findings{position:relative;z-index:1;margin-top:16px}.ai-selection-sudden-volume-card{grid-column:1/-1}.ai-selection-volume-layout{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:16px}.ai-selection-volume-mechanism,.ai-selection-volume-timeline{display:grid;gap:9px;min-width:0}.ai-selection-volume-mechanism>strong,.ai-selection-volume-timeline>strong{color:#18181b;font-size:12px}.ai-selection-volume-phase{position:relative;padding:9px 10px 9px 15px;border:1px solid #ededee;border-radius:9px;background:#fafafa}.ai-selection-volume-phase:before{position:absolute;left:0;top:11px;bottom:11px;width:3px;border-radius:3px;background:#18181b;content:""}.ai-selection-volume-phase>span{display:block;color:#18181b;font-size:12px;font-weight:700}.ai-selection-volume-phase p{margin:5px 0 0;color:#52525b;font-size:11px;line-height:1.55}.ai-selection-volume-phase ul{display:flex;flex-wrap:wrap;gap:5px;margin:8px 0 0;padding:0;list-style:none}.ai-selection-volume-phase li{padding:3px 5px;border:1px solid #e4e4e7;border-radius:5px;background:#fff;color:#3f3f46;font-size:10px}.ai-selection-volume-mechanism ol{display:grid;gap:6px;margin:0;padding:0;list-style:none}.ai-selection-volume-mechanism li{display:grid;grid-template-columns:20px minmax(0,1fr);gap:7px;align-items:start;padding:7px 0;border-bottom:1px solid #f0f0f1}.ai-selection-volume-mechanism li:last-child{border-bottom:0}.ai-selection-volume-mechanism li>b{display:grid;width:20px;height:20px;place-items:center;border-radius:6px;background:#18181b;color:#fff;font-size:10px;line-height:1}.ai-selection-volume-mechanism li>div{display:grid;gap:2px;min-width:0}.ai-selection-volume-mechanism li span{color:#27272a;font-size:11px;font-weight:650}.ai-selection-volume-mechanism li small{color:#71717a;font-size:10px;line-height:1.45}.ai-selection-volume-conclusion{display:grid;gap:4px;margin-top:13px;padding:10px 11px;border:1px solid #e4e4e7;border-radius:9px;background:#f4f4f5}.ai-selection-volume-conclusion strong{font-size:11px;color:#18181b}.ai-selection-volume-conclusion span{color:#3f3f46;font-size:12px;line-height:1.6}.ai-selection-content-playbook-card{grid-column:1/-1}.ai-selection-content-playbook-layout{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:16px}.ai-selection-content-angles,.ai-selection-content-script{display:grid;gap:7px;min-width:0}.ai-selection-content-angles>strong,.ai-selection-content-script>strong{color:#18181b;font-size:12px}.ai-selection-content-angles>p,.ai-selection-content-script>p{margin:0;color:#71717a;font-size:11px;line-height:1.5}.ai-selection-content-angles ol{display:grid;gap:7px;margin:0;padding:0;list-style:none}.ai-selection-content-angles li{display:grid;grid-template-columns:22px minmax(0,1fr);gap:7px;align-items:start;padding:8px;border:1px solid #ededee;border-radius:9px;background:#fafafa}.ai-selection-content-angles li>b{display:grid;width:22px;height:22px;place-items:center;border-radius:7px;background:#18181b;color:#fff;font-size:10px}.ai-selection-content-angles li>div{display:grid;gap:2px;min-width:0}.ai-selection-content-angles li span{color:#27272a;font-size:11px;font-weight:700}.ai-selection-content-angles li small{color:#52525b;font-size:10px;line-height:1.45}.ai-selection-content-script ol{display:grid;gap:0;margin:0;padding:0;list-style:none;border:1px solid #ededee;border-radius:9px;overflow:hidden}.ai-selection-content-script li{display:grid;grid-template-columns:60px minmax(0,1fr);gap:9px;padding:8px 9px;border-bottom:1px solid #ededee}.ai-selection-content-script li:last-child{border-bottom:0}.ai-selection-content-script li>b{color:#18181b;font-size:10px}.ai-selection-content-script li span{color:#52525b;font-size:10px;line-height:1.45}.ai-selection-content-playbook-conclusion{display:grid;gap:4px;margin-top:13px;padding:10px 11px;border:1px solid #e4e4e7;border-radius:9px;background:#f4f4f5}.ai-selection-content-playbook-conclusion strong{font-size:11px;color:#18181b}.ai-selection-content-playbook-conclusion span{color:#3f3f46;font-size:12px;line-height:1.6}.ai-selection-pricing-strategy-card{grid-column:1/-1}.ai-selection-pricing-snapshot{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:9px;border:1px solid #ededee;border-radius:9px;background:#fafafa}.ai-selection-pricing-snapshot>div{display:grid;gap:3px;padding:7px 8px;border:1px solid #e4e4e7;border-radius:7px;background:#fff}.ai-selection-pricing-snapshot small{color:#a1a1aa;font-size:10px}.ai-selection-pricing-snapshot strong{color:#18181b;font-size:13px}.ai-selection-pricing-snapshot p{grid-column:1/-1;margin:0 2px;color:#52525b;font-size:10px;line-height:1.5}.ai-selection-pricing-layout{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:16px;margin-top:13px}.ai-selection-pricing-costs,.ai-selection-pricing-moves{display:grid;gap:7px;min-width:0}.ai-selection-pricing-costs>strong,.ai-selection-pricing-moves>strong{color:#18181b;font-size:12px}.ai-selection-pricing-moves ol{display:grid;gap:6px;margin:0;padding:0;list-style:none}.ai-selection-pricing-moves li{display:grid;grid-template-columns:20px minmax(0,1fr);gap:7px;align-items:start;padding:7px 0;border-bottom:1px solid #f0f0f1}.ai-selection-pricing-moves li:last-child{border-bottom:0}.ai-selection-pricing-moves li>b{display:grid;width:20px;height:20px;place-items:center;border-radius:6px;background:#18181b;color:#fff;font-size:10px}.ai-selection-pricing-moves li>div{display:grid;gap:2px;min-width:0}.ai-selection-pricing-moves li span{color:#27272a;font-size:11px;font-weight:650}.ai-selection-pricing-moves li small{color:#71717a;font-size:10px;line-height:1.45}.ai-selection-pricing-costs{padding:10px;border:1px solid #ededee;border-radius:9px;background:#fafafa}.ai-selection-pricing-costs p{margin:0;color:#71717a;font-size:10px}.ai-selection-pricing-costs ul{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin:0;padding:0;list-style:none}.ai-selection-pricing-costs li{position:relative;padding-left:11px;color:#52525b;font-size:10px;line-height:1.45}.ai-selection-pricing-costs li:before{position:absolute;left:0;top:.45em;width:5px;height:5px;border-radius:999px;background:#18181b;content:""}.ai-selection-pricing-conclusion{display:grid;gap:4px;margin-top:13px;padding:10px 11px;border:1px solid #e4e4e7;border-radius:9px;background:#f4f4f5}.ai-selection-pricing-conclusion strong{font-size:11px;color:#18181b}.ai-selection-pricing-conclusion span{color:#3f3f46;font-size:12px;line-height:1.6}.ai-selection-winning-video-card{grid-column:1/-1}.ai-selection-winning-video-intro{margin:0 0 12px;color:#52525b;font-size:12px;line-height:1.55}.ai-selection-winning-script-stages{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.ai-selection-winning-script-stages>section{min-width:0;padding:10px;border:1px solid #ededee;border-radius:9px;background:#fafafa}.ai-selection-winning-stage-heading{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}.ai-selection-winning-stage-heading strong{color:#18181b;font-size:12px}.ai-selection-winning-stage-heading span{color:#71717a;font-size:10px}.ai-selection-winning-script-table-wrap{overflow-x:auto;border:1px solid #e4e4e7;border-radius:7px;background:#fff}.ai-selection-winning-script-table{width:100%;border-collapse:collapse;font-size:10px;line-height:1.45;white-space:normal}.ai-selection-winning-script-table td,.ai-selection-winning-script-table th{padding:7px 6px;text-align:left;vertical-align:top;border-bottom:1px solid #ededee}.ai-selection-winning-script-table th{background:#f4f4f5;color:#52525b;font-size:10px;font-weight:650}.ai-selection-winning-script-table td{color:#3f3f46;overflow-wrap:anywhere}.ai-selection-winning-script-table td:first-child,.ai-selection-winning-script-table th:first-child{width:25%;white-space:nowrap}.ai-selection-winning-script-table tr:last-child td{border-bottom:0}.ai-selection-winning-script-empty{margin:0;color:#71717a;font-size:11px;line-height:1.5}.ai-selection-winning-video-analysis{display:grid;gap:6px;margin-top:12px;padding:10px 11px;border:1px solid #e4e4e7;border-radius:9px;background:#f4f4f5}.ai-selection-winning-video-analysis strong{color:#18181b;font-size:11px}.ai-selection-winning-video-analysis ul{display:grid;gap:5px;margin:0;padding-left:17px;color:#3f3f46;font-size:11px;line-height:1.55}.ai-selection-winning-video-analysis li::marker{color:#71717a}.ai-selection-diagnosis-risk-wide{grid-column:span 2}.ai-selection-diagnosis-risk-wide .ai-selection-risk-table-wrap{width:100%}.ai-selection-store-report{display:grid;gap:10px}.ai-selection-store-report-item{padding:10px 12px;border:1px solid #ececf0;border-radius:9px;background:#fafafa}.ai-selection-store-report-item strong{display:block;color:#18181b;font-size:13px;line-height:1.55}.ai-selection-store-report-item p{margin:0;color:#3f3f46;font-size:13px;line-height:1.75;white-space:pre-line}.ai-selection-store-report .ai-selection-strategy-findings{margin-top:2px;padding-top:12px;border-top:1px solid #ececf0}.ai-selection-risk-table-wrap{width:100%;overflow:hidden}.ai-selection-risk-table{width:100%;table-layout:fixed;border-collapse:collapse;font-size:13px}.ai-selection-risk-table td,.ai-selection-risk-table th{padding:10px 8px;text-align:left;vertical-align:top;border-bottom:1px solid #e4e4e7;overflow-wrap:anywhere;word-break:break-word}.ai-selection-risk-table td:first-child,.ai-selection-risk-table th:first-child{width:22%}.ai-selection-risk-table td:nth-child(2),.ai-selection-risk-table th:nth-child(2){width:16%}.ai-selection-risk-table td:nth-child(3),.ai-selection-risk-table th:nth-child(3){width:62%}.ai-selection-strategy-text-card h3{margin:0 0 12px;color:#18181b;font-size:14px;line-height:1.35}.ai-selection-strategy-table-wrap{overflow-x:auto;border:1px solid #ececf0;border-radius:8px}.ai-selection-strategy-table{width:100%;border-collapse:collapse;font-size:11px;line-height:1.45;white-space:nowrap}.ai-selection-strategy-table th{padding:7px 8px;background:#f7f7f8;color:#52525b;font-weight:650;text-align:left}.ai-selection-strategy-table td{padding:7px 8px;color:#3f3f46;border-top:1px solid #eeeef0}.ai-selection-strategy-table td:not(:last-child),.ai-selection-strategy-table th:not(:last-child){border-right:1px solid #eeeef0}.ai-selection-strategy-findings{display:grid;gap:7px;margin:12px 0 0;padding:0;list-style:none}.ai-selection-strategy-findings li{position:relative;padding-left:13px;color:#52525b;font-size:12px;line-height:1.55}.ai-selection-strategy-findings li:before{position:absolute;left:0;top:.56em;width:5px;height:5px;border-radius:999px;background:#18181b;content:""}.ai-selection-strategy-card-conclusion{display:grid;gap:4px;margin-top:13px;padding-top:10px;border-top:1px solid #f0f0f2}.ai-selection-strategy-card-conclusion strong{color:#18181b;font-size:12px}.ai-selection-strategy-card-conclusion span{color:#52525b;font-size:12px;line-height:1.6}.ai-selection-strategy-detail{margin-top:10px;color:#71717a;font-size:11px;line-height:1.65}.ai-selection-strategy-detail summary{cursor:pointer;color:#52525b;font-weight:600}.ai-selection-strategy-detail p{margin:8px 0 0;overflow-wrap:anywhere}.ai-selection-selling-point-card{grid-column:1/-1}.ai-selection-selling-point-lead{margin:0 0 12px;padding:9px 10px;border-left:3px solid #18181b;background:#fafafa;color:#3f3f46;font-size:12px;line-height:1.6}.ai-selection-selling-point-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.25fr);gap:14px}.ai-selection-selling-point-frequency,.ai-selection-selling-point-reasons{min-width:0}.ai-selection-selling-point-frequency>strong,.ai-selection-selling-point-reasons>strong{display:block;margin-bottom:8px;color:#18181b;font-size:12px}.ai-selection-selling-point-reasons ol{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin:0;padding:0;list-style:none}.ai-selection-selling-point-reasons li{display:grid;grid-template-columns:22px minmax(0,1fr);gap:7px;align-items:start;padding:8px;border:1px solid #ededee;border-radius:9px;background:#fafafa}.ai-selection-selling-point-reasons li>b{display:grid;width:22px;height:22px;place-items:center;border-radius:7px;background:#18181b;color:#fff;font-size:10px}.ai-selection-selling-point-reasons li>div{display:grid;gap:2px;min-width:0}.ai-selection-selling-point-reasons li span{color:#27272a;font-size:11px;font-weight:700}.ai-selection-selling-point-reasons li small{color:#52525b;font-size:10px;line-height:1.45}.ai-selection-selling-point-frequency>p{margin:-2px 0 8px;color:#71717a;font-size:10px;line-height:1.45}.ai-selection-selling-point-table-wrap{overflow-x:auto;border:1px solid #ededee;border-radius:8px}.ai-selection-selling-point-table{width:100%;border-collapse:collapse;font-size:11px;line-height:1.45;white-space:nowrap}.ai-selection-selling-point-table td,.ai-selection-selling-point-table th{padding:7px 8px;text-align:left;border-bottom:1px solid #ededee}.ai-selection-selling-point-table th{background:#f4f4f5;color:#52525b;font-size:10px;font-weight:650}.ai-selection-selling-point-table td{color:#3f3f46}.ai-selection-selling-point-table tr:last-child td{border-bottom:0}.ai-selection-selling-point-conclusion{display:grid;gap:4px;margin-top:12px;padding:10px 11px;border:1px solid #e4e4e7;border-radius:9px;background:#f4f4f5}.ai-selection-selling-point-conclusion strong{color:#18181b;font-size:11px}.ai-selection-selling-point-conclusion span{color:#3f3f46;font-size:12px;line-height:1.6}.ai-selection-reusable-template-card{grid-column:1/-1}.ai-selection-reusable-template-lead{margin:0 0 12px;padding:9px 10px;border-left:3px solid #18181b;background:#fafafa;color:#3f3f46;font-size:12px;line-height:1.6}.ai-selection-reusable-template-sequence{display:grid;gap:8px}.ai-selection-reusable-template-sequence>strong{color:#18181b;font-size:12px}.ai-selection-reusable-template-table-wrap{overflow-x:auto;border:1px solid #ededee;border-radius:8px}.ai-selection-reusable-template-table{width:100%;border-collapse:collapse;font-size:11px;line-height:1.5}.ai-selection-reusable-template-table td,.ai-selection-reusable-template-table th{padding:8px;text-align:left;vertical-align:top;border-bottom:1px solid #ededee}.ai-selection-reusable-template-table th{background:#f4f4f5;color:#52525b;font-size:10px;font-weight:650}.ai-selection-reusable-template-table td{color:#3f3f46}.ai-selection-reusable-template-table td:first-child,.ai-selection-reusable-template-table th:first-child{width:13%;white-space:nowrap}.ai-selection-reusable-template-table td:nth-child(2),.ai-selection-reusable-template-table th:nth-child(2){width:22%}.ai-selection-reusable-template-table tr:last-child td{border-bottom:0}.ai-selection-reusable-copy-layout{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:12px}.ai-selection-reusable-copy-layout>section{padding:10px;border:1px solid #ededee;border-radius:9px;background:#fafafa}.ai-selection-reusable-copy-layout>section>strong{display:block;margin-bottom:7px;color:#18181b;font-size:12px}.ai-selection-reusable-copy-layout ul{display:grid;gap:5px;margin:0;padding-left:17px;color:#52525b;font-size:11px;line-height:1.55}.ai-selection-reusable-copy-layout li::marker{color:#71717a}.ai-selection-reusable-template-conclusion{display:grid;gap:4px;margin-top:12px;padding:10px 11px;border:1px solid #e4e4e7;border-radius:9px;background:#f4f4f5}.ai-selection-reusable-template-conclusion strong{color:#18181b;font-size:11px}.ai-selection-reusable-template-conclusion span{color:#3f3f46;font-size:12px;line-height:1.6}.ai-selection-hook-library-card{grid-column:1/-1}.ai-selection-hook-library-lead{margin:0 0 12px;padding:9px 10px;border-left:3px solid #18181b;background:#fafafa;color:#3f3f46;font-size:12px;line-height:1.6}.ai-selection-hook-grid,.ai-selection-hook-script{display:grid;gap:8px}.ai-selection-hook-grid>strong,.ai-selection-hook-script>strong{color:#18181b;font-size:12px}.ai-selection-hook-grid>div{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}.ai-selection-hook-grid article{display:grid;grid-template-columns:22px minmax(0,1fr);gap:7px;align-items:start;min-width:0;padding:9px;border:1px solid #ededee;border-radius:9px;background:#fafafa}.ai-selection-hook-grid article>b{display:grid;width:22px;height:22px;place-items:center;border-radius:7px;background:#18181b;color:#fff;font-size:10px}.ai-selection-hook-grid article>div{display:grid;gap:4px;min-width:0}.ai-selection-hook-grid article strong{color:#27272a;font-size:11px}.ai-selection-hook-grid article p{margin:0;color:#3f3f46;font-size:10px;line-height:1.5}.ai-selection-hook-grid article small{color:#71717a;font-size:10px;line-height:1.45}.ai-selection-hook-script{margin-top:13px}.ai-selection-hook-script-table-wrap{overflow-x:auto;border:1px solid #ededee;border-radius:8px}.ai-selection-hook-script-table{width:100%;border-collapse:collapse;font-size:11px;line-height:1.5}.ai-selection-hook-script-table td,.ai-selection-hook-script-table th{padding:8px;text-align:left;vertical-align:top;border-bottom:1px solid #ededee}.ai-selection-hook-script-table th{background:#f4f4f5;color:#52525b;font-size:10px;font-weight:650}.ai-selection-hook-script-table td{color:#3f3f46}.ai-selection-hook-script-table td:first-child,.ai-selection-hook-script-table th:first-child{width:12%;white-space:nowrap}.ai-selection-hook-script-table td:nth-child(2),.ai-selection-hook-script-table th:nth-child(2){width:18%;white-space:nowrap}.ai-selection-hook-script-table tr:last-child td{border-bottom:0}.ai-selection-hook-conclusion{display:grid;gap:4px;margin-top:12px;padding:10px 11px;border:1px solid #e4e4e7;border-radius:9px;background:#f4f4f5}.ai-selection-hook-conclusion strong{color:#18181b;font-size:11px}.ai-selection-hook-conclusion span{color:#3f3f46;font-size:12px;line-height:1.6}.ai-selection-effective-script-card{grid-column:1/-1}.ai-selection-effective-script-lead{margin:0 0 12px;padding:9px 10px;border-left:3px solid #18181b;background:#fafafa;color:#3f3f46;font-size:12px;line-height:1.6}.ai-selection-effective-script-table-wrap{overflow-x:auto;border:1px solid #ededee;border-radius:8px}.ai-selection-effective-script-table{width:100%;border-collapse:collapse;font-size:11px;line-height:1.5}.ai-selection-effective-script-table td,.ai-selection-effective-script-table th{padding:8px;text-align:left;vertical-align:top;border-bottom:1px solid #ededee}.ai-selection-effective-script-table th{background:#f4f4f5;color:#52525b;font-size:10px;font-weight:650}.ai-selection-effective-script-table td{color:#3f3f46}.ai-selection-effective-script-table td:first-child,.ai-selection-effective-script-table th:first-child{width:12%;white-space:nowrap}.ai-selection-effective-script-table td:nth-child(2),.ai-selection-effective-script-table th:nth-child(2){width:24%;white-space:nowrap}.ai-selection-effective-script-table tr:last-child td{border-bottom:0}.ai-selection-effective-script-conclusion{display:grid;gap:4px;margin-top:12px;padding:10px 11px;border:1px solid #e4e4e7;border-radius:9px;background:#f4f4f5}.ai-selection-effective-script-conclusion strong{color:#18181b;font-size:11px}.ai-selection-effective-script-conclusion span{color:#3f3f46;font-size:12px;line-height:1.6}.ai-selection-recommended-angle-card,.ai-selection-shooting-requirements-card{grid-column:1/-1}.ai-selection-recommended-angle-lead,.ai-selection-shooting-requirements-lead{margin:0 0 12px;padding:9px 10px;border-left:3px solid #18181b;background:#fafafa;color:#3f3f46;font-size:12px;line-height:1.6}.ai-selection-recommended-angle-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.ai-selection-recommended-angle-grid article{display:grid;grid-template-columns:28px minmax(0,1fr);gap:9px;align-items:start;padding:10px;border:1px solid #ededee;border-radius:9px;background:#fafafa}.ai-selection-recommended-angle-grid article>b{display:grid;width:28px;height:28px;place-items:center;border-radius:8px;background:#18181b;color:#fff;font-size:12px}.ai-selection-recommended-angle-grid article>div{display:grid;gap:4px;min-width:0}.ai-selection-recommended-angle-grid strong{color:#27272a;font-size:12px}.ai-selection-recommended-angle-grid p,.ai-selection-recommended-angle-grid small{margin:0;color:#52525b;font-size:11px;line-height:1.5}.ai-selection-recommended-angle-grid em{color:#71717a;font-style:normal}.ai-selection-recommended-angle-conclusion,.ai-selection-shooting-requirements-conclusion{display:grid;gap:4px;margin-top:12px;padding:10px 11px;border:1px solid #e4e4e7;border-radius:9px;background:#f4f4f5}.ai-selection-recommended-angle-conclusion strong,.ai-selection-shooting-requirements-conclusion strong{color:#18181b;font-size:11px}.ai-selection-recommended-angle-conclusion span,.ai-selection-shooting-requirements-conclusion span{color:#3f3f46;font-size:12px;line-height:1.6}.ai-selection-shooting-requirements-card>ol{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;margin:0;padding:0;list-style:none}.ai-selection-shooting-requirements-card>ol li{display:grid;grid-template-columns:22px minmax(0,1fr);gap:7px;align-items:start;padding:8px;border:1px solid #ededee;border-radius:8px;background:#fafafa}.ai-selection-shooting-requirements-card>ol li>b{display:grid;width:22px;height:22px;place-items:center;border-radius:7px;background:#18181b;color:#fff;font-size:10px}.ai-selection-shooting-requirements-card>ol li span{color:#52525b;font-size:11px;line-height:1.5}.ai-selection-flow-source-card{grid-column:1/-1}.ai-selection-flow-source-window{margin:0 0 12px;color:#52525b;font-size:12px}.ai-selection-flow-source-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.ai-selection-flow-source-metrics>div{display:grid;gap:3px;min-width:0;padding:9px 10px;border:1px solid #ededee;border-radius:9px;background:#fafafa}.ai-selection-flow-source-metrics small{color:#71717a;font-size:10px;line-height:1.4}.ai-selection-flow-source-metrics strong{color:#18181b;font-size:15px;line-height:1.25;overflow-wrap:anywhere}.ai-selection-flow-source-metrics span{color:#a1a1aa;font-size:10px;line-height:1.4}.ai-selection-flow-source-finding{display:grid;gap:4px;margin-top:12px;padding:10px 11px;border-left:3px solid #18181b;background:#fafafa}.ai-selection-flow-source-conclusion strong,.ai-selection-flow-source-finding strong{color:#18181b;font-size:11px}.ai-selection-flow-source-finding p{margin:0;color:#3f3f46;font-size:12px;line-height:1.6}.ai-selection-flow-source-conclusion{display:grid;gap:4px;margin-top:10px;padding:10px 11px;border:1px solid #e4e4e7;border-radius:9px;background:#f4f4f5}.ai-selection-flow-source-conclusion span{color:#3f3f46;font-size:12px;line-height:1.6}@media(max-width:900px){.ai-selection-strategy-text-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ai-selection-content-playbook-card,.ai-selection-effective-script-card,.ai-selection-flow-source-card,.ai-selection-hook-library-card,.ai-selection-pricing-strategy-card,.ai-selection-recommended-angle-card,.ai-selection-reusable-template-card,.ai-selection-selling-point-card,.ai-selection-shooting-requirements-card,.ai-selection-sudden-volume-card,.ai-selection-winning-video-card{grid-column:span 2}.ai-selection-selling-point-layout,.ai-selection-winning-script-stages{grid-template-columns:1fr}.ai-selection-flow-source-metrics,.ai-selection-hook-grid>div,.ai-selection-shooting-requirements-card>ol{grid-template-columns:repeat(2,minmax(0,1fr))}.ai-selection-opportunity-report-grid{grid-template-columns:1fr}.ai-selection-opportunity-ranking-card{grid-column:auto}}@media(max-width:640px){.ai-selection-strategy-text-grid{grid-template-columns:1fr}.ai-selection-content-playbook-card,.ai-selection-effective-script-card,.ai-selection-flow-source-card,.ai-selection-hook-library-card,.ai-selection-pricing-strategy-card,.ai-selection-recommended-angle-card,.ai-selection-reusable-template-card,.ai-selection-selling-point-card,.ai-selection-shooting-requirements-card,.ai-selection-sudden-volume-card,.ai-selection-winning-video-card{grid-column:auto}.ai-selection-content-playbook-layout,.ai-selection-flow-source-metrics,.ai-selection-hook-grid>div,.ai-selection-pricing-costs ul,.ai-selection-pricing-layout,.ai-selection-pricing-snapshot,.ai-selection-recommended-angle-grid,.ai-selection-reusable-copy-layout,.ai-selection-selling-point-reasons,.ai-selection-shooting-requirements-card>ol,.ai-selection-volume-layout{grid-template-columns:1fr}}.ai-selection-gmv-panel{display:grid;gap:8px;padding:10px;border:1px solid #ededee;border-radius:12px;background:#fff}.ai-selection-gmv-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}.ai-selection-gmv-stats>.ai-selection-evidence-stat{min-width:0}.ai-selection-gmv-chart{height:170px;min-width:0}.ai-selection-channel-layout{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:10px}.ai-selection-channel-panel{min-width:0;padding:14px;border:1px solid #ededee;border-radius:12px;background:#fff}.ai-selection-channel-panel>strong{display:block;margin-bottom:10px;color:#27272a;font-size:13px}.ai-selection-pie-summary{display:flex;align-items:center;gap:8px;min-height:170px}.ai-selection-channel-legend{display:grid;gap:9px;color:#52525b;font-size:12px}.ai-selection-channel-legend span{display:flex;align-items:center;gap:7px;white-space:nowrap}.ai-selection-channel-legend i{width:10px;height:10px;border-radius:2px}.ai-selection-evidence-conclusion{margin:12px 0 0;color:#52525b;font-size:12px;line-height:1.7}@media(max-width:760px){.ai-selection-gmv-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.ai-selection-channel-layout{grid-template-columns:1fr}.ai-selection-pie-summary{justify-content:center}}.ai-selection-ai-columns{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.ai-selection-advice-list{min-width:0;padding:12px 13px;border:1px solid #ededee;border-radius:10px;background:#fafafa}.ai-selection-advice-list>strong{display:block;margin-bottom:7px;color:#27272a;font-size:12px}.ai-selection-advice-list ul{display:grid;gap:6px;margin:0;padding-left:17px;color:#52525b;font-size:11px;line-height:1.6}.ai-selection-advice-list li::marker{color:#a1a1aa}.ai-selection-advice-list>span{color:#a1a1aa;font-size:11px}.ai-selection-enriching{display:flex;align-items:center;gap:5px;color:#71717a;font-size:10px;white-space:nowrap}@media(max-width:1100px){.ai-selection-category-table{min-width:920px}.ai-selection-answer-grid{grid-template-columns:1fr}.ai-selection-ai-columns{grid-template-columns:1fr 1fr}.ai-selection-command-controls{justify-items:stretch}.ai-selection-category-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:680px){.ai-selection-ai-columns,.ai-selection-category-stats,.ai-selection-fact-summary{grid-template-columns:1fr 1fr}.ai-selection-command-controls [role=tablist]{width:100%}.ai-selection-command-controls [role=tab]{flex:1}.ai-selection-category-results>.p-6{padding:14px}.ai-selection-ai-columns{grid-template-columns:1fr}.ai-selection-fact-summary{grid-template-columns:1fr 1fr}}.listing-result-section{display:grid;min-width:0;gap:10px;padding-top:4px;border-top:1px solid #f0f0f2}.listing-result-section-heading{display:flex;min-width:0;align-items:baseline;justify-content:space-between;gap:10px}.listing-result-section-heading h3{margin:0;font-size:14px;font-weight:700}.listing-result-section-heading span{color:#71717a;font-size:11px}.listing-image-actions{display:flex;flex-wrap:wrap;gap:8px}.listing-asset-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(88px,1fr));gap:8px}.listing-asset-item{display:grid;min-width:0;gap:5px;color:#52525b;font-size:11px;text-decoration:none}.listing-asset-item img{width:100%;height:88px;-o-object-fit:contain;object-fit:contain;border:1px solid #e4e4e7;border-radius:10px;background:#fafafa}.listing-asset-item span{display:flex;align-items:center;justify-content:space-between;gap:4px}.listing-copy-row{display:flex;min-width:0;align-items:flex-start;justify-content:space-between;gap:10px;padding:10px;border:1px solid #e4e4e7;border-radius:11px;background:#fafafa}.listing-copy-row>div{display:grid;min-width:0;flex:1;gap:4px}.listing-copy-row strong{font-size:12px}.listing-copy-value{overflow:hidden;margin:0;color:#52525b;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.listing-copy-value.is-multiline{max-height:100px;overflow:auto;white-space:pre-wrap}@media (max-width:560px){.listing-copy-row{align-items:stretch;flex-direction:column}.listing-copy-row .button{width:100%}}.nav-section-trigger{width:100%;border:0;background:transparent;color:#7f8799;padding:0 10px;min-height:28px;display:flex;align-items:center;justify-content:space-between;font:inherit;font-size:11px;font-weight:700;letter-spacing:.08em;cursor:pointer}.nav-subitems{display:grid;gap:3px}.nav-subitems a,.sidebar nav a{justify-content:flex-start}.sidebar nav a svg{flex:0 0 auto;color:#aeb7c9}.sidebar nav a.active svg,.sidebar nav a:hover svg{color:currentColor}.brand{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.brand span{color:#fff;font-size:18px}.brand small{flex-basis:100%;color:#9299aa;font-size:12px;font-weight:500}@media(max-width:760px){.app-shell{display:flex;flex-direction:column}.sidebar{display:flex;position:static;width:100%;height:auto;max-height:none;padding:14px;overflow:visible}.sidebar nav{gap:10px}.sidebar-foot{display:none}}.app-shell-v2{min-height:100vh;display:flex;background:hsl(var(--background));color:hsl(var(--foreground))}.sidebar-v2{position:fixed;inset:0 auto 0 0;width:252px;z-index:20;display:flex;flex-direction:column;gap:20px;padding:22px 14px;background:hsl(var(--sidebar));color:hsl(var(--sidebar-foreground));border-right:1px solid hsl(var(--sidebar-border))}.brand-v2{display:grid;grid-template-columns:20px 1fr;align-items:center;-moz-column-gap:8px;column-gap:8px;padding:3px 10px 18px;text-decoration:none;color:inherit}.brand-v2 span{font-size:17px;font-weight:750;letter-spacing:-.02em}.brand-v2 small{grid-column:2;color:hsl(var(--muted-foreground));font-size:12px}.product-os-nav{display:grid;gap:18px}.product-os-nav .nav-group{display:grid;gap:3px}.nav-section-trigger,.product-os-nav .nav-group>p{margin:0;padding:0 10px;color:hsl(var(--muted-foreground));font-size:11px;font-weight:700;letter-spacing:.08em;text-align:left}.product-os-nav a{min-height:36px;display:flex;align-items:center;gap:9px;padding:8px 10px;border-radius:7px;text-decoration:none;color:hsl(var(--sidebar-foreground));font-size:13px;transition:background-color .15s ease,color .15s ease}.product-os-nav a:hover{background:hsl(var(--sidebar-accent));color:hsl(var(--sidebar-accent-foreground))}.product-os-nav a.active{position:relative;background:hsl(var(--sidebar-accent));color:hsl(var(--sidebar-primary));font-weight:650}.product-os-nav a.active:before{content:"";position:absolute;left:0;top:8px;bottom:8px;width:3px;border-radius:2px;background:hsl(var(--sidebar-primary))}.sidebar-v2-foot{margin-top:auto;display:flex;align-items:center;gap:8px;padding:14px 10px;border-top:1px solid hsl(var(--sidebar-border));font-size:12px;color:hsl(var(--muted-foreground))}.shell-main{min-width:0;flex:1;margin-left:252px}.global-header{height:68px;justify-content:space-between;gap:20px;padding:0 32px;border-bottom:1px solid hsl(var(--border));background:hsl(var(--background))}.global-header,.header-context{display:flex;align-items:center}.header-context{gap:12px;min-width:0}.breadcrumb-v2{margin:0;color:hsl(var(--muted-foreground));font-size:12px}.breadcrumb-v2 span{padding:0 7px;color:hsl(var(--border))}.header-title-context{margin:3px 0 0;font-size:13px;font-weight:650}.user-menu-trigger{gap:8px;font-size:12px}.mobile-menu-button{display:none}.page-container{width:100%;max-width:1800px;margin:0 auto;padding:30px 36px 48px}.page-header-v2{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:24px}.page-header-v2 h1{margin:3px 0 6px;font-size:28px;letter-spacing:-.04em}.page-description{margin:0;max-width:680px;color:hsl(var(--muted-foreground));font-size:14px}.page-header-action{flex:0 0 auto}.workspace-library{min-width:0}.library-context{margin:0 0 16px;color:hsl(var(--muted-foreground));font-size:13px}.library-toolbar{display:flex;align-items:center;gap:10px;margin-bottom:16px;padding:12px;border:1px solid hsl(var(--border));border-radius:10px;background:hsl(var(--card))}.filter-toolbar{display:flex;align-items:center;flex:1;gap:8px;margin:0}.filter-toolbar input,.filter-toolbar select{min-width:0;flex:1}.library-layout{display:block}.filter-rail{display:none}.library-content{min-width:0}.product-table-wrap{border-radius:10px;border:1px solid hsl(var(--border));background:hsl(var(--card));overflow:auto}.product-table-wrap table{min-width:980px}.product-table-wrap td,.product-table-wrap th{vertical-align:middle}.product-table-wrap tbody tr:hover{background:hsl(var(--accent))}.image-placeholder{width:52px;height:52px;border-radius:8px;background:hsl(var(--muted));color:hsl(var(--muted-foreground));border:1px solid hsl(var(--border))}.library-content .toolbar{padding:0 0 12px}.library-content .button{min-height:32px}.resizable-header{display:inline-flex;align-items:center;gap:4px}.page-container .ui-notice{border-color:hsl(var(--border));background:hsl(var(--card));color:hsl(var(--muted-foreground))}.page-container .ui-notice.error{border-color:hsl(var(--destructive));color:hsl(var(--destructive))}.page-container .button{border-radius:7px}.mobile-nav-sheet{width:280px;max-width:84vw;background:hsl(var(--sidebar));color:hsl(var(--sidebar-foreground))}.mobile-nav-sheet .product-os-nav{margin-top:18px}.mobile-nav-sheet .product-os-nav .nav-section-trigger{color:hsl(var(--muted-foreground))}.mobile-nav-sheet .product-os-nav a{color:hsl(var(--sidebar-foreground))}.mobile-nav-sheet .product-os-nav a.active,.mobile-nav-sheet .product-os-nav a:hover{background:hsl(var(--sidebar-accent));color:hsl(var(--sidebar-accent-foreground))}.ai-selection-page{display:grid;gap:16px;max-width:1600px;margin:0 auto;padding:0 0 42px;min-width:0}.ai-selection-library-card,.ai-selection-section-card{border-color:#e4e4e7;box-shadow:0 5px 18px rgba(24,24,27,.045)}.ai-selection-library-header{display:flex;align-items:center;justify-content:space-between;gap:18px}.ai-selection-search{display:flex;align-items:center;gap:8px;width:min(320px,100%);color:#71717a}.ai-selection-search input{height:36px}.ai-selection-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.ai-selection-product-card{position:relative;display:grid;grid-template-columns:58px minmax(0,1fr);gap:10px;min-width:0;padding:9px;text-align:left;border:1px solid #e4e4e7;border-radius:12px;background:#fff;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.ai-selection-product-card:hover{border-color:#a1a1aa;box-shadow:0 8px 18px rgba(24,24,27,.08);transform:translateY(-1px)}.ai-selection-product-card.is-selected{border-color:#18181b;box-shadow:0 0 0 2px rgba(24,24,27,.1),0 8px 18px rgba(24,24,27,.08)}.ai-selection-product-image,.ai-selection-selected-image{display:grid;place-items:center;overflow:hidden;background:#f4f4f5;color:#a1a1aa}.ai-selection-product-image{width:58px;height:58px;border-radius:9px}.ai-selection-product-image img,.ai-selection-selected-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.ai-selection-product-copy{display:grid;align-content:center;gap:4px;min-width:0;padding-right:15px}.ai-selection-product-copy strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;color:#27272a}.ai-selection-product-copy>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#71717a;font-size:11px}.ai-selection-product-copy>div{display:flex;gap:4px;min-width:0;overflow:hidden}.ai-selection-product-copy .inline-flex{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10px;padding:2px 6px}.ai-selection-product-check{position:absolute;right:8px;top:8px;color:#a1a1aa}.is-selected .ai-selection-product-check{color:#18181b}.ai-selection-empty{display:grid;place-items:center;min-height:90px;color:#71717a;font-size:13px}.ai-selection-main-empty{min-height:240px;border:1px dashed #d4d4d8;border-radius:12px;background:#fafafa}.ai-selection-alert{display:flex;align-items:center;gap:8px;min-width:0;padding:11px 13px;border:1px solid #e4e4e7;border-radius:10px;background:#fafafa;color:#52525b;font-size:13px}.ai-selection-alert.error{border-color:#fecaca;background:#fff7f7;color:#b91c1c}.ai-selection-refresh-row{display:flex;align-items:center;gap:9px;min-width:0;padding:0 2px;color:#71717a;font-size:11px}.ai-selection-refresh-row button{flex:0 0 auto}.ai-selection-refresh-row svg{width:14px;height:14px}.ai-selection-refresh-row span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ai-selection-selected-summary{display:grid;grid-template-columns:64px minmax(0,1fr) auto;align-items:center;gap:13px;padding:14px 16px;border:1px solid #e4e4e7;border-radius:14px;background:#fff;box-shadow:0 5px 18px rgba(24,24,27,.045)}.ai-selection-selected-image{width:64px;height:64px;border-radius:10px}.ai-selection-selected-summary h2{margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:18px;letter-spacing:-.02em}.ai-selection-selected-summary p{margin:3px 0 0;color:#71717a;font-size:12px}.ai-selection-eyebrow{font-size:10px!important;text-transform:uppercase;letter-spacing:.08em}.ai-selection-summary-actions{display:flex;align-items:center;gap:8px}.ai-selection-summary-actions svg{width:14px;height:14px}.ai-selection-sections{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;min-width:0}.ai-selection-section-card{min-width:0}.ai-selection-notes-card,.ai-selection-sales-card{grid-column:1/-1}.ai-selection-section-card>.p-6{padding:18px}.ai-selection-section-card>.pt-0{padding-top:0}.ai-selection-metric-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;margin-bottom:15px}.ai-selection-metric{display:grid;grid-template-columns:auto 1fr;-moz-column-gap:7px;column-gap:7px;align-items:center;min-width:0;padding:10px 11px;border:1px solid #f0f0f1;border-radius:10px;background:#fafafa}.ai-selection-metric>span{grid-row:span 2;color:#71717a}.ai-selection-metric svg{width:15px;height:15px}.ai-selection-metric small{color:#71717a;font-size:11px}.ai-selection-metric strong{font-size:16px;color:#18181b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ai-selection-chart-card{border:1px solid #f0f0f1}.ai-quality-layout{display:grid;grid-template-columns:130px minmax(0,1fr);gap:15px}.ai-quality-score{display:grid;place-items:center;align-content:center;gap:4px;min-height:128px;border-radius:11px;background:#fafafa;color:#a1a1aa}.ai-quality-score strong{font-size:34px;line-height:1;color:#18181b}.ai-quality-score span{font-size:11px;color:#71717a}.ai-function-grid,.ai-quality-facts{display:grid;gap:9px}.ai-selection-fact{display:flex;gap:9px;min-width:0;padding:9px 10px;border:1px solid #f0f0f1;border-radius:9px;background:#fff}.ai-selection-fact-icon{display:grid;place-items:center;flex:0 0 auto;width:25px;height:25px;border-radius:7px;background:#f4f4f5;color:#71717a}.ai-selection-fact-icon svg{width:14px;height:14px}.ai-selection-fact small{display:block;color:#71717a;font-size:10px}.ai-selection-fact p{margin:3px 0 0;color:#27272a;font-size:12px;overflow-wrap:anywhere}.ai-function-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ai-method-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}.ai-selection-method{display:grid;gap:5px;min-width:0;padding:11px 9px;border:1px solid #f0f0f1;border-radius:9px;background:#fafafa}.ai-selection-method>span{display:grid;place-items:center;width:27px;height:27px;border-radius:8px;background:#e4e4e7;color:#52525b}.ai-selection-method svg{width:14px;height:14px}.ai-selection-method strong{font-size:12px}.ai-selection-method small{color:#71717a;font-size:10px;line-height:1.4;overflow-wrap:anywhere}.ai-notes-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.ai-note-field{display:grid;gap:6px;min-width:0}.ai-note-field>span{font-size:12px;font-weight:650;color:#52525b}.ai-note-field textarea{min-height:112px;resize:vertical;border-radius:9px}.ai-notes-actions{display:flex;align-items:center;gap:10px;margin-top:12px}.ai-notes-actions svg{width:15px;height:15px}.ai-selection-success{display:flex;align-items:center;gap:5px;color:#15803d;font-size:12px}@media(max-width:1100px){.ai-selection-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.ai-selection-chart-grid{grid-template-columns:1fr 1fr}.ai-selection-chart-card:last-child{grid-column:1/-1}.ai-method-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:760px){.ai-selection-library-header,.ai-selection-selected-summary{align-items:stretch;grid-template-columns:1fr;flex-direction:column}.ai-selection-search{width:100%}.ai-function-grid,.ai-notes-grid,.ai-selection-chart-grid,.ai-selection-metric-row,.ai-selection-product-grid,.ai-selection-sections{grid-template-columns:1fr}.ai-selection-chart-card:last-child{grid-column:auto}.ai-selection-selected-summary{display:grid}.ai-selection-selected-summary h2{white-space:normal}.ai-selection-summary-actions{justify-content:space-between}.ai-quality-layout{grid-template-columns:1fr}.ai-method-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ai-selection-notes-card,.ai-selection-sales-card{grid-column:auto}.ai-selection-page{padding-bottom:30px}}.ai-selection-v3{display:grid;gap:18px;max-width:1680px;margin:0 auto;padding:0 0 34px;min-width:0}.ai-selection-command-bar{display:flex;align-items:center;justify-content:flex-end;width:100%;padding:2px 2px 4px}.ai-selection-command-bar h1{margin:12px 0 5px;color:#18181b;font-size:clamp(24px,2.3vw,36px);letter-spacing:-.045em;line-height:1.08}.ai-selection-command-bar p{margin:0;color:#71717a;font-size:13px}.ai-selection-command-bar .inline-flex{gap:6px;font-size:11px;letter-spacing:.03em}.ai-selection-command-bar .inline-flex svg{width:13px;height:13px}.ai-selection-command-search{display:flex;align-items:center;gap:8px;width:100%;padding:6px;border:1px solid #e4e4e7;border-radius:14px;background:#fff;box-shadow:0 10px 28px rgba(24,24,27,.06)}.ai-selection-command-search>svg{margin-left:9px;color:#71717a;flex:0 0 auto}.ai-selection-command-search input{height:38px;border:0;box-shadow:none;background:transparent;min-width:0;flex:1 1 auto}.ai-selection-command-search input:focus-visible{box-shadow:none}.ai-selection-command-search button{flex:0 0 auto;height:38px;border-radius:9px}.ai-selection-command-controls{grid-template-columns:minmax(0,1fr) auto}.ai-selection-command-controls>button{width:auto;white-space:nowrap;flex:0 0 auto}.ai-selection-results-dock{width:100%;min-width:0}.ai-selection-results-dock.is-collapsible{position:relative}.ai-selection-results-collapsed-hint{display:flex;align-items:center;gap:9px;min-height:38px;padding:8px 13px;border:1px solid #e4e4e7;border-radius:10px;background:#fff;color:#52525b;box-shadow:0 5px 18px rgba(24,24,27,.04);cursor:default}.ai-selection-results-collapsed-hint span{display:flex;align-items:center;gap:7px;color:#27272a;font-size:12px;font-weight:650}.ai-selection-results-collapsed-hint small{color:#a1a1aa;font-size:10px}.ai-selection-results-collapsed-hint>svg{margin-left:auto;color:#a1a1aa}.ai-selection-results-dock:not(.is-collapsed){animation:ai-selection-results-open .18s ease-out}@keyframes ai-selection-results-open{0%{opacity:.7;transform:translateY(-3px)}to{opacity:1;transform:translateY(0)}}.ai-selection-v3-alert{display:flex;align-items:center;gap:9px;min-width:0;padding:10px 13px;border:1px solid #e4e4e7;border-radius:11px;background:#fafafa;color:#52525b;font-size:12px}.ai-selection-v3-alert.error{border-color:#fecaca;background:#fff7f7;color:#b91c1c}.ai-selection-v3-alert .muted{margin-left:auto;color:#a1a1aa;font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ai-selection-current-product,.ai-selection-empty-state,.ai-selection-search-results,.ai-selection-workflow-panel{border-color:#e4e4e7;box-shadow:0 8px 28px rgba(24,24,27,.055)}.ai-selection-search-results>.p-6:first-child{padding-bottom:12px}.ai-selection-search-results>.pt-0{padding-top:0}.ai-selection-search-results .p-6{padding:17px 19px}.ai-selection-search-results .ai-selection-category-table{width:100%;table-layout:fixed}.ai-selection-search-results .ai-selection-category-table td,.ai-selection-search-results .ai-selection-category-table th{padding:10px 9px;vertical-align:middle;white-space:nowrap}.ai-selection-search-results .ai-selection-category-table td:first-child,.ai-selection-search-results .ai-selection-category-table th:first-child{width:52px}.ai-selection-search-results .ai-selection-category-table td:nth-child(2),.ai-selection-search-results .ai-selection-category-table th:nth-child(2){width:27%}.ai-selection-search-results .ai-selection-category-table td:nth-child(9),.ai-selection-search-results .ai-selection-category-table th:nth-child(9){width:108px}.ai-selection-search-results .ai-selection-category-table td button{white-space:nowrap}.ai-selection-search-results .ai-selection-category-table .ai-selection-table-product{display:flex;align-items:center;gap:9px;min-width:0}.ai-selection-search-results .ai-selection-category-table .ai-selection-table-product .ai-selection-image{width:40px;height:40px;flex:0 0 40px}.ai-selection-search-results .ai-selection-category-table .ai-selection-table-product span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ai-selection-search-results .flex{gap:10px}.ai-selection-result-grid,.ai-selection-search-card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.ai-selection-search-disclosure{display:block;min-width:0;width:100%;overflow:visible}.ai-selection-disclosure-stage{max-width:100%;overflow:hidden}.ai-selection-search-card{display:grid;grid-template-columns:64px minmax(0,1fr);min-width:64px;overflow:hidden;border-color:#ededee;border-radius:10px;background:#fff;box-shadow:0 5px 18px rgba(24,24,27,.045);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.ai-selection-search-card:hover{transform:translateY(-2px);border-color:#a1a1aa;box-shadow:0 10px 22px rgba(24,24,27,.09)}.ai-selection-search-card.is-selected{border-color:#18181b;box-shadow:0 0 0 2px rgba(24,24,27,.1),0 10px 22px rgba(24,24,27,.09)}.ai-selection-search-card-media{position:relative;height:64px;overflow:hidden;background:#f4f4f5}.ai-selection-search-card-media .ai-selection-image{width:100%;height:100%;border-radius:0;background:#f4f4f5}.ai-selection-search-card-media>span{position:absolute;top:4px;left:4px;padding:1px 4px;border-radius:999px;background:rgba(24,24,27,.72);color:#fff;font-size:8px;font-weight:700}.ai-selection-search-card>.p-6{display:grid;align-content:center;gap:5px;min-width:0;padding:7px 8px}.ai-selection-search-card-title{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#18181b;font-size:11px;font-weight:650}.ai-selection-search-card-bottom{display:flex;align-items:center;justify-content:space-between;gap:5px;min-width:0}.ai-selection-search-card-price{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#52525b;font-size:10px}.ai-selection-search-card button{flex:0 0 auto;min-height:30px;height:30px;padding:5px 7px;white-space:nowrap;font-size:10px}.ai-selection-search-card button svg{width:13px;height:13px}.ai-selection-search-panel{display:block;position:relative;width:100%;min-width:0;z-index:1}.ai-selection-search-panel[data-expanded=true]{z-index:20}.ai-selection-search-panel .ai-selection-disclosure-stage{width:100%!important;overflow:hidden}.ai-selection-search-panel .ai-selection-search-card-grid{overflow:visible;opacity:1;transition:opacity .28s ease}.ai-selection-search-panel:not([data-expanded=true]) .ai-selection-search-card-grid{opacity:.84}.ai-selection-result-card{position:relative;display:grid;grid-template-columns:62px minmax(0,1fr);gap:11px;align-items:center;min-width:0;padding:10px;text-align:left;border:1px solid #ededee;border-radius:12px;background:#fff;color:#27272a;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.ai-selection-result-card:hover{transform:translateY(-2px);border-color:#a1a1aa;box-shadow:0 10px 22px rgba(24,24,27,.08)}.ai-selection-result-card.is-selected{border-color:#18181b;box-shadow:0 0 0 2px rgba(24,24,27,.1),0 10px 22px rgba(24,24,27,.08)}.ai-selection-image{display:grid;place-items:center;width:62px;height:62px;overflow:hidden;border-radius:9px;background:#f4f4f5;color:#a1a1aa}.ai-selection-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.ai-selection-image svg{width:21px;height:21px}.ai-selection-result-content{display:grid;gap:4px;min-width:0}.ai-selection-result-content strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:650}.ai-selection-result-meta{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#a1a1aa;font-size:10px}.ai-selection-result-stats{display:flex;align-items:center;gap:8px;min-width:0;color:#71717a;font-size:10px}.ai-selection-result-stats b{color:#18181b;font-size:12px}.ai-selection-result-stats span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ai-selection-result-check{position:absolute;top:8px;right:8px;display:grid;place-items:center;width:19px;height:19px;border:1px solid #e4e4e7;border-radius:50%;color:#fff}.ai-selection-result-card.is-selected .ai-selection-result-check{border-color:#18181b;background:#18181b}.ai-selection-result-check svg{width:12px;height:12px}.ai-selection-workspace{display:grid;grid-template-columns:248px minmax(0,1fr);gap:18px;align-items:start;min-width:0}.ai-selection-workflows{position:sticky;top:18px;display:grid;gap:4px;padding:13px 9px;border:1px solid #e4e4e7;border-radius:15px;background:#fff;box-shadow:0 8px 28px rgba(24,24,27,.045)}.ai-selection-workflow-label{padding:3px 9px 9px;color:#a1a1aa;font-size:10px;font-weight:700;letter-spacing:.16em}.ai-selection-workflow{display:grid;grid-template-columns:22px 27px minmax(0,1fr) 15px;gap:8px;align-items:center;width:100%;padding:9px 7px;text-align:left;border:0;border-radius:10px;background:transparent;color:#71717a;transition:background .18s ease,color .18s ease}.ai-selection-workflow:not(:disabled){cursor:pointer}.ai-selection-workflow:hover:not(:disabled){background:#fafafa;color:#27272a}.ai-selection-workflow.is-active{background:#f4f4f5;color:#18181b}.ai-selection-workflow:disabled{cursor:not-allowed;opacity:.58}.ai-selection-workflow-index{font-size:10px;color:#a1a1aa}.ai-selection-workflow-icon{display:grid;place-items:center;width:27px;height:27px;border-radius:8px;background:#fafafa;color:#71717a}.ai-selection-workflow.is-active .ai-selection-workflow-icon{background:#18181b;color:#fff}.ai-selection-workflow-icon svg{width:14px;height:14px}.ai-selection-workflow-copy{display:grid;gap:3px;min-width:0}.ai-selection-workflow-copy strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:650}.ai-selection-workflow-copy small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#a1a1aa;font-size:9px}.ai-selection-workflow-arrow{width:14px;height:14px;color:#d4d4d8}.ai-selection-workflow.is-active .ai-selection-workflow-arrow{color:#71717a}.ai-selection-analysis-area{display:grid;gap:14px;min-width:0}.ai-selection-current-product{min-width:0}.ai-selection-current-product>.p-6{display:grid;grid-template-columns:58px minmax(180px,1fr) auto auto;gap:13px;align-items:center;padding:13px 16px}.ai-selection-current-product .ai-selection-image{width:58px;height:58px}.ai-selection-current-copy{min-width:0}.ai-selection-current-copy h2{margin:4px 0 3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#18181b;font-size:16px;letter-spacing:-.025em}.ai-selection-current-copy p{margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#71717a;font-size:11px}.ai-selection-kicker{display:block;color:#a1a1aa;font-size:9px;font-weight:700;letter-spacing:.13em}.ai-selection-current-metrics{display:flex;align-items:center;gap:17px;padding:0 12px}.ai-selection-current-metrics>div{display:grid;gap:3px;min-width:56px}.ai-selection-current-metrics small{color:#a1a1aa;font-size:10px}.ai-selection-current-metrics strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#18181b;font-size:12px}.ai-selection-current-actions{display:flex;align-items:center;gap:5px}.ai-selection-current-actions button{white-space:nowrap}.ai-selection-workflow-panel>.p-6{padding:20px}.ai-selection-workflow-panel>.p-6:first-child{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;padding-bottom:15px}.ai-selection-workflow-panel>.p-6:first-child .flex{gap:12px}.ai-selection-panel-heading{display:flex;align-items:center;gap:11px;min-width:0}.ai-selection-panel-icon{display:grid;place-items:center;flex:0 0 auto;width:35px;height:35px;border:1px solid #e4e4e7;border-radius:10px;background:#fafafa;color:#52525b}.ai-selection-panel-icon svg{width:17px;height:17px}.ai-selection-panel-heading>div{min-width:0}.ai-selection-panel-heading .font-semibold{margin-top:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:18px;letter-spacing:-.03em}.ai-selection-panel-heading .text-sm{margin-top:5px;font-size:11px}.ai-selection-decision-layout{display:grid;grid-template-columns:1fr 1fr;gap:12px}.ai-selection-decision-card,.ai-selection-output-card{border-color:#ededee;box-shadow:none;background:#fff}.ai-selection-decision-card>.p-6,.ai-selection-output-card>.p-6{padding:15px}.ai-selection-decision-card>.p-6:first-child,.ai-selection-output-card>.p-6:first-child{padding-bottom:9px}.ai-selection-decision-card .font-semibold,.ai-selection-output-card .font-semibold{font-size:13px}.ai-selection-decision-card .text-sm,.ai-selection-output-card .text-sm{font-size:10px}.ai-selection-decision-list{display:grid;grid-template-columns:1fr 1fr;gap:7px}.ai-selection-decision-list>div{display:grid;gap:5px;padding:9px 10px;border-radius:9px;background:#fafafa}.ai-selection-decision-list span{color:#a1a1aa;font-size:10px}.ai-selection-decision-list strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#27272a;font-size:12px}.ai-selection-output-copy{display:grid;gap:13px;height:100%;align-content:center}.ai-selection-output-copy p{margin:0;color:#52525b;font-size:12px;line-height:1.6}.ai-selection-output-copy small{color:#a1a1aa;font-size:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ai-selection-signal-row{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.ai-selection-signal-row>span{display:grid;grid-template-columns:20px 1fr;-moz-column-gap:5px;column-gap:5px;align-items:center;min-width:0;padding:7px;border:1px solid #f0f0f1;border-radius:8px}.ai-selection-signal-row i{display:grid;place-items:center;grid-row:span 2;width:20px;height:20px;border-radius:6px;background:#f4f4f5;color:#71717a;font-style:normal}.ai-selection-signal-row i svg{width:12px;height:12px}.ai-selection-star{font-size:14px;line-height:1}.ai-selection-signal-row small{color:#a1a1aa;font-size:9px}.ai-selection-signal-row b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#27272a;font-size:10px}.ai-selection-prompt-card{display:grid;grid-template-columns:1fr auto;gap:8px;align-items:center}.ai-selection-prompt-card>div{display:grid;gap:4px}.ai-selection-prompt-card strong{font-size:12px}.ai-selection-prompt-card textarea{grid-column:1/-1;min-height:76px;resize:none;border-color:#ededee;background:#fafafa;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:10px;line-height:1.5}.ai-selection-panel-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:16px;color:#a1a1aa;font-size:10px}.ai-selection-panel-footer>span{display:flex;align-items:center;gap:6px}.ai-selection-panel-footer svg{width:14px;height:14px}.ai-selection-empty-state{display:grid;place-items:center;min-height:455px;text-align:center}.ai-selection-empty-state>.p-6{display:grid;justify-items:center;gap:8px;max-width:390px}.ai-selection-empty-state h2{margin:4px 0 0;color:#27272a;font-size:19px;letter-spacing:-.03em}.ai-selection-empty-state p{margin:0;color:#71717a;font-size:12px;line-height:1.7}.ai-selection-empty-icon{display:grid;place-items:center;width:45px;height:45px;border-radius:13px;background:#f4f4f5;color:#71717a}.ai-selection-empty-icon svg{width:20px;height:20px}@media(max-width:1250px){.ai-selection-result-grid,.ai-selection-search-card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.ai-selection-command-controls{grid-template-columns:auto minmax(0,1fr) auto}.ai-selection-command-search{width:100%}}.ai-selection-recommendation{display:grid;gap:4px;padding:8px 10px;border-radius:9px;background:#fafafa}.ai-selection-recommendation small{white-space:normal;color:#a1a1aa}.ai-selection-recommendation strong{color:#27272a;font-size:11px;line-height:1.5}@media(max-width:980px){.ai-selection-workspace{grid-template-columns:1fr}.ai-selection-workflows{position:static;grid-template-columns:repeat(2,minmax(0,1fr));padding:10px}.ai-selection-workflow-label{grid-column:1/-1}.ai-selection-current-product>.p-6{grid-template-columns:58px minmax(0,1fr) auto}.ai-selection-current-metrics{grid-column:2/-1;padding:0}.ai-selection-current-actions{grid-column:1/-1;justify-content:flex-end}}@media(max-width:680px){.ai-selection-result-grid,.ai-selection-search-card-grid{grid-template-columns:1fr 1fr}.ai-selection-search-disclosure,.ai-selection-search-disclosure:not([data-expanded=true]),.ai-selection-search-disclosure[data-expanded=true]{width:100%}.ai-selection-search-disclosure:not([data-expanded=true]) .ai-selection-search-card{grid-template-columns:64px}.ai-selection-search-disclosure:not([data-expanded=true]) .ai-selection-search-card>.p-6{display:grid}.ai-selection-decision-layout,.ai-selection-workflows{grid-template-columns:1fr}.ai-selection-current-product>.p-6{grid-template-columns:48px minmax(0,1fr)}.ai-selection-current-product .ai-selection-image{width:48px;height:48px}.ai-selection-current-metrics{padding:0}.ai-selection-current-actions,.ai-selection-current-metrics{grid-column:1/-1;justify-content:space-between}.ai-selection-workflow-panel>.p-6{padding:15px}.ai-selection-signal-row{grid-template-columns:1fr}.ai-selection-v3{gap:12px}.ai-selection-command-bar h1{font-size:26px}.ai-selection-command-controls{grid-template-columns:1fr;gap:10px}.ai-selection-command-controls [role=tablist],.ai-selection-command-controls>button,.ai-selection-command-search{width:100%}}.selection-panel{display:grid;gap:18px;max-width:1440px;margin:0 auto;padding:28px;min-width:0}.selection-toolbar{display:flex;align-items:end;justify-content:space-between;gap:18px;padding-bottom:18px;border-bottom:1px solid hsl(var(--border))}.selection-kicker{margin:0 0 5px;color:hsl(var(--muted-foreground));font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.selection-toolbar h2{margin:0;font-size:27px}.selection-toolbar p{margin:7px 0 0;color:hsl(var(--muted-foreground));font-size:13px}.selection-toolbar label{display:grid;gap:6px;min-width:min(420px,100%);font-size:12px;font-weight:650}.selection-toolbar select{width:100%;min-height:38px}.selection-notice{margin:0;padding:12px 14px;border:1px solid hsl(var(--border));border-radius:7px;background:hsl(var(--muted));color:hsl(var(--muted-foreground));font-size:13px}.selection-notice.error{border-color:hsl(var(--destructive));color:hsl(var(--destructive))}.selection-notice.warning{border-color:#e8c67a;color:#75530b;background:#fff9e9}.selection-market-tabs{display:flex;gap:7px;overflow-x:auto;padding-bottom:2px}.selection-market-tabs button{flex:0 0 auto;min-height:34px;padding:7px 10px;border:1px solid hsl(var(--border));border-radius:6px;background:hsl(var(--card));font-size:12px}.selection-market-tabs button[aria-selected=true]{border-color:hsl(var(--primary));background:hsl(var(--primary));color:hsl(var(--primary-foreground))}.selection-summary{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:15px 0;border-bottom:1px solid hsl(var(--border))}.selection-title{display:flex;align-items:flex-start;gap:10px;min-width:0}.selection-title h3{margin:0;font-size:18px;overflow-wrap:anywhere}.selection-title p{margin:5px 0 0;color:hsl(var(--muted-foreground));font-size:12px}.rank{flex:0 0 auto;padding:4px 7px;border-radius:5px;background:#e8eefc;color:#24479a;font-size:12px;font-weight:700}.selection-summary a{flex:0 0 auto;color:#294ca4;font-size:13px;font-weight:650}.selection-top3{padding:14px 0;border-bottom:1px solid hsl(var(--border))}.selection-section>h3,.selection-top3 h3{margin:0;font-size:16px}.selection-top3>div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:10px}.selection-top3 button{display:grid;gap:4px;min-width:0;padding:11px;border:1px solid hsl(var(--border));border-radius:7px;background:hsl(var(--card));text-align:left}.selection-top3 button.active{border-color:#5474c9;background:#f4f6ff}.selection-top3 small,.selection-top3 span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.selection-top3 span{font-size:13px;font-weight:650}.selection-top3 small{color:hsl(var(--muted-foreground));font-size:11px}.selection-sections{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 26px}.selection-section{min-width:0;padding:18px 0;border-bottom:1px solid hsl(var(--border))}.selection-lines{display:grid;gap:10px;margin-top:11px}.selection-line{min-width:0;padding-left:10px;border-left:2px solid hsl(var(--border))}.selection-line-heading{display:flex;align-items:center;justify-content:space-between;gap:8px}.selection-line h4{margin:0;font-size:13px}.selection-line p{margin:5px 0;color:hsl(var(--foreground));font-size:13px;line-height:1.55;white-space:pre-wrap;overflow-wrap:anywhere}.selection-line small{display:block;color:hsl(var(--muted-foreground));font-size:11px}.selection-state{flex:0 0 auto;padding:2px 6px;border-radius:4px;font-size:10px;font-weight:700}.selection-state.real_snapshot{background:#e7f6ee;color:#136c4e}.selection-state.ai_analysis{background:#e8eefc;color:#27459c}.selection-state.human_review{background:#f5edff;color:#6c3da0}.selection-state.missing{background:#f0f2f5;color:#687386}.selection-line ul{display:grid;gap:4px;margin:8px 0 0;padding:0;list-style:none}.selection-line li{display:flex;justify-content:space-between;gap:8px;color:hsl(var(--muted-foreground));font-size:11px;min-width:0}.selection-line li span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.selection-line li a{flex:0 0 auto;color:#294ca4}@media(max-width:760px){.selection-panel{gap:14px;padding:20px 14px 32px}.selection-summary,.selection-toolbar{align-items:stretch;flex-direction:column}.selection-toolbar label{min-width:0}.selection-sections,.selection-top3>div{grid-template-columns:1fr}.selection-summary a{align-self:flex-start}.selection-line li,.selection-line-heading{align-items:flex-start}.selection-line li span{white-space:normal;overflow-wrap:anywhere}}.product-image-thumb{display:block;-o-object-fit:cover;object-fit:cover}.product-image-thumb,.product-table-wrap .image-placeholder{width:64px;height:64px;border-radius:8px;border:1px solid hsl(var(--border));background:hsl(var(--muted))}.product-table-wrap .image-placeholder{display:inline-flex;align-items:center;justify-content:center;color:hsl(var(--muted-foreground));font-size:11px}.library-toolbar-v2{display:grid;gap:10px;margin-bottom:16px;padding:12px;border:1px solid hsl(var(--border));border-radius:10px;background:hsl(var(--card))}.filter-toolbar-v2{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.filter-toolbar-v2 input{min-width:220px;flex:1}.filter-toolbar-v2 select{width:auto;min-width:120px}.active-filters-v2{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.more-filter-menu{position:relative}.more-filter-menu summary{min-height:35px;padding:7px 10px;border:1px solid hsl(var(--border));border-radius:6px;cursor:pointer;color:hsl(var(--foreground));font-size:13px}.more-filter-menu>div{position:absolute;z-index:10;right:0;top:calc(100% + 6px);display:grid;gap:8px;min-width:180px;padding:10px;border:1px solid hsl(var(--border));border-radius:8px;background:hsl(var(--card));box-shadow:0 10px 28px rgba(15,23,42,.12)}.more-filter-menu select{width:100%}.product-secondary-meta{display:block;color:hsl(var(--muted-foreground));font-size:11px;margin-top:2px}.selection-review-controls,.selection-review-readonly{display:grid;gap:10px;margin-top:16px;padding:14px;border:1px solid hsl(var(--border));border-radius:7px;background:hsl(var(--muted));min-width:0}.selection-review-controls p,.selection-review-readonly span{margin:0;color:hsl(var(--muted-foreground));font-size:12px}.selection-review-controls>div{display:flex;gap:8px;flex-wrap:wrap}.selection-review-controls button{min-height:36px;padding:8px 12px;border:1px solid hsl(var(--border));border-radius:6px;background:hsl(var(--card));font-size:13px;font-weight:650}.selection-review-controls button:focus-visible,.selection-review-controls button:hover{border-color:#536fbd;background:#f4f6ff;outline:0}.selection-review-controls button:last-child{color:#9d2732}.selection-dialog-action{margin:0;font-weight:650}@media(max-width:760px){.selection-review-controls>div{display:grid;grid-template-columns:1fr}.selection-review-controls button{width:100%}}.night-selection{display:grid;gap:22px;max-width:1180px;margin:0 auto;min-width:0}.night-selection-overview{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding-bottom:20px;border-bottom:1px solid hsl(var(--border))}.night-selection-kicker{margin:0 0 5px;color:hsl(var(--muted-foreground));font-size:11px;font-weight:700;letter-spacing:0;text-transform:uppercase}.night-selection-overview h2,.night-selection-section h2{margin:0;font-size:18px}.night-selection-overview p,.night-selection-section>p{margin:7px 0 0;color:hsl(var(--muted-foreground));font-size:13px}.night-selection-badge{flex:0 0 auto;padding:5px 8px;border-radius:5px;background:#f0f2f5;color:#687386;font-size:12px;font-weight:700}.night-selection-badge.ready{background:#e7f6ee;color:#136c4e}.night-selection-section{min-width:0;padding-bottom:22px;border-bottom:1px solid hsl(var(--border))}.night-selection-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:13px 0 0}.night-selection-grid>div,.night-selection-runs article{min-width:0;padding:12px;border:1px solid hsl(var(--border));border-radius:7px;background:hsl(var(--card))}.night-selection-grid dt,.night-selection-runs dt{color:hsl(var(--muted-foreground));font-size:11px}.night-selection-grid dd,.night-selection-runs dd{margin:4px 0 0;overflow-wrap:anywhere;font-size:13px;font-weight:650}.night-selection-notice{margin:0;padding:12px 14px;border:1px solid hsl(var(--border));border-radius:7px;background:hsl(var(--muted));color:hsl(var(--muted-foreground));font-size:13px}.night-selection-notice.warning{border-color:#e8c67a;color:#75530b;background:#fff9e9}.night-selection-notice.error{border-color:hsl(var(--destructive));color:hsl(var(--destructive))}.night-selection-runs{display:grid;gap:10px;margin-top:13px}.night-selection-runs article>div{display:flex;justify-content:space-between;gap:10px}.night-selection-runs strong{font-size:14px}.night-selection-runs article>div span,.night-selection-runs article>p{color:hsl(var(--muted-foreground));font-size:12px}.night-selection-runs article>p{margin:7px 0}.night-selection-runs dl{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;margin:0}.night-selection-runs dl>div{min-width:0}.night-selection-link{display:inline-block;margin-top:14px;color:#294ca4;font-size:13px;font-weight:650}@media(max-width:760px){.night-selection-overview{flex-direction:column}.night-selection-grid{grid-template-columns:1fr}.night-selection-runs dl{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:1023px){.sidebar-v2{display:none}.shell-main{margin-left:0}.mobile-menu-button{display:inline-flex}.global-header{padding:0 20px}.page-container{padding:24px}.library-toolbar{align-items:stretch;flex-wrap:wrap}.filter-toolbar{flex-wrap:wrap}.filter-toolbar input{flex-basis:220px}.filter-toolbar select{flex-basis:150px}}@media(max-width:640px){.global-header{height:60px;padding:0 14px}.header-title-context{display:none}.page-container{padding:20px 14px 36px}.page-header-v2{flex-direction:column;gap:14px;margin-bottom:18px}.page-header-v2 h1{font-size:24px}.page-header-action,.page-header-action>*{width:100%}.library-toolbar{padding:10px}.filter-toolbar,.library-toolbar{display:grid;grid-template-columns:1fr}.filter-toolbar input,.filter-toolbar select{width:100%;flex-basis:auto}.library-toolbar>.button,.library-toolbar>a{width:100%}.product-table-wrap{max-width:100%;overflow-x:auto}.product-table-wrap table{min-width:900px}.user-menu-trigger span{display:none}}.legacy-mobile-nav{display:none}@media(max-width:760px){.legacy-mobile-nav{display:flex;position:sticky;top:0;z-index:30;height:56px;align-items:center;padding:8px 12px;background:hsl(var(--background));border-bottom:1px solid hsl(var(--border))}.legacy-mobile-nav .mobile-menu-button{display:inline-flex}.legacy-mobile-nav .mobile-menu-button:after{content:"Product OS";margin-left:8px;font-size:14px;font-weight:700}}@media(max-width:1279px){.page-container .grid.min-w-0{grid-template-columns:minmax(0,1fr)}.page-container .grid.min-w-0>*{min-width:0}}.night-selection-form{display:grid;gap:14px;margin-top:14px}.night-selection-form fieldset{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;min-width:0;margin:0;padding:14px;border:1px solid hsl(var(--border));border-radius:7px}.night-selection-form legend{padding:0 4px;font-size:13px;font-weight:700}.night-selection-form label{display:grid;gap:6px;min-width:0;color:hsl(var(--muted-foreground));font-size:12px}.night-selection-form input,.night-selection-form select{width:100%;min-width:0;height:34px;padding:6px 8px;border:1px solid hsl(var(--border));border-radius:5px;background:hsl(var(--background));color:hsl(var(--foreground));font:inherit}.night-selection-form .night-selection-check{display:flex;align-items:center;gap:8px;color:hsl(var(--foreground));font-size:13px}.night-selection-form .night-selection-check input{width:16px;height:16px;padding:0}.night-selection-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.night-selection-actions button{height:34px;padding:0 13px;border:0;border-radius:5px;background:#294ca4;color:#fff;font:inherit;font-weight:650}.night-selection-actions button:disabled{opacity:.6}.night-selection-actions span{color:hsl(var(--muted-foreground));font-size:12px}.night-selection-notice.success{border-color:#86c8a2;background:#eefaf2;color:#136c4e}@media(max-width:760px){.night-selection-form fieldset{grid-template-columns:1fr}.night-selection-actions{align-items:flex-start;flex-direction:column}}.capture-results-summary,.capture-selection{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;border:1px solid #dce4f8;border-radius:8px;background:#f7f9ff;padding:10px 12px;margin:10px 0;color:#43506a}.capture-selection>div{display:grid;gap:2px}.capture-results-summary span,.capture-selection span{font-size:12px;color:var(--muted)}.capture-results-summary{justify-content:flex-start;background:#fafbfc;border-color:var(--line)}.product-capture .table-wrap{max-width:100%}.product-capture table{min-width:1280px}.product-capture td.capture-actions-column,.product-capture th.capture-actions-column{position:sticky;left:0;z-index:2;background:#fff;min-width:190px}.product-capture th.capture-actions-column{background:#fafbfc}.capture-row-actions{display:grid;gap:6px}.capture-row-actions button{width:100%;min-height:30px;padding:4px 7px;font-size:12px;white-space:normal}.capture-title-cell{min-width:280px;max-width:420px;white-space:normal;overflow-wrap:anywhere}.capture-detail-panel{display:grid;gap:14px;border:1px solid #cfd9f2;border-radius:9px;background:#fff;padding:14px;margin:10px 0}.capture-detail-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.capture-detail-heading>div{display:grid;gap:3px}.capture-detail-heading span{font-size:12px;color:var(--muted)}.capture-detail-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:0}.capture-detail-grid>div{min-width:0;border:1px solid var(--line);border-radius:7px;padding:9px;background:#fafbfc}.capture-detail-grid dt{font-size:11px;color:var(--muted)}.capture-detail-grid dd{margin:4px 0 0;overflow-wrap:anywhere}.capture-bilingual-summary,.capture-original-description{border-top:1px solid var(--line);padding-top:10px}.capture-bilingual-summary p,.capture-original-description p{margin:5px 0 0;white-space:pre-wrap;overflow-wrap:anywhere;color:#4a5567}.capture-detail-panel button,.capture-detail-panel>a{justify-self:start}@media(max-width:760px){.capture-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.capture-detail-heading{flex-direction:column}.capture-detail-heading button{width:100%}}.capture-detail-assets,.capture-detail-skus{border-top:1px solid var(--line);padding-top:10px}.capture-detail-gallery{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.capture-detail-gallery a{display:block;width:72px;height:72px;border:1px solid var(--line);border-radius:7px;overflow:hidden;background:#fafbfc}.capture-detail-gallery img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.capture-detail-skus p{margin:6px 0 0;color:#4a5567;overflow-wrap:anywhere}.capture-pagination{display:flex;gap:6px;margin-left:auto}.capture-pagination .button{min-height:30px;padding:0 9px}.capture-image-link{display:inline-flex;align-items:center;justify-content:center}.capture-result-thumbnail{display:block;width:72px;height:72px;-o-object-fit:contain;object-fit:contain;border:1px solid var(--line);border-radius:8px;background:#f8fafc}.capture-image-missing{color:var(--muted);font-size:12px}.capture-original-summary{border-top:1px solid var(--line);padding-top:10px}.capture-original-summary p{margin:5px 0 0;white-space:pre-wrap;overflow-wrap:anywhere;color:#4a5567}.capture-confirmation{display:grid;grid-template-columns:minmax(0,1fr);align-items:stretch;justify-content:stretch;position:sticky;top:0;z-index:4;box-shadow:0 3px 12px rgba(23,27,37,.08)}.capture-confirmation>div{min-width:0;max-width:100%}.capture-confirmation span,.capture-confirmation strong,.capture-confirmation>button{white-space:normal;overflow-wrap:anywhere}.capture-confirmation>button{width:100%;min-height:42px;line-height:1.35}.supply-chain-shell{background:#fafafa}.supply-chain-shell .page-container{max-width:1720px;padding:32px 40px 56px}.supply-chain-shell .page-header-v2{margin-bottom:22px}.supply-chain-shell .page-header-v2 h1{font-size:32px;font-weight:760;letter-spacing:-.045em}.supply-chain-shell .page-description{max-width:760px;color:#687181}.supply-header-actions{display:flex;align-items:center;gap:10px}.supply-header-actions button{min-height:40px;border-radius:11px;padding-inline:15px}.supply-header-actions button:last-child{background:#18181b;color:#fff;border-color:#18181b;box-shadow:0 2px 5px rgba(24,24,27,.12)}.supply-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:20px}.supply-metric-card{display:grid;min-width:0;min-height:138px;gap:9px;padding:19px 20px;border:1px solid #e5e7eb;border-radius:17px;background:#fff;box-shadow:0 4px 12px rgba(24,24,27,.035)}.supply-metric-heading{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:10px;color:#6b7280;font-size:13px}.supply-metric-heading>span:first-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.supply-metric-status{flex:0 0 auto;border-radius:999px;background:#e9fbf2;color:#087443;padding:4px 8px;font-size:10px;font-weight:700;white-space:nowrap}.supply-metric-card strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:25px;line-height:1.15;letter-spacing:-.035em}.supply-metric-card p{margin:0;color:#8a919c;font-size:12px}.supply-stepper{border-color:#e5e7eb!important;border-radius:17px!important;background:#fff!important;box-shadow:0 4px 12px rgba(24,24,27,.035)!important}.supply-stepper>ol{gap:5px}.supply-stepper>ol>li{position:relative;min-width:0}.supply-stepper>ol>li:not(:last-child):after{position:absolute;top:50%;right:-3px;width:6px;height:1px;background:#e5e7eb;content:""}.supply-stepper button{min-height:70px;border-radius:12px!important;color:#737984}.supply-stepper button.bg-primary{border:1px solid #e6e7eb;background:#fff;color:#18181b;box-shadow:0 3px 10px rgba(24,24,27,.07)}.supply-stepper button:hover:not(:disabled){background:#f7f7f8}.supply-stepper button.bg-primary:hover:not(:disabled){background:#fff}.supply-workflow-page{display:grid;min-width:0;gap:16px}.supply-detail-card,.supply-panel,.supply-score-panel,.supply-supplier-card{border-color:#e5e7eb!important;border-radius:17px!important;background:#fff!important;box-shadow:0 4px 12px rgba(24,24,27,.035)}.supply-capture-panel>div:first-child{padding:24px 24px 10px}.supply-capture-panel>div:last-child{padding:10px 24px 24px}.supply-capture-panel input,.supply-capture-panel textarea{border-radius:10px}.supply-progress{border-color:#e5e7eb;background:#fbfbfc}.supply-score-panel{padding:7px!important}.supply-score-panel button{border-radius:11px}.supply-supplier-card{transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.supply-supplier-card:hover{border-color:#cfd3da!important;box-shadow:0 10px 24px rgba(24,24,27,.09)}.supply-detail-card{box-shadow:0 5px 16px rgba(24,24,27,.05)}.supply-detail-card>div:first-child{padding:24px 24px 14px}.supply-detail-card>div:last-child{padding:10px 24px 24px}.supply-chain-shell .page-container .rounded-md{border-radius:10px}.supply-chain-shell .page-container .rounded-xl{border-radius:17px}@media(max-width:900px){.supply-chain-shell .page-container{padding:26px 24px 44px}.supply-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.supply-chain-shell .page-container{padding:20px 14px 36px}.supply-chain-shell .page-header-v2 h1{font-size:26px}.supply-header-actions{width:100%}.supply-header-actions>*{flex:1}.supply-metrics{grid-template-columns:1fr;gap:10px}.supply-metric-card{min-height:112px}.supply-stepper>ol{grid-template-columns:1fr}.supply-stepper>ol>li:not(:last-child):after{display:none}.supply-stepper button{min-height:58px}.supply-capture-panel>div:first-child,.supply-capture-panel>div:last-child,.supply-detail-card>div:first-child,.supply-detail-card>div:last-child{padding-inline:16px}}.supply-chain-shell .global-header-actions{display:flex;align-items:center;gap:10px}.supply-chain-shell .header-search-trigger{display:flex;min-width:255px;align-items:center;gap:9px;border:1px solid #e5e7eb;border-radius:14px;background:#fafafa;color:#6b7280;min-height:42px;padding:0 13px;font:inherit;font-size:13px}.supply-chain-shell .header-search-trigger span{flex:1;text-align:left}.supply-chain-shell .header-search-trigger kbd{border:1px solid #e1e3e8;border-radius:6px;background:#fff;padding:2px 7px;font-family:inherit;font-size:10px}.supply-chain-shell .global-header-actions>[aria-label="通知"]{border:1px solid #e5e7eb;border-radius:12px;background:#fff}.supply-chain-shell .user-menu-trigger.compact{padding:0 4px}.supply-chain-shell .user-avatar{display:inline-flex;width:36px;height:36px;align-items:center;justify-content:center;border-radius:50%;background:#f3f4f6;color:#6b7280;font-size:13px;font-weight:700}.supply-chain-shell .sidebar-v2-status{display:flex;align-items:center;gap:8px;margin-top:auto;padding:14px 10px;border-top:1px solid hsl(var(--sidebar-border));color:#6b7280;font-size:12px}.supply-chain-shell .sidebar-v2-status>span{border-radius:50%;background:#16a34a;box-shadow:0 0 0 3px #dcfce7}.supply-metrics{grid-template-columns:repeat(5,minmax(0,1fr))}@media(max-width:1100px){.supply-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:900px){.supply-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.supply-chain-shell .header-search-trigger{min-width:0;flex:1}}@media(max-width:640px){.supply-metrics{grid-template-columns:1fr}.supply-chain-shell .global-header-actions{display:none}}.supply-chain-shell .sidebar-v2{width:318px;padding:24px 10px 18px;gap:24px;background:#fff;color:#15171b;border-right:1px solid #ededee;box-shadow:4px 0 14px rgba(20,24,32,.035)}.supply-chain-shell .brand-v2{grid-template-columns:34px 1fr;-moz-column-gap:12px;column-gap:12px;padding:0 10px 16px}.supply-chain-shell .brand-v2-mark{display:inline-flex;width:34px;height:34px;align-items:center;justify-content:center;border-radius:10px;background:#050505;color:#fff}.supply-chain-shell .brand-v2 span:not(.brand-v2-mark){font-size:17px;font-weight:750;letter-spacing:-.02em}.supply-chain-shell .brand-v2 small{display:none}.supply-chain-shell .product-os-nav{gap:27px}.supply-chain-shell .product-os-nav .nav-group{gap:10px}.supply-chain-shell .product-os-nav .nav-group>p,.supply-chain-shell .product-os-nav .nav-section-trigger{padding:0 10px;color:#687181;font-size:14px;font-weight:400;letter-spacing:0}.supply-chain-shell .product-os-nav a{min-height:44px;border-radius:10px;background:#f5f5f6;padding:10px 12px;color:#626b7b;font-size:16px;font-weight:400}.supply-chain-shell .product-os-nav a:hover{background:#eeeeef;color:#1d2025}.supply-chain-shell .product-os-nav a.active{background:#f1f1f2;color:#17191d;font-weight:700}.supply-chain-shell .product-os-nav a.active:before{display:none}.supply-chain-shell .product-os-nav a svg{width:18px;height:18px;color:currentColor}.supply-chain-shell .product-os-nav .nav-section-trigger{min-height:28px}.supply-chain-shell .product-os-nav .nav-section-trigger:hover{background:transparent;color:#1d2025}.supply-chain-shell .sidebar-v2-status{margin-inline:0;padding:14px 10px 4px;border-top:0;color:#6f7784;font-size:13px}.supply-chain-shell .sidebar-v2-status>span{width:8px;height:8px;box-shadow:none}.supply-chain-shell .shell-main{margin-left:318px}.supply-chain-shell .supply-metrics{display:none!important}@media(max-width:1023px){.supply-chain-shell .shell-main{margin-left:0}}.content-capture-shell{--capture-sidebar-width:232px}.content-capture-shell .sidebar-v2{gap:12px;padding:10px;background:hsl(var(--background));color:hsl(var(--sidebar-foreground));border-right:1px solid hsl(var(--border)/.72);box-shadow:none}.content-capture-shell .brand-v2{grid-template-columns:28px 1fr;-moz-column-gap:9px;column-gap:9px;align-items:center;padding:0 5px;min-height:42px}.content-capture-shell .brand-v2-mark{display:inline-grid;width:28px;height:28px;place-items:center;border-radius:7px;background:#000;color:#fff}.content-capture-shell .brand-v2 span:not(.brand-v2-mark){font-size:15px;font-weight:600;letter-spacing:0}.content-capture-shell .product-os-nav,.content-capture-shell .product-os-nav .nav-group{display:grid;gap:1px}.content-capture-shell .product-os-nav .nav-group>p,.content-capture-shell .product-os-nav .nav-section-trigger{margin:13px 0 4px;padding:0 8px;color:hsl(var(--muted-foreground));font-size:11px;font-weight:500}.content-capture-shell .product-os-nav a{min-height:36px;border-radius:7px;background:transparent;padding:0 9px;color:hsl(var(--muted-foreground));font-size:14px;font-weight:500;transition:background var(--motion-fast) ease,color var(--motion-fast) ease}.content-capture-shell .product-os-nav a:hover{background:hsl(var(--accent));color:hsl(var(--accent-foreground))}.content-capture-shell .product-os-nav a.active{background:hsl(var(--accent));color:hsl(var(--foreground));font-weight:500}.content-capture-shell .product-os-nav a svg{width:16px;height:16px}.content-capture-shell .product-os-nav .nav-section-trigger{min-height:26px;background:transparent;text-align:left}.content-capture-shell .product-os-nav .nav-section-trigger:hover{color:hsl(var(--foreground))}.content-capture-shell .sidebar-v2-status{display:flex;align-items:center;gap:7px;margin-top:auto;padding:7px 8px;color:hsl(var(--muted-foreground));font-size:11px}.content-capture-shell .sidebar-v2-status>span{width:6px;height:6px;border-radius:999px}.content-capture-shell .global-header{height:56px;padding:0 24px;border-color:hsl(var(--border)/.72);background:hsl(var(--surface-page)/.86);backdrop-filter:blur(12px)}.content-capture-shell .header-title-context{font-size:13px;font-weight:500}.content-capture-shell .global-header-actions{gap:8px}.content-capture-shell .header-search-trigger{display:flex;width:230px;min-height:36px;align-items:center;gap:8px;border:1px solid hsl(var(--border));border-radius:7px;background:transparent;padding:0 9px;color:hsl(var(--muted-foreground));font:inherit;font-weight:400}.content-capture-shell .header-search-trigger span{flex:1;text-align:left}.content-capture-shell .header-search-trigger kbd{margin-left:auto;border:1px solid hsl(var(--border));border-radius:4px;padding:1px 4px;color:hsl(var(--muted-foreground))}.content-capture-shell .user-menu-trigger.compact{padding:2px}.content-capture-shell .user-avatar{display:inline-grid;width:28px;height:28px;place-items:center;border-radius:7px;background:hsl(var(--secondary));color:hsl(var(--muted-foreground));font-size:12px;font-weight:600}.content-capture-shell .page-container{max-width:1600px;padding:0 32px 40px}.content-capture-shell .page-header-v2{min-height:132px;margin-bottom:20px;border-bottom:1px solid hsl(var(--border)/.7)}.content-capture-shell .page-header-v2 h1{margin:0 0 4px;font-size:24px;font-weight:600;letter-spacing:0;line-height:1.3}.content-capture-shell .page-description{margin:0;color:hsl(var(--muted-foreground))}.content-capture-workspace{display:grid;min-width:0;gap:16px;margin-top:20px}.content-capture-kpi-grid{display:grid;width:100%;min-width:0;grid-template-columns:repeat(4,minmax(0,1fr))}.content-capture-card,.content-capture-metric-card{border-color:hsl(var(--border)/.78)!important;border-radius:var(--radius-lg)!important;transition:border-color var(--motion-normal) ease,box-shadow var(--motion-normal) ease,background var(--motion-normal) ease}.content-capture-card:hover,.content-capture-metric-card:hover{border-color:hsl(var(--border))!important;box-shadow:0 2px 4px hsl(240 10% 3.9%/.045),0 12px 30px hsl(240 10% 3.9%/.035)!important}.content-capture-metric-card{min-height:136px}.content-capture-metric-card>div:first-child{padding:18px 20px 0}.content-capture-metric-card>div:last-child{gap:5px;padding:9px 20px 19px}.content-capture-metric-heading{gap:9px}.content-capture-metric-icon{display:inline-grid;width:32px;height:32px;place-items:center;border:1px solid hsl(var(--border)/.7);border-radius:var(--radius-md);background:hsl(var(--surface-inset));color:hsl(var(--muted-foreground))}.content-capture-metric-card strong{color:hsl(var(--foreground)/.92);font-weight:600;letter-spacing:-.02em;line-height:1.25}.content-capture-metric-card>div:last-child>span{color:hsl(var(--muted-foreground))}.content-capture-metric-card.has-wide-value>div:last-child>strong{font-size:18px}.content-capture-primary{display:grid;width:100%;min-width:0;grid-template-columns:minmax(0,2fr) minmax(300px,.85fr);gap:16px}.content-capture-secondary{display:grid;width:100%;min-width:0;grid-template-columns:minmax(0,1.35fr) minmax(320px,.85fr);gap:16px}.content-capture-card-header{display:flex;flex-direction:row;gap:12px}.content-capture-card-header .font-semibold{font-weight:600;letter-spacing:-.005em}.content-capture-card-header .text-sm{margin-top:4px;color:hsl(var(--muted-foreground)/.9)}.content-capture-action-card,.content-capture-products-card{min-height:430px}.content-capture-products-content{padding:0 20px 20px}.content-capture-product-toolbar{display:flex;align-items:center;gap:10px;margin-bottom:14px}.content-capture-search{position:relative;display:flex;min-width:180px;flex:1;align-items:center}.content-capture-search>svg{position:absolute;left:11px;z-index:1;width:16px;height:16px;color:hsl(var(--muted-foreground));pointer-events:none}.content-capture-search input{height:36px;padding-left:34px;border-radius:var(--radius-sm);background:hsl(var(--surface-inset))}.content-capture-selection-count{max-width:42%;overflow:hidden;color:hsl(var(--muted-foreground));text-overflow:ellipsis;white-space:nowrap}.content-capture-product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.content-capture-product-grid>div{display:flex;min-width:0}.content-capture-product-card{width:100%;min-width:0;grid-template-columns:88px minmax(0,1fr) auto;align-items:center;gap:12px;min-height:112px;border:1px solid hsl(var(--border));border-radius:var(--radius-md);text-align:left;transition:border-color var(--motion-normal) ease,background var(--motion-normal) ease,box-shadow var(--motion-normal) ease}.content-capture-product-card:hover{border-color:hsl(var(--foreground)/.22);background:hsl(var(--surface-inset));box-shadow:0 5px 16px hsl(240 10% 3.9%/.05)}.content-capture-product-card.is-selected{border-color:hsl(var(--ring));background:hsl(var(--accent));box-shadow:0 0 0 2px hsl(var(--ring)/.12)}.content-capture-thumbnail{width:88px;height:88px;flex:0 0 88px;border:1px solid hsl(var(--border)/.8);border-radius:var(--radius-sm);background:hsl(var(--surface-inset));color:hsl(var(--muted-foreground))}.content-capture-thumbnail.is-empty{gap:4px}.content-capture-thumbnail.is-empty svg{width:20px;height:20px;stroke-width:1.6}.content-capture-thumbnail.is-prominent{width:76px;height:76px;flex-basis:76px}.content-capture-product-copy{display:grid;min-width:0;gap:4px;align-self:stretch;align-content:center}.content-capture-product-copy strong{display:-webkit-box;min-width:0;overflow:hidden;font-weight:600;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2}.content-capture-product-copy>span{min-width:0;overflow:hidden;color:hsl(var(--muted-foreground));font-size:11px;text-overflow:ellipsis;white-space:nowrap}.content-capture-product-indicator{display:inline-grid;width:26px;height:26px;flex:0 0 auto;place-items:center;border-radius:var(--radius-sm);color:hsl(var(--muted-foreground))}.content-capture-product-card.is-selected .content-capture-product-indicator{background:hsl(var(--primary));color:hsl(var(--primary-foreground))}.content-capture-empty,.content-capture-result-empty{display:grid;min-height:190px;place-items:center;align-content:center;justify-items:center;gap:7px;color:hsl(var(--muted-foreground));text-align:center}.content-capture-empty svg,.content-capture-result-empty svg{width:24px;height:24px;stroke-width:1.7}.content-capture-empty strong,.content-capture-result-empty strong{color:hsl(var(--foreground)/.84);font-size:14px;font-weight:500}.content-capture-empty span,.content-capture-result-empty span{max-width:300px;font-size:12px}.content-capture-empty-compact{min-height:150px}.content-capture-action-content{display:grid;gap:14px;padding:0 20px 20px}.content-capture-current-product{display:grid;min-width:0;grid-template-columns:76px minmax(0,1fr);align-items:center;gap:12px}.content-capture-current-product>div:last-child{display:grid;min-width:0;gap:4px}.content-capture-current-product strong{display:-webkit-box;min-width:0;overflow:hidden;line-height:1.4;-webkit-box-orient:vertical;-webkit-line-clamp:3;line-clamp:3}.content-capture-current-product span{min-width:0;overflow:hidden;color:hsl(var(--muted-foreground));text-overflow:ellipsis;white-space:nowrap}.content-capture-current-product .content-capture-current-sku{font-size:11px}.content-capture-current-empty{display:flex;min-height:76px;align-items:center;justify-content:center;gap:8px;color:hsl(var(--muted-foreground));font-size:12px}.content-capture-current-empty svg{width:20px;height:20px}.content-capture-field{display:grid;gap:6px;color:hsl(var(--muted-foreground));font-weight:500}.content-capture-field [data-slot=select-trigger]{background:hsl(var(--surface-inset))}.content-capture-action-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.content-capture-action-facts>div{display:grid;min-width:0;gap:3px;border:1px solid hsl(var(--border)/.75);border-radius:var(--radius-sm);background:hsl(var(--surface-inset));padding:10px}.content-capture-action-facts span{color:hsl(var(--muted-foreground))}.content-capture-action-facts strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.content-capture-start-button{width:100%;min-height:42px;border-radius:var(--radius-sm);font-weight:600}.content-capture-action-header-actions{justify-content:flex-end;flex:0 0 auto}.content-capture-action-header-actions [data-slot=badge]{max-width:118px}.content-capture-action-note{margin:0;color:hsl(var(--muted-foreground));font-size:11px;line-height:1.5;overflow-wrap:anywhere}.content-capture-action-content [role=alert]{margin:0;padding:10px 12px}.content-capture-action-content [role=alert] h5{font-size:12px}.content-capture-action-content [role=alert] div{font-size:11px;line-height:1.45}.content-capture-source-content{padding:0 20px 20px}.content-capture-source-list{display:grid;gap:8px}.content-capture-source-item{display:grid;width:100%;min-width:0;grid-template-columns:30px minmax(0,1fr) auto;align-items:center;gap:10px;border:1px solid hsl(var(--border));border-radius:var(--radius-sm);background:transparent;padding:10px;text-align:left;color:inherit;transition:border-color var(--motion-fast) ease,background var(--motion-fast) ease}.content-capture-source-item:hover{border-color:hsl(var(--foreground)/.22);background:hsl(var(--surface-inset))}.content-capture-source-item.is-selected{border-color:hsl(var(--ring));background:hsl(var(--accent))}.content-capture-source-icon{display:inline-grid;width:30px;height:30px;place-items:center;border-radius:var(--radius-sm);background:hsl(var(--surface-inset));color:hsl(var(--muted-foreground))}.content-capture-source-icon svg{width:15px;height:15px}.content-capture-source-copy{display:grid;min-width:0;gap:5px}.content-capture-source-badges{display:flex;min-width:0;align-items:center;gap:5px;overflow:hidden}.content-capture-source-badges [data-slot=badge],.content-capture-source-url{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.content-capture-source-url{display:block;min-width:0;color:hsl(var(--muted-foreground));font-size:11px}.content-capture-source-arrow,.content-capture-source-check{width:16px;height:16px;flex:0 0 auto;color:hsl(var(--muted-foreground))}.content-capture-registration-content{display:grid;gap:9px;padding:0 20px 20px}.content-capture-registration-fields{display:grid;align-items:center;gap:8px}.content-capture-registration-fields input{min-width:0;background:hsl(var(--surface-inset))}.content-capture-registration-fields button{white-space:nowrap}.content-capture-registration-error,.content-capture-registration-hint{margin:0;color:hsl(var(--muted-foreground));font-size:11px;line-height:1.45}.content-capture-registration-error{color:hsl(var(--destructive))}.content-capture-result-content{padding:0 20px 20px}.content-capture-result-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.content-capture-result-field{min-width:0;border:1px solid hsl(var(--border)/.75);border-radius:var(--radius-sm);background:hsl(var(--surface-inset));padding:10px}.content-capture-result-field.is-wide{grid-column:1/-1}.content-capture-result-field>span{color:hsl(var(--muted-foreground));font-size:11px}.content-capture-result-field p{max-height:84px;overflow:auto;margin:5px 0 0;color:hsl(var(--foreground)/.88);font-size:13px;line-height:1.55;white-space:pre-wrap;overflow-wrap:anywhere}.content-capture-result-meta{display:flex;min-width:0;flex-wrap:wrap;align-items:center;gap:5px 10px;grid-column:1/-1;border-top:1px solid hsl(var(--border)/.75);padding-top:10px;color:hsl(var(--muted-foreground));font-size:11px}.content-capture-result-meta strong{max-width:35%;overflow:hidden;color:hsl(var(--foreground)/.78);font-weight:500;text-overflow:ellipsis;white-space:nowrap}.content-capture-spin{animation:content-capture-spin .9s linear infinite}@keyframes content-capture-spin{to{transform:rotate(1turn)}}.content-capture-state{display:grid;gap:12px;justify-items:start}.content-capture-skeleton-metric{min-height:136px;border-radius:var(--radius-lg)}.content-capture-skeleton-panel{min-height:430px;border-radius:var(--radius-lg)}.content-capture-header-meta{display:flex;align-items:center;gap:8px;flex:0 0 auto}.content-capture-header-meta>span{color:hsl(var(--muted-foreground));font-size:11px;white-space:nowrap}@media(min-width:1280px){.content-capture-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:900px){.content-capture-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.content-capture-primary,.content-capture-secondary{grid-template-columns:1fr}.content-capture-action-card,.content-capture-products-card{min-height:0}.content-capture-registration-fields{grid-template-columns:minmax(0,1fr) 72px}.content-capture-registration-fields button{grid-column:1/-1;justify-self:start}}@media(min-width:901px){.content-capture-action-card{position:sticky;top:72px;align-self:start}}@media(max-width:640px){.content-capture-shell .global-header{height:54px;padding:0 14px}.content-capture-shell .header-search-trigger{width:36px;padding:0}.content-capture-shell .header-search-trigger kbd,.content-capture-shell .header-search-trigger span{display:none}.content-capture-shell .page-container{padding:0 16px 28px}.content-capture-shell .page-header-v2{min-height:0;align-items:stretch;gap:8px;padding:22px 0 20px}.content-capture-shell .page-header-v2 h1{font-size:23px}.content-capture-workspace{gap:12px;margin-top:16px}.content-capture-kpi-grid{gap:12px}.content-capture-metric-card>div:first-child,.content-capture-metric-card>div:last-child{padding-inline:16px}.content-capture-metric-card strong{font-size:23px}.content-capture-action-content,.content-capture-products-content,.content-capture-registration-content,.content-capture-result-content,.content-capture-source-content{padding-inline:16px}.content-capture-card-header{padding:16px}.content-capture-card-header .font-semibold{font-size:15px}.content-capture-product-toolbar{align-items:stretch;flex-direction:column}.content-capture-selection-count{max-width:100%}.content-capture-product-grid{grid-template-columns:1fr}.content-capture-product-card{grid-template-columns:76px minmax(0,1fr) auto}.content-capture-thumbnail{width:76px;height:76px;flex-basis:76px}.content-capture-result-grid{grid-template-columns:1fr}.content-capture-result-meta strong{max-width:55%}.content-capture-action-header-actions{align-items:flex-end;flex-direction:column}.content-capture-action-header-actions button{width:100%}}.content-capture-shell{--capture-sidebar-width:318px;--surface-page:220 20% 97%;--surface-card:0 0% 100%;--surface-inset:220 18% 97%;--chart-success:152 60% 40%;--motion-fast:160ms;--motion-normal:220ms;--shadow-card:0 4px 14px rgba(15,23,42,.035),0 16px 34px rgba(15,23,42,.035);min-height:100vh;background:hsl(var(--surface-page));color:hsl(var(--foreground));font-family:Inter,Geist,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Microsoft YaHei,sans-serif}.content-capture-shell .sidebar-v2{width:var(--capture-sidebar-width);gap:24px;padding:24px 10px 18px;background:hsl(var(--surface-card));color:hsl(var(--foreground));border-right:1px solid rgba(15,23,42,.075);box-shadow:4px 0 18px rgba(15,23,42,.025)}.content-capture-shell .brand-v2{grid-template-columns:34px 1fr;-moz-column-gap:12px;column-gap:12px;padding:0 10px 16px}.content-capture-shell .brand-v2-mark{display:inline-flex;width:34px;height:34px;align-items:center;justify-content:center;border-radius:10px;background:hsl(240 6% 10%);color:hsl(0 0% 100%)}.content-capture-shell .brand-v2 span:not(.brand-v2-mark){color:hsl(var(--foreground));font-size:17px;font-weight:750;letter-spacing:-.02em}.content-capture-shell .brand-v2 small{display:none}.content-capture-shell .product-os-nav{gap:27px}.content-capture-shell .product-os-nav .nav-group{gap:10px}.content-capture-shell .product-os-nav .nav-group>p,.content-capture-shell .product-os-nav .nav-section-trigger{min-height:28px;margin:0;padding:0 10px;color:hsl(220 9% 48%);font-size:14px;font-weight:400;letter-spacing:0}.content-capture-shell .product-os-nav a{min-height:44px;border-radius:10px;background:hsl(220 16% 96%);padding:10px 12px;color:hsl(220 9% 46%);font-size:16px;font-weight:400;transition:background-color var(--motion-fast) ease,color var(--motion-fast) ease}.content-capture-shell .product-os-nav a:hover{background:hsl(220 15% 93%);color:hsl(240 6% 10%)}.content-capture-shell .product-os-nav a.active{background:hsl(220 14% 94%);color:hsl(240 6% 10%);font-weight:700}.content-capture-shell .product-os-nav a.active:before{display:none}.content-capture-shell .product-os-nav a svg{width:18px;height:18px;color:currentColor;stroke-width:1.8}.content-capture-shell .product-os-nav .nav-section-trigger:hover{background:transparent;color:hsl(240 6% 10%)}.content-capture-shell .sidebar-v2-status{margin-inline:0;padding:14px 10px 4px;color:hsl(220 9% 48%);font-size:13px}.content-capture-shell .sidebar-v2-status>span{width:8px;height:8px;background:hsl(var(--chart-success));box-shadow:none}.content-capture-shell .shell-main{margin-left:var(--capture-sidebar-width);background:hsl(var(--surface-page))}.content-capture-shell .global-header{height:68px;padding:0 40px;border-bottom:1px solid rgba(15,23,42,.065);background:rgba(255,255,255,.82);backdrop-filter:blur(14px)}.content-capture-shell .header-search-trigger{width:255px;min-height:42px;border:1px solid rgba(15,23,42,.075);border-radius:14px;background:hsl(220 18% 98%);padding:0 13px;color:hsl(220 9% 48%);font-size:13px}.content-capture-shell .header-search-trigger kbd{border:1px solid rgba(15,23,42,.09);border-radius:6px;background:hsl(var(--surface-card));padding:2px 7px;font-family:inherit;font-size:10px}.content-capture-shell .global-header-actions{display:flex;align-items:center;gap:10px}.content-capture-shell .global-header-actions>[aria-label="通知"]{border-radius:12px;color:hsl(220 9% 48%)}.content-capture-shell .user-menu-trigger.compact{padding:0 4px}.content-capture-shell .user-avatar{width:36px;height:36px;border-radius:50%;background:hsl(220 16% 95%);color:hsl(220 9% 46%);font-size:13px}.content-capture-shell .page-container{max-width:1800px;padding:32px 40px 56px}.content-capture-shell .page-header-v2{min-height:126px;align-items:center;margin-bottom:24px;border-bottom:1px solid rgba(15,23,42,.065)}.content-capture-shell .page-header-v2 h1{margin:3px 0 6px;color:hsl(240 6% 10%);font-size:32px;font-weight:760;letter-spacing:-.045em;line-height:1.15}.content-capture-shell .page-description{max-width:760px;color:hsl(220 9% 48%);font-size:14px}.content-capture-shell .eyebrow{color:hsl(220 9% 50%);font-size:11px;font-weight:700;letter-spacing:.08em}.content-capture-workspace{gap:18px;margin-top:0}.content-capture-kpi-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}.content-capture-card,.content-capture-metric-card{min-width:0;overflow:hidden;border:1px solid rgba(15,23,42,.08)!important;border-radius:18px!important;background:hsl(var(--surface-card))!important;box-shadow:var(--shadow-card)!important;transition:border-color var(--motion-normal) ease,box-shadow var(--motion-normal) ease,transform var(--motion-normal) ease}.content-capture-card:hover,.content-capture-metric-card:hover{border-color:rgba(15,23,42,.12)!important;box-shadow:0 6px 16px rgba(15,23,42,.045),0 18px 38px rgba(15,23,42,.05)!important}.content-capture-card-header{display:flex!important;flex-direction:row!important;align-items:flex-start;justify-content:space-between;gap:16px;padding:22px 24px 16px!important}.content-capture-card-header>div:first-child{min-width:0;flex:1 1 auto}.content-capture-card-header .font-semibold{display:flex;min-width:0;align-items:center;gap:9px;color:hsl(240 6% 10%);font-size:16px;font-weight:650;line-height:1.35}.content-capture-card-header .text-sm{margin-top:5px;color:hsl(220 9% 50%);font-size:13px;line-height:1.45}.content-capture-card-header [data-slot=badge]{flex:0 0 auto;white-space:nowrap}.section-icon{display:inline-flex;width:32px;height:32px;flex:0 0 auto;align-items:center;justify-content:center;border:1px solid rgba(15,23,42,.075);border-radius:10px;background:hsl(220 16% 96%);color:hsl(220 9% 48%)}.section-icon svg{width:17px;height:17px;stroke-width:1.8}.content-capture-metric-card{min-height:138px}.content-capture-metric-card>div:first-child{min-height:52px;padding:19px 20px 0!important}.content-capture-metric-card>div:last-child{display:grid;gap:6px;padding:9px 20px 19px!important}.content-capture-metric-heading{display:flex;min-width:0;align-items:center;gap:10px}.content-capture-metric-heading .text-sm{overflow:hidden;color:hsl(220 9% 48%);font-size:13px;text-overflow:ellipsis;white-space:nowrap}.content-capture-metric-icon{display:inline-flex;width:34px;height:34px;flex:0 0 auto;align-items:center;justify-content:center;border:1px solid rgba(15,23,42,.075);border-radius:11px;background:hsl(220 16% 96%);color:hsl(220 9% 48%)}.content-capture-metric-icon svg{width:17px;height:17px;stroke-width:1.8}.content-capture-metric-card strong{display:block;min-width:0;overflow:hidden;color:hsl(240 6% 10%);font-size:27px;font-weight:650;letter-spacing:-.035em;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.content-capture-metric-card>div:last-child>span{overflow:hidden;color:hsl(220 9% 52%);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.content-capture-metric-card.has-wide-value>div:last-child>strong{display:-webkit-box;font-size:17px;line-height:1.35;white-space:normal;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2}.content-capture-primary{grid-template-columns:minmax(0,1.7fr) minmax(360px,.82fr);gap:18px}.content-capture-secondary{grid-template-columns:minmax(0,1.4fr) minmax(360px,.82fr);gap:18px}.content-capture-action-card,.content-capture-products-card{min-height:0;height:100%}.content-capture-products-content{padding:0 24px 24px!important}.content-capture-product-toolbar{gap:12px;margin-bottom:16px}.content-capture-search input{height:40px;border:1px solid rgba(15,23,42,.08);border-radius:11px;background:hsl(220 18% 98%)}.content-capture-selection-count{max-width:46%;color:hsl(220 9% 50%);font-size:12px}.content-capture-product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.content-capture-product-card{display:grid;grid-template-columns:1fr;gap:9px;min-height:0;border:1px solid rgba(15,23,42,.075);border-radius:14px;background:hsl(var(--surface-card));padding:10px;color:hsl(var(--foreground));box-shadow:0 2px 8px rgba(15,23,42,.02)}.content-capture-product-select{display:grid;grid-template-columns:76px minmax(0,1fr) auto;gap:11px;min-width:0;align-items:center;border:0;background:transparent;padding:0;color:inherit;text-align:left}.content-capture-product-select:focus-visible{outline:2px solid hsl(218 92% 67%/.55);outline-offset:3px;border-radius:10px}.content-capture-product-open{justify-self:end;border-color:hsl(220 14% 88%/.9);color:hsl(220 9% 48%)}.content-capture-product-open svg{width:14px;height:14px}.content-capture-product-open:disabled{opacity:.6}.content-capture-product-card:hover{border-color:rgba(59,92,204,.28);background:hsl(220 30% 99%);box-shadow:0 8px 20px rgba(15,23,42,.06)}.content-capture-product-card.is-selected{border-color:hsl(218 92% 67%);background:hsl(218 100% 98%);box-shadow:0 0 0 3px hsl(218 92% 67%/.14),0 8px 20px rgba(59,92,204,.07)}.content-capture-thumbnail{display:flex;width:96px;height:96px;flex:0 0 96px;align-items:center;justify-content:center;overflow:hidden;border:1px solid rgba(15,23,42,.08);border-radius:12px;background:hsl(220 18% 97%);color:hsl(220 9% 58%)}.content-capture-thumbnail img{display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.content-capture-thumbnail.is-empty{flex-direction:column;gap:5px}.content-capture-thumbnail.is-empty svg{width:22px;height:22px;stroke-width:1.5}.content-capture-thumbnail.is-empty small{color:hsl(220 9% 58%);font-size:10px;line-height:1.2}.content-capture-thumbnail.is-prominent{width:88px;height:88px;flex-basis:88px;border-radius:13px}.content-capture-product-copy{gap:5px}.content-capture-product-title{display:flex;min-width:0;align-items:flex-start;gap:6px}.content-capture-product-title strong{flex:1 1 auto}.content-capture-product-title [data-slot=badge]{flex:0 0 auto;padding:2px 6px;font-size:10px}.content-capture-product-copy strong{font-size:14px;font-weight:650;line-height:1.4}.content-capture-product-copy>span:not(.content-capture-product-title){color:hsl(220 9% 52%);font-size:11px}.content-capture-product-indicator{width:28px;height:28px;color:hsl(220 9% 58%)}.content-capture-product-card.is-selected .content-capture-product-indicator{background:hsl(218 76% 55%);color:hsl(0 0% 100%)}.content-capture-action-card{position:sticky;top:84px;align-self:start}.content-capture-action-card-header{display:grid!important;grid-template-columns:minmax(0,1fr);gap:13px}.content-capture-action-header-actions{width:100%;min-width:0;justify-content:space-between;padding-top:12px;border-top:1px solid rgba(15,23,42,.065)}.content-capture-action-buttons,.content-capture-action-header-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.content-capture-action-header-actions [data-slot=badge]{max-width:none;overflow:hidden;text-overflow:ellipsis}.content-capture-action-header-actions button{min-height:38px;border-radius:10px;white-space:nowrap}.content-capture-action-content{gap:16px;padding:0 24px 24px!important}.content-capture-current-product{grid-template-columns:88px minmax(0,1fr);gap:13px}.content-capture-current-product>div:last-child{gap:5px}.content-capture-current-product strong{font-size:14px;font-weight:650}.content-capture-current-product span{color:hsl(220 9% 50%);font-size:12px}.content-capture-field{gap:7px;color:hsl(220 9% 48%);font-size:12px;font-weight:600}.content-capture-field [data-slot=select-trigger]{min-height:40px;border:1px solid rgba(15,23,42,.08);border-radius:11px;background:hsl(220 18% 98%)}.content-capture-action-facts{gap:10px}.content-capture-action-facts>div{gap:4px;border:1px solid rgba(15,23,42,.07);border-radius:12px;background:hsl(220 18% 98%);padding:11px}.content-capture-action-facts span{color:hsl(220 9% 52%);font-size:11px}.content-capture-action-facts strong{color:hsl(240 6% 16%);font-size:13px}.content-capture-action-note{color:hsl(220 9% 52%)}.content-capture-action-content [role=alert]{border-radius:12px}.content-capture-registration-content,.content-capture-source-content{padding:0 24px 24px!important}.content-capture-source-list{gap:9px}.content-capture-source-item{grid-template-columns:34px minmax(0,1fr) auto;gap:11px;border:1px solid rgba(15,23,42,.075);border-radius:12px;background:hsl(var(--surface-card));padding:11px}.content-capture-source-item:hover{border-color:rgba(59,92,204,.25);background:hsl(220 30% 99%)}.content-capture-source-item.is-selected{border-color:hsl(218 92% 67%);background:hsl(218 100% 98%)}.content-capture-source-icon{width:34px;height:34px;border-radius:10px;background:hsl(220 16% 96%);color:hsl(220 9% 52%)}.content-capture-source-icon svg{width:16px;height:16px;stroke-width:1.8}.content-capture-source-badges [data-slot=badge]{max-width:130px}.content-capture-source-url{color:hsl(220 9% 52%)}.content-capture-source-check{color:hsl(var(--chart-success))}.content-capture-source-arrow{color:hsl(220 9% 58%)}.content-capture-registration-fields{grid-template-columns:minmax(0,1fr) 72px auto;gap:9px}.content-capture-registration-fields input{min-height:40px;border:1px solid rgba(15,23,42,.08);border-radius:11px;background:hsl(220 18% 98%)}.content-capture-registration-fields button{min-height:40px;border-radius:10px}.content-capture-result-card{min-width:0}.content-capture-result-content{min-height:180px;padding:0 24px 24px!important}.content-capture-result-field{border:1px solid rgba(15,23,42,.07);border-radius:12px;background:hsl(220 18% 98%);padding:12px}.content-capture-result-field>span{color:hsl(220 9% 52%)}.content-capture-result-field p{color:hsl(240 6% 18%)}.content-capture-result-meta{border-top-color:rgba(15,23,42,.07)}.content-capture-result-meta strong{color:hsl(240 6% 22%)}.content-capture-empty,.content-capture-result-empty{color:hsl(220 9% 52%)}.content-capture-empty strong,.content-capture-result-empty strong{color:hsl(240 6% 18%)}@media (min-width:1400px){.content-capture-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:1399px){.content-capture-kpi-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.content-capture-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:1180px){.content-capture-shell{--capture-sidebar-width:270px}.content-capture-shell .global-header,.content-capture-shell .page-container{padding-inline:28px}.content-capture-primary,.content-capture-secondary{grid-template-columns:minmax(0,1fr)}.content-capture-action-card{position:static}}.listing-preparation-workspace{display:grid;min-width:0;gap:14px}.listing-stepper{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:6px;border:1px solid #e4e4e7;border-radius:16px;background:#fff;box-shadow:0 2px 5px rgb(24 24 27/3%),0 10px 24px rgb(24 24 27/4%)}.listing-stepper span{display:flex;min-width:0;align-items:center;justify-content:center;gap:8px;min-height:42px;border-radius:11px;color:#a1a1aa;font-size:13px;font-weight:650}.listing-stepper span.is-active{background:#18181b;color:#fff}.listing-stepper b{display:grid;width:22px;height:22px;place-items:center;border:1px solid;border-radius:999px;font-size:11px}.listing-confirm-stage>.card,.listing-result-stage>.card,.listing-selection-card{min-width:0;border-color:#e4e4e7;border-radius:18px;background:#fff;box-shadow:0 2px 5px rgb(24 24 27/3%),0 12px 28px rgb(24 24 27/5%)}.listing-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.listing-product-card{display:grid;grid-template-columns:76px minmax(0,1fr);align-items:center;gap:12px;min-width:0;min-height:112px;padding:12px;border:1px solid #e4e4e7;border-radius:13px;background:#fff;text-align:left;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.listing-product-card:focus-visible,.listing-product-card:hover{border-color:#a1a1aa;box-shadow:0 7px 18px rgb(24 24 27/9%);outline:0;transform:translateY(-1px)}.listing-product-card>span:last-child{display:grid;min-width:0;gap:5px}.listing-product-card strong{display:-webkit-box;overflow:hidden;color:#27272a;font-size:13px;line-height:1.4;-webkit-box-orient:vertical;-webkit-line-clamp:3;line-clamp:3}.listing-product-card small{overflow:hidden;color:#71717a;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.listing-product-image{width:76px;height:76px;flex:0 0 76px;-o-object-fit:contain;object-fit:contain;border:1px solid #e4e4e7;border-radius:11px;background:#fafafa}.listing-product-image-placeholder{display:grid;place-items:center;color:#a1a1aa}.listing-confirm-stage,.listing-result-stage{display:grid;min-width:0;grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);gap:14px}.listing-result-stage{grid-template-columns:minmax(0,1fr)}.listing-confirm-stage>.card:first-child,.listing-result-stage>.card:first-child{grid-row:span 2}.listing-confirm-content{display:grid;min-width:0;gap:14px}.listing-selected-product{display:flex;min-width:0;align-items:center;gap:12px;padding:12px;border:1px solid #e4e4e7;border-radius:13px;background:#fafafa}.listing-selected-product>div{display:grid;min-width:0;flex:1;gap:3px}.listing-selected-product strong{overflow:hidden;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.listing-selected-product span,.listing-source-summary p{margin:0;color:#71717a;font-size:12px}.listing-source-summary{display:grid;gap:9px;padding:12px;border:1px solid #e4e4e7;border-radius:13px;background:#fafafa}.listing-generate-bar{display:flex;align-items:end;justify-content:space-between;gap:12px;padding-top:2px}.listing-generate-bar label{width:min(220px,100%)}.listing-result-stage>.card:last-child .card-content,.listing-source-card .card-content{min-width:0}.listing-main-image{display:flex;align-items:flex-end;gap:10px;min-height:124px;padding-bottom:14px;border-bottom:1px solid #f0f0f2;color:#71717a;font-size:12px}.listing-main-image img{width:112px;height:112px;-o-object-fit:contain;object-fit:contain;border:1px solid #e4e4e7;border-radius:12px;background:#fafafa}.listing-clean-result{display:grid;min-width:0;gap:14px;padding-top:14px}.listing-clean-result:has(.listing-multilingual-section)>.listing-result-section:not(.listing-multilingual-section){display:none}.listing-confirmation-card label[for=listing-target-language]{display:none}.listing-clean-result .listing-result-section{display:grid;min-width:0;gap:9px;padding-bottom:14px;border-bottom:1px solid #f0f0f2}.listing-clean-result .listing-result-section:last-of-type{border-bottom:0}.listing-clean-result .listing-result-section-heading{display:flex;align-items:center;justify-content:space-between;gap:10px}.listing-clean-result .listing-result-section-heading h3{margin:0;color:#27272a;font-size:15px;font-weight:650}.listing-clean-result .listing-result-section-heading span{color:#a1a1aa;font-size:12px}.listing-copy-button{flex:0 0 auto;color:#71717a}.listing-copy-button:hover{color:#18181b;background:#f4f4f5}.listing-bilingual-grid{display:grid;min-width:0;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px}.listing-language-column{display:grid;min-width:0;gap:6px;padding:10px 12px;border:1px solid #e4e4e7;border-radius:10px;background:#fff}.listing-language-column-cn{background:#fafafa}.listing-language-label{color:#71717a;font-size:11px;font-weight:650;letter-spacing:.02em}.listing-language-value{min-width:0;color:#27272a;font-size:13px;line-height:1.55;white-space:pre-wrap;overflow-wrap:anywhere}.listing-language-column .textarea,.listing-language-column textarea{min-width:0;width:100%}.listing-bilingual-option{display:grid;min-width:0;gap:8px;padding:10px;border:1px solid #e4e4e7;border-radius:10px;background:#fff;text-align:left}.listing-bilingual-option.is-selected{border-color:#a1a1aa;background:#fafafa}.listing-selling-points-grid{display:grid;min-width:0;gap:8px}.listing-bilingual-preview{display:grid;min-width:0;flex:1 1 auto;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px;overflow:hidden}.listing-language-text{display:block;min-width:0;overflow:hidden;color:#27272a;font-size:13px;line-height:1.45;text-overflow:ellipsis;white-space:nowrap}.listing-language-text-cn{color:#52525b}.listing-language-text small{display:block;margin-bottom:2px;color:#a1a1aa;font-size:10px;font-weight:650}.listing-clean-result [data-slot=collapsible-content]{display:grid;gap:8px}.listing-clean-result [data-slot=collapsible-trigger]{overflow:hidden;white-space:normal}@media (max-width:1000px){.listing-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.listing-confirm-stage,.listing-result-stage{grid-template-columns:1fr}.listing-confirm-stage>.card:first-child,.listing-result-stage>.card:first-child{grid-row:auto}}@media (max-width:720px){.listing-bilingual-grid,.listing-bilingual-preview{grid-template-columns:1fr}}@media (max-width:560px){.listing-stepper span{font-size:11px}.listing-product-grid{grid-template-columns:1fr}.listing-generate-bar{align-items:stretch;flex-direction:column}.listing-generate-bar label{width:100%}}@media (max-width:1023px){.content-capture-shell .sidebar-v2{display:none}.content-capture-shell .shell-main{margin-left:0}}@media (max-width:900px){.content-capture-kpi-grid,.content-capture-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.content-capture-registration-fields{grid-template-columns:minmax(0,1fr) 72px}.content-capture-registration-fields button{grid-column:1/-1;justify-self:start}}@media (max-width:640px){.content-capture-shell .global-header{height:58px;padding-inline:14px}.content-capture-shell .header-search-trigger{width:38px;padding:0}.content-capture-shell .header-search-trigger kbd,.content-capture-shell .header-search-trigger span{display:none}.content-capture-shell .page-container{padding:0 16px 36px}.content-capture-shell .page-header-v2{min-height:0;align-items:stretch;gap:8px;padding:24px 0 22px}.content-capture-shell .page-header-v2 h1{font-size:26px}.content-capture-workspace{gap:14px}.content-capture-kpi-grid{grid-template-columns:1fr;gap:12px}.content-capture-product-grid{grid-template-columns:1fr}.content-capture-product-select{grid-template-columns:80px minmax(0,1fr) auto}.content-capture-product-card{grid-template-columns:1fr}.content-capture-thumbnail{width:80px;height:80px;flex-basis:80px}.content-capture-card-header{padding:18px 16px 14px!important}.content-capture-action-content,.content-capture-products-content,.content-capture-registration-content,.content-capture-result-content,.content-capture-source-content{padding-inline:16px!important}.content-capture-product-toolbar{align-items:stretch;flex-direction:column}.content-capture-selection-count{max-width:100%}.content-capture-action-header-actions{align-items:stretch}.content-capture-action-header-actions button{width:100%}.content-capture-action-header-actions [data-slot=badge]{align-self:flex-start}.content-capture-result-grid{grid-template-columns:1fr}.content-capture-result-meta strong{max-width:55%}}@media (prefers-reduced-motion:reduce){.content-capture-card,.content-capture-metric-card,.content-capture-product-card,.content-capture-source-item{transition:none}}.app-shell-v2{--sidebar-expanded-width:252px;--sidebar-collapsed-width:72px;--ui-soft-border:hsl(220 14% 88%/.72);--ui-card-shadow:0 1px 2px hsl(220 18% 20%/.025),0 9px 24px hsl(220 18% 20%/.055),0 24px 52px hsl(220 18% 20%/.035)}.app-shell:has(>.sidebar-v2){--legacy-sidebar-expanded-width:318px;--legacy-sidebar-collapsed-width:72px}.app-shell:has(>.sidebar-v2)>.sidebar-v2,.app-shell:has(>.sidebar-v2)>.workspace{transition:width .22s cubic-bezier(.2,0,0,1),margin-left .22s cubic-bezier(.2,0,0,1),padding .22s cubic-bezier(.2,0,0,1),box-shadow .22s ease}.app-shell:has(>.sidebar-v2)>.sidebar-v2{width:var(--legacy-sidebar-expanded-width);z-index:20}.app-shell:has(>.sidebar-v2)>.workspace{width:calc(100% - var(--legacy-sidebar-expanded-width));margin-left:var(--legacy-sidebar-expanded-width);max-width:none}.app-shell:has(>.sidebar-v2-collapsed)>.sidebar-v2{width:var(--legacy-sidebar-collapsed-width)!important;padding-inline:8px;border-right-color:transparent!important;box-shadow:8px 0 24px hsl(220 18% 20%/.045)}.app-shell:has(>.sidebar-v2-collapsed)>.workspace{width:calc(100% - var(--legacy-sidebar-collapsed-width));margin-left:var(--legacy-sidebar-collapsed-width)}.app-shell:has(>.sidebar-v2-collapsed)>.sidebar-v2 .brand-v2>small,.app-shell:has(>.sidebar-v2-collapsed)>.sidebar-v2 .brand-v2>span:not(.brand-v2-mark),.app-shell:has(>.sidebar-v2-collapsed)>.sidebar-v2 .nav-section-chevron,.app-shell:has(>.sidebar-v2-collapsed)>.sidebar-v2 .nav-section-trigger>span,.app-shell:has(>.sidebar-v2-collapsed)>.sidebar-v2 .product-os-nav .nav-group>p,.app-shell:has(>.sidebar-v2-collapsed)>.sidebar-v2 .product-os-nav a>span,.app-shell:has(>.sidebar-v2-collapsed)>.sidebar-v2 .sidebar-status-label,.app-shell:has(>.sidebar-v2-collapsed)>.sidebar-v2 .sidebar-v2-foot>*{display:none}.app-shell:has(>.sidebar-v2-collapsed)>.sidebar-v2 .brand-v2{grid-template-columns:1fr;justify-items:center;padding-inline:0}.app-shell:has(>.sidebar-v2-collapsed)>.sidebar-v2 .brand-v2-mark{margin-inline:auto}.app-shell:has(>.sidebar-v2-collapsed)>.sidebar-v2 .nav-subitems,.app-shell:has(>.sidebar-v2-collapsed)>.sidebar-v2 .product-os-nav,.app-shell:has(>.sidebar-v2-collapsed)>.sidebar-v2 .product-os-nav .nav-group{gap:9px}.app-shell:has(>.sidebar-v2-collapsed)>.sidebar-v2 .nav-section-trigger,.app-shell:has(>.sidebar-v2-collapsed)>.sidebar-v2 .product-os-nav a{width:52px;min-height:46px;margin-inline:auto;justify-content:center;gap:0;padding-inline:0;border-radius:14px}@media (max-width:1023px){.app-shell:has(>.sidebar-v2)>.sidebar-v2{display:none}.app-shell:has(>.sidebar-v2)>.workspace{width:100%;margin-left:0}}.shell-main,.sidebar-v2{transition:width .22s cubic-bezier(.2,0,0,1),margin-left .22s cubic-bezier(.2,0,0,1),box-shadow .22s ease}.app-shell-v2.sidebar-collapsed .sidebar-v2{width:var(--sidebar-collapsed-width)!important;padding-inline:8px;border-right-color:transparent!important;box-shadow:8px 0 24px hsl(220 18% 20%/.045)}.app-shell-v2.sidebar-collapsed .shell-main{margin-left:var(--sidebar-collapsed-width)!important}.sidebar-v2-collapsed .brand-v2{grid-template-columns:1fr;justify-items:center;padding-inline:0}.sidebar-v2-collapsed .brand-v2>small,.sidebar-v2-collapsed .brand-v2>span:not(.brand-v2-mark),.sidebar-v2-collapsed .product-os-nav .nav-group>p,.sidebar-v2-collapsed .product-os-nav .nav-section-trigger .nav-section-chevron,.sidebar-v2-collapsed .product-os-nav .nav-section-trigger>span,.sidebar-v2-collapsed .product-os-nav a>span,.sidebar-v2-collapsed .sidebar-status-label,.sidebar-v2-collapsed .sidebar-v2-foot>*{display:none}.sidebar-v2-collapsed .brand-v2-mark{margin-inline:auto}.sidebar-v2-collapsed .product-os-nav,.sidebar-v2-collapsed .product-os-nav .nav-group,.sidebar-v2-collapsed .product-os-nav .nav-subitems{gap:9px}.sidebar-v2-collapsed .product-os-nav .nav-section-trigger,.sidebar-v2-collapsed .product-os-nav a{width:52px;min-height:46px;margin-inline:auto;justify-content:center;gap:0;padding-inline:0;border-radius:14px}.sidebar-v2-collapsed .product-os-nav .nav-section-trigger{color:hsl(var(--muted-foreground))}.sidebar-v2-collapsed .product-os-nav .nav-section-trigger svg,.sidebar-v2-collapsed .product-os-nav a svg{margin:0}.sidebar-v2-collapsed .sidebar-v2-status{justify-content:center;padding-inline:0}.content-capture-shell .sidebar-v2-status>span[aria-hidden=true],.supply-chain-shell .sidebar-v2-status>span[aria-hidden=true]{width:7px;height:7px;flex:0 0 7px;border-radius:999px;background:hsl(152 60% 40%);box-shadow:0 0 0 3px hsl(152 60% 92%)}.content-capture-shell .sidebar-v2-status>.sidebar-status-label,.supply-chain-shell .sidebar-v2-status>.sidebar-status-label{width:auto;height:auto;flex:0 1 auto;border-radius:0;background:transparent;box-shadow:none}.sidebar-collapse-trigger{display:inline-flex;flex:0 0 auto;color:hsl(220 9% 54%);border-radius:11px}.sidebar-collapse-trigger:hover{color:hsl(220 9% 34%);background:hsl(220 16% 94%)}.content-capture-shell .sidebar-v2,.supply-chain-shell .sidebar-v2{border-right-color:transparent!important;box-shadow:8px 0 24px hsl(220 18% 20%/.04)}.content-capture-shell .global-header,.supply-chain-shell .global-header{border-bottom-color:transparent!important;box-shadow:0 1px 0 hsl(220 14% 88%/.42),0 5px 18px hsl(220 18% 20%/.025)}.content-capture-shell .page-header-v2,.supply-chain-shell .page-header-v2{border-bottom:0!important}.content-capture-shell .content-capture-card,.content-capture-shell .content-capture-metric-card,.supply-chain-shell .supply-detail-card,.supply-chain-shell .supply-panel,.supply-chain-shell .supply-score-panel,.supply-chain-shell .supply-stepper,.supply-chain-shell .supply-supplier-card{border-color:var(--ui-soft-border)!important;border-radius:22px!important;box-shadow:var(--ui-card-shadow)!important}.content-capture-shell .content-capture-card:hover,.content-capture-shell .content-capture-metric-card:hover,.supply-chain-shell .supply-detail-card:hover,.supply-chain-shell .supply-supplier-card:hover{border-color:hsl(220 14% 84%/.82)!important;box-shadow:0 2px 4px hsl(220 18% 20%/.035),0 13px 30px hsl(220 18% 20%/.085),0 28px 54px hsl(220 18% 20%/.045)!important}.content-capture-shell .content-capture-product-card,.content-capture-shell .content-capture-source-item,.supply-chain-shell .supply-capture-panel .border,.supply-chain-shell .supply-detail-card .border,.supply-chain-shell .supply-score-panel .border{border-color:hsl(220 14% 89%/.76)!important;border-radius:16px;box-shadow:0 3px 10px hsl(220 18% 20%/.025)}.content-capture-shell .content-capture-action-header-actions,.content-capture-shell .content-capture-result-meta{border-top:0!important}.content-capture-shell [data-orientation=horizontal],.supply-chain-shell .border-b,.supply-chain-shell .border-t,.supply-chain-shell [data-orientation=horizontal]{background-color:hsl(220 14% 88%/.52)!important;border-color:hsl(220 14% 88%/.52)!important}.content-capture-shell .content-capture-metric-icon,.content-capture-shell .content-capture-source-icon,.content-capture-shell .section-icon{border-color:hsl(220 14% 87%/.68);background:hsl(220 18% 96%);color:hsl(220 9% 55%)}.content-capture-shell .content-capture-current-empty svg,.content-capture-shell .content-capture-empty svg,.content-capture-shell .content-capture-product-indicator svg,.content-capture-shell .content-capture-result-empty svg,.content-capture-shell .header-search-trigger svg,.content-capture-shell .sidebar-collapse-trigger svg,.content-capture-shell .sidebar-v2 svg,.supply-chain-shell .header-search-trigger svg,.supply-chain-shell .sidebar-collapse-trigger svg,.supply-chain-shell .sidebar-v2 svg,.supply-chain-shell .supply-capture-panel>div svg,.supply-chain-shell .supply-detail-card h3 svg,.supply-chain-shell .supply-stepper svg{color:hsl(220 9% 55%);stroke-width:1.7}.content-capture-shell .content-capture-product-card.is-selected .content-capture-product-indicator svg,.content-capture-shell button.bg-primary svg,.supply-chain-shell .bg-slate-950 svg,.supply-chain-shell .supply-header-actions button:last-child svg,.supply-chain-shell button.bg-primary svg{color:currentColor}.content-capture-shell .content-capture-product-card.is-selected .content-capture-product-indicator svg{color:hsl(0 0% 100%)}.content-capture-shell .sidebar-v2 .product-os-nav a.active svg,.content-capture-shell .sidebar-v2 .product-os-nav a:hover svg,.supply-chain-shell .sidebar-v2 .product-os-nav a.active svg,.supply-chain-shell .sidebar-v2 .product-os-nav a:hover svg{color:hsl(220 9% 34%)}.content-capture-shell .content-capture-card [data-slot=badge],.supply-chain-shell [data-slot=badge]{border-radius:999px}@media (max-width:1023px){.sidebar-collapse-trigger{display:none}.app-shell-v2.sidebar-collapsed .shell-main{margin-left:0!important}}.page-container-compact{padding-top:22px}.page-header-compact-actions{min-height:0;margin-bottom:16px}.product-library-shell{--library-soft-border:hsl(220 14% 88%/.72);--library-card-shadow:0 1px 2px hsl(220 18% 20%/.025),0 9px 24px hsl(220 18% 20%/.055),0 24px 52px hsl(220 18% 20%/.035);background:hsl(220 20% 97%)}.product-library-shell .sidebar-v2{width:318px;padding:24px 10px 18px;gap:24px;background:hsl(0 0% 100%);color:hsl(220 9% 42%);border-right-color:transparent;box-shadow:8px 0 24px hsl(220 18% 20%/.04)}.product-library-shell .brand-v2{grid-template-columns:34px 1fr;-moz-column-gap:12px;column-gap:12px;padding:0 10px 16px;color:hsl(220 12% 22%)}.product-library-shell .brand-v2-mark{display:inline-flex;width:34px;height:34px;align-items:center;justify-content:center;border-radius:10px;background:#050505;color:#fff}.product-library-shell .brand-v2 span:not(.brand-v2-mark){font-size:17px;font-weight:750;letter-spacing:-.02em}.product-library-shell .brand-v2 small{display:none}.product-library-shell .brand-v2 small,.product-library-shell .product-os-nav .nav-group>p,.product-library-shell .product-os-nav .nav-section-trigger,.product-library-shell .sidebar-v2-foot{color:hsl(220 9% 55%)}.product-library-shell .product-os-nav a{min-height:44px;color:hsl(220 9% 52%);background:hsl(220 5% 96%);padding:10px 12px;border-radius:10px;font-size:16px}.product-library-shell .product-os-nav a.active,.product-library-shell .product-os-nav a:hover{background:hsl(220 6% 93%);color:hsl(220 12% 25%)}.product-library-shell .product-os-nav a.active:before{display:none}.product-library-shell .product-os-nav{gap:27px}.product-library-shell .product-os-nav .nav-group{gap:10px}.product-library-shell .product-os-nav .nav-group>p,.product-library-shell .product-os-nav .nav-section-trigger{padding:0 10px;color:hsl(220 9% 52%);font-size:14px;font-weight:400;letter-spacing:0}.product-library-shell .product-os-nav .nav-section-trigger{min-height:28px}.product-library-shell .product-os-nav a svg{width:18px;height:18px}.product-library-shell .shell-main{margin-left:318px;background:hsl(220 20% 97%)}.product-library-shell .global-header{border-bottom-color:transparent;background:hsl(220 20% 97%/.86);box-shadow:0 1px 0 hsl(220 14% 88%/.42),0 5px 18px hsl(220 18% 20%/.025)}.product-library-shell .page-container{max-width:1800px}.product-library-shell .workspace-library{min-width:0}.product-library-shell .library-context{max-width:760px;margin:0 0 16px;color:hsl(220 9% 52%)}.product-library-shell .library-empty,.product-library-shell .library-toolbar-v2,.product-library-shell .product-table-wrap,.product-library-shell .ui-notice{border:1px solid var(--library-soft-border);border-radius:20px;background:hsl(0 0% 100%/.92);box-shadow:var(--library-card-shadow)}.product-library-shell .library-toolbar-v2{padding:14px}.product-library-shell .product-table-wrap{overflow:auto}.product-library-shell .product-table-wrap table{min-width:980px}.product-library-shell .product-table-wrap th{background:hsl(220 20% 98%/.92);color:hsl(220 9% 52%)}.product-library-shell .product-table-wrap td,.product-library-shell .product-table-wrap th{border-bottom-color:hsl(220 14% 92%/.76)}.product-library-shell .product-table-wrap tbody tr:hover{background:hsl(220 20% 98%)}.product-library-shell .image-placeholder,.product-library-shell .product-image-thumb{border-color:hsl(220 14% 88%/.72);border-radius:14px;box-shadow:0 3px 10px hsl(220 18% 20%/.05)}.product-library-shell .product-link,.product-library-shell .resizable-header,.product-library-shell .row-actions a{color:hsl(220 12% 40%)}.product-library-shell .grade,.product-library-shell .status,.product-library-shell [data-slot=badge]{border-color:hsl(220 14% 88%/.72);background:hsl(220 16% 96%);color:hsl(220 9% 46%)}.product-library-shell .global-header svg,.product-library-shell .product-table-wrap svg,.product-library-shell .sidebar-collapse-trigger svg,.product-library-shell .sidebar-v2 svg{color:hsl(220 9% 55%);stroke-width:1.7}@media (max-width:1023px){.product-library-shell .sidebar-v2{display:none}.product-library-shell .shell-main{margin-left:0}}.product-library-cards{display:grid;gap:14px}.product-library-card-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:32px}.product-library-select-all{gap:8px;color:hsl(220 9% 48%)}.product-library-select-all,.recent-updated-filter{display:inline-flex;align-items:center;font-size:12px;font-weight:500}.recent-updated-filter{gap:7px;min-height:34px;white-space:nowrap;color:#52525b}.recent-updated-filter [role=checkbox]{width:16px!important;min-width:16px!important;height:16px!important;min-height:16px!important;padding:0!important;border-radius:4px!important}.product-library-card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.product-library-capture-action-row{display:flex;justify-content:flex-end;margin:-2px 0 16px}.product-capture-page .page-container{max-width:1800px;min-width:0;overflow-x:hidden}.product-capture-page-toolbar{display:flex;justify-content:flex-start;margin-bottom:12px}.product-capture-page .seller-import{width:100%;max-width:100%;min-width:0;overflow:hidden}.product-capture-page .capture-detail-panel,.product-capture-page .capture-results-summary,.product-capture-page .capture-selection,.product-capture-page .capture-steps,.product-capture-page .seller-import-form{min-width:0;max-width:100%}.product-capture-page .seller-import-form{display:grid;grid-template-columns:minmax(0,1fr) 96px auto}.product-capture-page .table-wrap{width:100%;max-width:100%;overflow-x:auto}.product-library-card{min-width:0;overflow:hidden;border-color:var(--library-soft-border)!important;border-radius:20px!important;background:hsl(0 0% 100%/.94)!important;box-shadow:var(--library-card-shadow)!important;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.product-library-card.is-selected,.product-library-card:hover{border-color:hsl(220 14% 82%/.9)!important;box-shadow:0 2px 4px hsl(220 18% 20%/.035),0 13px 30px hsl(220 18% 20%/.085),0 28px 54px hsl(220 18% 20%/.045)!important;transform:translateY(-2px)}.product-library-card.is-selected{background:hsl(220 30% 98%/.98)!important}.product-library-card-header{display:grid;grid-template-columns:32px 1fr 32px;align-items:start;justify-items:center;gap:12px;padding:16px 16px 10px}.product-library-card-select{padding-top:5px}.product-library-card-header .image-placeholder,.product-library-card-header .product-image-thumb{width:92px;height:92px;grid-column:2;justify-self:center;border-radius:16px;-o-object-fit:cover;object-fit:cover}.product-library-card-header .image-placeholder{display:grid;place-items:center;background:hsl(220 18% 97%);color:hsl(220 9% 62%);font-size:11px}.product-library-card-header>[data-slot=dropdown-menu-trigger]{grid-column:3;justify-self:end;color:hsl(220 9% 58%)}.product-score-detail-trigger{display:inline-flex;width:-moz-fit-content;width:fit-content;align-items:center;gap:6px;margin-top:5px;border:0;background:transparent;color:hsl(var(--primary));font-size:12px;font-weight:600;cursor:pointer}.statistical-score-dialog{grid-template-rows:auto minmax(0,1fr);width:min(680px,calc(100vw - 32px));max-width:680px;max-height:min(88vh,780px);gap:0;overflow:hidden;border:1px solid #e4e4e7;background:#fff;color:#18181b;padding:0;box-shadow:0 24px 70px rgba(15,23,42,.24),0 4px 18px rgba(15,23,42,.12);isolation:isolate}.statistical-score-dialog-header{gap:7px;padding:25px 58px 18px 28px;border-bottom:1px solid #eceef1;background:#fff}.statistical-score-dialog-header>:first-child{font-size:22px;line-height:1.25}.statistical-score-dialog-header>:last-child{display:-webkit-box;overflow:hidden;color:#687386;line-height:1.5;overflow-wrap:anywhere;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2}.statistical-score-dialog>button{top:18px;right:18px;z-index:2;display:grid;width:32px;height:32px;place-items:center;border:1px solid #e2e5e9;border-radius:999px;background:#fff}.statistical-score-dialog-scroll{min-height:0;overflow-y:auto;padding:20px 28px 28px;background:#fff;scrollbar-gutter:stable}.statistical-score-content{display:grid;gap:16px}.statistical-score-table{overflow:hidden;border:1px solid hsl(var(--border));border-radius:12px}.statistical-score-row{display:grid;width:100%;grid-template-columns:minmax(0,1fr) 72px 64px;align-items:center;gap:10px;padding:10px 14px;border:0;border-bottom:1px solid hsl(var(--border));background:transparent;color:inherit;text-align:left}button.statistical-score-row{cursor:pointer}.statistical-score-row.is-active,button.statistical-score-row:hover{background:hsl(var(--muted)/.65)}.statistical-score-row:last-child{border-bottom:0}.statistical-score-row span:nth-child(n+2),.statistical-score-row strong{text-align:right}.statistical-score-row.is-header{background:hsl(var(--muted)/.45);color:hsl(var(--muted-foreground));font-size:12px;font-weight:600}.statistical-score-totals{display:grid;gap:8px;padding:2px 4px}.statistical-score-totals>div{display:flex;justify-content:space-between;gap:16px;padding:5px 10px}.statistical-score-totals .is-risk{color:hsl(var(--destructive))}.statistical-score-totals .is-final{padding-block:11px;border-block:1px solid hsl(var(--border));font-size:17px}.statistical-dimension-detail{display:grid;gap:0;overflow:hidden;border:1px solid hsl(var(--border));border-radius:12px}.statistical-dimension-detail header,.statistical-dimension-detail>div{display:flex;justify-content:space-between;gap:16px;padding:9px 14px}.statistical-dimension-detail header{background:hsl(var(--muted)/.55)}.statistical-dimension-detail>div+div{border-top:1px solid hsl(var(--border)/.7)}.statistical-score-hint{margin:0;color:hsl(var(--muted-foreground));font-size:12px;text-align:center}.statistical-score-explanation{overflow:hidden;border:1px solid hsl(var(--border));border-radius:12px}.statistical-score-explanation>button{display:flex;width:100%;align-items:center;justify-content:space-between;padding:11px 14px;border:0;background:transparent;font-weight:600;cursor:pointer}.statistical-score-explanation p{margin:0;padding:0 14px 14px;color:hsl(var(--muted-foreground));font-size:13px;line-height:1.65}.statistical-score-empty{display:grid;justify-items:center;gap:8px;padding:30px 16px;color:hsl(var(--muted-foreground));text-align:center}.statistical-score-empty p{margin:0;font-size:13px}@media (max-width:640px){.statistical-score-dialog{width:calc(100vw - 20px);max-height:calc(100vh - 20px)}.statistical-score-dialog-header{padding:20px 50px 14px 18px}.statistical-score-dialog-header>:first-child{font-size:19px}.statistical-score-dialog-scroll{padding:16px 18px 20px}.statistical-score-row{grid-template-columns:minmax(0,1fr) 60px 48px;gap:7px;padding-inline:11px}}.product-library-card-content{display:grid;gap:6px;padding:4px 16px 14px}.product-library-card-title{min-width:0;overflow:hidden;font-size:16px;line-height:1.35;letter-spacing:-.02em;text-overflow:ellipsis;white-space:nowrap}.product-library-card-title a{color:hsl(220 12% 27%);text-decoration:none}.product-library-card-title a:hover{color:hsl(220 12% 42%)}.product-library-card-sku{overflow:hidden;margin:0;color:hsl(220 9% 58%);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.product-library-card-badges{display:flex;min-width:0;flex-wrap:wrap;gap:5px;margin-top:4px}.product-library-card-badges [data-slot=badge]{max-width:100%;overflow:hidden;color:hsl(220 9% 48%);text-overflow:ellipsis;white-space:nowrap}.product-library-card-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 12px;margin:8px 0 0;padding-top:10px;border-top:1px solid hsl(220 14% 92%/.76)}.product-library-card-facts div{min-width:0}.product-library-card-facts dt{overflow:hidden;color:hsl(220 9% 60%);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.product-library-card-facts dd{overflow:hidden;margin:2px 0 0;color:hsl(220 9% 40%);font-size:12px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.product-library-card-footer{display:flex;align-items:center;justify-content:space-between;gap:8px;min-width:0;padding:10px 16px 14px;border-top:1px solid hsl(220 14% 92%/.76)}.product-library-card-delete{flex:0 0 auto;color:hsl(0 55% 58%)!important}.product-library-card-delete:hover{background:hsl(0 70% 97%)!important;color:hsl(0 62% 48%)!important}.product-library-card-footer button{gap:6px;padding-inline:0;color:hsl(220 9% 45%)}.product-library-card-next{min-width:0;overflow:hidden;color:hsl(220 9% 60%);font-size:11px;text-align:right;text-overflow:ellipsis;white-space:nowrap}@media (max-width:1100px){.product-library-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.product-library-card-grid{grid-template-columns:1fr}.product-library-card-header{grid-template-columns:auto 84px auto}.product-library-card-header .image-placeholder,.product-library-card-header .product-image-thumb{width:84px;height:84px}}.page-container-compact{padding-top:18px}.page-header-compact-actions{display:flex;justify-content:flex-end;min-height:34px;margin-bottom:14px}.business-profit-board{grid-template-columns:minmax(250px,.82fr) minmax(480px,1.45fr) minmax(250px,.73fr);gap:14px;align-items:start}.business-profit-board>.profit-side-panel,.business-profit-board>article{min-width:0}.business-profit-board.has-supplier-selection{grid-template-columns:minmax(0,1fr) minmax(260px,.36fr)}.profit-side-panel{display:grid;min-width:0;gap:14px;position:sticky;top:14px}.business-profit-board .profit-history-panel,.business-profit-board .profit-input-panel,.business-profit-board .profit-plan-panel,.business-profit-board .profit-result-panel{padding:14px;border-radius:16px;border:1px solid hsl(220 14% 88%/.76);box-shadow:0 8px 24px hsl(220 18% 20%/.055)}.business-profit-board .card-heading{margin-bottom:8px}.business-profit-board .card-heading h2{font-size:16px}.business-profit-board .notice{line-height:1.35}.business-profit-board label{gap:4px}.business-profit-board input,.business-profit-board select{min-height:34px;padding:6px 8px}.business-profit-board .manual-cost-grid,.business-profit-board .package-grid{gap:8px}.business-profit-board .result-list{margin:8px 0}.business-profit-board .result-list div{padding:7px 0}.business-profit-board .profit-comparison{max-height:250px}.business-profit-board .profit-history-panel{min-height:0}.card-heading-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.profit-selected-source{display:flex;align-items:center;gap:9px;min-width:0;margin:0 0 12px;padding:8px 10px;border:1px solid #e3e7ef;border-radius:10px;background:#fafbfe}.profit-selected-source>span{display:grid;min-width:0;gap:1px}.profit-selected-source small,.profit-selected-source strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profit-selected-source strong{color:#2b3850;font-size:12px}.profit-selected-source small{color:#778295;font-size:11px}.profit-package-section{display:grid;gap:8px;margin-bottom:13px;padding:10px 11px 11px;border:1px solid #e2e7f0;border-radius:12px;background:#fbfcff}.profit-inline-heading{display:flex;align-items:center;justify-content:space-between;gap:8px}.profit-inline-heading strong{color:#33415a;font-size:13px}.profit-package-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.profit-package-grid>label:first-child{grid-column:span 2}.profit-plan-panel-expanded .manual-cost-grid{grid-template-columns:repeat(4,minmax(0,1fr))}@media (max-width:1180px){.business-profit-board,.business-profit-board.has-supplier-selection{grid-template-columns:repeat(2,minmax(0,1fr))}.business-profit-board .profit-side-panel{position:static}.business-profit-board .profit-plan-panel{grid-column:1/-1}.profit-plan-panel-expanded .manual-cost-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:760px){.business-profit-board,.business-profit-board.has-supplier-selection{grid-template-columns:1fr}.business-profit-board .profit-plan-panel{grid-column:auto}.page-header-compact-actions{justify-content:stretch}.profit-package-grid,.profit-plan-panel-expanded .manual-cost-grid{grid-template-columns:1fr}.profit-package-grid>label:first-child{grid-column:auto}}.business-profit-board .profit-result-disclosure .profit-result-details{max-height:0;opacity:0;overflow:hidden;transition:max-height .25s ease,opacity .18s ease}.business-profit-board .profit-result-disclosure[data-expanded=true] .profit-result-details{max-height:420px;opacity:1}.business-profit-board .profit-result-disclosure .ai-selection-disclosure-stage{overflow:hidden}.basic-disclosure-content{overflow:hidden;transition:max-height .42s cubic-bezier(.22,1,.36,1),opacity .26s ease}.basic-disclosure-content[data-state=closed]{max-height:0;opacity:0}.basic-disclosure-content[data-state=open]{max-height:900px;opacity:1}.basic-disclosure-inner{min-height:0}.profit-basic-select{position:relative;min-width:0}.profit-select-trigger{display:flex;width:100%;min-height:34px;align-items:center;justify-content:space-between;gap:8px;border:1px solid #e4e4e7;border-radius:10px;background:#f4f4f5;color:#27272a;padding:6px 10px;font:inherit;font-weight:400}.profit-basic-select[data-disclosure-state=open] .profit-select-trigger,.profit-select-trigger:hover{border-color:#a1a1aa;background:#fff}.profit-select-content{position:absolute;z-index:100;top:calc(100% + 6px);left:0;right:0;overflow:hidden;border:1px solid #e4e4e7;border-radius:10px;background:#fff;box-shadow:0 16px 36px rgb(24 24 27/16%)}.profit-select-options{display:grid;gap:2px;padding:5px}.profit-select-option{display:flex;min-height:34px;width:100%;align-items:center;justify-content:space-between;border:0;border-radius:7px;background:#fff;color:#27272a;padding:6px 9px;text-align:left;font:inherit;font-weight:400}.profit-select-option:hover,.profit-select-option[aria-selected=true]{background:#f4f4f5}.product-library-card-select [role=checkbox],.product-library-select-all [role=checkbox]{width:16px!important;min-width:16px!important;height:16px!important;min-height:16px!important;padding:0!important;border-radius:4px!important}[data-radix-select-content]{z-index:100;min-width:var(--radix-select-trigger-width);max-height:var(--radix-select-content-available-height);overflow-y:auto;background:#fff;color:#27272a;border:1px solid #e4e4e7;border-radius:10px;box-shadow:0 12px 28px rgb(24 24 27/14%)}[data-radix-select-item]{cursor:pointer;color:#27272a}.profit-select-content{z-index:9999!important;background-color:#fff!important;isolation:isolate;border:1px solid #d4d4d8!important;box-shadow:0 16px 36px rgb(24 24 27/18%)!important}.profit-select-content [data-radix-select-item]{background-color:#fff}.profit-select-content [data-radix-select-item][data-highlighted]{background-color:#f4f4f5;color:#18181b}.profit-select-content[data-state=open]{animation:calculator-disclosure-in .72s cubic-bezier(.22,1,.36,1) both!important;transform-origin:top center}.profit-select-content[data-state=closed]{animation:calculator-disclosure-out .58s cubic-bezier(.4,0,.2,1) both!important}.business-profit-board select{-moz-appearance:none;appearance:none;-webkit-appearance:none;padding-right:32px!important;background-image:linear-gradient(45deg,transparent 50%,#71717a 0),linear-gradient(135deg,#71717a 50%,transparent 0);background-position:calc(100% - 14px) 50%,calc(100% - 9px) 50%;background-size:5px 5px,5px 5px;background-repeat:no-repeat}.business-combobox-popover,.profit-select-content{transform-origin:top center;transition:none!important;will-change:opacity}.business-combobox-popover{animation:calculator-disclosure-in .72s cubic-bezier(.22,1,.36,1) both}@keyframes calculator-disclosure-in{0%{opacity:0;clip-path:inset(0 0 100% 0 round 10px)}to{opacity:1;clip-path:inset(0 0 0 0 round 10px)}}@keyframes calculator-disclosure-out{0%{opacity:1;clip-path:inset(0 0 0 0 round 10px)}to{opacity:0;clip-path:inset(0 0 100% 0 round 10px)}}.supplier-picker{display:grid;gap:8px;padding:10px;border:1px solid #dfe5ef;border-radius:12px;background:#f8faff}.supplier-picker-heading{display:flex;align-items:center;justify-content:space-between;gap:8px}.supplier-picker-heading strong{display:block;color:#26334a;font-size:13px}.supplier-picker-empty{padding:8px 0}.supplier-choice-list{display:grid;gap:6px;max-height:230px;overflow-y:auto;padding-right:2px}.supplier-choice-list>button{display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:8px;width:100%;min-height:58px;padding:7px;border:1px solid #e0e5ed;border-radius:9px;background:#fff;text-align:left}.supplier-choice-list>button.selected,.supplier-choice-list>button:focus-visible,.supplier-choice-list>button:hover{border-color:#8ea4e9;background:#f1f4ff;box-shadow:0 0 0 2px rgb(59 92 204/8%);outline:0}.profit-supplier-image{width:42px;height:42px;flex:0 0 42px;-o-object-fit:contain;object-fit:contain;border:1px solid #e1e5eb;border-radius:7px;background:#fff}.profit-supplier-image.placeholder{display:inline-flex;align-items:center;justify-content:center;color:#8b95a5;font-size:10px}.supplier-choice-copy{display:grid;min-width:0;gap:1px}.supplier-choice-copy small,.supplier-choice-copy strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.supplier-choice-copy strong{color:#29364d;font-size:12px}.supplier-choice-copy small{color:#778295;font-size:11px}.supplier-choice-action{color:#4964c0;font-size:11px;font-weight:700;white-space:nowrap}.business-profit-board{grid-template-columns:minmax(220px,.72fr) minmax(520px,1.7fr) minmax(220px,.62fr);gap:12px}.page-container-compact:has(.profit-workspace){padding-bottom:18px}.business-profit-board.has-supplier-selection{grid-template-columns:minmax(0,1fr) minmax(220px,.34fr)}.business-profit-board .profit-comparison-panel,.business-profit-board .profit-history-panel,.business-profit-board .profit-input-panel,.business-profit-board .profit-plan-panel,.business-profit-board .profit-result-panel{border:1px solid #e4e4e7;border-radius:18px;background:#fff;box-shadow:0 2px 5px rgb(24 24 27/3%),0 12px 28px rgb(24 24 27/5%)}.business-profit-board .profit-input-panel,.business-profit-board .profit-plan-panel{padding:14px}.business-profit-board .profit-history-panel,.business-profit-board .profit-result-panel{padding:13px}.business-profit-board .profit-comparison-panel{min-width:0;padding:14px}.business-profit-board .button{border-color:#18181b;border-radius:10px;background:#18181b;color:#fff;transition:background-color .16s ease,box-shadow .16s ease,transform .16s ease}.business-profit-board .button:hover:not(:disabled){background:#3f3f46;box-shadow:0 4px 12px rgb(24 24 27/12%);transform:translateY(-1px)}.business-profit-board .button.secondary{border-color:#e4e4e7;background:#fff;color:#27272a}.business-profit-board input,.business-profit-board select{border-color:#e4e4e7;border-radius:10px;background:#f4f4f5;color:#27272a}.business-profit-board input:focus,.business-profit-board select:focus{border-color:#a1a1aa;outline:none;box-shadow:0 0 0 3px rgb(24 24 27/8%)}.business-profit-board .profit-package-section,.business-profit-board .profit-selected-source,.business-profit-board .selected-product-card,.business-profit-board .supplier-picker{border-color:#e4e4e7;border-radius:14px;background:#fafafa}.business-profit-board .product-choice-list{max-height:min(300px,calc(100vh - 320px));overflow-y:auto}.business-profit-board .product-choice-list button,.business-profit-board .supplier-choice-list>button{border-color:#e4e4e7;border-radius:12px}.business-profit-board .product-choice-list button:focus-visible,.business-profit-board .product-choice-list button:hover,.business-profit-board .supplier-choice-list>button.selected,.business-profit-board .supplier-choice-list>button:focus-visible,.business-profit-board .supplier-choice-list>button:hover{border-color:#a1a1aa;background:#f4f4f5;box-shadow:0 0 0 3px rgb(24 24 27/6%)}.business-profit-board .supplier-choice-action{color:#52525b}.business-profit-board .profit-comparison{max-height:270px;overflow:auto;border:1px solid #e4e4e7;border-radius:12px}.business-profit-board .profit-comparison th{background:#fafafa;color:#71717a}.business-profit-board .profit-comparison td,.business-profit-board .profit-comparison th{padding:8px 9px}.business-profit-board .profit-comparison input{min-width:74px}.business-profit-board .profit-result-panel{overflow:hidden;transition:box-shadow .2s ease,transform .2s ease}.business-profit-board .result-expand-hint{color:#71717a;font-size:11px;white-space:nowrap}.business-profit-board .result-preview{display:flex;align-items:baseline;justify-content:space-between;gap:8px;padding:9px 0 1px}.business-profit-board .result-preview span{color:#71717a;font-size:12px}.business-profit-board .result-preview strong{color:#18181b;font-size:20px;letter-spacing:-.03em}.business-profit-board .profit-result-details{max-height:0;overflow:hidden;opacity:0;transition:max-height .25s ease,opacity .18s ease}.business-profit-board .profit-result-panel.is-expanded .profit-result-details{max-height:420px;opacity:1}.business-profit-board .profit-result-panel.is-expanded{box-shadow:0 4px 8px rgb(24 24 27/4%),0 18px 38px rgb(24 24 27/11%);transform:translateY(-1px)}.business-profit-board.has-supplier-selection{grid-template-columns:minmax(0,1.18fr) minmax(390px,.82fr);grid-template-rows:auto auto}.business-profit-board.has-supplier-selection>.profit-plan-panel{grid-column:1;grid-row:1}.business-profit-board.has-supplier-selection>.profit-side-panel-left{position:static;grid-column:2;grid-row:2;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);align-self:start}.business-profit-board.has-supplier-selection>.profit-side-panel-left .profit-history-panel{grid-column:auto}.business-profit-board.has-supplier-selection>.profit-comparison-panel{position:sticky;top:14px;grid-column:2;grid-row:1;align-self:start}.business-profit-board.has-supplier-selection>.profit-plan-panel>.profit-comparison,.profit-side-rail{display:none}@media (max-width:1180px){.business-profit-board,.business-profit-board:not(.has-supplier-selection){grid-template-columns:minmax(0,1fr) minmax(240px,.42fr)}.business-profit-board.has-supplier-selection{grid-template-columns:minmax(0,1fr);grid-template-rows:auto auto}.business-profit-board.has-supplier-selection>.profit-comparison-panel,.business-profit-board.has-supplier-selection>.profit-plan-panel{grid-column:1;grid-row:auto}.business-profit-board.has-supplier-selection>.profit-comparison-panel{position:static}.business-profit-board.has-supplier-selection>.profit-side-panel-left{position:fixed;z-index:40;top:50%;right:0;display:grid;grid-template-columns:1fr;width:min(360px,calc(100vw - 16px));gap:10px;transform:translateX(calc(100% - 42px)) translateY(-50%);transition:transform .22s ease;grid-column:auto;grid-row:auto}.business-profit-board.has-supplier-selection>.profit-side-panel-left.is-expanded{transform:translateX(0) translateY(-50%)}.business-profit-board.has-supplier-selection>.profit-side-panel-left .profit-side-rail{position:absolute;top:18px;left:-42px;display:grid;gap:6px}.business-profit-board.has-supplier-selection>.profit-side-panel-left .profit-side-rail button{display:grid;width:36px;height:36px;padding:0;place-items:center;border:1px solid #e4e4e7;border-radius:11px 0 0 11px;background:#18181b;color:#fff;box-shadow:0 8px 20px rgb(24 24 27/14%)}}.business-profit-board.is-selection-stage>.profit-input-panel{min-height:0}.business-profit-board.is-selection-stage .supplier-picker{gap:12px}.business-profit-board.is-selection-stage .supplier-picker-heading{align-items:center}.business-profit-board.is-selection-stage .supplier-pagination,.business-profit-board.is-selection-stage .supplier-picker-heading-actions{display:flex;align-items:center;gap:8px}.business-profit-board.is-selection-stage .supplier-pagination{padding-top:0;white-space:nowrap}.business-profit-board.is-selection-stage .supplier-pagination .button{min-height:32px}.business-profit-board.is-selection-stage .supplier-choice-list{gap:10px}.business-profit-board.is-selection-stage .supplier-choice-list>button{grid-template-columns:112px minmax(0,1fr) auto;min-height:170px;padding:16px}.business-profit-board.is-selection-stage .profit-supplier-image{width:112px;height:112px;flex-basis:112px;border-radius:10px}.business-profit-board.is-selection-stage .supplier-choice-copy strong{font-size:13px;line-height:1.35;white-space:normal;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2}@media (max-width:900px){.business-profit-board.is-selection-stage .supplier-choice-list{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(4,minmax(132px,1fr));min-height:556px}.business-profit-board.is-selection-stage .supplier-picker-heading{align-items:flex-start;flex-direction:column}.business-profit-board.is-selection-stage .supplier-picker-heading-actions{width:100%;justify-content:space-between}}@media (max-width:560px){.business-profit-board.is-selection-stage .supplier-choice-list{grid-template-columns:1fr;grid-template-rows:repeat(8,minmax(112px,1fr));min-height:0}.business-profit-board.is-selection-stage .supplier-choice-list>button{min-height:112px}.business-profit-board.is-selection-stage .profit-supplier-image{width:72px;height:72px;flex-basis:72px}}@media (max-width:760px){.business-profit-board,.business-profit-board.has-supplier-selection,.business-profit-board:not(.has-supplier-selection){grid-template-columns:1fr}.business-profit-board.has-supplier-selection>.profit-side-panel-left{width:min(340px,calc(100vw - 12px))}.business-profit-board .profit-result-details{max-height:420px;overflow:visible;opacity:1}.business-profit-board .product-choice-list{max-height:360px}.business-profit-board .result-expand-hint{display:none}}.business-profit-board.has-supplier-selection>.profit-right-column{display:grid;min-width:0;grid-column:2;grid-row:1;grid-template-rows:auto auto;align-content:start;gap:12px}.business-profit-board.has-supplier-selection>.profit-right-column>.profit-comparison-panel{position:static;min-width:0}.business-profit-board.has-supplier-selection>.profit-right-column>.profit-side-panel-left{position:static;display:grid;min-width:0;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:12px;align-self:start}.business-profit-board.has-supplier-selection>.profit-right-column>.profit-side-panel-left .profit-history-panel{grid-column:auto}.business-profit-board.is-selection-stage{display:block}.business-profit-board.is-selection-stage>.profit-input-panel{width:100%;min-height:calc(100vh - 156px);align-content:start}.business-profit-board.is-selection-stage .product-choice-list{grid-auto-rows:minmax(160px,1fr);height:clamp(320px,calc(100vh - 310px),520px);gap:10px}.business-profit-board.is-selection-stage .product-choice-list button{min-height:160px;padding:16px}.business-profit-board.is-selection-stage .product-choice-list .profit-product-image.large{width:112px;height:112px;flex-basis:112px;border-radius:12px}.business-profit-board.is-selection-stage .supplier-choice-list{grid-template-columns:repeat(4,minmax(0,1fr));grid-template-rows:repeat(2,minmax(170px,1fr));min-height:clamp(360px,calc(100vh - 360px),520px);max-height:none;overflow:visible}@media (max-width:1180px){.business-profit-board.has-supplier-selection>.profit-right-column{grid-column:1;grid-row:auto}.business-profit-board.has-supplier-selection>.profit-right-column>.profit-side-panel-left{position:fixed;z-index:40;top:50%;right:0;width:min(360px,calc(100vw - 16px));grid-template-columns:1fr;transform:translateX(calc(100% - 42px)) translateY(-50%);transition:transform .22s ease}.business-profit-board.has-supplier-selection>.profit-right-column>.profit-side-panel-left.is-expanded{transform:translateX(0) translateY(-50%)}.business-profit-board.has-supplier-selection>.profit-right-column>.profit-side-panel-left .profit-side-rail{position:absolute;top:18px;left:-42px;display:grid;gap:6px}.business-profit-board.has-supplier-selection>.profit-right-column>.profit-side-panel-left .profit-side-rail button{display:grid;width:36px;height:36px;padding:0;place-items:center;border:1px solid #e4e4e7;border-radius:11px 0 0 11px;background:#18181b;color:#fff;box-shadow:0 8px 20px rgb(24 24 27/14%)}}.ai-selection-evidence{display:grid;gap:13px;min-width:0}.ai-selection-evidence-heading{display:flex;align-items:flex-start;justify-content:space-between;min-width:0}.ai-selection-evidence-heading>div{display:grid;gap:4px;min-width:0}.ai-selection-evidence-heading strong{font-size:14px;color:#27272a}.ai-selection-evidence-heading span{color:#71717a;font-size:11px;line-height:1.45}.ai-selection-evidence-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}.ai-selection-evidence-stat{display:grid;gap:5px;min-width:0;padding:11px 12px;border:1px solid #ededee;border-radius:10px;background:#fafafa}.ai-selection-evidence-stat small{color:#a1a1aa;font-size:10px}.ai-selection-evidence-stat strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#27272a;font-size:13px}.ai-selection-chart-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;min-width:0}.ai-selection-chart-card{min-width:0;padding:11px;border:1px solid #ededee;border-radius:10px;background:#fff}.ai-selection-chart-heading{display:flex;align-items:center;justify-content:space-between;gap:7px;margin-bottom:6px}.ai-selection-chart-heading strong{font-size:12px;color:#27272a}.ai-selection-chart-heading span{color:#a1a1aa;font-size:10px}.ai-selection-chart-frame{height:190px;min-width:0}.ai-analysis-chart-empty{display:grid;place-items:center;align-content:center;gap:7px;height:100%;padding:16px;text-align:center;color:#a1a1aa;font-size:11px}.ai-analysis-chart-empty svg{width:19px;height:19px;color:#d4d4d8}.ai-selection-signal-bars{display:grid;gap:11px;padding:12px;border:1px solid #ededee;border-radius:10px;background:#fff}.ai-selection-signal-bars>div{display:grid;gap:5px}.ai-selection-signal-bars>div>div{display:flex;justify-content:space-between;gap:10px;font-size:11px}.ai-selection-signal-bars strong{font-weight:650}.ai-selection-signal-track{height:8px;overflow:hidden;border-radius:99px;background:#f4f4f5}.ai-selection-signal-track i{display:block;height:100%;border-radius:99px;background:#52525b;transition:width .3s ease}.ai-selection-evidence-list{display:grid;gap:7px;padding:12px;border:1px solid #ededee;border-radius:10px;background:#fafafa}.ai-selection-evidence-list strong{font-size:12px;color:#52525b}.ai-selection-evidence-list ul{display:grid;gap:5px;margin:0;padding-left:17px;color:#71717a;font-size:11px;line-height:1.5}.ai-selection-evidence-list li::marker{color:#a1a1aa}.ai-selection-six-dimensions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.ai-selection-six-dimensions>div{display:grid;gap:5px;min-width:0;padding:11px;border:1px solid #ededee;border-radius:10px;background:#fff}.ai-selection-six-dimensions small{color:#a1a1aa;font-size:10px}.ai-selection-six-dimensions strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#27272a;font-size:12px}.ai-selection-risk-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.ai-selection-brief-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.ai-selection-brief-grid>div{display:grid;gap:6px;padding:12px;border:1px solid #ededee;border-radius:10px;background:#fafafa}.ai-selection-brief-grid strong{font-size:12px}.ai-selection-brief-grid span{color:#71717a;font-size:11px;line-height:1.5}.ai-selection-pricing-table{border:1px solid #ededee;border-radius:10px;overflow:hidden}.ai-selection-pricing-table td,.ai-selection-pricing-table th{font-size:11px}.ai-selection-scenario-table{display:grid;overflow:hidden;border:1px solid #ededee;border-radius:10px;font-size:11px}.ai-selection-scenario-table>div{display:grid;grid-template-columns:1fr repeat(3,minmax(0,1fr));gap:8px;padding:9px 11px;border-bottom:1px solid #f0f0f1}.ai-selection-scenario-table>div:last-child{border-bottom:0}.ai-selection-scenario-table>div:first-child{background:#fafafa;color:#71717a;font-size:10px}.ai-selection-scenario-table span:not(:first-child),.ai-selection-scenario-table strong:not(:first-child){text-align:right}.ai-selection-context-copy{grid-column:1/-1;margin:0;color:#a1a1aa;font-size:10px;line-height:1.5}@media(max-width:1100px){.ai-selection-evidence-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ai-selection-chart-grid{grid-template-columns:1fr 1fr}.ai-selection-chart-card:last-child{grid-column:1/-1}}@media(max-width:760px){.ai-selection-brief-grid,.ai-selection-chart-grid,.ai-selection-evidence-grid,.ai-selection-risk-grid,.ai-selection-six-dimensions{grid-template-columns:1fr}.ai-selection-chart-card:last-child{grid-column:auto}.ai-selection-scenario-table>div{grid-template-columns:1fr 1fr}.ai-selection-scenario-table>div:first-child{display:none}.ai-selection-scenario-table span{text-align:left!important}.ai-selection-evidence-heading{flex-direction:column;gap:7px}}.ai-selection-analysis-controls{display:flex;align-items:center;gap:8px;margin-left:auto}.ai-selection-analysis-controls .ai-selection-analysis-progress{color:#71717a;font-size:11px;white-space:nowrap}.ai-selection-analysis-controls .inline-flex{white-space:nowrap}.ai-selection-chart-legend{display:flex;justify-content:center;flex-wrap:wrap;gap:10px 14px;margin-top:2px;color:#71717a;font-size:10px}.ai-selection-chart-legend span{display:inline-flex;align-items:center;gap:5px}.ai-selection-chart-legend i{display:inline-block;width:8px;height:8px;border-radius:2px}.ai-selection-wheel-chart{position:relative;width:100%;height:100%;min-height:190px}.ai-selection-wheel-hint{position:absolute;right:8px;bottom:0;color:#a1a1aa;font-size:9px;pointer-events:none}.ai-selection-wheel-chart{overscroll-behavior:none;touch-action:none;overflow:hidden}.ai-selection-wheel-chart .recharts-wrapper{overflow:visible}.ai-selection-chart-card:last-child .ai-selection-chart-frame{height:205px}.ai-selection-chart-legend{position:relative;z-index:1;background:#fff}.ai-selection-workflow-panel>.p-6:has(.ai-selection-analysis-controls){display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px}.ai-selection-workflow-panel .ai-selection-analysis-controls{align-self:center;justify-self:end}.ai-selection-density{display:grid;gap:10px;height:100%;align-content:center}.ai-selection-density-summary{display:flex;align-items:center;justify-content:space-between;gap:8px}.ai-selection-density-summary div{display:grid;gap:3px}.ai-selection-density-summary small{color:#71717a;font-size:9px}.ai-selection-density-summary strong{font-size:25px;letter-spacing:-.04em}.ai-selection-density-summary strong span{margin-left:3px;color:#a1a1aa;font-size:11px;font-weight:400}.ai-selection-density-bars{display:grid;gap:7px}.ai-selection-density-bars>div{display:grid;gap:3px}.ai-selection-density-bars>div>div{display:flex;justify-content:space-between;gap:6px;color:#52525b;font-size:10px}.ai-selection-density-bars small{color:#a1a1aa;font-size:9px}.ai-selection-density-track{height:6px;overflow:hidden;border-radius:99px;background:#f4f4f5}.ai-selection-density-track i{display:block;height:100%;border-radius:99px;background:#71717a}.ai-selection-density-footer{display:flex;justify-content:space-between;gap:8px;color:#52525b;font-size:10px}.ai-selection-density-footer small{color:#a1a1aa}.ai-selection-chart-heading{align-items:flex-start;flex-wrap:wrap}.ai-selection-chart-heading strong{min-width:0;max-width:62%;overflow-wrap:anywhere;line-height:1.35}.ai-selection-chart-heading span{min-width:0;max-width:36%;overflow-wrap:anywhere;text-align:right;line-height:1.35}.ai-selection-density-summary{min-width:0}.ai-selection-density-summary small{overflow-wrap:anywhere;line-height:1.3}.recharts-tooltip-wrapper{z-index:20}.ai-selection-centered-chart{width:100%;height:100%;display:flex;justify-content:flex-start}.ai-selection-centered-chart>.recharts-responsive-container{max-width:none}.ai-selection-chart-toggle{margin-left:auto;flex:0 0 auto;padding:0 4px;height:22px;font-size:10px;color:#71717a}.ai-selection-pricing-raw-card{grid-column:1/-1}.ai-selection-pricing-raw-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.12fr);gap:14px}.ai-selection-pricing-advice,.ai-selection-pricing-raw-source{display:grid;gap:8px;min-width:0;padding:11px;border:1px solid #ededee;border-radius:9px;background:#fafafa}.ai-selection-pricing-advice>strong,.ai-selection-pricing-raw-source>strong{color:#18181b;font-size:12px}.ai-selection-pricing-raw-source>p{margin:0;color:#52525b;font-size:11px;line-height:1.6}.ai-selection-pricing-advice-table-wrap,.ai-selection-pricing-facts-table-wrap,.ai-selection-pricing-report-table-wrap{overflow-x:auto;border:1px solid #e4e4e7;border-radius:8px;background:#fff}.ai-selection-pricing-advice-table,.ai-selection-pricing-facts-table,.ai-selection-pricing-report-table{width:100%;border-collapse:collapse;font-size:11px;line-height:1.45;white-space:normal}.ai-selection-pricing-advice-table td,.ai-selection-pricing-advice-table th,.ai-selection-pricing-facts-table td,.ai-selection-pricing-facts-table th,.ai-selection-pricing-report-table td,.ai-selection-pricing-report-table th{padding:8px;text-align:left;vertical-align:top;border-bottom:1px solid #ededee;overflow-wrap:anywhere}.ai-selection-pricing-advice-table th,.ai-selection-pricing-facts-table th,.ai-selection-pricing-report-table th{background:#f4f4f5;color:#52525b;font-size:10px;font-weight:650}.ai-selection-pricing-advice-table td,.ai-selection-pricing-facts-table td,.ai-selection-pricing-report-table td{color:#3f3f46}.ai-selection-pricing-advice-table tr:last-child td,.ai-selection-pricing-facts-table tr:last-child td,.ai-selection-pricing-report-table tr:last-child td{border-bottom:0}.ai-selection-pricing-advice-table td:first-child,.ai-selection-pricing-advice-table th:first-child{width:22%;white-space:nowrap}.ai-selection-pricing-advice-table td:nth-child(2),.ai-selection-pricing-advice-table th:nth-child(2){width:20%;white-space:nowrap}.ai-selection-pricing-launch-structure{margin:12px 0 0;padding:10px 11px;border-left:3px solid #18181b;background:#f4f4f5;color:#3f3f46;font-size:12px;line-height:1.6}.ai-selection-pricing-launch-structure strong{color:#18181b}.ai-selection-pricing-compliance-note{margin:9px 0 0;color:#71717a;font-size:11px;line-height:1.55}@media(max-width:640px){.ai-selection-pricing-raw-layout{grid-template-columns:1fr}}.ai-selection-pricing-monthly-card{grid-column:1/-1}.ai-selection-pricing-monthly-formula{margin:0;padding:10px 11px;border-left:3px solid #18181b;background:#fafafa;color:#3f3f46;font-size:12px;line-height:1.6}.ai-selection-pricing-monthly-formula strong{color:#18181b}.ai-selection-pricing-monthly-note{margin:9px 0 0;color:#71717a;font-size:11px;line-height:1.55}.ai-selection-pricing-monthly-section{display:grid;gap:8px;margin-top:13px;min-width:0}.ai-selection-pricing-monthly-section>strong{color:#18181b;font-size:12px}.ai-selection-pricing-monthly-table-wrap{overflow-x:auto;border:1px solid #e4e4e7;border-radius:8px;background:#fff}.ai-selection-pricing-monthly-table{width:100%;min-width:760px;border-collapse:collapse;font-size:11px;line-height:1.5;white-space:nowrap}.ai-selection-pricing-monthly-table td,.ai-selection-pricing-monthly-table th{padding:8px;text-align:left;vertical-align:top;border-bottom:1px solid #ededee}.ai-selection-pricing-monthly-table th{background:#f4f4f5;color:#52525b;font-size:10px;font-weight:650}.ai-selection-pricing-monthly-table td{color:#3f3f46}.ai-selection-pricing-monthly-table td strong{color:#18181b}.ai-selection-pricing-monthly-table tr:last-child td{border-bottom:0}.ai-selection-pricing-monthly-explanation-table{white-space:normal}.ai-selection-pricing-monthly-explanation-table td:first-child,.ai-selection-pricing-monthly-explanation-table th:first-child{width:12%;white-space:nowrap}.ai-selection-pricing-monthly-explanation-table td:nth-child(2),.ai-selection-pricing-monthly-explanation-table th:nth-child(2){width:48%;min-width:280px}.ai-selection-pricing-monthly-explanation-table td:nth-child(3),.ai-selection-pricing-monthly-explanation-table th:nth-child(3){width:40%;min-width:230px}.ai-selection-pricing-monthly-sensitivity p{margin:0;color:#52525b;font-size:11px;line-height:1.55}.ai-selection-pricing-monthly-sensitivity p:last-child{color:#71717a}@media(max-width:640px){.ai-selection-pricing-monthly-table{min-width:700px}.ai-selection-pricing-monthly-explanation-table{min-width:620px}}.ai-selection-opportunity-report-grid{gap:18px}.ai-selection-opportunity-report-card:not(.ai-selection-opportunity-ranking-card){gap:17px;padding:22px 24px}.ai-selection-opportunity-report-card:not(.ai-selection-opportunity-ranking-card) h3{font-size:18px;font-weight:750;letter-spacing:-.025em;line-height:1.35}.ai-selection-opportunity-report-card:not(.ai-selection-opportunity-ranking-card) .ai-selection-opportunity-report-body{color:#3f3f46;font-size:15px;line-height:1.85}.ai-selection-opportunity-report-card:not(.ai-selection-opportunity-ranking-card) .ai-selection-opportunity-report-findings{gap:13px}.ai-selection-opportunity-report-card:not(.ai-selection-opportunity-ranking-card) .ai-selection-opportunity-report-findings li{padding-left:18px;color:#3f3f46;font-size:14px;line-height:1.8}.ai-selection-opportunity-report-card:not(.ai-selection-opportunity-ranking-card) .ai-selection-opportunity-report-findings li:before{top:.72em;width:6px;height:6px}.ai-selection-opportunity-report-card:not(.ai-selection-opportunity-ranking-card) .ai-selection-opportunity-report-conclusion{gap:8px;margin-top:3px;padding:16px 18px;border-left:4px solid #18181b;border-radius:10px;background:#f4f4f5}.ai-selection-opportunity-report-card:not(.ai-selection-opportunity-ranking-card) .ai-selection-opportunity-report-conclusion strong{font-size:14px;font-weight:750}.ai-selection-opportunity-report-card:not(.ai-selection-opportunity-ranking-card) .ai-selection-opportunity-report-conclusion span{color:#27272a;font-size:15px;line-height:1.85}.ai-selection-opportunity-final-card{grid-column:1/-1;grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);align-items:start}.ai-selection-opportunity-final-card .ai-selection-opportunity-report-heading{grid-column:1/-1}.ai-selection-opportunity-final-card .ai-selection-opportunity-report-body,.ai-selection-opportunity-final-card .ai-selection-opportunity-report-findings{grid-column:1}.ai-selection-opportunity-final-card .ai-selection-opportunity-report-conclusion{grid-column:2;grid-row:2/span 2;align-self:stretch;align-content:center;margin-top:0}@media(max-width:900px){.ai-selection-opportunity-final-card{grid-column:auto;grid-template-columns:1fr}.ai-selection-opportunity-final-card .ai-selection-opportunity-report-body,.ai-selection-opportunity-final-card .ai-selection-opportunity-report-conclusion,.ai-selection-opportunity-final-card .ai-selection-opportunity-report-findings,.ai-selection-opportunity-final-card .ai-selection-opportunity-report-heading{grid-column:auto}.ai-selection-opportunity-final-card .ai-selection-opportunity-report-conclusion{grid-row:auto;align-self:auto}}@media(max-width:640px){.ai-selection-opportunity-report-card:not(.ai-selection-opportunity-ranking-card){padding:18px 17px}.ai-selection-opportunity-report-card:not(.ai-selection-opportunity-ranking-card) h3{font-size:17px}.ai-selection-opportunity-report-card:not(.ai-selection-opportunity-ranking-card) .ai-selection-opportunity-report-body{font-size:14px}.ai-selection-opportunity-report-card:not(.ai-selection-opportunity-ranking-card) .ai-selection-opportunity-report-findings li{font-size:13px}.ai-selection-opportunity-report-card:not(.ai-selection-opportunity-ranking-card) .ai-selection-opportunity-report-conclusion span{font-size:14px}.ai-selection-opportunity-report-heading{align-items:flex-start}.ai-selection-opportunity-stage-meta{flex-wrap:wrap;gap:5px}.ai-selection-opportunity-stage-date{font-size:10px}.ai-selection-opportunity-stage-badge{min-height:22px;padding:4px 8px;font-size:10px}}.ai-selection-opportunity-summary-table-wrap{overflow-x:hidden}.ai-selection-opportunity-summary-table{min-width:0;table-layout:fixed}.ai-selection-opportunity-summary-table td:first-child,.ai-selection-opportunity-summary-table th:first-child{width:34%}.ai-selection-opportunity-summary-table td:last-child,.ai-selection-opportunity-summary-table th:last-child{width:66%}.ai-selection-opportunity-recommendation-badge,.ai-selection-opportunity-stage-badge{display:inline-flex;align-items:center;justify-content:center;min-height:22px;padding:4px 8px;border-radius:999px;font-size:10px;font-weight:750;line-height:1.1;white-space:nowrap}.ai-selection-opportunity-recommendation-badge.is-high{border:1px solid #fecaca;background:#fef2f2;color:#dc2626}.ai-selection-opportunity-recommendation-badge.is-medium{border:1px solid #fde68a;background:#fffbeb;color:#b45309}.ai-selection-opportunity-recommendation-badge.is-low{border:1px solid #e4e4e7;background:#f4f4f5;color:#71717a}.ai-selection-opportunity-ranking-table td:nth-child(9),.ai-selection-opportunity-ranking-table th:nth-child(9){width:104px;white-space:nowrap}.ai-selection-report-dialog:has(.ai-selection-strategy-text-grid){width:min(1120px,calc(100vw - 48px));max-height:min(900px,calc(100vh - 32px))}.ai-selection-report-dialog:has(.ai-selection-strategy-text-grid) .ai-selection-report-scroll{max-height:min(900px,calc(100vh - 32px))}.ai-selection-report-dialog-body:has(.ai-selection-strategy-text-grid){padding:34px 40px 48px}.ai-selection-report-dialog-body:has(.ai-selection-strategy-text-grid) .report-title{font-size:25px;font-weight:750;letter-spacing:-.025em}.ai-selection-report-dialog-body:has(.ai-selection-strategy-text-grid) .report-subtitle{margin-top:10px;font-size:14px;line-height:1.55}.ai-selection-evidence{gap:20px}.ai-selection-evidence-heading{gap:12px}.ai-selection-evidence-heading strong{font-size:18px;font-weight:750;letter-spacing:-.02em}.ai-selection-evidence-heading span{font-size:13px;line-height:1.55}.ai-selection-strategy-text-grid{gap:22px 20px}.ai-selection-strategy-text-card{padding:24px 26px;border-radius:16px;box-shadow:0 3px 14px rgb(24 24 27/4%)}.ai-selection-strategy-text-card h3{margin:0 0 20px;font-size:20px;font-weight:750;letter-spacing:-.025em;line-height:1.4}.ai-selection-strategy-body{margin:0;color:#3f3f46;font-size:15px;line-height:1.8;overflow-wrap:anywhere}.ai-selection-strategy-findings{gap:11px;margin-top:18px}.ai-selection-strategy-findings li{padding-left:17px;color:#3f3f46;font-size:14px;line-height:1.8}.ai-selection-strategy-findings li:before{top:.72em;width:6px;height:6px}.ai-selection-strategy-card-conclusion{gap:8px;margin-top:20px;padding:15px 17px;border:1px solid #e4e4e7;border-left:4px solid #18181b;border-radius:10px;background:#f4f4f5}.ai-selection-strategy-card-conclusion strong{font-size:14px;font-weight:750}.ai-selection-strategy-card-conclusion span{color:#27272a;font-size:15px;line-height:1.8}.ai-selection-strategy-detail{margin-top:16px;font-size:13px;line-height:1.75}.ai-selection-strategy-detail summary{font-size:13px}.ai-selection-strategy-detail p{margin-top:10px}.ai-selection-strategy-table-wrap{border-radius:10px}.ai-selection-strategy-table{font-size:13px;line-height:1.65;white-space:normal}.ai-selection-strategy-table th{padding:11px 13px;font-size:12px;font-weight:750;line-height:1.45}.ai-selection-strategy-table td{padding:11px 13px;line-height:1.65;overflow-wrap:anywhere}.ai-selection-volume-layout{gap:26px}.ai-selection-volume-mechanism,.ai-selection-volume-timeline{gap:13px}.ai-selection-volume-mechanism>strong,.ai-selection-volume-timeline>strong{font-size:15px;font-weight:750}.ai-selection-volume-phase{padding:15px 16px 15px 21px;border-radius:11px}.ai-selection-volume-phase:before{top:15px;bottom:15px;width:4px}.ai-selection-volume-phase>span{font-size:15px;line-height:1.45}.ai-selection-volume-phase p{margin-top:8px;font-size:14px;line-height:1.75}.ai-selection-volume-phase ul{gap:7px;margin-top:12px}.ai-selection-volume-phase li{padding:5px 8px;font-size:12px;line-height:1.4}.ai-selection-volume-mechanism ol{gap:9px}.ai-selection-volume-mechanism li{grid-template-columns:28px minmax(0,1fr);gap:10px;padding:10px 0}.ai-selection-volume-mechanism li>b{width:28px;height:28px;border-radius:8px;font-size:12px}.ai-selection-volume-mechanism li>div{gap:4px}.ai-selection-volume-mechanism li span{font-size:14px;line-height:1.5}.ai-selection-volume-mechanism li small{font-size:13px;line-height:1.65}.ai-selection-volume-conclusion{gap:8px;margin-top:20px;padding:15px 17px;border-left:4px solid #18181b;border-radius:10px}.ai-selection-volume-conclusion strong{font-size:14px;font-weight:750}.ai-selection-volume-conclusion span{font-size:15px;line-height:1.8}.ai-selection-content-playbook-layout{gap:26px}.ai-selection-content-angles,.ai-selection-content-script{gap:11px}.ai-selection-content-angles>strong,.ai-selection-content-script>strong{font-size:15px;font-weight:750}.ai-selection-content-angles>p,.ai-selection-content-script>p{font-size:13px;line-height:1.7}.ai-selection-content-angles ol{gap:10px}.ai-selection-content-angles li{grid-template-columns:28px minmax(0,1fr);gap:10px;padding:12px;border-radius:11px}.ai-selection-content-angles li>b{width:28px;height:28px;border-radius:8px;font-size:12px}.ai-selection-content-angles li>div{gap:4px}.ai-selection-content-angles li span{font-size:14px;line-height:1.5}.ai-selection-content-angles li small{font-size:13px;line-height:1.65}.ai-selection-content-script ol{border-radius:10px}.ai-selection-content-script li{grid-template-columns:72px minmax(0,1fr);gap:12px;padding:12px 13px}.ai-selection-content-script li>b{font-size:13px;line-height:1.55}.ai-selection-content-script li span{font-size:13px;line-height:1.65}.ai-selection-content-playbook-conclusion{gap:8px;margin-top:20px;padding:15px 17px;border-left:4px solid #18181b;border-radius:10px}.ai-selection-content-playbook-conclusion strong{font-size:14px;font-weight:750}.ai-selection-content-playbook-conclusion span{font-size:15px;line-height:1.8}.ai-selection-pricing-snapshot{gap:11px;padding:13px;border-radius:11px}.ai-selection-pricing-snapshot>div{gap:5px;padding:12px 13px;border-radius:9px}.ai-selection-pricing-snapshot small{font-size:12px;line-height:1.45}.ai-selection-pricing-snapshot strong{font-size:20px;line-height:1.3}.ai-selection-pricing-snapshot p{margin:3px 2px 0;font-size:13px;line-height:1.65}.ai-selection-pricing-layout{gap:26px;margin-top:20px}.ai-selection-pricing-costs,.ai-selection-pricing-moves{gap:11px}.ai-selection-pricing-costs>strong,.ai-selection-pricing-moves>strong{font-size:15px;font-weight:750}.ai-selection-pricing-moves ol{gap:9px}.ai-selection-pricing-moves li{grid-template-columns:28px minmax(0,1fr);gap:10px;padding:10px 0}.ai-selection-pricing-moves li>b{width:28px;height:28px;border-radius:8px;font-size:12px}.ai-selection-pricing-moves li>div{gap:4px}.ai-selection-pricing-moves li span{font-size:14px;line-height:1.5}.ai-selection-pricing-moves li small{font-size:13px;line-height:1.65}.ai-selection-pricing-costs{gap:11px;padding:15px;border-radius:11px}.ai-selection-pricing-costs p{font-size:13px;line-height:1.65}.ai-selection-pricing-costs ul{gap:10px 14px}.ai-selection-pricing-costs li{padding-left:14px;font-size:13px;line-height:1.65}.ai-selection-pricing-costs li:before{top:.62em;width:6px;height:6px}.ai-selection-pricing-conclusion{gap:8px;margin-top:20px;padding:15px 17px;border-left:4px solid #18181b;border-radius:10px}.ai-selection-pricing-conclusion strong{font-size:14px;font-weight:750}.ai-selection-effective-script-lead,.ai-selection-flow-source-window,.ai-selection-hook-library-lead,.ai-selection-pricing-conclusion span,.ai-selection-recommended-angle-lead,.ai-selection-reusable-template-lead,.ai-selection-selling-point-lead,.ai-selection-shooting-requirements-lead,.ai-selection-winning-video-intro{font-size:15px;line-height:1.8}.ai-selection-winning-script-stages{gap:14px}.ai-selection-winning-script-stages>section{padding:14px;border-radius:11px}.ai-selection-winning-stage-heading{margin-bottom:11px}.ai-selection-winning-stage-heading strong{font-size:14px}.ai-selection-winning-stage-heading span{font-size:12px}.ai-selection-effective-script-table,.ai-selection-hook-script-table,.ai-selection-reusable-template-table,.ai-selection-selling-point-table,.ai-selection-winning-script-table{font-size:13px;line-height:1.65;white-space:normal}.ai-selection-effective-script-table td,.ai-selection-effective-script-table th,.ai-selection-hook-script-table td,.ai-selection-hook-script-table th,.ai-selection-reusable-template-table td,.ai-selection-reusable-template-table th,.ai-selection-selling-point-table td,.ai-selection-selling-point-table th,.ai-selection-winning-script-table td,.ai-selection-winning-script-table th{padding:11px 12px}.ai-selection-effective-script-table th,.ai-selection-hook-script-table th,.ai-selection-reusable-template-table th,.ai-selection-selling-point-table th,.ai-selection-winning-script-table th{font-size:12px}.ai-selection-effective-script-table td,.ai-selection-hook-script-table td,.ai-selection-reusable-template-table td,.ai-selection-selling-point-table td,.ai-selection-winning-script-table td{font-size:13px;line-height:1.65}.ai-selection-effective-script-conclusion,.ai-selection-flow-source-conclusion,.ai-selection-hook-conclusion,.ai-selection-recommended-angle-conclusion,.ai-selection-reusable-template-conclusion,.ai-selection-selling-point-conclusion,.ai-selection-shooting-requirements-conclusion,.ai-selection-winning-video-analysis{gap:8px;margin-top:18px;padding:15px 17px;border-left:4px solid #18181b;border-radius:10px}.ai-selection-effective-script-conclusion strong,.ai-selection-flow-source-conclusion strong,.ai-selection-hook-conclusion strong,.ai-selection-recommended-angle-conclusion strong,.ai-selection-reusable-template-conclusion strong,.ai-selection-selling-point-conclusion strong,.ai-selection-shooting-requirements-conclusion strong,.ai-selection-winning-video-analysis strong{font-size:14px;font-weight:750}.ai-selection-flow-source-finding p,.ai-selection-winning-video-analysis ul{font-size:14px;line-height:1.75}.ai-selection-selling-point-layout{gap:22px}.ai-selection-hook-grid>strong,.ai-selection-hook-script>strong,.ai-selection-reusable-template-sequence>strong,.ai-selection-selling-point-frequency>strong,.ai-selection-selling-point-reasons>strong{font-size:15px;font-weight:750}.ai-selection-selling-point-reasons ol{gap:10px}.ai-selection-selling-point-reasons li{grid-template-columns:28px minmax(0,1fr);gap:10px;padding:12px;border-radius:11px}.ai-selection-selling-point-reasons li>b{width:28px;height:28px;border-radius:8px;font-size:12px}.ai-selection-recommended-angle-grid strong,.ai-selection-selling-point-reasons li span{font-size:14px}.ai-selection-selling-point-frequency>p,.ai-selection-selling-point-reasons li small{font-size:13px;line-height:1.65}.ai-selection-hook-grid,.ai-selection-hook-script,.ai-selection-reusable-template-sequence{gap:11px}.ai-selection-reusable-copy-layout{gap:16px;margin-top:18px}.ai-selection-reusable-copy-layout>section{padding:14px;border-radius:11px}.ai-selection-reusable-copy-layout>section>strong{margin-bottom:9px;font-size:14px}.ai-selection-reusable-copy-layout ul{gap:8px;font-size:13px;line-height:1.7}.ai-selection-hook-grid>div{gap:12px}.ai-selection-hook-grid article{grid-template-columns:28px minmax(0,1fr);gap:10px;padding:12px;border-radius:11px}.ai-selection-hook-grid article>b{width:28px;height:28px;border-radius:8px;font-size:12px}.ai-selection-hook-grid article>div{gap:5px}.ai-selection-hook-grid article strong{font-size:14px}.ai-selection-hook-grid article p,.ai-selection-hook-grid article small{font-size:13px;line-height:1.65}.ai-selection-effective-script-table-wrap,.ai-selection-hook-script-table-wrap,.ai-selection-reusable-template-table-wrap,.ai-selection-selling-point-table-wrap{border-radius:10px}.ai-selection-recommended-angle-grid{gap:12px}.ai-selection-recommended-angle-grid article{grid-template-columns:34px minmax(0,1fr);gap:11px;padding:13px;border-radius:11px}.ai-selection-recommended-angle-grid article>b{width:34px;height:34px;border-radius:9px;font-size:13px}.ai-selection-recommended-angle-grid article>div{gap:5px}.ai-selection-recommended-angle-grid p,.ai-selection-recommended-angle-grid small,.ai-selection-shooting-requirements-card>ol li span{font-size:13px;line-height:1.65}.ai-selection-shooting-requirements-card>ol{gap:10px}.ai-selection-shooting-requirements-card>ol li{grid-template-columns:28px minmax(0,1fr);gap:10px;padding:11px;border-radius:10px}.ai-selection-shooting-requirements-card>ol li>b{width:28px;height:28px;border-radius:8px;font-size:12px}.ai-selection-flow-source-metrics{gap:11px}.ai-selection-flow-source-metrics>div{gap:5px;padding:13px;border-radius:10px}.ai-selection-flow-source-metrics small{font-size:12px}.ai-selection-flow-source-metrics strong{font-size:19px}.ai-selection-flow-source-metrics span{font-size:12px}.ai-selection-flow-source-finding{gap:7px;margin-top:18px;padding:14px 16px;border-left-width:4px}.ai-selection-flow-source-finding strong{font-size:14px}@media(max-width:900px){.ai-selection-report-dialog:has(.ai-selection-strategy-text-grid){width:min(960px,calc(100vw - 28px))}.ai-selection-report-dialog-body:has(.ai-selection-strategy-text-grid){padding:28px 28px 38px}.ai-selection-strategy-text-card{padding:21px 22px}.ai-selection-strategy-text-card h3{font-size:19px}}@media(max-width:640px){.ai-selection-report-dialog:has(.ai-selection-strategy-text-grid){width:calc(100vw - 16px)}.ai-selection-report-dialog-body:has(.ai-selection-strategy-text-grid){padding:24px 18px 32px}.ai-selection-strategy-text-card{padding:19px 17px;border-radius:13px}.ai-selection-strategy-text-card h3{margin-bottom:16px;font-size:18px}.ai-selection-effective-script-lead,.ai-selection-flow-source-window,.ai-selection-hook-library-lead,.ai-selection-recommended-angle-lead,.ai-selection-reusable-template-lead,.ai-selection-selling-point-lead,.ai-selection-shooting-requirements-lead,.ai-selection-strategy-body,.ai-selection-winning-video-intro{font-size:14px}.ai-selection-content-playbook-layout,.ai-selection-pricing-layout,.ai-selection-volume-layout{gap:20px}}.ai-selection-step-icon{display:grid;width:32px;height:32px;flex:0 0 32px;place-items:center;border:1px solid #e4e4e7;border-radius:9px;background:#f7f7f8;color:#71717a;line-height:1}.ai-selection-step-icon svg{display:block}.ai-selection-content-angles li,.ai-selection-hook-grid article,.ai-selection-pricing-moves li,.ai-selection-recommended-angle-grid article,.ai-selection-selling-point-reasons li,.ai-selection-shooting-requirements-card>ol li,.ai-selection-volume-mechanism li{align-items:start}.ai-selection-content-angles li>.ai-selection-step-icon,.ai-selection-hook-grid article>.ai-selection-step-icon,.ai-selection-pricing-moves li>.ai-selection-step-icon,.ai-selection-selling-point-reasons li>.ai-selection-step-icon,.ai-selection-shooting-requirements-card>ol li>.ai-selection-step-icon,.ai-selection-volume-mechanism li>.ai-selection-step-icon{margin-top:1px}.ai-selection-recommended-angle-grid article>.ai-selection-step-icon{width:34px;height:34px;flex-basis:34px;margin-top:0}@media(max-width:640px){.ai-selection-step-icon{width:30px;height:30px;flex-basis:30px;border-radius:8px}.ai-selection-recommended-angle-grid article>.ai-selection-step-icon{width:32px;height:32px;flex-basis:32px}}.ai-selection-report-dialog-body:has(.ai-selection-strategy-text-grid),.ai-selection-report-dialog-body:has(.ai-selection-strategy-text-grid) .ai-selection-evidence,.ai-selection-report-dialog-body:has(.ai-selection-strategy-text-grid) .ai-selection-strategy-text-card{font-family:ui-rounded,SF Pro Display,SF Pro Text,PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Segoe UI,sans-serif;letter-spacing:.01em}.ai-selection-report-dialog-body:has(.ai-selection-strategy-text-grid) .report-title{font-size:26px;letter-spacing:-.018em}.ai-selection-report-dialog-body:has(.ai-selection-strategy-text-grid) .report-subtitle{font-size:15px;line-height:1.65}.ai-selection-evidence-heading{gap:14px}.ai-selection-evidence-heading strong{font-size:19px;letter-spacing:-.012em}.ai-selection-evidence-heading span{font-size:14px;line-height:1.65}.ai-selection-strategy-text-card{font-size:16px}.ai-selection-strategy-text-card h3{margin-bottom:22px;font-size:21px;letter-spacing:-.015em;line-height:1.45}.ai-selection-strategy-body{font-size:16px;line-height:1.85;letter-spacing:.012em}.ai-selection-strategy-findings{gap:13px;margin-top:20px}.ai-selection-strategy-findings li{font-size:15px;line-height:1.85;letter-spacing:.012em}.ai-selection-strategy-card-conclusion{gap:9px;margin-top:22px;padding:17px 19px}.ai-selection-strategy-card-conclusion strong{font-size:15px}.ai-selection-strategy-card-conclusion span{font-size:16px;line-height:1.85;letter-spacing:.012em}.ai-selection-strategy-detail{margin-top:18px;font-size:14px;line-height:1.8}.ai-selection-strategy-detail summary{font-size:14px}.ai-selection-strategy-detail p{margin-top:12px}.ai-selection-strategy-table{font-size:14px;line-height:1.75}.ai-selection-strategy-table th{padding:12px 14px;font-size:13px;line-height:1.5}.ai-selection-strategy-table td{padding:12px 14px;font-size:14px;line-height:1.75}.ai-selection-content-playbook-layout,.ai-selection-pricing-layout,.ai-selection-volume-layout{gap:28px}.ai-selection-content-angles,.ai-selection-content-script,.ai-selection-pricing-costs,.ai-selection-pricing-moves,.ai-selection-volume-mechanism,.ai-selection-volume-timeline{gap:14px}.ai-selection-content-angles>strong,.ai-selection-content-script>strong,.ai-selection-pricing-costs>strong,.ai-selection-pricing-moves>strong,.ai-selection-volume-mechanism>strong,.ai-selection-volume-timeline>strong{font-size:16px;line-height:1.5}.ai-selection-volume-phase{padding:17px 18px 17px 23px}.ai-selection-volume-phase>span{font-size:16px}.ai-selection-volume-phase p{margin-top:9px;font-size:15px;line-height:1.85}.ai-selection-volume-phase li{padding:6px 9px;font-size:13px;line-height:1.5}.ai-selection-content-angles ol,.ai-selection-pricing-moves ol,.ai-selection-volume-mechanism ol{gap:11px}.ai-selection-volume-mechanism li{grid-template-columns:32px minmax(0,1fr);gap:12px;padding:12px 0}.ai-selection-volume-mechanism li span{font-size:15px}.ai-selection-volume-mechanism li small{font-size:14px;line-height:1.75}.ai-selection-content-angles li{grid-template-columns:32px minmax(0,1fr);gap:12px;padding:14px}.ai-selection-content-angles li span{font-size:15px}.ai-selection-content-angles li small,.ai-selection-content-script li span{font-size:14px;line-height:1.75}.ai-selection-content-script li{grid-template-columns:76px minmax(0,1fr);gap:14px;padding:13px 14px}.ai-selection-content-script li>b{font-size:14px}.ai-selection-pricing-snapshot{gap:13px;padding:15px}.ai-selection-pricing-snapshot>div{padding:14px 15px}.ai-selection-pricing-snapshot small{font-size:13px}.ai-selection-pricing-snapshot strong{font-size:21px}.ai-selection-pricing-snapshot p{font-size:14px;line-height:1.75}.ai-selection-pricing-layout{margin-top:22px}.ai-selection-pricing-moves li{grid-template-columns:32px minmax(0,1fr);gap:12px;padding:12px 0}.ai-selection-pricing-moves li span{font-size:15px}.ai-selection-pricing-costs li,.ai-selection-pricing-costs p,.ai-selection-pricing-moves li small{font-size:14px;line-height:1.75}.ai-selection-pricing-costs{padding:17px}.ai-selection-pricing-costs ul{gap:12px 16px}.ai-selection-effective-script-lead,.ai-selection-flow-source-window,.ai-selection-hook-library-lead,.ai-selection-recommended-angle-lead,.ai-selection-reusable-template-lead,.ai-selection-selling-point-lead,.ai-selection-shooting-requirements-lead,.ai-selection-winning-video-intro{font-size:16px;line-height:1.85;letter-spacing:.012em}.ai-selection-winning-script-stages{gap:16px}.ai-selection-winning-script-stages>section{padding:16px}.ai-selection-winning-stage-heading strong{font-size:15px}.ai-selection-winning-stage-heading span{font-size:13px}.ai-selection-effective-script-table,.ai-selection-hook-script-table,.ai-selection-reusable-template-table,.ai-selection-selling-point-table,.ai-selection-winning-script-table{font-size:14px;line-height:1.75}.ai-selection-effective-script-table td,.ai-selection-effective-script-table th,.ai-selection-hook-script-table td,.ai-selection-hook-script-table th,.ai-selection-reusable-template-table td,.ai-selection-reusable-template-table th,.ai-selection-selling-point-table td,.ai-selection-selling-point-table th,.ai-selection-winning-script-table td,.ai-selection-winning-script-table th{padding:12px 13px}.ai-selection-effective-script-table th,.ai-selection-hook-script-table th,.ai-selection-reusable-template-table th,.ai-selection-selling-point-table th,.ai-selection-winning-script-table th{font-size:13px}.ai-selection-effective-script-table td,.ai-selection-hook-script-table td,.ai-selection-reusable-template-table td,.ai-selection-selling-point-table td,.ai-selection-winning-script-table td{font-size:14px;line-height:1.75}.ai-selection-flow-source-finding p,.ai-selection-winning-video-analysis ul{font-size:15px;line-height:1.8}.ai-selection-selling-point-layout{gap:24px}.ai-selection-selling-point-reasons ol{gap:12px}.ai-selection-selling-point-reasons li{grid-template-columns:32px minmax(0,1fr);gap:12px;padding:14px}.ai-selection-recommended-angle-grid strong,.ai-selection-selling-point-reasons li span{font-size:15px}.ai-selection-selling-point-frequency>p,.ai-selection-selling-point-reasons li small{font-size:14px;line-height:1.75}.ai-selection-reusable-copy-layout{gap:18px;margin-top:20px}.ai-selection-reusable-copy-layout>section{padding:16px}.ai-selection-reusable-copy-layout>section>strong{font-size:15px}.ai-selection-reusable-copy-layout ul{gap:9px;font-size:14px;line-height:1.8}.ai-selection-hook-grid,.ai-selection-hook-script{gap:13px}.ai-selection-hook-grid>div{gap:14px}.ai-selection-hook-grid article{grid-template-columns:32px minmax(0,1fr);gap:12px;padding:14px}.ai-selection-hook-grid article strong{font-size:15px}.ai-selection-hook-grid article p,.ai-selection-hook-grid article small{font-size:14px;line-height:1.75}.ai-selection-recommended-angle-grid{gap:14px}.ai-selection-recommended-angle-grid article{grid-template-columns:36px minmax(0,1fr);gap:13px;padding:15px}.ai-selection-recommended-angle-grid p,.ai-selection-recommended-angle-grid small,.ai-selection-shooting-requirements-card>ol li span{font-size:14px;line-height:1.75}.ai-selection-shooting-requirements-card>ol{gap:12px}.ai-selection-shooting-requirements-card>ol li{grid-template-columns:32px minmax(0,1fr);gap:12px;padding:13px}.ai-selection-flow-source-metrics{gap:13px}.ai-selection-flow-source-metrics>div{padding:15px}.ai-selection-flow-source-metrics small,.ai-selection-flow-source-metrics span{font-size:13px}.ai-selection-flow-source-metrics strong{font-size:20px}@media(max-width:640px){.ai-selection-report-dialog-body:has(.ai-selection-strategy-text-grid) .report-title{font-size:24px}.ai-selection-evidence-heading strong{font-size:18px}.ai-selection-strategy-text-card h3{font-size:19px}.ai-selection-effective-script-lead,.ai-selection-flow-source-window,.ai-selection-hook-library-lead,.ai-selection-recommended-angle-lead,.ai-selection-reusable-template-lead,.ai-selection-selling-point-lead,.ai-selection-shooting-requirements-lead,.ai-selection-strategy-body,.ai-selection-winning-video-intro{font-size:15px}.ai-selection-strategy-findings li{font-size:14px}.ai-selection-strategy-card-conclusion span{font-size:15px}.ai-selection-strategy-table{font-size:13px}.ai-selection-strategy-table td,.ai-selection-strategy-table th{padding:10px 11px}.ai-selection-effective-script-table,.ai-selection-hook-script-table,.ai-selection-reusable-template-table,.ai-selection-selling-point-table,.ai-selection-winning-script-table{font-size:13px}}.ai-selection-card-heading,.ai-selection-diagnosis-heading{display:flex;align-items:center;gap:12px;min-width:0;margin-bottom:22px}.ai-selection-card-heading h3,.ai-selection-diagnosis-heading h3{margin:0;min-width:0}.ai-selection-store-conclusion{display:grid;gap:10px;margin-top:22px;padding:18px 20px;border:1px solid #e4e4e7;border-left:4px solid #18181b;border-radius:11px;background:#f7f7f8}.ai-selection-store-conclusion>strong{color:#18181b;font-size:15px;font-weight:750;line-height:1.5}.ai-selection-store-conclusion-text{display:grid;gap:10px}.ai-selection-store-conclusion-text p{margin:0;color:#27272a;font-size:16px;line-height:1.85;letter-spacing:.012em}.ai-selection-store-conclusion-text p strong{color:#18181b;font-size:16.5px;font-weight:600;letter-spacing:.005em}.ai-selection-selling-point-frequency .ai-selection-selling-point-conclusion{margin-top:22px}.ai-selection-price-band-table{table-layout:fixed}.ai-selection-price-band-table td:last-child,.ai-selection-price-band-table th:last-child{min-width:150px}.ai-selection-congestion-badge{display:inline-flex;align-items:center;gap:7px;padding:5px 9px;border:1px solid #e4e4e7;border-radius:999px;font-size:13px;font-weight:700;line-height:1.35;white-space:normal}.ai-selection-congestion-badge i{width:7px;height:7px;flex:0 0 7px;border-radius:999px;background:#a1a1aa}.ai-selection-congestion-badge.is-high{border-color:#fecaca;background:#fff1f2;color:#be123c}.ai-selection-congestion-badge.is-high i{background:#e11d48}.ai-selection-congestion-badge.is-medium{border-color:#fde68a;background:#fffbeb;color:#a16207}.ai-selection-congestion-badge.is-medium i{background:#eab308}.ai-selection-congestion-badge.is-low{border-color:#bbf7d0;background:#f0fdf4;color:#15803d}.ai-selection-congestion-badge.is-low i{background:#22c55e}.ai-selection-congestion-badge.is-neutral{background:#f4f4f5;color:#52525b}.ai-selection-pricing-monthly-formula{font-size:16px;line-height:1.85}.ai-selection-pricing-monthly-formula strong{font-size:16px}.ai-selection-pricing-monthly-note{font-size:14px;line-height:1.75}.ai-selection-pricing-monthly-section{gap:12px;margin-top:20px}.ai-selection-pricing-monthly-section>strong{font-size:16px;line-height:1.5}.ai-selection-pricing-monthly-table{font-size:14px;line-height:1.75}.ai-selection-pricing-monthly-table td,.ai-selection-pricing-monthly-table th{padding:12px 14px;font-size:14px;line-height:1.75}.ai-selection-pricing-monthly-table th{font-size:13px;font-weight:750}.ai-selection-pricing-monthly-table td strong{font-size:15px}@media(max-width:640px){.ai-selection-card-heading,.ai-selection-diagnosis-heading{gap:10px;margin-bottom:17px}.ai-selection-store-conclusion{padding:15px 16px}.ai-selection-store-conclusion-text p{font-size:15px;line-height:1.8}.ai-selection-store-conclusion-text p strong{font-size:15.5px;font-weight:600}.ai-selection-price-band-table{table-layout:auto}.ai-selection-congestion-badge{font-size:12px;padding:4px 7px}.ai-selection-pricing-monthly-table td,.ai-selection-pricing-monthly-table th{padding:10px 11px;font-size:13px}}.ai-selection-report-dialog:has(.ai-selection-strategy-text-grid),.ai-selection-report-dialog:has(.ai-selection-strategy-text-grid) *{font-family:"Noto Serif SC","Noto Serif CJK SC",SimSun,宋体,serif;letter-spacing:.02em}.ai-selection-report-dialog:has(.ai-selection-strategy-text-grid) svg text{font-family:inherit}.ai-selection-report-dialog:has(.ai-selection-strategy-text-grid) .ai-selection-store-conclusion-text p strong{font-size:16.5px;font-weight:550;letter-spacing:.02em}.ai-selection-report-dialog:has(.ai-selection-strategy-text-grid) b,.ai-selection-report-dialog:has(.ai-selection-strategy-text-grid) h1,.ai-selection-report-dialog:has(.ai-selection-strategy-text-grid) h2,.ai-selection-report-dialog:has(.ai-selection-strategy-text-grid) h3,.ai-selection-report-dialog:has(.ai-selection-strategy-text-grid) h4,.ai-selection-report-dialog:has(.ai-selection-strategy-text-grid) strong,.ai-selection-report-dialog:has(.ai-selection-strategy-text-grid) th{font-weight:600}.ai-selection-report-dialog:has(.ai-selection-strategy-text-grid) .ai-selection-strategy-text-card h3,.ai-selection-report-dialog:has(.ai-selection-strategy-text-grid) .report-title{letter-spacing:0}.ai-selection-report-dialog:has(.ai-selection-strategy-text-grid) .ai-selection-effective-script-lead,.ai-selection-report-dialog:has(.ai-selection-strategy-text-grid) .ai-selection-flow-source-window,.ai-selection-report-dialog:has(.ai-selection-strategy-text-grid) .ai-selection-hook-library-lead,.ai-selection-report-dialog:has(.ai-selection-strategy-text-grid) .ai-selection-recommended-angle-lead,.ai-selection-report-dialog:has(.ai-selection-strategy-text-grid) .ai-selection-reusable-template-lead,.ai-selection-report-dialog:has(.ai-selection-strategy-text-grid) .ai-selection-selling-point-lead,.ai-selection-report-dialog:has(.ai-selection-strategy-text-grid) .ai-selection-shooting-requirements-lead,.ai-selection-report-dialog:has(.ai-selection-strategy-text-grid) .ai-selection-store-conclusion-text p,.ai-selection-report-dialog:has(.ai-selection-strategy-text-grid) .ai-selection-strategy-body,.ai-selection-report-dialog:has(.ai-selection-strategy-text-grid) .ai-selection-strategy-findings li,.ai-selection-report-dialog:has(.ai-selection-strategy-text-grid) .ai-selection-winning-video-intro{letter-spacing:.02em}.ai-selection-report-dialog:has(.ai-selection-strategy-text-grid) .ai-selection-congestion-badge,.ai-selection-report-dialog:has(.ai-selection-strategy-text-grid) .ai-selection-opportunity-recommendation-badge,.ai-selection-report-dialog:has(.ai-selection-strategy-text-grid) .ai-selection-opportunity-stage-badge{font-weight:550}.ai-selection-report-dialog,.ai-selection-report-dialog *{font-family:"Noto Serif SC","Noto Serif CJK SC",SimSun,宋体,serif!important;letter-spacing:.02em}.ai-selection-report-dialog b,.ai-selection-report-dialog strong,.ai-selection-report-dialog th{font-weight:550!important}.ai-selection-report-dialog .ai-selection-card-heading h3,.ai-selection-report-dialog .ai-selection-diagnosis-heading h3,.ai-selection-report-dialog .ai-selection-evidence-heading strong,.ai-selection-report-dialog .report-title,.ai-selection-report-dialog h1,.ai-selection-report-dialog h2,.ai-selection-report-dialog h3,.ai-selection-report-dialog h4{font-weight:600!important;letter-spacing:0}.ai-selection-report-dialog .ai-selection-store-conclusion-text p strong{font-size:16.5px!important;font-weight:550!important;letter-spacing:.02em}.ai-selection-report-dialog .ai-selection-congestion-badge,.ai-selection-report-dialog .ai-selection-opportunity-recommendation-badge,.ai-selection-report-dialog .ai-selection-opportunity-stage-badge{font-weight:550!important}.ai-selection-report-evidence,.ai-selection-report-evidence *{font-family:"Noto Serif SC","Noto Serif CJK SC",SimSun,宋体,serif!important;letter-spacing:.02em}.ai-selection-report-evidence b,.ai-selection-report-evidence strong,.ai-selection-report-evidence th{font-weight:550!important}.ai-selection-report-evidence .ai-selection-card-heading h3,.ai-selection-report-evidence .ai-selection-diagnosis-heading h3,.ai-selection-report-evidence .ai-selection-evidence-heading strong,.ai-selection-report-evidence .report-title,.ai-selection-report-evidence h1,.ai-selection-report-evidence h2,.ai-selection-report-evidence h3,.ai-selection-report-evidence h4{font-weight:600!important;letter-spacing:0}.ai-selection-report-evidence .ai-selection-store-conclusion-text p strong{font-size:16.5px!important;font-weight:550!important;letter-spacing:.02em}.ai-selection-report-evidence .ai-selection-congestion-badge,.ai-selection-report-evidence .ai-selection-opportunity-recommendation-badge,.ai-selection-report-evidence .ai-selection-opportunity-stage-badge{font-weight:550!important}.ai-selection-report-dialog .ai-selection-report-highlight,.ai-selection-report-evidence .ai-selection-report-highlight{color:#202735;font-weight:600!important;font-synthesis:weight;letter-spacing:inherit}:root{--system-font-family:"Noto Serif SC","Noto Serif CJK SC","SimSun","宋体",serif}body,body *,html{font-family:var(--system-font-family)!important}.flag-emoji{font-family:Segoe UI Emoji,Apple Color Emoji,sans-serif!important}.listing-product-search{display:flex;align-items:center;gap:12px;margin:18px 0 16px;padding:0 18px;height:58px;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:0 8px 24px rgba(20,28,45,.04)}.listing-product-search input{width:100%;border:0;outline:0;background:transparent;font:inherit;color:inherit}.listing-product-search svg{color:var(--muted);flex:none}.listing-library-results{padding:4px 0}.listing-library-heading{display:flex;align-items:end;justify-content:space-between;gap:16px;margin:0 4px 14px}.listing-library-heading h2{margin:0;font-size:18px}.listing-library-heading p{margin:4px 0 0}.listing-library-heading p,.listing-library-heading>span{color:var(--muted);font-size:13px}.listing-library-results .listing-product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:12px}.listing-library-results .listing-product-card{min-height:112px;background:#fff;box-shadow:0 4px 16px rgba(20,28,45,.04)}.business-profit-board.is-selection-stage .product-choice-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));max-height:none}.business-profit-board.is-selection-stage .product-choice-list button{min-width:0}@media(max-width:760px){.business-profit-board.is-selection-stage .product-choice-list{grid-template-columns:repeat(2,minmax(0,1fr))}}.business-profit-board.has-product-selection{grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);gap:14px;align-items:start}.business-profit-board.has-product-selection>.profit-plan-panel{grid-column:1;min-width:0}.business-profit-board.has-product-selection>.profit-right-column{grid-column:2;display:grid;gap:12px;min-width:0;align-content:start}.business-profit-board.has-product-selection .manual-cost-grid,.business-profit-board.has-product-selection .profit-package-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.business-profit-board.has-product-selection .profit-plan-panel{padding:16px}.business-profit-board.has-product-selection .profit-selected-source{margin:2px 0 4px}.business-profit-board.has-product-selection .profit-package-section{padding:12px}.business-profit-board.has-product-selection .manual-cost-grid label,.business-profit-board.has-product-selection .profit-comparison-panel,.business-profit-board.has-product-selection .profit-package-grid label{min-width:0}.business-profit-board .profit-comparison-panel .card-heading>.muted{display:none}.business-profit-board .profit-plan-heading{align-items:flex-start}.business-profit-board .profit-plan-heading-actions{display:flex;align-items:center;gap:10px;margin-left:auto}.business-profit-board .profit-plan-heading-actions .profit-scheme-name{display:flex;flex-direction:row;align-items:center;gap:7px;min-width:270px;white-space:nowrap}.business-profit-board .profit-plan-heading-actions .profit-scheme-name input{width:220px;min-height:34px}.page-container-compact:has(.profit-workspace) .page-header-compact-actions{position:fixed;z-index:60;top:9px;right:132px;margin:0}@media (max-width:1180px){.business-profit-board.has-product-selection{grid-template-columns:minmax(0,1fr) minmax(280px,.48fr)}.business-profit-board.has-product-selection .manual-cost-grid,.business-profit-board.has-product-selection .profit-package-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.page-container-compact:has(.profit-workspace) .page-header-compact-actions{position:static;margin-bottom:12px}.business-profit-board.has-product-selection{grid-template-columns:1fr}.business-profit-board.has-product-selection>.profit-plan-panel,.business-profit-board.has-product-selection>.profit-right-column{grid-column:1}.business-profit-board.has-product-selection .manual-cost-grid,.business-profit-board.has-product-selection .profit-package-grid{grid-template-columns:1fr}.business-profit-board .profit-plan-heading{flex-direction:column;gap:10px}.business-profit-board .profit-plan-heading-actions{width:100%;margin-left:0;align-items:center}.business-profit-board .profit-plan-heading-actions .profit-scheme-name{flex:1;min-width:0}.business-profit-board .profit-plan-heading-actions .profit-scheme-name input{flex:1;width:auto}}.product-opportunity-dimensions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px 8px;margin-top:10px;padding-top:9px;border-top:1px solid hsl(var(--border)/.7);color:hsl(var(--muted-foreground));font-size:10px;line-height:1.35}.product-opportunity-dimensions span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file\:border-0::file-selector-button{border-width:0}.file\:bg-transparent::file-selector-button{background-color:transparent}.file\:text-sm::file-selector-button{font-size:.875rem;line-height:1.25rem}.file\:font-medium::file-selector-button{font-weight:500}.last\:border-0:last-child{border-width:0}.last\:pb-0:last-child{padding-bottom:0}.hover\:-translate-y-0\.5:hover{--tw-translate-y:-0.125rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:underline:hover{text-decoration-line:underline}.hover\:opacity-100:hover{opacity:1}.hover\:shadow-md:hover{--tw-shadow:0 4px 6px -1px rgb(0 0 0/0.1),0 2px 4px -2px rgb(0 0 0/0.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-1:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.focus\:ring-1:focus,.focus\:ring-2:focus{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus\:ring-2:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.focus\:ring-offset-2:focus{--tw-ring-offset-width:2px}.focus-visible\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.focus-visible\:ring-1:focus-visible{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus-visible\:ring-2:focus-visible{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width:2px}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-50:disabled{opacity:.5}.group:hover .group-hover\:opacity-100{opacity:1}.group.toaster .group-\[\.toaster\]\:shadow-lg{--tw-shadow:0 10px 15px -3px rgb(0 0 0/0.1),0 4px 6px -4px rgb(0 0 0/0.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.data-\[disabled\=true\]\:pointer-events-none[data-disabled=true],.data-\[disabled\]\:pointer-events-none[data-disabled]{pointer-events:none}.data-\[disabled\=true\]\:opacity-50[data-disabled=true],.data-\[disabled\]\:opacity-50[data-disabled]{opacity:.5}.data-\[state\=active\]\:shadow[data-state=active]{--tw-shadow:0 1px 3px 0 rgb(0 0 0/0.1),0 1px 2px -1px rgb(0 0 0/0.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.data-\[state\=closed\]\:duration-300[data-state=closed]{transition-duration:.3s}.data-\[state\=open\]\:duration-500[data-state=open]{transition-duration:.5s}@media (min-width:640px){.sm\:mt-0{margin-top:0}.sm\:max-w-sm{max-width:24rem}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\:grid-cols-\[minmax\(0\2c 1fr\)_auto\]{grid-template-columns:minmax(0,1fr) auto}.sm\:flex-row{flex-direction:row}.sm\:items-end{align-items:flex-end}.sm\:justify-end{justify-content:flex-end}.sm\:gap-2\.5{gap:.625rem}.sm\:space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:rounded-lg{border-radius:.5rem}.sm\:text-left{text-align:left}}@media (min-width:768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:text-sm{font-size:.875rem;line-height:1.25rem}}@media (min-width:1024px){.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (min-width:1280px){.xl\:sticky{position:sticky}.xl\:top-4{top:1rem}.xl\:col-span-2{grid-column:span 2/span 2}.xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.xl\:grid-cols-\[minmax\(0\2c 1\.55fr\)_minmax\(280px\2c 0\.75fr\)\]{grid-template-columns:minmax(0,1.55fr) minmax(280px,.75fr)}.xl\:grid-cols-\[minmax\(0\2c 1fr\)_minmax\(360px\2c 1\.2fr\)\]{grid-template-columns:minmax(0,1fr) minmax(360px,1.2fr)}}.\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0:has([role=checkbox]){padding-right:0}.\[\&\>\[role\=checkbox\]\]\:translate-y-\[2px\]>[role=checkbox]{--tw-translate-y:2px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.\[\&\>span\]\:line-clamp-1>span{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.\[\&\>svg\+div\]\:translate-y-\[-3px\]>svg+div{--tw-translate-y:-3px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.\[\&\>svg\]\:absolute>svg{position:absolute}.\[\&\>svg\]\:left-4>svg{left:1rem}.\[\&\>svg\]\:top-4>svg{top:1rem}.\[\&\>svg\]\:size-4>svg{width:1rem;height:1rem}.\[\&\>svg\]\:h-3\.5>svg{height:.875rem}.\[\&\>svg\]\:w-3\.5>svg{width:.875rem}.\[\&\>svg\]\:shrink-0>svg{flex-shrink:0}.\[\&\>svg\~\*\]\:pl-7>svg~*{padding-left:1.75rem}.\[\&\>tr\]\:last\:border-b-0:last-child>tr{border-bottom-width:0}.\[\&\[data-state\=open\]\>svg\]\:rotate-180[data-state=open]>svg{--tw-rotate:180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.\[\&_\[cmdk-group-heading\]\]\:px-2 [cmdk-group-heading]{padding-left:.5rem;padding-right:.5rem}.\[\&_\[cmdk-group-heading\]\]\:py-1\.5 [cmdk-group-heading]{padding-top:.375rem;padding-bottom:.375rem}.\[\&_\[cmdk-group-heading\]\]\:text-xs [cmdk-group-heading]{font-size:.75rem;line-height:1rem}.\[\&_\[cmdk-group-heading\]\]\:font-medium [cmdk-group-heading]{font-weight:500}.\[\&_\[cmdk-group\]\:not\(\[hidden\]\)_\~\[cmdk-group\]\]\:pt-0 [cmdk-group]:not([hidden])~[cmdk-group]{padding-top:0}.\[\&_\[cmdk-group\]\]\:px-2 [cmdk-group]{padding-left:.5rem;padding-right:.5rem}.\[\&_\[cmdk-input-wrapper\]_svg\]\:h-5 [cmdk-input-wrapper] svg{height:1.25rem}.\[\&_\[cmdk-input-wrapper\]_svg\]\:w-5 [cmdk-input-wrapper] svg{width:1.25rem}.\[\&_\[cmdk-input\]\]\:h-12 [cmdk-input]{height:3rem}.\[\&_\[cmdk-item\]\]\:px-2 [cmdk-item]{padding-left:.5rem;padding-right:.5rem}.\[\&_\[cmdk-item\]\]\:py-3 [cmdk-item]{padding-top:.75rem;padding-bottom:.75rem}.\[\&_\[cmdk-item\]_svg\]\:h-5 [cmdk-item] svg{height:1.25rem}.\[\&_\[cmdk-item\]_svg\]\:w-5 [cmdk-item] svg{width:1.25rem}.\[\&_p\]\:leading-relaxed p{line-height:1.625}.\[\&_svg\]\:pointer-events-none svg{pointer-events:none}.\[\&_svg\]\:size-4 svg{width:1rem;height:1rem}.\[\&_svg\]\:shrink-0 svg{flex-shrink:0}.\[\&_tr\:last-child\]\:border-0 tr:last-child{border-width:0}.\[\&_tr\]\:border-b tr{border-bottom-width:1px}