:root{--bg: #1e1e1e;--bg-darker: #181818;--bg-panel: #252526;--bg-row-hover: #2a2d2e;--bg-row-selected: #094771;--border: #3c3c3c;--text: #cccccc;--text-dim: #808080;--text-bright: #ffffff;--accent: #569cd6;--green: #4ec9b0;--yellow: #dcdcaa;--orange: #ce9178;--pink: #c586c0;--red: #f44747;--proto-tcp: #e5a0e8;--proto-http: #a0e8a0;--proto-dns: #a0c8e8;--proto-tls: #e8d0a0;--proto-udp: #a0a0e8;--proto-icmp: #e8a0a0;--proto-bgp: #a0e8e8}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100dvh;overflow:hidden}body{font-family:JetBrains Mono,Consolas,Courier New,monospace;font-size:12px;line-height:1.4;color:var(--text);background-color:var(--bg)}::selection{background:var(--bg-row-selected);color:var(--text-bright)}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}
