:root{--bg:#0a0a0a;--bg-elevated:#141414;--bg-muted:#1a1a1a;--text:#fafafa;--text-muted:#a3a3a3;--accent:#22d3ee;--accent-hover:#67e8f9;--border:#262626;--radius:8px;--font-sans:system-ui,-apple-system,sans-serif;--max-width:1200px}*{box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}body{margin:0;font-family:var(--font-sans);background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}a:hover{color:var(--accent)}img{max-width:100%;height:auto;display:block}.archive-page{min-height:100vh;display:flex;flex-direction:column}.archive-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;max-width:var(--max-width);margin:0 auto;width:100%;border-bottom:1px solid var(--border)}.site-logo{font-size:1.25rem;font-weight:700;color:var(--text)}.header-nav{display:flex;gap:1.5rem}.header-nav a{font-size:.9rem;color:var(--text-muted)}.hero{text-align:center;padding:4rem 1.5rem 3rem;max-width:var(--max-width);margin:0 auto;width:100%}.hero h1{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;margin:0 0 1rem;letter-spacing:-.02em;line-height:1.2}.hero p{font-size:1.125rem;color:var(--text-muted);margin:0;max-width:500px;margin-inline:auto}.section{padding:3rem 1.5rem}.section-inner{max-width:var(--max-width);margin:0 auto}.section-title{font-size:1.5rem;font-weight:700;margin:0 0 2rem}.section-featured{padding-top:0}.featured-main{display:grid;grid-template-columns:1fr 320px;grid-gap:2rem;gap:2rem;align-items:start}@media (max-width:900px){.featured-main{grid-template-columns:1fr}}.featured-left{display:flex;flex-direction:column;gap:1.5rem}.featured-card{display:block;background:var(--bg-muted);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:border-color .2s}.featured-card:hover{border-color:var(--accent)}.featured-card__img{width:100%;height:240px;object-fit:cover}.featured-card--small .featured-card__img{display:none}.featured-card--large .featured-card__img{height:320px}.featured-card__content{padding:1.25rem}.featured-card__meta{display:flex;flex-wrap:wrap;gap:.5rem 1rem;font-size:.8rem;color:var(--text-muted);margin-bottom:.5rem}.featured-card__meta .categories{color:var(--accent)}.featured-card h2,.featured-card h3{margin:0 0 .5rem;font-size:1.25rem;font-weight:600;line-height:1.3}.featured-card--large h2{font-size:1.5rem}.featured-card p{margin:0;font-size:.95rem;color:var(--text-muted)}.featured-list{display:flex;flex-direction:column;gap:1rem}.featured-card--small{display:flex;flex-direction:row}.featured-card--small .featured-card__content{flex:1 1}.featured-sidebar{position:-webkit-sticky;position:sticky;top:1rem}.special-offer{background:linear-gradient(135deg,var(--bg-muted) 0,var(--bg-elevated) 100%);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem}.special-offer h4{margin:0 0 .75rem;font-size:1.1rem;font-weight:600}.special-offer p{margin:0 0 1rem;font-size:.9rem;color:var(--text-muted)}.btn{display:inline-block;padding:.625rem 1.25rem;font-size:.9rem;font-weight:600;border-radius:6px;border:none;cursor:pointer;transition:background .2s}.btn--primary{background:var(--accent);color:var(--bg)}.btn--primary:hover{background:var(--accent-hover);color:var(--bg)}.articles-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem}@media (max-width:768px){.articles-grid{grid-template-columns:1fr}}.article-card{display:flex;flex-direction:column;background:var(--bg-muted);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:border-color .2s}.article-card:hover{border-color:var(--accent)}.article-card__img{width:100%;height:160px;object-fit:cover}.article-card__content{padding:1.25rem;flex:1 1}.article-card__meta{display:flex;flex-wrap:wrap;gap:.5rem 1rem;font-size:.8rem;color:var(--text-muted);margin-bottom:.5rem}.article-card__meta .categories{color:var(--accent)}.article-card h3{margin:0 0 .5rem;font-size:1.1rem;font-weight:600;line-height:1.3}.article-card p{margin:0;font-size:.9rem;color:var(--text-muted);line-height:1.5}.special-grid{display:flex;flex-direction:column;gap:1.5rem}.special-row{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem}@media (max-width:768px){.special-row{grid-template-columns:1fr}}.article-card--compact .article-card__img{display:none}.section-subscribe{background:var(--bg-muted);border-top:1px solid var(--border)}.subscribe-box{max-width:560px;margin:0 auto;text-align:center}.subscribe-box h2{font-size:1.5rem;font-weight:700;margin:0 0 .5rem}.subscribe-box p{color:var(--text-muted);margin:0 0 1.5rem}.subscribe-form{display:flex;gap:.5rem;flex-wrap:wrap;justify-content:center}.subscribe-input{flex:1 1;min-width:200px;padding:.75rem 1rem;font-size:1rem;border:1px solid var(--border);border-radius:6px;background:var(--bg);color:var(--text)}.subscribe-input::placeholder{color:var(--text-muted)}.subscribe-input:focus{outline:none;border-color:var(--accent)}.archive-footer{margin-top:auto;padding:2rem 1.5rem;border-top:1px solid var(--border);background:var(--bg-elevated)}.footer-inner{max-width:var(--max-width);margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem}.footer-logo{font-weight:700;font-size:1.1rem}.footer-nav{display:flex;gap:1.5rem}.footer-nav a{color:var(--text-muted);font-size:.9rem}.footer-copy{width:100%;margin:1rem 0 0;padding-top:1rem;border-top:1px solid var(--border);font-size:.85rem;color:var(--text-muted)}@media (min-width:769px){.footer-copy{width:auto;margin:0;padding:0;border:none}}.coming-soon{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;background:var(--bg)}.coming-soon__inner{text-align:center;max-width:480px}.coming-soon h1{font-size:clamp(2rem,5vw,3rem);font-weight:700;margin:0 0 1rem}.coming-soon p{color:var(--text-muted);margin:0 0 1.5rem}.empty-state{padding:3rem;text-align:center;border:1px dashed var(--border);border-radius:var(--radius);color:var(--text-muted)}.empty-state a{color:var(--accent);text-decoration:underline}.article-page{max-width:720px;margin:0 auto;padding:2rem 1.5rem}.article-page .archive-header{margin-bottom:2rem}.article-detail h1{margin-bottom:.5rem;font-size:2rem}.article-meta-line{margin-bottom:1.5rem;font-size:.9rem;color:var(--text-muted)}.article-meta-line .author{margin-left:.5rem}.article-hero{width:100%;max-height:400px;object-fit:cover;border-radius:var(--radius);margin-bottom:2rem}.article-detail .lead{font-size:1.2rem;line-height:1.6;margin-bottom:2rem;color:var(--text-muted)}.article-content{line-height:1.8}.article-content p{margin-bottom:1rem}.article-content h2{margin:2rem 0 1rem;font-size:1.5rem}.article-content h3{margin:1.5rem 0 .75rem;font-size:1.25rem}.article-content ol,.article-content ul{margin:1rem 0;padding-left:1.5rem}.article-content a{color:var(--accent);text-decoration:underline}