:root {
  color-scheme: dark;
  --bg: #070d17;
  --panel: #0d1625;
  --panel-2: #111d2e;
  --line: #20304a;
  --text: #edf4ff;
  --muted: #7f91ad;
  --blue: #4d9bff;
  --green: #43d59a;
  --orange: #ffb45c;
  --red: #ff667a;
  --shadow: 0 18px 55px rgba(0, 0, 0, .24);
}

* { box-sizing: border-box; }
body { margin: 0; min-width: 320px; background: radial-gradient(circle at 80% -10%, #162b4b 0, transparent 38%), var(--bg); color: var(--text); font: 14px/1.5 "Segoe UI", "Malgun Gothic", sans-serif; }
button, input, select { font: inherit; }
button { cursor: pointer; }
[hidden] { display: none !important; }
.login-shell { min-height: 100vh; display: grid; place-items: center; padding: 24px; }
.login-card { width: min(430px, 100%); padding: 38px; border: 1px solid var(--line); border-radius: 22px; background: rgba(13, 22, 37, .9); box-shadow: var(--shadow); }
.brand-mark { color: var(--blue); letter-spacing: .14em; font-size: 22px; font-weight: 800; }
.brand-mark span { color: var(--text); font-size: 10px; margin-left: 9px; letter-spacing: .18em; opacity: .72; }
.eyebrow { margin: 0 0 7px; color: var(--blue); font-size: 10px; font-weight: 700; letter-spacing: .16em; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 8px; font-size: clamp(26px, 3vw, 38px); letter-spacing: -.04em; }
h2 { margin: 0; font-size: 18px; letter-spacing: -.02em; }
h3 { margin: 4px 0 0; font-size: 15px; }
.muted { color: var(--muted); }
.login-card h1 { margin-top: 22px; }
.login-form { display: grid; gap: 9px; margin-top: 30px; }
.login-form label { color: #b9c7da; font-size: 12px; }
.login-form label .muted { color: var(--muted); font-weight: 400; }
input, select { width: 100%; border: 1px solid var(--line); border-radius: 9px; padding: 12px 13px; background: #091220; color: var(--text); outline: none; }
input:focus, select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(77, 155, 255, .14); }
.primary-button, .ghost-button, .table-button { border: 0; border-radius: 9px; padding: 11px 15px; color: #fff; font-weight: 700; }
.primary-button { margin-top: 8px; background: linear-gradient(135deg, #3389f4, #2369d1); }
.primary-button:disabled { opacity: .6; cursor: wait; }
.ghost-button { border: 1px solid var(--line); background: transparent; color: #b9c7da; }
.ghost-button:hover, .table-button:hover { border-color: var(--blue); color: var(--text); }
.danger-text:hover { color: var(--red); border-color: rgba(255, 102, 122, .55); }
.form-error { min-height: 20px; margin: 4px 0 0; color: var(--red); font-size: 12px; }
.login-foot { display: flex; align-items: center; gap: 8px; margin-top: 30px; color: var(--muted); font-size: 12px; }
.status-dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: var(--muted); box-shadow: 0 0 0 4px rgba(127, 145, 173, .12); }
.status-dot.ok { background: var(--green); box-shadow: 0 0 0 4px rgba(67, 213, 154, .12); }
.status-dot.warn { background: var(--orange); box-shadow: 0 0 0 4px rgba(255, 180, 92, .12); }
.app-shell { width: min(1500px, 100%); margin: 0 auto; padding: 26px 30px 42px; }
.sidebar { position: fixed; z-index: 2; top: 0; bottom: 0; width: 208px; display: flex; flex-direction: column; padding: 28px 14px 22px; border-right: 1px solid rgba(32, 48, 74, .8); background: rgba(7, 13, 23, .96); }
.sidebar-brand { padding: 0 10px 27px; color: var(--blue); font-size: 17px; font-weight: 800; letter-spacing: .13em; }
.sidebar-brand span { display: block; margin-top: 3px; color: var(--muted); font-size: 9px; letter-spacing: .17em; }
.side-nav { display: grid; gap: 5px; }
.nav-item { display: flex; align-items: center; gap: 11px; border: 1px solid transparent; border-radius: 9px; padding: 11px 12px; background: transparent; color: var(--muted); text-align: left; }
.nav-item span { width: 16px; color: #6682a9; font-size: 16px; text-align: center; }
.nav-item:hover, .nav-item.active { border-color: rgba(77, 155, 255, .22); background: rgba(77, 155, 255, .1); color: var(--text); }
.nav-item.active span { color: var(--blue); }
.sidebar-foot { margin-top: auto; padding: 13px 11px; border-top: 1px solid rgba(32, 48, 74, .7); color: #9dbce7; font-size: 11px; line-height: 1.7; }
.sidebar-foot span { color: var(--muted); }
.content-offset { margin-left: 224px; }
.view-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; padding: 28px 4px 22px; }
.view-heading h1 { margin-bottom: 6px; }
.clickable { cursor: pointer; transition: border-color .18s ease, transform .18s ease, background .18s ease; }
.clickable:hover { border-color: rgba(77, 155, 255, .6); background: rgba(17, 33, 56, .85); transform: translateY(-2px); }
.server-model { margin: 0 0 13px; overflow: hidden; color: #9dbce7; font-size: 11px; font-weight: 600; text-overflow: ellipsis; white-space: nowrap; }
.metric-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.gpu-mini-list { display: grid; gap: 4px; margin-top: 13px; padding-top: 10px; border-top: 1px solid rgba(32, 48, 74, .65); }
.gpu-mini { display: grid; grid-template-columns: 44px 42px 1fr; gap: 4px; align-items: center; color: var(--muted); font-size: 10px; }
.gpu-mini b { color: var(--text); font-size: 10px; text-align: right; }
.gpu-mini em { color: #7189a8; font-size: 10px; font-style: normal; text-align: right; }
.metric-alert { color: var(--orange) !important; }
.server-directory { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.detail-panel { margin-top: 15px; padding: 22px; border: 1px solid var(--line); border-radius: 14px; background: rgba(13, 22, 37, .84); box-shadow: var(--shadow); }
.detail-heading, .dialog-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.detail-heading h2 { margin: 6px 0; font-size: 24px; }
.back-button { margin-bottom: 20px; border: 0; padding: 0; background: transparent; color: var(--blue); font-size: 12px; }
.detail-stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin: 22px 0; }
.detail-stat-grid > div { display: grid; gap: 5px; padding: 14px; border: 1px solid rgba(32, 48, 74, .75); border-radius: 10px; background: rgba(9, 17, 31, .62); }
.detail-stat-grid span, .detail-stat-grid small { color: var(--muted); font-size: 11px; }
.detail-stat-grid b { color: var(--text); font-size: 20px; }
.detail-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 14px; }
.detail-columns > section, .dialog-section { min-width: 0; padding: 16px; border: 1px solid rgba(32, 48, 74, .75); border-radius: 10px; background: rgba(9, 17, 31, .55); }
.detail-columns h3, .dialog-section h3 { margin-bottom: 13px; color: #b9c7da; font-size: 12px; }
.history-chart { height: 130px; display: flex; align-items: flex-end; gap: 3px; padding: 12px 6px 0; border-bottom: 1px solid var(--line); }
.history-bar { flex: 1; min-width: 2px; border-radius: 2px 2px 0 0; background: linear-gradient(180deg, var(--blue), rgba(77, 155, 255, .18)); }
.detail-list, .process-list { display: grid; gap: 7px; }
.detail-list > div { display: flex; justify-content: space-between; gap: 10px; padding: 9px 0; border-bottom: 1px solid rgba(32, 48, 74, .55); color: var(--muted); font-size: 11px; }
.detail-list b { color: var(--text); text-align: right; }
.process-list > div { min-width: 0; padding: 8px 0; border-bottom: 1px solid rgba(32, 48, 74, .55); }
.process-list span, .process-list small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.process-list span { color: var(--text); font-size: 11px; }
.process-list small { margin-top: 2px; color: var(--muted); font-size: 10px; }
.mini-stat-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-bottom: 14px; }
.mini-stat { display: flex; flex-direction: column; gap: 5px; padding: 15px; border: 1px solid var(--line); border-radius: 11px; background: rgba(13, 22, 37, .8); }
.mini-stat span { color: var(--muted); font-size: 11px; }
.mini-stat strong { font-size: 24px; letter-spacing: -.04em; }
.table-panel { padding: 8px 18px 18px; }
.gpu-state { display: inline-block; border-radius: 999px; padding: 4px 8px; font-size: 10px; font-weight: 700; }
.gpu-state.free { color: var(--green); background: rgba(67, 213, 154, .1); }
.gpu-state.busy { color: var(--orange); background: rgba(255, 180, 92, .1); }
.gpu-state.full { color: var(--red); background: rgba(255, 102, 122, .1); }
.traffic-rx { color: #8fc4ff; } .traffic-tx { color: #89e6be; }
.event-link { max-width: 260px; overflow: hidden; border: 0; padding: 0; background: transparent; color: var(--text); font-size: 12px; font-weight: 700; text-align: left; text-overflow: ellipsis; white-space: nowrap; }
.event-link:hover { color: var(--blue); text-decoration: underline; }
.evidence-inline, .ai-inline { margin-bottom: 5px; }
.evidence-inline > span, .ai-inline > span { color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .08em; }
.evidence-inline pre { max-width: 260px; max-height: 52px; margin: 3px 0; overflow: hidden; color: #b6c9e4; font: 10px/1.35 Consolas, monospace; white-space: pre-wrap; }
.ai-inline p { margin: 3px 0; color: #a9c6eb; font-size: 10px; }
.system-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.system-card { display: grid; gap: 7px; padding: 17px; border: 1px solid var(--line); border-left: 3px solid currentColor; border-radius: 11px; background: rgba(13, 22, 37, .82); }
.system-card span { color: var(--muted); font-size: 11px; } .system-card strong { color: var(--text); font-size: 15px; }
.system-detail-panel { margin-top: 14px; } .system-detail-panel h2 { margin-bottom: 12px; font-size: 14px; }
.system-detail-panel pre, .dialog-section pre { max-height: 220px; overflow: auto; margin: 0; color: #b6c9e4; font: 11px/1.5 Consolas, monospace; white-space: pre-wrap; }
.settings-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.settings-card { min-height: 210px; }
.settings-card h2 { margin: 6px 0 16px; }
.settings-wide { grid-column: 1 / -1; min-height: 0; }
.settings-list { margin: 0; }
.settings-list div { display: flex; justify-content: space-between; gap: 16px; padding: 12px 0; border-bottom: 1px solid rgba(32, 48, 74, .55); }
.settings-list div:last-child { border-bottom: 0; }
.settings-list dt { color: var(--muted); }
.settings-list dd { margin: 0; color: #dce9fb; text-align: right; }
.llm-panel { margin-top: 14px; padding: 20px; }
.llm-summary { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 6px; }
.llm-summary-chip { border: 1px solid currentColor; border-radius: 999px; padding: 5px 8px; font-size: 10px; font-weight: 700; }
.llm-summary-chip.healthy { color: var(--green); background: rgba(67, 213, 154, .08); }
.llm-summary-chip.warning { color: var(--orange); background: rgba(255, 180, 92, .08); }
.llm-summary-chip.critical { color: var(--red); background: rgba(255, 102, 122, .08); }
.llm-status-grid, .llm-directory { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 11px; }
.llm-card { min-width: 0; padding: 14px; border: 1px solid rgba(32, 48, 74, .95); border-left: 3px solid var(--muted); border-radius: 11px; background: rgba(9, 17, 31, .75); }
.llm-card.healthy { border-left-color: var(--green); }
.llm-card.warning { border-left-color: var(--orange); }
.llm-card.critical { border-left-color: var(--red); }
.llm-card-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 8px; }
.llm-score { display: flex; align-items: baseline; gap: 4px; margin: 14px 0 8px; }
.llm-score strong { color: var(--text); font-size: 25px; }
.llm-score span, .llm-score time { color: var(--muted); font-size: 10px; }
.llm-score time { margin-left: auto; }
.llm-summary-text { min-height: 38px; margin: 0; color: #c9d5e6; font-size: 11px; }
.llm-issues, .llm-analysis { margin-top: 10px; padding-top: 9px; border-top: 1px solid rgba(32, 48, 74, .55); }
.llm-issues span, .llm-analysis span { color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .06em; }
.llm-issues p, .llm-analysis p { margin: 3px 0 0; color: #b8c9e0; font-size: 10px; }
.server-llm-row { display: flex; justify-content: space-between; gap: 8px; margin-top: 12px; padding-top: 9px; border-top: 1px solid rgba(32, 48, 74, .55); color: var(--muted); font-size: 10px; }
.server-llm-row strong { font-weight: 700; }
.server-llm-row strong.healthy { color: var(--green); } .server-llm-row strong.warning { color: var(--orange); } .server-llm-row strong.critical { color: var(--red); }
.peak-panel { margin-top: 14px; padding: 20px; }
.peak-chart { height: 170px; display: flex; align-items: flex-end; gap: 3px; overflow: hidden; padding: 12px 5px 0; border-bottom: 1px solid var(--line); }
.peak-group { height: 100%; flex: 1; min-width: 3px; display: flex; align-items: flex-end; justify-content: center; gap: 1px; }
.peak-bar { display: block; width: 42%; min-height: 3px; border-radius: 2px 2px 0 0; }
.peak-bar.rx { background: linear-gradient(180deg, #8fc4ff, rgba(77, 155, 255, .18)); }
.peak-bar.tx { background: linear-gradient(180deg, #89e6be, rgba(67, 213, 154, .18)); }
.peak-legend { display: flex; flex-wrap: wrap; gap: 14px; padding-top: 11px; font-size: 11px; }
.llm-history-chart { margin-bottom: 11px; }
.history-bar.healthy { background: linear-gradient(180deg, var(--green), rgba(67, 213, 154, .18)); }
.history-bar.warning { background: linear-gradient(180deg, var(--orange), rgba(255, 180, 92, .18)); }
.history-bar.critical { background: linear-gradient(180deg, var(--red), rgba(255, 102, 122, .18)); }
.llm-detail { border-color: rgba(77, 155, 255, .35) !important; }
.llm-detail-status { display: flex; align-items: center; gap: 10px; margin-bottom: 11px; }
.llm-detail-status strong { font-size: 20px; }
.llm-detail-status span:last-child { margin-left: auto; color: var(--muted); font-size: 10px; }
.chart-note { margin: 9px 0 0; font-size: 10px; }
.good-text { color: var(--green) !important; }
.server-badges { display: flex; flex-wrap: wrap; gap: 9px; margin: 10px 0 18px; }
.server-badges span { display: grid; place-items: center; min-width: 44px; height: 34px; border: 1px solid rgba(56, 151, 255, .5); border-radius: 8px; color: #d7e9ff; background: rgba(31, 111, 235, .16); font-weight: 700; }
.loading-block, .error-block { padding: 40px; color: var(--muted); text-align: center; }
.error-block { color: var(--red); }
.event-dialog { width: min(720px, calc(100% - 28px)); max-height: calc(100vh - 36px); overflow: auto; border: 1px solid var(--line); border-radius: 14px; padding: 22px; background: #0d1625; color: var(--text); box-shadow: var(--shadow); }
.event-dialog::backdrop { background: rgba(0, 0, 0, .72); }
.dialog-heading { align-items: center; margin-bottom: 18px; } .dialog-heading h2 { margin: 0; }
.dialog-section { margin-top: 10px; } .dialog-section p { color: #c9d5e6; font-size: 12px; }
.ai-box { border-color: rgba(77, 155, 255, .3); background: rgba(77, 155, 255, .07); } .ai-box p { color: #b8d5ff; }
.detail-stat-grid.compact { margin: 0 0 10px; grid-template-columns: repeat(4, 1fr); } .detail-stat-grid.compact b { font-size: 14px; }
.topbar, .hero, .panel-heading, .topbar-actions, .live-indicator, .collector-pill, .server-top, .server-bottom, .metric-line span { display: flex; align-items: center; }
.topbar, .hero, .panel-heading { justify-content: space-between; gap: 20px; }
.topbar { padding-bottom: 22px; border-bottom: 1px solid rgba(32, 48, 74, .65); }
.topbar-actions { gap: 10px; }
.live-indicator, .collector-pill { gap: 10px; color: var(--green); font-size: 12px; }
.hero { padding: 42px 4px 28px; }
.collector-pill { border: 1px solid rgba(67, 213, 154, .24); border-radius: 999px; padding: 9px 14px; background: rgba(67, 213, 154, .07); }
.stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.stat-card { position: relative; overflow: hidden; min-height: 136px; display: flex; flex-direction: column; justify-content: center; padding: 20px; border: 1px solid var(--line); border-radius: 14px; background: linear-gradient(145deg, rgba(17, 29, 46, .95), rgba(9, 17, 31, .95)); box-shadow: var(--shadow); }
.stat-card::after { position: absolute; content: ""; width: 92px; height: 92px; right: -29px; top: -33px; border-radius: 50%; border: 15px solid currentColor; opacity: .08; }
.stat-label, .stat-sub { color: var(--muted); font-size: 12px; }
.stat-card strong { margin: 3px 0; font-size: 36px; letter-spacing: -.06em; }
.accent-blue { color: var(--blue); } .accent-green { color: var(--green); } .accent-orange { color: var(--orange); } .accent-red { color: var(--red); }
.content-grid { display: grid; grid-template-columns: minmax(0, 2fr) minmax(300px, 1fr); gap: 14px; margin-top: 14px; }
.panel { border: 1px solid var(--line); border-radius: 14px; background: rgba(13, 22, 37, .82); box-shadow: var(--shadow); }
.fleet-panel, .system-panel, .events-panel { padding: 20px; }
.panel-heading { margin-bottom: 19px; }
.server-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; }
.server-card { min-width: 0; padding: 15px; border: 1px solid rgba(32, 48, 74, .95); border-radius: 11px; background: rgba(9, 17, 31, .75); }
.server-top { align-items: flex-start; justify-content: space-between; gap: 8px; }
.server-id { color: var(--blue); font-size: 11px; font-weight: 700; }
.server-meta { margin: 10px 0 15px; overflow: hidden; color: var(--muted); font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.status-badge, .event-status, .severity { display: inline-block; border-radius: 999px; padding: 3px 8px; font-size: 10px; font-weight: 700; white-space: nowrap; }
.status-badge.healthy, .event-status.resolved { color: var(--green); background: rgba(67, 213, 154, .1); }
.status-badge.warning, .event-status.ack { color: var(--orange); background: rgba(255, 180, 92, .1); }
.status-badge.critical { color: var(--red); background: rgba(255, 102, 122, .1); }
.status-badge.muted-status { color: var(--muted); background: rgba(127, 145, 173, .1); }
.metric-line { display: grid; gap: 5px; margin-top: 9px; }
.metric-line span { justify-content: space-between; color: var(--muted); font-size: 11px; }
.metric-line b { color: var(--text); font-weight: 600; }
.progress { height: 5px; overflow: hidden; border-radius: 999px; background: #1a273b; }
.progress i { display: block; height: 100%; border-radius: inherit; }
.progress .blue { background: var(--blue); } .progress .green { background: var(--green); } .progress .orange { background: var(--orange); }
.server-bottom { justify-content: space-between; gap: 8px; margin-top: 14px; color: var(--muted); font-size: 10px; }
.service-row { display: flex; justify-content: space-between; gap: 14px; padding: 14px 0; border-bottom: 1px solid rgba(32, 48, 74, .65); color: var(--muted); font-size: 12px; }
.service-row strong { color: var(--text); text-align: right; }
.service-note { min-height: 34px; padding-top: 12px; color: var(--red); font-size: 11px; }
.readonly-note { display: flex; gap: 9px; margin-top: 18px; padding: 12px; border: 1px solid rgba(77, 155, 255, .18); border-radius: 9px; color: #9dbce7; background: rgba(77, 155, 255, .06); font-size: 11px; }
.lock-icon { color: var(--blue); }
.events-panel { margin-top: 14px; }
.event-heading { align-items: flex-end; }
.filters { display: flex; gap: 8px; }
.filters select { width: auto; min-width: 125px; padding: 8px 11px; font-size: 12px; }
.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; min-width: 890px; }
th { padding: 10px 9px; color: var(--muted); font-size: 10px; font-weight: 600; letter-spacing: .06em; text-align: left; text-transform: uppercase; }
td { padding: 13px 9px; border-top: 1px solid rgba(32, 48, 74, .65); color: #c9d5e6; font-size: 12px; vertical-align: middle; }
td strong { display: block; color: var(--text); font-size: 12px; } td small { display: block; max-width: 260px; margin-top: 2px; overflow: hidden; color: var(--muted); text-overflow: ellipsis; white-space: nowrap; }
.severity.critical { color: var(--red); background: rgba(255, 102, 122, .1); } .severity.warning { color: var(--orange); background: rgba(255, 180, 92, .1); } .severity.info { color: var(--blue); background: rgba(77, 155, 255, .1); }
.event-status.open { color: var(--red); background: rgba(255, 102, 122, .1); }
.analysis { max-width: 240px; color: #a9c6eb; font-size: 11px; }
.table-button { padding: 6px 9px; border: 1px solid rgba(77, 155, 255, .25); background: rgba(77, 155, 255, .09); color: #9fc7ff; font-size: 11px; }
.nowrap { white-space: nowrap; }
.empty-cell, .empty-card { padding: 30px; color: var(--muted); text-align: center; }
.footer { padding: 24px 4px 0; color: #536781; font-size: 11px; text-align: right; }
.toast { position: fixed; z-index: 5; top: 20px; left: 50%; max-width: calc(100% - 40px); transform: translate(-50%, -20px); opacity: 0; pointer-events: none; border: 1px solid var(--line); border-radius: 9px; padding: 11px 16px; background: #15243a; box-shadow: var(--shadow); transition: .2s ease; font-size: 12px; }
.toast.visible { transform: translate(-50%, 0); opacity: 1; } .toast.success { border-color: rgba(67, 213, 154, .4); color: var(--green); } .toast.warn { border-color: rgba(255, 180, 92, .4); color: var(--orange); }
@media (max-width: 1200px) { .server-directory, .llm-status-grid, .llm-directory { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 1000px) { .content-grid { grid-template-columns: 1fr; } .sidebar { width: 178px; } .content-offset { margin-left: 194px; } .server-directory { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 720px) { .app-shell { padding: 20px 14px 32px; } .sidebar { position: static; width: auto; min-height: 0; margin: -20px -14px 20px; padding: 16px 14px 12px; border-right: 0; border-bottom: 1px solid var(--line); } .sidebar-brand { padding-bottom: 13px; } .side-nav { display: flex; overflow-x: auto; } .nav-item { flex: 0 0 auto; padding: 8px 10px; font-size: 11px; } .nav-item span { display: none; } .sidebar-foot { display: none; } .content-offset { margin-left: 0; } .topbar, .hero { align-items: flex-start; flex-direction: column; } .topbar-actions { width: 100%; justify-content: space-between; } .stat-grid { grid-template-columns: repeat(2, 1fr); } .server-grid, .server-directory, .llm-status-grid, .llm-directory, .detail-columns, .settings-grid { grid-template-columns: 1fr; } .settings-wide { grid-column: auto; } .event-heading { align-items: flex-start; flex-direction: column; } .filters { width: 100%; } .filters select { flex: 1; width: 50%; } .mini-stat-row, .system-cards, .detail-stat-grid, .detail-stat-grid.compact { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 430px) { .login-card { padding: 28px 22px; } .stat-card { min-height: 115px; padding: 15px; } .stat-card strong { font-size: 30px; } }
