:root { color-scheme: light; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: #f4f1eb; color: #172c27; }
* { box-sizing: border-box; }
body { margin: 0; min-width: 1120px; }
button { font: inherit; }
.admin-shell { display: grid; grid-template-columns: 280px 1fr; min-height: 100vh; }
.sidebar { position: sticky; top: 0; height: 100vh; padding: 28px 20px; background: #153a32; color: #eff7f2; display: flex; flex-direction: column; gap: 24px; }
.brand { display: flex; gap: 12px; align-items: center; padding: 0 8px; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 13px; background: #e6b76c; color: #17362f; font-weight: 900; }
.brand strong, .brand small { display: block; }.brand small { margin-top: 3px; color: #a9c4ba; }
.runtime-banner { display: grid; gap: 5px; padding: 14px; border: 1px solid #547269; border-radius: 14px; background: #214b41; font-size: 12px; line-height: 1.5; }
.runtime-banner--prototype { border-color: #d5a851; background: #684b1e; }.runtime-banner--production { border-color: #78a997; }
nav { display: grid; gap: 7px; }.nav-item { border: 0; border-radius: 11px; padding: 12px 14px; text-align: left; background: transparent; color: #c9ddd6; cursor: pointer; }.nav-item:hover, .nav-item.is-active { background: #2c574d; color: white; }
.scope-card { margin-top: auto; padding: 16px; border-radius: 14px; background: #0d2c25; display: grid; gap: 7px; font-size: 12px; }.scope-card strong { font-size: 14px; }.scope-card span { color: #a9c4ba; line-height: 1.5; }
.workspace { padding: 34px 42px 60px; overflow: auto; }header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 28px; }h1 { margin: 4px 0 0; font-size: 32px; }.eyebrow { color: #8b6530; font-size: 12px; font-weight: 800; letter-spacing: .14em; }.identity { display: grid; text-align: right; gap: 4px; }.identity span { color: #687a75; font-size: 12px; }
.notice, .panel, .status, .metric-card, .table-wrap { background: white; border: 1px solid #dedbd3; border-radius: 16px; box-shadow: 0 12px 34px rgba(31, 50, 44, .06); }.notice { display: flex; gap: 16px; padding: 17px 20px; margin-bottom: 20px; }.notice span { color: #64746f; }.metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 24px; }.metric-card { display: grid; gap: 8px; padding: 22px; }.metric-card span { color: #687a75; }.metric-card strong { font-size: 28px; }.metric-card small { color: #987137; }
.toolbar { display: flex; justify-content: flex-end; margin-bottom: 14px; }.toolbar button, td button, .panel button { border: 1px solid #1e5d4e; border-radius: 9px; padding: 8px 12px; background: #1e5d4e; color: white; cursor: pointer; }
.table-wrap { overflow: hidden; }table { width: 100%; border-collapse: collapse; }th, td { padding: 15px 17px; border-bottom: 1px solid #eeeae3; text-align: left; vertical-align: top; font-size: 13px; }th { background: #faf9f6; color: #5c6e69; font-size: 12px; }tbody tr:last-child td { border-bottom: 0; }
.split { display: grid; grid-template-columns: 1fr 1.25fr; gap: 20px; }.panel, .status { padding: 24px; }.panel h2, .status h2 { margin-top: 0; }.panel p, .status p { color: #65746f; line-height: 1.65; overflow-wrap: anywhere; }
@media (max-width: 1180px) { body { min-width: 960px; }.admin-shell { grid-template-columns: 240px 1fr; }.workspace { padding: 28px; }.metric-grid { grid-template-columns: repeat(2, 1fr); } }
