/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
#components-reconnect-modal[b-6al2wvfn4w] {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1400;
    overflow: hidden;
    background-color: transparent;
    border: none;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    margin: 0;
    padding: 0;
}

    #components-reconnect-modal[b-6al2wvfn4w]::backdrop {
        background: rgba(10, 16, 28, 0.5);
    }

    #components-reconnect-modal.components-reconnect-show[b-6al2wvfn4w],
    #components-reconnect-modal[open][b-6al2wvfn4w],
    #components-reconnect-modal.components-reconnect-failed[b-6al2wvfn4w],
    #components-reconnect-modal.components-reconnect-repeated-attempt[b-6al2wvfn4w],
    #components-reconnect-modal.components-reconnect-paused[b-6al2wvfn4w],
    #components-reconnect-modal.components-reconnect-resume-failed[b-6al2wvfn4w],
    #components-reconnect-modal.components-pause[b-6al2wvfn4w],
    #components-reconnect-modal.components-resume-failed[b-6al2wvfn4w] {
        display: flex;
        align-items: center;
        justify-content: center;
    }

.components-reconnect-backdrop[b-6al2wvfn4w] {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: radial-gradient(90% 60% at 80% 0%, color-mix(in srgb, var(--mud-palette-primary, #594AE2) 12%, transparent), transparent 60%), radial-gradient(80% 55% at 0% 100%, color-mix(in srgb, var(--mud-palette-info, #2196f3) 16%, transparent), transparent 62%), rgba(8, 12, 20, 0.5);
}

.components-reconnect-surface[b-6al2wvfn4w] {
    width: min(480px, 100%);
    border-radius: var(--mud-default-borderradius, 12px);
    border: 1px solid color-mix(in srgb, var(--mud-palette-lines-default, #e0e0e0) 70%, transparent);
    background: var(--mud-palette-surface, #fff);
    box-shadow: var(--mud-elevation-24, 0 16px 30px rgba(0, 0, 0, 0.28));
    color: var(--mud-palette-text-primary, #1f2937);
    padding: 20px 20px 18px;
}

.components-reconnect-header[b-6al2wvfn4w] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

    .components-reconnect-header h2[b-6al2wvfn4w] {
        margin: 0;
        font-size: 1.05rem;
        font-weight: 600;
        line-height: 1.3;
    }

.components-reconnect-status-dot[b-6al2wvfn4w] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--mud-palette-warning, #f59e0b);
    box-shadow: 0 0 0 6px color-mix(in srgb, var(--mud-palette-warning, #f59e0b) 25%, transparent);
}

.components-reconnect-supporting[b-6al2wvfn4w],
.components-reconnect-message[b-6al2wvfn4w] {
    margin: 0;
    line-height: 1.45;
    font-size: 0.95rem;
}

.components-reconnect-supporting[b-6al2wvfn4w] {
    color: var(--mud-palette-text-secondary, #52607a);
    margin-bottom: 14px;
}

.components-reconnect-message[b-6al2wvfn4w] {
    font-weight: 500;
}

.components-reconnect-danger[b-6al2wvfn4w] {
    color: var(--mud-palette-error, #b00020);
}

.components-reconnect-actions[b-6al2wvfn4w] {
    margin-top: 14px;
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

.components-reconnect-first-attempt-visible[b-6al2wvfn4w],
.components-reconnect-repeated-attempt-visible[b-6al2wvfn4w],
.components-reconnect-failed-visible[b-6al2wvfn4w],
.components-pause-visible[b-6al2wvfn4w],
.components-resume-failed-visible[b-6al2wvfn4w] {
    display: none;
}

dialog[open].components-reconnect-show .components-reconnect-first-attempt-visible[b-6al2wvfn4w] {
    display: block;
}

dialog[open].components-reconnect-show .components-rejoin-loader[b-6al2wvfn4w] {
    display: inline-flex;
}

dialog[open].components-reconnect-failed .components-reconnect-failed-visible[b-6al2wvfn4w] {
    display: block;
}

dialog[open].components-reconnect-failed #components-reconnect-button[b-6al2wvfn4w] {
    display: block;
}

dialog[open].components-reconnect-repeated-attempt .components-reconnect-repeated-attempt-visible[b-6al2wvfn4w] {
    display: block;
}

dialog[open].components-reconnect-repeated-attempt .components-rejoin-loader[b-6al2wvfn4w] {
    display: inline-flex;
}

dialog[open].components-reconnect-paused .components-pause-visible[b-6al2wvfn4w],
dialog[open].components-pause .components-pause-visible[b-6al2wvfn4w] {
    display: block;
}

dialog[open].components-reconnect-paused #components-resume-button[b-6al2wvfn4w],
dialog[open].components-pause #components-resume-button[b-6al2wvfn4w],
dialog[open].components-reconnect-resume-failed #components-resume-button[b-6al2wvfn4w],
dialog[open].components-resume-failed #components-resume-button[b-6al2wvfn4w] {
    display: block;
}

dialog[open].components-reconnect-resume-failed .components-resume-failed-visible[b-6al2wvfn4w],
dialog[open].components-resume-failed .components-resume-failed-visible[b-6al2wvfn4w] {
    display: block;
}

.components-rejoin-loader[b-6al2wvfn4w] {
    display: none;
    margin-bottom: 10px;
    gap: 8px;
}

    .components-rejoin-loader div[b-6al2wvfn4w] {
        width: 9px;
        height: 9px;
        border-radius: 50%;
        background-color: var(--mud-palette-primary, #594AE2);
        animation: reconnect-pulse-b-6al2wvfn4w 1.2s infinite ease-in-out both;
    }

        .components-rejoin-loader div:nth-child(1)[b-6al2wvfn4w] {
            animation-delay: -0.24s;
        }

        .components-rejoin-loader div:nth-child(2)[b-6al2wvfn4w] {
            animation-delay: -0.12s;
        }

@keyframes reconnect-pulse-b-6al2wvfn4w {
    0%, 80%, 100% {
        transform: scale(0);
    }

    40% {
        transform: scale(1);
    }
}

#components-reconnect-button[b-6al2wvfn4w],
#components-resume-button[b-6al2wvfn4w] {
    display: none;
    min-width: 92px;
    cursor: pointer;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-radius: 999px;
    background-color: var(--mud-palette-primary, #594AE2);
    color: #fff;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.2;
    transition: filter 140ms ease, transform 140ms ease;
}

    #components-reconnect-button:hover[b-6al2wvfn4w],
    #components-resume-button:hover[b-6al2wvfn4w] {
        filter: brightness(0.95);
    }

    #components-reconnect-button:active[b-6al2wvfn4w],
    #components-resume-button:active[b-6al2wvfn4w] {
        transform: translateY(1px);
    }

@media (max-width: 600px) {
    .components-reconnect-backdrop[b-6al2wvfn4w] {
        padding: 14px;
    }

    .components-reconnect-surface[b-6al2wvfn4w] {
        padding: 16px;
    }
}
/* /Components/Pages/Blackjack31.razor.rz.scp.css */
.table-screen[b-xevbirpcm2] {
    min-height: 100vh;
    background: radial-gradient(circle at 50% 20%, #175C46 0%, #0E3B2E 45%, #082019 100%);
    font-family: 'EB Garamond', Georgia, serif;
    color: #F3ECD9;
    padding: 1.5rem;
}

.table-screen__header[b-xevbirpcm2] {
    text-align: center;
    margin-bottom: .1rem;
}

.table-screen__title[b-xevbirpcm2] {
    margin: 0;
    font-family: 'Cinzel', serif;
    font-weight: 700;
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    letter-spacing: 0.04em;
    background: linear-gradient(180deg, #F6E3B0 0%, #D4AF6A 55%, #B4863F 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.table-screen__player[b-xevbirpcm2] {
    margin: 0.25rem 0 0;
    font-style: italic;
    color: rgba(243, 236, 217, 0.7);
}

.table-screen__body[b-xevbirpcm2] {
    display: grid;
    grid-template-columns: 1fr 20rem;
    gap: 1.5rem;
    max-width: 78rem;
    margin: 0 auto;
}

@media (max-width: 900px) {
    .table-screen__body[b-xevbirpcm2] {
        grid-template-columns: 1fr;
    }
}

/* --- felt table --- */

.table-felt[b-xevbirpcm2] {
    position: relative;
    background: radial-gradient(ellipse at 50% 50%, rgba(212, 175, 106, 0.06), transparent 70%), #0B3226;
    border: 1px solid rgba(212, 175, 106, 0.25);
    border-radius: 16px;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    min-height: 26rem;
    box-shadow: inset 0 0 3rem rgba(0, 0, 0, 0.5);
}

.hand-row[b-xevbirpcm2] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.hand-row--player[b-xevbirpcm2] {
    margin-top: auto;
}

.hand-row__label[b-xevbirpcm2] {
    display: flex;
    align-items: baseline;
    gap: 0.6rem;
    font-family: 'Cinzel', serif;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 0.85rem;
    color: #D4AF6A;
}

.hand-row__total[b-xevbirpcm2] {
    font-family: 'EB Garamond', serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: #F3ECD9;
    letter-spacing: 0;
    text-transform: none;
}

.hand-row__cards[b-xevbirpcm2] {
    display: flex;
    gap: 0.6rem;
    flex-wrap: wrap;
    min-height: 6.5rem;
}

.playing-card[b-xevbirpcm2] {
    width: 5.2rem;
    height: 7.3rem;
    border-radius: 6px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.45);
    background: #fff;
    object-fit: cover;
}

.table-felt__center[b-xevbirpcm2] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.table-felt__result[b-xevbirpcm2] {
    font-family: 'Cinzel', serif;
    font-size: 1.6rem;
    color: #F0D28A;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}

.table-felt__help[b-xevbirpcm2] {
    background: rgba(243, 236, 217, 0.06);
    border: 1px solid rgba(212, 175, 106, 0.2);
    border-radius: 10px;
    padding: 1rem 1.5rem;
    max-width: 26rem;
    text-align: left;
}

    .table-felt__help h3[b-xevbirpcm2] {
        margin: 0 0 0.5rem;
        font-family: 'Cinzel', serif;
        color: #D4AF6A;
        font-size: 1rem;
        letter-spacing: 0.05em;
        text-transform: uppercase;
    }

    .table-felt__help ol[b-xevbirpcm2] {
        margin: 0;
        padding-left: 1.2rem;
        color: rgba(243, 236, 217, 0.85);
    }

    .table-felt__help li + li[b-xevbirpcm2] {
        margin-top: 0.4rem;
    }

/* --- sidebar --- */

.table-sidebar[b-xevbirpcm2] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.sidebar-panel[b-xevbirpcm2] {
    background: rgba(8, 32, 25, 0.6) !important;
    border: 1px solid rgba(212, 175, 106, 0.25) !important;
    border-radius: 10px !important;
    padding: 1rem !important;
}

.sidebar-panel__row[b-xevbirpcm2] {
    display: flex;
    justify-content: space-around;
    text-align: center;
}

.sidebar-panel__row--split[b-xevbirpcm2] {
    justify-content: space-between;
    text-align: left;
    margin-bottom: 0.9rem;
}

.sidebar-panel__label[b-xevbirpcm2] {
    margin: 0;
    font-family: 'Cinzel', serif;
    font-size: 0.9rem;
    font-weight:bold;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #D4AF6A;
}

.sidebar-panel__value[b-xevbirpcm2] {
    margin: 0.2rem 0 0;
    font-size: 1.15rem;
    font-weight: 600;
    color: #F3ECD9;
}

.chip-row[b-xevbirpcm2] {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 0.1rem;
}

.chip-btn[b-xevbirpcm2] {
    flex: 1;
    min-width: 0 !important;
    padding: 0 !important;
    height: 3rem;
    border-radius: 50% !important;
    aspect-ratio: 1 / 1;
    background: radial-gradient(circle at 35% 30%, #F0D28A, #B4863F 70%) !important;
    color: #2A1806 !important;
    font-family: 'Cinzel', serif !important;
    font-weight: 700 !important;
    font-size: 0.75rem !important;
    border: 2px solid rgba(0, 0, 0, 0.25) !important;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
}

.clear-bet-btn[b-xevbirpcm2] {
    width: 100%;
    max-height: 2rem;
    background: transparent !important;
    color: #D4AF6A;
    !important;
    border: 1px solid rgba(212, 175, 106, 0.3) !important;
    font-family: 'EB Garamond', serif !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
}

.action-grid[b-xevbirpcm2] {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.action-btn[b-xevbirpcm2] {
    font-family: 'Cinzel', serif !important;
    font-weight: 500 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    font-size: 0.85rem !important;
    height: 2.75rem;
    border-radius: 6px !important;
    background: rgba(243, 236, 217, 0.08) !important;
    color: #F3ECD9 !important;
    border: 1px solid rgba(212, 175, 106, 0.3) !important;
}

.action-btn--primary[b-xevbirpcm2] {
    background: linear-gradient(180deg, #F0D28A 0%, #D4AF6A 55%, #B4863F 100%) !important;
    color: #2A1806 !important;
    border: none !important;
}

.action-btn--ghost[b-xevbirpcm2] {
    background: transparent !important;
    color: rgba(243, 236, 217, 0.5) !important;
    border-color: transparent !important;
}

.action-btn:disabled[b-xevbirpcm2] {
    opacity: 0.35;
}

@media (max-width: 480px) {
    .playing-card[b-xevbirpcm2] {
        width: 3.6rem;
        height: 5.1rem;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* Royal Flush Blackjack - start screen
   Palette: felt green #0E3B2E, deep felt shadow #082019, gold #D4AF6A,
   bright gold highlight #F0D28A, cream text #F3ECD9, maroon accent #6E1423
   Display face: Cinzel (casino marquee serif)
   Body face: EB Garamond
   Add these to your host page <head> (App.razor / index.html):

   <link rel="preconnect" href="https://fonts.googleapis.com">
   <link href="https://fonts.googleapis.com/css2?family=Cinzel:wght@500;700&family=EB+Garamond:ital,wght@0,400;0,600;1,400&display=swap" rel="stylesheet">
*/

.start-screen[b-dcweti514q] {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: radial-gradient(circle at 50% 38%, #175C46 0%, #0E3B2E 45%, #082019 100%);
    font-family: 'EB Garamond', Georgia, serif;
    padding: 2rem 1.5rem;
}

    /* subtle felt texture: faint dot lattice */
    .start-screen[b-dcweti514q]::before {
        content: "";
        position: absolute;
        inset: 0;
        background-image: radial-gradient(rgba(212, 175, 106, 0.06) 1px, transparent 1px);
        background-size: 22px 22px;
        pointer-events: none;
    }

.start-screen__vignette[b-dcweti514q] {
    position: absolute;
    inset: 0;
    box-shadow: inset 0 0 18vw rgba(0, 0, 0, 0.65);
    pointer-events: none;
}

/* ambient suit motif - the one signature flourish, kept quiet */
.start-screen__suits[b-dcweti514q] {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.suit[b-dcweti514q] {
    position: absolute;
    color: rgba(212, 175, 106, 0.10);
    font-size: 12rem;
    line-height: 1;
    user-select: none;
}

.suit--spade[b-dcweti514q] {
    top: 6%;
    left: 4%;
}

.suit--heart[b-dcweti514q] {
    bottom: 8%;
    right: 6%;
    font-size: 10rem;
}

.suit--diamond[b-dcweti514q] {
    top: 12%;
    right: 10%;
    font-size: 7rem;
}

.suit--club[b-dcweti514q] {
    bottom: 4%;
    left: 10%;
    font-size: 8rem;
}

@media (prefers-reduced-motion: no-preference) {
    .suit[b-dcweti514q] {
        animation: suit-drift-b-dcweti514q 14s ease-in-out infinite;
    }

    .suit--heart[b-dcweti514q] {
        animation-delay: -3s;
    }

    .suit--diamond[b-dcweti514q] {
        animation-delay: -7s;
    }

    .suit--club[b-dcweti514q] {
        animation-delay: -10s;
    }
}

@keyframes suit-drift-b-dcweti514q {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-14px) rotate(2deg);
    }
}

.start-screen__content[b-dcweti514q] {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 34rem;
}

.start-screen__eyebrow[b-dcweti514q] {
    margin: 0 0 0.5rem;
    font-family: 'Cinzel', serif;
    font-size: 0.85rem;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: #D4AF6A;
    opacity: 0.85;
}

.start-screen__title[b-dcweti514q] {
    margin: 0;
    font-family: 'Cinzel', serif;
    font-weight: 700;
    font-size: clamp(2.6rem, 6vw, 4.2rem);
    line-height: 1.08;
    letter-spacing: 0.02em;
    color: #F3ECD9;
    background: linear-gradient(180deg, #F6E3B0 0%, #D4AF6A 55%, #B4863F 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.25);
}

.start-screen__rule[b-dcweti514q] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.9rem;
    margin: 1.5rem 0 1rem;
}

    .start-screen__rule span[b-dcweti514q] {
        display: block;
        width: 4.5rem;
        height: 1px;
        background: linear-gradient(90deg, transparent, #D4AF6A);
    }

        .start-screen__rule span:last-child[b-dcweti514q] {
            background: linear-gradient(90deg, #D4AF6A, transparent);
        }

    .start-screen__rule em[b-dcweti514q] {
        font-style: normal;
        color: #6E1423;
        background: #D4AF6A;
        width: 1.6rem;
        height: 1.6rem;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 0.9rem;
    }

.start-screen__tagline[b-dcweti514q] {
    margin: 0 0 2.25rem;
    font-style: italic;
    font-size: 1.15rem;
    color: rgba(243, 236, 217, 0.75);
}

.start-screen__actions[b-dcweti514q] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.9rem;
}

.start-btn[b-dcweti514q]  {
    font-family: 'Cinzel', serif !important;
    font-weight: 500 !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
    font-size: 0.95rem !important;
    width: 15rem;
    height: 3rem;
    border-radius: 6px !important;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

    .start-btn:focus-visible[b-dcweti514q] {
        outline: 2px solid #F0D28A;
        outline-offset: 3px;
    }

.start-btn--primary[b-dcweti514q]::deep {
    background: linear-gradient(180deg, #F0D28A 0%, #D4AF6A 55%, #B4863F 100%) !important;
    color: #2A1806 !important;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.35);
}

    .start-btn--primary:hover[b-dcweti514q] {
        transform: translateY(-1px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    }

.start-btn--secondary[b-dcweti514q] {
    background: transparent !important;
    color: rgba(243, 236, 217, 0.45) !important;
    border: 1px solid rgba(212, 175, 106, 0.35) !important;
}

.start-btn--ghost[b-dcweti514q] {
    background: transparent !important;
    color: rgba(243, 236, 217, 0.65) !important;
    border: 1px solid transparent !important;
}

    .start-btn--ghost:hover[b-dcweti514q] {
        color: #F3ECD9 !important;
        border-color: rgba(212, 175, 106, 0.4) !important;
    }

@media (max-width: 420px) {
    .start-screen__title[b-dcweti514q] {
        font-size: 2.4rem;
    }

    .start-btn[b-dcweti514q] {
        width: 100%;
        max-width: 16rem;
    }

    .suit[b-dcweti514q] {
        font-size: 6rem !important;
    }
}
/* /Components/Pages/Simulate.razor.rz.scp.css */
.sim-screen[b-d37k330e8f] {
    min-height: 100vh;
    background: radial-gradient(circle at 50% 20%, #175C46 0%, #0E3B2E 45%, #082019 100%);
    font-family: 'EB Garamond', Georgia, serif;
    color: #F3ECD9;
    padding: 1.5rem;
}

.sim-screen__header[b-d37k330e8f] {
    text-align: center;
    margin-bottom: 1.5rem;
}

.sim-screen__title[b-d37k330e8f] {
    margin: 0;
    font-family: 'Cinzel', serif;
    font-weight: 700;
    font-size: clamp(1.6rem, 3.5vw, 2.2rem);
    letter-spacing: 0.04em;
    background: linear-gradient(180deg, #F6E3B0 0%, #D4AF6A 55%, #B4863F 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sim-screen__subtitle[b-d37k330e8f] {
    margin: 0.4rem auto 0;
    max-width: 32rem;
    font-style: italic;
    color: rgba(243, 236, 217, 0.65);
}

.sim-screen__body[b-d37k330e8f] {
    max-width: 42rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.sim-panel[b-d37k330e8f] {
    background: rgba(8, 32, 25, 0.6) !important;
    border: 1px solid rgba(212, 175, 106, 0.25) !important;
    border-radius: 10px !important;
    padding: 1.25rem !important;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.sim-panel__field[b-d37k330e8f] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.sim-panel__field label[b-d37k330e8f] {
    font-family: 'Cinzel', serif;
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #D4AF6A;
}

.sim-input[b-d37k330e8f] {
    background: rgba(243, 236, 217, 0.05);
    border-radius: 6px;
}

.sim-input[b-d37k330e8f]  .mud-input-outlined {
    color: #F3ECD9 !important;
}

.sim-input[b-d37k330e8f]  fieldset {
    border-color: rgba(212, 175, 106, 0.35) !important;
}

.sim-run-btn[b-d37k330e8f] {
    margin-top: 0.25rem;
    height: 3rem;
    font-family: 'Cinzel', serif !important;
    font-weight: 500 !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
    border-radius: 6px !important;
    background: linear-gradient(180deg, #F0D28A 0%, #D4AF6A 55%, #B4863F 100%) !important;
    border: none !important;
}

.sim-run-btn[b-d37k330e8f]  .mud-button-label {
    color: #2A1806 !important;
}

.sim-results[b-d37k330e8f] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.sim-summary[b-d37k330e8f] {
    display: flex;
    gap: 0.75rem;
}

.sim-summary__stat[b-d37k330e8f] {
    flex: 1;
    text-align: center;
    padding: 1rem 0.5rem;
    border-radius: 10px;
    border: 1px solid rgba(212, 175, 106, 0.25);
    background: rgba(243, 236, 217, 0.04);
}

.sim-summary__value[b-d37k330e8f] {
    margin: 0;
    font-family: 'Cinzel', serif;
    font-size: 1.6rem;
    font-weight: 700;
}

.sim-summary__stat--win .sim-summary__value[b-d37k330e8f] { color: #8FCB9B; }
.sim-summary__stat--push .sim-summary__value[b-d37k330e8f] { color: #D4AF6A; }
.sim-summary__stat--loss .sim-summary__value[b-d37k330e8f] { color: #E08B8B; }

.sim-summary__label[b-d37k330e8f] {
    margin: 0.2rem 0 0;
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(243, 236, 217, 0.6);
}

.sim-table[b-d37k330e8f] {
    background: rgba(8, 32, 25, 0.6) !important;
    border: 1px solid rgba(212, 175, 106, 0.25) !important;
    border-radius: 10px !important;
    overflow: hidden;
}

.sim-table[b-d37k330e8f]  table {
    color: #F3ECD9 !important;
}

.sim-table[b-d37k330e8f]  th {
    font-family: 'Cinzel', serif !important;
    font-size: 0.7rem !important;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #D4AF6A !important;
    border-bottom: 1px solid rgba(212, 175, 106, 0.25) !important;
}

.sim-table[b-d37k330e8f]  td {
    border-bottom: 1px solid rgba(212, 175, 106, 0.12) !important;
}

.sim-footnote[b-d37k330e8f] {
    text-align: center;
    font-style: italic;
    color: rgba(243, 236, 217, 0.5);
    margin: 0;
}
