@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--bg: #131312;--surface: #1e1e1d;--surface-2: #272725;--border: #2e2e2c;--text: #f0ede8;--text-muted: #8a8980;--text-dim: #504f4b;--accent: #d4956a;--accent-hover: #e0a47a;--radius: 14px;--radius-sm: 8px;--max-w: 1200px;--header-h: 80px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}h1,h2,h3,h4{line-height:1.2;font-weight:700;letter-spacing:-.025em}.container{max-width:var(--max-w);margin:0 auto;padding:0 24px}#site-header .container{height:100%}#site-header{position:sticky;top:0;z-index:100;height:var(--header-h);background:#131312e0;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border)}.header-inner{display:flex;align-items:center;justify-content:space-between;height:100%}.site-logo{font-size:20px;font-weight:800;letter-spacing:-.04em;color:var(--text)}.site-logo .accent{color:var(--accent)}.site-nav ul{display:flex;gap:28px;list-style:none}.site-nav a{font-size:14px;font-weight:700;color:var(--text-muted);transition:color .2s}.site-nav a:hover{color:var(--text)}.nav-toggle{display:none;background:none;border:none;cursor:pointer;color:var(--text);padding:4px}.nav-toggle svg{display:block}.cat-badge{display:inline-block;padding:4px 12px;border-radius:100px;font-size:12px;font-weight:600;letter-spacing:.01em}.cat-badge.glass{background:#ffffff26;backdrop-filter:blur(8px);color:#fff;border:1px solid rgba(255,255,255,.2)}.cat-badge.dark{background:var(--surface-2);color:var(--text-muted);border:1px solid var(--border)}#posts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:36px 24px;margin-bottom:48px;min-height:200px}.post-card{display:flex;flex-direction:column;position:relative}.post-card-thumb{aspect-ratio:16/10;border-radius:var(--radius);overflow:hidden;background:var(--surface);margin-bottom:16px;flex-shrink:0}.post-card-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.post-card:hover .post-card-thumb img{transform:scale(1.05)}.post-card-thumb-placeholder{width:100%;height:100%;background:linear-gradient(135deg,var(--surface-2) 0%,#2f2f2d 100%)}.post-card-cat{margin-bottom:10px}.post-card-title{font-size:16px;font-weight:700;letter-spacing:-.02em;line-height:1.45;margin-bottom:8px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;transition:color .15s}.post-card:hover .post-card-title{color:var(--accent)}.post-card-title a:after{content:"";position:absolute;inset:0;z-index:1}.post-card .cat-badge{position:relative;z-index:2}.post-card-excerpt{font-size:13px;color:var(--text-muted);line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:12px;flex-grow:1}.post-card-date{font-size:12px;color:var(--text-dim)}.load-more-wrap{display:flex;justify-content:center;margin-bottom:80px}#site-footer{border-top:1px solid var(--border);padding:40px 0}.footer-inner{display:flex;align-items:center;justify-content:space-between}.footer-logo{font-size:18px;font-weight:800;letter-spacing:-.04em}.footer-logo .accent{color:var(--accent)}.footer-copy{font-size:13px;color:var(--text-dim)}::selection{background:#fff;color:#131312}@media(max-width:1024px){#posts-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){:root{--header-h: 56px}}@media(max-width:640px){.site-nav{display:none;position:absolute;top:var(--header-h);left:0;right:0;background:var(--bg);border-bottom:1px solid var(--border);padding:16px 24px}.site-nav.open{display:block}.site-nav ul{flex-direction:column;gap:16px}.nav-toggle{display:flex}#posts-grid{grid-template-columns:1fr;gap:28px}.footer-inner{flex-direction:column;gap:12px;text-align:center}}
