/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* Minimal App Container */
.app-container[b-alpt9dfi1e] {
    min-height: 100vh;
}

/* Error UI */
#blazor-error-ui[b-alpt9dfi1e] {
    background: #1e293b;
    color: #ef4444;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 16px;
    text-align: center;
    display: none;
    z-index: 9999;
}

#blazor-error-ui .reload[b-alpt9dfi1e] {
    color: #10b981;
    margin: 0 8px;
}

#blazor-error-ui .dismiss[b-alpt9dfi1e] {
    cursor: pointer;
    margin-left: 16px;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-w8oqysep0k] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-w8oqysep0k] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-w8oqysep0k] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-w8oqysep0k] {
    font-size: 1.1rem;
}

.bi[b-w8oqysep0k] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-w8oqysep0k] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-w8oqysep0k] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-w8oqysep0k] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-w8oqysep0k] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-w8oqysep0k] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-w8oqysep0k] {
        padding-bottom: 1rem;
    }

    .nav-item[b-w8oqysep0k]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-w8oqysep0k]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-w8oqysep0k]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-w8oqysep0k] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-w8oqysep0k] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-w8oqysep0k] {
        display: none;
    }

    .nav-scrollable[b-w8oqysep0k] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-jtcs2ihohy],
.components-reconnect-repeated-attempt-visible[b-jtcs2ihohy],
.components-reconnect-failed-visible[b-jtcs2ihohy],
.components-pause-visible[b-jtcs2ihohy],
.components-resume-failed-visible[b-jtcs2ihohy],
.components-rejoining-animation[b-jtcs2ihohy] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-jtcs2ihohy],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-jtcs2ihohy],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-jtcs2ihohy],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-jtcs2ihohy],
#components-reconnect-modal.components-reconnect-retrying[b-jtcs2ihohy],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-jtcs2ihohy],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-jtcs2ihohy],
#components-reconnect-modal.components-reconnect-failed[b-jtcs2ihohy],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-jtcs2ihohy] {
    display: block;
}


#components-reconnect-modal[b-jtcs2ihohy] {
    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-jtcs2ihohy 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-jtcs2ihohy 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-jtcs2ihohy 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-jtcs2ihohy]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-jtcs2ihohy 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-jtcs2ihohy {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-jtcs2ihohy {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-jtcs2ihohy {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-jtcs2ihohy] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-jtcs2ihohy] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-jtcs2ihohy] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-jtcs2ihohy] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-jtcs2ihohy] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-jtcs2ihohy] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-jtcs2ihohy] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-jtcs2ihohy 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-jtcs2ihohy] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-jtcs2ihohy {
    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/Marketing/MarketingFooter.razor.rz.scp.css */
/* Marketing Footer - Coral/Gold theme */

.footer[b-j2jna6f7wu] {
    background: #0a0a0a;
    border-top: 1px solid rgba(251, 191, 36, 0.1);
    padding: 40px 60px;
}

.footer-content[b-j2jna6f7wu] {
    max-width: 1400px;
    margin: 0 auto;
    text-align: center;
}

.footer-brand[b-j2jna6f7wu] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 16px;
}

.footer-brand .logo-icon[b-j2jna6f7wu] {
    font-size: 1.5rem;
}

.footer-brand .logo-text[b-j2jna6f7wu] {
    font-size: 1.25rem;
    font-weight: 600;
    color: white;
}

.footer-links[b-j2jna6f7wu] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 16px;
}

.footer-links a[b-j2jna6f7wu] {
    color: #F87171;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links a:hover[b-j2jna6f7wu] {
    color: #FBBF24;
}

.footer-links .separator[b-j2jna6f7wu] {
    color: #64748b;
}

.footer-copyright[b-j2jna6f7wu] {
    color: #64748b;
    font-size: 0.9rem;
    margin: 0;
}

/* Back to Top Button - Hidden on desktop, shown on mobile when scrolled */
.back-to-top[b-j2jna6f7wu] {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #F87171 0%, #EF4444 100%);
    color: white;
    border-radius: 50%;
    display: none; /* Hidden by default on desktop */
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    text-decoration: none;
    box-shadow: 0 4px 20px rgba(248, 113, 113, 0.4);
    transition: all 0.3s ease;
    z-index: 1000;
    opacity: 0;
    pointer-events: none;
}

.back-to-top.visible[b-j2jna6f7wu] {
    opacity: 1;
    pointer-events: auto;
}

.back-to-top:hover[b-j2jna6f7wu] {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(248, 113, 113, 0.5);
    color: white;
}

.footer-grid[b-j2jna6f7wu] {
    display: grid;
    grid-template-columns: 2fr repeat(3, 1fr);
    gap: 60px;
    margin-bottom: 48px;
}

.footer-brand h3[b-j2jna6f7wu] {
    color: white;
    font-size: 1.5rem;
    margin-bottom: 16px;
}

.footer-brand p[b-j2jna6f7wu] {
    color: #64748b;
    line-height: 1.8;
    max-width: 300px;
}

.footer-column h4[b-j2jna6f7wu] {
    color: #FBBF24;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.footer-column ul[b-j2jna6f7wu] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column li[b-j2jna6f7wu] {
    margin-bottom: 12px;
}

.footer-column a[b-j2jna6f7wu] {
    color: #94a3b8;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-column a:hover[b-j2jna6f7wu] {
    color: #F87171;
}

.footer-bottom[b-j2jna6f7wu] {
    border-top: 1px solid rgba(251, 191, 36, 0.1);
    padding-top: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-copyright[b-j2jna6f7wu] {
    color: #64748b;
    font-size: 0.9rem;
}

.footer-social[b-j2jna6f7wu] {
    display: flex;
    gap: 16px;
}

.footer-social a[b-j2jna6f7wu] {
    color: #64748b;
    font-size: 1.2rem;
    transition: color 0.3s ease;
}

.footer-social a:hover[b-j2jna6f7wu] {
    color: #FBBF24;
}

@media (max-width: 768px) {
    .marketing-footer[b-j2jna6f7wu] {
        padding: 40px 20px 20px;
    }

    .footer-grid[b-j2jna6f7wu] {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .footer-bottom[b-j2jna6f7wu] {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .footer[b-j2jna6f7wu] {
        padding: 24px 16px;
    }

    .footer-brand .logo-text[b-j2jna6f7wu] {
        font-size: 1.1rem;
    }

    .footer-links[b-j2jna6f7wu] {
        flex-wrap: wrap;
        gap: 4px 8px;
    }

    .footer-copyright[b-j2jna6f7wu] {
        font-size: 0.8rem;
    }

    .back-to-top[b-j2jna6f7wu] {
        display: flex; /* Show on mobile */
        width: 44px;
        height: 44px;
        font-size: 1.25rem;
        bottom: 20px;
        right: 20px;
    }
}

@media (max-width: 768px) {
    .back-to-top[b-j2jna6f7wu] {
        display: flex; /* Show on tablet/mobile */
    }
}
/* /Components/Marketing/MarketingHeader.razor.rz.scp.css */
/* Sticky Header Navigation - Coral/Gold theme */

.sticky-header[b-mjg93pua7u] {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(10, 10, 10, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(251, 191, 36, 0.2);
    padding: 16px 60px;
}

.header-content[b-mjg93pua7u] {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-logo[b-mjg93pua7u] {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
    transition: transform 0.3s ease;
}

.header-logo:hover[b-mjg93pua7u] {
    transform: scale(1.05);
}

.header-logo .logo-icon[b-mjg93pua7u] {
    font-size: 2rem;
}

.header-nav[b-mjg93pua7u] {
    display: flex;
    align-items: center;
    gap: 32px;
}

.nav-link[b-mjg93pua7u] {
    color: #94a3b8;
    text-decoration: none;
    font-size: 1rem;
    transition: color 0.3s ease;
}

.nav-link:hover[b-mjg93pua7u] {
    color: #FBBF24;
}

@media (max-width: 768px) {
    .sticky-header[b-mjg93pua7u] {
        padding: 12px 20px;
    }

    .header-nav[b-mjg93pua7u] {
        gap: 16px;
        font-size: 0.9rem;
    }

    .nav-link[b-mjg93pua7u] {
        display: none;
    }
}

@media (max-width: 480px) {
    .sticky-header[b-mjg93pua7u] {
        padding: 10px 16px;
    }

    .header-logo[b-mjg93pua7u] {
        font-size: 1.2rem;
        gap: 8px;
    }

    .header-logo .logo-icon[b-mjg93pua7u] {
        font-size: 1.5rem;
    }

    .header-nav[b-mjg93pua7u] {
        gap: 8px;
    }
}
/* /Components/Pages/Agents/DisplayAgent.razor.rz.scp.css */
/* NRF Party Kiosk Display Styles */
/* Full-screen booth display with floating photo bubbles */

.kiosk-container[b-41t7ac0zen] {
    position: fixed;
    inset: 0;
    background: #0a0a0a;
    overflow: hidden;
    font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    display: flex;
}

/* Animated background particles */
.kiosk-container[b-41t7ac0zen]::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: 
        radial-gradient(circle at 20% 80%, rgba(239, 68, 68, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(248, 113, 113, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 40% 40%, rgba(239, 68, 68, 0.05) 0%, transparent 40%);
    animation: backgroundPulse-b-41t7ac0zen 10s ease-in-out infinite;
    pointer-events: none;
}

@keyframes backgroundPulse-b-41t7ac0zen {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.7; }
}

/* Main content area where bubbles float */
.main-content[b-41t7ac0zen] {
    flex: 1;
    position: relative;
    overflow: hidden;
}

/* Floating bubbles layer */
.bubbles-layer[b-41t7ac0zen] {
    position: absolute;
    inset: 0;
    z-index: 100;
}

/* Right sidebar with chat only - QR moved to floating header */
.right-sidebar[b-41t7ac0zen] {
    width: 360px;
    height: 100%;
    max-height: 100vh;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.3);
    border-left: 1px solid rgba(239, 68, 68, 0.2);
    z-index: 150; /* Above stats-ticker (100) so chat input is clickable */
    padding: 20px;
    gap: 20px;
    overflow: hidden;
}

/* Hide QR card in sidebar - use floating header-qr instead */
.right-sidebar .qr-card[b-41t7ac0zen] {
    display: none;
}

/* Hide qr-card entirely - header-qr is used instead */
.qr-card[b-41t7ac0zen] {
    display: none !important;
}

.photo-bubble[b-41t7ac0zen] {
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 
        0 10px 40px rgba(0, 0, 0, 0.4),
        0 0 20px rgba(239, 68, 68, 0.2),
        inset 0 0 20px rgba(255, 255, 255, 0.1);
    animation: float-b-41t7ac0zen 6s ease-in-out infinite;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.photo-bubble:hover[b-41t7ac0zen] {
    transform: scale(1.1);
    box-shadow: 
        0 15px 60px rgba(0, 0, 0, 0.5),
        0 0 30px rgba(239, 68, 68, 0.4),
        inset 0 0 30px rgba(255, 255, 255, 0.2);
    z-index: 100;
}

.photo-bubble img[b-41t7ac0zen] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.photo-bubble .bubble-placeholder[b-41t7ac0zen] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f87171, #ef4444);
    color: white;
    font-weight: 600;
}

.photo-bubble .bubble-placeholder span[b-41t7ac0zen] {
    font-size: 2em;
}

.photo-bubble .bubble-name[b-41t7ac0zen] {
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 0.8rem;
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.photo-bubble:hover .bubble-name[b-41t7ac0zen] {
    opacity: 1;
}

/* New bubble entrance animation */
.photo-bubble.new[b-41t7ac0zen] {
    animation: bubbleEntrance-b-41t7ac0zen 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

@keyframes bubbleEntrance-b-41t7ac0zen {
    0% {
        transform: scale(0) rotate(-180deg);
        opacity: 0;
    }
    50% {
        transform: scale(1.2) rotate(10deg);
    }
    100% {
        transform: scale(1) rotate(0deg);
        opacity: 1;
    }
}

@keyframes float-b-41t7ac0zen {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

/* QR Code card in sidebar - hidden by default, shown in portrait */
.qr-card[b-41t7ac0zen] {
    display: none;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    flex-shrink: 0;
}

.qr-code[b-41t7ac0zen] {
    width: 140px;
    height: 140px;
    display: block;
    margin: 0 auto 12px;
}

.qr-card p[b-41t7ac0zen] {
    margin: 0;
    color: #1e293b;
    font-size: 1rem;
    font-weight: 600;
}

.join-party-link[b-41t7ac0zen] {
    color: #1e293b;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
}

.join-party-link:hover[b-41t7ac0zen] {
    color: #ef4444;
}

/* Stats ticker */
.stats-ticker[b-41t7ac0zen] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; /* Full width - sidebar visibility handled by Blazor */
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
    padding: 30px 40px 20px;
    z-index: 100;
}

.ticker-content[b-41t7ac0zen] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    color: white;
    font-size: 1.2rem;
    flex-wrap: wrap;
}

.stat-item[b-41t7ac0zen] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.stat-link[b-41t7ac0zen] {
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    padding: 8px 16px;
    border-radius: 12px;
    transition: background 0.2s ease, transform 0.2s ease;
    font-family: inherit;
    font-size: inherit;
}

.stat-link:hover[b-41t7ac0zen] {
    background: rgba(239, 68, 68, 0.2);
    transform: scale(1.05);
}

.stat-item strong[b-41t7ac0zen] {
    font-size: 1.6rem;
    color: #f87171;
}

.stat-divider[b-41t7ac0zen] {
    opacity: 0.3;
}

/* Announcement banner */
.announcement[b-41t7ac0zen] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    z-index: 100;
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    pointer-events: none;
}

.announcement.visible[b-41t7ac0zen] {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.announcement-content[b-41t7ac0zen] {
    background: linear-gradient(135deg, rgba(248, 113, 113, 0.95), rgba(239, 68, 68, 0.95));
    border-radius: 24px;
    padding: 30px 50px;
    display: flex;
    align-items: center;
    gap: 20px;
    box-shadow: 
        0 20px 60px rgba(239, 68, 68, 0.4),
        0 0 40px rgba(248, 113, 113, 0.3);
    backdrop-filter: blur(10px);
}

.announcement-emoji[b-41t7ac0zen] {
    font-size: 3rem;
    animation: wave-b-41t7ac0zen 1s ease-in-out infinite;
}

@keyframes wave-b-41t7ac0zen {
    0%, 100% { transform: rotate(0deg); }
    25% { transform: rotate(20deg); }
    75% { transform: rotate(-10deg); }
}

.announcement-text[b-41t7ac0zen] {
    color: white;
    font-size: 2rem;
    font-weight: 500;
}

.announcement-text strong[b-41t7ac0zen] {
    font-weight: 700;
}

/* Branding */
.branding[b-41t7ac0zen] {
    position: absolute;
    top: 15px;
    left: 180px; /* Right of header-qr: 20px + 100px QR + 16px padding + 44px gap */
    display: flex;
    align-items: center;
    gap: 16px;
    z-index: 10;
    text-decoration: none;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.branding:hover[b-41t7ac0zen] {
    transform: scale(1.02);
    opacity: 0.9;
}

.brand-logo[b-41t7ac0zen] {
    width: 60px;
    height: 60px;
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.3));
}

.brand-text[b-41t7ac0zen] {
    color: white;
    font-size: 1.5rem;
    font-weight: 600;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

/* Responsive adjustments for smaller screens */
@media (max-width: 1200px) {
    .qr-card[b-41t7ac0zen] {
        padding: 16px;
    }
    
    .qr-code[b-41t7ac0zen] {
        width: 120px;
        height: 120px;
    }
    
    .ticker-content[b-41t7ac0zen] {
        font-size: 1rem;
        gap: 15px;
    }
    
    .stat-item strong[b-41t7ac0zen] {
        font-size: 1.4rem;
    }
    
    .announcement-text[b-41t7ac0zen] {
        font-size: 1.5rem;
    }
    
    .right-sidebar[b-41t7ac0zen] {
        width: 320px;
    }
    
    .stats-ticker[b-41t7ac0zen] {
        right: 320px;
    }
}

/* Bubble details overlay */
.bubble-details-overlay[b-41t7ac0zen] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    animation: fadeIn-b-41t7ac0zen 0.3s ease;
}

@keyframes fadeIn-b-41t7ac0zen {
    from { opacity: 0; }
    to { opacity: 1; }
}

.bubble-details-card[b-41t7ac0zen] {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    border-radius: 24px;
    padding: 40px;
    text-align: center;
    box-shadow: 
        0 20px 60px rgba(0, 0, 0, 0.5),
        0 0 40px rgba(239, 68, 68, 0.2);
    border: 1px solid rgba(239, 68, 68, 0.3);
    position: relative;
    max-width: 400px;
    animation: scaleIn-b-41t7ac0zen 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes scaleIn-b-41t7ac0zen {
    from { transform: scale(0.8); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}

.bubble-details-card .close-btn[b-41t7ac0zen] {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    color: white;
    font-size: 1.5rem;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.2s ease;
}

.bubble-details-card .close-btn:hover[b-41t7ac0zen] {
    background: rgba(239, 68, 68, 0.5);
    transform: scale(1.1);
}

.bubble-details-card .details-photo[b-41t7ac0zen] {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 20px;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.4),
        0 0 20px rgba(239, 68, 68, 0.3);
    border: 3px solid rgba(239, 68, 68, 0.5);
}

.bubble-details-card .details-photo-placeholder[b-41t7ac0zen] {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f87171, #ef4444);
    font-size: 3rem;
    color: white;
    font-weight: 600;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.bubble-details-card h2[b-41t7ac0zen] {
    color: white;
    font-size: 1.8rem;
    margin: 0 0 10px 0;
    font-weight: 600;
}

.bubble-details-card .details-title[b-41t7ac0zen] {
    color: #f87171;
    font-size: 1.1rem;
    margin: 0 0 8px 0;
    font-weight: 500;
}

.bubble-details-card .details-company[b-41t7ac0zen] {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
    margin: 0;
}

/* Selected bubble highlight */
.photo-bubble.selected[b-41t7ac0zen] {
    z-index: 500;
    box-shadow: 
        0 0 40px rgba(239, 68, 68, 0.6),
        0 0 80px rgba(239, 68, 68, 0.3);
}

/* Live Chat Panel in sidebar */
.chat-panel[b-41t7ac0zen] {
    flex: 1;
    min-height: 0;
    background: rgba(15, 23, 42, 0.95);
    border: 1px solid rgba(239, 68, 68, 0.3);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

.chat-header[b-41t7ac0zen] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    background: rgba(239, 68, 68, 0.1);
    border-bottom: 1px solid rgba(239, 68, 68, 0.2);
    flex-shrink: 0;
}

.chat-title[b-41t7ac0zen] {
    color: white;
    font-weight: 600;
    flex: 1;
}

.chat-messages[b-41t7ac0zen] {
    flex: 1 1 0;
    min-height: 0;
    overflow-y: auto;
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.chat-empty[b-41t7ac0zen] {
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    padding: 20px;
}

.chat-message[b-41t7ac0zen] {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 12px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    flex-shrink: 0;
}

.chat-message.mine[b-41t7ac0zen] {
    background: rgba(239, 68, 68, 0.15);
    border: 1px solid rgba(239, 68, 68, 0.3);
}

.chat-message.system[b-41t7ac0zen] {
    background: rgba(99, 102, 241, 0.1);
}

.chat-message.agent[b-41t7ac0zen] {
    background: rgba(34, 197, 94, 0.1);
}

.chat-avatar[b-41t7ac0zen] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.chat-avatar-placeholder[b-41t7ac0zen] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(135deg, #f87171, #ef4444);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    font-weight: 600;
    color: white;
    flex-shrink: 0;
}

.chat-content[b-41t7ac0zen] {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.chat-sender[b-41t7ac0zen] {
    font-weight: 600;
    color: #f87171;
    font-size: 0.8rem;
}

.chat-message.system .chat-sender[b-41t7ac0zen] {
    color: #818cf8;
}

.chat-message.agent .chat-sender[b-41t7ac0zen] {
    color: #4ade80;
}

/* Agent avatar - robot emoji style */
.agent-avatar[b-41t7ac0zen] {
    background: linear-gradient(135deg, #22c55e, #16a34a) !important;
    font-size: 1.1rem;
}

/* Captured image in agent messages */
.chat-capture-image[b-41t7ac0zen] {
    margin-top: 8px;
    max-width: 100%;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid rgba(34, 197, 94, 0.3);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.chat-capture-image img[b-41t7ac0zen] {
    width: 100%;
    height: auto;
    display: block;
    max-height: 300px;
    object-fit: cover;
}

.chat-text[b-41t7ac0zen] {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.9rem;
    word-break: break-word;
}

.chat-time[b-41t7ac0zen] {
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.65rem;
    flex-shrink: 0;
    align-self: flex-start;
    margin-top: 2px;
}

.chat-input-container[b-41t7ac0zen] {
    display: flex;
    gap: 8px;
    padding: 12px;
    background: rgba(0, 0, 0, 0.3);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    align-items: center;
}

.chat-input-avatar[b-41t7ac0zen] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.chat-join-prompt[b-41t7ac0zen] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 20px;
    background: rgba(0, 0, 0, 0.3);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
}

.chat-join-prompt p[b-41t7ac0zen] {
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
}

.chat-join-section[b-41t7ac0zen] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 16px;
    margin-top: auto;
}

.btn-join-chat[b-41t7ac0zen] {
    background: linear-gradient(135deg, #f87171, #ef4444);
    color: white;
    padding: 10px 24px;
    border-radius: 20px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-join-chat:hover[b-41t7ac0zen] {
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(239, 68, 68, 0.4);
}

.selfie-action[b-41t7ac0zen] {
    display: flex;
    justify-content: center;
    padding: 8px;
    background: rgba(0, 0, 0, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.btn-selfie[b-41t7ac0zen] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #f87171, #ef4444);
    text-decoration: none;
    font-size: 1.2rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-selfie:hover[b-41t7ac0zen] {
    transform: scale(1.1);
    box-shadow: 0 4px 15px rgba(239, 68, 68, 0.4);
}

.chat-input[b-41t7ac0zen] {
    flex: 1;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 8px 16px;
    color: white;
    font-size: 0.9rem;
    outline: none;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.chat-input:focus[b-41t7ac0zen] {
    border-color: #ef4444;
    background: rgba(255, 255, 255, 0.15);
}

.chat-input[b-41t7ac0zen]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.chat-send-btn[b-41t7ac0zen] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #f87171, #ef4444);
    border: none;
    color: white;
    font-size: 1.1rem;
    cursor: pointer;
    transition: transform 0.2s ease, opacity 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chat-send-btn:hover:not(:disabled)[b-41t7ac0zen] {
    transform: scale(1.1);
}

.chat-send-btn:disabled[b-41t7ac0zen] {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Stats Popup Modal */
.stats-popup-overlay[b-41t7ac0zen] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    animation: fadeIn-b-41t7ac0zen 0.3s ease;
}

.stats-popup-card[b-41t7ac0zen] {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    border-radius: 24px;
    padding: 30px;
    width: 90%;
    max-width: 500px;
    max-height: 80vh;
    box-shadow: 
        0 20px 60px rgba(0, 0, 0, 0.5),
        0 0 40px rgba(239, 68, 68, 0.2);
    border: 1px solid rgba(239, 68, 68, 0.3);
    position: relative;
    display: flex;
    flex-direction: column;
    animation: scaleIn-b-41t7ac0zen 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.stats-popup-card h2[b-41t7ac0zen] {
    color: white;
    margin: 0 0 20px 0;
    font-size: 1.5rem;
    text-align: center;
}

.stats-popup-list[b-41t7ac0zen] {
    flex: 1;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-height: 50vh;
}

.stats-popup-item[b-41t7ac0zen] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    transition: background 0.2s ease;
}

.stats-popup-item:hover[b-41t7ac0zen] {
    background: rgba(255, 255, 255, 0.1);
}

.stats-popup-avatar[b-41t7ac0zen] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.stats-popup-avatar-placeholder[b-41t7ac0zen] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #f87171, #ef4444);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    font-weight: 600;
    color: white;
    flex-shrink: 0;
}

.stats-popup-label[b-41t7ac0zen] {
    flex: 1;
    color: white;
    font-size: 1rem;
}

.stats-popup-count[b-41t7ac0zen] {
    background: rgba(239, 68, 68, 0.2);
    color: #f87171;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
}

/* Header QR code - compact size, click to enlarge */
.header-qr[b-41t7ac0zen] {
    display: flex;
    position: absolute;
    top: 15px;
    left: 20px;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.95);
    padding: 8px;
    border-radius: 12px;
    z-index: 100;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.2s ease;
    cursor: pointer;
    border: none;
}

.header-qr:hover[b-41t7ac0zen] {
    transform: scale(1.05);
}

.header-qr-code[b-41t7ac0zen] {
    width: 100px;
    height: 100px;
}

.header-qr-text[b-41t7ac0zen] {
    color: #ef4444;
    font-weight: 600;
    font-size: 0.85rem;
    white-space: nowrap;
    text-align: center;
}

/* QR Code Fullscreen Overlay */
.qr-overlay[b-41t7ac0zen] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    animation: fadeIn-b-41t7ac0zen 0.2s ease;
}

.qr-overlay-content[b-41t7ac0zen] {
    background: white;
    padding: 30px;
    border-radius: 20px;
    text-align: center;
    position: relative;
    max-width: 90vw;
    max-height: 90vh;
    animation: scaleIn-b-41t7ac0zen 0.2s ease;
}

.qr-overlay-content .close-btn[b-41t7ac0zen] {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.1);
    border: none;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    font-size: 1.5rem;
    cursor: pointer;
    color: #666;
    transition: background 0.2s ease;
}

.qr-overlay-content .close-btn:hover[b-41t7ac0zen] {
    background: rgba(0, 0, 0, 0.2);
}

.qr-overlay-image[b-41t7ac0zen] {
    width: min(300px, 70vw);
    height: min(300px, 70vw);
    display: block;
    margin: 0 auto 20px;
}

.qr-overlay-link[b-41t7ac0zen] {
    display: inline-block;
    color: #ef4444;
    font-weight: 600;
    font-size: 1.25rem;
    text-decoration: none;
    padding: 12px 24px;
    background: rgba(239, 68, 68, 0.1);
    border-radius: 10px;
    transition: background 0.2s ease;
}

.qr-overlay-link:hover[b-41t7ac0zen] {
    background: rgba(239, 68, 68, 0.2);
}

@keyframes scaleIn-b-41t7ac0zen {
    from {
        transform: scale(0.8);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

/* Mobile responsive */
@media (max-width: 1024px) {
    .right-sidebar[b-41t7ac0zen] {
        width: 300px;
        padding: 15px;
    }
    
    .stats-ticker[b-41t7ac0zen] {
        right: 300px;
    }
    
    .qr-code[b-41t7ac0zen] {
        width: 120px;
        height: 120px;
    }
}

/* Landscape mode for all touch displays */
@media (max-height: 500px) and (orientation: landscape) {
    /* Force horizontal layout with bubbles visible */
    .kiosk-container[b-41t7ac0zen] {
        flex-direction: row !important;
    }
    
    /* Show bubbles in landscape - override mobile hiding */
    .main-content[b-41t7ac0zen] {
        display: flex !important;
        flex: 1;
        margin-right: 0;
    }
    
    /* Adjust header-qr for small landscape screens */
    .header-qr[b-41t7ac0zen] {
        top: 10px;
        left: 10px;
        padding: 6px;
    }
    
    .header-qr-code[b-41t7ac0zen] {
        width: 40px;
        height: 40px;
    }
    
    .header-qr-text[b-41t7ac0zen] {
        font-size: 0.65rem;
    }
    
    /* Position branding right of smaller header-qr */
    .branding[b-41t7ac0zen] {
        top: 10px;
        left: 75px; /* 10px + 40px QR + 12px padding + 13px gap */
    }
    
    /* Smaller bubbles - keep in left area only */
    .photo-bubble[b-41t7ac0zen] {
        transform: scale(0.6);
    }
    
    .stats-ticker[b-41t7ac0zen] {
        right: 40%; /* Match sidebar width */
        padding: 8px 15px;
        bottom: 0;
    }
    
    .ticker-content[b-41t7ac0zen] {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 4px 15px;
        font-size: 0.8rem;
    }
    
    .stat-item strong[b-41t7ac0zen] {
        font-size: 1rem;
    }
    
    .stat-link[b-41t7ac0zen] {
        padding: 4px 8px;
    }
    
    .stat-divider[b-41t7ac0zen] {
        display: none !important;
    }
    
    /* Smaller branding for small landscape */
    .brand-logo[b-41t7ac0zen] {
        width: 40px;
        height: 40px;
    }
    
    .brand-text[b-41t7ac0zen] {
        font-size: 1rem;
    }
    
    /* Sidebar uses flex, fills full height - use percentage for responsiveness */
    .right-sidebar[b-41t7ac0zen] {
        width: 40%;
        max-width: 320px;
        min-width: 220px;
        padding: 0 !important;
        gap: 0 !important;
        flex-shrink: 0;
        display: flex;
        flex-direction: column;
        border-left: 1px solid rgba(239, 68, 68, 0.3);
        height: 100%;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    
    .chat-panel[b-41t7ac0zen] {
        flex: 1 1 100%;
        min-height: 0;
        height: 100%;
        display: flex;
        flex-direction: column;
        border-radius: 0;
        border: none;
        margin: 0;
    }
    
    .chat-header[b-41t7ac0zen] {
        padding: 8px 12px;
        flex-shrink: 0;
    }
    
    .chat-title[b-41t7ac0zen] {
        font-size: 0.9rem;
    }
    
    .chat-messages[b-41t7ac0zen] {
        padding: 6px;
        flex: 1 1 auto;
        gap: 4px;
        overflow-y: auto;
        min-height: 0;
    }
    
    .chat-input-container[b-41t7ac0zen] {
        padding: 8px;
        flex-shrink: 0;
        margin-top: auto;
    }
    
    .chat-join-prompt[b-41t7ac0zen] {
        padding: 8px;
        gap: 6px;
        flex-shrink: 0;
        margin-top: auto;
    }
    
    .chat-message[b-41t7ac0zen] {
        padding: 4px 6px;
        gap: 6px;
    }
    
    .chat-avatar[b-41t7ac0zen], .chat-avatar-placeholder[b-41t7ac0zen] {
        width: 24px;
        height: 24px;
        font-size: 0.5rem;
    }
    
    .chat-content[b-41t7ac0zen] {
        gap: 1px;
        min-width: 0;
        flex: 1;
    }
    
    .chat-sender[b-41t7ac0zen] {
        font-size: 0.55rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        opacity: 0.7;
    }
    
    .chat-text[b-41t7ac0zen] {
        font-size: 0.8rem;
        font-weight: 500;
        color: white;
        display: block !important;
    }
    
    .chat-time[b-41t7ac0zen] {
        font-size: 0.6rem;
        display: none; /* Hide time to save space */
    }
    
    .chat-input[b-41t7ac0zen] {
        font-size: 0.9rem;
    }
    
    .chat-join-prompt p[b-41t7ac0zen] {
        font-size: 0.8rem;
    }
}

@media (max-width: 768px) {
    .kiosk-container[b-41t7ac0zen] {
        flex-direction: column;
    }
    
    /* Hide bubbles on mobile - prioritize chat */
    .main-content[b-41t7ac0zen] {
        display: none;
    }
    
    .right-sidebar[b-41t7ac0zen] {
        width: 100% !important;
        max-width: 100% !important;
        height: 100%;
        flex: 1;
        flex-direction: column;
        gap: 10px;
        padding: 10px;
        padding-top: 60px; /* Space for branding */
        padding-bottom: 60px; /* Space for stats ticker */
        z-index: 50;
        box-sizing: border-box;
    }
    
    .chat-panel[b-41t7ac0zen] {
        flex: 1 1 0;
        width: 100% !important;
        min-height: 0;
        max-height: calc(100vh - 150px);
        border-radius: 12px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        overflow: visible;
    }
    
    .chat-messages[b-41t7ac0zen] {
        flex: 1 1 0;
        width: 100% !important;
        min-height: 100px;
        max-height: calc(100vh - 250px);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        box-sizing: border-box;
    }
    
    .chat-message[b-41t7ac0zen] {
        width: 100%;
        box-sizing: border-box;
    }
    
    .chat-content[b-41t7ac0zen] {
        flex: 1;
        min-width: 0;
    }
    
    .chat-time[b-41t7ac0zen] {
        display: none; /* Hide time on mobile to save space */
    }
    
    /* Keep QR card in vertical layout like desktop */
    .qr-card[b-41t7ac0zen] {
        width: 100%;
        padding: 15px;
        text-align: center;
        flex-shrink: 0;
    }
    
    .qr-code[b-41t7ac0zen] {
        width: 100px;
        height: 100px;
        display: block;
        margin: 0 auto 10px;
    }
    
    .qr-card p[b-41t7ac0zen] {
        margin: 0;
        font-size: 0.9rem;
    }

    .join-party-link[b-41t7ac0zen] {
        font-size: 1rem;
    }
    
    .chat-messages[b-41t7ac0zen] {
        flex: 1 1 0;
        min-height: 100px;
        max-height: calc(100vh - 250px);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        width: 100%;
        box-sizing: border-box;
    }
    
    .stats-ticker[b-41t7ac0zen] {
        right: 0;
        padding: 10px 15px;
        z-index: 100;
    }
    
    .ticker-content[b-41t7ac0zen] {
        font-size: 0.7rem;
        gap: 6px;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .stat-link[b-41t7ac0zen] {
        padding: 3px 6px;
        cursor: pointer;
        pointer-events: auto;
        position: relative;
        z-index: 101;
    }
    
    .stat-item strong[b-41t7ac0zen] {
        font-size: 0.9rem;
    }
    
    .stat-divider[b-41t7ac0zen] {
        display: none;
    }
    
    /* Header QR compact for mobile */
    .header-qr[b-41t7ac0zen] {
        top: 12px;
        left: 12px;
        padding: 6px;
    }
    
    .header-qr-code[b-41t7ac0zen] {
        width: 36px;
        height: 36px;
    }
    
    .header-qr-text[b-41t7ac0zen] {
        display: none; /* Hide text to save space */
    }
    
    .branding[b-41t7ac0zen] {
        top: 15px;
        left: 65px; /* Right of QR: 12px + 36px QR + 12px padding + 5px gap */
        gap: 10px;
    }
    
    .brand-logo[b-41t7ac0zen] {
        width: 40px;
        height: 40px;
    }
    
    .brand-text[b-41t7ac0zen] {
        font-size: 1rem;
    }
    
    .announcement-content[b-41t7ac0zen] {
        padding: 15px 25px;
    }
    
    .announcement-emoji[b-41t7ac0zen] {
        font-size: 2rem;
    }
    
    .announcement-text[b-41t7ac0zen] {
        font-size: 1.2rem;
    }
    
    /* Bubbles float in top section only */
    .bubbles-layer[b-41t7ac0zen] {
        padding-bottom: 0;
    }
}

/* Extra small phones */
@media (max-width: 480px) {
    .right-sidebar[b-41t7ac0zen] {
        padding: 8px;
        padding-top: 55px;
        padding-bottom: 55px;
    }
    
    .header-qr[b-41t7ac0zen] {
        top: 10px;
        left: 10px;
        padding: 5px;
    }
    
    .header-qr-code[b-41t7ac0zen] {
        width: 32px;
        height: 32px;
    }
    
    .branding[b-41t7ac0zen] {
        top: 10px;
        left: 58px; /* Right of QR: 10px + 32px QR + 10px padding + 6px gap */
        gap: 8px;
    }
    
    .brand-logo[b-41t7ac0zen] {
        width: 32px;
        height: 32px;
    }
    
    .brand-text[b-41t7ac0zen] {
        font-size: 0.85rem;
    }
    
    .chat-header[b-41t7ac0zen] {
        padding: 8px 12px;
    }
    
    .chat-title[b-41t7ac0zen] {
        font-size: 0.9rem;
    }
    
    .chat-messages[b-41t7ac0zen] {
        padding: 8px;
        gap: 6px;
    }
    
    .chat-message[b-41t7ac0zen] {
        padding: 8px 10px;
    }
    
    .chat-avatar[b-41t7ac0zen], .chat-avatar-placeholder[b-41t7ac0zen] {
        width: 28px;
        height: 28px;
        font-size: 0.7rem;
    }
    
    .chat-sender[b-41t7ac0zen] {
        font-size: 0.7rem;
    }
    
    .chat-text[b-41t7ac0zen] {
        font-size: 0.8rem;
    }
    
    .chat-input-container[b-41t7ac0zen] {
        padding: 8px;
    }
    
    .chat-input[b-41t7ac0zen] {
        padding: 6px 12px;
        font-size: 0.85rem;
    }
    
    .chat-send-btn[b-41t7ac0zen] {
        width: 32px;
        height: 32px;
        font-size: 0.9rem;
    }
    
    .chat-input-avatar[b-41t7ac0zen] {
        width: 28px;
        height: 28px;
    }
    
    .qr-code[b-41t7ac0zen] {
        width: 60px;
        height: 60px;
    }
    
    .ticker-content[b-41t7ac0zen] {
        font-size: 0.65rem;
    }
    
    .stat-item strong[b-41t7ac0zen] {
        font-size: 0.9rem;
    }
    
    .stats-popup-card[b-41t7ac0zen] {
        padding: 20px;
        max-width: 95%;
    }
    
    .stats-popup-card h2[b-41t7ac0zen] {
        font-size: 1.2rem;
    }
    
    .stats-popup-item[b-41t7ac0zen] {
        padding: 8px 12px;
    }
    
    .stats-popup-avatar[b-41t7ac0zen], .stats-popup-avatar-placeholder[b-41t7ac0zen] {
        width: 32px;
        height: 32px;
    }
    
    .stats-popup-label[b-41t7ac0zen] {
        font-size: 0.85rem;
    }
}

/* Landscape mode on mobile */
@media (max-width: 900px) and (orientation: landscape) {
    .kiosk-container[b-41t7ac0zen] {
        flex-direction: row;
    }
    
    .main-content[b-41t7ac0zen] {
        flex: 1;
        height: 100%;
    }
    
    .right-sidebar[b-41t7ac0zen] {
        width: 280px;
        height: 100%;
        flex-direction: column;
        padding-bottom: 50px;
    }
    
    .qr-card[b-41t7ac0zen] {
        padding: 10px;
    }
    
    .qr-code[b-41t7ac0zen] {
        width: 60px;
        height: 60px;
    }
    
    .chat-panel[b-41t7ac0zen] {
        flex: 1;
    }
    
    .stats-ticker[b-41t7ac0zen] {
        right: 280px;
        padding: 8px 15px;
    }
    
    .header-qr[b-41t7ac0zen] {
        top: 10px;
        left: 10px;
        padding: 5px;
    }
    
    .header-qr-code[b-41t7ac0zen] {
        width: 35px;
        height: 35px;
    }
    
    .header-qr-text[b-41t7ac0zen] {
        display: none;
    }
    
    .branding[b-41t7ac0zen] {
        top: 10px;
        left: 60px; /* Right of QR: 10px + 35px QR + 10px padding + 5px gap */
    }
    
    .brand-logo[b-41t7ac0zen] {
        width: 35px;
        height: 35px;
    }
    
    .brand-text[b-41t7ac0zen] {
        font-size: 0.9rem;
    }
}

/* Safe area for notched phones */
@supports (padding: max(0px)) {
    .kiosk-container[b-41t7ac0zen] {
        padding-left: env(safe-area-inset-left);
        padding-right: env(safe-area-inset-right);
        padding-bottom: env(safe-area-inset-bottom);
    }
    
    .stats-ticker[b-41t7ac0zen] {
        padding-bottom: max(10px, env(safe-area-inset-bottom));
    }
}

/* /Components/Pages/DeviceCodeLogin.razor.rz.scp.css */
/* Device Code Login Page - Coral/Gold theme */

.auth-page[b-e78wv1f3gm] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(ellipse at top, rgba(248, 113, 113, 0.1) 0%, transparent 50%),
                radial-gradient(ellipse at bottom right, rgba(251, 191, 36, 0.05) 0%, transparent 50%),
                #0a0a0a;
    padding: 40px 20px;
}

.auth-container[b-e78wv1f3gm] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: radial-gradient(ellipse at top, rgba(248, 113, 113, 0.1) 0%, transparent 50%),
                radial-gradient(ellipse at bottom right, rgba(251, 191, 36, 0.05) 0%, transparent 50%),
                #0a0a0a;
    padding: 40px 20px;
    width: 100%;
}

.auth-card[b-e78wv1f3gm] {
    background: rgba(30, 41, 59, 0.6);
    border: 1px solid rgba(251, 191, 36, 0.15);
    border-radius: 24px;
    padding: 48px;
    backdrop-filter: blur(10px);
    width: 100%;
    max-width: 440px;
    text-align: center;
}

.auth-header[b-e78wv1f3gm] {
    text-align: center;
    margin-bottom: 40px;
}

.auth-logo[b-e78wv1f3gm] {
    font-size: 2.5rem;
    margin-bottom: 16px;
}

.auth-title[b-e78wv1f3gm] {
    font-size: 1.75rem;
    font-weight: 700;
    color: white;
    margin-bottom: 8px;
}

.auth-subtitle[b-e78wv1f3gm] {
    color: #64748b;
}

.auth-form[b-e78wv1f3gm] {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-group[b-e78wv1f3gm] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-label[b-e78wv1f3gm] {
    color: #94a3b8;
    font-size: 0.9rem;
}

.form-input[b-e78wv1f3gm] {
    background: rgba(15, 23, 42, 0.8);
    border: 1px solid rgba(251, 191, 36, 0.1);
    border-radius: 12px;
    padding: 14px 16px;
    color: white;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.form-input:focus[b-e78wv1f3gm] {
    outline: none;
    border-color: #F87171;
    box-shadow: 0 0 0 3px rgba(248, 113, 113, 0.1);
}

.form-input[b-e78wv1f3gm]::placeholder {
    color: #475569;
}

.form-options[b-e78wv1f3gm] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.remember-me[b-e78wv1f3gm] {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #94a3b8;
    font-size: 0.9rem;
}

.forgot-link[b-e78wv1f3gm] {
    color: #F87171;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.forgot-link:hover[b-e78wv1f3gm] {
    color: #FBBF24;
}

.auth-divider[b-e78wv1f3gm] {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 24px 0;
}

.auth-divider span[b-e78wv1f3gm] {
    color: #64748b;
    font-size: 0.85rem;
}

.auth-divider[b-e78wv1f3gm]::before,
.auth-divider[b-e78wv1f3gm]::after {
    content: '';
    flex: 1;
    height: 1px;
    background: rgba(251, 191, 36, 0.1);
}

.social-buttons[b-e78wv1f3gm] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.social-btn[b-e78wv1f3gm] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 14px;
    background: rgba(15, 23, 42, 0.5);
    border: 1px solid rgba(251, 191, 36, 0.1);
    border-radius: 12px;
    color: white;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-btn:hover[b-e78wv1f3gm] {
    background: rgba(248, 113, 113, 0.1);
    border-color: rgba(248, 113, 113, 0.3);
}

.auth-footer[b-e78wv1f3gm] {
    text-align: center;
    margin-top: 32px;
    color: #64748b;
}

.auth-footer a[b-e78wv1f3gm] {
    color: #FBBF24;
    text-decoration: none;
    font-weight: 500;
}

.auth-footer a:hover[b-e78wv1f3gm] {
    color: #F87171;
}

.back-link[b-e78wv1f3gm] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #94a3b8;
    text-decoration: none;
    margin-bottom: 24px;
    transition: color 0.3s ease;
}

.back-link:hover[b-e78wv1f3gm] {
    color: #FBBF24;
}

/* Loading and waiting states */
.loading-state[b-e78wv1f3gm],
.waiting-state[b-e78wv1f3gm] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 24px;
    color: #94a3b8;
    text-align: center;
}

.loading-state p[b-e78wv1f3gm],
.waiting-state p[b-e78wv1f3gm] {
    margin: 0;
    font-size: 0.95rem;
}

.spinner[b-e78wv1f3gm] {
    width: 32px;
    height: 32px;
    border: 3px solid rgba(248, 113, 113, 0.2);
    border-top-color: #F87171;
    border-radius: 50%;
    animation: spin-b-e78wv1f3gm 1s linear infinite;
    margin-bottom: 12px;
}

@keyframes spin-b-e78wv1f3gm {
    to { transform: rotate(360deg); }
}

/* Success state */
.success-state[b-e78wv1f3gm] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 24px;
    text-align: center;
}

.success-message[b-e78wv1f3gm] {
    color: #22c55e;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 8px;
}

/* Error state */
.error-state[b-e78wv1f3gm] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 24px;
    text-align: center;
}

.error-message[b-e78wv1f3gm] {
    color: #F87171;
    font-size: 1rem;
    margin-bottom: 16px;
}

/* Device code display */
.device-code-display[b-e78wv1f3gm] {
    text-align: center;
    padding: 24px 0;
}

.code-instruction[b-e78wv1f3gm] {
    color: #94a3b8;
    margin-bottom: 8px;
}

.verification-url[b-e78wv1f3gm] {
    color: #FBBF24;
    text-decoration: none;
    font-weight: 500;
    display: block;
    margin-bottom: 16px;
}

.verification-url:hover[b-e78wv1f3gm] {
    color: #F87171;
}

.device-code[b-e78wv1f3gm] {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.3em;
    color: white;
    background: rgba(15, 23, 42, 0.8);
    border: 2px solid rgba(251, 191, 36, 0.3);
    border-radius: 12px;
    padding: 16px 24px;
    margin: 16px 0;
    font-family: 'Courier New', monospace;
}

.code-expires[b-e78wv1f3gm] {
    color: #64748b;
    font-size: 0.85rem;
}
/* /Components/Pages/Login.razor.rz.scp.css */
/* Login Page - Coral/Gold theme */

.auth-page[b-xb91q1bsq0] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(ellipse at top, rgba(248, 113, 113, 0.1) 0%, transparent 50%),
                radial-gradient(ellipse at bottom right, rgba(251, 191, 36, 0.05) 0%, transparent 50%),
                #0a0a0a;
    padding: 40px 20px;
}

.auth-container[b-xb91q1bsq0] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: radial-gradient(ellipse at top, rgba(248, 113, 113, 0.1) 0%, transparent 50%),
                radial-gradient(ellipse at bottom right, rgba(251, 191, 36, 0.05) 0%, transparent 50%),
                #0a0a0a;
    padding: 40px 20px;
    width: 100%;
}

.auth-card[b-xb91q1bsq0] {
    background: rgba(30, 41, 59, 0.6);
    border: 1px solid rgba(251, 191, 36, 0.15);
    border-radius: 24px;
    padding: 48px;
    backdrop-filter: blur(10px);
    width: 100%;
    max-width: 440px;
    text-align: center;
}

.auth-header[b-xb91q1bsq0] {
    text-align: center;
    margin-bottom: 40px;
}

.auth-logo[b-xb91q1bsq0] {
    font-size: 2.5rem;
    margin-bottom: 16px;
}

.auth-title[b-xb91q1bsq0] {
    font-size: 1.75rem;
    font-weight: 700;
    color: white;
    margin-bottom: 8px;
}

.auth-subtitle[b-xb91q1bsq0] {
    color: #64748b;
}

.auth-form[b-xb91q1bsq0] {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-group[b-xb91q1bsq0] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-label[b-xb91q1bsq0] {
    color: #94a3b8;
    font-size: 0.9rem;
}

.form-input[b-xb91q1bsq0] {
    background: rgba(15, 23, 42, 0.8);
    border: 1px solid rgba(251, 191, 36, 0.1);
    border-radius: 12px;
    padding: 14px 16px;
    color: white;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.form-input:focus[b-xb91q1bsq0] {
    outline: none;
    border-color: #F87171;
    box-shadow: 0 0 0 3px rgba(248, 113, 113, 0.1);
}

.form-input[b-xb91q1bsq0]::placeholder {
    color: #475569;
}

.form-options[b-xb91q1bsq0] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.remember-me[b-xb91q1bsq0] {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #94a3b8;
    font-size: 0.9rem;
}

.forgot-link[b-xb91q1bsq0] {
    color: #F87171;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.forgot-link:hover[b-xb91q1bsq0] {
    color: #FBBF24;
}

.auth-divider[b-xb91q1bsq0] {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 24px 0;
}

.auth-divider span[b-xb91q1bsq0] {
    color: #64748b;
    font-size: 0.85rem;
}

.auth-divider[b-xb91q1bsq0]::before,
.auth-divider[b-xb91q1bsq0]::after {
    content: '';
    flex: 1;
    height: 1px;
    background: rgba(251, 191, 36, 0.1);
}

.social-buttons[b-xb91q1bsq0] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.social-btn[b-xb91q1bsq0] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 14px;
    background: rgba(15, 23, 42, 0.5);
    border: 1px solid rgba(251, 191, 36, 0.1);
    border-radius: 12px;
    color: white;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-btn:hover[b-xb91q1bsq0] {
    background: rgba(248, 113, 113, 0.1);
    border-color: rgba(248, 113, 113, 0.3);
}

.auth-footer[b-xb91q1bsq0] {
    text-align: center;
    margin-top: 32px;
    color: #64748b;
}

.auth-footer a[b-xb91q1bsq0] {
    color: #FBBF24;
    text-decoration: none;
    font-weight: 500;
}

.auth-footer a:hover[b-xb91q1bsq0] {
    color: #F87171;
}

.back-link[b-xb91q1bsq0] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #94a3b8;
    text-decoration: none;
    margin-bottom: 24px;
    transition: color 0.3s ease;
}

.back-link:hover[b-xb91q1bsq0] {
    color: #FBBF24;
}

/* Auth Button Styles */
.auth-btn[b-xb91q1bsq0] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    padding: 14px 24px;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    border: none;
}

.amicis-btn[b-xb91q1bsq0] {
    background: linear-gradient(135deg, #FBBF24 0%, #F59E0B 100%);
    color: #000;
}

.amicis-btn:hover[b-xb91q1bsq0] {
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(251, 191, 36, 0.5);
}

.btn-icon[b-xb91q1bsq0] {
    width: 24px;
    height: 24px;
}

.device-btn[b-xb91q1bsq0] {
    background: rgba(15, 23, 42, 0.5);
    border: 1px solid rgba(251, 191, 36, 0.2);
    color: white;
}

.device-btn:hover[b-xb91q1bsq0] {
    background: rgba(248, 113, 113, 0.1);
    border-color: rgba(248, 113, 113, 0.3);
}

.device-icon[b-xb91q1bsq0] {
    font-size: 1.25rem;
}

.auth-hint[b-xb91q1bsq0] {
    color: #64748b;
    font-size: 0.85rem;
    margin-top: 12px;
}

/* Responsive */
@media (max-width: 480px) {
    .auth-container[b-xb91q1bsq0] {
        padding: 20px 16px;
    }
    
    .auth-card[b-xb91q1bsq0] {
        padding: 28px 20px;
        border-radius: 16px;
        max-width: 100%;
    }
    
    .auth-header[b-xb91q1bsq0] {
        margin-bottom: 24px;
    }
    
    .auth-header h1[b-xb91q1bsq0] {
        font-size: 1.5rem;
    }
    
    .auth-header p[b-xb91q1bsq0] {
        font-size: 0.9rem;
    }
    
    .auth-logo[b-xb91q1bsq0] {
        font-size: 2rem;
    }
    
    .auth-btn[b-xb91q1bsq0] {
        padding: 12px 20px;
        font-size: 0.95rem;
    }
    
    .auth-divider[b-xb91q1bsq0] {
        margin: 20px 0;
    }
    
    .auth-hint[b-xb91q1bsq0] {
        font-size: 0.8rem;
    }
    
    .auth-footer[b-xb91q1bsq0] {
        margin-top: 24px;
    }
}
/* /Components/Pages/Signup.razor.rz.scp.css */
/* Signup Page - Coral/Gold theme */

.auth-page[b-n75rjvmv54] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(ellipse at top, rgba(248, 113, 113, 0.1) 0%, transparent 50%),
                radial-gradient(ellipse at bottom right, rgba(251, 191, 36, 0.05) 0%, transparent 50%),
                #0a0a0a;
    padding: 40px 20px;
}

.auth-container[b-n75rjvmv54] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: radial-gradient(ellipse at top, rgba(248, 113, 113, 0.1) 0%, transparent 50%),
                radial-gradient(ellipse at bottom right, rgba(251, 191, 36, 0.05) 0%, transparent 50%),
                #0a0a0a;
    padding: 40px 20px;
    width: 100%;
}

.auth-card[b-n75rjvmv54] {
    background: rgba(30, 41, 59, 0.6);
    border: 1px solid rgba(251, 191, 36, 0.15);
    border-radius: 24px;
    padding: 48px;
    backdrop-filter: blur(10px);
    width: 100%;
    max-width: 440px;
    text-align: center;
}

.auth-header[b-n75rjvmv54] {
    text-align: center;
    margin-bottom: 40px;
}

.auth-logo[b-n75rjvmv54] {
    font-size: 2.5rem;
    margin-bottom: 16px;
}

.auth-title[b-n75rjvmv54] {
    font-size: 1.75rem;
    font-weight: 700;
    color: white;
    margin-bottom: 8px;
}

.auth-subtitle[b-n75rjvmv54] {
    color: #64748b;
}

.auth-form[b-n75rjvmv54] {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-group[b-n75rjvmv54] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-label[b-n75rjvmv54] {
    color: #94a3b8;
    font-size: 0.9rem;
}

.form-input[b-n75rjvmv54] {
    background: rgba(15, 23, 42, 0.8);
    border: 1px solid rgba(251, 191, 36, 0.1);
    border-radius: 12px;
    padding: 14px 16px;
    color: white;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.form-input:focus[b-n75rjvmv54] {
    outline: none;
    border-color: #F87171;
    box-shadow: 0 0 0 3px rgba(248, 113, 113, 0.1);
}

.form-input[b-n75rjvmv54]::placeholder {
    color: #475569;
}

.form-options[b-n75rjvmv54] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.remember-me[b-n75rjvmv54] {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #94a3b8;
    font-size: 0.9rem;
}

.forgot-link[b-n75rjvmv54] {
    color: #F87171;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.forgot-link:hover[b-n75rjvmv54] {
    color: #FBBF24;
}

.auth-divider[b-n75rjvmv54] {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 24px 0;
}

.auth-divider span[b-n75rjvmv54] {
    color: #64748b;
    font-size: 0.85rem;
}

.auth-divider[b-n75rjvmv54]::before,
.auth-divider[b-n75rjvmv54]::after {
    content: '';
    flex: 1;
    height: 1px;
    background: rgba(251, 191, 36, 0.1);
}

.social-buttons[b-n75rjvmv54] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.social-btn[b-n75rjvmv54] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 14px;
    background: rgba(15, 23, 42, 0.5);
    border: 1px solid rgba(251, 191, 36, 0.1);
    border-radius: 12px;
    color: white;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-btn:hover[b-n75rjvmv54] {
    background: rgba(248, 113, 113, 0.1);
    border-color: rgba(248, 113, 113, 0.3);
}

.auth-footer[b-n75rjvmv54] {
    text-align: center;
    margin-top: 32px;
    color: #64748b;
}

.auth-footer a[b-n75rjvmv54] {
    color: #FBBF24;
    text-decoration: none;
    font-weight: 500;
}

.auth-footer a:hover[b-n75rjvmv54] {
    color: #F87171;
}

.back-link[b-n75rjvmv54] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #94a3b8;
    text-decoration: none;
    margin-bottom: 24px;
    transition: color 0.3s ease;
}

.back-link:hover[b-n75rjvmv54] {
    color: #FBBF24;
}

/* Plan Badge */
.plan-badge[b-n75rjvmv54] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: rgba(251, 191, 36, 0.1);
    border: 1px solid rgba(251, 191, 36, 0.2);
    border-radius: 100px;
    padding: 10px 20px;
    color: #FBBF24;
    font-size: 0.9rem;
    margin-bottom: 16px;
}

.plan-badge.partner[b-n75rjvmv54] {
    background: rgba(251, 191, 36, 0.1);
    border-color: rgba(251, 191, 36, 0.2);
    color: #FBBF24;
}

.plan-badge.early[b-n75rjvmv54] {
    background: rgba(33, 150, 243, 0.1);
    border-color: rgba(33, 150, 243, 0.2);
    color: #2196f3;
}

.plan-icon[b-n75rjvmv54] {
    font-size: 1rem;
}

/* Section styling */
.partner-section[b-n75rjvmv54],
.early-adopter-section[b-n75rjvmv54] {
    margin-bottom: 24px;
}

.section-desc[b-n75rjvmv54] {
    color: #94a3b8;
    font-size: 0.9rem;
    margin-bottom: 16px;
}

/* Amicis Button */
.auth-btn[b-n75rjvmv54] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    padding: 14px 24px;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    border: none;
}

.amicis-btn[b-n75rjvmv54] {
    background: linear-gradient(135deg, #FBBF24 0%, #F59E0B 100%);
    color: #000;
}

.amicis-btn:hover[b-n75rjvmv54] {
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(251, 191, 36, 0.5);
}

.btn-icon[b-n75rjvmv54] {
    width: 24px;
    height: 24px;
}

/* Divider */
.divider[b-n75rjvmv54] {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 28px 0;
}

.divider[b-n75rjvmv54]::before,
.divider[b-n75rjvmv54]::after {
    content: '';
    flex: 1;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
}

.divider span[b-n75rjvmv54] {
    color: #64748b;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

/* Waitlist Form */
.waitlist-form[b-n75rjvmv54] {
    text-align: left;
}

.waitlist-form .form-group[b-n75rjvmv54] {
    margin-bottom: 16px;
}

.waitlist-form label[b-n75rjvmv54] {
    display: block;
    color: #94a3b8;
    font-size: 0.85rem;
    margin-bottom: 6px;
}

.waitlist-form input[b-n75rjvmv54],
.waitlist-form textarea[b-n75rjvmv54] {
    width: 100%;
    background: rgba(15, 23, 42, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 12px 14px;
    color: white;
    font-size: 0.95rem;
    transition: all 0.2s ease;
    box-sizing: border-box;
}

.waitlist-form input:focus[b-n75rjvmv54],
.waitlist-form textarea:focus[b-n75rjvmv54] {
    outline: none;
    border-color: #2196f3;
    box-shadow: 0 0 0 3px rgba(33, 150, 243, 0.1);
}

.waitlist-form input[b-n75rjvmv54]::placeholder,
.waitlist-form textarea[b-n75rjvmv54]::placeholder {
    color: #475569;
}

.waitlist-form textarea[b-n75rjvmv54] {
    resize: vertical;
    min-height: 60px;
}

.form-row[b-n75rjvmv54] {
    display: flex;
    gap: 12px;
}

.form-row .form-group[b-n75rjvmv54] {
    flex: 1;
}

.waitlist-btn[b-n75rjvmv54] {
    background: linear-gradient(135deg, #2196f3 0%, #1976d2 100%);
    color: white;
    margin-top: 8px;
}

.waitlist-btn:hover:not(:disabled)[b-n75rjvmv54] {
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(33, 150, 243, 0.4);
}

.waitlist-btn:disabled[b-n75rjvmv54] {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

/* Success Message */
.success-message[b-n75rjvmv54] {
    background: rgba(76, 175, 80, 0.1);
    border: 1px solid rgba(76, 175, 80, 0.2);
    border-radius: 12px;
    padding: 24px;
    text-align: center;
}

.success-icon[b-n75rjvmv54] {
    font-size: 2rem;
    display: block;
    margin-bottom: 12px;
}

.success-message h3[b-n75rjvmv54] {
    color: #4caf50;
    margin: 0 0 8px 0;
    font-size: 1.25rem;
}

.success-message p[b-n75rjvmv54] {
    color: #94a3b8;
    margin: 0;
    font-size: 0.95rem;
}

.success-message strong[b-n75rjvmv54] {
    color: #FBBF24;
}

/* Error Message */
.error-message[b-n75rjvmv54] {
    background: rgba(244, 67, 54, 0.1);
    border: 1px solid rgba(244, 67, 54, 0.2);
    border-radius: 8px;
    padding: 12px;
    color: #f44336;
    font-size: 0.9rem;
    margin-bottom: 12px;
    text-align: center;
}

/* Benefits List */
.benefits-list[b-n75rjvmv54] {
    list-style: none;
    padding: 0;
    margin: 0 auto 20px auto;
    text-align: left;
    display: inline-block;
}

.benefits-list li[b-n75rjvmv54] {
    color: #94a3b8;
    font-size: 0.95rem;
    padding: 6px 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.benefits-list li[b-n75rjvmv54]::before {
    content: none;
}

/* Responsive */
@media (max-width: 480px) {
    .auth-container[b-n75rjvmv54] {
        padding: 20px 16px;
    }
    
    .auth-card[b-n75rjvmv54] {
        padding: 28px 20px;
        border-radius: 16px;
        max-width: 100%;
    }
    
    .auth-header[b-n75rjvmv54] {
        margin-bottom: 24px;
    }
    
    .auth-header h1[b-n75rjvmv54] {
        font-size: 1.5rem;
    }
    
    .auth-header p[b-n75rjvmv54] {
        font-size: 0.9rem;
    }
    
    .auth-logo[b-n75rjvmv54] {
        font-size: 2rem;
    }
    
    .benefits-list[b-n75rjvmv54] {
        margin-bottom: 16px;
    }
    
    .benefits-list li[b-n75rjvmv54] {
        font-size: 0.85rem;
        padding: 4px 0;
    }
    
    .section-desc[b-n75rjvmv54] {
        font-size: 0.85rem;
    }
    
    .auth-btn[b-n75rjvmv54] {
        padding: 12px 20px;
        font-size: 0.95rem;
    }
    
    .divider[b-n75rjvmv54] {
        margin: 20px 0;
    }
    
    .plan-badge[b-n75rjvmv54] {
        padding: 8px 16px;
        font-size: 0.8rem;
    }
    
    .form-row[b-n75rjvmv54] {
        flex-direction: column;
        gap: 0;
    }
    
    .waitlist-form input[b-n75rjvmv54],
    .waitlist-form textarea[b-n75rjvmv54] {
        padding: 10px 12px;
        font-size: 0.9rem;
    }
    
    .waitlist-form label[b-n75rjvmv54] {
        font-size: 0.8rem;
    }
    
    .success-message[b-n75rjvmv54] {
        padding: 16px;
    }
    
    .success-message h3[b-n75rjvmv54] {
        font-size: 1.1rem;
    }
    
    .success-message p[b-n75rjvmv54] {
        font-size: 0.85rem;
    }
    
    .auth-footer[b-n75rjvmv54] {
        margin-top: 24px;
    }
}
/* /Components/Shared/Button.razor.rz.scp.css */
/* Shared Button Component Styles */

.btn[b-lh0aiwdaqq] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 32px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
    font-size: 1rem;
    white-space: nowrap;
}

.btn:disabled[b-lh0aiwdaqq] {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Button Variants - Coral/Gold theme */
.btn-primary[b-lh0aiwdaqq] {
    background: linear-gradient(135deg, #F87171 0%, #EF4444 100%);
    color: white;
}

.btn-primary:hover:not(:disabled)[b-lh0aiwdaqq] {
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(248, 113, 113, 0.4);
}

.btn-secondary[b-lh0aiwdaqq] {
    background: transparent;
    color: white;
    border: 2px solid rgba(251, 191, 36, 0.5);
}

.btn-secondary:hover:not(:disabled)[b-lh0aiwdaqq] {
    border-color: #FBBF24;
    background: rgba(251, 191, 36, 0.1);
}

.btn-ghost[b-lh0aiwdaqq] {
    background: transparent;
    color: #FBBF24;
    border: none;
}

.btn-ghost:hover:not(:disabled)[b-lh0aiwdaqq] {
    background: rgba(251, 191, 36, 0.1);
}

/* Button Sizes */
.btn-small[b-lh0aiwdaqq] {
    padding: 8px 20px;
    font-size: 0.9rem;
}

.btn-medium[b-lh0aiwdaqq] {
    padding: 12px 32px;
    font-size: 1rem;
}

.btn-large[b-lh0aiwdaqq] {
    padding: 16px 40px;
    font-size: 1.1rem;
    border-radius: 12px;
}

.btn-icon[b-lh0aiwdaqq] {
    display: inline-flex;
    align-items: center;
}

@media (max-width: 768px) {
    .btn-large[b-lh0aiwdaqq] {
        padding: 14px 28px;
        font-size: 1rem;
    }

    .btn-medium[b-lh0aiwdaqq] {
        padding: 10px 24px;
        font-size: 0.95rem;
    }

    .btn-small[b-lh0aiwdaqq] {
        padding: 6px 16px;
        font-size: 0.85rem;
    }
}
