.asset-hero{display:grid;grid-template-columns:1.3fr .7fr;gap:16px;margin-bottom:16px}.asset-hero-card{background:linear-gradient(135deg,#fff7f7,#fff);border:1px solid var(--border);border-radius:16px;padding:18px;box-shadow:var(--shadow-sm)}.asset-hero-title{font-size:22px;font-weight:800;margin-bottom:8px;color:var(--text)}.asset-hero-sub{font-size:13px;color:var(--text2);line-height:1.7}.asset-actions{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.asset-kpis{display:grid;grid-template-columns:repeat(auto-fit,minmax(132px,1fr));gap:10px;margin-bottom:16px}.asset-kpi{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:14px}.asset-kpi-val{font-size:22px;font-weight:800;margin-bottom:4px}.asset-kpi-label{font-size:11px;color:var(--text3)}.asset-kpi-hint{font-size:11px;color:var(--text2);margin-top:4px}.active-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:16px}.note-toolbar{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin-bottom:12px}.note-search{min-width:220px}.active-note-card{background:var(--card);border:1px solid var(--border);border-radius:14px;padding:14px;margin-bottom:10px;display:grid;grid-template-columns:88px minmax(0,1fr);gap:12px}.active-note-img{width:88px;height:88px;border-radius:12px;object-fit:cover;background:#f2f2f2}.active-note-title{font-size:15px;font-weight:750;line-height:1.45;margin-bottom:5px}.active-note-meta{font-size:12px;color:var(--text3);display:flex;gap:10px;flex-wrap:wrap}.active-note-desc{font-size:12px;color:var(--text2);margin-top:6px;line-height:1.55;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.active-note-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(92px,1fr));gap:8px;margin-top:10px}.active-note-metric{background:#fafafa;border:1px solid #f0f0f0;border-radius:9px;padding:8px}.active-note-metric b{display:block;font-size:14px}.active-note-metric span{font-size:10px;color:var(--text3)}.link-chips{display:flex;gap:6px;flex-wrap:wrap;margin-top:10px}.link-chip{font-size:11px;padding:4px 7px;border-radius:999px;background:#f7f7f7;border:1px solid #eee;color:var(--text2);max-width:260px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.risk-list{display:flex;gap:6px;flex-wrap:wrap;margin-top:8px}.risk-pill{font-size:11px;padding:4px 7px;border-radius:999px;background:#fff2f0;color:#d93025;border:1px solid #ffd3cf}.health-pill{display:inline-flex;align-items:center;gap:4px;font-size:11px;padding:4px 7px;border-radius:999px;border:1px solid #eee}.health-ok{background:#f1fff6;color:#137333}.health-warn{background:#fff8e1;color:#a05a00}.health-bad{background:#fff2f0;color:#d93025}.side-card{background:var(--card);border:1px solid var(--border);border-radius:14px;padding:14px;margin-bottom:12px}.side-title{font-size:14px;font-weight:750;margin-bottom:10px}.warning-item{font-size:12px;line-height:1.55;color:var(--text2);padding:8px;border-radius:8px;background:#fff8e1;margin-bottom:6px}.recent-item{border-bottom:1px solid var(--border);padding:8px 0}.recent-item:last-child{border-bottom:0}.recent-title{font-size:12px;font-weight:650;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.recent-meta{font-size:11px;color:var(--text3);margin-top:3px}.fatigue-bar{display:inline-block;width:60px;height:8px;background:#e0e0e0;border-radius:4px;overflow:hidden;vertical-align:middle}.fatigue-fill{height:100%;border-radius:4px}.trend-up{color:var(--green)}.trend-down{color:var(--red)}.trend-stable{color:var(--text3)}.overview-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:10px;margin-bottom:16px}.ov-card{background:var(--card);border:1px solid var(--border);border-radius:10px;padding:14px;text-align:center}.ov-card .ov-val{font-size:22px;font-weight:700;margin-bottom:2px}.ov-card .ov-lbl{font-size:11px;color:var(--text3)}.note-card{background:var(--card);border:1px solid var(--border);border-radius:10px;padding:14px;margin-bottom:10px;cursor:pointer;transition:box-shadow .15s}.note-card:hover{box-shadow:var(--shadow-md)}.note-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.note-id{font-family:var(--mono);font-size:12px;color:var(--text2)}.note-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(80px,1fr));gap:6px;font-size:12px}.note-metric .nm-val{font-weight:600;font-size:14px}.note-metric .nm-lbl{color:var(--text3);font-size:10px}.mini-spark{display:inline-flex;align-items:flex-end;gap:1px;height:24px}.mini-spark div{width:4px;border-radius:1px;background:var(--blue)}.adv-dist{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:10px;margin-top:12px}.adv-dist-card{background:var(--card);border:1px solid var(--border);border-radius:8px;padding:12px}.adv-dist-name{font-weight:600;font-size:13px;margin-bottom:4px}.adv-dist-bar{height:6px;background:#f0f0f0;border-radius:3px;overflow:hidden;margin-top:6px}.adv-dist-fill{height:100%;background:var(--red);border-radius:3px}.detail-panel{background:var(--card);border:1px solid var(--border);border-radius:10px;padding:16px;margin-top:16px}.chart-bars{display:flex;align-items:flex-end;gap:3px;height:120px}.chart-bar{flex:1;border-radius:3px 3px 0 0;min-width:8px;position:relative;cursor:pointer;transition:opacity .2s}.chart-bar:hover{opacity:.8}.chart-bar .tip{position:absolute;bottom:100%;left:50%;transform:translateX(-50%);background:#333;color:#fff;padding:3px 6px;border-radius:3px;font-size:10px;white-space:nowrap;display:none;z-index:10}.chart-bar:hover .tip{display:block}.chart-labels{display:flex;gap:3px;margin-top:4px}.chart-labels span{flex:1;text-align:center;font-size:9px;color:var(--text3)}@media(max-width:900px){.asset-hero,.active-layout{grid-template-columns:1fr}.active-note-card{grid-template-columns:72px minmax(0,1fr)}.active-note-img{width:72px;height:72px}}.promoted-card{border-left:4px solid #7c3aed}.promoted-icon{display:flex;align-items:center;justify-content:center;font-size:28px;background:linear-gradient(135deg,#f5f3ff,#fff)}
.note-open-btn{display:inline-flex;align-items:center;gap:4px;padding:5px 10px;border-radius:999px;background:#ff2442;color:#fff!important;text-decoration:none;font-size:12px;font-weight:700;border:1px solid #ff2442}.note-open-btn:hover{filter:brightness(.95);text-decoration:none}.note-img-empty{display:flex;align-items:center;justify-content:center;color:#aaa;font-size:26px;background:linear-gradient(135deg,#f7f7f7,#fff)}

.asset-overview-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:16px}.ov-note-card{cursor:pointer}.ov-table{min-width:1600px}.ov-table th,.ov-table td{font-size:12px;vertical-align:top}.feishu-export-panel{background:#f5fbff;border:1px solid #c8e6ff;border-radius:12px;padding:12px;margin-bottom:12px}.feishu-export-panel.active{display:block}.feishu-export-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.feishu-export-title{font-weight:800}.feishu-export-meta,.feishu-export-link{font-size:12px;color:var(--text2);margin-top:4px;word-break:break-all}.feishu-export-actions{display:flex;gap:8px;flex-wrap:wrap}@media(max-width:1000px){.asset-overview-layout{grid-template-columns:1fr}}

.check-inline{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:var(--text2);padding:7px 10px;border:1px solid var(--border);border-radius:10px;background:var(--card)}.check-inline input{margin:0}

/* === 素材总览 2026-04 UI refresh === */
.asset-overview-tab{display:block}.ov-control-panel{background:linear-gradient(135deg,#fff7f8 0%,#fff 52%,#f7fbff 100%);border:1px solid #ffe0e6;border-radius:20px;padding:18px 18px 14px;margin-bottom:14px;box-shadow:var(--shadow-sm)}.ov-panel-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:14px}.ov-panel-head h2{font-size:22px;line-height:1.2;margin:3px 0 6px;color:var(--text);letter-spacing:-.02em}.ov-panel-head p{font-size:13px;color:var(--text2);line-height:1.6;max-width:780px}.ov-eyebrow{font-size:11px;font-weight:800;color:var(--red);letter-spacing:.08em;text-transform:uppercase}.ov-status-pill{min-width:168px;text-align:center;border:1px solid #ffd2da;background:#fff;color:var(--text2);border-radius:999px;padding:8px 12px;font-size:12px;box-shadow:var(--shadow-sm)}.ov-filter-grid{display:grid;grid-template-columns:130px 170px 150px minmax(320px,1fr) auto;gap:10px;align-items:end}.ov-field{display:flex;flex-direction:column;gap:5px}.ov-field>span{font-size:11px;color:var(--text3);font-weight:700}.ov-field select,.ov-field input{height:34px;border:1px solid var(--border);border-radius:10px;background:#fff;padding:6px 10px;font-size:13px}.ov-field-search{min-width:0}.ov-search-row{display:flex;gap:8px;align-items:center}.ov-search-row input{flex:1;min-width:180px}.ov-action-row{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.ov-switch{height:34px;display:inline-flex;align-items:center;gap:8px;border:1px solid var(--border);background:#fff;border-radius:999px;padding:4px 10px 4px 5px;cursor:pointer}.ov-switch input{display:none}.ov-switch b{width:38px;height:22px;border-radius:999px;background:#e7e7e7;position:relative;transition:.18s}.ov-switch b:after{content:'';position:absolute;width:18px;height:18px;border-radius:50%;background:#fff;left:2px;top:2px;box-shadow:0 1px 4px rgba(0,0,0,.16);transition:.18s}.ov-switch input:checked+b{background:linear-gradient(135deg,var(--red),#ff6b81)}.ov-switch input:checked+b:after{transform:translateX(16px)}.ov-switch em{font-style:normal;font-size:12px;color:var(--text2);font-weight:650}.ov-summary-strip{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.ov-summary-strip span{font-size:12px;color:var(--text2);background:rgba(255,255,255,.75);border:1px solid rgba(255,36,66,.12);border-radius:999px;padding:6px 10px}.overview-grid--hero{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:14px}.overview-grid--hero .ov-card{text-align:left;border-radius:16px;padding:15px 16px;position:relative;overflow:hidden}.overview-grid--hero .ov-card:before{content:'';position:absolute;right:-18px;top:-24px;width:72px;height:72px;border-radius:50%;background:rgba(255,36,66,.08)}.ov-card.ov-primary{border-color:#ffc7d1;background:linear-gradient(135deg,#fff5f7,#fff)}.ov-card.ov-blue{border-color:#d7e9ff;background:linear-gradient(135deg,#f6fbff,#fff)}.ov-card.ov-green{border-color:#ccefd9;background:linear-gradient(135deg,#f5fff8,#fff)}.ov-card.ov-amber{border-color:#ffe1af;background:linear-gradient(135deg,#fffaf0,#fff)}.ov-card .ov-val{font-size:24px;font-weight:850;letter-spacing:-.02em}.ov-card .ov-lbl{font-size:12px;font-weight:750;color:var(--text2)}.asset-overview-layout{grid-template-columns:minmax(0,1fr) 330px;align-items:start}.ov-side-col{position:sticky;top:112px}.ov-board-card,.ov-table-card{border:1px solid var(--border);box-shadow:var(--shadow-sm)}.ov-table-card{padding-bottom:10px}.ov-table-wrap{overflow:auto;max-height:560px;border:1px solid var(--border-light);border-radius:12px}.ov-table{min-width:1680px;border-collapse:separate;border-spacing:0}.ov-table thead th{position:sticky;top:0;background:#fff7f8;z-index:1;font-weight:750}.ov-table th:first-child,.ov-table td:first-child{position:sticky;left:0;background:#fff;z-index:2}.ov-table thead th:first-child{background:#fff0f2;z-index:3}.ov-note-card{background:#fff;border:1px solid var(--border);border-radius:16px;padding:14px;margin-bottom:12px;display:grid;grid-template-columns:96px minmax(0,1fr);gap:14px;cursor:pointer;transition:transform .15s,box-shadow .15s,border-color .15s}.ov-note-card:hover{transform:translateY(-1px);box-shadow:var(--shadow-md);border-color:#ffd0d8}.ov-note-media{width:96px;height:96px;border-radius:14px;overflow:hidden;background:linear-gradient(135deg,#f7f7f7,#fff);display:flex;align-items:center;justify-content:center;color:#aaa;font-size:28px}.ov-note-media img{width:100%;height:100%;object-fit:cover}.ov-note-top{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.ov-rank-badge{display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:24px;border-radius:999px;background:var(--red-light);color:var(--red);font-size:12px;font-weight:850;margin-right:6px}.ov-note-title{font-size:15px;font-weight:800;line-height:1.45;color:var(--text)}.ov-note-meta{display:flex;gap:7px;flex-wrap:wrap;margin-top:6px}.ov-pill{font-size:11px;padding:4px 8px;border-radius:999px;background:#f7f7f7;border:1px solid #eee;color:var(--text2);max-width:260px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ov-pill-hot{background:#fff1f3;border-color:#ffd4dc;color:#d71938}.ov-pill-blue{background:#f1f7ff;border-color:#d8e9ff;color:#1769c2}.ov-note-desc{font-size:12px;color:var(--text2);line-height:1.55;margin-top:8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ov-metric-band{display:grid;grid-template-columns:repeat(6,minmax(86px,1fr));gap:8px;margin-top:11px}.ov-metric{background:#fafafa;border:1px solid #f0f0f0;border-radius:11px;padding:8px 9px;min-width:0}.ov-metric.today{background:#fff6f7;border-color:#ffdce3}.ov-metric.period{background:#f6fbff;border-color:#ddeeff}.ov-metric b{display:block;font-size:14px;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ov-metric span{font-size:10px;color:var(--text3)}.ov-note-tags{display:flex;gap:6px;flex-wrap:wrap;margin-top:10px}.ov-side-col .side-card{border-radius:16px}.ov-side-col .adv-dist-card{padding:10px;border-radius:12px}.ov-side-col .adv-dist-name{font-size:12px}.feishu-export-panel{border-radius:16px}.note-open-btn{box-shadow:0 1px 4px rgba(255,36,66,.18)}@media(max-width:1180px){.ov-filter-grid{grid-template-columns:repeat(3,minmax(120px,1fr));}.ov-field-search{grid-column:1 / -1}.ov-action-row{grid-column:1 / -1;justify-content:flex-start}.overview-grid--hero{grid-template-columns:repeat(2,minmax(0,1fr))}.asset-overview-layout{grid-template-columns:1fr}.ov-side-col{position:static}}@media(max-width:720px){.ov-panel-head{flex-direction:column}.ov-status-pill{text-align:left}.ov-filter-grid{grid-template-columns:1fr}.ov-search-row{flex-wrap:wrap}.ov-search-row input{min-width:100%}.overview-grid--hero{grid-template-columns:1fr}.ov-note-card{grid-template-columns:72px minmax(0,1fr);gap:10px}.ov-note-media{width:72px;height:72px}.ov-note-top{flex-direction:column}.ov-metric-band{grid-template-columns:repeat(2,minmax(0,1fr))}}

/* === 素材总览分页 === */
.ov-list-header{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.ov-pager{display:flex;align-items:center;justify-content:flex-end;gap:6px;flex-wrap:wrap;font-size:12px;color:var(--text2)}.ov-pager-bottom{border-top:1px solid var(--border-light);padding-top:12px;margin-top:12px}.ov-page-summary{font-weight:700;color:var(--text)}.ov-page-size{height:28px;border:1px solid var(--border);border-radius:8px;background:#fff;padding:3px 6px;font-size:12px}.ov-page-index{padding:0 4px;white-space:nowrap}.ov-page-jump{display:inline-flex;align-items:center;gap:4px;white-space:nowrap}.ov-page-jump input{width:58px;height:28px;border:1px solid var(--border);border-radius:8px;padding:3px 6px;font-size:12px}.ov-pager .btn[disabled]{opacity:.45;cursor:not-allowed;pointer-events:none}@media(max-width:720px){.ov-list-header{align-items:flex-start}.ov-pager{justify-content:flex-start}.ov-page-jump{width:100%;}}

/* === 素材总览历史导出 === */
.feishu-export-history{margin-top:10px;border-top:1px solid #d7f0df;padding-top:8px}.feishu-export-history-item{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 0;border-bottom:1px solid rgba(0,0,0,.05);font-size:12px}.feishu-export-history-item:last-child{border-bottom:0}.feishu-export-history-main{min-width:0;overflow:hidden;text-overflow:ellipsis}.feishu-export-error{border-color:#ffd6d6;background:#fff7f7}.feishu-export-error .feishu-export-title{color:#b3261e}.feishu-copy-status{font-size:12px;color:#16743a}
