.radar-page { min-height:calc(100vh - 160px); padding:48px 0 96px; }
.radar-head { display:flex; align-items:flex-end; justify-content:space-between; gap:24px; margin-bottom:24px; }
.radar-head h1 { margin:7px 0 0; font-size:2rem; letter-spacing:0; }
.radar-coverage { color:var(--muted); font:12px 'SF Mono', Menlo, monospace; }
.radar-stats { display:grid; grid-template-columns:repeat(4, 1fr); border:1px solid var(--border); border-radius:8px; background:var(--surface); }
.radar-stats > div { display:flex; flex-direction:column; gap:4px; min-height:88px; padding:18px 20px; border-right:1px solid var(--border); }
.radar-stats > div:last-child { border-right:0; }
.radar-stats strong { font:26px 'SF Mono', Menlo, monospace; color:var(--text); }
.radar-stats span { color:var(--muted); font-size:12px; }
.radar-toolbar { display:flex; justify-content:space-between; gap:18px; margin:24px 0; }
.radar-modes { display:flex; padding:3px; border:1px solid var(--border); border-radius:6px; background:var(--surface); }
.radar-modes button { min-height:32px; padding:0 13px; border:0; border-radius:4px; background:transparent; color:var(--muted); cursor:pointer; }
.radar-modes button.active { background:var(--surface-2); color:var(--text); }
.radar-toolbar input { width:280px; padding:9px 12px; border:1px solid var(--border); border-radius:6px; background:var(--surface); color:var(--text); outline:0; }
.radar-toolbar input:focus { border-color:var(--accent); }
.radar-search-group { display:flex; gap:8px; }.radar-search-group button { padding:0 13px; border:1px solid var(--accent); border-radius:6px; background:var(--accent-dim); color:var(--accent); font-weight:700; cursor:pointer; white-space:nowrap; }
.radar-layout { display:grid; grid-template-columns:minmax(0, 1fr) 230px; gap:34px; align-items:start; }
.radar-count { margin-bottom:10px; color:var(--muted); font-size:12px; }
.radar-feed { border-top:1px solid var(--border); }
.radar-event { display:grid; grid-template-columns:96px minmax(0, 1fr); gap:16px; padding:13px 0; border-bottom:1px solid var(--border); }
.event-date { display:flex; flex-direction:column; gap:3px; color:var(--muted); font-size:11px; }
.event-date time { color:var(--text); font:12px 'SF Mono', Menlo, monospace; }
.event-main header { display:flex; justify-content:space-between; align-items:baseline; gap:20px; }
.event-main header > div { display:flex; align-items:center; gap:8px; min-width:0; }
.event-main h2 { overflow:hidden; margin:0; font-size:14px; letter-spacing:0; text-overflow:ellipsis; white-space:nowrap; }
.event-portrait { width:26px; height:26px; flex:0 0 auto; border-radius:4px; object-fit:cover; background:var(--surface); }
.event-main code { color:var(--accent); font-weight:700; }
.sector { color:var(--muted); font-size:11px; }
.event-core { display:flex; align-items:center; justify-content:space-between; gap:14px; margin:8px 0 6px; }
.ceo-swap { display:grid; min-width:300px; grid-template-columns:minmax(0, 1fr) 20px minmax(0, 1fr); align-items:center; gap:5px; margin:0; font-size:13px; }
.ceo-swap span { color:var(--muted); text-decoration:line-through; text-decoration-color:var(--muted-2); }
.ceo-swap b { color:var(--muted-2); text-align:center; }
.ceo-swap strong { color:var(--text); }
.event-tags, .trait-list { display:flex; flex-wrap:wrap; gap:6px; }
.event-tags span, .trait-list span { padding:3px 8px; border:1px solid var(--border); border-radius:4px; color:var(--muted); font-size:10px; }
.event-tags .signal { border-color:rgba(88,166,255,.28); background:var(--accent-dim); color:var(--accent); }
.event-tags .signal.sudden, .event-tags .signal.distress { border-color:rgba(248,81,73,.28); background:rgba(248,81,73,.08); color:#ff938a; }
.event-summary { display:-webkit-box; overflow:hidden; margin:7px 0; color:var(--muted); line-height:1.45; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.event-summary.has-research { color:var(--text); }
.trait-list span { background:var(--surface); color:var(--text); }
.event-bottom { display:flex; align-items:center; justify-content:space-between; gap:12px; }.research-counts { display:flex; gap:10px; flex:0 0 auto; color:var(--muted-2); font:9px 'SF Mono',Menlo,monospace; }.event-tags .researched { border-color:rgba(63,185,80,.28); color:#56d364; }.event-tags .fit-badge { color:var(--accent); }
.event-main footer { display:flex; justify-content:space-between; margin-top:8px; color:var(--muted-2); font-size:10px; }
.event-main footer a { color:var(--accent); text-decoration:none; }
.event-actions { display:flex; align-items:center; gap:14px; }
.research-trigger { padding:0; border:0; background:transparent; color:var(--text); font-size:11px; font-weight:700; cursor:pointer; }
.research-trigger span { color:var(--accent); }
.radar-aside { position:sticky; top:76px; margin-top:22px; padding-left:18px; border-left:1px solid var(--border); }
.radar-aside h2 { margin:0 0 13px; font-size:12px; text-transform:uppercase; letter-spacing:.06em; }
.radar-aside p { margin-top:18px; color:var(--muted-2); font-size:11px; line-height:1.55; }
.facet-row { display:flex; justify-content:space-between; padding:7px 0; color:var(--muted); font-size:12px; }
.facet-row b { color:var(--text); font-family:'SF Mono', Menlo, monospace; }
.radar-empty { padding:40px 0; color:var(--muted); }
.research-backdrop { position:fixed; inset:0; z-index:90; background:rgba(0,0,0,.46); }
.research-drawer { position:fixed; z-index:100; top:0; right:0; width:min(680px, 92vw); height:100vh; box-sizing:border-box; overflow-y:auto; border-left:1px solid var(--border); background:var(--bg); transform:translateX(102%); transition:transform .24s ease; }
.research-drawer.open { transform:translateX(0); }
.research-drawer-head { position:sticky; z-index:2; top:0; display:flex; justify-content:space-between; align-items:center; padding:20px 28px; border-bottom:1px solid var(--border); background:color-mix(in srgb, var(--bg) 94%, transparent); backdrop-filter:blur(14px); }
.research-drawer-head h2 { margin:5px 0 0; font-size:18px; letter-spacing:0; }
.research-close { width:34px; height:34px; border:1px solid var(--border); border-radius:6px; background:var(--surface); color:var(--text); font-size:23px; line-height:1; cursor:pointer; }
.research-body { padding:28px; }
.research-loading { display:flex; min-height:60vh; flex-direction:column; align-items:center; justify-content:center; gap:10px; text-align:center; }
.research-loading i { width:36px; height:36px; margin-bottom:8px; border:2px solid var(--border); border-top-color:var(--accent); border-radius:50%; animation:research-spin .8s linear infinite; }
.research-loading span { max-width:390px; color:var(--muted); line-height:1.55; }
.research-loading ol { display:flex; gap:0; margin:26px 0 0; padding:0; list-style:none; }.research-loading li { position:relative; padding:18px 8px 0; color:var(--muted-2); font-size:9px; }.research-loading li::before { position:absolute; top:0; left:calc(50% - 4px); width:8px; height:8px; border-radius:50%; background:var(--border); content:''; }.research-loading li:not(:last-child)::after { position:absolute; top:3px; left:calc(50% + 4px); width:calc(100% - 8px); height:1px; background:var(--border); content:''; }.research-loading li.done { color:var(--accent); }.research-loading li.done::before,.research-loading li.done::after { background:var(--accent); }
@keyframes research-spin { to { transform:rotate(360deg); } }
.profile-hero { display:grid; grid-template-columns:72px 1fr; gap:18px; align-items:start; padding-bottom:26px; border-bottom:1px solid var(--border); }
.profile-monogram { display:grid; width:72px; height:72px; place-items:center; border:1px solid rgba(88,166,255,.35); border-radius:8px; background:var(--accent-dim); color:var(--accent); font:700 24px 'SF Mono', Menlo, monospace; }
.profile-photo { width:72px; height:72px; border-radius:8px; object-fit:cover; background:var(--surface); }
.profile-hero h3 { margin:5px 0 7px; font-size:25px; letter-spacing:0; }
.profile-hero p, .fit-panel p { margin:0; color:var(--muted); line-height:1.55; }
.archetype { color:var(--accent); font:10px 'SF Mono', Menlo, monospace; text-transform:uppercase; }
.profile-section { padding:24px 0; border-bottom:1px solid var(--border); }
.profile-section h4, .fit-panel h4 { margin:0 0 14px; font-size:12px; text-transform:uppercase; letter-spacing:.06em; }
.profile-section h4 span { color:var(--muted); }
.domain-chips { display:flex; flex-wrap:wrap; gap:7px; }
.domain-chips span { padding:6px 9px; border:1px solid var(--border); border-radius:4px; background:var(--surface); font-size:11px; }
.fit-panel { display:grid; grid-template-columns:90px 1fr; gap:22px; align-items:center; margin:24px 0 0; padding:20px; border:1px solid var(--border); border-radius:8px; background:var(--surface); }
.fit-score { display:flex; width:78px; height:78px; box-sizing:border-box; flex-direction:column; align-items:center; justify-content:center; border-radius:50%; background:radial-gradient(circle at center, var(--surface) 57%, transparent 59%), conic-gradient(var(--accent) calc(var(--score) * 1%), var(--border) 0); }
.fit-score strong { font:700 23px 'SF Mono', Menlo, monospace; }
.fit-score span, .fit-panel small { color:var(--muted-2); font-size:9px; text-transform:uppercase; }
.fit-panel small { display:block; margin-top:9px; }
.transition-evidence { margin-top:10px; padding:18px 20px; border-left:2px solid #56d364; background:var(--surface); }.transition-evidence h4 { margin:0 0 10px; color:#56d364; font-size:10px; text-transform:uppercase; }.transition-evidence strong,.transition-evidence em,.transition-evidence small { display:block; }.transition-evidence strong span { color:var(--accent); }.transition-evidence em { margin:5px 0; color:var(--muted); font-size:10px; font-style:normal; text-transform:capitalize; }.transition-evidence p { margin:8px 0; color:var(--muted); line-height:1.5; }.transition-evidence small { color:var(--muted-2); line-height:1.45; }.transition-evidence a { display:inline-block; margin-top:9px; color:var(--accent); font-size:9px; text-decoration:none; }
.metric-grid { display:grid; grid-template-columns:repeat(2, 1fr); gap:8px; }
.metric-grid article { padding:13px; border:1px solid var(--border); border-radius:6px; background:var(--surface); }
.metric-grid article > span { display:block; color:var(--muted); font-size:10px; }
.metric-grid article > strong { display:block; margin:5px 0; font:700 16px 'SF Mono', Menlo, monospace; }
.metric-grid p { margin:0 0 7px; color:var(--muted); font-size:10px; line-height:1.4; }
.metric-grid a { color:var(--accent); font-size:9px; text-decoration:none; }
.career-timeline { margin:0; padding:0; list-style:none; }
.career-timeline li { display:grid; grid-template-columns:105px 1fr; gap:18px; position:relative; padding:0 0 20px; }
.career-timeline li:not(:last-child)::after { position:absolute; top:17px; bottom:2px; left:112px; width:1px; background:var(--border); content:''; }
.career-timeline time { color:var(--accent); font:10px 'SF Mono', Menlo, monospace; }
.career-timeline div { position:relative; padding-left:14px; }
.career-timeline div::before { position:absolute; z-index:1; top:4px; left:-1px; width:7px; height:7px; border:2px solid var(--bg); border-radius:50%; background:var(--accent); content:''; }
.career-timeline strong, .career-timeline span { display:block; }
.career-timeline span { margin-top:2px; color:var(--muted); font-size:11px; }
.career-timeline p { margin:6px 0 0; color:var(--muted-2); font-size:10px; line-height:1.45; }
.watch-list { display:grid; grid-template-columns:1fr 1fr; gap:8px; margin:0; padding:0; list-style:none; }
.watch-list li { padding:13px; border-left:2px solid var(--accent); background:var(--surface); }
.watch-list strong, .watch-list span { display:block; }
.watch-list strong { font-size:11px; }.watch-list span { margin-top:5px; color:var(--muted); font-size:10px; line-height:1.4; }
.source-list { display:flex; flex-direction:column; }
.source-list a { display:flex; justify-content:space-between; gap:20px; padding:10px 0; border-bottom:1px solid var(--border); color:var(--text); font-size:10px; text-decoration:none; }
.source-list a span { color:var(--muted); text-align:right; }
.statement-stream article { padding:13px 0; border-bottom:1px solid var(--border); }.statement-stream time { color:var(--muted-2); font:9px 'SF Mono',Menlo,monospace; }.statement-stream strong { display:block; margin:4px 0; }.statement-stream p { margin:0 0 6px; color:var(--muted); line-height:1.5; }.statement-stream a { color:var(--accent); font-size:9px; text-decoration:none; }
.video-list { display:grid; gap:10px; }.video-item { display:grid; grid-template-columns:140px 1fr; gap:13px; color:var(--text); text-decoration:none; }.video-item img { width:140px; aspect-ratio:16/9; object-fit:cover; border-radius:5px; }.video-item strong,.video-item span { display:block; }.video-item span { margin-top:4px; color:var(--muted); font-size:9px; }.video-item p { margin:7px 0 0; color:var(--muted); font-size:10px; line-height:1.4; }
.any-ceo-form { display:grid; gap:18px; max-width:440px; margin:40px auto; }.any-ceo-form label { display:block; margin-bottom:7px; color:var(--muted); font-size:11px; }.any-ceo-form label span { color:var(--muted-2); }.any-ceo-form input { width:100%; box-sizing:border-box; padding:11px; border:1px solid var(--border); border-radius:6px; background:var(--surface); color:var(--text); }.any-ceo-form button { min-height:42px; border:0; border-radius:6px; background:var(--accent); color:#07111f; font-weight:800; cursor:pointer; }.any-ceo-form p { margin:0; color:var(--muted-2); font-size:10px; text-align:center; }
.profile-meta { padding:20px 0; color:var(--muted-2); font:9px 'SF Mono', Menlo, monospace; }
.research-error { margin-top:30px; padding:18px; border:1px solid rgba(248,81,73,.35); border-radius:6px; background:rgba(248,81,73,.08); }
.research-error p { color:var(--muted); }
.research-error small { color:var(--muted-2); line-height:1.5; }
body.drawer-open { overflow:hidden; }
@media (max-width:760px) {
  .radar-page { padding-top:30px; }
  .radar-head, .radar-toolbar { align-items:flex-start; flex-direction:column; }
  .radar-stats { grid-template-columns:1fr 1fr; }
  .radar-stats > div:nth-child(2) { border-right:0; }
  .radar-stats > div:nth-child(-n+2) { border-bottom:1px solid var(--border); }
  .radar-modes { width:100%; overflow-x:auto; }
  .radar-toolbar input { width:100%; box-sizing:border-box; }
  .radar-search-group { width:100%; flex-direction:column; }.radar-search-group button { min-height:38px; }
  .radar-layout { display:block; }
  .radar-event { grid-template-columns:1fr; gap:10px; }
  .event-core { align-items:flex-start; flex-direction:column; }.ceo-swap { width:100%; min-width:0; }.event-bottom { align-items:flex-start; flex-direction:column; }
  .radar-aside { position:static; margin-top:30px; padding:18px 0 0; border-left:0; border-top:1px solid var(--border); }
  .event-main footer { gap:12px; flex-direction:column; }.event-actions { justify-content:space-between; }
  .research-body { padding:22px 18px; }.research-drawer-head { padding:16px 18px; }
  .metric-grid, .watch-list { grid-template-columns:1fr; }.fit-panel { grid-template-columns:76px 1fr; padding:16px; }
}
