/* ─── /core.html — C0R3 page ───────────────────────────────────────
Kept state (tombstones) and container load. Section rules imported
from system-sections.css (shared with dashboard.css + builds.css). */
@import "./system-sections.css";
body.core-shell {
margin: 0;
padding: 0;
}
/* Fill the header row next to the ← home back-link, same as the logs
sub-tab strip. */
.core-tabbar {
flex: 1;
}
.core-main {
padding: 1.2em 1.5em 2em;
}
/* createTabStrip toggles the native `hidden` attribute on inactive
panes; ensure it wins over any inherited display. */
.core-pane[hidden] { display: none; }