.insightsShell { max-width:1200px; margin:auto; padding:48px 24px 80px; }
.insightsIntro { display:flex; gap:24px; justify-content:space-between; align-items:center; margin-bottom:30px; }
.insightsIntro h1 { font-size:clamp(32px,5vw,52px); margin:0 0 12px; }
.insightsIntro p { color:var(--muted); max-width:620px; font-size:16px; line-height:1.6; }
.insightsBadge { border:1px solid var(--border); padding:12px 18px; border-radius:24px; color:var(--accent); white-space:nowrap; }
.insightsTabs { display:flex; flex-wrap:wrap; gap:8px; margin:24px 0; }
.insightsTabs a { padding:10px 16px; border:1px solid var(--border); border-radius:10px; background:var(--surface); color:var(--ink-soft); text-decoration:none; }
.insightsTabs a[aria-current=page] { background:var(--accent-soft); color:var(--accent); border-color:var(--accent); }
.insightsControls { display:flex; flex-wrap:wrap; align-items:end; gap:14px; background:var(--surface); padding:20px; border:1px solid var(--border); border-radius:14px; margin-bottom:24px; }
.insightsControls label { display:flex; flex-direction:column; gap:7px; font-size:12px; font-weight:650; color:var(--muted); }
.insightsControls label[hidden] { display:none; }
.insightsControls input,.insightsControls select { min-height:42px; max-width:100%; border:1px solid var(--border-strong); border-radius:8px; padding:8px 12px; background:var(--bg); color:var(--ink); }
.insightsControls button,.insightsPagination button { border:0; border-radius:8px; padding:12px 20px; background:var(--button-bg); color:var(--button-ink); cursor:pointer; }
.insightsResults { background:var(--surface); border:1px solid var(--border); border-radius:16px; overflow:hidden; }
.insightsHeading { padding:24px; display:flex; align-items:baseline; justify-content:space-between; gap:12px; }
.insightsHeading h2 { margin:0; font-size:24px; }
.insightsHeading span { color:var(--muted); }
.insightsTableWrap { overflow:auto; }
.insightsTable { width:100%; border-collapse:collapse; white-space:nowrap; }
.insightsTable th,.insightsTable td { padding:16px 24px; border-bottom:1px solid var(--border); text-align:left; }
.insightsTable th { color:var(--muted); font-size:11px; text-transform:uppercase; letter-spacing:.05em; background:var(--bg-soft); }
.insightsTable td:first-child { font-weight:650; }
.insightsTable td[data-unit=gold] { font-variant-numeric:tabular-nums; font-weight:650; }
.insightsTable img { width:20px; height:20px; image-rendering:pixelated; vertical-align:middle; margin-right:6px; }
.insightsNote { margin:0; padding:20px 24px; line-height:1.6; color:var(--muted); font-size:12px; }
.insightsPagination { display:flex; justify-content:center; align-items:center; gap:20px; padding:20px; }
.insightsPagination button:disabled { opacity:.4; cursor:default; }
.insightsEmpty { padding:32px 24px; color:var(--muted); }
.insightsResults { overflow:visible; }
.insightsTableTools { display:flex; flex-wrap:wrap; gap:18px; align-items:end; padding:0 24px 22px; }
.insightsTableTools label { display:flex; flex-direction:column; gap:7px; color:var(--muted); font-size:12px; }
.insightsTableTools label:first-child { flex:1 1 240px; }
.insightsTableTools input,.insightsTableTools select { width:100%; min-height:42px; padding:10px 12px; border:1px solid var(--border-strong); background:var(--bg); color:var(--ink); border-radius:8px; }
.insightsTableTools>span { font-size:12px; color:var(--muted); padding-bottom:12px; }
.insightsTable th button { display:inline-flex; gap:8px; border:0; background:transparent; color:inherit; padding:0; font:inherit; text-transform:inherit; letter-spacing:inherit; cursor:pointer; box-shadow:none; min-height:30px; border-radius:4px; }
.insightsTable th[aria-sort=ascending],.insightsTable th[aria-sort=descending] { color:var(--accent); }
.insightsSuggestWrap { position:relative; min-width:0; }
.insightsSuggestWrap input { width:100%; box-sizing:border-box; }
.insightsSuggestions { position:absolute; z-index:30; top:calc(100% + 5px); left:0; right:0; min-width:180px; max-height:260px; overflow:auto; margin:0; padding:6px; list-style:none; background:var(--surface); border:1px solid var(--border-strong); border-radius:10px; box-shadow:var(--shadow-md); }
.insightsSuggestions[hidden] { display:none; }
.insightsSuggestions li { padding:11px 12px; color:var(--ink); cursor:pointer; border-radius:6px; overflow-wrap:anywhere; }
.insightsSuggestions li:hover,.insightsSuggestions li[aria-selected=true] { background:var(--accent-soft); color:var(--accent); }
.insightsFreshness { padding-top:18px; font-size:12px; color:var(--muted); line-height:1.8; }
@media(max-width:650px) { .insightsShell { padding:28px 16px; } .insightsIntro { display:block; } .insightsBadge { display:none; } .insightsTabs { flex-wrap:nowrap; overflow:auto; padding-bottom:10px; } .insightsTabs a { white-space:nowrap; } .insightsControls label { flex:1 1 140px; } .insightsControls input { width:100%; } .insightsHeading { align-items:start; flex-direction:column; } }
