:root {
  --bg: #f4f6f8;
  --surface: #ffffff;
  --text: #17201d;
  --muted: #66736e;
  --line: #dfe5e2;
  --green: #177a50;
  --green-soft: #e7f5ed;
  --red: #b53b3b;
  --red-soft: #fbeaea;
  --amber: #9b6716;
  --amber-soft: #fff4d9;
  --blue: #276a9a;
  --shadow: 0 1px 2px rgba(18, 33, 27, .05);
}
* { box-sizing: border-box; }
body { margin: 0; min-width: 320px; background: var(--bg); color: var(--text); font: 14px/1.5 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; letter-spacing: 0; }
button, input, select { font: inherit; letter-spacing: 0; }
.topbar { height: 64px; padding: 0 max(24px, calc((100vw - 1440px) / 2)); display: flex; align-items: center; justify-content: space-between; background: #17231f; color: white; border-bottom: 1px solid #2e3a36; }
.brand { display: flex; align-items: center; gap: 11px; }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 7px; background: #70d69e; color: #14211c; font-weight: 800; font-size: 18px; }
.brand div { display: flex; flex-direction: column; line-height: 1.25; }
.brand strong { font-size: 14px; }.brand div span { color: #aebbb6; font-size: 11px; margin-top: 2px; }
.header-actions { display: flex; align-items: center; gap: 10px; }.checked-at { color: #aebbb6; font-size: 12px; }
.console-button { height: 36px; display: inline-flex; align-items: center; gap: 7px; padding: 0 11px; color: white; background: #25342f; border: 1px solid #3d4b46; border-radius: 6px; text-decoration: none; font-size: 12px; font-weight: 650; }.console-button:hover { background: #31443d; }.console-button svg, .manage-link svg { width: 15px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.icon-button { width: 36px; height: 36px; display: grid; place-items: center; padding: 0; color: white; background: #25342f; border: 1px solid #3d4b46; border-radius: 6px; cursor: pointer; }
.icon-button:hover { background: #31443d; }.icon-button:disabled { opacity: .6; cursor: wait; }.icon-button svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.icon-button.spinning svg { animation: spin .8s linear infinite; }
main { width: min(1440px, 100%); margin: 0 auto; padding: 30px 24px 48px; }
.page-heading { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 24px; }
.eyebrow { margin: 0 0 4px; color: var(--green); font-size: 11px; font-weight: 750; text-transform: uppercase; }
h1 { margin: 0; font-size: 26px; line-height: 1.25; letter-spacing: 0; } .page-heading div > p:last-child { margin: 6px 0 0; color: var(--muted); }
.connection { display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: 12px; white-space: nowrap; }.connection span { width: 8px; height: 8px; border-radius: 50%; background: #9aa39f; }.connection.ok span { background: #2aaf6f; box-shadow: 0 0 0 3px #dff3e8; }.connection.error span { background: var(--red); box-shadow: 0 0 0 3px var(--red-soft); }
.summary { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); border: 1px solid var(--line); border-radius: 7px; background: var(--surface); box-shadow: var(--shadow); margin-bottom: 18px; overflow: hidden; }
.metric { min-height: 108px; padding: 20px; border-right: 1px solid var(--line); }.metric:last-child { border-right: 0; }.metric-label { color: var(--muted); font-size: 12px; }.metric-value { display: block; margin-top: 5px; font-size: 30px; line-height: 1.1; font-weight: 700; font-variant-numeric: tabular-nums; }.metric-detail { display: flex; align-items: center; gap: 6px; margin-top: 9px; color: var(--muted); font-size: 11px; }.metric-detail i { width: 7px; height: 7px; border-radius: 50%; background: #8d9894; }.metric.running i { background: var(--green); }.metric.stopped i { background: var(--amber); }.metric.error i, .metric.webIssues i { background: var(--red); }
.workspace { background: var(--surface); border: 1px solid var(--line); border-radius: 7px; box-shadow: var(--shadow); overflow: hidden; }
.toolbar { min-height: 66px; padding: 13px 16px; display: flex; gap: 12px; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); }
.search { width: min(420px, 100%); height: 38px; display: flex; align-items: center; gap: 9px; padding: 0 11px; border: 1px solid #cfd7d3; border-radius: 6px; background: #fafbfb; }.search:focus-within { border-color: #6c9b85; box-shadow: 0 0 0 3px #e5f0eb; }.search svg { width: 17px; flex: none; fill: none; stroke: #71807a; stroke-width: 2; }.search input { width: 100%; border: 0; outline: 0; background: transparent; color: var(--text); }
.filters { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 8px; }.filters select { height: 38px; min-width: 118px; padding: 0 30px 0 11px; color: #394641; background: #fff; border: 1px solid #cfd7d3; border-radius: 6px; }
.notice { margin: 14px 16px 0; padding: 10px 12px; border: 1px solid #efcb75; border-radius: 6px; background: var(--amber-soft); color: #704a0c; font-size: 12px; }
.notice.error { border-color: #edbbbb; background: var(--red-soft); color: #8c2f2f; }
.table-wrap { width: 100%; overflow-x: auto; } table { width: 100%; border-collapse: collapse; min-width: 1080px; } th { padding: 11px 16px; text-align: left; color: var(--muted); background: #f8faf9; border-bottom: 1px solid var(--line); font-size: 11px; font-weight: 650; text-transform: uppercase; } td { padding: 15px 16px; border-bottom: 1px solid #e9edeb; vertical-align: middle; } tbody tr:not(.group-row):hover { background: #fbfcfc; }
.group-row td { padding: 9px 16px; color: #405049; background: #eef3f0; border-top: 1px solid #d8e1dc; border-bottom: 1px solid #d8e1dc; font-size: 11px; font-weight: 700; }.group-count { margin-left: 7px; color: var(--muted); font-weight: 500; }
.service-name { display: flex; align-items: center; gap: 11px; }.service-icon { position: relative; width: 34px; height: 34px; flex: none; display: grid; place-items: center; overflow: hidden; border-radius: 6px; color: #2e6750; background: #e9f2ed; font-weight: 750; }.site-logo { position: absolute; inset: 0; width: 100%; height: 100%; padding: 5px; object-fit: contain; background: #fff; }.service-name strong { display: block; max-width: 260px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.service-name small, .subtle { display: block; margin-top: 2px; color: var(--muted); font-size: 11px; }
.type { color: #4b5953; }.badge { display: inline-flex; align-items: center; gap: 7px; padding: 4px 8px; border-radius: 999px; font-size: 11px; font-weight: 650; }.badge::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: currentColor; }.badge.running { color: var(--green); background: var(--green-soft); }.badge.stopped { color: var(--amber); background: var(--amber-soft); }.badge.error { color: var(--red); background: var(--red-soft); }.badge.unknown { color: #66736e; background: #edf0ef; }
.domains { display: grid; gap: 8px; min-width: 250px; }.domain { display: flex; align-items: center; gap: 7px; }.domain-copy { min-width: 0; display: flex; flex-direction: column; }.domain a { max-width: 300px; overflow: hidden; color: var(--blue); text-decoration: none; text-overflow: ellipsis; white-space: nowrap; }.domain a:hover { text-decoration: underline; }.domain small { color: var(--muted); font-size: 10px; }.web-dot { width: 7px; height: 7px; flex: none; border-radius: 50%; background: #98a29e; }.web-dot.online { background: #2aaf6f; }.web-dot.offline { background: var(--red); }
.manage-link { height: 32px; display: inline-flex; align-items: center; gap: 6px; padding: 0 9px; color: #315f4b; background: #f0f6f3; border: 1px solid #cfe0d7; border-radius: 5px; text-decoration: none; font-size: 11px; font-weight: 650; white-space: nowrap; }.manage-link:hover { background: #e5f0eb; border-color: #aecbbb; }
.empty, .loading { padding: 48px 20px; text-align: center; color: var(--muted); }.loading span { display: inline-block; width: 14px; height: 14px; margin-right: 8px; vertical-align: -2px; border: 2px solid #cdd5d2; border-top-color: var(--green); border-radius: 50%; animation: spin .8s linear infinite; }.result-count { padding: 10px 16px; color: var(--muted); background: #fafbfb; font-size: 11px; }
@keyframes spin { to { transform: rotate(360deg); } }
@media (max-width: 800px) { .checked-at { display: none; } .console-button { width: 36px; padding: 0; justify-content: center; font-size: 0; }.console-button svg { width: 17px; } main { padding: 22px 14px 36px; }.page-heading { align-items: start; flex-direction: column; gap: 12px; }.summary { grid-template-columns: repeat(2, 1fr); }.metric { min-height: 92px; border-bottom: 1px solid var(--line); }.metric:nth-child(2n) { border-right: 0; }.metric:last-child { grid-column: 1 / -1; border-bottom: 0; }.toolbar { align-items: stretch; flex-direction: column; }.search { width: 100%; }.filters { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }.filters select { width: 100%; min-width: 0; }.topbar { padding: 0 14px; } }
