:root{--bg:#f4f6f8;--surface:#fff;--ink:#18201d;--muted:#77817c;--line:#e5e9e7;--green:#2f8f68;--green-soft:#e9f5ef;--red:#d95c5c;--shadow:0 12px 34px rgba(26,46,38,.07)}
*{box-sizing:border-box}html,body{margin:0;min-height:100%;font-family:"Microsoft YaHei","PingFang SC",sans-serif;color:var(--ink);background:var(--bg)}button,input,select{font:inherit}button{cursor:pointer}.app-shell{display:grid;grid-template-columns:230px minmax(0,1fr);min-height:100vh}.sidebar{position:sticky;top:0;height:100vh;background:#17231f;color:#d8e3de;padding:26px 16px 20px;display:flex;flex-direction:column}.brand{display:flex;align-items:center;gap:12px;padding:0 8px 28px}.brand-mark{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(145deg,#49a77f,#2d7659);font-weight:800;color:white;box-shadow:0 8px 18px rgba(32,121,83,.28)}.brand strong{display:block;font-size:16px}.brand span{display:block;font-size:11px;color:#849b90;margin-top:3px}.sidebar nav{display:flex;flex-direction:column;gap:4px}.nav-item{border:0;background:transparent;color:#91a69c;border-radius:10px;padding:11px 12px;display:flex;align-items:center;gap:10px;text-align:left;font-size:13px}.nav-item span{display:inline-grid;place-items:center;width:19px;font-size:17px}.nav-item:hover{background:#21332c;color:#dce9e3}.nav-item.active{background:#2a493c;color:#fff}.collector-state{margin-top:auto;border-top:1px solid #2a3a34;padding:18px 9px 0}.state-line{display:flex;align-items:center;gap:8px;font-size:12px}.state-line i{width:8px;height:8px;border-radius:50%;background:#d4a947;box-shadow:0 0 0 4px rgba(212,169,71,.1)}.state-line i.ok{background:#5bd199;box-shadow:0 0 0 4px rgba(91,209,153,.1)}.state-line i.bad{background:#e56f6f;box-shadow:0 0 0 4px rgba(229,111,111,.1)}.collector-state small{display:block;color:#64776e;margin:6px 0 0 16px}.main{min-width:0;padding:28px 34px 50px}.topbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:26px}.topbar h1{font-size:24px;margin:0 0 5px}.topbar p,.panel-head p{margin:0;color:var(--muted);font-size:12px}.top-actions{display:flex;align-items:center;gap:10px}.data-domain-picker{height:38px;display:flex;align-items:center;gap:8px;border:1px solid #cfe3d9;border-radius:10px;background:#f3faf6;padding:4px 5px 4px 10px}.data-domain-picker span{color:#65756d;font-size:10px;white-space:nowrap}.data-domain-picker select{height:28px;border:0;border-radius:7px;background:#fff;color:#286f51;padding:3px 25px 3px 8px;font-weight:700;outline:none}.button{border:1px solid var(--line);border-radius:9px;padding:9px 14px;background:#fff;color:var(--ink);font-size:13px}.button:hover{transform:translateY(-1px)}.button.primary{border-color:var(--green);background:var(--green);color:#fff}.button.ghost{background:transparent}.button.full{width:100%;padding:11px}.view{display:none}.view.active{display:block}.metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px;margin-bottom:18px}.metric{background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:18px 20px;box-shadow:var(--shadow)}.metric.span-2{min-height:310px}.metric span{display:block;font-size:12px;color:var(--muted)}.metric strong{display:block;font-size:31px;line-height:1;margin:12px 0 8px}.metric small{color:#a0a9a5;font-size:11px}.panel-grid{display:grid;grid-template-columns:2fr 1fr;gap:18px}.panel{background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:20px;box-shadow:var(--shadow);min-width:0}.panel.span-2{min-height:310px}.panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:18px}.panel-head h2{font-size:16px;margin:0 0 5px}.text-button{border:0;background:transparent;color:var(--green);font-size:12px;padding:4px}.guide-card ol{padding-left:22px;margin:12px 0 0;color:#56625d;font-size:13px;line-height:2.15}.account-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.account-card{border:1px solid var(--line);border-radius:11px;padding:13px;display:flex;align-items:center;gap:11px}.avatar{width:38px;height:38px;border-radius:50%;background:#e8efeb;display:grid;place-items:center;color:var(--green);font-weight:700;overflow:hidden;flex:0 0 auto}.avatar img{width:100%;height:100%;object-fit:cover}.account-main{min-width:0}.account-main strong{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:13px}.account-main small{display:block;color:var(--muted);margin-top:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse;font-size:12px}th{text-align:left;color:#8b9490;font-weight:500;border-bottom:1px solid var(--line);padding:10px 12px;white-space:nowrap}td{border-bottom:1px solid #edf0ee;padding:12px;vertical-align:middle}tbody tr:hover{background:#fafcfb}.table-account{display:flex;align-items:center;gap:9px;min-width:150px}.table-account .avatar{width:32px;height:32px}.table-account a{color:var(--ink);text-decoration:none}.chips{display:flex;gap:5px;flex-wrap:wrap}.chip{background:var(--green-soft);color:#36795c;border-radius:999px;padding:3px 8px;font-size:10px}.status{display:inline-flex;align-items:center;gap:5px;color:#418263}.status:before{content:"";width:6px;height:6px;border-radius:50%;background:#55bb84}.switch-off{color:#a0a8a4}.empty-block{color:#9ba4a0;text-align:center;padding:48px 15px;font-size:12px}.account-cards:not(.empty-block),.group-cards:not(.empty-block){padding:0;text-align:left}.groups-layout{grid-template-columns:minmax(0,2fr) minmax(280px,1fr)}.inline-form{display:flex;gap:9px;margin-bottom:18px}.inline-form input,.stack-form input,.stack-form select,.panel-head select{border:1px solid var(--line);background:#fbfcfb;border-radius:9px;padding:9px 11px;outline:none;color:var(--ink)}.inline-form input{flex:1}.inline-form input:focus,.stack-form input:focus,.stack-form select:focus{border-color:#87bea5;box-shadow:0 0 0 3px rgba(62,142,105,.09)}.group-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.group-card{border:1px solid var(--line);border-radius:11px;padding:15px}.group-card strong{font-size:13px}.group-card small{display:block;color:var(--muted);margin-top:7px}.stack-form{display:flex;flex-direction:column;gap:14px}.stack-form label{display:flex;flex-direction:column;gap:6px;color:#68736e;font-size:12px}.placeholder{text-align:center;padding:80px 30px}.placeholder-icon{font-size:48px;color:#8fbba6}.placeholder h2{margin:12px 0 8px}.placeholder p{max-width:520px;margin:0 auto;color:var(--muted);font-size:13px;line-height:1.8}.placeholder span{display:inline-block;margin-top:18px;border-radius:999px;background:var(--green-soft);color:#418263;padding:5px 12px;font-size:11px}.drawer-backdrop{position:fixed;inset:0;background:rgba(10,18,15,.35);display:none;justify-content:flex-end;z-index:20}.drawer-backdrop.open{display:flex}.drawer{width:min(420px,92vw);height:100%;background:#fff;padding:24px;box-shadow:-16px 0 42px rgba(20,40,32,.16)}.drawer-head{display:flex;justify-content:space-between;gap:10px;margin-bottom:28px}.drawer-head h2{font-size:18px;margin:0 0 6px}.drawer-head p{font-size:11px;color:var(--muted);margin:0;line-height:1.6}.icon-button{border:0;background:#f0f3f1;border-radius:50%;width:30px;height:30px;font-size:21px;color:#66706b}.toast{position:fixed;left:50%;bottom:28px;transform:translate(-50%,20px);background:#1e2b26;color:#fff;border-radius:9px;padding:10px 16px;font-size:12px;opacity:0;pointer-events:none;transition:.2s;z-index:30}.toast.show{opacity:1;transform:translate(-50%,0)}.toast.error{background:#9e4545}
@media(max-width:980px){.metric-grid{grid-template-columns:repeat(2,1fr)}.panel-grid{grid-template-columns:1fr}.sidebar{width:76px;padding-inline:10px}.brand>div:last-child,.nav-item:not(.active){font-size:0}.brand{padding-inline:8px}.brand-mark{flex:0 0 auto}.nav-item{justify-content:center}.nav-item span{font-size:18px}.collector-state{display:none}.app-shell{grid-template-columns:76px minmax(0,1fr)}}
@media(max-width:680px){.main{padding:20px 14px}.topbar{align-items:flex-start;gap:14px}.top-actions{flex-direction:column}.metric-grid{grid-template-columns:1fr 1fr;gap:9px}.metric{padding:14px}.metric strong{font-size:25px}.account-cards,.group-cards{grid-template-columns:1fr}}
.note-cell{display:flex;align-items:center;gap:12px;min-width:300px}.note-cover{width:52px;height:68px;object-fit:cover;border-radius:9px;background:#edf1ee;flex:0 0 auto}.note-cover.empty{display:grid;place-items:center;color:#7e9187;font-size:12px}.note-cell strong{display:inline-block;max-width:360px}.status-completed{background:#e8f6ee;color:#267451}.status-running{background:#e9f1ff;color:#365f9f}.status-paused,.status-partial{background:#fff7df;color:#8b6a18}.status-interrupted,.status-failed,.status-needs_attention{background:#fff0ed;color:#a74d3f}.status-cancelled{background:#eef2f0;color:#66736d}
.search-layout{grid-template-columns:minmax(360px,.9fr) minmax(520px,1.4fr)}.clickable-row{cursor:pointer}.clickable-row.selected{background:#eef8f3}.clickable-row.selected td:first-child{box-shadow:inset 3px 0 0 var(--green)}.note-cell.compact{min-width:260px}.note-cover.search-cover{width:42px;height:54px}.rank-number{display:inline-grid;place-items:center;min-width:28px;height:28px;border-radius:9px;background:var(--green-soft);color:#287653}.status-completed,.status-running,.status-paused,.status-partial,.status-interrupted,.status-failed,.status-needs_attention,.status-cancelled{padding:4px 8px;border-radius:999px;font-size:10px}
@media(max-width:1180px){.search-layout{grid-template-columns:1fr}}
.image-job-panel{margin-bottom:18px}.image-job-state{font-size:12px;color:#4f6259;margin-bottom:9px}.image-job-state.muted{color:var(--muted)}.image-job-progress{height:8px;border-radius:999px;background:#e9eeeb;overflow:hidden}.image-job-progress i{display:block;width:0;height:100%;border-radius:inherit;background:linear-gradient(90deg,#4ba77d,#2e7e5d);transition:width .3s}.image-job-actions{display:flex;gap:8px;margin-top:10px}.image-library-panel{min-height:360px}.image-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:14px}.image-card{border:1px solid var(--line);border-radius:12px;overflow:hidden;background:#fbfcfb}.image-preview{position:relative;aspect-ratio:4/3;background:#edf1ee;display:grid;place-items:center;overflow:hidden}.image-preview img{width:100%;height:100%;object-fit:cover}.image-placeholder{font-size:30px;color:#90a097}.image-status{position:absolute;left:9px;top:9px;padding:4px 8px;border-radius:999px;background:rgba(255,255,255,.9);font-size:10px;color:#456258}.image-card-body{padding:12px}.image-card-body strong{display:block;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.image-card-body small{display:block;color:var(--muted);font-size:10px;margin-top:6px}.image-card-body p{margin:8px 0 0;color:#a34c43;font-size:10px;line-height:1.5}.image-links{display:flex;gap:12px;margin-top:10px}.image-links a{color:var(--green);font-size:10px;text-decoration:none}
.metric-grid{grid-template-columns:repeat(5,minmax(0,1fr))}@media(max-width:1080px){.metric-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:680px){.metric-grid{grid-template-columns:1fr 1fr}}
.analysis-controls{display:flex;align-items:center;justify-content:flex-end;gap:9px;flex-wrap:wrap}.analysis-controls select,.analysis-controls input{height:36px;border:1px solid var(--line);background:#fbfcfb;border-radius:9px;padding:7px 10px;color:var(--ink);outline:none}.analysis-controls select{min-width:150px}.analysis-controls label{display:flex;align-items:center;gap:7px;color:var(--muted);font-size:11px;white-space:nowrap}.analysis-controls input{width:66px}.analysis-cost-note{margin:-7px 0 13px;color:#8a6d25;font-size:11px;line-height:1.7;background:#fff9e8;border:1px solid #f1e2b4;border-radius:9px;padding:8px 11px}.visual-summary{margin-top:9px;color:#43534b;font-size:11px;line-height:1.6}.visual-tags{display:flex;gap:5px;flex-wrap:wrap;margin-top:7px}.visual-tags span{background:#edf6f1;color:#337557;border-radius:999px;padding:3px 7px;font-size:9px}.visual-details{margin-top:6px}.visual-details small{line-height:1.5}@media(max-width:760px){.analysis-controls{justify-content:flex-start;width:100%}.analysis-controls select{flex:1;min-width:135px}.analysis-controls .button{width:100%}}
.comparison-filter-panel{margin-bottom:18px}.local-analysis-badge{background:#edf6f1;color:#2c7856;border-radius:999px;padding:6px 10px;font-size:10px;white-space:nowrap}.comparison-filters{display:grid;grid-template-columns:repeat(6,minmax(120px,1fr));gap:11px;align-items:end}.comparison-filters label{display:flex;flex-direction:column;gap:6px;color:#69756f;font-size:11px}.comparison-filters input,.comparison-filters select{height:38px;border:1px solid var(--line);background:#fbfcfb;border-radius:9px;padding:8px 10px;outline:none;color:var(--ink);min-width:0}.comparison-filters .button{height:38px}.comparison-help{margin-top:13px;background:#f3f8f5;border-radius:9px;padding:9px 11px;color:#64746c;font-size:11px;line-height:1.6}.comparison-empty{padding:80px 20px}.comparison-report{display:flex;flex-direction:column;gap:18px}.comparison-report[hidden]{display:none}.comparison-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px}.comparison-method-panel .panel-head{margin-bottom:12px}.formula-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.formula-grid>div{background:#f7faf8;border:1px solid #e9efec;border-radius:10px;padding:11px}.formula-grid span{display:block;color:var(--muted);font-size:10px;margin-bottom:5px}.formula-grid strong{font-size:11px;line-height:1.6;font-weight:500}.comparison-warnings{display:flex;flex-direction:column;gap:6px;margin-top:10px}.comparison-warnings>div{border-left:3px solid #d7ad45;background:#fff9e9;color:#7c662d;padding:7px 10px;font-size:10px;line-height:1.5}.comparison-feature-grid{grid-template-columns:1fr 1fr}.feature-list{display:flex;flex-direction:column;gap:8px}.feature-row{border:1px solid var(--line);border-radius:10px;padding:10px 11px}.feature-row>div:first-child{display:flex;align-items:center;gap:7px}.feature-row strong{font-size:11px}.feature-category{border-radius:999px;background:#eff4f1;color:#5e7067;padding:3px 7px;font-size:9px;flex:0 0 auto}.feature-rates{display:grid;grid-template-columns:auto auto 1fr auto;gap:8px;align-items:center;margin-top:8px;color:#7c8882;font-size:9px}.feature-rates b{text-align:right;font-size:10px}.feature-rates b.positive{color:#27805a}.feature-rates b.negative{color:#b05b4d}.feature-rates small{color:#8d9893}.compact-empty{padding:28px 10px}.representative-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:12px}.representative-card{display:grid;grid-template-columns:90px minmax(0,1fr);border:1px solid var(--line);border-radius:12px;overflow:hidden;background:#fbfcfb;min-height:130px}.representative-cover{position:relative;background:#edf1ee;min-height:130px}.representative-cover img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}.representative-cover>span{position:absolute;top:7px;left:7px;background:rgba(24,32,29,.78);color:#fff;border-radius:999px;padding:3px 7px;font-size:9px}.representative-placeholder{height:100%;display:grid;place-items:center;text-align:center;color:#91a098;font-size:10px;padding:8px}.representative-body{padding:11px;min-width:0}.representative-body>strong{display:block;font-size:11px;line-height:1.5}.representative-body a{color:var(--ink);text-decoration:none}.representative-body>small{display:block;color:var(--muted);font-size:9px;margin-top:5px}.representative-metrics{display:flex;gap:7px;flex-wrap:wrap;margin:7px 0;color:#6d7973;font-size:9px}.representative-body>b{display:inline-block;background:var(--green-soft);color:#2e7756;border-radius:999px;padding:3px 7px;font-size:9px}.representative-body p{margin:7px 0 0;color:#5f6d66;font-size:9px;line-height:1.5}.representative-body p.muted{color:#9aa39f}@media(max-width:1250px){.comparison-filters{grid-template-columns:repeat(3,1fr)}}@media(max-width:800px){.comparison-filters{grid-template-columns:1fr 1fr}.comparison-metrics{grid-template-columns:1fr 1fr}.comparison-feature-grid,.formula-grid{grid-template-columns:1fr}}@media(max-width:540px){.comparison-filters{grid-template-columns:1fr}.comparison-metrics{grid-template-columns:1fr 1fr}.feature-rates{grid-template-columns:1fr 1fr}.representative-card{grid-template-columns:78px minmax(0,1fr)}}
.comparison-feature-grid{grid-template-columns:repeat(3,minmax(0,1fr))}@media(max-width:1250px){.comparison-feature-grid{grid-template-columns:1fr 1fr}}@media(max-width:800px){.comparison-feature-grid{grid-template-columns:1fr}}
.danger-text{color:#b64e45}.button.danger{border-color:#bd5148;background:#bd5148;color:#fff}.button:disabled{cursor:not-allowed;opacity:.58;transform:none}.modal-backdrop{position:fixed;inset:0;background:rgba(10,18,15,.44);display:none;align-items:center;justify-content:center;padding:20px;z-index:40}.modal-backdrop.open{display:flex}.confirm-dialog{width:min(520px,94vw);background:#fff;border-radius:15px;padding:22px;box-shadow:0 24px 70px rgba(13,30,23,.25)}.delete-account-summary{border:1px solid var(--line);border-radius:11px;padding:14px}.delete-account-summary>strong{font-size:12px}.delete-account-summary>div{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:12px}.delete-account-summary span{font-size:22px;font-weight:700;color:#2c3c35}.delete-account-summary small{display:block;margin-top:5px;color:var(--muted);font-size:9px;font-weight:400}.delete-account-summary p{margin:11px 0 0;color:#3e7e60;font-size:10px}.danger-note{margin-top:12px;border-left:3px solid #c85b50;background:#fff3f1;color:#8b4942;padding:10px 12px;font-size:11px;line-height:1.7}.abandon-task-note{border-left:3px solid #d6a83d;background:#fff9e8;color:#755e27;padding:11px 13px;font-size:11px;line-height:1.8}.confirm-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:18px}@media(max-width:540px){.delete-account-summary>div{grid-template-columns:1fr 1fr}.confirm-actions{flex-direction:column-reverse}.confirm-actions .button{width:100%}}
.accounts-table th:nth-child(2){width:24%}.accounts-table th:nth-child(3){width:18%}.accounts-table th:nth-child(4){width:58%}.account-action-head,.account-actions{display:grid;grid-template-columns:120px 132px minmax(80px,1fr);column-gap:90px;align-items:start;min-width:560px;white-space:nowrap}.account-action-head span{color:#8b9490;font-weight:500;text-align:center}.account-action-end{display:flex;align-items:center;justify-content:flex-end;gap:7px;min-height:34px}.account-refresh-control{display:flex;flex-direction:column;align-items:stretch;gap:6px}.account-refresh-control>small{color:#4f6259;font-size:11px;font-weight:600;text-align:center}.account-refresh-control>.account-collect-button,.account-detail-idle>.account-collect-button{width:100%;min-width:0}.account-detail-idle{display:flex;flex-direction:column;gap:4px}.account-compact-batch-progress .account-progress-track{margin:3px 0}.account-compact-batch-progress>small{display:block;color:#738179;font-size:8px;text-align:center}.account-collect-button{padding:7px 10px;color:#fff;background:var(--green);border-color:var(--green);min-width:100px}.account-collect-button.is-update{color:#2f7757;background:var(--green-soft);border-color:#cfe7da}.account-detail-button{color:#fff!important;background:#2d7659!important;border-color:#2d7659!important;min-width:112px}.account-abandon-form{display:inline;margin:0}.account-abandon-button{color:#9a6d1f}.account-abandon-button:hover{color:#765013;text-decoration:underline}.collector-launch-dialog{text-align:center;padding:28px}.collector-launch-icon{width:48px;height:48px;margin:0 auto 14px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(145deg,#49a77f,#2d7659);color:#fff;font-weight:800;font-size:20px}.collector-launch-dialog h2{margin:0;font-size:19px}.collector-launch-dialog p{margin:11px auto 0;max-width:390px;color:var(--muted);font-size:12px;line-height:1.8}.collector-launch-dialog .confirm-actions{justify-content:center}.collector-launch-dialog .button{min-width:118px}
.account-progress{width:220px}.account-progress-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.account-progress-head strong{font-size:10px;color:#43524b;font-weight:600}.account-progress-head span{font-size:9px;color:#6f7e76;white-space:nowrap}.account-progress-track{height:6px;margin:7px 0 5px;border-radius:999px;background:#e6ece9;overflow:hidden}.account-progress-track i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#4aa77f,#70c69e);transition:width .3s}.account-progress-track.segmented{display:flex;gap:2px;background:transparent;overflow:visible}.account-progress-track.segmented>span{height:6px;min-width:2px;flex:1;overflow:hidden;border-radius:999px;background:#e2e9e5}.account-progress-track.segmented>span>i{display:block;height:100%;background:linear-gradient(90deg,#4aa77f,#70c69e)}.account-progress-track.indeterminate i{width:35%;animation:account-progress-slide 1.4s ease-in-out infinite}@keyframes account-progress-slide{0%{transform:translateX(-110%)}100%{transform:translateX(310%)}}.account-progress small{display:block;color:#87938d;font-size:9px;line-height:1.5;max-width:220px;white-space:normal}.account-collect-button:disabled,.account-detail-button:disabled{color:#6f7d76!important;background:#edf1ef!important;border-color:#dde5e1!important}
.account-progress-error .account-progress-head strong,.account-progress-error .account-progress-head span{color:#a24d45}.account-progress-error .account-progress-track{background:#f5dfdc}.account-progress-error .account-progress-track i{background:#c9655b}.account-progress-error small{color:#9a625c}
.account-data-summary{min-width:180px}.account-data-summary strong,.account-data-summary small{display:block}.account-data-summary strong{font-size:10px;color:#43524b}.account-data-summary small{margin-top:5px;color:#87938d;font-size:9px;line-height:1.45;max-width:260px;white-space:normal}.account-data-summary .summary-warning{color:#9a625c}.account-data-summary .summary-warning b{display:inline;font-weight:700;color:#a24d45}.account-active-task{display:grid;grid-template-columns:minmax(32px,1fr) 48px;align-items:center;gap:7px;width:100%;min-height:42px;box-sizing:border-box;border:1px solid #cfe3d9;border-radius:11px;background:#f6fbf8;padding:6px}.account-active-task .account-progress-track{width:100%;height:7px;margin:0}.account-pause-button{align-self:stretch;min-width:0;min-height:30px;border-radius:8px;padding:4px 6px;color:#805f2c;background:#fff8e7;border-color:#ead9aa}.account-actions:has(.account-active-task){align-items:stretch}
.account-live-count{min-width:86px;padding:8px 11px;border:1px solid #cfe7da;border-radius:11px;background:linear-gradient(145deg,#f7fcf9,#eaf7f0);text-align:center;box-shadow:0 4px 12px rgba(50,114,84,.08)}.account-live-count small{display:block;color:#708078;font-size:9px;line-height:1}.account-live-count strong{display:block;margin-top:5px;color:#2f7d5a;font-size:20px;line-height:1;font-variant-numeric:tabular-nums}.account-live-count strong em{font-size:11px;font-style:normal;color:#5d796b}.account-live-count strong span{margin-left:3px;font-size:9px;font-weight:600;color:#708078}.account-actions:has(.account-live-count) .account-action-end{align-items:center;justify-content:flex-start}
.status.collecting{color:#3670a5}.status.collecting:before{background:#4d8fca}.status.paused{color:#8b6a18}.status.paused:before{background:#d4a947}.status.attention,.status.failed{color:#a24d45}.status.attention:before,.status.failed:before{background:#d5665c}
.collection-note-float{display:flex;align-items:center;gap:7px;margin-top:7px;padding:5px 8px;border:1px solid #dce9e2;border-radius:10px;background:linear-gradient(135deg,#fbfefd,#eef8f3);box-shadow:0 5px 14px rgba(50,114,84,.10);animation:collection-note-float 1.6s ease-in-out infinite}.collection-note-float img,.collection-note-float span{width:24px;height:24px;flex:0 0 24px;border-radius:7px;object-fit:cover;background:#dcefe5;color:#4c8168;font-size:8px;display:grid;place-items:center}.collection-note-float b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#52645b;font-size:9px;font-weight:600}@keyframes collection-note-float{0%,100%{transform:translateY(0);opacity:.82}50%{transform:translateY(-3px);opacity:1}}
.migration-status{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:18px}.migration-status span,.migration-status strong,.migration-status small{display:block}.migration-status span{color:var(--muted);font-size:11px}.migration-status strong{font-size:20px;margin:7px 0}.migration-status small{color:#77837d}.migration-badge{border-radius:999px;padding:7px 11px;background:#eef2f0;color:#66736d;font-size:10px;white-space:nowrap}.migration-badge.ready{background:#e9f7ef;color:#287653}.migration-badge.locked{background:#fff1ef;color:#a34d44}.migration-badge.warning{background:#fff8e7;color:#856b29}.migration-grid{grid-template-columns:1fr 1fr}.migration-explain{display:flex;flex-direction:column;gap:6px;border-left:3px solid #54a77f;background:#f1f8f4;border-radius:8px;padding:11px 13px;margin-bottom:18px}.migration-explain strong{font-size:11px;color:#347a5a}.migration-explain span{color:#65746d;font-size:11px;line-height:1.6}.migration-help{color:var(--muted);font-size:10px;line-height:1.7;margin:12px 2px 0}.migration-file{display:flex;flex-direction:column;gap:8px;color:#66746d;font-size:11px;margin-bottom:13px}.migration-file input{border:1px dashed #aac8b9;border-radius:10px;background:#f8fbf9;padding:12px;color:#65716b}.migration-confirm{display:flex;align-items:flex-start;gap:8px;color:#5c6963;font-size:11px;line-height:1.6;margin:0 0 15px}.migration-confirm input{margin-top:2px;accent-color:var(--green)}@media(max-width:820px){.migration-grid{grid-template-columns:1fr}.migration-status{align-items:flex-start}.migration-badge{margin-top:4px}}
.note-detail-button{padding:6px 10px;white-space:nowrap;color:var(--green);background:var(--green-soft);border-color:#d7eadf}.modal-open{overflow:hidden}.note-detail-backdrop{z-index:45;align-items:stretch;justify-content:flex-end;padding:0}.note-detail-dialog{width:min(1060px,94vw);height:100vh;background:#f5f7f6;box-shadow:-22px 0 70px rgba(13,30,23,.25);display:flex;flex-direction:column}.note-detail-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:22px 28px 18px;background:#fff;border-bottom:1px solid var(--line);flex:0 0 auto}.note-detail-head h2{font-size:21px;line-height:1.45;margin:4px 0 5px;max-width:850px}.note-detail-head p{font-size:11px;color:var(--muted);margin:0}.note-detail-kicker{color:var(--green);font-size:10px;font-weight:700;letter-spacing:.12em}.note-detail-content{padding:22px 28px 42px;overflow-y:auto;overscroll-behavior:contain}.detail-loading{min-height:320px;display:grid;place-items:center;color:var(--muted);font-size:13px}.detail-loading.error-state{color:#a34c43}.note-detail-toolbar{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-bottom:16px}.note-detail-toolbar>a{text-decoration:none}.note-detail-author{display:flex;align-items:center;gap:10px}.note-detail-author strong,.note-detail-author span{display:block}.note-detail-author strong{font-size:13px}.note-detail-author span{font-size:10px;color:var(--muted);margin-top:4px}.note-detail-facts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:16px}.note-detail-facts>div{background:#fff;border:1px solid var(--line);border-radius:11px;padding:12px}.note-detail-facts span,.note-detail-facts strong{display:block}.note-detail-facts span{font-size:9px;color:var(--muted);margin-bottom:6px}.note-detail-facts strong{font-size:11px;font-weight:600;line-height:1.45}.note-detail-section{background:#fff;border:1px solid var(--line);border-radius:14px;padding:18px 20px;margin-top:14px}.note-detail-section h3{font-size:14px;margin:0 0 13px}.detail-section-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:13px}.detail-section-head h3{margin:0}.detail-section-head>span{font-size:10px;color:var(--muted)}.note-detail-copy{font-size:13px;line-height:1.9;white-space:pre-wrap;color:#344039}.detail-muted{color:#9aa49f}.note-detail-topics{display:flex;flex-wrap:wrap;gap:8px}.note-detail-topics span{background:#edf7f2;color:#2f7958;border-radius:999px;padding:6px 10px;font-size:11px}.note-detail-topics .muted-chip{background:#f1f3f2;color:#929b97}.note-detail-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:11px}.note-detail-image{position:relative;display:block;aspect-ratio:3/4;border-radius:11px;overflow:hidden;background:#edf1ee}.note-detail-image img{width:100%;height:100%;object-fit:cover;display:block}.note-detail-image span{position:absolute;left:8px;bottom:8px;border-radius:999px;padding:4px 7px;background:rgba(18,28,24,.72);color:#fff;font-size:9px}.detail-empty-media{border:1px dashed #dce4e0;border-radius:10px;padding:28px;text-align:center;color:var(--muted);font-size:11px}.detail-empty-media.compact{padding:18px}.note-detail-video{display:grid;grid-template-columns:minmax(260px,2fr) minmax(150px,1fr);gap:14px;margin-top:13px;border-radius:11px;background:#18201d;padding:12px;color:#fff}.note-detail-video video{display:block;width:100%;max-height:480px;border-radius:8px;background:#000}.note-detail-video>div{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:8px}.note-detail-video strong{font-size:13px}.note-detail-video span{font-size:10px;color:#9cb0a6}.note-detail-video a{color:#7fd1aa;font-size:10px;text-decoration:none}.note-metric-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:9px}.note-metric-grid>div{border:1px solid #e8eeeb;border-radius:11px;background:#f8faf9;padding:13px}.note-metric-grid span,.note-metric-grid strong,.note-metric-grid small{display:block}.note-metric-grid span{font-size:10px;color:var(--muted)}.note-metric-grid strong{font-size:23px;margin-top:8px;color:#26372f}.note-metric-grid small{font-size:8px;color:#9ba49f;margin-top:5px}.detail-history{border:1px solid var(--line);border-radius:10px}.detail-history td,.detail-history th{padding:9px 11px}.detail-history tbody tr:last-child td{border-bottom:0}@media(max-width:820px){.note-detail-dialog{width:100vw}.note-detail-head,.note-detail-content{padding-left:18px;padding-right:18px}.note-detail-facts{grid-template-columns:1fr 1fr}.note-metric-grid{grid-template-columns:repeat(3,1fr)}.note-detail-video{grid-template-columns:1fr}}@media(max-width:520px){.note-detail-toolbar{align-items:flex-start;flex-direction:column}.note-detail-toolbar>a{width:100%;text-align:center}.note-detail-facts{grid-template-columns:1fr}.note-metric-grid{grid-template-columns:1fr 1fr}.note-detail-gallery{grid-template-columns:1fr 1fr}.note-detail-head h2{font-size:17px}}
.note-detail-original{display:grid;gap:9px;margin:-4px 0 16px;padding:11px;border:1px solid #dce7e1;border-radius:11px;background:#fff}.note-detail-original-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:end}.note-detail-original-row.primary{grid-template-columns:minmax(0,1fr) auto}.note-detail-original label{min-width:0}.note-detail-original label span{display:block;margin:0 0 6px;color:var(--muted);font-size:9px}.note-detail-original input{width:100%;height:36px;border:1px solid #dfe5e2;border-radius:8px;background:#f8faf9;color:#405048;padding:0 10px;outline:none;font-size:10px}.note-detail-original input:not([readonly]):focus{border-color:#87bea5;box-shadow:0 0 0 3px rgba(62,142,105,.09);background:#fff}.note-detail-original-actions{display:flex;gap:8px}.note-detail-original .button{height:36px;white-space:nowrap}.note-detail-original>p{margin:1px 0 0;color:#7a8780;font-size:9px;line-height:1.65}.note-detail-original-row.secondary{padding-top:8px;border-top:1px dashed #e3e9e6}.note-detail-original-row.secondary input{background:#f4f6f5;color:#748079}@media(max-width:920px){.note-detail-original-row,.note-detail-original-row.primary{grid-template-columns:1fr}.note-detail-original-actions{display:grid;grid-template-columns:repeat(2,1fr)}.note-detail-original .button{width:100%}}@media(max-width:520px){.note-detail-original-actions{grid-template-columns:1fr}.note-detail-original-row.secondary{grid-template-columns:1fr}}
.integration-status{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:18px}.integration-status span,.integration-status strong,.integration-status small{display:block}.integration-status span{color:var(--muted);font-size:11px}.integration-status strong{font-size:20px;margin:7px 0}.integration-status small{color:#77837d}.integration-grid{grid-template-columns:minmax(0,1.65fr) minmax(300px,1fr)}.integration-field{margin-bottom:13px}.integration-field>label{display:block;margin:0 0 6px;color:#65716b;font-size:11px}.integration-field>div{display:flex;gap:7px}.integration-field input{min-width:0;flex:1;height:38px;border:1px solid var(--line);border-radius:9px;background:#f8faf9;color:#34423b;padding:8px 10px;outline:none}.integration-field.compact>div{max-width:280px}.integration-field .button{height:38px;white-space:nowrap}.integration-security{border-left:3px solid #d3a83f;background:#fff9e9;color:#7c662d;border-radius:8px;padding:9px 11px;font-size:10px;line-height:1.6}.integration-running-note{margin-top:16px;border-radius:9px;background:#edf7f2;color:#34775a;padding:10px 12px;font-size:10px;line-height:1.7}.integration-reports-panel{margin-top:18px}.report-result{display:inline-flex;border-radius:999px;padding:4px 8px;background:#eaf7f0;color:#2f7958;font-size:9px}.report-result.warning{background:#fff4e3;color:#936b26}@media(max-width:900px){.integration-grid{grid-template-columns:1fr}}@media(max-width:560px){.integration-status{align-items:flex-start}.integration-field>div{flex-wrap:wrap}.integration-field input{flex-basis:100%}.integration-field .button{flex:1}}
.observation-boundary{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:18px}.observation-boundary span,.observation-boundary strong,.observation-boundary small{display:block}.observation-boundary span{color:var(--muted);font-size:10px}.observation-boundary strong{font-size:17px;margin:7px 0}.observation-boundary small{max-width:780px;color:#718078;line-height:1.6}.observation-layout{grid-template-columns:minmax(470px,1.05fr) minmax(430px,.95fr)}.observation-layout .clickable-row{cursor:pointer}.observation-layout .clickable-row:hover,.observation-layout .clickable-row.selected{background:#f0f8f4}.observation-report-panel{min-height:360px}.observation-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.observation-metrics>div{border:1px solid var(--line);border-radius:10px;background:#f8faf9;padding:10px}.observation-metrics span,.observation-metrics strong{display:block}.observation-metrics span{font-size:9px;color:var(--muted)}.observation-metrics strong{font-size:16px;margin-top:7px}.observation-summary-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:12px}.observation-summary-grid>section{border:1px solid var(--line);border-radius:11px;padding:12px}.observation-summary-grid>section.wide{grid-column:1/-1}.observation-summary-grid h3{font-size:11px;margin:0 0 8px}.observation-line{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding:5px 0;border-bottom:1px solid #edf1ef;font-size:9px}.observation-line:last-child{border-bottom:0}.observation-line span{color:var(--muted)}.observation-line strong{text-align:right;font-weight:600}.observation-no-risk{color:#557266;background:#f1f8f4;border-radius:8px;padding:10px;font-size:9px;line-height:1.6}.observation-caveat{margin-top:12px;border-left:3px solid #d4a83c;background:#fff9e9;color:#7b662e;padding:9px 11px;font-size:9px;line-height:1.6}.observation-timeline-panel{margin-top:18px}.observation-timeline-panel td:last-child{max-width:360px;white-space:normal}.status.stopped{background:#eef2f0;color:#65736c}.status.interrupted{background:#fff2df;color:#946b27}@media(max-width:1100px){.observation-layout{grid-template-columns:1fr}.observation-summary-grid{grid-template-columns:1fr}.observation-summary-grid>section.wide{grid-column:auto}}@media(max-width:650px){.observation-boundary{align-items:flex-start;flex-direction:column}.observation-metrics{grid-template-columns:1fr 1fr}}
.product-recognition-panel{margin-bottom:18px}.note-filters{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.note-filters select{max-width:220px}.product-chips{display:flex;flex-wrap:wrap;gap:5px;min-width:130px;max-width:260px}.product-chip{display:inline-flex;border-radius:999px;background:#e8f5ef;color:#2f7958;padding:4px 8px;font-size:10px;line-height:1.3}.product-state{font-size:10px;color:#8b9691}.product-state.pending{color:#8b6a18}.product-state.failed{color:#a24d45}.strategy-mini-tags{display:flex;flex-wrap:wrap;gap:3px;margin-top:4px;max-width:150px}.strategy-mini-tags span{border-radius:999px;background:#f3f0e7;color:#756338;padding:2px 5px;font-size:8px}@media(max-width:760px){.note-filters{width:100%;justify-content:stretch}.note-filters select{flex:1;max-width:none}.product-recognition-panel .panel-head{flex-direction:column}.product-recognition-panel .button{width:100%}}
.accounts-panel-head{align-items:center}.account-group-tools{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.account-group-tools>span{font-size:10px;color:var(--muted);white-space:nowrap}.account-group-tools select,.account-group-create input{height:36px;border:1px solid var(--line);background:#fbfcfb;border-radius:9px;padding:7px 10px;color:var(--ink);outline:none}.account-group-tools select{min-width:175px}.account-group-create{display:flex;gap:6px}.account-group-create input{width:150px}.account-group-create .button{height:36px;padding:7px 11px;white-space:nowrap}.account-with-groups{min-width:265px;align-items:flex-start}.account-cell-main{min-width:0;flex:1}.account-cell-main>small{display:block;margin-top:4px;color:var(--muted)}.account-name-row{display:flex;align-items:flex-start;gap:7px;min-height:25px}.account-name-row>strong{padding-top:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:190px}.account-group-picker{font-size:10px;flex:0 0 auto}.account-group-picker summary{list-style:none;border:1px solid #cfe3d9;border-radius:999px;background:#f1f8f4;color:#34775a;padding:4px 8px;cursor:pointer;white-space:nowrap;user-select:none}.account-group-picker summary::-webkit-details-marker{display:none}.account-group-picker summary:after{content:"⌄";margin-left:4px;color:#6d8b7c}.account-group-picker[open] summary:after{content:"⌃"}.account-group-menu{width:225px;margin-top:7px;border:1px solid #dce5e1;border-radius:10px;background:#fff;padding:6px;box-shadow:0 10px 25px rgba(25,52,41,.12)}.account-group-menu label{display:grid;grid-template-columns:18px minmax(0,1fr) auto;align-items:center;gap:6px;border-radius:7px;padding:7px 6px;color:#44534c;cursor:pointer}.account-group-menu label:hover{background:#f2f8f5}.account-group-menu input{margin:0;accent-color:var(--green)}.account-group-menu small{color:#98a19d;font-size:8px;white-space:nowrap}.account-group-empty{padding:12px 8px;color:#929d98;text-align:center;line-height:1.6}.account-group-inline-chips{display:flex;gap:4px;flex-wrap:wrap;margin-top:7px}.account-no-group{color:#a0a8a4;font-size:9px}@media(max-width:900px){.accounts-panel-head{align-items:flex-start;flex-direction:column}.account-group-tools{justify-content:flex-start;width:100%}}@media(max-width:620px){.account-group-tools select,.account-group-create{width:100%}.account-group-create input{flex:1;width:auto}.account-group-create .button{flex:0 0 auto}.account-with-groups{min-width:230px}}
.account-collection-settings{display:grid;grid-template-columns:minmax(240px,1fr) auto auto auto;align-items:center;gap:12px;margin:0 0 12px;padding:12px 14px;border:1px solid #dbe7e1;border-radius:11px;background:#f7fbf9}.account-collection-settings>div strong,.account-collection-settings>div small{display:block}.account-collection-settings>div small{margin-top:4px;color:var(--muted);font-size:9px}.account-collection-settings label{display:flex;align-items:center;gap:6px;color:#67746e;font-size:10px;white-space:nowrap}.account-collection-settings select,.account-collection-settings input{height:34px;border:1px solid #d7e1dc;border-radius:8px;background:#fff;padding:6px 8px;color:var(--ink)}.account-collection-settings input{width:58px}.account-collection-settings em{grid-column:1/-1;color:#60806f;font-size:9px;font-style:normal}.account-collection-settings em.risk{color:#b35d3d}@media(max-width:900px){.account-collection-settings{grid-template-columns:1fr 1fr}.account-collection-settings>div{grid-column:1/-1}}@media(max-width:620px){.account-collection-settings{grid-template-columns:1fr}.account-collection-settings em{grid-column:1}.account-collection-settings label{justify-content:space-between}}
.account-collection-settings[hidden]{display:none!important}
.account-batch-toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:-4px 0 14px;padding:11px 12px;border:1px solid #d9e9e1;border-radius:10px;background:#f5faf7}.account-batch-toolbar[hidden]{display:none}.account-batch-toolbar strong{display:block;font-size:12px;color:#356f55}.account-batch-toolbar small{display:block;margin-top:3px;color:var(--muted);font-size:10px}.account-batch-actions{display:flex;align-items:center;gap:7px;flex-wrap:wrap;justify-content:flex-end}.account-batch-actions .button{padding:7px 10px;white-space:nowrap}.account-select-cell{width:38px;min-width:38px;text-align:center;padding-left:8px;padding-right:8px}.account-select-cell input{width:15px;height:15px;margin:0;accent-color:var(--green)}@media(max-width:760px){.account-batch-toolbar{align-items:flex-start;flex-direction:column}.account-batch-actions{width:100%;justify-content:flex-start}.account-batch-actions .button.primary{flex:1}}
.account-collect-button.is-safety-locked{border-color:#e5c87c!important;background:#fff9e8!important;color:#8a6818!important;opacity:1}.account-collect-button.is-safety-locked:hover{background:#fff3cc!important}
.library-tabs{display:flex;align-items:center;gap:5px;margin-bottom:14px;padding:5px;border:1px solid var(--line);border-radius:12px;background:#e9eeeb;width:max-content}.library-tabs button{border:0;border-radius:8px;background:transparent;color:#758079;padding:9px 17px;font-size:12px;font-weight:600}.library-tabs button.active{background:#fff;color:#287653;box-shadow:0 3px 10px rgba(31,66,50,.10)}.library-tabs button span{display:inline-grid;place-items:center;min-width:20px;height:18px;margin-left:5px;border-radius:999px;background:#dce5e0;color:#69756f;padding:0 5px;font-size:9px}.library-tabs button.active span{background:var(--green-soft);color:#287653}.account-notes-link{border:0;background:transparent;color:var(--ink);padding:0;font-weight:700;text-align:left;max-width:190px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.account-notes-link:hover{color:var(--green);text-decoration:underline}.note-account-filter{position:relative;font-size:11px}.note-account-filter>summary{list-style:none;min-width:160px;height:36px;display:flex;align-items:center;justify-content:space-between;gap:10px;border:1px solid var(--line);border-radius:9px;background:#fbfcfb;color:var(--ink);padding:7px 10px;cursor:pointer;white-space:nowrap}.note-account-filter>summary::-webkit-details-marker{display:none}.note-account-filter>summary:after{content:"⌄";color:#7e8b84}.note-account-filter[open]>summary{border-color:#87bea5;box-shadow:0 0 0 3px rgba(62,142,105,.09)}.note-account-filter[open]>summary:after{content:"⌃"}.note-account-filter-menu{position:absolute;right:0;top:43px;z-index:12;width:260px;max-height:360px;overflow:auto;border:1px solid #dce5e1;border-radius:11px;background:#fff;padding:7px;box-shadow:0 16px 36px rgba(22,48,37,.17)}.note-account-filter-head{display:flex;align-items:center;justify-content:space-between;padding:6px 7px 8px;border-bottom:1px solid #edf1ef}.note-account-filter-head strong{font-size:10px}.note-account-filter-head button{border:0;background:transparent;color:var(--green);font-size:9px;padding:3px}.note-account-filter-menu label{display:grid;grid-template-columns:18px minmax(0,1fr) auto;align-items:center;gap:7px;border-radius:8px;padding:8px 7px;cursor:pointer}.note-account-filter-menu label:hover{background:#f2f8f5}.note-account-filter-menu input{margin:0;accent-color:var(--green)}.note-account-filter-menu label span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.note-account-filter-menu label small{color:#99a39e;font-size:8px}.note-account-filter-empty{padding:18px;text-align:center;color:#98a19d}@media(max-width:680px){.library-tabs{width:100%}.library-tabs button{flex:1}.note-account-filter,.note-account-filter>summary{width:100%}.note-account-filter-menu{left:0;right:auto;width:min(300px,84vw)}}
.product-recognition-actions{display:flex;align-items:flex-end;flex-wrap:wrap;gap:8px}.product-recognition-actions label{display:flex;flex-direction:column;gap:5px;color:var(--muted);font-size:9px}.product-recognition-actions select{min-width:180px;height:36px;border:1px solid var(--line);border-radius:9px;background:#fbfcfb;color:var(--ink);padding:7px 10px;outline:none}.product-recognition-actions select:focus{border-color:#87bea5;box-shadow:0 0 0 3px rgba(62,142,105,.09)}.product-recognition-actions .button{height:36px;white-space:nowrap}@media(max-width:760px){.product-recognition-actions{width:100%;align-items:stretch;flex-direction:column}.product-recognition-actions label,.product-recognition-actions select{width:100%}}
.product-source{display:block;margin-top:6px;color:#719080;font-size:9px}
.product-recognition-actions input{width:90px;height:36px;border:1px solid var(--line);border-radius:9px;background:#fbfcfb;color:var(--ink);padding:7px 10px;outline:none}.strategy-summary{display:flex;align-items:center;gap:9px;margin-bottom:12px}.strategy-summary small{color:var(--muted)}.strategy-tag-group{display:grid;gap:7px;margin-top:12px}.strategy-tag-group>strong{font-size:10px;color:#50625a}.strategy-structure{display:grid;gap:7px;margin:0;padding-left:22px}.strategy-structure li{padding-left:3px}.strategy-structure li strong,.strategy-structure li span{display:block}.strategy-structure li strong{font-size:10px}.strategy-structure li span{margin-top:3px;color:var(--muted);font-size:9px;line-height:1.45}
.note-detail-image-placeholder{width:100%;height:100%;display:grid;place-items:center;color:var(--green);font-size:12px;font-weight:600}
.analysis-scope-panel{position:relative}.analysis-scope-grid{display:grid;grid-template-columns:repeat(4,minmax(150px,1fr));gap:12px;align-items:end}.analysis-scope-grid>label{display:flex;flex-direction:column;gap:6px;color:var(--muted);font-size:10px}.analysis-scope-grid select,.analysis-scope-grid input,.analysis-target-picker>summary{width:100%;height:38px;border:1px solid var(--line);border-radius:9px;background:#fbfcfb;color:var(--ink);padding:8px 10px;outline:none}.analysis-scope-grid select:focus,.analysis-scope-grid input:focus,.analysis-target-picker[open]>summary{border-color:#87bea5;box-shadow:0 0 0 3px rgba(62,142,105,.09)}.analysis-target-picker{position:relative;align-self:end}.analysis-target-picker>summary{display:flex;align-items:center;justify-content:space-between;list-style:none;cursor:pointer;font-size:11px}.analysis-target-picker>summary::-webkit-details-marker{display:none}.analysis-target-picker>summary:after{content:"⌄";color:#7e8b84}.analysis-target-choices{position:absolute;left:0;top:44px;z-index:20;width:min(360px,78vw);max-height:330px;overflow:auto;border:1px solid #dce5e1;border-radius:11px;background:#fff;padding:7px;box-shadow:0 16px 36px rgba(22,48,37,.17)}.analysis-target-choices label{display:grid;grid-template-columns:18px minmax(0,1fr);gap:2px 7px;align-items:center;border-radius:8px;padding:8px;cursor:pointer}.analysis-target-choices label:hover{background:#f2f8f5}.analysis-target-choices input{grid-row:1/3;accent-color:var(--green)}.analysis-target-choices span{font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.analysis-target-choices small{font-size:8px;color:var(--muted)}.analysis-scope-help{margin-top:12px;color:var(--muted);font-size:10px;line-height:1.6}.analysis-template-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(205px,1fr));gap:12px;margin:14px 0}.analysis-template-grid button{position:relative;display:grid;grid-template-columns:34px 1fr;text-align:left;gap:3px 10px;min-height:100px;border:1px solid var(--line);border-radius:14px;background:#fff;padding:16px;box-shadow:var(--shadow);transition:.18s}.analysis-template-grid button:hover{transform:translateY(-2px);border-color:#96c7af;box-shadow:0 14px 34px rgba(35,79,58,.12)}.analysis-template-grid button:disabled{opacity:.6;transform:none}.analysis-template-grid button>span{grid-row:1/3;display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:var(--green-soft);color:var(--green);font-weight:700}.analysis-template-grid strong{font-size:13px;color:var(--ink)}.analysis-template-grid small{font-size:9px;line-height:1.55;color:var(--muted)}.analysis-template-grid button.is-running:after{content:"计算中";position:absolute;right:10px;top:10px;color:var(--green);font-size:8px}.analysis-report-state{margin-bottom:14px;padding:13px 16px;color:var(--muted);font-size:11px}.analysis-report-state.running{color:#8a6818;background:#fff9e8}.analysis-report-state.completed{color:#287653;background:#f1faf5}.analysis-report-state.failed{color:#a34c43;background:#fff3f1}.analysis-center-report{display:grid;gap:14px}.analysis-report-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:20px 22px;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:var(--shadow)}.analysis-report-head h2{margin:0 0 5px;font-size:20px}.analysis-report-head p{margin:0;color:var(--muted);font-size:10px}.analysis-result-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:11px}.analysis-result-metrics article{border:1px solid var(--line);border-radius:12px;background:#fff;padding:14px 16px;box-shadow:var(--shadow)}.analysis-result-metrics span,.analysis-result-metrics strong,.analysis-result-metrics small{display:block}.analysis-result-metrics span{font-size:9px;color:var(--muted)}.analysis-result-metrics strong{margin:7px 0 4px;font-size:23px;color:#26372f}.analysis-result-metrics small{font-size:9px;color:#8c9791}.analysis-report-warnings{border:1px solid #f0d69b;border-radius:11px;background:#fff9eb;padding:10px 14px}.analysis-report-warnings p{margin:4px 0;color:#84631e;font-size:10px;line-height:1.5}.analysis-bars{display:grid;gap:8px}.analysis-bars>div{display:grid;grid-template-columns:82px 1fr 34px;align-items:center;gap:9px;font-size:9px}.analysis-bars i{height:9px;border-radius:99px;background:#e8eeeb;overflow:hidden}.analysis-bars b{display:block;height:100%;border-radius:99px;background:linear-gradient(90deg,#56b084,#2d8c63)}.analysis-bars strong{text-align:right}.analysis-center-report table td small{display:block;margin-top:3px;color:var(--muted);font-size:8px}.analysis-timeline{position:relative;display:grid;gap:0}.analysis-timeline:before{content:"";position:absolute;left:8px;top:14px;bottom:14px;width:1px;background:#cee1d7}.analysis-timeline-item{position:relative;display:grid;grid-template-columns:18px minmax(0,1fr) auto;gap:10px;align-items:center;padding:11px 0}.analysis-timeline-item>i{position:relative;z-index:1;width:9px;height:9px;border:2px solid #fff;border-radius:50%;background:var(--green);box-shadow:0 0 0 2px #b7d8c8}.analysis-timeline-item span,.analysis-timeline-item strong,.analysis-timeline-item small{display:block}.analysis-timeline-item span{font-size:8px;color:var(--green)}.analysis-timeline-item strong{font-size:11px;margin:3px 0}.analysis-timeline-item small{font-size:8px;color:var(--muted)}.analysis-evidence-list{display:grid;gap:8px}.analysis-evidence-card{display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid #e5ebe8;border-radius:10px;background:#fafcfb;padding:10px 12px}.analysis-evidence-card strong,.analysis-evidence-card small{display:block}.analysis-evidence-card strong{font-size:11px}.analysis-evidence-card small{margin-top:4px;color:var(--muted);font-size:8px}.analysis-feature-columns{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.analysis-feature-columns>.panel>h2{margin:0 0 13px;font-size:14px}.analysis-feature-columns .feature-list>div{display:flex;justify-content:space-between;align-items:flex-start;gap:8px;padding:9px 0;border-bottom:1px solid #edf1ef}.analysis-feature-columns .feature-list>div:last-child{border:0}.analysis-feature-columns .feature-list strong{font-size:10px}.analysis-feature-columns .feature-list span{font-size:8px;color:var(--muted);text-align:right}.analysis-feature-columns .feature-list small{display:block;color:var(--green);font-size:8px;margin-bottom:3px}.strategy-report-title{margin-top:6px}.strategy-report-title h2{margin:0;font-size:16px}.strategy-report-title p{margin:5px 0 0;color:var(--muted);font-size:9px}.strategy-trend-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(310px,1fr));gap:12px}.strategy-trend-category .panel-head{margin-bottom:8px}.strategy-trend-list{display:grid}.strategy-trend-row{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:9px 0;border-bottom:1px solid #edf1ef}.strategy-trend-row:last-child{border-bottom:0}.strategy-trend-row strong,.strategy-trend-row small{display:block}.strategy-trend-row strong{font-size:10px}.strategy-trend-row small{margin-top:4px;color:var(--muted);font-size:8px}.strategy-trend-row .button{flex:0 0 auto}@media(max-width:1050px){.analysis-scope-grid,.analysis-template-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.analysis-feature-columns{grid-template-columns:1fr}.analysis-result-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:650px){.analysis-scope-grid,.analysis-template-grid,.analysis-result-metrics,.strategy-trend-grid{grid-template-columns:1fr}.analysis-report-head{flex-direction:column}.analysis-timeline-item{grid-template-columns:18px minmax(0,1fr)}.analysis-timeline-item>.button{grid-column:2}.analysis-evidence-card,.strategy-trend-row{align-items:flex-start;flex-direction:column}}
.analysis-assistant-panel{border-color:#b9d9ca;background:linear-gradient(145deg,#fff,#f7fbf9)}.assistant-model-control{display:flex;align-items:flex-end;gap:9px}.assistant-model-control label{display:flex;flex-direction:column;gap:5px;color:var(--muted);font-size:9px}.assistant-model-control select{min-width:190px;height:36px;border:1px solid var(--line);border-radius:9px;background:#fff;padding:7px 10px}.assistant-model-control>span{height:36px;display:flex;align-items:center;border-radius:9px;background:#eaf7f0;color:#287653;padding:0 12px;font-size:9px;font-weight:700}.assistant-view-tabs{display:flex;align-items:center;gap:7px;margin:0 0 12px;border-bottom:1px solid #dce9e3;padding-bottom:8px}.assistant-view-tabs button{border:0;border-radius:8px;background:transparent;color:var(--muted);padding:7px 11px;font-size:10px}.assistant-view-tabs button.active{background:#e9f6ef;color:#23714f;font-weight:700}.assistant-view-tabs button:last-child{margin-left:auto;border:1px solid #cfe0d8;background:#fff;color:#47705e}.assistant-view-tabs span{display:inline-flex;min-width:18px;height:18px;align-items:center;justify-content:center;margin-left:3px;border-radius:99px;background:#d8ede2;font-size:8px}.assistant-grounding-rule{display:flex;align-items:center;gap:10px;border:1px solid #cfe5da;border-radius:10px;background:#f0faf5;padding:10px 12px;color:#456257}.assistant-grounding-rule strong{flex:0 0 auto;color:#267451;font-size:10px}.assistant-grounding-rule span{font-size:9px;line-height:1.5}.assistant-messages{display:grid;gap:12px;max-height:620px;overflow:auto;margin:14px 0;padding-right:4px}.assistant-empty{display:flex;flex-wrap:wrap;gap:7px;color:var(--muted);font-size:9px}.assistant-empty strong{width:100%;color:var(--ink)}.assistant-empty span{border:1px solid var(--line);border-radius:99px;background:#fff;padding:6px 10px}.assistant-message{max-width:92%;border-radius:12px;padding:12px 14px}.assistant-message.user{justify-self:end;background:#2d8c63;color:#fff}.assistant-message.user p{margin:0;font-size:11px}.assistant-message.answer{justify-self:stretch;border:1px solid #dde8e3;background:#fff}.assistant-answer-head{display:flex;justify-content:space-between;gap:10px;align-items:center;margin-bottom:10px}.assistant-answer-head>div{display:flex;align-items:center;gap:8px}.assistant-answer-head strong{font-size:12px}.assistant-answer-head span{color:#287653;font-size:8px}.assistant-answer-head button{border:1px solid #cfe0d8;border-radius:7px;background:#f7fbf9;color:#287653;padding:5px 8px;font-size:8px}.assistant-section+.assistant-section{margin-top:14px}.assistant-section h3{margin:0 0 7px;font-size:12px}.assistant-fact{display:grid;grid-template-columns:10px minmax(0,1fr) auto;gap:7px;align-items:start;padding:6px 0;border-bottom:1px solid #eef2f0}.assistant-fact:last-child{border-bottom:0}.assistant-fact>i{width:6px;height:6px;margin-top:5px;border-radius:50%;background:#56aa80}.assistant-fact.limitation>i{background:#d3a231}.assistant-fact span{font-size:10px;line-height:1.6}.assistant-fact button{font-size:8px}.assistant-prompts{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:9px}.assistant-prompts button{border:1px solid #cfe0d8;border-radius:99px;background:#fff;color:#47705e;padding:6px 10px;font-size:9px}.assistant-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:9px;align-items:stretch}.assistant-form textarea{resize:vertical;min-height:58px;border:1px solid #cbdcd4;border-radius:11px;background:#fff;padding:10px 12px;outline:none;font:inherit;line-height:1.5}.assistant-form textarea:focus{border-color:#79b797;box-shadow:0 0 0 3px rgba(62,142,105,.09)}.assistant-form .button{min-width:96px}.assistant-state{margin-top:8px;color:var(--muted);font-size:9px}.assistant-state.running{color:#89691e}.assistant-state.failed{color:#a34c43}.assistant-state.completed{color:#287653}.assistant-save-box{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-bottom:12px;border:1px solid #cfe5da;border-radius:10px;background:#f0faf5;padding:11px 12px}.assistant-save-box label{display:grid;gap:5px;flex:1;color:var(--muted);font-size:9px}.assistant-save-box input{height:36px;border:1px solid var(--line);border-radius:8px;background:#fff;padding:7px 10px}.assistant-save-box>div{display:flex;gap:7px}.assistant-saved-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:14px}.assistant-saved-grid>section{min-width:0;border:1px solid #dde8e3;border-radius:11px;background:#fff;padding:12px}.assistant-saved-head h3{margin:0;font-size:12px}.assistant-saved-head p{margin:3px 0 10px;color:var(--muted);font-size:8px}.assistant-saved-list{display:grid;gap:8px}.assistant-saved-card{display:grid;gap:6px;border:1px solid #e2ebe7;border-radius:9px;padding:10px}.assistant-saved-card strong{font-size:10px}.assistant-saved-card p{margin:0;color:#52645c;font-size:9px;line-height:1.5}.assistant-saved-meta{display:flex;flex-wrap:wrap;gap:6px;color:var(--muted);font-size:8px}.assistant-saved-actions{display:flex;flex-wrap:wrap;gap:6px}.assistant-saved-actions button{border:1px solid #d4e2dc;border-radius:7px;background:#fff;color:#39735a;padding:5px 8px;font-size:8px}.assistant-saved-actions button.primary{background:#e9f6ef}.assistant-saved-actions button.danger{color:#a34c43}.assistant-saved-empty{border:1px dashed #d5e1dc;border-radius:9px;color:var(--muted);padding:16px;text-align:center;font-size:9px}.assistant-observation-detail{margin-top:14px;border:1px solid #cfe0d8;border-radius:11px;background:#fff;padding:13px}.assistant-observation-detail h3{margin:0 0 5px;font-size:13px}.assistant-diff-summary{display:flex;flex-wrap:wrap;gap:7px;margin:10px 0}.assistant-diff-summary span{border-radius:99px;background:#eef6f2;color:#426354;padding:5px 9px;font-size:8px}.assistant-diff-list{display:grid;gap:7px}.assistant-diff-item{border-left:3px solid #6cab8c;background:#f7fbf9;padding:8px 10px;font-size:9px;line-height:1.55}.assistant-diff-item.removed{border-color:#c88982;background:#fff8f7}.assistant-diff-item small{display:block;color:var(--muted)}@media(max-width:760px){.assistant-model-control{width:100%;align-items:stretch;flex-direction:column}.assistant-model-control select{width:100%}.assistant-form{grid-template-columns:1fr}.assistant-message{max-width:100%}.assistant-saved-grid{grid-template-columns:1fr}.assistant-save-box{align-items:stretch;flex-direction:column}.assistant-view-tabs button:last-child{margin-left:0}}
.assistant-save-box[hidden]{display:none}
.topbar[hidden]{display:none}

/* 拼贴创作：五列结构板，行保持完整路线，单格可以跨行替换。 */
.collage-workspace{display:grid;gap:14px}.collage-scope-panel{position:relative}.collage-scope-grid{display:grid;grid-template-columns:repeat(4,minmax(150px,1fr));gap:12px;align-items:end}.collage-scope-grid label{display:grid;gap:6px;color:var(--muted);font-size:10px}.collage-scope-grid select,.collage-scope-grid input{width:100%;height:40px;border:1px solid var(--line);border-radius:9px;background:#fff;color:var(--ink);padding:7px 10px;outline:none}.collage-scope-grid select:focus,.collage-scope-grid input:focus,.collage-focus-field textarea:focus,.collage-output-panel textarea:focus{border-color:#87bea5;box-shadow:0 0 0 3px rgba(62,142,105,.09)}.collage-scope-grid>.button{height:40px}.collage-date-range-picker,.collage-date-range-picker .analysis-date-range-trigger{height:40px}.collage-date-range-picker .analysis-date-range-popover{top:48px}.collage-model-field{position:relative}.collage-model-field small{position:absolute;right:2px;top:0;color:#638174;font-size:8px}.collage-focus-field{display:grid;gap:6px;margin-top:12px;color:var(--muted);font-size:10px}.collage-focus-field textarea,.collage-output-panel textarea{width:100%;resize:vertical;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--ink);padding:10px 12px;outline:none;font:inherit;line-height:1.65}.collage-title-sources{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:9px}.collage-title-source{display:grid;grid-template-columns:18px minmax(0,1fr);gap:5px 8px;align-items:start;border:1px solid #e1e9e5;border-radius:10px;background:#fbfdfc;padding:10px 11px;cursor:pointer}.collage-title-source:has(input:checked){border-color:#72b28f;background:#eff9f4;box-shadow:0 0 0 2px rgba(65,151,109,.1)}.collage-title-source input{margin-top:2px;accent-color:var(--green)}.collage-title-source strong{font-size:11px;line-height:1.45}.collage-title-source small{grid-column:2;color:var(--muted);font-size:8px;line-height:1.4}.collage-generated-titles{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:8px;margin-top:12px}.collage-generated-titles>button,.collage-generated-titles>span{min-height:48px;border:1px solid #dce7e2;border-radius:9px;background:#fff;padding:10px 12px;color:var(--ink);text-align:left;font-size:11px;line-height:1.45}.collage-generated-titles>button:hover{border-color:#79b797;background:#f3faf6}.collage-generated-titles>span{display:grid;place-items:center;color:var(--muted);border-style:dashed}.collage-selection-summary{border-radius:99px;background:#edf7f2;color:#287653;padding:6px 10px;font-size:9px;font-weight:700}.collage-board-scroll{overflow-x:auto;padding-bottom:5px}.collage-board{min-width:1250px;display:grid;gap:8px}.collage-board-head,.collage-route-row{display:grid;grid-template-columns:120px repeat(5,minmax(210px,1fr));gap:8px}.collage-board-head>span{border-radius:8px;background:#eef5f1;padding:9px 10px;color:#486459;font-size:9px;font-weight:700;text-align:center}.collage-board-head>span:first-child{background:transparent}.collage-route-meta{display:flex;flex-direction:column;align-items:flex-start;gap:6px;border:1px solid #e0e8e4;border-radius:10px;background:#f8fbf9;padding:10px}.collage-route-meta.main-style{border-color:#dfad52;background:#fff9eb;box-shadow:0 0 0 2px rgba(223,173,82,.12)}.collage-route-meta strong{font-size:10px;line-height:1.4}.collage-route-meta small{color:var(--muted);font-size:8px;line-height:1.4}.collage-route-actions{display:grid;gap:5px;width:100%;margin-top:auto}.collage-route-meta button{border:1px solid #cfe0d8;border-radius:7px;background:#fff;color:#347457;padding:5px 7px;font-size:8px}.collage-route-meta button[data-collage-style-route].active{border-color:#d4a03c;background:#fff3d8;color:#8a6012;font-weight:700}.collage-cell{position:relative;min-height:158px;border:1px solid #e0e8e4;border-radius:10px;background:#fff;padding:11px;text-align:left;color:var(--ink);cursor:pointer;transition:.15s}.collage-cell:hover{border-color:#89bea3;transform:translateY(-1px)}.collage-cell.selected{border-color:#399066;background:#edf8f2;box-shadow:0 0 0 2px rgba(57,144,102,.13)}.collage-cell.unavailable{cursor:not-allowed;background:#f6f7f6;color:#98a19d;border-style:dashed}.collage-cell b,.collage-cell span,.collage-cell small{display:block}.collage-cell b{margin-bottom:7px;color:#287653;font-size:9px}.collage-cell span{font-size:10px;line-height:1.62;white-space:pre-line}.collage-cell small{margin-top:8px;color:var(--muted);font-size:8px;line-height:1.4}.collage-cell .collage-source-link{position:absolute;right:8px;bottom:7px;border:0;background:transparent;color:#438264;padding:2px;font-size:8px}.collage-output-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.collage-output-panel textarea{min-height:340px}.collage-evidence-state{margin-top:8px;color:var(--muted);font-size:9px}.collage-evidence-state.ready{color:#287653}.collage-evidence-state.warn{color:#946e20}.collage-warning-list{margin:10px 0 0;border:1px solid #f0d69b;border-radius:9px;background:#fff9eb;padding:9px 12px;color:#84631e;font-size:9px;line-height:1.6}
@media(max-width:1080px){.collage-scope-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:650px){.collage-scope-grid{grid-template-columns:1fr}.collage-title-sources,.collage-generated-titles{grid-template-columns:1fr}.collage-output-panel .panel-head,.collage-title-panel .panel-head{align-items:stretch;flex-direction:column}}

/* 分析范围：标签和值合并为一体式输入框，风格与参考筛选表单一致。 */
.analysis-scope-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 16px;align-items:stretch}
.analysis-scope-grid>label{min-width:0;height:48px;display:grid;grid-template-columns:max-content minmax(0,1fr);align-items:center;gap:0;border:1px solid #dfe4e1;border-radius:9px;background:#fff;color:#59655f;font-size:12px;transition:border-color .16s,box-shadow .16s}
.analysis-scope-grid>label[hidden]{display:none}
.analysis-scope-grid>label:focus-within{border-color:#87bea5;box-shadow:0 0 0 3px rgba(62,142,105,.09)}
.analysis-scope-grid>label>span{display:flex;align-items:center;height:26px;margin-left:14px;padding-right:14px;border-right:1px solid #e5e9e7;white-space:nowrap}
.analysis-scope-grid>label>select,.analysis-scope-grid>label>input{min-width:0;width:100%;height:46px;border:0;border-radius:0;background:transparent;color:var(--ink);padding:0 14px;outline:none;font-size:12px;box-shadow:none}
.analysis-scope-grid>label>select:focus,.analysis-scope-grid>label>input:focus{border:0;box-shadow:none}
.analysis-target-picker{grid-column:1/-1;align-self:stretch;height:48px;border:1px solid #dfe4e1;border-radius:9px;background:#fff;transition:border-color .16s,box-shadow .16s}
.analysis-target-picker[open]{border-color:#87bea5;box-shadow:0 0 0 3px rgba(62,142,105,.09)}
.analysis-target-picker>summary{display:grid;grid-template-columns:max-content minmax(0,1fr) auto;align-items:center;gap:0;width:100%;height:46px;border:0;border-radius:0;background:transparent;padding:0 14px;color:var(--ink);font-size:12px;box-shadow:none}
.analysis-target-picker>summary:before{content:"账号选择";display:flex;align-items:center;height:26px;margin-right:14px;padding-right:14px;border-right:1px solid #e5e9e7;color:#59655f}
.analysis-target-picker>summary:after{content:"⌄";color:#7e8b84}
.analysis-target-picker[open]>summary{border:0;box-shadow:none}
.analysis-target-choices{top:55px}
@media(max-width:650px){.analysis-scope-grid{grid-template-columns:1fr}.analysis-target-picker{grid-column:auto}}

/* 账号范围：在原输入框内展开账号 / 账号组树，不再占用下一行。 */
.analysis-scope-picker{position:relative;min-width:0;height:48px}
.analysis-scope-picker>summary{width:100%;height:48px;display:grid;grid-template-columns:max-content minmax(0,1fr) auto;align-items:center;border:1px solid #dfe4e1;border-radius:9px;background:#fff;padding:0 14px;list-style:none;outline:none;color:var(--ink);cursor:pointer;transition:border-color .16s,box-shadow .16s}
.analysis-scope-picker>summary::-webkit-details-marker{display:none}
.analysis-scope-picker>summary>span{display:flex;align-items:center;height:26px;margin-right:14px;padding-right:14px;border-right:1px solid #e5e9e7;color:#59655f;font-size:12px;white-space:nowrap}
.analysis-scope-picker>summary>strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:400}
.analysis-scope-picker>summary:after{content:"⌄";margin-left:10px;color:#7e8b84}
.analysis-scope-picker[open]>summary{border-color:#87bea5;box-shadow:0 0 0 3px rgba(62,142,105,.09)}
.analysis-scope-picker[open]>summary:after{content:"⌃"}
.analysis-scope-menu{position:absolute;z-index:32;top:56px;left:0;width:min(430px,calc(100vw - 340px));min-width:370px;max-height:520px;overflow:auto;border:1px solid #dce5e1;border-radius:12px;background:#fff;padding:8px;box-shadow:0 20px 48px rgba(22,48,37,.2)}
.analysis-scope-menu-head{display:flex;align-items:center;justify-content:space-between;padding:7px 8px 10px;border-bottom:1px solid #edf1ef}
.analysis-scope-menu-head>strong{font-size:11px}
.analysis-scope-menu-head>button{border:0;background:transparent;color:#2d7d5a;padding:3px 0;font-size:10px;cursor:pointer}
.analysis-scope-all{width:100%;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;margin:7px 0;border:0;border-radius:9px;background:transparent;padding:10px;text-align:left;color:var(--ink);cursor:pointer}
.analysis-scope-all:hover,.analysis-scope-all.active{background:#edf7f2;color:#267451}
.analysis-scope-all>span{font-size:11px;font-weight:700}.analysis-scope-all>small{color:var(--muted);font-size:9px}
.analysis-scope-menu .analysis-target-choices{position:static;width:auto;max-height:none;overflow:visible;border:0;border-radius:0;background:transparent;padding:0;box-shadow:none}
.analysis-scope-branch{border-top:1px solid #edf1ef}
.analysis-scope-branch>summary{display:grid;grid-template-columns:minmax(0,1fr) auto 16px;align-items:center;gap:8px;padding:11px 10px;list-style:none;outline:none;border-radius:9px;color:var(--ink);cursor:pointer}
.analysis-scope-branch>summary::-webkit-details-marker{display:none}
.analysis-scope-branch>summary:after{content:"›";color:#7e8b84;font-size:16px;transform:rotate(0);transition:transform .15s}
.analysis-scope-branch[open]>summary:after{transform:rotate(90deg)}
.analysis-scope-branch.active>summary{color:#267451;background:#f2f8f5}
.analysis-scope-branch>summary:focus-visible{box-shadow:inset 0 0 0 2px #87bea5}
.analysis-scope-branch>summary>span{font-size:11px;font-weight:700}.analysis-scope-branch>summary>small{color:var(--muted);font-size:9px;font-weight:400}
.analysis-scope-branch-list{padding:2px 4px 8px 14px}
.analysis-scope-choice{display:grid!important;grid-template-columns:18px minmax(0,1fr) auto!important;gap:3px 8px!important;align-items:center!important;padding:9px 8px!important}
.analysis-scope-choice>input{grid-row:1/3;width:14px!important;height:14px!important;margin:0;accent-color:var(--green)}
.analysis-scope-choice>span{font-size:11px}.analysis-scope-choice>small{grid-column:2/4;font-size:8px!important;color:var(--muted)}
.analysis-group-node{border-radius:9px}.analysis-group-node:hover{background:#f7faf8}
.analysis-group-node>details{margin:0 8px 7px 34px;border-left:1px solid #dce8e2;padding-left:10px}
.analysis-group-node>details>summary{width:max-content;list-style:none;outline:none;color:#528069;padding:3px 0 6px;font-size:9px;cursor:pointer}
.analysis-group-node>details>summary::-webkit-details-marker{display:none}.analysis-group-node>details>summary:after{content:" ›"}
.analysis-group-node>details[open]>summary:after{content:" ⌄"}
.analysis-group-node ul{display:grid;gap:2px;margin:0;padding:0 0 5px;list-style:none}
.analysis-group-node li{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;padding:6px 7px;border-radius:7px;color:#52615a}
.analysis-group-node li:hover{background:#eef5f1}.analysis-group-node li span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10px}.analysis-group-node li small{color:var(--muted);font-size:8px}
.analysis-group-empty{padding:7px;color:var(--muted);font-size:9px}
@media(max-width:650px){.analysis-scope-menu{left:0;width:min(430px,calc(100vw - 32px));min-width:0}}

/* 分析中心时间范围：同一输入框打开双月日历，并提供常用时间快捷项。 */
.analysis-date-range-picker{position:relative;min-width:0;height:48px}
.analysis-date-range-trigger{width:100%;height:48px;display:grid;grid-template-columns:max-content minmax(0,1fr) 18px;align-items:center;border:1px solid #dfe4e1;border-radius:9px;background:#fff;padding:0 14px;color:var(--ink);text-align:left;transition:border-color .16s,box-shadow .16s}
.analysis-date-range-trigger>span{display:flex;align-items:center;height:26px;margin-right:14px;padding-right:14px;border-right:1px solid #e5e9e7;color:#59655f;font-size:12px;white-space:nowrap}
.analysis-date-range-trigger>strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:400}
.analysis-date-range-trigger svg{width:17px;height:17px;fill:none;stroke:#52615a;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.analysis-date-range-picker.open .analysis-date-range-trigger{border-color:#87bea5;box-shadow:0 0 0 3px rgba(62,142,105,.09)}
.analysis-date-range-picker.disabled{opacity:.58}
.analysis-date-range-picker.disabled .analysis-date-range-trigger{cursor:not-allowed;background:#f4f6f5}
.analysis-date-range-popover{position:absolute;z-index:35;top:56px;right:0;width:min(720px,calc(100vw - 320px));min-width:620px;border:1px solid #dce5e1;border-radius:12px;background:#fff;box-shadow:0 20px 48px rgba(22,48,37,.2);overflow:hidden}
.analysis-date-range-popover[hidden]{display:none}
.analysis-date-range-values{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:10px;padding:12px 16px;border-bottom:1px solid #edf1ef;background:#fbfcfb}
.analysis-date-range-values input{height:36px!important;border:1px solid #dfe4e1!important;border-radius:8px!important;background:#fff!important;padding:0 11px!important;color:var(--ink)!important;font-size:12px!important;text-align:center;cursor:default}
.analysis-date-range-values span{color:#89938e;font-size:11px}
.analysis-date-calendars{display:grid;grid-template-columns:1fr 1fr}
.analysis-calendar{min-width:0;padding:12px 16px 10px}
.analysis-calendar+.analysis-calendar{border-left:1px solid #edf1ef}
.analysis-calendar-head{display:grid;grid-template-columns:30px 30px minmax(0,1fr) 30px 30px;align-items:center;margin-bottom:8px}
.analysis-calendar-head strong{text-align:center;font-size:14px}
.analysis-calendar-head button{width:28px;height:28px;border:0;border-radius:7px;background:transparent;color:#65726c;font-size:18px;line-height:1}
.analysis-calendar-head button:hover{background:#f0f6f3;color:#287653}
.analysis-calendar-weekdays,.analysis-calendar-days{display:grid;grid-template-columns:repeat(7,1fr)}
.analysis-calendar-weekdays span{height:29px;display:grid;place-items:center;color:#7c8782;font-size:10px}
.analysis-calendar-days button{position:relative;height:34px;border:0;border-radius:0;background:transparent;color:#35413c;font-size:11px}
.analysis-calendar-days button:hover:not(:disabled){z-index:1;border-radius:7px;background:#edf6f1;color:#246d4d}
.analysis-calendar-days button:disabled{color:#c6ccc9;cursor:default}
.analysis-calendar-days button.today:not(.range-start):not(.range-end):after{content:"";position:absolute;left:50%;bottom:3px;width:3px;height:3px;border-radius:50%;background:var(--green);transform:translateX(-50%)}
.analysis-calendar-days button.in-range{background:#edf6f1}
.analysis-calendar-days button.range-start,.analysis-calendar-days button.range-end{z-index:1;border-radius:7px;background:#39423e;color:#fff;font-weight:700}
.analysis-date-presets{display:flex;align-items:center;gap:8px;flex-wrap:wrap;padding:12px 16px;border-top:1px solid #edf1ef;background:#fbfcfb}
.analysis-date-presets button{height:31px;border:1px solid #e5e9e7;border-radius:7px;background:#fff;color:#4e5c55;padding:0 11px;font-size:10px;white-space:nowrap}
.analysis-date-presets button:hover{border-color:#9bc8b2;background:#eff8f3;color:#287653}
.analysis-date-presets button.clear{margin-left:auto;color:#79847f}
@media(max-width:1050px){.analysis-date-range-popover{left:0;right:auto;width:min(700px,calc(100vw - 130px));min-width:600px}}
@media(max-width:650px){.analysis-date-range-popover{position:fixed;left:12px;right:12px;top:50%;width:auto;min-width:0;max-height:88vh;overflow:auto;transform:translateY(-50%)}.analysis-date-calendars{grid-template-columns:1fr}.analysis-calendar+.analysis-calendar{display:none}.analysis-date-presets button.clear{margin-left:0}}

/* 分析参数说明：问号贴在名称右上角，点击显示站内解释。 */
.analysis-field-help-trigger{position:relative;top:-7px;width:15px;height:15px;display:inline-grid;place-items:center;flex:0 0 auto;margin-left:4px;border:1px solid #9eaaa4;border-radius:50%;background:#fff;color:#68766f;padding:0;font-size:9px;font-weight:700;line-height:1}
.analysis-field-help-trigger:hover,.analysis-field-help-trigger.active{border-color:var(--green);background:var(--green);color:#fff}
.analysis-field-help-trigger:focus-visible{outline:2px solid rgba(47,143,104,.3);outline-offset:2px}
.analysis-field-help-popover{position:fixed;z-index:60;width:min(380px,calc(100vw - 24px));border:1px solid #cfe0d8;border-radius:12px;background:#fff;padding:17px 18px 16px;box-shadow:0 20px 52px rgba(18,43,32,.22)}
.analysis-field-help-popover[hidden]{display:none}
.analysis-field-help-popover:before{content:"";position:absolute;top:-6px;left:var(--help-arrow-left,24px);width:10px;height:10px;border-left:1px solid #cfe0d8;border-top:1px solid #cfe0d8;background:#fff;transform:rotate(45deg)}
.analysis-field-help-popover.above:before{top:auto;bottom:-6px;border:0;border-right:1px solid #cfe0d8;border-bottom:1px solid #cfe0d8}
.analysis-field-help-popover h3{margin:0 28px 11px 0;color:#27372f;font-size:14px}
.analysis-field-help-popover p{margin:0;color:#56655e;font-size:11px;line-height:1.7}
.analysis-field-help-popover p+p{margin-top:9px}
.analysis-field-help-popover ul{display:grid;gap:8px;margin:12px 0 0;padding:0;list-style:none}
.analysis-field-help-popover li{border-radius:8px;background:#f4f8f6;padding:8px 10px;color:#5a6962;font-size:10px;line-height:1.6}
.analysis-field-help-popover li strong{color:#287653}
.analysis-field-help-popover .help-note{margin-top:11px;border-left:3px solid #d5a43b;background:#fff9ea;padding:7px 9px;color:#7a642d;font-size:10px}
.analysis-field-help-close{position:absolute;right:10px;top:9px;width:25px;height:25px;border:0;border-radius:50%;background:#f0f4f2;color:#738079;padding:0;font-size:18px;line-height:1}
.analysis-field-help-close:hover{background:#e5eeea;color:#365e4c}
@media(max-width:650px){.analysis-field-help-popover{left:12px!important;right:12px;width:auto}.analysis-field-help-popover:before{display:none}}

/* 一级洞察栏目 + 账号收集二级 Tab。 */
.data-domain-tabs{display:flex;align-items:stretch;gap:0;margin:-28px -34px 26px;padding:0 34px;border-bottom:1px solid #dce4e0;background:#fff}
.data-domain-tabs[hidden]{display:none}
.data-domain-tabs button{position:relative;display:flex;align-items:center;gap:9px;height:58px;border:0;background:transparent;color:#758079;padding:0 24px;font-size:14px;font-weight:700;white-space:nowrap}
.data-domain-tabs button:after{content:"";position:absolute;left:20px;right:20px;bottom:-1px;height:3px;border-radius:3px 3px 0 0;background:transparent}
.data-domain-tabs button:hover{color:#287653;background:#f8fbf9}
.data-domain-tabs button.active{color:#216d4c;background:#f4faf7}
.data-domain-tabs button.active:after{background:var(--green)}
.data-domain-tabs small{display:inline-grid;place-items:center;min-width:34px;height:21px;border-radius:999px;background:#edf1ef;color:#78847e;padding:0 7px;font-size:10px;font-weight:600}
.data-domain-tabs button.active small{background:#dcefe5;color:#287653}
.data-domain-tabs.is-loading button{cursor:wait}
.data-domain-tabs.is-loading button:not(.active){opacity:.55}
.collector-tabs{display:flex;align-items:center;gap:5px;margin:-8px 0 18px;padding:5px;border:1px solid var(--line);border-radius:12px;background:#e9eeeb;width:max-content;max-width:100%;overflow-x:auto}
.collector-tabs[hidden]{display:none}
.collector-tabs button{height:38px;flex:0 0 auto;border:0;border-radius:8px;background:transparent;color:#6f7b75;padding:0 18px;font-size:12px;font-weight:600;white-space:nowrap}
.collector-tabs button:hover{color:#287653;background:rgba(255,255,255,.55)}
.collector-tabs button.active{background:#fff;color:#287653;box-shadow:0 3px 10px rgba(31,66,50,.10)}
.insight-placeholder{min-height:420px;display:flex;flex-direction:column;align-items:center;justify-content:center}
.insight-placeholder .placeholder-icon{width:58px;height:58px;display:grid;place-items:center;border-radius:17px;background:var(--green-soft);font-size:30px}
@media(max-width:680px){.data-domain-tabs{margin:-20px -14px 20px;padding:0 14px}.data-domain-tabs button{flex:1;justify-content:center;height:54px;padding:0 10px}.data-domain-tabs button:after{left:10px;right:10px}.collector-tabs{width:100%;margin-top:0}.collector-tabs button{padding:0 14px}}

/* 账号观察首期只展示总体状况；旧分析区和旧筛选仍保留在DOM中，后续可直接恢复。 */
#legacyAnalysisCenter[hidden],.legacy-analysis-filter{display:none!important}
.overview-generate-button{min-height:48px;border-radius:9px;font-weight:700}
.account-overview-state{margin-top:16px;color:var(--muted);font-size:12px;text-align:center}
.account-overview-state.running{color:#89691e;background:#fff9e8;border-color:#f0dfb2}
.account-overview-state.failed{color:#a34c43;background:#fff3f1;border-color:#ebc7c2}
.account-overview-report{display:grid;gap:14px;margin-top:16px}
.account-overview-report[hidden]{display:none}
.overview-report-title{margin:3px 2px 0;color:#283e34;font-size:20px}
.overview-result-metrics strong,.overview-result-metrics small{display:inline-block}
.overview-result-metrics strong{margin-right:4px}
.overview-period-change{font-weight:700}
.overview-period-change.increase{color:#c44f43}
.overview-period-change.decrease{color:#2d8c63}
.overview-account-link{border:0;background:transparent;color:#267451;padding:0;font-weight:700;text-align:left}
.overview-account-link:hover{text-decoration:underline}
.overview-viral-panel{overflow:hidden;border-top:3px solid #d98b3f}.overview-viral-table-wrap{overflow-x:auto}.overview-viral-table{min-width:820px}.overview-viral-table th:nth-child(1){width:150px}.overview-viral-table th:nth-child(2){width:90px}.overview-viral-table th:nth-child(4){width:130px}.overview-viral-table th:nth-child(5){width:150px}.overview-viral-table td{vertical-align:top}.overview-viral-accounts{display:flex;flex-wrap:wrap;gap:7px}.overview-viral-account{display:grid;gap:2px;border:1px solid #dce8e2;border-radius:8px;background:#f8fbf9;padding:6px 8px}.overview-viral-account strong{font-size:10px}.overview-viral-account small{color:#7b8982;font-size:8px;font-weight:400}.overview-viral-account:hover{background:#eef7f2;text-decoration:none}.overview-viral-share{color:#be6c1f}.overview-viral-empty{color:#9aa49f}.overview-viral-rule{margin:10px 2px 0;color:#7a8781;font-size:9px;line-height:1.6}
.overview-chart-panel{overflow:hidden}
.overview-chart-legend{display:flex;align-items:center;gap:18px;margin:-4px 0 12px;color:#65736c;font-size:10px}
.overview-chart-legend span{display:inline-flex;align-items:center;gap:6px}
.overview-chart-legend span:before{content:"";width:10px;height:10px;border-radius:3px;background:#3a9b70}
.overview-chart-legend span.high:before{background:#e59a45}
.overview-chart-legend small{margin-left:auto;color:#8b9690}
.overview-chart-scroll{overflow-x:auto;overflow-y:hidden;padding-bottom:4px}
.overview-chart{display:block;min-width:100%;background:#fff}
.overview-chart-grid line{stroke:#e8eeeb;stroke-width:1}
.overview-chart-grid text{fill:#8b9690;font-size:9px}
.overview-chart-axis{stroke:#cbd6d1;stroke-width:1}
.overview-chart-account{cursor:pointer;outline:none}
.overview-chart-account rect{transition:opacity .16s,filter .16s}
.overview-chart-account rect.published{fill:#3a9b70}
.overview-chart-account rect.high{fill:#e59a45}
.overview-chart-account:hover rect,.overview-chart-account:focus rect{filter:brightness(.92);opacity:.9}
.overview-chart-account:focus .overview-chart-label{fill:#176d49;font-weight:700;text-decoration:underline}
.overview-chart-label{fill:#44534c;font-size:10px}
.account-overview-drawer-backdrop{z-index:45}
.account-overview-drawer{width:min(540px,96vw);overflow-y:auto}
.account-overview-drawer .drawer-head{position:sticky;top:-24px;z-index:3;margin:-24px -24px 20px;padding:24px;background:#fff;border-bottom:1px solid var(--line)}
.overview-drawer-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:14px}
.overview-drawer-metrics>div{border:1px solid var(--line);border-radius:10px;background:#f8faf9;padding:11px}
.overview-drawer-metrics span,.overview-drawer-metrics strong{display:block}
.overview-drawer-metrics span{color:var(--muted);font-size:9px}
.overview-drawer-metrics strong{margin-top:5px;font-size:15px}
.overview-calendar-legend{display:flex;gap:15px;margin:0 0 13px;color:#68766f;font-size:9px}
.overview-calendar-legend span{display:inline-flex;align-items:center;gap:6px}
.overview-calendar-legend span:before{content:"";width:9px;height:9px;border-radius:3px;background:#e8f4ee;border:1px solid #bcdacb}
.overview-calendar-legend span+span:before{background:#fff0de;border-color:#efb56f}
.overview-calendar-list{display:grid;gap:14px}
.overview-calendar-month{border:1px solid var(--line);border-radius:12px;background:#fff;padding:14px}
.overview-calendar-month h3{margin:0 0 10px;font-size:13px}
.overview-calendar-weekdays,.overview-calendar-days{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:4px}
.overview-calendar-weekdays span{display:grid;place-items:center;height:22px;color:#89938e;font-size:9px}
.overview-calendar-days>div{min-height:58px;border:1px solid transparent;border-radius:8px;padding:6px;background:#f7f9f8}
.overview-calendar-days>div.outside{background:transparent}
.overview-calendar-days>div.has-notes{background:#eaf6f0;border-color:#c8e3d5}
.overview-calendar-days>div.has-high{background:#fff0de;border-color:#efb56f;box-shadow:inset 0 0 0 1px rgba(229,154,69,.08)}
.overview-calendar-days span,.overview-calendar-days strong,.overview-calendar-days small{display:block}
.overview-calendar-days span{color:#77837d;font-size:9px}
.overview-calendar-days strong{margin-top:5px;color:#33443c;font-size:10px}
.overview-calendar-days small{margin-top:3px;color:#bb6d19;font-size:8px;font-weight:700}
.account-feature-divider{display:grid;grid-template-columns:auto auto minmax(40px,1fr);align-items:center;gap:10px;margin:22px 0 2px;color:#213d31}
.account-feature-divider span{display:inline-flex;align-items:center;height:25px;border-radius:999px;background:#234c3c;color:#fff;padding:0 10px;font-size:9px;font-weight:700;letter-spacing:.08em}
.account-feature-divider strong{font-size:17px;white-space:nowrap}
.account-feature-divider i{height:1px;background:linear-gradient(90deg,#86b8a1,var(--line));}
.account-feature-title{grid-template-columns:auto minmax(40px,1fr)}
.account-feature-intro{border-top:3px solid #3c906a}
.account-feature-toolbar{display:flex;justify-content:flex-end}
.account-feature-filter{display:inline-flex!important;flex-direction:row!important;align-items:center;gap:8px;min-height:36px;border:1px solid #cfe1d8;border-radius:9px;background:#f4faf7;padding:0 12px;color:#2b674d;font-size:10px;font-weight:700;white-space:nowrap}
.account-feature-filter input{width:15px;height:15px;accent-color:var(--green)}
.account-feature-category-list{margin-top:15px}
.account-feature-category{overflow:hidden}
.account-feature-category+.account-feature-category{margin-top:18px;padding-top:18px;border-top:1px solid #dfe8e4}
.account-feature-category-heading strong{display:inline-flex;align-items:baseline;color:#254d3b;font-size:12px}
.account-feature-category-heading span{display:inline;color:#6f7f77;font-size:10px;font-weight:600}
.account-feature-summary-row td{background:#f1f7f4!important;color:#294b3c;font-weight:700}
.account-feature-summary-row td:first-child strong{color:#1f6749}
.account-feature-category td:first-child{min-width:165px}
.account-feature-trend-heading{min-width:300px;text-align:center}
.account-feature-trend-cell{width:38%;min-width:300px;padding:4px 10px}
.account-feature-trend-button{display:block;width:100%;border:1px solid transparent;border-radius:8px;background:transparent;padding:2px 4px;transition:.16s}
.account-feature-trend-button:hover,.account-feature-trend-button:focus-visible{border-color:#b9d8c9;background:#f7fbf9;outline:none}
.account-feature-trend-svg{display:block;width:100%;height:auto;overflow:visible}
.account-feature-trend-svg .trend-axis{stroke:#bdcbc4;stroke-width:1}
.account-feature-trend-svg .trend-lines polyline{fill:none;stroke:#2f9067;stroke-width:.8;stroke-linecap:round;stroke-linejoin:round}
.account-feature-trend-svg .trend-points circle{fill:#2f9067;stroke:#fff;stroke-width:.6}
.account-feature-trend-svg .trend-points circle.high{fill:#e0a23a}
.account-feature-trend-svg.large .trend-lines polyline{stroke-width:2}
.account-feature-trend-svg.large .trend-points circle{stroke-width:1}
.account-feature-trend-svg .trend-x-label,.account-feature-trend-svg .trend-y-label{fill:#839089;font-size:7px}
.account-feature-trend-svg .trend-grid line{stroke:#e5ece8;stroke-width:1}
.account-feature-trend-svg .trend-grid text,.account-feature-trend-svg .trend-x-ticks text{fill:#748179;font-size:9px}
.account-feature-trend-svg .trend-x-ticks line{stroke:#aebdb5;stroke-width:1}
.account-feature-trend-svg .trend-axis-title{fill:#54645c;font-size:10px;font-weight:600}
.account-feature-trend-empty{min-height:62px;display:grid;place-items:center;color:#99a39e;font-size:9px}
.account-feature-trend-empty.stale{border:1px dashed #dfc79f;border-radius:8px;background:#fffaf1;color:#8b642a;font-weight:700}
.account-feature-trend-dialog{width:min(1040px,96vw);max-height:92vh;overflow:auto;background:#fff;border-radius:16px;padding:24px;box-shadow:0 24px 70px rgba(13,30,23,.25)}
.account-feature-trend-dialog .drawer-head{margin-bottom:16px}
.account-feature-trend-dialog .drawer-head h2{font-size:20px}
.account-feature-trend-large{border:1px solid var(--line);border-radius:12px;background:#fbfdfc;padding:14px 16px 8px}
.account-feature-trend-svg.large{width:100%;max-height:520px}
.account-feature-trend-note{margin:10px 2px 0;color:#718078;font-size:10px}
.product-feature-divider span{background:#8b5925}
.product-feature-divider i{background:linear-gradient(90deg,#d3aa79,var(--line))}
.product-feature-summary{border-top:3px solid #c18443;overflow:hidden}
.product-feature-table td:first-child{min-width:300px}
.product-feature-table td:nth-child(2){min-width:125px}
.product-feature-table td>strong,.product-feature-table td>b,.product-feature-table td>small{display:block}
.product-feature-table td>b{color:#234c3c;font-size:15px}
.product-feature-table td>b+small{margin-top:5px;color:#7d8983;font-size:9px}
.product-name-line{display:flex;align-items:baseline;gap:8px}
.product-name-line strong{font-size:13px;color:#263c32}
.product-inline-rank{color:#9a632b;font-size:20px;font-weight:800;line-height:1}
.product-variant-list{display:flex!important;flex-wrap:wrap;gap:5px;margin-top:7px;max-width:520px}
.product-variant-list span{display:inline-flex;align-items:center;min-height:22px;border-radius:6px;padding:3px 7px;font-size:8px;line-height:1.45}
.product-variant-list span{border:1px solid #e3e8e5;background:#f8faf9;color:#68766f}
.product-chart-rank{display:inline-grid;place-items:center;border-radius:999px;background:#f0e3d5;color:#8b5925;font-weight:800}
.product-chart-rank{width:23px;height:23px;margin-right:8px;font-size:9px;vertical-align:middle}
.product-feature-trend-cell{width:48%;min-width:340px}
.product-feature-toggle-row{display:flex;justify-content:center;padding:15px 16px 3px}
.product-feature-toggle-row .button{min-width:190px;border-color:#d9c1a7;color:#805425;background:#fffaf5}
.product-chart-heading{margin:5px 2px -2px}
.product-chart-heading h2{margin:0;color:#283e34;font-size:14px}
.product-chart-heading p{margin:5px 0 0;color:var(--muted);font-size:9px}
.product-account-chart-list{display:grid;gap:12px}
.product-account-chart-panel{overflow:hidden}
.product-account-chart-scroll{overflow-x:auto;overflow-y:hidden;padding-bottom:4px}
.product-account-chart-legend{display:flex;gap:18px;margin:-4px 0 7px;color:#68766f;font-size:9px}
.product-account-chart-legend span{display:inline-flex;align-items:center;gap:6px}
.product-account-chart-legend span:before{content:"";width:10px;height:10px;border-radius:3px}
.product-account-chart-legend span.product:before{background:#c18443}
.product-account-chart-legend span.total:before{background:#5d8773}
.product-account-bar rect{transition:filter .16s,opacity .16s}
.product-account-bar rect.product{fill:#c18443}
.product-account-bar rect.total{fill:#5d8773}
.product-account-bar:hover rect{filter:brightness(.94);opacity:.9}
.product-account-value{font-size:8px;font-weight:700}
.product-account-value.product{fill:#9b642c}
.product-account-value.total{fill:#3f6e59}
.product-account-share{fill:#8a9690;font-size:8px}
@media(max-width:760px){.overview-chart-legend{align-items:flex-start;flex-wrap:wrap}.overview-chart-legend small{width:100%;margin-left:0}.overview-drawer-metrics{grid-template-columns:1fr 1fr}.overview-calendar-days>div{min-height:52px;padding:4px}.overview-calendar-days{gap:2px}.overview-generate-button{width:100%}.account-feature-divider{margin-top:17px}.account-feature-filter{width:100%;justify-content:center}.product-feature-table td:first-child{min-width:240px}.product-account-chart-legend{flex-wrap:wrap}}

/* 运营穿透：按日发布曲线与产品叠加。 */
.operation-scope-grid{display:grid;grid-template-columns:minmax(170px,1fr) minmax(220px,1fr) minmax(310px,1.45fr) auto;gap:12px;align-items:stretch}
.operation-scope-grid>label{min-width:0;height:48px;display:grid;grid-template-columns:max-content minmax(0,1fr);align-items:center;border:1px solid #dfe4e1;border-radius:9px;background:#fff;color:#59655f;font-size:12px}
.operation-scope-grid>label[hidden]{display:none}
.operation-scope-grid>label:focus-within,.operation-date-range-field:focus-within{border-color:#87bea5;box-shadow:0 0 0 3px rgba(62,142,105,.09)}
.operation-scope-grid>label>span{display:flex;align-items:center;height:26px;margin-left:14px;padding-right:14px;border-right:1px solid #e5e9e7;white-space:nowrap}
.operation-scope-grid>label>select{min-width:0;width:100%;height:46px;border:0;background:transparent;color:var(--ink);padding:0 14px;outline:none;font-size:12px}
.operation-number-control{min-width:0;height:46px;display:flex;align-items:center;gap:5px;padding:0 10px}.operation-number-control input{min-width:52px;width:100%;height:34px;border:0;background:transparent;color:var(--ink);padding:0 4px;outline:none;font-size:12px;font-weight:700}.operation-number-control small{flex:0 0 auto;color:#849088;font-size:8px;white-space:nowrap}
.operation-date-range-field{min-width:0;min-height:76px;display:grid;grid-template-columns:max-content minmax(0,1fr);align-items:center;border:1px solid #dfe4e1;border-radius:9px;background:#fff;color:#59655f;font-size:12px}
.operation-date-range-field>span{display:flex;align-items:center;height:26px;margin-left:14px;padding-right:14px;border-right:1px solid #e5e9e7;white-space:nowrap}
.operation-date-range-body{min-width:0;padding:5px 9px 6px}
.operation-date-inputs{min-width:0;display:grid;grid-template-columns:minmax(116px,1fr) auto minmax(116px,1fr);align-items:center}
.operation-date-range-field input{min-width:0;width:100%;height:32px;border:0;background:transparent;color:var(--ink);padding:0 6px;outline:none;font-size:11px}
.operation-date-range-field i{color:#929d97;font-size:10px;font-style:normal}
.operation-date-presets{display:flex;align-items:center;gap:5px;padding:2px 5px 0}
.operation-date-presets button{min-width:0;border:0;border-radius:6px;background:#f1f5f3;color:#68766f;padding:4px 7px;font-size:8px;line-height:1.2;white-space:nowrap;cursor:pointer}
.operation-date-presets button:hover,.operation-date-presets button.active{background:#dff0e7;color:#24734f;font-weight:700}
.operation-generate-button{height:48px;min-width:126px;border-radius:9px;font-weight:700}
.operation-insight-report{display:grid;gap:14px;margin-top:16px}
.operation-insight-report[hidden]{display:none}
.operation-result-metrics{margin-bottom:0}
.operation-chart-panel{overflow:hidden}
.operation-chart-panel>.panel-head{align-items:flex-start}
.operation-insight-layout{display:grid;grid-template-columns:minmax(0,1fr) 270px;gap:18px;align-items:stretch}
.operation-chart-main{min-width:0;border:1px solid #e3eae6;border-radius:12px;background:#fbfdfc;padding:13px 13px 5px}
.operation-chart-legend{display:flex;align-items:center;flex-wrap:wrap;gap:8px 16px;min-height:25px;margin:0 3px 8px;color:#607068;font-size:9px}
.operation-chart-legend span{display:inline-flex;align-items:center;gap:6px;max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.operation-chart-legend span:before{content:"";flex:0 0 auto;width:18px;height:3px;border-radius:99px;background:var(--series-color)}
.operation-chart-legend span.high:before{width:9px;height:9px;border:2px solid #6d63b5;border-radius:50%;background:#df584f;box-shadow:0 0 0 1px #fff}
.operation-chart-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 2px 9px;padding-bottom:9px;border-bottom:1px solid #e7ece9}
.operation-chart-toolbar p{margin:0;color:#78867f;font-size:8px;line-height:1.45}
.operation-chart-toolbar>div{flex:0 0 auto;display:flex;align-items:center;gap:5px}
.operation-chart-toolbar button{height:26px;min-width:28px;border:1px solid #dce5e0;border-radius:7px;background:#fff;color:#456257;padding:0 8px;font-size:12px;cursor:pointer}
.operation-chart-toolbar button.fit{font-size:9px}.operation-chart-toolbar button:hover:not(:disabled),.operation-chart-toolbar button.active{border-color:#91bea8;background:#eaf5ef;color:#267451}.operation-chart-toolbar button:disabled{opacity:.35;cursor:default}
.operation-chart-toolbar strong{min-width:52px;color:#506159;text-align:center;font-size:9px}
.operation-chart-scroll{overflow-x:auto;overflow-y:hidden;padding-bottom:2px}
.operation-trend-chart{display:block;max-width:none}
.operation-chart-grid line{stroke:#e4ebe7;stroke-width:1}
.operation-chart-grid text,.operation-chart-ticks text{fill:#78877f;font-size:9px}
.operation-chart-ticks line,.operation-chart-axis{stroke:#aebdb5;stroke-width:1}
.operation-chart-ticks text{font-size:8px}
.operation-series path{fill:none;stroke:var(--series-color);stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.operation-series circle{fill:var(--series-color);stroke:#fff;stroke-width:1.2}
.operation-high-marker .operation-high-connector{stroke:var(--point-color);stroke-width:1.5;stroke-dasharray:2 2}
.operation-high-marker .operation-high-ring{fill:#fff;stroke:var(--point-color);stroke-width:3;filter:drop-shadow(0 1px 2px rgba(42,61,52,.25))}
.operation-high-marker .operation-high-core{fill:#df584f;stroke:#fff;stroke-width:1}
.operation-day-hit{fill:transparent;pointer-events:all}
.operation-day-hit:hover{fill:rgba(47,144,103,.045)}
.operation-y-title,.operation-x-title{fill:#56665e;font-size:10px;font-weight:600}
.operation-chart-empty{min-height:350px;display:grid;place-items:center}
.operation-product-panel{min-width:0;border:1px solid #e2e9e5;border-radius:12px;background:#fff;padding:13px;display:flex;flex-direction:column}
.operation-product-head{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;margin-bottom:10px}
.operation-product-head strong,.operation-product-head small{display:block}.operation-product-head strong{font-size:12px}.operation-product-head small{margin-top:4px;color:var(--muted);font-size:8px}
.operation-product-head b{flex:0 0 auto;border-radius:99px;background:#edf7f2;color:#287653;padding:5px 8px;font-size:8px}
.operation-product-search{width:100%;height:34px;border:1px solid #dfe7e3;border-radius:8px;background:#fafcfb;padding:0 10px;outline:none;font-size:10px}
.operation-product-search:focus{border-color:#87bea5;box-shadow:0 0 0 3px rgba(62,142,105,.08)}
.operation-product-list{max-height:400px;overflow:auto;margin-top:8px;padding-right:3px}
.operation-product-choice{display:grid;grid-template-columns:16px 9px minmax(0,1fr);align-items:center;gap:8px;border-radius:8px;padding:9px 7px;cursor:pointer}
.operation-product-choice:hover{background:#f3f8f5}.operation-product-choice input{width:14px;height:14px;margin:0;accent-color:var(--green)}
.operation-product-choice>i{width:8px;height:8px;border-radius:50%;background:var(--product-color)}
.operation-product-choice strong,.operation-product-choice small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.operation-product-choice strong{color:#304038;font-size:10px}.operation-product-choice small{margin-top:4px;color:var(--muted);font-size:8px}
.operation-product-empty{display:grid;place-items:center;min-height:120px;color:var(--muted);font-size:9px;text-align:center}
.operation-high-rule{margin:12px 2px 0;color:#74827b;font-size:9px;line-height:1.55}
@media(max-width:1180px){.operation-scope-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.operation-generate-button{width:100%}.operation-insight-layout{grid-template-columns:1fr}.operation-product-panel{max-height:none}.operation-product-list{max-height:270px}}
@media(max-width:680px){.operation-scope-grid{grid-template-columns:1fr}.operation-date-range-field{height:auto;min-height:76px}.operation-date-inputs{grid-template-columns:1fr auto 1fr}.operation-date-presets{flex-wrap:wrap}.operation-insight-layout{gap:12px}.operation-chart-main{padding:10px 8px 3px}.operation-chart-legend{align-items:flex-start}.operation-chart-toolbar{align-items:flex-start;flex-direction:column}.operation-product-panel{padding:11px}}

/* 运营穿透：产品生命周期。 */
.operation-view-tabs{display:flex;align-items:center;gap:24px;margin-bottom:14px;padding:0 4px;border-bottom:1px solid #dfe6e2}
.operation-view-tabs button{position:relative;border:0;background:transparent;color:#77857e;padding:4px 3px 12px;font-size:13px;font-weight:600;cursor:pointer}
.operation-view-tabs button.active{color:#255f46}.operation-view-tabs button.active:after{content:"";position:absolute;right:0;bottom:-1px;left:0;height:3px;border-radius:3px 3px 0 0;background:#2f9067}
.operation-scope-grid.lifecycle{grid-template-columns:minmax(145px,.75fr) minmax(230px,1.3fr) minmax(180px,.9fr) minmax(220px,1.1fr) minmax(310px,1.45fr) auto}
.operation-scope-grid.low-fan{grid-template-columns:minmax(145px,.75fr) minmax(220px,1.1fr) minmax(310px,1.45fr) minmax(170px,.85fr) minmax(190px,.95fr) auto}
.low-fan-result-panel{overflow:hidden}.low-fan-table-wrap{margin:0 -2px}.low-fan-table{min-width:860px}.low-fan-table th:first-child{width:38%}.low-fan-table td:nth-child(2),.low-fan-table td:nth-child(3),.low-fan-table td:nth-child(5){font-variant-numeric:tabular-nums;white-space:nowrap}.low-fan-note-cell button{display:block;max-width:520px;border:0;background:transparent;color:#267451;padding:0;text-align:left;font-size:12px;font-weight:700;line-height:1.55;cursor:pointer}.low-fan-note-cell button:hover{text-decoration:underline}.low-fan-note-cell small,.low-fan-account-cell small{display:block;margin-top:4px;color:#8a9690;font-size:8px}.low-fan-account-cell strong{display:block;min-width:120px}.low-fan-group-list{display:flex;flex-wrap:wrap;gap:5px}.low-fan-group-list span{border-radius:99px;background:#e8f3ed;color:#357659;padding:3px 7px;font-size:8px;white-space:nowrap}.low-fan-ungrouped{color:#9aa49f;font-size:9px}
.operation-lifecycle-report{display:grid;gap:14px}
.operation-lifecycle-origin{display:flex;align-items:center;justify-content:space-between;gap:14px;border:1px solid #dce9e2;border-radius:11px;background:#f4faf7;padding:12px 15px}
.operation-lifecycle-origin span,.operation-lifecycle-origin small{display:block;color:#6d7c74;font-size:9px}.operation-lifecycle-origin strong{display:block;margin-top:4px;color:#245d45;font-size:15px}.operation-lifecycle-origin small{text-align:right;line-height:1.6}
.operation-lifecycle-ai-overall{display:grid;gap:12px;margin-top:14px;border:1px solid #cfe4d9;border-radius:12px;background:linear-gradient(135deg,#f3faf6,#fbfdfc);padding:15px 17px}.operation-lifecycle-ai-overall span{display:block;color:#24704f;font-size:11px;font-weight:700}.operation-lifecycle-ai-overall>div>p{margin:7px 0 0;color:#42554b;font-size:11px;line-height:1.75}.operation-lifecycle-ai-section{border-top:1px solid #dce9e2;padding-top:10px}.operation-lifecycle-ai-section strong{color:#315f4b;font-size:10px}.operation-lifecycle-ai-section p{margin:5px 0 0;color:#52645b;font-size:10px;line-height:1.7}.operation-lifecycle-ai-loading{border-style:dashed;background:#f8fbf9}.operation-lifecycle-ai-loading i{display:flex;gap:5px;margin-top:10px}.operation-lifecycle-ai-loading i b{width:6px;height:6px;border-radius:50%;background:#4b9b75;animation:operation-ai-pulse 1.15s infinite ease-in-out}.operation-lifecycle-ai-loading i b:nth-child(2){animation-delay:.15s}.operation-lifecycle-ai-loading i b:nth-child(3){animation-delay:.3s}.operation-lifecycle-ai-failed{border-color:#eadbd7;background:#fffafa}.operation-lifecycle-ai-failed span{color:#9b554d}@keyframes operation-ai-pulse{0%,70%,100%{opacity:.25;transform:translateY(0)}35%{opacity:1;transform:translateY(-3px)}}.operation-lifecycle-ai-phases{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:8px}.operation-lifecycle-ai-phases>div{border:1px solid #dce9e2;border-radius:9px;background:#fff;padding:9px 10px}.operation-lifecycle-ai-phases strong,.operation-lifecycle-ai-phases small{display:block}.operation-lifecycle-ai-phases strong{color:#2f6950;font-size:10px}.operation-lifecycle-ai-phases small{margin-top:3px;color:#849189;font-size:8px}.operation-lifecycle-ai-phases p{margin:6px 0 0;color:#58675f;font-size:9px;line-height:1.55}
.operation-lifecycle-stages{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;padding:8px 12px 2px}
.operation-lifecycle-stage{position:relative;min-width:0;padding:4px 14px 16px 20px;border-bottom:2px solid #dfe7e3}
.operation-lifecycle-stage:after{content:"";position:absolute;left:0;bottom:-7px;width:11px;height:11px;border:2px solid #fff;border-radius:50%;background:#2f9067}.operation-lifecycle-stage.high:after{background:#df584f}.operation-lifecycle-stage.muted:after{background:#aebbb4}
.operation-lifecycle-stage strong,.operation-lifecycle-stage small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.operation-lifecycle-stage strong{font-size:11px}.operation-lifecycle-stage small{margin-top:5px;color:#78867f;font-size:8px}
.operation-lifecycle-layout{display:grid;grid-template-columns:minmax(0,1fr) 285px;gap:16px;align-items:start}
.operation-lifecycle-chart-card{min-width:0;border:1px solid #e1e9e5;border-radius:12px;background:#fbfdfc;padding:13px}
.operation-lifecycle-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:8px}.operation-lifecycle-card-head h3{margin:0;font-size:13px}.operation-lifecycle-card-head p{margin:4px 0 0;color:#77857e;font-size:9px}.operation-lifecycle-card-head select{max-width:230px;height:32px;border:1px solid #dbe5df;border-radius:8px;background:#fff;color:#34453d;padding:0 9px;outline:none;font-size:10px}
.operation-lifecycle-summary{border:1px solid #dfe8e3;border-radius:12px;background:#fff;padding:15px}.operation-lifecycle-summary>span{display:block;color:#78867f;font-size:9px}.operation-lifecycle-summary>strong{display:block;margin-top:6px;color:#2f9067;font-size:20px}.operation-lifecycle-summary ul{margin:13px 0 0;padding:13px 0 0 17px;border-top:1px solid #e4ebe7;color:#58675f;font-size:10px;line-height:1.75}.operation-lifecycle-summary li strong{color:#33443b}.operation-lifecycle-ai{margin-top:13px;border-left:3px solid #2f9067;background:#f4faf7;padding:10px 11px;color:#506159;font-size:10px;line-height:1.7}.operation-lifecycle-ai b{display:block;margin-bottom:4px;color:#245d45;font-size:10px}.operation-lifecycle-ai small{display:block;margin-top:7px;color:#829087;font-size:8px}
.operation-lifecycle-after-area{fill:rgba(47,144,103,.06)}.operation-lifecycle-marker-line{stroke:#df584f;stroke-width:1.5;stroke-dasharray:5 4}.operation-lifecycle-marker-text{fill:#b34741;font-size:9px;font-weight:700}.operation-lifecycle-first-marker{fill:#fff;stroke:#2f9067;stroke-width:3}.operation-lifecycle-first-label{fill:#2b7453;font-size:9px;font-weight:700}
.operation-lifecycle-matrix-panel{overflow:hidden}.operation-lifecycle-matrix-scroll{overflow-x:auto;padding:4px 1px 7px}.operation-lifecycle-matrix{min-width:100%}.operation-lifecycle-matrix-row{display:grid;grid-template-columns:140px repeat(var(--lifecycle-days),var(--lifecycle-day-width));gap:3px;align-items:center;min-height:34px;border-top:1px solid #e7ece9}.operation-lifecycle-matrix-row.axis{min-height:27px;border-top:0;color:#7a8881;font-size:8px;text-align:center}.operation-lifecycle-matrix-row>strong{position:sticky;left:0;z-index:2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background:#fff;padding:8px 6px;color:#34443c;font-size:9px;text-align:left}.operation-lifecycle-matrix-cell{position:relative;height:25px;display:flex;align-items:flex-end;justify-content:center;border-radius:5px;background:#f4f7f5}.operation-lifecycle-matrix-cell.high-day{background:#fff1ef}.operation-lifecycle-matrix-cell.trigger-day{box-shadow:inset 2px 0 0 #e76b64}.operation-lifecycle-matrix-bar{width:9px;min-height:3px;border-radius:3px 3px 1px 1px;background:var(--account-color)}.operation-lifecycle-matrix-cell.first .operation-lifecycle-matrix-bar{width:10px;height:10px!important;border-radius:2px;transform:rotate(45deg);transform-origin:center}.operation-lifecycle-matrix-high{position:absolute;top:2px;right:3px;width:8px;height:8px;border:2px solid var(--account-color);border-radius:50%;background:#df584f;box-shadow:0 0 0 1px #fff}.operation-lifecycle-matrix-help{margin:8px 2px 0;color:#74827b;font-size:9px;line-height:1.6}.operation-lifecycle-matrix-help i{display:inline-block;width:8px;height:8px;margin:0 4px 0 10px;border-radius:2px;background:#2f9067;transform:rotate(45deg)}
.operation-lifecycle-matrix-cell{border:0;padding:0;color:inherit;font:inherit}.operation-lifecycle-matrix-cell:not(:disabled){cursor:pointer}.operation-lifecycle-matrix-cell:disabled{opacity:1}
.operation-lifecycle-empty{min-height:210px;display:grid;place-items:center;color:#77857e;text-align:center;font-size:10px}
@media(max-width:1400px){.operation-scope-grid.lifecycle,.operation-scope-grid.low-fan{grid-template-columns:repeat(2,minmax(0,1fr))}.operation-scope-grid.lifecycle .operation-date-range-field,.operation-scope-grid.low-fan .operation-date-range-field{grid-column:1/-1}.operation-scope-grid.lifecycle .operation-generate-button,.operation-scope-grid.low-fan .operation-generate-button{width:100%}}
@media(max-width:1180px){.operation-scope-grid.lifecycle{grid-template-columns:repeat(2,minmax(0,1fr))}.operation-lifecycle-layout{grid-template-columns:1fr}.operation-lifecycle-summary{display:grid;grid-template-columns:190px minmax(0,1fr);gap:12px}.operation-lifecycle-summary ul{margin:0;padding-top:0;border-top:0}.operation-lifecycle-ai{grid-column:1/-1;margin-top:0}}
@media(max-width:680px){.operation-view-tabs{gap:18px;overflow-x:auto}.operation-view-tabs button{flex:0 0 auto}.operation-scope-grid.lifecycle,.operation-scope-grid.low-fan{grid-template-columns:1fr}.operation-scope-grid.low-fan .operation-date-range-field{grid-column:auto}.operation-lifecycle-origin{align-items:flex-start;flex-direction:column}.operation-lifecycle-origin small{text-align:left}.operation-lifecycle-stages{grid-template-columns:1fr 1fr;gap:14px 0}.operation-lifecycle-card-head{flex-direction:column}.operation-lifecycle-card-head select{width:100%;max-width:none}.operation-lifecycle-summary{display:block}.operation-lifecycle-summary ul{margin-top:13px;padding-top:13px;border-top:1px solid #e4ebe7}.operation-lifecycle-ai{margin-top:13px}.operation-lifecycle-matrix-row{grid-template-columns:105px repeat(var(--lifecycle-days),var(--lifecycle-day-width))}}

/* 内容穿透：统一范围、多产品独立结果、关键词 / 结构 / 封面。 */
.content-scope-panel{overflow:visible}.content-scope-grid{display:grid;grid-template-columns:minmax(145px,.75fr) minmax(210px,1fr) minmax(330px,1.45fr) minmax(210px,1fr) minmax(140px,.68fr) auto;gap:10px;align-items:end}.content-scope-grid>label{min-width:0}.content-scope-grid>label>span{display:flex;align-items:center;gap:5px;margin:0 0 6px;color:#66756d;font-size:9px}.content-scope-grid>label>select,.content-scope-grid>label>input{width:100%;height:48px;border:1px solid #dfe4e1;border-radius:9px;background:#fff;color:var(--ink);padding:0 12px;outline:none;font-size:10px}.content-scope-grid>label>select:focus,.content-scope-grid>label>input:focus{border-color:#86bda4;box-shadow:0 0 0 3px rgba(47,144,103,.08)}
.content-date-range-picker .analysis-date-range-popover{left:0;right:auto}.content-start-date-value{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:6px}.content-start-date-value button{height:28px;border:1px solid #dce8e2;border-radius:7px;background:#eef7f2;color:#287653;padding:0 9px;font-size:9px;font-weight:700;white-space:nowrap;cursor:pointer}.content-start-date-value button:hover{border-color:#9bc8b2;background:#dff0e7}.content-start-date-value button:disabled{color:#98a39d;background:#f4f6f5;cursor:not-allowed}
.content-date-range-field{height:76px}.content-scope-picker{height:48px}.content-product-picker{position:relative;min-width:0;height:48px}.content-product-picker>summary{width:100%;height:48px;display:grid;grid-template-columns:max-content minmax(0,1fr) auto;align-items:center;gap:9px;border:1px solid #dfe4e1;border-radius:9px;background:#fff;padding:0 14px;list-style:none;cursor:pointer}.content-product-picker>summary::-webkit-details-marker{display:none}.content-product-picker>summary:after{content:"⌄";color:#87948d}.content-product-picker>summary span{color:#66756d;font-size:9px}.content-product-picker>summary strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#34443c;font-size:10px}.content-product-menu{position:absolute;z-index:35;top:55px;right:0;width:min(430px,calc(100vw - 32px));border:1px solid #dce5e0;border-radius:12px;background:#fff;padding:12px;box-shadow:0 16px 42px rgba(35,56,46,.18)}.content-product-menu>div:first-child{display:flex;align-items:center;justify-content:space-between;margin-bottom:9px}.content-product-menu>div:first-child strong{font-size:11px}.content-product-menu>div:first-child button{border:0;background:transparent;color:#2f805d;font-size:9px;cursor:pointer}.content-product-menu>input{width:100%;height:34px;border:1px solid #dde6e1;border-radius:8px;background:#fafcfb;padding:0 10px;outline:none;font-size:10px}.content-product-menu>input:focus{border-color:#86bda4}.content-product-menu>#contentProductChoices{max-height:330px;overflow:auto;margin-top:7px}.content-product-choice{display:grid;grid-template-columns:17px minmax(0,1fr);align-items:center;gap:8px;border-radius:8px;padding:9px 7px;cursor:pointer}.content-product-choice:hover{background:#f3f8f5}.content-product-choice input{width:14px;height:14px;margin:0;accent-color:var(--green)}.content-product-choice strong,.content-product-choice small{display:block}.content-product-choice strong{color:#34443c;font-size:10px}.content-product-choice small{margin-top:3px;color:#819087;font-size:8px}.content-generate-button{height:48px;min-width:138px;border-radius:9px;font-weight:700}
.content-insight-report{display:grid;gap:14px;margin-top:16px}.content-insight-report[hidden]{display:none}.content-product-tabs{display:flex;gap:7px;overflow-x:auto;border-bottom:1px solid #dce5e0;padding:0 3px}.content-product-tabs button{flex:0 0 auto;min-width:130px;border:0;border-radius:9px 9px 0 0;background:#f1f5f3;color:#66766e;padding:9px 13px 10px;text-align:left;cursor:pointer}.content-product-tabs button strong,.content-product-tabs button small{display:block}.content-product-tabs button strong{font-size:10px}.content-product-tabs button small{margin-top:3px;font-size:8px}.content-product-tabs button.active{background:#2f9067;color:#fff}.content-scope-summary{display:flex;flex-wrap:wrap;gap:7px}.content-scope-summary span{border:1px solid #dfe8e3;border-radius:99px;background:#f8fbf9;color:#607168;padding:5px 9px;font-size:8px}.content-product-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.content-product-head h2{margin:0;color:#273b31;font-size:19px}.content-product-head p{margin:5px 0 0;color:#76847d;font-size:9px}.content-result-metrics{margin:0}
.content-analysis-section{display:grid;gap:12px;margin-top:5px}.content-section-title{display:flex;align-items:flex-start;gap:11px;padding:5px 2px}.content-section-title>span{display:grid;place-items:center;width:31px;height:31px;border-radius:9px;background:#e4f3eb;color:#267451;font-size:10px;font-weight:800}.content-section-title h2{margin:0;color:#2d4137;font-size:15px}.content-section-title p{margin:5px 0 0;color:#78867f;font-size:9px;line-height:1.55}.content-two-columns{display:grid;grid-template-columns:1fr 1fr;gap:12px}.content-subtitle{display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-bottom:11px}.content-subtitle h3{margin:0;font-size:12px}.content-subtitle small{color:#819087;font-size:8px}.content-keyword-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.content-keyword-card{min-width:0;border:1px solid #e0e8e4;border-radius:9px;background:#fbfdfc;padding:10px}.content-keyword-card>div:first-child{display:flex;align-items:center;justify-content:space-between;gap:7px}.content-keyword-card strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#30483c;font-size:11px}.content-keyword-card span{display:flex;gap:3px}.content-keyword-card i{border-radius:99px;background:#e8f3ed;color:#377458;padding:2px 5px;font-size:7px;font-style:normal}.content-keyword-card p{margin:7px 0 3px;color:#426352;font-size:8px}.content-keyword-card>small{display:block;color:#839087;font-size:8px;line-height:1.45}.content-evidence-links{display:flex;flex-wrap:wrap;gap:7px;margin-top:7px}.content-evidence-links .text-button{font-size:8px}.content-no-evidence{display:block;margin-top:7px;color:#98a39d;font-size:8px}
.content-positioning-section{padding:18px;border:1px solid #dce9e2;border-radius:14px;background:linear-gradient(180deg,#f8fcfa 0,#fff 42%)}.content-positioning-section>.content-section-title h2{font-size:18px}.content-positioning-section>.content-section-title p{font-size:12px;line-height:1.7}.content-positioning-start,.content-positioning-actions{display:flex;align-items:center;justify-content:space-between;gap:15px}.content-positioning-start>div:last-child,.content-positioning-actions{display:flex;gap:8px}.content-positioning-start strong{font-size:15px;color:#2f4d3e}.content-positioning-start p{margin:5px 0 0;color:#73847b;font-size:12px;line-height:1.7}.content-positioning-start select,.content-positioning-actions select{min-width:150px}.content-positioning-grid{display:grid;grid-template-columns:1fr;gap:12px}.content-positioning-grid .panel,.content-positioning-section>.panel{min-width:0;padding:19px 21px}.content-positioning-section .content-subtitle{align-items:flex-start;margin-bottom:14px}.content-positioning-section .content-subtitle h3{color:#29483a;font-size:16px;line-height:1.5}.content-positioning-section .content-subtitle small{color:#718078;font-size:12px;line-height:1.6}.content-positioning-hero{display:block;background:#f1f8f4}.content-positioning-hero p{margin:0;color:#405f50;font-size:15px;line-height:1.9}.content-positioning-list{display:grid;gap:10px}.content-positioning-list>article{border:1px solid #e2ebe6;border-radius:10px;background:#fbfdfc;padding:13px 15px}.content-positioning-list p{display:grid;gap:6px;margin:0;color:#314a3e;font-size:14px;line-height:1.75}.content-positioning-list p strong{font-size:15px;line-height:1.7}.content-positioning-list p small,.content-positioning-list p em{color:#64766d;font-size:13px;font-style:normal;line-height:1.7}.content-positioning-needs{border-left:4px solid #69a487}.content-positioning-evidence{display:flex;flex-wrap:wrap;gap:8px;margin-top:11px}.content-positioning-evidence>span{display:flex;align-items:center;gap:7px;border-radius:99px;background:#e8f3ed;padding:6px 9px;font-size:11px}.content-positioning-evidence b{max-width:320px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#37644e}.content-positioning-evidence small{color:#657970;font-size:11px}.content-positioning-evidence button{border:0;background:transparent;color:#16734d;cursor:pointer;font-size:11px;font-weight:700;padding:0}.content-positioning-insufficient{display:grid;gap:7px;margin-top:14px;padding-top:12px;border-top:1px dashed #d8e1dc;color:#65756d;font-size:12px;line-height:1.7}.content-positioning-actions{justify-content:flex-end}
.content-positioning-hero.is-failed{border-color:#e7c98b;background:#fffaf0}.content-positioning-hero.is-failed h2{color:#8c5817}.content-positioning-hero.is-failed p{color:#765f3d}.content-positioning-hero.is-failed .content-positioning-status{color:#9a6b29;font-weight:700}
.content-title-section{padding:14px;border:1px solid #e5dfef;border-radius:14px;background:linear-gradient(180deg,#fbf9fd 0,#fff 42%)}.content-title-hero{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(300px,1fr);gap:18px;background:#f7f3fa}.content-title-hero h2{margin:5px 0 8px;color:#49365b;font-size:17px}.content-title-hero p{margin:4px 0;color:#675a71;font-size:9px;line-height:1.6}.content-title-hero>div>small{color:#74578d;font-weight:700}.content-title-types{display:grid;gap:12px}.content-title-type>header{display:flex;align-items:flex-start;gap:10px}.content-title-type>header>span{display:grid;place-items:center;flex:0 0 30px;height:30px;border-radius:9px;background:#eee6f4;color:#684c80;font-size:9px;font-weight:800}.content-title-type header h3{margin:0;color:#463553;font-size:13px}.content-title-type header p{margin:4px 0 0;color:#7a7080;font-size:8px;line-height:1.5}.content-title-formula{display:grid;gap:5px;margin:11px 0;padding:9px;border-radius:9px;background:#f7f3fa}.content-title-formula small,.content-title-mechanisms small{color:#8a7896;font-size:7px}.content-title-formula strong{color:#5c426f;font-size:11px}.content-title-mechanisms{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.content-title-mechanisms>div{border:1px solid #e8e0ed;border-radius:8px;padding:8px}.content-title-mechanisms p{margin:4px 0 0;color:#594e60;font-size:8px;line-height:1.5}.content-title-stats{margin:10px 0 0;color:#796a81;font-size:8px}.content-title-examples{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin-top:7px}.content-title-examples button{display:grid;gap:5px;text-align:left;border:1px solid #e6ddeb;border-radius:8px;background:#fff;padding:9px;cursor:pointer}.content-title-examples q{color:#4d3c58;font-size:9px;line-height:1.55}.content-title-examples small{color:#978b9d;font-size:7px}
.content-body-section{padding:14px;border:1px solid #eadfcf;border-radius:14px;background:linear-gradient(180deg,#fdfaf5 0,#fff 42%)}.content-body-hero{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(300px,1fr);gap:18px;background:#fbf5e9}.content-body-hero h2{margin:6px 0 8px;color:#59462f;font-size:17px;line-height:1.65}.content-body-hero>div>small{color:#8c6a3f;font-weight:700}.content-body-persuasion{display:grid;grid-template-columns:1fr 1fr;gap:12px}.content-body-persuasion article{border-left:3px solid #c89455}.content-body-persuasion small{color:#9a754a;font-size:8px;font-weight:700}.content-body-persuasion p{margin:7px 0 0;color:#5d5142;font-size:10px;line-height:1.7}.content-body-steps{display:grid;gap:10px;position:relative}.content-body-step{margin-left:18px;position:relative}.content-body-step:before{content:"";position:absolute;left:-20px;top:0;width:2px;height:calc(100% + 10px);background:#eadcc9}.content-body-step:last-child:before{height:24px}.content-body-step>header{display:flex;align-items:flex-start;gap:10px;position:relative}.content-body-step>header>span{display:grid;place-items:center;flex:0 0 28px;height:28px;margin-left:-35px;border-radius:50%;background:#bd8545;color:#fff;font-size:9px;font-weight:800;z-index:1}.content-body-step header small{color:#9a754c;font-size:7px}.content-body-step header h3{margin:3px 0 0;color:#57442f;font-size:12px;line-height:1.55}.content-body-step-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px}.content-body-step-grid>div{border-radius:8px;background:#fcf8f1;padding:8px}.content-body-step-grid small{color:#a0815d;font-size:7px}.content-body-step-grid p{margin:4px 0 0;color:#64584a;font-size:8px;line-height:1.55}.content-body-excerpts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin-top:8px}.content-body-excerpts button{display:grid;gap:4px;text-align:left;border:1px solid #eadfce;border-radius:8px;background:#fffdfa;padding:8px;cursor:pointer}.content-body-excerpts q{color:#5d4c38;font-size:8px;line-height:1.55}.content-body-excerpts small{color:#9e8b74;font-size:7px}
.content-purchase-section{padding:14px;border:1px solid #d7e7ef;border-radius:14px;background:linear-gradient(180deg,#f7fbfd 0,#fff 42%)}.content-purchase-hero{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(300px,1fr);gap:18px;background:#edf7fb}.content-purchase-hero h2{margin:6px 0 8px;color:#2c5265;font-size:17px;line-height:1.6}.content-purchase-hero p{margin:4px 0;color:#526b77;font-size:9px;line-height:1.55}.content-purchase-hero>div>small{color:#4d7d94;font-weight:700}.content-purchase-points{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.content-purchase-point>header{display:flex;align-items:flex-start;gap:10px}.content-purchase-point>header>span{display:grid;place-items:center;flex:0 0 29px;height:29px;border-radius:9px;background:#dcecf3;color:#396c84;font-size:9px;font-weight:800}.content-purchase-point header small{color:#6790a4;font-size:7px}.content-purchase-point header h3{margin:3px 0;color:#31566a;font-size:13px}.content-purchase-point header p{margin:3px 0;color:#677b84;font-size:8px;line-height:1.5}.content-purchase-values{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;margin-top:10px}.content-purchase-values>div{border-radius:8px;background:#f3f9fb;padding:8px}.content-purchase-values small{color:#7394a4;font-size:7px}.content-purchase-values p{margin:4px 0 0;color:#4d6875;font-size:8px;line-height:1.5}.content-purchase-logic{display:grid;gap:5px;margin-top:9px;padding:8px;border:1px solid #dfebf0;border-radius:8px}.content-purchase-logic p{margin:0;color:#5b717b;font-size:8px;line-height:1.55}.content-purchase-bundles{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.content-purchase-bundles article{display:grid;gap:5px;border:1px solid #dbe8ee;border-radius:9px;padding:9px;background:#f9fcfd}.content-purchase-bundles strong{color:#315d71;font-size:10px}.content-purchase-bundles p{margin:0;color:#607680;font-size:8px;line-height:1.5}.content-purchase-bundles small{color:#8a9ba3;font-size:7px}.content-purchase-bundles span{border-radius:99px;background:#e8f3f7;color:#4e788b;padding:3px 6px;font-size:7px;width:max-content;max-width:100%}
.content-final-section{padding:14px;border:1px solid #d8d9ec;border-radius:14px;background:linear-gradient(180deg,#f7f7fc 0,#fff 44%)}.content-final-start{display:flex;align-items:center;justify-content:space-between;gap:16px}.content-final-start>div:last-child{display:flex;gap:8px;flex:0 0 auto}.content-final-start strong{color:#3c4168;font-size:12px}.content-final-start p{margin:5px 0 0;color:#72758d;font-size:9px;line-height:1.6}.content-final-sources{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.content-final-sources span{display:inline-flex;align-items:center;gap:5px;border-radius:999px;padding:5px 8px;font-size:8px}.content-final-sources span.ready{background:#e8f6ef;color:#287552}.content-final-sources span.pending{background:#f1f1f4;color:#858793}.content-final-sources b{font-size:9px}.content-final-sources small{padding-left:2px;opacity:.72}.content-final-result{background:linear-gradient(135deg,#292d50,#3c416b);color:#fff}.content-final-result blockquote{margin:18px 0 15px;border-left:4px solid #a9b4ff;padding:3px 0 3px 17px;font-size:17px;font-weight:650;line-height:1.85;letter-spacing:.01em}.content-final-result>small{display:block;margin-top:12px;color:#bec2db;font-size:8px}.content-final-clauses{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.content-final-clauses span{display:grid;gap:5px;border:1px solid rgba(255,255,255,.14);border-radius:9px;background:rgba(255,255,255,.07);padding:9px;color:#e5e7f4;font-size:8px;line-height:1.55}.content-final-clauses b{color:#aeb8ff;font-size:8px}.content-final-missing{margin-top:15px;border:1px solid rgba(255,255,255,.15);border-radius:10px;background:rgba(255,255,255,.07);padding:13px}.content-final-missing strong{font-size:12px}.content-final-missing p{margin:6px 0 0;color:#d4d6e5;font-size:9px;line-height:1.6}
.content-view-label{display:flex;align-items:baseline;gap:9px;margin-top:1px;padding:0 2px}.content-view-label strong{font-size:11px}.content-view-label small{color:#849188;font-size:8px}.content-view-label.secondary{margin-top:10px}.content-structure-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.content-structure-card{border:1px solid #dfe8e3;border-radius:12px;background:#fff;padding:13px}.content-structure-card header{display:grid;grid-template-columns:31px minmax(0,1fr);gap:10px}.content-structure-card header>span{display:grid;place-items:center;width:29px;height:29px;border-radius:8px;background:#f0f6f3;color:#2e7c58;font-size:9px;font-weight:800}.content-structure-card h3{margin:0;color:#30433a;font-size:11px;line-height:1.5}.content-structure-card header p{margin:4px 0 0;color:#7d8b83;font-size:8px}.content-structure-path{display:flex;align-items:center;flex-wrap:wrap;gap:5px;margin:11px 0}.content-structure-path span{border-radius:7px;background:#e9f4ee;color:#2d7252;padding:5px 7px;font-size:8px}.content-structure-path i{color:#98aaa1;font-size:8px;font-style:normal}.content-common-features{display:flex;flex-wrap:wrap;gap:5px;border-top:1px solid #e8eeeb;padding-top:9px}.content-common-features>strong{flex:0 0 100%;color:#66766e;font-size:8px}.content-common-features>span{border-radius:99px;background:#f4f7f5;color:#5c6d64;padding:4px 7px;font-size:7px}.content-common-features b{color:#2e7b58}.content-common-features>small{color:#929e98;font-size:8px}
.content-cover-feature-list{display:grid;gap:7px}.content-cover-feature-list>article{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:9px;border:1px solid #e2e9e5;border-radius:9px;background:#fbfdfc;padding:7px}.content-cover-feature-list strong,.content-cover-feature-list small{display:block}.content-cover-feature-list strong{color:#34473d;font-size:10px}.content-cover-feature-list small{margin-top:4px;color:#7e8c84;font-size:8px}.content-cover-mini{width:45px;height:56px;overflow:hidden;border:0;border-radius:7px;background:#edf2ef;padding:0;cursor:pointer}.content-cover-mini img{width:100%;height:100%;display:block;object-fit:cover}.content-cover-representative{margin-top:0}.content-cover-gallery{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:8px}.content-cover-gallery button{min-width:0;border:1px solid #dfe7e3;border-radius:9px;background:#fff;padding:6px;text-align:left;cursor:pointer}.content-cover-gallery button:hover{border-color:#86bda4;box-shadow:0 5px 15px rgba(43,86,64,.1)}.content-cover-gallery img,.content-cover-gallery button>span{width:100%;aspect-ratio:3/4;display:block;border-radius:6px;background:#edf2ef;object-fit:cover}.content-cover-gallery strong,.content-cover-gallery small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.content-cover-gallery strong{margin-top:6px;color:#35473e;font-size:8px}.content-cover-gallery small{margin-top:3px;color:#829087;font-size:7px}
.content-cover-table{margin:0;padding:0;overflow:hidden}.content-cover-table-scroll{overflow-x:auto}.content-cover-table table{width:100%;min-width:920px;border-collapse:collapse;table-layout:fixed}.content-cover-table th,.content-cover-table td{border-top:1px solid #e4ebe7;border-right:1px solid #e4ebe7;padding:12px 13px;text-align:left;vertical-align:middle;line-height:1.6}.content-cover-table th:last-child,.content-cover-table td:last-child{border-right:0}.content-cover-table th{background:#f4f8f6;color:#3e5147;font-size:10px;font-weight:800}.content-cover-table td{color:#526158;font-size:10px}.content-cover-table th:nth-child(1),.content-cover-table td:nth-child(1){width:170px}.content-cover-table th:nth-child(2),.content-cover-table td:nth-child(2),.content-cover-table th:nth-child(3),.content-cover-table td:nth-child(3){width:115px}.content-cover-table th:nth-child(5),.content-cover-table td:nth-child(5){width:190px}.content-cover-table td>small{display:block;color:#8b9891;font-size:8px}.content-cover-table td>b{display:block;color:#30483c;font-size:12px}.content-cover-table td:first-child>small{display:inline-block;margin-bottom:5px;border-radius:99px;background:#eaf4ee;color:#377457;padding:2px 7px}.content-cover-table td:nth-child(4) p{margin:0;color:#53645b;font-size:10px;line-height:1.75}.content-cover-table-examples{display:flex;align-items:center;gap:7px}.content-cover-table-examples button{width:46px;height:60px;overflow:hidden;flex:0 0 auto;border:1px solid #dce6e1;border-radius:7px;background:#eef3f0;padding:0;cursor:pointer}.content-cover-table-examples button:hover{border-color:#70ad8f;box-shadow:0 4px 12px rgba(42,91,66,.14)}.content-cover-table-examples img{width:100%;height:100%;display:block;object-fit:cover}.content-cover-table-examples span{display:grid;place-items:center;width:100%;height:100%;color:#89978f;font-size:8px}.content-cover-no-example{color:#98a39d;font-size:8px}.content-cover-table-note{margin:0;border-top:1px solid #e4ebe7;background:#fafcfb;padding:10px 13px;color:#7b8981;font-size:9px;line-height:1.65}.content-cover-recommended-gallery{grid-template-columns:repeat(10,minmax(0,1fr))}
@media(max-width:1400px){.content-scope-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.content-date-range-field{grid-column:span 2}.content-generate-button{width:100%}.content-cover-gallery{grid-template-columns:repeat(6,minmax(0,1fr))}}
@media(max-width:980px){.content-scope-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.content-two-columns,.content-structure-list,.content-positioning-hero,.content-title-hero,.content-body-hero,.content-body-persuasion,.content-purchase-hero,.content-purchase-points{grid-template-columns:1fr}.content-positioning-start,.content-final-start{align-items:flex-start;flex-direction:column}.content-title-mechanisms,.content-purchase-bundles,.content-final-clauses{grid-template-columns:repeat(2,minmax(0,1fr))}.content-cover-gallery{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:680px){.content-scope-grid{grid-template-columns:1fr}.content-date-range-field{grid-column:auto;height:auto;min-height:76px}.content-keyword-grid{grid-template-columns:1fr}.content-cover-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}.content-product-menu{left:0;right:auto}.content-product-head h2{font-size:16px}}

.content-ai-preparation-panel{margin-top:16px;background:linear-gradient(135deg,#fff 0%,#fff9f6 100%);border-color:#f0ddd5}.content-ai-cost-badge{display:inline-flex;align-items:center;min-height:30px;padding:0 11px;border-radius:999px;background:#fff0e9;color:#a34425;font-size:9px;font-weight:700;white-space:nowrap}.content-ai-preparation-grid{display:grid;gap:7px;margin-top:10px}.content-ai-preparation-card{position:relative;display:grid;grid-template-columns:minmax(90px,1fr) auto 52px;gap:10px;align-items:center;min-height:46px;padding:5px 8px 5px 12px;border:1px solid #eaded8;border-radius:9px;background:rgba(255,255,255,.94)}.content-ai-preparation-title{color:#2d2927;font-size:11px}.content-ai-preparation-state{color:#6f655f;font-size:10px;font-variant-numeric:tabular-nums;text-align:right;white-space:nowrap}.content-ai-preparation-actions{display:flex;align-items:center;gap:7px}.content-ai-preparation-actions select{width:110px;height:32px;border:1px solid #ded3ce;border-radius:8px;background:#fff;padding:0 26px 0 9px;color:#4c4541;font-size:9px}.content-ai-preparation-actions .button{min-width:88px;height:32px;white-space:nowrap}.content-ai-progress{grid-column:1/-1;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:9px;align-items:center}.content-ai-progress[hidden],.content-ai-job-actions[hidden]{display:none}.content-ai-progress:before{content:"";grid-column:1;grid-row:1;height:4px;border-radius:999px;background:#eee5e0}.content-ai-progress i{position:relative;z-index:1;grid-column:1;grid-row:1;width:0;height:4px;border-radius:999px;background:linear-gradient(90deg,#e87545,#cb4c2c);transition:width .25s ease}.content-ai-progress span{grid-column:2;color:#756a65;font-size:8px;white-space:nowrap}.content-ai-job-actions{grid-column:1/-1;display:flex;justify-content:flex-end;gap:8px}.content-ai-job-actions button{border:0;background:transparent;color:#a54b2d;font-size:8px;font-weight:700;cursor:pointer}.content-ai-preparation-card.is-running{border-color:#e7b9a7;background:#fffaf7}.content-ai-preparation-card.is-complete{border-color:#cfe2d8;background:#fbfffd}.content-ai-preparation-card.is-complete .content-ai-progress i{background:linear-gradient(90deg,#4ba77d,#2e8b63)}.content-ai-preparation-card.is-complete .content-ai-progress span{color:#2e7756;font-weight:700}
.content-ai-preparation-card.is-error{border-color:#e7b2aa;background:#fff8f7}.content-ai-preparation-card.is-error .content-ai-preparation-copy p{color:#a54436}.content-ai-preparation-card.is-error .content-ai-progress i{background:linear-gradient(90deg,#df785f,#bd4738)}.content-ai-preparation-card.is-error .content-ai-progress span{color:#a54436;font-weight:700}
.content-ai-failure-reason{grid-column:1/-1;margin:0;padding:7px 9px;border-radius:7px;background:#fff0ed;color:#9f382d;font-size:9px;line-height:1.55;overflow-wrap:anywhere}.content-ai-failure-reason[hidden]{display:none}
.content-cover-repair-list{grid-column:1/-1;display:grid;gap:8px;border-top:1px solid #efdad3;padding-top:11px}.content-cover-repair-list[hidden]{display:none}.content-cover-repair-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.content-cover-repair-head strong{color:#9b3f32;font-size:10px}.content-cover-repair-head small{color:#96766d;font-size:8px}.content-cover-repair-item{display:grid;gap:8px;border:1px solid #efd8d1;border-radius:10px;background:#fff;padding:10px}.content-cover-repair-note{display:flex;align-items:center;justify-content:space-between;gap:12px}.content-cover-repair-note>div{min-width:0}.content-cover-repair-note strong,.content-cover-repair-note small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.content-cover-repair-note strong{color:#473630;font-size:10px}.content-cover-repair-note small{margin-top:4px;color:#8a756e;font-size:8px}.content-cover-repair-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}.content-cover-repair-form input{min-width:0;height:36px;border:1px solid #decac3;border-radius:9px;background:#fff;padding:0 10px;color:#433a37;font-size:9px;outline:none}.content-cover-repair-form input:focus{border-color:#d27456;box-shadow:0 0 0 3px rgba(210,116,86,.12)}.content-cover-repair-form .button{min-width:128px;white-space:nowrap}
@media(max-width:680px){.content-ai-preparation-panel .panel-head{align-items:flex-start}.content-ai-cost-badge{white-space:normal}.content-ai-preparation-card{grid-template-columns:1fr auto}.content-ai-preparation-actions{grid-column:1/-1;grid-row:2}.content-ai-preparation-actions select{flex:1}.content-ai-preparation-actions .button{flex:1}.content-ai-preparation-state{grid-column:2;grid-row:1}.content-ai-progress,.content-ai-job-actions{grid-column:1/-1}.content-cover-repair-head,.content-cover-repair-note{align-items:flex-start;flex-direction:column}.content-cover-repair-form{grid-template-columns:1fr}.content-cover-repair-form .button{width:100%}}

/* 内容穿透的 AI 准备区使用紧凑任务行，不再显示成独立卡片。 */
.content-ai-preparation-grid{gap:0;margin-top:8px}
.content-ai-preparation-card{min-height:44px;padding:5px 4px;border:0;border-bottom:1px solid #eaded8;border-radius:0;background:transparent;box-shadow:none}
.content-ai-preparation-card:last-child{border-bottom:0}
.content-ai-preparation-card.is-running,.content-ai-preparation-card.is-complete,.content-ai-preparation-card.is-error{background:transparent}
.content-ai-job-actions .content-ai-stop-action{border:1px solid #d88d7c;border-radius:7px;background:#fff6f3;color:#a63f2f;padding:5px 9px;font-size:9px}.content-ai-job-actions .content-ai-stop-action:hover{border-color:#bd5148;background:#fff0ed}.content-ai-stop-note{margin:12px 0 0;color:#6f7b75;font-size:11px;line-height:1.75}

/* 五个专题的模型与启动按钮和标题同行，减少未分析状态的空白。 */
.content-section-copy{min-width:0}
.content-section-actions{display:flex;align-items:center;gap:8px;margin-left:auto;padding-left:16px;flex:0 0 auto}
.content-section-actions select{width:150px;height:36px;border:1px solid #d9e2dd;border-radius:9px;background:#fff;padding:0 30px 0 10px;color:#33473d;font-size:10px}
.content-section-actions .button{min-width:88px;height:36px;white-space:nowrap}
@media(max-width:620px){.content-section-title{flex-wrap:wrap}.content-section-copy{flex:1;min-width:220px}.content-section-actions{width:100%;margin-left:42px;padding-left:0}.content-section-actions select{flex:1}}
@media(max-width:520px){.content-section-actions{margin-left:0}.content-section-actions .button{flex:1}}

/* 高赞创作词按覆盖率从左到右排列，每组最多展示十项。 */
.content-frequency-summary{border-radius:9px;background:#edf7f2;color:#39745a;padding:9px 12px;font-size:9px}
.content-frequency-groups{display:grid;grid-template-columns:1fr;gap:14px}
.content-frequency-panel{min-width:0;padding:18px}.content-frequency-panel .content-subtitle{margin-bottom:14px}.content-frequency-panel .content-subtitle h3{font-size:15px}.content-frequency-panel .content-subtitle small{font-size:11px}
.content-frequency-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));align-items:stretch;gap:10px;overflow:visible;padding:0}
.content-frequency-item{position:relative;display:grid;grid-template-columns:32px minmax(0,1fr) minmax(62px,auto);align-items:start;gap:11px;min-width:0;border:1px solid #dfe9e4;border-radius:11px;background:#fbfdfc;padding:13px 14px}
.content-frequency-item>span{display:grid;place-items:center;width:30px;height:30px;border-radius:9px;background:#e5f3ec;color:#287452;font-size:11px;font-weight:800}
.content-frequency-item strong,.content-frequency-item small{display:block}.content-frequency-item strong{overflow:visible;color:#30483c;font-size:14px;line-height:1.45;white-space:normal}.content-frequency-item small{margin-top:5px;color:#718078;font-size:10px;line-height:1.55}.content-frequency-item>b{padding-top:2px;color:#25825b;font-size:16px;line-height:1.3;text-align:right;white-space:nowrap}.content-frequency-item .content-evidence-links{grid-column:2/-1;margin-top:3px;gap:16px}.content-frequency-item .content-evidence-links .text-button{font-size:11px}
.content-frequency-item .content-frequency-merged{max-width:none;color:#9a6041;font-size:10px;line-height:1.6;white-space:normal}
@media(max-width:820px){.content-frequency-strip{grid-template-columns:1fr}.content-frequency-panel{padding:14px}.content-frequency-item{grid-template-columns:30px minmax(0,1fr) auto}}

/* 标题专题：左侧讲清类型与写法，右侧给可核对的高互动原标题。 */
.content-title-effective{display:flex;align-items:baseline;gap:7px;color:#5f536a;font-size:11px;font-weight:700}.content-title-effective strong{color:#4c345e;font-size:18px}
.content-type-summary{display:grid;gap:12px;margin:0;padding:0;overflow:hidden}.content-type-summary>.content-subtitle{padding:16px 18px 0}.content-type-summary-scroll{overflow-x:auto}.content-type-summary table{width:100%;min-width:860px;border-collapse:collapse;table-layout:fixed}.content-type-summary th,.content-type-summary td{border-top:1px solid #e6e2e8;border-right:1px solid #e6e2e8;padding:12px 11px;text-align:left;vertical-align:top;line-height:1.65}.content-type-summary th:last-child,.content-type-summary td:last-child{border-right:0}.content-type-summary th{background:#f6f5f7;color:#403b45;font-size:11px;font-weight:800}.content-type-summary td{color:#4e4853;font-size:11px}.content-type-summary th:nth-child(1),.content-type-summary td:nth-child(1){width:48px}.content-type-summary th:nth-child(2),.content-type-summary td:nth-child(2){width:145px}.content-type-summary th:nth-child(3),.content-type-summary td:nth-child(3),.content-type-summary th:nth-child(4),.content-type-summary td:nth-child(4){width:92px}.content-type-summary th:nth-child(6),.content-type-summary td:nth-child(6){width:150px}.content-type-summary td>b{display:block;color:#493f52;font-size:13px}.content-type-summary td>small{display:block;margin-top:2px;color:#958b9b;font-size:9px}.content-type-summary-note{display:-webkit-box;overflow:hidden;padding:0;text-align:left;line-height:1.55;-webkit-box-orient:vertical;-webkit-line-clamp:3}.content-type-summary-note-line{margin:0;padding:0 18px;color:#8b8290;font-size:10px}.content-type-summary-conclusion{margin:0;border-top:1px solid #e6e2e8;padding:13px 18px 15px;color:#4e4653;font-size:12px;line-height:1.75}.content-type-summary-conclusion strong{color:#302a34}.content-title-section .content-type-summary{border-color:#dfd5e6}.content-body-section .content-type-summary{border-color:#e4d7c6}
.content-title-type-layout{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr);gap:0;overflow:hidden;padding:0;border-color:#e5dced}
.content-title-type-left{min-width:0;padding:18px 20px}.content-title-type-heading{display:flex;align-items:flex-start;gap:12px}.content-title-type-heading>span{display:grid;place-items:center;flex:0 0 34px;height:34px;border-radius:10px;background:#eee6f4;color:#684c80;font-size:10px;font-weight:800}.content-title-type-heading>div{min-width:0}.content-title-type-heading small,.content-title-type-part>small{display:block;color:#8a7896;font-size:10px;font-weight:700}.content-title-type .content-title-type-heading h3{margin:4px 0 0;color:#3e2d4a;font-size:17px;line-height:1.45}.content-title-type .content-title-type-heading p{margin:8px 0 0;color:#5e5265;font-size:13px;line-height:1.75}
.content-title-type-part{display:grid;gap:7px;margin-top:16px;padding-top:15px;border-top:1px solid #ece5f0}.content-title-type-part>strong{color:#513b62;font-size:15px;line-height:1.7}.content-title-type-part>p{margin:0;color:#554a5b;font-size:13px;line-height:1.75}
.content-title-feature-part{gap:10px}.content-title-features{display:flex;flex-wrap:wrap;gap:8px}.content-title-feature{position:relative}.content-title-feature>summary{display:flex;align-items:center;gap:6px;border:1px solid #e1d7e7;border-radius:999px;background:#faf7fc;padding:6px 7px 6px 10px;color:#4f3c5d;cursor:pointer;list-style:none}.content-title-feature>summary::-webkit-details-marker{display:none}.content-title-feature>summary span{font-size:11px;font-weight:700}.content-title-feature>summary strong{color:#75518e;font-size:11px}.content-title-feature>summary i{display:grid;place-items:center;width:20px;height:20px;border-radius:50%;background:#e9def0;color:#68467e;font-size:9px;font-style:normal;font-weight:800}.content-title-feature[open]>summary{border-color:#bfa9cb;background:#f4edf7}.content-title-feature>div{position:absolute;z-index:12;top:calc(100% + 7px);left:0;width:min(330px,70vw);border:1px solid #dfd2e5;border-radius:10px;background:#fff;padding:11px;box-shadow:0 12px 32px rgba(62,42,73,.18)}.content-title-feature>div p{margin:0 0 8px;color:#685c6d;font-size:11px;line-height:1.6}.content-title-feature>div button{width:100%;border:0;border-radius:8px;background:#f7f2f9;padding:9px;color:#4f4057;text-align:left;cursor:pointer}.content-title-feature>div q{font-size:11px;line-height:1.6}.content-title-feature-empty{margin:0;color:#94879a;font-size:11px}.content-title-coverage{margin:13px 0 0;color:#806f89;font-size:10px}
.content-title-originals{min-width:0;border-left:1px solid #e6ddeb;background:#faf8fb;padding:18px}.content-title-originals>div:first-child{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.content-title-originals h4{margin:0;color:#463553;font-size:14px}.content-title-originals>div:first-child small{color:#94879b;font-size:9px}.content-title-originals-list{display:grid;gap:0;margin:12px 0 0;padding:0;list-style:none}.content-title-originals-list li{display:grid;grid-template-columns:25px minmax(0,1fr);gap:8px;align-items:flex-start;border-top:1px solid #e9e2ed;padding:10px 0}.content-title-originals-list li:first-child{border-top:0;padding-top:0}.content-title-originals-list li>span{padding-top:3px;color:#9a87a5;font-size:9px;font-weight:800}.content-title-originals-list button{display:grid;gap:6px;min-width:0;border:0;background:transparent;padding:0;color:#4a3b52;text-align:left;cursor:pointer}.content-title-originals-list q{font-size:12px;line-height:1.6;text-decoration:none}.content-title-originals-list small{color:#8d7e94;font-size:9px}.content-title-originals-list button:hover q{color:#6d4785;text-decoration:underline}
@media(max-width:980px){.content-title-type-layout{grid-template-columns:1fr}.content-title-originals{border-top:1px solid #e6ddeb;border-left:0}}
@media(max-width:560px){.content-title-type-left,.content-title-originals{padding:14px}.content-title-originals>div:first-child{align-items:flex-start;flex-direction:column}.content-title-feature>div{position:fixed;top:auto;right:14px;bottom:14px;left:14px;width:auto}}

/* 正文结构专题沿用左右双栏：左边讲清路径，右边直接回到代表笔记。 */
.content-body-effective{display:flex;align-items:baseline;gap:7px;color:#756550;font-size:11px;font-weight:700}.content-body-effective strong{color:#6b4a27;font-size:18px}.content-body-types{display:grid;gap:12px}
.content-body-type-layout{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr);gap:0;overflow:hidden;padding:0;border-color:#eadfce}.content-body-type-left{min-width:0;padding:18px 20px}.content-body-type-heading{display:flex;align-items:flex-start;gap:12px}.content-body-type-heading>span{display:grid;place-items:center;flex:0 0 34px;height:34px;border-radius:10px;background:#f3e8d8;color:#8b602e;font-size:10px;font-weight:800}.content-body-type-heading>div{min-width:0}.content-body-type-heading small,.content-body-type-part>small{display:block;color:#9b7a53;font-size:10px;font-weight:700}.content-body-type .content-body-type-heading h3{margin:4px 0 0;color:#503b24;font-size:17px;line-height:1.45}.content-body-type .content-body-type-heading p{margin:8px 0 0;color:#625747;font-size:13px;line-height:1.75}
.content-body-type-part{display:grid;gap:7px;margin-top:16px;padding-top:15px;border-top:1px solid #eee5d9}.content-body-type-part>strong{color:#63451f;font-size:15px;line-height:1.9}.content-body-type-part>p{margin:0;color:#5d5245;font-size:13px;line-height:1.75}.content-body-feature-part{gap:10px}.content-body-features{display:flex;flex-wrap:wrap;gap:8px}.content-body-feature{position:relative}.content-body-feature>summary{display:flex;align-items:center;gap:6px;border:1px solid #e7d9c7;border-radius:999px;background:#fdf9f3;padding:6px 7px 6px 10px;color:#5d4529;cursor:pointer;list-style:none}.content-body-feature>summary::-webkit-details-marker{display:none}.content-body-feature>summary span{font-size:11px;font-weight:700}.content-body-feature>summary strong{color:#956728;font-size:11px}.content-body-feature>summary i{display:grid;place-items:center;width:20px;height:20px;border-radius:50%;background:#f0e1ce;color:#855c2b;font-size:9px;font-style:normal;font-weight:800}.content-body-feature[open]>summary{border-color:#cdaa7f;background:#faf1e5}.content-body-feature>div{position:absolute;z-index:12;top:calc(100% + 7px);left:0;width:min(350px,70vw);border:1px solid #e1d1bc;border-radius:10px;background:#fff;padding:11px;box-shadow:0 12px 32px rgba(76,55,31,.18)}.content-body-feature>div p{margin:0 0 8px;color:#6d604f;font-size:11px;line-height:1.6}.content-body-feature>div button{width:100%;border:0;border-radius:8px;background:#fbf6ef;padding:9px;color:#5b4b38;text-align:left;cursor:pointer}.content-body-feature>div q{font-size:11px;line-height:1.65}.content-body-feature-empty{margin:0;color:#9b8b78;font-size:11px}.content-body-coverage{margin:13px 0 0;color:#917b62;font-size:10px}
.content-body-originals{min-width:0;border-left:1px solid #eadfce;background:#fcfaf6;padding:18px}.content-body-originals>div:first-child{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.content-body-originals h4{margin:0;color:#54412a;font-size:14px}.content-body-originals>div:first-child small{color:#998a78;font-size:9px}.content-body-originals-list{display:grid;gap:0;margin:12px 0 0;padding:0;list-style:none}.content-body-originals-list li{display:grid;grid-template-columns:25px minmax(0,1fr);gap:8px;align-items:flex-start;border-top:1px solid #eee5d9;padding:10px 0}.content-body-originals-list li:first-child{border-top:0;padding-top:0}.content-body-originals-list li>span{padding-top:3px;color:#a28d73;font-size:9px;font-weight:800}.content-body-originals-list button{display:grid;gap:6px;min-width:0;border:0;background:transparent;padding:0;text-align:left;cursor:pointer}.content-body-originals-list button strong{color:#504331;font-size:12px;font-weight:600;line-height:1.6}.content-body-originals-list button small{color:#948572;font-size:9px}.content-body-originals-list button:hover strong{color:#8c5d24;text-decoration:underline}
@media(max-width:980px){.content-body-type-layout{grid-template-columns:1fr}.content-body-originals{border-top:1px solid #eadfce;border-left:0}}
@media(max-width:560px){.content-body-type-left,.content-body-originals{padding:14px}.content-body-originals>div:first-child{align-items:flex-start;flex-direction:column}.content-body-feature>div{position:fixed;top:auto;right:14px;bottom:14px;left:14px;width:auto}}
