:root { color-scheme: light; font-family: Inter, ui-sans-serif, system-ui, -apple-system, sans-serif; color: #17211d; background: #f3f6f4; }
* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; }
header { height: 68px; display: flex; align-items: center; justify-content: space-between; padding: 0 32px; background: #fff; border-bottom: 1px solid #dbe3de; }
.brand { display: flex; align-items: center; gap: 12px; }.brand div { display: flex; flex-direction: column; }.brand small { color: #6a756f; font-size: 11px; margin-top: 2px; }.mark { display: grid; place-items: center; width: 36px; height: 36px; background: #155e46; color: white; font-weight: 800; }
main { max-width: 1180px; margin: 0 auto; padding: 38px 28px 64px; }.hidden { display: none !important; }
.login { min-height: calc(100vh - 150px); display: grid; place-items: center; text-align: center; }.login > div { width: min(440px, 100%); }.login .g_id_signin { display: flex; justify-content: center; margin-top: 30px; }
h1, h2, p { margin-top: 0; } h1 { font-size: 32px; letter-spacing: 0; margin-bottom: 10px; } h2 { font-size: 19px; letter-spacing: 0; margin-bottom: 5px; }.eyebrow { color: #16714f; font-size: 11px; font-weight: 800; letter-spacing: 1.2px; margin-bottom: 8px; }.muted { color: #69756e; }.error, .node-error { color: #a12c2c; }
.page-title { display: flex; justify-content: space-between; align-items: end; margin-bottom: 24px; }.page-title h1 { margin: 0; }
.summary { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid #d7dfda; background: #fff; margin-bottom: 22px; }.summary div { padding: 18px 22px; border-right: 1px solid #d7dfda; display: flex; align-items: baseline; justify-content: space-between; }.summary div:last-child { border: 0; }.summary span { color: #68756e; font-size: 13px; }.summary strong { font-size: 24px; }
.nodes { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }.node { background: #fff; border: 1px solid #d7dfda; padding: 20px; border-radius: 6px; }.node.busy { opacity: .55; pointer-events: none; }.node-head { display: flex; justify-content: space-between; gap: 16px; }.node-head p { color: #69756e; font: 12px ui-monospace, monospace; }.code { font-size: 10px; font-weight: 800; color: #16714f; }.status { align-self: start; font-size: 11px; font-weight: 700; padding: 6px 8px; border-radius: 3px; background: #edf1ef; white-space: nowrap; }.status-ready { color: #176443; background: #e4f4eb; }.status-error { color: #a12c2c; background: #fae7e7; }.status-unsupported { color: #79521b; background: #f8eedc; }
dl { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 15px 0; margin: 0; border-top: 1px solid #edf0ee; }dl div { min-width: 0; }dt { color: #79847e; font-size: 11px; }dd { margin: 3px 0 0; font-size: 13px; overflow-wrap: anywhere; }.node-error { font-size: 11px; max-height: 70px; overflow: auto; padding: 8px; background: #fff2f2; }
.actions { display: flex; flex-wrap: wrap; gap: 8px; padding-top: 4px; }button, .actions a { min-height: 36px; border: 1px solid transparent; border-radius: 4px; padding: 8px 12px; font: 600 12px inherit; cursor: pointer; text-decoration: none; display: inline-flex; align-items: center; justify-content: center; }.primary { background: #176447; color: #fff; }.secondary { background: #fff; border-color: #bdc9c2 !important; color: #24332b; }.danger { background: #fff; border-color: #e2b8b8; color: #a12c2c; }.disabled, button:disabled { opacity: .4; pointer-events: none; }.icon-button { width: 36px; padding: 0; font-size: 20px; background: transparent; color: #445149; border-color: #d5ddd8; }
.notice { padding: 12px 14px; margin-bottom: 16px; background: #e3f2e9; border-left: 3px solid #176447; font-size: 13px; }.notice-error { background: #fae7e7; border-color: #a12c2c; }
dialog { border: 1px solid #cfd8d3; border-radius: 6px; padding: 22px; text-align: center; }dialog::backdrop { background: rgba(10, 20, 15, .5); }dialog .icon-button { position: absolute; top: 10px; right: 10px; }dialog p { max-width: 520px; font-size: 13px; margin-bottom: 14px; }dialog img { width: min(560px, 84vw); display: block; image-rendering: pixelated; }
@media (max-width: 760px) { header { padding: 0 18px; }main { padding: 28px 16px 48px; }.nodes { grid-template-columns: 1fr; }.summary div { padding: 14px; flex-direction: column; }.summary strong { margin-top: 6px; }.actions > * { flex: 1 1 44%; } }
