/* _content/TagTheMap/Components/Layout/MainLayout.razor.rz.scp.css */
/* _content/TagTheMap/Components/Layout/NavMenu.razor.rz.scp.css */
/* _content/TagTheMap/Components/Map.razor.rz.scp.css */
/* _content/TagTheMap/Components/Pages/Admin.razor.rz.scp.css */

/* Enhanced Stats Cards */
.stats-card[b-cb8kfni52u] {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    padding: 2rem;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    min-height: 120px;
}

    .stats-card[b-cb8kfni52u]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: var(--accent-gradient);
        transition: height 0.3s ease;
    }

    .stats-card:hover[b-cb8kfni52u] {
        transform: translateY(-8px);
        box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    }

        .stats-card:hover[b-cb8kfni52u]::before {
            height: 8px;
        }

.stats-icon[b-cb8kfni52u] {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-shrink: 0;
    color: white;
    font-size: 1.75rem;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.stats-card:hover .stats-icon[b-cb8kfni52u] {
    transform: scale(1.1);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.25);
}

.stats-icon.bg-primary[b-cb8kfni52u] {
    background: linear-gradient(135deg, #4F46E5 0%, #6366F1 100%);
    --accent-gradient: linear-gradient(135deg, #4F46E5 0%, #6366F1 100%);
}

.stats-icon.bg-success[b-cb8kfni52u] {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    --accent-gradient: linear-gradient(135deg, #10b981 0%, #059669 100%);
}

.stats-icon.bg-info[b-cb8kfni52u] {
    background: linear-gradient(135deg, #06b6d4 0%, #0891b2 100%);
    --accent-gradient: linear-gradient(135deg, #06b6d4 0%, #0891b2 100%);
}

.stats-icon.bg-warning[b-cb8kfni52u] {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    --accent-gradient: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
}

.stats-content[b-cb8kfni52u] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.stats-number[b-cb8kfni52u] {
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1;
    color: #1f2937;
    margin: 0;
    background: linear-gradient(135deg, #1f2937 0%, #374151 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.stats-label[b-cb8kfni52u] {
    font-size: 0.95rem;
    font-weight: 600;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0;
    line-height: 1.2;
}


.empty-state[b-cb8kfni52u] {
    text-align: center;
    padding: 4rem 2rem;
    color: #6b7280;
}

.empty-state-icon[b-cb8kfni52u] {
    font-size: 4rem;
    color: #d1d5db;
    margin-bottom: 1rem;
}

.empty-state h3[b-cb8kfni52u] {
    color: #374151;
    margin-bottom: 0.5rem;
}
/* _content/TagTheMap/Components/Pages/HostSession.razor.rz.scp.css */
.stats-card[b-614wpegi41] {
    padding: 1.5rem;
    border-radius: 0.5rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    transition: transform 0.2s ease-in-out;
}

    .stats-card:hover[b-614wpegi41] {
        transform: translateY(-2px);
    }

.stats-icon[b-614wpegi41] {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.stats-number[b-614wpegi41] {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 0.5rem;
}

.stats-label[b-614wpegi41] {
    font-size: 0.9rem;
    opacity: 0.9;
    margin: 0;
}

.session-code[b-614wpegi41] {
    font-family: monospace;
    font-weight: bold;
    font-size: 1.1rem;
}

.session-date[b-614wpegi41] {
    line-height: 1.2;
}

.status-badge[b-614wpegi41] {
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    font-size: 0.75rem;
    font-weight: 500;
}

.status-active[b-614wpegi41] {
    background-color: #d1ecf1;
    color: #0c5460;
}

.status-closed[b-614wpegi41] {
    background-color: #fff3cd;
    color: #856404;
}

.btn-group-sm .btn[b-614wpegi41] {
    padding: 0.25rem 0.5rem;
}
/* _content/TagTheMap/Components/Pages/Session.razor.rz.scp.css */
/* Session page styles */
.session-container[b-wk75m3q6jb] {
    display: flex;
    height: 100vh;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    position: relative;
}

.map-container[b-wk75m3q6jb] {
    flex: 1;
    position: relative;
    width: 100%;
    height: 100%;
}

/* Option 1: Floating Panel - Overlays in top-right corner */
.participants-list.floating-panel[b-wk75m3q6jb] {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 300px;
    max-width: calc(100vw - 60px);
    max-height: calc(100vh - 120px);
    background: rgba(255,255,255,0.98);
    backdrop-filter: blur(20px);
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 8px 40px rgba(0,0,0,0.15);
    border: 1px solid rgba(79, 70, 229, 0.1);
    overflow-y: auto;
    z-index: 1000;
    transition: all 0.3s ease;
}

    .participants-list.floating-panel:hover[b-wk75m3q6jb] {
        box-shadow: 0 12px 50px rgba(0,0,0,0.2);
        transform: translateY(-2px);
    }

/* Option 2: Collapsible Sidebar - Can be toggled */
.participants-list.collapsible-sidebar[b-wk75m3q6jb] {
    position: absolute;
    top: 0;
    right: 0;
    width: 320px;
    height: 100%;
    background: rgba(255,255,255,0.98);
    backdrop-filter: blur(20px);
    border-radius: 20px 0 0 20px;
    padding: 24px;
    box-shadow: -4px 0 30px rgba(0,0,0,0.1);
    border-left: 1px solid rgba(79, 70, 229, 0.1);
    overflow-y: auto;
    z-index: 1000;
    transform: translateX(0);
    transition: transform 0.3s ease;
}

    .participants-list.collapsible-sidebar.collapsed[b-wk75m3q6jb] {
        transform: translateX(100%);
    }

.sidebar-toggle[b-wk75m3q6jb] {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(255,255,255,0.98);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(79, 70, 229, 0.1);
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1001;
    transition: all 0.3s ease;
    color: #4F46E5;
}

    .sidebar-toggle:hover[b-wk75m3q6jb] {
        background: rgba(79, 70, 229, 0.1);
        transform: scale(1.05);
    }

/* Option 3: Bottom Sheet - Mobile-friendly overlay */
.participants-list.bottom-sheet[b-wk75m3q6jb] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-height: 40vh;
    background: rgba(255,255,255,0.98);
    backdrop-filter: blur(20px);
    border-radius: 20px 20px 0 0;
    padding: 20px;
    box-shadow: 0 -4px 30px rgba(0,0,0,0.1);
    border-top: 1px solid rgba(79, 70, 229, 0.1);
    overflow-y: auto;
    z-index: 1000;
    transform: translateY(0);
    transition: transform 0.3s ease;
}

    .participants-list.bottom-sheet.collapsed[b-wk75m3q6jb] {
        transform: translateY(calc(100% - 60px));
    }

.bottom-sheet-handle[b-wk75m3q6jb] {
    width: 40px;
    height: 4px;
    background: rgba(79, 70, 229, 0.3);
    border-radius: 2px;
    margin: 0 auto 16px;
    cursor: pointer;
}

/* Option 4: Mini Panel - Compact floating version */
.participants-list.mini-panel[b-wk75m3q6jb] {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 200px;
    background: rgba(255,255,255,0.98);
    backdrop-filter: blur(20px);
    border-radius: 12px;
    padding: 16px;
    box-shadow: 0 4px 25px rgba(0,0,0,0.12);
    border: 1px solid rgba(79, 70, 229, 0.1);
    z-index: 1000;
    max-height: 60vh;
    overflow-y: auto;
}

.mini-panel .participant-item[b-wk75m3q6jb] {
    padding: 8px 0;
}

.mini-panel .participant-color[b-wk75m3q6jb] {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.mini-panel .participant-name[b-wk75m3q6jb] {
    font-size: 0.85rem;
}

.mini-panel h4[b-wk75m3q6jb] {
    font-size: 0.9rem;
    margin-bottom: 12px;
}

/* Default participants list - keeps current sidebar behavior */
.participants-list[b-wk75m3q6jb] {
    width: 320px;
    background: rgba(255,255,255,0.98);
    backdrop-filter: blur(20px);
    border-radius: 0 0 0 20px;
    padding: 24px;
    box-shadow: -4px 0 30px rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(79, 70, 229, 0.1);
    overflow-y: auto;
    max-height: 100vh;
    position: relative;
    z-index: 10;
}

    .participants-list h4[b-wk75m3q6jb] {
        color: #4F46E5;
        font-weight: 600;
        margin-bottom: 20px;
        font-size: 1.1rem;
    }

.participant-item[b-wk75m3q6jb] {
    display: flex;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    transition: all 0.2s ease;
    gap: 12px;
}

    .participant-item:last-child[b-wk75m3q6jb] {
        border-bottom: none;
    }

    .participant-item:hover[b-wk75m3q6jb] {
        background: rgba(79, 70, 229, 0.05);
        margin: 0 -12px;
        padding: 12px;
        border-radius: 8px;
    }

.participant-color[b-wk75m3q6jb] {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right: 12px;
    border: 2px solid #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    flex-shrink: 0;
}

.participant-name[b-wk75m3q6jb] {
    font-weight: 500;
    color: #374151;
    font-size: 0.95rem;
    line-height: 1.2;
}

/* Current user styling */
.participant-item.current-user[b-wk75m3q6jb] {
    background: rgba(79, 70, 229, 0.08);
    margin: 0 -12px;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid rgba(79, 70, 229, 0.15);
}

    .participant-item.current-user .participant-name[b-wk75m3q6jb] {
        color: #4F46E5;
        font-weight: 600;
    }

    .participant-item.current-user .participant-color[b-wk75m3q6jb] {
        border: 2px solid #4F46E5;
        box-shadow: 0 2px 8px rgba(79, 70, 229, 0.25);
    }

/* Mobile-first responsive design */
@media (max-width: 768px) {
    .session-container[b-wk75m3q6jb] {
        flex-direction: column;
        height: 100vh;
    }

    /* For mobile, floating panel stays in top-right */
    .participants-list.floating-panel[b-wk75m3q6jb] {
        position: absolute;
        top: 20px;
        right: 20px;
        bottom: auto;
        left: auto;
        width: 240px;
        max-width: calc(100vw - 40px);
        max-height: 50vh;
        border-radius: 16px;
    }

    /* Collapsible sidebar takes full width on mobile */
    .participants-list.collapsible-sidebar[b-wk75m3q6jb] {
        width: 100%;
        border-radius: 20px 20px 0 0;
        transform: translateY(100%);
    }

        .participants-list.collapsible-sidebar.collapsed[b-wk75m3q6jb] {
            transform: translateY(calc(100% - 60px));
        }

    .sidebar-toggle[b-wk75m3q6jb] {
        top: auto;
        bottom: 30px;
        right: 30px;
    }

    /* Bottom sheet is ideal for mobile */
    .participants-list.bottom-sheet[b-wk75m3q6jb] {
        max-height: 50vh;
    }

    /* Mini panel adjustments */
    .participants-list.mini-panel[b-wk75m3q6jb] {
        width: 160px;
        padding: 12px;
        top: 20px;
        right: 20px;
    }

    .map-container[b-wk75m3q6jb] {
        flex: 1;
        height: 100vh;
    }

    /* Default sidebar behavior on mobile */
    .participants-list:not(.floating-panel):not(.collapsible-sidebar):not(.bottom-sheet):not(.mini-panel)[b-wk75m3q6jb] {
        width: 100%;
        height: 200px;
        max-height: 200px;
        border-radius: 20px 20px 0 0;
        margin: 0;
        padding: 16px 20px;
        position: relative;
        flex-shrink: 0;
    }
}

/* Animation for panel transitions */
@keyframes slideInRight-b-wk75m3q6jb {
    from {
        opacity: 0;
        transform: translateX(20px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInUp-b-wk75m3q6jb {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.participants-list.floating-panel[b-wk75m3q6jb] {
    animation: slideInRight-b-wk75m3q6jb 0.3s ease-out;
}

.participants-list.bottom-sheet[b-wk75m3q6jb] {
    animation: slideInUp-b-wk75m3q6jb 0.3s ease-out;
}

/* Add draggable handle visual cue */
.participants-list.floating-panel[b-wk75m3q6jb]::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 3px;
    background: rgba(79, 70, 229, 0.3);
    border-radius: 2px;
}

/* Expandable/collapsable content */
.participants-list.collapsed .participant-item:nth-child(n+4):not(.current-user)[b-wk75m3q6jb] {
    display: none;
}

.participants-list.collapsed .participant-item.current-user[b-wk75m3q6jb] {
    display: flex !important;
}

/* Map controls overlay */
.map-controls[b-wk75m3q6jb] {
    position: absolute;
    top: 10px;
    left: 50px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    z-index: 1000;
}

/* Map shortcuts overlay */
.map-shortcuts[b-wk75m3q6jb] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255,255,255,0.98);
    backdrop-filter: blur(20px);
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 12px 40px rgba(0,0,0,0.2);
    border: 1px solid rgba(0,0,0,0.1);
    z-index: 2000;
    max-width: 300px;
    width: 90%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
}

.map-shortcuts.show[b-wk75m3q6jb] {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.map-shortcuts div[b-wk75m3q6jb] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 0;
    font-size: 14px;
    color: #374151;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

.map-shortcuts div:last-child[b-wk75m3q6jb] {
    border-bottom: none;
}

.map-shortcuts kbd[b-wk75m3q6jb] {
    background: #f3f4f6;
    border: 1px solid #d1d5db;
    border-radius: 4px;
    padding: 2px 6px;
    font-size: 11px;
    font-weight: 600;
    color: #374151;
    min-width: 20px;
    text-align: center;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.control-item[b-wk75m3q6jb] {
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(10px);
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    border: 1px solid rgba(0,0,0,0.1);
}

    .control-item .btn[b-wk75m3q6jb] {
        border: none;
        background: transparent;
        border-radius: 8px;
        transition: all 0.2s ease;
    }

        .control-item .btn:hover[b-wk75m3q6jb] {
            background: rgba(79, 70, 229, 0.1);
            color: #4F46E5;
            transform: scale(1.05);
        }

/* Enhanced participant info display */
.participant-item[b-wk75m3q6jb] {
    display: flex;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    transition: all 0.2s ease;
    gap: 12px;
}

    .participant-item:last-child[b-wk75m3q6jb] {
        border-bottom: none;
    }

    .participant-item:hover[b-wk75m3q6jb] {
        background: rgba(79, 70, 229, 0.05);
        margin: 0 -12px;
        padding: 12px;
        border-radius: 8px;
    }

.participant-info[b-wk75m3q6jb] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.participant-name[b-wk75m3q6jb] {
    font-weight: 500;
    color: #374151;
    font-size: 0.95rem;
    line-height: 1.2;
}

.participant-stats[b-wk75m3q6jb] {
    display: flex;
    align-items: center;
    gap: 8px;
}

    .participant-stats small[b-wk75m3q6jb] {
        font-size: 0.8rem;
        color: #6b7280;
    }

/* Session tips */
.session-tips[b-wk75m3q6jb] {
    background: rgba(79, 70, 229, 0.02);
    border-radius: 8px;
    padding: 12px;
    margin: 0 -8px;
}

    .session-tips h6[b-wk75m3q6jb] {
        color: #4F46E5;
        font-size: 0.85rem;
        font-weight: 600;
        margin-bottom: 8px;
    }

/* Instructions modal content */
.instructions-content[b-wk75m3q6jb] {
    max-width: 500px;
    text-align: left;
}

    .instructions-content h5[b-wk75m3q6jb] {
        color: #1f2937;
        margin-bottom: 20px;
        padding-bottom: 10px;
        border-bottom: 2px solid #e5e7eb;
    }

.instruction-section[b-wk75m3q6jb] {
    margin-bottom: 20px;
}

    .instruction-section h6[b-wk75m3q6jb] {
        color: #4F46E5;
        font-size: 0.9rem;
        margin-bottom: 8px;
        font-weight: 600;
    }

    .instruction-section ul[b-wk75m3q6jb] {
        margin: 0;
        padding-left: 20px;
    }

    .instruction-section li[b-wk75m3q6jb] {
        font-size: 0.85rem;
        color: #6b7280;
        margin-bottom: 4px;
        line-height: 1.4;
    }

.keyboard-shortcuts[b-wk75m3q6jb] {
    background: rgba(79, 70, 229, 0.05);
    padding: 15px;
    border-radius: 8px;
    margin-top: 15px;
}

    .keyboard-shortcuts h6[b-wk75m3q6jb] {
        color: #4F46E5;
        margin-bottom: 12px;
    }

.shortcuts-grid[b-wk75m3q6jb] {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 8px 12px;
    align-items: center;
}

    .shortcuts-grid kbd[b-wk75m3q6jb] {
        border: 1px solid #d1d5db;
        border-radius: 4px;
        padding: 4px 8px;
        font-size: 0.75rem;
        font-weight: 600;
        min-width: 30px;
        text-align: center;
    }

    .shortcuts-grid span:nth-child(even)[b-wk75m3q6jb] {
        font-size: 0.8rem;
        color: #6b7280;
    }

/* Enhanced notification system for instructions */
.map-notification.info[b-wk75m3q6jb] {
    max-width: 600px;
    border-left: 4px solid #3b82f6;
    text-align: left;
}

    .map-notification.info .notification-content[b-wk75m3q6jb] {
        align-items: flex-start;
    }

/* Mobile responsiveness for new elements */
@media (max-width: 768px) {
    .map-controls[b-wk75m3q6jb] {
        top: 10px;
        left: 50px;
        gap: 6px;
    }

    .control-item .btn[b-wk75m3q6jb] {
        padding: 6px 8px;
        font-size: 12px;
    }

    .participant-info[b-wk75m3q6jb] {
        gap: 1px;
    }

    .participant-name[b-wk75m3q6jb] {
        font-size: 0.9rem;
    }

    .participant-stats small[b-wk75m3q6jb] {
        font-size: 0.75rem;
    }

    .session-tips[b-wk75m3q6jb] {
        padding: 10px;
        margin: 0 -6px;
    }

        .session-tips h6[b-wk75m3q6jb] {
            font-size: 0.8rem;
        }

    .tips-list li[b-wk75m3q6jb] {
        font-size: 0.75rem;
        padding-left: 14px;
    }

    .instructions-content[b-wk75m3q6jb] {
        max-width: none;
    }

    .instruction-section h6[b-wk75m3q6jb] {
        font-size: 0.85rem;
    }

    .instruction-section li[b-wk75m3q6jb] {
        font-size: 0.8rem;
    }

    .shortcuts-grid[b-wk75m3q6jb] {
        gap: 6px 10px;
    }

        .shortcuts-grid kbd[b-wk75m3q6jb] {
            padding: 3px 6px;
            font-size: 0.7rem;
            min-width: 25px;
        }

        .shortcuts-grid span:nth-child(even)[b-wk75m3q6jb] {
            font-size: 0.75rem;
        }
}

/* Enhanced mobile touch targets */
@media (max-width: 768px) {
    .participant-item[b-wk75m3q6jb] {
        min-height: 44px;
        padding: 8px 0;
    }

        .participant-item:hover[b-wk75m3q6jb] {
            padding: 8px;
        }

    .control-item .btn[b-wk75m3q6jb] {
        min-width: 36px;
        min-height: 36px;
    }
}

.btn-outline-secondary[b-wk75m3q6jb] {
    color: #6b7280;
    border: 2px solid #d1d5db;
    background: transparent;
}

.btn-outline-secondary:hover[b-wk75m3q6jb] {
    color: #374151;
    background: rgba(107, 114, 128, 0.1);
    border-color: #9ca3af;
    transform: translateY(-2px);
}

.btn-primary[b-wk75m3q6jb] {
    background: linear-gradient(135deg, #4F46E5 0%, #7C3AED 100%);
    border: none;
    color: white;
    box-shadow: 0 4px 15px rgba(79, 70, 229, 0.4);
}

.btn-primary:hover[b-wk75m3q6jb] {
    background: linear-gradient(135deg, #3730a3 0%, #6D28D9 100%);
    box-shadow: 0 8px 25px rgba(79, 70, 229, 0.5);
    transform: translateY(-2px);
}

/* Modal animations */
@keyframes modalFadeIn-b-wk75m3q6jb {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes modalSlideIn-b-wk75m3q6jb {
    from {
        opacity: 0;
        transform: translateY(30px) scale(0.9);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Mobile responsiveness for note editor modal */
@media (max-width: 768px) {
    .note-editor-content[b-wk75m3q6jb] {
        width: 95%;
        margin: 1rem;
        max-height: 90vh;
    }

    .note-editor-header[b-wk75m3q6jb] {
        padding: 1.25rem 1.5rem;
    }

    .note-editor-header h5[b-wk75m3q6jb] {
        font-size: 1.1rem;
    }

    .note-editor-body[b-wk75m3q6jb] {
        padding: 1.5rem;
    }

    .note-editor-body textarea[b-wk75m3q6jb] {
        font-size: 16px; /* Prevent zoom on iOS */
        min-height: 100px;
    }

    .note-editor-footer[b-wk75m3q6jb] {
        flex-direction: column;
        gap: 1rem;
        align-items: stretch;
    }

    .note-editor-actions[b-wk75m3q6jb] {
        justify-content: flex-end;
        flex-direction: row;
    }

    .note-editor-actions .btn[b-wk75m3q6jb] {
        flex: 1;
        text-align: center;
    }
}

/* Focus styles for accessibility */
.note-editor-modal :focus-visible[b-wk75m3q6jb] {
    outline: 2px solid #4F46E5;
    outline-offset: 2px;
}

/* Dark mode considerations (if implemented) */
@media (prefers-color-scheme: dark) {
    .control-item[b-wk75m3q6jb] {
        background: rgba(0,0,0,0.8);
        border-color: rgba(255,255,255,0.1);
    }

    .session-tips[b-wk75m3q6jb] {
        background: rgba(79, 70, 229, 0.1);
    }

    .keyboard-shortcuts[b-wk75m3q6jb] {
        background: rgba(79, 70, 229, 0.15);
    }

    .shortcuts-grid kbd[b-wk75m3q6jb] {
        background: rgba(255,255,255,0.1);
        border-color: rgba(255,255,255,0.2);
        color: #e5e7eb;
    }

    .note-editor-content[b-wk75m3q6jb] {
        background: rgba(0, 0, 0, 0.95);
        border-color: rgba(255, 255, 255, 0.1);
    }

    .note-editor-header[b-wk75m3q6jb] {
        background: linear-gradient(135deg, rgba(79, 70, 229, 0.1) 0%, rgba(124, 58, 237, 0.1) 100%);
        border-bottom-color: rgba(255, 255, 255, 0.1);
    }

    .note-editor-header h5[b-wk75m3q6jb] {
        color: #c4b5fd;
    }

    .note-editor-body textarea[b-wk75m3q6jb] {
        background: rgba(0, 0, 0, 0.8);
        border-color: rgba(255, 255, 255, 0.2);
        color: #e5e7eb;
    }

    .note-editor-body textarea:focus[b-wk75m3q6jb] {
        border-color: #4F46E5;
        background: rgba(0, 0, 0, 0.9);
    }

    .note-editor-body textarea[b-wk75m3q6jb]::placeholder {
        color: #6b7280;
    }

    .note-editor-footer[b-wk75m3q6jb] {
        border-top-color: rgba(255, 255, 255, 0.1);
    }

    .btn-outline-secondary[b-wk75m3q6jb] {
        color: #9ca3af;
        border-color: #6b7280;
    }

    .btn-outline-secondary:hover[b-wk75m3q6jb] {
        color: #e5e7eb;
        background: rgba(107, 114, 128, 0.2);
        border-color: #9ca3af;
    }
}

/* Map notifications */
.map-notification[b-wk75m3q6jb] {
    position: fixed;
    top: 30px;
    left: 50%;
    transform: translateX(-50%) translateY(-100px);
    background: rgba(255,255,255,0.98);
    backdrop-filter: blur(20px);
    border-radius: 12px;
    padding: 12px 20px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.2);
    border: 1px solid rgba(0,0,0,0.1);
    z-index: 4000;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    max-width: 400px;
    opacity: 0;
}

    .map-notification.show[b-wk75m3q6jb] {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }

    .map-notification.success[b-wk75m3q6jb] {
        border-left: 4px solid #10b981;
    }

    .map-notification.error[b-wk75m3q6jb] {
        border-left: 4px solid #ef4444;
    }

    .map-notification.info[b-wk75m3q6jb] {
        border-left: 4px solid #3b82f6;
    }

.notification-content[b-wk75m3q6jb] {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #374151;
}

.map-notification.success .notification-content i[b-wk75m3q6jb] {
    color: #10b981;
}

.map-notification.error .notification-content i[b-wk75m3q6jb] {
    color: #ef4444;
}

.map-notification.info .notification-content i[b-wk75m3q6jb] {
    color: #3b82f6;
}

/* Tag counter */
.tag-counter[b-wk75m3q6jb] {
    position: absolute;
    bottom: 30px;
    left: 30px;
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(20px);
    border-radius: 12px;
    padding: 8px 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    border: 1px solid rgba(79, 70, 229, 0.1);
    z-index: 1000;
    transition: all 0.3s ease;
    font-size: 13px;
    font-weight: 600;
}

.counter-content[b-wk75m3q6jb] {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #374151;
}

    .counter-content i[b-wk75m3q6jb] {
        color: #4F46E5;
    }

    .counter-content.warning[b-wk75m3q6jb] {
        color: #d97706;
    }

        .counter-content.warning i[b-wk75m3q6jb] {
            color: #f59e0b;
        }

    .counter-content.limit-reached[b-wk75m3q6jb] {
        color: #dc2626;
    }

        .counter-content.limit-reached i[b-wk75m3q6jb] {
            color: #ef4444;
            animation: shake-b-wk75m3q6jb 0.5s ease-in-out;
        }

.limit-message[b-wk75m3q6jb] {
    font-size: 10px;
    margin-top: 2px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

@keyframes shake-b-wk75m3q6jb {
    0%, 100% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-5px);
    }

    75% {
        transform: translateX(5px);
    }
}

/* Tag context menu */
.tag-context-menu[b-wk75m3q6jb] {
    position: absolute;
    background: rgba(255,255,255,0.98);
    backdrop-filter: blur(20px);
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.2);
    border: 1px solid rgba(0,0,0,0.1);
    z-index: 3000;
    overflow: hidden;
    min-width: 160px;
    animation: contextMenuSlideIn-b-wk75m3q6jb 0.2s ease-out;
}

.context-menu-item[b-wk75m3q6jb] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 13px;
    color: #374151;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

    .context-menu-item:last-child[b-wk75m3q6jb] {
        border-bottom: none;
    }

    .context-menu-item:hover[b-wk75m3q6jb] {
        background: rgba(79, 70, 229, 0.08);
        color: #4F46E5;
    }

    .context-menu-item i[b-wk75m3q6jb] {
        width: 14px;
        color: #6b7280;
    }

    .context-menu-item:hover i[b-wk75m3q6jb] {
        color: #4F46E5;
    }

@keyframes contextMenuSlideIn-b-wk75m3q6jb {
    from {
        opacity: 0;
        transform: scale(0.9) translateY(-10px);
    }

    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

/* Enhanced marker labels */
.marker-label[b-wk75m3q6jb] {
    z-index: 1000 !important;
}

.marker-label-content[b-wk75m3q6jb] {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
    border: 2px solid;
    min-height: 20px;
    backdrop-filter: blur(5px);
}

    .marker-label-content:hover[b-wk75m3q6jb] {
        transform: scale(1.1);
        box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    }

.marker-initials[b-wk75m3q6jb] {
    color: white;
    font-weight: 700;
    font-size: 11px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    letter-spacing: 0.5px;
}

/* Enhanced marker popups */
.marker-popup[b-wk75m3q6jb] {
    font-family: inherit;
    max-width: 200px;
}

.popup-header[b-wk75m3q6jb] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 8px 8px 0 0;
    margin: -10px -10px 8px -10px;
}

.popup-initials[b-wk75m3q6jb] {
    background: rgba(255,255,255,0.3);
    color: white;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 10px;
}

.popup-name[b-wk75m3q6jb] {
    color: white;
    font-weight: 600;
    font-size: 12px;
}

.popup-content p[b-wk75m3q6jb] {
    margin: 4px 0;
    font-size: 11px;
    color: #666;
    display: flex;
    align-items: center;
    gap: 6px;
}

.popup-content i[b-wk75m3q6jb] {
    width: 12px;
    color: #999;
}

/* Custom cursor with user initials */
.custom-cursor[b-wk75m3q6jb] {
    position: relative;
    z-index: 2000;
    pointer-events: none;
}

.cursor-container[b-wk75m3q6jb] {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    animation: cursorPulse-b-wk75m3q6jb 2s ease-in-out infinite;
}

    .cursor-container i[b-wk75m3q6jb] {
        font-size: 16px;
        margin-bottom: 2px;
    }

.cursor-label[b-wk75m3q6jb] {
    background: rgba(255,255,255,0.9);
    color: #333;
    padding: 2px 6px;
    border-radius: 10px;
    font-size: 10px;
    font-weight: 600;
    border: 1px solid rgba(0,0,0,0.2);
    min-width: 20px;
    text-align: center;
}

@keyframes cursorPulse-b-wk75m3q6jb {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.7;
        transform: scale(1.1);
    }
}
