:root{color-scheme:dark;--bg:#0a0a0a;--bg-deep:#070707;--surface:#111111;--surface-raised:#171717;--text:#f5f5f5;--text-soft:#d4d4d4;--muted:#a3a3a3;--muted-soft:#818181;--accent:#91d88e;--accent-strong:#a7e3a4;--accent-ink:#0b190b;--border:#272727;--border-strong:#3a3a3a;--radius:8px;--container-wide:1120px;--container-prose:720px;--header-height:69px;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,segoe ui,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility}*,*::before,*::after{box-sizing:border-box}html{min-width:320px;background:var(--bg);scroll-behavior:smooth}body{min-width:320px;min-height:100vh;display:flex;flex-direction:column;margin:0;background:var(--bg);color:var(--text);font-size:1rem;line-height:1.65}main{flex:1}img,svg{display:block;max-width:100%}a{color:inherit;text-decoration-thickness:1px;text-underline-offset:.18em}button,summary,a{-webkit-tap-highlight-color:transparent}button,input,textarea,select{font:inherit}::selection{background:rgba(145,216,142,.28);color:var(--text)}:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.shell{width:min(100% - 3rem,var(--container-wide));margin-inline:auto}.header-shell{width:100%;margin-inline:auto;padding-left:3rem;padding-right:2rem}.skip-link{position:fixed;z-index:100;top:.75rem;left:.75rem;padding:.6rem .85rem;border-radius:5px;background:var(--text);color:var(--bg);font-weight:700;transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}.site-header{position:sticky;z-index:50;top:0;height:var(--header-height);border-bottom:1px solid var(--border);background:rgba(10,10,10,.92);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.site-header-home{border-bottom-color:rgba(255,255,255,.1);background:rgba(10,10,10,.4);backdrop-filter:blur(14px)saturate(112%);-webkit-backdrop-filter:blur(14px)saturate(112%)}.header-inner{height:calc(100% - 1px);display:flex;align-items:center;justify-content:space-between}.wordmark{min-height:44px;display:inline-flex;align-items:center;gap:.75rem;color:var(--text);font:900 1.25rem/1 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;letter-spacing:-.035em;text-decoration:none}.wordmark img{width:36px;height:36px}.desktop-nav{display:flex;align-items:center;gap:1rem}.desktop-nav a,.mobile-menu nav a{display:inline-flex;align-items:center;padding:.5rem 1rem;border-radius:8px;color:var(--text);font-size:.875rem;font-weight:600;line-height:1.25rem;text-decoration:none;transition:color 140ms ease,background-color 140ms ease}.desktop-nav a:hover,.mobile-menu nav a:hover{color:var(--accent);background:rgba(255,255,255,.055)}.desktop-nav a[aria-current=page]{color:var(--accent)}.mobile-menu{display:none}.hero{position:relative;min-height:clamp(420px,52vw,620px);display:grid;align-items:center;margin-top:calc(-1 * var(--header-height));padding-top:var(--header-height);overflow:hidden;isolation:isolate;background:var(--bg-deep)}.hero-media,.hero-media img{position:absolute;z-index:-2;inset:0;width:100%;height:100%}.hero-media img{object-fit:cover;object-position:78% 32%}.hero-blur{position:absolute;z-index:-1;inset:0;backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px);mask-image:linear-gradient(90deg,#000 0%,#000 5%,transparent 45%);-webkit-mask-image:linear-gradient(90deg,#000 0%,#000 5%,transparent 45%)}.hero-shade{position:absolute;z-index:-1;inset:0;background:linear-gradient(0deg,rgba(10,10,10,.94) 0%,transparent 17%),linear-gradient(90deg,rgba(7,7,7,.91) 0%,rgba(7,7,7,.76) 23%,rgba(7,7,7,.4) 43%,rgba(7,7,7,.1) 66%,transparent 82%)}.hero-content{padding-block:clamp(3.5rem,8vw,5.5rem)}.hero-content>*{max-width:610px}.hero h1{margin:0;color:#fff;font:800 clamp(2.65rem,5vw,4rem)/1 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;letter-spacing:-.055em;text-shadow:0 2px 24px rgba(0,0,0,.42)}.hero-titleline{margin:.45rem 0 0;color:#f2f2f2;font-size:clamp(1.75rem,3.4vw,2.7rem);font-weight:360;letter-spacing:-.035em;line-height:1.12;text-shadow:0 2px 20px rgba(0,0,0,.52)}.hero-lede{margin:.75rem 0 0;color:#e5e5e5;font-size:clamp(1rem,1.45vw,1.16rem);line-height:1.52;text-shadow:0 1px 18px rgba(0,0,0,.65)}.hero-actions{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:1.45rem}.button{min-height:44px;display:inline-flex;align-items:center;justify-content:center;padding:.66rem 1rem;border:1px solid transparent;border-radius:6px;font-size:.88rem;font-weight:700;line-height:1;text-decoration:none;transition:background-color 140ms ease,border-color 140ms ease}.button-primary{background:var(--accent);color:var(--accent-ink)}.button-primary:hover{background:var(--accent-strong)}.button-secondary{border-color:rgba(255,255,255,.3);background:rgba(10,10,10,.18);color:#fff}.button-secondary:hover{border-color:rgba(255,255,255,.52);background:rgba(255,255,255,8%)}@supports not ((backdrop-filter:blur(1px)) or (-webkit-backdrop-filter:blur(1px))){.site-header-home{background:rgba(10,10,10,.9)}.hero-blur{display:none}}.home-section{padding-block:clamp(3.5rem,6.5vw,5.25rem)}.home-section+.home-section{border-top:1px solid var(--border)}.home-section h2,.section-heading-row h2{margin:0;font-size:clamp(1.8rem,3vw,2.35rem);font-weight:720;letter-spacing:-.038em;line-height:1.12}.about-layout{display:grid;grid-template-columns:minmax(0,.95fr)minmax(360px,1.05fr);align-items:start;gap:clamp(2.5rem,6vw,5.5rem)}.proxy-figure{margin:0;min-width:0}.proxy-globe{width:100%;height:auto;overflow:hidden;color:#525252}.globe-surface{fill:#0d0d0d;stroke:#2f2f2f;stroke-width:1.2}.globe-dot-field{color:#666}.globe-lines{fill:none;stroke:#333;stroke-width:.75;opacity:.74}.globe-land{color:#a3a3a3;opacity:.5}.proxy-route{fill:none;stroke-linecap:round;stroke-width:1.55;vector-effect:non-scaling-stroke}.proxy-route-request{stroke:#b8b8b8}.proxy-route-relay{stroke:var(--accent)}.proxy-route-response{stroke:#747474;stroke-dasharray:3 6}.marker-ring{fill:#0d0d0d;stroke:#b0b0b0;stroke-width:1.3}.marker-core{fill:#d4d4d4}.globe-user-secondary{opacity:.55}.globe-r4fo .marker-ring{stroke:var(--accent);stroke-width:1.8}.globe-r4fo .marker-core,.packet-relay,.packet-response{fill:var(--accent)}.marker-pulse{fill:rgba(145,216,142,7%);stroke:rgba(145,216,142,.24)}.destination-ring{fill:#0d0d0d;stroke:#b0b0b0;stroke-width:1.3}.globe-label{fill:var(--text-soft);font:650 13px/1 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;letter-spacing:.015em}.globe-label-accent{fill:var(--accent)}.globe-route-label{fill:#777;font:11px/1 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;letter-spacing:.06em}.globe-packet{fill:#e5e5e5;filter:drop-shadow(0 0 4px rgba(255,255,255,.28))}.packet-relay,.packet-response{filter:drop-shadow(0 0 4px rgba(145,216,142,.3))}.about-copy{padding-top:.6rem}.about-copy>p{margin:1.05rem 0 0;color:var(--text-soft);font-size:1.02rem;line-height:1.72}.about-copy>p+p{margin-top:.65rem}.about-questions{margin-top:1.8rem}.about-questions section+section{margin-top:1.4rem}.about-questions h3{display:flex;gap:.55rem;margin:0;color:var(--text);font:720 1.04rem/1.35 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;letter-spacing:-.02em}.about-questions h3 span{color:var(--accent)}.about-questions p{margin:.5rem 0 0 1.15rem;padding-left:1rem;border-left:2px solid var(--border-strong);color:var(--muted);font-size:.94rem;line-height:1.68}.posts-section{padding-block:3rem 2rem;background:rgba(23,23,23,.45)}.recent-section-shell{width:min(100% - 2rem,896px);margin-inline:auto}.posts-section h2{margin:0 0 1.2rem;color:var(--accent);font-size:clamp(1.8rem,3vw,2.25rem);font-weight:900;letter-spacing:-.035em;line-height:1.15;text-align:center}.recent-list{padding-inline:1rem}.recent-item{display:flex;gap:1rem;padding-block:1.25rem;border-bottom:1px solid #1f2937}.recent-thumbnail{width:64px;height:64px;flex:0 0 64px;overflow:hidden;border-radius:6px;background:var(--surface)}.recent-thumbnail img{width:64px;height:64px;object-fit:cover;transition:opacity 150ms ease}.recent-thumbnail:hover img{opacity:.82}.recent-content{min-width:0}.recent-content h3{margin:0;font-size:1.125rem;font-weight:800;letter-spacing:-.02em;line-height:1.3}.recent-content h3 a,.post-card h2 a{text-decoration:none}.recent-content h3 a:hover,.post-card h2 a:hover{color:var(--accent)}.recent-content>p{margin:.25rem 0 0;color:var(--muted);font-size:.875rem;line-height:1.55}.recent-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.25rem .5rem;margin-top:.5rem;color:var(--muted);font-size:.75rem;line-height:1.5}.recent-tag{padding:.125rem .5rem;border-radius:4px;background:rgba(145,216,142,.12);color:var(--accent);text-decoration:none;text-transform:capitalize}.posts-shell{width:min(100% - 3rem,1216px);margin-inline:auto}.posts-list-section{padding-bottom:5rem}.post-grid{display:grid;grid-template-columns:1fr;gap:1rem;margin-block:1.75rem 1rem}.post-card{min-width:0;display:flex;flex-direction:column;overflow:hidden;border-radius:8px;background:#0b0b0b;box-shadow:0 10px 15px -3px rgba(0,0,0,.35),0 4px 6px -4px rgba(0,0,0,.35)}.post-card-media{display:block;overflow:hidden;background:var(--bg-deep)}.post-card-media img{width:100%;height:auto;object-fit:cover;transition:opacity 150ms ease}.post-card-media:hover img{opacity:.86}.post-card-body{flex:1;display:flex;flex-direction:column;padding:1.5rem}.post-card-content{flex:1}.post-card h2{margin:.5rem 0 0;font-size:1.5rem;font-weight:900;letter-spacing:-.03em;line-height:1.25}.post-summary{margin:.75rem 0 0;color:var(--muted);font-size:1rem;line-height:1.55}.post-tags{display:flex;flex-wrap:wrap;align-items:baseline;padding-top:1.5rem;color:var(--text-soft);font-size:.875rem}.post-tags strong{margin-right:.5rem}.post-tags a{display:inline-block;margin-block:.125rem;padding:.125rem .625rem;border-radius:6px;background:#d4d4d4;color:#171717;text-decoration:none}.post-byline{display:flex;align-items:center;margin-top:1.5rem;color:var(--text)}.post-byline img{width:40px;height:40px;flex:0 0 40px;border-radius:50%}.post-byline>div{min-width:0;margin-left:.75rem}.post-byline p{margin:0;font-size:.875rem;line-height:1.4}.post-date{display:flex;flex-wrap:wrap;gap:.25rem;color:var(--text-soft);font-size:.875rem;line-height:1.4}.posts-pagination-shell{width:min(100% - 3rem,576px);margin:4rem auto 0}.content-shell{max-width:calc(var(--container-prose) + 3rem)}.listing-shell{max-width:var(--container-wide)}.services-shell{width:min(100% - 3rem,1e3px);max-width:1e3px}.content-header{padding-top:clamp(3rem,7vw,5rem)}.content-header h1{margin:0;font-size:clamp(2rem,4vw,2.8rem);font-weight:690;letter-spacing:-.04em;line-height:1.1;text-wrap:balance}.article-meta{display:flex;flex-wrap:wrap;gap:.5rem;margin:.8rem 0 0;color:var(--muted);font-size:.86rem}.article-shell{max-width:calc(var(--container-prose) + 3rem);padding-block:1.75rem clamp(4.5rem,8vw,6.5rem)}.article-shell-wide{max-width:var(--container-wide)}.article-hero{position:relative;min-height:clamp(260px,38vw,420px);display:flex;align-items:end;overflow:hidden;isolation:isolate;background:var(--bg-deep)}.article-hero>img{position:absolute;z-index:-2;inset:0;width:100%;height:100%;object-fit:cover}.article-hero-shade{position:absolute;z-index:-1;inset:0;background:linear-gradient(0deg,rgba(6,6,6,.95),rgba(6,6,6,.2) 78%)}.article-hero-content{padding-bottom:clamp(2rem,5vw,3.6rem)}.article-hero h1{max-width:850px;margin:0;font-size:clamp(2.1rem,4.3vw,3.2rem);font-weight:690;letter-spacing:-.045em;line-height:1.06}.article-hero .article-meta{color:#d4d4d4}.list-intro{margin-top:1.5rem}.list-section{padding-block:1.75rem 5rem}.prose{max-width:var(--container-prose);color:var(--text-soft);font-size:1.01rem;line-height:1.76;overflow-wrap:break-word}.prose-wide{max-width:none}.prose>:first-child{margin-top:0}.prose>:last-child{margin-bottom:0}.prose h1,.prose h2,.prose h3,.prose h4{color:var(--text);font-weight:650;letter-spacing:-.022em;line-height:1.25}.prose h1{margin:2.3em 0 .75em;font-size:2rem}.prose h2{margin:2.1em 0 .72em;font-size:1.55rem}.prose h3{margin:1.85em 0 .62em;font-size:1.2rem}.prose p,.prose ul,.prose ol,.prose blockquote,.prose pre,.prose table{margin-block:1.05em}.prose a{color:var(--accent)}.prose a:hover{color:var(--text)}.prose strong{color:var(--text);font-weight:700}.prose ul,.prose ol{padding-left:1.4rem}.prose li{margin-block:.38rem;padding-left:.2rem}.prose li::marker{color:var(--accent)}.prose hr{height:1px;margin:2.6rem 0;border:0;background:var(--border)}.prose blockquote{margin-inline:0;padding-left:1.1rem;border-left:2px solid var(--border-strong);color:var(--muted)}.prose code{padding:.14rem .3rem;border:1px solid var(--border);border-radius:4px;background:var(--surface);color:var(--text-soft);font:.88em/1.5 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.prose pre{overflow-x:auto;padding:1rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-deep)}.prose pre code{padding:0;border:0;background:0 0}.prose table{width:100%;display:block;overflow-x:auto;border-collapse:collapse;font-size:.9rem}.prose th,.prose td{padding:.65rem .75rem;border-bottom:1px solid var(--border);text-align:left;vertical-align:top}.prose th{color:var(--text);font-weight:660}.prose img{height:auto;border-radius:var(--radius)}.pagination{display:flex;flex-wrap:wrap;justify-content:center;border-top:2px solid var(--accent)}.pagination a{min-height:44px;display:inline-flex;align-items:center;padding:1rem .65rem 0;color:var(--accent);font-size:1.125rem;text-decoration:none}.pagination a:hover{color:var(--text)}.pagination a[aria-current=page]{color:var(--text);font-weight:700}.services-intro{max-width:680px;margin-bottom:3.2rem;color:var(--muted)}.services-intro p{margin:0}.service-category{margin-top:3.75rem}.service-category:first-of-type{margin-top:0}.category-header{margin-bottom:.35rem}.category-header h2{margin:0;font-size:1.3rem;font-weight:660;letter-spacing:-.02em}.service-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:2.5rem}.service-card{min-width:0;display:grid;gap:.85rem;padding-block:1.3rem;border-top:1px solid var(--border)}.card-top{display:flex;align-items:center;gap:.85rem}.card-logo{width:44px;height:44px;flex:none;object-fit:contain;border-radius:6px}.card-title-block{min-width:0;display:flex;flex-direction:column}.card-name{width:fit-content;color:var(--text);font-size:1.02rem;font-weight:660;line-height:1.35;text-decoration:none}.card-name:hover{color:var(--accent)}.card-subtitle{color:var(--muted);font-size:.8rem}.card-badges{min-height:20px;display:flex;align-items:center}.status-badge{width:auto;height:20px;border-radius:3px}.card-links{display:flex;flex-wrap:wrap;gap:.85rem}.card-link{min-height:34px;display:inline-flex;align-items:center;color:var(--muted);font-size:.76rem;font-weight:620;text-decoration:none}.card-link:hover{color:var(--text)}.card-link-primary{color:var(--accent)}.crypto-list{margin-block:1.5rem;border-top:1px solid var(--border)}.crypto-address{display:grid;grid-template-columns:40px minmax(0,1fr)auto;align-items:center;gap:.85rem;padding-block:.85rem;border-bottom:1px solid var(--border)}.crypto-address img{width:40px;height:40px;border-radius:50%}.crypto-address code{min-width:0;padding:0;border:0;background:0 0;color:var(--text-soft);user-select:all;word-break:break-all}.copy-button{min-width:62px;min-height:44px;border:1px solid var(--border-strong);border-radius:5px;background:0 0;color:var(--text);cursor:pointer;font-size:.78rem;font-weight:650}.copy-button:hover{border-color:var(--accent)}.copy-button[hidden]{display:none}.error-page{display:grid;align-items:center}.error-inner{padding-block:5rem}.error-code{margin:0;color:var(--muted);font:620 .8rem/1 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.error-inner h1{margin:.6rem 0 0;font-size:clamp(2.2rem,6vw,3.5rem);letter-spacing:-.045em}.error-inner>p:not(.error-code){margin:.9rem 0 1.5rem;color:var(--muted)}.site-footer{border-top:1px solid var(--border);background:var(--bg-deep)}.footer-inner{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:2rem;padding-block:1rem}.footer-links{display:flex;flex-wrap:wrap;gap:.25rem 1.25rem}.footer-links a{min-height:34px;display:inline-flex;align-items:center;gap:.35rem;color:var(--muted);font-size:.8rem;text-decoration:none}.footer-links a:hover{color:var(--accent)}.footer-inner>p{margin:0;color:var(--muted);font-size:.8rem;white-space:nowrap}@media(max-width:900px){.about-layout{grid-template-columns:1fr;gap:2rem}.proxy-figure{position:static;width:min(100%,560px);margin-inline:auto}.about-copy{width:min(100%,var(--container-prose));margin-inline:auto;padding-top:0}}@media(max-width:820px){.hero-blur{display:none}.hero-shade{background:linear-gradient(0deg,rgba(7,7,7,.93) 0%,rgba(7,7,7,.7) 38%,rgba(7,7,7,.2) 72%,rgba(7,7,7,.35) 100%)}}@media(max-width:720px){.shell{width:min(100% - 2rem,var(--container-wide))}.services-shell{width:min(100% - 3rem,1e3px)}.header-shell{padding-left:2rem;padding-right:1.375rem}.desktop-nav{display:none}.mobile-menu{display:block;margin-left:auto}.mobile-menu>summary{width:44px;min-height:44px;display:flex;align-items:center;justify-content:center;border-radius:5px;color:var(--text);cursor:pointer;list-style:none}.mobile-menu>summary::-webkit-details-marker{display:none}.mobile-menu>summary:hover{color:var(--text);background:rgba(255,255,255,5%)}.mobile-menu svg{fill:currentColor}.menu-close-icon{display:none}.mobile-menu[open] .menu-open-icon{display:none}.mobile-menu[open] .menu-close-icon{display:block}.mobile-menu nav{position:absolute;top:100%;right:0;left:0;display:none;padding:0 1rem 1rem;border-bottom:1px solid var(--border);background:var(--bg)}.mobile-menu[open] nav{display:grid}.mobile-menu nav a{min-height:0;margin-top:.5rem;padding:.5rem 1rem}.hero{min-height:420px;align-items:center}.hero-media img{object-position:78% 32%}.hero-content{padding-block:2.5rem}.hero h1{font-size:clamp(2.6rem,12vw,3.4rem)}.hero-titleline{font-size:clamp(1.65rem,8vw,2.2rem)}.service-grid{grid-template-columns:1fr}.card-link,.footer-links a{min-height:44px}.article-shell{padding-top:1.4rem}.footer-inner{align-items:flex-start;flex-direction:column;gap:.7rem;padding-block:1.25rem}}@media(min-width:768px){.post-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:1024px){.posts-shell{width:min(100% - 4rem,1216px)}}@media(max-width:480px){.home-section{padding-block:3.25rem}.proxy-figure{width:calc(100% + .75rem);margin-left:-.375rem}.globe-route-label{display:none}.crypto-address{grid-template-columns:34px minmax(0,1fr)}.crypto-address img{width:34px;height:34px}.copy-button{grid-column:2;justify-self:start}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.globe-packet{display:none}}@media(prefers-contrast:more){:root{--muted:#c4c4c4;--muted-soft:#a3a3a3;--border:#454545;--border-strong:#666}}