/* Global stylesheet: loaded once by Pages/_Host.cshtml. */
.rh-shell { position: relative; z-index: 1; display: flex; flex-direction: column; min-height: 100vh; min-height: 100dvh; min-width: 0; color: #f4eee5; }
.rh-shell *, .rh-cookie *, .rh-signup-root * { box-sizing: border-box; }
.rh-header button, .rh-footer button, .rh-cookie button { font: inherit; cursor: pointer; -webkit-tap-highlight-color: transparent; }
.rh-header a, .rh-footer a, .rh-cookie a { text-decoration: none; }
.rh-header button:focus-visible, .rh-footer button:focus-visible, .rh-header a:focus-visible, .rh-footer a:focus-visible, .rh-cookie button:focus-visible, .rh-cookie summary:focus-visible { outline: 2px solid #ffbe64; outline-offset: 3px; }
.rh-header { position: sticky; top: 0; z-index: 200; background: #191816f5; border-bottom: 1px solid #393129; backdrop-filter: blur(18px); }
.rh-header-inner { display: flex; align-items: center; gap: 24px; min-height: 76px; padding: 10px 28px; }
.rh-brand { flex-shrink: 0; display: inline-flex; align-items: center; gap: 11px; color: #f5e9d7 !important; }
.rh-brand-mark { position: relative; display: grid; place-items: center; width: 41px; height: 43px; border-radius: 11px; background: linear-gradient(145deg, #ffbc61, #f99a1a); color: #261b0c; font-size: 19px; font-weight: 900; letter-spacing: -1px; box-shadow: 0 3px 15px #ff98001a; }
.rh-brand-mark > span { position: absolute; bottom: 7px; width: 19px; height: 2px; background: #4c3219; opacity: .6; }
.rh-brand-name { display: flex; flex-direction: column; gap: 4px; font-size: 14px; font-weight: 800; letter-spacing: .55px; line-height: 1.2; }
.rh-brand-name small { font-size: 8px; letter-spacing: 3.5px; font-weight: 600; color: #b09b80; }
.rh-desktop-nav { display: flex; align-items: center; gap: 5px; flex: 1; min-width: 0; }
.rh-nav-link { display: flex; align-items: center; justify-content: center; gap: 7px; min-height: 43px; padding: 9px 12px; border-radius: 10px; color: #c3b9aa !important; font-size: 12px; font-weight: 650; white-space: nowrap; }
.rh-nav-link .rzi { font-size: 19px; }
.rh-nav-link:hover { color: #fff0d9 !important; background: #2b251e; }
.rh-nav-link.active { background: #3a2b1c; color: #ffcc88 !important; box-shadow: inset 0 0 0 1px #71502f66; }
.rh-desktop-tools { display: flex; align-items: center; gap: 12px; margin-left: auto; }
.rh-language { display: inline-flex; align-items: center; gap: 3px; padding: 3px; background: #26231f; border: 1px solid #42392e; border-radius: 10px; }
.rh-language button { min-width: 36px; min-height: 36px; padding: 7px; background: transparent; color: #bdb09e; border: 0; border-radius: 7px; font-size: 11px; font-weight: 800; }
.rh-language button.active { color: #281a09; background: #ffae45; }
.rh-button { display: inline-flex; align-items: center; justify-content: center; gap: 7px; min-height: 44px; padding: 10px 15px; border: 1px solid transparent; border-radius: 11px; font-size: 12px !important; font-weight: 700 !important; text-decoration: none; }
.rh-button .rzi { font-size: 19px; }
.rh-button:disabled { opacity: .5; cursor: default; }
.rh-button-primary { background: linear-gradient(140deg, #ffc16b, #ffa52e); color: #281a0b; border-color: #ffb955; }
.rh-button-soft { color: var(--bp-button-text); background: var(--bp-button-bg); border-color: var(--bp-button-border); }
.rh-button-soft:not(:disabled):hover { background: var(--bp-button-hover); border-color: var(--bp-accent); }
.rh-account, .rh-mobile-account { display: flex; align-items: center; gap: 8px; }
.rh-account-profile { display: flex; align-items: center; gap: 9px; min-width: 0; padding: 3px; color: #ede4d7 !important; }
.rh-avatar { flex-shrink: 0; display: grid; place-items: center; width: 39px; height: 39px; border: 1px solid #5f472e; border-radius: 12px; background: #3a2c1e; color: #ffc070; }
.rh-account-name { min-width: 0; max-width: 145px; display: flex; flex-direction: column; gap: 4px; overflow: hidden; text-overflow: ellipsis; font-size: 12px; line-height: 1.35; font-weight: 700; overflow-wrap: anywhere; }
.rh-account-name small { font-size: 9px; font-weight: 400; color: #b5a68f; }
.rh-icon-button, .rh-menu-toggle { display: grid; place-items: center; flex-shrink: 0; width: 44px; height: 44px; padding: 0; border: 1px solid #443a2e; border-radius: 12px; color: #d4c6b1; background: #28231d; }
.rh-icon-button:hover { color: #ffcf8f; background: #352a1d; }
.rh-menu-toggle, .rh-mobile-menu { display: none; }
.rh-main { --rh-page-space-x: 30px; --rh-page-space-y: 30px; flex: 1; min-width: 0; width: 100%; padding: var(--rh-page-space-y) var(--rh-page-space-x); color: white; }
.rh-footer { margin-top: auto; padding: 24px 28px; border-top: 1px solid #393129; background: #171613e8; }
.rh-footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.rh-footer-brand { display: flex; flex-direction: column; gap: 6px; }
.rh-footer-brand > span { font-size: 11px; color: #cab79c; font-weight: 750; letter-spacing: 1px; }
.rh-footer-brand small { font-size: 10px; color: #9f9484; }
.rh-footer-links { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 22px; }
.rh-footer-links a { display: inline-flex; align-items: center; min-height: 38px; color: #b7ab98; font-size: 11px; }
.rh-footer-links a:hover, .rh-footer-links a.active { color: #ffc67b; }
.rh-header-socials { display: flex; flex-shrink: 0; align-items: center; gap: 6px; }
.rh-header-socials a { display: grid; place-items: center; width: 40px; height: 42px; background: var(--bp-button-bg); border: 1px solid var(--bp-button-border); border-radius: 11px; }
.rh-header-socials a:hover { background: var(--bp-button-hover); border-color: var(--bp-accent); }
.rh-header-socials img { width: 21px; height: 21px; object-fit: contain; }

/* Compact cookie notice; existing cookieConsent functions and storage remain in use. */
.rh-cookie { position: fixed; z-index: 900; bottom: max(16px, env(safe-area-inset-bottom)); left: 50%; transform: translateX(-50%); width: min(680px, calc(100% - 28px)); display: flex; align-items: flex-start; gap: 13px; padding: 17px; color: #eee5d8; border: 1px solid #675035; border-radius: 18px; background: #211d17fa; box-shadow: 0 15px 60px #0009; backdrop-filter: blur(18px); }
.rh-cookie-icon { flex-shrink: 0; display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid #67462b; border-radius: 13px; background: #3f2c19; color: #ffbc63; }
.rh-cookie-copy { display: flex; flex: 1; min-width: 0; flex-direction: column; gap: 5px; }
.rh-cookie-copy > strong { font-size: 13px; line-height: 1.4; }
.rh-cookie-copy > span { font-size: 11px; color: #c3b5a0; line-height: 1.55; }
.rh-cookie-details { color: #bfb19c; font-size: 11px; }
.rh-cookie-details summary { width: fit-content; min-height: 28px; padding-top: 5px; color: #e1bc89; cursor: pointer; }
.rh-cookie-details p { margin: 8px 0; line-height: 1.7; }
.rh-cookie-details a { color: #ffcd86; }
.rh-cookie-accept { align-self: center; flex-shrink: 0; white-space: nowrap; }

@media (max-width: 1399px) and (min-width: 992px) {
    .rh-header-inner { padding: 10px 14px; gap: 10px; }
    .rh-nav-link { padding: 8px; font-size: 11px; }
    .rh-brand-name { font-size: 12px; }
    .rh-brand-mark { width: 34px; }
    .rh-desktop-tools { gap: 7px; }
    .rh-account-name { max-width: 90px; }
    .rh-header-socials { gap: 4px; }
    .rh-header-socials a { width: 34px; height: 40px; }
    .rh-desktop-tools > .rh-button { padding-inline: 10px; }
}
@media (max-width: 991px) {
    .rh-header-inner { min-height: 68px; padding: 11px 16px; justify-content: space-between; gap: 12px; }
    .rh-desktop-nav, .rh-desktop-tools { display: none; }
    .rh-menu-toggle { display: grid; }
    .rh-mobile-menu { display: block; padding: 4px 14px 16px; border-top: 1px solid #342b21; max-height: calc(100vh - 68px); max-height: calc(100dvh - 68px); overflow-y: auto; overscroll-behavior: contain; }
    .rh-mobile-menu-links { display: grid; gap: 6px; margin: 10px 0 14px; }
    .rh-mobile-menu-link { display: flex; align-items: center; gap: 12px; padding: 11px 12px; border: 1px solid transparent; border-radius: 14px; color: #e8dece !important; background: #24201b; }
    .rh-menu-link-icon { flex-shrink: 0; display: grid; place-items: center; width: 40px; height: 40px; border-radius: 11px; background: #332b20; color: #cbb38e; }
    .rh-mobile-menu-link > span:nth-child(2) { display: flex; flex: 1; min-width: 0; flex-direction: column; gap: 5px; font-size: 14px; font-weight: 700; }
    .rh-mobile-menu-link small { font-size: 10px; font-weight: 400; line-height: 1.5; color: #b3a48e; }
    .rh-mobile-menu-link > .rzi { font-size: 21px; color: #ad9677; }
    .rh-mobile-menu-link.active { background: #3b2b1a; border-color: #80542b; }
    .rh-mobile-menu-link.active .rh-menu-link-icon { background: #61401c; color: #ffd397; }
    .rh-mobile-menu-settings { display: flex; align-items: center; justify-content: space-between; padding: 12px 4px; border-top: 1px solid #413426; color: #cabb9f; font-size: 12px; }
    .rh-mobile-menu .rh-language button { min-height: 40px; min-width: 43px; }
    .rh-mobile-account { padding: 12px; background: #28221b; border: 1px solid #493a28; border-radius: 13px; justify-content: space-between; }
    .rh-mobile-account .rh-account-name { max-width: none; font-size: 13px; }
    .rh-mobile-login { width: 100%; }
    .rh-mobile-socials { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 12px; }
    .rh-mobile-socials a { display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 46px; border: 1px solid #443727; border-radius: 11px; background: #231e18; color: #d1bea3; font-size: 12px; }
    .rh-mobile-socials img { width: 20px; height: 20px; object-fit: contain; }
    .rh-mobile-socials .rzi { font-size: 14px; }
}
@media (max-width: 767px) {
    .rh-main { --rh-page-space-x: 12px; --rh-page-space-y: 18px; }
    .rh-brand-name { font-size: 13px; letter-spacing: .3px; }
    .rh-brand-name small { font-size: 7px; letter-spacing: 3px; }
    .rh-brand-mark { width: 37px; height: 40px; font-size: 18px; }
    .rh-footer { padding: 21px 16px max(18px, env(safe-area-inset-bottom)); }
    .rh-footer-inner { display: grid; grid-template-columns: minmax(0, 1fr); gap: 15px; }
    .rh-footer-brand { grid-column: 1; grid-row: 1; }
    .rh-footer-links { grid-column: 1 / -1; grid-row: 2; justify-content: space-between; gap: 5px 14px; border-top: 1px solid #362c21; padding-top: 8px; }
    .rh-footer-links a { font-size: 10px; }
    .rh-footer-brand > span { font-size: 10px; }
    .rh-footer-brand small { font-size: 9px; }
    .rh-cookie { display: grid; grid-template-columns: 34px minmax(0, 1fr); padding: 14px; gap: 10px; bottom: max(10px, env(safe-area-inset-bottom)); width: calc(100% - 24px); border-radius: 16px; }
    .rh-cookie-icon { width: 34px; height: 36px; border-radius: 10px; }
    .rh-cookie-icon .rzi { font-size: 21px; }
    .rh-cookie-accept { grid-column: 1 / -1; width: 100%; min-height: 42px; }
    .rz-dialog { max-width: calc(100vw - 16px) !important; max-height: calc(100vh - 20px); max-height: calc(100dvh - 20px); border-radius: 18px !important; }
    .rz-dialog-titlebar { padding: 14px 16px !important; border-bottom: 1px solid #42372c; }
    .rz-dialog-title { font-size: 16px !important; color: #f5dfc2; }
    .rz-dialog-content { padding: 12px !important; min-width: 0; overflow: auto; }
}

/* Signup styles belong exclusively to .rh-signup-root. */
.rh-signup-root .bp-signup-column-title { display: flex; align-items: center; justify-content: center; gap: 8px; }
.rh-signup-root .bp-signup-table th, .rh-signup-root .bp-signup-table td { text-align: center; vertical-align: middle; }


    .rh-signup-root .bp-signup-card {
        min-height: calc(90vh - 130px);
        padding: 22px;
        color: white;
        background: linear-gradient(145deg, #202020, #181818) !important;
        border: 1px solid #383838;
    }

    .rh-signup-root .bp-signup-heading {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
        padding-bottom: 16px;
        border-bottom: 1px solid #383838;
    }

    .rh-signup-root .bp-signup-subtitle {
        margin-top: 5px;
        color: #aaa;
        font-size: 14px;
    }

    .rh-signup-root .bp-signup-total {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 10px 16px;
        color: #ffb74d;
        font-weight: 700;
        white-space: nowrap;
        background: rgba(255, 152, 0, .1);
        border: 1px solid rgba(255, 152, 0, .35);
        border-radius: 999px;
    }

    .rh-signup-root .bp-signup-admin-tools {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 10px;
        padding: 14px;
        background: #242424;
        border: 1px solid #363636;
        border-radius: 10px;
    }

    .rh-signup-root .bp-signup-table-wrapper {
        width: 100%;
        max-height: calc(90vh - 300px);
        overflow: auto;
        border: 1px solid #3a3a3a;
        border-radius: 12px;
        box-shadow: 0 12px 30px rgba(0, 0, 0, .22);
    }

    .rh-signup-root .bp-signup-table {
        width: 100%;
        min-width: 900px;
        border-spacing: 0;
        border-collapse: separate;
        table-layout: fixed;
    }

        .rh-signup-root .bp-signup-table th, .rh-signup-root .bp-signup-table td {
            min-width: 170px;
            height: 82px;
            padding: 10px;
            border-right: 1px solid #363636;
            border-bottom: 1px solid #363636;
        }

        .rh-signup-root .bp-signup-table th {
            position: sticky;
            top: 0;
            z-index: 3;
            height: 58px;
            color: #ffb74d;
            background: #292929;
        }

        .rh-signup-root .bp-signup-table .bp-signup-role-header, .rh-signup-root .bp-signup-table .bp-signup-row-title {
            position: sticky;
            left: 0;
            z-index: 2;
            width: 190px;
            color: #ffb74d;
            font-weight: 700;
            background: #292929;
        }

        .rh-signup-root .bp-signup-table .bp-signup-role-header {
            z-index: 4;
        }

    .rh-signup-root .bp-signup-empty-cell {
        width: 100%;
        height: 58px;
        color: #888;
        font-size: 28px;
        background: rgba(255, 255, 255, .025);
        border: 1px dashed #505050;
        border-radius: 8px;
        cursor: pointer;
        transition: all .15s ease;
    }

        .rh-signup-root .bp-signup-empty-cell:hover {
            color: #ffb74d;
            background: rgba(255, 152, 0, .09);
            border-color: #ff9800;
            transform: translateY(-1px);
        }

    .rh-signup-root .bp-signup-cell-selected {
        background: rgba(255, 152, 0, .12);
        box-shadow: inset 0 0 0 2px #ff9800;
    }

    .rh-signup-root .bp-signup-locked-cell {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 7px;
        width: 100%;
        height: 58px;
        color: #ffb74d;
        font-weight: 700;
        background: rgba(255, 152, 0, .08);
        border: 1px solid rgba(255, 152, 0, .35);
        border-radius: 8px;
        cursor: pointer;
    }

        .rh-signup-root .bp-signup-locked-cell:hover {
            color: white;
            background: rgba(76, 175, 80, .18);
            border-color: #81c784;
        }

    .rh-signup-root .bp-signup-hidden-locked-cell {
        width: 100%;
        height: 58px;
    }

    .rh-signup-root .bp-signup-filled-cell {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
        min-height: 58px;
        padding: 10px 12px;
        color: white;
        font-weight: 600;
        background: rgba(76, 175, 80, .1);
        border: 1px solid rgba(156, 204, 101, .35);
        border-radius: 8px;
    }

    .rh-signup-root .bp-signup-cell-actions {
        display: flex;
        gap: 5px;
    }

        .rh-signup-root .bp-signup-cell-actions button, .rh-signup-root .bp-signup-delete {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 28px;
            height: 28px;
            color: #ccc;
            background: #333;
            border: 1px solid #4a4a4a;
            border-radius: 6px;
            cursor: pointer;
        }

            .rh-signup-root .bp-signup-cell-actions button:hover, .rh-signup-root .bp-signup-delete:hover {
                color: white;
                background: #b71c1c;
                border-color: #ef5350;
            }

    .rh-signup-root .bp-name-dialog-backdrop {
        position: fixed;
        inset: 0;
        z-index: 10050;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px;
        background: rgba(0, 0, 0, .76);
        backdrop-filter: blur(5px);
    }

    .rh-signup-root .bp-name-dialog {
        width: min(470px, 100%);
        padding: 28px;
        background: linear-gradient(145deg, #292929, #1d1d1d);
        border: 1px solid #484848;
        border-radius: 16px;
        box-shadow: 0 24px 80px rgba(0, 0, 0, .65);
    }

    .rh-signup-root .bp-name-dialog-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 58px;
        height: 58px;
        margin: 0 auto 14px;
        color: #ffb74d;
        font-size: 30px;
        background: rgba(255, 152, 0, .12);
        border: 1px solid rgba(255, 152, 0, .4);
        border-radius: 50%;
    }

    .rh-signup-root .bp-name-dialog-place {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 9px;
        margin: 14px 0 20px;
        color: #ffb74d;
        font-weight: 700;
    }

    .rh-signup-root .bp-name-dialog-actions {
        display: flex;
        justify-content: flex-end;
        gap: 10px;
        margin-top: 20px;
    }

    @media (max-width: 700px) {
        .rh-signup-root .bp-signup-card {
            padding: 12px;
        }

        .rh-signup-root .bp-signup-heading {
            align-items: flex-start;
            flex-direction: column;
        }

        .rh-signup-root .bp-signup-table-wrapper {
            max-height: calc(90vh - 330px);
        }
    }

/* Responsive signup sheet: shared data and actions, column tabs and role cards on phones. */
.rh-signup-root { min-width: 0; color: #f1e7d8; }
.rh-signup-root button { -webkit-tap-highlight-color: transparent; cursor: pointer; }
.rh-signup-root button:focus-visible, .rh-signup-root summary:focus-visible { outline: 2px solid #ffbc61; outline-offset: 2px; }
.rh-signup-root .bp-signup-card { min-height: 0; padding: 22px; background: linear-gradient(145deg, #242019, #191713) !important; border: 1px solid #4b3b29; border-radius: 17px; }
.rh-signup-root .bp-signup-heading { gap: 14px; border-bottom-color: #463827; }
.rh-signup-root .bp-signup-heading .rz-text { font-size: 25px; font-weight: 750; letter-spacing: -.5px; }
.rh-signup-root .bp-signup-subtitle { color: #c3b39b; font-size: 12px; line-height: 1.65; }
.rh-signup-root .bp-signup-total { padding: 8px 12px; font-size: 12px; border-radius: 11px; color: #ffd294; background: #41301d; border-color: #76512a; }
.rh-signup-root .bp-signup-total .rzi { font-size: 21px; }
.rh-signup-root .bp-signup-admin { border: 1px solid #4a3a27; border-radius: 12px; background: #292219; }
.rh-signup-root .bp-signup-admin > summary { display: flex; align-items: center; gap: 8px; min-height: 46px; padding: 10px 13px; color: #d9b887; font-size: 12px; font-weight: 700; list-style: none; cursor: pointer; }
.rh-signup-root .bp-signup-admin > summary::-webkit-details-marker { display: none; }
.rh-signup-root .bp-signup-admin > summary .rzi { font-size: 20px; }
.rh-signup-root .bp-signup-admin > summary > span:not(.rzi) { flex: 1; }
.rh-signup-root .bp-signup-admin[open] > summary > .rzi:last-child { transform: rotate(180deg); }
.rh-signup-root .bp-signup-admin-tools { border: 0; border-top: 1px solid #453621; border-radius: 0 0 12px 12px; background: #211c16; padding: 12px; }
.rh-signup-root .bp-signup-admin-tools .rz-textbox { background: #2d251c; border-color: #635039; color: #f4e5cd; border-radius: 9px; }
.rh-signup-root .bp-signup-admin-tools .rz-button { min-height: 42px; border-radius: 9px; font-size: 11px; }
.rh-signup-root .bp-signup-table-wrapper { border-color: #4d3e2b; border-radius: 13px; }
.rh-signup-root .bp-signup-table th, .rh-signup-root .bp-signup-table .bp-signup-row-title { background: #30271c; color: #efc88e; }
.rh-signup-root .bp-signup-table th, .rh-signup-root .bp-signup-table td { border-color: #463b2d; }
.rh-signup-root .bp-signup-empty-cell { border-color: #6d5436; color: #cda365; background: #37291840; }
.rh-signup-root .bp-signup-filled-cell { background: #283321; color: #e3efd7; border-color: #5a7044; overflow-wrap: anywhere; }
.rh-signup-root .bp-signup-mobile { display: none; }
.rh-signup-root .bp-simple-signup { padding: 22px !important; border: 1px solid #60492d; border-radius: 16px !important; background: linear-gradient(145deg, #2c2318, #1c1812) !important; }
.rh-signup-root .bp-simple-signup .rz-button { min-height: 46px; border-radius: 11px; }
.rh-signup-root .bp-name-dialog { border-color: #81603b; border-radius: 21px; background: linear-gradient(145deg, #2e2419, #1b1712); max-height: calc(100vh - 32px); max-height: calc(100dvh - 32px); overflow-y: auto; }
.rh-signup-root .bp-name-dialog .rz-textbox { min-height: 51px; background: #19150f; color: #fff0d9; border: 1px solid #6e5232; border-radius: 11px; padding: 13px; }
.rh-signup-root .bp-name-dialog-place { flex-wrap: wrap; line-height: 1.5; font-size: 13px; }
.rh-signup-root .bp-name-dialog-place > span { overflow-wrap: anywhere; }
.rh-signup-root .bp-name-dialog-actions .rz-button { min-height: 46px; border-radius: 11px; }

@media (max-width: 767px) {
    .rh-signup-root .bp-signup-card { padding: 14px; border-radius: 13px; }
    .rh-signup-root .bp-signup-heading { flex-direction: column; align-items: flex-start; gap: 12px; padding-bottom: 15px; }
    .rh-signup-root .bp-signup-heading .rz-text { font-size: 23px; }
    .rh-signup-root .bp-signup-subtitle { margin-top: 6px; font-size: 11px; }
    .rh-signup-root .bp-signup-total { min-height: 34px; padding: 6px 10px; font-size: 11px; }
    .rh-signup-root .bp-signup-desktop { display: none; }
    .rh-signup-root .bp-signup-mobile { display: block; min-width: 0; }
    .rh-signup-root .bp-signup-column-tabs { display: flex; gap: 8px; max-width: 100%; overflow-x: auto; padding: 1px 1px 10px; overscroll-behavior-x: contain; scrollbar-width: thin; scrollbar-color: #8b5b2b #241c13; }
    .rh-signup-root .bp-signup-column-tab { display: flex; flex-shrink: 0; flex-direction: column; align-items: flex-start; justify-content: center; gap: 8px; min-width: 113px; max-width: 180px; min-height: 70px; padding: 11px 14px; border: 1px solid #51402c; border-radius: 13px; background: #2b2319; color: #e4d3b8; text-align: left; }
    .rh-signup-root .bp-signup-column-tab > span { font-size: 13px; font-weight: 750; line-height: 1.4; overflow-wrap: anywhere; }
    .rh-signup-root .bp-signup-column-tab small { display: flex; align-items: center; gap: 6px; color: #bca687; font-size: 10px; font-weight: 650; }
    .rh-signup-root .bp-signup-column-tab .rzi { font-size: 16px; }
    .rh-signup-root .bp-signup-column-tab.is-active { color: #2c1c09; background: linear-gradient(145deg, #ffc574, #ffab36); border-color: #ffcb7f; }
    .rh-signup-root .bp-signup-column-tab.is-active small { color: #523919; }
    .rh-signup-root .bp-signup-group-heading { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin: 16px 0 13px; }
    .rh-signup-root .bp-signup-group-heading > div { min-width: 0; }
    .rh-signup-root .bp-signup-group-heading > div > span { color: #af997a; font-size: 8px; font-weight: 700; letter-spacing: 1.3px; }
    .rh-signup-root .bp-signup-group-heading h3 { margin: 5px 0 0; font-size: 20px; line-height: 1.35; font-weight: 750; color: #f6e7d0; overflow-wrap: anywhere; }
    .rh-signup-root .bp-signup-free-count { flex-shrink: 0; padding: 6px 8px; color: #c9e6b6; background: #293621; border: 1px solid #50643c; border-radius: 8px; font-size: 10px; }
    .rh-signup-root .bp-signup-role-cards { display: grid; gap: 10px; }
    .rh-signup-root .bp-signup-role-card { min-width: 0; overflow: hidden; padding: 12px; border: 1px solid #58442d; border-radius: 14px; background: linear-gradient(125deg, #2a2218, #241d15); }
    .rh-signup-root .bp-signup-role-card.is-own { background: linear-gradient(125deg, #273021, #20271b); border-color: #6c8a4c; }
    .rh-signup-root .bp-signup-role-card.is-selected { background: #46311b; border-color: #ffb85b; box-shadow: inset 0 0 0 1px #ffb85b; }
    .rh-signup-root .bp-signup-role-heading { display: flex; align-items: center; gap: 9px; margin-bottom: 10px; }
    .rh-signup-root .bp-signup-role-heading h4 { flex: 1; min-width: 0; margin: 0; color: #f1e1c9; font-size: 13px; line-height: 1.45; font-weight: 700; overflow-wrap: anywhere; }
    .rh-signup-root .bp-signup-role-icon { display: grid; place-items: center; flex-shrink: 0; width: 30px; height: 32px; border-radius: 9px; background: #3d2f1d; color: #d4b07b; }
    .rh-signup-root .bp-signup-role-icon .rzi { font-size: 19px; }
    .rh-signup-root .is-own .bp-signup-role-icon { color: #c4e3a2; background: #384a28; }
    .rh-signup-root .bp-signup-own-badge { color: #c9eeaa; background: #3c542a; border: 1px solid #68894a; padding: 4px 6px; border-radius: 6px; font-size: 8px; font-weight: 800; }
    .rh-signup-root .bp-signup-mobile-empty { display: flex; align-items: center; gap: 7px; width: 100%; min-height: 49px; padding: 11px 10px; border: 1px dashed #7b5d39; border-radius: 10px; background: #21190f; color: #c3af91; text-align: left; }
    .rh-signup-root .bp-signup-mobile-empty > span { font-size: 11px; }
    .rh-signup-root .bp-signup-mobile-empty > strong { display: inline-flex; align-items: center; gap: 4px; margin-left: auto; color: #ffcf8b; font-size: 11px; font-weight: 750; }
    .rh-signup-root .bp-signup-mobile-empty .rzi { font-size: 20px; }
    .rh-signup-root .bp-signup-available-dot { flex-shrink: 0; width: 5px; height: 5px; border-radius: 50%; background: #e6b36d; }
    .rh-signup-root .bp-signup-mobile-player { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 7px; min-height: 45px; padding: 5px 0 0; border-top: 1px solid #51412b; }
    .rh-signup-root .bp-signup-player-name { display: flex; align-items: center; flex: 1; min-width: 80px; gap: 7px; color: #e2ead8; font-size: 13px; font-weight: 600; overflow-wrap: anywhere; }
    .rh-signup-root .bp-signup-player-name .rzi { flex-shrink: 0; font-size: 19px; color: #b49b77; }
    .rh-signup-root .is-own .bp-signup-player-name .rzi { color: #bfe09b; }
    .rh-signup-root .bp-signup-mobile-actions { display: flex; align-items: center; gap: 5px; }
    .rh-signup-root .bp-signup-icon-action { display: grid; place-items: center; flex-shrink: 0; width: 42px; height: 42px; padding: 0; border: 1px solid #675137; border-radius: 10px; color: #d3ba96; background: #322719; }
    .rh-signup-root .bp-signup-icon-action .rzi { font-size: 19px; }
    .rh-signup-root .bp-signup-icon-action.is-danger { color: #e7a897; border-color: #654138; background: #38261f; }
    .rh-signup-root .bp-signup-mobile-locked { display: flex; align-items: center; justify-content: center; gap: 8px; width: 100%; min-height: 46px; border: 1px dashed #6c5438; border-radius: 10px; background: #2e2418; color: #d8b480; font-size: 12px; }
    .rh-signup-root .bp-signup-lock-bar { display: flex; align-items: center; flex-wrap: wrap; gap: 7px; padding: 10px; margin-bottom: 12px; border: 1px solid #a37132; border-radius: 11px; background: #453017; }
    .rh-signup-root .bp-signup-lock-bar > span { flex: 1; display: flex; align-items: center; gap: 6px; color: #ffda9d; font-size: 11px; }
    .rh-signup-root .bp-signup-lock-bar > span .rzi { font-size: 18px; }
    .rh-signup-root .bp-signup-mobile-no-slots { display: flex; align-items: center; flex-direction: column; gap: 10px; padding: 34px 16px; border: 1px dashed #654a2a; border-radius: 14px; color: #cbb391; text-align: center; }
    .rh-signup-root .bp-signup-mobile-no-slots .rzi { color: #efb564; font-size: 36px; }
    .rh-signup-root .bp-signup-mobile-no-slots p { font-size: 12px; line-height: 1.7; margin: 0; }
    .rh-signup-root .bp-signup-admin-tools { display: grid; grid-template-columns: minmax(0, 1fr); gap: 9px; }
    .rh-signup-root .bp-signup-admin-tools .rz-textbox { width: 100% !important; min-width: 0; font-size: 16px; }
    .rh-signup-root .bp-signup-admin-tools .rz-button { width: 100%; min-height: 44px; }
    .rh-signup-root .bp-name-dialog-backdrop { padding: 12px; }
    .rh-signup-root .bp-name-dialog { width: min(420px, 100%); padding: 22px 18px; }
    .rh-signup-root .bp-name-dialog .rz-text { font-size: 24px; font-weight: 750; }
    .rh-signup-root .bp-name-dialog .rz-textbox { font-size: 16px !important; }
    .rh-signup-root .bp-name-dialog-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
    .rh-signup-root .bp-name-dialog-actions .rz-button { width: 100%; padding: 10px; font-size: 12px; }
    .rh-signup-root .bp-simple-signup { padding: 17px !important; }
    .rh-signup-root .bp-simple-signup .rz-button { width: 100%; }
}
@media (max-width: 359px) {
    .rh-brand-name { font-size: 11px; }
    .rh-brand-name small { font-size: 7px; letter-spacing: 2.5px; }
    .rh-signup-root .bp-signup-card { padding: 10px; }
    .rh-signup-root .bp-signup-role-card { padding: 10px; }
    .rh-signup-root .bp-signup-mobile-empty { flex-wrap: wrap; }
}
