:root{--bg: #f5f5f7;--panel: #ffffff;--panel-alt: #fafafa;--border: #e3e3e6;--border-strong: #d2d2d7;--text: #1d1d1f;--muted: #6e6e73;--faint: #96969b;--accent: #0071e3;--accent-soft: #e8f1fd;--up: #16794c;--ok: #1f9254;--down: #c8102e;--warn: #b25000;--warn-soft: #fdf1e3;--crit-soft: #fdecee;--shadow: 0 1px 2px rgba(0, 0, 0, .05), 0 1px 8px rgba(0, 0, 0, .04);--radius: 10px;color-scheme:light}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){--bg: #1c1c1e;--panel: #2c2c2e;--panel-alt: #323234;--border: #3a3a3c;--border-strong: #48484a;--text: #f5f5f7;--muted: #a1a1a6;--faint: #8a8a8f;--accent: #0a84ff;--accent-soft: #123252;--up: #4ad07f;--ok: #35c07a;--down: #ff6b6b;--warn: #ffa14a;--warn-soft: #3a2a17;--crit-soft: #3a1e21;--shadow: 0 1px 2px rgba(0, 0, 0, .3);color-scheme:dark}}:root[data-theme=dark]{--bg: #1c1c1e;--panel: #2c2c2e;--panel-alt: #323234;--border: #3a3a3c;--border-strong: #48484a;--text: #f5f5f7;--muted: #a1a1a6;--faint: #8a8a8f;--accent: #0a84ff;--accent-soft: #123252;--up: #4ad07f;--ok: #35c07a;--down: #ff6b6b;--warn: #ffa14a;--warn-soft: #3a2a17;--crit-soft: #3a1e21;--shadow: 0 1px 2px rgba(0, 0, 0, .3);color-scheme:dark}*{box-sizing:border-box}html,body{margin:0;height:100%;overflow:hidden}body{font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,sans-serif;font-size:13px;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased}h1,h2,h3{font-weight:600;margin:0;letter-spacing:-.01em}h1{font-size:19px}h2{font-size:15px}h3{font-size:13px}a{color:var(--accent);text-decoration:none}button{font:inherit;font-weight:500;color:var(--text);background:var(--panel);border:1px solid var(--border-strong);border-radius:7px;padding:5px 12px;cursor:pointer}button:hover:not(:disabled){background:var(--panel-alt)}button:disabled{opacity:.45;cursor:default}button.primary{background:var(--accent);border-color:transparent;color:#fff}button.primary:hover:not(:disabled){filter:brightness(1.08)}button.ghost{background:transparent;border-color:transparent;color:var(--muted)}button.ghost:hover:not(:disabled){background:var(--panel-alt);color:var(--text)}input[type=text],input[type=password],input[type=number],textarea,select{font:inherit;color:var(--text);background:var(--panel);border:1px solid var(--border-strong);border-radius:7px;padding:6px 9px;width:100%}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}textarea{font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:11px;resize:vertical}.card{background:var(--panel);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow)}.muted{color:var(--muted)}.faint{color:var(--faint)}.tnum{font-variant-numeric:tabular-nums}.up{color:var(--up)}.down{color:var(--down)}.flat{color:var(--faint)}.badge{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:500;padding:2px 7px;border-radius:5px;background:var(--panel-alt);color:var(--muted)}.badge.critical{background:var(--crit-soft);color:var(--down)}.badge.warning{background:var(--warn-soft);color:var(--warn)}.empty{display:grid;place-items:center;gap:10px;padding:64px 24px;text-align:center;color:var(--muted)}.empty h2{color:var(--text)}.empty p{margin:0;max-width:420px;line-height:1.55}.spinner{width:14px;height:14px;border:2px solid var(--border-strong);border-top-color:var(--accent);border-radius:50%;animation:spin .7s linear infinite;flex:none}@keyframes spin{to{transform:rotate(360deg)}}.attesa.svelte-12qhfyh{display:grid;place-items:center;height:100vh}.guscio.svelte-12qhfyh{display:grid;grid-template-columns:208px 1fr;height:100vh;background:var(--bg)}aside.svelte-12qhfyh{display:flex;flex-direction:column;gap:18px;padding:14px 12px;background:var(--panel-alt);border-right:1px solid var(--border);overflow:visible}.marchio.svelte-12qhfyh{display:flex;align-items:center;gap:9px;padding:4px 6px;text-decoration:none;color:var(--text)}.segno.svelte-12qhfyh{width:30px;height:30px;border-radius:8px;background:var(--accent);color:#fff;display:grid;place-items:center;font-size:11px;font-weight:700;flex:none}.marchio.svelte-12qhfyh strong:where(.svelte-12qhfyh){font-size:13px;display:block;line-height:1.2}.marchio.svelte-12qhfyh .faint:where(.svelte-12qhfyh){font-size:11px}nav.svelte-12qhfyh{display:flex;flex-direction:column;gap:1px}nav.svelte-12qhfyh a:where(.svelte-12qhfyh){display:flex;align-items:center;gap:9px;padding:6px 9px;border-radius:7px;color:var(--text);text-decoration:none;font-weight:500;font-size:13px}nav.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{background:var(--panel)}nav.svelte-12qhfyh a.attivo:where(.svelte-12qhfyh){background:var(--accent);color:#fff}nav.svelte-12qhfyh a.attivo:where(.svelte-12qhfyh) .icona:where(.svelte-12qhfyh){opacity:.9}.icona.svelte-12qhfyh{width:14px;text-align:center;opacity:.55;font-size:12px}.conto.svelte-12qhfyh{margin-left:auto;min-width:18px;padding:1px 5px;border-radius:9px;background:var(--border-strong);color:var(--text);font-size:10px;font-weight:600;text-align:center;font-variant-numeric:tabular-nums}.conto.grave.svelte-12qhfyh{background:var(--down);color:#fff}nav.svelte-12qhfyh a.attivo:where(.svelte-12qhfyh) .conto:where(.svelte-12qhfyh){background:#ffffff40;color:#fff}.gruppo.svelte-12qhfyh{display:flex;flex-direction:column;gap:1px;min-height:0;overflow-y:auto}.gruppo.scorre.svelte-12qhfyh{flex:1 1 auto}.titoletto.svelte-12qhfyh{font-size:10px;letter-spacing:.06em;text-transform:uppercase;color:var(--faint);padding:0 9px 4px}.voce.svelte-12qhfyh{display:flex;align-items:center;gap:8px;padding:4px 9px;border-radius:7px;color:var(--text);text-decoration:none;font-size:12.5px}.voce.svelte-12qhfyh:hover{background:var(--panel)}.pallino.svelte-12qhfyh{width:7px;height:7px;border-radius:50%;flex:none}.pallino.vuoto.svelte-12qhfyh{border:1px solid var(--border-strong);background:none}.voce.svelte-12qhfyh .conto:where(.svelte-12qhfyh){background:none;color:var(--faint);font-size:10.5px;font-weight:500}.pastiglia.svelte-12qhfyh{display:flex;align-items:center;gap:8px;padding:4px 9px;margin-bottom:2px;border-radius:7px;background:color-mix(in srgb,var(--tinta) 16%,transparent);color:var(--text);text-decoration:none;font-size:12.5px}.pastiglia.svelte-12qhfyh:hover{background:color-mix(in srgb,var(--tinta) 28%,transparent)}.pastiglia.svelte-12qhfyh .conto:where(.svelte-12qhfyh){background:none;color:var(--muted);font-size:10.5px;font-weight:500}.nome.svelte-12qhfyh{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.piede.svelte-12qhfyh{margin-top:auto;display:flex;flex-direction:column;gap:6px}.piede.svelte-12qhfyh .riga:where(.svelte-12qhfyh){display:flex;gap:6px}.piede.svelte-12qhfyh .riga:where(.svelte-12qhfyh) button:where(.svelte-12qhfyh){flex:1;font-size:12px}.io.svelte-12qhfyh{position:relative}.chi.svelte-12qhfyh{display:flex;align-items:center;gap:8px;width:100%;font-size:12.5px;color:var(--text);background:none;border:0;padding:5px 7px;border-radius:7px;cursor:pointer;font-family:inherit;text-align:left}.chi.svelte-12qhfyh:hover{background:var(--panel)}.faccia.svelte-12qhfyh{width:22px;height:22px;border-radius:50%;flex:none;background:var(--border-strong);color:var(--text);display:grid;place-items:center;font-size:11px;font-weight:600}.velo.svelte-12qhfyh{position:fixed;top:0;right:0;bottom:0;left:0;z-index:70}.pannello.svelte-12qhfyh{position:absolute;bottom:calc(100% + 8px);left:0;z-index:71;width:280px;padding:14px;background:var(--panel);border:1px solid var(--border-strong);border-radius:11px;box-shadow:0 12px 34px #0000002e}.pannello.svelte-12qhfyh .testa:where(.svelte-12qhfyh){display:flex;flex-direction:column;gap:1px;margin-bottom:12px}.pannello.svelte-12qhfyh .testa:where(.svelte-12qhfyh) strong:where(.svelte-12qhfyh){font-size:13px}.pannello.svelte-12qhfyh .testa:where(.svelte-12qhfyh) .faint:where(.svelte-12qhfyh){font-size:11.5px}.pannello.svelte-12qhfyh form:where(.svelte-12qhfyh){display:flex;flex-direction:column;gap:9px}.pannello.svelte-12qhfyh label:where(.svelte-12qhfyh){display:flex;flex-direction:column;gap:3px;font-size:11px;color:var(--muted)}.pannello.svelte-12qhfyh input:where(.svelte-12qhfyh){font-size:12.5px;padding:5px 8px}.pannello.svelte-12qhfyh .nota:where(.svelte-12qhfyh){font-size:11px;color:var(--faint);margin:0;line-height:1.45}.pannello.svelte-12qhfyh .err:where(.svelte-12qhfyh){font-size:11.5px;color:var(--down);margin:0;line-height:1.45}.pannello.svelte-12qhfyh .ok:where(.svelte-12qhfyh){font-size:11.5px;color:var(--ok);margin:0;line-height:1.45}.pannello.svelte-12qhfyh button:where(.svelte-12qhfyh){margin-top:2px}main.svelte-12qhfyh{overflow-y:auto;min-width:0}@media(max-width:760px){.guscio.svelte-12qhfyh{grid-template-columns:1fr;grid-template-rows:auto 1fr}aside.svelte-12qhfyh{flex-direction:row;align-items:center;gap:12px;padding:8px 14px;overflow-x:auto;border-right:0;border-bottom:1px solid var(--border)}.gruppo.svelte-12qhfyh{display:none}nav.svelte-12qhfyh{flex-direction:row}.marchio.svelte-12qhfyh .faint:where(.svelte-12qhfyh){display:none}.marchio.svelte-12qhfyh strong:where(.svelte-12qhfyh){white-space:nowrap}.chi.svelte-12qhfyh .nome:where(.svelte-12qhfyh){display:none}.piede.svelte-12qhfyh{margin-top:0;margin-left:auto;flex-direction:row;align-items:center}.piede.svelte-12qhfyh .riga:where(.svelte-12qhfyh){flex:none}.pannello.svelte-12qhfyh{bottom:auto;top:calc(100% + 8px);left:auto;right:0}}
