body.theme-diamond {
    margin: 0;
    background: var(--dm-bg, #fff);
    color: var(--dm-text, #1a1a1a);
    font-family: var(--dm-font, 'Inter', system-ui, sans-serif);
    font-size: 16px;
    line-height: 1.45;
    -webkit-font-smoothing: antialiased;
}

body.theme-diamond a { color: inherit; }
body.theme-diamond img { max-width: 100%; height: auto; }
body.theme-diamond .tl-admin-topbar img,
body.theme-diamond .tl-admin-sidebar img {
    max-width: none;
    height: unset;
}
body.theme-diamond .seat-workspace img,
body.theme-diamond #tn-maps img {
    max-width: none;
    height: unset;
}

body.theme-diamond .dm-container,
body.theme-diamond .em-container,
body.theme-diamond .container {
    width: min(1180px, calc(100% - 2rem));
    margin-inline: auto;
}

body.theme-diamond .dm-main {
    min-height: 50vh;
    padding: 1.25rem 0 3rem;
}

body.theme-diamond .dm-main.is-home,
body.theme-diamond .dm-main.is-category,
body.theme-diamond .dm-main.is-search,
body.theme-diamond .dm-main:has(.sf-members) {
    padding: 0 0 3rem;
}

body.theme-diamond .dm-contact-hero {
    margin: 0 0 1.75rem;
    padding: 1.75rem 0 2.1rem;
    background:
        radial-gradient(circle at 12% 20%, rgba(106, 0, 244, .16), transparent 42%),
        linear-gradient(180deg, #f4f0ff 0%, #fff 100%);
    border-bottom: 1px solid var(--dm-line, #e8e8ea);
}

body.theme-diamond .dm-contact-hero .storefront-breadcrumbs {
    margin-bottom: .85rem;
}

body.theme-diamond .dm-contact-hero__eyebrow {
    margin: 0 0 .4rem;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--dm-accent, #6a00f4);
}

body.theme-diamond .dm-contact-hero__title {
    margin: 0 0 .55rem;
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 800;
    letter-spacing: -0.035em;
    line-height: 1.1;
    color: #111;
}

body.theme-diamond .dm-contact-hero__lead {
    margin: 0;
    max-width: 38rem;
    font-size: 1.05rem;
    line-height: 1.5;
    color: var(--dm-muted, #6b6b6b);
}

body.theme-diamond .dm-main:has(.sf-members) .sf-members {
    margin-top: 0;
}

body.theme-diamond .dm-header {
    position: sticky;
    top: 0;
    z-index: 90;
    background: #fff;
    border-bottom: 1px solid var(--dm-line);
    overflow: visible;
}

body.theme-diamond .dm-header__note-bar {
    background: var(--dm-soft);
    border-bottom: 1px solid var(--dm-line);
    font-size: .75rem;
    color: var(--dm-muted);
    padding: .35rem 0;
}

body.theme-diamond .dm-header__top-inner {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 1rem;
    min-height: 4rem;
}

body.theme-diamond .dm-brand {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    flex: 0 0 auto;
}

body.theme-diamond .dm-brand__logo {
    display: block;
    height: 48px;
    width: auto;
    max-width: 220px;
    object-fit: contain;
}

body.theme-diamond .dm-brand__name {
    font-weight: 800;
    font-size: 1.2rem;
    letter-spacing: -0.02em;
    color: var(--dm-accent, #6a00f4);
}

body.theme-diamond .dm-search {
    position: relative;
    display: flex;
    align-items: center;
    gap: .55rem;
    width: min(560px, 100%);
    margin-inline: auto;
    padding: .55rem .9rem;
    border-radius: 999px;
    background: var(--dm-soft);
    border: 1px solid transparent;
}

body.theme-diamond .dm-search:focus-within {
    border-color: color-mix(in srgb, var(--dm-accent, #6a00f4) 35%, #ddd);
    background: #fff;
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--dm-accent, #6a00f4) 12%, transparent);
}

body.theme-diamond .dm-search__icon {
    width: 1.1rem;
    height: 1.1rem;
    color: #8a8a8a;
    flex: 0 0 auto;
}

body.theme-diamond .dm-search input {
    flex: 1 1 auto;
    border: 0;
    background: transparent;
    font: inherit;
    font-size: .95rem;
    min-width: 0;
    color: var(--dm-text);
}

body.theme-diamond .dm-search input::placeholder { color: #8a8a8a; }
body.theme-diamond .dm-search input:focus { outline: none; }

body.theme-diamond .dm-header__tools {
    display: flex;
    align-items: center;
    gap: .75rem;
    justify-content: flex-end;
}

body.theme-diamond .dm-header__tools a.storefront-location__label[href] {
    text-decoration: underline;
    text-underline-offset: 3px;
}

body.theme-diamond .dm-header__tools a.storefront-location__label[href]:hover,
body.theme-diamond .dm-header__tools a.storefront-location__label[href]:focus-visible {
    color: var(--dm-accent, #6a00f4);
}

body.theme-diamond .dm-header__link {
    display: none;
    font-weight: 600;
    font-size: .9rem;
    text-decoration: none;
    color: var(--dm-text);
}

body.theme-diamond .dm-header__link:hover {
    color: var(--dm-accent, #6a00f4);
}

body.theme-diamond .dm-header__tools .sf-member-menu {
    position: relative;
}

body.theme-diamond .dm-header__tools .sf-member-menu__direct,
body.theme-diamond .dm-header__tools .sf-member-menu__toggle {
    display: grid;
    place-items: center;
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 999px;
    border: none;
    background: var(--dm-soft);
    color: var(--dm-text);
    text-decoration: none;
    cursor: pointer;
    padding: 0;
}

body.theme-diamond .dm-header__tools .sf-member-menu__direct:hover,
body.theme-diamond .dm-header__tools .sf-member-menu__toggle:hover,
body.theme-diamond .dm-header__tools .sf-member-menu.is-open .sf-member-menu__toggle {
    color: var(--dm-accent, #6a00f4);
}

body.theme-diamond .dm-header__tools .sf-member-menu__icon {
    display: grid;
    place-items: center;
    color: inherit;
}

body.theme-diamond .dm-header__tools .sf-member-menu__toggle.is-signed-in::after {
    box-shadow: 0 0 0 2px #fff;
}

body.theme-diamond .dm-header__tools .sf-member-menu__panel {
    right: 0;
    left: auto;
}

body.theme-diamond .dm-nav-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 2.2rem;
    height: 2.2rem;
    padding: 0;
    margin: 0;
    border: 1px solid var(--dm-line);
    border-radius: 999px;
    background: var(--dm-soft);
    color: var(--dm-text);
    cursor: pointer;
}

body.theme-diamond .dm-nav-toggle span {
    display: block;
    width: 14px;
    height: 2px;
    border-radius: 2px;
    background: currentColor;
    transition: transform .22s ease, opacity .18s ease;
    transform-origin: center;
}

body.theme-diamond .dm-nav-toggle.is-open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

body.theme-diamond .dm-nav-toggle.is-open span:nth-child(2) {
    opacity: 0;
}

body.theme-diamond .dm-nav-toggle.is-open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

body.theme-diamond .dm-header__nav {
    border-top: 1px solid var(--dm-line);
}

body.theme-diamond .dm-header__nav-inner {
    display: flex;
    flex-wrap: wrap;
    gap: .15rem 1.25rem;
    min-height: 2.75rem;
    align-items: center;
}

body.theme-diamond .dm-nav-group {
    position: relative;
}

body.theme-diamond .dm-header__nav-link {
    display: inline-flex;
    align-items: center;
    gap: .28rem;
    padding: .65rem 0;
    font-weight: 600;
    font-size: .92rem;
    text-decoration: none;
    color: var(--dm-text);
    border-bottom: 2px solid transparent;
}

body.theme-diamond .dm-header__nav-link:hover,
body.theme-diamond .dm-nav-group.is-active > .dm-header__nav-link,
body.theme-diamond .dm-nav-group.is-open > .dm-header__nav-link {
    color: var(--dm-accent, #6a00f4);
}

body.theme-diamond .dm-nav-chevron {
    display: block;
    opacity: .75;
}

body.theme-diamond .dm-nav-chevron--side {
    color: var(--dm-accent, #6a00f4);
    opacity: 1;
    margin-left: auto;
    flex: 0 0 auto;
}

body.theme-diamond .dm-header,
body.theme-diamond .dm-header__nav,
body.theme-diamond .dm-header__nav-inner,
body.theme-diamond .dm-nav-group {
    overflow: visible;
}

body.theme-diamond .dm-nav-menu {
    position: absolute;
    top: calc(100% - 2px);
    left: 0;
    z-index: 80;
    width: max-content;
    min-width: 220px;
    max-width: none;
    max-height: none;
    overflow: visible;
    padding: .5rem;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.16);
    border: 1px solid #ececf1;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(6px);
    transition: opacity .14s ease, transform .14s ease, visibility .14s;
}

body.theme-diamond .dm-nav-group.is-open > .dm-nav-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

body.theme-diamond .dm-nav-item {
    position: relative;
}

body.theme-diamond .dm-nav-link {
    display: flex;
    align-items: center;
    gap: .5rem;
    padding: .55rem .85rem;
    border-radius: 10px;
    color: #1a1a1a;
    font-weight: 500;
    font-size: .95rem;
    text-decoration: none;
    white-space: nowrap;
}

body.theme-diamond .dm-nav-link:hover {
    background: #f5f5f7;
    color: #111;
}

body.theme-diamond .dm-nav-item.is-hot > .dm-nav-link {
    background: color-mix(in srgb, var(--dm-accent, #6a00f4) 14%, #fff);
    color: #111;
}

body.theme-diamond .dm-nav-flyout {
    position: absolute;
    top: 0;
    left: calc(100% + 6px);
    z-index: 81;
    width: max-content;
    min-width: 220px;
    max-height: none;
    overflow: visible;
    padding: .5rem;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.16);
    border: 1px solid #ececf1;
    display: none;
    grid-template-columns: max-content max-content;
    gap: 0 .35rem;
    align-items: start;
}

body.theme-diamond .dm-nav-flyout__col {
    display: flex;
    flex-direction: column;
    min-width: 180px;
}

body.theme-diamond .dm-nav-item.is-hot > .dm-nav-flyout {
    display: grid;
}

@media (max-width: 860px) {
    body.theme-diamond .dm-nav-toggle {
        display: inline-flex;
    }

    body.theme-diamond .dm-header__nav {
        display: grid;
        grid-template-rows: 0fr;
        border-top-color: transparent;
        transition: grid-template-rows .28s ease, border-color .2s ease;
    }

    body.theme-diamond .dm-header__nav.is-drawer-open {
        grid-template-rows: 1fr;
        border-top-color: var(--dm-line);
    }

    body.theme-diamond .dm-header__nav-inner {
        overflow: hidden;
        min-height: 0;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 0;
        opacity: 0;
        transform: translateY(-6px);
        transition: opacity .2s ease, transform .28s ease;
    }

    body.theme-diamond .dm-header__nav.is-drawer-open .dm-header__nav-inner {
        opacity: 1;
        transform: translateY(0);
        padding-bottom: .5rem;
    }

    body.theme-diamond .dm-header__nav-link {
        width: 100%;
        justify-content: space-between;
        padding: .85rem 0;
        border-bottom: 1px solid var(--dm-line);
        border-bottom-color: var(--dm-line);
    }

    body.theme-diamond .dm-nav-group > .dm-header__nav-link {
        border-bottom: 1px solid var(--dm-line);
    }

    body.theme-diamond .dm-nav-chevron {
        transition: transform .2s ease;
    }

    body.theme-diamond .dm-nav-group.is-open > .dm-header__nav-link .dm-nav-chevron {
        transform: rotate(180deg);
    }

    body.theme-diamond .dm-nav-menu {
        position: static;
        width: 100%;
        min-width: 0;
        margin: 0 0 .35rem;
        box-shadow: none;
        border-radius: 12px;
        border: 0;
        background: var(--dm-soft);
        display: none;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: none;
        padding: .35rem;
    }

    body.theme-diamond .dm-nav-group.is-open > .dm-nav-menu {
        display: block;
    }

    body.theme-diamond .dm-nav-flyout {
        position: static;
        left: auto;
        display: none;
        width: 100%;
        max-width: none;
        margin: .15rem 0 .2rem;
        box-shadow: none;
        border: 0;
        background: #fff;
        border-radius: 10px;
        grid-template-columns: 1fr;
    }

    body.theme-diamond .dm-nav-item.is-hot > .dm-nav-flyout {
        display: grid;
    }

    body.theme-diamond .dm-nav-link {
        white-space: normal;
    }
}

@media (min-width: 860px) {
    body.theme-diamond .dm-header__link { display: inline; }
}

@media (max-width: 720px) {
    body.theme-diamond .dm-header__top-inner {
        grid-template-columns: auto auto;
        grid-template-areas:
            "brand tools"
            "search search";
    }
    body.theme-diamond .dm-brand { grid-area: brand; }
    body.theme-diamond .dm-header__tools { grid-area: tools; }
    body.theme-diamond .dm-search {
        grid-area: search;
        width: 100%;
        margin: 0 0 .75rem;
    }
}

body.theme-diamond .dm-home {
    padding-top: 1.25rem;
}

body.theme-diamond .dm-section {
    padding: 1.35rem 0 0.5rem;
}

body.theme-diamond .dm-section-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
    margin: 0 0 1rem;
}

body.theme-diamond .dm-section-head h2 {
    margin: 0;
    font-weight: 800;
    font-size: 1.35rem;
    letter-spacing: -0.02em;
    color: #111;
}

body.theme-diamond .dm-see-all {
    font-weight: 700;
    font-size: .92rem;
    color: var(--dm-accent, #6a00f4);
    text-decoration: none;
}

body.theme-diamond .dm-see-all:hover { text-decoration: underline; }

body.theme-diamond .dm-empty {
    margin: 0;
    color: var(--dm-muted);
}

body.theme-diamond .dm-section .dm-container {
    overflow: visible;
}

body.theme-diamond .dm-rail-carousel {
    --dm-rail-arrow-gutter: 3rem;
    position: relative;
}

body.theme-diamond .dm-rail-carousel.is-scrollable {
    width: calc(100% + (2 * var(--dm-rail-arrow-gutter)));
    max-width: none;
    margin-inline: calc(-1 * var(--dm-rail-arrow-gutter));
    padding-inline: var(--dm-rail-arrow-gutter);
    box-sizing: border-box;
}

body.theme-diamond .dm-rail-carousel__viewport {
    overflow: hidden;
    width: 100%;
}

body.theme-diamond .dm-rail {
    display: flex;
    gap: .9rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: .15rem 0 .35rem;
}

body.theme-diamond .dm-rail-carousel.is-autoplaying .dm-rail {
    scroll-snap-type: none;
}

body.theme-diamond .dm-rail::-webkit-scrollbar {
    display: none;
}

body.theme-diamond .dm-rail > .dm-tile {
    flex: 0 0 calc((100% - 2.7rem) / 4);
    width: calc((100% - 2.7rem) / 4);
    max-width: calc((100% - 2.7rem) / 4);
    scroll-snap-align: start;
}

@media (max-width: 900px) {
    body.theme-diamond .dm-rail > .dm-tile {
        flex-basis: calc((100% - .9rem) / 2);
        width: calc((100% - .9rem) / 2);
        max-width: calc((100% - .9rem) / 2);
    }
}

@media (max-width: 560px) {
    body.theme-diamond .dm-rail > .dm-tile {
        flex-basis: 78%;
        width: 78%;
        max-width: 78%;
    }
}

body.theme-diamond .dm-rail-carousel__arrow {
    position: absolute;
    top: 28%;
    z-index: 2;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    border: 1px solid #e5e5e5;
    background: #fff;
    color: #111;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
    display: none;
    place-items: center;
    cursor: pointer;
    padding: 0;
    transform: translateY(-50%);
}

body.theme-diamond .dm-rail-carousel.is-scrollable .dm-rail-carousel__arrow {
    display: grid;
}

body.theme-diamond .dm-rail-carousel__arrow:hover {
    border-color: var(--dm-accent, #6a00f4);
    color: var(--dm-accent, #6a00f4);
}

body.theme-diamond .dm-rail-carousel__arrow:disabled {
    opacity: .35;
    cursor: default;
}

body.theme-diamond .dm-rail-carousel__arrow--prev { left: 0.2rem; }
body.theme-diamond .dm-rail-carousel__arrow--next { right: 0.2rem; }
body.theme-diamond .dm-rail-carousel__arrow svg { width: 18px; height: 18px; }

@media (max-width: 640px) {
    body.theme-diamond .dm-rail-carousel {
        --dm-rail-arrow-gutter: 2.25rem;
    }

    body.theme-diamond .dm-rail-carousel__arrow {
        width: 32px;
        height: 32px;
    }
}

body.theme-diamond .dm-tile-grid {
    display: grid;
    gap: 1.15rem .9rem;
}

body.theme-diamond .dm-tile-grid--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.theme-diamond .dm-tile-grid--5 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 700px) {
    body.theme-diamond .dm-tile-grid--4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    body.theme-diamond .dm-tile-grid--5 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 1020px) {
    body.theme-diamond .dm-tile-grid--5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}

body.theme-diamond .dm-tile {
    display: block;
    text-decoration: none;
    color: inherit;
    min-width: 0;
}

body.theme-diamond .dm-tile__media {
    position: relative;
    aspect-ratio: 16 / 10;
    border-radius: 12px;
    overflow: hidden;
    background: linear-gradient(145deg, #ece8f5, #d8d0e8);
    margin-bottom: .65rem;
}

body.theme-diamond .dm-tile__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

body.theme-diamond .dm-tile__initials {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    font-weight: 800;
    font-size: 1.4rem;
    color: color-mix(in srgb, var(--dm-accent, #6a00f4) 55%, #666);
}

body.theme-diamond .dm-tile__title {
    margin: 0;
    font-size: .95rem;
    font-weight: 700;
    line-height: 1.25;
    color: #111;
}

body.theme-diamond .dm-tile__date,
body.theme-diamond .dm-tile__place {
    margin: .2rem 0 0;
    font-size: .82rem;
    color: var(--dm-muted);
    line-height: 1.3;
}

body.theme-diamond .dm-tile:hover .dm-tile__title {
    color: var(--dm-accent, #6a00f4);
}

body.theme-diamond .dm-cat-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .75rem;
}

@media (min-width: 760px) {
    body.theme-diamond .dm-cat-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

body.theme-diamond .dm-cat,
body.theme-diamond .dm-cat:link,
body.theme-diamond .dm-cat:visited,
body.theme-diamond .dm-cat__label {
    color: #fff !important;
    text-decoration: none !important;
}
body.theme-diamond .dm-cat {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 110px;
    border-radius: 12px;
    overflow: hidden;
    font-weight: 800;
    font-size: 1.15rem;
}

body.theme-diamond .dm-cat--sports {
    background: linear-gradient(145deg, #1f4b99, #0d2a5c);
}
body.theme-diamond .dm-cat--concerts {
    background: linear-gradient(145deg, #7a1fa2, #3b0d5c);
}
body.theme-diamond .dm-cat--theater {
    background: linear-gradient(145deg, #8a3a1a, #4a1c0c);
}
body.theme-diamond .dm-cat--cities {
    background: linear-gradient(145deg, #1a6b6b, #0c3a3a);
}

body.theme-diamond .dm-cat:hover {
    outline: 2px solid var(--dm-accent, #6a00f4);
    outline-offset: 2px;
}

body.theme-diamond .dm-rec-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: .4rem;
    margin: 0 0 1rem;
}

body.theme-diamond .dm-rec-tab {
    padding: .35rem .8rem;
    border-radius: 999px;
    border: 1px solid var(--dm-line);
    background: #fff;
    color: var(--dm-muted);
    font-weight: 600;
    font-size: .85rem;
    text-decoration: none;
}

body.theme-diamond .dm-rec-tab:hover,
body.theme-diamond .dm-rec-tab.is-active {
    color: #fff;
    background: var(--dm-accent, #6a00f4);
    border-color: var(--dm-accent, #6a00f4);
}

body.theme-diamond .dm-page-header { margin: .15rem 0 1.2rem; }

body.theme-diamond .dm-page-header__title,
body.theme-diamond .em-page-header h1 {
    margin: 0 0 .3rem;
    font-weight: 800;
    font-size: clamp(1.7rem, 3vw, 2.2rem);
    letter-spacing: -0.02em;
    color: #111;
}

body.theme-diamond .dm-page-header__meta,
body.theme-diamond .em-page-header p {
    margin: 0;
    color: var(--dm-muted);
}

body.theme-diamond .storefront-breadcrumbs,
body.theme-diamond .em-crumbs {
    margin: 0 0 .95rem;
    font-size: .9rem;
    color: var(--dm-muted);
}

body.theme-diamond .storefront-breadcrumbs a,
body.theme-diamond .em-crumbs a {
    color: #111;
    font-weight: 600;
    text-decoration: none;
}

body.theme-diamond .storefront-breadcrumbs a:hover {
    color: var(--dm-accent, #6a00f4);
}

body.theme-diamond .em-category-browse { margin: 1.15rem 0 1.75rem; }

body.theme-diamond .em-category-browse__title,
body.theme-diamond .em-ticket-listing__title,
body.theme-diamond .event-listing__header {
    margin: 0 0 .9rem;
    font-weight: 800;
    font-size: 1.25rem;
    color: #111;
}

body.theme-diamond .dm-category-hero {
    margin: 0 0 1.75rem;
    padding: 1.75rem 0 2.1rem;
    background:
        radial-gradient(circle at 12% 20%, rgba(106, 0, 244, .16), transparent 42%),
        linear-gradient(180deg, #f4f0ff 0%, #fff 100%);
    border-bottom: 1px solid var(--dm-line);
}

body.theme-diamond .dm-category-hero .storefront-breadcrumbs {
    margin-bottom: .85rem;
}

body.theme-diamond .dm-category-hero__eyebrow {
    margin: 0 0 .4rem;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--dm-accent, #6a00f4);
}

body.theme-diamond .dm-category-hero__title {
    margin: 0 0 .55rem;
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 800;
    letter-spacing: -0.035em;
    line-height: 1.1;
    color: #111;
}

body.theme-diamond .dm-category-hero__lead {
    margin: 0 0 1.1rem;
    max-width: 38rem;
    font-size: 1.05rem;
    line-height: 1.5;
    color: var(--dm-muted);
}

body.theme-diamond .dm-category-hero__jump {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}

body.theme-diamond .dm-category-hero__jump a {
    display: inline-flex;
    align-items: center;
    min-height: 2.15rem;
    padding: 0 .9rem;
    border-radius: 999px;
    background: #111;
    color: #fff;
    font-size: .88rem;
    font-weight: 700;
    text-decoration: none;
}

body.theme-diamond .dm-category-hero__jump a:hover,
body.theme-diamond .dm-category-hero__jump a:focus-visible {
    background: var(--dm-accent, #6a00f4);
}

body.theme-diamond .dm-category-browse,
body.theme-diamond .dm-category-teams {
    margin: 0 0 2.25rem;
}

body.theme-diamond .dm-category-browse__head {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    gap: .4rem 1rem;
    margin: 0 0 1rem;
}

body.theme-diamond .dm-category-browse__head h2 {
    margin: 0;
    font-size: 1.35rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #111;
}

body.theme-diamond .dm-category-browse__head p {
    margin: 0;
    font-size: .88rem;
    color: var(--dm-muted);
}

body.theme-diamond .dm-category-grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .75rem;
}

body.theme-diamond .dm-category-card {
    display: flex;
    flex-direction: column;
    gap: .2rem;
    min-height: 100%;
    padding: .95rem 1rem;
    border: 1px solid var(--dm-line);
    border-radius: 14px;
    background: #fff;
    text-decoration: none;
    color: inherit;
    transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}

body.theme-diamond .dm-category-card:hover,
body.theme-diamond .dm-category-card:focus-visible {
    border-color: color-mix(in srgb, var(--dm-accent, #6a00f4) 45%, var(--dm-line));
    box-shadow: 0 10px 24px rgba(17, 17, 17, .08);
    transform: translateY(-1px);
}

body.theme-diamond .dm-category-card__name {
    font-weight: 800;
    font-size: 1rem;
    letter-spacing: -0.02em;
    color: #111;
}

body.theme-diamond .dm-category-card__meta {
    font-size: .78rem;
    font-weight: 600;
    color: var(--dm-muted);
}

body.theme-diamond .dm-team-columns {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: .85rem;
}

body.theme-diamond .dm-team-column {
    padding: 1rem 1.05rem 1.1rem;
    border: 1px solid var(--dm-line);
    border-radius: 14px;
    background: #fff;
}

body.theme-diamond .dm-team-column__title {
    margin: 0 0 .65rem;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
    color: var(--dm-accent, #6a00f4);
}

body.theme-diamond .dm-team-column__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: .15rem;
}

body.theme-diamond .dm-team-column__list a {
    display: block;
    padding: .42rem 0;
    color: #111;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

body.theme-diamond .dm-team-column__list a:hover,
body.theme-diamond .dm-team-column__list a:focus-visible {
    color: var(--dm-accent, #6a00f4);
}

@media (min-width: 720px) {
    body.theme-diamond .dm-category-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    body.theme-diamond .dm-team-columns {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 980px) {
    body.theme-diamond .dm-category-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    body.theme-diamond .dm-team-columns {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

body.theme-diamond .dm-filters {
    display: flex;
    flex-wrap: wrap;
    gap: .45rem;
    margin: 0 0 1.25rem;
}

body.theme-diamond .dm-filter {
    padding: .4rem .85rem;
    border-radius: 999px;
    border: 1px solid var(--dm-line);
    background: #fff;
    color: var(--dm-muted);
    font-weight: 700;
    font-size: .86rem;
    text-decoration: none;
}

body.theme-diamond .dm-filter:hover,
body.theme-diamond .dm-filter.is-active {
    color: #fff;
    background: var(--dm-accent, #6a00f4);
    border-color: var(--dm-accent, #6a00f4);
}

body.theme-diamond .tl-admin-topbar button,
body.theme-diamond .tl-admin-sidebar button {
    background: transparent;
    color: inherit;
    font-weight: inherit;
    padding: .7rem 0;
    border-radius: 0;
    box-shadow: none;
}

body.theme-diamond .tl-admin-topbar__toggle {
    padding: 8px;
}

body.theme-diamond .button,
body.theme-diamond .btn:not(.sea-btn),
body.theme-diamond button[type="submit"]:not(.storefront-change-location *) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    padding: .65rem 1.15rem;
    background: var(--dm-accent, #6a00f4);
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
}

body.theme-diamond .form-stack input,
body.theme-diamond .form-stack textarea,
body.theme-diamond .form-stack select {
    background: #fff;
    border: 1px solid var(--dm-line);
    color: #111;
    border-radius: 10px;
}

body.theme-diamond .dm-footer {
    margin-top: 2rem;
    padding: 2rem 0 2.4rem;
    border-top: 1px solid var(--dm-line);
    background: var(--dm-soft);
    color: var(--dm-muted);
}

body.theme-diamond .dm-footer__inner {
    display: grid;
    gap: 1.1rem;
}

body.theme-diamond .dm-footer__brand strong {
    color: #111;
    font-size: 1.05rem;
}

body.theme-diamond .dm-footer__logo {
    height: 28px;
    width: auto;
}

body.theme-diamond .dm-footer__brand p {
    margin: .4rem 0 0;
}

body.theme-diamond .dm-footer__nav {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem 1.1rem;
}

body.theme-diamond .dm-footer__nav a {
    color: #111;
    font-weight: 600;
    text-decoration: none;
}

body.theme-diamond .dm-footer__nav a:hover {
    color: var(--dm-accent, #6a00f4);
}

body.theme-diamond .dm-footer__copy {
    margin: 0;
    font-size: .85rem;
}

body.theme-diamond .dm-social {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

body.theme-diamond .dm-social__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 999px;
    background: var(--dm-accent, #6a00f4);
    border: 1px solid var(--dm-accent, #6a00f4);
    color: #fff !important;
    text-decoration: none !important;
    transition: background .15s ease, color .15s ease, border-color .15s ease;
}

body.theme-diamond .dm-social__link:hover,
body.theme-diamond .dm-social__link:focus-visible {
    background: #5200c4;
    border-color: #5200c4;
    color: #fff !important;
    text-decoration: none !important;
}

body.theme-diamond .dm-local-hero {
    margin: -1.25rem 0 2rem;
    padding: 1.75rem 0 2.1rem;
    background:
        radial-gradient(circle at 12% 20%, rgba(106, 0, 244, .16), transparent 42%),
        linear-gradient(180deg, #f4f0ff 0%, #fff 100%);
    border-bottom: 1px solid var(--dm-line);
}

body.theme-diamond .dm-local-hero .storefront-breadcrumbs {
    margin-bottom: .85rem;
}

body.theme-diamond .dm-local-hero__eyebrow {
    margin: 0 0 .4rem;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--dm-accent, #6a00f4);
}

body.theme-diamond .dm-local-hero__title {
    margin: 0 0 .55rem;
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 800;
    letter-spacing: -0.035em;
    line-height: 1.1;
    color: #111;
}

body.theme-diamond .dm-local-hero__lead {
    margin: 0 0 1.1rem;
    max-width: 38rem;
    font-size: 1.05rem;
    line-height: 1.5;
    color: var(--dm-muted);
}

body.theme-diamond .dm-local-hero__jump {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}

body.theme-diamond .dm-local-hero__jump a {
    display: inline-flex;
    align-items: center;
    min-height: 2.15rem;
    padding: 0 .9rem;
    border-radius: 999px;
    background: #111;
    color: #fff;
    font-size: .88rem;
    font-weight: 700;
    text-decoration: none;
}

body.theme-diamond .dm-local-hero__jump a:hover,
body.theme-diamond .dm-local-hero__jump a:focus-visible {
    background: var(--dm-accent, #6a00f4);
}

body.theme-diamond .dm-local-section {
    margin: 0 0 2.4rem;
}

body.theme-diamond .dm-local-section__head {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    gap: .4rem 1rem;
    margin: 0 0 1rem;
}

body.theme-diamond .dm-local-section__head h2 {
    margin: 0;
    font-size: 1.35rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #111;
}

body.theme-diamond .dm-local-section__head p {
    margin: 0;
    font-size: .88rem;
    color: var(--dm-muted);
}

body.theme-diamond .dm-local-grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .75rem;
}

body.theme-diamond .dm-region-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    border: 1px solid var(--dm-line);
    border-radius: 14px;
    background: #fff;
    text-decoration: none;
    color: inherit;
    transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}

body.theme-diamond .dm-region-card:hover,
body.theme-diamond .dm-region-card:focus-visible {
    border-color: color-mix(in srgb, var(--dm-accent, #6a00f4) 45%, var(--dm-line));
    box-shadow: 0 10px 24px rgba(17, 17, 17, .08);
    transform: translateY(-1px);
}

body.theme-diamond .dm-region-card__art {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 7.5rem;
    padding: .85rem;
    background: #0b0b0d;
}

body.theme-diamond .dm-region-card__art img {
    width: auto;
    max-width: 100%;
    height: 6.4rem;
    object-fit: contain;
}

body.theme-diamond .dm-region-card__code,
body.theme-diamond .dm-region-banner__code {
    font-size: 1.35rem;
    font-weight: 800;
    letter-spacing: .08em;
    color: #fff;
}

body.theme-diamond .dm-region-card__body {
    display: flex;
    flex-direction: column;
    gap: .2rem;
    padding: .75rem .85rem .85rem;
}

body.theme-diamond .dm-region-card__name {
    font-weight: 800;
    font-size: .98rem;
    letter-spacing: -0.02em;
    color: #111;
}

body.theme-diamond .dm-region-card__meta {
    font-size: .78rem;
    line-height: 1.35;
    color: var(--dm-muted);
}

body.theme-diamond .dm-local-empty {
    margin: 0 0 2rem;
    color: var(--dm-muted);
}

body.theme-diamond .dm-region-banner {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 1.25rem;
    margin: 0 0 1.75rem;
    padding: 1.15rem;
    border: 1px solid var(--dm-line);
    border-radius: 18px;
    background: #fff;
    overflow: hidden;
}

body.theme-diamond .dm-region-banner__art {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 12rem;
    padding: 1.1rem;
    border-radius: 14px;
    background: #0b0b0d;
}

body.theme-diamond .dm-region-banner__art img {
    width: auto;
    max-width: 100%;
    max-height: 16rem;
    object-fit: contain;
}

body.theme-diamond .dm-region-banner__eyebrow {
    margin: 0 0 .35rem;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--dm-accent, #6a00f4);
}

body.theme-diamond .dm-region-banner__title {
    margin: 0 0 .3rem;
    font-size: clamp(1.9rem, 3.4vw, 2.6rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.1;
    color: #111;
}

body.theme-diamond .dm-region-banner__nickname {
    margin: 0 0 1rem;
    font-size: 1.05rem;
    font-weight: 600;
    color: #111;
}

body.theme-diamond .dm-region-banner__facts {
    display: flex;
    flex-wrap: wrap;
    gap: .85rem 1.5rem;
    margin: 0 0 1rem;
}

body.theme-diamond .dm-region-banner__facts div {
    margin: 0;
}

body.theme-diamond .dm-region-banner__facts dt {
    margin: 0;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--dm-muted);
}

body.theme-diamond .dm-region-banner__facts dd {
    margin: .15rem 0 0;
    font-size: 1rem;
    font-weight: 700;
    color: #111;
}

body.theme-diamond .dm-region-banner__blurb {
    margin: 0;
    max-width: 34rem;
    color: var(--dm-muted);
}

body.theme-diamond .dm-region-teams {
    min-width: 0;
    padding-top: .15rem;
}

body.theme-diamond .dm-region-teams__title {
    margin: 0 0 .7rem;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--dm-muted);
}

body.theme-diamond .dm-region-teams__group + .dm-region-teams__group {
    margin-top: .7rem;
}

body.theme-diamond .dm-region-teams__league {
    margin: 0 0 .35rem;
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
    color: var(--dm-accent, #6a00f4);
}

body.theme-diamond .dm-region-teams__list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: .4rem;
    margin: 0;
    padding: 0;
}

body.theme-diamond .dm-region-team,
body.theme-diamond .dm-region-team:link,
body.theme-diamond .dm-region-team:visited {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    max-width: 100%;
    min-height: 2.15rem;
    padding: .2rem .7rem .2rem .25rem;
    border-radius: 999px;
    background: var(--dm-soft);
    border: 1px solid var(--dm-line);
    color: #111;
    text-decoration: none;
    font-size: .8rem;
    font-weight: 700;
    line-height: 1.2;
}

body.theme-diamond a.dm-region-team:hover,
body.theme-diamond a.dm-region-team:focus-visible {
    border-color: color-mix(in srgb, var(--dm-accent, #6a00f4) 45%, var(--dm-line));
    background: #fff;
    color: var(--dm-accent, #6a00f4);
}

body.theme-diamond .dm-region-team__mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.7rem;
    height: 1.7rem;
    flex: 0 0 auto;
    overflow: hidden;
    border-radius: 999px;
    background: #fff;
    color: #111;
    font-size: .72rem;
    font-weight: 800;
}

body.theme-diamond .dm-region-team__mark img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

body.theme-diamond .dm-region-team__name {
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (min-width: 720px) {
    body.theme-diamond .dm-local-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    body.theme-diamond .dm-region-banner {
        grid-template-columns: minmax(14rem, 18rem) minmax(0, 1fr);
        align-items: center;
        padding: 1.25rem 1.4rem 1.25rem 1.25rem;
    }

    body.theme-diamond .dm-region-banner--teams .dm-region-teams {
        grid-column: 1 / -1;
        padding-top: .25rem;
        border-top: 1px solid var(--dm-line);
    }
}

@media (min-width: 980px) {
    body.theme-diamond .dm-local-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

body.theme-diamond .dm-find,
body.theme-diamond .dm-find * {
    box-sizing: border-box;
}

body.theme-diamond .dm-find {
    position: relative;
    width: 100%;
    max-width: 40rem;
    margin: 0 auto 1.35rem;
    min-width: 0;
}

body.theme-diamond .dm-find__card {
    display: grid;
    gap: 1.05rem;
    min-width: 0;
    padding: 1rem .95rem 1.1rem;
    border: 1px solid var(--dm-line, #e8e8ea);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(18, 24, 32, .05);
}

body.theme-diamond .dm-find__label,
body.theme-diamond .dm-find__range-title {
    display: block;
    margin: 0 0 .4rem;
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--dm-muted, #6b6b6b);
}

body.theme-diamond .dm-find__query-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: .55rem;
    min-width: 0;
}

body.theme-diamond .dm-find__query-row input[type="search"] {
    width: 100%;
    min-width: 0;
    min-height: 2.85rem;
    padding: .7rem .85rem;
    border: 1px solid var(--dm-line, #e8e8ea);
    border-radius: 10px;
    background: var(--dm-soft, #f5f5f7);
    font: inherit;
    font-size: 16px;
    color: #111;
}

body.theme-diamond .dm-find__query-row input[type="search"]:focus {
    outline: 2px solid color-mix(in srgb, var(--dm-accent, #6a00f4) 45%, #fff);
    outline-offset: 1px;
    background: #fff;
}

body.theme-diamond .dm-find__query-row input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

body.theme-diamond .dm-find button.dm-find__go {
    width: 100%;
    min-height: 2.85rem;
    padding: 0 1.15rem;
    border: 0;
    border-radius: 999px;
    background: var(--dm-accent, #6a00f4);
    color: #fff;
    font: inherit;
    font-size: .95rem;
    font-weight: 800;
    cursor: pointer;
}

body.theme-diamond .dm-find button.dm-find__go:hover,
body.theme-diamond .dm-find button.dm-find__go:focus-visible {
    filter: brightness(1.06);
    outline: none;
}

body.theme-diamond .dm-find__range {
    padding-top: .15rem;
    border-top: 1px solid var(--dm-line, #e8e8ea);
}

body.theme-diamond .dm-find__dates {
    display: grid;
    grid-template-columns: 1fr;
    gap: .65rem;
    min-width: 0;
}

body.theme-diamond .dm-find__date {
    display: grid;
    gap: .35rem;
    min-width: 0;
}

body.theme-diamond .dm-find__date-input {
    width: 100%;
    min-width: 0;
    min-height: 2.85rem;
    padding: .55rem .75rem;
    border: 1px solid var(--dm-line, #e8e8ea);
    border-radius: 10px;
    background: var(--dm-soft, #f5f5f7);
    font: inherit;
    font-size: 16px;
    color: #111;
}

body.theme-diamond .dm-find__date-input:focus {
    outline: 2px solid color-mix(in srgb, var(--dm-accent, #6a00f4) 45%, #fff);
    outline-offset: 1px;
    background: #fff;
}

body.theme-diamond .dm-find__clear {
    justify-self: start;
    font-size: .86rem;
    font-weight: 700;
    color: var(--dm-accent, #6a00f4);
    text-decoration: none;
}

body.theme-diamond .dm-find__clear:hover {
    text-decoration: underline;
}

body.theme-diamond .dm-find .search-suggestions {
    left: 0;
    right: 0;
    width: 100%;
    min-width: 0;
}

@media (min-width: 640px) {
    body.theme-diamond .dm-find {
        max-width: 56rem;
    }

    body.theme-diamond .dm-find__card {
        padding: 1.15rem 1.2rem 1.25rem;
    }

    body.theme-diamond .dm-find__query-row {
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: stretch;
    }

    body.theme-diamond .dm-find button.dm-find__go {
        width: auto;
        padding: 0 1.4rem;
    }

    body.theme-diamond .dm-find__dates {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 900px) {
    body.theme-diamond .dm-find {
        max-width: 100%;
    }

    body.theme-diamond .dm-find__card {
        padding: 1.25rem 1.4rem 1.35rem;
    }
}

@media (min-width: 1100px) {
    body.theme-diamond .dm-region-banner--teams {
        grid-template-columns: minmax(13rem, 16rem) minmax(14rem, 1fr) minmax(18rem, 24rem);
        align-items: start;
    }

    body.theme-diamond .dm-region-banner--teams .dm-region-banner__art {
        align-self: stretch;
    }

    body.theme-diamond .dm-region-banner--teams .dm-region-teams {
        grid-column: auto;
        padding: .15rem 0 .15rem 1.15rem;
        border-top: 0;
        border-left: 1px solid var(--dm-line);
    }
}