/* Sharp skin — same palette & type, different chrome */
.rounded-lg, .rounded, .rounded-xl { border-radius: 0 !important; }

.nav-link {
    display: inline-flex;
    align-items: center;
    padding: 0.35rem 0.15rem;
    margin: 0 0.7rem 0 0;
    border-radius: 0;
    border: 0;
    background: transparent;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #94a3b8;
    box-shadow: inset 0 -2px 0 transparent;
    transition: color .15s, box-shadow .15s;
}
.nav-link:hover { color: #ffe600; background: transparent; }
.nav-link.is-active {
    color: #ffe600;
    background: transparent;
    border: 0;
    box-shadow: inset 0 -2px 0 #ffe600;
}

.mobile-drawer {
    transform: translateY(-12px);
    opacity: 0;
    pointer-events: none;
    transition: .2s ease;
}
.mobile-drawer.is-open {
    transform: none;
    opacity: 1;
    pointer-events: auto;
}

/* Banners: never crop the source artwork */
.hero-banner {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 0;
    border: 0;
    border-bottom: 2px solid #dc2626;
}
.cutout-hero {
    background: #0a0a0a;
    border: 1px solid #262626;
    border-left: 3px solid #dc2626;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
}
.cutout-hero img {
    display: block;
    width: auto;
    height: auto;
    max-width: min(420px, 100%);
    max-height: 420px;
    object-fit: contain;
}

.game-icon-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px 6px;
}
@media (min-width: 40rem) {
    .game-icon-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }
}
@media (min-width: 64rem) {
    .game-icon-grid { grid-template-columns: repeat(8, minmax(0, 1fr)); gap: 10px 8px; }
}
.game-icon {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    min-width: 0;
}
.game-icon img {
    width: 72px;
    height: 72px;
    max-width: 100%;
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    border-radius: 0;
    background: #0a0a0a;
    border: 1px solid #262626;
    box-shadow: 3px 3px 0 #262626;
}
@media (min-width: 64rem) {
    .game-icon img { width: 84px; height: 84px; }
}
.game-icon span {
    display: block;
    width: 100%;
    font-size: 10px;
    font-weight: 600;
    color: #cbd5e1;
    text-align: center;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.game-icon em {
    position: absolute;
    top: -2px;
    right: 4px;
    z-index: 1;
    font-style: normal;
    font-size: 7px;
    font-weight: 800;
    background: #dc2626;
    color: #fff;
    padding: 1px 4px;
    border-radius: 4px;
}

.cat-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.cat-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 10px 6px 6px;
    background: #141414;
    border: 1px solid #262626;
    border-radius: 0;
    color: #94a3b8;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
}
.cat-chip img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    border-radius: 6px;
}
.cat-chip.is-on,
.chip-filter.is-on {
    background: #dc2626;
    color: #fff;
    border-color: #dc2626;
}

.hub-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}
@media (min-width: 48rem) {
    .hub-row { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
.hub-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    background: #141414;
    border: 1px solid #262626;
    border-radius: 0.5rem;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}
.hub-link img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    flex-shrink: 0;
}
.hub-link small {
    display: block;
    font-size: 10px;
    font-weight: 500;
    color: #64748b;
}

.step-num {
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 0.75rem;
    background: #dc2626;
    color: #fff;
    flex-shrink: 0;
}

.page-lead {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
@media (min-width: 48rem) {
    .page-lead {
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-between;
        gap: 24px;
    }
    .page-lead > div { flex: 1; }
}

.stamp-line {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}
@media (min-width: 48rem) {
    .stamp-line { grid-template-columns: repeat(7, minmax(0, 1fr)); }
}
.stamp-line li {
    position: relative;
    background: #141414;
    border: 1px solid #262626;
    border-radius: 0.5rem;
    padding: 12px 10px 14px;
    text-align: center;
}
.stamp-day {
    display: inline-block;
    font-size: 10px;
    font-weight: 800;
    color: #dc2626;
    letter-spacing: .08em;
}
.stamp-line strong {
    display: block;
    color: #fff;
    font-size: 14px;
    margin-top: 6px;
}
.stamp-line em {
    display: block;
    font-style: normal;
    color: #64748b;
    font-size: 10px;
    margin-top: 4px;
    line-height: 1.3;
}

.sheet {
    overflow-x: auto;
    border: 1px solid #262626;
    border-radius: 0.5rem;
    background: #141414;
}
.sheet table {
    width: 100%;
    min-width: 560px;
    border-collapse: collapse;
    font-size: 13px;
}
.sheet th {
    text-align: left;
    color: #64748b;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    padding: 10px 12px;
    border-bottom: 1px solid #262626;
    background: #0a0a0a;
}
.sheet td {
    color: #94a3b8;
    padding: 12px;
    border-bottom: 1px solid #262626;
    vertical-align: top;
}
.sheet tr:last-child td { border-bottom: 0; }

.spec-list {
    border: 1px solid #262626;
    border-radius: 0.5rem;
    overflow: hidden;
    background: #141414;
}
.spec-list > div {
    display: grid;
    gap: 4px;
    padding: 14px 16px;
    border-bottom: 1px solid #262626;
}
.spec-list > div:last-child { border-bottom: 0; }
@media (min-width: 48rem) {
    .spec-list > div { grid-template-columns: 140px 1fr; gap: 16px; align-items: baseline; }
}
.spec-list dt {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}
.spec-list dd {
    color: #94a3b8;
    font-size: 13px;
    line-height: 1.6;
    margin: 0;
}

.pack-hero {
    display: grid;
    gap: 16px;
    background: #141414;
    border: 1px solid #262626;
    border-radius: 0.5rem;
    padding: 20px;
}
@media (min-width: 48rem) {
    .pack-hero { grid-template-columns: 1fr 1fr; align-items: center; padding: 24px; }
}
.pack-figure {
    font-size: 3.25rem;
    line-height: 1;
    font-weight: 900;
    color: #ffe600;
    letter-spacing: -0.04em;
    margin-top: 8px;
}
.pack-rules {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.pack-rules li {
    color: #94a3b8;
    font-size: 13px;
    line-height: 1.45;
    padding-bottom: 10px;
    border-bottom: 1px solid #262626;
}
.pack-rules li:last-child { border-bottom: 0; padding-bottom: 0; }
.pack-rules strong {
    display: inline-block;
    min-width: 52px;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .04em;
    margin-right: 8px;
}

.flow-vert { display: flex; flex-direction: column; }
.flow-vert li {
    display: flex;
    gap: 14px;
    padding: 0 0 20px 0;
    position: relative;
}
.flow-vert li:last-child { padding-bottom: 0; }
.flow-vert li > span {
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    background: #dc2626;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}
.flow-vert li:not(:last-child)::before {
    content: "";
    position: absolute;
    left: 15px;
    top: 32px;
    bottom: 0;
    width: 1px;
    background: #262626;
}

.yesno {
    display: grid;
    gap: 12px;
}
@media (min-width: 48rem) {
    .yesno { grid-template-columns: 1fr 1fr; }
}
.yesno > div {
    background: #141414;
    border: 1px solid #262626;
    border-radius: 0.5rem;
    padding: 16px 18px;
}
.yesno h3 {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 10px;
}
.yesno li {
    color: #94a3b8;
    font-size: 13px;
    line-height: 1.55;
    padding: 6px 0 6px 14px;
    position: relative;
    border-bottom: 1px solid #262626;
}
.yesno li:last-child { border-bottom: 0; }
.yesno li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: #dc2626;
}
.yesno > div:first-child li::before { background: #ffe600; }

.math-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px 16px;
    background: #141414;
    border: 1px solid #262626;
    border-radius: 0.5rem;
    padding: 16px 18px;
}
.math-row > div p {
    color: #64748b;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .06em;
}
.math-row > div strong {
    display: block;
    color: #fff;
    font-size: 1.25rem;
    margin-top: 4px;
}
.math-row > span { color: #64748b; font-weight: 800; }

.prose-block {
    background: #141414;
    border: 1px solid #262626;
    border-radius: 0.5rem;
    padding: 1.5rem 1.25rem;
}
@media (min-width: 48rem) {
    .prose-block { padding: 2rem; }
}
.prose-block h2 {
    color: #fff;
    font-size: 1.15rem;
    margin: 1.25rem 0 0.6rem;
}
.prose-block h2:first-child { margin-top: 0; }
.prose-block p {
    color: #94a3b8;
    font-size: 0.875rem;
    line-height: 1.7;
    margin-bottom: 0.85rem;
}
.prose-block p:last-child { margin-bottom: 0; }

.last\:border-b-0:last-child { border-bottom-width: 0; }
.text-6xl { font-size: 3.75rem; line-height: 1; }
.pb-20 { padding-bottom: 5rem; }

@media (min-width: 48rem) {
    .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .md\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

.home-split {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: stretch;
}
.home-main { min-width: 0; flex: 1; }
.home-side { display: none; }

@media (min-width: 64rem) {
    .home-split {
        flex-direction: row;
        align-items: flex-start;
        gap: 20px;
    }
    .home-side {
        display: flex;
        flex-direction: column;
        gap: 12px;
        width: 240px;
        flex-shrink: 0;
        position: sticky;
        top: 72px;
    }
    .home-split .hub-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.home-feature {
    display: grid;
    gap: 12px;
    align-items: center;
}
.home-feature-art {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0a0a0a;
    border: 1px solid #262626;
    border-radius: 0.5rem;
    padding: 10px;
}
.home-feature-art img {
    display: block;
    width: auto;
    height: auto;
    max-width: min(360px, 100%);
    max-height: 360px;
    object-fit: contain;
}
@media (min-width: 48rem) {
    .home-feature {
        grid-template-columns: minmax(180px, 280px) 1fr;
    }
    .home-feature-art img { max-width: 100%; }
}

.article-card {
    display: block;
    background: #141414;
    border: 1px solid #262626;
    border-radius: 0.5rem;
    padding: 1.25rem;
    transition: border-color .15s;
}
.article-card:hover { border-color: color-mix(in oklab, #dc2626 35%, #262626); }
.article-more {
    display: inline-block;
    margin-top: 0.75rem;
    font-size: 11px;
    font-weight: 700;
    color: #dc2626;
}

.bottom-nav {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 40;
    background: #0a0a0a;
    border-top: 1px solid #262626;
}
@media (min-width: 64rem) {
    .bottom-nav { display: none; }
}
.bottom-nav a {
    flex: 1;
    text-align: center;
    padding: 0.55rem 0.2rem 0.7rem;
    font-size: 10px;
    font-weight: 700;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: .04em;
}
.bottom-nav a.is-active { color: #ffe600; }

/* Header / ticker */
header.sticky {
    border-bottom: 0;
    box-shadow: inset 0 -1px 0 #262626, 0 2px 0 #dc2626;
}
a.bg-accent, .side-cta {
    border-radius: 0 !important;
    text-transform: uppercase;
    letter-spacing: .12em;
    box-shadow: 3px 3px 0 #7f1d1d;
}
a.border.border-casino-border {
    border-radius: 0 !important;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.payout-strip {
    display: flex;
    align-items: center;
    gap: 16px;
    border-top: 1px solid #262626;
    border-bottom: 1px solid #262626;
    padding: 8px 0;
}
.payout-label {
    flex-shrink: 0;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: #dc2626;
}
.payout-strip .winner-ticker-wrap { flex: 1; min-width: 0; }
.payout-item {
    display: inline-flex;
    align-items: baseline;
    gap: 8px;
    white-space: nowrap;
    font-size: 12px;
}
.payout-item b { color: #fff; font-weight: 600; }
.payout-item i { color: #64748b; font-style: normal; }
.payout-item em { color: #ffe600; font-style: normal; font-weight: 800; }

/* Sidebar */
.side-kicker {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: #64748b;
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid #262626;
}
.side-nav ul { list-style: none; }
.side-nav .nav-link {
    display: flex;
    width: 100%;
    margin: 0;
    padding: 10px 0 10px 12px;
    letter-spacing: .08em;
    box-shadow: inset 3px 0 0 transparent;
    border-bottom: 1px solid #262626;
}
.side-nav .nav-link:hover {
    color: #fff;
    box-shadow: inset 3px 0 0 #dc2626;
}
.side-nav .nav-link.is-active {
    color: #fff;
    box-shadow: inset 3px 0 0 #ffe600;
}
.side-feed { margin-top: 8px; }
.side-win {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    column-gap: 8px;
    padding: 8px 0;
    border-bottom: 1px dashed #262626;
}
.side-win span { color: #fff; font-size: 12px; font-weight: 600; }
.side-win small { grid-column: 1; color: #64748b; font-size: 10px; }
.side-win b { grid-row: 1 / span 2; align-self: center; color: #ffe600; font-size: 12px; }
.side-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    border-top: 1px solid #262626;
    border-bottom: 1px solid #262626;
}
.side-stats > div { padding: 10px 0; }
.side-stats > div:first-child { border-right: 1px solid #262626; padding-right: 10px; }
.side-stats > div:last-child { padding-left: 10px; }
.side-stats small {
    display: block;
    font-size: 10px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #64748b;
}
.side-stats b { display: block; color: #fff; font-size: 14px; margin-top: 2px; }
.side-cta {
    display: block;
    text-align: center;
    padding: 10px 12px;
    background: #dc2626;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
}
.side-cta:hover { background: #991b1b; color: #fff; }
.side-note { font-size: 10px; color: #475569; text-align: center; }

.cat-chip.is-on, .chip-filter.is-on {
    background: transparent;
    color: #ffe600;
    border-color: #ffe600;
    border-radius: 0;
}
.game-icon em { border-radius: 0; }

.faq-native { border-radius: 0 !important; }
.faq-native summary { border-left: 3px solid transparent; }
.faq-native details[open] > summary {
    border-left-color: #ffe600;
    background: transparent;
}

.stamp-line li,
.sheet, .spec-list, .pack-hero, .yesno > div, .math-row, .prose-block,
.article-card, .home-feature-art, .hub-link {
    border-radius: 0;
}
.article-card { border-left: 3px solid #262626; }
.article-card:hover { border-left-color: #dc2626; }
.pack-hero { border-left: 3px solid #ffe600; }
.prose-block h2 {
    padding-bottom: 6px;
    border-bottom: 1px solid #262626;
}
.flow-vert li > span { border-radius: 0; }

.home-side {
    padding-right: 16px;
    border-right: 1px solid #262626;
}
