/* Original orbital hero, terminal sidebar and overview cards remain the homepage. */
body[data-homepage=restored] #hero{display:block}
body[data-homepage=restored] #metrics{margin-bottom:22px}
body[data-homepage=restored] #overview-chart-host{margin:0 0 22px}
body[data-homepage=restored] #overview-chart-host .dl-root{margin-top:0}
body[data-homepage=restored] #workspace>.market-summary-grid{margin-top:0}
.dl-home-details{border:1px solid var(--dl-line);border-radius:8px;background:var(--dl-panel);margin:14px 0 0}
.dl-home-details>summary{padding:13px 16px;font:11px/1.6 ui-monospace,monospace;color:var(--dl-highlight);cursor:pointer}
.dl-home-details>summary:focus-visible{outline:2px solid var(--dl-highlight);outline-offset:-3px}
.dl-home-details[open]>summary{border-bottom:1px solid var(--dl-line)}
.dl-home-details-content{padding:18px}
.dl-home-details-content>.dl-metrics{margin-top:0}
@media(max-width:650px){.dl-home-details-content{padding:12px}.dl-home-details>summary{padding:11px 12px}}

body[data-homepage=restored] #external-data-notice{display:flex;align-items:center;justify-content:space-between;gap:8px 18px;flex-wrap:wrap;padding:8px 12px;margin-bottom:10px;background:var(--panel);color:var(--muted);border-color:var(--border);font-size:10px;line-height:1.55}
body[data-homepage=restored] #external-data-notice>span:first-child{flex:1;min-width:240px}
.home-feed-actions{display:flex;align-items:center;gap:12px;flex-shrink:0}
.home-feed-actions .button{padding:6px 9px;font-size:10px}
.home-feed-actions a{color:var(--lime);text-decoration:underline;text-underline-offset:3px}
