:root{--color-bg-primary: #0f0f14;--color-bg-secondary: #16161d;--color-bg-card: #1c1c26;--color-bg-hover: #252532;--color-accent: #8b5cf6;--color-accent-hover: #a78bfa;--color-accent-muted: #7c3aed;--gradient-v3-1: linear-gradient(135deg, #8b5cf6 0%, #ec4899 100%);--gradient-v3-2: linear-gradient(135deg, #06b6d4 0%, #8b5cf6 100%);--gradient-v3-3: linear-gradient(135deg, #f59e0b 0%, #ef4444 100%);--font-display: "Playfair Display", Georgia, serif;--font-body: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--font-mono: "JetBrains Mono", monospace}.articles-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}.article-card{background:var(--color-bg-card);border-radius:16px;overflow:hidden;transition:all .3s ease;border:1px solid var(--color-border)}.article-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px #8b5cf626;border-color:var(--color-accent)}.article-image{height:200px;width:100%;background:var(--gradient-v3-1);position:relative;overflow:hidden}.article-card:nth-child(2n) .article-image{background:var(--gradient-v3-2)}.article-card:nth-child(3n) .article-image{background:var(--gradient-v3-3)}.article-card .category-badge{position:absolute;top:12px;left:12px;z-index:2}.article-content{padding:1.25rem}.article-title{font-size:1.15rem;line-height:1.4;margin-bottom:.75rem;font-weight:600}.article-title a{color:var(--color-text-primary)}.article-title a:hover{color:var(--color-accent)}.article-excerpt{font-size:.9rem;color:var(--color-text-secondary);line-height:1.6;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.article-meta{display:flex;justify-content:space-between;align-items:center;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--color-border);font-size:.8rem}.hero-grid{display:grid;grid-template-columns:2fr 1fr;gap:1.5rem;margin-bottom:3rem}.hero-main{border-radius:20px;overflow:hidden;position:relative;min-height:450px;background:var(--gradient-v3-1)}.hero-main-content{position:absolute;bottom:0;left:0;right:0;padding:2rem;background:linear-gradient(transparent,#000000e6)}.hero-title{font-size:2rem;line-height:1.2;margin-bottom:.75rem}.hero-title a{color:#fff}.hero-title a:hover{color:var(--color-accent)}.hero-meta{color:#fffc;font-size:.9rem}.hero-sidebar{display:flex;flex-direction:column;gap:1rem}.sidebar-item{background:var(--color-bg-card);border-radius:12px;padding:1rem;border:1px solid var(--color-border);transition:all .2s ease}.sidebar-item:hover{border-color:var(--color-accent);transform:translate(4px)}.sidebar-category{font-size:.7rem;text-transform:uppercase;letter-spacing:.05em;color:var(--color-accent);margin-bottom:.5rem}.sidebar-title{font-size:.95rem;line-height:1.4;font-weight:500}.sidebar-title a{color:var(--color-text-primary)}.sidebar-title a:hover{color:var(--color-accent)}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid var(--color-border)}.section-title{font-size:1.5rem;font-weight:700;color:var(--color-text-primary)}.nav-link{padding:.5rem 1rem;border-radius:20px;transition:all .2s ease}.nav-link.active{background:var(--gradient-v3-1);color:#fff}.newsletter{background:var(--gradient-v3-1);border-radius:20px;padding:2.5rem;text-align:center;margin-top:3rem}.newsletter-title{color:#fff;font-size:1.75rem;margin-bottom:.5rem}.newsletter-text{color:#ffffffd9;max-width:500px;margin:0 auto 1.5rem}.newsletter-input{background:#ffffff26;border:1px solid rgba(255,255,255,.3);color:#fff}.newsletter-input::placeholder{color:#fff9}.newsletter-button{background:#fff;color:var(--color-accent);font-weight:600}.newsletter-button:hover{background:#ffffffe6;color:var(--color-accent-hover)}.footer{background:var(--color-bg-secondary);border-top:1px solid var(--color-border);margin-top:4rem;padding:3rem 0 1.5rem}.footer-logo{color:var(--color-accent)}@media(max-width:768px){.hero-grid,.articles-grid{grid-template-columns:1fr}.hero-main{min-height:350px}.hero-title{font-size:1.5rem}}
