/* /Layout/MainLayout.razor.rz.scp.css */
.theme-logo[b-1vvc6fv5ez] {
    height: 30px;
    width: auto;
    display: inline-block;
    object-fit: contain;
    vertical-align: middle;
}

.page[b-1vvc6fv5ez] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-1vvc6fv5ez] {
    flex: 1;
}

.sidebar[b-1vvc6fv5ez] {
    background: var(--bk-bg-sidebar, linear-gradient(180deg, #1C1C1E 0%, #2C2C2E 100%));
}

.top-row[b-1vvc6fv5ez] {
    background: rgba(255,255,255,.8);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--bk-border, #C6C6C8);
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-1vvc6fv5ez]  a, .top-row[b-1vvc6fv5ez]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-1vvc6fv5ez]  a:hover, .top-row[b-1vvc6fv5ez]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-1vvc6fv5ez]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-1vvc6fv5ez] {
        justify-content: space-between;
    }

    .top-row[b-1vvc6fv5ez]  a, .top-row[b-1vvc6fv5ez]  .btn-link {
        margin-left: 0;
    }
}

.skip-link[b-1vvc6fv5ez] {
    position: absolute;
    top: -100%;
    left: 8px;
    z-index: 10000;
    background: var(--bk-primary, #059669);
    color: #fff;
    padding: 12px 20px;
    border-radius: 0 0 8px 8px;
    font-weight: 600;
    text-decoration: none;
    min-height: 44px;
}

.skip-link:focus[b-1vvc6fv5ez] {
    top: 0;
}

@media (min-width: 641px) {
    .page[b-1vvc6fv5ez] {
        flex-direction: row;
    }

    .sidebar[b-1vvc6fv5ez] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-1vvc6fv5ez] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-1vvc6fv5ez]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-1vvc6fv5ez], article[b-1vvc6fv5ez] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

.layout-horizontal .top-navbar[b-1vvc6fv5ez] {
    background: var(--bk-primary, #007AFF);
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.layout-horizontal .top-navbar-inner[b-1vvc6fv5ez] {
    display: flex;
    align-items: center;
    padding: 0 1rem;
    height: 3.5rem;
    max-width: 100%;
    overflow-x: auto;
}

.layout-horizontal .top-navbar .navbar-brand[b-1vvc6fv5ez] {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    white-space: nowrap;
    margin-right: 1.5rem;
}

.layout-horizontal .top-navbar .navbar-brand small[b-1vvc6fv5ez] {
    font-size: 0.7rem;
    opacity: 0.8;
    display: block;
}

.layout-horizontal .top-navbar[b-1vvc6fv5ez]  nav.flex-column {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.25rem;
    overflow-x: auto;
    flex-wrap: nowrap;
}

.layout-horizontal .top-navbar[b-1vvc6fv5ez]  .nav-section-label {
    display: none;
}

.layout-horizontal .top-navbar[b-1vvc6fv5ez]  .nav-link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.35rem 0.75rem;
    border-radius: 0.375rem;
    font-size: 0.875rem;
    white-space: nowrap;
    text-decoration: none;
    min-height: 0;
}

.layout-horizontal .top-navbar[b-1vvc6fv5ez]  .nav-link:hover,
.layout-horizontal .top-navbar[b-1vvc6fv5ez]  .nav-link.active {
    background: rgba(255,255,255,0.15);
    color: #fff;
}

.layout-horizontal .top-navbar[b-1vvc6fv5ez]  .nav-link .bi {
    margin-right: 0.35rem;
}

.layout-horizontal .hamburger[b-1vvc6fv5ez] {
    display: none;
    background: none;
    border: none;
    color: #fff;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0.25rem 0.5rem;
    margin-right: 0.5rem;
    line-height: 1;
}

.layout-horizontal .horizontal-nav-collapse[b-1vvc6fv5ez] {
    display: flex;
    align-items: center;
    flex: 1;
}

.layout-horizontal .horizontal-nav-overlay[b-1vvc6fv5ez] {
    display: none;
}

@media (max-width: 1199.98px) {
    .layout-horizontal .hamburger[b-1vvc6fv5ez] {
        display: block;
    }

    .layout-horizontal .horizontal-nav-collapse[b-1vvc6fv5ez] {
        display: none;
        position: fixed;
        top: 3.5rem;
        left: 0;
        right: 0;
        background: var(--bk-primary, var(--color-primary));
        flex-direction: column;
        align-items: stretch;
        padding: 0.5rem 1rem;
        z-index: 99;
        box-shadow: 0 4px 12px rgba(0,0,0,0.15);
        max-height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }

    .layout-horizontal .horizontal-nav-collapse.open[b-1vvc6fv5ez] {
        display: flex;
    }

    .layout-horizontal .horizontal-nav-collapse[b-1vvc6fv5ez]  nav.flex-column {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
    }

    .layout-horizontal .horizontal-nav-collapse[b-1vvc6fv5ez]  .nav-link {
        display: block;
        padding: 0.5rem 0.75rem;
    }

    .layout-horizontal .horizontal-nav-collapse[b-1vvc6fv5ez]  .nav-scrollable {
        flex-direction: column;
        width: 100%;
    }

    .layout-horizontal .horizontal-nav-collapse[b-1vvc6fv5ez]  .nav-item {
        width: 100%;
    }

    .layout-horizontal .horizontal-nav-overlay[b-1vvc6fv5ez] {
        display: none;
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,0.3);
        z-index: 98;
    }

    .layout-horizontal .horizontal-nav-overlay.open[b-1vvc6fv5ez] {
        display: block;
    }

    .layout-horizontal .horizontal-actions[b-1vvc6fv5ez] {
        margin-left: auto;
    }
}

.layout-horizontal main[b-1vvc6fv5ez] {
    padding: 1.5rem;
}

.more-menu-overlay[b-1vvc6fv5ez] {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.3);
    z-index: 1002;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.more-menu-overlay.open[b-1vvc6fv5ez] {
    display: block;
}

.more-menu-panel[b-1vvc6fv5ez] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 70vh;
    background: rgba(255,255,255,.96);
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
    border-radius: 20px 20px 0 0;
    z-index: 1003;
    transform: translateY(100%);
    transition: transform .4s cubic-bezier(.32,.72,0,1);
    box-shadow: 0 -8px 40px rgba(0,0,0,.12);
    display: flex;
    flex-direction: column;
    overscroll-behavior: contain;
}

.more-menu-panel.open[b-1vvc6fv5ez] {
    transform: translateY(0);
}

.more-menu-header[b-1vvc6fv5ez] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px 12px;
    border-bottom: 1px solid var(--bk-border, #C6C6C8);
    font-size: 1.05rem;
    font-weight: 700;
    min-height: 60px;
    color: var(--bk-text, #1C1C1E);
}

.more-menu-header button[b-1vvc6fv5ez] {
    min-height: 44px;
    min-width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    opacity: .6;
}

.more-menu-body[b-1vvc6fv5ez] {
    overflow-y: auto;
    flex: 1;
    padding: 12px 0;
    -webkit-overflow-scrolling: touch;
}

.more-menu-body[b-1vvc6fv5ez]  .navbar-brand {
    display: none;
}

.more-menu-body[b-1vvc6fv5ez]  nav.flex-column {
    padding: 0;
}

.more-menu-body[b-1vvc6fv5ez]  .nav-link {
    color: var(--bk-text, #1C1C1E);
    padding: 16px 24px;
    margin: 2px 12px;
    border-radius: 12px;
    font-size: .95rem;
    min-height: 52px;
    font-weight: 500;
    transition: all .2s var(--bk-spring, cubic-bezier(.32,.72,0,1));
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
}

.more-menu-body[b-1vvc6fv5ez]  .nav-link:active {
    transform: scale(.96);
    background: rgba(0,122,255,.12);
}

.more-menu-body[b-1vvc6fv5ez]  .nav-link:hover,
.more-menu-body[b-1vvc6fv5ez]  .nav-link.active {
    background: rgba(0,122,255,.08);
    color: var(--bk-primary, #007AFF);
}

.more-menu-body[b-1vvc6fv5ez]  .nav-section-label {
    color: var(--bk-text-tertiary, #8E8E93);
    padding: 16px 24px 6px;
    font-size: .7rem;
}

@media (max-width: 768px) {
    .more-menu-panel[b-1vvc6fv5ez] {
        max-height: none;
        height: 100dvh;
        border-radius: 0;
        top: 0;
    }

    .more-menu-header[b-1vvc6fv5ez] {
        padding-top: calc(env(safe-area-inset-top, 0) + 16px);
    }

    main[b-1vvc6fv5ez] {
        padding-bottom: 80px;
    }
}

#blazor-error-ui[b-1vvc6fv5ez] {
    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-1vvc6fv5ez] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Layout/NavMenu.razor.rz.scp.css */
.nav-scrollable[b-ru9cnzsgkg] {
    display: none;
}

@media (min-width: 641px) {
    .nav-scrollable[b-ru9cnzsgkg] {
        display: block;
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
        padding: 4px 0;
    }
}
/* /Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-zj0401gcyv],
.components-reconnect-repeated-attempt-visible[b-zj0401gcyv],
.components-reconnect-failed-visible[b-zj0401gcyv],
.components-pause-visible[b-zj0401gcyv],
.components-resume-failed-visible[b-zj0401gcyv],
.components-rejoining-animation[b-zj0401gcyv] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-zj0401gcyv],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-zj0401gcyv],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-zj0401gcyv],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-zj0401gcyv],
#components-reconnect-modal.components-reconnect-retrying[b-zj0401gcyv],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-zj0401gcyv],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-zj0401gcyv],
#components-reconnect-modal.components-reconnect-failed[b-zj0401gcyv],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-zj0401gcyv] {
    display: block;
}


#components-reconnect-modal[b-zj0401gcyv] {
    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-zj0401gcyv 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-zj0401gcyv 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-zj0401gcyv 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-zj0401gcyv]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-zj0401gcyv 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-zj0401gcyv {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-zj0401gcyv {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-zj0401gcyv {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-zj0401gcyv] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-zj0401gcyv] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-zj0401gcyv] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-zj0401gcyv] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-zj0401gcyv] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-zj0401gcyv] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-zj0401gcyv] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-zj0401gcyv 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-zj0401gcyv] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-zj0401gcyv {
    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;
    }
}
/* /Pages/Atm.razor.rz.scp.css */
.atm-container[b-z30kdgexu9] {
    max-width: 420px;
    margin: 0 auto;
    background: #1a1a2e;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0,0,0,0.3);
    font-family: 'Segoe UI', system-ui, sans-serif;
}

.atm-screen[b-z30kdgexu9] {
    padding: 1rem;
    min-height: 420px;
    display: flex;
    flex-direction: column;
}

.atm-header[b-z30kdgexu9] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #16213e;
    margin-bottom: 0.75rem;
}

.atm-brand[b-z30kdgexu9] {
    color: #0f3460;
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 1px;
}

.atm-clock[b-z30kdgexu9] {
    color: #e94560;
    font-size: 0.8rem;
    font-family: 'Courier New', monospace;
}

.atm-body[b-z30kdgexu9] {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #e0e0e0;
}

.atm-body h5[b-z30kdgexu9], .atm-body h6[b-z30kdgexu9] {
    color: #ffffff;
}

.atm-icon[b-z30kdgexu9] {
    font-size: 2.5rem;
}

.btn-atm-primary[b-z30kdgexu9] {
    background: #0f3460;
    color: #fff;
    border: none;
}
.btn-atm-primary:hover[b-z30kdgexu9] {
    background: #1a5276;
    color: #fff;
}

.btn-atm-menu[b-z30kdgexu9] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #16213e;
    color: #e0e0e0;
    border: 1px solid #0f3460;
    border-radius: 12px;
    padding: 0.75rem 0.5rem;
    font-size: 0.8rem;
    transition: all 0.2s;
}
.btn-atm-menu:hover[b-z30kdgexu9] {
    background: #0f3460;
    color: #fff;
    border-color: #e94560;
    transform: translateY(-2px);
}

.menu-icon[b-z30kdgexu9] {
    font-size: 1.5rem;
    margin-bottom: 0.25rem;
}

.atm-menu-grid[b-z30kdgexu9] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
}

.atm-numpad[b-z30kdgexu9] {
    display: inline-flex;
    flex-direction: column;
    gap: 0.35rem;
}

.numpad-row[b-z30kdgexu9] {
    display: flex;
    gap: 0.35rem;
    justify-content: center;
}

.btn-numpad[b-z30kdgexu9] {
    width: 52px;
    height: 42px;
    background: #16213e;
    color: #e0e0e0;
    border: 1px solid #0f3460;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.btn-numpad:hover[b-z30kdgexu9] {
    background: #0f3460;
    color: #fff;
}
.btn-numpad:active[b-z30kdgexu9] {
    background: #e94560;
    transform: scale(0.95);
}

.btn-numpad-outline[b-z30kdgexu9] {
    width: 52px;
    height: 42px;
    background: transparent;
    color: #e94560;
    border: 1px solid #e94560;
    border-radius: 8px;
    font-size: 0.7rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.btn-numpad-outline:hover[b-z30kdgexu9] {
    background: #e94560;
    color: #fff;
}

.btn-numpad-enter[b-z30kdgexu9] {
    width: 52px;
    height: 42px;
    background: #0f3460;
    color: #fff;
    border: 1px solid #0f3460;
    border-radius: 8px;
    font-size: 0.7rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.btn-numpad-enter:hover:not(:disabled)[b-z30kdgexu9] {
    background: #1a5276;
}
.btn-numpad-enter:disabled[b-z30kdgexu9] {
    opacity: 0.4;
}

.atm-pin-dots[b-z30kdgexu9] {
    display: flex;
    gap: 0.5rem;
    justify-content: center;
}

.pin-dot[b-z30kdgexu9] {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #0f3460;
    background: transparent;
    transition: all 0.2s;
}
.pin-dot.filled[b-z30kdgexu9] {
    background: #e94560;
    border-color: #e94560;
}

.atm-balance-display[b-z30kdgexu9] {
    background: #16213e;
    border-radius: 12px;
    padding: 1rem;
}

.balance-label[b-z30kdgexu9] {
    font-size: 0.75rem;
    color: #8899aa;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.balance-amount[b-z30kdgexu9] {
    font-size: 1.6rem;
    font-weight: 700;
    color: #4ecca3;
    font-family: 'Courier New', monospace;
}
.balance-amount.available[b-z30kdgexu9] {
    color: #e0e0e0;
    font-size: 1.2rem;
}

.btn-outline-atm[b-z30kdgexu9] {
    background: transparent;
    color: #4ecca3;
    border: 1px solid #4ecca3;
    border-radius: 8px;
    font-size: 0.8rem;
    padding: 0.35rem 0.5rem;
    min-width: 60px;
}
.btn-outline-atm:hover[b-z30kdgexu9] {
    background: #4ecca3;
    color: #1a1a2e;
}

.atm-quick-amounts[b-z30kdgexu9] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    justify-content: center;
}

.atm-receipt[b-z30kdgexu9] {
    background: #fff;
    color: #333;
    border-radius: 4px;
    padding: 0.75rem;
    font-family: 'Courier New', monospace;
    font-size: 0.8rem;
    max-width: 240px;
    margin: 0 auto;
}
.receipt-line[b-z30kdgexu9] {
    text-align: center;
}

.video-teller-container[b-z30kdgexu9] {
    text-align: center;
}

.video-placeholder[b-z30kdgexu9] {
    padding: 1rem;
}

.video-icon[b-z30kdgexu9] {
    font-size: 3rem;
}

.video-call-active[b-z30kdgexu9] {
    position: relative;
}

.video-tile[b-z30kdgexu9] {
    width: 100%;
    height: 180px;
    background: #0a0a1a;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    border: 2px solid #0f3460;
}

.video-gradient[b-z30kdgexu9] {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #0f3460 0%, #1a1a2e 50%, #16213e 100%);
    animation: pulse-bg-b-z30kdgexu9 3s ease-in-out infinite;
}

@keyframes pulse-bg-b-z30kdgexu9 {
    0%, 100% { opacity: 0.6; }
    50% { opacity: 1; }
}

.video-label[b-z30kdgexu9] {
    position: absolute;
    bottom: 8px;
    left: 12px;
    color: #fff;
    font-size: 0.8rem;
    text-shadow: 0 1px 4px rgba(0,0,0,0.8);
}

.video-status-dot[b-z30kdgexu9] {
    position: absolute;
    top: 8px;
    right: 12px;
    width: 10px;
    height: 10px;
    background: #4ecca3;
    border-radius: 50%;
    box-shadow: 0 0 8px #4ecca3;
    animation: blink-b-z30kdgexu9 1.5s ease-in-out infinite;
}

@keyframes blink-b-z30kdgexu9 {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.3; }
}

.video-controls[b-z30kdgexu9] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.atm-footer[b-z30kdgexu9] {
    padding: 0.5rem 1rem;
    background: #0f3460;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.75rem;
    color: #8899aa;
}

.auth-tabs[b-z30kdgexu9] {
    display: flex;
    gap: 0.35rem;
    justify-content: center;
}

.auth-tab[b-z30kdgexu9] {
    background: #16213e;
    color: #8899aa;
    border: 1px solid #0f3460;
    border-radius: 8px;
    padding: 0.4rem 0.6rem;
    font-size: 0.75rem;
    cursor: pointer;
    transition: all 0.2s;
}
.auth-tab:hover[b-z30kdgexu9] {
    color: #e0e0e0;
    border-color: #e94560;
}
.auth-tab.active[b-z30kdgexu9] {
    background: #0f3460;
    color: #fff;
    border-color: #e94560;
}

.qr-display[b-z30kdgexu9] {
    background: #fff;
    border-radius: 12px;
    padding: 0.5rem;
    display: inline-block;
}

.qr-image[b-z30kdgexu9] {
    width: 160px;
    height: 160px;
    image-rendering: pixelated;
}
/* /Shared/DetailFlyout.razor.rz.scp.css */
.flyout-overlay[b-fts72ed6q5] {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.3);
    z-index: 1002;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.flyout-overlay.open[b-fts72ed6q5] {
    display: block;
}

.flyout-panel[b-fts72ed6q5] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1003;
    background: rgba(255,255,255,.96);
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
    border-radius: 20px 20px 0 0;
    transform: translateY(100%);
    transition: transform .4s cubic-bezier(.32,.72,0,1);
    box-shadow: 0 -8px 40px rgba(0,0,0,.12);
    display: flex;
    flex-direction: column;
    max-height: 85vh;
    overscroll-behavior: contain;
}

.flyout-panel.open[b-fts72ed6q5] {
    transform: translateY(0);
}

.flyout-header[b-fts72ed6q5] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px 12px;
    border-bottom: 1px solid var(--bk-border, #C6C6C8);
    font-size: 1.05rem;
    font-weight: 700;
    min-height: 60px;
    flex-shrink: 0;
    color: var(--bk-text, #1C1C1E);
}

.flyout-header .btn-close[b-fts72ed6q5] {
    min-height: 44px;
    min-width: 44px;
    opacity: .6;
}

.flyout-body[b-fts72ed6q5] {
    overflow-y: auto;
    flex: 1;
    padding: 20px 24px;
    -webkit-overflow-scrolling: touch;
}

.flyout-actions[b-fts72ed6q5] {
    display: flex;
    gap: 10px;
    padding: 16px 24px calc(env(safe-area-inset-bottom, 0) + 16px);
    border-top: 1px solid var(--bk-border, #C6C6C8);
    flex-shrink: 0;
}

.flyout-actions > *[b-fts72ed6q5] {
    flex: 1;
    border-radius: var(--bk-radius-full, 999px);
}

@media (max-width: 768px) {
    .flyout-panel[b-fts72ed6q5] {
        max-height: none;
        height: 100dvh;
        border-radius: 0;
        top: 0;
    }

    .flyout-header[b-fts72ed6q5] {
        padding-top: calc(env(safe-area-inset-top, 0) + 16px);
    }

    .flyout-body[b-fts72ed6q5] {
        padding-bottom: 24px;
    }
}
