:root{--bg0:#050607;--bg1:#0b0f12;--accent-a:rgba(242,169,0,.16);--accent-b:rgba(56,189,248,.10);--shell:rgba(11,15,18,.82);--surface:rgba(255,255,255,.025);--surface-strong:rgba(255,255,255,.045);--line:rgba(255,255,255,.10);--text:#e6e9ef;--heading:#f3f6fa;--muted:#9aa3ad;--link:#8ab4f8;--orange:#f7931a;--orange-soft:rgba(247,147,26,.13);--green:#54d49b;--red:#ff7d84;--shadow:0 20px 60px rgba(0,0,0,.55);--toggle:#fff;--tooltip:rgba(24,33,47,.98);--tooltip-line:rgba(188,207,234,.32);--tooltip-text:#f3f7ff;--code:rgba(0,0,0,.18);--glass:rgba(7,12,20,.46);--glass-line:rgba(180,210,255,.22);--focus:#8ab4f8}
html[data-theme="day"]{--bg0:#e9f1fb;--bg1:#d8e7f7;--accent-a:rgba(245,158,11,.22);--accent-b:rgba(14,165,233,.16);--shell:rgba(250,253,255,.88);--surface:rgba(255,255,255,.55);--surface-strong:rgba(255,255,255,.76);--line:rgba(24,46,75,.18);--text:#11233a;--heading:#132844;--muted:#55677f;--link:#2b63ae;--green:#147a50;--red:#b72f3b;--shadow:0 20px 48px rgba(15,35,62,.20);--toggle:#000;--tooltip:rgba(236,243,251,.98);--tooltip-line:rgba(70,96,135,.34);--tooltip-text:#182b46;--code:rgba(224,234,246,.78);--glass:rgba(240,246,255,.56);--glass-line:rgba(102,126,166,.34);--focus:#2b63ae}
html[data-theme="dawn"]{--bg0:#7489a6;--bg1:#a8b8cb;--accent-a:rgba(245,158,11,.30);--accent-b:rgba(56,139,246,.20);--shell:rgba(198,212,229,.92);--surface:rgba(186,201,219,.64);--surface-strong:rgba(210,222,236,.72);--line:rgba(48,72,107,.26);--text:#162a42;--heading:#18314f;--muted:#3b4e67;--link:#2a5f9f;--green:#176c4b;--red:#a32938;--shadow:0 24px 58px rgba(20,35,58,.30);--toggle:#091b30;--tooltip:rgba(184,199,218,.98);--tooltip-line:rgba(70,94,131,.38);--tooltip-text:#1c3049;--code:rgba(205,219,235,.82);--glass:rgba(186,201,219,.74);--glass-line:rgba(96,121,162,.38);--focus:#2a5f9f}
html[data-theme="dusk"]{--bg0:#101a2b;--bg1:#1b2840;--accent-a:rgba(245,158,11,.20);--accent-b:rgba(96,165,250,.19);--shell:rgba(24,38,58,.84);--surface:rgba(255,255,255,.035);--surface-strong:rgba(255,255,255,.06);--line:rgba(155,184,227,.22);--text:#dce9f9;--heading:#edf4ff;--muted:#9fb0cb;--link:#9fc3ff;--green:#66d9a7;--red:#ff8790;--shadow:0 22px 56px rgba(5,10,24,.46);--toggle:#dfebfb;--tooltip:rgba(25,39,60,.98);--tooltip-line:rgba(172,198,237,.30);--tooltip-text:#eef5ff;--code:rgba(13,24,40,.35);--glass:rgba(19,30,47,.52);--glass-line:rgba(170,196,236,.23);--focus:#9fc3ff}
*{box-sizing:border-box}html{min-height:100%;scroll-behavior:smooth}body{min-height:100%;margin:0;padding:20px 10px 40px;color:var(--text);background:var(--bg1);font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,sans-serif;-webkit-text-size-adjust:100%}body::before{content:"";position:fixed;inset:0;z-index:-1;pointer-events:none;background:radial-gradient(140% 90% at 20% 8%,var(--accent-a),transparent 68%),radial-gradient(130% 95% at 80% 88%,var(--accent-b),transparent 70%),linear-gradient(180deg,var(--bg0),var(--bg1))}button,input{font:inherit}.shell{width:min(1280px,100%);margin:0 auto;padding:14px;border:1px solid transparent;border-radius:18px;background:var(--shell);box-shadow:var(--shadow);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}
.topbar{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:12px;margin-bottom:12px}.brand{display:flex;align-items:center;gap:10px;min-width:0}.brand-mark{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;flex:0 0 auto;border:1px solid var(--glass-line);border-radius:999px;background:var(--glass);box-shadow:0 10px 24px rgba(0,0,0,.25),inset 0 1px 0 rgba(255,255,255,.14)}.brand-mark img{width:46px;height:46px;border-radius:999px}.brand-title{margin:0;color:var(--heading);font-size:16px;line-height:1.2}.topbar-right,.quick-nav{display:flex;align-items:center;gap:12px}.icon-link,.theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;padding:0;border:0;border-radius:7px;background:transparent;color:var(--toggle);opacity:.9;text-decoration:none;cursor:pointer}.icon-link:hover,.theme-toggle:hover{color:var(--orange);opacity:1;background:rgba(247,147,26,.08);box-shadow:0 0 0 1px rgba(247,147,26,.38) inset}.icon-link:focus-visible,.theme-toggle:focus-visible,.theme-option:focus-visible{outline:2px solid var(--focus);outline-offset:2px}.icon-link svg,.theme-toggle svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.theme-wrap{position:relative;display:inline-flex}.theme-icon{display:none}.theme-icon-night{display:inline-flex}html[data-theme="dawn"] .theme-icon-night,html[data-theme="day"] .theme-icon-night,html[data-theme="dusk"] .theme-icon-night{display:none}html[data-theme="dawn"] .theme-icon-dawn,html[data-theme="day"] .theme-icon-day,html[data-theme="dusk"] .theme-icon-dusk{display:inline-flex}.theme-menu{position:absolute;top:calc(100% + 10px);right:0;z-index:50;display:grid;gap:4px;min-width:132px;padding:6px;border:1px solid var(--tooltip-line);border-radius:12px;background:var(--tooltip);box-shadow:0 18px 36px rgba(0,0,0,.32)}.theme-menu[hidden]{display:none}.theme-option{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;padding:8px 10px;border:0;border-radius:8px;background:transparent;color:var(--tooltip-text);font-size:13px;text-align:left;cursor:pointer}.theme-option:hover{background:rgba(247,147,26,.12);color:var(--orange)}.theme-option::after{content:"";width:8px;height:8px;border-radius:50%;box-shadow:0 0 0 1px var(--tooltip-line) inset}.theme-option[aria-checked="true"]{background:rgba(96,165,250,.16)}.theme-option[aria-checked="true"]::after{background:var(--orange);box-shadow:none}
.page{display:grid;gap:14px}.card{position:relative;min-width:0;padding:17px;border:1px solid var(--line);border-radius:16px;background:var(--surface);overflow:hidden}.hero::after{content:"";position:absolute;right:-120px;top:-155px;width:280px;height:280px;border-radius:50%;background:radial-gradient(circle,rgba(247,147,26,.16),transparent 68%);pointer-events:none}.stack{display:grid;gap:10px}.kicker{margin:0;color:var(--muted);font-size:.75rem;font-weight:780;letter-spacing:.1em;text-transform:uppercase}.title{margin:0;color:var(--heading);font-size:clamp(1.45rem,3vw,2rem);line-height:1.2}.heading{margin:0;color:var(--heading);font-size:1rem;line-height:1.35}.copy{max-width:108ch;margin:0;color:var(--muted);font-size:.86rem;line-height:1.62}.copy strong{color:var(--text)}.copy a,.guide a{color:var(--link);text-underline-offset:2px}.copy a:hover,.guide a:hover{color:var(--orange)}
.execution{display:grid;gap:9px;padding:12px 13px;border:1px solid color-mix(in srgb,var(--orange) 30%,var(--line));border-radius:13px;background:color-mix(in srgb,var(--orange) 7%,transparent)}.execution-head{display:flex;align-items:center;gap:9px;flex-wrap:wrap}.mode-badge{display:inline-flex;align-items:center;gap:7px;padding:5px 9px;border:1px solid color-mix(in srgb,var(--orange) 48%,var(--line));border-radius:999px;background:var(--orange-soft);color:var(--text);font-size:.72rem;font-weight:800}.mode-badge::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--orange);box-shadow:0 0 0 3px rgba(247,147,26,.17)}.execution-title{margin:0;color:var(--text);font-size:.8rem;font-weight:760}.execution-copy{margin:0;color:var(--muted);font-size:.78rem;line-height:1.55}.execution-copy strong{color:var(--text)}.flow,.tags,.dataset-summary{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.flow{color:var(--muted);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.68rem}.flow-step{padding:4px 7px;border:1px solid var(--line);border-radius:8px;background:var(--surface)}.flow-arrow{color:var(--orange);font-weight:800}.runtime-note{display:flex;align-items:flex-start;gap:7px;color:var(--muted);font-size:.72rem;line-height:1.5}.runtime-note svg{width:15px;height:15px;margin-top:1px;flex:0 0 auto;fill:none;stroke:var(--orange);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.workbench{display:grid;gap:12px}.field{display:grid;gap:7px}.label{color:var(--muted);font-size:.73rem;font-weight:760;letter-spacing:.07em;text-transform:uppercase}.input{display:block;width:100%;min-height:46px;padding:11px 13px;border:1px solid color-mix(in srgb,var(--line) 80%,#94a3b8);border-radius:12px;background:var(--code);color:var(--text);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.82rem;outline:none}.input:focus{border-color:rgba(247,147,26,.62);box-shadow:0 0 0 3px rgba(247,147,26,.10)}.actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.button{min-height:38px;padding:0 14px;border:1px solid var(--line);border-radius:10px;background:var(--surface-strong);color:var(--text);font-size:.77rem;font-weight:750;cursor:pointer}.button:hover,.button:focus-visible{border-color:rgba(247,147,26,.52);background:var(--orange-soft);outline:none}.button-primary{border-color:rgba(247,147,26,.56);background:rgba(247,147,26,.16)}.button:disabled{opacity:.55;cursor:wait}.status{min-height:20px;margin:0;color:var(--muted);font-size:.75rem;line-height:1.45}.status.is-error{color:var(--red)}.status.is-ok{color:var(--green)}
.results{display:grid;gap:14px}.results[hidden]{display:none}.result-head,.relay-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;flex-wrap:wrap}.tag{display:inline-flex;align-items:center;min-height:26px;padding:4px 8px;border:1px solid var(--line);border-radius:999px;background:var(--surface);color:var(--muted);font-size:.68rem;font-weight:720}.tag-ok{color:var(--green);border-color:color-mix(in srgb,var(--green) 45%,var(--line))}.tag-warn{color:var(--orange);border-color:color-mix(in srgb,var(--orange) 48%,var(--line))}.tag-exit{color:var(--text);background:var(--orange-soft);border-color:rgba(247,147,26,.45)}.relay-list{display:grid;gap:12px}.relay-card{display:grid;gap:13px;padding:14px;border:1px solid var(--line);border-radius:14px;background:var(--surface)}.relay-title{display:grid;gap:5px;min-width:0}.relay-title h3{margin:0;color:var(--heading);font-size:1rem}.fingerprint{color:var(--muted);font-size:.69rem;overflow-wrap:anywhere}.facts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.relay-details{display:grid;gap:8px}.fact{display:grid;align-content:start;gap:4px;min-width:0;padding:9px 10px;border:1px solid var(--line);border-radius:10px;background:var(--surface)}.fact-label{color:var(--muted);font-size:.62rem;font-weight:780;letter-spacing:.055em;text-transform:uppercase}.fact-value{min-width:0;color:var(--text);font-size:.74rem;line-height:1.45;overflow-wrap:anywhere;white-space:pre-line}.mono{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.69rem}.empty-result,.limit-note{margin:0;padding:12px;border:1px solid var(--line);border-radius:11px;background:var(--surface);color:var(--muted);font-size:.77rem;line-height:1.55}
.guide-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.guide{display:grid;align-content:start;gap:6px;padding:11px;border:1px solid var(--line);border-radius:12px;background:var(--surface)}.guide h3{margin:0;color:var(--text);font-size:.78rem;line-height:1.35}.guide p{margin:0;color:var(--muted);font-size:.73rem;line-height:1.55}.related{display:flex;gap:8px;flex-wrap:wrap}.related a{display:inline-flex;align-items:center;gap:7px;padding:7px 9px;border:1px solid var(--line);border-radius:9px;color:var(--text);font-size:.72rem;font-weight:700;text-decoration:none}.related a:hover,.related a:focus-visible{border-color:rgba(247,147,26,.45);color:var(--orange);outline:none}
.footer{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:12px;margin-top:14px;padding:12px 4px 2px;color:var(--muted);font-size:.72rem}.footer-left{display:flex;align-items:center;justify-self:start;gap:8px}.footer-home,.footer-donate{display:inline-flex;align-items:center;justify-content:center;color:var(--muted);text-decoration:none}.footer-home{width:28px;height:28px;border:1px solid var(--line);border-radius:9px;background:var(--surface)}.footer-home:hover,.footer-home:focus-visible,.footer-donate:hover,.footer-donate:focus-visible{color:var(--orange);outline:none}.footer-home:focus-visible,.footer-donate:focus-visible{box-shadow:0 0 0 2px var(--focus)}.footer-home .header-shortcut-icon,.footer-home .footer-home-fallback{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px}.footer-home .header-shortcut-icon svg{display:block;width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.footer-donate{width:24px;height:28px;font-size:19px;line-height:1}.footer-sep{opacity:.5}.footer-copy{text-align:center}.footer-right{display:flex;align-items:center;justify-self:end;gap:8px}.privacy{position:relative}.privacy-toggle{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:1px solid var(--line);border-radius:9px;background:var(--surface);color:var(--muted);cursor:pointer}.privacy-toggle:hover,.privacy-toggle[aria-expanded="true"]{color:var(--orange);border-color:rgba(247,147,26,.45)}.privacy-toggle:focus-visible{outline:2px solid var(--focus);outline-offset:2px}.privacy-toggle svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.privacy-popover{position:absolute;right:0;bottom:calc(100% + 9px);z-index:40;width:min(360px,calc(100vw - 30px));padding:12px;border:1px solid var(--tooltip-line);border-radius:12px;background:var(--tooltip);color:var(--tooltip-text);box-shadow:0 18px 36px rgba(0,0,0,.32);font-size:.73rem;line-height:1.5}.privacy-popover[hidden]{display:none}.privacy-popover strong{display:block;margin-bottom:5px}.privacy-popover p{margin:0}.build{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}
.workbench{gap:14px}.workbench-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;flex-wrap:wrap}.initial-summary{justify-content:flex-end}.field{gap:9px}.filter-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}.filter-field{display:grid;align-content:start;gap:6px;min-width:0}.filter-input,.select{display:block;width:100%;min-height:41px;padding:8px 10px;border:1px solid color-mix(in srgb,var(--line) 80%,#94a3b8);border-radius:12px;background:var(--code);color:var(--text);font:inherit;font-size:.76rem;outline:none}.select{cursor:pointer}.filter-input:focus,.select:focus{border-color:rgba(247,147,26,.62);box-shadow:0 0 0 3px rgba(247,147,26,.10)}.quick-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.quick-browse,.highlight-group{display:grid;gap:7px}.directory-highlights{display:grid;grid-template-columns:1fr 1fr;gap:10px}.highlight-group{min-width:0;padding:10px;border:1px solid var(--line);border-radius:11px;background:var(--surface)}.filter-chip{min-height:30px;padding:5px 9px;border:1px solid var(--line);border-radius:999px;background:var(--surface-strong);color:var(--muted);font-size:.7rem;font-weight:720;cursor:pointer}.filter-chip:hover,.filter-chip:focus-visible{border-color:rgba(247,147,26,.52);background:var(--orange-soft);color:var(--text);outline:none}
@media(max-width:980px){.facts{grid-template-columns:repeat(3,minmax(0,1fr))}.filter-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:760px){body{padding:8px 4px 24px}.shell{padding:10px;border-radius:14px}.guide-grid,.facts,.directory-highlights{grid-template-columns:1fr 1fr}.filter-grid{grid-template-columns:1fr 1fr}.initial-summary{justify-content:flex-start}.footer{grid-template-columns:1fr}.footer-left,.footer-copy,.footer-right{justify-self:center;text-align:center}.privacy-popover{right:auto;left:50%;transform:translateX(-50%)}.brand-mark{width:52px;height:52px}.brand-mark img{width:42px;height:42px}}
@media(max-width:560px){.card{padding:13px 12px;border-radius:14px}.guide-grid,.facts,.directory-highlights,.filter-grid{grid-template-columns:1fr}.button-primary{flex:1}.topbar{gap:8px}.topbar-right,.quick-nav{gap:9px}.brand-title{font-size:15px}.relay-head{display:grid}.fingerprint{font-size:.64rem}.input{font-size:.74rem}}
