/* /Components/Admin/AdminPanelDialog.razor.rz.scp.css */
[b-myni55avz0] .admin-panel-dialog {
    background: rgba(10, 14, 26, 0.98);
    border: 2px solid rgba(255, 0, 85, 0.4);
    border-radius: 12px;
    backdrop-filter: blur(12px);
    box-shadow: 0 8px 60px rgba(255, 0, 85, 0.2),
                0 0 40px rgba(255, 0, 85, 0.1);
    min-width: 700px;
    max-width: 900px;
}

[b-myni55avz0] .admin-panel-dialog .mud-dialog-title {
    background: linear-gradient(135deg, rgba(255, 0, 85, 0.15) 0%, rgba(200, 0, 70, 0.15) 100%);
    border-bottom: 1px solid rgba(255, 0, 85, 0.3);
    padding: 20px 24px;
}

.admin-dialog-title[b-myni55avz0] {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #ff0055;
    font-family: 'Orbitron', sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    letter-spacing: 0.15em;
    text-shadow: 0 0 10px rgba(255, 0, 85, 0.5);
}

[b-myni55avz0] .admin-panel-dialog .mud-dialog-content {
    padding: 0;
    background: rgba(15, 20, 25, 0.5);
}

[b-myni55avz0] .admin-panel-dialog .mud-dialog-actions {
    border-top: 1px solid rgba(255, 0, 85, 0.2);
    padding: 12px 24px;
}

[b-myni55avz0] .admin-tabs .mud-tabs-toolbar {
    background: rgba(10, 14, 26, 0.8);
    border-bottom: 1px solid rgba(255, 0, 85, 0.2);
}

[b-myni55avz0] .admin-tabs .mud-tab {
    color: rgba(255, 255, 255, 0.5);
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 0.85rem;
    transition: all 0.3s ease;
}

[b-myni55avz0] .admin-tabs .mud-tab.mud-tab-active {
    color: #ff0055;
    text-shadow: 0 0 8px rgba(255, 0, 85, 0.4);
}

[b-myni55avz0] .admin-tabs .mud-tab-slider {
    background: #ff0055;
    box-shadow: 0 0 10px rgba(255, 0, 85, 0.5);
}

[b-myni55avz0] .admin-tabs .mud-tabs-panels {
    padding: 0;
}

.admin-section[b-myni55avz0] {
    padding: 24px;
}

.section-header[b-myni55avz0] {
    margin-bottom: 20px;
}

.section-header h3[b-myni55avz0] {
    margin: 0 0 6px 0;
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: #ff0055;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.section-header p[b-myni55avz0] {
    margin: 0;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.9rem;
}

.section-actions[b-myni55avz0] {
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
}

[b-myni55avz0] .admin-action-btn {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    letter-spacing: 0.05em;
}

.section-placeholder[b-myni55avz0] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 48px 24px;
    border: 1px dashed rgba(255, 0, 85, 0.2);
    border-radius: 8px;
    background: rgba(255, 0, 85, 0.03);
    color: rgba(255, 255, 255, 0.3);
    font-family: 'Share Tech Mono', monospace;
    font-size: 0.85rem;
}

[b-myni55avz0] .admin-close-btn {
    color: rgba(255, 255, 255, 0.5);
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    letter-spacing: 0.1em;
}

@media (max-width: 768px) {
    [b-myni55avz0] .admin-panel-dialog {
        min-width: unset;
        width: calc(100vw - 32px);
        margin: 16px;
    }
}

/* ---------- Users tab ---------- */

.admin-user-count[b-myni55avz0] {
    color: rgba(255, 255, 255, 0.4);
    font-family: 'Share Tech Mono', monospace;
    margin-bottom: 12px;
    display: block;
}

.admin-no-data[b-myni55avz0] {
    color: rgba(255, 255, 255, 0.2);
}

[b-myni55avz0] .admin-users-grid {
    background: transparent;
    border: 1px solid rgba(255, 0, 85, 0.15);
    border-radius: 8px;
    overflow: hidden;
}

[b-myni55avz0] .admin-users-grid .mud-table-head .mud-table-cell {
    background: rgba(255, 0, 85, 0.08);
    color: #ff0055;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    font-size: 0.8rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 0, 85, 0.2);
}

[b-myni55avz0] .admin-users-grid .mud-table-body .mud-table-cell {
    color: rgba(255, 255, 255, 0.75);
    font-family: 'Share Tech Mono', monospace;
    font-size: 0.82rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

[b-myni55avz0] .admin-users-grid .mud-table-body .mud-table-row:hover .mud-table-cell {
    background: rgba(255, 0, 85, 0.05);
}

[b-myni55avz0] .admin-users-grid .mud-table-pagination {
    color: rgba(255, 255, 255, 0.5);
    font-family: 'Share Tech Mono', monospace;
    font-size: 0.8rem;
    border-top: 1px solid rgba(255, 0, 85, 0.15);
}
/* /Components/Admin/AdminWidget.razor.rz.scp.css */
.admin-widget[b-lg9wo77twt] {
    position: fixed;
    bottom: 90px;
    right: 20px;
    z-index: 9999;
}

.admin-widget-button[b-lg9wo77twt] {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff0055 0%, #cc0044 100%);
    border: 2px solid #ff0055;
    color: #ffffff;
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(255, 0, 85, 0.4),
                0 0 30px rgba(255, 0, 85, 0.3);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    animation: admin-pulse-glow-b-lg9wo77twt 2s ease-in-out infinite;
}

@keyframes admin-pulse-glow-b-lg9wo77twt {
    0%, 100% {
        box-shadow: 0 4px 20px rgba(255, 0, 85, 0.4),
                    0 0 30px rgba(255, 0, 85, 0.3);
    }
    50% {
        box-shadow: 0 4px 30px rgba(255, 0, 85, 0.6),
                    0 0 50px rgba(255, 0, 85, 0.5);
    }
}

.admin-widget-button:hover[b-lg9wo77twt] {
    transform: scale(1.1);
    box-shadow: 0 6px 35px rgba(255, 0, 85, 0.6),
                0 0 60px rgba(255, 0, 85, 0.5);
    background: linear-gradient(135deg, #ff1a6b 0%, #e60050 100%);
}
/* /Components/Support/SupportWidget.razor.rz.scp.css */
.support-widget[b-s4djplw5om] {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}

.support-widget-button[b-s4djplw5om] {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #00d9ff 0%, #0099cc 100%);
    border: 2px solid #00d9ff;
    color: #0a0e1a;
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(0, 217, 255, 0.4),
                0 0 30px rgba(0, 217, 255, 0.3);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    animation: pulse-glow-b-s4djplw5om 2s ease-in-out infinite;
}

@keyframes pulse-glow-b-s4djplw5om {
    0%, 100% {
        box-shadow: 0 4px 20px rgba(0, 217, 255, 0.4),
                    0 0 30px rgba(0, 217, 255, 0.3);
    }
    50% {
        box-shadow: 0 4px 30px rgba(0, 217, 255, 0.6),
                    0 0 50px rgba(0, 217, 255, 0.5);
    }
}

.support-widget-button:hover[b-s4djplw5om] {
    transform: scale(1.1);
    box-shadow: 0 6px 35px rgba(0, 217, 255, 0.6),
                0 0 60px rgba(0, 217, 255, 0.5);
    background: linear-gradient(135deg, #00f0ff 0%, #00b8e6 100%);
}

.support-widget-button .badge[b-s4djplw5om] {
    position: absolute;
    top: -4px;
    right: -4px;
    background: #ff0055;
    color: white;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: bold;
    border: 2px solid #0a0e1a;
    box-shadow: 0 0 15px rgba(255, 0, 85, 0.6);
}

.support-widget-panel[b-s4djplw5om] {
    width: 380px;
    background: rgba(10, 14, 26, 0.98);
    border-radius: 12px;
    border: 2px solid #00d9ff;
    box-shadow: 0 8px 40px rgba(0, 217, 255, 0.3),
                inset 0 1px 0 rgba(0, 217, 255, 0.2);
    overflow: hidden;
    animation: slideUp-b-s4djplw5om 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    backdrop-filter: blur(10px);
}

@keyframes slideUp-b-s4djplw5om {
    from {
        opacity: 0;
        transform: translateY(30px) scale(0.9);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.support-widget-header[b-s4djplw5om] {
    background: linear-gradient(135deg, rgba(0, 217, 255, 0.2) 0%, rgba(0, 153, 204, 0.2) 100%);
    border-bottom: 1px solid rgba(0, 217, 255, 0.3);
    color: #00d9ff;
    padding: 20px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.support-widget-header[b-s4djplw5om]::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #00d9ff, transparent);
}

.support-widget-header h3[b-s4djplw5om] {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-shadow: 0 0 10px rgba(0, 217, 255, 0.5);
    font-family: 'Rajdhani', sans-serif;
}

.close-button[b-s4djplw5om] {
    background: rgba(0, 217, 255, 0.1);
    border: 1px solid rgba(0, 217, 255, 0.3);
    color: #00d9ff;
    cursor: pointer;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    transition: all 0.2s;
}

.close-button:hover[b-s4djplw5om] {
    background: rgba(0, 217, 255, 0.2);
    border-color: #00d9ff;
    box-shadow: 0 0 15px rgba(0, 217, 255, 0.4);
}

.support-widget-content[b-s4djplw5om] {
    padding: 24px;
    background: rgba(15, 20, 25, 0.5);
}

.quick-actions[b-s4djplw5om] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 24px;
}

.action-button[b-s4djplw5om] {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 18px;
    border: 1px solid rgba(0, 217, 255, 0.3);
    border-radius: 8px;
    background: rgba(15, 20, 25, 0.8);
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
    color: #8ab4f8;
    position: relative;
    overflow: hidden;
}

.action-button[b-s4djplw5om]::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(90deg, rgba(0, 217, 255, 0.1), transparent);
    transition: width 0.3s ease;
}

.action-button:hover[b-s4djplw5om]::before {
    width: 100%;
}

.action-button:hover[b-s4djplw5om] {
    background: rgba(0, 217, 255, 0.05);
    border-color: #00d9ff;
    transform: translateX(6px);
    box-shadow: 0 4px 15px rgba(0, 217, 255, 0.2);
    color: #00d9ff;
}

.action-button .mud-icon[b-s4djplw5om] {
    color: #00d9ff;
    filter: drop-shadow(0 0 4px rgba(0, 217, 255, 0.4));
}

.quick-help[b-s4djplw5om] {
    border-top: 1px solid rgba(0, 217, 255, 0.2);
    padding-top: 20px;
}

.quick-help h4[b-s4djplw5om] {
    margin: 0 0 14px 0;
    font-size: 0.95rem;
    font-weight: 700;
    color: #8ab4f8;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.quick-help ul[b-s4djplw5om] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.quick-help li[b-s4djplw5om] {
    margin-bottom: 10px;
}

.quick-help a[b-s4djplw5om] {
    color: #8ab4f8;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.quick-help a[b-s4djplw5om]::before {
    content: '→';
    color: #00d9ff;
    transition: transform 0.2s;
}

.quick-help a:hover[b-s4djplw5om] {
    color: #00d9ff;
    text-shadow: 0 0 8px rgba(0, 217, 255, 0.3);
}

.quick-help a:hover[b-s4djplw5om]::before {
    transform: translateX(4px);
}

@media (max-width: 600px) {
    .support-widget-panel[b-s4djplw5om] {
        width: calc(100vw - 40px);
        max-width: 380px;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-pu8xieoj7o] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-pu8xieoj7o] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-pu8xieoj7o] {
    font-size: 1.1rem;
}

.bi[b-pu8xieoj7o] {
    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-pu8xieoj7o] {
    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-pu8xieoj7o] {
    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-pu8xieoj7o] {
    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");
}

.bi-controller-fill-nav-menu[b-pu8xieoj7o] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M11.5 6.027a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0m-1.5 1.5a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1m2.5-.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0m-1.5 1.5a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1m-6.5-3h1v1h1v1h-1v1h-1v-1h-1v-1h1z'/%3E%3Cpath d='M3.051 3.26a.5.5 0 0 1 .354-.613l1.932-.518a.5.5 0 0 1 .62.39c.655-.079 1.35-.117 2.043-.117.72 0 1.443.041 2.12.126a.5.5 0 0 1 .622-.399l1.932.518a.5.5 0 0 1 .354.613l-.1.344a.5.5 0 0 1 .567.442l.31 3.891A.5.5 0 0 1 16 8.63c-.01.3-.068.597-.162.883l-1.124 3.37a.5.5 0 0 1-.406.37c-.34.05-.688.074-1.03.074a5.2 5.2 0 0 1-.937-.083l-.05-.01A5.2 5.2 0 0 1 11.95 13c-.44 0-.88-.04-1.316-.117l-.157-.029L8 12.5l-2.477.354-.157.029c-.437.077-.876.117-1.316.117-.112 0-.224-.004-.337-.012a5.2 5.2 0 0 1-.693-.071l-.05.01a5.2 5.2 0 0 1-.936.083c-.343 0-.69-.024-1.031-.074a.5.5 0 0 1-.406-.37L.162 9.512A3.6 3.6 0 0 1 0 8.63a.5.5 0 0 1 .493-.559l.31-3.891a.5.5 0 0 1 .566-.442z'/%3E%3C/svg%3E");
}

.nav-item[b-pu8xieoj7o] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-pu8xieoj7o] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-pu8xieoj7o] {
        padding-bottom: 1rem;
    }

    .nav-item[b-pu8xieoj7o]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-pu8xieoj7o]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-pu8xieoj7o]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-pu8xieoj7o] {
        display: none;
    }

    .collapse[b-pu8xieoj7o] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-pu8xieoj7o] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/DuelDialDemo.razor.rz.scp.css */
/* DuelDial Device Simulation Styles - LED Screen Aesthetic */

.dueldial-demo[b-fqdzt0m4y7] {
    min-height: 100vh;
    background: #0a0a0f;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    gap: 32px;
    font-family: 'Orbitron', 'Rajdhani', monospace;
    position: relative;
    overflow: hidden;
}

/* ===== SIMULATION HERO CARD ===== */
.simulation-hero-card[b-fqdzt0m4y7] {
    position: relative;
    max-width: 820px;
    width: 100%;
    background: linear-gradient(135deg, rgba(0, 20, 40, 0.9) 0%, rgba(0, 10, 20, 0.95) 100%);
    border: 2px solid rgba(0, 255, 255, 0.3);
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 8px 32px rgba(0, 255, 255, 0.15), 
                inset 0 0 40px rgba(0, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    z-index: 10;
}

.hero-card-badge[b-fqdzt0m4y7] {
    display: inline-block;
    background: linear-gradient(90deg, rgba(0, 255, 255, 0.2), rgba(0, 150, 255, 0.2));
    border: 1px solid rgba(0, 255, 255, 0.5);
    color: #00ffff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 6px 12px;
    border-radius: 6px;
    text-transform: uppercase;
    margin-bottom: 16px;
    text-shadow: 0 0 8px rgba(0, 255, 255, 0.6);
}

.hero-card-title[b-fqdzt0m4y7] {
    font-family: 'Orbitron', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 16px 0;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
    letter-spacing: 1px;
}

.hero-card-text[b-fqdzt0m4y7] {
    font-family: 'Rajdhani', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
    margin: 0 0 20px 0;
}

.hero-card-emphasis[b-fqdzt0m4y7] {
    color: #00ffff;
    font-weight: 600;
    text-shadow: 0 0 8px rgba(0, 255, 255, 0.4);
}

.hero-card-cta[b-fqdzt0m4y7] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    background: rgba(0, 255, 255, 0.08);
    border-left: 3px solid #00ffff;
    border-radius: 8px;
    font-family: 'Rajdhani', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
}

.hero-card-icon[b-fqdzt0m4y7] {
    font-size: 24px;
    filter: drop-shadow(0 0 8px rgba(0, 255, 255, 0.4));
}

/* ===== HERO HINT CARDS ===== */
.hero-hints[b-fqdzt0m4y7] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 255, 255, 0.1);
}

.hero-hint[b-fqdzt0m4y7] {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 10px 14px;
    background: rgba(0, 255, 255, 0.04);
    border-radius: 8px;
    border: 1px solid rgba(0, 255, 255, 0.08);
    transition: border-color 0.2s ease, background 0.2s ease;
}

.hero-hint:hover[b-fqdzt0m4y7] {
    border-color: rgba(0, 255, 255, 0.2);
    background: rgba(0, 255, 255, 0.07);
}

.hero-hint-icon[b-fqdzt0m4y7] {
    font-size: 20px;
    flex-shrink: 0;
    margin-top: 1px;
    filter: drop-shadow(0 0 6px rgba(0, 255, 255, 0.3));
}

.hero-hint-text[b-fqdzt0m4y7] {
    font-family: 'Rajdhani', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.65);
}

.hero-hint-text strong[b-fqdzt0m4y7] {
    display: block;
    font-family: 'Orbitron', sans-serif;
    font-size: 11px;
    font-weight: 600;
    color: rgba(0, 255, 255, 0.7);
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 2px;
}

/* ===== SIMULATION DEVICE VIEW ===== */
.demo-device.simulation-mode[b-fqdzt0m4y7] {
    position: relative;
    max-width: 820px;
    width: 100%;
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
}

.simulation-background[b-fqdzt0m4y7] {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

/* Pressed-buttons image: sits exactly on top of the normal image, hidden by default */
/* When a button is pressed, a clip-path circle reveals only the pressed button region */
.simulation-pressed[b-fqdzt0m4y7] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    border-radius: 8px;
    opacity: 0;
    pointer-events: none;
    z-index: 1;
    transition: opacity 0.05s ease;
}

/* Reveal the pressed image clipped to each button's region */
.simulation-pressed.show-btn-0[b-fqdzt0m4y7] {
    opacity: 1;
    clip-path: circle(5% at 36% 74%);
}

.simulation-pressed.show-btn-1[b-fqdzt0m4y7] {
    opacity: 1;
    clip-path: circle(5% at 49% 74%);
}

.simulation-pressed.show-btn-2[b-fqdzt0m4y7] {
    opacity: 1;
    clip-path: circle(5% at 58.5% 74%);
}

/* ===== LCD SCREEN CONTAINERS ===== */
/* All positions use center-point coordinates with translate(-50%, -50%) */
/* Sizes use percentage of image width so they scale with the container */
.lcd-screen[b-fqdzt0m4y7] {
    position: absolute;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

/* Position each player's LCD screen centered on the round screen in simulation.jpg */
/* Photo layout: White(top-left), Green(top-center), Red(top-right), Black(bottom-center) */
/* Mapped to: Slot0=Gray(top-left), Slot1=Black(bottom), Slot2=Blue(top-center), Slot3=White(top-right) */

/* Slot 0: Gray - Top left (white device in photo) */
.lcd-screen-0[b-fqdzt0m4y7] {
    top: 18.5%;
    left: 21.3%;
    width: 17%;
    aspect-ratio: .95;
}

/* Slot 1: Black - Bottom center (large black device in photo) */
.lcd-screen-1[b-fqdzt0m4y7] {
    top: 54%;
    left: 50%;
    width: 24%;
    aspect-ratio: 1;
}

/* Slot 2: Blue - Top center (green device in photo) */
.lcd-screen-2[b-fqdzt0m4y7] {
    top: 18.5%;
    left: 50%;
    width: 16%;
    aspect-ratio: .95;
}

/* Slot 3: White - Top right (red device in photo) */
.lcd-screen-3[b-fqdzt0m4y7] {
    top: 18.5%;
    left: 79.5%;
    width: 15%;
    aspect-ratio: .95;
}

/* ===== LCD VIEWPORT: circular clip mask ===== */
.lcd-viewport[b-fqdzt0m4y7] {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    pointer-events: none;
}

/* ===== LCD CONTENT: rendered at fixed 280px, scaled by JS to fit container ===== */
.lcd-content[b-fqdzt0m4y7] {
    width: 280px;
    height: 280px;
    background: radial-gradient(circle, rgba(0, 18, 8, 0.97) 0%, rgba(0, 6, 3, 0.99) 100%);
    display: flex;
    flex-direction: column;
    font-family: 'Orbitron', 'Share Tech Mono', monospace;
    padding: 22px 28px 10px;
    box-sizing: border-box;
    transform-origin: top left;
    /* transform: scale() is set dynamically by DuelDialLcd.scaleScreens() */
}

/* ===== HERO SECTION (top portion) ===== */
.lcd-hero[b-fqdzt0m4y7] {
    flex: 0 0 auto;
    text-align: center;
    padding-bottom: 6px;
    border-bottom: 1px solid rgba(0, 255, 0, 0.12);
}

.lcd-hero-row[b-fqdzt0m4y7] {
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 6px;
}

.lcd-life-main[b-fqdzt0m4y7] {
    font-size: 64px;
    font-family: 'DSEG7-Modern', 'Orbitron', monospace;
    font-weight: bold;
    color: #00ff00;
    text-shadow: 0 0 15px rgba(0, 255, 0, 0.7), 0 0 30px rgba(0, 255, 0, 0.3);
    line-height: 1;
    letter-spacing: -3px;
    animation: lcd-glow-b-fqdzt0m4y7 3s ease-in-out infinite;
    transition: color 0.15s ease, text-shadow 0.15s ease;
}

.lcd-life-main.life-increase[b-fqdzt0m4y7] {
    color: #00ffff;
    text-shadow: 0 0 20px rgba(0, 255, 255, 1), 0 0 40px rgba(0, 255, 255, 0.6);
    animation: none;
}

.lcd-life-main.life-decrease[b-fqdzt0m4y7] {
    color: #ff0000;
    text-shadow: 0 0 20px rgba(255, 0, 0, 1), 0 0 40px rgba(255, 0, 0, 0.6);
    animation: none;
}

@keyframes lcd-glow-b-fqdzt0m4y7 {
    0%, 100% {
        text-shadow: 0 0 15px rgba(0, 255, 0, 0.7), 0 0 30px rgba(0, 255, 0, 0.3);
    }
    50% {
        text-shadow: 0 0 25px rgba(0, 255, 0, 1), 0 0 50px rgba(0, 255, 0, 0.6);
    }
}

.lcd-delta[b-fqdzt0m4y7] {
    font-size: 18px;
    font-family: 'DSEG7-Modern', 'Orbitron', monospace;
    font-weight: bold;
    min-width: 24px;
}

.lcd-delta-poison[b-fqdzt0m4y7] {
    color: #00ff00;
    text-shadow: 0 0 8px rgba(0, 255, 0, 0.6);
    text-align: right;
}

.lcd-delta-extra[b-fqdzt0m4y7] {
    color: #00cccc;
    text-shadow: 0 0 8px rgba(0, 200, 200, 0.6);
    text-align: left;
}

.lcd-player-name[b-fqdzt0m4y7] {
    font-size: 16px;
    color: #00ff00;
    letter-spacing: 3px;
    margin: 2px 0;
    text-shadow: 0 0 6px rgba(0, 255, 0, 0.4);
}

.lcd-labels[b-fqdzt0m4y7] {
    display: flex;
    justify-content: space-between;
    font-size: 10px;
    color: rgba(0, 255, 0, 0.45);
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 0 16px;
    margin-top: 2px;
}

/* ===== OPPONENT ROWS ===== */
.lcd-opponents[b-fqdzt0m4y7] {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    gap: 3px;
    margin-top: 6px;
}

.lcd-opp-row[b-fqdzt0m4y7] {
    display: grid;
    grid-template-columns: 42px 1fr 32px;
    align-items: center;
    gap: 6px;
    padding: 5px 6px;
    background: rgba(0, 20, 8, 0.6);
    border-radius: 3px;
}

.lcd-opp-life[b-fqdzt0m4y7] {
    font-size: 22px;
    font-family: 'DSEG7-Modern', 'Orbitron', monospace;
    font-weight: bold;
    color: #cccc44;
    text-align: center;
    text-shadow: 0 0 6px rgba(200, 200, 60, 0.4);
    letter-spacing: -1px;
}

.lcd-opp-center[b-fqdzt0m4y7] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}

.lcd-opp-name-row[b-fqdzt0m4y7] {
    display: flex;
    align-items: baseline;
    gap: 4px;
}

.lcd-opp-name[b-fqdzt0m4y7] {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
}

.lcd-opp-dealt[b-fqdzt0m4y7] {
    font-size: 10px;
    font-family: 'DSEG7-Modern', 'Orbitron', monospace;
    color: #00ff00;
    font-weight: bold;
}

.lcd-cmdr-bar[b-fqdzt0m4y7] {
    width: 80%;
    height: 3px;
    background: rgba(0, 80, 200, 0.25);
    border-radius: 2px;
    overflow: hidden;
}

.lcd-cmdr-fill[b-fqdzt0m4y7] {
    height: 100%;
    background: #0088ff;
    transition: width 0.3s ease;
    border-radius: 2px;
}

.lcd-opp-cmdr[b-fqdzt0m4y7] {
    font-size: 18px;
    font-family: 'DSEG7-Modern', 'Orbitron', monospace;
    font-weight: bold;
    color: #ff5533;
    text-align: center;
    text-shadow: 0 0 6px rgba(255, 80, 50, 0.5);
}

/* ===== DIAL RIM - Interactive ring around Black device ===== */
/* Positioned as a ring around the Black device (slot 1) LCD screen */
/* Slightly larger than lcd-screen-1 to sit on the outer metallic rim */
.dial-rim[b-fqdzt0m4y7] {
    position: absolute;
    top: 54%;
    left: 50%;
    width: 30%;
    aspect-ratio: 1;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    display: flex;
    z-index: 15;
    cursor: grab;
}

.dial-rim:active[b-fqdzt0m4y7] {
    cursor: grabbing;
}

.dial-rim-half[b-fqdzt0m4y7] {
    flex: 1;
    background: transparent;
    border: none;
    cursor: inherit;
    outline: none;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.dial-rim-half:hover[b-fqdzt0m4y7] {
    opacity: 1;
}

.dial-rim-minus[b-fqdzt0m4y7] {
    border-radius: 50% 0 0 50%;
    background: radial-gradient(circle at 20% 50%, rgba(255, 60, 60, 0.15), transparent 60%);
}

.dial-rim-plus[b-fqdzt0m4y7] {
    border-radius: 0 50% 50% 0;
    background: radial-gradient(circle at 80% 50%, rgba(60, 255, 100, 0.15), transparent 60%);
}

/* ===== DIAL HOTSPOT - Pulsing hint on the rim ===== */
.dial-hotspot[b-fqdzt0m4y7] {
    position: absolute;
    right: -2%;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 16;
}

.dial-hotspot-ping[b-fqdzt0m4y7] {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1.5px solid rgba(0, 255, 255, 0.6);
    transform: translate(-50%, -50%);
    animation: hotspotPing-b-fqdzt0m4y7 2.5s ease-out infinite;
}

.dial-hotspot-dot[b-fqdzt0m4y7] {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #00ffff;
    animation: hotspotDot-b-fqdzt0m4y7 2s ease-in-out infinite;
}

.dial-hotspot-label[b-fqdzt0m4y7] {
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
    white-space: nowrap;
    font-family: 'Orbitron', sans-serif;
    font-size: 11px;
    font-weight: 600;
    color: #00ffff;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-shadow: 0 0 8px rgba(0, 255, 255, 0.6);
    animation: hotspotDot-b-fqdzt0m4y7 2s ease-in-out infinite;
}

@keyframes hotspotPing-b-fqdzt0m4y7 {
    0% { transform: translate(-50%, -50%) scale(1); opacity: 0.9; box-shadow: 0 0 6px #00ffff, 0 0 12px #00ffff; }
    70% { transform: translate(-50%, -50%) scale(2.2); opacity: 0; box-shadow: 0 0 20px #00ffff, 0 0 40px rgba(0, 119, 255, 0.4); }
    100% { transform: translate(-50%, -50%) scale(2.2); opacity: 0; }
}

@keyframes hotspotDot-b-fqdzt0m4y7 {
    0%, 100% { box-shadow: 0 0 6px #00ffff, 0 0 12px rgba(0, 255, 255, 0.4); }
    50% { box-shadow: 0 0 10px #00ffff, 0 0 20px rgba(0, 255, 255, 0.6), 0 0 30px rgba(0, 119, 255, 0.3); }
}

/* ===== RGB LED PANEL ===== */
/* 8 LEDs behind the translucent acrylic button panel on the Black device */
.led-panel[b-fqdzt0m4y7] {
    position: absolute;
    top: 82.5%;
    left: 33%;
    width: 34%;
    height: 2.5%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    z-index: 2;
    pointer-events: none;
    filter: blur(6px);
    opacity: 0.85;
}

.led-dot[b-fqdzt0m4y7] {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    transition: background 0.1s ease, box-shadow 0.1s ease;
}

/* ===== LED REFLECTION ON TABLE ===== */
/* Simulates the LED glow bouncing off the glossy black table surface below the device */
.led-panel-reflection[b-fqdzt0m4y7] {
    position: absolute;
    top: 91.5%;
    left: 30%;
    width: 40%;
    height: 4%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    z-index: 1;
    pointer-events: none;
    filter: blur(14px);
    opacity: 0.35;
    transform: scaleY(-1);
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent);
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent);
}

.led-dot-reflection[b-fqdzt0m4y7] {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    transition: background 0.1s ease, box-shadow 0.1s ease;
}

/* ===== COIN FLIP LCD TAKEOVER ===== */
/* Replaces the scoreboard on all 4 screens during coin flip */
.lcd-coinflip-screen[b-fqdzt0m4y7] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.lcd-coinflip-label[b-fqdzt0m4y7] {
    font-family: 'Orbitron', sans-serif;
    font-size: 18px;
    color: rgba(0, 255, 0, 0.5);
    letter-spacing: 4px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.lcd-coinflip-who[b-fqdzt0m4y7] {
    font-family: 'Orbitron', sans-serif;
    font-size: 14px;
    color: rgba(0, 255, 0, 0.6);
    letter-spacing: 2px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.lcd-coinflip-result[b-fqdzt0m4y7] {
    font-family: 'Orbitron', sans-serif;
    font-size: 42px;
    font-weight: 900;
    letter-spacing: 4px;
    line-height: 1;
    transition: color 0.15s ease, text-shadow 0.15s ease;
}

/* During flipping: rapid color alternation */
.lcd-coinflip-result.flipping.heads[b-fqdzt0m4y7] {
    color: #00ff44;
    text-shadow: 0 0 20px rgba(0, 255, 68, 0.8), 0 0 40px rgba(0, 255, 68, 0.4);
}

.lcd-coinflip-result.flipping.tails[b-fqdzt0m4y7] {
    color: #ff2222;
    text-shadow: 0 0 20px rgba(255, 34, 34, 0.8), 0 0 40px rgba(255, 34, 34, 0.4);
}

/* Settled: winning result with strong glow */
.lcd-coinflip-result.settled.heads[b-fqdzt0m4y7] {
    color: #00ff44;
    text-shadow: 0 0 25px rgba(0, 255, 68, 1), 0 0 50px rgba(0, 255, 68, 0.6), 0 0 80px rgba(0, 255, 68, 0.3);
    animation: coinSettledPulse-b-fqdzt0m4y7 1.5s ease-in-out infinite;
}

.lcd-coinflip-result.settled.tails[b-fqdzt0m4y7] {
    color: #ff2222;
    text-shadow: 0 0 25px rgba(255, 34, 34, 1), 0 0 50px rgba(255, 34, 34, 0.6), 0 0 80px rgba(255, 34, 34, 0.3);
    animation: coinSettledPulse-b-fqdzt0m4y7 1.5s ease-in-out infinite;
}

@keyframes coinSettledPulse-b-fqdzt0m4y7 {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.8; }
}

/* ===== D20 ROLL LCD TAKEOVER ===== */
/* Replaces the scoreboard on all 4 screens during D20 roll */
.lcd-d20roll-screen[b-fqdzt0m4y7] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.lcd-d20roll-label[b-fqdzt0m4y7] {
    font-family: 'Orbitron', sans-serif;
    font-size: 18px;
    color: rgba(0, 255, 0, 0.5);
    letter-spacing: 4px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.lcd-d20roll-who[b-fqdzt0m4y7] {
    font-family: 'Orbitron', sans-serif;
    font-size: 14px;
    color: rgba(0, 255, 0, 0.6);
    letter-spacing: 2px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.lcd-d20roll-result[b-fqdzt0m4y7] {
    font-family: 'DSEG7-Modern', 'Orbitron', monospace;
    font-size: 72px;
    font-weight: 900;
    letter-spacing: 2px;
    line-height: 1;
    transition: color 0.15s ease, text-shadow 0.15s ease;
}

/* During rolling: rapid color changes with rainbow effect */
.lcd-d20roll-result.rolling[b-fqdzt0m4y7] {
    color: #00ff00;
    text-shadow: 0 0 20px rgba(0, 255, 0, 0.8), 0 0 40px rgba(0, 255, 0, 0.4);
    animation: d20RollPulse-b-fqdzt0m4y7 0.15s ease-in-out infinite;
}

/* Settled: winning result with strong green glow */
.lcd-d20roll-result.settled[b-fqdzt0m4y7] {
    color: #00ff44;
    text-shadow: 0 0 25px rgba(0, 255, 68, 1), 0 0 50px rgba(0, 255, 68, 0.6), 0 0 80px rgba(0, 255, 68, 0.3);
    animation: d20SettledPulse-b-fqdzt0m4y7 1.5s ease-in-out infinite;
}

@keyframes d20RollPulse-b-fqdzt0m4y7 {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

@keyframes d20SettledPulse-b-fqdzt0m4y7 {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.85; }
}

/* ===== RANDOM PLAYER LCD TAKEOVER ===== */
/* Replaces the scoreboard on all 4 screens during random player selection */
.lcd-randomplayer-screen[b-fqdzt0m4y7] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.lcd-randomplayer-label[b-fqdzt0m4y7] {
    font-family: 'Orbitron', sans-serif;
    font-size: 16px;
    color: rgba(0, 255, 0, 0.5);
    letter-spacing: 3px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.lcd-randomplayer-who[b-fqdzt0m4y7] {
    font-family: 'Orbitron', sans-serif;
    font-size: 13px;
    color: rgba(0, 255, 0, 0.6);
    letter-spacing: 2px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.lcd-randomplayer-result[b-fqdzt0m4y7] {
    font-family: 'Orbitron', sans-serif;
    font-size: 38px;
    font-weight: 900;
    letter-spacing: 3px;
    line-height: 1.2;
    transition: color 0.15s ease, text-shadow 0.15s ease;
}

/* During selecting: rapid color changes with cyan pulse */
.lcd-randomplayer-result.selecting[b-fqdzt0m4y7] {
    color: #00ffff;
    text-shadow: 0 0 20px rgba(0, 255, 255, 0.8), 0 0 40px rgba(0, 255, 255, 0.4);
    animation: randomPlayerSelectPulse-b-fqdzt0m4y7 0.15s ease-in-out infinite;
}

/* Settled: winning result with strong cyan glow */
.lcd-randomplayer-result.settled[b-fqdzt0m4y7] {
    color: #00ffff;
    text-shadow: 0 0 25px rgba(0, 255, 255, 1), 0 0 50px rgba(0, 255, 255, 0.6), 0 0 80px rgba(0, 255, 255, 0.3);
    animation: randomPlayerSettledPulse-b-fqdzt0m4y7 1.5s ease-in-out infinite;
}

@keyframes randomPlayerSelectPulse-b-fqdzt0m4y7 {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

@keyframes randomPlayerSettledPulse-b-fqdzt0m4y7 {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.85; }
}

/* ===== ACTION RESULT OVERLAY ===== */
.action-overlay[b-fqdzt0m4y7] {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 30;
    pointer-events: none;
    animation: action-fade-in-b-fqdzt0m4y7 0.2s ease;
}

.action-result-card[b-fqdzt0m4y7] {
    background: rgba(0, 0, 0, 0.92);
    border: 2px solid rgba(0, 255, 0, 0.5);
    border-radius: 16px;
    padding: 32px 48px;
    text-align: center;
    box-shadow: 0 0 40px rgba(0, 255, 0, 0.3), inset 0 0 30px rgba(0, 255, 0, 0.05);
    animation: action-pulse-b-fqdzt0m4y7 0.5s ease;
}

.action-label[b-fqdzt0m4y7] {
    font-family: 'Orbitron', sans-serif;
    font-size: 14px;
    color: rgba(0, 255, 0, 0.6);
    letter-spacing: 3px;
    margin-bottom: 8px;
}

.action-value[b-fqdzt0m4y7] {
    font-family: 'DSEG7-Modern', 'Orbitron', monospace;
    font-size: 56px;
    font-weight: bold;
    line-height: 1.2;
    text-shadow: 0 0 20px currentColor;
}

.action-value.action-coin[b-fqdzt0m4y7] {
    color: #ffdd00;
    text-shadow: 0 0 20px rgba(255, 221, 0, 0.7);
    font-family: 'Orbitron', sans-serif;
    font-size: 48px;
}

.action-value.action-d20[b-fqdzt0m4y7] {
    color: #00ff00;
    text-shadow: 0 0 25px rgba(0, 255, 0, 0.8);
}

.action-value.action-player[b-fqdzt0m4y7] {
    color: #00ffff;
    text-shadow: 0 0 20px rgba(0, 255, 255, 0.7);
    font-family: 'Orbitron', sans-serif;
    font-size: 36px;
    letter-spacing: 2px;
}

.action-initiator[b-fqdzt0m4y7] {
    font-family: 'Orbitron', sans-serif;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.4);
    margin-top: 12px;
    letter-spacing: 1px;
}

@keyframes action-fade-in-b-fqdzt0m4y7 {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes action-pulse-b-fqdzt0m4y7 {
    0% { transform: scale(0.8); opacity: 0; }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); opacity: 1; }
}

/* ===== DEVICE BUTTON HOTSPOTS ===== */
/* Invisible clickable areas positioned over the 3 physical buttons on the Black device */
/* Button positions estimated from simulation.jpg: bottom area of Black device */
.device-btn-hotspot[b-fqdzt0m4y7] {
    position: absolute;
    width: 7%;
    aspect-ratio: 1;
    border-radius: 50%;
    border: none;
    background: transparent;
    cursor: pointer;
    z-index: 18;
    transform: translate(-50%, -50%);
    transition: box-shadow 0.15s ease;
    outline: none;
    padding: 0;
}

.device-btn-hotspot:hover[b-fqdzt0m4y7] {
    box-shadow: 0 0 12px rgba(0, 255, 255, 0.3);
}

.device-btn-hotspot:active[b-fqdzt0m4y7],
.device-btn-hotspot.pressed[b-fqdzt0m4y7] {
    box-shadow: 0 0 20px rgba(0, 255, 255, 0.5);
}

/* Left button: Coin Flip */
.device-btn-left[b-fqdzt0m4y7] {
    top: 74%;
    left: 38%;
}

/* Center button: D20 Roll */
.device-btn-center[b-fqdzt0m4y7] {
    top: 74%;
    left: 50.5%;
}

/* Right button: Random Player */
.device-btn-right[b-fqdzt0m4y7] {
    top: 74%;
    left: 62.5%;
}

/* Hotspot pulsing indicators on buttons (same style as dial hotspot) */
.btn-hotspot-ping[b-fqdzt0m4y7] {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1.5px solid rgba(0, 255, 255, 0.5);
    transform: translate(-50%, -50%);
    animation: hotspotPing-b-fqdzt0m4y7 2.5s ease-out infinite;
    pointer-events: none;
}

.btn-hotspot-dot[b-fqdzt0m4y7] {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #00ffff;
    animation: hotspotDot-b-fqdzt0m4y7 2s ease-in-out infinite;
    pointer-events: none;
}

/* Stagger the button hotspot animations so they don't all pulse in unison */
.device-btn-center .btn-hotspot-ping[b-fqdzt0m4y7] { animation-delay: 0.4s; }
.device-btn-center .btn-hotspot-dot[b-fqdzt0m4y7]  { animation-delay: 0.4s; }
.device-btn-right .btn-hotspot-ping[b-fqdzt0m4y7]  { animation-delay: 0.8s; }
.device-btn-right .btn-hotspot-dot[b-fqdzt0m4y7]   { animation-delay: 0.8s; }

/* ===== RESPONSIVE ===== */
/* LCD screens use percentage positioning and JS-based scaling, so they */
/* automatically adapt to any viewport size. Only non-LCD elements need overrides. */

/* HD screens: side-by-side layout with hero card on left, simulator on right */
@media (min-width: 1280px) {
    .dueldial-demo[b-fqdzt0m4y7] {
        flex-direction: row;
        align-items: flex-start;
        justify-content: center;
        padding: 40px;
        gap: 40px;
    }

    .simulation-hero-card[b-fqdzt0m4y7] {
        flex: 0 0 360px;
        max-width: 360px;
        position: sticky;
        top: 100px;
        align-self: flex-start;
    }

    .demo-device.simulation-mode[b-fqdzt0m4y7] {
        flex: 1;
        max-width: 820px;
    }
}

/* Extra-wide screens: give more room to both panels */
@media (min-width: 1600px) {
    .dueldial-demo[b-fqdzt0m4y7] {
        gap: 60px;
        padding: 40px 60px;
    }

    .simulation-hero-card[b-fqdzt0m4y7] {
        flex: 0 0 400px;
        max-width: 400px;
    }
}

@media (max-width: 600px) {
    .simulation-hero-card[b-fqdzt0m4y7] {
        padding: 20px;
    }

    .hero-card-title[b-fqdzt0m4y7] {
        font-size: 22px;
    }

    .hero-card-text[b-fqdzt0m4y7] {
        font-size: 14px;
    }

    .hero-card-cta[b-fqdzt0m4y7] {
        font-size: 13px;
    }

    .hero-hint-text[b-fqdzt0m4y7] {
        font-size: 13px;
    }

    .hero-hint-icon[b-fqdzt0m4y7] {
        font-size: 18px;
    }

    .action-result-card[b-fqdzt0m4y7] {
        padding: 16px 24px;
    }

    .action-value[b-fqdzt0m4y7] {
        font-size: 32px;
    }

    .action-value.action-coin[b-fqdzt0m4y7] {
        font-size: 28px;
    }

    .action-value.action-player[b-fqdzt0m4y7] {
        font-size: 22px;
    }

    .dial-hotspot-label[b-fqdzt0m4y7] {
        font-size: 8px;
    }
}
