:root{--bg:#0a0a0a;--bg-elev:#141414;--border:#262626;--fg:#f5f5f5;--muted:#9a9a9a;--gold:#c9a84c;--gold-light:#e8d48b}*{box-sizing:border-box;margin:0;padding:0}body,html{background:var(--bg);color:var(--fg);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;line-height:1.55}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{max-width:1100px;margin:0 auto;padding:0 1rem}.site-header{border-bottom:2px solid var(--gold);background:#000;position:-webkit-sticky;position:sticky;top:0;z-index:50}.site-header .inner{display:flex;align-items:center;justify-content:space-between;padding:1rem;max-width:1100px;margin:0 auto}.logo-group{display:flex;align-items:center;gap:.65rem}.logo-group img{height:38px;width:auto}.logo{font-weight:900;font-size:1.6rem;letter-spacing:-.02em;text-transform:uppercase}.logo .accent{color:var(--gold)}.nav{display:flex;align-items:center;gap:1.25rem;font-size:.95rem;font-weight:600}.nav a:hover{color:var(--gold-light)}.header-socials{display:flex;gap:.6rem;margin-left:.5rem;padding-left:1rem;border-left:1px solid var(--border)}.header-socials a{color:var(--gold);display:flex;align-items:center;transition:color .2s}.header-socials a:hover{color:var(--gold-light)}.menu-toggle{display:none;background:none;border:none;color:var(--gold);font-size:1.5rem;cursor:pointer;padding:.25rem;line-height:1}@media (max-width:768px){.site-header .inner{flex-wrap:wrap}.menu-toggle{display:block}.nav{display:none;width:100%;flex-direction:column;align-items:center;gap:.75rem;padding:.75rem 0 .5rem;border-top:1px solid var(--border);margin-top:.5rem}.nav--open{display:flex}.header-socials{margin-left:0;padding-left:0;border-left:none;justify-content:center;padding-top:.25rem}}.hero-banner{position:relative;height:220px;overflow:hidden;display:flex;align-items:center;justify-content:center}.hero-banner img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-banner .overlay{position:absolute;inset:0;background:linear-gradient(180deg,hsla(0,0%,4%,.7),hsla(0,0%,4%,.85))}.hero-banner .hero-text{position:relative;z-index:2;text-align:center;padding:0 1.5rem;max-width:700px}.hero-banner .hero-text h2{font-size:1.55rem;font-weight:900;line-height:1.25;text-transform:uppercase;letter-spacing:.02em}.hero-banner .hero-text h2 .gold{color:var(--gold)}.hero-banner .hero-text p{margin-top:.75rem;font-size:1.05rem;color:var(--muted)}@media (max-width:768px){.hero-banner{height:110px}.hero-banner .hero-text{padding:0 .75rem;max-width:100%}.hero-banner .hero-text h2{font-size:.9rem;line-height:1.2;letter-spacing:.01em}.hero-banner .hero-text p{font-size:.8rem;margin-top:.4rem}}.site-footer{border-top:2px solid var(--gold);margin-top:4rem;padding:2rem 1rem;text-align:center;color:var(--muted);font-size:.85rem}.site-footer .accent{color:var(--gold);font-weight:700}.site-footer .footer-escudo{height:36px;width:auto;margin:0 auto .75rem;opacity:.7}.footer-links{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;margin:.9rem 0 .6rem;font-size:.82rem;font-weight:600}.footer-links a{color:var(--gold)}.footer-links a:hover{color:var(--gold-light);text-decoration:underline}.footer-sep{color:#444}.footer-socials{display:flex;justify-content:center;gap:1rem;margin:.75rem 0}.footer-socials a{color:var(--gold);display:flex;align-items:center;transition:color .2s;opacity:.85}.footer-socials a:hover{color:var(--gold-light);opacity:1}.hero-title{font-size:1.35rem;font-weight:900;margin:1.25rem 0 .85rem;text-transform:uppercase;border-left:4px solid var(--gold);padding-left:.75rem}.grid{display:grid;grid-gap:.85rem;gap:.85rem;grid-template-columns:1fr}@media (min-width:640px){.grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:960px){.grid{grid-template-columns:repeat(3,1fr)}}.featured-card{grid-column:1/-1;display:grid;grid-template-columns:1fr;background:var(--bg-elev);border:1px solid var(--border);border-radius:6px;overflow:hidden;transition:border-color .15s ease}@media (min-width:640px){.featured-card{grid-template-columns:1.4fr 1fr}}.featured-card:hover{border-color:var(--gold)}.featured-card .card-img{position:relative;aspect-ratio:16/9;background:#0a0a0a;overflow:hidden}.featured-card .card-img img{width:100%;height:100%;object-fit:contain;display:block}.featured-card .card-body{padding:1.5rem;display:flex;flex-direction:column;gap:.6rem;justify-content:center}.featured-card .card-title{font-size:1.5rem;font-weight:900;line-height:1.2}@media (max-width:639px){.featured-card .card-title{font-size:1.15rem}.featured-card .card-body{padding:1rem}}.featured-card .card-excerpt{color:var(--muted);font-size:1rem}.featured-card .card-meta{color:var(--muted);font-size:.75rem;text-transform:uppercase;letter-spacing:.04em;margin-top:auto}.card{background:var(--bg-elev);border:1px solid var(--border);border-left:3px solid transparent;border-radius:6px;overflow:hidden;transition:transform .15s ease,border-color .15s ease;display:flex;flex-direction:column}.card:hover{transform:translateY(-2px);border-left-color:var(--gold);border-color:var(--gold)}.card-img{position:relative;aspect-ratio:16/9;background:#0a0a0a;overflow:hidden;flex-shrink:0}@media (min-width:769px){.card-img,.featured-card .card-img,.top-featured .top-featured-img{aspect-ratio:4/3}}.card-img img{width:100%;height:100%;object-fit:contain;display:block}.card-body{padding:.7rem .85rem .8rem;display:flex;flex-direction:column;gap:.35rem;flex:1 1}.card-title{font-size:.92rem;font-weight:800;line-height:1.3;-webkit-line-clamp:3}.card-excerpt,.card-title{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.card-excerpt{color:var(--muted);font-size:.82rem;line-height:1.4;-webkit-line-clamp:2}.card-meta{color:var(--muted);font-size:.68rem;text-transform:uppercase;letter-spacing:.04em;margin-top:auto;padding-top:.25rem}@media (max-width:768px){.home-layout .grid{grid-template-columns:1fr;gap:.5rem}.home-layout .grid .card:nth-child(n+3){flex-direction:row;gap:.75rem;padding:.6rem;min-height:90px;align-items:stretch;border-left:1px solid var(--border);border-radius:8px}.home-layout .grid .card:nth-child(n+3):hover{transform:none;border-left-color:var(--gold)}.home-layout .grid .card:nth-child(n+3) .card-img{width:80px;height:80px;aspect-ratio:auto;border-radius:6px;flex-shrink:0}.home-layout .grid .card:nth-child(n+3) .card-img img{border-radius:6px}.home-layout .grid .card:nth-child(n+3) .card-body{padding:0;flex:1 1;min-width:0;justify-content:space-between;gap:.25rem}.home-layout .grid .card:nth-child(n+3) .card-title{font-size:.95rem;line-height:1.25;-webkit-line-clamp:3}.home-layout .grid .card:nth-child(n+3) .card-excerpt{display:none}.home-layout .grid .card:nth-child(n+3) .card-meta{font-size:.72rem;padding-top:0;margin-top:.3rem}}.article{max-width:720px;margin:2rem auto;padding:0 1rem}.breadcrumbs{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem;font-size:.8rem;margin-bottom:.9rem}.breadcrumbs,.breadcrumbs a{color:var(--muted)}.breadcrumbs a:hover{color:var(--gold);text-decoration:underline}.breadcrumbs .bc-sep{color:#555}.breadcrumbs .bc-current{color:var(--fg)}.breadcrumbs .bc-current-short{display:none}@media (max-width:640px){.breadcrumbs .bc-current-full{display:none}.breadcrumbs .bc-current-short{display:inline}}.article h1{font-size:1.9rem;font-weight:900;line-height:1.2;margin-bottom:.75rem}@media (min-width:720px){.article h1{font-size:2.4rem}}.article .lead{font-size:1.1rem;color:var(--muted);margin-bottom:1.25rem}.article .hero-img{width:100%;max-height:500px;object-fit:contain;background:#0a0a0a;border-radius:6px;margin:1rem 0 1.5rem;display:block}.article-matchup{display:flex;align-items:center;justify-content:center;gap:2rem;padding:2rem 1rem;margin:1rem 0 1.5rem;background:#141414;border-radius:8px;border:1px solid var(--border)}.article-matchup-side{display:flex;flex-direction:column;align-items:center;gap:.6rem}.article-matchup-logo{width:110px;height:110px;object-fit:contain}.article-matchup-name{font-size:.85rem;font-weight:700;color:var(--fg);text-align:center;max-width:130px}.article-matchup-vs{font-size:2rem;font-weight:900;color:var(--gold);line-height:1;margin-bottom:1.5rem}@media (max-width:768px){.article-matchup{gap:1.2rem;padding:1.5rem .75rem}.article-matchup-logo{width:80px;height:80px}.article-matchup-vs{font-size:1.5rem;margin-bottom:1rem}.article-matchup-name{font-size:.78rem}}.article .body p{margin-bottom:1.1rem;font-size:1.05rem}.pregame-body{display:flex;flex-direction:column;gap:.9rem}.pregame-intro p{font-size:1.08rem;line-height:1.6;color:var(--fg);margin-bottom:.9rem}.pregame-section{background:#141414;border:1px solid var(--border);border-left:3px solid var(--gold);border-radius:8px;padding:1rem 1.1rem}.pregame-section-header{display:flex;align-items:center;gap:.6rem;margin-bottom:.55rem;padding-bottom:.55rem;border-bottom:1px solid rgba(201,168,76,.2)}.pregame-section-icon{font-size:1.35rem;line-height:1}.pregame-section-title{font-size:1rem;font-weight:800;color:#c9a84c;text-transform:uppercase;letter-spacing:.04em;margin:0}.pregame-section-body p{color:#fff;font-size:1.02rem;line-height:1.55;margin:0 0 .6rem}.pregame-section-body p:last-child{margin-bottom:0}.pregame-section-body a{color:var(--gold);text-decoration:underline;text-underline-offset:2px}.pregame-section-body a:hover{color:#e0c26b}@media (max-width:600px){.pregame-section{padding:.85rem .9rem}.pregame-section-title{font-size:.92rem}.pregame-section-icon{font-size:1.2rem}}.article .meta{font-size:.8rem;color:var(--muted);text-transform:uppercase;letter-spacing:.05em;border-top:1px solid var(--border);padding-top:1rem}.article .meta,.post-gallery{margin-top:2rem}.post-gallery-title{font-size:1.15rem;font-weight:600;margin:0 0 .85rem;letter-spacing:-.005em}.post-gallery-grid{display:grid;grid-template-columns:1fr;grid-gap:12px;gap:12px}@media (min-width:768px){.post-gallery-grid{grid-template-columns:1fr 1fr}}.post-gallery-item{display:block;width:100%;padding:0;margin:0;border:0;background:transparent;cursor:zoom-in;text-align:left;border-radius:8px;overflow:hidden;transition:transform .2s ease}.post-gallery-item:hover{transform:scale(1.02)}.post-gallery-item:focus-visible{outline:2px solid var(--gold);outline-offset:2px}.post-gallery-img{width:100%;height:auto;display:block;border-radius:8px}.post-gallery-caption{display:block;font-size:.82rem;color:var(--muted);margin-top:.35rem;padding:0 .15rem}.tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.tag{background:rgba(201,168,76,.12);border:1px solid var(--gold);color:var(--gold);padding:.25rem .6rem;border-radius:999px;font-size:.75rem}.prose{max-width:720px;margin:2rem auto;padding:0 1rem}.prose h1{font-size:2rem;font-weight:900;margin-bottom:1rem;border-left:4px solid var(--gold);padding-left:.75rem}.prose p{margin-bottom:1rem;color:#ddd}.prose h2.contact-section-title,.prose h2.legal-section{font-size:1.25rem;font-weight:800;margin:1.8rem 0 .6rem;color:var(--gold);border-left:3px solid var(--gold);padding-left:.65rem;line-height:1.3}.prose .legal-updated{font-size:.82rem;color:var(--muted);margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:1px dashed var(--border)}.prose .legal-list{list-style:disc;padding-left:1.5rem;margin:.5rem 0 1.1rem;color:#ddd}.prose .legal-list li{margin-bottom:.4rem;line-height:1.55}.prose .contact-link{color:var(--gold);font-weight:700;word-break:break-word}.prose .contact-link:hover{color:var(--gold-light);text-decoration:underline}.prose .contact-socials{list-style:none;padding:0;margin:.5rem 0 1.25rem;display:flex;flex-direction:column;gap:.55rem}.prose .contact-socials li{padding:.6rem .85rem;background:var(--bg-elev);border:1px solid var(--border);border-left:3px solid var(--gold);border-radius:4px;font-size:.92rem}.prose .contact-social-label{color:var(--muted);font-weight:700;text-transform:uppercase;font-size:.72rem;letter-spacing:.05em;margin-right:.35rem}.prose .contact-social-handle{color:var(--gold);font-weight:700}.prose .contact-soon{color:var(--muted);font-size:.78rem;font-style:italic;margin-left:.35rem}.prose .contact-footnote{margin-top:2rem;padding-top:1rem;border-top:1px dashed var(--border);color:var(--gold);font-size:.92rem;text-align:center}.comments{max-width:720px;margin:3rem auto 2rem;padding:0 .25rem}.comments-title{font-size:1.35rem;font-weight:900;margin-bottom:1rem;padding-left:.75rem;border-left:4px solid var(--gold);text-transform:uppercase}.comments-empty{color:var(--muted);font-size:.92rem;padding:1rem 0;text-align:center}.comments-list{list-style:none;padding:0;margin:0 0 1.75rem;display:flex;flex-direction:column;gap:.85rem}.comment-item{background:var(--bg-elev);border:1px solid var(--border);border-left:3px solid var(--gold);border-radius:6px;padding:.85rem 1rem}.comment-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.35rem;gap:.75rem}.comment-author{font-weight:800;font-size:.92rem;color:var(--gold)}.comment-date{font-size:.72rem;color:var(--muted);text-transform:uppercase;letter-spacing:.04em;white-space:nowrap}.comment-body{color:#e5e5e5;font-size:.93rem;line-height:1.55;white-space:pre-wrap;word-wrap:break-word}.comment-form{background:var(--bg-elev);border:1px solid var(--gold);border-radius:6px;padding:1.1rem 1.2rem 1.25rem;display:flex;flex-direction:column;gap:.85rem}.comment-form-title{font-size:.82rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:var(--gold);margin-bottom:.25rem}.comment-field{display:flex;flex-direction:column;gap:.3rem;position:relative}.comment-field>span{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--muted)}.comment-field input,.comment-field textarea{background:#0a0a0a;border:1px solid var(--border);color:var(--fg);padding:.6rem .75rem;border-radius:4px;font-family:inherit;font-size:.93rem;transition:border-color .15s ease}.comment-field input:focus,.comment-field textarea:focus{outline:none;border-color:var(--gold)}.comment-field textarea{resize:vertical;min-height:90px}.comment-counter{position:absolute;right:0;bottom:-1.2rem;font-size:.7rem;color:var(--muted)}.comment-captcha{min-height:65px;display:flex}.comment-submit{background:var(--gold);color:#0a0a0a;border:1px solid var(--gold);padding:.7rem 1.2rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;font-size:.85rem;border-radius:4px;cursor:pointer;transition:background .15s ease;align-self:flex-start}.comment-submit:hover:not(:disabled){background:var(--gold-light)}.comment-submit:disabled{opacity:.5;cursor:not-allowed}.comment-feedback{padding:.6rem .85rem;border-radius:4px;font-size:.85rem;line-height:1.4}.comment-feedback-ok{background:#003a18;border:1px solid #006028;color:#7affb1}.comment-feedback-pending{background:rgba(201,168,76,.08);border:1px solid rgba(201,168,76,.35);color:#ffd47a}.comment-feedback-err{background:#3a0000;border:1px solid #5a0000;color:#ff8a8a}.adm-comments-title{font-size:1rem;font-weight:900;margin:2rem 0 .75rem;padding-left:.75rem;border-left:4px solid var(--gold);text-transform:uppercase}.adm-comment-row{background:var(--bg-elev);border:1px solid var(--border);border-left:3px solid #ffd47a;border-radius:6px;padding:.85rem 1rem;margin-bottom:.6rem}.adm-comment-row .adm-comment-head{display:flex;justify-content:space-between;gap:.75rem;font-size:.75rem;color:var(--muted);margin-bottom:.35rem;flex-wrap:wrap}.adm-comment-row .adm-comment-head strong{color:var(--gold);font-weight:800}.adm-comment-row .adm-comment-post{color:var(--fg);font-size:.78rem;font-style:italic;margin-bottom:.4rem}.adm-comment-row .adm-comment-body{color:#e5e5e5;font-size:.9rem;line-height:1.5;white-space:pre-wrap;margin-bottom:.65rem}.empty{color:var(--muted);padding:2rem 0;text-align:center}.home-layout{display:grid;grid-template-columns:1fr;grid-gap:1rem;gap:1rem;align-items:start}@media (min-width:960px){.home-layout{grid-template-columns:3fr 1fr}}.home-layout .grid{grid-template-columns:1fr}@media (min-width:560px){.home-layout .grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:900px){.home-layout .grid{grid-template-columns:repeat(3,1fr)}}.vasco-sidebar{display:flex;flex-direction:column;gap:1rem;position:-webkit-sticky;position:sticky;top:88px}@media (max-width:959px){.vasco-sidebar{position:static}}.vasco-block{background:#141414;border:1px solid var(--gold);border-radius:6px;padding:.9rem .95rem 1rem;box-shadow:0 0 0 1px rgba(201,168,76,.08)}.vasco-block-title{font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--gold);margin-bottom:.45rem;border-bottom:1px solid rgba(201,168,76,.25);padding-bottom:.35rem}.vasco-block-title .vasco-season{color:var(--muted);font-weight:600;letter-spacing:.02em}.vasco-competition{font-size:.7rem;color:var(--muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.vasco-matchup{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;grid-gap:.5rem;gap:.5rem;padding:.35rem 0 .65rem}.vs-team{display:flex;flex-direction:column;align-items:center;gap:.3rem;text-align:center}.vs-team img{width:40px;height:40px;object-fit:contain}.vs-team-name{font-size:.7rem;font-weight:700;line-height:1.1;color:var(--fg);max-width:90px}.vasco-vs{font-size:1rem;font-weight:800;color:var(--muted)}.vasco-score{display:flex;align-items:center;gap:.35rem;font-size:1.55rem;font-weight:900;color:var(--gold)}.vasco-score-sep{color:var(--muted);font-weight:600;font-size:1rem}.vasco-status{font-size:.7rem;text-align:center;color:var(--muted);text-transform:uppercase;letter-spacing:.04em;margin-top:.25rem}.vasco-meta-row{display:flex;justify-content:space-between;gap:.5rem;font-size:.75rem;color:#ddd;padding:.2rem 0;border-top:1px dashed hsla(0,0%,100%,.06)}.vasco-meta-row:first-of-type{border-top:none}.vasco-meta-label{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;font-size:.65rem;font-weight:700}.vasco-table{width:100%;border-collapse:collapse;font-size:.72rem}.vasco-table th{text-align:left;color:var(--muted);font-weight:700;text-transform:uppercase;letter-spacing:.04em;font-size:.62rem;padding:.35rem .25rem;border-bottom:1px solid hsla(0,0%,100%,.08)}.vasco-table td{padding:.4rem .25rem;border-bottom:1px solid hsla(0,0%,100%,.04)}.vasco-table td:first-child,.vasco-table th:first-child{text-align:center;width:18px;color:var(--muted);font-weight:700}.vasco-table td:nth-child(n+3),.vasco-table th:nth-child(n+3){text-align:center;width:26px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.vasco-table .vs-team-cell{display:flex;align-items:center;gap:.4rem;font-weight:600;color:var(--fg)}.vasco-table .vs-team-cell img{width:18px;height:18px;object-fit:contain;flex-shrink:0}.vasco-table .vs-team-cell span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100px}.vasco-table tr.is-vasco{background:rgba(201,168,76,.12)}.vasco-table tr.is-vasco td{color:var(--gold);font-weight:800}.vasco-table tr.is-vasco .vs-team-cell span{color:var(--gold)}.vasco-table-link{display:block;margin-top:.6rem;text-align:right;color:var(--gold);font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.vasco-table-link:hover{color:var(--gold-light)}.top-feature{display:grid;grid-gap:.85rem;gap:.85rem;grid-template-columns:1fr;margin:.85rem 0 .25rem}@media (min-width:820px){.top-feature{grid-template-columns:1fr 1fr}}.pregame-card{display:flex;flex-direction:column;position:relative;background:linear-gradient(180deg,#151515,#0f0f0f);border:2px solid var(--gold);border-radius:8px;overflow:hidden;box-shadow:0 0 0 1px rgba(201,168,76,.15),0 6px 20px rgba(0,0,0,.5);transition:transform .15s ease,box-shadow .15s ease}.pregame-card:hover{transform:translateY(-2px);box-shadow:0 0 0 1px rgba(201,168,76,.35),0 10px 28px rgba(0,0,0,.7)}.pregame-card-badge{align-self:flex-start;background:var(--gold);color:#0a0a0a;font-weight:900;font-size:.62rem;letter-spacing:.1em;padding:.22rem .55rem;border-radius:3px;text-transform:uppercase;margin:.75rem 0 0 .75rem}.pregame-matchup{justify-content:center;gap:1.5rem;padding:1.5rem 1rem 1rem}.pregame-matchup,.pregame-side{display:flex;align-items:center}.pregame-side{flex-direction:column;gap:.45rem;min-width:0}.pregame-team-logo{width:90px;height:90px;object-fit:contain}.pregame-team-name{font-size:.72rem;font-weight:700;color:var(--fg);text-align:center;max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pregame-vs{font-size:1.4rem;font-weight:900;color:var(--gold);line-height:1;margin-bottom:1rem}@media (max-width:768px){.pregame-team-logo{width:64px;height:64px}.pregame-matchup{gap:1rem;padding:1.2rem .75rem .75rem}.pregame-vs{font-size:1.1rem;margin-bottom:.7rem}}.pregame-card-body{padding:0 .9rem .85rem;display:flex;flex-direction:column;gap:.4rem;flex:1 1}.pregame-comp{font-size:.6rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--gold)}.pregame-title{font-size:.98rem;font-weight:900;line-height:1.25;color:var(--fg);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.pregame-meta{display:flex;flex-direction:column;gap:.2rem;padding:.4rem .6rem;background:rgba(201,168,76,.08);border:1px dashed rgba(201,168,76,.35);border-radius:4px;font-size:.74rem;color:#e5e5e5}.pregame-meta strong{color:var(--gold);font-weight:700;margin-right:.35rem}.pregame-meta-row{display:block}.pregame-cta{margin-top:auto;font-size:.72rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:var(--gold)}.pregame-card:hover .pregame-cta{color:var(--gold-light)}.pregame-updated{margin-top:.35rem;font-size:.7rem;color:var(--muted);text-align:right;font-style:italic}.top-featured{display:flex;flex-direction:column;background:var(--bg-elev);border:1px solid var(--border);border-radius:8px;overflow:hidden;transition:border-color .15s ease,transform .15s ease}.top-featured:hover{border-color:var(--gold);transform:translateY(-2px)}.top-featured .top-featured-img{aspect-ratio:16/9;background:#0a0a0a;overflow:hidden;position:relative}.top-featured .top-featured-img img{width:100%;height:100%;object-fit:contain;display:block}.top-featured-badge{position:absolute;top:8px;left:8px;background:#0a0a0a;color:var(--gold);border:1px solid var(--gold);font-weight:900;font-size:.62rem;letter-spacing:.1em;padding:.22rem .55rem;border-radius:3px;text-transform:uppercase}.top-featured .top-featured-body{padding:.7rem .9rem .85rem;display:flex;flex-direction:column;gap:.35rem;flex:1 1}.top-featured .top-featured-title{font-size:.98rem;font-weight:900;line-height:1.25;color:var(--fg)}.top-featured .top-featured-excerpt,.top-featured .top-featured-title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.top-featured .top-featured-excerpt{color:var(--muted);font-size:.82rem;line-height:1.4}.top-featured .top-featured-meta{color:var(--muted);font-size:.68rem;text-transform:uppercase;letter-spacing:.04em;margin-top:auto;padding-top:.25rem}.compact-list-title{font-size:1.15rem;font-weight:900;margin:2.25rem 0 1rem;text-transform:uppercase;border-left:4px solid var(--gold);padding-left:.75rem}.compact-list{display:flex;flex-direction:column;background:var(--bg-elev);border:1px solid var(--border);border-radius:6px;overflow:hidden}.compact-list-item{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;padding:.75rem 1rem;border-bottom:1px solid var(--border);transition:background .15s ease}.compact-list-item:last-child{border-bottom:none}.compact-list-item:hover{background:#1a1a1a}.compact-list-item:hover .compact-list-title-text{color:var(--gold-light)}.compact-list-title-text{font-size:.95rem;font-weight:700;color:var(--fg);line-height:1.35;flex:1 1;min-width:0}.compact-list-date{font-size:.72rem;color:var(--muted);text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;flex-shrink:0}.see-all-wrap{display:flex;justify-content:center;margin:1.5rem 0 0}.see-all-btn{display:inline-block;padding:.75rem 1.5rem;border:1px solid var(--gold);color:var(--gold);font-size:.82rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;border-radius:4px;transition:background .15s ease,color .15s ease}.see-all-btn:hover{background:var(--gold);color:#0a0a0a}.news-index{margin:2rem auto;max-width:900px}.news-index h1{font-size:1.75rem;font-weight:900;margin:0 0 1.25rem;border-left:4px solid var(--gold);padding-left:.75rem;text-transform:uppercase}.news-index-list{gap:.75rem}.news-index-item,.news-index-list{display:flex;flex-direction:column}.news-index-item{gap:.35rem;padding:1rem 1.1rem;background:var(--bg-elev);border:1px solid var(--border);border-left:3px solid transparent;border-radius:6px;transition:border-color .15s ease,transform .15s ease}.news-index-item:hover{border-color:var(--gold);border-left-color:var(--gold);transform:translateY(-1px)}.news-index-item h2{font-size:1.05rem;font-weight:800;line-height:1.3;color:var(--fg)}.news-index-item p{color:var(--muted);font-size:.88rem;line-height:1.45}.news-index-item .meta{color:var(--muted);font-size:.72rem;text-transform:uppercase;letter-spacing:.04em}.pagination{display:flex;justify-content:center;gap:.5rem;margin-top:2rem;flex-wrap:wrap}.pagination a,.pagination span{padding:.55rem .95rem;border:1px solid var(--border);border-radius:4px;font-size:.85rem;font-weight:700;color:var(--fg);background:var(--bg-elev)}.pagination a:hover{border-color:var(--gold);color:var(--gold)}.pagination .current{background:var(--gold);border-color:var(--gold);color:#0a0a0a}.card-img img.img-small,.featured-card .card-img img.img-small,.top-featured .top-featured-img img.img-small{object-fit:contain;background:#0a0a0a}.article .hero-img.img-small{width:auto;max-width:100%;height:auto;max-height:500px;margin:1rem auto 1.5rem;object-fit:none;background:#0a0a0a;padding:1rem}.pagination .disabled{opacity:.4;pointer-events:none}.top-banner{position:relative;background:#000;padding:6px 40px 6px 12px}.top-banner-grid{display:grid;grid-template-columns:1fr;grid-gap:8px;gap:8px;align-items:stretch}.top-banner-card{display:flex;align-items:center;gap:12px;padding:14px 16px;border-radius:4px;text-decoration:none;line-height:1.2}.top-banner-wa{background:#25d366;color:#074628}.top-banner-mtp{background:#141414;color:#f5f5f5;border-left:3px solid #c9a84c}.top-banner-icon{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center}.top-banner-wa-icon{color:#074628}.top-banner-mtp-icon{width:24px;height:24px;border-radius:50%;background:#c9a84c}.top-banner-copy{display:flex;flex-direction:column;flex:1 1 auto;min-width:0}.top-banner-title{font-weight:500;font-size:.95rem}.top-banner-mtp-title{color:#c9a84c;font-weight:700}.top-banner-sub{font-size:.78rem;opacity:.85}.top-banner-mtp-sub{color:#f5f5f5;opacity:.85}.top-banner-btn{flex-shrink:0;display:inline-flex;align-items:center;padding:6px 14px;border-radius:999px;font-weight:500;font-size:.82rem;white-space:nowrap;transition:background .15s ease}.top-banner-wa-btn{background:#074628;color:#fff}.top-banner-wa-btn:hover{background:#0a5e36}.top-banner-mtp-btn{background:#c9a84c;color:#0a0a0a;border-radius:6px}.top-banner-mtp-btn:hover{background:#e8d48b}.top-banner-close{position:absolute;top:50%;right:10px;transform:translateY(-50%);background:transparent;border:none;color:#fff;font-size:1rem;font-weight:700;cursor:pointer;padding:4px 6px;line-height:1;border-radius:4px}.top-banner-close:hover{background:hsla(0,0%,100%,.12)}@media (min-width:768px){.top-banner-grid{grid-template-columns:1fr 1fr}}@media (max-width:767px){.top-banner{padding:6px 36px 6px 8px}.top-banner-card{padding:10px 12px;gap:10px}.top-banner-title{font-size:.88rem}.top-banner-sub{font-size:.72rem}.top-banner-btn{padding:5px 11px;font-size:.74rem}}.wa-cta{justify-content:space-between;gap:1rem;background:#141414;border:1px solid #25d366;border-radius:8px;padding:1rem 1.15rem;margin:2rem 0 1.5rem;flex-wrap:wrap}.wa-cta,.wa-cta-text{display:flex;align-items:center}.wa-cta-text{gap:.7rem;flex:1 1 260px}.wa-cta-emoji{font-size:1.4rem;line-height:1}.wa-cta-text p{color:var(--fg);font-size:.98rem;line-height:1.4;margin:0}.wa-cta-text strong{color:#25d366}.wa-cta-btn{display:inline-flex;align-items:center;gap:.45rem;background:#25d366;color:#0a0a0a;font-weight:700;padding:.6rem 1rem;border-radius:6px;font-size:.92rem;transition:background .2s,transform .1s;white-space:nowrap}.wa-cta-btn:hover{background:#1ebe5a}.wa-cta-btn:active{transform:translateY(1px)}@media (max-width:520px){.wa-cta{padding:.9rem}.wa-cta-btn{width:100%;justify-content:center}}.video-embed-wrapper{width:100%;max-width:780px;margin:1.5rem auto}.video-embed{width:100%;position:relative}.video-embed-globo,.video-embed-youtube{aspect-ratio:16/9;border-radius:8px;overflow:hidden;background:#000}.video-embed-globo iframe,.video-embed-youtube iframe{width:100%;height:100%;border:0;display:block}.video-embed-instagram,.video-embed-tiktok,.video-embed-twitter{display:flex;justify-content:center}.video-source{text-align:center;font-size:.8rem;color:var(--muted);margin-top:.5rem}.video-source a{color:var(--gold);text-decoration:none}.video-source a:hover{text-decoration:underline}.mtp-cta{background:#141414;border:1px solid #c9a84c;border-left-width:4px;padding:20px;border-radius:8px;display:flex;flex-direction:column;align-items:flex-start;gap:10px}.mtp-cta-sidebar{margin-top:1rem}.mtp-cta-postgame,.mtp-cta-pregame{margin:1.5rem 0}.mtp-cta-title{margin:0;color:#c9a84c;font-weight:700;font-size:17px;line-height:1.25}.mtp-cta-text{margin:0;color:#f5f5f5;font-size:14px;line-height:1.45}.mtp-cta-btn{display:inline-block;background:#c9a84c;color:#0a0a0a;font-weight:700;padding:10px 18px;border-radius:6px;text-decoration:none;font-size:14px;transition:background .15s ease;margin-top:2px}.mtp-cta-btn:hover{background:#e8d48b}.mtp-cta-badge{color:#9a9a9a;font-size:12px}