:root{--bg:#000;--bg-elev:#14213d;--fg:#e5e5e5;--bg-highlight:#fff;--muted:#bebebe;--accent:#fca311;--border:#14213d}:root[data-theme=light]{--bg:#fff;--bg-elev:#e5e5e5;--fg:#14213d;--bg-highlight:#000;--muted:#7a7a7a;--accent:#fca311;--border:#e5e5e5}*{box-sizing:border-box}#__next,body,html{height:100%}body{margin:0;background:var(--bg);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,Apple Color Emoji,Segoe UI Emoji;line-height:1.6}a,body{color:var(--fg)}a{text-decoration:none}a:hover{color:var(--accent)}.container{width:100%;max-width:960px;margin:0 auto;padding:24px}header.navbar{position:-webkit-sticky;position:sticky;top:0;z-index:20;background:rgba(11,15,20,.7);-webkit-backdrop-filter:saturate(180%) blur(8px);backdrop-filter:saturate(180%) blur(8px);border-bottom:1px solid var(--border)}.brand{font-weight:600;letter-spacing:.2px}.spacer{flex:1 1}.nav{display:flex;align-items:center;gap:16px}.pill{padding:10px 14px;border-radius:999px;border:1px solid var(--border)}.btn,.pill{display:inline-block;background:var(--bg-elev)}.btn{padding:12px 16px;border-radius:10px;border:1px solid var(--border);color:var(--fg)}.btn.primary{background:var(--bg-highlight);color:var(--bg);border-color:transparent}:root[data-theme=light] .btn:not(.primary){color:#000}.grid{display:grid;grid-gap:16px;gap:16px}.grid.cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}@media (max-width:900px){.grid.cols-2{grid-template-columns:1fr}}.grid.cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}@media (max-width:900px){.grid.cols-3{grid-template-columns:1fr}}.grid.cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}@media (max-width:900px){.grid.cols-4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:600px){.grid.cols-4{grid-template-columns:1fr}}.card{border:1px solid var(--border);background:var(--bg-elev);border-radius:14px;padding:18px}.muted{color:var(--muted)}.h1{font-size:42px;line-height:1.15;margin:0 0 8px}.h2{font-size:28px;line-height:1.2;margin:24px 0 8px}.h2.tight{line-height:1}.section{margin:32px 0}.gallery-item{position:relative;overflow:hidden;border-radius:12px;border:1px solid var(--border);background:#000;aspect-ratio:2/3;cursor:pointer}.gallery-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease,opacity .3s ease}.gallery-item:hover img{transform:scale(1.03);opacity:.95}.lightbox-target{position:fixed;inset:0;background:rgba(0,0,0,.85);display:none;align-items:center;justify-content:center;padding:24px;z-index:50}.lightbox-target:target{display:flex}.lightbox-target img{max-width:100%;max-height:85vh;border-radius:12px;border:1px solid var(--border)}.lightbox-close{position:fixed;top:16px;right:16px;background:var(--bg-elev);border:1px solid var(--border);color:var(--fg);border-radius:10px;padding:8px 12px;cursor:pointer}.carousel{position:relative}.carousel-track{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding-bottom:4px}.carousel-track::-webkit-scrollbar{height:6px}.carousel-track::-webkit-scrollbar-thumb{background:#84817d;border-radius:4px}.carousel-item{flex-grow:0;flex-shrink:0;flex-basis:calc((100% - 32px) / 3);scroll-snap-align:start;border:1px solid var(--border);border-radius:12px;overflow:hidden;background:#000;aspect-ratio:2/3}.carousel-item img{width:100%;height:100%;object-fit:cover;display:block}@media (max-width:900px){.carousel-item{flex-basis:calc((100% - 16px) / 2)}}@media (max-width:600px){.carousel-item{flex-basis:100%}}.carousel-controls{display:flex;justify-content:flex-end;gap:8px;margin-top:8px}.video-frame{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:12px;border:1px solid var(--border);background:#000}.video-frame iframe{position:absolute;top:0;left:0;width:100%;height:100%}footer.site-footer{border-top:1px solid var(--border);padding:16px 24px;color:var(--muted)}.markdown img{max-width:100%;height:auto;display:block}.markdown img,.markdown pre{border-radius:8px;border:1px solid var(--border)}.markdown pre{overflow:auto;background:#0b0f14;padding:12px}.markdown code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.yearIndex .pill{display:inline-block;width:100%;text-align:center}.card img,.card video{background:#000}