@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0f0f0f;--surface: #1a1a1a;--border: #2a2a2a;--accent: #6c63ff;--accent-dim:#4f48c4;--text: #e0e0e0;--text-muted:#888;--font: "Inter", system-ui, sans-serif;--max-w: 1100px;--radius: 8px}html{font-size:16px;scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:var(--font);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent-dim)}img{display:block;max-width:100%;height:auto}.container{max-width:var(--max-w);margin:0 auto;padding:0 1.5rem}.site-nav{border-bottom:1px solid var(--border);padding:1rem 0;position:sticky;top:0;background:#0f0f0feb;backdrop-filter:blur(8px);z-index:100}.nav-inner{display:flex;align-items:center;justify-content:space-between;max-width:var(--max-w);margin:0 auto;padding:0 1.5rem}.nav-logo{font-weight:700;font-size:1.1rem;color:var(--text);letter-spacing:-.02em}.nav-logo span{color:var(--accent)}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{color:var(--text-muted);font-size:.9rem;font-weight:500;transition:color .15s}.nav-links a:hover{color:var(--text)}.nav-toggle{display:none;background:none;border:none;cursor:pointer;padding:.25rem}.nav-toggle span{display:block;width:22px;height:2px;background:var(--text);margin:4px 0;transition:all .2s}.hero{position:relative;height:520px;overflow:hidden;background:var(--surface)}.hero-image{width:100%;height:100%;object-fit:cover;opacity:.45}.hero-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460)}.hero-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(15,15,15,.95) 0%,rgba(15,15,15,.4) 60%,transparent 100%);display:flex;align-items:flex-end;padding:2.5rem}.hero-content{max-width:700px}.hero-tags{display:flex;gap:.5rem;margin-bottom:1rem;flex-wrap:wrap}.tag{background:var(--accent);color:#fff;font-size:.72rem;font-weight:600;padding:.2rem .6rem;border-radius:4px;text-transform:uppercase;letter-spacing:.05em}.hero-title{font-size:clamp(1.6rem,3vw,2.4rem);font-weight:700;line-height:1.25;letter-spacing:-.02em;margin-bottom:.75rem;color:#fff}.hero-excerpt{color:#ffffffbf;font-size:1rem;margin-bottom:1.25rem;max-width:580px}.hero-meta{display:flex;align-items:center;gap:1rem;font-size:.85rem;color:#ffffff8c}.hero-meta strong{color:#ffffffd9}.btn{display:inline-flex;align-items:center;gap:.4rem;background:var(--accent);color:#fff;padding:.6rem 1.25rem;border-radius:var(--radius);font-weight:600;font-size:.9rem;transition:background .15s,transform .1s}.btn:hover{background:var(--accent-dim);color:#fff;transform:translateY(-1px)}.post-list-section{padding:3rem 0}.section-heading{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:1px solid var(--border)}.post-list{display:flex;flex-direction:column;gap:0}.post-card{display:grid;grid-template-columns:140px 1fr;gap:1.25rem;padding:1.25rem 0;border-bottom:1px solid var(--border);align-items:start;transition:opacity .15s}.post-card:hover{opacity:.85}.post-card:first-child{border-top:none}.post-card-thumb{width:140px;height:90px;object-fit:cover;border-radius:var(--radius);background:var(--surface);flex-shrink:0}.post-card-thumb-placeholder{width:140px;height:90px;border-radius:var(--radius);background:linear-gradient(135deg,var(--surface),var(--border));flex-shrink:0}.post-card-tags{display:flex;gap:.4rem;margin-bottom:.4rem;flex-wrap:wrap}.post-card-title{font-size:1rem;font-weight:600;line-height:1.35;color:var(--text);margin-bottom:.4rem;letter-spacing:-.01em}.post-card-excerpt{font-size:.875rem;color:var(--text-muted);line-height:1.5;margin-bottom:.5rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.post-card-meta{font-size:.8rem;color:var(--text-muted)}.post-card-meta strong{color:var(--text)}.post-header{position:relative;height:420px;overflow:hidden;background:var(--surface)}.post-header-image{width:100%;height:100%;object-fit:cover;opacity:.4}.post-header-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#1a1a2e,#0f3460)}.post-header-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(15,15,15,1) 0%,rgba(15,15,15,.3) 70%,transparent 100%);display:flex;align-items:flex-end;padding:2rem}.post-header-content{max-width:800px}.post-title{font-size:clamp(1.6rem,3.5vw,2.6rem);font-weight:700;letter-spacing:-.03em;line-height:1.2;color:#fff;margin-top:.75rem;margin-bottom:.75rem}.post-meta-bar{display:flex;align-items:center;gap:1rem;font-size:.85rem;color:#ffffff80}.post-meta-bar strong{color:#fffc}.post-body{max-width:740px;margin:2.5rem auto;padding:0 1.5rem}.post-body h2{font-size:1.5rem;font-weight:700;margin:2rem 0 .75rem;letter-spacing:-.02em}.post-body h3{font-size:1.2rem;font-weight:600;margin:1.5rem 0 .5rem}.post-body p{margin-bottom:1.25rem;color:var(--text);line-height:1.75}.post-body ul,.post-body ol{margin-bottom:1.25rem;padding-left:1.5rem}.post-body li{margin-bottom:.4rem;line-height:1.7}.post-body strong{color:#fff;font-weight:600}.post-body a{border-bottom:1px solid var(--accent)}.post-body code{background:var(--surface);border:1px solid var(--border);padding:.1em .4em;border-radius:4px;font-size:.875em;font-family:JetBrains Mono,Fira Code,monospace}.post-body pre{background:var(--surface);border:1px solid var(--border);padding:1.25rem;border-radius:var(--radius);overflow-x:auto;margin-bottom:1.5rem}.post-body pre code{background:none;border:none;padding:0}.author-bio{max-width:740px;margin:2rem auto 3rem;padding:1.5rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);display:flex;gap:1.25rem;align-items:flex-start}.author-avatar{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0;background:var(--border)}.author-avatar-placeholder{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,var(--accent),var(--accent-dim));display:flex;align-items:center;justify-content:center;font-size:1.3rem;font-weight:700;color:#fff;flex-shrink:0}.author-info-name{font-weight:700;font-size:.95rem;margin-bottom:.25rem}.author-info-bio{font-size:.875rem;color:var(--text-muted);line-height:1.55}.about-page{max-width:700px;margin:4rem auto;padding:0 1.5rem}.about-page h1{font-size:2.2rem;font-weight:700;letter-spacing:-.03em;margin-bottom:1rem}.about-page p{color:var(--text-muted);line-height:1.75;margin-bottom:1.25rem}.about-page h2{font-size:1.3rem;font-weight:600;margin:2rem 0 .75rem}.persona-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem;margin-top:1rem}.persona-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1rem 1.25rem}.persona-card-avatar{width:72px;height:72px;border-radius:50%;object-fit:cover;margin-bottom:.75rem;border:2px solid var(--border)}.persona-card-name{font-weight:600;font-size:.95rem;margin-bottom:.2rem}.persona-card-role{font-size:.8rem;color:var(--accent);margin-bottom:.5rem}.persona-card-bio{font-size:.825rem;color:var(--text-muted);line-height:1.5}.nav-dropdown{position:relative}.nav-dropdown ul{display:none;position:absolute;top:calc(100% + .5rem);left:0;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);min-width:160px;padding:.4rem 0;z-index:200}.nav-dropdown:hover ul,.nav-dropdown:focus-within ul{display:block}.nav-dropdown ul li a{display:block;padding:.5rem 1rem;font-size:.85rem;color:var(--text-muted);white-space:nowrap}.nav-dropdown ul li a:hover{color:var(--text);background:var(--border)}.category-page{padding:3rem 0}.category-header{margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.category-eyebrow{display:inline-block;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--accent);margin-bottom:.5rem}.category-title{font-size:clamp(1.8rem,3vw,2.5rem);font-weight:700;letter-spacing:-.03em;margin-bottom:.5rem}.category-description{color:var(--text-muted);font-size:1rem;max-width:600px}.category-empty{padding:4rem 0;text-align:center;color:var(--text-muted)}.site-footer{border-top:1px solid var(--border);padding:2rem 0;text-align:center;font-size:.85rem;color:var(--text-muted)}@media (max-width: 640px){.nav-links{display:none;flex-direction:column;gap:0}.nav-links.open{display:flex;position:absolute;top:100%;left:0;right:0;background:var(--bg);border-bottom:1px solid var(--border);padding:1rem 1.5rem}.nav-links.open a{padding:.6rem 0;display:block}.nav-toggle{display:block}.hero{height:400px}.hero-overlay{padding:1.5rem}.post-card{grid-template-columns:1fr}.post-card-thumb,.post-card-thumb-placeholder{width:100%;height:180px}.author-bio{flex-direction:column}}
