*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{color:#333;background-color:#f5f5f5;font-family:Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.6}img{max-width:100%;height:auto;display:block}a{color:#1a1a1a;text-decoration:none;transition:color .2s}a:hover{color:#1565c0}ul,ol{list-style:none}:root{--primary:#1565c0;--primary-dark:#0d47a1;--dark:#111;--text:#333;--text-light:#666;--bg:#f5f5f5;--white:#fff;--border:#e0e0e0;--shadow:0 2px 8px #00000014;--blue-light:#64b5f6}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}.site-header{z-index:1000;background-color:#111;position:sticky;top:0;box-shadow:0 2px 12px #0006}.header-main{justify-content:space-between;align-items:center;gap:1rem;padding:.85rem 0;display:flex}.site-branding{flex-shrink:0;align-items:center;display:flex}.site-logo{align-items:center;line-height:0;text-decoration:none;display:inline-flex}.site-logo-img,.custom-logo{width:auto;max-width:min(220px,48vw);height:52px;display:block}.site-description{display:none}.header-search{flex-shrink:1;width:100%;max-width:320px;position:relative}.search-autocomplete{z-index:1100;background-color:#fff;border-radius:8px;min-width:320px;position:absolute;top:calc(100% + .5rem);left:0;right:0;overflow:hidden;box-shadow:0 12px 32px #00000059}.search-autocomplete__status{color:var(--text-light);padding:1rem;font-size:.9rem}.search-autocomplete__list{max-height:360px;list-style:none;overflow-y:auto}.search-autocomplete__item{border-bottom:1px solid var(--border);color:var(--text);align-items:center;gap:.75rem;padding:.6rem 1rem;transition:background-color .15s;display:flex}.search-autocomplete__item:hover{background-color:#f5f5f5}.search-autocomplete__item img{object-fit:cover;background:#e8eef5;border-radius:6px;flex-shrink:0;width:56px;height:56px}.search-autocomplete__category{color:var(--primary);text-transform:uppercase;margin-bottom:.15rem;font-size:.7rem;font-weight:700;display:block}.search-autocomplete__title{color:var(--dark);font-size:.88rem;font-weight:600;line-height:1.3;display:block}.search-autocomplete__seeall{text-align:center;text-transform:uppercase;letter-spacing:.3px;color:var(--primary);background-color:#f5f5f5;padding:.85rem 1rem;font-size:.85rem;font-weight:700;display:block}.search-autocomplete__seeall:hover{color:var(--primary-dark);background-color:#ececec}.header-search .search-form{width:100%;position:relative}.header-search input[type=search]{color:#fff;background-color:#2a2a2a;border:1px solid #333;border-radius:8px;outline:none;width:100%;padding:.75rem 2.75rem .75rem 1rem;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.header-search input[type=search]::placeholder{color:#888}.header-search input[type=search]:focus{border-color:#64b5f6;box-shadow:0 0 0 2px #64b5f633}.header-search button{color:#fff;cursor:pointer;background-color:#2a2a2a;border:1px solid #444;border-radius:6px;justify-content:center;align-items:center;width:36px;height:36px;transition:background-color .2s,border-color .2s;display:flex;position:absolute;top:50%;right:4px;transform:translateY(-50%)}.header-search button:hover{color:#111;background-color:#64b5f6;border-color:#64b5f6}.header-categories{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.category-icon{background-color:#2a2a2a;border:1px solid #333;border-radius:8px;justify-content:center;align-items:center;width:44px;height:44px;text-decoration:none;transition:background-color .2s,transform .2s,border-color .2s;display:flex}.category-icon:hover{background-color:#333;border-color:#64b5f6;transform:translateY(-2px)}.category-emoji{font-size:1.5rem;line-height:1}.menu-toggle{color:#fff;cursor:pointer;background-color:#2a2a2a;border:1px solid #333;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.25rem;transition:background-color .2s,border-color .2s;display:none}.menu-toggle:hover{background-color:#333;border-color:#64b5f6}.main-navigation{background-color:#1a1a1a;border-top:1px solid #2a2a2a;padding:.5rem 0;display:none}.main-navigation.toggled{display:block}.main-navigation .container{justify-content:space-between;align-items:center;display:flex}.nav-menu{flex-wrap:wrap;gap:.25rem;display:flex}.nav-menu li{position:relative}.nav-menu a{color:#fff;text-transform:uppercase;letter-spacing:.5px;border-radius:6px;padding:.75rem 1rem;font-size:.9rem;font-weight:600;display:block}.nav-menu a:hover,.nav-menu .current-menu-item>a,.nav-menu .current_page_item>a{color:#64b5f6;background-color:#2a2a2a}.nav-menu .sub-menu{z-index:1001;background-color:#1a1a1a;border:1px solid #2a2a2a;border-radius:8px;min-width:200px;padding:.5rem 0;display:none;position:absolute;top:100%;left:0;box-shadow:0 4px 12px #0006}.nav-menu li:hover>.sub-menu{display:block}.nav-menu .sub-menu a{text-transform:none;border-radius:0;padding:.65rem 1rem;font-size:.85rem}.nav-menu .sub-menu .sub-menu{top:-.5rem;left:100%}.mobile-menu{z-index:1002;visibility:hidden;opacity:0;transition:visibility .3s,opacity .3s;position:fixed;inset:0}.mobile-menu.is-open{visibility:visible;opacity:1}.mobile-menu__overlay{background-color:#000000b3;position:absolute;inset:0}.mobile-menu__panel{background-color:#111;flex-direction:column;width:100%;max-width:380px;height:100%;padding:1.25rem;transition:transform .3s;display:flex;position:absolute;top:0;right:0;overflow-y:auto;transform:translate(100%);box-shadow:-4px 0 20px #00000080}.mobile-menu.is-open .mobile-menu__panel{transform:translate(0)}.mobile-menu__header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.mobile-menu__title{color:#fff;text-transform:uppercase;letter-spacing:.5px;font-size:1.25rem;font-weight:800}.mobile-menu__close{color:#fff;cursor:pointer;background-color:#2a2a2a;border:none;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.25rem;transition:background-color .2s;display:flex}.mobile-menu__close:hover{background-color:#444}.mobile-menu__grid{grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:1.5rem;display:grid}.mobile-menu__item{background-color:#1a1a1a;border:1px solid #2a2a2a;border-radius:8px;align-items:center;gap:.75rem;padding:.75rem;text-decoration:none;transition:background-color .2s,border-color .2s;display:flex}.mobile-menu__item:hover{background-color:#252525;border-color:#64b5f6}.mobile-menu__item:hover .mobile-menu__label{color:#64b5f6}.mobile-menu__icon{background-color:#2a2a2a;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.15rem;line-height:1;display:flex}.mobile-menu__label{color:#fff;font-size:.9rem;font-weight:700;transition:color .2s}.mobile-menu__separator{background-color:#2a2a2a;height:1px;margin-bottom:1.5rem}.mobile-menu__cta{color:#fff;text-align:center;text-transform:uppercase;letter-spacing:.5px;background-color:#1565c0;border-radius:8px;width:100%;padding:1rem;font-size:.95rem;font-weight:800;text-decoration:none;transition:background-color .2s;display:block}.mobile-menu__cta:hover{color:#fff;background-color:#0d47a1}.hero-bento{margin:2rem 0}.hero-bento__grid{min-height:420px;box-shadow:var(--shadow);border-radius:8px;grid-template-columns:1.7fr 1fr;gap:3px;display:grid;overflow:hidden}.hero-bento__main{min-height:420px;position:relative}.hero-slider{height:100%;position:relative}.hero-slider__dots{z-index:3;gap:.5rem;display:flex;position:absolute;bottom:1.25rem;right:1.5rem}.hero-slider__dot{cursor:pointer;background:#ffffff40;border:1px solid #fff9;border-radius:50%;width:10px;height:10px;padding:0;transition:background-color .2s,transform .2s}.hero-slider__dot:hover{background:#ffffff80}.hero-slider__dot.is-active{background:#64b5f6;border-color:#64b5f6;transform:scale(1.15)}.hero-bento__side{grid-template-rows:1fr 1fr;gap:3px;display:grid}.hero-bento__card{flex-direction:column;justify-content:flex-end;height:100%;display:flex;position:relative;overflow:hidden}.hero-bento__thumbnail{z-index:1;position:absolute;inset:0}.hero-bento__thumbnail img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.hero-bento__card:hover .hero-bento__thumbnail img{transform:scale(1.08)}.hero-bento__overlay{z-index:2;background:linear-gradient(#0000 0%,#0009 50%,#000000eb 100%);flex-direction:column;justify-content:flex-end;height:100%;padding:1.5rem;display:flex;position:relative}.hero-bento__main .hero-bento__overlay{padding:2rem}.hero-bento__category{color:#64b5f6;text-transform:uppercase;letter-spacing:.5px;align-self:flex-start;margin-bottom:.75rem;font-size:.75rem;font-weight:800;display:inline-block}.hero-bento__title{text-transform:uppercase;margin-bottom:.75rem;font-size:1.4rem;font-weight:800;line-height:1.2}.hero-bento__main .hero-bento__title{max-width:90%;font-size:2rem}.hero-bento__title a{color:#fff;transition:color .2s}.hero-bento__title a:hover{color:#64b5f6}.hero-bento__quote{color:#64b5f6;text-transform:uppercase;letter-spacing:.5px;align-self:flex-start;align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.75rem;font-weight:700;display:inline-flex}.hero-bento__quote i{font-size:1rem}.hero-bento__summary{color:#ffffffd9;max-width:90%;font-size:.95rem;line-height:1.5}.hero-bento__bullets{flex-direction:column;gap:.4rem;list-style:none;display:flex}.hero-bento__bullets li{color:#ffffffd9;padding-left:1rem;font-size:.85rem;line-height:1.4;position:relative}.hero-bento__bullets li:before{content:"";background-color:#64b5f6;border-radius:50%;width:5px;height:5px;position:absolute;top:.5rem;left:0}.ad-banner{background-color:var(--white);border:1px dashed var(--border);text-align:center;color:var(--text-light);border-radius:8px;margin:2rem 0;padding:1rem;font-size:.85rem}.ad-banner span{text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem;font-size:.7rem;display:block}.ad-slot{background-color:var(--white);box-shadow:var(--shadow);border-radius:8px;margin-bottom:1.5rem;overflow:hidden}.ad-slot__label{color:#fff;text-transform:uppercase;letter-spacing:.5px;background-color:#111;border-bottom-right-radius:8px;padding:.4rem .8rem;font-size:.7rem;font-weight:700;display:inline-block}.ad-slot__placeholder{text-align:center;border:2px dashed var(--border);background-color:#f8f9fa;border-radius:0 0 8px 8px;margin:0 1rem 1rem;padding:1.5rem}.ad-slot__placeholder p{color:var(--text);margin-bottom:.25rem;font-weight:600}.ad-slot__placeholder small{color:var(--text-light);font-size:.8rem}.ad-slot__code{justify-content:center;align-items:center;min-height:90px;padding:.75rem 1rem 1rem;display:flex;overflow:hidden}.ad-slot__code iframe,.ad-slot__code ins{max-width:100%}.ad-slot--square .ad-slot__code{min-height:250px}.ad-slot--full .ad-slot__placeholder{flex-direction:column;justify-content:center;align-items:center;min-height:90px;display:flex}.ad-slot--square .ad-slot__placeholder{flex-direction:column;justify-content:center;align-items:center;min-height:250px;display:flex}.ad-slot--inline{margin:1.5rem 0}.bhs-banner{position:relative}.bhs-banner__hotspot{background:0 0;display:block;position:absolute}.ad-slot--inline .ad-slot__placeholder{flex-direction:column;justify-content:center;align-items:center;min-height:250px;display:flex}.category-blocks{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.category-block{background-color:var(--white);box-shadow:var(--shadow);border-radius:8px;padding:1.5rem}.category-block__header{color:#fff;text-transform:uppercase;letter-spacing:.5px;background-color:#111;border-radius:4px;margin-bottom:1.25rem;padding:.5rem 1rem;font-size:.85rem;font-weight:800;text-decoration:none;transition:background-color .2s;display:inline-block}.category-block__header:hover{background-color:var(--primary);color:#fff}.category-block__featured{border-bottom:1px solid var(--border);margin-bottom:1.25rem;padding-bottom:1.25rem;position:relative}.category-block__thumbnail{aspect-ratio:16/10;border-radius:8px;margin-bottom:1rem;display:block;overflow:hidden}.category-block__thumbnail img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.category-block__featured:hover .category-block__thumbnail img{transform:scale(1.05)}.category-block__author-avatar{border:3px solid var(--white);width:60px;height:60px;box-shadow:var(--shadow);z-index:2;border-radius:50%;position:absolute;bottom:5.5rem;left:1rem;overflow:hidden}.category-block__author-avatar img{object-fit:cover;width:100%;height:100%}.category-block__title{margin-bottom:.5rem;padding-left:0;font-size:1.15rem;font-weight:800;line-height:1.3}.category-block__title a{color:#111;transition:color .2s}.category-block__title a:hover{color:var(--primary)}.category-block__meta{color:var(--text-light);font-size:.85rem}.category-block__list{flex-direction:column;gap:0;list-style:none;display:flex}.category-block__item{border-bottom:1px solid var(--border);gap:1rem;padding:1rem 0;display:flex}.category-block__item:last-child{border-bottom:none}.category-block__item-thumb{border-radius:6px;flex-shrink:0;width:90px;height:70px;overflow:hidden}.category-block__item-thumb img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.category-block__item:hover .category-block__item-thumb img{transform:scale(1.08)}.category-block__item-content{flex-direction:column;flex:1;justify-content:center;min-width:0;display:flex}.category-block__item-title{margin-bottom:.25rem;font-size:.95rem;font-weight:700;line-height:1.35}.category-block__item-title a{color:var(--text)}.category-block__item-title a:hover{color:var(--primary)}.category-block__item-date{color:var(--text-light);font-size:.8rem}.section{margin:2.5rem 0}.section-header{border-bottom:3px solid var(--primary);justify-content:space-between;align-items:center;margin-bottom:1.25rem;padding-bottom:.5rem;display:flex}.section-title{text-transform:uppercase;color:var(--dark);letter-spacing:.5px;font-size:1.25rem;font-weight:800}.section-title span{color:var(--primary)}.section-link{color:var(--primary);font-size:.85rem;font-weight:600}.section-link:hover{color:var(--primary-dark)}.posts-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.post-card{background-color:var(--white);box-shadow:var(--shadow);border-radius:8px;transition:transform .2s,box-shadow .2s;overflow:hidden}.post-card:hover{transform:translateY(-3px);box-shadow:0 4px 16px #0000001f}.post-card .post-thumbnail{aspect-ratio:16/10;display:block;overflow:hidden}.post-card .post-thumbnail img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.post-card:hover .post-thumbnail img{transform:scale(1.05)}.post-card .post-content{padding:1rem}.post-card .post-category{color:var(--primary);text-transform:uppercase;margin-bottom:.5rem;font-size:.75rem;font-weight:700;display:inline-block}.post-card .post-title{margin-bottom:.5rem;font-size:1rem;font-weight:700;line-height:1.35}.post-card .post-meta{color:var(--text-light);font-size:.8rem}.posts-grid--compact{grid-template-columns:repeat(3,1fr);gap:1.25rem}.top-posts-widget{background-color:var(--white);box-shadow:var(--shadow);border-radius:8px;margin-bottom:1.5rem;padding:1.25rem}.top-posts-widget .widget-title span{color:var(--primary)}.top-posts-list{counter-reset:top-posts;list-style:none}.top-posts-item{border-bottom:1px solid var(--border);align-items:center;gap:.65rem;padding:.7rem 0;display:flex}.top-posts-item:last-child{border-bottom:none}.top-posts-rank{background-color:var(--primary);width:28px;height:28px;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.85rem;font-weight:800;display:flex}.top-posts-thumb{background:#e8eef5;border-radius:6px;flex-shrink:0;width:56px;height:56px;overflow:hidden}.top-posts-thumb img,.top-posts-thumb-placeholder{object-fit:cover;width:100%;height:100%;display:block}.top-posts-thumb-placeholder{background:linear-gradient(135deg,#d7e3f4 0%,#eef3f9 100%)}.top-posts-content{flex:1;min-width:0}.top-posts-title{color:var(--text);margin-bottom:.2rem;font-size:.88rem;font-weight:700;line-height:1.3;display:block}.top-posts-title:hover{color:var(--primary)}.top-posts-content .post-date{color:var(--text-light);font-size:.72rem}.standings-widget .widget-title span,.round-widget .widget-title span{color:var(--primary)}.standings-embed{border:1px solid var(--border);-webkit-overflow-scrolling:touch;background:#fff;border-radius:8px;width:100%;max-height:560px;position:relative;overflow:hidden auto}.standings-embed iframe{border:0;margin:0;display:block;width:100%!important;max-width:100%!important;height:1123px!important}.standings-credit{text-align:right;color:var(--text-light);margin-top:.5rem;font-size:.68rem}.standings-credit a{color:var(--text-light)}.standings-credit a:hover{color:var(--primary)}.standings-note{color:var(--text-light);border-left:3px solid var(--primary);background-color:#f0f7ff;border-radius:4px;margin-bottom:.75rem;padding:.5rem .75rem;font-size:.75rem}.standings-table-wrap{overflow-x:auto}.standings-table{border-collapse:collapse;width:100%;font-size:.8rem}.standings-table th{text-align:left;color:var(--text-light);border-bottom:2px solid var(--border);white-space:nowrap;padding:.5rem .35rem;font-weight:700}.standings-table td{border-bottom:1px solid var(--border);vertical-align:middle;padding:.55rem .35rem}.standings-pos span{color:#fff;background-color:#333;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:.7rem;font-weight:800;display:inline-flex}.zone-libertadores .standings-pos span{background-color:#2e7d32}.zone-pre .standings-pos span{background-color:#1565c0}.zone-rebaixamento .standings-pos span{background-color:#c62828}.standings-team{white-space:nowrap;align-items:center;gap:.4rem;font-weight:600;display:flex}.standings-team img{object-fit:contain;width:18px;height:18px}.round-matches{flex-direction:column;gap:.75rem;list-style:none;display:flex}.round-match{border:1px solid var(--border);background-color:#f8f9fa;border-radius:8px;padding:.85rem;transition:border-color .2s}.round-match:hover{border-color:var(--primary)}.round-match.status-andamento{background-color:#fff5f5;border-color:#c62828}.round-match__meta{justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.6rem;display:flex}.round-match__status{text-transform:uppercase;letter-spacing:.3px;color:var(--primary);font-size:.7rem;font-weight:800}.round-match.status-andamento .round-match__status{color:#c62828}.round-match.status-finalizado .round-match__status{color:var(--text-light)}.round-match__venue{color:var(--text-light);white-space:nowrap;text-overflow:ellipsis;font-size:.7rem;overflow:hidden}.round-match__teams{grid-template-columns:1fr auto 1fr;align-items:center;gap:.5rem;display:grid}.round-match__team{color:#111;align-items:center;gap:.4rem;font-size:.85rem;font-weight:700;display:flex}.round-match__team.away{text-align:right;justify-content:flex-end}.round-match__team img{object-fit:contain;flex-shrink:0;width:22px;height:22px}.round-match__score{color:#111;justify-content:center;align-items:center;gap:.35rem;min-width:56px;font-size:1.1rem;font-weight:800;display:flex}.round-match__score span{color:var(--text-light);font-weight:400}.round-match__vs{color:var(--text-light);text-transform:uppercase;font-size:.8rem;font-weight:700}.round-empty{color:var(--text-light);text-align:center;padding:1rem 0;font-size:.85rem}.main-content{grid-template-columns:1fr 320px;gap:2rem;margin:2rem 0;display:grid}.content-area,.sidebar{min-width:0}.home-layout{grid-template-columns:1fr 400px;align-items:start}.home-layout .sidebar{position:sticky;top:110px}.standings-widget.widget{padding:1rem}.widget{background-color:var(--white);box-shadow:var(--shadow);border-radius:8px;margin-bottom:1.5rem;padding:1.25rem}.widget-title{text-transform:uppercase;border-bottom:2px solid var(--primary);margin-bottom:1rem;padding-bottom:.5rem;font-size:1rem;font-weight:800}.widget ul li{border-bottom:1px solid var(--border);padding:.6rem 0}.widget ul li:last-child{border-bottom:none}.widget a{color:var(--text);font-size:.9rem}.widget a:hover{color:var(--primary)}.widget .post-date{color:var(--text-light);margin-top:.25rem;font-size:.75rem;display:block}.pagination{justify-content:center;gap:.5rem;margin:2rem 0;display:flex}.pagination a,.pagination .current{background-color:var(--white);min-width:40px;height:40px;color:var(--text);box-shadow:var(--shadow);border-radius:4px;justify-content:center;align-items:center;padding:0 .75rem;font-weight:600;display:inline-flex}.pagination a:hover,.pagination .current{background-color:var(--primary);color:var(--white)}.single-layout{align-items:start;gap:2.5rem}.single-content-area{background:var(--white);box-shadow:var(--shadow);border-radius:4px;padding:1.75rem 2rem 2.5rem}.single-article{max-width:48rem}.single-header{box-shadow:none;background:0 0;border-radius:0;margin-bottom:1.25rem;padding:0}.single-kicker{color:var(--primary);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.65rem;font-size:.78rem;font-weight:800;display:inline-block}.single-title{letter-spacing:-.02em;color:#111;margin:0 0 .85rem;font-size:clamp(1.7rem,3vw,2.35rem);font-weight:800;line-height:1.2}.single-meta{border-bottom:1px solid var(--border);color:var(--text-light);flex-wrap:wrap;align-items:center;gap:.35rem .45rem;margin:0;padding-bottom:1rem;font-size:.88rem;display:flex}.single-meta a{color:var(--text);font-weight:600}.single-meta a:hover{color:var(--primary)}.single-meta__sep{opacity:.55}.single-featured{margin:1.25rem 0 1rem}.single-featured__img{object-fit:cover;border-radius:2px;width:100%;height:auto;max-height:460px;display:block}.single-featured__caption{color:var(--text-light);margin-top:.45rem;font-size:.8rem}.single-content-area>.ad-slot,.single-article>.ad-slot{margin:1rem 0 1.5rem}.single-body{color:#222;font-size:1.08rem;line-height:1.85}.single-body h2,.single-body h3,.single-body h4{margin:1.75rem 0 .85rem;font-weight:800;line-height:1.3}.single-body p{margin-bottom:1.15rem}.single-body img{border-radius:4px;margin:1.25rem 0}.single-body blockquote{border-left:4px solid var(--primary);margin:1.5rem 0;padding:.35rem 0 .35rem 1.1rem;font-size:1.12rem;font-style:italic}.single-body ul,.single-body ol{margin:1rem 0 1rem 1.4rem;list-style:outside}.single-body ol{list-style:decimal}.single-body a{color:var(--primary);text-decoration:underline}.single-tags{border-top:1px solid var(--border);color:var(--text-light);margin-top:1.75rem;padding-top:1rem;font-size:.9rem}.single-tags a{color:var(--primary);font-weight:600}.single-sidebar .widget,.single-sidebar .ad-slot{margin-bottom:1.25rem}.sidebar-block{background:var(--white);box-shadow:var(--shadow);border-radius:4px;margin-bottom:1.25rem;padding:0;overflow:hidden}.sidebar-block__title{background:var(--primary);color:#fff;text-transform:uppercase;letter-spacing:.04em;border:none;margin:0;padding:.7rem 1rem;font-size:.92rem;font-weight:800}.related-sidebar__list,.categories-block__list{margin:0;padding:.25rem 0;list-style:none}.related-sidebar__item{border-bottom:1px solid var(--border);gap:.75rem;padding:.85rem 1rem;display:flex}.related-sidebar__item:last-child{border-bottom:none}.related-sidebar__thumb{background:#e8eef5;border-radius:3px;flex-shrink:0;width:72px;height:54px;overflow:hidden}.related-sidebar__thumb img,.related-sidebar__placeholder{object-fit:cover;width:100%;height:100%;display:block}.related-sidebar__placeholder{background:linear-gradient(135deg,#d7e3f4,#eef3f9)}.related-sidebar__title{color:var(--text);margin-bottom:.25rem;font-size:.88rem;font-weight:700;line-height:1.35;display:block}.related-sidebar__title:hover{color:var(--primary)}.related-sidebar__body time{color:var(--text-light);font-size:.75rem}.categories-block__list li a{border-bottom:1px solid var(--border);color:var(--text);justify-content:space-between;align-items:center;gap:1rem;padding:.7rem 1rem;font-size:.92rem;font-weight:600;display:flex}.categories-block__list li:last-child a{border-bottom:none}.categories-block__list li a:hover{color:var(--primary)}.categories-block__count{color:var(--text-light);font-size:.85rem;font-weight:700}.archive-layout{align-items:start}.archive-header{border-bottom:2px solid var(--primary);margin:0 0 1.5rem;padding-bottom:1rem}.archive-header__eyebrow{text-transform:uppercase;letter-spacing:.06em;color:var(--primary);margin:0 0 .35rem;font-size:.78rem;font-weight:800}.archive-header__title{margin:0;font-size:clamp(1.75rem,3vw,2.35rem);font-style:italic;font-weight:900;line-height:1.15}.archive-header__desc{color:var(--text-light);margin-top:.5rem}.archive-header__count{color:var(--text-light);margin-top:.55rem;font-size:.85rem;font-weight:600}.archive-featured{margin-bottom:1.75rem}.archive-featured-card{background:var(--white);box-shadow:var(--shadow);border-radius:8px;grid-template-columns:1.35fr 1fr;gap:0;min-height:320px;display:grid;overflow:hidden}.archive-featured-card__media{background:#111;min-height:320px;display:block}.archive-featured-card__media img{object-fit:cover;width:100%;height:100%;display:block}.archive-featured-card__body{flex-direction:column;justify-content:center;padding:1.75rem 1.5rem;display:flex}.archive-featured-card__cat{background:var(--primary);color:#fff;text-transform:uppercase;letter-spacing:.04em;border-radius:3px;align-self:flex-start;margin-bottom:.85rem;padding:.28rem .65rem;font-size:.72rem;font-weight:800;display:inline-block}.archive-featured-card__title{margin:0 0 .75rem;font-size:clamp(1.25rem,2vw,1.65rem);font-weight:800;line-height:1.25}.archive-featured-card__title a{color:#111}.archive-featured-card__title a:hover{color:var(--primary)}.archive-featured-card__excerpt{color:var(--text-light);margin:0 0 1rem;font-size:.95rem;line-height:1.55}.archive-featured-card__meta{color:var(--text-light);flex-wrap:wrap;gap:.35rem;margin-bottom:1.15rem;font-size:.8rem;display:flex}.archive-featured-card__cta{text-transform:uppercase;letter-spacing:.03em;color:var(--primary);align-self:flex-start;align-items:center;gap:.45rem;font-size:.88rem;font-weight:800;display:inline-flex}.archive-featured-card__cta:hover{color:#0d47a1}.archive-list-header{margin-bottom:1rem}.archive-grid .post-card .post-title{font-size:.98rem}.archive-grid .post-card .post-title a{color:var(--text)}.archive-sidebar .widget,.archive-sidebar .ad-slot,.archive-sidebar .sidebar-block{margin-bottom:1.25rem}.page-hero{color:#fff;background:linear-gradient(135deg,#111 0%,#1a2330 55%,#0d47a1 120%);margin-bottom:2rem;padding:3.5rem 0 3rem}.page-hero__eyebrow{text-transform:uppercase;letter-spacing:.08em;color:#90caf9;margin-bottom:.75rem;font-size:.8rem;font-weight:700}.page-hero__title{margin-bottom:.75rem;font-size:clamp(2rem,4vw,3rem);font-style:italic;font-weight:900}.page-hero__lead{color:#ffffffd9;max-width:40rem;font-size:1.1rem;line-height:1.55}.page-shell{margin-bottom:3rem}.page-shell--split{grid-template-columns:1.4fr 1fr;align-items:start;gap:1.5rem;display:grid}.page-panel{background:var(--white);box-shadow:var(--shadow);border-radius:10px;padding:2rem;font-size:1.05rem;line-height:1.75}.page-panel h2{margin:0 0 1rem;font-size:1.35rem}.page-panel p{margin-bottom:1rem}.page-checklist,.page-steps{margin:1rem 0 1rem 1.25rem}.page-checklist{list-style:outside}.page-steps{list-style:decimal}.page-panel--cta{color:#fff;border-top:4px solid var(--primary);background:#111}.page-panel--cta h2{color:#fff}.page-panel--cta p{color:#fffc}.page-cta-btn{background:var(--primary);text-transform:uppercase;letter-spacing:.03em;border-radius:6px;justify-content:center;align-items:center;margin:.5rem 0 1rem;padding:.85rem 1.4rem;font-weight:800;display:inline-flex;color:#fff!important}.page-cta-btn:hover{background:#0d47a1}.page-cta-note{font-size:.85rem;color:#ffffff8c!important}.site-footer{color:#aaa;background-color:#111;margin-top:3rem;padding:3rem 0 1.5rem}.footer-main{grid-template-columns:2fr 1fr 1fr;align-items:start;gap:3rem;margin-bottom:2.5rem;display:grid}.footer-brand .site-logo{align-items:center;margin-bottom:1.5rem;line-height:0;text-decoration:none;display:inline-flex}.footer-brand .site-logo-img,.footer-brand .custom-logo{max-width:260px;height:64px}.footer-social{gap:.75rem;display:flex}.footer-social a{color:#fff;background-color:#2a2a2a;border:1px solid #333;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1rem;transition:background-color .2s,border-color .2s,color .2s;display:flex}.footer-social a:hover{color:#64b5f6;background-color:#333;border-color:#64b5f6}.footer-nav__title{text-transform:uppercase;color:#fff;letter-spacing:.5px;margin-bottom:1.25rem;padding-bottom:.75rem;font-size:1rem;font-weight:800;position:relative}.footer-nav__title:after{content:"";background-color:#e30613;border-radius:2px;width:40px;height:3px;position:absolute;bottom:0;left:0}.footer-nav__menu{flex-direction:column;gap:.75rem;list-style:none;display:flex}.footer-nav__menu a{color:#aaa;font-size:.95rem;transition:color .2s}.footer-nav__menu a:hover{color:#64b5f6}.footer-bottom{border-top:1px solid #2a2a2a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:1.5rem;display:flex}.footer-bottom p{color:#aaa;font-size:.85rem}.footer-credit{background-color:#2a2a2a;border:1px solid #333;border-radius:6px;align-items:center;gap:.5rem;padding:.5rem 1rem;text-decoration:none;transition:background-color .2s,border-color .2s;display:inline-flex}.footer-credit:hover{background-color:#333;border-color:#64b5f6}.footer-credit__text{color:#888;font-size:.75rem}.footer-credit__brand{color:#fff;text-transform:uppercase;letter-spacing:.5px;font-size:.85rem;font-weight:800}.footer-credit__logo{width:auto;height:22px;display:block}.columnist-header{color:#fff;box-shadow:var(--shadow);background:linear-gradient(135deg,#111 0%,#1a2330 60%,#0d47a1 140%);border-radius:10px;grid-template-columns:auto 1fr;align-items:center;gap:1.75rem;margin-bottom:1.75rem;padding:2rem;display:grid}.columnist-header__avatar img{object-fit:cover;border:3px solid #ffffff59;border-radius:50%;width:140px;height:140px;display:block}.columnist-header__eyebrow{text-transform:uppercase;letter-spacing:.08em;color:#90caf9;margin:0 0 .35rem;font-size:.75rem;font-weight:800}.columnist-header__name{margin:0 0 .65rem;font-size:clamp(1.6rem,3vw,2.2rem);font-style:italic;font-weight:900;line-height:1.15}.columnist-header__bio{color:#ffffffd1;max-width:38rem;margin:0 0 .85rem;font-size:1rem;line-height:1.55}.columnist-header__meta{color:#ffffffa6;flex-wrap:wrap;gap:.4rem;margin-bottom:1.1rem;font-size:.85rem;display:flex}.columnist-header__meta a{color:#90caf9;font-weight:700}.columnist-header__cta{background:var(--primary);color:#fff;text-transform:uppercase;letter-spacing:.04em;border-radius:6px;align-items:center;padding:.7rem 1.25rem;font-size:.82rem;font-weight:800;display:inline-flex}.columnist-header__cta:hover{color:#fff;background:#0d47a1}.author-header{background-color:var(--white);box-shadow:var(--shadow);border-radius:8px;align-items:center;gap:1.5rem;margin-bottom:2rem;padding:2rem;display:flex}.author-avatar img{object-fit:cover;border:4px solid #f0f0f0;border-radius:50%;width:140px;height:140px}.author-info{flex:1;min-width:0}.author-name{color:var(--dark);margin-bottom:.5rem;font-size:1.75rem;font-weight:800}.author-bio{color:var(--text-light);margin-bottom:1.25rem;font-size:1rem;line-height:1.6}.author-cta{color:#fff;text-transform:uppercase;letter-spacing:.5px;background-color:#111;border-radius:50px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.85rem;font-weight:700;transition:background-color .2s,color .2s;display:inline-flex}.author-cta:hover{background-color:var(--primary);color:#fff}.page-404,.search-no-results{text-align:center;background-color:var(--white);box-shadow:var(--shadow);border-radius:8px;padding:4rem 2rem}.page-404 h1,.search-no-results h1{margin-bottom:1rem;font-size:2.5rem}.page-404 p,.search-no-results p{color:var(--text-light);margin-bottom:1.5rem}@media (max-width:1024px){.posts-grid{grid-template-columns:repeat(3,1fr)}.posts-grid--compact{grid-template-columns:repeat(2,1fr)}.main-content{grid-template-columns:1fr 280px}.home-layout{grid-template-columns:1fr 340px}.footer-main{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.columnist-header{text-align:center;grid-template-columns:1fr;justify-items:center}.columnist-header__bio{margin-left:auto;margin-right:auto}.columnist-header__meta{justify-content:center}.author-header{text-align:center;flex-direction:column}.single-content-area{padding:1.25rem 1rem 1.75rem}.single-title{font-size:1.55rem}.single-featured__img{max-height:260px}.single-body{font-size:1.02rem}.page-shell--split{grid-template-columns:1fr}.page-hero{padding:2.5rem 0 2rem}.archive-featured-card{grid-template-columns:1fr}.archive-featured-card__media{min-height:220px;max-height:260px}.archive-featured,.archive-featured .hero-bento__card{min-height:0}.home-layout .sidebar{position:static}.standings-embed{max-height:420px}.hero-bento__grid{grid-template-columns:1fr;min-height:0}.hero-bento__main,.hero-bento__side .hero-bento__card{min-height:280px}.hero-bento__side{grid-template-rows:none;gap:3px}.author-avatar img{width:120px;height:120px}.author-name{font-size:1.5rem}.header-main{flex-wrap:wrap;gap:.75rem}.site-logo-img,.custom-logo{max-width:min(180px,55vw);height:42px}.header-search{order:3;max-width:100%}.header-categories{display:none}.menu-toggle{display:flex}.main-navigation{z-index:1001;background-color:#1a1a1a;border-top:1px solid #2a2a2a;position:absolute;top:100%;left:0;right:0}.nav-menu{flex-direction:column;padding:.5rem 1rem;display:none}.nav-menu.toggled{display:flex}.nav-menu a{border-bottom:1px solid #333;border-radius:0;padding:1rem}.nav-menu .sub-menu{box-shadow:none;border:none;border-radius:0;padding-left:1rem;display:none;position:static}.nav-menu li:hover>.sub-menu{display:none}.nav-menu .sub-menu.open{display:block}.sub-menu-toggle{display:none}.nav-menu .sub-menu-toggle{width:32px;height:32px;color:var(--white);cursor:pointer;background:#ffffff1a;border:none;border-radius:4px;justify-content:center;align-items:center;margin-left:auto;display:inline-flex}.nav-menu .sub-menu-toggle.toggled{transform:rotate(180deg)}.hero-bento__main .hero-bento__title{font-size:1.5rem}.hero-bento__title{font-size:1.15rem}.posts-grid{grid-template-columns:repeat(2,1fr)}.main-content{grid-template-columns:1fr}.home-layout .sidebar{order:2;position:static}.posts-grid--compact,.category-blocks{grid-template-columns:1fr}.footer-main{grid-template-columns:1fr;gap:2rem}.footer-bottom{text-align:center;flex-direction:column}}@media (max-width:480px){.posts-grid{grid-template-columns:1fr}.single-title{font-size:1.5rem}.single-content-area{padding:1rem}.top-bar .container{flex-direction:column;gap:.25rem}}.comments-area{background-color:var(--white);box-shadow:var(--shadow);border-radius:8px;margin-top:2rem;padding:2rem}.comments-title{border-bottom:2px solid var(--primary);margin-bottom:1.5rem;padding-bottom:.75rem;font-size:1.25rem;font-weight:800}.comment-list{list-style:none}.comment-list .comment{border-bottom:1px solid var(--border);margin-bottom:1.5rem;padding-bottom:1.5rem}.comment-list .comment:last-child{border-bottom:none}.comment-meta{align-items:center;gap:1rem;margin-bottom:.75rem;display:flex}.comment-author .avatar{border-radius:50%}.comment-author .fn{color:var(--dark);font-weight:700}.comment-metadata{color:var(--text-light);font-size:.85rem}.comment-content{color:var(--text);font-size:.95rem;line-height:1.7}.comment-reply-link{color:var(--primary);margin-top:.75rem;font-size:.85rem;font-weight:600;display:inline-block}.comment-form label{margin-bottom:.25rem;font-size:.9rem;font-weight:600;display:block}.comment-form input[type=text],.comment-form input[type=email],.comment-form input[type=url],.comment-form textarea{border:1px solid var(--border);border-radius:4px;width:100%;margin-bottom:1rem;padding:.75rem 1rem;font-size:1rem}.comment-form input:focus,.comment-form textarea:focus{border-color:var(--primary);outline:none}.comment-form .form-submit input[type=submit]{background-color:var(--primary);color:var(--white);cursor:pointer;border:none;border-radius:4px;padding:.75rem 1.5rem;font-weight:700;transition:background-color .2s}.comment-form .form-submit input[type=submit]:hover{background-color:var(--primary-dark)}.screen-reader-text{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.skip-link{background:var(--primary);color:var(--white);z-index:10000;padding:.5rem 1rem;position:absolute;top:-40px;left:0}.skip-link:focus{top:0}.em-motion .em-reveal{opacity:0;transition:opacity .55s cubic-bezier(.22,1,.36,1),transform .55s cubic-bezier(.22,1,.36,1);transition-delay:var(--em-delay,0s);will-change:opacity, transform;transform:translateY(18px)}.em-motion .em-reveal--in{opacity:1;will-change:auto;transform:translateY(0)}.em-motion .hero-bento.em-reveal{opacity:1;transform:none}.em-motion .hero-bento.em-reveal .hero-bento__main,.em-motion .hero-bento.em-reveal .hero-bento__side .hero-bento__card{opacity:0;transition:opacity .65s cubic-bezier(.22,1,.36,1),transform .65s cubic-bezier(.22,1,.36,1);transform:translateY(22px)}.em-motion .hero-bento.em-reveal--in .hero-bento__main{opacity:1;transition-delay:80ms;transform:translateY(0)}.em-motion .hero-bento.em-reveal--in .hero-bento__side .hero-bento__card:first-child{opacity:1;transition-delay:.18s;transform:translateY(0)}.em-motion .hero-bento.em-reveal--in .hero-bento__side .hero-bento__card:nth-child(2){opacity:1;transition-delay:.28s;transform:translateY(0)}.em-motion .hero-bento__card{transition:box-shadow .35s,transform .35s}.em-motion .hero-bento__card:hover{box-shadow:0 12px 28px #00000038}.em-motion .post-card{transition:transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s,border-color .3s}.em-motion .post-card:hover{transform:translateY(-4px);box-shadow:0 10px 24px #0000001a}.em-motion .archive-featured-card{transition:transform .35s,box-shadow .35s}.em-motion .archive-featured-card:hover{transform:translateY(-3px);box-shadow:0 14px 32px #0000001f}.em-motion .main-navigation a{position:relative}.em-motion .main-navigation .nav-menu>li>a:after{content:"";background:var(--primary,#1565c0);transform-origin:0;height:2px;transition:transform .28s cubic-bezier(.22,1,.36,1);position:absolute;bottom:.35rem;left:.75rem;right:.75rem;transform:scaleX(0)}.em-motion .main-navigation .nav-menu>li>a:hover:after,.em-motion .main-navigation .nav-menu>li.current-menu-item>a:after,.em-motion .main-navigation .nav-menu>li.current-menu-ancestor>a:after{transform:scaleX(1)}.em-motion .btn,.em-motion .button,.em-motion .wp-block-button__link,.em-motion .search-submit,.em-motion .cta-button{transition:transform .2s,background-color .2s,box-shadow .2s,border-color .2s}.em-motion .btn:hover,.em-motion .button:hover,.em-motion .wp-block-button__link:hover,.em-motion .search-submit:hover,.em-motion .cta-button:hover{transform:translateY(-2px)}.em-motion .btn:active,.em-motion .button:active,.em-motion .wp-block-button__link:active,.em-motion .search-submit:active,.em-motion .cta-button:active{transform:translateY(0)}.em-motion .site-header.is-scrolled{box-shadow:0 4px 18px #0000002e}.em-motion .site-header{transition:box-shadow .3s}.em-motion .standings-widget,.em-motion .top-posts-widget,.em-motion .sidebar-block{transition:transform .3s,box-shadow .3s}.em-motion .standings-widget:hover,.em-motion .top-posts-widget:hover,.em-motion .sidebar-block:hover{transform:translateY(-2px)}.em-reduce-motion .em-reveal,.em-reduce-motion .hero-bento .hero-bento__main,.em-reduce-motion .hero-bento .hero-bento__side .hero-bento__card{opacity:1!important;transition:none!important;transform:none!important}@media (prefers-reduced-motion:reduce){.em-motion .em-reveal,.em-motion .hero-bento__card,.em-motion .post-card,.em-motion .btn,.em-motion .button{opacity:1!important;transition:none!important;transform:none!important}}@media (max-width:768px){.em-motion .main-navigation .nav-menu>li>a:after{display:none}}.back-to-top{z-index:900;color:#fff;cursor:pointer;background-color:#111;border:none;border-radius:50%;width:48px;height:48px;font-size:1.3rem;line-height:1;transition:background-color .2s,transform .2s;position:fixed;bottom:1.5rem;right:1.5rem;box-shadow:0 4px 14px #0000004d}.back-to-top:hover{background-color:var(--primary);transform:translateY(-3px)}@media (max-width:480px){.back-to-top{width:42px;height:42px;font-size:1.15rem;bottom:1rem;right:1rem}}
