.blog-page{min-height:100vh;background:var(--bg-primary);color:var(--text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}html:has(.blog-page),html:has(.blog-page) body{overflow:auto}.site-header{position:sticky;top:0;z-index:100;padding:1rem 2rem;background:var(--header-bg);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--header-border)}.site-header .header-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.site-header .brand{font-size:1.5rem;font-weight:700;text-decoration:none;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.site-header nav{display:flex;gap:1.5rem;align-items:center}.site-header nav a{color:var(--text-secondary);text-decoration:none;font-size:.9rem;font-weight:500;transition:color .25s ease;position:relative}.site-header nav a:hover,.site-header nav a.active{color:var(--accent-gold)}.site-header nav a.active:after{content:"";position:absolute;bottom:-4px;left:0;right:0;height:2px;background:var(--accent-gold);border-radius:1px}.blog-hero{text-align:center;padding:4rem 2rem 2rem;position:relative}.blog-hero:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:600px;height:300px;background:radial-gradient(circle,rgba(212,168,83,.12) 0%,transparent 70%);pointer-events:none}.blog-hero h1{font-size:clamp(2rem,5vw,3rem);font-weight:700;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.75rem}.blog-hero .blog-description{color:var(--text-muted);font-size:1.1rem;max-width:600px;margin:0 auto;line-height:1.6}.category-filter{display:flex;justify-content:center;flex-wrap:wrap;gap:.5rem;padding:1.5rem 2rem 2rem;max-width:900px;margin:0 auto}.category-pill{padding:.45rem 1rem;border:1px solid rgba(212,168,83,.2);border-radius:100px;background:transparent;color:var(--text-secondary);font-size:.82rem;font-weight:500;font-family:inherit;cursor:pointer;transition:all .25s ease}.category-pill:hover{border-color:#d4a85380;background:#d4a85314;color:var(--text-primary)}.category-pill.active{background:linear-gradient(135deg,var(--accent-gold),var(--accent-gold-light));border-color:transparent;color:var(--bg-primary);font-weight:600}.blog-grid{max-width:1200px;margin:0 auto;padding:0 2rem 4rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:1.5rem}.post-card{background:var(--bg-card);border:1px solid rgba(30,74,143,.2);border-radius:12px;overflow:hidden;transition:all .35s ease;text-decoration:none;color:inherit;display:flex;flex-direction:column}.post-card:hover{transform:translateY(-4px);border-color:#d4a85359;box-shadow:0 12px 40px #0000004d,0 0 30px #d4a8530f}.post-card .card-image{width:100%;aspect-ratio:16 / 9;object-fit:cover;border-bottom:1px solid rgba(30,74,143,.15)}.post-card .card-body{padding:1.25rem 1.5rem 1.5rem;flex:1;display:flex;flex-direction:column}.post-card .card-category{display:inline-block;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--accent-gold);margin-bottom:.6rem}.post-card .card-title{font-size:1.15rem;font-weight:600;line-height:1.35;margin-bottom:.6rem;color:var(--text-primary)}.post-card .card-excerpt{font-size:.88rem;line-height:1.55;color:var(--text-muted);flex:1;margin-bottom:1rem}.post-card .card-meta{display:flex;align-items:center;gap:1rem;font-size:.78rem;color:var(--text-muted)}.post-card .card-meta .meta-dot{width:3px;height:3px;border-radius:50%;background:var(--text-muted)}.article-page .breadcrumb{max-width:780px;margin:0 auto;padding:1.5rem 2rem 0;display:flex;align-items:center;gap:.4rem;font-size:.82rem;color:var(--text-muted)}.breadcrumb a{color:var(--text-secondary);text-decoration:none;transition:color .2s ease}.breadcrumb a:hover{color:var(--accent-gold)}.breadcrumb .separator{opacity:.4}.article-header{max-width:780px;margin:0 auto;padding:2rem 2rem 1rem}.article-header .article-category{display:inline-block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--accent-gold);margin-bottom:.75rem}.article-header h1{font-size:clamp(1.8rem,4vw,2.6rem);font-weight:700;line-height:1.2;color:var(--text-primary);margin-bottom:1rem}.article-header .article-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;font-size:.85rem;color:var(--text-muted)}.article-header .article-meta .meta-dot{width:3px;height:3px;border-radius:50%;background:var(--text-muted)}.article-featured-image{max-width:780px;margin:1.5rem auto;padding:0 2rem}.article-featured-image img{width:100%;border-radius:12px;border:1px solid rgba(30,74,143,.2)}.article-body{max-width:780px;margin:0 auto;padding:1rem 2rem 3rem;line-height:1.8;color:var(--text-secondary);font-size:1.05rem}.article-body h2{font-size:1.5rem;font-weight:600;color:var(--text-primary);margin:2.5rem 0 1rem}.article-body h3{font-size:1.2rem;font-weight:600;color:var(--text-primary);margin:2rem 0 .75rem}.article-body p{margin-bottom:1.25rem}.article-body a{color:var(--accent-gold);text-decoration:underline;text-underline-offset:2px;transition:color .2s ease}.article-body a:hover{color:var(--accent-gold-light)}.article-body img{max-width:100%;border-radius:8px;margin:1.5rem 0;border:1px solid rgba(30,74,143,.15)}.article-body blockquote{border-left:3px solid var(--accent-gold);margin:1.5rem 0;padding:1rem 1.5rem;background:#d4a8530f;border-radius:0 8px 8px 0;color:var(--text-secondary);font-style:italic}.article-body ul,.article-body ol{margin:1rem 0 1.25rem 1.5rem}.article-body li{margin-bottom:.5rem}.article-body code{font-family:SF Mono,Fira Code,monospace;font-size:.88em;background:#1e4a8f33;padding:.15em .4em;border-radius:4px}.related-posts{max-width:1200px;margin:0 auto;padding:0 2rem 4rem}.related-posts h2{font-size:1.35rem;font-weight:600;color:var(--text-primary);margin-bottom:1.25rem}.related-posts .related-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.25rem}.site-footer{border-top:1px solid var(--footer-border);padding:2rem;text-align:center}.site-footer .footer-inner{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:.75rem}.site-footer .footer-brand{font-size:1.1rem;font-weight:600;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.site-footer .footer-links{display:flex;gap:1.5rem;flex-wrap:wrap;justify-content:center}.site-footer .footer-links a{color:var(--text-muted);text-decoration:none;font-size:.82rem;transition:color .2s ease}.site-footer .footer-links a:hover{color:var(--accent-gold)}.site-footer .footer-copy{font-size:.78rem;color:var(--text-muted);opacity:.6}.no-posts{grid-column:1 / -1;text-align:center;padding:3rem 1rem;color:var(--text-muted);font-size:1rem}.back-link{display:inline-flex;align-items:center;gap:.35rem;color:var(--text-secondary);text-decoration:none;font-size:.88rem;font-weight:500;transition:color .2s ease;margin-bottom:1.5rem}.back-link:hover{color:var(--accent-gold)}@media(max-width:768px){.blog-grid{grid-template-columns:1fr}.site-header .header-inner{flex-direction:column;gap:.75rem}.article-body{font-size:1rem}.article-header h1{font-size:1.6rem}}@media(max-width:480px){.blog-hero{padding:2.5rem 1rem 1.5rem}.blog-grid{padding:0 1rem 3rem}.category-filter{padding:1rem}}[data-theme=light] .site-header{border-bottom-color:#1a1a2e0f}[data-theme=light] .blog-hero:before{background:radial-gradient(circle,rgba(176,137,48,.08) 0%,transparent 70%)}[data-theme=light] .category-pill{border-color:#1a1a2e1f}[data-theme=light] .category-pill:hover{border-color:#b0893066;background:#b089300f}[data-theme=light] .post-card{background:#ffffffd9;border-color:#1a1a2e14;box-shadow:0 1px 3px #0000000a}[data-theme=light] .post-card:hover{border-color:#b089304d;box-shadow:0 8px 30px #00000014,0 0 20px #b089300a}[data-theme=light] .post-card .card-image{border-bottom-color:#1a1a2e0f}[data-theme=light] .article-body a{color:var(--accent-gold)}[data-theme=light] .article-body blockquote{border-left-color:var(--accent-gold);background:#b089300a}[data-theme=light] .site-footer{background:var(--footer-bg);color:var(--text-primary)}[data-theme=light] .site-footer .footer-brand{background:linear-gradient(135deg,var(--accent-gold) 0%,var(--accent-gold-light) 50%,#1a1a2e 100%);-webkit-background-clip:text;background-clip:text}[data-theme=light] .site-footer .footer-links a{color:var(--text-muted)}[data-theme=light] .site-footer .footer-links a:hover{color:var(--accent-gold)}[data-theme=light] .site-footer .footer-copy{color:var(--text-muted)}
