: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{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);color:var(--orange);box-shadow:0 10px 24px rgba(0,0,0,.25),inset 0 1px 0 rgba(255,255,255,.14)}.brand-mark .deyw-tool-icon{width:30px;height:30px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.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}.stack.compact{gap:4px}.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,.source-note a{color:var(--link);text-underline-offset:2px}.copy a:hover,.guide a:hover,.source-note 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,.tag-row,.tor-matches{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}
.section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;flex-wrap:wrap}.badge,.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:750}.badge-ok{color:var(--green);border-color:color-mix(in srgb,var(--green) 45%,var(--line))}.badge-warn{color:var(--orange);border-color:color-mix(in srgb,var(--orange) 50%,var(--line))}.badge-neutral{color:var(--muted)}.fact-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.fact-grid-primary{grid-template-columns:repeat(3,minmax(0,1fr))}.fact{display:grid;align-content:start;gap:5px;min-width:0;padding:11px;border:1px solid var(--line);border-radius:11px;background:var(--surface)}.fact.featured{border-color:color-mix(in srgb,var(--orange) 38%,var(--line));background:color-mix(in srgb,var(--orange) 6%,var(--surface))}.fact-label{color:var(--muted);font-size:.63rem;font-weight:780;letter-spacing:.06em;text-transform:uppercase;line-height:1.3}.fact-value{min-width:0;color:var(--text);font-size:.8rem;line-height:1.4;overflow-wrap:anywhere}.fact-note{color:var(--muted);font-size:.68rem;line-height:1.4;overflow-wrap:anywhere}.mono{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.tor-result{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);gap:12px;padding:12px;border:1px solid var(--line);border-radius:12px;background:var(--surface)}.tor-copy{display:grid;gap:5px}.tor-copy strong{color:var(--text);font-size:.82rem}.tor-copy p,.source-note{margin:0;color:var(--muted);font-size:.72rem;line-height:1.52}.source-facts{display:grid;gap:7px;margin:0}.source-facts div{display:grid;grid-template-columns:120px minmax(0,1fr);gap:8px}.source-facts dt{color:var(--muted);font-size:.66rem}.source-facts dd{margin:0;color:var(--text);font-size:.68rem;overflow-wrap:anywhere}.tor-matches{grid-column:1/-1}.tag{font-weight:700}
.detail-list{display:grid;gap:8px}.detail-list[hidden]{display:none}.detail-row{display:grid;grid-template-columns:minmax(170px,.33fr) minmax(0,1fr);gap:10px;padding:10px 11px;border:1px solid var(--line);border-radius:11px;background:var(--surface)}.detail-row dt,.detail-label{color:var(--muted);font-size:.68rem;font-weight:760}.detail-row dd,.detail-value{min-width:0;margin:0;color:var(--text);font-size:.72rem;line-height:1.5;overflow-wrap:anywhere}.permission-panel{display:grid;gap:8px;padding:11px;border:1px solid var(--line);border-radius:11px;background:var(--surface)}.optional{border-color:color-mix(in srgb,var(--orange) 20%,var(--line))}.consent-box{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px;border:1px solid var(--line);border-radius:12px;background:var(--surface)}.consent-box p{max-width:92ch;margin:0;color:var(--muted);font-size:.74rem;line-height:1.52}.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;white-space:nowrap}.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}
.probe-section{display:grid;gap:10px;padding-top:4px}.probe-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.probe-card{display:grid;gap:10px;min-width:0;padding:12px;border:1px solid var(--line);border-radius:12px;background:var(--surface);transition:border-color .18s ease,background .18s ease}.probe-card.probe-available{border-color:color-mix(in srgb,var(--green) 32%,var(--line));background:color-mix(in srgb,var(--green) 3%,var(--surface))}.probe-card.probe-unavailable{border-color:color-mix(in srgb,var(--muted) 34%,var(--line))}.probe-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.probe-head>div{display:grid;gap:4px}.probe-title{color:var(--text);font-size:.83rem;line-height:1.35}.probe-facts{display:grid;gap:0;margin:0}.probe-facts div{display:grid;grid-template-columns:minmax(115px,.36fr) minmax(0,1fr);gap:10px;padding:8px 0;border-top:1px solid var(--line)}.probe-facts dt{color:var(--muted);font-size:.66rem;font-weight:740}.probe-facts dd{min-width:0;margin:0;color:var(--text);font-size:.7rem;line-height:1.45;overflow-wrap:anywhere}
.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{position:relative;width:24px;height:28px;font-size:17px;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(390px,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}.footer-donate-icon-default,.footer-donate-icon-hover{position:absolute;top:50%;left:50%;display:inline-flex;align-items:center;justify-content:center;width:1em;height:1em;pointer-events:none;transform-origin:50% 68%;transition:opacity .12s ease,transform .18s ease-out,filter .18s ease-out}.footer-donate-icon-default{opacity:1;transform:translate(-50%,-50%) scale(1) rotate(0)}.footer-donate-icon-hover{opacity:0;filter:drop-shadow(0 0 0 rgba(247,147,26,0));transform:translate(-50%,-50%) scale(.7) rotate(10deg)}@keyframes footerCheersGlow{0%{filter:drop-shadow(0 0 0 rgba(247,147,26,0))}55%{filter:drop-shadow(0 0 7px rgba(247,147,26,.9))}100%{filter:drop-shadow(0 0 3px rgba(247,147,26,.45))}}@media(hover:hover){.footer-donate:hover .footer-donate-icon-default{opacity:0;transform:translate(-50%,-50%) scale(.72) rotate(-9deg)}.footer-donate:hover .footer-donate-icon-hover{opacity:1;filter:drop-shadow(0 0 3px rgba(247,147,26,.45));transform:translate(-50%,-50%) scale(1) rotate(0);animation:footerCheersGlow .3s ease-out both}}
@media(max-width:980px){.fact-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.fact-grid-primary{grid-template-columns:repeat(2,minmax(0,1fr))}.guide-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){body{padding:8px 4px 24px}.shell{padding:10px;border-radius:14px}.fact-grid,.fact-grid-primary,.guide-grid{grid-template-columns:1fr 1fr}.tor-result{grid-template-columns:1fr}.detail-row{grid-template-columns:1fr}.consent-box{align-items:flex-start;flex-direction:column}.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 .deyw-tool-icon{width:28px;height:28px}}
@media(max-width:560px){.card{padding:13px 12px;border-radius:14px}.fact-grid,.fact-grid-primary,.guide-grid,.probe-grid{grid-template-columns:1fr}.topbar{gap:8px}.topbar-right,.quick-nav{gap:9px}.brand-title{font-size:14px}.button{width:100%}.source-facts div,.probe-facts div{grid-template-columns:1fr}.section-head{display:grid}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.footer-donate-icon-default,.footer-donate-icon-hover{transition:opacity .1s linear}.footer-donate:hover .footer-donate-icon-hover{animation:none}}
