@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");:root{--bg:#fff;--bg-alt:#f7f7f5;--surface:#fff;--border:#e8e8e6;--text:#1a1a1a;--text-secondary:#555;--text-muted:#999;--accent:#1a1a1a}*{box-sizing:border-box;margin:0;padding:0}body,html{background:var(--bg);color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;-webkit-font-smoothing:antialiased;line-height:1.6}a{color:inherit;text-decoration:none}.site-header{justify-content:space-between;padding:24px 40px;position:-webkit-sticky;position:sticky;top:0;background:hsla(0,0%,100%,.92);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:100}.logo,.site-header{display:flex;align-items:center}.logo{flex-direction:column;gap:4px}.logo-icon{width:32px;height:20px}.logo-text{font-size:11px;font-weight:500;letter-spacing:4px;text-transform:uppercase;color:var(--text)}.site-nav{display:flex;gap:32px;align-items:center}.site-nav a{font-size:14px;font-weight:400;color:var(--text);transition:opacity .15s}.site-nav a:hover{opacity:.6}.site-main{min-height:70vh}.site-footer{padding:48px 40px;border-top:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;color:var(--text-muted);font-size:12px;letter-spacing:.5px}.post-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2px;gap:2px}.post-card{position:relative;overflow:hidden;aspect-ratio:4/3;cursor:pointer}.post-card img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.post-card:hover img{transform:scale(1.03)}.post-card-overlay{position:absolute;bottom:0;left:0;right:0;padding:40px 24px 24px;background:linear-gradient(0deg,rgba(0,0,0,.6) 0,transparent);opacity:0;transition:opacity .3s ease}.post-card:hover .post-card-overlay{opacity:1}.post-card-overlay h2{color:#fff;font-size:16px;font-weight:500;line-height:1.3;margin:0}.post-card-no-image{background:var(--bg-alt);display:flex;align-items:center;justify-content:center;aspect-ratio:4/3}.post-card-no-image .post-card-inner{padding:32px;text-align:center}.post-card-no-image h2{font-size:18px;font-weight:500;line-height:1.4}.post-card-no-image .kicker{margin-bottom:8px}.kicker{font-size:10px;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:var(--text-muted);display:block}.post-page{max-width:800px;margin:0 auto;padding:60px 40px 100px}.post-back{font-size:13px;color:var(--text-muted);display:inline-block;margin-bottom:48px;transition:color .15s}.post-back:hover{color:var(--text)}.post-page h1{font-size:42px;font-weight:600;line-height:1.15;letter-spacing:-.02em;margin-bottom:16px}.post-meta{display:flex;align-items:center;gap:12px;margin-bottom:40px}.post-date{font-size:13px;color:var(--text-muted)}.post-cover{width:100%;border-radius:4px;margin-bottom:40px;display:block}.post-body{font-size:17px;line-height:1.8;color:var(--text-secondary)}.post-body p{margin:0 0 24px}.post-body a{color:var(--text);text-decoration:underline}.video-embed{position:relative;width:100%;padding-bottom:56.25%;margin:32px 0 40px;border-radius:4px;overflow:hidden;background:#000}.video-embed iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.video-cta{display:inline-flex;align-items:center;gap:6px;margin-top:8px;font-size:14px;color:var(--text-muted);transition:color .15s}.video-cta:hover{color:var(--text)}.source-attribution{margin-top:48px;padding-top:24px;border-top:1px solid var(--border);font-size:13px;color:var(--text-muted)}.source-attribution a{color:var(--text);text-decoration:none;font-weight:500}.source-attribution a:hover{text-decoration:underline}.empty{text-align:center;padding:120px 20px;color:var(--text-muted)}.empty h1{color:var(--text);font-size:24px;font-weight:500}@media (max-width:900px){.post-grid{grid-template-columns:repeat(2,1fr)}.site-header{padding:20px 24px}.site-footer{padding:32px 24px}.post-page{padding:40px 24px 80px}.post-page h1{font-size:32px}}@media (max-width:600px){.post-grid{grid-template-columns:1fr}.site-nav{gap:20px}.site-nav a{font-size:13px}.post-page h1{font-size:28px}.post-card-overlay{opacity:1}}