:root{--bg:#0a0a08;--surface:#111110;--border:#222220;--accent:#e8c84a;--accent-dim:#a08c30;--text:#f0ede6;--text-muted:#888880;--text-faint:#444440;--tag-bg:#1a1a18}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:'DM Sans',sans-serif;font-weight:300;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}body::before{content:'';position:fixed;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");pointer-events:none;z-index:1000;opacity:.5}header{border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100;background:rgb(10 10 8 / .92);backdrop-filter:blur(12px)}.header-top{display:flex;align-items:center;justify-content:space-between;padding:0 2rem;height:60px}.logo{font-family:'Playfair Display',serif;font-weight:900;font-size:1.5rem;letter-spacing:-.02em;color:var(--text);display:flex;align-items:center;gap:.5rem}.logo .dot{width:8px;height:8px;border-radius:50%;background:var(--accent);display:inline-block;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.header-meta{font-family:'DM Mono',monospace;font-size:.7rem;color:var(--text-muted);letter-spacing:.05em}.header-actions{display:flex;align-items:center;gap:1.5rem}.btn-search{background:none;border:none;color:var(--text-muted);cursor:pointer;font-size:1.1rem;transition:color 0.2s}.btn-search:hover{color:var(--accent)}.btn-subscribe{background:var(--accent);color:var(--bg);border:none;padding:.4rem 1rem;font-family:'DM Sans',sans-serif;font-weight:500;font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;transition:background 0.2s}.btn-subscribe:hover{background:#f0d060}nav{border-top:1px solid var(--border);padding:0 2rem;display:flex;gap:0;overflow-x:auto;scrollbar-width:none}nav::-webkit-scrollbar{display:none}nav a{font-family:'DM Mono',monospace;font-size:.68rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);padding:.65rem 1rem;white-space:nowrap;border-bottom:2px solid #fff0;transition:color 0.2s,border-color 0.2s}nav a:hover{color:var(--text)}nav a.active{color:var(--accent);border-bottom-color:var(--accent)}.ticker{background:var(--accent);color:var(--bg);padding:.4rem 0;overflow:hidden;white-space:nowrap}.ticker-inner{display:inline-block;animation:ticker 40s linear infinite}.ticker-inner span{font-family:'DM Mono',monospace;font-size:.7rem;letter-spacing:.05em;font-weight:500;margin-right:4rem}.ticker-sep{margin-right:4rem;opacity:.4}@keyframes ticker{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}.container{max-width:1280px;margin:0 auto;padding:0 2rem}.hero{display:grid;grid-template-columns:1fr 380px;grid-template-rows:auto auto;gap:0;border-bottom:1px solid var(--border);animation:fadeUp 0.8s ease both}@keyframes fadeUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-main{border-right:1px solid var(--border);padding:2.5rem 2.5rem 2.5rem 0;position:relative}.hero-main::before{content:'DESTAQUE';font-family:'DM Mono',monospace;font-size:.65rem;letter-spacing:.15em;color:var(--accent);display:block;margin-bottom:1rem}.hero-img{width:100%;aspect-ratio:16/9;background:var(--surface);margin-bottom:1.5rem;position:relative;overflow:hidden;background-size:cover;background-position:center}.hero-img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1a1a18 0%,#222220 50%,#151513 100%)}.hero-img-placeholder svg{opacity:.15}.hero-category{font-family:'DM Mono',monospace;font-size:.65rem;letter-spacing:.15em;text-transform:uppercase;color:var(--accent);margin-bottom:.75rem}.hero-title{font-family:'Playfair Display',serif;font-size:clamp(1.8rem, 3vw, 2.6rem);font-weight:700;line-height:1.15;letter-spacing:-.02em;margin-bottom:1rem;color:var(--text);transition:color 0.2s;cursor:pointer}.hero-title:hover{color:var(--accent)}.hero-excerpt{font-size:1rem;color:var(--text-muted);line-height:1.65;margin-bottom:1.25rem;max-width:600px}.hero-byline{display:flex;align-items:center;gap:1rem;font-family:'DM Mono',monospace;font-size:.68rem;color:var(--text-faint);letter-spacing:.05em}.hero-byline .author{color:var(--text-muted)}.hero-sidebar{padding:2.5rem 0 2.5rem 2rem;display:flex;flex-direction:column;gap:0}.sidebar-article{padding:1.25rem 0;border-bottom:1px solid var(--border);cursor:pointer;transition:background 0.2s}.sidebar-article:last-child{border-bottom:none}.sidebar-article:hover .sidebar-title{color:var(--accent)}.sidebar-category{font-family:'DM Mono',monospace;font-size:.6rem;letter-spacing:.15em;text-transform:uppercase;color:var(--text-faint);margin-bottom:.4rem}.sidebar-title{font-family:'Playfair Display',serif;font-size:1rem;font-weight:600;line-height:1.3;color:var(--text);transition:color 0.2s;margin-bottom:.35rem}.sidebar-time{font-family:'DM Mono',monospace;font-size:.6rem;color:var(--text-faint);letter-spacing:.05em}.section-label{display:flex;align-items:center;gap:1rem;padding:2rem 0 1.25rem}.section-label h2{font-family:'Playfair Display',serif;font-size:1.1rem;font-weight:700;letter-spacing:-.01em}.section-label::after{content:'';flex:1;height:1px;background:var(--border)}.articles-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border-top:1px solid var(--border);animation:fadeUp 0.8s ease 0.2s both}.article-card{padding:1.75rem;border-right:1px solid var(--border);border-bottom:1px solid var(--border);cursor:pointer;transition:background 0.25s;position:relative}.article-card:nth-child(3n){border-right:none}.article-card:hover{background:var(--surface)}.article-card:hover .card-title{color:var(--accent)}.card-img{width:100%;aspect-ratio:16/9;background:var(--surface);margin-bottom:1rem;overflow:hidden;background-size:cover;background-position:center}.card-img-inner{width:100%;height:100%;background:linear-gradient(135deg,#1a1a18 0%,#1e1e1c 100%);display:flex;align-items:center;justify-content:center}.card-category{font-family:'DM Mono',monospace;font-size:.62rem;letter-spacing:.15em;text-transform:uppercase;color:var(--accent-dim);margin-bottom:.5rem}.card-title{font-family:'Playfair Display',serif;font-size:1.05rem;font-weight:600;line-height:1.35;color:var(--text);transition:color 0.2s;margin-bottom:.6rem}.card-excerpt{font-size:.82rem;color:var(--text-muted);line-height:1.6;margin-bottom:.85rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.card-meta{display:flex;align-items:center;justify-content:space-between;font-family:'DM Mono',monospace;font-size:.6rem;color:var(--text-faint);letter-spacing:.04em}.feature-section{display:grid;grid-template-columns:2fr 1fr;gap:0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);margin-top:0;animation:fadeUp 0.8s ease 0.35s both}.feature-left{padding:2rem 2rem 2rem 0;border-right:1px solid var(--border)}.feature-right{padding:2rem 0 2rem 2rem}.opinion-card{padding:1.5rem;background:var(--surface);border-left:3px solid var(--accent);margin-bottom:1rem;cursor:pointer;transition:background 0.2s}.opinion-card:last-child{margin-bottom:0}.opinion-card:hover{background:#181816}.opinion-label{font-family:'DM Mono',monospace;font-size:.6rem;letter-spacing:.15em;color:var(--accent);text-transform:uppercase;margin-bottom:.5rem}.opinion-title{font-family:'Playfair Display',serif;font-style:italic;font-size:1rem;line-height:1.35;color:var(--text);margin-bottom:.4rem}.opinion-author{font-family:'DM Mono',monospace;font-size:.62rem;color:var(--text-muted)}.podcast-banner{background:var(--surface);border:1px solid var(--border);padding:2rem;display:flex;align-items:center;gap:2rem;margin:2rem 0;position:relative;overflow:hidden;animation:fadeUp 0.8s ease 0.5s both}.podcast-banner::before{content:'';position:absolute;right:-60px;top:-60px;width:200px;height:200px;border-radius:50%;background:var(--accent);opacity:.03}.podcast-icon{width:64px;height:64px;background:var(--accent);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--bg);font-size:1.4rem}.podcast-info{flex:1}.podcast-label{font-family:'DM Mono',monospace;font-size:.62rem;letter-spacing:.15em;text-transform:uppercase;color:var(--accent);margin-bottom:.35rem}.podcast-title{font-family:'Playfair Display',serif;font-size:1.2rem;font-weight:700;margin-bottom:.35rem}.podcast-desc{font-size:.82rem;color:var(--text-muted)}.podcast-cta{background:none;border:1px solid var(--accent);color:var(--accent);padding:.6rem 1.25rem;font-family:'DM Mono',monospace;font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;flex-shrink:0;transition:background 0.2s,color 0.2s}.podcast-cta:hover{background:var(--accent);color:var(--bg)}.list-section{border-top:1px solid var(--border);animation:fadeUp 0.8s ease 0.45s both}.list-article{display:grid;grid-template-columns:1fr 120px;gap:1.5rem;padding:1.25rem 0;border-bottom:1px solid var(--border);cursor:pointer;transition:background 0.2s;align-items:start}.list-article:last-child{border-bottom:none}.list-article:hover .list-title{color:var(--accent)}.list-category{font-family:'DM Mono',monospace;font-size:.6rem;letter-spacing:.12em;text-transform:uppercase;color:var(--text-faint);margin-bottom:.3rem}.list-title{font-family:'Playfair Display',serif;font-size:1.05rem;font-weight:600;line-height:1.3;color:var(--text);transition:color 0.2s;margin-bottom:.4rem}.list-excerpt{font-size:.8rem;color:var(--text-muted);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.55}.list-meta{font-family:'DM Mono',monospace;font-size:.6rem;color:var(--text-faint);margin-top:.6rem}.list-img{width:120px;height:80px;background:var(--surface);flex-shrink:0;background-size:cover;background-position:center}.list-img-inner{width:100%;height:100%;background:linear-gradient(135deg,#1a1a18 0%,#1e1e1c 100%);display:flex;align-items:center;justify-content:center}footer{border-top:1px solid var(--border);margin-top:4rem;padding:3rem 0 2rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;padding-bottom:2rem;border-bottom:1px solid var(--border);margin-bottom:1.5rem}.footer-brand .logo{font-size:1.3rem;margin-bottom:1rem}.footer-tagline{font-size:.82rem;color:var(--text-muted);line-height:1.6;max-width:260px}.footer-col h4{font-family:'DM Mono',monospace;font-size:.65rem;letter-spacing:.15em;text-transform:uppercase;color:var(--text-faint);margin-bottom:1rem}.footer-col a{display:block;font-size:.82rem;color:var(--text-muted);margin-bottom:.5rem;transition:color 0.2s}.footer-col a:hover{color:var(--accent)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;font-family:'DM Mono',monospace;font-size:.62rem;color:var(--text-faint);letter-spacing:.05em}.single-featured-figure{margin-bottom:2.5rem}.media-figure,.article-content figure,.article-content .wp-caption{margin:2rem 0 2.5rem;max-width:100%}.media-figure__img,.article-content figure img,.article-content .wp-caption img,.article-content img.media-figure__img{display:block;width:100%;max-width:100%;height:auto;border-radius:4px;margin:0}.media-figure__caption,.article-content figcaption,.article-content .wp-caption-text,.article-content .wp-element-caption{font-family:'DM Mono',monospace;font-size:.72rem;line-height:1.55;letter-spacing:.04em;color:var(--text-muted);margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--border);text-align:left}.article-content figure,.article-content .wp-caption{background:#fff0;border:none;padding:0}.article-content .wp-caption{width:100%!important}.article-content .wp-caption.aligncenter,.article-content figure.aligncenter{margin-left:auto;margin-right:auto}.article-content figcaption a,.article-content .wp-caption-text a{color:var(--accent);text-decoration:underline;text-underline-offset:3px}.article-content figcaption a:hover,.article-content .wp-caption-text a:hover{color:#f0d060}.img-icon{width:32px;height:32px;opacity:.2}@media (max-width:900px){.hero{grid-template-columns:1fr}.hero-main{border-right:none;padding:1.5rem 0}.hero-sidebar{padding:0;border-top:1px solid var(--border)}.articles-grid{grid-template-columns:1fr 1fr}.article-card:nth-child(3n){border-right:1px solid var(--border)}.article-card:nth-child(2n){border-right:none}.feature-section{grid-template-columns:1fr}.feature-left{border-right:none;padding:1.5rem 0}.feature-right{padding:0}.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}}@media (max-width:600px){.container{padding:0 1rem}.header-top{padding:0 1rem}nav{padding:0 1rem}.articles-grid{grid-template-columns:1fr}.article-card:nth-child(n){border-right:none}.podcast-banner{flex-direction:column;text-align:center}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:.5rem;text-align:center}}