:root{--bg: #0f1419;--bg-card: #1a2332;--bg-card-hover: #1e2a3a;--bg-input: #0d1117;--border: #2d3748;--text: #e2e8f0;--text-dim: #718096;--text-bright: #f7fafc;--accent: #4299e1;--accent-hover: #3182ce;--green: #48bb78;--red: #fc8181;--yellow: #f6e05e;--orange: #ed8936;--cyan: #76e4f7;--purple: #b794f4;--font-mono: "Cascadia Code", "Fira Code", "JetBrains Mono", "Consolas", monospace}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text);line-height:1.6}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent-hover);text-decoration:underline}button{cursor:pointer;font-family:inherit}input,textarea,select{font-family:inherit;font-size:inherit}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:8px;padding:16px}.btn{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border:1px solid var(--border);border-radius:6px;background:var(--bg-card);color:var(--text);font-size:14px;transition:all .15s}.btn:hover{background:var(--bg-card-hover);border-color:var(--accent)}.btn-primary{background:var(--accent);border-color:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-hover)}.btn-danger{border-color:var(--red);color:var(--red)}.btn-danger:hover{background:#fc81811a}.input{padding:8px 12px;border:1px solid var(--border);border-radius:6px;background:var(--bg-input);color:var(--text);font-size:14px}.input:focus{outline:none;border-color:var(--accent)}.badge{display:inline-block;padding:2px 8px;border-radius:4px;font-size:12px;font-weight:600;font-family:var(--font-mono)}.badge-green{background:#48bb7826;color:var(--green)}.badge-red{background:#fc818126;color:var(--red)}.badge-yellow{background:#f6e05e26;color:var(--yellow)}.badge-blue{background:#4299e126;color:var(--accent)}.mono{font-family:var(--font-mono);font-size:13px}.app-shell.svelte-12qhfyh{display:flex;min-height:100vh}.sidebar.svelte-12qhfyh{width:260px;background:var(--bg-card);border-right:1px solid var(--border);display:flex;flex-direction:column;padding:16px 0;flex-shrink:0}.logo.svelte-12qhfyh{display:flex;align-items:center;gap:10px;padding:0 20px 20px;border-bottom:1px solid var(--border);margin-bottom:12px}.logo-icon.svelte-12qhfyh{font-size:24px}.logo-text.svelte-12qhfyh{font-size:18px;font-weight:700;color:var(--text-bright)}.nav-links.svelte-12qhfyh{flex:1;display:flex;flex-direction:column;gap:2px;padding:0 8px}.nav-link.svelte-12qhfyh{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:6px;color:var(--text);text-decoration:none;font-size:14px;transition:background .15s}.nav-link.svelte-12qhfyh:hover{background:var(--bg-card-hover);text-decoration:none}.nav-icon.svelte-12qhfyh{font-size:16px;width:20px;text-align:center}.nav-footer.svelte-12qhfyh{padding:12px 20px;border-top:1px solid var(--border)}.server-info.svelte-12qhfyh{display:flex;align-items:center;gap:8px;font-size:12px;font-family:var(--font-mono);color:var(--text-dim)}.listen-addresses.svelte-12qhfyh{margin-top:10px;display:flex;flex-direction:column;gap:4px}.listen-label.svelte-12qhfyh{font-size:10px;color:var(--text-dim);text-transform:uppercase;letter-spacing:.03em;margin-bottom:2px}.listen-addr.svelte-12qhfyh{display:flex;flex-direction:column;padding:5px 8px;background:var(--bg-input);border-radius:4px;font-family:var(--font-mono);gap:1px}.addr-iface.svelte-12qhfyh{color:var(--text-dim);font-size:10px}.addr-ip.svelte-12qhfyh{color:var(--green);font-weight:600;font-size:13px}.status-dot.svelte-12qhfyh{width:8px;height:8px;border-radius:50%;background:var(--red)}.status-dot.active.svelte-12qhfyh{background:var(--green);box-shadow:0 0 6px var(--green)}.disclaimer.svelte-12qhfyh{padding:12px 14px;margin-top:24px;max-width:1200px;font-size:11px;color:var(--text-dim);line-height:1.5;text-align:center}.content.svelte-12qhfyh{flex:1;padding:24px;overflow-y:auto}
