@import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=IBM+Plex+Mono:wght@400;500;600&display=swap";
:root{--bg:#0a0a0a;--fg:#f5f5f5;--fg-muted:#888;--fg-subtle:#444;--accent:#7df9ff;--accent-secondary:#f60;--border:#1a1a1a;--border-hover:#333;--row-hover:#ffffff06;--header-height:70px;--font-sans:"Space Grotesk", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-mono:"IBM Plex Mono", "JetBrains Mono", Consolas, monospace}[data-theme=light]{--bg:#fafafa;--fg:#111;--fg-muted:#666;--fg-subtle:#b0b0b0;--accent:#f60;--accent-secondary:#f60;--border:#e2e2e2;--border-hover:#ccc;--row-hover:#00000006}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--bg);color:var(--fg);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:1.6;transition:background-color .25s,color .25s;overflow-x:hidden}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border-hover);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--fg-muted)}.lowercase{text-transform:lowercase}a{color:inherit;text-decoration:none;transition:color .15s,opacity .15s}a:hover{color:var(--accent)}.bg-grid{pointer-events:none;z-index:0;background-image:linear-gradient(90deg,#80808008 1px,#0000 1px),linear-gradient(#80808008 1px,#0000 1px);background-size:32px 32px;position:fixed;inset:0}.main-wrapper{z-index:1;flex-direction:column;max-width:840px;min-height:100vh;margin:0 auto;padding:0 1.5rem 5rem;display:flex;position:relative}header.navbar{height:var(--header-height);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;width:100%;margin-bottom:3.5rem;font-size:.9rem;display:flex}.nav-brand{letter-spacing:-.02em;color:var(--fg);font-size:1.05rem;font-weight:600;font-family:var(--font-sans);white-space:nowrap;align-items:center;gap:.5rem;display:flex}.nav-brand:hover{color:var(--accent)}.nav-links-desktop{align-items:center;gap:1.5rem;display:flex}.nav-link{font-family:var(--font-mono);color:var(--fg-muted);font-size:.85rem;position:relative}.nav-link.active{color:var(--fg);font-weight:500}.nav-link.active:after{content:"";background:var(--accent);height:1px;position:absolute;bottom:-4px;left:0;right:0}.theme-toggle-icon-btn{border:1px solid var(--border);color:var(--fg-muted);cursor:pointer;background:0 0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;transition:all .2s;display:inline-flex}.theme-toggle-icon-btn:hover{border-color:var(--border-hover);color:var(--fg);background-color:var(--row-hover)}.hamburger-btn{border:1px solid var(--border);color:var(--fg);cursor:pointer;background:0 0;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:none}.mobile-curtain-overlay{background-color:var(--bg);z-index:999;flex-direction:column;padding:2rem 1.5rem;transition:transform .35s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;inset:0;transform:translateY(-100%)}.mobile-curtain-overlay.open{transform:translateY(0)}.curtain-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;margin-bottom:3rem;padding-bottom:2rem;display:flex}.curtain-nav-links{text-transform:lowercase;flex-direction:column;gap:2rem;font-size:1.8rem;font-weight:600;display:flex}@media (min-width:641px){.mobile-only{display:none!important}}@media (max-width:640px){header.navbar{height:60px;margin-bottom:2rem;flex-direction:row!important;justify-content:space-between!important;align-items:center!important}.nav-links-desktop{display:none!important}.mobile-only{flex-direction:row!important;align-items:center!important;gap:.5rem!important;display:flex!important}.hamburger-btn{display:inline-flex!important}.list-item{grid-template-columns:1fr;gap:.5rem}.list-item-meta{justify-content:flex-start}.footer-top{flex-direction:column}.footer-bottom{flex-direction:column;align-items:flex-start;gap:.5rem}}.hero-section{border-bottom:1px solid var(--border);margin-bottom:3rem;padding-bottom:3rem}.hero-avatar{object-fit:cover;border:1px solid var(--border);border-radius:50%;width:72px;height:72px;margin-bottom:1.5rem;display:block}.hero-title{letter-spacing:-.03em;text-transform:lowercase;margin-bottom:1rem;font-size:clamp(2rem,5vw,3.2rem);font-weight:600;line-height:1.15}.hero-subtitle{color:var(--fg-muted);text-transform:lowercase;max-width:600px;font-size:1.15rem;line-height:1.6}.hero-links{font-family:var(--font-mono);flex-wrap:wrap;gap:1.25rem;margin-top:1.75rem;font-size:.85rem;display:flex}.section-title{font-size:.8rem;font-family:var(--font-mono);text-transform:lowercase;color:var(--fg-subtle);letter-spacing:.05em;align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.section-title:after{content:"";background:var(--border);flex:1;height:1px}.list-container{flex-direction:column;margin-bottom:3.5rem;display:flex}.list-item{border-bottom:1px solid var(--border);text-transform:lowercase;grid-template-columns:1fr auto;gap:1rem;padding:1.25rem 0;transition:background-color .15s,padding-left .15s,padding-right .15s;display:grid}.list-item:hover{background-color:var(--row-hover);padding-left:.5rem;padding-right:.5rem}.list-item-title{color:var(--fg);align-items:center;gap:.5rem;margin-bottom:.25rem;font-size:1.1rem;font-weight:500;display:flex}.list-item-desc{color:var(--fg-muted);max-width:560px;font-size:.9rem}.list-item-meta{font-family:var(--font-mono);color:var(--fg-subtle);align-items:flex-start;gap:.75rem;font-size:.8rem;display:flex}.tag-pill{font-family:var(--font-mono);border:1px solid var(--border);color:var(--fg-muted);text-transform:lowercase;border-radius:999px;padding:.15rem .5rem;font-size:.7rem}.search-input{border:none;border-bottom:1px solid var(--border);width:100%;color:var(--fg);font-family:var(--font-mono);text-transform:lowercase;background:0 0;outline:none;margin-bottom:2rem;padding:.75rem 0;font-size:.95rem;transition:border-color .2s}.search-input:focus{border-color:var(--accent)}.search-input::placeholder{color:var(--fg-subtle)}footer.footer{border-top:1px solid var(--border);font-family:var(--font-mono);color:var(--fg-muted);text-transform:lowercase;flex-direction:column;gap:2rem;margin-top:auto;padding-top:3rem;font-size:.825rem;display:flex}.footer-top{flex-wrap:wrap;justify-content:space-between;gap:1.5rem;display:flex}.footer-brand-name{color:var(--fg);margin-bottom:.25rem;font-size:.95rem;font-weight:600}.footer-links{flex-wrap:wrap;gap:1.5rem;display:flex}.footer-links a{color:var(--fg-muted)}.footer-links a:hover{color:var(--accent)}.footer-bottom{color:var(--fg-subtle);border-top:1px dashed var(--border);justify-content:space-between;align-items:center;padding-top:1rem;font-size:.75rem;display:flex}
