button:focus, .btn:focus, .dropdown-toggle:focus {
    outline: none !important;
    box-shadow: none !important;
}

/* Bootstrap v5.3 Container Width Overrides for 1080p Support */
.container-xxl {
    max-width: 100% !important;
/*    padding-left: 2rem !!important;
    padding-right: 2rem !important;*/
}

@media (min-width: 1920px) {
    .container-xxl {
        max-width: 1860px !important;
    }
}

@media (min-width: 1400px) and (max-width: 1919px) {
    .container-xxl {
        max-width: 1340px !important;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .container-xxl {
        max-width: 1140px !important;
    }
}

/* ========================================
   Blazor Error UI
   ======================================== */

#blazor-error-ui {
    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 {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

/* ========================================
   Blazor Reconnection UI
   ======================================== */

/* Full-screen backdrop overlay */
#components-reconnect-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 2000;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

/* Show overlay for all active states */
#components-reconnect-modal.components-reconnect-show,
#components-reconnect-modal.components-reconnect-retrying,
#components-reconnect-modal.components-reconnect-paused,
#components-reconnect-modal.components-reconnect-failed,
#components-reconnect-modal.components-reconnect-resume-failed,
#components-reconnect-modal.components-reconnect-rejected {
    display: flex;
}

/* Glass card */
.reconnect-card {
    display: none;
    flex-direction: column;
    align-items: center;
    background: rgba(19, 25, 33, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0.75rem;
    padding: 2rem 2.5rem;
    min-width: 300px;
    max-width: 360px;
    text-align: center;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
    animation: reconnect-fadeIn 0.3s ease-out;
}

@keyframes reconnect-fadeIn {
    from {
        opacity: 0;
        transform: scale(0.95) translateY(8px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

/* Icon container */
.reconnect-icon {
    width: 3.5rem;
    height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    font-size: 1.75rem;
}

#components-reconnect-modal h5 {
    color: #fff;
    margin-bottom: 0.5rem;
    font-weight: 500;
    font-size: 1.1rem;
}

#components-reconnect-modal p {
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0;
    font-size: 0.9rem;
}

/* State-specific content visibility */
#components-reconnect-modal.components-reconnect-show .reconnect-show-content,
#components-reconnect-modal.components-reconnect-retrying .reconnect-show-content,
#components-reconnect-modal.components-reconnect-paused .reconnect-show-content {
    display: flex;
}

#components-reconnect-modal.components-reconnect-failed .reconnect-failed-content,
#components-reconnect-modal.components-reconnect-resume-failed .reconnect-failed-content {
    display: flex;
}

#components-reconnect-modal.components-reconnect-rejected .reconnect-rejected-content {
    display: flex;
}

/* --- Show / Retrying state (info accent) --- */
.reconnect-show-content {
    border-color: rgba(13, 202, 240, 0.25);
}

.reconnect-show-content .reconnect-icon {
    color: #0dcaf0;
}

.reconnect-show-content .spinner-border {
    color: #0dcaf0;
    width: 2rem;
    height: 2rem;
    border-width: 0.2rem;
}

/* Retry counter */
.reconnect-retrying-info {
    display: none;
    color: rgba(13, 202, 240, 0.7);
    font-size: 0.8rem;
    margin-top: 0.5rem;
}

#components-reconnect-modal.components-reconnect-retrying .reconnect-retrying-info {
    display: block;
}

/* --- Failed state (danger accent) --- */
.reconnect-failed-content {
    border-color: rgba(220, 53, 69, 0.25);
}

.reconnect-failed-content .reconnect-icon {
    color: #dc3545;
}

.reconnect-failed-content h5 {
    color: #f8d7da !important;
}

/* --- Rejected state (warning accent) --- */
.reconnect-rejected-content {
    border-color: rgba(255, 193, 7, 0.25);
}

.reconnect-rejected-content .reconnect-icon {
    color: #ffc107;
}

.reconnect-rejected-content h5 {
    color: #fff3cd !important;
}

/* ========================================
   Loading Overlay
   ======================================== */

.loading-overlay {
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(30, 30, 30, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: all;
}

.loading-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2100;
}

.loading-text {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 500;
    text-shadow: 0 1px 4px #000;
}

.blur-when-loading {
    filter: blur(6px);
    pointer-events: none;
    user-select: none;
}

/* ========================================
   General Layout
   ======================================== */

body {
    background: url('/img/background.webp') no-repeat center center fixed;
    background-size: cover;
    font-family: 'Roboto', sans-serif;
    height: 100%;
}

a {
    text-decoration: none !important;
}

/* ========================================
   Team Colors
   ======================================== */

.text-t {
    color: rgb(230, 183, 44) !important;
}

.text-ct {
    color: rgb(12, 182, 216) !important;
}

/* ========================================
   Utility Classes
   ======================================== */

.parama {
    box-shadow: 0px 0px 20px rgba(11, 104, 255, 0.658) !important;
    border-radius: 1rem !important;
}

.parama-disabled-blur {
    filter: blur(1px) brightness(0.7);
    opacity: 0.7;
}

.no-click {
    pointer-events: none;
    cursor: default;
}

.login-button {
    letter-spacing: 1px !important;
}

.ls-wider {
    letter-spacing: 0.5px;
}

.th-nowrap,
.td-nowrap {
    white-space: nowrap;
}

.spinner-lg {
    width: 2.5rem;
    height: 2.5rem;
}

.glass {
    backdrop-filter: blur(4px) !important;
}

.glass-card {
    background: rgba(15, 22, 33, 0.65);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px) saturate(180%);
    -webkit-backdrop-filter: blur(10px) saturate(180%);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.glass-card:hover {
    border-color: rgba(13, 202, 240, 0.3);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4), 0 0 20px rgba(13, 202, 240, 0.1);
}

.nested-surface {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.nested-surface-success {
    background: rgba(25, 238, 25, 0.08);
    border: 1px solid rgba(25, 238, 25, 0.2);
}

.border-info-subtle-separator {
    border-top: 1px solid rgba(13, 202, 240, 0.15);
}

/* ========================================
   Info & Warning Banners
   ======================================== */

.info-banner,
.warning-banner {
    display: flex;
    align-items: start;
    gap: 1rem;
    padding: 1rem;
    border: 2px solid;
    border-radius: 1rem;
}

.info-banner {
    background: linear-gradient(135deg, rgba(13, 202, 240, 0.15) 0%, rgba(13, 202, 240, 0.05) 100%);
    border-color: rgba(13, 202, 240, 0.3);
}

.warning-banner {
    background: linear-gradient(135deg, rgba(255, 193, 7, 0.15) 0%, rgba(255, 193, 7, 0.05) 100%);
    border-color: rgba(255, 193, 7, 0.3);
}

.info-banner-icon,
.warning-banner-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 10px;
}

.info-banner-icon {
    background: rgba(13, 202, 240, 0.2);
}

.warning-banner-icon {
    background: rgba(255, 193, 7, 0.2);
}

/* ========================================
   Stat Cards
   ======================================== */

.stat-card {
    padding: 1rem;
    border-radius: 1rem;
    height: 100%;
    border: 1px solid;
}

.stat-card-info {
    background: linear-gradient(135deg, rgba(13, 202, 240, 0.1) 0%, rgba(13, 202, 240, 0.05) 100%);
    border-color: rgba(13, 202, 240, 0.2);
}

.stat-card-success {
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.1) 0%, rgba(34, 197, 94, 0.05) 100%);
    border-color: rgba(34, 197, 94, 0.2);
}

.stat-card-warning {
    background: linear-gradient(135deg, rgba(255, 193, 7, 0.1) 0%, rgba(255, 193, 7, 0.05) 100%);
    border-color: rgba(255, 193, 7, 0.2);
}

.stat-card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 10px;
}

.stat-card-icon-info {
    background: rgba(13, 202, 240, 0.2);
}

.stat-card-icon-success {
    background: rgba(34, 197, 94, 0.2);
}

.stat-card-icon-warning {
    background: rgba(255, 193, 7, 0.2);
}

/* ========================================
   Help Section
   ======================================== */

.help-section {
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.help-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 8px;
}

.help-icon-success {
    background: rgba(34, 197, 94, 0.2);
}

.help-icon-danger {
    background: rgba(239, 68, 68, 0.2);
}

/* ========================================
   Skins Navigation - Horizontal Tab Bar
   ======================================== */

.skins-nav-btn {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 0.5rem;
    color: rgba(255, 255, 255, 0.6);
    transition: all 0.2s ease;
}

.skins-nav-svg-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    font-size: 1.5rem;
    line-height: 1;
}

.skins-nav-btn:hover {
    background: rgba(13, 202, 240, 0.08);
    border-color: rgba(13, 202, 240, 0.3);
    color: rgba(255, 255, 255, 0.9);
    transform: translateY(-2px);
}

.skins-nav-btn.active {
    background: rgba(13, 202, 240, 0.12);
    border-color: rgba(13, 202, 240, 0.5);
    color: #0dcaf0;
}

.skins-nav-btn.active:hover {
    transform: translateY(-2px);
}

/* ========================================
   Skin Display
   ======================================== */

.skins-menu-item {
    height: 30px;
    max-width: 60px;
}

.current-skin {
    border-color: rgba(25, 238, 25, 0.8);
    background: linear-gradient(-45deg, rgba(25, 238, 25,0.2) 20%, transparent 90%);
}

.current-skin:hover {
    border-color: rgba(25, 238, 25, 1);
    background-color: rgba(25, 238, 25, 0.1) !important;
    transform: translateY(-3px);
}

.skin-image-frame {
    aspect-ratio: 4 / 3;
    width: 100%;
    max-width: 512px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.skin-image {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
    margin: auto;
}

img.custom-skin-True {
    filter: drop-shadow(0 0 0 #FFD700) drop-shadow(-1px 0 0 #FFD700) drop-shadow(1px 0 0 #FFD700) drop-shadow(0 -1px 0 #FFD700) drop-shadow(0 1px 0 #FFD700);
}

/* ── Skin edit fields (glass form controls – design-system §6.14) ── */
.skins-edit-field {
    background: rgba(15, 22, 33, 0.7) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 0.5rem;
    color: #fff !important;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

    .skins-edit-field:hover {
        background: rgba(15, 22, 33, 0.8) !important;
        border-color: rgba(13, 202, 240, 0.35) !important;
    }

    .skins-edit-field:focus,
    .skins-edit-field:focus-within {
        background: rgba(15, 22, 33, 0.85) !important;
        border-color: rgba(13, 202, 240, 0.6) !important;
        box-shadow: 0 0 0 3px rgba(13, 202, 240, 0.12), 0 0 12px rgba(13, 202, 240, 0.08);
        outline: none;
    }

    .skins-edit-field:disabled {
        background: rgba(15, 22, 33, 0.4) !important;
        border-color: rgba(255, 255, 255, 0.06) !important;
        color: rgba(255, 255, 255, 0.45) !important;
    }

    .skins-edit-field input {
        background: transparent !important;
        border: none !important;
        color: #fff !important;
        box-shadow: none !important;
    }

        .skins-edit-field input:focus,
        .skins-edit-field input:focus-visible {
            box-shadow: none !important;
            outline: none !important;
        }

    .skins-edit-field input:checked {
        background-color: #0dcaf0 !important;
        border-color: #0dcaf0 !important;
    }

/* Skin edit slot buttons (sticker/keychain – glass depth) */
.skins-slot-btn {
    background: rgba(15, 22, 33, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 0.5rem;
    color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    min-height: 56px;
}

    .skins-slot-btn:hover {
        background: rgba(15, 22, 33, 0.85);
        border-color: rgba(13, 202, 240, 0.5);
        color: #0dcaf0;
        transform: translateY(-2px);
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3), 0 0 12px rgba(13, 202, 240, 0.08);
    }

/* Skin edit save button (success gradient – design-system §6.8) */
.skins-save-btn {
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.2), rgba(34, 197, 94, 0.1));
    border: 1px solid rgba(34, 197, 94, 0.3);
    border-radius: 0.5rem;
    color: #22c55e;
    font-weight: 600;
    letter-spacing: 0.5px;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

    .skins-save-btn:hover {
        background: linear-gradient(135deg, rgba(34, 197, 94, 0.3), rgba(34, 197, 94, 0.15));
        border-color: rgba(34, 197, 94, 0.5);
        color: #22c55e;
        transform: translateY(-2px);
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3), 0 0 12px rgba(34, 197, 94, 0.15);
    }

    .skins-save-btn:active {
        transform: translateY(0) scale(0.98);
        box-shadow: none;
    }

/* ========================================
   Bootstrap v5 OVERRIDES
   ======================================== */

.nav-link {
    letter-spacing: 1px !important;
}

input::placeholder {
    color: grey !important;
    opacity: 1 !important;
}

.card-img-overlay p {
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.7) !important;
}

.text-success {
    color: rgb(25, 238, 25) !important;
}

.border-success {
    border-color: rgb(25, 238, 25) !important;
}

.btn-success {
    color: rgb(25, 238, 25) !important;
    border-color: rgb(25, 238, 25) !important;
}

.btn-outline-success {
    color: rgb(25, 238, 25) !important;
    border-color: rgb(25, 238, 25) !important;
}

.btn-outline-success:hover, .btn-outline-success:focus-visible {
    background-color: rgba(25, 238, 25, 0.12) !important;
    color: rgb(25, 238, 25) !important;
    border-color: rgb(25, 238, 25) !important;
}

.text-danger {
    color: rgb(255, 19, 19) !important;
}

.border-danger {
    border-color: rgb(255, 19, 19) !important;
}

.btn-danger {
    color: rgb(255, 19, 19) !important;
    border-color: rgb(255, 19, 19) !important;
}

.btn-outline-danger {
    color: rgb(255, 19, 19) !important;
    border-color: rgb(255, 19, 19) !important;
}

.btn-outline-danger:hover, .btn-outline-danger:focus-visible {
    background-color: rgba(255, 19, 19, 0.12) !important;
    color: rgb(255, 19, 19) !important;
    border-color: rgb(255, 19, 19) !important;
}

.btn-outline-warning {
    color: rgb(255, 203, 49) !important;
    border-color: rgb(255, 203, 49) !important;
}

.btn-outline-warning:hover, .btn-outline-warning:focus-visible {
    background-color: rgba(255, 203, 49, 0.12) !important;
    color: rgb(255, 203, 49) !important;
    border-color: rgb(255, 203, 49) !important;
}

.fs-7 {
    font-size: 0.9rem;
}

.table-transparent {
    --bs-table-bg: rgba(15, 22, 33, 0.0) !important;
}

th {
    white-space: nowrap;
}

/* ========================================
   Home Advertising Widget
   ======================================== */

.home-ad-widget {
    background: rgba(15, 22, 33, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 1rem;
    overflow: hidden;
    backdrop-filter: blur(20px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
    width: 100%;
}

.home-ad-widget:hover {
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    transform: translateY(-4px);
}

.home-ad-header {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    padding: 1rem 1.25rem;
}

.home-ad-icon-wrapper {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    background: rgba(255, 193, 7, 0.1);
    color: #ffc107;
    font-size: 0.875rem;
}

.home-ad-title {
    font-size: 0.875rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.home-ad-content {
    padding: 0 1.25rem 1.25rem;
}

.home-ad-banner {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 0.625rem;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: all 0.3s ease;
}

.home-ad-banner:hover {
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}

.home-ad-banner:hover .home-ad-banner-img {
    transform: scale(1.03);
}

.home-ad-banner-img {
    width: 100%;
    display: block;
    max-height: 180px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.home-ad-banner-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.5rem 0.75rem 0.5rem;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
}

.home-ad-banner-text {
    color: #fff;
    font-size: 0.8125rem;
    font-weight: 600;
    line-height: 1.3;
}

.home-ad-content .carousel-inner {
    border-radius: 0.625rem;
    overflow: hidden;
}

/* Home Event Stats — flex overflow fix */
.home-eventstats {
    min-width: 0;
}

/* Home Content Centering (when event stats disabled) */
.home-content-centered {
    max-width: 700px;
}

/* Glass form controls (design-system §6.14) */
.form-control,
.form-select {
    background: rgba(15, 22, 33, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #fff;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.form-control::placeholder,
.form-select::placeholder {
    color: rgba(255, 255, 255, 0.35);
}

.form-control:hover,
.form-select:hover {
    border-color: rgba(13, 202, 240, 0.35);
    background-color: rgba(15, 22, 33, 0.8);
}

.form-control:focus,
.form-select:focus {
    background-color: rgba(15, 22, 33, 0.85);
    border-color: rgba(13, 202, 240, 0.6);
    color: #fff;
    box-shadow: 0 0 0 3px rgba(13, 202, 240, 0.12), 0 0 12px rgba(13, 202, 240, 0.08);
}

.form-control:disabled,
.form-select:disabled,
.form-control[readonly] {
    background: rgba(15, 22, 33, 0.4);
    border-color: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.45);
}

.form-select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgba(255,255,255,0.5)'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
}

.form-select:focus {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230dcaf0'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
}

.form-select option {
    background-color: rgb(15, 22, 33);
    color: #fff;
}

.form-control[type="date"]::-webkit-calendar-picker-indicator,
.form-control[type="time"]::-webkit-calendar-picker-indicator,
.form-control[type="datetime-local"]::-webkit-calendar-picker-indicator {
    filter: invert(1) opacity(0.6);
    cursor: pointer;
}

.input-group-text {
    background: rgba(15, 22, 33, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #fff;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

/* ========================================
   Themed Scrollbar
   ======================================== */

/* Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: rgba(13, 202, 240, 0.4) rgba(15, 22, 33, 0.6);
}

/* WebKit (Chrome, Edge, Safari) */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background: rgba(15, 22, 33, 0.6);
    border-radius: 8px;
}

::-webkit-scrollbar-thumb {
    background: rgba(13, 202, 240, 0.4);
    border-radius: 8px;
    border: 2px solid rgba(15, 22, 33, 0.6);
    transition: background 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(13, 202, 240, 0.7);
}

::-webkit-scrollbar-thumb:active {
    background: rgba(13, 202, 240, 0.9);
}

::-webkit-scrollbar-corner {
    background: transparent;
}
