/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-0lvrm6xe6o] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-0lvrm6xe6o] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-otjhich8km],
.components-reconnect-repeated-attempt-visible[b-otjhich8km],
.components-reconnect-failed-visible[b-otjhich8km],
.components-pause-visible[b-otjhich8km],
.components-resume-failed-visible[b-otjhich8km],
.components-rejoining-animation[b-otjhich8km] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-otjhich8km],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-otjhich8km],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-otjhich8km],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-otjhich8km],
#components-reconnect-modal.components-reconnect-retrying[b-otjhich8km],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-otjhich8km],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-otjhich8km],
#components-reconnect-modal.components-reconnect-failed[b-otjhich8km],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-otjhich8km] {
    display: block;
}


#components-reconnect-modal[b-otjhich8km] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-otjhich8km 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-otjhich8km 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-otjhich8km 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-otjhich8km]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-otjhich8km 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-otjhich8km {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-otjhich8km {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-otjhich8km {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-otjhich8km] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-otjhich8km] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-otjhich8km] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-otjhich8km] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-otjhich8km] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-otjhich8km] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-otjhich8km] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-otjhich8km 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-otjhich8km] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-otjhich8km {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/CasinoClover.razor.rz.scp.css */
:global(html)[b-tum9zoltqt] { scroll-behavior: smooth; }
:global(body)[b-tum9zoltqt] { overflow-x: hidden; }

.casino-shell[b-tum9zoltqt] {
    --green: #00d17d;
    --green-soft: #86edb9;
    --green-deep: #082c21;
    --gold: #e7ba67;
    --red: #f16e72;
    --bg: #07110e;
    --panel: #0e1b17;
    --panel-light: #13241e;
    --line: rgba(210, 235, 224, .11);
    --muted: #8ea39a;
    min-height: 100vh;
    color: #f4faf7;
    background:
        radial-gradient(circle at 72% -10%, rgba(0, 209, 125, .11), transparent 26rem),
        linear-gradient(135deg, rgba(255,255,255,.012) 25%, transparent 25%) 0 0 / 22px 22px,
        var(--bg);
}

button[b-tum9zoltqt], input[b-tum9zoltqt], select[b-tum9zoltqt] { font: inherit; }
button[b-tum9zoltqt] { color: inherit; }

.sidebar[b-tum9zoltqt] {
    position: fixed;
    inset: 0 auto 0 0;
    z-index: 40;
    width: 238px;
    display: flex;
    flex-direction: column;
    padding: 28px 20px 22px;
    border-right: 1px solid var(--line);
    background: rgba(7, 18, 14, .96);
    box-shadow: 18px 0 46px rgba(0, 0, 0, .18);
    backdrop-filter: blur(18px);
}

.casino-brand[b-tum9zoltqt] {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    text-decoration: none;
}

.brand-emblem[b-tum9zoltqt] {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(0, 209, 125, .35);
    border-radius: 13px;
    background: linear-gradient(145deg, #173d30, #092019);
    box-shadow: inset 0 1px rgba(255,255,255,.1), 0 8px 30px rgba(0, 209, 125, .08);
    color: var(--green);
    font-size: 1.65rem;
}

.casino-brand > span:last-child[b-tum9zoltqt] { display: flex; flex-direction: column; line-height: 1; }
.casino-brand b[b-tum9zoltqt] { color: #a8bbb3; font: 500 .62rem/1 'DM Sans', sans-serif; letter-spacing: .34em; }
.casino-brand strong[b-tum9zoltqt] { margin-top: 5px; font: 800 1.12rem/1 'Outfit', sans-serif; letter-spacing: .13em; }

.side-nav[b-tum9zoltqt] { display: flex; flex-direction: column; gap: 7px; margin-top: 48px; }
.nav-caption[b-tum9zoltqt] { margin: 0 12px 5px; color: #657970; font-size: .61rem; font-weight: 800; letter-spacing: .18em; }
.nav-caption.second[b-tum9zoltqt] { margin-top: 25px; }
.side-link[b-tum9zoltqt] {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 44px;
    padding: 0 13px;
    border: 1px solid transparent;
    border-radius: 11px;
    color: #91a39c;
    text-decoration: none;
    font-size: .83rem;
    font-weight: 650;
    transition: 160ms ease;
}
.side-link span[b-tum9zoltqt] { width: 21px; color: #6f857c; font-size: 1.05rem; text-align: center; }
.side-link:hover[b-tum9zoltqt] { background: rgba(255,255,255,.035); color: #fff; }
.side-link.active[b-tum9zoltqt] { border-color: rgba(0,209,125,.16); background: linear-gradient(90deg, rgba(0,209,125,.17), rgba(0,209,125,.045)); color: #fff; box-shadow: inset 3px 0 var(--green); }
.side-link.active span[b-tum9zoltqt] { color: var(--green); }

.operator-card[b-tum9zoltqt] {
    margin-top: auto;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 10px;
    padding: 14px 10px;
    border-top: 1px solid var(--line);
}
.operator-avatar[b-tum9zoltqt] { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: #173a2e; color: var(--green-soft); font-size: .7rem; font-weight: 800; }
.operator-card > span:nth-child(2)[b-tum9zoltqt] { display: flex; flex-direction: column; min-width: 0; }
.operator-card b[b-tum9zoltqt] { font-size: .73rem; }
.operator-card small[b-tum9zoltqt] { margin-top: 3px; color: var(--muted); font-size: .59rem; }
.online-dot[b-tum9zoltqt] { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(0,209,125,.09); }

.casino-main[b-tum9zoltqt] { min-height: 100vh; margin-left: 238px; padding: 32px clamp(24px, 4vw, 58px) 22px; }
.casino-main > section[b-tum9zoltqt], .casino-main > div[b-tum9zoltqt], .casino-footer[b-tum9zoltqt] { width: min(1220px, 100%); margin-left: auto; margin-right: auto; }
.mobile-header[b-tum9zoltqt] { display: none; }

.welcome-banner[b-tum9zoltqt] {
    position: relative;
    min-height: 210px;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 35px 42px;
    border: 1px solid rgba(0,209,125,.16);
    border-radius: 20px;
    background:
        linear-gradient(95deg, rgba(6, 35, 26, .98), rgba(8, 53, 38, .82) 58%, rgba(12,61,44,.48)),
        repeating-linear-gradient(45deg, transparent, transparent 9px, rgba(255,255,255,.015) 9px, rgba(255,255,255,.015) 10px);
    box-shadow: 0 24px 60px rgba(0,0,0,.22), inset 0 1px rgba(255,255,255,.04);
}
.banner-copy[b-tum9zoltqt] { position: relative; z-index: 3; }
.live-badge[b-tum9zoltqt] { display: inline-flex; align-items: center; gap: 8px; padding: 6px 10px; border: 1px solid rgba(0,209,125,.24); border-radius: 999px; background: rgba(0,209,125,.08); color: var(--green-soft); font-size: .62rem; font-weight: 800; letter-spacing: .17em; }
.live-badge i[b-tum9zoltqt] { width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 10px var(--green); }
.welcome-banner h1[b-tum9zoltqt] { margin: 16px 0 7px; font: 700 clamp(1.75rem, 3vw, 2.5rem)/1.05 'Outfit', sans-serif; letter-spacing: -.025em; }
.welcome-banner p[b-tum9zoltqt] { margin: 0; color: #acc0b7; font-size: .88rem; }
.banner-meta[b-tum9zoltqt] { display: flex; gap: 22px; margin-top: 28px; color: #829a90; font-size: .68rem; text-transform: capitalize; }
.banner-meta span[b-tum9zoltqt] { display: inline-flex; align-items: center; gap: 7px; }

.clover-art[b-tum9zoltqt] { position: absolute; inset: 0 0 0 auto; width: 43%; pointer-events: none; }
.large-clover[b-tum9zoltqt] { position: absolute; top: 50%; right: 15%; transform: translateY(-50%) rotate(-8deg); color: rgba(0,209,125,.35); font-size: 9rem; filter: drop-shadow(0 0 25px rgba(0,209,125,.2)); text-shadow: inset 0 1px #fff; }
.glow-ring[b-tum9zoltqt] { position: absolute; border: 1px solid rgba(0,209,125,.12); border-radius: 50%; }
.ring-one[b-tum9zoltqt] { width: 230px; height: 230px; right: 7%; top: -8%; }
.ring-two[b-tum9zoltqt] { width: 330px; height: 330px; right: -5%; top: -31%; }
.card[b-tum9zoltqt] { position: absolute; width: 51px; height: 70px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 7px; background: linear-gradient(145deg, #f8fbf9, #bfcec7); box-shadow: 0 12px 28px rgba(0,0,0,.32); color: #13251e; font: 800 .83rem 'Outfit', sans-serif; }
.card-one[b-tum9zoltqt] { right: 34%; bottom: 16%; transform: rotate(-14deg); }
.card-two[b-tum9zoltqt] { right: 28%; bottom: 13%; transform: rotate(7deg); color: #087348; }

.metric-grid[b-tum9zoltqt] { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; margin-top: 17px; }
.metric-card[b-tum9zoltqt] { position: relative; min-height: 125px; display: flex; align-items: center; gap: 15px; padding: 21px; border: 1px solid var(--line); border-radius: 16px; background: linear-gradient(145deg, rgba(17,33,27,.97), rgba(11,24,20,.97)); box-shadow: 0 12px 30px rgba(0,0,0,.13); }
.metric-card > div:nth-child(2)[b-tum9zoltqt] { display: flex; flex-direction: column; }
.metric-card span[b-tum9zoltqt] { color: #728a80; font-size: .58rem; font-weight: 800; letter-spacing: .12em; }
.metric-card strong[b-tum9zoltqt] { margin: 6px 0 5px; font: 700 1.48rem 'Outfit', sans-serif; letter-spacing: -.02em; white-space: nowrap; }
.metric-card small[b-tum9zoltqt] { color: #789086; font-size: .62rem; }
.metric-card em[b-tum9zoltqt] { position: absolute; top: 14px; right: 14px; padding: 4px 6px; border-radius: 5px; background: rgba(0,209,125,.1); color: var(--green); font-size: .48rem; font-style: normal; font-weight: 800; letter-spacing: .09em; }
.metric-icon[b-tum9zoltqt] { flex: 0 0 auto; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; font-size: 1.15rem; }
.metric-icon.clients[b-tum9zoltqt], .metric-icon.cash[b-tum9zoltqt] { background: rgba(0,209,125,.11); color: var(--green); }
.metric-icon.courtesy[b-tum9zoltqt] { background: rgba(231,186,103,.11); color: var(--gold); }
.metric-icon.new-client[b-tum9zoltqt] { background: rgba(117,163,243,.11); color: #8db5fb; }
.up-dot[b-tum9zoltqt] { color: var(--green); font-style: normal; }

.section-grid[b-tum9zoltqt] { display: grid; grid-template-columns: 1.08fr .92fr; gap: 17px; margin-top: 17px; }
.panel[b-tum9zoltqt] { scroll-margin-top: 22px; border: 1px solid var(--line); border-radius: 17px; background: linear-gradient(145deg, rgba(15,29,24,.98), rgba(10,22,18,.98)); box-shadow: 0 16px 38px rgba(0,0,0,.14); }
.shift-panel[b-tum9zoltqt], .cash-panel[b-tum9zoltqt] { min-height: 246px; padding: 24px; }
.panel-heading[b-tum9zoltqt] { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.panel-kicker[b-tum9zoltqt] { display: block; margin-bottom: 5px; color: #5f796e; font-size: .54rem; font-weight: 800; letter-spacing: .16em; }
.panel-heading h2[b-tum9zoltqt] { margin: 0; font: 700 1.13rem 'Outfit', sans-serif; letter-spacing: -.01em; }
.panel-heading p[b-tum9zoltqt] { margin: 5px 0 0; color: var(--muted); font-size: .72rem; }
.status-chip[b-tum9zoltqt] { display: inline-flex; align-items: center; gap: 7px; padding: 6px 9px; border-radius: 999px; font-size: .53rem; font-weight: 800; letter-spacing: .11em; }
.status-chip i[b-tum9zoltqt] { width: 6px; height: 6px; border-radius: 50%; }
.status-chip.open[b-tum9zoltqt] { background: rgba(0,209,125,.09); color: var(--green); }
.status-chip.open i[b-tum9zoltqt] { background: var(--green); box-shadow: 0 0 8px rgba(0,209,125,.55); }
.status-chip.closed[b-tum9zoltqt] { background: rgba(241,110,114,.09); color: #ff8c90; }
.status-chip.closed i[b-tum9zoltqt] { background: #ff8c90; }

.shift-timeline[b-tum9zoltqt] { display: grid; grid-template-columns: 1fr minmax(30px, 1fr) 1fr; align-items: center; margin: 27px 5px 22px; }
.time-point[b-tum9zoltqt] { display: flex; align-items: center; gap: 10px; }
.time-point > i[b-tum9zoltqt] { width: 12px; height: 12px; border: 3px solid #344a40; border-radius: 50%; background: #0d1c17; box-shadow: 0 0 0 4px rgba(255,255,255,.02); }
.time-point.active > i[b-tum9zoltqt] { border-color: var(--green); box-shadow: 0 0 0 4px rgba(0,209,125,.08); }
.time-point span[b-tum9zoltqt] { display: flex; flex-direction: column; }
.time-point small[b-tum9zoltqt] { color: #637a70; font-size: .48rem; font-weight: 800; letter-spacing: .11em; }
.time-point b[b-tum9zoltqt] { margin-top: 3px; font: 700 1.03rem 'Outfit', sans-serif; }
.time-point em[b-tum9zoltqt] { margin-top: 2px; color: #799087; font-size: .55rem; font-style: normal; text-transform: capitalize; }
.timeline-line[b-tum9zoltqt] { padding: 0 12px; }
.timeline-line span[b-tum9zoltqt] { display: block; height: 1px; background: linear-gradient(90deg, var(--green), #31453d); }

.secondary-button[b-tum9zoltqt], .primary-button[b-tum9zoltqt], .danger-button[b-tum9zoltqt], .icon-text-button[b-tum9zoltqt] { min-height: 39px; border-radius: 10px; cursor: pointer; font-size: .7rem; font-weight: 750; transition: 150ms ease; }
.secondary-button[b-tum9zoltqt] { padding: 0 15px; border: 1px solid var(--line); background: rgba(255,255,255,.025); color: #c5d2cd; }
.secondary-button:hover[b-tum9zoltqt] { border-color: rgba(0,209,125,.3); background: rgba(0,209,125,.055); color: #fff; }
.secondary-button.full[b-tum9zoltqt] { width: 100%; display: flex; align-items: center; justify-content: space-between; padding-inline: 15px; }
.primary-button[b-tum9zoltqt] { display: inline-flex; align-items: center; justify-content: center; gap: 7px; padding: 0 17px; border: 1px solid #18e590; background: linear-gradient(135deg, #00d17d, #00a964); box-shadow: 0 8px 24px rgba(0,209,125,.16); color: #03150e; }
.primary-button:hover[b-tum9zoltqt] { transform: translateY(-1px); box-shadow: 0 10px 28px rgba(0,209,125,.25); }
.danger-button[b-tum9zoltqt] { padding: 0 17px; border: 1px solid #ff8f92; background: #c7474c; color: #fff; }
.icon-text-button[b-tum9zoltqt] { border: 0; background: transparent; color: var(--green); }
.icon-text-button:hover[b-tum9zoltqt] { color: #8bf2c0; }

.cash-comparison[b-tum9zoltqt] { display: grid; grid-template-columns: 1fr 1px 1fr; gap: 20px; margin-top: 27px; }
.cash-divider[b-tum9zoltqt] { background: var(--line); }
.cash-total[b-tum9zoltqt] { display: flex; flex-direction: column; }
.cash-total span[b-tum9zoltqt] { display: flex; align-items: center; gap: 6px; color: #738a80; font-size: .52rem; font-weight: 800; letter-spacing: .1em; }
.cash-total i[b-tum9zoltqt] { font-style: normal; font-size: .8rem; }
.cash-total.cash-in i[b-tum9zoltqt], .cash-total.cash-in strong[b-tum9zoltqt] { color: var(--green-soft); }
.cash-total.cash-out i[b-tum9zoltqt], .cash-total.cash-out strong[b-tum9zoltqt] { color: #ff8589; }
.cash-total strong[b-tum9zoltqt] { margin: 7px 0 4px; font: 700 1.28rem 'Outfit', sans-serif; }
.cash-total small[b-tum9zoltqt] { color: #61776e; font-size: .57rem; }
.cash-balance[b-tum9zoltqt] { display: flex; align-items: center; justify-content: space-between; margin-top: 20px; padding-top: 15px; border-top: 1px solid var(--line); }
.cash-balance span[b-tum9zoltqt] { color: #6e847b; font-size: .53rem; font-weight: 800; letter-spacing: .11em; }
.cash-balance strong[b-tum9zoltqt] { font: 700 .97rem 'Outfit', sans-serif; }

.courtesy-panel[b-tum9zoltqt] { margin-top: 17px; overflow: hidden; }
.courtesy-heading[b-tum9zoltqt] { align-items: center; padding: 23px 24px 19px; }
.courtesy-heading > div:first-child[b-tum9zoltqt] { flex: 1; }
.courtesy-total[b-tum9zoltqt] { display: flex; flex-direction: column; align-items: flex-end; padding-right: 5px; }
.courtesy-total span[b-tum9zoltqt] { color: #6e847b; font-size: .5rem; font-weight: 800; letter-spacing: .12em; }
.courtesy-total strong[b-tum9zoltqt] { margin-top: 4px; color: var(--gold); font: 700 1.24rem 'Outfit', sans-serif; }
.table-toolbar[b-tum9zoltqt] { min-height: 56px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 8px 24px; border-top: 1px solid var(--line); background: rgba(255,255,255,.012); }
.table-toolbar > span[b-tum9zoltqt] { color: #647b71; font-size: .58rem; }
.date-filter[b-tum9zoltqt] { flex-direction: row; align-items: center; gap: 10px; }
.date-filter input[b-tum9zoltqt] { width: 145px; min-height: 34px; color-scheme: dark; }
.table-wrap[b-tum9zoltqt] { overflow-x: auto; border-top: 1px solid var(--line); }
table[b-tum9zoltqt] { width: 100%; border-collapse: collapse; }
th[b-tum9zoltqt] { height: 42px; padding: 0 22px; background: rgba(255,255,255,.018); color: #60766c; text-align: left; font-size: .5rem; font-weight: 800; letter-spacing: .13em; }
td[b-tum9zoltqt] { height: 63px; padding: 0 22px; border-top: 1px solid rgba(210,235,224,.075); color: #aab9b3; font-size: .7rem; }
tbody tr[b-tum9zoltqt] { transition: 130ms ease; }
tbody tr:hover[b-tum9zoltqt] { background: rgba(255,255,255,.018); }
.number-cell[b-tum9zoltqt] { text-align: right; }
.actions-cell[b-tum9zoltqt] { width: 150px; text-align: right; white-space: nowrap; }
.table-time[b-tum9zoltqt] { font-weight: 650; color: #bdc9c4; }
.client-cell[b-tum9zoltqt] { display: flex; align-items: center; gap: 10px; color: #ebf2ef; }
.client-cell i[b-tum9zoltqt] { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 50%; background: #17372c; color: var(--green-soft); font-size: .55rem; font-style: normal; font-weight: 800; }
.client-cell b[b-tum9zoltqt] { font-weight: 650; }
.consumption[b-tum9zoltqt] { display: inline-block; max-width: 250px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.money-value[b-tum9zoltqt] { color: #f4f8f6; font-size: .74rem; }
.row-action[b-tum9zoltqt] { width: 31px; height: 31px; display: inline-grid; place-items: center; margin-left: 3px; padding: 0; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,.02); color: #789087; cursor: pointer; }
.row-action svg[b-tum9zoltqt] { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.row-action:hover[b-tum9zoltqt] { border-color: rgba(0,209,125,.25); background: rgba(0,209,125,.07); color: var(--green); }
.row-action.delete:hover[b-tum9zoltqt] { border-color: rgba(241,110,114,.25); background: rgba(241,110,114,.07); color: #ff8c90; }
.empty-state[b-tum9zoltqt] { display: flex; flex-direction: column; align-items: center; padding: 28px; color: var(--muted); }
.empty-state span[b-tum9zoltqt] { color: var(--green); font-size: 1.5rem; }.empty-state b[b-tum9zoltqt] { margin-top: 5px; color: #d8e2de; }.empty-state small[b-tum9zoltqt] { margin-top: 4px; }

.casino-footer[b-tum9zoltqt] { display: flex; align-items: center; justify-content: space-between; padding: 19px 2px 0; color: #536960; font-size: .58rem; }
.casino-footer span[b-tum9zoltqt] { display: flex; align-items: center; gap: 7px; }.casino-footer i[b-tum9zoltqt] { width: 6px; height: 6px; border-radius: 50%; background: var(--green); }

.casino-loading[b-tum9zoltqt] { min-height: calc(100vh - 64px); display: grid; place-content: center; justify-items: center; color: var(--muted); font-size: .75rem; }
.casino-loading span[b-tum9zoltqt] { width: 34px; height: 34px; border: 2px solid rgba(0,209,125,.15); border-top-color: var(--green); border-radius: 50%; animation: spin-b-tum9zoltqt .8s linear infinite; }
@keyframes spin-b-tum9zoltqt { to { transform: rotate(360deg); } }

.modal-backdrop[b-tum9zoltqt] { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 22px; overflow-y: auto; background: rgba(2,8,6,.76); backdrop-filter: blur(9px); animation: fade-in-b-tum9zoltqt 160ms ease; }
.modal-card[b-tum9zoltqt] { width: min(760px, 100%); max-height: calc(100vh - 44px); overflow-y: auto; padding: 27px; border: 1px solid rgba(210,235,224,.14); border-radius: 19px; background: #0f1d18; box-shadow: 0 30px 90px rgba(0,0,0,.5); animation: modal-in-b-tum9zoltqt 180ms ease; }
.compact-modal[b-tum9zoltqt] { width: min(570px, 100%); }
.modal-heading[b-tum9zoltqt] { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.modal-heading h2[b-tum9zoltqt] { margin: 0; font: 700 1.28rem 'Outfit', sans-serif; }.modal-heading p[b-tum9zoltqt] { margin: 5px 0 0; color: var(--muted); font-size: .7rem; }
.close-button[b-tum9zoltqt] { width: 34px; height: 34px; flex: 0 0 auto; border: 1px solid var(--line); border-radius: 9px; background: rgba(255,255,255,.025); color: #84998f; cursor: pointer; font-size: 1.2rem; }
.close-button:hover[b-tum9zoltqt] { color: #fff; }
.form-grid[b-tum9zoltqt] { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 20px; }
label[b-tum9zoltqt] { display: flex; flex-direction: column; gap: 7px; }
label > span[b-tum9zoltqt] { color: #8ca198; font-size: .62rem; font-weight: 700; }
input[b-tum9zoltqt], select[b-tum9zoltqt] { width: 100%; min-height: 43px; padding: 0 12px; border: 1px solid rgba(210,235,224,.13); border-radius: 9px; outline: 0; background: #0a1612; color: #e8f1ed; font-size: .72rem; }
input:focus[b-tum9zoltqt], select:focus[b-tum9zoltqt] { border-color: rgba(0,209,125,.5); box-shadow: 0 0 0 3px rgba(0,209,125,.08); }
input:disabled[b-tum9zoltqt], select:disabled[b-tum9zoltqt] { color: #9aaba4; opacity: .8; cursor: not-allowed; }
.modal-actions[b-tum9zoltqt] { display: flex; justify-content: flex-end; gap: 9px; margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--line); }
.modal-actions.centered[b-tum9zoltqt] { justify-content: center; border: 0; }
.form-error[b-tum9zoltqt] { margin: 14px 0 0; padding: 9px 11px; border: 1px solid rgba(241,110,114,.18); border-radius: 8px; background: rgba(241,110,114,.07); color: #ff989b; font-size: .65rem; }
.money-input[b-tum9zoltqt] { position: relative; }.money-input i[b-tum9zoltqt] { position: absolute; left: 12px; top: 50%; transform: translateY(-50%); color: var(--green); font-size: .75rem; font-style: normal; }.money-input input[b-tum9zoltqt] { padding-left: 27px; }

.client-select[b-tum9zoltqt] { margin-top: 19px; }
.courtesy-builder[b-tum9zoltqt] { display: grid; grid-template-columns: .8fr 1.2fr; gap: 16px; margin-top: 17px; }
.product-form[b-tum9zoltqt], .selected-products[b-tum9zoltqt] { min-height: 300px; padding: 17px; border: 1px solid var(--line); border-radius: 13px; background: #0a1713; }
.builder-label[b-tum9zoltqt], .selected-heading > span[b-tum9zoltqt] { display: block; margin-bottom: 16px; color: #60776d; font-size: .52rem; font-weight: 800; letter-spacing: .13em; }
.product-form label + label[b-tum9zoltqt] { margin-top: 14px; }.add-product[b-tum9zoltqt] { margin-top: 17px; justify-content: center !important; }
.selected-products[b-tum9zoltqt] { display: flex; flex-direction: column; }
.selected-heading[b-tum9zoltqt] { display: flex; align-items: flex-start; justify-content: space-between; }.selected-heading small[b-tum9zoltqt] { color: #687e75; font-size: .55rem; }.selected-heading > span[b-tum9zoltqt] { margin-bottom: 10px; }
.product-list[b-tum9zoltqt] { flex: 1; max-height: 210px; overflow-y: auto; }
.product-row[b-tum9zoltqt] { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 12px; min-height: 55px; border-top: 1px solid rgba(210,235,224,.075); }
.product-row > span[b-tum9zoltqt] { display: flex; flex-direction: column; min-width: 0; }.product-row b[b-tum9zoltqt] { overflow: hidden; color: #dce7e2; font-size: .68rem; font-weight: 650; text-overflow: ellipsis; white-space: nowrap; }.product-row small[b-tum9zoltqt] { margin-top: 3px; color: #60766c; font-size: .52rem; }.product-row strong[b-tum9zoltqt] { color: #dbe5e1; font-size: .7rem; }.product-row button[b-tum9zoltqt] { width: 25px; height: 25px; padding: 0; border: 1px solid rgba(241,110,114,.15); border-radius: 7px; background: rgba(241,110,114,.05); color: #e97d81; cursor: pointer; }
.product-empty[b-tum9zoltqt] { height: 100%; min-height: 150px; display: grid; place-content: center; justify-items: center; color: #5e746a; }.product-empty span[b-tum9zoltqt] { color: #3e6655; font-size: 1.5rem; }.product-empty p[b-tum9zoltqt] { margin: 8px 0 0; font-size: .65rem; }
.builder-total[b-tum9zoltqt] { display: flex; align-items: center; justify-content: space-between; padding-top: 14px; border-top: 1px solid var(--line); }.builder-total span[b-tum9zoltqt] { color: #748a81; font-size: .55rem; font-weight: 800; letter-spacing: .12em; }.builder-total strong[b-tum9zoltqt] { color: var(--gold); font: 700 1.2rem 'Outfit', sans-serif; }

.confirm-modal[b-tum9zoltqt] { width: min(420px, 100%); overflow: visible; text-align: center; }
.danger-symbol[b-tum9zoltqt] { width: 44px; height: 44px; display: grid; place-items: center; margin: 0 auto 14px; border: 1px solid rgba(241,110,114,.25); border-radius: 50%; background: rgba(241,110,114,.08); color: #ff8d91; font: 800 1rem 'Outfit', sans-serif; }
.confirm-modal h2[b-tum9zoltqt] { margin: 0; font: 700 1.25rem 'Outfit', sans-serif; }.confirm-modal p[b-tum9zoltqt] { margin: 10px auto 0; color: #8fa299; font-size: .71rem; line-height: 1.55; }
.movement-toggle[b-tum9zoltqt] { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 20px; padding: 5px; border: 1px solid var(--line); border-radius: 11px; background: #091410; }
.movement-toggle button[b-tum9zoltqt] { min-height: 37px; border: 1px solid transparent; border-radius: 8px; background: transparent; color: #758b81; cursor: pointer; font-size: .67rem; font-weight: 750; }
.movement-toggle button.active.in[b-tum9zoltqt] { border-color: rgba(0,209,125,.17); background: rgba(0,209,125,.09); color: var(--green); }.movement-toggle button.active.out[b-tum9zoltqt] { border-color: rgba(241,110,114,.17); background: rgba(241,110,114,.09); color: #ff8589; }

.toast[b-tum9zoltqt] { position: fixed; right: 24px; bottom: 24px; z-index: 200; display: flex; align-items: center; gap: 10px; padding: 13px 17px; border: 1px solid rgba(0,209,125,.22); border-radius: 11px; background: #10251e; box-shadow: 0 15px 45px rgba(0,0,0,.35); color: #cce9dc; font-size: .69rem; animation: toast-in-b-tum9zoltqt 220ms ease; }
.toast span[b-tum9zoltqt] { width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; background: rgba(0,209,125,.12); color: var(--green); font-weight: 800; }

@keyframes fade-in-b-tum9zoltqt { from { opacity: 0; } }
@keyframes modal-in-b-tum9zoltqt { from { opacity: 0; transform: translateY(10px) scale(.985); } }
@keyframes toast-in-b-tum9zoltqt { from { opacity: 0; transform: translateY(10px); } }

@media (max-width: 1100px) {
    .metric-grid[b-tum9zoltqt] { grid-template-columns: repeat(2, 1fr); }
    .section-grid[b-tum9zoltqt] { grid-template-columns: 1fr; }
    .clover-art[b-tum9zoltqt] { width: 48%; }
}

@media (max-width: 760px) {
    .sidebar[b-tum9zoltqt] { display: none; }
    .casino-main[b-tum9zoltqt] { margin-left: 0; padding: 0 16px 24px; }
    .mobile-header[b-tum9zoltqt] { height: 70px; display: flex; align-items: center; justify-content: space-between; }
    .mobile-header .brand-emblem[b-tum9zoltqt] { width: 34px; height: 34px; font-size: 1.25rem; }
    .mobile-table-link[b-tum9zoltqt] { padding: 8px 11px; border: 1px solid var(--line); border-radius: 8px; color: #a9bbb3; text-decoration: none; font-size: .65rem; }
    .welcome-banner[b-tum9zoltqt] { min-height: 230px; padding: 28px 24px; }
    .clover-art[b-tum9zoltqt] { width: 55%; opacity: .55; }
    .large-clover[b-tum9zoltqt] { right: -5%; }
    .banner-copy[b-tum9zoltqt] { max-width: 80%; }
    .banner-meta[b-tum9zoltqt] { flex-direction: column; gap: 8px; }
    .metric-grid[b-tum9zoltqt] { grid-template-columns: 1fr 1fr; }
    .metric-card[b-tum9zoltqt] { min-height: 112px; padding: 16px; }.metric-icon[b-tum9zoltqt] { width: 36px; height: 36px; }.metric-card strong[b-tum9zoltqt] { font-size: 1.18rem; }
    .courtesy-heading[b-tum9zoltqt] { align-items: flex-start; flex-wrap: wrap; }.courtesy-heading > div:first-child[b-tum9zoltqt] { flex-basis: 100%; }.courtesy-total[b-tum9zoltqt] { align-items: flex-start; }.courtesy-heading .primary-button[b-tum9zoltqt] { margin-left: auto; }
    .courtesy-builder[b-tum9zoltqt] { grid-template-columns: 1fr; }.product-form[b-tum9zoltqt], .selected-products[b-tum9zoltqt] { min-height: auto; }.selected-products[b-tum9zoltqt] { min-height: 260px; }
}

@media (max-width: 510px) {
    .metric-grid[b-tum9zoltqt] { grid-template-columns: 1fr; }
    .metric-card[b-tum9zoltqt] { min-height: 96px; }
    .welcome-banner h1[b-tum9zoltqt] { font-size: 1.65rem; }
    .welcome-banner p[b-tum9zoltqt] { max-width: 80%; line-height: 1.45; }
    .clover-art[b-tum9zoltqt] { opacity: .35; }
    .shift-panel[b-tum9zoltqt], .cash-panel[b-tum9zoltqt] { padding: 20px; }
    .shift-timeline[b-tum9zoltqt] { grid-template-columns: 1fr; gap: 14px; }.timeline-line[b-tum9zoltqt] { display: none; }
    .cash-comparison[b-tum9zoltqt] { grid-template-columns: 1fr; gap: 14px; }.cash-divider[b-tum9zoltqt] { height: 1px; }
    .form-grid[b-tum9zoltqt] { grid-template-columns: 1fr; }
    .modal-card[b-tum9zoltqt] { padding: 21px; }
    .courtesy-heading .primary-button[b-tum9zoltqt] { width: 100%; margin: 6px 0 0; }
    .courtesy-total[b-tum9zoltqt] { width: 100%; }
    .table-toolbar[b-tum9zoltqt] { align-items: flex-start; flex-direction: column; padding-block: 12px; }
}

@media (prefers-reduced-motion: reduce) {
    *[b-tum9zoltqt], *[b-tum9zoltqt]::before, *[b-tum9zoltqt]::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* Tema Clover: blanco y verde en todo el módulo operativo. */
:global(body)[b-tum9zoltqt] { background: #f5faf7; color: #143326; }
.casino-shell[b-tum9zoltqt] { --green: #079455; --green-soft: #168453; --green-deep: #0b4c30; --gold: #148052; --bg: #f5faf7; --panel: #ffffff; --panel-light: #f2f9f5; --line: rgba(7,118,68,.15); --muted: #6f8479; color: #143326; background: radial-gradient(circle at 72% -10%, rgba(7,148,85,.09), transparent 26rem), linear-gradient(135deg, rgba(7,148,85,.018) 25%, transparent 25%) 0 0 / 22px 22px, #f7fbf8; }
.sidebar[b-tum9zoltqt] { border-color: #d8e8df; background: rgba(255,255,255,.97); box-shadow: 14px 0 38px rgba(20,77,49,.08); }
.casino-brand[b-tum9zoltqt] { color: #123a27; }.brand-emblem[b-tum9zoltqt] { border-color: #8dc9aa; background: linear-gradient(145deg,#f3fbf7,#e1f4e9); box-shadow: 0 8px 22px rgba(7,148,85,.09); color: #079455; }.casino-brand b[b-tum9zoltqt],.operator-card small[b-tum9zoltqt],.nav-caption[b-tum9zoltqt] { color: #71877b; }
.side-link[b-tum9zoltqt] { color: #60766b; }.side-link span[b-tum9zoltqt] { color: #6d8879; }.side-link:hover[b-tum9zoltqt] { background: #f1f8f4; color: #0b5b37; }.side-link.active[b-tum9zoltqt] { border-color: #b7dec9; background: linear-gradient(90deg,#e1f5e9,#f6fbf8); color: #086c40; box-shadow: inset 3px 0 #079455; }
.operator-card[b-tum9zoltqt] { border-color: #d9e8e0; }.operator-avatar[b-tum9zoltqt] { background: #e3f5eb; color: #087343; }.mobile-table-link[b-tum9zoltqt] { color: #315c47; background: #fff; }
.welcome-banner[b-tum9zoltqt] { border-color: #a8d8bf; background: linear-gradient(100deg,#ffffff,#eef9f3 62%,#e1f4e9); box-shadow: 0 20px 50px rgba(14,84,50,.1), inset 0 1px #fff; }.welcome-banner h1[b-tum9zoltqt] { color: #123a27; }.welcome-banner p[b-tum9zoltqt],.banner-meta[b-tum9zoltqt] { color: #637c6f; }.live-badge[b-tum9zoltqt] { border-color: #a8d8bf; background: #e7f7ee; color: #087846; }.large-clover[b-tum9zoltqt] { color: rgba(7,148,85,.28); }.card[b-tum9zoltqt] { border-color: #a7c9b7; background: #fff; box-shadow: 0 12px 25px rgba(17,83,50,.15); }
.metric-card[b-tum9zoltqt],.panel[b-tum9zoltqt] { border-color: #d4e7dc; background: #fff; box-shadow: 0 13px 32px rgba(20,77,49,.08); }.metric-card span[b-tum9zoltqt],.metric-card small[b-tum9zoltqt],.panel-kicker[b-tum9zoltqt],.time-point small[b-tum9zoltqt],.time-point em[b-tum9zoltqt],.cash-balance span[b-tum9zoltqt],.courtesy-total span[b-tum9zoltqt] { color: #6b8376; }.metric-card strong[b-tum9zoltqt],.panel-heading h2[b-tum9zoltqt],.time-point b[b-tum9zoltqt],.cash-balance strong[b-tum9zoltqt] { color: #153b29; }.metric-icon.clients[b-tum9zoltqt],.metric-icon.cash[b-tum9zoltqt],.metric-icon.courtesy[b-tum9zoltqt],.metric-icon.new-client[b-tum9zoltqt] { background: #e7f6ed; color: #079455; }
.secondary-button[b-tum9zoltqt] { border-color: #bdd9ca; background: #fff; color: #275b42; }.secondary-button:hover[b-tum9zoltqt] { border-color: #58b383; background: #edf8f2; color: #075f38; }.primary-button[b-tum9zoltqt] { border-color: #079455; background: linear-gradient(135deg,#21b96d,#079455); color: #fff; }.icon-text-button[b-tum9zoltqt] { color: #07834c; }
.cash-total.cash-in i[b-tum9zoltqt],.cash-total.cash-in strong[b-tum9zoltqt] { color: #07874e; }.cash-total.cash-out i[b-tum9zoltqt],.cash-total.cash-out strong[b-tum9zoltqt] { color: #356f50; }.cash-divider[b-tum9zoltqt],.cash-balance[b-tum9zoltqt] { border-color: #d8e8df; }.courtesy-total strong[b-tum9zoltqt],.builder-total strong[b-tum9zoltqt] { color: #087c49; }
.table-toolbar[b-tum9zoltqt],th[b-tum9zoltqt] { background: #f3f9f5; }.table-toolbar > span[b-tum9zoltqt],th[b-tum9zoltqt] { color: #678074; }td[b-tum9zoltqt] { border-color: #e2eee7; color: #4f695c; }tbody tr:hover[b-tum9zoltqt] { background: #f7fbf8; }.table-time[b-tum9zoltqt],.client-cell[b-tum9zoltqt],.money-value[b-tum9zoltqt] { color: #1b422f; }.client-cell i[b-tum9zoltqt] { background: #e3f5eb; color: #087343; }.row-action[b-tum9zoltqt] { border-color: #cfe3d8; background: #fff; color: #4f8067; }.row-action:hover[b-tum9zoltqt] { background: #e9f7ef; color: #07844d; }
.modal-backdrop[b-tum9zoltqt] { background: rgba(20,58,39,.32); }.modal-card[b-tum9zoltqt] { border-color: #c8dfd2; background: #fff; box-shadow: 0 30px 80px rgba(16,69,42,.22); color: #153b29; }.modal-heading[b-tum9zoltqt],.modal-actions[b-tum9zoltqt] { border-color: #dceae2; }.modal-heading h2[b-tum9zoltqt],.confirm-modal h2[b-tum9zoltqt] { color: #153b29; }.modal-heading p[b-tum9zoltqt],.confirm-modal p[b-tum9zoltqt],label > span[b-tum9zoltqt] { color: #6b8175; }.close-button[b-tum9zoltqt] { border-color: #cfe2d7; background: #f6faf8; color: #426a56; }input[b-tum9zoltqt],select[b-tum9zoltqt] { border-color: #c9dfd2; background: #fff; color: #173c2a; color-scheme: light; }.product-form[b-tum9zoltqt],.selected-products[b-tum9zoltqt] { border-color: #d3e6dc; background: #f5faf7; }.builder-label[b-tum9zoltqt],.selected-heading > span[b-tum9zoltqt],.selected-heading small[b-tum9zoltqt],.product-row small[b-tum9zoltqt] { color: #6b8376; }.product-row[b-tum9zoltqt] { border-color: #dceae2; }.product-row b[b-tum9zoltqt],.product-row strong[b-tum9zoltqt] { color: #1b422f; }.product-empty[b-tum9zoltqt] { color: #71877b; }.movement-toggle[b-tum9zoltqt] { border-color: #cfe2d7; background: #f3f8f5; }.movement-toggle button[b-tum9zoltqt] { color: #5d7869; }.movement-toggle button.active.in[b-tum9zoltqt],.movement-toggle button.active.out[b-tum9zoltqt] { border-color: #aad8bf; background: #e5f5ec; color: #07834c; }.toast[b-tum9zoltqt] { border-color: #9dd1b5; background: #fff; box-shadow: 0 15px 40px rgba(15,72,43,.18); color: #20553a; }
.danger-button[b-tum9zoltqt] { border-color: #087b48; background: #086c40; color: #fff; }.danger-symbol[b-tum9zoltqt] { border-color: #9ed2b7; background: #e8f6ee; color: #087b48; }.row-action.delete:hover[b-tum9zoltqt] { border-color: #99d0b2; background: #e8f6ee; color: #087b48; }.form-error[b-tum9zoltqt] { border-color: #9ed2b7; background: #edf8f2; color: #176a43; }.product-row button[b-tum9zoltqt] { border-color: #add7c0; background: #edf8f2; color: #176a43; }
.status-chip.closed[b-tum9zoltqt] { background: #e8f6ee; color: #087b48; }.status-chip.closed i[b-tum9zoltqt] { background: #079455; }.close-button:hover[b-tum9zoltqt] { background: #e8f6ee; color: #087b48; }
/* /Components/Pages/CloverPrincipal.razor.rz.scp.css */
:global(body)[b-7r28gg9hdy] { overflow-x: hidden; background: #f7fbf8; -webkit-user-select: none; user-select: none; }

.principal-shell[b-7r28gg9hdy] {
    --blue: #079455;
    --navy: #0a3b25;
    --text: #143326;
    --muted: #6d8278;
    --line: #d8e9df;
    --green: #079455;
    min-height: 100vh;
    color: var(--text);
    background:
        linear-gradient(rgba(7,148,85,.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(7,148,85,.025) 1px, transparent 1px),
        radial-gradient(circle at 50% 47%, rgba(53,190,125,.1), transparent 28rem),
        #fbfdfc;
    background-size: 34px 34px, 34px 34px, auto, auto;
}

.portal-layout[b-7r28gg9hdy] { width: min(1660px, 100%); height: 100dvh; min-height: 0; display: grid; grid-template-columns: 252px minmax(600px, 1fr) 252px; gap: 16px; margin: 0 auto; padding: 8px 14px; }
.rail-card[b-7r28gg9hdy] { height: 100%; border: 1px solid #badcc9; border-radius: 4px 22px 4px 22px; background: rgba(255,255,255,.94); box-shadow: 0 11px 28px rgba(21,91,55,.09), inset 0 0 30px rgba(32,169,100,.025); }
.summary-card[b-7r28gg9hdy] { padding: 14px 16px 11px; }
.summary-item[b-7r28gg9hdy] { padding: 0 7px 14px; border-bottom: 1px solid #d9e3ec; }
.summary-item + .summary-item[b-7r28gg9hdy] { padding-top: 13px; }
.summary-item[b-7r28gg9hdy] { margin-inline: -4px; padding-inline: 11px; transition: background-color 160ms ease; }
.summary-item:nth-child(odd)[b-7r28gg9hdy] { background: #edf8f2; }
.summary-item:nth-child(even)[b-7r28gg9hdy] { background: #fff; }
.rail-label[b-7r28gg9hdy] { display: flex; align-items: center; gap: 10px; color: #234d38; font-size: .62rem; font-weight: 750; letter-spacing: .035em; }.rail-label i[b-7r28gg9hdy] { color: var(--blue); font-size: 1rem; font-style: normal; }
.summary-item strong[b-7r28gg9hdy] { display: block; margin: 8px 0 2px 36px; color: #103d28; font: 600 1.65rem 'Outfit', sans-serif; }
.summary-item p[b-7r28gg9hdy] { margin: 0 0 6px 36px; color: #587364; font-size: .62rem; }
.summary-item small[b-7r28gg9hdy] { margin-left: 36px; color: #6b7e92; font-size: .56rem; }.summary-item small.positive[b-7r28gg9hdy] { color: var(--green); }
.linear-progress[b-7r28gg9hdy] { height: 5px; margin: 8px 4px 0 36px; overflow: hidden; border-radius: 999px; background: #e0ebe5; }.linear-progress span[b-7r28gg9hdy] { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #28bd75, #079455); }.linear-progress.gold span[b-7r28gg9hdy] { background: linear-gradient(90deg, #72c895, #198754); }
.alert-box[b-7r28gg9hdy] { display: flex; flex-wrap: wrap; align-items: flex-start; gap: 9px; margin-top: 11px; padding: 10px 11px; border: 1px solid #82c7a2; border-radius: 4px 16px 4px 16px; color: #193f2d; text-decoration: none; background: #f6fcf8; }
.alert-icon[b-7r28gg9hdy] { width: 27px; height: 27px; display: grid; place-items: center; border: 1px solid #15945a; clip-path: polygon(50% 0,100% 100%,0 100%); color: #087646; font-weight: 800; }
.alert-box > span:nth-child(2)[b-7r28gg9hdy] { flex: 1; display: flex; flex-direction: column; }.alert-box b[b-7r28gg9hdy] { color: #087646; font-size: .57rem; }.alert-box strong[b-7r28gg9hdy] { margin-top: 4px; font: 600 1.45rem 'Outfit', sans-serif; }.alert-box small[b-7r28gg9hdy] { color: #627c6e; font-size: .53rem; }.alert-box em[b-7r28gg9hdy] { flex-basis: 100%; padding: 7px 0 0 36px; border-top: 1px solid #d8ebe1; color: #315c47; font-size: .55rem; font-style: normal; font-weight: 700; }

.command-center[b-7r28gg9hdy] { position: relative; min-width: 0; overflow: hidden; border: 1px solid rgba(86,170,127,.42); background: rgba(255,255,255,.68); }
.command-center[b-7r28gg9hdy]::before, .command-center[b-7r28gg9hdy]::after { content: ''; position: absolute; width: 210px; height: 210px; border: 1px solid rgba(7,148,85,.12); transform: rotate(45deg); }.command-center[b-7r28gg9hdy]::before { left: -140px; top: 23%; }.command-center[b-7r28gg9hdy]::after { right: -140px; top: 23%; }
.title-block[b-7r28gg9hdy] { position: relative; z-index: 2; padding: 10px 15px 0; text-align: center; }
.live-tag[b-7r28gg9hdy] { display: inline-flex; align-items: center; gap: 7px; color: #4d7192; font-size: .47rem; font-weight: 800; letter-spacing: .16em; }.live-tag i[b-7r28gg9hdy] { width: 6px; height: 6px; border-radius: 50%; background: #15b86a; box-shadow: 0 0 0 4px rgba(21,184,106,.1); }
.title-block h1[b-7r28gg9hdy] { margin: 7px 0 0; color: #0b422a; font: 750 clamp(2rem, 4.2vw, 3.65rem)/.96 'Outfit', sans-serif; letter-spacing: .045em; text-shadow: 0 4px 15px rgba(7,94,54,.08); }
.title-block p[b-7r28gg9hdy] { margin: 4px 0 0; color: var(--blue); font-size: clamp(.72rem, 1.3vw, 1rem); font-weight: 700; letter-spacing: .04em; }

.module-stage[b-7r28gg9hdy] { position: relative; min-height: 300px; display: grid; grid-template-columns: minmax(170px,1fr) minmax(180px,.86fr) minmax(170px,1fr); align-items: center; gap: 20px; padding: 0 44px 10px; }
.module-column[b-7r28gg9hdy] { position: relative; z-index: 3; width: min(100%, 240px); display: flex; flex-direction: column; gap: 9px; }
.left-modules[b-7r28gg9hdy] { justify-self: end; }
.right-modules[b-7r28gg9hdy] { justify-self: start; }
.module-card[b-7r28gg9hdy] { min-height: 58px; display: grid; grid-template-columns: 34px 1fr auto; align-items: center; gap: 8px; padding: 6px 10px; border: 1px solid #75c59d; color: #113b27; text-decoration: none; background: rgba(255,255,255,.94); box-shadow: 0 7px 16px rgba(7,114,65,.08), inset 0 0 16px rgba(33,170,102,.025); clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px)); transition: 160ms ease; }
button.module-card[b-7r28gg9hdy] { width: 100%; font: inherit; text-align: left; cursor: pointer; }
.module-card:hover[b-7r28gg9hdy] { transform: translateY(-2px); border-color: var(--blue); box-shadow: 0 11px 24px rgba(7,148,85,.15), inset 0 0 20px rgba(7,148,85,.04); }
.module-icon[b-7r28gg9hdy] { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid #69c493; color: #07864d; font-size: .98rem; clip-path: polygon(50% 0, 96% 25%, 96% 75%, 50% 100%, 4% 75%, 4% 25%); background: #f3fbf7; }
.module-card > span:nth-child(2)[b-7r28gg9hdy] { display: flex; flex-direction: column; min-width: 0; }.module-card b[b-7r28gg9hdy] { font: 700 .72rem 'Outfit', sans-serif; }.module-card small[b-7r28gg9hdy] { margin-top: 2px; color: #587365; font-size: .48rem; line-height: 1.25; }.module-card em[b-7r28gg9hdy] { color: #42a978; font-style: normal; }

.core-visual[b-7r28gg9hdy] { position: relative; z-index: 2; aspect-ratio: 1; display: grid; place-items: center; }
.core-visual[b-7r28gg9hdy]::before { content: ''; position: absolute; inset: 18%; border: 1px solid rgba(7,148,85,.25); border-radius: 50%; background: repeating-conic-gradient(from 0deg, rgba(7,148,85,.14) 0 1deg, transparent 1deg 9deg); box-shadow: 0 0 35px rgba(7,148,85,.14); }
.orbit[b-7r28gg9hdy] { position: absolute; border: 1px solid rgba(7,148,85,.24); border-radius: 50%; }.orbit-one[b-7r28gg9hdy] { inset: 5%; }.orbit-two[b-7r28gg9hdy] { inset: 12%; border-style: dashed; }.orbit-three[b-7r28gg9hdy] { inset: 26%; box-shadow: 0 0 25px rgba(7,148,85,.14); }
.core-hex[b-7r28gg9hdy] { position: relative; z-index: 3; width: 110px; aspect-ratio: .9; display: grid; place-items: center; background: linear-gradient(145deg, #32c980, #079455 55%, #06492d); clip-path: polygon(50% 0, 97% 25%, 97% 75%, 50% 100%, 3% 75%, 3% 25%); filter: drop-shadow(0 12px 16px rgba(7,109,63,.26)); }
.core-hex[b-7r28gg9hdy]::after { content: ''; position: absolute; inset: 6px; border: 2px solid rgba(255,255,255,.75); clip-path: inherit; }.core-hex span[b-7r28gg9hdy] { position: relative; z-index: 1; color: #fff; font-size: 4.2rem; text-shadow: 0 3px 10px rgba(0,0,0,.2); }
.core-visual > small[b-7r28gg9hdy] { position: absolute; z-index: 4; bottom: 20%; padding: 3px 8px; border-radius: 999px; background: #e8f8ef; color: #07864d; font-size: .44rem; font-weight: 800; letter-spacing: .14em; }
.circuit-lines[b-7r28gg9hdy] { position: absolute; inset: 7% 3%; z-index: 1; pointer-events: none; }
.circuit-lines[b-7r28gg9hdy]::after { content: ''; position: absolute; left: 50%; top: 50%; width: 9px; height: 9px; transform: translate(-50%,-50%); border: 2px solid #159a5b; border-radius: 50%; background: #fff; box-shadow: 0 0 0 5px rgba(7,148,85,.1), 0 0 20px rgba(7,148,85,.28); }
.circuit-lines span[b-7r28gg9hdy] { position: absolute; left: 2%; top: 50%; width: 96%; height: 1px; transform-origin: 50% 50%; background: linear-gradient(90deg, #59b98a, rgba(89,185,138,.2) 44%, #159a5b 49%, #159a5b 51%, rgba(89,185,138,.2) 56%, #59b98a); }
.circuit-lines span:nth-child(1)[b-7r28gg9hdy]{transform:rotate(-28deg)}.circuit-lines span:nth-child(2)[b-7r28gg9hdy]{transform:rotate(-9deg)}.circuit-lines span:nth-child(3)[b-7r28gg9hdy]{transform:rotate(9deg)}.circuit-lines span:nth-child(4)[b-7r28gg9hdy]{transform:rotate(28deg)}

.performance-card[b-7r28gg9hdy] { padding: 14px 16px; }
.performance-card h2[b-7r28gg9hdy] { display: flex; align-items: center; gap: 9px; margin: 0 0 10px; color: #234d38; font-size: .62rem; letter-spacing: .03em; }.performance-card h2 span[b-7r28gg9hdy] { color: var(--blue); font-size: 1rem; }
.ring-metric[b-7r28gg9hdy] { min-height: 110px; display: grid; grid-template-columns: 76px 1fr; align-items: center; gap: 9px; border-top: 1px solid #dbe5ed; }
.ring-metric[b-7r28gg9hdy] { margin-inline: -5px; padding-inline: 9px; transition: background-color 160ms ease; }
.ring-metric:nth-of-type(odd)[b-7r28gg9hdy] { background: #edf8f2; }
.ring-metric:nth-of-type(even)[b-7r28gg9hdy] { background: #fff; }
.ring-metric:first-of-type[b-7r28gg9hdy] { border-top: 0; }
.progress-ring[b-7r28gg9hdy] { --ring-color: #079455; position: relative; width: 70px; height: 70px; display: grid; place-items: center; border-radius: 50%; background: conic-gradient(var(--ring-color) 0 var(--progress), #e2ebe6 var(--progress) 360deg); box-shadow: inset 0 0 0 1px rgba(6,73,45,.03); }
.progress-ring[b-7r28gg9hdy]::before { content: ''; position: absolute; inset: 8px; border-radius: 50%; background: #fff; box-shadow: 0 2px 8px rgba(0,0,0,.04); }.progress-ring span[b-7r28gg9hdy] { position: relative; z-index: 1; color: #123b28; font: 700 1.05rem 'Outfit', sans-serif; }.progress-ring.green[b-7r28gg9hdy]{--ring-color:#21ae68}.progress-ring.purple[b-7r28gg9hdy]{--ring-color:#6fba71}.progress-ring.cyan[b-7r28gg9hdy]{--ring-color:#0a7a4a}
.ring-metric > div:last-child[b-7r28gg9hdy] { display: flex; flex-direction: column; }.ring-metric b[b-7r28gg9hdy] { color: #294f3c; font-size: .62rem; text-transform: uppercase; }.ring-metric small[b-7r28gg9hdy] { margin-top: 7px; color: #667f72; font-size: .52rem; line-height: 1.4; }

.modal-backdrop[b-7r28gg9hdy] { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 20px; overflow-y: auto; background: linear-gradient(rgba(7,148,85,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(7,148,85,.025) 1px, transparent 1px), radial-gradient(circle at 50% 45%, rgba(53,190,125,.12), transparent 30rem), #f7fbf8; background-size: 34px 34px, 34px 34px, auto, auto; animation: fade-in-b-7r28gg9hdy 160ms ease; }
.shift-modal-card[b-7r28gg9hdy] { width: min(520px, 100%); padding: 24px; border: 1px solid #add7c0; color: #153b29; background: #fff; box-shadow: 0 30px 80px rgba(16,69,42,.18); clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 18px 100%, 0 calc(100% - 18px)); animation: modal-in-b-7r28gg9hdy 180ms ease; }
.modal-heading[b-7r28gg9hdy] { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; padding-bottom: 17px; border-bottom: 1px solid #dceae2; }
.modal-kicker[b-7r28gg9hdy] { color: #07834c; font-size: .55rem; font-weight: 800; letter-spacing: .12em; }
.modal-heading h2[b-7r28gg9hdy] { margin: 5px 0 0; color: #153b29; font: 700 1.3rem 'Outfit', sans-serif; }
.modal-heading p[b-7r28gg9hdy] { margin: 5px 0 0; color: #6b8175; font-size: .68rem; line-height: 1.5; }
.close-button[b-7r28gg9hdy] { width: 34px; height: 34px; flex: 0 0 auto; border: 1px solid #cfe2d7; border-radius: 8px; background: #f6faf8; color: #426a56; cursor: pointer; font-size: 1.2rem; }
.close-button:hover[b-7r28gg9hdy] { background: #e8f6ee; color: #087b48; }
.operation-hours[b-7r28gg9hdy] { margin-top: 18px; padding: 14px; border: 1px solid #14784b; background: linear-gradient(145deg,#124f34,#0a3d28); box-shadow: inset 3px 0 #50c98a, 0 10px 24px rgba(7,72,43,.14); }
.elapsed-hours-card[b-7r28gg9hdy] { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 18px; padding: 15px 18px; border: 1px solid #14784b; background: linear-gradient(145deg,#125638,#083d27); color: #fff; box-shadow: inset 3px 0 #50c98a, 0 10px 24px rgba(7,72,43,.14); clip-path: polygon(0 0, calc(100% - 11px) 0, 100% 11px, 100% 100%, 11px 100%, 0 calc(100% - 11px)); }
.elapsed-hours-card > div[b-7r28gg9hdy] { display: grid; grid-template-columns: 30px 1fr; align-items: center; gap: 2px 9px; }
.elapsed-hours-card > div > span[b-7r28gg9hdy] { grid-row: 1 / 3; width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.12); color: #9ce8bd; font-size: .95rem; }
.elapsed-hours-card b[b-7r28gg9hdy] { font-size: .61rem; letter-spacing: .1em; }
.elapsed-hours-card small[b-7r28gg9hdy] { color: #a9d9be; font-size: .46rem; font-weight: 700; letter-spacing: .07em; }
.elapsed-hours-card > strong[b-7r28gg9hdy] { color: #fff; font: 700 1.55rem 'Outfit', sans-serif; letter-spacing: .08em; }
.opening-hours-card[b-7r28gg9hdy] { margin-top: 11px; border-color: #c9dfd2; background: #fff; box-shadow: 0 8px 20px rgba(7,72,43,.07); }
.opening-hours-card .operation-title[b-7r28gg9hdy] { color: #285941; }
.opening-hours-card .operation-title span[b-7r28gg9hdy] { background: #e3f5eb; color: #07834c; }
.opening-hours-card .shift-current[b-7r28gg9hdy] { border-color: #d6e7de; background: #fff; }
.opening-hours-card .shift-current > span[b-7r28gg9hdy] { color: #6a8275; }
.opening-hours-card .shift-current b[b-7r28gg9hdy] { color: #214f38; }
.opening-hours-card .shift-current strong[b-7r28gg9hdy] { color: #07834c; }
.opening-hours-card .edit-opening-button[b-7r28gg9hdy] { border-color: #a9d5bd; background: #eff9f3; color: #07834c; }
.opening-hours-card .edit-opening-button:hover[b-7r28gg9hdy] { border-color: #079455; background: #e3f5eb; }
.operation-title[b-7r28gg9hdy] { display: flex; align-items: center; gap: 8px; margin-bottom: 10px; color: #eaf8f0; }
.operation-title span[b-7r28gg9hdy] { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.12); color: #8de0b3; font-size: .9rem; }
.operation-title b[b-7r28gg9hdy] { font-size: .58rem; letter-spacing: .1em; }
.shift-current[b-7r28gg9hdy] { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 4px 12px; padding: 13px 15px; border: 1px solid rgba(141,224,179,.34); background: rgba(4,40,25,.34); }
.shift-current > span[b-7r28gg9hdy] { color: #a9d9be; font-size: .53rem; font-weight: 800; letter-spacing: .08em; }
.shift-current b[b-7r28gg9hdy] { color: #fff; font-size: .74rem; }
.shift-current strong[b-7r28gg9hdy] { color: #9ce8bd; font: 700 .86rem 'Outfit', sans-serif; }
.edit-opening-button[b-7r28gg9hdy] { width: 28px; height: 28px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(166,231,194,.45); border-radius: 7px; background: rgba(255,255,255,.1); color: #b6efcf; cursor: pointer; }
.edit-opening-button:hover[b-7r28gg9hdy] { border-color: #a1ecc2; background: rgba(255,255,255,.18); }
.edit-opening-button svg[b-7r28gg9hdy] { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.opening-editor[b-7r28gg9hdy] { margin-top: 2px; }
.opening-date-field[b-7r28gg9hdy] { margin-bottom: 12px; }
.digital-time-field[b-7r28gg9hdy] { padding: 14px; border: 1px solid #c9dfd2; background: #f7fbf8; }
.digital-time-label[b-7r28gg9hdy] { display: block; margin-bottom: 10px; color: #526f60; font-size: .64rem; font-weight: 700; }
.digital-clock[b-7r28gg9hdy] { display: flex; align-items: center; justify-content: center; gap: 10px; }
.digit-control[b-7r28gg9hdy] { display: grid; grid-template-rows: 28px 54px 28px; gap: 5px; }
.digit-control button[b-7r28gg9hdy] { width: 64px; padding: 0; border: 1px solid #bcdac9; border-radius: 7px; background: #fff; color: #07834c; cursor: pointer; font-size: 1rem; font-weight: 800; }
.digit-control button:hover[b-7r28gg9hdy] { border-color: #079455; background: #eaf7ef; }
.digit-control strong[b-7r28gg9hdy] { width: 64px; display: grid; place-items: center; border: 1px solid #79c59d; border-radius: 8px; background: #fff; color: #143f2a; font: 700 1.7rem 'Outfit', sans-serif; letter-spacing: .08em; }
.clock-separator[b-7r28gg9hdy] { color: #079455; font: 700 1.75rem 'Outfit', sans-serif; }
.meridiem-control[b-7r28gg9hdy] { display: grid; grid-template-rows: 1fr 1fr; align-self: stretch; gap: 7px; }
.meridiem-control button[b-7r28gg9hdy] { width: 54px; border: 1px solid #bdd9ca; border-radius: 8px; background: #fff; color: #607b6d; cursor: pointer; font-size: .7rem; font-weight: 800; }
.meridiem-control button.active[b-7r28gg9hdy] { border-color: #079455; background: #e3f5eb; color: #087343; box-shadow: inset 3px 0 #079455; }
.shift-field[b-7r28gg9hdy] { display: flex; flex-direction: column; gap: 7px; margin-top: 18px; }
.shift-field > span[b-7r28gg9hdy] { color: #526f60; font-size: .64rem; font-weight: 700; }
.shift-field input[b-7r28gg9hdy] { width: 100%; min-height: 44px; padding: 0 12px; border: 1px solid #c9dfd2; border-radius: 8px; outline: none; background: #fff; color: #173c2a; color-scheme: light; font: 600 .76rem 'DM Sans', sans-serif; }
.shift-field input:focus[b-7r28gg9hdy] { border-color: #079455; box-shadow: 0 0 0 3px rgba(7,148,85,.1); }
.cash-in-modal-card[b-7r28gg9hdy] { width: min(820px, 100%); max-height: calc(100dvh - 40px); overflow-y: auto; }
.cash-in-overview[b-7r28gg9hdy] { display: grid; grid-template-columns: repeat(3, 1fr) auto; gap: 9px; align-items: stretch; margin-top: 18px; }
.cash-in-stat-card[b-7r28gg9hdy] { min-width: 0; min-height: 66px; display: grid; grid-template-columns: 34px 1fr; align-items: center; gap: 8px; padding: 11px; border: 1px solid #247b52; background: linear-gradient(145deg,#125638,#083d27); color: #fff; clip-path: polygon(0 0, calc(100% - 9px) 0, 100% 9px, 100% 100%, 9px 100%, 0 calc(100% - 9px)); }
.cash-in-stat-card > span[b-7r28gg9hdy] { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.12); color: #a9ebc5; font-size: .9rem; }
.cash-in-stat-card > div[b-7r28gg9hdy] { min-width: 0; display: flex; flex-direction: column; }
.cash-in-stat-card small[b-7r28gg9hdy] { color: #b7d8c6; font-size: .43rem; font-weight: 800; letter-spacing: .05em; }
.cash-in-stat-card strong[b-7r28gg9hdy] { margin-top: 5px; overflow: hidden; color: #fff; font: 700 .82rem 'Outfit', sans-serif; text-overflow: ellipsis; white-space: nowrap; }
.add-cash-in-button[b-7r28gg9hdy] { min-width: 140px; padding: 0 14px; border: 1px solid #079455; border-radius: 8px; background: linear-gradient(135deg,#21b96d,#079455); color: #fff; box-shadow: 0 8px 22px rgba(7,148,85,.16); cursor: pointer; font-size: .63rem; font-weight: 800; }
.cash-in-list-panel[b-7r28gg9hdy] { margin-top: 13px; border: 1px solid #d4e6dc; background: #fff; }
.cash-in-table-wrap[b-7r28gg9hdy] { overflow-x: auto; }
.cash-in-table[b-7r28gg9hdy] { width: 100%; border-collapse: collapse; }
.cash-in-table th[b-7r28gg9hdy] { padding: 9px 12px; border-bottom: 1px solid #dceae2; background: #f8fbf9; color: #71877b; text-align: left; font-size: .46rem; letter-spacing: .08em; }
.cash-in-table td[b-7r28gg9hdy] { padding: 10px 12px; border-bottom: 1px solid #e5eee9; color: #4f6e5e; font-size: .59rem; }
.cash-in-table tbody tr:last-child td[b-7r28gg9hdy] { border-bottom: 0; }
.cash-in-table td:last-child[b-7r28gg9hdy] { text-align: right; }
.cash-in-table td > strong[b-7r28gg9hdy] { color: #087747; font-size: .64rem; }
.cash-in-type[b-7r28gg9hdy] { display: inline-flex; padding: 4px 7px; border: 1px solid #b8dbc8; border-radius: 999px; background: #eef9f3; color: #087747; font-size: .49rem; font-weight: 800; }
.cash-in-table .cash-in-list-empty[b-7r28gg9hdy] { padding: 22px 12px; color: #7a9185; text-align: center; }
.cash-in-editor-overlay[b-7r28gg9hdy] { position: fixed; inset: 0; z-index: 120; display: grid; place-items: center; padding: 20px; overflow-y: auto; background: rgba(4,42,24,.42); backdrop-filter: blur(2px); animation: fade-in-b-7r28gg9hdy 160ms ease; }
.cash-in-editor[b-7r28gg9hdy] { width: min(620px,100%); max-height: calc(100dvh - 40px); overflow-y: auto; padding: 20px; border: 1px solid #8bc7a6; background: #f8fcfa; box-shadow: 0 28px 70px rgba(5,55,31,.28), inset 3px 0 #079455; clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px)); animation: modal-in-b-7r28gg9hdy 180ms ease; }
.cash-in-client-field[b-7r28gg9hdy] { margin-top: 14px; }
.player-cash-summary[b-7r28gg9hdy] { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 10px; }
.player-cash-summary > div[b-7r28gg9hdy] { min-height: 58px; display: flex; flex-direction: column; justify-content: center; padding: 9px 11px; border: 1px solid #cfe3d8; background: #fff; }
.player-cash-summary span[b-7r28gg9hdy] { color: #6a8275; font-size: .45rem; font-weight: 800; letter-spacing: .06em; }
.player-cash-summary strong[b-7r28gg9hdy] { margin-top: 5px; color: #087747; font: 700 .82rem 'Outfit', sans-serif; }
.player-cash-summary small[b-7r28gg9hdy] { margin-top: 2px; color: #82958b; font-size: .45rem; }
.cash-method-field[b-7r28gg9hdy] { margin: 13px 0 0; padding: 10px 12px; border: 1px solid #c9dfd2; border-radius: 7px; background: #fff; }
.cash-method-field legend[b-7r28gg9hdy] { padding: 0 4px; color: #526f60; font-size: .61rem; font-weight: 700; }
.cash-method-field > div[b-7r28gg9hdy] { min-height: 28px; display: flex; align-items: center; gap: 22px; }
.cash-method-field label[b-7r28gg9hdy] { display: flex; align-items: center; gap: 6px; color: #355c48; cursor: pointer; font-size: .64rem; font-weight: 700; }
.cash-method-field input[b-7r28gg9hdy] { width: 15px; height: 15px; margin: 0; accent-color: #079455; }
.cash-in-amounts[b-7r28gg9hdy] { display: grid; grid-template-columns: 1fr; gap: 10px; margin-top: 13px; }
.cash-in-amounts.two[b-7r28gg9hdy] { grid-template-columns: 1fr 1fr; }
.cash-in-actions[b-7r28gg9hdy] { align-items: center; }
.cash-in-form-total[b-7r28gg9hdy] { min-width: 175px; display: flex; flex-direction: column; margin-right: auto; padding: 8px 11px; border: 1px solid #75bd96; background: #f0faf4; }
.cash-in-form-total span[b-7r28gg9hdy] { color: #397058; font-size: .47rem; font-weight: 800; letter-spacing: .08em; }
.cash-in-form-total strong[b-7r28gg9hdy] { margin-top: 3px; color: #087747; font: 700 .86rem 'Outfit', sans-serif; }
.cash-out-modal-card[b-7r28gg9hdy] { width: min(780px, 100%); max-height: calc(100dvh - 40px); overflow-y: auto; }
.cash-out-toolbar[b-7r28gg9hdy] { display: flex; align-items: stretch; justify-content: space-between; gap: 12px; margin-top: 17px; }
.cash-out-toolbar > div[b-7r28gg9hdy] { min-width: 180px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 10px 13px; border: 1px solid #cfe3d8; background: #f8fbf9; }
.cash-out-toolbar span[b-7r28gg9hdy] { color: #698174; font-size: .48rem; font-weight: 800; letter-spacing: .08em; }
.cash-out-toolbar strong[b-7r28gg9hdy] { color: #087747; font: 700 .86rem 'Outfit', sans-serif; }
.cash-out-player-list[b-7r28gg9hdy] { margin-top: 12px; overflow-x: auto; border: 1px solid #d4e6dc; background: #fff; }
.cash-out-player-head[b-7r28gg9hdy], .cash-out-player-row[b-7r28gg9hdy] { min-width: 610px; display: grid; grid-template-columns: 1.45fr .7fr .7fr 88px; align-items: center; gap: 12px; padding: 9px 13px; }
.cash-out-player-head[b-7r28gg9hdy] { border-bottom: 1px solid #dceae2; background: #f8fbf9; color: #71877b; font-size: .45rem; font-weight: 800; letter-spacing: .07em; }
.cash-out-player-row[b-7r28gg9hdy] { min-height: 48px; border-bottom: 1px solid #e4eee8; color: #587365; font-size: .6rem; }
.cash-out-player-row:last-child[b-7r28gg9hdy] { border-bottom: 0; }
.cash-out-player-row > span[b-7r28gg9hdy] { display: flex; align-items: center; gap: 8px; }
.cash-out-player-row i[b-7r28gg9hdy] { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; background: #e7f6ee; color: #07834c; font-style: normal; }
.cash-out-player-row b[b-7r28gg9hdy] { color: #2d5b43; font-size: .62rem; }
.cash-out-player-row strong[b-7r28gg9hdy], .cash-out-player-row em[b-7r28gg9hdy] { color: #087747; text-align: right; font-size: .63rem; font-style: normal; }
.cash-out-row-button[b-7r28gg9hdy] { min-height: 30px; padding: 0 10px; border: 1px solid #079455; border-radius: 7px; background: linear-gradient(135deg,#21b96d,#079455); color: #fff; box-shadow: 0 5px 12px rgba(7,148,85,.14); cursor: pointer; font-size: .53rem; font-weight: 800; }
.cash-out-list-panel[b-7r28gg9hdy] { margin-top: 14px; }
.cash-out-history-table th:last-child[b-7r28gg9hdy] { text-align: right; }
.cash-out-name-input[readonly][b-7r28gg9hdy] { background: #f3f8f5; color: #2f5943; }
.cash-out-editor-overlay[b-7r28gg9hdy] { position: fixed; inset: 0; z-index: 120; display: grid; place-items: center; padding: 20px; overflow-y: auto; background: rgba(4,42,24,.42); backdrop-filter: blur(2px); animation: fade-in-b-7r28gg9hdy 160ms ease; }
.cash-out-editor[b-7r28gg9hdy] { width: min(540px,100%); max-height: calc(100dvh - 40px); overflow-y: auto; padding: 20px; border: 1px solid #8bc7a6; background: #f8fcfa; box-shadow: 0 28px 70px rgba(5,55,31,.28), inset 3px 0 #079455; clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px)); animation: modal-in-b-7r28gg9hdy 180ms ease; }
.cash-out-client-field[b-7r28gg9hdy] { margin-top: 18px; }
.cash-out-summary[b-7r28gg9hdy] { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin-top: 13px; }
.cash-out-summary article[b-7r28gg9hdy] { min-width: 0; display: grid; grid-template-columns: 34px 1fr; align-items: center; gap: 8px; padding: 12px; border: 1px solid #247b52; background: linear-gradient(145deg,#125638,#083d27); clip-path: polygon(0 0, calc(100% - 9px) 0, 100% 9px, 100% 100%, 9px 100%, 0 calc(100% - 9px)); }
.cash-out-summary article > span[b-7r28gg9hdy] { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.12); color: #a9ebc5; }
.cash-out-summary article > div[b-7r28gg9hdy] { min-width: 0; display: flex; flex-direction: column; }
.cash-out-summary small[b-7r28gg9hdy] { color: #b7d8c6; font-size: .44rem; font-weight: 800; letter-spacing: .05em; }
.cash-out-summary strong[b-7r28gg9hdy] { margin-top: 5px; overflow: hidden; color: #fff; font: 700 .86rem 'Outfit', sans-serif; text-overflow: ellipsis; white-space: nowrap; }
.client-cash-in-list[b-7r28gg9hdy] { margin-top: 13px; border: 1px solid #d4e6dc; background: #fff; }
.cash-in-history-head[b-7r28gg9hdy], .cash-in-history-row[b-7r28gg9hdy] { display: grid; grid-template-columns: .65fr .7fr .75fr 1fr; align-items: center; gap: 9px; padding: 9px 12px; }
.cash-in-history-head[b-7r28gg9hdy] { border-bottom: 1px solid #dceae2; background: #f8fbf9; color: #71877b; font-size: .45rem; font-weight: 800; letter-spacing: .07em; }
.cash-in-history-row[b-7r28gg9hdy] { min-height: 42px; border-bottom: 1px solid #e4eee8; color: #587365; font-size: .58rem; }
.cash-in-history-row:last-child[b-7r28gg9hdy] { border-bottom: 0; }
.cash-in-history-row b[b-7r28gg9hdy] { color: #2d5b43; font-size: .59rem; }
.cash-in-history-row em[b-7r28gg9hdy] { color: #6c8578; font-style: normal; }
.cash-in-history-row strong[b-7r28gg9hdy] { color: #087747; text-align: right; font-size: .63rem; }
.cash-out-empty[b-7r28gg9hdy] { padding: 22px 12px; color: #7a9185; text-align: center; font-size: .6rem; }
.cash-out-amount-field[b-7r28gg9hdy] { margin-top: 13px; }
.cash-out-balance[b-7r28gg9hdy] { min-height: 62px; display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 12px; padding: 12px 16px; border: 1px solid #168051; background: linear-gradient(145deg,#11603d,#08432b); color: #fff; clip-path: polygon(0 0, calc(100% - 11px) 0, 100% 11px, 100% 100%, 11px 100%, 0 calc(100% - 11px)); }
.cash-out-balance > div[b-7r28gg9hdy] { display: flex; align-items: center; gap: 9px; }
.cash-out-balance > div span[b-7r28gg9hdy] { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.12); color: #a9ebc5; }
.cash-out-balance small[b-7r28gg9hdy] { color: #c1dfcf; font-size: .52rem; font-weight: 800; letter-spacing: .11em; }
.cash-out-balance > strong[b-7r28gg9hdy] { font: 700 1.12rem 'Outfit', sans-serif; }
.cash-out-balance.negative[b-7r28gg9hdy] { border-color: #b45b5b; background: linear-gradient(145deg,#8d3333,#612020); }
.cash-out-select-prompt[b-7r28gg9hdy] { min-height: 190px; display: flex; flex-direction: column; align-items: center; justify-content: center; margin-top: 14px; border: 1px dashed #c8ddd2; color: #7a9185; background: #fbfdfc; }
.cash-out-select-prompt > span[b-7r28gg9hdy] { width: 40px; height: 40px; display: grid; place-items: center; margin-bottom: 8px; border-radius: 50%; background: #e7f6ee; color: #07834c; font-size: 1.1rem; }
.cash-out-select-prompt b[b-7r28gg9hdy] { color: #496b59; font-size: .68rem; }
.cash-out-select-prompt small[b-7r28gg9hdy] { margin-top: 4px; font-size: .55rem; }
.cash-modal-card[b-7r28gg9hdy] { width: min(690px, 100%); }
.cash-donut-panel[b-7r28gg9hdy] { display: grid; grid-template-columns: 124px 1fr; align-items: center; gap: 20px; margin-top: 18px; padding: 15px 18px; border: 1px solid #14784b; background: linear-gradient(145deg,#124f34,#0a3d28); box-shadow: 0 10px 24px rgba(7,72,43,.14); }
.cash-donut[b-7r28gg9hdy] { --cash-angle: 0deg; position: relative; width: 112px; height: 112px; display: grid; place-items: center; border-radius: 50%; background: conic-gradient(#087a49 0 var(--cash-angle), #73c79a var(--cash-angle) 360deg); box-shadow: 0 8px 22px rgba(7,116,66,.12); }
.cash-donut.empty[b-7r28gg9hdy] { background: conic-gradient(#dceae2 0 360deg); }
.cash-donut[b-7r28gg9hdy]::before { content: ''; position: absolute; inset: 15px; border-radius: 50%; background: #fff; box-shadow: inset 0 0 0 1px #e2eee7; }
.cash-donut > span[b-7r28gg9hdy] { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; }
.cash-donut b[b-7r28gg9hdy] { color: #16452e; font: 700 1.25rem 'Outfit', sans-serif; }
.cash-donut small[b-7r28gg9hdy] { margin-top: 2px; color: #71877b; font-size: .43rem; font-weight: 800; letter-spacing: .08em; }
.cash-donut-copy[b-7r28gg9hdy] { min-width: 0; }
.donut-kicker[b-7r28gg9hdy] { color: #8de0b3; font-size: .5rem; font-weight: 800; letter-spacing: .12em; }
.cash-donut-copy h3[b-7r28gg9hdy] { margin: 4px 0 11px; color: #fff; font: 700 1rem 'Outfit', sans-serif; }
.donut-legend[b-7r28gg9hdy] { display: grid; gap: 7px; }
.donut-legend > div[b-7r28gg9hdy] { display: grid; grid-template-columns: 9px 1fr auto; align-items: center; gap: 7px; color: #c4e2d2; font-size: .61rem; }
.donut-legend i[b-7r28gg9hdy] { width: 8px; height: 8px; border-radius: 50%; background: #087a49; }
.donut-legend i.card-dot[b-7r28gg9hdy] { background: #73c79a; }
.donut-legend strong[b-7r28gg9hdy] { color: #fff; font-size: .66rem; }
.cash-summary-grid[b-7r28gg9hdy] { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 18px; }
.cash-summary-card[b-7r28gg9hdy] { min-width: 0; display: grid; grid-template-columns: 34px 1fr; align-items: center; gap: 9px; padding: 13px 12px; border: 1px solid #247b52; background: #0e4d32; clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px)); box-shadow: 0 7px 16px rgba(7,72,43,.12); }
.cash-summary-card.total[b-7r28gg9hdy] { border-color: #3a9c69; background: #09633d; }
.cash-summary-card > span[b-7r28gg9hdy] { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.12); color: #a9ebc5; font-size: .94rem; font-weight: 800; }
.cash-summary-card div[b-7r28gg9hdy] { min-width: 0; display: flex; flex-direction: column; }
.cash-summary-card small[b-7r28gg9hdy] { color: #b7d8c6; font-size: .47rem; font-weight: 800; letter-spacing: .04em; }
.cash-summary-card strong[b-7r28gg9hdy] { margin-top: 5px; overflow: hidden; color: #fff; font: 700 .95rem 'Outfit', sans-serif; text-overflow: ellipsis; white-space: nowrap; }
.cash-control-columns[b-7r28gg9hdy] { display: grid; grid-template-columns: 1.25fr .75fr; gap: 12px; margin-top: 14px; }
.cash-control-section[b-7r28gg9hdy] { padding: 14px; border: 1px solid #cfe3d8; background: #fff; box-shadow: 0 8px 18px rgba(7,72,43,.06); }
.cash-control-section h3[b-7r28gg9hdy] { display: flex; align-items: center; gap: 8px; margin: 0 0 12px; color: #285941; font-size: .65rem; letter-spacing: .1em; }
.cash-control-section h3 span[b-7r28gg9hdy] { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; background: #e3f5eb; color: #07834c; font-size: .82rem; }
.cash-control-section .shift-field > span[b-7r28gg9hdy] { color: #526f60; }
.cash-input-grid[b-7r28gg9hdy] { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.cash-input-grid .shift-field[b-7r28gg9hdy] { margin-top: 0; }
.readonly-cash-list[b-7r28gg9hdy] { display: grid; gap: 7px; margin-top: 12px; }
.readonly-cash-list > div[b-7r28gg9hdy] { display: flex; align-items: center; justify-content: space-between; gap: 10px; min-height: 38px; padding: 8px 10px; border: 1px solid #d7e8df; background: #fff; }
.readonly-cash-list span[b-7r28gg9hdy] { color: #637d70; font-size: .58rem; font-weight: 700; }
.readonly-cash-list strong[b-7r28gg9hdy] { color: #1d4d34; font: 700 .76rem 'Outfit', sans-serif; }
.readonly-cash-list .balance[b-7r28gg9hdy] { border-color: #87c8a5; background: #fff; }
.readonly-cash-list.card-only[b-7r28gg9hdy] { margin-top: 0; }
.card-section[b-7r28gg9hdy] { background: #fff; }
.money-field[b-7r28gg9hdy] { position: relative; }
.money-field input[b-7r28gg9hdy] { padding-left: 11px; }
.no-spinner[b-7r28gg9hdy]::-webkit-inner-spin-button, .no-spinner[b-7r28gg9hdy]::-webkit-outer-spin-button { margin: 0; -webkit-appearance: none; }
.no-spinner[b-7r28gg9hdy] { appearance: textfield; -moz-appearance: textfield; }
.form-error[b-7r28gg9hdy] { margin: 13px 0 0; padding: 9px 11px; border: 1px solid #9ed2b7; border-radius: 8px; background: #edf8f2; color: #176a43; font-size: .64rem; }
.modal-actions[b-7r28gg9hdy] { display: flex; justify-content: flex-end; gap: 9px; margin-top: 20px; padding-top: 16px; border-top: 1px solid #dceae2; }
.cash-actions[b-7r28gg9hdy] { align-items: center; }
.cash-footer-total[b-7r28gg9hdy] { min-width: 175px; min-height: 46px; display: grid; grid-template-columns: 30px 1fr; align-items: center; gap: 9px; margin-right: auto; padding: 7px 11px; border: 1px solid #2c8559; background: linear-gradient(145deg,#115337,#083c27); color: #fff; clip-path: polygon(0 0, calc(100% - 9px) 0, 100% 9px, 100% 100%, 9px 100%, 0 calc(100% - 9px)); }
.cash-footer-total > span[b-7r28gg9hdy] { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.12); color: #a9ebc5; }
.cash-footer-total > div[b-7r28gg9hdy] { display: flex; flex-direction: column; }
.cash-footer-total small[b-7r28gg9hdy] { color: #b9d9c8; font-size: .47rem; font-weight: 800; letter-spacing: .1em; }
.cash-footer-total strong[b-7r28gg9hdy] { margin-top: 2px; font: 700 .9rem 'Outfit', sans-serif; }
.secondary-button[b-7r28gg9hdy], .primary-button[b-7r28gg9hdy] { min-width: 96px; min-height: 40px; padding: 0 16px; border-radius: 8px; cursor: pointer; font-size: .7rem; font-weight: 800; }
.secondary-button[b-7r28gg9hdy] { border: 1px solid #bdd9ca; background: #fff; color: #275b42; }
.primary-button[b-7r28gg9hdy] { border: 1px solid #079455; background: linear-gradient(135deg,#21b96d,#079455); color: #fff; box-shadow: 0 8px 22px rgba(7,148,85,.16); }
.courtesy-modal-card[b-7r28gg9hdy] { width: min(900px, 100%); max-height: calc(100dvh - 40px); overflow-y: auto; }
.courtesy-overview[b-7r28gg9hdy] { display: grid; grid-template-columns: 1fr 1fr auto; gap: 10px; align-items: stretch; margin-top: 18px; }
.courtesy-stat-card[b-7r28gg9hdy] { min-width: 0; display: grid; grid-template-columns: 38px 1fr; align-items: center; gap: 10px; padding: 13px 14px; border: 1px solid #247b52; background: #0e4d32; color: #fff; clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px)); }
.courtesy-stat-card > span[b-7r28gg9hdy] { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.12); color: #a9ebc5; font-size: 1rem; }
.courtesy-stat-card > div[b-7r28gg9hdy] { min-width: 0; display: flex; flex-direction: column; }
.courtesy-stat-card small[b-7r28gg9hdy] { color: #b7d8c6; font-size: .49rem; font-weight: 800; letter-spacing: .06em; }
.courtesy-stat-card strong[b-7r28gg9hdy] { margin-top: 5px; overflow: hidden; color: #fff; font: 700 1rem 'Outfit', sans-serif; text-overflow: ellipsis; white-space: nowrap; }
.add-courtesy-button[b-7r28gg9hdy] { min-width: 155px; padding: 0 16px; border: 1px solid #079455; border-radius: 8px; background: linear-gradient(135deg,#21b96d,#079455); color: #fff; box-shadow: 0 8px 22px rgba(7,148,85,.16); cursor: pointer; font-size: .67rem; font-weight: 800; }
.courtesy-editor[b-7r28gg9hdy] { margin-top: 15px; padding: 16px; border: 1px solid #b8dcca; background: #f8fcfa; box-shadow: inset 3px 0 #079455; }
.courtesy-editor-heading[b-7r28gg9hdy] { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; padding-bottom: 12px; border-bottom: 1px solid #dceae2; }
.courtesy-editor-heading span[b-7r28gg9hdy] { color: #07834c; font-size: .49rem; font-weight: 800; letter-spacing: .1em; }
.courtesy-editor-heading h3[b-7r28gg9hdy] { margin: 3px 0 0; color: #153b29; font: 700 .94rem 'Outfit', sans-serif; }
.courtesy-editor-heading button[b-7r28gg9hdy] { width: 28px; height: 28px; border: 1px solid #cfe2d7; border-radius: 7px; background: #fff; color: #426a56; cursor: pointer; font-size: 1rem; }
.courtesy-field[b-7r28gg9hdy] { display: flex; flex-direction: column; gap: 6px; }
.courtesy-field > span[b-7r28gg9hdy] { color: #526f60; font-size: .61rem; font-weight: 700; }
.courtesy-field input[b-7r28gg9hdy], .courtesy-field select[b-7r28gg9hdy] { width: 100%; min-height: 41px; padding: 0 11px; border: 1px solid #c9dfd2; border-radius: 7px; outline: none; background: #fff; color: #173c2a; font: 600 .7rem 'DM Sans', sans-serif; }
.courtesy-field input:focus[b-7r28gg9hdy], .courtesy-field select:focus[b-7r28gg9hdy] { border-color: #079455; box-shadow: 0 0 0 3px rgba(7,148,85,.1); }
.courtesy-client-field[b-7r28gg9hdy] { margin-top: 13px; }
.courtesy-editor-grid[b-7r28gg9hdy] { display: grid; grid-template-columns: .9fr 1.1fr; gap: 13px; margin-top: 13px; }
.product-menu[b-7r28gg9hdy], .selected-products[b-7r28gg9hdy] { padding: 13px; border: 1px solid #d8e9df; background: #fff; }
.product-menu h4[b-7r28gg9hdy], .selected-products h4[b-7r28gg9hdy] { margin: 0 0 11px; color: #2b5d44; font-size: .53rem; letter-spacing: .09em; }
.product-menu-head[b-7r28gg9hdy] { display: grid; grid-template-columns: 1fr auto; gap: 10px; padding: 0 34px 7px 9px; color: #71877b; font-size: .45rem; font-weight: 800; letter-spacing: .08em; }
.product-menu-list[b-7r28gg9hdy] { display: grid; gap: 6px; }
.product-menu-list button[b-7r28gg9hdy] { width: 100%; min-height: 40px; display: grid; grid-template-columns: 1fr auto 24px; align-items: center; gap: 8px; padding: 6px 8px 6px 10px; border: 1px solid #d7e8df; border-radius: 6px; background: #fff; color: #315b46; text-align: left; cursor: pointer; transition: 140ms ease; }
.product-menu-list button:hover[b-7r28gg9hdy] { border-color: #71bd94; background: #f1faf5; transform: translateX(2px); }
.product-menu-list button span[b-7r28gg9hdy] { font-size: .63rem; font-weight: 700; }
.product-menu-list button strong[b-7r28gg9hdy] { color: #087747; font-size: .65rem; }
.product-menu-list button em[b-7r28gg9hdy] { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; background: #e3f5eb; color: #07834c; font-size: .8rem; font-style: normal; font-weight: 800; }
.products-empty[b-7r28gg9hdy] { min-height: 82px; display: grid; place-items: center; border: 1px dashed #c8ddd2; color: #789084; font-size: .61rem; }
.selected-product-row[b-7r28gg9hdy] { display: grid; grid-template-columns: 1fr auto 24px; align-items: center; gap: 8px; min-height: 38px; padding: 6px 8px; border: 1px solid #dceae2; background: #fff; }
.selected-product-row + .selected-product-row[b-7r28gg9hdy] { margin-top: 6px; }
.selected-product-row span[b-7r28gg9hdy] { overflow: hidden; color: #315b46; font-size: .62rem; text-overflow: ellipsis; white-space: nowrap; }
.selected-product-row strong[b-7r28gg9hdy] { color: #174b31; font-size: .65rem; }
.selected-product-row button[b-7r28gg9hdy] { width: 24px; height: 24px; padding: 0; border: 1px solid #cfe2d7; border-radius: 5px; background: #f7fbf8; color: #587565; cursor: pointer; }
.courtesy-draft-totals[b-7r28gg9hdy] { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; margin-top: 10px; }
.courtesy-draft-totals > div[b-7r28gg9hdy] { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 10px; border: 1px solid #75bd96; background: #f0faf4; }
.courtesy-draft-totals span[b-7r28gg9hdy] { color: #397058; font-size: .48rem; font-weight: 800; letter-spacing: .07em; }
.courtesy-draft-totals strong[b-7r28gg9hdy] { color: #087747; font: 700 .82rem 'Outfit', sans-serif; }
.courtesy-editor-actions[b-7r28gg9hdy] { margin-top: 14px; padding-top: 13px; }
.courtesy-list-panel[b-7r28gg9hdy] { margin-top: 15px; border: 1px solid #d4e6dc; background: #fff; }
.courtesy-list-heading[b-7r28gg9hdy] { display: flex; align-items: center; justify-content: space-between; padding: 11px 13px; border-bottom: 1px solid #dceae2; }
.courtesy-list-heading span[b-7r28gg9hdy] { color: #2e6148; font-size: .54rem; font-weight: 800; letter-spacing: .09em; }
.courtesy-list-heading strong[b-7r28gg9hdy] { min-width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; background: #e5f5ec; color: #07834c; font-size: .63rem; }
.courtesy-table-wrap[b-7r28gg9hdy] { overflow-x: auto; }
.courtesy-table[b-7r28gg9hdy] { width: 100%; border-collapse: collapse; }
.courtesy-table th[b-7r28gg9hdy] { padding: 9px 12px; border-bottom: 1px solid #dceae2; color: #71877b; background: #f8fbf9; text-align: left; font-size: .48rem; letter-spacing: .08em; }
.courtesy-table td[b-7r28gg9hdy] { padding: 10px 12px; border-bottom: 1px solid #e5eee9; color: #3f6250; font-size: .62rem; }
.courtesy-table tbody tr:last-child td[b-7r28gg9hdy] { border-bottom: 0; }
.courtesy-table td strong[b-7r28gg9hdy] { color: #087747; font-size: .66rem; }
.courtesy-table .courtesy-empty[b-7r28gg9hdy] { padding: 24px 12px; color: #7a9185; text-align: center; }
.clients-modal-card[b-7r28gg9hdy] { width: min(960px, 100%); max-height: calc(100dvh - 40px); overflow-y: auto; }
.clients-overview[b-7r28gg9hdy] { display: grid; grid-template-columns: 1fr 1fr auto; gap: 10px; align-items: stretch; margin-top: 18px; }
.client-stat-card[b-7r28gg9hdy] { min-width: 0; min-height: 66px; display: grid; grid-template-columns: 38px 1fr; align-items: center; gap: 10px; padding: 13px 14px; border: 1px solid #247b52; background: linear-gradient(145deg,#125638,#083d27); color: #fff; clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px)); }
.client-stat-card > span[b-7r28gg9hdy] { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.12); color: #a9ebc5; font-size: 1rem; }
.client-stat-card > div[b-7r28gg9hdy] { min-width: 0; display: flex; flex-direction: column; }
.client-stat-card small[b-7r28gg9hdy] { color: #b7d8c6; font-size: .49rem; font-weight: 800; letter-spacing: .06em; }
.client-stat-card strong[b-7r28gg9hdy] { margin-top: 4px; color: #fff; font: 700 1.1rem 'Outfit', sans-serif; }
.add-client-button[b-7r28gg9hdy] { min-width: 150px; padding: 0 16px; border: 1px solid #079455; border-radius: 8px; background: linear-gradient(135deg,#21b96d,#079455); color: #fff; box-shadow: 0 8px 22px rgba(7,148,85,.16); cursor: pointer; font-size: .67rem; font-weight: 800; }
.client-editor[b-7r28gg9hdy] { margin-top: 15px; padding: 16px; border: 1px solid #b8dcca; background: #f8fcfa; box-shadow: inset 3px 0 #079455; }
.client-form-layout[b-7r28gg9hdy] { display: grid; grid-template-columns: 1fr 235px; gap: 15px; margin-top: 14px; }
.client-fields[b-7r28gg9hdy] { display: grid; gap: 12px; }
.client-form-grid[b-7r28gg9hdy] { display: grid; gap: 10px; }
.client-form-grid.two-columns[b-7r28gg9hdy] { grid-template-columns: 1fr 1fr; }
.client-form-grid.three-columns[b-7r28gg9hdy] { grid-template-columns: 1fr 1fr 1fr; margin-top: 10px; }
.client-form-grid.street-grid[b-7r28gg9hdy] { grid-template-columns: 1fr 110px; }
.client-demographics[b-7r28gg9hdy] { align-items: stretch; }
.gender-field[b-7r28gg9hdy] { min-width: 0; margin: 0; padding: 9px 11px; border: 1px solid #c9dfd2; border-radius: 7px; background: #fff; }
.gender-field legend[b-7r28gg9hdy] { padding: 0 4px; color: #526f60; font-size: .61rem; font-weight: 700; }
.gender-field > div[b-7r28gg9hdy] { min-height: 30px; display: flex; align-items: center; gap: 16px; }
.gender-field label[b-7r28gg9hdy] { display: flex; align-items: center; gap: 6px; color: #355c48; cursor: pointer; font-size: .63rem; font-weight: 700; }
.gender-field input[b-7r28gg9hdy] { width: 15px; height: 15px; margin: 0; accent-color: #079455; }
.courtesy-field > span em[b-7r28gg9hdy] { color: #879b91; font-size: .52rem; font-style: normal; font-weight: 500; }
.address-block[b-7r28gg9hdy] { padding: 12px; border: 1px solid #d4e6dc; background: #fff; }
.address-title[b-7r28gg9hdy] { display: flex; align-items: center; gap: 8px; margin-bottom: 10px; }
.address-title > span[b-7r28gg9hdy] { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; background: #e7f6ee; color: #07834c; }
.address-title > div[b-7r28gg9hdy] { display: flex; flex-direction: column; }
.address-title b[b-7r28gg9hdy] { color: #2b5d44; font-size: .54rem; letter-spacing: .08em; }
.address-title small[b-7r28gg9hdy] { color: #84978d; font-size: .48rem; }
.official-id-panel[b-7r28gg9hdy] { display: flex; flex-direction: column; min-width: 0; }
.official-id-title[b-7r28gg9hdy] { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-bottom: 8px; }
.official-id-title b[b-7r28gg9hdy] { color: #2b5d44; font-size: .53rem; letter-spacing: .08em; }
.official-id-title small[b-7r28gg9hdy] { color: #84978d; font-size: .48rem; }
.official-id-box[b-7r28gg9hdy] { position: relative; min-height: 226px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 7px; overflow: hidden; border: 1px dashed #91cbae; border-radius: 9px; background: #fff; color: #537361; text-align: center; cursor: pointer; }
.official-id-box:hover[b-7r28gg9hdy] { border-color: #079455; background: #f5fbf8; }
.official-id-box input[type=file][b-7r28gg9hdy] { position: absolute; inset: 0; z-index: 2; width: 100%; height: 100%; opacity: 0; cursor: pointer; }
.upload-icon[b-7r28gg9hdy] { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: #e6f6ed; color: #07834c; font-size: 1.35rem; }
.official-id-box > strong[b-7r28gg9hdy] { font-size: .64rem; }
.official-id-box > small[b-7r28gg9hdy] { max-width: 150px; color: #82958b; font-size: .53rem; line-height: 1.45; }
.official-id-box img[b-7r28gg9hdy] { width: 100%; height: 226px; object-fit: contain; background: #edf5f1; }
.change-id[b-7r28gg9hdy] { position: absolute; right: 8px; bottom: 8px; padding: 5px 8px; border-radius: 6px; background: rgba(6,67,41,.88); color: #fff; font-size: .5rem; font-weight: 800; }
.selected-id-name[b-7r28gg9hdy] { margin-top: 7px; overflow: hidden; color: #70877a; font-size: .51rem; text-overflow: ellipsis; white-space: nowrap; }
.client-editor-actions[b-7r28gg9hdy] { margin-top: 14px; padding-top: 13px; }
.clients-list-panel[b-7r28gg9hdy] { margin-top: 15px; border: 1px solid #d4e6dc; background: #fff; }
.clients-empty[b-7r28gg9hdy] { min-height: 130px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #7a9185; }
.clients-empty > span[b-7r28gg9hdy] { width: 38px; height: 38px; display: grid; place-items: center; margin-bottom: 8px; border-radius: 50%; background: #e8f6ee; color: #079455; font-size: 1.1rem; }
.clients-empty b[b-7r28gg9hdy] { color: #496b59; font-size: .68rem; }
.clients-empty small[b-7r28gg9hdy] { margin-top: 4px; font-size: .55rem; }
.clients-list[b-7r28gg9hdy] { display: grid; }
.client-row[b-7r28gg9hdy] { display: grid; grid-template-columns: 38px minmax(160px,1fr) minmax(100px,.7fr); align-items: center; gap: 10px; min-height: 58px; padding: 9px 13px; border-bottom: 1px solid #e2ede7; }
.client-row:last-child[b-7r28gg9hdy] { border-bottom: 0; }
.client-avatar[b-7r28gg9hdy] { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: #e4f5eb; color: #07834c; font: 800 .65rem 'Outfit', sans-serif; }
.client-row > div:nth-child(2)[b-7r28gg9hdy] { display: flex; flex-direction: column; }
.client-row b[b-7r28gg9hdy] { color: #214f38; font-size: .66rem; }
.client-row small[b-7r28gg9hdy], .client-row > span[b-7r28gg9hdy] { margin-top: 3px; color: #788e82; font-size: .53rem; }
.configuration-modal-card[b-7r28gg9hdy] { width: min(820px, 100%); max-height: calc(100dvh - 40px); overflow-y: auto; }
.employee-overview[b-7r28gg9hdy] { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 18px; }
.employee-stat-card[b-7r28gg9hdy] { min-width: 0; min-height: 72px; display: grid; grid-template-columns: 40px 1fr; align-items: center; gap: 10px; padding: 13px 15px; border: 1px solid #247b52; background: linear-gradient(145deg,#125638,#083d27); color: #fff; clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px)); }
.employee-stat-card > span[b-7r28gg9hdy] { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.12); color: #a9ebc5; font-size: 1.05rem; }
.employee-stat-card > div[b-7r28gg9hdy] { display: flex; flex-direction: column; }
.employee-stat-card small[b-7r28gg9hdy] { color: #b7d8c6; font-size: .49rem; font-weight: 800; letter-spacing: .07em; }
.employee-stat-card strong[b-7r28gg9hdy] { margin-top: 5px; color: #fff; font: 700 1.12rem 'Outfit', sans-serif; }
.configuration-sections[b-7r28gg9hdy] { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 15px; }
.employees-panel[b-7r28gg9hdy], .permissions-panel[b-7r28gg9hdy] { min-width: 0; border: 1px solid #d4e6dc; background: #fff; }
.configuration-panel-title[b-7r28gg9hdy] { display: flex; align-items: center; gap: 9px; padding: 12px 13px; border-bottom: 1px solid #dceae2; }
.configuration-panel-title > span[b-7r28gg9hdy] { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: #e5f5ec; color: #07834c; font-weight: 800; }
.configuration-panel-title > div[b-7r28gg9hdy] { display: flex; flex-direction: column; }
.configuration-panel-title b[b-7r28gg9hdy] { color: #285941; font-size: .56rem; letter-spacing: .08em; }
.configuration-panel-title small[b-7r28gg9hdy] { margin-top: 2px; color: #81958a; font-size: .48rem; }
.configuration-empty[b-7r28gg9hdy] { min-height: 200px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 20px; color: #81958a; text-align: center; }
.configuration-empty strong[b-7r28gg9hdy] { color: #496b59; font-size: .68rem; }
.configuration-empty span[b-7r28gg9hdy] { max-width: 210px; margin-top: 5px; font-size: .54rem; line-height: 1.45; }
.employee-list[b-7r28gg9hdy] { display: grid; }
.employee-list > div[b-7r28gg9hdy] { display: grid; grid-template-columns: 34px 1fr auto; align-items: center; gap: 9px; padding: 10px 12px; border-bottom: 1px solid #e3ede8; }
.employee-list > div:last-child[b-7r28gg9hdy] { border-bottom: 0; }
.employee-list > div > span[b-7r28gg9hdy] { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: #e5f5ec; color: #07834c; font-size: .55rem; font-weight: 800; }
.employee-list p[b-7r28gg9hdy] { display: flex; flex-direction: column; margin: 0; }
.employee-list p b[b-7r28gg9hdy] { color: #315b46; font-size: .62rem; }
.employee-list p small[b-7r28gg9hdy] { margin-top: 2px; color: #80958a; font-size: .49rem; }
.employee-list em[b-7r28gg9hdy] { color: #07834c; font-size: .45rem; font-style: normal; font-weight: 800; }
.permissions-head[b-7r28gg9hdy], .permission-row[b-7r28gg9hdy] { display: grid; grid-template-columns: 1fr 55px 65px; align-items: center; gap: 6px; padding: 9px 12px; }
.permissions-head[b-7r28gg9hdy] { color: #748b7e; background: #f8fbf9; font-size: .43rem; letter-spacing: .07em; }
.permissions-head b[b-7r28gg9hdy] { text-align: center; font-size: .43rem; }
.permission-row[b-7r28gg9hdy] { min-height: 39px; border-top: 1px solid #e4eee8; color: #4f6e5e; font-size: .57rem; }
.permission-row b[b-7r28gg9hdy] { color: #07834c; text-align: center; }
.reports-modal-card[b-7r28gg9hdy] { width: min(470px,100%); }
.reports-coming-soon[b-7r28gg9hdy] { min-height: 180px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; margin-top: 18px; border: 1px solid #c8dfd3; background: radial-gradient(circle at 50% 42%,#e1f5e9,#f9fcfa 62%); color: #087747; }
.reports-coming-soon span[b-7r28gg9hdy] { width: 58px; height: 58px; display: grid; place-items: center; border: 1px solid #87c8a5; border-radius: 50%; background: #fff; font-size: 1.5rem; }
.reports-coming-soon strong[b-7r28gg9hdy] { font: 700 1rem 'Outfit',sans-serif; letter-spacing: .13em; }
.toast[b-7r28gg9hdy] { position: fixed; right: 22px; bottom: 22px; z-index: 200; display: flex; align-items: center; gap: 9px; padding: 12px 16px; border: 1px solid #9dd1b5; border-radius: 10px; background: #fff; box-shadow: 0 15px 40px rgba(15,72,43,.18); color: #20553a; font-size: .68rem; animation: toast-in-b-7r28gg9hdy 220ms ease; }
.toast span[b-7r28gg9hdy] { width: 21px; height: 21px; display: grid; place-items: center; border-radius: 50%; background: #e6f6ed; color: #079455; font-weight: 800; }

@keyframes fade-in-b-7r28gg9hdy { from { opacity: 0; } }
@keyframes modal-in-b-7r28gg9hdy { from { opacity: 0; transform: translateY(8px) scale(.985); } }
@keyframes toast-in-b-7r28gg9hdy { from { opacity: 0; transform: translateY(8px); } }

.principal-loading[b-7r28gg9hdy] { min-height: 100vh; display: grid; place-content: center; justify-items: center; color: #64809d; font-size: .72rem; }.principal-loading span[b-7r28gg9hdy] { width: 36px; height: 36px; border: 3px solid #d8eafa; border-top-color: var(--blue); border-radius: 50%; animation: spin-b-7r28gg9hdy .8s linear infinite; }
@keyframes spin-b-7r28gg9hdy { to { transform: rotate(360deg); } }

@media (max-width: 1280px) {
    .portal-layout[b-7r28gg9hdy] { grid-template-columns: 185px minmax(460px, 1fr) 185px; gap: 10px; padding-inline: 12px; }.summary-card[b-7r28gg9hdy],.performance-card[b-7r28gg9hdy] { padding-inline: 13px; }.module-stage[b-7r28gg9hdy] { padding-inline: 14px; grid-template-columns: minmax(165px,1fr) minmax(140px,.72fr) minmax(165px,1fr); }.module-card[b-7r28gg9hdy] { padding-inline: 10px; grid-template-columns: 40px 1fr; gap: 9px; }.module-card em[b-7r28gg9hdy] { display: none; }.module-icon[b-7r28gg9hdy] { width: 36px; height: 36px; font-size: 1.1rem; }
}

@media (max-width: 1050px) {
    .portal-layout[b-7r28gg9hdy] { grid-template-columns: 146px minmax(340px, 1fr) 146px; gap: 8px; padding: 12px 8px 18px; }
    .summary-card[b-7r28gg9hdy],.performance-card[b-7r28gg9hdy] { padding: 14px 9px 10px; }
    .summary-item[b-7r28gg9hdy] { padding: 0 2px 15px; }.summary-item + .summary-item[b-7r28gg9hdy] { padding-top: 15px; }.rail-label[b-7r28gg9hdy] { gap: 5px; font-size: .48rem; }.rail-label i[b-7r28gg9hdy] { font-size: .75rem; }.summary-item strong[b-7r28gg9hdy] { margin: 9px 0 2px 0; font-size: 1.32rem; }.summary-item p[b-7r28gg9hdy],.summary-item small[b-7r28gg9hdy] { margin-left: 0; font-size: .47rem; }.linear-progress[b-7r28gg9hdy] { margin: 9px 0 0; }.alert-box[b-7r28gg9hdy] { gap: 6px; padding: 10px 8px; }.alert-icon[b-7r28gg9hdy] { width: 22px; height: 22px; }.alert-box b[b-7r28gg9hdy] { font-size: .45rem; }.alert-box strong[b-7r28gg9hdy] { font-size: 1.2rem; }.alert-box small[b-7r28gg9hdy] { font-size: .43rem; }.alert-box em[b-7r28gg9hdy] { padding-left: 0; font-size: .44rem; }
    .title-block[b-7r28gg9hdy] { padding-top: 12px; }.title-block h1[b-7r28gg9hdy] { font-size: clamp(1.55rem,4vw,2.4rem); }.module-stage[b-7r28gg9hdy] { min-height: 320px; grid-template-columns: minmax(110px,1fr) 92px minmax(110px,1fr); gap: 6px; padding: 0 8px 8px; }.module-column[b-7r28gg9hdy] { gap: 6px; }.module-card[b-7r28gg9hdy] { min-height: 54px; grid-template-columns: 28px 1fr; gap: 6px; padding: 5px 6px; }.module-icon[b-7r28gg9hdy] { width: 26px; height: 26px; font-size: .78rem; }.module-card b[b-7r28gg9hdy] { font-size: .62rem; }.module-card small[b-7r28gg9hdy] { margin-top: 1px; font-size: .41rem; }.core-hex[b-7r28gg9hdy] { width: 68px; }.core-hex span[b-7r28gg9hdy] { font-size: 2.25rem; }.core-visual > small[b-7r28gg9hdy] { bottom: 19%; }
    .performance-card h2[b-7r28gg9hdy] { margin-bottom: 5px; font-size: .47rem; }.ring-metric[b-7r28gg9hdy] { min-height: 112px; grid-template-columns: 60px 1fr; gap: 5px; }.progress-ring[b-7r28gg9hdy] { width: 56px; height: 56px; }.progress-ring[b-7r28gg9hdy]::before { inset: 6px; }.progress-ring span[b-7r28gg9hdy] { font-size: .72rem; }.ring-metric b[b-7r28gg9hdy] { font-size: .46rem; }.ring-metric small[b-7r28gg9hdy] { margin-top: 4px; font-size: .42rem; }
}

@media (max-width: 680px) {
    .portal-layout[b-7r28gg9hdy] { height: auto; min-height: 100vh; display: flex; flex-direction: column; padding: 12px; }.command-center[b-7r28gg9hdy] { order: 1; }.summary-rail[b-7r28gg9hdy] { order: 2; }.performance-rail[b-7r28gg9hdy] { order: 3; }
    .title-block h1[b-7r28gg9hdy] { font-size: 2rem; }.module-stage[b-7r28gg9hdy] { min-height: auto; grid-template-columns: 1fr 1fr; padding: 10px 14px 16px; }.core-visual[b-7r28gg9hdy] { grid-column: 1 / -1; grid-row: 1; width: 190px; margin: 0 auto; }.left-modules[b-7r28gg9hdy] { grid-column: 1; grid-row: 2; }.right-modules[b-7r28gg9hdy] { grid-column: 2; grid-row: 2; }.module-column[b-7r28gg9hdy] { width: 100%; }.module-card[b-7r28gg9hdy] { min-height: 68px; grid-template-columns: 34px 1fr; }.module-card em[b-7r28gg9hdy] { display: none; }.module-card small[b-7r28gg9hdy] { white-space: normal; }.circuit-lines[b-7r28gg9hdy] { display: none; }
    .courtesy-overview[b-7r28gg9hdy] { grid-template-columns: 1fr 1fr; }.add-courtesy-button[b-7r28gg9hdy] { grid-column: 1 / -1; min-height: 42px; }.courtesy-editor-grid[b-7r28gg9hdy] { grid-template-columns: 1fr; }
    .clients-overview[b-7r28gg9hdy] { grid-template-columns: 1fr 1fr; }.add-client-button[b-7r28gg9hdy] { grid-column: 1 / -1; min-height: 42px; }.client-form-layout[b-7r28gg9hdy] { grid-template-columns: 1fr; }.official-id-box[b-7r28gg9hdy] { min-height: 190px; }.official-id-box img[b-7r28gg9hdy] { height: 190px; }
    .cash-in-overview[b-7r28gg9hdy] { grid-template-columns: repeat(3, 1fr); }.add-cash-in-button[b-7r28gg9hdy] { grid-column: 1 / -1; min-height: 42px; }
    .cash-out-summary[b-7r28gg9hdy] { grid-template-columns: 1fr; }
    .configuration-sections[b-7r28gg9hdy] { grid-template-columns: 1fr; }
    .employee-overview[b-7r28gg9hdy] { grid-template-columns: 1fr 1fr; }.employee-stat-card:last-child[b-7r28gg9hdy] { grid-column: 1 / -1; }
}

@media (max-width: 520px) {
    .module-stage[b-7r28gg9hdy] { grid-template-columns: 1fr; }.left-modules[b-7r28gg9hdy], .right-modules[b-7r28gg9hdy] { grid-column: 1; }.left-modules[b-7r28gg9hdy] { grid-row: 2; }.right-modules[b-7r28gg9hdy] { grid-row: 3; }.module-card[b-7r28gg9hdy] { min-height: 64px; }.performance-card[b-7r28gg9hdy] { grid-template-columns: 1fr; }.performance-card h2[b-7r28gg9hdy] { grid-column: 1; }.ring-metric:nth-of-type(3)[b-7r28gg9hdy] { border-top: 1px solid #dbe5ed; }
    .cash-summary-grid[b-7r28gg9hdy], .cash-control-columns[b-7r28gg9hdy], .cash-input-grid[b-7r28gg9hdy] { grid-template-columns: 1fr; }
    .cash-donut-panel[b-7r28gg9hdy] { grid-template-columns: 1fr; justify-items: center; text-align: center; }.cash-donut-copy[b-7r28gg9hdy] { width: 100%; }.donut-legend[b-7r28gg9hdy] { text-align: left; }
    .cash-actions[b-7r28gg9hdy] { flex-wrap: wrap; }.cash-footer-total[b-7r28gg9hdy] { width: 100%; margin-right: 0; }.cash-actions .secondary-button[b-7r28gg9hdy], .cash-actions .primary-button[b-7r28gg9hdy] { flex: 1; }
    .courtesy-overview[b-7r28gg9hdy] { grid-template-columns: 1fr; }.add-courtesy-button[b-7r28gg9hdy] { grid-column: 1; }.courtesy-stat-card[b-7r28gg9hdy] { min-height: 62px; }.courtesy-table[b-7r28gg9hdy] { min-width: 560px; }
    .clients-overview[b-7r28gg9hdy], .client-form-grid.two-columns[b-7r28gg9hdy], .client-form-grid.three-columns[b-7r28gg9hdy], .client-form-grid.street-grid[b-7r28gg9hdy] { grid-template-columns: 1fr; }.add-client-button[b-7r28gg9hdy] { grid-column: 1; }.client-row[b-7r28gg9hdy] { grid-template-columns: 36px 1fr; }.client-row > span[b-7r28gg9hdy] { display: none; }
    .cash-in-overview[b-7r28gg9hdy], .player-cash-summary[b-7r28gg9hdy], .cash-in-amounts.two[b-7r28gg9hdy] { grid-template-columns: 1fr; }.add-cash-in-button[b-7r28gg9hdy] { grid-column: 1; }.cash-method-field > div[b-7r28gg9hdy] { align-items: flex-start; flex-direction: column; gap: 10px; }.cash-in-actions[b-7r28gg9hdy] { flex-wrap: wrap; }.cash-in-form-total[b-7r28gg9hdy] { width: 100%; margin-right: 0; }.cash-in-actions .secondary-button[b-7r28gg9hdy], .cash-in-actions .primary-button[b-7r28gg9hdy] { flex: 1; }
    .cash-in-history-head[b-7r28gg9hdy], .cash-in-history-row[b-7r28gg9hdy] { grid-template-columns: .6fr .7fr .7fr 1fr; gap: 5px; padding-inline: 8px; }
    .cash-in-table[b-7r28gg9hdy] { min-width: 560px; }
    .cash-out-toolbar[b-7r28gg9hdy] { align-items: stretch; flex-direction: column; }
    .cash-out-toolbar .add-cash-in-button[b-7r28gg9hdy] { min-height: 40px; }
    .cash-out-player-head[b-7r28gg9hdy], .cash-out-player-row[b-7r28gg9hdy] { grid-template-columns: 1.25fr .7fr .7fr 82px; gap: 7px; padding-inline: 9px; }
    .employee-overview[b-7r28gg9hdy] { grid-template-columns: 1fr; }.employee-stat-card:last-child[b-7r28gg9hdy] { grid-column: 1; }
}

@media (prefers-reduced-motion: reduce) { *[b-7r28gg9hdy],*[b-7r28gg9hdy]::before,*[b-7r28gg9hdy]::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } }
/* /Components/Pages/Home.razor.rz.scp.css */
:global(body)[b-hnftk9d7a8] {
    overflow-x: hidden;
}

.app-shell[b-hnftk9d7a8] {
    --green: #2fc488;
    --green-bright: #49d799;
    --green-deep: #0c3b2e;
    --gold: #d8ae5c;
    --surface: #0c1915;
    --surface-soft: #10231d;
    --surface-raised: #132a23;
    --line: rgba(204, 232, 219, 0.11);
    --line-strong: rgba(204, 232, 219, 0.2);
    --text: #f5f8f6;
    --text-soft: #a0afa9;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background:
        linear-gradient(rgba(255, 255, 255, 0.013) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.013) 1px, transparent 1px);
    background-size: 34px 34px;
}

.topbar[b-hnftk9d7a8] {
    position: sticky;
    top: 0;
    z-index: 50;
    height: 64px;
    display: grid;
    grid-template-columns: minmax(180px, 1fr) auto auto minmax(145px, 1fr);
    align-items: center;
    padding: 0 4vw;
    border-bottom: 1px solid var(--line);
    background: rgba(6, 16, 13, 0.92);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.14);
    backdrop-filter: blur(18px);
}

.brand[b-hnftk9d7a8] {
    justify-self: start;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    text-align: left;
}

.brand-mark[b-hnftk9d7a8] {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(73, 215, 153, 0.32);
    border-radius: 13px;
    background: linear-gradient(145deg, #173f32, #0b251d);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.09), 0 8px 24px rgba(0, 0, 0, 0.22);
    color: var(--green-bright);
    font-size: 1.4rem;
}

.brand-copy[b-hnftk9d7a8] {
    display: flex;
    flex-direction: column;
}

.brand-copy strong[b-hnftk9d7a8] {
    font-family: 'Outfit', sans-serif;
    font-size: 0.9rem;
    letter-spacing: 0.14em;
}

.brand-copy small[b-hnftk9d7a8] {
    margin-top: 0.1rem;
    color: var(--text-soft);
    font-size: 0.68rem;
    letter-spacing: 0.05em;
}

.main-nav[b-hnftk9d7a8] {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.3rem;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.025);
}

.game-variant-selector[b-hnftk9d7a8] {
    display: inline-flex;
    align-items: center;
    gap: 0.18rem;
    margin-left: 0.55rem;
    padding: 0.22rem;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.025);
}

.variant-option[b-hnftk9d7a8] {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 31px;
    padding: 0 0.7rem;
    border-radius: 999px;
    color: var(--text-soft);
    cursor: pointer;
    font-size: 0.65rem;
    font-weight: 800;
    white-space: nowrap;
    transition: 160ms ease;
}

.variant-option input[b-hnftk9d7a8] {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.variant-option[b-hnftk9d7a8]::before {
    content: '';
    width: 8px;
    height: 8px;
    margin-right: 0.36rem;
    border: 1px solid currentColor;
    border-radius: 50%;
}

.variant-option.active[b-hnftk9d7a8] {
    background: rgba(73, 215, 153, 0.12);
    color: var(--green-bright);
}

.variant-option.active[b-hnftk9d7a8]::before {
    background: var(--green-bright);
    box-shadow: 0 0 8px rgba(73, 215, 153, 0.58);
}

.nav-button[b-hnftk9d7a8] {
    min-height: 39px;
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0 1rem;
    border: 0;
    border-radius: 10px;
    background: transparent;
    color: var(--text-soft);
    cursor: pointer;
    font-size: 0.86rem;
    font-weight: 600;
    transition: 160ms ease;
    text-decoration: none;
}

.nav-button:hover[b-hnftk9d7a8] {
    color: var(--text);
    background: rgba(255, 255, 255, 0.04);
}

.nav-button.active[b-hnftk9d7a8] {
    background: var(--surface-raised);
    box-shadow: inset 0 0 0 1px rgba(73, 215, 153, 0.15), 0 5px 15px rgba(0, 0, 0, 0.2);
    color: var(--green-bright);
}

.nav-icon[b-hnftk9d7a8] {
    width: 17px;
    height: 17px;
    display: inline-grid;
    place-items: center;
}

.table-icon[b-hnftk9d7a8] {
    width: 18px;
    height: 12px;
    border: 1.5px solid currentColor;
    border-radius: 50%;
}

.gear-icon[b-hnftk9d7a8] {
    font-size: 1rem;
}

.status-pill[b-hnftk9d7a8] {
    justify-self: end;
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.5rem 0.75rem;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: var(--text-soft);
    font-size: 0.75rem;
}

.status-dot[b-hnftk9d7a8] {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--green-bright);
    box-shadow: 0 0 0 4px rgba(73, 215, 153, 0.1), 0 0 10px rgba(73, 215, 153, 0.45);
}

.main-content[b-hnftk9d7a8] {
    width: 100%;
    flex: 1;
}

.page-section[b-hnftk9d7a8] {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
    padding: 3.4rem 0 4rem;
    animation: page-in-b-hnftk9d7a8 280ms ease both;
}

.table-page[b-hnftk9d7a8] {
    padding-top: 1.15rem;
    padding-bottom: 0.8rem;
}

.table-page .page-heading[b-hnftk9d7a8] {
    margin-bottom: 0.85rem;
}

.table-page .page-heading h1[b-hnftk9d7a8] {
    font-size: clamp(1.7rem, 3.2vw, 2.35rem);
}

.table-page .page-heading p[b-hnftk9d7a8] {
    margin-top: 0.25rem;
}

@keyframes page-in-b-hnftk9d7a8 {
    from { opacity: 0; transform: translateY(7px); }
    to { opacity: 1; transform: translateY(0); }
}

.page-heading[b-hnftk9d7a8] {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 2rem;
}

.eyebrow[b-hnftk9d7a8] {
    display: block;
    margin-bottom: 0.55rem;
    color: var(--green-bright);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.page-heading h1[b-hnftk9d7a8],
.modal-heading h2[b-hnftk9d7a8],
.confirm-card h2[b-hnftk9d7a8] {
    margin: 0;
    font-family: 'Outfit', sans-serif;
    letter-spacing: -0.025em;
}

.page-heading h1[b-hnftk9d7a8] {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 650;
}

.page-heading p[b-hnftk9d7a8],
.modal-heading p[b-hnftk9d7a8] {
    margin: 0.45rem 0 0;
    color: var(--text-soft);
    font-size: 0.92rem;
}

.primary-button[b-hnftk9d7a8],
.secondary-button[b-hnftk9d7a8],
.ghost-button[b-hnftk9d7a8],
.danger-button[b-hnftk9d7a8] {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    padding: 0.65rem 1rem;
    border-radius: 11px;
    cursor: pointer;
    font-size: 0.82rem;
    font-weight: 700;
    transition: transform 150ms ease, background 150ms ease, border-color 150ms ease;
}

.primary-button[b-hnftk9d7a8] {
    border: 1px solid var(--green-bright);
    background: var(--green-bright);
    box-shadow: 0 8px 22px rgba(47, 196, 136, 0.14);
    color: #062017;
}

.primary-button:hover[b-hnftk9d7a8] {
    transform: translateY(-1px);
    background: #62e2aa;
}

.primary-button:disabled[b-hnftk9d7a8] {
    opacity: 0.58;
    cursor: wait;
    transform: none;
}

.heading-actions .primary-button:disabled[b-hnftk9d7a8] { cursor: not-allowed; }

.primary-button.compact[b-hnftk9d7a8] {
    background: transparent;
    color: var(--green-bright);
}

.primary-button.compact:hover[b-hnftk9d7a8] {
    background: rgba(73, 215, 153, 0.08);
}

.secondary-button[b-hnftk9d7a8],
.ghost-button[b-hnftk9d7a8] {
    border: 1px solid var(--line-strong);
    background: rgba(255, 255, 255, 0.025);
    color: var(--text);
}

.secondary-button:hover[b-hnftk9d7a8],
.ghost-button:hover[b-hnftk9d7a8] {
    border-color: rgba(73, 215, 153, 0.4);
    background: rgba(73, 215, 153, 0.07);
}

.danger-button[b-hnftk9d7a8] {
    border: 1px solid #e25862;
    background: #e25862;
    color: white;
}

.danger-button:hover[b-hnftk9d7a8] {
    background: #f06d76;
}

.reset-game-button[b-hnftk9d7a8] {
    border-color: rgba(226, 88, 98, 0.42);
    color: #ff9aa1;
}

.reset-game-button:hover[b-hnftk9d7a8] {
    border-color: #e25862;
    background: rgba(226, 88, 98, 0.1);
    color: #ffd8da;
}

.initial-stack-notice[b-hnftk9d7a8] {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    margin: 0 0 0.65rem;
    padding: 0.65rem 0.9rem;
    border: 1px solid rgba(255, 190, 74, 0.42);
    border-radius: 12px;
    background: rgba(255, 172, 43, 0.09);
    color: #ffe2a4;
}

.initial-stack-notice > span[b-hnftk9d7a8] {
    width: 28px;
    height: 28px;
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 50%;
    background: #e69b2d;
    color: #171006;
    font-weight: 950;
}

.initial-stack-notice div[b-hnftk9d7a8] { display: flex; min-width: 0; flex-direction: column; }
.initial-stack-notice strong[b-hnftk9d7a8] { font-size: 0.72rem; }
.initial-stack-notice small[b-hnftk9d7a8] { color: #d7c398; font-size: 0.58rem; }

.plus-icon[b-hnftk9d7a8] {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 0;
}

/* Mesa principal */
.table-stage[b-hnftk9d7a8] {
    position: relative;
    width: 100%;
    min-height: 400px;
    display: grid;
    place-items: center;
    padding: 4.2rem 7rem;
    border: 1px solid var(--line);
    border-radius: 28px;
    background:
        radial-gradient(circle at center, rgba(32, 118, 84, 0.08), transparent 50%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.015), rgba(0, 0, 0, 0.08));
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.025), 0 28px 80px rgba(0, 0, 0, 0.16);
    overflow: hidden;
}

.table-stage[b-hnftk9d7a8]::before {
    content: '';
    position: absolute;
    inset: 0;
    opacity: 0.45;
    background-image: radial-gradient(rgba(255, 255, 255, 0.055) 0.7px, transparent 0.7px);
    background-size: 12px 12px;
    mask-image: radial-gradient(circle at center, black, transparent 76%);
}

.poker-table[b-hnftk9d7a8] {
    position: relative;
    width: min(560px, 60vw);
    aspect-ratio: 2 / 1;
    border-radius: 50%;
    background: #1a160e;
    filter: drop-shadow(0 26px 26px rgba(0, 0, 0, 0.38));
}

.table-rail[b-hnftk9d7a8] {
    position: absolute;
    inset: 0;
    border: 8px solid #3b3021;
    border-radius: inherit;
    background: linear-gradient(145deg, #7a6341 0%, #332a1e 34%, #18140f 68%, #695538 100%);
    box-shadow:
        inset 0 0 0 2px rgba(231, 195, 122, 0.28),
        inset 0 0 0 10px #101b16,
        0 0 0 1px rgba(0, 0, 0, 0.7);
}

.felt-inner[b-hnftk9d7a8] {
    position: absolute;
    inset: 23px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(154, 234, 196, 0.18);
    border-radius: inherit;
    background:
        radial-gradient(circle at 50% 35%, rgba(57, 164, 112, 0.16), transparent 44%),
        repeating-radial-gradient(circle at center, rgba(255, 255, 255, 0.016) 0 1px, transparent 1px 5px),
        #0d4b37;
    box-shadow: inset 0 0 55px rgba(0, 0, 0, 0.46);
    overflow: hidden;
}

.felt-inner[b-hnftk9d7a8]::after {
    content: '';
    position: absolute;
    inset: 14%;
    border: 1px solid rgba(216, 174, 92, 0.17);
    border-radius: 50%;
}

.table-center[b-hnftk9d7a8] {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: rgba(240, 235, 218, 0.52);
}

.center-suit[b-hnftk9d7a8] {
    font-size: 1.75rem;
    line-height: 1;
}

.table-center strong[b-hnftk9d7a8] {
    margin-top: 0.35rem;
    font-family: 'Outfit', sans-serif;
    font-size: clamp(0.8rem, 2vw, 1.2rem);
    letter-spacing: 0.24em;
}

.table-center small[b-hnftk9d7a8] {
    margin-top: 0.2rem;
    font-size: 0.55rem;
    letter-spacing: 0.18em;
}

.felt-line[b-hnftk9d7a8] {
    position: absolute;
    width: 30%;
    height: 55%;
    border: 1px solid rgba(255, 255, 255, 0.065);
    border-radius: 12px;
}

.felt-line-one[b-hnftk9d7a8] { left: 15%; }
.felt-line-two[b-hnftk9d7a8] { right: 15%; }

.seat[b-hnftk9d7a8] {
    position: absolute;
    z-index: 5;
    width: 122px;
    min-height: 55px;
    display: grid;
    grid-template-columns: 39px 1fr;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4rem 0.5rem;
    border: 1px solid var(--line-strong);
    border-radius: 13px;
    background: rgba(8, 20, 16, 0.97);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.3);
}

.seat.occupied[b-hnftk9d7a8] {
    border-color: rgba(73, 215, 153, 0.38);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.33), 0 0 0 3px rgba(73, 215, 153, 0.045);
}

.seat-1[b-hnftk9d7a8] { top: -53px; left: 24%; transform: translateX(-50%); }
.seat-2[b-hnftk9d7a8] { top: -53px; right: 24%; transform: translateX(50%); }
.seat-3[b-hnftk9d7a8] { top: 22%; right: -104px; }
.seat-4[b-hnftk9d7a8] { bottom: 5%; right: -82px; }
.seat-5[b-hnftk9d7a8] { bottom: -53px; right: 24%; transform: translateX(50%); }
.seat-6[b-hnftk9d7a8] { bottom: -53px; left: 24%; transform: translateX(-50%); }
.seat-7[b-hnftk9d7a8] { bottom: 5%; left: -82px; }
.seat-8[b-hnftk9d7a8] { top: 22%; left: -104px; }

.dealer-button[b-hnftk9d7a8] {
    position: absolute;
    top: 7px;
    left: -46px;
    width: 39px;
    height: 39px;
    z-index: 8;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 3px solid #07110e;
    border-radius: 50%;
    background: linear-gradient(145deg, #fffdf5, #d9d5c8);
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.32);
    color: #14231d;
    line-height: 1;
}

.dealer-button strong[b-hnftk9d7a8] {
    font-family: 'Outfit', sans-serif;
    font-size: 0.82rem;
}

.dealer-button small[b-hnftk9d7a8] {
    margin-top: 1px;
    font-size: 0.38rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    text-transform: uppercase;
}

.hole-cards[b-hnftk9d7a8] {
    position: absolute;
    right: -25px;
    bottom: -7px;
    z-index: 7;
    width: 43px;
    height: 40px;
    pointer-events: none;
}

.hole-cards span[b-hnftk9d7a8] {
    position: absolute;
    width: 27px;
    height: 37px;
    display: grid;
    place-items: center;
    border: 2px solid #d9e9ff;
    border-radius: 4px;
    background:
        linear-gradient(45deg, transparent 44%, rgba(255,255,255,0.2) 45% 55%, transparent 56%),
        linear-gradient(-45deg, transparent 44%, rgba(255,255,255,0.16) 45% 55%, transparent 56%),
        #1766bd;
    background-size: 9px 9px;
    box-shadow: 0 4px 9px rgba(0, 0, 0, 0.35);
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.6rem;
}

.hole-cards span:first-child[b-hnftk9d7a8] {
    left: 0;
    top: 2px;
    transform: rotate(-8deg);
}

.hole-cards span:last-child[b-hnftk9d7a8] {
    right: 0;
    top: 0;
    transform: rotate(7deg);
}

.position-badge[b-hnftk9d7a8] {
    position: absolute;
    top: -8px;
    left: -8px;
    width: 24px;
    height: 24px;
    display: grid;
    place-items: center;
    border: 2px solid #07110e;
    border-radius: 50%;
    background: #34463f;
    color: white;
    font-size: 0.68rem;
    font-weight: 800;
}

.occupied .position-badge[b-hnftk9d7a8] {
    background: var(--green-bright);
    color: #062017;
}

.seat-avatar[b-hnftk9d7a8],
.list-avatar[b-hnftk9d7a8],
.mini-avatar[b-hnftk9d7a8] {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    background: linear-gradient(145deg, #25463a, #10271f);
    color: #cceade;
    font-weight: 800;
}

.seat-avatar[b-hnftk9d7a8] {
    width: 39px;
    height: 39px;
    font-size: 0.66rem;
}

.seat-avatar img[b-hnftk9d7a8],
.list-avatar img[b-hnftk9d7a8],
.mini-avatar img[b-hnftk9d7a8] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.seat.empty .seat-avatar[b-hnftk9d7a8] {
    background: rgba(255, 255, 255, 0.025);
    border-style: dashed;
}

.empty-chair[b-hnftk9d7a8] {
    position: relative;
    width: 18px;
    height: 13px;
    border: 1.5px solid #64746e;
    border-radius: 5px 5px 3px 3px;
}

.empty-chair[b-hnftk9d7a8]::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 8px;
    left: 2.5px;
    top: -9px;
    border: 1.5px solid #64746e;
    border-bottom: 0;
    border-radius: 5px 5px 0 0;
}

.seat-copy[b-hnftk9d7a8] {
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.seat-copy strong[b-hnftk9d7a8] {
    overflow: hidden;
    color: var(--text);
    font-size: 0.67rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.seat-copy small[b-hnftk9d7a8] {
    margin-top: 0.18rem;
    color: var(--text-soft);
    font-size: 0.56rem;
}

.seat.empty .seat-copy strong[b-hnftk9d7a8] { color: #85958f; }

.summary-strip[b-hnftk9d7a8] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 0.7rem;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.018);
}

.summary-strip > div[b-hnftk9d7a8] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
    padding: 0.72rem;
    color: var(--text-soft);
    font-size: 0.76rem;
}

.summary-strip > div + div[b-hnftk9d7a8] { border-left: 1px solid var(--line); }
.summary-strip strong[b-hnftk9d7a8] { color: var(--text); font-size: 0.9rem; }
.summary-icon[b-hnftk9d7a8] { font-size: 1rem; }
.summary-icon.green[b-hnftk9d7a8] { color: var(--green-bright); }
.summary-icon.gold[b-hnftk9d7a8] { color: var(--gold); }
.summary-icon.muted[b-hnftk9d7a8] { color: #75847f; }

/* La mesa ovalada anterior queda desactivada por completo. */
.table-stage[b-hnftk9d7a8],
.poker-table[b-hnftk9d7a8],
.table-rail[b-hnftk9d7a8],
.felt-inner[b-hnftk9d7a8] {
    display: none !important;
}

/* Acción en vivo */
.heading-actions[b-hnftk9d7a8] {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.65rem;
}

.report-button[b-hnftk9d7a8] {
    min-height: 40px;
    padding-inline: 0.78rem;
    white-space: nowrap;
}

.professional-narration-button[b-hnftk9d7a8] {
    min-height: 40px;
    padding-inline: 0.78rem;
    white-space: nowrap;
}

.professional-narration-button span[b-hnftk9d7a8] {
    color: #d7b5ff;
    font-size: 0.52rem;
    font-weight: 950;
    letter-spacing: 0.06em;
}

.professional-narration-button.active[b-hnftk9d7a8] {
    border-color: rgba(180, 112, 255, 0.58);
    background: rgba(132, 61, 207, 0.18);
    box-shadow: 0 0 18px rgba(151, 77, 229, 0.16);
    color: #e5caff;
}

.game-empty-state[b-hnftk9d7a8] {
    min-height: 430px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: radial-gradient(circle at center, rgba(35, 124, 87, 0.12), transparent 55%), #091611;
    text-align: center;
}

.empty-deck[b-hnftk9d7a8] {
    width: 70px;
    height: 88px;
    display: grid;
    place-items: center;
    margin-bottom: 1rem;
    border: 2px solid rgba(73, 215, 153, 0.35);
    border-radius: 10px;
    background: #0e2a20;
    color: var(--green-bright);
    font-size: 2rem;
    transform: rotate(-5deg);
}

.game-empty-state h2[b-hnftk9d7a8] { margin: 0; font-family: 'Outfit', sans-serif; font-size: 1.35rem; }
.game-empty-state p[b-hnftk9d7a8] { margin: 0.5rem 0 1.25rem; color: var(--text-soft); font-size: 0.82rem; }

.live-game-board[b-hnftk9d7a8] {
    min-height: 512px;
    border: 1px solid rgba(194, 221, 208, 0.13);
    border-radius: 22px;
    background:
        radial-gradient(circle at 54% 46%, rgba(20, 122, 82, 0.2), transparent 32%),
        linear-gradient(115deg, rgba(2, 9, 7, 0.9), rgba(11, 29, 23, 0.88)),
        #07110e;
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.03), 0 28px 75px rgba(0, 0, 0, 0.22);
    overflow: hidden;
}

.broadcast-topline[b-hnftk9d7a8] {
    min-height: 72px;
    display: flex;
    align-items: stretch;
    gap: 0.55rem;
    padding: 0.65rem;
    border-bottom: 1px solid var(--line);
    background: rgba(0, 0, 0, 0.2);
}

.player-stack-strip[b-hnftk9d7a8] {
    min-height: 50px;
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 0.32rem;
    padding: 0.38rem 0.65rem;
    border-bottom: 1px solid var(--line);
    background: rgba(0, 0, 0, 0.12);
}

.stack-seat-card[b-hnftk9d7a8] {
    min-width: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 28px;
    gap: 0.22rem;
}

.stack-seat-chip[b-hnftk9d7a8] {
    width: 100%;
    min-width: 0;
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr) auto;
    grid-template-rows: 20px 13px;
    align-items: center;
    column-gap: 0.3rem;
    padding: 0.18rem 0.25rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.025);
    color: white;
    cursor: pointer;
    text-align: left;
    transition: 140ms ease;
}

.stack-seat-chip:hover[b-hnftk9d7a8] { border-color: rgba(73, 215, 153, 0.5); background: rgba(73, 215, 153, 0.08); transform: translateY(-1px); }
.stack-seat-position[b-hnftk9d7a8] { grid-column: 1; grid-row: 1; width: 18px; height: 18px; display: grid; place-items: center; border-radius: 50%; background: #263a32; color: var(--green-bright); font-family: 'Outfit', sans-serif; font-size: 0.58rem; font-weight: 900; }
.stack-seat-name[b-hnftk9d7a8] { grid-column: 2 / 4; grid-row: 1; min-width: 0; overflow: hidden; color: #fff; font-family: 'Outfit', sans-serif; font-size: 0.58rem; font-weight: 900; line-height: 1; text-overflow: ellipsis; white-space: nowrap; }
.stack-seat-amount[b-hnftk9d7a8] { grid-column: 1 / 3; grid-row: 2; color: #dce8e2; font-size: 0.48rem; font-weight: 850; line-height: 1; white-space: nowrap; }
.stack-seat-result[b-hnftk9d7a8] { grid-column: 3; grid-row: 2; justify-self: end; font-size: 0.48rem; font-weight: 950; line-height: 1; white-space: nowrap; }
.stack-seat-result.profit-positive[b-hnftk9d7a8] { color: #50e6a0; }
.stack-seat-result.profit-negative[b-hnftk9d7a8] { color: #ff6f79; }
.stack-seat-result.profit-zero[b-hnftk9d7a8] { color: #74877f; }
.stack-seat-chip.busted[b-hnftk9d7a8] { opacity: 0.55; border-color: rgba(232, 65, 73, 0.3); }

.out-player-button[b-hnftk9d7a8] {
    min-width: 0;
    padding: 0;
    border: 1px solid rgba(235, 81, 91, 0.4);
    border-radius: 7px;
    background: rgba(176, 37, 47, 0.16);
    color: #ff8f97;
    cursor: pointer;
    font-size: 0.43rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    transition: 140ms ease;
}

.out-player-button:hover[b-hnftk9d7a8] { background: rgba(217, 54, 65, 0.32); color: white; }
.out-player-button.active[b-hnftk9d7a8] { border-color: rgba(73, 215, 153, 0.45); background: rgba(47, 196, 136, 0.18); color: #77e7b6; }
.stack-seat-card.is-out[b-hnftk9d7a8] { opacity: 0.58; }
.stack-seat-card.is-out .stack-seat-position[b-hnftk9d7a8],
.stack-seat-card.is-out .stack-seat-name[b-hnftk9d7a8] { color: #ffadb3; text-decoration: line-through; }

.role-chip[b-hnftk9d7a8] {
    min-width: 138px;
    display: grid;
    grid-template-columns: 36px 1fr;
    grid-template-rows: 1fr 1fr;
    align-items: center;
    column-gap: 0.55rem;
    padding: 0.4rem 0.7rem;
    border: 1px solid var(--line);
    border-radius: 11px;
    background: rgba(255, 255, 255, 0.022);
}

.role-chip b[b-hnftk9d7a8] {
    grid-row: 1 / 3;
    width: 35px;
    height: 35px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #e8e7df;
    color: #14221d;
    font-size: 0.7rem;
}

.role-chip span[b-hnftk9d7a8] { align-self: end; font-size: 0.7rem; font-weight: 800; }
.role-chip small[b-hnftk9d7a8] { align-self: start; margin-top: 0.1rem; color: var(--text-soft); font-size: 0.56rem; }
.sb-role b[b-hnftk9d7a8] { background: #e8c166; }
.bb-role b[b-hnftk9d7a8] { background: #ef8b57; }
.mata-as-button-role b[b-hnftk9d7a8] { background: #e8c166; font-size: 0.48rem; }

.mata-as-order-note[b-hnftk9d7a8] {
    min-width: 245px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0.45rem 0.8rem;
    border: 1px solid rgba(73, 215, 153, 0.18);
    border-radius: 11px;
    background: rgba(73, 215, 153, 0.045);
}

.mata-as-order-note b[b-hnftk9d7a8] { color: var(--green-bright); font-size: 0.58rem; letter-spacing: 0.12em; }
.mata-as-order-note span[b-hnftk9d7a8] { margin-top: 0.18rem; color: var(--text-soft); font-size: 0.56rem; }

.pot-display[b-hnftk9d7a8] {
    min-width: 135px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    margin-left: auto;
    padding: 0 1rem;
    border-left: 1px solid var(--line);
}

.pot-display span[b-hnftk9d7a8] { color: var(--gold); font-size: 0.58rem; font-weight: 800; letter-spacing: 0.13em; text-transform: uppercase; }
.pot-display strong[b-hnftk9d7a8] { margin-top: 0.05rem; font-family: 'Outfit', sans-serif; font-size: 1.45rem; }
.pot-display small[b-hnftk9d7a8] { color: var(--text-soft); font-size: 0.55rem; }

.live-layout[b-hnftk9d7a8] {
    min-height: 320px;
    display: grid;
    grid-template-columns: 330px minmax(310px, 1fr);
    grid-template-rows: minmax(320px, 1fr) auto;
}

.action-rail[b-hnftk9d7a8] {
    position: relative;
    grid-column: 1;
    grid-row: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 0.45rem;
    padding: 2rem 0.85rem 0.7rem;
    border-right: 1px solid var(--line);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.2), transparent);
    overflow: hidden;
}

.rail-label[b-hnftk9d7a8] {
    position: absolute;
    top: 0.9rem;
    left: 1rem;
    display: flex;
    align-items: center;
    gap: 0.45rem;
    color: #75877f;
    font-size: 0.57rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.rail-label span[b-hnftk9d7a8] {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #e84149;
    box-shadow: 0 0 8px rgba(232, 65, 73, 0.65);
}

.player-hud[b-hnftk9d7a8] {
    position: relative;
    display: grid;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: linear-gradient(105deg, rgba(20, 24, 23, 0.98), rgba(5, 10, 8, 0.98));
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.32);
}

.history-hud[b-hnftk9d7a8] {
    width: 100%;
    min-height: 47px;
    grid-template-columns: 34px 43px 78px minmax(76px, 1fr);
    gap: 0.26rem;
    padding: 0.2rem 0.32rem;
    border-radius: 9px 17px 17px 9px;
    animation: hud-rise-b-hnftk9d7a8 260ms ease both;
}

.history-hud.many-card-history[b-hnftk9d7a8] {
    grid-template-columns: 34px 43px minmax(104px, 1fr) minmax(70px, 76px);
}

@keyframes hud-rise-b-hnftk9d7a8 {
    from { opacity: 0; transform: translateY(28px); }
    to { opacity: 1; transform: translateY(0); }
}

.active-hud[b-hnftk9d7a8] {
    min-height: 100px;
    grid-template-columns: 53px 39px minmax(85px, 1fr);
    grid-template-rows: 56px 30px;
    gap: 0.28rem;
    padding: 0.55rem 0.5rem 0;
    border: 4px solid #268fff;
    border-radius: 12px 24px 24px 12px;
    box-shadow: 0 0 0 2px rgba(38, 143, 255, 0.18), 0 0 22px rgba(38, 143, 255, 0.62), 0 12px 25px rgba(0, 0, 0, 0.32);
    animation: active-card-in-b-hnftk9d7a8 240ms ease both, active-turn-pulse-b-hnftk9d7a8 760ms ease-in-out 240ms infinite alternate;
}

@keyframes active-turn-pulse-b-hnftk9d7a8 {
    from {
        border-color: #176fcb;
        box-shadow: 0 0 0 2px rgba(38, 143, 255, 0.12), 0 0 10px rgba(38, 143, 255, 0.35), 0 12px 25px rgba(0, 0, 0, 0.32);
    }
    to {
        border-color: #64bdff;
        box-shadow: 0 0 0 4px rgba(38, 143, 255, 0.25), 0 0 34px rgba(38, 143, 255, 0.9), 0 12px 25px rgba(0, 0, 0, 0.32);
    }
}

.player-hud.current-turn-hud[b-hnftk9d7a8] {
    border-color: #20a4ff;
    box-shadow: inset 0 0 0 2px #20a4ff, 0 0 0 3px rgba(32, 164, 255, 0.35), 0 0 30px rgba(32, 164, 255, 0.9);
}

.player-hud.current-turn-hud[b-hnftk9d7a8]::after {
    content: '';
    position: absolute;
    z-index: 8;
    inset: 0;
    border: 5px solid #38b2ff;
    border-radius: 8px 20px 20px 8px;
    box-shadow: inset 0 0 12px rgba(44, 174, 255, 0.55), 0 0 24px rgba(44, 174, 255, 0.95);
    pointer-events: none;
    animation: current-turn-flash-b-hnftk9d7a8 680ms ease-in-out infinite alternate;
}

@keyframes current-turn-flash-b-hnftk9d7a8 {
    from { opacity: 0.32; border-color: #147bd0; }
    to { opacity: 1; border-color: #6dccff; }
}

.winner-hud[b-hnftk9d7a8] {
    position: relative;
    min-height: 104px;
    display: grid;
    grid-template-columns: 53px 45px 86px minmax(0, 1fr);
    grid-template-rows: 61px 27px;
    align-items: center;
    gap: 0.4rem;
    padding: 0.6rem 0.65rem 0;
    border: 2px solid #54f5a7;
    border-radius: 13px 24px 24px 13px;
    background: linear-gradient(105deg, rgba(17, 83, 57, 0.98), rgba(4, 26, 18, 0.99));
    box-shadow: 0 0 0 3px rgba(84, 245, 167, 0.2), 0 0 30px rgba(84, 245, 167, 0.5), 0 16px 32px rgba(0, 0, 0, 0.42);
    animation: winner-glow-b-hnftk9d7a8 1.5s ease-in-out infinite alternate;
}

.winner-hud.many-card-winner[b-hnftk9d7a8] {
    grid-template-columns: 53px 45px minmax(108px, 1fr) minmax(70px, 82px);
}

@keyframes winner-glow-b-hnftk9d7a8 {
    from { box-shadow: 0 0 0 3px rgba(84, 245, 167, 0.15), 0 0 20px rgba(84, 245, 167, 0.32), 0 16px 32px rgba(0, 0, 0, 0.42); }
    to { box-shadow: 0 0 0 5px rgba(84, 245, 167, 0.28), 0 0 42px rgba(84, 245, 167, 0.72), 0 16px 32px rgba(0, 0, 0, 0.42); }
}

.winner-crown[b-hnftk9d7a8] {
    position: absolute;
    top: -13px;
    left: 15px;
    padding: 0.25rem 0.7rem;
    border: 2px solid #062d1d;
    border-radius: 999px;
    background: #54f5a7;
    box-shadow: 0 0 15px rgba(84, 245, 167, 0.65);
    color: #052517;
    font-size: 0.54rem;
    font-weight: 950;
    letter-spacing: 0.08em;
}

.winner-equity[b-hnftk9d7a8] { height: 52px; border-color: rgba(84, 245, 167, 0.65); box-shadow: inset 0 -5px #54f5a7; }
.winner-banner[b-hnftk9d7a8] {
    grid-column: 1 / -1;
    align-self: stretch;
    display: grid;
    place-items: center;
    margin: 0 -0.65rem;
    border-radius: 0 0 22px 11px;
    background: linear-gradient(90deg, #42dd91, #1e9f65);
    color: #042217;
    font-size: 0.6rem;
    font-weight: 950;
    text-align: center;
    text-transform: uppercase;
}

@keyframes active-card-in-b-hnftk9d7a8 {
    from { opacity: 0; transform: translateY(20px) scale(0.98); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

.turn-indicator[b-hnftk9d7a8] {
    position: absolute;
    top: -9px;
    left: 16px;
    padding: 0.2rem 0.55rem;
    border: 2px solid #07110e;
    border-radius: 999px;
    background: #e84149;
    box-shadow: 0 0 16px rgba(232, 65, 73, 0.28);
    color: white;
    font-size: 0.52rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hud-photo[b-hnftk9d7a8] {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
    background: linear-gradient(145deg, #264b3c, #11271f);
    color: #d7e9e1;
    font-size: 0.65rem;
    font-weight: 800;
}

.hud-photo.large-photo[b-hnftk9d7a8] { width: 52px; height: 52px; font-size: 0.75rem; }
.hud-photo img[b-hnftk9d7a8] { width: 100%; height: 100%; object-fit: cover; }

.hud-photo-stack[b-hnftk9d7a8] {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.12rem;
}

.hud-photo-stack > small[b-hnftk9d7a8] { max-width: 62px; overflow: hidden; color: #e4bd68; font-size: 0.41rem; font-weight: 850; text-overflow: ellipsis; white-space: nowrap; }
.active-photo-stack > small[b-hnftk9d7a8] { max-width: 76px; font-size: 0.46rem; }

.equity-badge[b-hnftk9d7a8] {
    min-width: 0;
    height: 34px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    background: #111917;
    box-shadow: inset 0 -4px #e84149;
}

.equity-badge b[b-hnftk9d7a8] { font-family: 'Outfit', sans-serif; font-size: 0.68rem; }
.equity-badge small[b-hnftk9d7a8] { color: #9ba9a3; font-size: 0.4rem; letter-spacing: 0.04em; text-transform: uppercase; }
.active-equity[b-hnftk9d7a8] { height: 52px; box-shadow: inset 0 -5px #e84149; }
.active-equity b[b-hnftk9d7a8] { font-size: 0.8rem; }
.history-equity-placeholder[b-hnftk9d7a8] { width: 43px; height: 34px; visibility: hidden; }
.active-equity-placeholder[b-hnftk9d7a8] { width: 39px; height: 52px; visibility: hidden; }

.hud-cards[b-hnftk9d7a8] {
    display: flex;
    align-items: center;
    gap: 0.28rem;
}

.playing-card[b-hnftk9d7a8] {
    width: 40px;
    height: 53px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0.3rem;
    border: 1px solid #d7d9d5;
    border-radius: 5px;
    background: linear-gradient(145deg, #fff, #dedfdc);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.36);
    color: #111917;
    transform: rotate(-1deg);
}

.playing-card + .playing-card[b-hnftk9d7a8] { transform: rotate(2deg); }
.playing-card b[b-hnftk9d7a8] { font-family: 'Outfit', sans-serif; font-size: 0.85rem; line-height: 1; }
.playing-card i[b-hnftk9d7a8] { align-self: flex-end; font-style: normal; font-size: 1rem; line-height: 1; }
.playing-card.red-card[b-hnftk9d7a8] { color: #d52e3a; }

.compact-cards[b-hnftk9d7a8] { gap: 0.16rem; }
.compact-cards .playing-card[b-hnftk9d7a8] { width: 35px; height: 42px; padding: 0.18rem; }
.compact-cards .playing-card b[b-hnftk9d7a8] { font-size: 0.66rem; }
.compact-cards .playing-card i[b-hnftk9d7a8] { font-size: 0.76rem; }

.hud-cards.many-hole-cards[b-hnftk9d7a8] { gap: 0; }
.hud-cards.many-hole-cards .playing-card[b-hnftk9d7a8] {
    width: 34px;
    height: 49px;
    margin-left: -6px;
    padding: 0.22rem;
}
.hud-cards.many-hole-cards .playing-card:first-child[b-hnftk9d7a8] { margin-left: 0; }
.hud-cards.many-hole-cards .playing-card b[b-hnftk9d7a8] { font-size: 0.72rem; }
.hud-cards.many-hole-cards .playing-card i[b-hnftk9d7a8] { font-size: 0.84rem; }
.compact-cards.many-hole-cards .playing-card[b-hnftk9d7a8],
.winner-hud .many-hole-cards .playing-card[b-hnftk9d7a8] {
    width: 27px;
    height: 40px;
    margin-left: -5px;
    padding: 0.15rem;
}
.compact-cards.many-hole-cards .playing-card b[b-hnftk9d7a8],
.winner-hud .many-hole-cards .playing-card b[b-hnftk9d7a8] { font-size: 0.6rem; }
.compact-cards.many-hole-cards .playing-card i[b-hnftk9d7a8],
.winner-hud .many-hole-cards .playing-card i[b-hnftk9d7a8] { font-size: 0.68rem; }

.hud-name[b-hnftk9d7a8] { min-width: 0; display: flex; flex-direction: column; }
.hud-name strong[b-hnftk9d7a8] { overflow: hidden; font-size: 0.6rem; text-overflow: ellipsis; white-space: nowrap; }
.hud-name small[b-hnftk9d7a8] { margin-top: 0.1rem; color: var(--text-soft); font-size: 0.46rem; }
.history-result-panel[b-hnftk9d7a8] {
    align-self: stretch;
    min-width: 0;
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
    margin: -0.2rem -0.32rem -0.2rem 0;
    overflow: hidden;
    border-radius: 0 16px 16px 0;
    background: rgba(255, 255, 255, 0.035);
}

.history-name[b-hnftk9d7a8] {
    min-width: 0;
    justify-content: center;
    padding: 0.18rem 0.35rem 0.12rem;
}

.history-name strong[b-hnftk9d7a8] { font-size: 0.55rem; }
.history-name small[b-hnftk9d7a8] { margin-top: 0.03rem; font-size: 0.4rem; }
.active-name[b-hnftk9d7a8] { min-width: 0; grid-column: auto; padding: 0.2rem 0; }
.active-name strong[b-hnftk9d7a8] {
    font-family: 'Outfit', sans-serif;
    overflow: visible;
    font-size: 0.6rem;
    line-height: 1.05;
    letter-spacing: -0.025em;
    overflow-wrap: anywhere;
    text-overflow: clip;
    text-transform: uppercase;
    white-space: normal;
}

.active-name small[b-hnftk9d7a8] { font-size: 0.43rem; white-space: nowrap; }

.active-bottom-row[b-hnftk9d7a8] {
    grid-column: 1 / -1;
    align-self: stretch;
    min-width: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    margin: 0 -0.5rem;
    overflow: hidden;
    border-radius: 0 0 22px 11px;
    background: linear-gradient(90deg, #252c29, #0e1512);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.09);
}

.active-bottom-row .active-name[b-hnftk9d7a8] {
    min-width: 0;
    flex-direction: row;
    align-items: center;
    gap: 0.35rem;
    padding: 0.2rem 0.55rem;
}

.active-bottom-row .active-name strong[b-hnftk9d7a8] {
    overflow: visible;
    font-size: 0.72rem;
    font-weight: 900;
    white-space: nowrap;
}

.active-bottom-row .active-name small[b-hnftk9d7a8] {
    margin-top: 0;
    font-size: 0.58rem;
    font-weight: 800;
}

.action-result[b-hnftk9d7a8] {
    align-self: stretch;
    min-width: 0;
    display: grid;
    place-items: center;
    margin: 0;
    padding: 0.2rem 0.3rem;
    border-radius: 0;
    background: #208c5f;
    color: white;
    font-size: 0.47rem;
    font-weight: 900;
    text-align: center;
}

.action-result.raised[b-hnftk9d7a8] { background: #176fc3; }

.to-call-banner[b-hnftk9d7a8] {
    grid-column: 1 / -1;
    align-self: end;
    margin: 0 -0.5rem;
    padding: 0.45rem 1rem;
    border-radius: 0 0 22px 11px;
    background: linear-gradient(90deg, #252c29, #0e1512);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.09);
    color: #f2f4f3;
    font-size: 0.62rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-align: center;
}

.active-bottom-row .to-call-banner[b-hnftk9d7a8] {
    grid-column: auto;
    align-self: stretch;
    display: grid;
    place-items: center;
    margin: 0;
    padding: 0.3rem 0.65rem;
    border-radius: 0 0 18px 0;
    background: rgba(0, 0, 0, 0.18);
    box-shadow: none;
    font-size: 0.54rem;
    white-space: nowrap;
}

.hand-finished-card[b-hnftk9d7a8] {
    min-height: 108px;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 1rem;
    border: 1px solid rgba(73, 215, 153, 0.25);
    border-radius: 14px;
    background: rgba(73, 215, 153, 0.055);
}

.hand-finished-card > span[b-hnftk9d7a8] {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(73, 215, 153, 0.13);
    color: var(--green-bright);
}

.hand-finished-card div[b-hnftk9d7a8] { display: flex; flex-direction: column; }
.hand-finished-card strong[b-hnftk9d7a8] { font-size: 0.78rem; }
.hand-finished-card small[b-hnftk9d7a8] { margin-top: 0.2rem; color: var(--text-soft); font-size: 0.62rem; }

.hand-center[b-hnftk9d7a8] {
    position: relative;
    grid-column: 2;
    grid-row: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.2rem;
    padding: 1rem;
    overflow: hidden;
}

.ai-narration[b-hnftk9d7a8] {
    position: absolute;
    z-index: 3;
    top: 1rem;
    left: 1rem;
    width: auto;
    max-width: calc(100% - 2rem);
    padding: 0.48rem 0.7rem;
    border: 1px solid rgba(88, 172, 255, 0.24);
    border-radius: 999px;
    background: rgba(5, 18, 26, 0.72);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(8px);
}

.ai-narration span[b-hnftk9d7a8] { display: flex; align-items: center; gap: 0.4rem; color: #79bdff; font-size: 0.5rem; font-weight: 900; letter-spacing: 0.12em; }
.ai-narration i[b-hnftk9d7a8] { width: 6px; height: 6px; border-radius: 50%; background: #55aaff; box-shadow: 0 0 10px #55aaff; }
.narration-button.active[b-hnftk9d7a8] { border-color: rgba(88, 172, 255, 0.48); background: rgba(42, 127, 209, 0.13); color: #8dc8ff; }

.cash-broadcast-panel[b-hnftk9d7a8] {
    position: absolute;
    z-index: 4;
    right: 1rem;
    bottom: 1rem;
    width: min(270px, calc(100% - 2rem));
    filter: drop-shadow(0 16px 22px rgba(0, 0, 0, 0.58));
}

.broadcast-community-cards[b-hnftk9d7a8] {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 0.24rem;
    margin: 0 0 0.4rem 0.45rem;
}

.broadcast-community-cards.mata-as-hidden-board[b-hnftk9d7a8],
.broadcast-community-cards.mata-as-community-board[b-hnftk9d7a8] {
    justify-content: center;
    margin-left: 0;
}

.broadcast-card.card-back[b-hnftk9d7a8] {
    align-items: center;
    justify-content: center;
    border-color: #d7e6ff;
    background:
        linear-gradient(45deg, rgba(255,255,255,0.14) 25%, transparent 25%, transparent 75%, rgba(255,255,255,0.14) 75%),
        linear-gradient(45deg, rgba(255,255,255,0.14) 25%, #1766bd 25%, #1766bd 75%, rgba(255,255,255,0.14) 75%);
    background-position: 0 0, 5px 5px;
    background-size: 10px 10px;
    box-shadow: inset 0 0 0 3px #1766bd, inset 0 0 0 4px rgba(255,255,255,0.7), 0 7px 13px rgba(0,0,0,0.38);
    color: rgba(255,255,255,0.9);
}

.broadcast-card.card-back i[b-hnftk9d7a8] {
    align-self: auto;
    font-size: 1.35rem;
    text-shadow: 0 2px 4px rgba(0,0,0,0.45);
}

.broadcast-card[b-hnftk9d7a8] {
    width: 48px;
    height: 64px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0.32rem;
    border: 1px solid #e5e7e4;
    border-radius: 5px;
    background: linear-gradient(145deg, #fff, #d9dbd7);
    color: #111917;
    box-shadow: 0 7px 13px rgba(0, 0, 0, 0.38);
}

.broadcast-card b[b-hnftk9d7a8] { font-family: 'Outfit', sans-serif; font-size: 0.92rem; line-height: 1; }
.broadcast-card i[b-hnftk9d7a8] { align-self: flex-end; font-style: normal; font-size: 1.12rem; line-height: 1; }
.broadcast-card.red-card[b-hnftk9d7a8] { color: #d52e3a; }

.cash-pot-banner[b-hnftk9d7a8] {
    position: relative;
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.45rem 1.05rem;
    border: 2px solid #8d9391;
    border-radius: 8px;
    background: linear-gradient(180deg, #333837 0%, #111514 48%, #070909 52%, #252928 100%);
    box-shadow: inset 0 2px rgba(255,255,255,0.12), inset 0 -3px #050706, 0 3px 0 #bb1e2b;
}

.cash-pot-banner[b-hnftk9d7a8]::before,
.cash-pot-banner[b-hnftk9d7a8]::after {
    content: '';
    position: absolute;
    top: 2px;
    bottom: 2px;
    width: 7px;
    border-radius: 3px;
    background: linear-gradient(90deg, #4a4f4e, #f0f2f1 48%, #555a59);
    box-shadow: 0 0 5px rgba(255,255,255,0.35);
}

.cash-pot-banner[b-hnftk9d7a8]::before { left: -3px; }
.cash-pot-banner[b-hnftk9d7a8]::after { right: -3px; }

.cash-pot-banner strong[b-hnftk9d7a8] { color: white; font-family: 'Outfit', sans-serif; font-size: 1.12rem; text-shadow: 0 2px 3px #000; }

.cash-game-banner[b-hnftk9d7a8] {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0.2rem 0.22rem 0;
    padding: 0.48rem 1.05rem 0.55rem;
    border: 1px solid #ff5964;
    background: linear-gradient(180deg, #f03642 0%, #c81828 52%, #870e1a 100%);
    box-shadow: inset 0 2px rgba(255,255,255,0.15), 0 5px 0 rgba(0,0,0,0.58);
    clip-path: polygon(4% 0, 100% 0, 96% 100%, 0 100%);
    color: white;
    text-align: center;
}

.cash-game-banner strong[b-hnftk9d7a8] { font-family: 'Outfit', sans-serif; font-size: 0.85rem; letter-spacing: 0.04em; }
.cash-game-banner small[b-hnftk9d7a8] { margin-top: 0.08rem; color: rgba(255,255,255,0.82); font-size: 0.52rem; font-weight: 800; letter-spacing: 0.04em; }

.hand-center[b-hnftk9d7a8]::before {
    content: '';
    position: absolute;
    inset: 0;
    opacity: 0.2;
    background-image: linear-gradient(rgba(255,255,255,0.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.07) 1px, transparent 1px);
    background-size: 28px 28px;
    mask-image: radial-gradient(circle at center, black, transparent 75%);
}

.center-watermark[b-hnftk9d7a8] {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    color: rgba(219, 235, 228, 0.34);
}

.center-watermark span[b-hnftk9d7a8] { font-size: 1.55rem; }
.center-watermark strong[b-hnftk9d7a8] { font-family: 'Outfit', sans-serif; font-size: 1rem; letter-spacing: 0.2em; }
.center-watermark small[b-hnftk9d7a8] { margin-top: 0.15rem; font-size: 0.5rem; letter-spacing: 0.13em; }

.community-board[b-hnftk9d7a8] {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.55rem;
}

.board-label[b-hnftk9d7a8] {
    color: var(--green-bright);
    font-size: 0.58rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.community-cards[b-hnftk9d7a8] {
    display: flex;
    align-items: center;
    gap: 0.48rem;
}

.community-card[b-hnftk9d7a8] {
    width: 58px;
    height: 78px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0.42rem;
    border: 1px solid #e3e5e2;
    border-radius: 7px;
    background: linear-gradient(145deg, #fff, #dadcd8);
    box-shadow: 0 9px 18px rgba(0, 0, 0, 0.35);
    color: #111917;
}

.community-card b[b-hnftk9d7a8] { font-family: 'Outfit', sans-serif; font-size: 1.05rem; line-height: 1; }
.community-card i[b-hnftk9d7a8] { align-self: flex-end; font-style: normal; font-size: 1.35rem; line-height: 1; }
.community-card.red-card[b-hnftk9d7a8] { color: #d52e3a; }

.deck-status[b-hnftk9d7a8] {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
    margin: 0.2rem 0;
}

.deck-stack[b-hnftk9d7a8] { position: relative; width: 45px; height: 54px; }
.deck-stack span[b-hnftk9d7a8] {
    position: absolute;
    inset: 0;
    border: 2px solid #d8e8ff;
    border-radius: 5px;
    background: repeating-linear-gradient(45deg, #1766bd 0 4px, #2a7bd1 4px 8px);
    box-shadow: 0 4px 9px rgba(0, 0, 0, 0.3);
}
.deck-stack span:nth-child(1)[b-hnftk9d7a8] { transform: translate(-6px, 2px) rotate(-7deg); }
.deck-stack span:nth-child(2)[b-hnftk9d7a8] { transform: translate(-3px, 1px) rotate(-3deg); }
.deck-stack div[b-hnftk9d7a8] { display: flex; flex-direction: column; }
.deck-status strong[b-hnftk9d7a8] { display: block; font-size: 0.72rem; }
.deck-status small[b-hnftk9d7a8] { display: block; margin-top: 0.15rem; color: var(--text-soft); font-size: 0.55rem; }

.player-roster[b-hnftk9d7a8] {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.35rem;
}

.roster-player[b-hnftk9d7a8] {
    min-width: 0;
    min-height: 43px;
    display: grid;
    grid-template-columns: 26px 1fr auto;
    align-items: center;
    gap: 0.4rem;
    padding: 0.35rem 0.45rem;
    border: 1px solid var(--line);
    border-radius: 9px;
    background: rgba(4, 13, 10, 0.66);
}

.roster-player.active[b-hnftk9d7a8] { border-color: rgba(73, 215, 153, 0.45); background: rgba(73, 215, 153, 0.07); }
.roster-player.folded[b-hnftk9d7a8] { opacity: 0.42; }
.roster-position[b-hnftk9d7a8] { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; background: #263a32; color: #d9e3df; font-size: 0.58rem; font-weight: 800; }
.roster-info[b-hnftk9d7a8] { min-width: 0; display: flex; flex-direction: column; }
.roster-info strong[b-hnftk9d7a8] { overflow: hidden; font-size: 0.59rem; text-overflow: ellipsis; white-space: nowrap; }
.roster-info small[b-hnftk9d7a8] { margin-top: 0.08rem; color: var(--text-soft); font-size: 0.48rem; }

.roster-card-backs[b-hnftk9d7a8] { position: relative; width: 27px; height: 25px; }
.roster-card-backs i[b-hnftk9d7a8] { position: absolute; width: 17px; height: 23px; border: 1px solid #d7e6ff; border-radius: 3px; background: #1766bd; }
.roster-card-backs i:first-child[b-hnftk9d7a8] { left: 1px; transform: rotate(-7deg); }
.roster-card-backs i:last-child[b-hnftk9d7a8] { right: 1px; transform: rotate(7deg); }
.roster-turn[b-hnftk9d7a8], .roster-fold[b-hnftk9d7a8] { font-size: 0.48rem; font-weight: 900; text-transform: uppercase; }
.roster-turn[b-hnftk9d7a8] { color: var(--green-bright); }
.roster-fold[b-hnftk9d7a8] { color: #e86d73; }

.action-controls[b-hnftk9d7a8] {
    grid-column: 1 / -1;
    grid-row: 2;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    gap: 0.55rem;
    padding: 0.45rem 1rem;
    border-top: 1px solid var(--line);
    background: rgba(0, 0, 0, 0.16);
}

.controls-label[b-hnftk9d7a8] {
    align-self: center;
    margin: 0 0.4rem 0 0;
    color: #73837c;
    font-size: 0.55rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-align: center;
    text-transform: uppercase;
}

.poker-action[b-hnftk9d7a8] {
    min-width: 0;
    min-height: 56px;
    flex: 1;
    display: grid;
    grid-template-columns: 31px 1fr;
    grid-template-rows: 1fr 1fr;
    align-items: center;
    column-gap: 0.5rem;
    padding: 0.55rem 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 13px;
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.14), 0 8px 18px rgba(0, 0, 0, 0.22);
    color: white;
    cursor: pointer;
    text-align: left;
    transition: transform 150ms ease, filter 150ms ease;
}

.poker-action:hover[b-hnftk9d7a8] { transform: translateY(-2px); filter: brightness(1.12); }
.poker-action:disabled[b-hnftk9d7a8] { opacity: 0.38; cursor: not-allowed; transform: none; filter: grayscale(0.45); }
.poker-action > span[b-hnftk9d7a8] { grid-row: 1 / 3; width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: rgba(0,0,0,0.18); font-size: 0.8rem; }
.poker-action strong[b-hnftk9d7a8] { align-self: end; font-family: 'Outfit', sans-serif; font-size: 0.9rem; text-transform: uppercase; }
.poker-action small[b-hnftk9d7a8] { align-self: start; margin-top: 0.1rem; color: rgba(255,255,255,0.72); font-size: 0.53rem; }
.fold-action[b-hnftk9d7a8] { background: linear-gradient(145deg, #df3541, #9f1d28); }
.call-action[b-hnftk9d7a8] { background: linear-gradient(145deg, #27a86f, #12613e); }
.raise-action[b-hnftk9d7a8] { background: linear-gradient(145deg, #2889df, #15549a); }
.flop-action[b-hnftk9d7a8] { background: linear-gradient(145deg, #b68b3d, #74531e); }
.deal-action[b-hnftk9d7a8] { background: linear-gradient(145deg, #b68b3d, #74531e); }
.mata-continue-action[b-hnftk9d7a8] { background: linear-gradient(145deg, #2889df, #15549a); }
.split-pot-action[b-hnftk9d7a8] { background: linear-gradient(145deg, #27a86f, #12613e); }

.blind-config-card[b-hnftk9d7a8] {
    display: grid;
    grid-template-columns: minmax(190px, 1fr) 150px 150px 120px;
    align-items: end;
    gap: 0.85rem;
    margin: 1rem 1.2rem 0;
    padding: 1rem;
    border: 1px solid rgba(216, 174, 92, 0.2);
    border-radius: 13px;
    background: rgba(216, 174, 92, 0.045);
}

.blind-config-copy[b-hnftk9d7a8] { display: flex; align-items: center; gap: 0.7rem; }
.blind-icon[b-hnftk9d7a8] { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: rgba(216,174,92,0.14); color: var(--gold); font-family: 'Outfit', sans-serif; font-weight: 800; }
.blind-config-copy div[b-hnftk9d7a8] { display: flex; flex-direction: column; }
.blind-config-copy strong[b-hnftk9d7a8] { font-size: 0.76rem; }
.blind-config-copy small[b-hnftk9d7a8] { margin-top: 0.15rem; color: var(--text-soft); font-size: 0.58rem; }
.blind-config-card label[b-hnftk9d7a8] { display: flex; flex-direction: column; gap: 0.35rem; }
.blind-config-card label > span[b-hnftk9d7a8], .starting-pot span[b-hnftk9d7a8] { color: var(--text-soft); font-size: 0.58rem; font-weight: 700; }
.money-input[b-hnftk9d7a8] { height: 38px; display: flex; align-items: center; border: 1px solid var(--line-strong); border-radius: 9px; background: #091612; overflow: hidden; }
.money-input b[b-hnftk9d7a8] { padding-left: 0.65rem; color: var(--green-bright); font-size: 0.72rem; }
.money-input input[b-hnftk9d7a8] { min-width: 0; width: 100%; height: 100%; padding: 0 0.55rem; border: 0; outline: 0; background: transparent; color: white; font-size: 0.75rem; }
.starting-pot[b-hnftk9d7a8] { height: 59px; display: flex; flex-direction: column; align-items: flex-end; justify-content: center; padding-left: 0.8rem; border-left: 1px solid var(--line); }
.starting-pot strong[b-hnftk9d7a8] { margin-top: 0.15rem; color: var(--gold); font-family: 'Outfit', sans-serif; font-size: 1.05rem; }

/* Configuración */
.settings-page[b-hnftk9d7a8] {
    width: min(1000px, calc(100% - 48px));
}

.settings-heading[b-hnftk9d7a8] { margin-bottom: 1.6rem; }

.settings-tabs[b-hnftk9d7a8] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.8rem;
    margin-bottom: 1rem;
}

.settings-tab[b-hnftk9d7a8] {
    position: relative;
    display: grid;
    grid-template-columns: 43px 1fr auto;
    align-items: center;
    gap: 0.8rem;
    min-height: 76px;
    padding: 0.85rem 1rem;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.018);
    cursor: pointer;
    text-align: left;
    transition: 160ms ease;
}

.settings-tab[b-hnftk9d7a8]::after {
    content: '';
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: -1px;
    height: 2px;
    border-radius: 2px;
    background: transparent;
}

.settings-tab:hover[b-hnftk9d7a8] {
    border-color: var(--line-strong);
    background: rgba(255, 255, 255, 0.03);
}

.settings-tab.active[b-hnftk9d7a8] {
    border-color: rgba(73, 215, 153, 0.31);
    background: rgba(73, 215, 153, 0.055);
}

.settings-tab.active[b-hnftk9d7a8]::after { background: var(--green-bright); }

.tab-symbol[b-hnftk9d7a8] {
    width: 43px;
    height: 43px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: rgba(73, 215, 153, 0.08);
    color: var(--green-bright);
    font-size: 1.2rem;
}

.players-symbol[b-hnftk9d7a8] { font-size: 1.55rem; }

.settings-tab > span:nth-child(2)[b-hnftk9d7a8] {
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.settings-tab strong[b-hnftk9d7a8] { font-size: 0.9rem; }
.settings-tab small[b-hnftk9d7a8] { margin-top: 0.2rem; color: var(--text-soft); font-size: 0.7rem; }

.tab-count[b-hnftk9d7a8] {
    min-width: 34px;
    padding: 0.3rem 0.5rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    color: var(--text-soft);
    font-size: 0.68rem;
    font-weight: 700;
    text-align: center;
}

.settings-tab.active .tab-count[b-hnftk9d7a8] {
    background: rgba(73, 215, 153, 0.12);
    color: var(--green-bright);
}

.panel[b-hnftk9d7a8] {
    border: 1px solid var(--line);
    border-radius: 20px;
    background: rgba(12, 25, 21, 0.84);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.17);
    overflow: hidden;
}

.panel-header[b-hnftk9d7a8] {
    min-height: 91px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.25rem 1.4rem;
    border-bottom: 1px solid var(--line);
}

.panel-header h2[b-hnftk9d7a8] {
    margin: 0;
    font-family: 'Outfit', sans-serif;
    font-size: 1.2rem;
}

.panel-header p[b-hnftk9d7a8] {
    margin: 0.28rem 0 0;
    color: var(--text-soft);
    font-size: 0.77rem;
}

.empty-state[b-hnftk9d7a8] {
    display: flex;
    min-height: 360px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem 1.5rem;
    text-align: center;
}

.empty-illustration[b-hnftk9d7a8] {
    position: relative;
    width: 118px;
    height: 80px;
    margin-bottom: 1.2rem;
}

.empty-illustration span[b-hnftk9d7a8] {
    position: absolute;
    width: 54px;
    height: 70px;
    display: grid;
    place-items: center;
    border: 1px solid var(--line-strong);
    border-radius: 9px;
    background: #13271f;
    box-shadow: 0 9px 22px rgba(0, 0, 0, 0.22);
    color: #879991;
    font-size: 1.45rem;
}

.empty-illustration span:nth-child(1)[b-hnftk9d7a8] { left: 4px; transform: rotate(-11deg); }
.empty-illustration span:nth-child(2)[b-hnftk9d7a8] { left: 34px; top: -5px; z-index: 2; color: #b96266; }
.empty-illustration span:nth-child(3)[b-hnftk9d7a8] { right: 3px; transform: rotate(11deg); }

.empty-state h3[b-hnftk9d7a8] {
    margin: 0;
    font-family: 'Outfit', sans-serif;
    font-size: 1.15rem;
}

.empty-state p[b-hnftk9d7a8] {
    max-width: 370px;
    margin: 0.5rem 0 1.25rem;
    color: var(--text-soft);
    font-size: 0.8rem;
    line-height: 1.6;
}

.player-table-wrap[b-hnftk9d7a8] { overflow-x: auto; }

.player-table[b-hnftk9d7a8] {
    width: 100%;
    border-collapse: collapse;
}

.player-table th[b-hnftk9d7a8] {
    height: 45px;
    padding: 0 1rem;
    background: rgba(255, 255, 255, 0.015);
    color: #75857f;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-align: left;
    text-transform: uppercase;
}

.player-table td[b-hnftk9d7a8] {
    height: 75px;
    padding: 0.65rem 1rem;
    border-top: 1px solid var(--line);
    color: #dfe6e2;
    font-size: 0.8rem;
}

.player-table tbody tr[b-hnftk9d7a8] { transition: background 140ms ease; }
.player-table tbody tr:hover[b-hnftk9d7a8] { background: rgba(255, 255, 255, 0.018); }
.player-table .number-column[b-hnftk9d7a8] { width: 72px; }
.row-number[b-hnftk9d7a8] { color: #6f7f79 !important; font-variant-numeric: tabular-nums; }
.player-name[b-hnftk9d7a8] { font-weight: 700; }

.list-avatar[b-hnftk9d7a8] {
    width: 46px;
    height: 46px;
    font-size: 0.72rem;
}

.assignment-badge[b-hnftk9d7a8] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.36rem 0.58rem;
    border-radius: 999px;
    font-size: 0.67rem;
    font-weight: 600;
}

.assignment-badge i[b-hnftk9d7a8] {
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.assignment-badge.available[b-hnftk9d7a8] { background: rgba(255, 255, 255, 0.04); color: #97a59f; }
.assignment-badge.available i[b-hnftk9d7a8] { background: #71807a; }
.assignment-badge.seated[b-hnftk9d7a8] { background: rgba(73, 215, 153, 0.09); color: #6be3ae; }
.assignment-badge.seated i[b-hnftk9d7a8] { background: var(--green-bright); box-shadow: 0 0 7px rgba(73, 215, 153, 0.45); }

.actions-cell[b-hnftk9d7a8] {
    width: 110px;
    text-align: right;
    white-space: nowrap;
}

.icon-button[b-hnftk9d7a8] {
    width: 34px;
    height: 34px;
    display: inline-grid;
    place-items: center;
    padding: 0;
    border: 1px solid var(--line);
    border-radius: 9px;
    background: transparent;
    color: #87968f;
    cursor: pointer;
    transition: 140ms ease;
}

.icon-button + .icon-button[b-hnftk9d7a8] { margin-left: 0.3rem; }
.icon-button:hover[b-hnftk9d7a8] { border-color: rgba(73, 215, 153, 0.35); color: var(--green-bright); }
.icon-button.danger:hover[b-hnftk9d7a8] { border-color: rgba(226, 88, 98, 0.4); background: rgba(226, 88, 98, 0.07); color: #f17880; }

.notice-card[b-hnftk9d7a8] {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 0.85rem;
    margin: 1rem 1.2rem 0;
    padding: 0.85rem 1rem;
    border: 1px solid rgba(216, 174, 92, 0.2);
    border-radius: 12px;
    background: rgba(216, 174, 92, 0.055);
}

.notice-card > span[b-hnftk9d7a8] {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(216, 174, 92, 0.14);
    color: var(--gold);
    font-weight: 800;
}

.notice-card strong[b-hnftk9d7a8] { font-size: 0.78rem; }
.notice-card p[b-hnftk9d7a8] { margin: 0.15rem 0 0; color: var(--text-soft); font-size: 0.7rem; }
.notice-card button[b-hnftk9d7a8] { border: 0; background: transparent; color: var(--gold); cursor: pointer; font-size: 0.72rem; font-weight: 700; }

.seat-config-list[b-hnftk9d7a8] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
    padding: 1.2rem;
}

.seat-config-row[b-hnftk9d7a8] {
    display: grid;
    grid-template-columns: minmax(132px, 0.8fr) 40px minmax(145px, 1fr) 30px;
    align-items: center;
    gap: 0.7rem;
    min-height: 74px;
    padding: 0.7rem;
    border: 1px solid var(--line);
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.014);
    transition: 160ms ease;
}

.seat-config-row.has-player[b-hnftk9d7a8] {
    border-color: rgba(73, 215, 153, 0.2);
    background: rgba(73, 215, 153, 0.025);
}

.config-position[b-hnftk9d7a8] {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 0.65rem;
}

.config-position > span[b-hnftk9d7a8] {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border: 1px solid var(--line-strong);
    border-radius: 10px;
    background: #10231d;
    color: #a7b5af;
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
}

.has-player .config-position > span[b-hnftk9d7a8] { border-color: rgba(73, 215, 153, 0.3); color: var(--green-bright); }
.config-position div[b-hnftk9d7a8] { min-width: 0; display: flex; flex-direction: column; }
.config-position strong[b-hnftk9d7a8] { font-size: 0.77rem; }
.config-position small[b-hnftk9d7a8] { margin-top: 0.15rem; color: var(--text-soft); font-size: 0.62rem; }

.mini-avatar[b-hnftk9d7a8] {
    width: 38px;
    height: 38px;
    font-size: 0.61rem;
}

.mini-avatar:has(.empty-person)[b-hnftk9d7a8] {
    border-style: dashed;
    background: transparent;
    color: #5f6d68;
}

.player-select[b-hnftk9d7a8] {
    width: 100%;
    height: 39px;
    padding: 0 2rem 0 0.7rem;
    border: 1px solid var(--line-strong);
    border-radius: 9px;
    background: #0a1713;
    color: #dce4e0;
    cursor: pointer;
    font-size: 0.72rem;
}

.player-select:hover[b-hnftk9d7a8],
.player-select:focus[b-hnftk9d7a8] { border-color: rgba(73, 215, 153, 0.4); }
.player-select:disabled[b-hnftk9d7a8] { cursor: not-allowed; opacity: 0.46; }

.remove-seat-button[b-hnftk9d7a8] {
    width: 29px;
    height: 29px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: #73817c;
    cursor: pointer;
    font-size: 0.72rem;
}

.remove-seat-button:hover[b-hnftk9d7a8] { background: rgba(226, 88, 98, 0.08); color: #ee747d; }
.remove-seat-placeholder[b-hnftk9d7a8] { width: 29px; }

.panel-footer[b-hnftk9d7a8] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.4rem;
    border-top: 1px solid var(--line);
}

.panel-footer > span[b-hnftk9d7a8] { color: #75847f; font-size: 0.68rem; }

/* Modales y formulario */
.bet-backdrop[b-hnftk9d7a8] {
    background: rgba(1, 7, 5, 0.84);
}

.bet-keypad-card[b-hnftk9d7a8] {
    position: relative;
    width: min(390px, 100%);
    max-height: calc(100dvh - 0.8rem);
    padding: 0.85rem;
    border: 1px solid rgba(51, 142, 224, 0.35);
    border-radius: 21px;
    background: linear-gradient(145deg, #10231d, #081510);
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.62), 0 0 0 5px rgba(37, 130, 214, 0.035);
    overflow: hidden;
    animation: modal-in-b-hnftk9d7a8 220ms ease both;
}

.stack-modal-card[b-hnftk9d7a8] {
    position: relative;
    width: min(390px, 100%);
    padding: 1.4rem;
    border: 1px solid rgba(73, 215, 153, 0.3);
    border-radius: 20px;
    background: linear-gradient(145deg, #10231d, #081510);
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.62), 0 0 0 5px rgba(73, 215, 153, 0.035);
    animation: modal-in-b-hnftk9d7a8 220ms ease both;
}

.report-modal-card[b-hnftk9d7a8] {
    position: relative;
    width: min(920px, 100%);
    max-height: calc(100vh - 2rem);
    padding: 1.5rem;
    border: 1px solid rgba(73, 215, 153, 0.28);
    border-radius: 20px;
    background: linear-gradient(145deg, #10231d, #081510);
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.62), 0 0 0 5px rgba(73, 215, 153, 0.035);
    overflow: hidden;
    animation: modal-in-b-hnftk9d7a8 220ms ease both;
}

.report-modal-card .modal-heading[b-hnftk9d7a8] { margin-bottom: 1rem; }
.report-tabs[b-hnftk9d7a8] { display: flex; gap: 0.45rem; margin-bottom: 0.8rem; }
.report-tabs button[b-hnftk9d7a8] {
    min-height: 36px;
    padding: 0.45rem 0.8rem;
    border: 1px solid var(--line-strong);
    border-radius: 9px;
    background: rgba(255, 255, 255, 0.025);
    color: var(--text-soft);
    cursor: pointer;
    font-size: 0.7rem;
    font-weight: 800;
}
.report-tabs button.active[b-hnftk9d7a8] { border-color: rgba(73, 215, 153, 0.5); background: rgba(47, 196, 136, 0.14); color: var(--green-bright); }
.report-table-wrap[b-hnftk9d7a8] { max-height: min(58vh, 520px); border: 1px solid var(--line); border-radius: 12px; overflow: auto; }
.report-table[b-hnftk9d7a8] { width: 100%; border-collapse: collapse; white-space: nowrap; }
.report-table th[b-hnftk9d7a8],
.report-table td[b-hnftk9d7a8] { padding: 0.72rem 0.8rem; border-bottom: 1px solid var(--line); text-align: left; font-size: 0.68rem; }
.report-table th[b-hnftk9d7a8] { position: sticky; top: 0; z-index: 1; background: #10231d; color: var(--text-soft); font-size: 0.56rem; letter-spacing: 0.08em; text-transform: uppercase; }
.report-table tbody tr:last-child td[b-hnftk9d7a8] { border-bottom: 0; }
.report-table tbody tr:hover[b-hnftk9d7a8] { background: rgba(255, 255, 255, 0.025); }
.report-table strong[b-hnftk9d7a8] { color: white; }
.report-table .out-row[b-hnftk9d7a8] { background: rgba(218, 65, 76, 0.09); opacity: 0.64; }
.report-table .out-row strong[b-hnftk9d7a8] { color: #ff9da5; text-decoration: line-through; }
.out-badge[b-hnftk9d7a8] { display: inline-flex; margin-left: 0.45rem; padding: 0.13rem 0.35rem; border: 1px solid rgba(239, 92, 103, 0.38); border-radius: 999px; background: rgba(210, 52, 64, 0.18); color: #ff9da5; font-size: 0.48rem; font-weight: 900; letter-spacing: 0.06em; }
.positive-value[b-hnftk9d7a8] { color: #65e2a9; font-weight: 850; }
.negative-value[b-hnftk9d7a8] { color: #ff858e; font-weight: 850; }

.stack-player-summary[b-hnftk9d7a8] {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    margin-top: 1rem;
    padding: 0.65rem;
    border: 1px solid var(--line);
    border-radius: 11px;
    background: rgba(255, 255, 255, 0.025);
}

.stack-player-summary > div:last-child[b-hnftk9d7a8] { display: flex; flex-direction: column; }
.stack-player-summary strong[b-hnftk9d7a8] { font-size: 0.72rem; }
.stack-player-summary small[b-hnftk9d7a8] { margin-top: 0.12rem; color: var(--text-soft); font-size: 0.58rem; }
.stack-amount-field[b-hnftk9d7a8] { display: flex; flex-direction: column; gap: 0.4rem; margin-top: 0.9rem; }
.stack-amount-field > span[b-hnftk9d7a8] { color: var(--text-soft); font-size: 0.62rem; font-weight: 750; }
.stack-amount-field > div[b-hnftk9d7a8] { height: 52px; display: flex; align-items: center; border: 1px solid rgba(73, 215, 153, 0.32); border-radius: 11px; background: #07130f; overflow: hidden; }
.stack-amount-field b[b-hnftk9d7a8] { padding-left: 0.9rem; color: var(--green-bright); font-family: 'Outfit', sans-serif; font-size: 1rem; }
.stack-amount-field input[b-hnftk9d7a8] { min-width: 0; width: 100%; height: 100%; padding: 0 0.8rem; border: 0; outline: 0; background: transparent; color: white; font-family: 'Outfit', sans-serif; font-size: 1.2rem; }
.stack-submit[b-hnftk9d7a8] { width: 100%; margin-top: 1rem; }

.bet-keypad-heading[b-hnftk9d7a8] {
    padding-right: 2.2rem;
}

.bet-keypad-heading .eyebrow[b-hnftk9d7a8] { margin-bottom: 0.28rem; font-size: 0.56rem; }

.bet-keypad-heading h2[b-hnftk9d7a8] {
    margin: 0;
    font-family: 'Outfit', sans-serif;
    font-size: 1.08rem;
}

.bet-keypad-heading p[b-hnftk9d7a8] {
    margin: 0.2rem 0 0;
    color: var(--text-soft);
    font-size: 0.58rem;
}

.bet-presets[b-hnftk9d7a8] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.3rem;
    margin-top: 0.55rem;
}

.bet-presets button[b-hnftk9d7a8] {
    min-width: 0;
    min-height: 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.08rem;
    border: 1px solid rgba(51, 142, 224, 0.25);
    border-radius: 8px;
    background: rgba(35, 122, 201, 0.08);
    color: #dcefff;
    cursor: pointer;
    transition: 140ms ease;
}

.bet-presets button:hover[b-hnftk9d7a8] {
    border-color: #338ee0;
    background: rgba(35, 122, 201, 0.17);
    transform: translateY(-1px);
}

.bet-presets span[b-hnftk9d7a8] {
    color: #72baff;
    font-size: 0.52rem;
    font-weight: 900;
}

.bet-presets strong[b-hnftk9d7a8] {
    font-family: 'Outfit', sans-serif;
    font-size: 0.66rem;
}

.bet-amount-display[b-hnftk9d7a8] {
    min-height: 47px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.42rem;
    padding: 0.45rem 0.75rem;
    border: 1px solid rgba(73, 215, 153, 0.26);
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.22);
}

.bet-amount-display.has-error[b-hnftk9d7a8] { border-color: rgba(232, 65, 73, 0.55); }
.bet-amount-display span[b-hnftk9d7a8] { color: var(--text-soft); font-size: 0.56rem; font-weight: 700; }
.bet-amount-display strong[b-hnftk9d7a8] { color: var(--green-bright); font-family: 'Outfit', sans-serif; font-size: 1.2rem; }
.bet-error[b-hnftk9d7a8] { margin: 0.25rem 0 0; color: #ff858b; font-size: 0.58rem; text-align: center; }

.all-in-key[b-hnftk9d7a8] {
    width: 100%;
    min-height: 37px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.35rem;
    padding: 0.4rem 0.75rem;
    border: 1px solid rgba(232, 65, 73, 0.35);
    border-radius: 11px;
    background: rgba(232, 65, 73, 0.08);
    color: #ffb1b5;
    cursor: pointer;
    transition: 140ms ease;
}

.all-in-key span[b-hnftk9d7a8] { font-size: 0.62rem; font-weight: 900; letter-spacing: 0.1em; }
.all-in-key strong[b-hnftk9d7a8] { font-family: 'Outfit', sans-serif; font-size: 0.7rem; }
.all-in-key:hover:not(:disabled)[b-hnftk9d7a8],
.all-in-key.active[b-hnftk9d7a8] { border-color: #f04b54; background: linear-gradient(145deg, #df3541, #9f1d28); color: white; }
.all-in-key:disabled[b-hnftk9d7a8] { opacity: 0.42; cursor: not-allowed; }

.numeric-keypad[b-hnftk9d7a8] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.22rem;
    margin-top: 0.32rem;
}

.keypad-key[b-hnftk9d7a8],
.enter-key[b-hnftk9d7a8] {
    min-height: 30px;
    border: 1px solid var(--line-strong);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.045);
    color: white;
    cursor: pointer;
    font-family: 'Outfit', sans-serif;
    font-size: 0.74rem;
    font-weight: 700;
    transition: 120ms ease;
}

.keypad-key:hover[b-hnftk9d7a8] { border-color: rgba(73, 215, 153, 0.45); background: rgba(73, 215, 153, 0.08); }
.keypad-key:active[b-hnftk9d7a8] { transform: scale(0.97); }
.utility-key[b-hnftk9d7a8] { color: #91a29a; font-size: 0.7rem; }

.enter-key[b-hnftk9d7a8] {
    grid-column: 1 / -1;
    min-height: 33px;
    border-color: #2b84d3;
    background: linear-gradient(145deg, #2889df, #15549a);
    box-shadow: 0 8px 20px rgba(21, 84, 154, 0.25);
    text-transform: uppercase;
}

.enter-key:hover[b-hnftk9d7a8] { filter: brightness(1.12); }
.enter-key:disabled[b-hnftk9d7a8] { opacity: 0.4; cursor: not-allowed; filter: grayscale(0.5); }

.modal-backdrop[b-hnftk9d7a8] {
    position: fixed;
    inset: 0;
    z-index: 200;
    display: grid;
    place-items: center;
    padding: 1.25rem;
    background: rgba(1, 7, 5, 0.78);
    backdrop-filter: blur(8px);
    animation: backdrop-in-b-hnftk9d7a8 170ms ease both;
}

@keyframes backdrop-in-b-hnftk9d7a8 { from { opacity: 0; } }

.modal-card[b-hnftk9d7a8],
.confirm-card[b-hnftk9d7a8] {
    position: relative;
    width: min(500px, 100%);
    max-height: calc(100vh - 2.5rem);
    padding: 1.65rem;
    border: 1px solid rgba(204, 232, 219, 0.16);
    border-radius: 20px;
    background: #0e1e19;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.52);
    overflow-y: auto;
    animation: modal-in-b-hnftk9d7a8 220ms ease both;
}

@keyframes modal-in-b-hnftk9d7a8 {
    from { opacity: 0; transform: translateY(12px) scale(0.985); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

.modal-close[b-hnftk9d7a8] {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border: 1px solid var(--line);
    border-radius: 9px;
    background: transparent;
    color: var(--text-soft);
    cursor: pointer;
}

.modal-close:hover[b-hnftk9d7a8] { background: rgba(255, 255, 255, 0.04); color: white; }
.modal-heading[b-hnftk9d7a8] { padding-right: 2.5rem; margin-bottom: 1.5rem; }
.modal-heading h2[b-hnftk9d7a8] { font-size: 1.55rem; }

.photo-field[b-hnftk9d7a8] {
    display: flex;
    align-items: center;
    gap: 1.1rem;
    padding: 1rem;
    border: 1px solid var(--line);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.018);
}

.photo-field input[type='file'][b-hnftk9d7a8] {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.picture-box[b-hnftk9d7a8] {
    position: relative;
    width: 116px;
    height: 116px;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px dashed rgba(73, 215, 153, 0.42);
    border-radius: 16px;
    background: rgba(73, 215, 153, 0.035);
    cursor: pointer;
    overflow: hidden;
    transition: 160ms ease;
}

.picture-box:hover[b-hnftk9d7a8] { border-color: var(--green-bright); background: rgba(73, 215, 153, 0.07); }
.picture-box img[b-hnftk9d7a8] { width: 100%; height: 100%; object-fit: cover; }
.picture-box strong[b-hnftk9d7a8] { margin-top: 0.6rem; color: #c8d7d0; font-size: 0.7rem; }
.picture-box small[b-hnftk9d7a8] { margin-top: 0.15rem; color: #75857e; font-size: 0.6rem; }

.camera-icon[b-hnftk9d7a8] {
    position: relative;
    width: 30px;
    height: 22px;
    border: 1.8px solid var(--green-bright);
    border-radius: 6px;
}

.camera-icon[b-hnftk9d7a8]::before {
    content: '';
    position: absolute;
    top: -6px;
    left: 7px;
    width: 13px;
    height: 6px;
    border: 1.8px solid var(--green-bright);
    border-bottom: 0;
    border-radius: 4px 4px 0 0;
}

.camera-icon[b-hnftk9d7a8]::after {
    content: '';
    position: absolute;
    top: 5px;
    left: 9px;
    width: 8px;
    height: 8px;
    border: 1.8px solid var(--green-bright);
    border-radius: 50%;
}

.photo-overlay[b-hnftk9d7a8] {
    position: absolute;
    inset: auto 0 0;
    padding: 0.55rem;
    background: rgba(3, 12, 9, 0.82);
    color: white;
    font-size: 0.66rem;
    font-weight: 700;
    text-align: center;
}

.photo-help[b-hnftk9d7a8] {
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.photo-help strong[b-hnftk9d7a8] { font-size: 0.82rem; }
.photo-help span[b-hnftk9d7a8] { margin-top: 0.3rem; color: var(--text-soft); font-size: 0.68rem; line-height: 1.45; }
.photo-help button[b-hnftk9d7a8] { align-self: flex-start; margin-top: 0.7rem; padding: 0; border: 0; background: transparent; color: #ee747d; cursor: pointer; font-size: 0.67rem; font-weight: 700; }

.field-error[b-hnftk9d7a8] {
    margin-top: 0.65rem;
    color: #ff8d8d;
    font-size: 0.75rem;
}

.form-field[b-hnftk9d7a8] {
    margin-top: 1.15rem;
}

.form-field label[b-hnftk9d7a8] {
    display: block;
    margin-bottom: 0.45rem;
    color: #c7d4ce;
    font-size: 0.73rem;
    font-weight: 700;
}

.form-field input[b-hnftk9d7a8] {
    width: 100%;
    height: 47px;
    padding: 0 0.9rem;
    border: 1px solid var(--line-strong);
    border-radius: 11px;
    background: #091612;
    color: white;
    font-size: 0.84rem;
}

.form-field input[b-hnftk9d7a8]::placeholder { color: #566660; }
.form-field input:focus[b-hnftk9d7a8] { border-color: rgba(73, 215, 153, 0.58); outline: 3px solid rgba(73, 215, 153, 0.07); }

.modal-actions[b-hnftk9d7a8] {
    display: flex;
    justify-content: flex-end;
    gap: 0.65rem;
    margin-top: 1.5rem;
    padding-top: 1.15rem;
    border-top: 1px solid var(--line);
}

.button-spinner[b-hnftk9d7a8],
.spinner[b-hnftk9d7a8] {
    display: inline-block;
    border: 2px solid rgba(255, 255, 255, 0.25);
    border-top-color: currentColor;
    border-radius: 50%;
    animation: spin-b-hnftk9d7a8 700ms linear infinite;
}

.button-spinner[b-hnftk9d7a8] { width: 14px; height: 14px; }
.spinner[b-hnftk9d7a8] { width: 28px; height: 28px; color: var(--green-bright); }
@keyframes spin-b-hnftk9d7a8 { to { transform: rotate(360deg); } }

.confirm-card[b-hnftk9d7a8] {
    width: min(410px, 100%);
    text-align: center;
}

.warning-icon[b-hnftk9d7a8] {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    margin: 0 auto 1rem;
    border: 1px solid rgba(226, 88, 98, 0.3);
    border-radius: 50%;
    background: rgba(226, 88, 98, 0.08);
    color: #ef747d;
    font-family: 'Outfit', sans-serif;
    font-size: 1.4rem;
    font-weight: 800;
}

.confirm-card h2[b-hnftk9d7a8] { font-size: 1.35rem; }
.confirm-card p[b-hnftk9d7a8] { margin: 0.6rem 0 0; color: var(--text-soft); font-size: 0.8rem; line-height: 1.6; }
.confirm-card p strong[b-hnftk9d7a8] { color: white; }

.loading-state[b-hnftk9d7a8] {
    min-height: calc(100vh - 76px);
    display: grid;
    place-content: center;
    justify-items: center;
    color: var(--text-soft);
    font-size: 0.8rem;
}

.app-footer[b-hnftk9d7a8] {
    min-height: 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 4vw;
    border-top: 1px solid var(--line);
    color: #6d7b76;
}

.app-footer span[b-hnftk9d7a8] { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; }
.app-footer b[b-hnftk9d7a8] { margin-right: 0.35rem; color: var(--green-bright); }
.app-footer small[b-hnftk9d7a8] { font-size: 0.65rem; }

@media (max-width: 1040px) {
    .topbar[b-hnftk9d7a8] { grid-template-columns: auto auto 1fr; }
    .brand-copy[b-hnftk9d7a8] { display: none; }
    .status-pill[b-hnftk9d7a8] { display: none; }
    .live-layout[b-hnftk9d7a8] { grid-template-columns: 300px minmax(270px, 1fr); }
    .action-rail[b-hnftk9d7a8] { padding-inline: 0.75rem; }
    .role-chip[b-hnftk9d7a8] { min-width: 122px; padding-inline: 0.55rem; }
    .blind-config-card[b-hnftk9d7a8] { grid-template-columns: 1fr 135px 135px; }
    .starting-pot[b-hnftk9d7a8] { grid-column: 1 / -1; height: auto; flex-direction: row; justify-content: flex-end; gap: 0.5rem; padding: 0.6rem 0 0; border-top: 1px solid var(--line); border-left: 0; }
    .table-stage[b-hnftk9d7a8] { min-height: 390px; padding: 4rem 5.4rem; }
    .poker-table[b-hnftk9d7a8] { width: min(520px, 60vw); }
    .seat[b-hnftk9d7a8] { width: 118px; }
    .seat-3[b-hnftk9d7a8] { right: -98px; }
    .seat-8[b-hnftk9d7a8] { left: -98px; }
    .seat-4[b-hnftk9d7a8] { right: -78px; }
    .seat-7[b-hnftk9d7a8] { left: -78px; }
    .seat-config-list[b-hnftk9d7a8] { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
    .topbar[b-hnftk9d7a8] {
        height: auto;
        min-height: 68px;
        grid-template-columns: auto 1fr;
        padding: 0.65rem 1rem;
    }

    .brand-copy[b-hnftk9d7a8] { display: none; }
    .brand-mark[b-hnftk9d7a8] { width: 40px; height: 40px; }
    .main-nav[b-hnftk9d7a8] { justify-self: end; }
    .game-variant-selector[b-hnftk9d7a8] { grid-column: 1 / -1; justify-self: center; margin: 0.35rem 0 0; }
    .nav-button[b-hnftk9d7a8] { min-height: 39px; padding: 0 0.7rem; font-size: 0.75rem; }
    .status-pill[b-hnftk9d7a8] { display: none; }
    .page-section[b-hnftk9d7a8],
    .settings-page[b-hnftk9d7a8] { width: min(100% - 28px, 660px); padding: 2.2rem 0 3rem; }
    .page-heading[b-hnftk9d7a8] { align-items: flex-start; margin-bottom: 1.4rem; }
    .page-heading h1[b-hnftk9d7a8] { font-size: 2rem; }
    .page-heading p[b-hnftk9d7a8] { font-size: 0.78rem; }
    .primary-button.compact[b-hnftk9d7a8] { align-self: end; padding-inline: 0.75rem; }
    .heading-actions[b-hnftk9d7a8] { align-self: flex-end; }
    .broadcast-topline[b-hnftk9d7a8] { flex-wrap: wrap; }
    .player-stack-strip[b-hnftk9d7a8] { grid-template-columns: repeat(8, minmax(132px, 1fr)); overflow-x: auto; }
    .role-chip[b-hnftk9d7a8] { flex: 1 1 30%; }
    .mata-as-order-note[b-hnftk9d7a8] { flex: 1 1 55%; min-width: 190px; }
    .pot-display[b-hnftk9d7a8] { flex: 1 1 100%; min-height: 48px; flex-direction: row; align-items: center; justify-content: flex-end; gap: 0.55rem; border-top: 1px solid var(--line); border-left: 0; }
    .live-layout[b-hnftk9d7a8] { grid-template-columns: 1fr; grid-template-rows: auto auto auto; }
    .action-rail[b-hnftk9d7a8] { grid-column: 1; grid-row: 1; min-height: 385px; border-right: 0; border-bottom: 1px solid var(--line); }
    .hand-center[b-hnftk9d7a8] { grid-column: 1; grid-row: 2; min-height: 390px; }
    .action-controls[b-hnftk9d7a8] { grid-column: 1; grid-row: 3; flex-direction: row; border-bottom: 0; }
    .controls-label[b-hnftk9d7a8] { display: none; }
    .poker-action[b-hnftk9d7a8] { min-height: 74px; flex: 1; }
    .blind-config-card[b-hnftk9d7a8] { grid-template-columns: 1fr 1fr; }
    .blind-config-copy[b-hnftk9d7a8], .starting-pot[b-hnftk9d7a8] { grid-column: 1 / -1; }

    .table-stage[b-hnftk9d7a8] {
        min-height: auto;
        padding: 1rem;
        overflow: visible;
        background: transparent;
        border: 0;
        box-shadow: none;
    }

    .poker-table[b-hnftk9d7a8] {
        width: 100%;
        aspect-ratio: auto;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0.7rem;
        padding-top: 200px;
        border-radius: 0;
        background: transparent;
        filter: none;
    }

    .table-rail[b-hnftk9d7a8],
    .felt-inner[b-hnftk9d7a8] {
        height: 170px;
        inset: 0 0 auto;
        border-radius: 50%;
    }

    .felt-inner[b-hnftk9d7a8] { inset: 18px 20px auto; height: 134px; }
    .felt-line[b-hnftk9d7a8] { display: none; }
    .seat[b-hnftk9d7a8] {
        position: relative;
        inset: auto !important;
        width: auto;
        min-width: 0;
        transform: none !important;
    }

    .dealer-button[b-hnftk9d7a8] {
        top: -11px;
        left: auto;
        right: 7px;
    }

    .hole-cards[b-hnftk9d7a8] {
        right: 5px;
        bottom: -11px;
    }

    .summary-strip[b-hnftk9d7a8] { grid-template-columns: 1fr; }
    .summary-strip > div[b-hnftk9d7a8] { justify-content: flex-start; padding-left: 1.2rem; }
    .summary-strip > div + div[b-hnftk9d7a8] { border-left: 0; border-top: 1px solid var(--line); }

    .settings-tabs[b-hnftk9d7a8] { grid-template-columns: 1fr; }
    .panel-header[b-hnftk9d7a8] { align-items: flex-start; }
    .panel-header .primary-button[b-hnftk9d7a8] { white-space: nowrap; }
    .seat-config-list[b-hnftk9d7a8] { padding: 0.8rem; }
    .seat-config-row[b-hnftk9d7a8] { grid-template-columns: 1fr 40px 30px; }
    .player-select[b-hnftk9d7a8] { grid-column: 1 / -1; }
    .remove-seat-button[b-hnftk9d7a8],
    .remove-seat-placeholder[b-hnftk9d7a8] { grid-column: 3; grid-row: 1; }
    .selected-player-preview[b-hnftk9d7a8] { grid-column: 2; grid-row: 1; }
    .panel-footer[b-hnftk9d7a8] { align-items: flex-start; }
    .app-footer[b-hnftk9d7a8] { justify-content: center; }
    .app-footer small[b-hnftk9d7a8] { display: none; }
}

@media (max-width: 500px) {
    .nav-button .nav-icon[b-hnftk9d7a8] { display: none; }
    .nav-button[b-hnftk9d7a8] { padding-inline: 0.6rem; }
    .page-heading[b-hnftk9d7a8] { display: block; }
    .page-heading .primary-button[b-hnftk9d7a8] { width: 100%; margin-top: 1rem; }
    .heading-actions[b-hnftk9d7a8] { width: 100%; flex-direction: column; }
    .bet-presets[b-hnftk9d7a8] { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .bet-keypad-card[b-hnftk9d7a8] { padding: 0.75rem; }
    .heading-actions .ghost-button[b-hnftk9d7a8] { width: 100%; }
    .role-chip[b-hnftk9d7a8] { min-width: 100%; }
    .action-controls[b-hnftk9d7a8] { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 0.4rem; padding: 0.65rem; }
    .poker-action[b-hnftk9d7a8] { min-height: 78px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 0.45rem; text-align: center; }
    .poker-action > span[b-hnftk9d7a8] { display: none; }
    .poker-action strong[b-hnftk9d7a8] { font-size: 0.75rem; }
    .cash-broadcast-panel[b-hnftk9d7a8] { right: 0.7rem; bottom: 0.7rem; width: min(230px, calc(100% - 1.4rem)); }
    .broadcast-card[b-hnftk9d7a8] { width: 40px; height: 54px; padding: 0.25rem; }
    .broadcast-card b[b-hnftk9d7a8] { font-size: 0.78rem; }
    .broadcast-card i[b-hnftk9d7a8] { font-size: 0.92rem; }
    .ai-narration[b-hnftk9d7a8] { top: 0.7rem; left: 0.7rem; width: auto; max-width: calc(100% - 1.4rem); }
    .player-roster[b-hnftk9d7a8] { grid-template-columns: 1fr; }
    .blind-config-card[b-hnftk9d7a8] { grid-template-columns: 1fr; margin-inline: 0.8rem; }
    .blind-config-card label[b-hnftk9d7a8], .blind-config-copy[b-hnftk9d7a8], .starting-pot[b-hnftk9d7a8] { grid-column: 1; }
    .poker-table[b-hnftk9d7a8] { grid-template-columns: 1fr; }
    .settings-tab[b-hnftk9d7a8] { grid-template-columns: 39px 1fr auto; }
    .tab-symbol[b-hnftk9d7a8] { width: 39px; height: 39px; }
    .panel-header[b-hnftk9d7a8] { flex-direction: column; }
    .panel-header .primary-button[b-hnftk9d7a8] { width: 100%; }
    .photo-field[b-hnftk9d7a8] { align-items: flex-start; }
    .picture-box[b-hnftk9d7a8] { width: 100px; height: 100px; }
    .modal-card[b-hnftk9d7a8] { padding: 1.3rem; }
    .report-modal-card[b-hnftk9d7a8] { padding: 1rem; }
    .report-table th[b-hnftk9d7a8],
    .report-table td[b-hnftk9d7a8] { padding-inline: 0.65rem; }
    .modal-actions > button[b-hnftk9d7a8] { flex: 1; }
    .player-table th[b-hnftk9d7a8],
    .player-table td[b-hnftk9d7a8] { padding-inline: 0.7rem; }
    .player-table th:nth-child(4)[b-hnftk9d7a8],
    .player-table td:nth-child(4)[b-hnftk9d7a8] { display: none; }
    .notice-card[b-hnftk9d7a8] { grid-template-columns: auto 1fr; }
    .notice-card button[b-hnftk9d7a8] { grid-column: 2; justify-self: start; padding: 0; }
}

@media (prefers-reduced-motion: reduce) {
    *[b-hnftk9d7a8], *[b-hnftk9d7a8]::before, *[b-hnftk9d7a8]::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}
