body.theme-ruby {
    --rb-navy: #0a2a5c;
    --rb-navy-deep: #061a38;
    --rb-royal: #0b5fff;
    --rb-royal-light: #1677ff;
    --rb-royal-soft: #e8f0ff;
    --rb-ink: #1a1a2e;
    --rb-muted: #5a6478;
    --rb-line: #c8d4e8;
    --rb-soft: #eef3fb;
    --rb-panel: #ffffff;
    --rb-page: #f4f7fc;

    margin: 0;
    background: var(--rb-page);
    color: var(--rb-ink);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.4;
}

body.theme-ruby a { color: var(--rb-royal); text-decoration: none; }
body.theme-ruby a:hover { text-decoration: underline; }
body.theme-ruby img { max-width: 100%; height: auto; }

body.theme-ruby button:not(.storefront-change-location *):not(.tl-place-suggestions *):not([class*="tl-admin"]):not([class*="tl-cr-offer"]):not(.storefront-filters__btn):not(.storefront-filters__option):not(.storefront-location__change):not(.storefront-location__gps):not([class*="storefront-change-location"]):not(.rb-btn):not(.rb-nav-toggle):not(.rb-featured__arrow):not([class*="storefront-calendar"]):not(.btn-price-buy):not(.sea-btn),
body.theme-ruby .btn:not([class*="tl-admin"]) {
    background: var(--rb-royal);
    color: #fff;
    border: 0;
    padding: .45rem .9rem;
    border-radius: 4px;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}

body.theme-ruby .rb-wrap {
    width: min(1240px, calc(100% - 24px));
    margin-inline: auto;
}

body.theme-ruby .rb-main {
    padding: 0 0 28px;
    min-height: 40vh;
}

body.theme-ruby .rb-main--home {
    padding: 0;
}

/* —— Header —— */
body.theme-ruby .rb-header {
    position: relative;
    z-index: 50;
    background: var(--rb-navy);
    color: #fff;
    overflow: visible;
}

body.theme-ruby .rb-disclaimer {
    background: var(--rb-navy-deep);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    font-size: 11px;
    color: #fff;
    padding: .35rem 0;
}

body.theme-ruby .rb-disclaimer .sf-header-disclaimer {
    color: #fff;
}

body.theme-ruby .rb-header a { color: #fff; text-decoration: none; }
body.theme-ruby .rb-header a:hover { text-decoration: underline; }

body.theme-ruby .rb-header__top {
    background: var(--rb-navy);
    border-bottom: 1px solid rgba(255, 255, 255, .12);
}

body.theme-ruby .rb-header__top-inner {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 0;
    flex-wrap: wrap;
}

body.theme-ruby .rb-brand {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
}

body.theme-ruby .rb-brand__logo {
    display: block;
    height: 48px;
    width: auto;
    max-width: 220px;
    object-fit: contain;
}

body.theme-ruby .rb-brand__name {
    font-size: 1.35rem;
    font-weight: 800;
    letter-spacing: -.02em;
    color: #fff;
}

body.theme-ruby .rb-search {
    position: relative;
    flex: 1 1 320px;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    min-width: 200px;
    max-width: 520px;
    background: transparent;
    border: 0;
    overflow: visible;
}

body.theme-ruby .rb-search input[type="search"] {
    flex: 1 1 auto;
    border: 1px solid #ccc;
    border-right: 0;
    border-radius: 4px 0 0 4px;
    padding: .55rem .7rem;
    font: inherit;
    font-size: 14px;
    min-width: 0;
    color: var(--rb-ink);
    background: #fff;
}

body.theme-ruby .rb-search input[type="search"]:focus { outline: none; }
body.theme-ruby .rb-search input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

body.theme-ruby .rb-search__go {
    appearance: none;
    border: 1px solid var(--rb-royal);
    background: var(--rb-royal);
    color: #fff;
    font: inherit;
    font-weight: 800;
    padding: 0 1rem;
    cursor: pointer;
    border-radius: 0 4px 4px 0;
    flex: 0 0 auto;
}

body.theme-ruby .rb-search .search-suggestions {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 4px);
    border-radius: 4px;
    text-align: left;
    z-index: 300;
    width: 100%;
    min-width: 260px;
}

body.theme-ruby .rb-search .search-suggestions a {
    color: #1a1a1a;
}

body.theme-ruby .rb-search .search-suggestions a:hover {
    color: var(--rb-royal);
}

body.theme-ruby .rb-header__tools {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-left: auto;
    flex: 0 0 auto;
}

body.theme-ruby .rb-header__tools .storefront-location {
    color: #c8daf5;
    font-size: 12px;
}

body.theme-ruby .rb-header__tools a.storefront-location__label[href],
body.theme-ruby .rb-nav__tools a.storefront-location__label[href] {
    text-decoration: underline;
    text-underline-offset: 3px;
}

body.theme-ruby .rb-header__tools a.storefront-location__label[href]:hover,
body.theme-ruby .rb-header__tools a.storefront-location__label[href]:focus-visible,
body.theme-ruby .rb-nav__tools a.storefront-location__label[href]:hover,
body.theme-ruby .rb-nav__tools a.storefront-location__label[href]:focus-visible {
    color: #fff;
}

body.theme-ruby .rb-header__tools .storefront-location__change,
body.theme-ruby .rb-header__tools .storefront-location__gps {
    color: #9ec5ff;
    font-weight: 700;
}

body.theme-ruby .rb-header__tools .sf-cart-link,
body.theme-ruby .rb-header__tools .sf-cart-link__icon,
body.theme-ruby .rb-header__tools .sf-member-menu__toggle,
body.theme-ruby .rb-header__tools .sf-member-menu__direct,
body.theme-ruby .rb-header__tools .sf-member-menu__icon {
    color: #fff !important;
}

body.theme-ruby .rb-header__tools .sf-cart-link:hover,
body.theme-ruby .rb-header__tools .sf-cart-link:hover .sf-cart-link__icon,
body.theme-ruby .rb-header__tools .sf-member-menu__toggle:hover,
body.theme-ruby .rb-header__tools .sf-member-menu__direct:hover,
body.theme-ruby .rb-header__tools .sf-member-menu.is-open .sf-member-menu__toggle,
body.theme-ruby .rb-header__tools .sf-member-menu__toggle:hover .sf-member-menu__icon,
body.theme-ruby .rb-header__tools .sf-member-menu__direct:hover .sf-member-menu__icon {
    color: #fff !important;
    opacity: .92;
}

body.theme-ruby .rb-header__tools .sf-member-menu__toggle.is-signed-in::after {
    box-shadow: 0 0 0 2px var(--rb-navy, #0a1f44);
}

body.theme-ruby .rb-header__tools .sf-cart-link__badge {
    --sf-cart-badge: var(--rb-royal);
    --sf-cart-badge-ink: #fff;
    box-shadow: 0 0 0 2px var(--rb-navy);
}

body.theme-ruby .rb-header__tools .sf-member-menu__panel {
    right: 0;
    left: auto;
}

body.theme-ruby .rb-nav-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 40px;
    height: 40px;
    padding: 8px;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 4px;
    cursor: pointer;
}

body.theme-ruby .rb-nav-toggle span {
    display: block;
    height: 2px;
    background: #fff;
    border-radius: 1px;
}

/* —— Mega nav —— */
body.theme-ruby .rb-nav {
    background: var(--rb-royal-light);
    border-top: 1px solid rgba(255, 255, 255, .2);
    overflow: visible;
}

body.theme-ruby .rb-nav__inner {
    display: flex;
    align-items: center;
    gap: 0;
    flex-wrap: wrap;
    padding: 0;
    overflow: visible;
}

body.theme-ruby .rb-nav__tools {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-left: auto;
    flex: 0 0 auto;
    padding-left: .75rem;
}

body.theme-ruby .rb-nav__tools .storefront-location {
    color: #e8f0ff;
    font-size: 12px;
}

body.theme-ruby .rb-nav__tools .storefront-location__change,
body.theme-ruby .rb-nav__tools .storefront-location__gps {
    color: #fff;
    font-weight: 700;
}

body.theme-ruby .rb-nav__tools .sf-cart-link,
body.theme-ruby .rb-nav__tools .sf-cart-link__icon,
body.theme-ruby .rb-nav__tools .sf-member-menu__toggle,
body.theme-ruby .rb-nav__tools .sf-member-menu__direct,
body.theme-ruby .rb-nav__tools .sf-member-menu__icon {
    color: #fff !important;
}

body.theme-ruby .rb-nav__tools .sf-cart-link:hover,
body.theme-ruby .rb-nav__tools .sf-cart-link:hover .sf-cart-link__icon,
body.theme-ruby .rb-nav__tools .sf-member-menu__toggle:hover,
body.theme-ruby .rb-nav__tools .sf-member-menu__direct:hover,
body.theme-ruby .rb-nav__tools .sf-member-menu.is-open .sf-member-menu__toggle,
body.theme-ruby .rb-nav__tools .sf-member-menu__toggle:hover .sf-member-menu__icon,
body.theme-ruby .rb-nav__tools .sf-member-menu__direct:hover .sf-member-menu__icon {
    color: #fff !important;
    opacity: .92;
}

body.theme-ruby .rb-nav__tools .sf-member-menu__toggle.is-signed-in::after {
    box-shadow: 0 0 0 2px var(--rb-royal-light, #1e4a8c);
}

body.theme-ruby .rb-nav__tools .sf-member-menu__panel {
    right: 0;
    left: auto;
}

body.theme-ruby .rb-nav-group {
    position: relative;
    overflow: visible;
}

body.theme-ruby .rb-nav__link,
body.theme-ruby .rb-nav__league {
    display: inline-flex;
    align-items: center;
    gap: .3rem;
    padding: .65rem 1rem;
    font-weight: 800;
    font-size: 12px;
    letter-spacing: .06em;
    text-transform: uppercase;
    text-decoration: none !important;
    color: #fff !important;
    border-bottom: 3px solid transparent;
    white-space: nowrap;
}

body.theme-ruby .rb-nav__league {
    background: rgba(0, 0, 0, .12);
    border-right: 1px solid rgba(255, 255, 255, .15);
}

body.theme-ruby .rb-nav__link:hover,
body.theme-ruby .rb-nav__league:hover,
body.theme-ruby .rb-nav__league.is-active,
body.theme-ruby .rb-nav-group.is-active > .rb-nav__link,
body.theme-ruby .rb-nav-group.is-open > .rb-nav__link {
    background: rgba(255, 255, 255, .12);
    border-bottom-color: #fff;
}

body.theme-ruby .rb-nav__chevron {
    display: block;
    opacity: .85;
}

body.theme-ruby .rb-nav__chevron--side {
    margin-left: auto;
    opacity: 1;
}

body.theme-ruby .rb-mega {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 120;
    width: max-content;
    min-width: 220px;
    max-width: none;
    padding: .5rem;
    background: #fff;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 12px 32px rgba(10, 42, 92, .22);
    border: 1px solid var(--rb-line);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(4px);
    transition: opacity .14s ease, transform .14s ease, visibility .14s;
}

body.theme-ruby .rb-nav-group.is-open > .rb-mega {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

body.theme-ruby .rb-mega__item {
    position: relative;
}

body.theme-ruby .rb-mega__link {
    display: flex;
    align-items: center;
    gap: .5rem;
    padding: .5rem .75rem;
    border-radius: 4px;
    color: var(--rb-ink) !important;
    font-weight: 600;
    font-size: 13px;
    text-decoration: none !important;
}

body.theme-ruby .rb-mega__link:hover {
    background: var(--rb-soft);
    color: var(--rb-royal) !important;
}

body.theme-ruby .rb-mega__flyout {
    position: absolute;
    top: 0;
    left: calc(100% - 4px);
    z-index: 130;
    min-width: 200px;
    padding: .5rem;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 10px 28px rgba(10, 42, 92, .18);
    border: 1px solid var(--rb-line);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(6px);
    transition: opacity .14s ease, transform .14s ease, visibility .14s;
    display: flex;
    gap: .5rem;
}

body.theme-ruby .rb-mega__item.is-hot > .rb-mega__flyout {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0);
}

body.theme-ruby .rb-mega__col {
    min-width: 160px;
}

/* —— Home hero —— */
body.theme-ruby .rb-hero {
    position: relative;
    z-index: 5;
    background:
        radial-gradient(ellipse 80% 60% at 50% 100%, rgba(11, 95, 255, .35) 0%, transparent 70%),
        linear-gradient(180deg, #061a38 0%, #0a2a5c 45%, #0d1f3d 100%);
    color: #fff;
    padding: 48px 0 56px;
    text-align: center;
    overflow: visible;
}

body.theme-ruby .rb-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        repeating-linear-gradient(
            90deg,
            transparent,
            transparent 40px,
            rgba(255, 255, 255, .02) 40px,
            rgba(255, 255, 255, .02) 41px
        ),
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 40px,
            rgba(255, 255, 255, .015) 40px,
            rgba(255, 255, 255, .015) 41px
        );
    pointer-events: none;
}

body.theme-ruby .rb-hero__inner {
    position: relative;
    z-index: 1;
}

body.theme-ruby .rb-hero__eyebrow {
    margin: 0 0 .35rem;
    font-size: 1.05rem;
    font-weight: 600;
    opacity: .92;
}

body.theme-ruby .rb-hero__title {
    margin: 0 0 .35rem;
    font-size: clamp(1.85rem, 4.5vw, 2.75rem);
    font-weight: 800;
    letter-spacing: -.02em;
}

body.theme-ruby .rb-hero__tagline {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    margin: 0 0 1.35rem;
    font-size: .95rem;
    font-weight: 700;
    max-width: 36rem;
}

body.theme-ruby .rb-hero__pitch-mark {
    display: inline-grid;
    place-items: center;
    width: 1.55rem;
    height: 1.55rem;
    border-radius: 999px;
    background: var(--rb-royal);
    color: #fff;
    font-size: .85rem;
    font-weight: 800;
}

body.theme-ruby .rb-hero .rb-search,
body.theme-ruby .rb-hero .rb-search--hero {
    position: relative;
    z-index: 40;
    max-width: 680px;
    margin: 0 auto;
    flex: none;
    width: 100%;
    overflow: visible;
}

body.theme-ruby .rb-hero .rb-search input[type="search"] {
    padding: .7rem .85rem;
    font-size: 15px;
}

body.theme-ruby .rb-hero .rb-search__go {
    padding: 0 1.25rem;
}

body.theme-ruby .rb-search--dates {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex-wrap: nowrap;
    max-width: 680px;
}

body.theme-ruby .rb-search--dates .rb-search__panel {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 12px;
    background: #ececec;
    border-radius: 10px;
}

body.theme-ruby .rb-search--dates .rb-search__dates {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 10px;
}

body.theme-ruby .rb-search--dates .rb-search__date {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 44px;
    background: #fff;
    border: 1px solid #d0d0d0;
    border-radius: 6px;
    cursor: pointer;
}

body.theme-ruby .rb-search--dates .rb-search__date:focus-within {
    border-color: var(--rb-royal);
    box-shadow: 0 0 0 3px rgba(11, 95, 255, .16);
}

body.theme-ruby .rb-search--dates .rb-search__date-placeholder {
    position: absolute;
    left: 14px;
    right: 40px;
    color: #9a9a9a;
    font-size: .95rem;
    pointer-events: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

body.theme-ruby .rb-search--dates .rb-search__date.is-filled .rb-search__date-placeholder {
    display: none;
}

body.theme-ruby .rb-search--dates .rb-search__date-input {
    appearance: none;
    width: 100%;
    height: 44px;
    border: 0;
    background: transparent;
    padding: 0 40px 0 14px;
    font: inherit;
    font-size: .95rem;
    color: #222;
    cursor: pointer;
}

body.theme-ruby .rb-search--dates .rb-search__date:not(.is-filled) .rb-search__date-input {
    color: transparent;
}

body.theme-ruby .rb-search--dates .rb-search__date-input:focus {
    outline: none;
}

body.theme-ruby .rb-search--dates .rb-search__date-input::-webkit-calendar-picker-indicator {
    opacity: 0;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

body.theme-ruby .rb-search--dates .rb-search__date-icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #8a8a8a;
    pointer-events: none;
    display: flex;
}

body.theme-ruby .rb-search--dates .rb-search__date:focus-within .rb-search__date-icon {
    color: var(--rb-royal);
}

body.theme-ruby .rb-search--dates .rb-search__row {
    display: flex;
    align-items: stretch;
    min-width: 0;
}

body.theme-ruby .rb-search--dates input[type="search"] {
    border-radius: 6px 0 0 6px;
}

body.theme-ruby .rb-search--dates .rb-search__go {
    border-radius: 0 6px 6px 0;
}

body.theme-ruby .rb-hero__social {
    margin-top: 1.25rem;
    display: flex;
    justify-content: center;
}

body.theme-ruby .rb-hero__social .rb-social__link {
    color: #fff !important;
    background: rgba(255, 255, 255, .14);
    border: 1px solid rgba(255, 255, 255, .4);
}

body.theme-ruby .rb-hero__social .rb-social__link:hover {
    background: var(--rb-royal-light);
    border-color: var(--rb-royal-light);
    color: #fff !important;
}

/* —— Social icons —— */
body.theme-ruby .rb-social {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: .65rem;
}

body.theme-ruby .rb-social__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .14);
    border: 1px solid rgba(255, 255, 255, .4);
    color: #fff !important;
    text-decoration: none !important;
    transition: background .15s ease, border-color .15s ease, color .15s ease;
}

body.theme-ruby .rb-social__link:hover,
body.theme-ruby .rb-social__link:focus-visible {
    background: var(--rb-royal-light);
    border-color: var(--rb-royal-light);
    color: #fff !important;
    text-decoration: none !important;
}

/* —— Hot tickets chips —— */
body.theme-ruby .rb-chips-bar {
    position: relative;
    z-index: 1;
    background: var(--rb-panel);
    border-bottom: 1px solid var(--rb-line);
    padding: 12px 0;
}

body.theme-ruby .rb-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

body.theme-ruby .rb-chips__label {
    font-weight: 800;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: var(--rb-navy);
    margin-right: 4px;
}

body.theme-ruby .rb-chip {
    display: inline-block;
    padding: .35rem .75rem;
    background: var(--rb-soft);
    border: 1px solid var(--rb-line);
    border-radius: 999px;
    color: var(--rb-navy);
    font-weight: 700;
    font-size: 12px;
    text-decoration: none !important;
}

body.theme-ruby .rb-chip:hover {
    background: var(--rb-royal);
    border-color: var(--rb-royal);
    color: #fff !important;
    text-decoration: none !important;
}

/* —— Sections —— */
body.theme-ruby .rb-section {
    padding: 28px 0;
}

body.theme-ruby .rb-section--alt {
    background: var(--rb-panel);
    border-top: 1px solid var(--rb-line);
    border-bottom: 1px solid var(--rb-line);
}

body.theme-ruby .rb-section__head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
}

body.theme-ruby .rb-section__title {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--rb-navy);
}

body.theme-ruby .rb-section__more {
    font-weight: 700;
    font-size: 13px;
    color: var(--rb-royal);
}

/* —— On sale band —— */
body.theme-ruby .rb-onsale-band {
    background: linear-gradient(90deg, var(--rb-navy), var(--rb-royal-light));
    color: #fff;
    padding: 20px 0;
}

body.theme-ruby .rb-onsale-band__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

body.theme-ruby .rb-onsale-band__copy h2 {
    margin: 0 0 .25rem;
    font-size: 1.15rem;
    font-weight: 800;
}

body.theme-ruby .rb-onsale-band__copy p {
    margin: 0;
    font-size: 13px;
    opacity: .9;
}

body.theme-ruby .rb-btn {
    display: inline-block;
    padding: .55rem 1.1rem;
    background: var(--rb-royal);
    color: #fff !important;
    font-weight: 800;
    border: 1px solid var(--rb-royal);
    border-radius: 4px;
    text-decoration: none !important;
    cursor: pointer;
}

body.theme-ruby .rb-btn:hover {
    filter: brightness(1.08);
    text-decoration: none !important;
}

body.theme-ruby .rb-btn--outline {
    background: transparent;
    border-color: #fff;
    color: #fff !important;
}

body.theme-ruby .rb-btn--outline:hover {
    background: rgba(255, 255, 255, .15);
}

/* —— Event grid —— */
body.theme-ruby .rb-event-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

body.theme-ruby .rb-event-card {
    display: block;
    background: var(--rb-panel);
    border: 1px solid var(--rb-line);
    border-radius: 6px;
    overflow: hidden;
    text-decoration: none !important;
    color: inherit !important;
    box-shadow: var(--theme-shadow);
    transition: transform .15s ease, box-shadow .15s ease;
}

body.theme-ruby .rb-event-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(10, 42, 92, .12);
    text-decoration: none !important;
}

body.theme-ruby .rb-event-card__media {
    aspect-ratio: 16 / 10;
    background: linear-gradient(135deg, var(--rb-navy), var(--rb-royal-light));
    display: grid;
    place-items: center;
    overflow: hidden;
}

body.theme-ruby .rb-event-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.theme-ruby .rb-event-card__fallback {
    font-size: 2rem;
    font-weight: 800;
    color: rgba(255, 255, 255, .85);
}

body.theme-ruby .rb-event-card__body {
    padding: 10px 12px 12px;
}

body.theme-ruby .rb-event-card__name {
    display: block;
    font-weight: 800;
    font-size: 13px;
    color: var(--rb-navy);
    margin-bottom: .25rem;
    line-height: 1.3;
}

body.theme-ruby .rb-event-card__meta {
    font-size: 12px;
    color: var(--rb-muted);
}

/* —— Top performers columns —— */
body.theme-ruby .rb-top-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

body.theme-ruby .rb-top-card {
    background: var(--rb-panel);
    border: 1px solid var(--rb-line);
    border-radius: 6px;
    overflow: hidden;
}

body.theme-ruby .rb-top-card__title {
    margin: 0;
    padding: .55rem .75rem;
    background: var(--rb-navy);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .04em;
}

body.theme-ruby .rb-top-list {
    list-style: none;
    margin: 0;
    padding: .5rem .75rem .75rem;
    counter-reset: rb-top;
}

body.theme-ruby .rb-top-list li {
    counter-increment: rb-top;
    border-bottom: 1px solid #eef2f8;
    padding: .35rem 0;
}

body.theme-ruby .rb-top-list li::before {
    content: counter(rb-top) ".";
    display: inline-block;
    width: 1.5rem;
    font-weight: 800;
    color: var(--rb-royal);
}

body.theme-ruby .rb-top-list a {
    font-weight: 600;
    font-size: 13px;
    color: var(--rb-ink);
}

body.theme-ruby .rb-top-list a:hover {
    color: var(--rb-royal);
}

body.theme-ruby .rb-top-card__more {
    display: block;
    padding: .5rem .75rem .75rem;
    font-weight: 700;
    font-size: 12px;
}

/* —— Home listing panel —— */
body.theme-ruby .rb-home-listing {
    background: var(--rb-panel);
    border: 1px solid var(--rb-line);
    padding: 14px 16px;
    margin-top: 0;
}

body.theme-ruby .rb-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
    margin: 0 0 -1px;
    border-bottom: 2px solid var(--rb-navy);
}

body.theme-ruby .rb-tabs a,
body.theme-ruby .rb-tabs__btn {
    display: inline-block;
    padding: .5rem .9rem;
    background: var(--rb-soft);
    color: var(--rb-navy) !important;
    font: inherit;
    font-weight: 800;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .04em;
    text-decoration: none !important;
    border: 1px solid var(--rb-line);
    border-bottom: 0;
    cursor: pointer;
}

body.theme-ruby .rb-tabs a.is-active,
body.theme-ruby .rb-tabs__btn.is-active {
    background: var(--rb-navy);
    color: #fff !important;
    border-color: var(--rb-navy);
}

body.theme-ruby .rb-tabs a:hover,
body.theme-ruby .rb-tabs__btn:hover {
    filter: brightness(1.03);
    text-decoration: none !important;
}

body.theme-ruby .rb-home-panel.is-hidden {
    display: none;
}

/* —— Page shell —— */
body.theme-ruby .rb-page {
    background: var(--rb-panel);
    border: 1px solid var(--rb-line);
    padding: 16px 18px 22px;
    box-shadow: var(--theme-shadow);
}

body.theme-ruby .rb-page h1 {
    margin: 0 0 .75rem;
    font-size: 1.55rem;
    color: var(--rb-navy);
    font-weight: 800;
}

body.theme-ruby .rb-page__lead {
    margin: 0 0 1rem;
    color: var(--rb-muted);
}

body.theme-ruby .rb-page .storefront-breadcrumbs {
    margin-bottom: .85rem;
    font-size: 12px;
}

body.theme-ruby .rb-form label {
    display: block;
    font-weight: 700;
    margin: .65rem 0 .25rem;
}

body.theme-ruby .rb-form input,
body.theme-ruby .rb-form textarea,
body.theme-ruby .rb-form select {
    width: 100%;
    max-width: 420px;
    border: 1px solid #bbb;
    border-radius: 4px;
    padding: .45rem .55rem;
    font: inherit;
}

body.theme-ruby .rb-notice {
    margin: 0 0 .85rem;
    padding: .55rem .7rem;
    border: 1px solid var(--rb-line);
    background: #fff8e8;
}

body.theme-ruby .rb-notice--error {
    background: #fff1f0;
    border-color: #e0b4b4;
    color: #8a1f1f;
}

body.theme-ruby .rb-notice--success {
    background: #eef8ee;
    border-color: #b7d7b7;
}

/* —— Category grids —— */
body.theme-ruby .rb-cat-section {
    margin: 0 0 18px;
}

body.theme-ruby .rb-cat-section__title {
    margin: 0 0 .65rem;
    padding: .45rem .65rem;
    background: linear-gradient(180deg, var(--rb-royal-light), var(--rb-royal));
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    border: 1px solid var(--rb-navy);
}

body.theme-ruby .rb-cat-grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

body.theme-ruby .rb-cat-grid a {
    display: block;
    padding: .5rem .65rem;
    background: var(--rb-soft);
    border: 1px solid var(--rb-line);
    color: var(--rb-navy);
    font-weight: 700;
    font-size: 13px;
    text-decoration: none !important;
}

body.theme-ruby .rb-cat-grid a:hover {
    background: #fff;
    border-color: var(--rb-royal);
    text-decoration: none !important;
}

/* —— Hub large tiles (sports) —— */
body.theme-ruby .rb-hub-tiles {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

body.theme-ruby .rb-hub-tile {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 18px;
    min-height: 88px;
    background: linear-gradient(135deg, var(--rb-navy) 0%, var(--rb-royal-light) 100%);
    border-radius: 8px;
    color: #fff !important;
    text-decoration: none !important;
    box-shadow: 0 4px 14px rgba(10, 42, 92, .18);
    transition: transform .15s ease, filter .15s ease;
}

body.theme-ruby .rb-hub-tile:hover {
    transform: translateY(-2px);
    filter: brightness(1.06);
    text-decoration: none !important;
}

body.theme-ruby .rb-hub-tile__icon {
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, .15);
    border-radius: 50%;
}

body.theme-ruby .rb-hub-tile__icon svg {
    width: 24px;
    height: 24px;
}

body.theme-ruby .rb-hub-tile__label {
    display: block;
    font-size: 1.1rem;
    font-weight: 800;
}

body.theme-ruby .rb-hub-tile__meta {
    display: block;
    font-size: 12px;
    opacity: .88;
    margin-top: .15rem;
}

body.theme-ruby .rb-hub-tiles--compact {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.theme-ruby .rb-hub-tiles--compact .rb-hub-tile {
    min-height: 64px;
    padding: 12px 14px;
    background: var(--rb-soft);
    color: var(--rb-navy) !important;
    box-shadow: none;
    border: 1px solid var(--rb-line);
}

body.theme-ruby .rb-hub-tiles--compact .rb-hub-tile:hover {
    border-color: var(--rb-royal);
    background: #fff;
}

body.theme-ruby .rb-hub-tiles--compact .rb-hub-tile__icon {
    background: var(--rb-royal-soft);
    color: var(--rb-royal);
}

/* —— Team columns —— */
body.theme-ruby .rb-team-columns {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 16px;
}

body.theme-ruby .rb-team-column {
    border: 1px solid var(--rb-line);
    background: #fff;
}

body.theme-ruby .rb-team-column__title {
    margin: 0;
    padding: .45rem .65rem;
    background: var(--rb-navy);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
}

body.theme-ruby .rb-team-column__list {
    list-style: none;
    margin: 0;
    padding: .4rem .65rem .6rem;
}

body.theme-ruby .rb-team-column__list a {
    display: block;
    padding: .28rem 0;
    border-bottom: 1px solid #eef2f8;
    font-weight: 600;
    font-size: 13px;
    color: var(--rb-ink);
}

body.theme-ruby .rb-main--state {
    padding-top: 0;
}

body.theme-ruby .rb-state {
    background:
        radial-gradient(ellipse 70% 80% at 100% 0%, rgba(11, 95, 255, .28) 0%, transparent 58%),
        linear-gradient(180deg, #061a38 0%, #0a2a5c 100%);
    color: #fff;
    padding: 28px 0 32px;
    margin-bottom: 18px;
}

body.theme-ruby .rb-state__inner {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr);
    gap: 28px;
    align-items: center;
}

body.theme-ruby .rb-state--photo .rb-state__inner {
    grid-template-columns: minmax(0, 1.15fr) minmax(240px, 420px);
}

body.theme-ruby .rb-state__kicker {
    margin: 0 0 .4rem;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #9ec0ff;
}

body.theme-ruby .rb-state__title {
    margin: 0 0 .65rem;
    font-size: clamp(1.85rem, 4vw, 2.6rem);
    font-weight: 800;
    letter-spacing: -.02em;
    line-height: 1.1;
    color: #fff;
}

body.theme-ruby .rb-state__counts {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 1rem;
}

body.theme-ruby .rb-state__counts span {
    display: inline-block;
    padding: .2rem .55rem;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    color: #d7e6ff;
}

body.theme-ruby .rb-state__lead,
body.theme-ruby .rb-state__intro,
body.theme-ruby .rb-state__intro p {
    margin: 0 0 .75rem;
    max-width: 40rem;
    font-size: 1rem;
    line-height: 1.55;
    color: rgba(255, 255, 255, .88);
}

body.theme-ruby .rb-state__intro p:last-child {
    margin-bottom: 0;
}

body.theme-ruby .rb-state__intro a {
    color: #fff;
    text-decoration: underline;
}

body.theme-ruby .rb-state__media {
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .18);
    box-shadow: 0 16px 36px rgba(0, 0, 0, .28);
    background: #061a38;
}

body.theme-ruby .rb-state__media img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 320px;
    object-fit: cover;
}

/* —— Entity header —— */
body.theme-ruby .rb-page .sf-entity-header {
    margin-bottom: 12px;
    border: 1px solid var(--rb-line);
    background: linear-gradient(180deg, #f5f8fd, #fff);
}

body.theme-ruby .rb-page .sf-entity-header__title {
    color: var(--rb-navy);
}

body.theme-ruby .rb-main.is-tickets {
    position: relative;
}

body.theme-ruby .event-listing a[class*="cta"],
body.theme-ruby .event-listing .el-cta,
body.theme-ruby .listing-cta {
    color: var(--rb-royal) !important;
    font-weight: 800;
}

/* —— Footer —— */
body.theme-ruby .rb-footer {
    margin-top: 24px;
    background: var(--rb-navy);
    color: #b8cce8;
    border-top: 4px solid var(--rb-royal);
    padding: 20px 0 24px;
    font-size: 13px;
}

body.theme-ruby .rb-footer a {
    color: #fff !important;
    text-decoration: none;
    transition: color .15s ease;
}
body.theme-ruby .rb-footer a:hover,
body.theme-ruby .rb-footer a:focus-visible {
    color: var(--rb-royal-light) !important;
    text-decoration: underline;
}
body.theme-ruby .rb-footer__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

body.theme-ruby .rb-footer h3 {
    margin: 0 0 .5rem;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .05em;
}

body.theme-ruby .rb-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

body.theme-ruby .rb-footer li { margin: .3rem 0; }

body.theme-ruby .rb-footer__about {
    margin: 0;
    line-height: 1.45;
    font-size: 12px;
}

body.theme-ruby .rb-footer__bottom {
    margin-top: 16px;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, .15);
    display: flex;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    font-size: 11px;
}

body.theme-ruby .rb-footer__disclaimer {
    max-width: 520px;
    opacity: .88;
}

body.theme-ruby .rb-page--search h1,
body.theme-ruby .rb-page--search > p {
    text-align: center;
}

body.theme-ruby .rb-page--search h1 {
    margin-bottom: .4rem;
}

body.theme-ruby .rb-page--search > p {
    margin: 0 0 1.15rem;
    color: var(--rb-muted);
}

body.theme-ruby .rb-search--page,
body.theme-ruby .rb-search--page.rb-search--dates {
    max-width: 800px;
    width: 100%;
    margin: 0 auto 1.5rem;
}

body.theme-ruby .rb-page--search .rb-search--dates input[type="search"] {
    padding: .85rem 1rem;
    font-size: 16px;
}

body.theme-ruby .rb-page--search .rb-search--dates .rb-search__go {
    padding: 0 1.5rem;
    font-size: 16px;
}

body.theme-ruby .rb-page--search .rb-search--dates .rb-search__date {
    min-height: 50px;
}

body.theme-ruby .rb-page--search .rb-search--dates .rb-search__date-input {
    height: 50px;
    font-size: 1rem;
}

body.theme-ruby .rb-page-content {
    margin: 12px 0;
}

/* —— Responsive —— */
@media (max-width: 960px) {
    body.theme-ruby .rb-event-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.theme-ruby .rb-top-grid {
        grid-template-columns: 1fr;
    }

    body.theme-ruby .rb-footer__grid {
        grid-template-columns: 1fr 1fr;
    }

    body.theme-ruby .rb-hub-tiles {
        grid-template-columns: 1fr;
    }

    body.theme-ruby .rb-hub-tiles--compact {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    body.theme-ruby .rb-nav-toggle {
        display: flex;
    }

    body.theme-ruby .rb-nav {
        display: none;
        border-top: 0;
    }

    body.theme-ruby .rb-nav.is-open {
        display: block;
    }

    body.theme-ruby .rb-nav__inner {
        flex-direction: column;
        align-items: stretch;
    }

    body.theme-ruby .rb-nav__link,
    body.theme-ruby .rb-nav__league {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, .15);
        border-right: 0;
    }

    body.theme-ruby .rb-mega {
        position: static;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: none;
        box-shadow: none;
        border: 0;
        border-radius: 0;
        background: rgba(0, 0, 0, .15);
        display: none;
        width: 100%;
    }

    body.theme-ruby .rb-nav-group.is-open > .rb-mega {
        display: block;
    }

    body.theme-ruby .rb-mega__flyout {
        position: static;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: none;
        box-shadow: none;
        border: 0;
        background: rgba(0, 0, 0, .1);
        display: none;
        flex-direction: column;
    }

    body.theme-ruby .rb-mega__item.is-hot > .rb-mega__flyout {
        display: flex;
    }

    body.theme-ruby .rb-mega__link {
        color: #fff !important;
    }

    body.theme-ruby .rb-header__top-inner {
        gap: 10px;
    }

    body.theme-ruby .rb-search {
        flex: 1 1 100%;
        max-width: none;
        order: 3;
    }

    body.theme-ruby .rb-onsale-band__inner {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 640px) {
    body.theme-ruby .rb-wrap {
        width: calc(100% - 16px);
    }

    body.theme-ruby .rb-event-grid,
    body.theme-ruby .rb-cat-grid,
    body.theme-ruby .rb-team-columns,
    body.theme-ruby .rb-hub-tiles--compact {
        grid-template-columns: 1fr;
    }

    body.theme-ruby .rb-footer__grid {
        grid-template-columns: 1fr;
    }

    body.theme-ruby .rb-hero {
        padding: 32px 0 40px;
    }

    body.theme-ruby .rb-state--photo .rb-state__inner {
        grid-template-columns: 1fr;
    }

    body.theme-ruby .rb-state__media img {
        max-height: 220px;
    }

    body.theme-ruby .rb-search--dates .rb-search__dates {
        grid-template-columns: 1fr;
    }

    body.theme-ruby .rb-search--dates .rb-search__row {
        flex-wrap: wrap;
    }

    body.theme-ruby .rb-search--dates input[type="search"] {
        border-right: 1px solid #ccc;
        border-radius: 6px;
        min-height: 44px;
    }

    body.theme-ruby .rb-search--dates .rb-search__go {
        width: 100%;
        margin-top: 8px;
        min-height: 44px;
        border-radius: 6px;
    }

    body.theme-ruby .rb-search .search-suggestions {
        min-width: 0;
        max-height: min(360px, 55vh);
        z-index: 300;
    }

    body.theme-ruby .rb-chips {
        overflow-x: auto;
        flex-wrap: nowrap;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 4px;
    }

    body.theme-ruby .rb-chip {
        flex: 0 0 auto;
    }

    body.theme-ruby .rb-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    body.theme-ruby .rb-tabs a,
    body.theme-ruby .rb-tabs__btn {
        flex: 0 0 auto;
        white-space: nowrap;
    }
}