/* /Components/ActivityTimeline.razor.rz.scp.css */
/* Activity Timeline Container */
.activity-timeline[b-uzpoe000t7] {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 2rem;
}

/* Timeline vertical line */
.timeline-line[b-uzpoe000t7] {
    position: absolute;
    left: 8px;
    top: 8px;
    bottom: 8px;
    width: 2px;
    background: rgba(255, 255, 255, 0.1);
}

/* Activity Item */
.activity-item[b-uzpoe000t7] {
    position: relative;
    margin-bottom: 1.5rem;
}

.activity-item:last-child[b-uzpoe000t7] {
    margin-bottom: 0;
}

/* Activity Marker (Circular dot) */
.activity-marker[b-uzpoe000t7] {
    position: absolute;
    left: -2rem;
    top: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 3px solid rgb(37, 41, 42);
}

/* Marker colors by activity type */
.activity-marker.game-win[b-uzpoe000t7] {
    background: linear-gradient(135deg, #a8db7e, #9ad17a);
}

.activity-marker.game-loss[b-uzpoe000t7] {
    background: linear-gradient(135deg, #ef476f, #e63c5f);
}

.activity-marker.achievement[b-uzpoe000t7] {
    background: linear-gradient(135deg, #ffd166, #ffb833);
}

.activity-marker.milestone[b-uzpoe000t7] {
    background: linear-gradient(135deg, #76a8f5, #5a8fe0);
}

.activity-marker.title[b-uzpoe000t7] {
    background: linear-gradient(135deg, #a874f5, #8e5de0);
}

.activity-marker.level-up[b-uzpoe000t7] {
    background: linear-gradient(135deg, #06d6a0, #05b586);
}

.activity-marker.rank-up[b-uzpoe000t7] {
    background: linear-gradient(135deg, #9ad17a, #7fc463);
}

.activity-marker.rank-down[b-uzpoe000t7] {
    background: linear-gradient(135deg, #ff8c6b, #ff7a58);
}

.activity-marker.neutral[b-uzpoe000t7] {
    background: rgba(255, 255, 255, 0.2);
}

/* Activity Content */
.activity-content[b-uzpoe000t7] {
    margin-left: 0.5rem;
}

.activity-title[b-uzpoe000t7] {
    color: rgba(255, 255, 255, 0.95);
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 0.25rem;
}

.activity-time[b-uzpoe000t7] {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.75rem;
    margin-bottom: 0.5rem;
}

/* Activity detail card */
.activity-details[b-uzpoe000t7] {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 8px;
    padding: 0.75rem;
}

.activity-details-text[b-uzpoe000t7] {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.85rem;
}

.activity-stats[b-uzpoe000t7] {
    color: #a8db7e;
    font-size: 0.75rem;
    margin-top: 0.25rem;
}

.activity-stats.negative[b-uzpoe000t7] {
    color: #ef476f;
}

/* Simple text display (for milestones, titles, level ups) */
.activity-text[b-uzpoe000t7] {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.85rem;
}

.activity-text .highlight-text[b-uzpoe000t7] {
    color: #a8d8e8;
    font-weight: 600;
}

/* Responsive Design */
@media (max-width: 768px) {
    .activity-timeline[b-uzpoe000t7] {
        padding-left: 1.5rem;
    }
    
    .timeline-line[b-uzpoe000t7] {
        left: 6px;
    }
    
    .activity-marker[b-uzpoe000t7] {
        width: 16px;
        height: 16px;
        left: -1.5rem;
        border-width: 2px;
    }
    
    .activity-title[b-uzpoe000t7] {
        font-size: 0.85rem;
    }
    
    .activity-time[b-uzpoe000t7] {
        font-size: 0.7rem;
    }
    
    .activity-details-text[b-uzpoe000t7] {
        font-size: 0.8rem;
    }
    
    .activity-stats[b-uzpoe000t7] {
        font-size: 0.7rem;
    }
}

/* Empty State */
.empty-state-small[b-uzpoe000t7] {
    text-align: center;
    padding: 2.5rem 1rem;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.empty-state-small .empty-state-icon[b-uzpoe000t7] {
    font-size: 2.5rem;
    margin-bottom: 0.75rem;
    opacity: 0.4;
}

.empty-state-small .empty-state-title[b-uzpoe000t7] {
    font-size: 1rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0.375rem;
}

.empty-state-small .empty-state-subtitle[b-uzpoe000t7] {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.4);
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-u8lw0rtzqo] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-u8lw0rtzqo] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar[b-15mo509yg5]  .active {
    color: #fab900 !important;
}

.navbar[b-15mo509yg5] {
    background-color: rgb(29, 31, 32) !important;
}

.navbar-brand:hover[b-15mo509yg5] {
    color: #fab900 !important;
    transform: translateY(-2px);
}

.navbar-brand[b-15mo509yg5] {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* Offcanvas styling */
.offcanvas[b-15mo509yg5] {
    background-color: rgb(29, 31, 32);
    color: #fff;
    max-width: 280px;
    width: 80%;
}

.offcanvas-title[b-15mo509yg5] {
    color: #fff;
}

.offcanvas[b-15mo509yg5]  .nav-link {
    color: rgba(255, 255, 255, 0.75);
    padding: 0.75rem 1rem;
    border-radius: 0.25rem;
    transition: all 0.2s ease;
}

.offcanvas[b-15mo509yg5]  .nav-link:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
}

.offcanvas[b-15mo509yg5]  .nav-link.active {
    color: #fab900 !important;
    background-color: rgba(250, 185, 0, 0.1);
}

.offcanvas .btn-close[b-15mo509yg5] {
    filter: invert(1);
}

.offcanvas[b-15mo509yg5] {
    z-index: 1050 !important;
}

.offcanvas-backdrop[b-15mo509yg5] {
    z-index: 1040 !important;
}
/* /Components/Pages/Achievements.razor.rz.scp.css */
/* Achievements page styles */

.completed[b-sy7jawo8w9] {
    border-color: rgb(247, 220, 126) !important;
}

.completed h6[b-sy7jawo8w9],
.completed small[b-sy7jawo8w9] {
    color: rgb(247, 220, 126) !important;
}
/* /Components/Pages/Leaderboard.razor.rz.scp.css */
/* Smooth transitions for leaderboard items */
.mobile-rankings[b-9g9y7kvg1u] {
    position: relative;
}

.mobile-rank-item[b-9g9y7kvg1u] {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    animation: fadeSlideIn-b-9g9y7kvg1u 0.4s ease-out;
}

.mobile-rank-item:nth-child(1)[b-9g9y7kvg1u] {
    animation-delay: 0ms;
}

.mobile-rank-item:nth-child(2)[b-9g9y7kvg1u] {
    animation-delay: 50ms;
}

.mobile-rank-item:nth-child(3)[b-9g9y7kvg1u] {
    animation-delay: 100ms;
}

.mobile-rank-item:nth-child(4)[b-9g9y7kvg1u] {
    animation-delay: 150ms;
}

.mobile-rank-item:nth-child(5)[b-9g9y7kvg1u] {
    animation-delay: 200ms;
}

.mobile-rank-item:nth-child(n+6)[b-9g9y7kvg1u] {
    animation-delay: 250ms;
}

@keyframes fadeSlideIn-b-9g9y7kvg1u {
    from {
        opacity: 0;
        transform: translateX(-10px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Smooth transitions for score values */
.rank-score[b-9g9y7kvg1u] {
    transition: color 0.3s ease, transform 0.2s ease;
}

.rank-number[b-9g9y7kvg1u] {
    transition: color 0.3s ease, transform 0.2s ease;
}

/* Smooth transitions for rank info */
.rank-stats[b-9g9y7kvg1u] {
    transition: opacity 0.3s ease;
}

/* Tab selector transitions */
.tabs-container[b-9g9y7kvg1u] {
    transition: all 0.2s ease;
}

.tab-item[b-9g9y7kvg1u] {
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.tab-indicator[b-9g9y7kvg1u] {
    animation: slideIn-b-9g9y7kvg1u 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes slideIn-b-9g9y7kvg1u {
    from {
        transform: scaleX(0);
        opacity: 0;
    }
    to {
        transform: scaleX(1);
        opacity: 1;
    }
}

/* Hover effects */
.mobile-rank-item:hover[b-9g9y7kvg1u] {
    transform: translateY(-2px);
}

/* Loading state animation */
@keyframes pulse-b-9g9y7kvg1u {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}

/* Stat Leaders Container */
.stat-leaders-container[b-9g9y7kvg1u] {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    padding-bottom: 0.5rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
    scroll-behavior: smooth;
}

.stat-leaders-container[b-9g9y7kvg1u]::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Edge */
}

.stat-leader-card[b-9g9y7kvg1u] {
    min-width: 200px;
    max-width: 200px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    scroll-snap-align: start;
    transition: transform 0.2s ease, background 0.2s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.stat-leader-card:hover[b-9g9y7kvg1u] {
    transform: translateY(-4px);
    background: rgba(255, 255, 255, 0.08);
}

.stat-leader-icon[b-9g9y7kvg1u] {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    flex-shrink: 0;
}

.stat-leader-info[b-9g9y7kvg1u] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.stat-leader-label[b-9g9y7kvg1u] {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 600;
}

.stat-leader-player[b-9g9y7kvg1u] {
    font-size: 0.95rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.95);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.stat-leader-value[b-9g9y7kvg1u] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #f9e4a0;
}

/* Scroll Indicator */
.scroll-indicator[b-9g9y7kvg1u] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    padding: 0.75rem 0 0.25rem 0;
}

.scroll-dot[b-9g9y7kvg1u] {
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.25);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

.scroll-dot:hover[b-9g9y7kvg1u] {
    background: rgba(255, 255, 255, 0.4);
    transform: scale(1.2);
}

.scroll-dot.active[b-9g9y7kvg1u] {
    width: 24px;
    background: #f9e4a0;
    box-shadow: 0 0 8px rgba(249, 228, 160, 0.4);
}

/* Offcanvas Enhancements */
.offcanvas[b-9g9y7kvg1u] {
    background-color: rgb(37, 41, 42);
}

.offcanvas-end[b-9g9y7kvg1u] {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.offcanvas-bottom[b-9g9y7kvg1u] {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    height: 80vh !important;
    max-height: 80vh;
}

.offcanvas-title[b-9g9y7kvg1u] {
    color: #e2e8f0;
    font-weight: 600;
}

.offcanvas-backdrop[b-9g9y7kvg1u] {
    background-color: rgba(0, 0, 0, 0.5);
}

.offcanvas-end.show[b-9g9y7kvg1u] {
    transform: translateX(0);
}

.offcanvas-bottom.show[b-9g9y7kvg1u] {
    transform: translateY(0);
}
/* /Components/Pages/Players.razor.rz.scp.css */
/* Sort Chips - Horizontal Scrollable */
.sort-chips[b-e2ydjyap0t] {
    -webkit-overflow-scrolling: touch;
    cursor: grab;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
}

/* Hide scrollbar for Chrome, Safari and Opera */
.sort-chips[b-e2ydjyap0t]::-webkit-scrollbar {
    display: none;
}

.sort-chips.active[b-e2ydjyap0t],
.sort-chips:active[b-e2ydjyap0t] {
    cursor: grabbing;
}

/* Scroll snap on touch devices */
@media (hover: none) and (pointer: coarse) {
    .sort-chips[b-e2ydjyap0t] {
        scroll-snap-type: x mandatory;
    }
    
    .sort-chip[b-e2ydjyap0t] {
        scroll-snap-align: start;
    }
}

/* Sort Chip Button - Only custom styles that Bootstrap doesn't provide */
.sort-chip[b-e2ydjyap0t] {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.1) !important;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.sort-chip:hover[b-e2ydjyap0t] {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2) !important;
    color: rgba(255, 255, 255, 0.9);
    transform: translateY(-2px);
}

.sort-chip:active[b-e2ydjyap0t] {
    transform: translateY(0);
}

/* Active Sort Chip */
.sort-chip.active[b-e2ydjyap0t] {
    background: rgba(13, 110, 253, 0.2);
    border-color: var(--bs-primary) !important;
    border-width: 2px !important;
    color: var(--bs-primary);
    animation: chipActivate-b-e2ydjyap0t 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.sort-chip.active:hover[b-e2ydjyap0t] {
    background: rgba(13, 110, 253, 0.3);
    transform: translateY(-2px);
}

/* Chip activation animation */
@keyframes chipActivate-b-e2ydjyap0t {
    0% {
        transform: scale(0.95);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

/* Player Card Wrapper Animation */
.player-card-wrapper[b-e2ydjyap0t] {
    animation: fadeInUp-b-e2ydjyap0t 0.4s cubic-bezier(0.4, 0, 0.2, 1) both;
}

@keyframes fadeInUp-b-e2ydjyap0t {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Player Card Hover Effect */
.player-card:hover[b-e2ydjyap0t] {
    box-shadow: 0 4px 12px rgba(13, 110, 253, 0.3);
    border-color: var(--bs-primary) !important;
    transform: translateY(-2px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.player-card[b-e2ydjyap0t] {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Responsive: Desktop - Show all chips centered */
@media (min-width: 768px) {
    .sort-chips[b-e2ydjyap0t] {
        justify-content: center;
        overflow-x: visible !important;
        cursor: default;
    }

    .sort-chips.active[b-e2ydjyap0t],
    .sort-chips:active[b-e2ydjyap0t] {
        cursor: default;
    }

    .sort-chip[b-e2ydjyap0t] {
        cursor: pointer;
    }
    
    /* Faster animation on desktop */
    .player-card-wrapper[b-e2ydjyap0t] {
        animation-duration: 0.3s;
    }
}

/* Reduce motion for users who prefer it */
@media (prefers-reduced-motion: reduce) {
    .player-card-wrapper[b-e2ydjyap0t],
    .sort-chip[b-e2ydjyap0t],
    .player-card[b-e2ydjyap0t] {
        animation: none !important;
        transition: none !important;
    }
}
/* /Components/Shared/PlayerAvatar.razor.rz.scp.css */
.avatar-container[b-uqpftc39lr] {
    position: relative;
    width: var(--avatar-size, 40px);
    height: var(--avatar-size, 40px);
}

.avatar-container.winner[b-uqpftc39lr]::before {
    content: "";
    position: absolute;
    display: block;
    width: var(--avatar-size, 40px);
    height: var(--avatar-size, 40px);
    border-radius: 100%;
    box-shadow: 
        rgba(212, 181, 232, 0.8) 3px 0px 0px 0px, 
        rgba(168, 216, 232, 0.8) -3px 0px 0px 0px, 
        rgba(196, 232, 159, 0.8) 3px -1px 0px 0px,
        rgba(255, 184, 148, 0.8) -3px 3px 0px 0px, 
        rgba(251, 208, 124, 0.8) 3px 3px 0px 0px, 
        rgba(211, 151, 250, 0.8) -3px -3px 0px 0px;
    animation: rotate-b-uqpftc39lr 1s linear infinite;
    z-index: 1;
}

.avatar-container.savis[b-uqpftc39lr]::before {
    content: "";
    position: absolute;
    display: block;
    width: var(--avatar-size, 40px);
    height: var(--avatar-size, 40px);
    border-radius: 100%;
    box-shadow: 
        rgba(149, 76, 239, 0.4) 0px 3px 0px 0px, 
        rgba(247, 86, 199, 0.4) 0px -3px 0px 0px, 
        rgba(149, 76, 239, 0.4) 3px 0px 0px 0px, 
        rgba(247, 86, 199, 0.4) -3px 0px 0px 0px, 
        rgba(149, 76, 239, 0.6) 3px -1px 0px 0px,
        rgba(247, 86, 199, 0.6) -3px 3px 0px 0px, 
        rgba(149, 76, 239, 0.85) 3px 3px 0px 0px, 
        rgba(247, 86, 199, 0.85) -3px -3px 0px 0px;
    animation: rotate-b-uqpftc39lr 1s linear infinite;
    z-index: 1;
}

.avatar-container.double-savis[b-uqpftc39lr]::before {
    content: "";
    position: absolute;
    display: block;
    width: var(--avatar-size, 40px);
    height: var(--avatar-size, 40px);
    border-radius: 100%;
    box-shadow: 
        rgba(220, 53, 69, 0.4) 0px 3px 0px 0px, 
        rgba(255, 152, 0, 0.4) 0px -3px 0px 0px, 
        rgba(220, 53, 69, 0.4) 3px 0px 0px 0px, 
        rgba(255, 152, 0, 0.4) -3px 0px 0px 0px, 
        rgba(239, 83, 80, 0.6) 3px -1px 0px 0px,
        rgba(255, 171, 64, 0.6) -3px 3px 0px 0px, 
        rgba(220, 53, 69, 0.85) 3px 3px 0px 0px, 
        rgba(255, 152, 0, 0.85) -3px -3px 0px 0px;
    animation: rotate-b-uqpftc39lr 1s linear infinite;
    z-index: 1;
}

.player-avatar[b-uqpftc39lr] {
    width: var(--avatar-size, 40px);
    height: var(--avatar-size, 40px);
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: var(--avatar-font-size, 0.85rem);
    color: #2d3142;
    background: var(--avatar-background);
    position: relative;
    z-index: 2;
}

.player-avatar.dark-border[b-uqpftc39lr] {
    border: 1px solid rgba(18, 18, 18, 1);
}

.player-avatar.no-border[b-uqpftc39lr] {
    border: none;
}

.avatar-badge[b-uqpftc39lr] {
    position: absolute;
    bottom: -4px;
    right: -4px;
    background: rgba(54, 54, 54, 0.95);
    border-radius: 50%;
    width: var(--badge-size, 18px);
    height: var(--badge-size, 18px);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--badge-font-size, 0.75rem);
    border: 2px solid rgba(255, 255, 255, 0.1);
    z-index: 3;
}

.avatar-badge.badge-savis[b-uqpftc39lr] {
    color: #ffc107;
}

.avatar-badge.badge-double-savis[b-uqpftc39lr] {
    color: #dc3545;
}

.avatar-badge.badge-skitgubbe[b-uqpftc39lr] {
    /* Font size controlled by --badge-font-size */
}

@keyframes rotate-b-uqpftc39lr {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
