@import "https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&family=IBM+Plex+Mono:wght@400;500;600&family=Fraunces:opsz,wght@9..144,600;9..144,700&display=swap";:root{--bg0:#e9eef2;--bg1:#f4f7f9;--ink:#14202b;--ink-muted:#5a6b7a;--line:#c5d0da;--surface:#ffffffb8;--accent:#0d7377;--accent-ink:#085458;--warn:#b86e00;--danger:#b42318;--ok:#1f7a4c;--lag:#9a6b12;--font:"DM Sans", system-ui, sans-serif;--mono:"IBM Plex Mono", ui-monospace, monospace;--display:"Fraunces", Georgia, serif;--radius:10px;--shadow:0 1px 0 #14202b0a, 0 8px 24px #14202b0f;--bp-mobile:640px;--bp-tablet:1024px;--sidebar-width:220px;--sidebar-collapsed:56px;--mobile-bar-h:52px}*{box-sizing:border-box}html,body{min-height:100%;font-family:var(--font);color:var(--ink);background:radial-gradient(1200px 600px at 10% -10%, #d4e8ea 0%, transparent 55%), radial-gradient(900px 500px at 100% 0%, #dde6f0 0%, transparent 50%), linear-gradient(180deg, var(--bg0), var(--bg1));background-attachment:fixed;margin:0}body:before{content:"";pointer-events:none;opacity:.35;background-image:linear-gradient(#14202b09 1px,#0000 1px),linear-gradient(90deg,#14202b09 1px,#0000 1px);background-size:28px 28px;position:fixed;inset:0;-webkit-mask-image:linear-gradient(#000 0%,#0000 85%);mask-image:linear-gradient(#000 0%,#0000 85%)}a{color:var(--accent-ink);text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3{font-family:var(--display);letter-spacing:-.02em;margin:0 0 .4rem;font-weight:650}.mono{font-family:var(--mono);font-size:.86em}.muted{color:var(--ink-muted)}.shell{max-width:none;min-height:100vh;margin:0;padding:0;display:flex;position:relative}.shell-main{flex:1;min-width:0;padding:1.25rem 1.5rem 3rem;position:relative}.panel{background:var(--surface);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:1rem 1.15rem}.btn{appearance:none;border:1px solid var(--accent);background:var(--accent);color:#fff;font-family:var(--font);cursor:pointer;border-radius:8px;padding:.55rem 1rem;font-size:.92rem;font-weight:600}.btn:hover{background:var(--accent-ink);border-color:var(--accent-ink)}.btn.secondary{color:var(--accent-ink);background:0 0}.btn:disabled{opacity:.5;cursor:not-allowed}.btn.icon{min-width:2rem;min-height:2rem;color:var(--ink-muted);background:0 0;border-color:#0000;justify-content:center;align-items:center;padding:.4rem;display:inline-flex}.btn.icon:hover{color:var(--accent-ink);background:#0d737714;border-color:#0000}input,select{font-family:var(--font);border:1px solid var(--line);color:var(--ink);background:#fff;border-radius:8px;min-width:min(12rem,100%);max-width:100%;padding:.5rem .65rem;font-size:.95rem}label{color:var(--ink-muted);flex-direction:column;gap:.3rem;font-size:.85rem;font-weight:600;display:flex}.pill{font-family:var(--mono);border:1px solid var(--line);white-space:nowrap;background:#fff;border-radius:999px;align-items:center;gap:.35rem;padding:.15rem .5rem;font-size:.75rem;font-weight:500;display:inline-flex}.pill.ok{color:var(--ok);background:#edf8f1;border-color:#9fd4b3}.pill.lag{color:var(--lag);background:#fff8e8;border-color:#e6c98a}.pill.bad{color:var(--danger);background:#fff1f0;border-color:#f0b4ae}.pill.off{color:var(--ink-muted)}.pill.drift{color:#6b4f9a;background:#f5f0fc;border-color:#c4b5e0}.grid{gap:.85rem;display:grid}.mini-bar{align-items:center;gap:.4rem;min-width:4.5rem;display:flex}.mini-bar .track{background:var(--line);border-radius:999px;flex:1;min-width:2.5rem;height:6px;overflow:hidden}.mini-bar .fill{border-radius:inherit;background:var(--accent);height:100%;transition:width .2s;display:block}.mini-bar.warn .fill{background:var(--warn)}.mini-bar.danger .fill{background:var(--danger)}.mini-bar.empty .fill{background:0 0}.mini-bar .pct{font-family:var(--mono);color:var(--ink-muted);text-align:right;min-width:2.4rem;font-size:.72rem}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.45;transform:scale(.85)}}.live-dot{background:var(--ok);border-radius:50%;width:.55rem;height:.55rem;animation:1.6s ease-in-out infinite pulse-dot;display:inline-block}.live-dot.off{background:var(--ink-muted);animation:none}@keyframes phase-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:none}}.fade-in{animation:.28s ease-out phase-in}.fleet-table-wrap{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);width:100%;box-shadow:var(--shadow);overflow-x:auto}.fleet-table{border-collapse:collapse;table-layout:auto;width:100%;font-size:.88rem}.fleet-table th,.fleet-table td{border-bottom:1px solid var(--line);text-align:left;vertical-align:middle;white-space:nowrap;padding:.45rem .65rem}.fleet-table th{text-transform:uppercase;letter-spacing:.04em;color:var(--ink-muted);z-index:1;background:#ffffff8c;font-size:.72rem;font-weight:700;position:sticky;top:0}.fleet-table th.sortable{cursor:pointer;-webkit-user-select:none;user-select:none}.fleet-table th.sortable:hover{color:var(--accent-ink)}.fleet-table th .sort-ind{opacity:.45;margin-left:.2rem}.fleet-table th.sorted .sort-ind{opacity:1;color:var(--accent-ink)}.fleet-table tbody tr{cursor:pointer;transition:background .12s}.fleet-table tbody tr:hover{background:#0d73770f}.fleet-table tbody tr:last-child td{border-bottom:none}.fleet-table a.row-link{color:inherit;font-weight:600;text-decoration:none}.fleet-table a.row-link:hover{color:var(--accent-ink);text-decoration:none}@media (width<=1024px){.fleet-table .col-p3{display:none}}.fleet-cards{flex-direction:column;gap:.55rem;display:none}.fleet-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow);color:inherit;flex-direction:column;gap:.35rem;padding:.75rem .9rem;text-decoration:none;transition:border-color .15s;display:flex}.fleet-card:hover{border-color:var(--accent);text-decoration:none}.fleet-card .card-top{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.fleet-card .card-meta{color:var(--ink-muted);flex-wrap:wrap;gap:.45rem .75rem;font-size:.8rem;display:flex}.region-section{margin-top:1rem}.region-section:first-of-type{margin-top:1.25rem}.region-toggle{appearance:none;cursor:pointer;width:100%;font-family:var(--font);color:var(--ink);text-align:left;background:0 0;border:none;align-items:center;gap:.5rem;padding:.35rem .15rem;font-size:.92rem;font-weight:650;display:flex}.region-toggle:hover{color:var(--accent-ink)}.region-toggle .chev{width:.7rem;color:var(--ink-muted);transition:transform .15s;display:inline-block}.region-toggle[aria-expanded=false] .chev{transform:rotate(-90deg)}.region-toggle .count{font-family:var(--mono);color:var(--ink-muted);font-size:.75rem;font-weight:500}@media (width<=639px){.shell-main{padding:1rem 1rem 2.5rem;padding-top:calc(var(--mobile-bar-h) + .75rem)}.fleet-table-wrap{display:none}.fleet-cards{display:flex}}.mobile-bar.svelte-12qhfyh{z-index:40;height:var(--mobile-bar-h);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--line);background:#ffffffe0;align-items:center;gap:.65rem;padding:0 .75rem;display:none;position:fixed;top:0;left:0;right:0}.mobile-bar.svelte-12qhfyh .brand:where(.svelte-12qhfyh){font-family:var(--display);color:var(--ink);letter-spacing:-.03em;font-size:1.25rem;font-weight:700;text-decoration:none}.mobile-bar.svelte-12qhfyh .cp-version:where(.svelte-12qhfyh){text-overflow:ellipsis;white-space:nowrap;max-width:8rem;margin-left:auto;font-size:.7rem;overflow:hidden}.drawer-backdrop.svelte-12qhfyh{z-index:45;cursor:pointer;background:#14202b59;border:none;margin:0;padding:0;display:none;position:fixed;inset:0}.sidebar.svelte-12qhfyh{width:var(--sidebar-width);border-right:1px solid var(--line);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:30;background:#ffffff8c;flex-direction:column;flex-shrink:0;align-self:flex-start;min-height:100vh;padding:.85rem .65rem 1rem;transition:width .18s;display:flex;position:sticky;top:0}.shell.collapsed .sidebar.svelte-12qhfyh{width:var(--sidebar-collapsed);padding-left:.4rem;padding-right:.4rem}.sidebar-auth.svelte-12qhfyh{border-top:1px solid var(--line);margin-top:auto;padding:.75rem .35rem .5rem}.auth-user.svelte-12qhfyh{flex-direction:column;gap:.35rem;font-size:.85rem;display:flex}.auth-name.svelte-12qhfyh{text-overflow:ellipsis;white-space:nowrap;font-weight:600;overflow:hidden}.auth-btn.svelte-12qhfyh{justify-content:center;width:100%;font-size:.8rem}.auth-btn-mobile.svelte-12qhfyh{margin-left:auto;padding:.35rem .7rem;font-size:.8rem}.shell.collapsed .sidebar-auth.svelte-12qhfyh .auth-name:where(.svelte-12qhfyh){display:none}.shell.collapsed .sidebar-auth.svelte-12qhfyh .auth-btn:where(.svelte-12qhfyh){padding:.4rem;font-size:.7rem}.auth-gate.svelte-12qhfyh{max-width:32rem}.sidebar-top.svelte-12qhfyh{align-items:center;gap:.35rem;min-height:2.25rem;margin-bottom:1rem;padding:0 .25rem;display:flex}.shell.collapsed .sidebar-top.svelte-12qhfyh{flex-direction:column;gap:.5rem}.sidebar.svelte-12qhfyh .brand:where(.svelte-12qhfyh){font-family:var(--display);color:var(--ink);letter-spacing:-.03em;white-space:nowrap;text-overflow:ellipsis;font-size:1.35rem;font-weight:700;text-decoration:none;overflow:hidden}.sidebar.svelte-12qhfyh .brand:where(.svelte-12qhfyh):hover{color:var(--accent-ink);text-decoration:none}.shell.collapsed .brand-full.svelte-12qhfyh{clip:rect(0, 0, 0, 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.sidebar-nav.svelte-12qhfyh{flex-direction:column;flex:1;gap:1.1rem;display:flex}.nav-group.svelte-12qhfyh{flex-direction:column;gap:.15rem;display:flex}.nav-group-label.svelte-12qhfyh{letter-spacing:.06em;text-transform:uppercase;color:var(--ink-muted);padding:0 .55rem .3rem;font-size:.68rem;font-weight:700}.shell.collapsed .nav-group-label.svelte-12qhfyh{display:none}.nav-item.svelte-12qhfyh{color:var(--ink-muted);border-radius:8px;align-items:center;gap:.55rem;padding:.45rem .55rem;font-size:.92rem;font-weight:500;text-decoration:none;display:flex}.nav-item.svelte-12qhfyh:hover{color:var(--accent-ink);background:#0d737714;text-decoration:none}.nav-item.active.svelte-12qhfyh{color:var(--accent-ink);background:#0d73771f;font-weight:600}.shell.collapsed .nav-item.svelte-12qhfyh{justify-content:center;padding:.55rem}.nav-icon.svelte-12qhfyh{flex-shrink:0;display:inline-flex}.nav-label.svelte-12qhfyh{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.shell.collapsed .nav-label.svelte-12qhfyh{display:none}.sidebar-foot.svelte-12qhfyh{border-top:1px solid var(--line);word-break:break-all;margin-top:auto;padding:.75rem .55rem .25rem;font-size:.72rem}.foot-short.svelte-12qhfyh{display:none}.shell.collapsed .sidebar-foot.svelte-12qhfyh{text-align:center;padding:.75rem .15rem .25rem}.shell.collapsed .foot-full.svelte-12qhfyh{display:none}.shell.collapsed .foot-short.svelte-12qhfyh{text-overflow:ellipsis;display:block;overflow:hidden}@media (width<=639px){.mobile-bar.svelte-12qhfyh{display:flex}.drawer-backdrop.svelte-12qhfyh{display:none}.shell.drawer-open .drawer-backdrop.svelte-12qhfyh{display:block}.sidebar.svelte-12qhfyh{z-index:50;min-height:100%;box-shadow:var(--shadow);background:#fffffff7;transition:transform .2s;position:fixed;top:0;bottom:0;left:0;transform:translate(-105%);width:min(280px,86vw)!important;padding:.85rem .65rem 1rem!important}.shell.drawer-open .sidebar.svelte-12qhfyh{transform:translate(0)}.collapse-btn.svelte-12qhfyh{display:none}.shell.collapsed .brand-full.svelte-12qhfyh,.shell.collapsed .nav-group-label.svelte-12qhfyh,.shell.collapsed .nav-label.svelte-12qhfyh,.shell.collapsed .foot-full.svelte-12qhfyh{display:initial}.shell.collapsed .brand-full.svelte-12qhfyh{clip:auto;width:auto;height:auto;margin:0;position:static;overflow:visible}.shell.collapsed .nav-item.svelte-12qhfyh{justify-content:flex-start;padding:.45rem .55rem}.shell.collapsed .foot-short.svelte-12qhfyh{display:none}.shell.collapsed .nav-group-label.svelte-12qhfyh{display:block}.shell.collapsed .nav-label.svelte-12qhfyh{display:inline}}
