@font-face{font-family:jetbrains mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(/fonts/jetbrains-mono-400.woff2)format('woff2');unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:jetbrains mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(/fonts/jetbrains-mono-400-latin-ext.woff2)format('woff2');unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:jetbrains mono;font-style:italic;font-weight:400;font-display:swap;src:url(/fonts/jetbrains-mono-400-italic.woff2)format('woff2');unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0D1117;--bg-surface:#161B22;--bg-overlay:#1C2129;--bg-inset:#0A0E13;--green:#39D353;--green-dim:rgba(57, 211, 83, 0.15);--green-glow:rgba(57, 211, 83, 0.08);--blue:#58A6FF;--blue-dim:rgba(88, 166, 255, 0.1);--orange:#F0883E;--red:#F85149;--purple:#BC8CFF;--yellow:#E3B341;--cyan:#56D4DD;--text:#C9D1D9;--text-dim:#9198A1;--text-muted:#848D97;--border:#30363D;--border-hover:#484F58;--font:'JetBrains Mono', 'Fira Code', 'Cascadia Code', monospace;--radius:10px;--radius-sm:6px;--ease:cubic-bezier(0.23, 1, 0.32, 1);--max-w:1100px;--gutter:2rem}html{font-size:14px;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.7;overflow-x:hidden}body::after{content:'';position:fixed;inset:0;pointer-events:none;z-index:9999;background:repeating-linear-gradient( 0,transparent 0,transparent 2px,rgba(0,0,0,.025) 2px,rgba(0,0,0,.025) 4px )}a{color:var(--blue);text-decoration:none;transition:color .2s ease}a:hover{color:var(--green)}a:focus-visible{outline:2px solid var(--green);outline-offset:2px;border-radius:var(--radius-sm)}h1,h2,h3,h4,h5,h6{font-family:var(--font);font-weight:600;line-height:1.3;color:var(--text)}h1{font-size:1.8rem}h2{font-size:1.4rem}h3{font-size:1.15rem}h4{font-size:1rem}p{margin-bottom:1rem}strong{font-weight:700;color:var(--text)}em{font-style:italic}blockquote{border-left:3px solid var(--green);padding-left:1rem;margin:1.5rem 0;color:var(--text-dim);font-style:italic}code{font-family:var(--font);font-size:.92em;background:var(--bg-overlay);padding:.15em .4em;border-radius:var(--radius-sm);border:1px solid var(--border);color:var(--orange)}pre{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;overflow-x:auto;margin:1.5rem 0}pre code{background:0 0;padding:0;border:none;color:var(--text)}img{max-width:100%;height:auto;display:block}hr{border:none;height:1px;background:var(--border);margin:2rem 0}ul,ol{margin:1rem 0;padding-left:1.5rem}li{margin-bottom:.3rem}.container{max-width:var(--max-w);margin:0 auto;padding:0 var(--gutter)}.container--narrow{max-width:740px;margin:0 auto;padding:0 var(--gutter)}.site-header{position:sticky;top:0;z-index:100;background:rgba(13,17,23,.85);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border);height:56px}.site-header__inner{display:flex;align-items:center;justify-content:space-between;height:100%}.site-header__brand{color:var(--green);font-weight:600;font-size:.95rem;text-decoration:none;display:flex;align-items:center;gap:.5rem;transition:color .2s}.site-header__brand::before{content:'~$';color:var(--text-muted)}.site-header__brand:hover{color:var(--green)}.site-header__nav{display:flex;gap:2px}.site-header__nav a{color:var(--text-dim);font-size:.8rem;padding:.4rem .75rem;border-radius:var(--radius-sm);transition:all .2s ease}.site-header__nav a::before{content:'/';color:var(--text-muted);margin-right:2px}.site-header__nav a:hover{color:var(--green);background:var(--green-dim)}.site-header__status{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:var(--text-muted)}.status-dot{width:8px;height:8px;border-radius:50%;background:var(--green);animation:pulse 2s ease infinite}@keyframes pulse{0%,100%{opacity:1}50%{opacity:.4}}.menu-toggle{display:none;background:0 0;border:1px solid var(--border);border-radius:var(--radius-sm);padding:.3rem .6rem;cursor:pointer;color:var(--text-dim);font-family:var(--font);font-size:.8rem;transition:all .2s}.menu-toggle:hover{color:var(--green);border-color:var(--green)}.terminal{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.terminal__bar{display:flex;align-items:center;gap:8px;padding:10px 14px;background:var(--bg-overlay);border-bottom:1px solid var(--border);font-size:.75rem;color:var(--text-muted)}.terminal__dot{width:12px;height:12px;border-radius:50%}.terminal__dot:nth-child(1){background:var(--red)}.terminal__dot:nth-child(2){background:var(--yellow)}.terminal__dot:nth-child(3){background:var(--green)}.terminal__title{flex:1;text-align:center}.terminal__body{padding:1.25rem;line-height:2}.line{display:flex;gap:.75rem}.line-num{color:var(--text-muted);min-width:2ch;text-align:right;user-select:none}.prompt{color:var(--green)}.flag{color:var(--blue)}.value{color:var(--orange)}.string{color:var(--purple)}.comment{color:var(--text-muted);font-style:italic}.hero{padding:3.5rem var(--gutter)3rem;border-bottom:1px solid var(--border)}.hero .terminal{max-width:800px}.hero__typing{font-size:clamp(1.3rem,3.5vw,2.2rem);font-weight:700;color:var(--green);margin-top:2rem;display:flex;align-items:center;gap:.5rem}.hero__typing-prefix{color:var(--text-muted)}.hero__typed{overflow:hidden;white-space:nowrap;border-right:3px solid var(--green);animation:typing 2.5s steps(24).5s forwards,blink .8s step-end infinite;width:0}@keyframes typing{to{width:100%}}@keyframes blink{50%{border-color:transparent}}.hero__desc{margin-top:1.25rem;color:var(--text-dim);max-width:600px;line-height:1.7}.hero__desc .cm{color:var(--text-muted)}.section{padding:3rem 0;border-bottom:1px solid var(--border)}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.section-header h2{font-size:1.1rem;display:flex;align-items:center;gap:.5rem}.section-header h2::before{content:'##';color:var(--blue)}.section-header a{font-size:.8rem;color:var(--text-dim)}.section-header a:hover{color:var(--green)}.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem}.card-grid--two{grid-template-columns:repeat(auto-fill,minmax(380px,1fr))}.card{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:all .3s ease;text-decoration:none;color:var(--text);display:flex;flex-direction:column}.card:hover{border-color:var(--green);box-shadow:0 0 20px var(--green-glow),0 0 40px rgba(57,211,83,4%);transform:translateY(-2px);color:var(--text)}.card__bar{display:flex;align-items:center;gap:6px;padding:8px 12px;background:var(--bg-overlay);border-bottom:1px solid var(--border);font-size:.7rem;color:var(--text-muted)}.card__bar-dot{width:8px;height:8px;border-radius:50%;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease;position:relative;z-index:5}.card__bar-dot:hover{transform:scale(1.4)}.card__bar-dot:nth-child(1){background:var(--red)}.card__bar-dot:nth-child(1):hover{box-shadow:0 0 6px var(--red)}.card__bar-dot:nth-child(2){background:var(--yellow)}.card__bar-dot:nth-child(2):hover{box-shadow:0 0 6px var(--yellow)}.card__bar-dot:nth-child(3){background:var(--green)}.card__bar-dot:nth-child(3):hover{box-shadow:0 0 6px var(--green)}.card__bar-title{margin-left:8px}.card.wm-closing{animation:wm-close .35s var(--ease)forwards}@keyframes wm-close{0%{opacity:1;transform:scale(1)}100%{opacity:0;transform:scale(.8)}}.card.wm-closed{display:none}.card.wm-minimizing{animation:wm-minimize .4s var(--ease)forwards}@keyframes wm-minimize{0%{opacity:1;transform:scale(1)translateY(0)}100%{opacity:0;transform:scale(.3)translateY(60px)}}.card.wm-minimized{display:none}.card.wm-maximized{position:fixed;z-index:1000;border:1px solid var(--green);box-shadow:0 0 30px rgba(57,211,83,.15),0 8px 32px rgba(0,0,0,.6);border-radius:var(--radius);overflow:hidden;display:flex;flex-direction:column;animation:wm-expand .35s var(--ease)forwards}.card.wm-maximized .card__bar{flex-shrink:0}.card.wm-maximized .card__image{display:none}.card.wm-maximized .card__body{display:none}.card.wm-maximized .wm-expanded-content{flex:1;overflow:auto;background:var(--bg)}.card.wm-maximized .wm-expanded-content iframe{width:100%;height:100%;border:none}.card.wm-maximized .wm-loading{display:flex;align-items:center;justify-content:center;height:100%;color:var(--green);font-family:var(--font);font-size:.85rem}.card.wm-maximized .wm-loading::after{content:'$ loading...';animation:wm-blink 1s step-end infinite}@keyframes wm-expand{0%{opacity:.5;transform:scale(.9)}100%{opacity:1;transform:scale(1)}}.wm-dock{position:fixed;bottom:0;left:0;right:0;z-index:900;background:var(--bg-surface);border-top:1px solid var(--border);padding:6px 12px;display:flex;align-items:center;gap:6px;overflow-x:auto;transform:translateY(100%);transition:transform .3s var(--ease);font-family:var(--font)}.wm-dock.is-visible{transform:translateY(0)}.wm-dock__item{display:flex;align-items:center;gap:6px;background:var(--bg-overlay);border:1px solid var(--border);border-radius:var(--radius-sm);padding:4px 10px;font-size:.7rem;color:var(--text-dim);cursor:pointer;white-space:nowrap;transition:border-color .2s ease,color .2s ease}.wm-dock__item:hover{border-color:var(--yellow);color:var(--text)}.wm-dock__item::before{content:'';width:6px;height:6px;border-radius:50%;background:var(--yellow);flex-shrink:0}.wm-dock__restore-all{display:flex;align-items:center;gap:4px;background:0 0;border:1px dashed var(--border);border-radius:var(--radius-sm);padding:4px 10px;font-size:.65rem;font-family:var(--font);color:var(--text-muted);cursor:pointer;margin-left:auto;white-space:nowrap;transition:border-color .2s ease,color .2s ease}.wm-dock__restore-all:hover{border-color:var(--green);color:var(--green)}.wm-tile-single{inset:2rem}.wm-tile-half-left{top:2rem;bottom:2rem;left:2rem;right:50%;margin-right:.5rem}.wm-tile-half-right{top:2rem;bottom:2rem;left:50%;right:2rem;margin-left:.5rem}.wm-tile-quad-tl{top:2rem;bottom:50%;left:2rem;right:50%;margin-right:.5rem;margin-bottom:.5rem}.wm-tile-quad-tr{top:2rem;bottom:50%;left:50%;right:2rem;margin-left:.5rem;margin-bottom:.5rem}.wm-tile-quad-bl{top:50%;bottom:2rem;left:2rem;right:50%;margin-right:.5rem;margin-top:.5rem}.wm-tile-quad-br{top:50%;bottom:2rem;left:50%;right:2rem;margin-left:.5rem;margin-top:.5rem}.wm-tile-third-1{top:2rem;bottom:2rem;left:2rem;right:66.66%;margin-right:.5rem}.wm-tile-third-2{top:2rem;bottom:2rem;left:33.33%;right:33.33%;margin:0 .5rem}.wm-tile-third-3{top:2rem;bottom:2rem;left:66.66%;right:2rem;margin-left:.5rem}.wm-overlay{position:fixed;inset:0;background:rgba(0,0,0,.6);z-index:999;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);animation:wm-fade-in .25s ease}@keyframes wm-fade-in{from{opacity:0}to{opacity:1}}@keyframes wm-blink{50%{opacity:0}}@media(max-width:768px){.wm-tile-single,.wm-tile-half-left,.wm-tile-half-right,.wm-tile-quad-tl,.wm-tile-quad-tr,.wm-tile-quad-bl,.wm-tile-quad-br,.wm-tile-third-1,.wm-tile-third-2,.wm-tile-third-3{inset:.5rem;margin:0}}.card__image{height:140px;position:relative;overflow:hidden;background:linear-gradient(135deg,#0a1f0a 0%,var(--bg) 100%)}.card-grid--two .card__image{height:180px}.card__image img{width:100%;height:100%;object-fit:cover;opacity:.7;transition:opacity .3s ease}.card__image img[src$=".svg"],.card__image img[src*=nexoapex-logo]{object-fit:contain;padding:1.5rem;opacity:.9}.card__image img[src*=nexoapex-logo]{background:#fff;border-radius:var(--radius-sm)}.card:hover .card__image img{opacity:.85}.card__image::before{content:'';position:absolute;inset:0;background:repeating-linear-gradient(90deg,rgba(57,211,83,3%) 0,rgba(57,211,83,3%) 1px,transparent 1px,transparent 20px),repeating-linear-gradient(0,rgba(57,211,83,3%) 0,rgba(57,211,83,3%) 1px,transparent 1px,transparent 20px);z-index:1;pointer-events:none}.card__image::after{content:'';position:absolute;bottom:0;left:0;right:0;height:50%;background:linear-gradient(to top,var(--bg-surface) 0%,transparent 100%);z-index:1;pointer-events:none}.card__body{padding:1rem 1.25rem 1.25rem;flex:1;display:flex;flex-direction:column}.card__tag{font-size:.7rem;font-weight:600;color:var(--bg);background:var(--green);display:inline-block;padding:.15rem .5rem;border-radius:4px;margin-bottom:.5rem;width:fit-content}.card:nth-child(2) .card__tag{background:var(--blue)}.card:nth-child(3) .card__tag{background:var(--orange)}.card:nth-child(4) .card__tag{background:var(--purple);color:#000}.card:nth-child(5) .card__tag{background:var(--cyan);color:#000}.card__title{font-size:1rem;font-weight:600;line-height:1.4;margin-bottom:.4rem}.card-grid--two .card__title{font-size:1.15rem}.card__desc{font-size:.82rem;color:var(--text-dim);line-height:1.5;flex:1;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.card__meta{font-size:.72rem;color:var(--text-muted);margin-top:.75rem;padding-top:.5rem;border-top:1px dashed var(--border);display:flex;align-items:center;gap:.5rem}.card__meta::before{content:'>';color:var(--green)}.card__author-img{width:20px;height:20px;border-radius:50%;object-fit:cover;border:1px solid var(--border)}.card{opacity:0;animation:card-in .4s ease forwards;will-change:opacity,transform}.card:nth-child(1){animation-delay:.1s}.card:nth-child(2){animation-delay:.18s}.card:nth-child(3){animation-delay:.26s}.card:nth-child(4){animation-delay:.34s}.card:nth-child(5){animation-delay:.42s}.card:nth-child(6){animation-delay:.5s}.card:nth-child(7){animation-delay:.58s}.card:nth-child(8){animation-delay:.66s}.card:nth-child(9){animation-delay:.74s}@keyframes card-in{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.article-hero{padding:3rem 0 2rem;border-bottom:1px solid var(--border)}.article-hero__tag{font-size:.7rem;font-weight:600;color:var(--bg);background:var(--green);display:inline-block;padding:.15rem .5rem;border-radius:4px;margin-bottom:1rem}.article-hero__title{font-size:clamp(1.4rem,3.5vw,2rem);margin-bottom:1rem;max-width:700px}.article-hero__meta{display:flex;align-items:center;gap:.75rem;font-size:.8rem;color:var(--text-dim)}.article-hero__meta::before{content:'>';color:var(--green)}.article-hero__author-img{width:28px;height:28px;border-radius:50%;object-fit:cover;border:1px solid var(--border)}.article-hero__image{margin-top:2rem;border-radius:var(--radius);overflow:hidden;border:1px solid var(--border);max-width:480px}.article-hero__image img{width:100%;display:block;padding:1rem}.article-hero__image img[src$=".svg"]{max-height:280px;width:auto;object-fit:contain;margin:0 auto}.article-hero__image img[src*=nexoapex-logo]{background:#fff;border-radius:var(--radius-sm)}.article-hero__image--avatar{max-width:120px;max-height:120px;border-radius:50%}.article-hero__image--avatar img{object-fit:cover;padding:0}.article-hero__image-credit{font-size:.7rem;color:var(--text-muted);margin-top:.5rem}.article-body{max-width:740px;margin:0 auto;padding:2.5rem var(--gutter)3rem}.article-body h2{margin-top:2.5rem;margin-bottom:.75rem;color:var(--green)}.article-body h2::before{content:'## ';color:var(--text-muted)}.article-body h3{margin-top:2rem;margin-bottom:.75rem;color:var(--blue)}.article-body h3::before{content:'### ';color:var(--text-muted)}.article-body p{margin-bottom:1.25rem;line-height:1.8}.article-body ul,.article-body ol{margin-bottom:1.25rem}.article-body img{border-radius:var(--radius);margin:1.5rem 0;border:1px solid var(--border)}.article-body a{color:var(--blue);text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px}.article-body a:hover{color:var(--green);text-decoration-thickness:2px}.article-disclaimer,.article-preamble{background:var(--green-dim);border-left:3px solid var(--green);padding:1rem 1.25rem;border-radius:0 var(--radius)var(--radius)0;margin-bottom:2rem;font-size:.9rem}.article-postamble{background:var(--bg-surface);border:1px solid var(--border);padding:1rem 1.25rem;border-radius:var(--radius);margin-top:2rem;font-size:.9rem}.article-nav{display:flex;justify-content:space-between;gap:1.5rem;max-width:740px;margin:0 auto;padding:2rem var(--gutter)3rem;border-top:1px dashed var(--border)}.article-nav a{color:var(--text-dim);font-size:.85rem;transition:color .2s;max-width:45%}.article-nav a:hover{color:var(--green)}.article-nav__label{font-size:.7rem;color:var(--text-muted);display:block;margin-bottom:.3rem}.article-nav__next{text-align:right;margin-left:auto}.article-related{background:var(--bg-surface);padding:3rem 0;border-top:1px solid var(--border)}.article-body figure[data-type=video]{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:var(--radius);margin:1.5rem 0;border:1px solid var(--border)}.article-body figure[data-type=video] iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.page-content{max-width:740px;margin:0 auto;padding:3rem var(--gutter)4rem}.page-content h1{margin-bottom:1.5rem;color:var(--green)}.page-content h1::before{content:'# ';color:var(--text-muted)}.page-content h2{margin-top:2rem;margin-bottom:.75rem}.page-content h2::before{content:'## ';color:var(--text-muted)}.page-content p{margin-bottom:1.25rem;line-height:1.8}.page-content a{color:var(--blue);text-decoration:underline;text-underline-offset:3px}.list-header{padding:3rem 0 2rem;border-bottom:1px solid var(--border)}.list-header h1{font-size:1.6rem;color:var(--green);margin-bottom:.3rem}.list-header h1::before{content:'~/';color:var(--text-muted)}.list-header p{color:var(--text-dim);font-size:.85rem}.list-header p::before{content:'// ';color:var(--text-muted)}.newsletter{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;max-width:600px;margin:3rem auto}.newsletter__bar{display:flex;align-items:center;gap:6px;padding:8px 12px;background:var(--bg-overlay);border-bottom:1px solid var(--border);font-size:.7rem;color:var(--text-muted)}.newsletter__bar-dot{width:8px;height:8px;border-radius:50%}.newsletter__bar-dot:nth-child(1){background:var(--red)}.newsletter__bar-dot:nth-child(2){background:var(--yellow)}.newsletter__bar-dot:nth-child(3){background:var(--green)}.newsletter__body{padding:1.5rem}.newsletter__prompt{color:var(--green);font-weight:600;margin-bottom:.5rem}.newsletter__body p{font-size:.85rem;color:var(--text-dim);margin-bottom:1rem}.newsletter__form{display:flex;gap:.5rem}.newsletter__input{flex:1;font-family:var(--font);font-size:.85rem;padding:.6rem .8rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-inset);color:var(--text);transition:border-color .2s}.newsletter__input:focus{outline:none;border-color:var(--green);box-shadow:0 0 0 3px var(--green-dim)}.newsletter__btn{font-family:var(--font);font-size:.85rem;font-weight:600;padding:.6rem 1.2rem;border:none;border-radius:var(--radius-sm);background:var(--green);color:var(--bg);cursor:pointer;transition:all .2s ease;white-space:nowrap}.newsletter__btn:hover{box-shadow:0 0 12px var(--green-glow);transform:translateY(-1px)}.newsletter__terms{font-size:.7rem;color:var(--text-muted);margin-top:.75rem}.newsletter__terms a{color:var(--blue);text-decoration:underline}.site-footer{padding:2.5rem 0;border-top:1px solid var(--border)}.site-footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:2rem}.site-footer__bio h4{font-weight:600;margin-bottom:.5rem;color:var(--green)}.site-footer__bio p{font-size:.85rem;color:var(--text-dim);line-height:1.6}.site-footer__social{display:flex;gap:.4rem;margin-top:.75rem}.site-footer__social a{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:var(--radius-sm);border:1px solid var(--border);color:var(--text-dim);transition:all .2s}.site-footer__social a:hover{color:var(--green);border-color:var(--green);background:var(--green-dim)}.site-footer__social a svg{width:14px;height:14px}.site-footer__heading{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:.5rem}.site-footer__heading::before{content:'// '}.site-footer__links{list-style:none}.site-footer__links li{margin-bottom:.3rem}.site-footer__links a{color:var(--text-dim);font-size:.85rem;transition:color .2s}.site-footer__links a::before{content:'> ';color:var(--text-muted)}.site-footer__links a:hover{color:var(--green)}.site-footer__bottom{grid-column:1/-1;padding-top:1.5rem;border-top:1px dashed var(--border);font-size:.75rem;color:var(--text-muted)}.pagination{display:flex;align-items:center;justify-content:center;gap:.3rem;padding:2.5rem 0}.pagination a,.pagination span{display:flex;align-items:center;justify-content:center;min-width:36px;height:36px;padding:0 .6rem;border-radius:var(--radius-sm);font-size:.85rem;font-weight:600;transition:all .2s}.pagination a{color:var(--text-dim);border:1px solid var(--border)}.pagination a:hover{color:var(--green);border-color:var(--green);background:var(--green-dim)}.pagination .active{background:var(--green);color:var(--bg);border:1px solid var(--green)}.not-found{text-align:center;padding:5rem 0;min-height:50vh;display:flex;flex-direction:column;align-items:center;justify-content:center}.not-found__code{font-size:6rem;font-weight:700;color:var(--red);line-height:1;margin-bottom:.5rem}.not-found h1{font-size:1.4rem;margin-bottom:.5rem;color:var(--text-dim)}.not-found p{color:var(--text-muted);margin-bottom:1.5rem}.not-found__link{display:inline-flex;align-items:center;gap:.5rem;font-weight:600;font-size:.85rem;color:var(--green);border:1px solid var(--green);padding:.6rem 1.2rem;border-radius:var(--radius-sm);transition:all .2s}.not-found__link:hover{background:var(--green);color:var(--bg)}.cookie-banner{position:fixed;bottom:1rem;left:1rem;max-width:520px;z-index:1000;background:var(--bg-surface);border:1px solid var(--green);border-radius:var(--radius);overflow:hidden;box-shadow:0 0 30px var(--green-glow);transform:translateY(120%);opacity:0;transition:all .5s var(--ease)}.cookie-banner.is-visible{transform:translateY(0);opacity:1}.cookie-banner__bar{display:flex;align-items:center;gap:6px;padding:6px 12px;background:var(--bg-overlay);border-bottom:1px solid var(--border);font-size:.7rem;color:var(--text-muted)}.cookie-banner__bar-dot{width:8px;height:8px;border-radius:50%}.cookie-banner__bar-dot:nth-child(1){background:var(--red)}.cookie-banner__bar-dot:nth-child(2){background:var(--yellow)}.cookie-banner__bar-dot:nth-child(3){background:var(--green)}.cookie-banner__body{padding:1rem 1.25rem}.cookie-banner__prompt{color:var(--green);font-weight:600;margin-bottom:.5rem;font-size:.9rem}.cookie-banner__body p{font-size:.8rem;color:var(--text-dim);line-height:1.5;margin-bottom:1rem}.cookie-banner__body a{color:var(--blue);text-decoration:underline}.cookie-banner__actions{display:flex;gap:.5rem}.cookie-btn{font-family:var(--font);font-size:.8rem;font-weight:600;padding:.4rem 1.2rem;border-radius:var(--radius-sm);border:1px solid var(--border);cursor:pointer;transition:all .2s}.cookie-btn--accept{background:var(--green);color:var(--bg);border-color:var(--green)}.cookie-btn--accept:hover{box-shadow:0 0 12px var(--green-glow)}.cookie-btn--reject{background:0 0;color:var(--text-dim)}.cookie-btn--reject:hover{color:var(--text);border-color:var(--text-muted)}.author-profile{display:flex;gap:2rem;align-items:flex-start;max-width:740px;margin:0 auto;padding:3rem var(--gutter)}.author-profile__image{width:100px;height:100px;border-radius:50%;object-fit:cover;flex-shrink:0;border:2px solid var(--green)}.author-profile__info h1{font-size:1.6rem;color:var(--green);margin-bottom:.75rem}.mentions{padding:1rem 0}.mentions__list{display:flex;gap:.75rem;flex-wrap:wrap;list-style:none;padding:0}.mentions__item a{display:flex;align-items:center;gap:.4rem;padding:.3rem .75rem;border:1px solid var(--border);border-radius:100px;font-size:.8rem;color:var(--text-dim);transition:all .2s}.mentions__item a:hover{border-color:var(--green);color:var(--green);background:var(--green-dim)}.mentions__item img{width:22px;height:22px;border-radius:50%;object-fit:cover}@media(max-width:900px){.site-header__nav{display:none}.site-header__status{display:none}.menu-toggle{display:block}.site-header__nav.is-open{display:flex;flex-direction:column;position:absolute;top:56px;left:0;right:0;background:var(--bg-surface);border-bottom:1px solid var(--border);padding:.5rem var(--gutter);animation:slide-down .3s ease}.site-header__nav.is-open a{padding:.6rem 0;border-bottom:1px dashed var(--border)}.site-header__nav.is-open a:last-child{border-bottom:none}@keyframes slide-down{from{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.card-grid,.card-grid--two{grid-template-columns:1fr}.site-footer__grid{grid-template-columns:1fr;gap:1.5rem}.article-nav{flex-direction:column}.article-nav a{max-width:100%}.article-nav__next{text-align:left;margin-left:0}.author-profile{flex-direction:column;align-items:center;text-align:center}}@media(max-width:600px){:root{--gutter:1rem}html{font-size:14px}.hero{padding:2rem var(--gutter)}.card__bar{font-size:.75rem}.card__desc{font-size:.88rem}.card__meta{font-size:.78rem}.newsletter__body p{font-size:.9rem}.cookie-banner__body p{font-size:.88rem}.site-footer__bio p{font-size:.9rem}.newsletter__form{flex-direction:column}.cookie-banner{left:.5rem;right:.5rem;max-width:none}.cookie-banner__actions{flex-direction:column}}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important}html{scroll-behavior:auto}.card{opacity:1;transform:none}}@media print{.site-header,.site-footer,.cookie-banner,.newsletter,.menu-toggle,.article-nav{display:none}body{background:#fff;color:#000}body::after{display:none}}