/*
Theme Name: Rookie
Theme URI: https://www.themeboy.com/rookie/
Author: ThemeBoy
Author URI: https://www.themeboy.com
Description: Rookie is a fully responsive theme made for sports organisations looking to use the SportsPress plugin. Once you’ve installed the theme and SportsPress, you'll be able to select a preset for your sport and demo content to help you get started on building your sports website.
Version: 1.5.4
Requires at least: 3.8
Tested up to: 5.7
Requires PHP: 5.6
Stable tag: 1.5.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rookie
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, flexible-header, buddypress, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, blog, entertainment, news

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Rookie is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/* Heading Font */
h1,
h2,
h3,
h4,
h5,
h6,
caption,
.menu-toggle,
.main-navigation a,
.gallery-caption,
.wp-caption-text.gallery-caption,
.sp-table-caption,
.sp-template-countdown time span,
.sp-template-event-logos,
.sp-template .player-gallery-group-name,
.single-sp_staff .entry-header .entry-title strong {
    font-family: "Oswald", sans-serif;
    font-weight: normal;
    text-transform: uppercase;
}

/* Body Font */
body,
button,
input,
select,
textarea,
.sp-template-countdown .event-name,
.sp-template-countdown .event-venue,
.sp-template-countdown .event-league,
.sp-template-countdown time span small,
.sp-template-event-blocks .event-title {
    font-family: "Lato", sans-serif;
    text-transform: none;
}

/* Site Footer Font */
.site-info {
    font-size: 11px;
    text-transform: uppercase;
}

/* Table Cell Font */
th,
td {
    font-size: 14px;
    text-align: center;
}

/* Body Text Color */
body,
button,
input,
select,
textarea {
    color: #222;
}

blockquote,
q {
    font-weight: bold;
    font-size: 18px;
}

blockquote p {
    display: inline;
}

cite {
    display: block;
    font-weight: normal;
    font-size: 14px;
    position: relative;
    text-indent: 2.5em;
    margin-top: 0.5em;
}

cite:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0.75em;
    width: 2em;
    height: 1px;
}

/* Quote Icon Color */
blockquote:before,
q:before {
    color: #00a69c;
}

cite:before {
    background: #00a69c;
}

/* Code Color */
pre,
code,
kbd,
tt,
var {
    background: #f4f4f4;
    border: 1px solid #e0e0e0;
}

table {
    border-collapse: collapse;
    background: #f4f4f4;
}

/* Horizontal Rule Color */
hr {
    background: #ccc;
}

/* Caption Color */
caption {
    color: #fff;
    background: #2b353e;
    border-top: 8px solid #00a69c;
}

/* Table Cell Color */
table,
th,
td {
    border: 1px solid #e0e0e0;
}

/* Button Color */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    color: #fff;
    background: #00a69c;
    border-radius: 3px;
}

/* Button Hover Color */
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    background: #00958c;
}

/* Input Color */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="date"],
textarea {
    color: #666;
    border: 1px solid #ccc;
}

/* Input Focus Color */
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
textarea:focus {
    color: #111;
}

/* Background Color */
body {
    background: #e8e8e8;
}

/* Site Logo */
.site-logo {
    /*margin: 0 auto;*/
    display: inline-block;
}

.site-logo img {
    /* max-width: 300px;*/
    max-height: 300px;
    width: auto;
    height: auto;
}

/* Site Widgets */
.header-area-custom .site-widgets {
    padding: 10px;
}

/* Custom Header */
.header-area-custom {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.header-area-custom .site-logo {
    margin-top: 0;
    /* Reset top margin */
}

.header-area-custom .site-branding {
    text-align: center;
}

.header-area-custom .site-identity {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.site-hgroup {
    margin: 8px 0 0;
}

/* Global header background override */
.site-header,
.header-wrapper,
.header-area,
.header-area-custom,
.site-branding,
.page-template-template-homepage .sp-header,
.page-template-template-homepage .site-header,
.page-template-template-homepage .header-wrapper,
.page-template-template-homepage .header-area-custom,
.page-template-template-homepage .header-area-custom .site-branding,
.page-template-template-rosters .site-header,
.page-template-template-rosters .header-wrapper {
    background: #0F172A !important;
    background-color: #0F172A !important;
}

.header-area-custom,
.page-template-template-homepage .header-area-custom {
    background-image: none !important;
}


.site-branding.site-branding-has-logo-and-text,
.site-branding.site-branding-has-logo {
    text-align: center;
}

.site-branding.site-branding-has-logo-and-text .site-identity,
.site-branding.site-branding-has-logo .site-identity {
    display: block;
}

.site-branding.site-branding-has-logo-and-text .site-identity-logo,
.site-branding.site-branding-has-logo-and-text .site-identity-text,
.site-branding.site-branding-has-logo .site-identity-logo {
    display: block;
    width: 100%;
}

.site-branding.site-branding-has-logo-and-text .site-logo,
.site-branding.site-branding-has-logo .site-logo {
    float: none;
    display: inline-block;
    margin: 0 auto;
}

.site-branding.site-branding-has-logo-and-text hgroup {
    overflow: visible;
}

/* Tagline Color */
.site-branding hgroup {
    color: #222;
}

/* Content Color */
.site-content {
    background: #fff;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

/* Footer Color */
.site-footer {
    background: #2b353e;
    color: #fff;
}

.site-footer .sp-data-table {
    color: #222;
}

.site-footer .footer-widget-region {
    padding: 20px;
}

.site-footer .widget_recent_entries ul li:before,
.site-footer .widget_pages ul li:before,
.site-footer .widget_categories ul li:before,
.site-footer .widget_archive ul li:before,
.site-footer .widget_recent_comments ul li:before,
.site-footer .widget_nav_menu ul li:before,
.site-footer .widget_links ul li:before,
.site-footer .widget_meta ul li:before {
    color: inherit;
}

/* Footer Logo */
.site-footer .footer-logo {
    padding: 20px;
}

/* Info Link Color */
.site-info {
    color: #8b8b8b;
}

.site-info a,
.site-info a:hover {
    color: #8b8b8b;
}

/* Link Color */
a {
    color: #00a69c;
}

/* Link Hover Color */
a:hover {
    color: #00958c;
}

/* Menu Color */
.main-navigation {
    background: #2b353e;
}

/* Menu Link Color */
.main-navigation a {
    color: rgba(255, 255, 255, 0.7);
}

/* Menu Toggle */
.main-navigation .menu-toggle {
    color: rgba(255, 255, 255, 0.7);
    background: transparent;
    outline: none;
}

.main-navigation.toggled .menu-toggle {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}

/* Menu Active Link Color */
.main-navigation .nav-menu>.current-menu-item>a,
.main-navigation .nav-menu>.current-menu-parent>a,
.main-navigation .nav-menu>.current-menu-ancestor>a,
.main-navigation .nav-menu>.current_page_item>a,
.main-navigation .nav-menu>.current_page_parent>a,
.main-navigation .nav-menu>.current_page_ancestor>a {
    color: #fff;
}

/* Menu Hover Link Color */
.main-navigation .nav-menu>li:hover>a {
    color: #fff;
    background: #00a69c;
}

/* Menu Hover With Submenu Link Color */
.main-navigation .nav-menu>.menu-item-has-children:hover>a {
    color: #222;
    background: #fff;
}

.main-navigation .menu-item-has-children.ghl-menu-parent-only>a {
    cursor: default;
}

/* Nested Menu Color */
.main-navigation ul ul {
    background: #fff;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

/* Nested Menu Link Color */
.main-navigation ul ul a {
    color: #222;
}

/* Nested Menu Active Link Color */
.main-navigation ul ul .current-menu-item>a,
.main-navigation ul ul .current-menu-parent>a,
.main-navigation ul ul .current-menu-ancestor>a,
.main-navigation ul ul .current_page_item>a,
.main-navigation ul ul .current_page_parent>a,
.main-navigation ul ul .current_page_ancestor>a {
    color: #00a69c;
}

/* Nested Menu Hover With Submenu Link Color */
.main-navigation ul ul li:hover>a {
    background: rgba(0, 0, 0, 0.05);
}

/* Menu Search */
.main-navigation .search-form .search-field {
    padding: 9px 10px;
    border: none;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.main-navigation .search-form .search-submit {
    padding: 0.625em 20px;
    border-radius: 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
}

.main-navigation .search-form .search-submit:hover {
    color: #fff;
    background: #00a69c;
}

/* Widgets */
.widget {
    font-size: 14px;
}

/* Search Form & Widget */
.search-form .search-field {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right-width: 0;
    appearance: none;
    -webkit-appearance: none;
}

.search-form .search-submit {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 39px;
}

/* Widget List Icon Color */
.widget_recent_entries ul li:before,
.widget_pages ul li:before,
.widget_categories ul li:before,
.widget_archive ul li:before,
.widget_recent_comments ul li:before,
.widget_nav_menu ul li:before,
.widget_links ul li:before,
.widget_meta ul li:before {
    color: #222;
}

/* Widget List Link Color */
.widget_recent_entries ul li a,
.widget_pages ul li a,
.widget_categories ul li a,
.widget_archive ul li a,
.widget_recent_comments ul li a,
.widget_nav_menu ul li a,
.widget_links ul li a,
.widget_meta ul li a {
    color: #a3a3a3;
}

/* Widget List Link Hover Color */
.widget_recent_entries ul li a:hover,
.widget_pages ul li a:hover,
.widget_categories ul li a:hover,
.widget_archive ul li a:hover,
.widget_recent_comments ul li a:hover,
.widget_nav_menu ul li a:hover,
.widget_links ul li a:hover,
.widget_meta ul li a:hover {
    color: #00a69c;
}

/* Calendar Widget Today Color */
.widget_calendar #today {
    background: #fff;
}

/* Calendar Widget Pagination Color */
.widget_calendar #prev a,
.widget_calendar #next a {
    color: #a3a3a3;
}

/* Calendar Widget Pagination Hover Color */
.widget_calendar #prev a:hover,
.widget_calendar #next a:hover {
    color: #00a69c;
}

.entry-details {
    margin-bottom: 1.25em;
}

.entry-meta,
.posted-on {
    font-size: 14px;
    padding: 0.125em 0.375em;
    background: #f4f4f4;
    border: 1px solid #e0e0e0;
}

.entry-meta {
    float: right;
    margin-bottom: 3px;
}

.posted-on {
    float: left;
    margin-bottom: 3px;
}

.entry-meta a,
.posted-on a,
.entry-meta a:hover,
.posted-on a:hover {
    color: inherit;
}

.entry-footer a {
    color: #fff;
    background: #00a69c;
    padding: 0.125em 0.375em;
    opacity: 1;
}

.entry-footer a:hover {
    color: #fff;
    background: #00887e;
}

.nav-links a {
    color: #a3a3a3;
}

.nav-links .meta-nav {
    color: #fff;
    background: #00a69c;
}

.nav-links .meta-nav:hover {
    background: #00958c;
}

/* Title Font */
.entry-title,
.page-title {
    text-transform: none;
}

.entry-title a,
a .entry-title,
.page-title a,
a .page-title,
.entry-title a:hover,
a:hover .entry-title,
.page-title a:hover,
a:hover .page-title:hover {
    color: #222;
}

.sticky .entry-title:before {
    color: #00a69c;
}

.single-article .entry-title {
    margin-bottom: 0;
}

/* Entry Thumbnail */
.entry-header .entry-thumbnail {
    background: #111;
}

/* Comments */
.comment-metadata a {
    color: #a3a3a3;
}

.comment-metadata a:hover {
    color: #00a69c;
}

.comment-body .reply a {
    color: #a3a3a3;
}

.comment-body .reply a:hover {
    color: #00a69c;
}

/* Galleries */
.wp-caption-text {
    color: #a3a3a3;
}

.gallery-caption,
.wp-caption-text.gallery-caption {
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
}

.gallery-caption a,
.wp-caption-text.gallery-caption {
    color: #fff;
}

/* SportsPress */
.sp-view-all-link {
    color: #a3a3a3;
}

.sp-view-all-link:hover {
    color: #00a69c;
}

.sp-highlight {
    background: #fff;
}

.sp-heading {
    background: #2b353e;
    color: #fff;
}

.sp-heading:hover,
.sp-heading a:hover {
    color: #fff;
}

.sp-table-caption {
    color: #fff;
    background: #2b353e;
    border-top: 8px solid #00a69c;
    padding: 0.625em 15px;
}

.sp-template-event-performance-icons tbody td {
    padding: 0.3125em 0.625em;
}

.sp-event-staff {
    background: #f4f4f4;
    border: 1px solid #e0e0e0;
}

.sp-table-wrapper .dataTables_paginate {
    background: #f4f4f4;
    color: #a3a3a3;
    border: 1px solid #e0e0e0;
}

.sp-tab-menu {
    border-bottom: 1px solid #e0e0e0;
}

.sp-tab-menu-item a {
    border-bottom: 4px solid transparent;
    margin: 0 5px -1px;
    padding: 5px;
}

.sp-tab-menu-item-active a {
    border-bottom-color: #00a69c;
}

.sp-message {
    color: #00a69c;
    border-color: #00a69c;
    border-radius: 3px;
}

.sp-template-countdown .event-name {
    font-weight: bold;
    text-align: left;
    font-size: 14px;
    padding: 0.635em 15px;
    color: #222;
}

.sp-template-countdown .event-name a {
    color: #222;
}

.sp-template-countdown .event-name,
.sp-template-countdown .event-venue,
.sp-template-countdown .event-league,
.sp-template-countdown .event-date {
    background: #f4f4f4;
    border: 1px solid #e0e0e0;
}

.sp-template-countdown .event-venue,
.sp-template-countdown .event-league,
.sp-template-countdown .event-date {
    border-top: none;
}

.sp-template-countdown .event-venue,
.sp-template-countdown .event-league,
.sp-template-countdown .event-date {
    font-weight: normal;
}

.sp-template-countdown time span {
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    background: #f4f4f4;
}

.sp-template-countdown time span:first-child {
    border-left: 1px solid #e0e0e0;
}

.sp-template-event-logos .sp-team-result {
    color: #fff;
    background: #00a69c;
}

.sp-template-event-venue .sp-google-map {
    margin: 0 -1px;
}

.sp-template-event-calendar #today {
    background: #fff;
}

.sp-template-event-calendar #prev a,
.sp-template-event-calendar #next a {
    color: #a3a3a3;
}

.sp-template-event-calendar #prev a:hover,
.sp-template-event-calendar #next a:hover {
    color: #00a69c;
}

.sp-template-event-blocks .event-title {
    color: #222;
    background: #fff;
    border: 1px solid #e0e0e0;
}

.sp-template-event-blocks .event-title a {
    color: #222;
}

.sp-template-event-blocks .event-results,
.sp-template-event-blocks .event-time {
    text-transform: none;
}

.sp-template-event-blocks .sp-event-date a,
.sp-template-event-blocks .sp-event-results a {
    color: inherit;
}

.sp-template-details dl {
    background: #f4f4f4;
    border: 1px solid #e0e0e0;
    margin-bottom: 20px;
}

.sp-template-gallery .gallery-caption {
    background: #2b353e;
}

.sp-template-gallery .gallery-item strong {
    background: #00a69c;
}

.sp-template-post-content th,
.sp-template-post-content td {
    font-size: inherit;
    text-align: inherit;
}

.sp-tweets {
    border: 1px solid #e0e0e0;
    border-top: none;
}

.sp-footer-sponsors .sp-sponsors {
    border-top: 1px solid #e0e0e0;
}

.sp-template-tournament-bracket .sp-result {
    color: #fff;
    background: #00a69c;
}

.sp-template-tournament-bracket .sp-event-title:hover .sp-result {
    background: #00958c;
}

.sp-template-tournament-bracket .sp-event-venue {
    color: #a3a3a3;
}

.sp-header-scoreboard .sp-template-scoreboard {
    margin: 0;
}

.single-sp_team .has-post-thumbnail .entry-header .entry-title {
    float: left;
}

.single-sp_team .has-post-thumbnail .sp-excerpt {
    clear: left;
}

.single-sp_player .entry-header .entry-title strong {
    background: #00a69c;
    color: #fff;
}

.single-sp_staff .entry-header .entry-title strong {
    color: #00a69c;
}

/* WooCommerce */
.woocommerce .woocommerce-breadcrumb,
.woocommerce-page .woocommerce-breadcrumb {
    background: #f4f4f4;
    border-bottom: 1px solid #e0e0e0;
}

.woocommerce ul.products li.product h3,
.woocommerce-page ul.products li.product h3 {
    color: #222;
}

/* BuddyPress */
#buddypress div.item-list-tabs ul li a {
    color: #a3a3a3;
    border: 1px solid transparent;
}

#buddypress div.item-list-tabs ul li a:hover {
    color: #00a69c;
}

#buddypress div.item-list-tabs ul li.current a,
#buddypress div.item-list-tabs ul li.selected a {
    color: #222;
    background: #f4f4f4;
    border-color: #e0e0e0;
}

#buddypress div.item-list-tabs ul li.current a span,
#buddypress div.item-list-tabs ul li.selected a span {
    background: #e0e0e0;
}

#buddypress div.item-list-tabs {
    border-bottom: 1px solid #e0e0e0;
}

/* Mega Slider */
.mega-slider {
    margin: 0;
}

.mega-slider__row--active,
.mega-slider__row--active:hover {
    background: #00a69c;
}

/* Homepage Hero */
.page-template-template-homepage {
    --ghl-brand-ink: #2b2b2b;
    --ghl-brand-muted: #6c6767;
    --ghl-brand-soft: #f4f1f1;
    --ghl-brand-surface: #ffffff;
    --ghl-brand-surface-alt: #ece7e7;
    --ghl-brand-line: #d6cccc;
    --ghl-brand-accent: #7d2f39;
    --ghl-brand-accent-strong: #5d1f28;
    --ghl-brand-accent-soft: #b7717a;
}

.page-template-template-homepage .sp-header {
    background: linear-gradient(180deg, #f3efef, #ebe4e4);
    border-bottom: 1px solid rgba(125, 47, 57, 0.12);
}

.page-template-template-homepage .site-header,
.page-template-template-homepage .header-wrapper {
    background: linear-gradient(180deg, rgba(250, 247, 247, 0.98), rgba(239, 233, 233, 0.96));
}

.page-template-template-homepage .header-area-custom {
    background-image: none !important;
    background-color: transparent;
}

.page-template-template-homepage .header-area-custom .site-branding {
    min-height: 0;
    padding: 1.2em 1.75em 1em;
    background: transparent;
    box-shadow: none;
}

.page-template-template-homepage .site-branding hgroup,
.page-template-template-homepage .site-title a,
.page-template-template-homepage .site-title a:hover,
.page-template-template-homepage .site-description {
    color: var(--ghl-brand-ink);
}

.page-template-template-homepage .site-title {
    margin-bottom: 0.1em;
    letter-spacing: 0.04em;
}

.page-template-template-homepage .site-description {
    color: var(--ghl-brand-muted);
    font-size: 12px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.page-template-template-homepage .main-navigation {
    background: linear-gradient(180deg, rgba(248, 244, 244, 0.98), rgba(236, 229, 229, 0.98));
    border-top: 1px solid rgba(125, 47, 57, 0.14);
    border-bottom: 1px solid rgba(125, 47, 57, 0.16);
}

.page-template-template-homepage .main-navigation a,
.page-template-template-homepage .main-navigation .menu-toggle {
    color: var(--ghl-brand-ink);
}

.page-template-template-homepage .main-navigation .nav-menu>.current-menu-item>a,
.page-template-template-homepage .main-navigation .nav-menu>.current_page_item>a,
.page-template-template-homepage .main-navigation .nav-menu>.current-menu-parent>a,
.page-template-template-homepage .main-navigation .nav-menu>.current_page_parent>a {
    color: var(--ghl-brand-accent-strong);
}

.page-template-template-homepage .main-navigation .nav-menu>li:hover>a {
    color: #fff;
    background: var(--ghl-brand-accent);
}

.page-template-template-homepage .main-navigation ul ul {
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 12px 28px rgba(76, 55, 59, 0.14);
}

.page-template-template-homepage .main-navigation ul ul a {
    color: var(--ghl-brand-ink);
}

.page-template-template-homepage .main-navigation ul ul .current-menu-item>a,
.page-template-template-homepage .main-navigation ul ul .current-menu-parent>a,
.page-template-template-homepage .main-navigation ul ul .current_page_item>a,
.page-template-template-homepage .main-navigation ul ul .current_page_parent>a {
    color: var(--ghl-brand-accent-strong);
}

.page-template-template-homepage .main-navigation .search-form .search-field {
    background-color: rgba(125, 47, 57, 0.08);
    color: var(--ghl-brand-ink);
}

.page-template-template-homepage .main-navigation .search-form .search-submit {
    color: var(--ghl-brand-accent-strong);
}

.page-template-template-homepage .main-navigation .search-form .search-submit:hover {
    color: #fff;
    background: var(--ghl-brand-accent);
}

.page-template-template-homepage .site-content {
    background: #f3efef;
    box-shadow: 0 22px 56px rgba(54, 34, 38, 0.14);
}

.page-template-template-homepage .site-main {
    background: #f3efef;
}

.page-template-template-homepage .entry-content {
    padding-top: 0;
    color: var(--ghl-brand-ink);
}

.page-template-template-homepage .entry-content a {
    color: var(--ghl-brand-accent);
}

.ghl-home-hero {
    --ghl-hero-image: none;
    --ghl-hero-offset: 0px;
    position: relative;
    overflow: hidden;
    margin: -20px -20px 0;
    min-height: 560px;
    color: #fff;
    background:
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.22), transparent 28%),
        linear-gradient(120deg, rgba(48, 34, 35, 0.38), rgba(73, 52, 54, 0.24) 46%, rgba(255, 255, 255, 0.04)),
        var(--ghl-hero-image),
        linear-gradient(135deg, #4a3b3d, #938386 58%, #e4dddd);
    background-size: auto, auto, cover, auto;
    background-position: center, center, center calc(50% + var(--ghl-hero-offset)), center;
}

.ghl-home-hero:before,
.ghl-home-hero:after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.ghl-home-hero:before {
    background:
        linear-gradient(115deg, rgba(255, 255, 255, 0.12), transparent 30%),
        repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0, rgba(255, 255, 255, 0.05) 2px, transparent 2px, transparent 18px),
        radial-gradient(circle at center, transparent 0, transparent 66%, rgba(62, 44, 46, 0.14) 100%);
    mix-blend-mode: screen;
    opacity: 0.24;
    transform: scale(1.15);
    animation: ghlIceDrift 18s linear infinite;
}

.ghl-home-hero:after {
    inset: auto -8% -18%;
    height: 250px;
    background:
        linear-gradient(90deg, rgba(125, 47, 57, 0.16), rgba(255, 255, 255, 0.02) 58%, transparent),
        linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent);
    transform: rotate(-6deg);
    opacity: 0.32;
}

.ghl-home-hero__inner {
    position: relative;
    z-index: 1;
    padding: 44px 36px 66px;
}

.ghl-home-hero__grid {
    display: grid;
    gap: 28px;
    align-items: end;
    min-height: 450px;
}

.ghl-home-hero__eyebrow {
    display: inline-block;
    margin: 0 0 18px;
    padding: 7px 12px;
    border: 1px solid rgba(255, 255, 255, 0.54);
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.ghl-home-hero__title {
    margin: 0;
    max-width: 8em;
    padding: 0;
    background: transparent;
    color: #fff;
    font-size: 86px;
    line-height: 0.92;
    letter-spacing: -0.03em;
    position: static;
    bottom: auto;
    left: auto;
    display: block;
    text-transform: uppercase;
    text-shadow: 0 8px 24px rgba(61, 42, 45, 0.18);
}

.ghl-home-hero__subtitle {
    margin: 22px 0 0;
    max-width: 24em;
    color: rgba(255, 255, 255, 0.94);
    font-size: 22px;
    line-height: 1.45;
}

.ghl-home-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.ghl-home-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 20px;
    border: 1px solid transparent;
    color: #081015;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.ghl-home-button:hover {
    transform: translateY(-2px);
}

.ghl-home-button--primary {
    background: linear-gradient(135deg, #8d3d47, #6d2730);
    box-shadow: 0 14px 30px rgba(109, 39, 48, 0.22);
    color: #fff;
}

.ghl-home-button--primary:hover {
    color: #fff;
}

.ghl-home-button--ghost {
    border-color: rgba(255, 255, 255, 0.42);
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
}

.ghl-home-button--ghost:hover {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.62);
}

.ghl-home-button--inline {
    width: 100%;
    margin-top: 24px;
}

.ghl-home-hero__callouts {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.ghl-home-hero__callout {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 8px 14px;
    border: 1px solid rgba(255, 255, 255, 0.34);
    background: rgba(255, 255, 255, 0.12);
    color: #f5fbfd;
    font-size: 14px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.ghl-homepage-body {
    padding: 24px 0 0;
}

.ghl-home-section {
    margin-top: 24px;
    padding: 28px;
    background: linear-gradient(180deg, #f7fbfc, #edf3f5);
    border: 1px solid #d5e0e5;
    box-shadow: 0 18px 40px rgba(14, 31, 40, 0.08);
}

.ghl-home-section--intro {
    margin-top: 0;
    background: linear-gradient(135deg, #112732, #1d3a48 58%, #2d5361);
    border-color: #294453;
    color: #fff;
}

.ghl-home-section--features {
    background:
        radial-gradient(circle at top right, rgba(125, 47, 57, 0.1), transparent 30%),
        linear-gradient(180deg, #f9fbfc, #eef4f6);
}

.ghl-home-section__heading {
    margin-bottom: 24px;
}

.ghl-home-section__heading--split {
    display: grid;
    gap: 18px;
    align-items: end;
}

.ghl-home-section__eyebrow {
    margin: 0 0 10px;
    color: var(--ghl-brand-accent);
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.ghl-home-hero__spotlight {
    padding: 22px;
    background: linear-gradient(180deg, rgba(72, 52, 55, 0.42), rgba(112, 86, 90, 0.26));
    border: 1px solid rgba(255, 255, 255, 0.26);
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(5px);
}

.ghl-home-card__eyebrow {
    margin: 0 0 14px;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.ghl-home-matchup-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ghl-home-matchup-card__teams {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 12px;
    align-items: center;
    margin-top: 18px;
}

.ghl-home-matchup-card__team {
    display: grid;
    gap: 10px;
    justify-items: center;
    padding: 18px 14px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.02);
    text-align: center;
}

.ghl-home-matchup-card__badge,
.ghl-featured-game__logo,
.ghl-standings-card__logo,
.ghl-schedule-card__badge,
.ghl-leader-card__photo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: radial-gradient(circle at top, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.04));
    overflow: hidden;
}

.ghl-home-matchup-card__badge img,
.ghl-featured-game__logo img,
.ghl-standings-card__logo img,
.ghl-schedule-card__badge img,
.ghl-leader-card__photo img {
    max-width: 100%;
    height: auto;
}

.ghl-home-matchup-card__badge span,
.ghl-featured-game__logo span,
.ghl-standings-card__logo span,
.ghl-schedule-card__badge span,
.ghl-leader-card__photo span {
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-size: 24px;
    line-height: 1;
    text-transform: uppercase;
}

.ghl-home-matchup-card__team strong {
    color: #f6fbff;
    font-size: 16px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.ghl-home-matchup-card__score {
    color: var(--ghl-team-accent, #8defff);
    font-family: "Oswald", sans-serif;
    font-size: 34px;
    line-height: 1;
}

.ghl-home-matchup-card__versus,
.ghl-featured-game__center-mark,
.ghl-schedule-card__versus {
    color: rgba(255, 255, 255, 0.44);
    font-family: "Oswald", sans-serif;
    font-size: 22px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.ghl-home-matchup-card__result-note {
    margin: 18px 0 0;
    color: #95aab4;
    font-size: 14px;
}

.ghl-home-countdown {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 20px;
}

.ghl-home-countdown__unit {
    padding: 12px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    text-align: center;
}

.ghl-home-countdown__unit span {
    display: block;
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-size: 34px;
    line-height: 1;
}

.ghl-home-countdown__unit small {
    display: block;
    margin-top: 6px;
    color: #8aa0aa;
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.ghl-home-hero__status-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 14px;
}

.ghl-home-live-badge,
.ghl-home-league-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 3px 10px;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.ghl-home-live-badge {
    color: #fff;
    background: linear-gradient(135deg, #1f8a56, #177145);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
}

.ghl-home-live-badge.is-final {
    background: linear-gradient(135deg, #4d5e68, #35454d);
}

.ghl-home-live-badge.is-upcoming {
    background: linear-gradient(135deg, #8d3d47, #6d2730);
}

.ghl-home-league-chip {
    color: rgba(255, 255, 255, 0.9);
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.22);
}

.ghl-home-section--stats {
    background:
        radial-gradient(circle at top right, rgba(125, 47, 57, 0.12), transparent 30%),
        linear-gradient(180deg, rgba(252, 248, 248, 0.98), rgba(243, 236, 236, 0.98));
}

.ghl-homepage-body--minimal {
    padding-top: 10px;
}

.ghl-home-section--stats-condensed {
    margin-top: 0;
    padding: 24px;
}

.ghl-home-stat-table {
    border: 1px solid var(--ghl-brand-line);
    background: rgba(255, 255, 255, 0.84);
}

.ghl-home-stat-table__head,
.ghl-home-stat-table__row {
    display: grid;
    grid-template-columns: 0.9fr 1.2fr repeat(4, minmax(0, 0.8fr));
    gap: 8px;
    align-items: center;
    padding: 10px 14px;
}

.ghl-home-stat-table__head {
    background: rgba(125, 47, 57, 0.08);
    border-bottom: 1px solid rgba(125, 47, 57, 0.16);
}

.ghl-home-stat-table__head span {
    color: var(--ghl-brand-muted);
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.ghl-home-stat-table__row {
    border-bottom: 1px solid rgba(125, 47, 57, 0.1);
}

.ghl-home-stat-table__row:last-child {
    border-bottom: 0;
}

.ghl-home-stat-table__row strong,
.ghl-home-stat-table__row span {
    line-height: 1.1;
}

.ghl-home-stat-table__division {
    color: var(--ghl-brand-ink);
    font-family: "Oswald", sans-serif;
    font-size: 28px;
    text-transform: uppercase;
}

.ghl-home-stat-table__league {
    color: var(--ghl-brand-muted);
    font-size: 13px;
}

.ghl-home-stat-table__row strong[data-ghl-count-to] {
    color: var(--ghl-brand-ink);
    font-family: "Oswald", sans-serif;
    font-size: 26px;
    text-align: left;
}

.ghl-home-stat-lines {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 12px;
}

.ghl-home-division-lines {
    display: grid;
    gap: 12px;
    margin-top: 12px;
}

.ghl-home-division-lines__group {
    padding: 10px;
    border: 1px solid rgba(125, 47, 57, 0.12);
    background: rgba(255, 255, 255, 0.52);
}

.ghl-home-division-lines__header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
    padding: 0 2px;
}

.ghl-home-division-lines__header strong {
    color: var(--ghl-brand-ink);
    font-family: "Oswald", sans-serif;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.ghl-home-division-lines__header span {
    color: var(--ghl-brand-muted);
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.ghl-home-stat-line {
    display: block;
    padding: 12px;
    border: 1px solid rgba(125, 47, 57, 0.16);
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 8px 20px rgba(76, 55, 59, 0.08);
    color: var(--ghl-brand-ink);
}

.ghl-home-stat-line__head,
.ghl-home-stat-line__meta {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
}

.ghl-home-stat-line__title,
.ghl-home-stat-line__label {
    color: var(--ghl-brand-muted);
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.ghl-home-stat-line__value {
    color: var(--ghl-team-accent, var(--ghl-brand-accent));
    font-family: "Oswald", sans-serif;
    font-size: 30px;
    line-height: 1;
}

.ghl-home-stat-line__meta {
    margin-top: 8px;
}

.ghl-home-stat-line__name {
    color: var(--ghl-brand-ink);
    font-size: 15px;
    font-weight: bold;
}

.ghl-home-stat-strip {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: 18px;
}

.ghl-home-stat-card {
    position: relative;
    padding: 20px;
    border: 1px solid rgba(125, 47, 57, 0.22);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.78), rgba(245, 240, 240, 0.72));
    box-shadow: 0 16px 34px rgba(76, 55, 59, 0.1);
    backdrop-filter: blur(6px);
}

.ghl-home-stat-card:before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.34), transparent 34%);
}

.ghl-home-stat-card__label {
    display: block;
    margin-bottom: 8px;
    color: var(--ghl-brand-muted);
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.ghl-home-stat-card__value {
    display: block;
    color: var(--ghl-brand-ink);
    font-family: "Oswald", sans-serif;
    font-size: 52px;
    line-height: 1;
}

.ghl-home-stat-card__note {
    display: block;
    margin-top: 8px;
    color: var(--ghl-brand-muted);
    font-size: 13px;
}

.ghl-leaders-grid--featured {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ghl-home-section--matchups {
    background:
        radial-gradient(circle at left top, rgba(125, 47, 57, 0.1), transparent 26%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 239, 239, 0.98));
}

.ghl-home-matchups-wrap {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
}

.ghl-home-matchups-nav {
    width: 42px;
    height: 42px;
    border: 1px solid rgba(125, 47, 57, 0.24);
    background: rgba(255, 255, 255, 0.94);
    color: var(--ghl-brand-accent);
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.ghl-home-matchups-nav:hover {
    transform: translateY(-2px);
    border-color: rgba(125, 47, 57, 0.42);
    box-shadow: 0 12px 22px rgba(76, 55, 59, 0.14);
}

.ghl-home-matchups-rail {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(290px, 1fr);
    gap: 14px;
    overflow-x: auto;
    padding: 4px 4px 10px;
    scroll-snap-type: x mandatory;
}

.ghl-home-matchup-tile {
    display: block;
    min-height: 240px;
    padding: 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 239, 239, 0.98));
    border: 1px solid var(--ghl-brand-line);
    box-shadow: 0 12px 30px rgba(76, 55, 59, 0.1);
    color: var(--ghl-brand-ink);
    scroll-snap-align: start;
}

.ghl-home-matchup-tile__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}

.ghl-home-matchup-tile__score {
    color: var(--ghl-team-accent, var(--ghl-brand-accent));
    font-family: "Oswald", sans-serif;
    font-size: 34px;
    line-height: 1;
}

.ghl-home-section--feed {
    background:
        radial-gradient(circle at top right, rgba(125, 47, 57, 0.08), transparent 28%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(246, 241, 241, 0.99));
}

.ghl-league-feed-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
}

.ghl-league-feed-list {
    display: grid;
    gap: 12px;
}

.ghl-league-feed-card {
    border: 1px solid var(--ghl-brand-line);
    background: rgba(255, 255, 255, 0.86);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.ghl-league-feed-card:hover {
    transform: translateY(-2px);
    border-color: rgba(125, 47, 57, 0.28);
    box-shadow: 0 14px 26px rgba(76, 55, 59, 0.1);
}

.ghl-league-feed-card__link {
    display: block;
    padding: 16px;
    color: inherit;
}

.ghl-league-feed-card__meta {
    margin: 0;
    color: var(--ghl-brand-muted);
    font-size: 11px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.ghl-league-feed-card__title {
    margin: 6px 0 0;
    color: var(--ghl-brand-ink);
    font-size: 22px;
    line-height: 1.05;
    text-transform: uppercase;
}

.ghl-league-feed-card__excerpt {
    margin: 10px 0 0;
    color: var(--ghl-brand-muted);
    font-size: 15px;
    line-height: 1.45;
}

.ghl-league-feed-utility {
    display: grid;
    gap: 12px;
}

.ghl-home-panel--compact {
    padding: 16px;
}

.ghl-home-panel--compact .widget,
.ghl-home-panel--compact .sp-template {
    margin-bottom: 12px;
    padding: 12px;
}

.ghl-home-section--media {
    background:
        radial-gradient(circle at top left, rgba(125, 47, 57, 0.1), transparent 25%),
        linear-gradient(180deg, rgba(251, 248, 248, 0.98), rgba(244, 239, 239, 0.98));
}

.ghl-media-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ghl-media-card {
    position: relative;
    min-height: 220px;
    overflow: hidden;
    border: 1px solid var(--ghl-brand-line);
    box-shadow: 0 16px 30px rgba(76, 55, 59, 0.14);
    color: #fff;
}

.ghl-media-card__image,
.ghl-media-card__image img {
    width: 100%;
    height: 100%;
}

.ghl-media-card__image img {
    object-fit: cover;
    transition: transform 260ms ease;
}

.ghl-media-card:hover .ghl-media-card__image img {
    transform: scale(1.04);
}

.ghl-media-card__overlay {
    position: absolute;
    inset: auto 0 0;
    padding: 14px;
    background: linear-gradient(180deg, transparent, rgba(8, 14, 20, 0.88) 45%);
}

.ghl-media-card__meta {
    margin: 0;
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.8);
}

.ghl-media-card__title {
    margin: 6px 0 0;
    color: #fff;
    font-size: 24px;
    line-height: 1.05;
    text-transform: uppercase;
}

.ghl-home-section--standings {
    background:
        radial-gradient(circle at top right, rgba(125, 47, 57, 0.08), transparent 24%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 241, 241, 0.98));
}

.ghl-standings-accordion {
    display: grid;
    gap: 12px;
}

.ghl-standings-division {
    border: 1px solid var(--ghl-brand-line);
    background: rgba(255, 255, 255, 0.92);
}

.ghl-standings-division summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 14px 16px;
    cursor: pointer;
    color: var(--ghl-brand-ink);
    font-family: "Oswald", sans-serif;
    font-size: 26px;
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.ghl-standings-division summary small {
    color: var(--ghl-brand-muted);
    font-family: "Lato", sans-serif;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.14em;
}

.ghl-standings-division .ghl-standings-grid {
    padding: 0 16px 16px;
}

.ghl-homepage-body {
    padding: 28px 0 0;
    background:
        radial-gradient(circle at top, rgba(125, 47, 57, 0.06), transparent 22%),
        linear-gradient(180deg, #f3efef, #ece7e7 20%, #f7f3f3 100%);
}

.ghl-home-section {
    position: relative;
    margin-top: 24px;
    padding: 30px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 240, 240, 0.98));
    border: 1px solid var(--ghl-brand-line);
    box-shadow: 0 16px 36px rgba(76, 55, 59, 0.08);
    overflow: hidden;
}

.ghl-home-section:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.54), transparent 18%);
    pointer-events: none;
}

.ghl-home-section--identity {
    margin-top: 0;
}

.ghl-home-section--gamenight {
    background:
        radial-gradient(circle at right top, rgba(125, 47, 57, 0.1), transparent 26%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 238, 238, 0.98));
}

.ghl-home-section__heading {
    position: relative;
    z-index: 1;
    margin-bottom: 24px;
}

.ghl-home-section__heading--split {
    display: grid;
    gap: 18px;
    align-items: end;
}

.ghl-home-section__eyebrow,
.ghl-leader-card__eyebrow {
    margin: 0 0 10px;
    color: var(--ghl-brand-accent);
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.ghl-home-section__title {
    margin: 0;
    color: var(--ghl-brand-ink);
    font-size: 38px;
    line-height: 0.98;
    text-transform: uppercase;
}

.ghl-home-section__description {
    margin: 0;
    max-width: 42em;
    color: var(--ghl-brand-muted);
    font-size: 17px;
    line-height: 1.6;
}

.ghl-home-facts,
.ghl-feature-grid,
.ghl-standings-grid,
.ghl-schedule-grid,
.ghl-leaders-grid {
    position: relative;
    z-index: 1;
}

.ghl-home-facts {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 18px;
}

.ghl-home-fact,
.ghl-feature-card,
.ghl-standings-card,
.ghl-schedule-card,
.ghl-leader-card,
.ghl-featured-game {
    transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

.ghl-home-fact {
    padding: 22px;
    background: linear-gradient(180deg, rgba(248, 244, 244, 0.98), rgba(239, 232, 232, 0.98));
    border: 1px solid var(--ghl-brand-line);
}

.ghl-home-fact__value {
    display: block;
    margin-bottom: 8px;
    color: var(--ghl-brand-ink);
    font-family: "Oswald", sans-serif;
    font-size: 48px;
    line-height: 1;
    text-transform: uppercase;
}

.ghl-home-fact__label {
    display: block;
    color: var(--ghl-brand-muted);
    font-size: 15px;
    line-height: 1.5;
}

.ghl-feature-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ghl-feature-card {
    position: relative;
    min-height: 220px;
    padding: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 240, 240, 0.98));
    border: 1px solid var(--ghl-brand-line);
    box-shadow: 0 14px 28px rgba(76, 55, 59, 0.08);
}

.ghl-feature-card:before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 64px;
    height: 5px;
    background: linear-gradient(90deg, var(--ghl-brand-accent), var(--ghl-brand-accent-soft));
}

.ghl-feature-card__title {
    margin: 18px 0 12px;
    color: var(--ghl-brand-ink);
    font-size: 28px;
    line-height: 1;
    text-transform: uppercase;
}

.ghl-feature-card__description {
    margin: 0;
    color: var(--ghl-brand-muted);
    font-size: 16px;
    line-height: 1.65;
}

.ghl-featured-game {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 22px;
    padding: 24px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(244, 238, 238, 0.98));
    border: 1px solid var(--ghl-brand-line);
}

.ghl-featured-game__board {
    padding: 20px;
    background: linear-gradient(180deg, rgba(252, 248, 248, 0.98), rgba(238, 230, 230, 0.98));
    border: 1px solid var(--ghl-brand-line);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.ghl-featured-game__teams {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 14px;
    align-items: center;
}

.ghl-featured-game__team {
    display: grid;
    gap: 10px;
    justify-items: center;
    padding: 22px 16px;
    background: linear-gradient(180deg, rgba(125, 47, 57, 0.08), rgba(255, 255, 255, 0.92));
    border: 1px solid rgba(125, 47, 57, 0.12);
    color: var(--ghl-brand-ink);
    text-align: center;
}

.ghl-featured-game__board .ghl-featured-game__center-mark {
    color: rgba(43, 43, 43, 0.38);
}

.ghl-featured-game__team h3 {
    margin: 0;
    color: inherit;
    font-size: 30px;
    line-height: 1;
    text-transform: uppercase;
}

.ghl-featured-game__score {
    color: var(--ghl-brand-accent);
    font-family: "Oswald", sans-serif;
    font-size: 54px;
    line-height: 1;
}

.ghl-featured-game__details {
    display: grid;
    gap: 18px;
}

.ghl-featured-game__meta {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
    color: var(--ghl-brand-muted);
}

.ghl-featured-game__meta strong {
    display: inline-block;
    min-width: 70px;
    color: var(--ghl-brand-ink);
}

.ghl-featured-game__blurb {
    margin: 0;
    color: var(--ghl-brand-muted);
}

.ghl-home-countdown--large {
    margin-top: 0;
}

.ghl-standings-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ghl-standings-card {
    display: block;
    padding: 22px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 240, 240, 0.98));
    border: 1px solid var(--ghl-brand-line);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
    color: var(--ghl-brand-ink);
}

.ghl-standings-card:hover,
.ghl-schedule-card:hover,
.ghl-leader-card:hover,
.ghl-feature-card:hover,
.ghl-featured-game:hover {
    transform: translateY(-4px);
    border-color: rgba(125, 47, 57, 0.24);
    box-shadow: 0 18px 34px rgba(76, 55, 59, 0.14);
}

.ghl-standings-card__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.ghl-standings-card__rank {
    color: var(--ghl-brand-accent);
    font-family: "Oswald", sans-serif;
    font-size: 28px;
    line-height: 1;
}

.ghl-standings-card__title {
    margin: 0;
    color: var(--ghl-brand-ink);
    font-size: 26px;
    line-height: 1;
    text-transform: uppercase;
}

.ghl-standings-card__record,
.ghl-standings-card__points {
    color: var(--ghl-brand-muted);
    font-size: 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.ghl-standings-card__points {
    margin-top: 6px;
    color: var(--ghl-brand-accent);
}

.ghl-standings-card__stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    margin-top: 18px;
    opacity: 0.72;
    transition: opacity 180ms ease;
}

.ghl-standings-card:hover .ghl-standings-card__stats {
    opacity: 1;
}

.ghl-standings-card__stat {
    padding: 10px;
    background: rgba(125, 47, 57, 0.05);
    text-align: center;
}

.ghl-standings-card__stat small {
    display: block;
    color: var(--ghl-brand-muted);
    font-size: 10px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.ghl-standings-card__stat strong {
    display: block;
    margin-top: 4px;
    color: var(--ghl-brand-ink);
    font-size: 18px;
}

.ghl-schedule-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ghl-schedule-card {
    display: block;
    padding: 22px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 240, 240, 0.98));
    border: 1px solid var(--ghl-brand-line);
    color: var(--ghl-brand-ink);
}

.ghl-schedule-card__tag {
    display: inline-block;
    margin-bottom: 16px;
    padding: 6px 10px;
    background: rgba(125, 47, 57, 0.08);
    color: var(--ghl-brand-accent);
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.ghl-schedule-card__teams {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 14px;
    align-items: center;
}

.ghl-schedule-card__team {
    display: grid;
    gap: 10px;
    justify-items: center;
    text-align: center;
}

.ghl-schedule-card__team strong {
    color: var(--ghl-brand-ink);
    font-size: 20px;
    line-height: 1;
    text-transform: uppercase;
}

.ghl-schedule-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    margin-top: 18px;
    color: var(--ghl-brand-muted);
    font-size: 13px;
}

.ghl-leaders-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ghl-leader-card {
    display: block;
    padding: 22px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 240, 240, 0.98));
    border: 1px solid var(--ghl-brand-line);
    color: var(--ghl-brand-ink);
}

.ghl-leader-card__header {
    display: grid;
    gap: 14px;
    align-items: center;
    grid-template-columns: 70px minmax(0, 1fr);
}

.ghl-leader-card__title {
    margin: 0;
    color: var(--ghl-brand-ink);
    font-size: 24px;
    line-height: 1;
    text-transform: uppercase;
}

.ghl-leader-card__meta {
    margin: 6px 0 0;
    color: var(--ghl-brand-muted);
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.ghl-leader-card__value-row {
    display: flex;
    align-items: end;
    gap: 10px;
    margin-top: 18px;
}

.ghl-leader-card__value {
    color: var(--ghl-brand-accent);
    font-family: "Oswald", sans-serif;
    font-size: 52px;
    line-height: 1;
}

.ghl-leader-card__label {
    color: var(--ghl-brand-muted);
    font-size: 12px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.ghl-leader-card__note {
    margin: 16px 0 0;
    color: var(--ghl-brand-muted);
    font-size: 14px;
    line-height: 1.6;
}

.ghl-home-panel {
    position: relative;
    z-index: 1;
    padding: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 239, 239, 0.98));
    border: 1px solid var(--ghl-brand-line);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.ghl-home-panel .widget,
.ghl-home-panel .sp-template {
    margin-bottom: 24px;
    padding: 18px;
    background: rgba(125, 47, 57, 0.03);
    border: 1px solid rgba(125, 47, 57, 0.08);
}

.ghl-home-panel .widget-title,
.ghl-home-panel .sp-table-caption,
.ghl-home-panel h1,
.ghl-home-panel h2,
.ghl-home-panel h3,
.ghl-home-panel h4 {
    color: var(--ghl-brand-ink);
}

.ghl-home-panel table,
.ghl-home-panel th,
.ghl-home-panel td {
    background: rgba(255, 255, 255, 0.66);
    color: var(--ghl-brand-ink);
    border-color: rgba(125, 47, 57, 0.08);
}

.ghl-home-panel--content,
.ghl-home-panel--content p,
.ghl-home-panel--content li {
    color: var(--ghl-brand-ink);
}

[data-ghl-reveal] {
    opacity: 0;
    transform: translate3d(0, 22px, 0);
    transition: opacity 420ms ease, transform 420ms ease;
}

[data-ghl-reveal].is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

@keyframes ghlIceDrift {
    0% {
        transform: scale(1.15) translate3d(0, 0, 0);
    }

    50% {
        transform: scale(1.15) translate3d(-1.5%, 1.5%, 0);
    }

    100% {
        transform: scale(1.15) translate3d(0, 0, 0);
    }
}

/* Media Queries */
@media screen and (max-width: 600px) {
    .ghl-home-section {
        padding: 22px;
    }

    .ghl-home-hero {
        margin: -20px -20px 0;
        min-height: 420px;
    }

    .ghl-home-hero__inner {
        padding: 44px 22px 50px;
    }

    .ghl-home-hero__grid,
    .ghl-featured-game,
    .ghl-featured-game__teams,
    .ghl-home-matchup-card__teams,
    .ghl-schedule-card__teams {
        grid-template-columns: 1fr;
    }

    .ghl-home-hero__title {
        font-size: 52px;
        max-width: 5.5em;
    }

    .ghl-home-hero__subtitle {
        font-size: 18px;
    }

    .ghl-home-hero__callout {
        font-size: 12px;
        letter-spacing: 0.08em;
    }

    .ghl-home-section__title {
        font-size: 30px;
    }

    .ghl-home-section__description {
        font-size: 16px;
    }

    .ghl-home-section--stats-condensed {
        padding: 18px;
    }

    .ghl-home-stat-table__head {
        display: none;
    }

    .ghl-home-stat-table__row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px 12px;
        padding: 12px;
    }

    .ghl-home-stat-lines {
        grid-template-columns: 1fr;
    }

    .ghl-home-division-lines__header {
        align-items: flex-start;
        flex-direction: column;
    }

    .ghl-home-stat-table__division {
        font-size: 24px;
    }

    .ghl-home-stat-table__league {
        font-size: 12px;
    }

    .ghl-home-stat-table__row strong[data-ghl-count-to] {
        font-size: 22px;
    }

    .ghl-home-facts,
    .ghl-home-stat-strip,
    .ghl-feature-grid,
    .ghl-media-grid,
    .ghl-league-feed-grid,
    .ghl-standings-grid,
    .ghl-schedule-grid,
    .ghl-leaders-grid,
    .ghl-standings-card__stats,
    .ghl-home-countdown {
        grid-template-columns: 1fr;
    }

    .ghl-home-matchups-wrap {
        grid-template-columns: 1fr;
    }

    .ghl-home-matchups-nav {
        display: none;
    }

    .ghl-home-matchups-rail {
        grid-auto-columns: minmax(86vw, 1fr);
    }

    .ghl-home-matchup-tile {
        min-height: 0;
    }

    .ghl-league-feed-card__title {
        font-size: 20px;
    }

    .ghl-media-card {
        min-height: 180px;
    }

    .ghl-standings-division summary {
        font-size: 22px;
    }

    .ghl-feature-card {
        min-height: 0;
    }

    .ghl-featured-game__center-mark,
    .ghl-home-matchup-card__versus,
    .ghl-schedule-card__versus {
        display: none;
    }

    .ghl-featured-game__score,
    .ghl-leader-card__value {
        font-size: 42px;
    }

    .ghl-home-button {
        width: 100%;
    }

    .ghl-home-panel {
        padding: 20px;
    }

    .page-template-template-homepage .main-navigation .nav-menu>li:hover>a,
    .page-template-template-homepage .main-navigation ul ul li.page_item_has_children:hover>a {
        color: #fff;
        background: transparent;
    }

    .page-template-template-homepage .main-navigation .nav-menu li a:hover {
        color: #fff;
        background: var(--ghl-brand-accent);
    }

    .page-template-template-homepage .main-navigation ul ul {
        background: rgba(255, 255, 255, 0.92);
        box-shadow: inset 0 3px 3px rgba(76, 55, 59, 0.08);
    }

    .page-template-template-homepage .main-navigation ul ul a {
        color: var(--ghl-brand-ink);
    }

    .page-template-template-homepage .main-navigation .search-form .search-submit {
        color: #fff;
        background: var(--ghl-brand-accent);
    }

    .main-navigation .nav-menu>li:hover>a,
    .main-navigation ul ul li.page_item_has_children:hover>a {
        color: #fff;
        background: transparent;
    }

    .main-navigation .nav-menu li a:hover {
        color: #fff;
        background: #00a69c;
    }

    .main-navigation ul ul {
        background: rgba(0, 0, 0, 0.1);
        box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.1);
    }

    .main-navigation .menu-item-has-children.ghl-menu-parent-only.is-open>ul {
        display: block;
    }

    .main-navigation ul ul a {
        color: #fff;
        color: rgba(255, 255, 255, 0.7);
    }

    .main-navigation .search-form .search-submit {
        color: #fff;
        background: #00a69c;
    }
}

@media screen and (min-width: 601px) {

    .page-template-template-homepage .content-area,
    .page-template-template-homepage .content-area-no-sidebar,
    .page-template-template-homepage .content-area-right-sidebar,
    .page-template-template-homepage .content-area-left-sidebar,
    .page-template-template-homepage .content-area-double-sidebar {
        padding-top: 0;
    }

    .site-logo {
        margin: -1em 10px -1em 0;
    }

    .header-area-custom .site-logo {
        float: none;
        display: inline-block;
        margin: 0 auto;
    }

    .header-area-custom .site-branding {
        text-align: center;
    }

    .header-area-custom .site-branding hgroup {
        overflow: visible;
    }

    .header-area-custom .site-widgets {
        padding: 20px;
    }

    /* Vertical Widget Divider Color */
    .content-area,
    .widecolumn {
        width: 66%;
        padding: 20px;
    }

    .content-area-full-width,
    .content-area-no-sidebar,
    .widecolumn {
        width: 100%;
        border: 0;
    }

    .content-area-right-sidebar {
        box-shadow: 1px 0 0 #e0e0e0;
    }

    .content-area-left-sidebar {
        left: 34%;
        box-shadow: -1px 0 0 #e0e0e0;
    }

    .content-area-double-sidebar {
        width: 52%;
        left: 24%;
        box-shadow: 1px 0 0 #e0e0e0, -1px 0 0 #e0e0e0;
    }

    .widget-area {
        width: 34%;
        padding: 20px;
    }

    .widget-area-right {
        box-shadow: inset 1px 0 0 #e0e0e0;
    }

    .widget-area-left {
        box-shadow: inset -1px 0 0 #e0e0e0;
        right: 66%;
    }

    .widget-area-narrow {
        width: 24%;
    }

    .widget-area-left.widget-area-narrow {
        right: 52%;
    }

    .single-post .has-post-thumbnail .entry-header .entry-title,
    .page .has-post-thumbnail .entry-header .entry-title {
        position: absolute;
        bottom: 36px;
        padding: 0 0.5em;
        background: #fff;
    }

    .entry-header img {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 801px) {
    .ghl-home-hero__grid {
        grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
    }

    .ghl-featured-game {
        grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.8fr);
    }

    .ghl-home-section__heading--split {
        grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.9fr);
    }

    .ghl-home-hero__title {
        max-width: 5.4em;
    }

    .sp-has-venue.sp-has-results .sp-section-content .sp-template-event-venue .sp-google-map {
        height: 164px;
    }

    .site-footer .footer-widget-region {
        padding-left: 10px;
    }

    .site-footer .footer-widget-region:first-child {
        padding-left: 20px;
        padding-right: 10px;
    }

    .site-footer .footer-widget-region:last-child {
        padding-left: 0;
        padding-right: 20px;
    }
}

@media screen and (min-width: 1025px) {
    .header-area-custom .site-branding {
        padding: 1.75em;
    }
}

@media screen and (max-width: 1199px) {
    .social-sidebar {
        box-shadow: inset 0 1px 0 #e0e0e0;
    }
}

@media screen and (min-width: 1200px) {
    .social-sidebar {
        top: 178px;
    }
}




/* Scoreboard Navigation Arrows - Position within left/right boxes */
.sportspress-shortcode-container .sp-event-scoreboard {
    position: relative;
    overflow: visible;
}

/* Arrow styling */
.sportspress-shortcode-container .sp-nav-prev,
.sportspress-shortcode-container .sp-nav-next,
.sportspress-shortcode-container .sp-carousel-prev,
.sportspress-shortcode-container .sp-carousel-next,
.sportspress-shortcode-container [class*="prev"],
.sportspress-shortcode-container [class*="next"] {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    background: rgba(0, 0, 0, 0.6) !important;
    color: white !important;
    border: none !important;
    padding: 8px 12px !important;
    cursor: pointer !important;
    border-radius: 3px !important;
    z-index: 10 !important;
    font-size: 16px !important;
    width: auto !important;
    height: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
    line-height: 1 !important;
}

/* Position prev arrow in left box */
.sportspress-shortcode-container .sp-nav-prev,
.sportspress-shortcode-container .sp-carousel-prev,
.sportspress-shortcode-container [class*="prev"] {
    left: 10px !important;
}

/* Position next arrow in right box */
.sportspress-shortcode-container .sp-nav-next,
.sportspress-shortcode-container .sp-carousel-next,
.sportspress-shortcode-container [class*="next"] {
    right: 10px !important;
}

/* Hover effects */
.sportspress-shortcode-container .sp-nav-prev:hover,
.sportspress-shortcode-container .sp-nav-next:hover,
.sportspress-shortcode-container .sp-carousel-prev:hover,
.sportspress-shortcode-container .sp-carousel-next:hover,
.sportspress-shortcode-container [class*="prev"]:hover,
.sportspress-shortcode-container [class*="next"]:hover {
    background: rgba(0, 0, 0, 0.8) !important;
}

/* Make sure arrows are visible even if parent has overflow hidden */
.sportspress-shortcode-container .sp-event-blocks,
.sportspress-shortcode-container .sp-scoreboard-wrapper,
.sportspress-shortcode-container .sp-event-scoreboard-wrapper {
    overflow: visible !important;
}

.page-template-template-rosters {
    background:
        radial-gradient(circle at top left, rgba(123, 30, 58, 0.16), transparent 30%),
        radial-gradient(circle at top right, rgba(202, 169, 108, 0.14), transparent 26%),
        linear-gradient(180deg, #f5f0e8 0%, #f3ede4 100%);
}

.page-template-template-rosters .site-header,
.page-template-template-rosters .header-wrapper {
    background: transparent;
    box-shadow: none;
}

.page-template-template-rosters .site-content {
    background: transparent;
}

.page-template-template-rosters .content-area,
.page-template-template-rosters .content-area-no-sidebar,
.page-template-template-rosters .content-area-right-sidebar,
.page-template-template-rosters .content-area-left-sidebar,
.page-template-template-rosters .content-area-double-sidebar {
    box-shadow: none;
    float: none;
    width: 100%;
    margin: 0;
}

.page-template-template-rosters .site-main,
.page-template-template-rosters .entry-content {
    padding: 0;
}

.ghl-rosters-page {
    position: relative;
    color: #10202b;
}

.ghl-rosters-hero {
    position: relative;
    overflow: hidden;
    padding: 5.5rem 0 3rem;
    color: #f7f1e8;
    margin-bottom: 1.5rem;
}

.ghl-rosters-hero:before,
.ghl-rosters-hero:after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.ghl-rosters-hero:before {
    background:
        linear-gradient(135deg, rgba(17, 30, 40, 0.78), rgba(17, 30, 40, 0.56)),
        linear-gradient(135deg, rgba(123, 30, 58, 0.52), rgba(17, 30, 40, 0.1)),
        repeating-linear-gradient(115deg, rgba(255, 255, 255, 0.05) 0 18px, transparent 18px 42px);
    opacity: 0.95;
}

.ghl-rosters-hero:after {
    background:
        radial-gradient(circle at 18% 20%, rgba(203, 166, 107, 0.22), transparent 18%),
        radial-gradient(circle at 84% 22%, rgba(123, 30, 58, 0.38), transparent 24%);
}

.ghl-rosters-hero__inner,
.ghl-rosters-shell {
    position: relative;
    z-index: 1;
    width: min(1180px, calc(100% - 2.5rem));
    margin: 0 auto;
}

.ghl-rosters-hero__eyebrow,
.ghl-rosters-division__eyebrow {
    margin: 0 0 0.75rem;
    color: #caa96c;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.ghl-rosters-hero__title {
    margin: 0;
    max-width: 9ch;
    font-size: clamp(3rem, 7vw, 5.6rem);
    line-height: 0.94;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    text-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}

.ghl-rosters-hero__subtitle {
    max-width: 42rem;
    margin: 1.1rem 0 0;
    font-size: 1.08rem;
    line-height: 1.8;
    color: rgba(247, 241, 232, 0.82);
}

.ghl-rosters-hero__context {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin: 1.15rem 0 0;
    padding: 0.6rem 0.95rem;
    border-radius: 999px;
    background: rgba(247, 241, 232, 0.1);
    border: 1px solid rgba(247, 241, 232, 0.14);
    color: rgba(247, 241, 232, 0.86);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.ghl-rosters-hero__stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 2rem;
    max-width: 48rem;
}

.ghl-rosters-hero__stat {
    padding: 1rem 1.1rem;
    border: 1px solid rgba(247, 241, 232, 0.12);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(12px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.14);
}

.ghl-rosters-hero__stat strong {
    display: block;
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: 0.04em;
}

.ghl-rosters-hero__stat span {
    display: block;
    margin-top: 0.45rem;
    font-size: 0.84rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(247, 241, 232, 0.7);
}

.ghl-rosters-shell {
    padding: 0 0 4.5rem;
    margin-top: -1rem;
}

.ghl-rosters-toolbar {
    position: sticky;
    top: 1rem;
    z-index: 20;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(240px, 320px);
    gap: 1rem;
    align-items: center;
    padding: 1rem;
    margin-bottom: 1.75rem;
    border: 1px solid rgba(123, 30, 58, 0.08);
    min-height: 0;
    padding: 0.6em 1em 0.5em;
    background: transparent;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.ghl-rosters-jumpnav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
}

.ghl-rosters-jumpnav__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 4rem;
    padding: 0.78rem 1.1rem;
    border-radius: 999px;
    background: #fff;
    border: 1px solid rgba(16, 32, 43, 0.08);
    color: #10202b;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.ghl-rosters-jumpnav--static .ghl-rosters-jumpnav__link {
    cursor: default;
}

.ghl-rosters-jumpnav--static .ghl-rosters-jumpnav__link:hover,
.ghl-rosters-jumpnav--static .ghl-rosters-jumpnav__link:focus {
    transform: none;
}

.ghl-rosters-jumpnav__link.is-active {
    background: #7b1e3a;
    border-color: #7b1e3a;
    color: #fff;
    box-shadow: 0 12px 24px rgba(123, 30, 58, 0.18);
}

.ghl-rosters-jumpnav__link.is-muted {
    background: rgba(123, 30, 58, 0.06);
    border-color: rgba(123, 30, 58, 0.1);
    color: #7b1e3a;
}

.ghl-rosters-jumpnav__link:hover,
.ghl-rosters-jumpnav__link:focus {
    background: #7b1e3a;
    border-color: #7b1e3a;
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 12px 24px rgba(123, 30, 58, 0.2);
}

.ghl-rosters-search {
    position: relative;
}

.ghl-rosters-search__input {
    width: 100%;
    padding: 0.95rem 1.1rem;
    border: 1px solid rgba(16, 32, 43, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: #10202b;
    font-size: 0.96rem;
    appearance: none;
    -webkit-appearance: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.ghl-rosters-search__input:focus {
    outline: none;
    border-color: rgba(123, 30, 58, 0.45);
    box-shadow: 0 0 0 4px rgba(123, 30, 58, 0.12);
}

.ghl-rosters-intro {
    margin-bottom: 1.75rem;
}

.ghl-rosters-search__empty,
.ghl-rosters-empty-division {
    padding: 1.2rem 1.35rem;
    border: 1px dashed rgba(123, 30, 58, 0.18);
    border-radius: 20px;
    background: rgba(255, 252, 247, 0.8);
    color: #4d5b64;
}

.ghl-rosters-search__empty {
    margin-bottom: 1.5rem;
}

.ghl-rosters-division {
    scroll-margin-top: 6.5rem;
    padding: 2rem 0 0;
}

.ghl-rosters-division+.ghl-rosters-division {
    margin-top: 2rem;
    border-top: 1px solid rgba(16, 32, 43, 0.08);
}

.ghl-rosters-division__header {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 1.5rem;
    align-items: end;
    margin-bottom: 1.4rem;
}

.ghl-rosters-division__title {
    margin: 0;
    font-size: clamp(1.8rem, 3.8vw, 2.8rem);
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #10202b;
}

.ghl-rosters-division__description {
    margin: 0;
    color: #55636c;
    font-size: 1rem;
    line-height: 1.8;
}

.ghl-rosters-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.4rem;
    align-items: start;
}

.ghl-roster-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 1.1rem;
    border: 1px solid rgba(16, 32, 43, 0.08);
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(249, 244, 236, 0.98));
    box-shadow: 0 22px 50px rgba(8, 17, 22, 0.07);
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
    overflow: hidden;
}

.ghl-roster-card:before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    background: var(--ghl-team-accent, #7b1e3a);
    opacity: 0.92;
}

.ghl-roster-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 28px 58px rgba(8, 17, 22, 0.13);
    border-color: rgba(123, 30, 58, 0.16);
}

.ghl-roster-card__header {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(16, 32, 43, 0.08);
}

.ghl-roster-card__identity {
    display: flex;
    gap: 0.85rem;
    min-width: 0;
}

.ghl-roster-card__badge {
    flex: 0 0 66px;
    width: 66px;
    height: 66px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--ghl-team-accent, #7b1e3a), rgba(16, 32, 43, 0.85));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
    overflow: hidden;
    text-decoration: none;
}

.ghl-roster-card__badge img,
.ghl-roster-card__badge span {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: cover;
    color: #fff;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.ghl-roster-card__title {
    margin: 0;
    font-size: 1.35rem;
    line-height: 1.08;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.ghl-roster-card__title a {
    color: #10202b;
    text-decoration: none;
}

.ghl-roster-card__meta-line {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    margin: 0.45rem 0 0;
    color: #66757f;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.ghl-roster-card__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: flex-end;
}

.ghl-roster-card__chip {
    display: inline-flex;
    align-items: center;
    padding: 0.55rem 0.8rem;
    border-radius: 999px;
    background: rgba(123, 30, 58, 0.08);
    color: #7b1e3a;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    white-space: nowrap;
}

.ghl-roster-card__body {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
    padding-top: 1rem;
    flex: 0 0 auto;
}

.ghl-roster-card__roster-wrap {
    flex: 0 0 auto;
    padding: 1rem;
    border-radius: 20px;
    background: rgba(123, 30, 58, 0.03);
    border: 1px solid rgba(16, 32, 43, 0.06);
}

.ghl-roster-card__roster-label {
    margin-bottom: 0.8rem;
    color: #7b1e3a;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.ghl-roster-card__roster {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.42rem;
    overflow: hidden;
    transition: max-height 0.28s ease;
}

.ghl-roster-card__player {
    display: grid;
    grid-template-columns: 3rem minmax(0, 1fr) auto;
    gap: 0.85rem;
    align-items: center;
    padding: 0.62rem 0.72rem;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(16, 32, 43, 0.05);
}

.ghl-roster-card__number,
.ghl-roster-card__position {
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.ghl-roster-card__number {
    color: #7b1e3a;
}

.ghl-roster-card__name {
    min-width: 0;
    font-weight: 700;
    color: #10202b;
}

.ghl-roster-card__name a {
    color: inherit;
    text-decoration: none;
}

.ghl-roster-card__position {
    justify-self: end;
    padding: 0.38rem 0.55rem;
    border-radius: 999px;
    background: rgba(16, 32, 43, 0.08);
    color: #4b5962;
}

.ghl-roster-card__toggle {
    align-self: flex-start;
    padding: 0;
    border: 0;
    background: transparent;
    color: #7b1e3a;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
}

.ghl-roster-card__toggle:hover,
.ghl-roster-card__toggle:focus {
    color: #531329;
    outline: none;
}

[data-ghl-reveal] {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.45s ease, transform 0.45s ease;
}

[data-ghl-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media screen and (max-width: 1080px) {
    .ghl-rosters-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (max-width: 860px) {
    .ghl-rosters-hero {
        padding-top: 4.7rem;
    }

    .ghl-rosters-hero__stats,
    .ghl-rosters-toolbar,
    .ghl-rosters-division__header {
        grid-template-columns: 1fr;
    }

    .ghl-rosters-toolbar {
        top: 0.5rem;
    }

    .ghl-rosters-jumpnav {
        justify-content: flex-start;
    }
}

@media screen and (max-width: 680px) {

    .ghl-rosters-hero__inner,
    .ghl-rosters-shell {
        width: min(100% - 1.25rem, 1180px);
    }

    .ghl-rosters-hero__title {
        max-width: none;
    }

    .ghl-rosters-grid {
        grid-template-columns: 1fr;
    }

    .ghl-roster-card__header {
        flex-direction: column;
    }

    .ghl-roster-card__chips {
        justify-content: flex-start;
    }

    .ghl-roster-card__player {
        grid-template-columns: 2.5rem minmax(0, 1fr) auto;
        gap: 0.65rem;
    }
}

/* =============================
   GHL Dark Header + Homepage
   ============================= */
:root {
    --ghl-bg: #0F172A;
    --ghl-bg-secondary: #1E293B;
    --ghl-text: #F8FAFC;
    --ghl-steel: #94A3B8;
    --ghl-ice: #7DD3FC;
    --ghl-alert: #DC2626;
}

body {
    background:
        radial-gradient(circle at 12% 8%, rgba(125, 211, 252, 0.08), transparent 26%),
        radial-gradient(circle at 84% 4%, rgba(148, 163, 184, 0.14), transparent 22%),
        linear-gradient(180deg, #0b1324 0%, var(--ghl-bg) 56%, #0b1324 100%);
    color: var(--ghl-text);
}

.sp-header {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(120deg, rgba(8, 14, 28, 0.92), rgba(15, 23, 42, 0.85) 54%, rgba(10, 16, 30, 0.95)),
        repeating-linear-gradient(112deg, rgba(255, 255, 255, 0.03) 0 2px, transparent 2px 18px);
    border-bottom: 0;
}

.sp-header:before,
.sp-header:after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.sp-header:before {
    background:
        radial-gradient(circle at 20% 0%, rgba(125, 211, 252, 0.16), transparent 34%),
        radial-gradient(circle at 78% 0%, rgba(248, 250, 252, 0.12), transparent 30%);
}

.sp-header:after {
    background:
        linear-gradient(90deg, transparent, rgba(248, 250, 252, 0.12) 50%, transparent),
        linear-gradient(180deg, transparent, rgba(7, 11, 22, 0.45));
    mix-blend-mode: screen;
    opacity: 0.4;
}

.site-header,
.header-wrapper,
.header-area,
.header-area-custom {
    background: transparent !important;
}

.header-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.site-branding {
    position: relative;
    margin: 0 auto;
    padding: 0.75em 1.25em 0.55em;
    border: 1px solid rgba(125, 211, 252, 0.2);
    background:
        linear-gradient(145deg, rgba(30, 41, 59, 0.9), rgba(15, 23, 42, 0.96)),
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent);
    box-shadow: 0 18px 30px rgba(2, 6, 23, 0.45), inset 0 1px 0 rgba(248, 250, 252, 0.12);
}

.site-branding:before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 12% 24%, rgba(125, 211, 252, 0.12), transparent 24%),
        radial-gradient(circle at 84% 70%, rgba(148, 163, 184, 0.14), transparent 24%),
        repeating-linear-gradient(90deg, transparent 0 38px, rgba(125, 211, 252, 0.08) 38px 39px, transparent 39px 78px);
    opacity: 0.55;
}

.site-branding .site-identity {
    position: relative;
    z-index: 1;
}

.site-logo img {
    max-height: 170px;
    width: auto;
    height: auto;
    filter: drop-shadow(0 0 16px rgba(125, 211, 252, 0.28));
}

.site-title,
.site-description,
.site-title a,
.site-title a:hover,
.site-branding hgroup {
    color: var(--ghl-text);
}

.site-title {
    margin: 0.15em 0 0;
    font-size: clamp(30px, 3.4vw, 48px);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-shadow: 0 8px 20px rgba(2, 6, 23, 0.5);
}

.site-description {
    color: var(--ghl-steel);
    font-size: 12px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.site-branding.site-branding-has-logo .site-identity:after {
    content: "Geezer Hockey League";
    display: block;
    margin-top: 10px;
    color: var(--ghl-text);
    font-family: "Oswald", sans-serif;
    font-size: clamp(24px, 2.8vw, 38px);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-shadow: 0 8px 20px rgba(2, 6, 23, 0.5);
}

.main-navigation {
    background:
        linear-gradient(180deg, rgba(8, 14, 28, 0.95), rgba(17, 27, 45, 0.94));
    border-top: 1px solid rgba(148, 163, 184, 0.25);
    border-bottom: 1px solid rgba(125, 211, 252, 0.24);
    box-shadow: 0 14px 26px rgba(2, 6, 23, 0.35);
    padding: 0 20px;
}

.page-template-template-homepage .main-navigation {
    background:
        linear-gradient(180deg, rgba(8, 14, 28, 0.95), rgba(17, 27, 45, 0.94));
    border-top: 1px solid rgba(148, 163, 184, 0.25);
    border-bottom: 1px solid rgba(125, 211, 252, 0.24);
    box-shadow: 0 14px 26px rgba(2, 6, 23, 0.35);
}

.site-content {
    width: min(1240px, calc(100% - 40px));
    max-width: 1240px;
    margin: 0 auto;
}

.main-navigation a,
.main-navigation .menu-toggle {
    color: var(--ghl-text);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.main-navigation {
    display: flex;
    flex-direction: column;
}

.main-navigation .site-title-widget {
    width: 100%;
    text-align: center;
    padding: 4px 10px 2px;
}

.main-navigation .site-title-widget .widget {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
}

.main-navigation .site-title-widget .widget-title,
.main-navigation .site-title-widget h1,
.main-navigation .site-title-widget h2,
.main-navigation .site-title-widget h3,
.main-navigation .site-title-widget p {
    margin: 0;
    font-size: 1rem;
    color: var(--ghl-text);
}

.main-navigation .site-title-widget img {
    display: block;
    max-height: 56px;
    width: auto;
    height: auto;
    margin: 0 auto;
}

.main-navigation .site-title-widget p {
    margin-top: 4px;
    color: var(--ghl-steel);
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.main-navigation .site-title-widget .ghl-site-title-main {
    margin: 0;
    color: var(--ghl-text);
    font-family: "Oswald", sans-serif;
    font-size: clamp(18px, 2vw, 26px);
    font-weight: 400;
    letter-spacing: 0.08em;
    line-height: 1;
    text-transform: uppercase;
    text-shadow: 0 8px 20px rgba(2, 6, 23, 0.45);
}

.main-navigation .site-title-widget .ghl-site-title-sub {
    margin: 3px 0 0;
    color: var(--ghl-steel);
    font-family: "Lato", sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.16em;
    line-height: 1.2;
    text-transform: uppercase;
}

.main-navigation .site-title-widget .ghl-site-title-image {
    display: block;
    max-height: 56px;
    width: auto;
    height: auto;
    margin: 0 auto;
}

.main-navigation .nav-menu>li>a {
    /*padding: 0.95em 1.05em;*/
    font-size: 13px;
    font-weight: bold;
}

.main-navigation .nav-menu>li.menu-item-ghl-logo>a {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-height: 64px;
    padding: 0.2em 0.95em 0.35em;
    background: transparent;
}

.main-navigation .nav-menu>li.menu-item-ghl-logo>a:hover {
    background: rgba(125, 211, 252, 0.1);
}

.main-navigation .ghl-nav-logo-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.main-navigation .ghl-nav-logo {
    display: block;
    width: auto;
    max-height: 72px;
    filter: drop-shadow(0 0 10px rgba(125, 211, 252, 0.35));
}

@media screen and (min-width: 801px) {

    /* Column container: site-title widget spans full width on row 1,
       nav items + search share row 2 */
    .main-navigation {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
    }

    /* Site title takes the full first row */
    .main-navigation .site-title-widget {
        flex: 0 0 100%;
    }

    /* The wp_nav_menu wrapper div fills the second row, centering the ul inside */
    .main-navigation>div:not(.site-title-widget) {
        flex: 1;
        display: flex;
        justify-content: center;
    }

    .main-navigation .nav-menu {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .main-navigation .nav-menu>li {
        float: none;
        display: flex;
        align-items: stretch;
    }

    .main-navigation .nav-menu>li>a {
        display: flex;
        align-items: center;
        padding: 0.5em 0.9em;
    }

    /* Search is pulled out of flex flow so it doesn't offset the centered nav */
    .main-navigation {
        position: relative;
    }

    .main-navigation .search-form {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        flex: none;
        margin: 0;
    }
}

.main-navigation .nav-menu>li:hover>a,
.main-navigation .nav-menu>.menu-item-has-children:hover>a,
.main-navigation .nav-menu>.current-menu-item>a,
.main-navigation .nav-menu>.current_page_item>a {
    color: #fff;
    background: var(--ghl-alert);
}

.main-navigation .nav-menu>li>a[href*="schedule" i],
.main-navigation .nav-menu>li>a[href*="standings" i],
.main-navigation .nav-menu>li>a[href*="stats" i],
.main-navigation .nav-menu>li>a[href*="register" i] {
    position: relative;
}

/* Register: same as any other item — hover/active rules above handle the rest */

/* Dropdown submenus — override all page-template-specific rules */
.main-navigation ul ul,
.page-template-template-homepage .main-navigation ul ul {
    background: rgba(15, 23, 42, 0.98) !important;
    border: 1px solid rgba(125, 211, 252, 0.24) !important;
    box-shadow: 0 16px 28px rgba(2, 6, 23, 0.52) !important;
    z-index: 9999;
}

.main-navigation ul ul li,
.page-template-template-homepage .main-navigation ul ul li {
    background: transparent !important;
}

.main-navigation ul ul a,
.page-template-template-homepage .main-navigation ul ul a {
    background: transparent !important;
    color: var(--ghl-text) !important;
    font-family: "Oswald", sans-serif !important;
    font-size: 13px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
}

.main-navigation ul ul li:hover>a,
.page-template-template-homepage .main-navigation ul ul li:hover>a {
    color: #fff !important;
    background: var(--ghl-alert) !important;
}

.main-navigation ul ul .current-menu-item>a,
.main-navigation ul ul .current_page_item>a {
    color: #fff !important;
    background: var(--ghl-alert) !important;
}

.main-navigation .search-form {
    float: right;
    display: flex;
    align-items: center;
    max-width: 230px;
    margin: 0 0 0 10px;
}

.main-navigation .search-form .search-field {
    width: 120px;
    max-width: 120px;
}

.main-navigation .search-form .search-submit {
    padding: 0.625em 12px;
    min-width: 0;
}

.sp-header-scoreboard .sp-template-scoreboard {
    position: relative;
    z-index: 1;
    margin: 0;
    width: 100%;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

/* Unlock rookie framework width/padding constraints for the top scoreboard strip. */
/* Nav stacks above page content */
.site-menu,
.main-navigation {
    position: relative;
    z-index: 100;
}

.site-header {
    position: relative;
    z-index: 100;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
}

.header-inner {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
}

.site-widgets,
.header-area-custom .site-widgets {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.site-widgets .site-widget-region,
.site-widgets .widget,
.site-widgets .widget:last-child {
    margin: 0 !important;
    padding: 0 !important;
}

.site-widgets .sp-template-scoreboard,
.site-widgets .sp-template-scoreboard .sp-scoreboard-content {
    width: 100% !important;
}

.site-widgets .sp-scoreboard-wrapper,
.sp-template-scoreboard .sp-scoreboard-wrapper {
    margin: 0 !important;
    padding: 0 !important;
}

.sp-template-scoreboard .sp-scoreboard-wrapper {
    position: relative;
    display: flex;
    align-items: stretch;
    gap: 0;
    padding: 0 42px !important;
}

.sp-header-scoreboard .sp-template-scoreboard .sp-scoreboard-nav {
    display: block !important;
    visibility: visible !important;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 38px;
    height: auto;
    border: 0;
    padding: 0;
    z-index: 8;
    color: #f8fafc;
    background: rgba(15, 23, 42, 0.9);
    box-shadow: inset 0 0 0 1px rgba(125, 211, 252, 0.28);
    opacity: 0.92;
}

.sp-header-scoreboard .sp-template-scoreboard .sp-scoreboard-wrapper>.sp-scoreboard-prev,
.sp-header-scoreboard .sp-template-scoreboard .sp-scoreboard-wrapper>.sp-scoreboard-next {
    display: flex !important;
    align-items: center;
    justify-content: center;
    opacity: 0.92;
    z-index: 20;
}

.sp-header-scoreboard .sp-template-scoreboard .sp-scoreboard-wrapper>.sp-scoreboard-prev {
    left: 0 !important;
    right: auto !important;
}

.sp-header-scoreboard .sp-template-scoreboard .sp-scoreboard-wrapper>.sp-scoreboard-next {
    right: 0 !important;
    left: auto !important;
}

.sp-header-scoreboard .sp-template-scoreboard .sp-scoreboard-prev:before,
.sp-header-scoreboard .sp-template-scoreboard .sp-scoreboard-next:before {
    position: static;
    transform: none;
    margin: 0;
    font-family: "Oswald", sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    display: block !important;
}

.sp-header-scoreboard .sp-template-scoreboard .sp-scoreboard-prev:before {
    content: "<";
}

.sp-header-scoreboard .sp-template-scoreboard .sp-scoreboard-next:before {
    content: ">";
}

.sp-header-scoreboard .sp-template-scoreboard .sp-scoreboard-nav:hover {
    background: rgba(2, 6, 23, 0.95);
}

.sp-header-scoreboard .sp-template-scoreboard .sp-scoreboard-nav-disabled {
    display: block !important;
    visibility: visible !important;
    opacity: 0.6;
    color: rgba(248, 250, 252, 0.82);
    background: rgba(71, 85, 105, 0.88);
    box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.5);
    cursor: default;
    pointer-events: none;
}

.sp-template-scoreboard .sp-scoreboard-content {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: thin;
    scrollbar-color: rgba(125, 211, 252, 0.45) rgba(15, 23, 42, 0.5);
}

.sp-template-scoreboard .sp-scoreboard {
    border-collapse: separate;
    border-spacing: 4px 0;
    min-width: max-content;
    background: transparent;
    border: 0;
}

.sp-template-scoreboard .sp-scoreboard td {
    min-width: 232px;
    border: 1px solid rgba(30, 41, 59, 0.95);
    background:
        linear-gradient(145deg, rgba(30, 41, 59, 0.94), rgba(15, 23, 42, 0.96));
    box-shadow: 0 8px 16px rgba(2, 6, 23, 0.28);
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.sp-template-scoreboard .sp-scoreboard td:hover {
    transform: translateY(-2px);
    border-color: rgba(125, 211, 252, 0.56);
    box-shadow: 0 18px 28px rgba(2, 6, 23, 0.45);
}

.sp-template-scoreboard .sp-scoreboard-event {
    position: relative;
    display: grid;
    gap: 1px;
    padding: 6px 7px 5px;
    color: var(--ghl-text);
    text-decoration: none;
}

.sp-template-scoreboard .sp-scoreboard-event:before {
    content: "Upcoming";
    justify-self: start;
    padding: 1px 6px;
    border: 1px solid rgba(125, 211, 252, 0.36);
    border-radius: 999px;
    color: var(--ghl-ice);
    font-size: 9px;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.sp-template-scoreboard .sp-scoreboard-event:has(.sp-scoreboard-result):before {
    content: "Final";
    color: #fee2e2;
    border-color: rgba(239, 68, 68, 0.5);
    background: rgba(220, 38, 38, 0.25);
}

.sp-template-scoreboard .sp-scoreboard-date,
.sp-template-scoreboard .sp-scoreboard-time,
.sp-template-scoreboard .sp-scoreboard-venue {
    color: var(--ghl-steel);
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin: 0 !important;
    line-height: 1.15;
}

.sp-template-scoreboard .sp-scoreboard-venue {
    color: var(--ghl-ice);
    margin-top: -1px !important;
    margin-bottom: 1px !important;
}

.sp-template-scoreboard .sp-scoreboard-teams {
    display: grid;
    gap: 1px;
    margin-top: 0;
}

.sp-template-scoreboard .sp-scoreboard-team {
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: space-between;
    color: var(--ghl-text);
    margin: 0 !important;
    line-height: 1.15;
}

.sp-template-scoreboard .sp-scoreboard-team-logo img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.sp-template-scoreboard .sp-scoreboard-team-name {
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    line-height: 1.1;
}

.sp-template-scoreboard .sp-scoreboard-result {
    color: var(--ghl-ice);
    font-family: "Oswald", sans-serif;
    font-size: 18px;
    line-height: 1;
    text-shadow: 0 0 12px rgba(125, 211, 252, 0.3);
    margin: 0;
}

.page-template-template-homepage {
    --ghl-brand-ink: var(--ghl-text);
    --ghl-brand-muted: var(--ghl-steel);
    --ghl-brand-soft: #0e182c;
    --ghl-brand-surface: #132036;
    --ghl-brand-surface-alt: #1a2740;
    --ghl-brand-line: rgba(148, 163, 184, 0.3);
    --ghl-brand-accent: var(--ghl-ice);
    --ghl-brand-accent-strong: #b8ecff;
    --ghl-brand-accent-soft: #60a5fa;
}

.page-template-template-homepage .site-content,
.page-template-template-homepage .site-main,
.page-template-template-homepage .entry-content,
.page-template-template-homepage .ghl-homepage-body {
    background:
        radial-gradient(circle at top, rgba(125, 211, 252, 0.06), transparent 28%),
        linear-gradient(180deg, #0d1629, #0f172a 65%, #0b1324);
    color: var(--ghl-text);
}

.ghl-home-hero {
    min-height: 500px;
    background:
        linear-gradient(120deg, rgba(7, 12, 24, 0.82), rgba(10, 18, 33, 0.74) 45%, rgba(14, 26, 46, 0.88)),
        radial-gradient(circle at 50% 0%, rgba(125, 211, 252, 0.2), transparent 42%),
        var(--ghl-hero-image),
        linear-gradient(135deg, #0b1324, #1e293b 58%, #0f172a);
    background-size: auto, auto, cover, auto;
    background-position: center, top center, center calc(50% + var(--ghl-hero-offset)), center;
}

.ghl-home-hero:before {
    opacity: 0.3;
    mix-blend-mode: screen;
}

.ghl-home-hero:after {
    opacity: 0.42;
    transform: rotate(-4deg);
}

.ghl-home-hero__title {
    max-width: 11ch;
    font-size: clamp(52px, 7vw, 92px);
    letter-spacing: 0.03em;
    text-shadow: 0 14px 34px rgba(2, 6, 23, 0.5);
}

.ghl-home-hero__subtitle {
    max-width: 30em;
    color: rgba(248, 250, 252, 0.9);
    font-size: clamp(16px, 2vw, 24px);
}

.ghl-home-button--primary {
    background: linear-gradient(135deg, #dc2626, #b91c1c);
    box-shadow: 0 14px 30px rgba(185, 28, 28, 0.3);
}

.ghl-home-button--ghost {
    border-color: rgba(125, 211, 252, 0.44);
    background: rgba(15, 23, 42, 0.55);
}

.ghl-home-section,
.ghl-home-panel,
.ghl-home-fact,
.ghl-feature-card,
.ghl-featured-game,
.ghl-standings-card,
.ghl-schedule-card,
.ghl-leader-card {
    background: linear-gradient(180deg, rgba(19, 32, 54, 0.9), rgba(15, 23, 42, 0.92));
    border-color: rgba(148, 163, 184, 0.28);
    box-shadow: 0 16px 34px rgba(2, 6, 23, 0.35);
    color: var(--ghl-text);
}

.ghl-home-section__title,
.ghl-home-stat-card__value,
.ghl-feature-card__title,
.ghl-standings-card__title,
.ghl-schedule-card__team strong,
.ghl-leader-card__title {
    color: var(--ghl-text);
}

@media screen and (max-width: 800px) {
    .main-navigation {
        padding: 0 12px;
    }

    .main-navigation .site-title-widget {
        padding: 6px 0 2px;
    }

    .main-navigation .site-title-widget img {
        max-height: 62px;
    }

    .main-navigation .site-title-widget .ghl-site-title-main {
        font-size: clamp(18px, 6vw, 30px);
    }

    .main-navigation .site-title-widget .ghl-site-title-sub {
        font-size: 10px;
        letter-spacing: 0.12em;
    }

    .main-navigation .site-title-widget .ghl-site-title-image {
        max-height: 62px;
    }

    .site-branding {
        padding: 0.65em 0.9em 0.55em;
    }

    .site-logo img {
        max-height: 132px;
    }

    .site-branding.site-branding-has-logo .site-identity:after {
        font-size: clamp(20px, 7vw, 30px);
    }

    .sp-template-scoreboard .sp-scoreboard td {
        min-width: 220px;
    }

    .main-navigation .search-form {
        float: none;
        max-width: none;
        margin: 0;
    }

    .main-navigation .search-form .search-field {
        width: 100%;
        max-width: none;
    }

    .main-navigation .nav-menu>li.menu-item-ghl-logo>a {
        min-height: 48px;
        padding: 0.35em 0.6em;
    }

    .main-navigation .ghl-nav-logo {
        max-height: 46px;
    }

    .ghl-home-hero {
        min-height: 440px;
    }
}