.hubPageLayout {
    width: 100%;
    box-sizing: border-box;
    padding-top: 5.7em;
    position: relative;
}

.hubPicker {
    display: flex;
    flex-wrap: wrap;
    width: min(1450px, calc(100% - 2em));
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    align-items: flex-start;
    gap: 1.25em;
    overflow-x: hidden;
    position: relative;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.13);
    outline: 1px solid rgba(0, 0, 0, 0.1);
    border: 1px solid transparent;
    background-color: var(--site-bg-secondary);
}

.hubColumn {
    flex: 0 0 700px;
    width: 700px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: stretch;
    text-align: center;
    overflow: hidden;
    position: relative;
    background-color: var(--site-bg-secondary);
}

.hubTileArtwork {
    width: 700px;
    flex: 0 0 auto;
    height: 394px;
    max-width: 100%;
    overflow: hidden;
    border-radius: 12px 12px 0 0;
    background-color: var(--site-bg-secondary);
}

.hubTileArtwork img {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 6px;
    box-sizing: border-box;
    object-fit: cover;
    object-position: center center;
}

.hubTileLink {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: transparent;
}

.hubTileLink:hover {
    background: rgba(0, 0, 0, 0.08);
}

.hubTileCaption {
    position: relative;
    z-index: 1;
    width: 100%;
    flex: 0 0 auto;
    min-height: 98px;
    padding: 0.45em 0.8em 0.7em 0.8em;
    background: rgba(26, 26, 26, 0.88);
    text-align: center;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.55em;
}

.hubTileCaptionTitle {
    display: block;
}

.hubTileActions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.55em;
    width: 100%;
    pointer-events: auto;
    position: relative;
    z-index: 2;
}

.hubTileActionButton {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 132px;
    min-height: 38px;
    padding: 0.45em 0.85em;
    border-radius: 8px;
    color: #111111;
    text-decoration: none;
    font-size: 0.9em;
    font-weight: 700;
    letter-spacing: 0.2px;
    border: 1px solid rgba(138, 155, 182, 0.3);
    background-image: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.08) 0%,
        rgba(255, 255, 255, 0) 100%
    );
    backdrop-filter: blur(5px);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2),
        inset 0 1px rgba(255, 255, 255, 0.1);
}

.hubTileActionButtonChim {
    background-color: rgb(242, 124, 17);
    border-color: rgba(242, 124, 17, 0.95);
}

.hubTileActionButtonChim:hover {
    background-color: rgb(221, 106, 6);
    border-color: rgba(221, 106, 6, 0.95);
    color: #111111;
}

.hubTileActionButtonStobe {
    background-color: #e6b76c;
    border-color: #e6b76c;
}

.hubTileActionButtonStobe:hover {
    background-color: #d2a45a;
    border-color: #d2a45a;
    color: #111111;
}

.hubTileCaptionSkyrim {
    font-family: "MagicCards", serif;
    letter-spacing: 1.2px;
    word-spacing: 6px;
    font-size: 1.45em;
    line-height: 1.2em;
}

.hubTileCaptionStobe {
    font-family: var(--stobe-title-font);
    letter-spacing: 0.4px;
    word-spacing: 5px;
    font-size: 1.35em;
    line-height: 1.2em;
}

.hubColumn a {
    color: white;
    text-decoration: none;
}

.hubColumn h2 {
    font-size: 3.4em;
    margin: 0.5em 0 0.2em 0;
    line-height: 1em;
    text-shadow: 0.05em 0.075em 0.1em rgba(0, 0, 0, 0.7);
}

.hubColumn p {
    font-size: 1.7em;
    margin: 0;
    text-shadow: 0 0.1em 5pt rgb(0, 0, 0);
}

.hubLogo {
    max-width: 170px;
    margin-bottom: 1em;
}

.hubContainer {
    display: flex;
    min-height: auto;
    flex-direction: column;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    background: var(--site-bg-primary);
}

.hubTitle {
    width: min(1100px, calc(100% - 2em));
    margin: 0 0 0.8em 0;
    text-align: center;
}

.hubIntro {
    width: min(900px, calc(100% - 2em));
    margin: 0 auto;
    text-align: center;
}

.hubIntroCard {
    width: min(1100px, calc(100% - 2em));
    margin-top: 1.1em;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1.2em;
    padding-bottom: 1.2em;
}

.hubIntroCard .hubTitle {
    width: 100%;
    margin-bottom: 0.35em;
}

.patron-shell {
    position: absolute;
    top: 0;
    right: max(10px, 1vw);
    width: min(330px, 24vw);
    max-width: 330px;
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-height: 0;
    overflow: hidden;
    z-index: 1;
}

.patron-title {
    margin: 0 0 14px;
    width: 100%;
    font-size: 24px;
    color: #ffffff;
    line-height: 1.2;
    font-family: "MagicCards", serif;
    letter-spacing: 0.4px;
    word-spacing: 6px;
    text-align: right;
    text-shadow:
        -1px -1px 0 #000,
         1px -1px 0 #000,
        -1px  1px 0 #000,
         1px  1px 0 #000;
}

.patron-title-link {
    color: inherit;
    text-decoration: none;
    font-family: "MagicCards", serif;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    word-spacing: inherit;
    line-height: inherit;
    text-transform: inherit;
    display: inline-block;
}

.patron-title-link:hover,
.patron-title-link:focus-visible {
    color: #f0cf75;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.patron-list-scroll {
    flex: 1 1 auto;
    height: auto;
    max-height: none;
    width: 100%;
    margin: 0;
    overflow: hidden;
    min-height: 0;
}

.patron-list-track {
    display: flex;
    flex-direction: column;
    animation: patron-list-scroll-loop 180s linear infinite;
    will-change: transform;
}

.patron-list-cycle {
    flex: 0 0 auto;
}

@keyframes patron-list-scroll-loop {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-50%);
    }
}

.patron-tier-group {
    margin: 0;
    padding: 10px 0 12px;
}

.patron-tier-title {
    margin: 0 0 10px auto;
    width: 50%;
    padding-bottom: 7px;
    border-bottom: 1px solid rgba(138, 155, 182, 0.45);
    color: #d8e3f2;
    font-size: 19.5px;
    letter-spacing: 1px;
    text-transform: none;
    font-weight: normal;
    font-family: "MagicCards", serif;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}

.patron-tier-icon {
    width: 56px;
    height: 56px;
    object-fit: contain;
    display: block;
    flex: 0 0 56px;
}

.patron-tier-title-label {
    line-height: 1;
    font-family: "MagicCards", serif;
    font-weight: normal;
    letter-spacing: inherit;
}

.patron-tier-gold .patron-tier-title {
    color: #f0cf75;
    border-bottom-color: rgba(221, 184, 86, 0.7);
}

.patron-tier-silver .patron-tier-title {
    color: #d2d8e0;
    border-bottom-color: rgba(170, 180, 193, 0.72);
}

.patron-tier-bronze .patron-tier-title {
    color: #d9a47c;
    border-bottom-color: rgba(191, 130, 93, 0.72);
}

.patron-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.patron-list-item {
    color: #f2f5f9;
    font-size: 14px;
    padding: 0;
    line-height: 1.3;
    word-break: break-word;
    text-align: right;
}

.patron-empty,
.patron-tier-empty {
    margin: 0;
    text-align: right;
}

.patron-empty {
    color: #c7d0dd;
    font-size: 14px;
    line-height: 1.5;
}

.patron-tier-empty {
    color: #9cadc3;
    font-size: 13px;
    line-height: 1.4;
}

.hubFooter {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.65em;
    margin-top: 2px;
}

.hubFooterSocial {
    display: flex;
    align-items: center;
    gap: 0.8em;
}

.hubFooterSocial a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    opacity: 0.9;
}

.hubFooterSocial a:hover {
    opacity: 1;
    transform: translateY(-1px);
}

.hubFooterSocial img {
    display: block;
    max-width: 22px;
    max-height: 22px;
}

@media (max-width: 1220px) {
    .hubPageLayout {
        padding-top: 5.7em;
    }

    .hubPicker {
        flex-direction: column;
        width: calc(100% - 0.25em);
        min-height: auto;
        align-items: center;
        gap: 0.9em;
    }

    .hubColumn {
        flex: 0 0 auto;
        width: min(100%, 980px);
    }

    .hubTileArtwork {
        width: min(calc(100vw - 0.25em), 980px);
        height: min(420px, 68vh);
        margin: 0 auto;
    }

    .hubTileArtwork img {
        object-fit: cover;
    }

    .hubColumn h2 {
        font-size: 2em;
        margin: 1em 0 0.2em 0;
    }

    .hubColumn p {
        font-size: 1.3em;
    }

    .hubTileCaptionSkyrim,
    .hubTileCaptionStobe {
        font-size: 1.1em;
    }

    .hubTileCaption {
        min-height: 94px;
        padding: 0.35em 0.7em 0.4em 0.7em;
    }

    .hubTileActions {
        flex-wrap: wrap;
    }

    .hubTileActionButton {
        min-width: 118px;
        min-height: 36px;
        font-size: 0.84em;
    }
}

@media (max-width: 1080px) {
    .hubPageLayout {
        display: block;
        width: 100%;
        padding-top: 5.7em;
    }

    .patron-shell {
        position: absolute;
        top: 0;
        right: 6px;
        width: min(210px, 42vw);
        max-width: min(210px, 42vw);
        padding-top: 0;
    }

    .patron-list-scroll {
        width: 100%;
        height: auto;
        max-height: none;
        margin: 0 auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    .patron-list-track {
        animation: none;
    }
}
