:root{--bg: #09090b;--bg-subtle: #121215;--fg: #fafafa;--fg-muted: #a1a1aa;--fg-dim: #71717a;--accent: #3b82f6;--accent-hover: #60a5fa;--accent-soft: rgba(59, 130, 246, .08);--border: #27272a;--font-sans: "Inter Variable", system-ui, -apple-system, sans-serif;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-lg: 1.125rem;--text-xl: 1.25rem;--text-2xl: 1.5rem;--text-3xl: 1.875rem;--text-4xl: 2.25rem;--text-5xl: 2.75rem;--container-width: 800px;--container-narrow: 680px;--transition: all .25s cubic-bezier(.4, 0, .2, 1);--radius: .75rem;--radius-sm: .5rem;--radius-lg: 1.5rem}*{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{background-color:var(--bg);color:var(--fg);font-family:var(--font-sans);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;display:flex;flex-direction:column}.container{width:100%;max-width:var(--container-width);margin:0 auto;padding:0 1.5rem}.container-narrow{max-width:var(--container-narrow)}a{color:inherit;text-decoration:none;transition:var(--transition)}.link-standard{color:var(--accent);border-bottom:1px solid transparent}.link-standard:hover{color:var(--accent-hover);border-bottom-color:var(--accent-hover)}.site-header{height:64px;display:flex;align-items:center;border-bottom:1px solid var(--border);background:#09090bcc;-webkit-backdrop-filter:saturate(180%) blur(16px);backdrop-filter:saturate(180%) blur(16px);position:sticky;top:0;z-index:100;margin-bottom:0}.nav-wrap{display:flex;justify-content:space-between;align-items:center;width:100%}.logo{font-weight:800;font-size:var(--text-lg);letter-spacing:-.04em;color:var(--fg);z-index:101}.logo span{color:var(--accent)}.mobile-menu-btn{display:block;background:none;border:none;color:var(--fg);cursor:pointer;padding:.5rem;z-index:101}.nav-links{position:fixed;top:0;left:0;width:100%;height:100vh;background:var(--bg);display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2rem;transform:translateY(-100%);transition:transform .3s cubic-bezier(.4,0,.2,1);z-index:100}.nav-links.is-open{transform:translateY(0)}.nav-item{color:var(--fg-muted);font-size:var(--text-xl);font-weight:600;padding:.5rem 1rem;border-radius:var(--radius-sm)}.nav-item:hover,.nav-item.active{color:var(--fg);background:var(--bg-subtle)}h1,h2,h3,h4{color:var(--fg);font-weight:700;letter-spacing:-.03em;line-height:1.15;text-wrap:balance}.display-1{font-size:var(--text-4xl);font-weight:800}.heading-1{font-size:var(--text-2xl)}.heading-2{font-size:var(--text-xl)}.badge{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:9999px;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;background:var(--bg-subtle);border:1px solid var(--border);color:var(--fg-muted)}.badge.tech{color:#3b82f6;border-color:#3b82f64d;background:#3b82f60d}.badge.art{color:#ec4899;border-color:#ec48994d;background:#ec48990d}.badge.hack{color:#10b981;border-color:#10b9814d;background:#10b9810d}.badge.guide{color:#f59e0b;border-color:#f59e0b4d;background:#f59e0b0d}.blog-grid{display:grid;grid-template-columns:1fr;gap:2rem;padding:2rem 0 4rem}.post-card{padding:1.5rem;background:var(--bg-subtle);border:1px solid var(--border);border-radius:var(--radius);display:flex;flex-direction:column;gap:1.25rem;height:100%;transition:var(--transition);position:relative;overflow:hidden}.post-card:hover{border-color:var(--accent);transform:translateY(-4px);box-shadow:0 12px 24px -10px #00000080}.post-card-meta{display:flex;align-items:center;justify-content:space-between;gap:.75rem;font-size:var(--text-xs);color:var(--fg-dim);font-weight:500}.post-card-title{font-size:var(--text-xl);font-weight:700;line-height:1.3;color:var(--fg)}.post-card-title a:after{content:"";position:absolute;inset:0}.post-card-description{font-size:var(--text-base);color:var(--fg-muted);line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.prose{font-size:var(--text-base);color:var(--fg-muted);line-height:1.7}.prose h1,.prose h2,.prose h3{color:var(--fg);margin-top:3rem;margin-bottom:1.25rem;line-height:1.2}.prose p{margin-bottom:1.5rem}.prose a{color:var(--accent);text-decoration:underline;text-underline-offset:4px;font-weight:500}.prose blockquote{border-left:3px solid var(--accent);padding:1.5rem 2rem;background:var(--bg-subtle);font-style:italic;margin:2.5rem 0;border-radius:0 var(--radius-sm) var(--radius-sm) 0;color:var(--fg)}.prose img{border-radius:var(--radius);border:1px solid var(--border);margin:2.5rem 0;max-width:100%}.prose code{background:var(--bg-subtle);padding:.2em .4em;border-radius:4px;font-size:.9em;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.prose pre{background:var(--bg-subtle);padding:1.5rem;border-radius:var(--radius);border:1px solid var(--border);margin:2.5rem 0;overflow-x:auto}.page-header{padding:4rem 0 3rem;border-bottom:1px solid var(--border);text-align:left;display:flex;flex-direction:column;gap:1.5rem}.page-header.centered{text-align:center;align-items:center}.page-header.no-border{border-bottom:none;padding-bottom:1rem}.page-header.is-hero{padding:6rem 0;border-bottom:none}.page-header h1{margin:0;line-height:1.1;letter-spacing:-.04em}.page-header-meta{display:flex;align-items:center;gap:1rem;font-size:var(--text-sm);color:var(--fg-dim)}.page-description{color:var(--fg-muted);font-size:var(--text-lg);margin:0;max-width:60ch;line-height:1.6}@media(min-width:640px){.blog-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}}@media(min-width:768px){.site-header{height:80px}.mobile-menu-btn{display:none}.nav-links{position:static;height:auto;width:auto;background:none;flex-direction:row;transform:none;gap:.5rem}.nav-item{font-size:var(--text-sm);font-weight:500}.display-1{font-size:var(--text-5xl)}.heading-1{font-size:var(--text-3xl)}.page-header{padding:6rem 0 4rem;gap:2rem}.page-description{font-size:var(--text-xl)}.page-header.is-hero{padding:10rem 0}.prose{font-size:1.125rem}}.site-footer[data-astro-cid-sz7xmlte]{margin-top:6rem;padding:4rem 0 2rem;border-top:1px solid var(--border);background:var(--bg-subtle)}.footer-content[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;gap:3rem;margin-bottom:4rem}.footer-brand[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;gap:1rem;max-width:300px}.footer-desc[data-astro-cid-sz7xmlte]{color:var(--fg-muted);font-size:var(--text-sm);line-height:1.6}.footer-links[data-astro-cid-sz7xmlte] nav[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;gap:1rem}.footer-bottom[data-astro-cid-sz7xmlte]{padding-top:2rem;border-top:1px solid var(--border);text-align:center;color:var(--fg-dim);font-size:var(--text-xs)}@media(min-width:768px){.footer-content[data-astro-cid-sz7xmlte]{flex-direction:row;justify-content:space-between;align-items:flex-start}.footer-links[data-astro-cid-sz7xmlte] nav[data-astro-cid-sz7xmlte]{flex-direction:row;gap:2rem}.footer-bottom[data-astro-cid-sz7xmlte]{display:flex;justify-content:space-between;align-items:center;text-align:left}}
