:root {
  --ink: #101725;
  --muted: #677184;
  --paper: #f6f4ef;
  --card: #ffffff;
  --line: #e5e8ec;
  --violet: #7157e9;
  --violet-soft: #ede9ff;
  --teal: #159d91;
  --teal-soft: #dbf5f0;
  --gold: #cb8614;
  --gold-soft: #fff2d9;
  --coral: #d75b51;
  --coral-soft: #ffebe8;
  --nav: #101724;
  --shadow: 0 12px 32px rgba(20, 28, 45, .06);
  --radius: 18px;
}

* { box-sizing: border-box; }
html { min-width: 320px; background: var(--paper); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: 'Noto Sans SC', 'Manrope', -apple-system, BlinkMacSystemFont, sans-serif; }
button, input, select { font: inherit; }
button { cursor: pointer; }
a { color: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

.shell { min-height: 100vh; display: flex; }
.sidebar { width: 246px; min-height: 100vh; position: fixed; inset: 0 auto 0 0; z-index: 5; padding: 27px 17px 19px; display: flex; flex-direction: column; background: var(--nav); color: #d5d9e3; }
.brand { display: flex; align-items: center; gap: 12px; width: 100%; padding: 7px 10px 28px; border: 0; background: transparent; color: #fff; text-align: left; }
.brand-glyph { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 11px; background: radial-gradient(circle at 30% 25%, #bcafff, #7157e9 52%, #4332ad); color: #fff; font-size: 23px; box-shadow: 0 7px 18px rgba(113, 87, 233, .4); }
.brand b { display: block; font: 800 15px/1 'Manrope', sans-serif; letter-spacing: .16em; }
.brand small { display: block; margin-top: 4px; color: #8d97a9; font-size: 10px; letter-spacing: .04em; }
.nav-group { margin-top: 11px; }
.nav-group p { padding: 0 12px; margin: 0 0 8px; color: #657083; font: 700 10px/1 'DM Mono', monospace; text-transform: uppercase; letter-spacing: .12em; }
.nav-link { display: flex; align-items: center; gap: 11px; width: 100%; border: 0; border-radius: 10px; padding: 11px 12px; color: #bac2d0; background: transparent; font-size: 14px; text-align: left; transition: .16s ease; }
.nav-link > span { width: 17px; font-size: 16px; text-align: center; color: #8994a6; }
.nav-link:hover { color: #fff; background: rgba(255,255,255,.06); }
.nav-link.active { color: #fff; background: rgba(132, 108, 250, .18); font-weight: 600; }
.nav-link.active > span { color: #aa9bff; }
.sidebar-foot { margin: 23px 9px 0; padding: 14px 0 1px; border-top: 1px solid rgba(255,255,255,.08); color: #758092; font: 10px/1.55 'DM Mono', monospace; letter-spacing: .03em; }
.sidebar-foot b { color: #b8c2d2; font-weight: 500; }
.pulse { display: inline-block; width: 6px; height: 6px; margin: 0 6px 1px 0; border-radius: 50%; background: #5ee0c9; box-shadow: 0 0 0 4px rgba(94,224,201,.1); }

.main { width: calc(100% - 246px); margin-left: 246px; padding: 30px 38px 64px; max-width: 1840px; }
.topbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.eyebrow { display: inline-block; color: #7d8695; font: 600 10px/1.2 'DM Mono', monospace; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow.accent { color: var(--violet); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin: 6px 0 0; font-size: 25px; letter-spacing: -.04em; }
h2 { letter-spacing: -.035em; }
.topbar-tools { display: flex; align-items: center; gap: 10px; }
.refresh-button, .secondary-button, .primary-button, .clear-button, .view-button, .back-button, .text-button, .icon-action { border: 0; transition: .16s ease; }
.refresh-button { padding: 10px 13px; border-radius: 10px; color: #fff; background: var(--nav); font-size: 12px; font-weight: 700; }
.refresh-button:hover { transform: translateY(-1px); background: #263248; }

.hero-card { position: relative; overflow: hidden; display: flex; justify-content: space-between; min-height: 292px; padding: 39px 45px; border-radius: 23px; color: #fff; background: linear-gradient(110deg, #171e32 0%, #272052 54%, #4e3aaa 125%); box-shadow: 0 17px 37px rgba(33, 31, 77, .17); }
.hero-card:before { content: ''; position: absolute; width: 520px; height: 520px; right: -150px; top: -235px; border: 1px solid rgba(255,255,255,.11); border-radius: 50%; box-shadow: 0 0 0 72px rgba(255,255,255,.025), 0 0 0 154px rgba(255,255,255,.018); }
.hero-card > div:first-child { z-index: 1; max-width: 665px; }
.hero-card .eyebrow { color: #bdb2ff; }
.hero-card h2 { margin: 11px 0 14px; font-size: clamp(28px, 3.1vw, 43px); line-height: 1.13; letter-spacing: -.06em; }
.hero-card p { margin-bottom: 22px; color: #c6cae0; max-width: 570px; font-size: 14px; line-height: 1.75; }
.hero-actions { display: flex; gap: 9px; flex-wrap: wrap; }
.primary-button { padding: 11px 15px; border-radius: 10px; color: #1d173d; background: #f8f6ff; font-size: 13px; font-weight: 800; }
.primary-button:hover { transform: translateY(-1px); box-shadow: 0 7px 20px rgba(0,0,0,.16); }
.primary-button span { margin-left: 10px; }
.secondary-button { padding: 10px 14px; border: 1px solid #d9dce3; border-radius: 10px; color: #343d4d; background: #fff; font-size: 12px; font-weight: 700; }
.hero-card .secondary-button { border-color: rgba(255,255,255,.22); color: #fff; background: rgba(255,255,255,.1); }
.secondary-button:hover { border-color: #b8b4d8; background: #f8f7ff; }
.hero-orbit { position: relative; z-index: 1; flex: 0 0 250px; min-height: 190px; margin: 7px 21px 0 28px; }
.hero-orbit:before, .hero-orbit:after { content: ''; position: absolute; inset: 2px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; transform: rotate(-24deg); }
.hero-orbit:after { inset: 37px -8px; transform: rotate(50deg); }
.orbit-center { position: absolute; inset: 54px; z-index: 1; display: grid; place-content: center; width: 105px; height: 105px; margin: auto; border-radius: 50%; color: #e8e4ff; background: radial-gradient(circle at 33% 25%, #a295ff, #6351d4 62%, #37268a); font: 800 20px/1.05 'Manrope'; text-align: center; box-shadow: 0 0 0 11px rgba(189,177,255,.08), 0 16px 30px rgba(0,0,0,.2); }
.orbit-center small { display: block; margin-top: 5px; font: 500 9px 'DM Mono', monospace; letter-spacing: .17em; }
.orbit-dot { position: absolute; z-index: 2; width: 9px; height: 9px; border-radius: 50%; background: #fff; box-shadow: 0 0 0 4px rgba(255,255,255,.15); }
.dot-1 { top: 25px; left: 44px; }.dot-2 { right: 25px; top: 78px; background: #83e9dc; }.dot-3 { bottom: 21px; left: 54px; background: #ffdb82; }

.portfolio-hero { position: relative; overflow: hidden; display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(250px, .75fr); gap: 34px; padding: 43px 45px; border-radius: 23px; color: #fff; background: linear-gradient(112deg, #141d31 0%, #202248 51%, #4d3fa0 125%); box-shadow: 0 17px 37px rgba(33, 31, 77, .17); }
.portfolio-hero:before { content: ''; position: absolute; width: 590px; height: 590px; right: -260px; top: -310px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 67px rgba(255,255,255,.028), 0 0 0 146px rgba(255,255,255,.018); }
.portfolio-hero-main, .portfolio-hero-aside { position: relative; z-index: 1; }
.portfolio-hero-main { max-width: 690px; }
.portfolio-hero .eyebrow { color: #beb3ff; }
.portfolio-hero h2 { margin: 12px 0 15px; font-size: clamp(30px, 3.3vw, 47px); line-height: 1.11; letter-spacing: -.065em; }
.portfolio-hero-main > p { max-width: 645px; margin-bottom: 24px; color: #cbd0e4; font-size: 14px; line-height: 1.78; }
.portfolio-hero .secondary-button { border-color: rgba(255,255,255,.28); color: #fff; background: rgba(255,255,255,.1); }
.portfolio-source-link { display: inline-flex; align-items: center; padding: 10px 3px; color: #e7e2ff; font-size: 12px; font-weight: 700; text-decoration: none; }
.portfolio-source-link:hover { color: #fff; text-decoration: underline; }
.portfolio-hero-aside { align-self: end; padding: 20px 21px; border: 1px solid rgba(255,255,255,.15); border-radius: 15px; background: rgba(9, 13, 35, .19); backdrop-filter: blur(8px); }
.portfolio-hero-aside > span { display: block; margin-bottom: 7px; color: #bbb0ff; font: 600 9px/1.2 'DM Mono', monospace; letter-spacing: .12em; text-transform: uppercase; }
.portfolio-hero-aside b { display: block; font-size: 16px; line-height: 1.38; letter-spacing: -.03em; }
.portfolio-hero-aside p { margin: 10px 0 14px; color: #cbd0e4; font-size: 12px; line-height: 1.67; }
.portfolio-hero-aside small { color: #aeb6d1; font-size: 10px; }
.portfolio-facts { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); margin: 18px 0 40px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--card); box-shadow: 0 3px 10px rgba(29,35,48,.02); }
.portfolio-facts article { min-height: 107px; padding: 21px 24px; border-right: 1px solid var(--line); }
.portfolio-facts article:last-child { border-right: 0; }
.portfolio-facts b { display: block; color: var(--violet); font-size: 29px; line-height: 1.12; letter-spacing: -.055em; }
.portfolio-facts span { display: block; margin-top: 7px; color: var(--muted); font-size: 11px; }
.portfolio-section-head { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin: 0 0 15px; }
.portfolio-section-head h2 { margin: 5px 0 0; font-size: 23px; }
.portfolio-section-head > p { max-width: 478px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.portfolio-evidence-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 12px; margin-bottom: 20px; }
.portfolio-evidence-grid article { min-height: 219px; padding: 22px 20px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--card); box-shadow: 0 3px 10px rgba(29,35,48,.02); }
.portfolio-evidence-grid span { display: inline-grid; width: 28px; height: 28px; place-items: center; border-radius: 9px; color: var(--violet); background: var(--violet-soft); font: 700 10px/1 'DM Mono', monospace; }
.portfolio-evidence-grid h3 { margin: 18px 0 8px; font-size: 15px; letter-spacing: -.035em; }
.portfolio-evidence-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.72; }
.portfolio-transfer { display: grid; grid-template-columns: minmax(0, .92fr) minmax(360px, 1.08fr); gap: 34px; padding: 31px; margin: 20px 0; border: 1px solid #ded9f7; border-radius: var(--radius); background: linear-gradient(105deg, #f2efff, #fbfbff 54%, #f4fbfa); }
.portfolio-transfer h2 { margin: 7px 0 12px; font-size: 27px; line-height: 1.2; }
.portfolio-transfer > div > p { max-width: 480px; margin: 0; color: #5d6478; font-size: 12px; line-height: 1.78; }
.portfolio-transfer ol { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; padding: 0; margin: 0; list-style: none; counter-reset: transfer; }
.portfolio-transfer li { position: relative; min-height: 95px; padding: 16px 16px 13px 47px; border: 1px solid rgba(105,83,216,.14); border-radius: 12px; background: rgba(255,255,255,.72); }
.portfolio-transfer li:before { counter-increment: transfer; content: counter(transfer); position: absolute; top: 16px; left: 15px; color: #876ef0; font: 700 11px/1 'DM Mono', monospace; }
.portfolio-transfer li b { display: block; margin-bottom: 6px; font-size: 12px; }
.portfolio-transfer li span { display: block; color: var(--muted); font-size: 11px; line-height: 1.5; }
.portfolio-boundary { display: flex; gap: 17px; align-items: flex-start; padding: 15px 17px; border: 1px solid #f0dfbd; border-radius: 12px; color: #71542a; background: #fff8e9; }
.portfolio-boundary b { flex: 0 0 auto; font-size: 11px; }
.portfolio-boundary p { margin: 0; font-size: 11px; line-height: 1.68; }

.stat-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin: 19px 0; }
.stat-card { display: flex; align-items: center; gap: 13px; min-height: 112px; padding: 18px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--card); box-shadow: 0 3px 10px rgba(29,35,48,.02); }
.stat-icon { flex: 0 0 38px; width: 38px; height: 38px; display: grid; place-items: center; border-radius: 11px; color: var(--accent); background: color-mix(in srgb, var(--accent) 12%, white); font-size: 19px; }
.stat-card p { margin: 0 0 2px; color: var(--muted); font-size: 11px; }.stat-card strong { display: block; font-size: 28px; line-height: 1.05; letter-spacing: -.04em; }.stat-card small { display: block; margin-top: 4px; color: #98a0af; font-size: 10px; }

.split-grid, .two-columns { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
.panel, .detail-panel, .analysis-panel, .behavior-panel { border: 1px solid var(--line); border-radius: var(--radius); background: var(--card); box-shadow: 0 3px 10px rgba(29,35,48,.02); }
.panel { padding: 22px; }
.panel-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; }.panel-head h2 { margin: 3px 0 0; font-size: 17px; }.panel-head > span { color: #8891a1; font-size: 11px; }
.text-button { padding: 4px 0; color: var(--violet); background: transparent; font-size: 12px; font-weight: 700; }.text-button:hover { color: #4e37c8; }
.update-row { display: flex; align-items: center; gap: 10px; padding: 16px 0; border-bottom: 1px solid #edf0f2; }.update-row:last-of-type { border-bottom: 0; }.update-icon { flex: 0 0 29px; display: grid; width: 29px; height: 29px; place-items: center; border-radius: 9px; font-size: 13px; font-weight: 900; }.update-icon.good { color: var(--teal); background: var(--teal-soft); }.update-icon.wait { color: #9d7c00; background: var(--gold-soft); }.update-row b { display: block; font-size: 12px; }.update-row p { margin: 2px 0 0; color: var(--muted); font-size: 11px; }.update-row time { margin-left: auto; color: #8d95a2; font: 10px 'DM Mono', monospace; }
.risk-note { display: flex; flex-wrap: wrap; gap: 4px 9px; padding: 10px 11px; border-radius: 10px; color: #756030; background: #fff8e8; font-size: 11px; }.risk-note b { color: #9b741a; }.risk-note span { color: #8c826c; }
.process-panel p { margin: 19px 0 16px; color: var(--muted); font-size: 12px; line-height: 1.7; }.process-flow { display: flex; align-items: center; justify-content: space-between; gap: 4px; margin-top: 25px; }.process-flow span { flex: 1; padding: 8px 3px; border-radius: 8px; color: #5c4ab5; background: #f1efff; font-size: 11px; font-weight: 700; text-align: center; }.process-flow i { color: #a9b0bd; font-style: normal; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 22px; margin: 34px 0 13px; }.section-head h2 { margin: 3px 0 0; font-size: 20px; }.section-head > p { margin: 0; color: #8b93a0; font-size: 11px; }.section-head.inline { align-items: center; margin-top: 0; }
.mini-list { padding: 19px; }.mini-list .panel-head { margin-bottom: 6px; }.mini-list .panel-head h2 { margin: 0; font-size: 15px; }.mini-item { display: flex; align-items: center; width: 100%; gap: 10px; padding: 12px 2px; border: 0; border-bottom: 1px solid #edf0f4; background: transparent; text-align: left; }.mini-item:last-child { border-bottom: 0; }.mini-item:hover b { color: var(--violet); }.mini-mark { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 9px; font-size: 15px; }.project-mark { color: var(--violet); background: var(--violet-soft); }.event-mark { color: var(--teal); background: var(--teal-soft); }.mini-item b, .mini-item small { display: block; }.mini-item b { font-size: 12px; }.mini-item small { margin-top: 2px; color: var(--muted); font-size: 10px; }.mini-item em { margin-left: auto; color: #7e8796; font: 10px 'DM Mono', monospace; font-style: normal; }

.page-intro { display: flex; align-items: end; justify-content: space-between; gap: 22px; margin: 1px 0 17px; }.page-intro > p { max-width: 730px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.72; }.legend { display: flex; flex-wrap: wrap; justify-content: flex-end; align-items: center; gap: 6px; color: #8a92a0; font-size: 10px; text-align: right; }.chip { display: inline-flex; align-items: center; min-height: 21px; padding: 3px 7px; border-radius: 999px; color: #697386; background: #eff1f4; font-size: 10px; font-weight: 700; white-space: nowrap; }.chip.confidence-high, .confidence.confidence-high { color: #087d6e; background: #dff7f1; }.chip.confidence-low, .confidence.confidence-low { color: #b45b45; background: #fff0ed; }.chip.quality-high { color: #087d6e; background: #dff7f1; }.chip.quality-low { color: #b45b45; background: #fff0ed; }.tag-user { color: #5c4ab5; background: #eeeaff; }
.filters { display: flex; align-items: center; gap: 8px; margin-bottom: 17px; padding: 10px; border: 1px solid var(--line); border-radius: 13px; background: #fff; box-shadow: 0 2px 6px rgba(29,35,48,.02); }.search-box { display: flex; align-items: center; gap: 5px; min-width: 216px; padding: 0 5px; color: #9ba3b1; }.search-box input { width: 100%; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: 12px; }.search-box input::placeholder { color: #a9b0bd; }.select-wrap { position: relative; display: inline-flex; }.select-wrap:after { content: '⌄'; position: absolute; right: 9px; top: 50%; transform: translateY(-55%); color: #8992a1; font-size: 13px; pointer-events: none; }.select-wrap select { max-width: 166px; height: 32px; padding: 0 25px 0 10px; appearance: none; border: 1px solid #e5e8ec; border-radius: 8px; outline: none; color: #505a6a; background: #fbfbfc; font-size: 11px; }.select-wrap select:focus { border-color: #aa9de8; }.select-wrap.compact select { height: 29px; min-width: 100px; padding-left: 8px; font-size: 10px; }.clear-button { padding: 7px 8px; color: #7c8594; background: transparent; font-size: 11px; font-weight: 600; white-space: nowrap; }.clear-button:hover { color: var(--coral); }
.list-stack { display: grid; gap: 11px; }.opportunity-card { display: grid; grid-template-columns: minmax(0, 1fr) 208px; gap: 19px; padding: 19px 20px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 3px 11px rgba(29,35,48,.025); transition: .18s ease; }.opportunity-card:hover { border-color: #d4cfeb; box-shadow: var(--shadow); }.opportunity-card.is-ignored, .event-card.is-ignored { opacity: .58; }.card-kicker { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }.entity-icon { color: var(--violet); font-size: 15px; }.confidence { display: inline-flex; padding: 3px 7px; border-radius: 999px; font-size: 10px; font-weight: 700; }.confidence-mid { color: #92711c; background: #fff4d9; }.card-title-row { display: flex; align-items: flex-start; gap: 17px; margin: 11px 0 12px; }.card-title-row h2 { margin: 0 0 5px; font-size: 20px; }.card-title-row p { margin: 0; max-width: 880px; color: #576274; font-size: 12px; line-height: 1.58; }.signal-score { flex: 0 0 54px; text-align: right; }.signal-score b { font: 700 17px/1 'DM Mono', monospace; color: #4f3bd0; }.signal-score span { color: #98a0ae; font: 9px 'DM Mono', monospace; }.score-bar { display: block; overflow: hidden; width: 100%; height: 4px; margin-top: 6px; border-radius: 99px; background: #e6e3f7; }.score-bar i { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #8067ef, #b3a8ff); }.field-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 6px 12px; }.field-grid div { min-width: 0; }.field-grid small, .card-meta, .event-bottom small { color: #929ba9; font-size: 9px; }.field-grid span { display: block; overflow: hidden; margin-top: 2px; color: #424d5d; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }.why-row { display: flex; gap: 8px; margin-top: 12px; padding: 8px 10px; border-left: 3px solid #9b8bee; border-radius: 0 8px 8px 0; background: #f8f7ff; color: #566173; font-size: 11px; line-height: 1.5; }.why-row b { flex: 0 0 auto; color: #5845bf; }.card-meta { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 10px; }.card-side { display: flex; flex-direction: column; align-items: stretch; gap: 9px; padding-left: 18px; border-left: 1px solid #edf0f3; }.card-actions { display: flex; gap: 6px; }.icon-action { flex: 1; min-height: 30px; padding: 6px 8px; border: 1px solid #e2e5ea; border-radius: 8px; color: #697384; background: #fff; font-size: 10px; font-weight: 700; white-space: nowrap; }.icon-action:hover, .icon-action.active { border-color: #d8c766; color: #9f7913; background: #fff9e6; }.icon-action.active-ignored { border-color: #efbbb4; color: #ba5c51; background: #fff2ef; }.tag-row { display: flex; flex-wrap: wrap; gap: 4px; align-items: center; min-height: 19px; }.tag-row .text-button { font-size: 10px; }.view-button { display: flex; align-items: center; justify-content: space-between; width: 100%; margin-top: auto; padding: 9px 10px; border-radius: 8px; color: #fff; background: var(--nav); font-size: 11px; font-weight: 700; text-align: left; }.view-button:hover { background: #2d3850; }.view-button.small { margin: 0; padding: 8px 9px; }

.back-button { display: inline-flex; margin: -1px 0 15px; padding: 3px 0; color: #697486; background: transparent; font-size: 12px; font-weight: 700; }.back-button:hover { color: var(--violet); }.detail-hero { display: flex; justify-content: space-between; gap: 35px; padding: 29px 31px; border: 1px solid #e0dced; border-radius: 20px; background: linear-gradient(115deg,#fff 0%,#faf9ff 72%,#f1edff 150%); }.detail-hero h2 { margin: 9px 0 8px; font-size: 31px; }.detail-hero > div:first-child > p { max-width: 800px; margin: 0; color: #5e6878; font-size: 13px; line-height: 1.75; }.detail-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 17px; }.detail-actions .card-actions { width: 178px; }.detail-score { flex: 0 0 150px; align-self: center; padding: 16px; border: 1px solid #e3def6; border-radius: 13px; background: rgba(255,255,255,.77); text-align: center; }.detail-score span { display: block; color: #7a728c; font: 9px 'DM Mono', monospace; letter-spacing: .04em; }.detail-score b { display: block; margin-top: 4px; color: #5140c5; font: 700 34px/1 'DM Mono', monospace; letter-spacing: -.08em; }.detail-score b small { margin-left: 2px; color: #9b93bb; font-size: 10px; letter-spacing: 0; }.detail-score p { margin: 7px 0 0; color: #8790a0; font-size: 9px; }.detail-grid { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(315px,.8fr); gap: 18px; margin-top: 18px; }.detail-column { display: grid; align-content: start; gap: 18px; }.detail-panel, .analysis-panel { padding: 21px; }.detail-panel .panel-head { margin-bottom: 14px; }.detail-panel .panel-head h2, .analysis-panel h2 { margin: 0; font-size: 16px; }.detail-rows { margin: 0; }.detail-rows > div { display: grid; grid-template-columns: 130px minmax(0,1fr); gap: 17px; padding: 9px 0; border-bottom: 1px solid #edf0f3; }.detail-rows > div:last-child { border-bottom: 0; }.detail-rows dt { color: #87909e; font-size: 10px; }.detail-rows dd { margin: 0; color: #384354; font-size: 11px; line-height: 1.62; }.source-list { display: grid; gap: 7px; }.source-link { display: flex; align-items: center; gap: 7px; padding: 9px 10px; border-radius: 9px; color: #48566d; background: #f6f7fa; font-size: 11px; text-decoration: none; }.source-link:hover { color: var(--violet); background: #f0edff; }.source-link span { flex: 0 0 auto; padding: 3px 5px; border-radius: 4px; color: #6a5bc8; background: #e8e3ff; font-size: 8px; font-weight: 800; }.source-link b { margin-left: auto; font-size: 11px; }.contact-list { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 11px; }.contact-list a { padding: 8px 9px; border: 1px solid #dde1e6; border-radius: 8px; color: #4e3dbe; font-size: 10px; font-weight: 700; text-decoration: none; }.contact-list a:hover { border-color: #b7aaf0; background: #f6f4ff; }.muted-note { margin: 12px 0 0; color: #87909e; font-size: 10px; line-height: 1.65; }.analysis-panel { color: #252039; background: linear-gradient(150deg, #27213e, #32276b); border-color: #322664; box-shadow: 0 14px 25px rgba(33,25,69,.13); }.analysis-panel .eyebrow { color: #bcb2fd; }.analysis-panel h2 { margin: 7px 0 13px; color: #fff; font-size: 18px; }.analysis-panel h3 { margin: 18px 0 8px; color: #ddd7ff; font-size: 11px; }.analysis-list { display: grid; gap: 7px; margin: 0; padding: 0; list-style: none; }.analysis-list li { position: relative; padding-left: 16px; color: #c8c4d7; font-size: 11px; line-height: 1.6; }.analysis-list li:before { position: absolute; left: 0; top: .47em; content: '•'; }.good-list li:before { color: #74dfc9; }.warn-list li:before { color: #f0b56c; }.question-list li:before { color: #a896ff; }.score-rows { display: grid; gap: 10px; }.score-rows > div { display: grid; grid-template-columns: 100px minmax(0,1fr) 26px; align-items: center; gap: 9px; }.score-rows span { color: #687384; font-size: 10px; }.score-rows b { color: #6251b8; font: 10px 'DM Mono', monospace; text-align: right; }.score-rows .score-bar { margin: 0; }.related-item { display: flex; align-items: center; gap: 9px; width: 100%; padding: 10px 0; border: 0; border-bottom: 1px solid #edf0f3; color: var(--ink); background: transparent; text-align: left; }.related-item:last-child { border-bottom: 0; }.related-item:hover b { color: var(--violet); }.related-item > span { display: grid; place-items: center; width: 26px; height: 26px; border-radius: 8px; color: var(--violet); background: var(--violet-soft); }.related-item b, .related-item small { display: block; }.related-item b { font-size: 11px; }.related-item small { margin-top: 2px; color: #818a99; font-size: 9px; }.related-item i { margin-left: auto; color: #9099a7; font-style: normal; }

.event-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 13px; }.event-card { display: flex; flex-direction: column; min-height: 390px; padding: 19px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 3px 11px rgba(29,35,48,.025); transition: .18s ease; }.event-card:hover { transform: translateY(-2px); border-color: #c9e4dd; box-shadow: var(--shadow); }.event-top, .event-bottom { display: flex; align-items: center; justify-content: space-between; gap: 8px; }.date-chip { max-width: calc(100% - 65px); overflow: hidden; padding: 5px 7px; border-radius: 6px; color: #4e8191; background: #e6f6f8; font: 9px 'DM Mono', monospace; text-overflow: ellipsis; white-space: nowrap; }.quality { display: inline-flex; padding: 4px 6px; border-radius: 6px; font-size: 9px; font-weight: 800; }.quality-高 { color: #078677; background: #def7f1; }.quality-中 { color: #9d7416; background: #fff3d9; }.quality-低 { color: #bc5b51; background: #ffedea; }.event-title { min-height: 110px; padding: 17px 0 12px; }.event-title h2 { margin: 0 0 7px; font-size: 18px; line-height: 1.3; }.event-title p { margin: 0; color: #667184; font-size: 11px; line-height: 1.6; }.event-facts { display: grid; gap: 5px; padding: 10px 0; border-top: 1px solid #edf0f3; border-bottom: 1px solid #edf0f3; color: #7c8696; font-size: 10px; }.event-eval { display: grid; gap: 7px; padding: 12px 0; }.event-eval > div { display: grid; grid-template-columns: 50px 1fr; align-items: center; gap: 7px; }.event-eval span { color: #828b99; font-size: 9px; }.event-eval .score-bar { margin: 0; height: 3px; background: #dcefea; }.event-eval .score-bar i { background: #24b3a0; }.quality-reason { min-height: 54px; margin: 0 0 13px; color: #6b7583; font-size: 10px; line-height: 1.55; }.quality-reason b { color: #4e5a6b; }.event-bottom { margin-top: auto; flex-wrap: wrap; }.event-bottom > div { display: flex; flex-direction: column; gap: 2px; }.event-bottom > div b { color: #438b82; font: 11px 'DM Mono', monospace; }.event-bottom .card-actions { margin-left: auto; }.event-bottom .icon-action { flex: 0 0 auto; padding: 5px 7px; }.event-bottom .select-wrap { margin-left: auto; }.event-bottom .card-actions + .select-wrap { margin-left: 0; }.event-bottom .view-button { flex: 0 0 100%; margin-top: 7px; }
.event-detail { border-color: #cfe8e4; background: linear-gradient(115deg,#fff 0%,#f7fffd 72%,#eafff9 150%); }.event-detail .detail-score { border-color: #d8eee9; }.event-detail .detail-score b { color: #198f81; }.event-detail .score-bar { background: #dcefea; }.event-detail .score-bar i { background: #27ad9e; }

.signal-overview { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-bottom: 13px; padding: 26px 29px; border: 1px solid #d8d5f0; border-radius: 18px; background: linear-gradient(110deg,#f8f7ff,#fff 58%,#f0fbf8); }.signal-overview h2 { margin: 7px 0; font-size: 25px; }.signal-overview p { max-width: 780px; margin: 0; color: #657184; font-size: 12px; line-height: 1.7; }.signal-health { flex: 0 0 122px; padding: 14px; border: 1px solid #d2ece6; border-radius: 12px; background: rgba(255,255,255,.8); text-align: center; }.signal-health b { display: block; color: #168c7e; font: 700 28px/1 'DM Mono', monospace; }.signal-health span, .signal-health small { display: block; }.signal-health span { margin-top: 4px; color: #527a74; font-size: 10px; font-weight: 800; }.signal-health small { margin-top: 7px; color: #86919e; font-size: 9px; line-height: 1.4; }.source-run-list { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 14px; }.source-run { display: inline-flex; align-items: center; gap: 6px; min-width: 0; padding: 7px 9px; border: 1px solid #dce2e7; border-radius: 8px; color: #5c6879; background: #fff; font-size: 10px; text-decoration: none; }.source-run:hover { border-color: #b5aaf0; color: #5947bd; }.source-run > span { display: grid; place-items: center; width: 16px; height: 16px; border-radius: 50%; color: #0f8d7d; background: #dcf7f1; font-size: 10px; font-weight: 900; }.source-run.error > span { color: #ba5c51; background: #ffebe7; }.source-run b { max-width: 180px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.source-run small { color: #929ba8; font-size: 9px; }.live-signal-card { display: grid; grid-template-columns: minmax(0,1fr) 208px; gap: 19px; padding: 19px 20px; border: 1px solid #d9e3e5; border-radius: var(--radius); background: linear-gradient(100deg,#fff,#fbfffe); box-shadow: 0 3px 11px rgba(29,35,48,.025); transition: .18s ease; }.live-signal-card:hover { border-color: #b6ddd6; box-shadow: var(--shadow); }.live-signal-card.is-ignored { opacity: .58; }.signal-main { min-width: 0; }.signal-meta { display: flex; flex-wrap: wrap; gap: 7px 10px; margin-top: 8px; color: #82909b; font-size: 9px; }.signal-meta span { padding-right: 10px; border-right: 1px solid #e7ecee; }.signal-meta span:last-child { padding-right: 0; border-right: 0; }.signal-detail { border-color: #cfdfdf; background: linear-gradient(115deg,#fff 0%,#f8fffd 72%,#e9f8f5 150%); }.signal-detail .detail-score { border-color: #d5e7e3; }.signal-detail .detail-score b { color: #168c7e; }.signal-detail .score-bar { background: #dcefea; }.signal-detail .score-bar i { background: #27ad9e; }

.followup-hero { display: flex; align-items: center; justify-content: space-between; gap: 27px; padding: 31px 35px; border-radius: 20px; color: #fff; background: linear-gradient(120deg,#1e1934,#373073); }.followup-hero h2 { margin: 8px 0; font-size: 28px; line-height: 1.2; }.followup-hero p { max-width: 620px; margin: 0; color: #c3bfd8; font-size: 12px; line-height: 1.7; }.followup-hero .eyebrow { color: #bfb5ff; }.followup-summary { display: flex; gap: 17px; }.followup-summary div { min-width: 90px; padding: 12px 14px; border: 1px solid rgba(255,255,255,.12); border-radius: 12px; background: rgba(255,255,255,.08); text-align: center; }.followup-summary b { display: block; font: 700 25px/1 'DM Mono', monospace; }.followup-summary span { display: block; margin-top: 5px; color: #c2bbdd; font-size: 9px; }.batch-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 13px; margin: 18px 0; padding: 11px 14px; border: 1px solid #d9d5ee; border-radius: 12px; background: #f6f4ff; }.batch-toolbar > div { display: flex; align-items: center; gap: 9px; }.batch-toolbar b { color: #4b3aab; font-size: 12px; }.batch-toolbar span { color: #7e759c; font-size: 10px; }.secondary-button.compact { padding: 7px 9px; font-size: 10px; }.followup-sections { display: grid; gap: 27px; }.followup-list { display: grid; gap: 8px; }.followup-row { display: grid; grid-template-columns: 21px 30px minmax(140px,1fr) minmax(100px,.45fr) minmax(180px,.85fr) 108px 55px; align-items: center; gap: 10px; padding: 12px 13px; border: 1px solid var(--line); border-radius: 13px; background: #fff; }.check-wrap { position: relative; width: 17px; height: 17px; }.check-wrap input { position: absolute; opacity: 0; }.check-wrap span { display: block; width: 16px; height: 16px; border: 1px solid #cbd1da; border-radius: 5px; }.check-wrap input:checked + span { border-color: var(--violet); background: var(--violet); }.check-wrap input:checked + span:after { content: '✓'; display: block; color: #fff; font-size: 11px; font-weight: 800; text-align: center; }.row-icon { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 8px; color: var(--violet); background: var(--violet-soft); }.row-main button { padding: 0; border: 0; color: var(--ink); background: transparent; text-align: left; }.row-main button:hover b { color: var(--violet); }.row-main b, .row-main small { display: block; }.row-main b { font-size: 12px; }.row-main small { margin-top: 2px; color: #84909d; font-size: 9px; }.row-main .tag-row { margin-top: 5px; }.row-meta { min-width: 0; }.row-meta small, .row-meta span { display: block; }.row-meta small { color: #9aa2af; font-size: 9px; }.row-meta span { overflow: hidden; margin-top: 2px; color: #657184; font-size: 10px; line-height: 1.45; text-overflow: ellipsis; white-space: nowrap; }.source-mini { padding: 6px 0; border: 0; color: #5746c4; background: transparent; font-size: 10px; font-weight: 700; }.behavior-panel { margin-top: 28px; padding: 23px; }.behavior-panel h2 { margin: 6px 0 8px; font-size: 17px; }.behavior-panel p { max-width: 900px; margin: 0; color: #687385; font-size: 12px; line-height: 1.75; }

.source-notice { display: flex; gap: 11px; margin-top: 18px; padding: 13px 15px; border-radius: 11px; color: #6a7280; background: #ecf6f4; font-size: 11px; line-height: 1.65; }.source-notice b { flex: 0 0 auto; color: #168c7e; }.empty-state { padding: 42px 20px; border: 1px dashed #cfd5dd; border-radius: 15px; color: #6f7a88; background: #fbfbfc; text-align: center; }.empty-state h2 { margin: 7px 0 5px; font-size: 15px; }.empty-state p { margin: 0 0 13px; font-size: 11px; }.empty-mark { color: #a99ee8; font-size: 28px; }.toast { position: fixed; z-index: 20; right: 28px; bottom: 25px; padding: 12px 15px; border: 1px solid #40346f; border-radius: 11px; color: #fff; background: #28223e; box-shadow: 0 12px 28px rgba(15,12,34,.21); font-size: 12px; }
.mobile-nav { display: none; }

@media (max-width: 1250px) { .main { padding: 27px 26px 55px; }.stat-grid, .portfolio-facts { grid-template-columns: repeat(2,minmax(0,1fr)); }.portfolio-evidence-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }.portfolio-facts article:nth-child(2) { border-right: 0; }.portfolio-facts article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }.event-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }.followup-row { grid-template-columns: 21px 30px minmax(130px,1fr) minmax(100px,.5fr) 105px 50px; }.followup-row .row-meta:nth-of-type(3) { display: none; } }
@media (max-width: 1050px) { .sidebar { width: 204px; }.main { width: calc(100% - 204px); margin-left: 204px; padding: 24px 20px 52px; }.hero-orbit { flex-basis: 190px; margin-right: 0; }.hero-card { padding: 31px; }.portfolio-hero { grid-template-columns: 1fr; padding: 33px; }.portfolio-hero-aside { max-width: 520px; }.portfolio-transfer { grid-template-columns: 1fr; }.field-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }.detail-grid { grid-template-columns: 1fr; }.detail-column:last-child { grid-template-columns: repeat(2,minmax(0,1fr)); }.detail-column:last-child .analysis-panel { grid-column: 1 / -1; }.filters { flex-wrap: wrap; }.event-grid { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media (max-width: 780px) { body { padding-bottom: 63px; }.sidebar { display: none; }.main { width: 100%; margin-left: 0; padding: 21px 15px 31px; }.mobile-nav { position: fixed; z-index: 10; inset: auto 0 0; display: grid; grid-template-columns: repeat(5,1fr); padding: 7px 8px 8px; border-top: 1px solid #dde1e5; background: rgba(255,255,255,.96); backdrop-filter: blur(14px); }.mobile-nav .nav-link { flex-direction: column; gap: 2px; padding: 4px; border-radius: 7px; font-size: 9px; text-align: center; }.mobile-nav .nav-link > span { width: auto; }.topbar { align-items: flex-start; margin-bottom: 17px; }.topbar h1 { font-size: 22px; }.refresh-button { padding: 9px 10px; font-size: 10px; }.hero-card, .portfolio-hero { min-height: 0; padding: 27px 23px; }.hero-card h2, .portfolio-hero h2 { font-size: 28px; }.hero-orbit { display: none; }.portfolio-hero-aside { padding: 17px; }.portfolio-facts, .portfolio-evidence-grid, .portfolio-transfer ol { grid-template-columns: 1fr; }.portfolio-facts { margin-bottom: 30px; }.portfolio-facts article, .portfolio-facts article:nth-child(2) { min-height: auto; padding: 16px 18px; border-right: 0; border-bottom: 1px solid var(--line); }.portfolio-facts article:last-child { border-bottom: 0; }.portfolio-section-head { display: block; }.portfolio-section-head > p { margin-top: 8px; }.portfolio-evidence-grid article { min-height: 0; }.portfolio-transfer { gap: 20px; padding: 23px; }.portfolio-transfer h2 { font-size: 24px; }.portfolio-transfer li { min-height: 0; }.portfolio-boundary { display: block; }.portfolio-boundary p { margin-top: 5px; }.stat-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; }.stat-card { min-height: 91px; padding: 13px; }.stat-icon { display: none; }.split-grid, .two-columns { grid-template-columns: 1fr; }.page-intro { display: block; }.legend { justify-content: flex-start; margin-top: 9px; text-align: left; }.filters { gap: 6px; padding: 8px; }.search-box { flex: 0 0 100%; min-width: 0; height: 27px; }.select-wrap { flex: 1 1 43%; }.select-wrap select { width: 100%; max-width: none; }.opportunity-card, .live-signal-card { grid-template-columns: 1fr; gap: 12px; padding: 16px; }.card-side { padding: 11px 0 0; border-top: 1px solid #edf0f3; border-left: 0; }.card-title-row { margin-bottom: 10px; }.detail-hero { display: block; padding: 22px; }.detail-hero h2 { font-size: 25px; }.detail-score { margin-top: 17px; }.detail-column:last-child { grid-template-columns: 1fr; }.detail-column:last-child .analysis-panel { grid-column: auto; }.event-grid { grid-template-columns: 1fr; }.event-card { min-height: 0; }.event-title { min-height: 0; }.signal-overview { display: block; padding: 21px; }.signal-health { width: 130px; margin-top: 17px; }.source-run-list { overflow-x: auto; flex-wrap: nowrap; padding-bottom: 3px; }.source-run { flex: 0 0 auto; }.followup-hero { display: block; padding: 25px; }.followup-summary { margin-top: 17px; }.followup-summary div { flex: 1; }.batch-toolbar { display: block; }.batch-toolbar > div { margin-top: 9px; }.followup-row { grid-template-columns: 18px 27px minmax(0,1fr) 99px; gap: 7px; }.followup-row .row-meta { display: none; }.followup-row .source-mini { display: none; }.source-notice { display: block; }.source-notice span { display: block; margin-top: 3px; }.toast { right: 12px; left: 12px; bottom: 72px; text-align: center; }.detail-rows > div { grid-template-columns: 94px minmax(0,1fr); gap: 10px; }.score-rows > div { grid-template-columns: 90px minmax(0,1fr) 24px; } }
@media (max-width: 440px) { .topbar-tools { gap: 0; }.topbar .eyebrow { font-size: 8px; }.hero-card h2, .portfolio-hero h2 { font-size: 25px; }.hero-card p, .portfolio-hero-main > p { font-size: 12px; }.portfolio-source-link { width: 100%; }.stat-card strong { font-size: 24px; }.stat-card small { font-size: 9px; }.field-grid { grid-template-columns: 1fr 1fr; }.card-title-row { display: block; }.signal-score { display: flex; align-items: center; gap: 4px; margin-top: 8px; text-align: left; }.signal-score .score-bar { width: 80px; margin: 0; }.event-bottom .select-wrap { margin-left: 0; }.detail-actions .card-actions { width: 100%; }.detail-actions .select-wrap { width: 100%; }.detail-actions .select-wrap select { width: 100%; }.process-flow { flex-wrap: wrap; }.process-flow span { flex: 0 0 28%; }.process-flow i { flex: 0 0 4%; } }
