/* ===================================
   PUNKVERSE SECRET WORLDS - CUSTOM STYLES
   Dark theme with green, violet, gold accents
   =================================== */

/* === ROOT VARIABLES === */
:root {
    /* Color Palette */
    --dark-bg: #0a0e1a;
    --dark-secondary: #131826;
    --dark-card: #1a1f35;
    --green: #3dd68c;
    --green-dark: #2ba26b;
    --violet: #8b5cf6;
    --violet-dark: #6d28d9;
    --gold: #fbbf24;
    --gold-dark: #f59e0b;
    --neon-green: #00ff88;
    --neon-violet: #a78bfa;
    --neon-gold: #fcd34d;

    /* Semantic Colors */
    --primary: var(--green);
    --secondary: var(--violet);
    --accent: var(--gold);
    --success: #10b981;
    --warning: #f59e0b;
    --danger: #ef4444;
    --info: #3b82f6;

    /* Text Colors */
    --text-primary: #e5e7eb;
    --text-secondary: #9ca3af;
    --text-muted: #6b7280;
    --bs-secondary-color: var(--text-muted);

    /* Gradients */
    --gradient-primary: linear-gradient(135deg, var(--neon-gold) 0%, var(--gold-dark) 100%);
    --gradient-secondary: linear-gradient(135deg, var(--neon-violet) 0%, var(--violet-dark) 100%);
    --gradient-accent: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    --gradient-dark: linear-gradient(135deg, #1a1f35 0%, #0a0e1a 100%);
    --gradient-card: linear-gradient(135deg, rgba(26, 31, 53, 0.8) 0%, rgba(19, 24, 38, 0.9) 100%);

    /* Shadows & Glows */
    --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.5);
    --shadow-md: 0 4px 6px rgba(0, 0, 0, 0.3);
    --shadow-lg: 0 10px 15px rgba(0, 0, 0, 0.4);
    --shadow-xl: 0 20px 25px rgba(0, 0, 0, 0.5);
    --glow-green: 0 0 20px rgba(61, 214, 140, 0.4);
    --glow-violet: 0 0 20px rgba(139, 92, 246, 0.4);
    --glow-gold: 0 0 20px rgba(251, 191, 36, 0.4);

    /* Spacing */
    --navbar-height: 70px;
    --hud-height: 60px;

    /* Transitions */
    --transition-fast: 0.15s ease;
    --transition-normal: 0.3s ease;
    --transition-slow: 0.5s ease;

    --btn-radius: 4px;
    --bar-gradient-primary: linear-gradient(0deg, var(--neon-gold) 0%, var(--gold-dark) 50%, var(--neon-gold) 100%);
    --bar-gradient-accent: linear-gradient(0deg, #fbbf24 0%, #f59e0b 50%,  #fbbf24 100%);

}

/* === GLOBAL STYLES === */
* {
    box-sizing: border-box;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--text-primary);
}
body {
    background: var(--dark-bg);
    color: var(--text-primary);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    overflow-x: hidden;
    min-height: 100vh;
    position: relative;
}

/* === PARTICLE BACKGROUND === */
#particleCanvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    opacity: 0.6;
}

/* === NAVIGATION === */
/* #mainNavbar {
    z-index: 1000;
    height: var(--navbar-height);
    background: rgba(26, 31, 53, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(61, 214, 140, 0.2);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
} */
#mainNavbar {
    z-index: 1000;
    height: var(--navbar-height);
    background: transparent;
    backdrop-filter: blur(10px);
    border-bottom: none;
    box-shadow: none;
}
.center-navbar {
    width: 30%;
    margin-left: 10%;
    text-align: start;
    display: flex;
    flex-direction: column;
    justify-content: center;

    .section-title {
        font-size: 2rem;
        letter-spacing: 5px;
        font-weight: normal;
        background: var(--gradient-primary);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        margin-bottom: 0.5rem;
        text-shadow: 0px 0px 8px #edc376d6;
        text-transform: uppercase;
    }
}
.right-navbar {
    display: flex;
    width: 50%;
    max-width: 500px;
    flex-direction: row;
    justify-content: space-between;
    margin-left: auto;

    .auth-creds {
        display: flex;
        justify-content: space-between;
    }


}
.navbar-logo {
    height: 40px;
    margin-right: 10px;
}

.brand-text {
    font-weight: 700;
    font-size: 1.25rem;
    color: var(--text-primary);
}

.brand-accent {
    color: var(--primary);
}

#nav-icon1 {
    width: 50px;
    height: 50px;
    position: fixed;
    top: 10px;
    left: 10px;
    margin: 0px;
    border: 1px solid #ffffff00;
    border-radius: 4px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    cursor: pointer;
    z-index: 1050;
    /* box-shadow: var(--glow-gold); */
    background: transparent;
    /* box-shadow: inset 2px 2px 10px #ffc10730, inset -2px -2px 10px #ffc10730, 0px 0px 0px #00000042; */

    &.open {
        left: 340px;
    }
    &:hover span {
        box-shadow: 0px 0px 4px 1px #ffd3588a;
        background: #fbcb43;
    }
}
#nav-icon1 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: var(--gradient-primary);
    /* border-radius: 20px; */
    opacity: 1;
    left: 0%;
    box-shadow: 0px 0px 4px #edc376;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#nav-icon1 span:nth-child(1) {
  top: 10px;
}
#nav-icon1 span:nth-child(2) {
  top: 22px;
}
#nav-icon1 span:nth-child(3) {
  top: 34px;
}


#nav-icon1.open span:nth-child(1) {
  top: 22px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon1.open span:nth-child(3) {
  top: 22px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}


.nav-pills .nav-link {
    border-radius: var(--btn-radius);
    border: 2px solid var(--neon-violet);
    color: var(--neon-violet);
    margin-right: 5px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background: var(--gradient-accent);
    color: var(--dark-bg);
    border-color: transparent;
}
.navbar-nav .nav-link {
    color: var(--text-secondary);
    font-weight: 500;
    padding: 0.5rem 1rem;
    margin: 0 0.25rem;
    border-radius: 8px;
    transition: all var(--transition-normal);
    position: relative;
}

.navbar-nav .nav-link:hover {
    color: var(--primary);
    background: rgba(61, 214, 140, 0.1);
    transform: translateY(-2px);
}

.navbar-nav .nav-link.active {
    color: var(--primary);
    background: rgba(61, 214, 140, 0.15);
    box-shadow: 0 0 10px rgba(61, 214, 140, 0.3);
}

.navbar-nav .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 2px;
    background: var(--gradient-primary);
    border-radius: 2px;
}

.nav-pills a.nav-link {
    background: transparent;
    border: 1px solid transparent;
    color: #f6a513;
    text-shadow: 0px 0px 3px #edc376d6;
    font-size: 1rem;
    padding: 0.75rem 1.5rem;
    border-radius: 0px;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all var(--transition-normal);
}
.nav-pills a:hover.nav-link {
    border: 1px solid #ffffff33;
    background: #00000052;
    text-shadow: 0px 0px 5px #edc376eb;
    padding-left: 2rem;
}


/* Wallet Status */
.wallet-status .wallet-badge {
    padding: 0.5rem 1rem;
    border-radius:  var(--btn-radius);
    font-size: 0.9rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all var(--transition-normal);
}

.wallet-badge.disconnected {
    background: rgba(239, 68, 68, 0.2);
    color: var(--danger);
    border: 1px solid rgba(239, 68, 68, 0.3);
}

.wallet-badge.connected {
    background: rgba(61, 214, 140, 0.2);
    color: var(--primary);
    border: 1px solid rgba(61, 214, 140, 0.3);
    box-shadow: var(--glow-green);
}

/* Currency Display */
.currency-display {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.currency-item {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.4rem 0.8rem;
    background: rgba(26, 31, 53, 0.6);
    border: 1px solid rgba(61, 214, 140, 0.2);
    border-radius: var(--btn-radius);
    font-weight: 600;
    font-size: 0.9rem;
    transition: all var(--transition-normal);
}

.currency-item:hover {
    border-color: var(--primary);
    box-shadow: var(--glow-green);
    transform: translateY(-2px);
}

/* Notification Button */

.notification-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    background: var(--gradient-accent);
    color: var(--dark-bg);
    font-size: 0.7rem;
    font-weight: 700;
    padding: 0.2rem 0.4rem;
    border-radius: 10px;
    min-width: 18px;
    text-align: center;
}

/* === MAIN CONTENT === */
.main-content {
    position: relative;
    z-index: 2;
    padding-top: calc(var(--navbar-height) + 2rem);
    padding-bottom: calc(var(--hud-height) + 2rem);
    min-height: 100vh;
    background: 
                radial-gradient(ellipse at 20% 30%, rgb(0 245 255 / 14%) 0%, transparent 50%), 
                radial-gradient(ellipse at 80% 70%, rgb(245 158 11 / 13%) 0%, transparent 50%), 
                radial-gradient(ellipse at 80% 70%, rgb(255 0 255 / 13%) 0%, transparent 50%), 
                var(--dark-bg);
    background-size: 400% 400%;
    animation: bgShift 60s ease infinite;
}
.main-content .container-fluid {
    position: relative;
    z-index: 5;
}

@keyframes bgShift {
    0%,
    100% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }
}

.content-section {
    display: none;
    animation: fadeInUp 0.5s ease;
}

.content-section.active {
    display: block;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

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

/* Section Headers */
.section-header {
    margin-bottom: 2rem;
}

.section-title {
    font-size: 2rem;
    font-weight: 700;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0.5rem;
}

.section-subtitle {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 1rem;
}

.section-description {
    color: var(--text-secondary);
    font-size: 1rem;
}

/* === CARDS === */
.card {
    background: var(--gradient-card);
    border: 1px solid rgb(255 255 255 / 10%);
    border-radius: 3px;
    box-shadow: var(--shadow-md);
    backdrop-filter: blur(10px);
    transition: all var(--transition-normal);
}

.card:hover {
    border-color: rgb(255 255 255 / 35%);
    transform: translateY(-4px);
}

.card-header {
    background: rgba(26, 31, 53, 0.5);
    border-bottom: none;
    padding: 1rem 1.5rem;
    border-radius: 16px 16px 0 0;
}

.card-header h5 {
    margin: 0;
    font-weight: 600;
    color: var(--primary);
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.card-body {
    padding: 1.5rem;
}
.card-body {
    flex: 1 1 auto;
    color: var(--text-primary);
}

/* === BUTTONS === */
.btn {
    border-radius: 10px;
    font-weight: 600;
    padding: 0.6rem 1.5rem;
    border: none;
    transition: all var(--transition-normal);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    position: relative;
    overflow: hidden;
}

.btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
}

.btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}


/* Buttons */

.btn-icon {
    background: rgba(26, 31, 53, 0.6);
    border: 1px solid rgba(61, 214, 140, 0.2);
    color: var(--dark-bg);
    width: 40px;
    height: 40px;
    border-radius: var(--btn-radius);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
    transition: all var(--transition-normal);
}

.btn-icon:hover {
    background: rgba(61, 214, 140, 0.1);
    border-color: var(--primary);
    box-shadow: var(--glow-green);
    transform: translateY(-3px);
}


.btn-primary {
    background: var(--gradient-primary);
    border: none;
    color: var(--dark-bg);
    font-weight: 600;
    padding: 0.75rem 2rem;
    box-shadow: 0 0 0px var(--neon-gold);
    border-radius: var(--btn-radius);
    transition: all var(--transition-normal);
}

.btn-primary:hover {
    background: var(--gradient-primary);
    color: var(--dark-bg);
    box-shadow: 0 0 20px var(--neon-gold);
    transform: translateY(-3px);
    animation: unset;
}

.btn-secondary, .btn-outline-secondary {
    background: var(--gradient-secondary);
    border: none;
    color: var(--dark-bg);
    font-weight: 600;
    padding: 0.75rem 2rem;
    box-shadow: 0 0 0px var(--neon-violet);
    border-radius: var(--btn-radius);
    transition: all var(--transition-normal);
}

.btn-secondary:hover, .btn-outline-secondary:hover {
    background: var(--gradient-secondary);
    color: var(--dark-bg);
    box-shadow: 0 0 20px var(--neon-violet);
    transform: translateY(-3px);
    animation: unset;
}

.btn-outline-primary,
.btn-outline-light {
    border: 2px solid var(--neon-violet);
    color: var(--neon-violet);
    font-weight: 600;
    padding: 0.75rem 2rem;
    border-radius: var(--btn-radius);
    background: rgba(255, 255, 255, 0.05);
}

.btn-outline-primary:hover,
.btn-outline-light:hover {
    border-color: var(--neon-cyan);
    color: var(--neon-cyan);
    background: rgba(0, 245, 255, 0.1);
    box-shadow: 0 0 20px var(--neon-violet);
    transform: translateY(-3px);
}


@keyframes pulseGlow {

    0%,
    100% {
        box-shadow: var(--shadow-md), 0 0 15px rgba(61, 214, 140, 0.4);
    }

    50% {
        box-shadow: var(--shadow-lg), 0 0 30px rgba(61, 214, 140, 0.6);
    }
}

/* === PLAYER/HERO CARD === */
.hero-card {
    background: var(--gradient-card);
    border: 1px solid rgba(61, 214, 140, 0.3);
}

.player-avatar {
    position: relative;
    width: 100%;
    text-align: center;
}

.avatar-img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 3px solid var(--primary);
    box-shadow: var(--glow-green);
    object-fit: cover;
}

.level-badge {
    position: absolute;
    bottom: 5px;
    right: calc(50% - 70px);
    background: var(--gradient-accent);
    color: var(--dark-bg);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1rem;
    border: 2px solid var(--dark-card);
    box-shadow: var(--shadow-md);
}

.player-name {
    margin-top: 1rem;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 0.25rem;
}

.wallet-address {
    color: var(--text-muted);
    font-size: 0.85rem;
    margin-bottom: 1rem;
}

/* XP Bar */
.xp-bar-container {
    position: relative;
    width: 100%;
    height: 25px;
    background: rgba(26, 31, 53, 0.6);
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(61, 214, 140, 0.2);
}

.xp-bar {
    height: 100%;
    background: var(--gradient-primary);
    border-radius: 12px;
    transition: width 0.5s ease;
    box-shadow: 0 0 10px rgba(61, 214, 140, 0.5);
}

.xp-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 600;
    font-size: 0.85rem;
    color: var(--text-primary);
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
}

/* Stats Grid */
.stats-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.stat-item {
    background: rgba(26, 31, 53, 0.6);
    padding: 0.75rem;
    border-radius: 10px;
    border: 1px solid rgba(61, 214, 140, 0.1);
    text-align: center;
    transition: all var(--transition-normal);
}

.stat-item:hover {
    border-color: var(--primary);
    box-shadow: var(--glow-green);
    transform: scale(1.05);
}

.stat-label {
    display: block;
    font-size: 0.75rem;
    color: var(--text-muted);
    margin-bottom: 0.25rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.stat-value {
    display: block;
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--primary);
}

/* === GARDENS GRID === */
.gardens-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(14%, 1fr));
    gap: 1.5rem;
}

.garden-card {
    background: var(--gradient-card);
    border: 1px solid rgba(139, 92, 246, 0.2);
    border-radius: var(--btn-radius);
    padding: 0.5rem;
    text-align: center;
    transition: all var(--transition-normal);
    cursor: pointer;
    overflow: hidden;

    .card-body {
        padding: 0.5rem;
    }

    .garden-info {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        margin-bottom: 1rem;
    }

    .garden-info div {
        display: flex;
        flex-direction: row;
        align-items: center;
        text-align: start;
    }

    .garden-info p {
        height: 5rem;
        overflow: hidden;
        text-align: start;
    }
}

.garden-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--gradient-secondary);
    opacity: 0;
    transition: opacity var(--transition-normal);
}

.garden-card:hover {
    border-color: var(--secondary);
    box-shadow: var(--shadow-lg), var(--glow-violet);
    transform: translateY(-6px);
}

.garden-card:hover::before {
    opacity: 1;
}

.garden-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.garden-name {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--secondary);
    margin-bottom: 0.5rem;
}

.garden-tagline {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.garden-bonus {
    background: rgba(251, 191, 36, 0.1);
    color: var(--gold);
    padding: 0.5rem;
    border-radius: 8px;
    font-size: 0.85rem;
    margin-bottom: 1rem;
    border: 1px solid rgba(251, 191, 36, 0.2);
}

.garden-locked {
    opacity: 0.6;
    pointer-events: none;
}

.garden-locked .garden-icon::after {
    content: '🔒';
    position: absolute;
    font-size: 1.5rem;
}

/* === MISSIONS === */
.missions-row {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1rem;
}

.mission-card {
    background: var(--gradient-card);
    border: 1px solid rgba(61, 214, 140, 0.2);
    border-radius: 12px;
    padding: 1rem;
    transition: all var(--transition-normal);
}

.mission-card:hover {
    border-color: var(--primary);
    box-shadow: var(--glow-green);
    transform: translateY(-2px);
}

.mission-title {
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.mission-condition {
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin-bottom: 0.75rem;
}

.mission-rewards {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
}

.reward-icon {
    font-size: 1.2rem;
}

.progress-bar-custom {
    width: 100%;
    height: 8px;
    background: rgba(26, 31, 53, 0.6);
    border-radius: 4px;
    overflow: hidden;
}

.progress-fill {
    height: 100%;
    background: var(--gradient-primary);
    border-radius: 4px;
    transition: width 0.5s ease;
}

/* === ACTIVITY FEED === */
.activity-card {
    max-height: 600px;
}

.activity-feed {
    max-height: 550px;
    overflow-y: auto;
    padding: 0.5rem;
}

.activity-item {
    padding: 0.75rem;
    border-left: 3px solid var(--primary);
    background: rgba(26, 31, 53, 0.4);
    border-radius: 0 8px 8px 0;
    margin-bottom: 0.75rem;
    transition: all var(--transition-normal);
}

.activity-item:hover {
    background: rgba(61, 214, 140, 0.1);
    transform: translateX(5px);
}

.activity-icon {
    display: inline-block;
    margin-right: 0.5rem;
}

.activity-text {
    font-size: 0.9rem;
    color: var(--text-secondary);
}

.activity-time {
    font-size: 0.75rem;
    color: var(--text-muted);
    margin-top: 0.25rem;
    display: block;
}

/* === INVENTORY === */
.inventory-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 1rem;
}

.inventory-item {
    background: var(--gradient-card);
    border: 2px solid transparent;
    border-radius: 12px;
    padding: 1rem;
    text-align: center;
    transition: all var(--transition-normal);
    cursor: pointer;
    position: relative;
}

.inventory-item:hover {
    border-color: var(--primary);
    box-shadow: var(--glow-green);
    transform: translateY(-4px) scale(1.05);
}

.inventory-item.new {
    animation: itemPulse 2s ease-in-out infinite;
}

@keyframes itemPulse {

    0%,
    100% {
        box-shadow: 0 0 0 0 rgba(61, 214, 140, 0.7);
    }

    50% {
        box-shadow: 0 0 0 10px rgba(61, 214, 140, 0);
    }
}

.item-image {
    width: 80px;
    height: 80px;
    margin: 0 auto 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    background: rgba(26, 31, 53, 0.6);
    border-radius: 10px;
}

.item-name {
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--text-primary);
    margin-bottom: 0.25rem;
}

.item-rarity {
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
    border-radius: 6px;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
}

.rarity-common {
    background: rgba(156, 163, 175, 0.2);
    color: #9ca3af;
}

.rarity-uncommon {
    background: rgba(34, 197, 94, 0.2);
    color: #22c55e;
}

.rarity-rare {
    background: rgba(59, 130, 246, 0.2);
    color: #3b82f6;
}

.rarity-epic {
    background: rgba(168, 85, 247, 0.2);
    color: #a855f7;
}

.rarity-legendary {
    background: var(--gradient-accent);
    color: var(--dark-bg);
}

/* === BADGES === */
.badge-wall {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
    gap: 1rem;
}

.badge-item {
    text-align: center;
    padding: 0.75rem;
    background: rgba(26, 31, 53, 0.4);
    border-radius: 10px;
    border: 1px solid rgba(61, 214, 140, 0.2);
    transition: all var(--transition-normal);
    cursor: pointer;
}

.badge-item:hover {
    border-color: var(--primary);
    box-shadow: var(--glow-green);
    transform: scale(1.1);
}

.badge-item.locked {
    opacity: 0.3;
    filter: grayscale(100%);
}

.badge-icon {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
}

.badge-name {
    font-size: 0.75rem;
    color: var(--text-secondary);
}

/* === GAME CARDS === */
#gamesGrid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.5rem;
}

.game-card {
    background: var(--gradient-card);
    border: 1px solid rgba(61, 214, 140, 0.2);
    border-radius: 16px;
    overflow: hidden;
    transition: all var(--transition-normal);
}

.game-card:hover {
    border-color: var(--primary);
    box-shadow: var(--shadow-lg), var(--glow-green);
    transform: translateY(-6px);
}

.game-image {
    width: 100%;
    height: 160px;
    background: linear-gradient(135deg, rgba(61, 214, 140, 0.2), rgba(139, 92, 246, 0.2));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4rem;
}

.game-info {
    padding: 1.25rem;
}

.game-name {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 0.5rem;
}

.game-description {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.game-meta {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.game-tag {
    padding: 0.25rem 0.75rem;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 600;
}

.tag-difficulty {
    background: rgba(239, 68, 68, 0.2);
    color: var(--danger);
}

.tag-garden {
    background: rgba(139, 92, 246, 0.2);
    color: var(--secondary);
}

.game-cost {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

/* === REWARDS === */
.rewards-summary .stat-card {
    background: var(--gradient-card);
    border: 1px solid rgba(61, 214, 140, 0.2);
    border-radius: var(--btn-radius);
    padding: 1.25rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    transition: all var(--transition-normal);
}

.stat-card:hover {
    border-color: var(--primary);
    box-shadow: var(--glow-green);
    transform: translateY(-2px);
}

.stat-card i {
    font-size: 2.5rem;
    color: var(--primary);
}

.stat-info {
    display: flex;
    flex-direction: column;
}

.stat-card .stat-label {
    font-size: 0.85rem;
    color: var(--text-muted);
    text-transform: uppercase;
}

.stat-card .stat-value {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--primary);
}


.reward-card {
    background: var(--gradient-card);
    border: 1px solid rgba(251, 191, 36, 0.2);
    border-radius: var(--btn-radius);
    padding: 1.5rem;
    text-align: center;
    transition: all var(--transition-normal);
    position: relative;
    height: 100%;
}

.reward-card.claimable {
    border-color: var(--gold);
    box-shadow: var(--glow-gold);
    animation: rewardPulse 2s ease-in-out infinite;
}

@keyframes rewardPulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}

.reward-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg), var(--glow-gold);
}

.reward-icon-large {
    font-size: 4rem;
    color: var(--gold);
    margin-bottom: 1rem;
}

.reward-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.reward-requirement {
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.reward-state {
    padding: 0.5rem 1rem;
    border-radius: 8px;
    font-weight: 600;
    display: inline-block;
}

.state-claimable {
    color: var(--dark-bg);
}

.state-locked {
    background: rgba(156, 163, 175, 0.2);
    color: var(--text-muted);
}

.state-claimed {
    background: rgba(34, 197, 94, 0.2);
    color: var(--success);
}

/* Recent Drops */
.recent-drops {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.drop-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.75rem;
    background: rgba(26, 31, 53, 0.4);
    border-radius: 10px;
    border-left: 3px solid var(--gold);
    transition: all var(--transition-normal);
}

.drop-item:hover {
    background: rgba(251, 191, 36, 0.1);
    transform: translateX(5px);
}

.drop-player {
    font-weight: 600;
    color: var(--primary);
}

.drop-reward {
    color: var(--text-secondary);
}

.drop-time {
    margin-left: auto;
    font-size: 0.75rem;
    color: var(--text-muted);
}

/* === RAFFLES === */
#rafflesGrid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
}

.raffle-card {
    background: var(--gradient-card);
    border: 1px solid rgba(139, 92, 246, 0.2);
    border-radius: 16px;
    padding: 1.5rem;
    transition: all var(--transition-normal);
}

.raffle-card:hover {
    border-color: var(--secondary);
    box-shadow: var(--shadow-lg), var(--glow-violet);
    transform: translateY(-4px);
}

.raffle-sponsor {
    font-size: 0.85rem;
    color: var(--secondary);
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.raffle-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 1rem;
}

.raffle-prize {
    background: rgba(139, 92, 246, 0.1);
    padding: 1rem;
    border-radius: 10px;
    margin-bottom: 1rem;
    text-align: center;
}

.prize-label {
    font-size: 0.75rem;
    color: var(--text-muted);
    text-transform: uppercase;
    margin-bottom: 0.25rem;
}

.prize-value {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--secondary);
}

.raffle-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
    padding: 0.75rem;
    background: rgba(26, 31, 53, 0.4);
    border-radius: 8px;
}

.info-item {
    text-align: center;
}

.info-label {
    font-size: 0.75rem;
    color: var(--text-muted);
    display: block;
    margin-bottom: 0.25rem;
}

.info-value {
    font-weight: 700;
    color: var(--primary);
}

.raffle-timer {
    text-align: center;
    margin-bottom: 1rem;
}

.timer-label {
    font-size: 0.75rem;
    color: var(--text-muted);
    margin-bottom: 0.25rem;
}

.timer-value {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--danger);
    font-family: 'Courier New', monospace;
}

.past-raffles {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.past-raffle-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem;
    background: rgba(26, 31, 53, 0.4);
    border-radius: 8px;
    border-left: 3px solid var(--secondary);
}

/* === SHOP === */
.nav-tabs {
    border-bottom: 2px solid rgba(61, 214, 140, 0.2);
}

.nav-tabs .nav-link {
    color: var(--text-secondary);
    border: none;
    border-bottom: 2px solid transparent;
    padding: 0.75rem 1.5rem;
    transition: all var(--transition-normal);
}

.nav-tabs .nav-link:hover {
    color: var(--primary);
    border-bottom-color: var(--primary);
}

.nav-tabs .nav-link.active {
    color: var(--primary);
    background: transparent;
    border-bottom-color: var(--primary);
}

#shopGrid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 1.5rem;
}

.shop-item {
    background: var(--gradient-card);
    border: 1px solid rgba(61, 214, 140, 0.2);
    border-radius: 16px;
    overflow: hidden;
    transition: all var(--transition-normal);
    cursor: pointer;
}

.shop-item:hover {
    border-color: var(--primary);
    box-shadow: var(--shadow-lg), var(--glow-green);
    transform: translateY(-4px);
}

.shop-item-image {
    width: 100%;
    height: 180px;
    background: linear-gradient(135deg, rgba(61, 214, 140, 0.2), rgba(139, 92, 246, 0.2));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4rem;
}

.shop-item-info {
    padding: 1.25rem;
}

.shop-item-name {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.shop-item-effect {
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.shop-item-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.price-value {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--primary);
}

/* Marketplace Table */
.marketplace-table {
    width: 100%;
}

.marketplace-table th {
    background: rgba(26, 31, 53, 0.6);
    color: var(--text-secondary);
    font-weight: 600;
    padding: 1rem;
    text-align: left;
    border-bottom: 1px solid rgba(61, 214, 140, 0.2);
}

.marketplace-table td {
    padding: 1rem;
    border-bottom: 1px solid rgba(26, 31, 53, 0.4);
}

.marketplace-table tr:hover {
    background: rgba(61, 214, 140, 0.05);
}

/* Top Up Options */
.topup-options {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.topup-option {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    background: rgba(26, 31, 53, 0.6);
    border: 1px solid rgba(61, 214, 140, 0.2);
    border-radius: 10px;
    transition: all var(--transition-normal);
}

.topup-option:hover {
    border-color: var(--primary);
    box-shadow: var(--glow-green);
}

.topup-amount {
    font-weight: 700;
    color: var(--primary);
    font-size: 1.1rem;
}

.topup-price {
    font-weight: 600;
    color: var(--text-primary);
}

/* === LEADERBOARDS === */
.leaderboard-filters {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.leaderboard-table {
    overflow-x: auto;
}

.leaderboard-table table {
    width: 100%;
    border-collapse: collapse;
}

.leaderboard-table th {
    background: rgba(26, 31, 53, 0.6);
    color: var(--text-secondary);
    font-weight: 600;
    padding: 1rem;
    text-align: left;
    border-bottom: 2px solid rgba(61, 214, 140, 0.2);
    position: sticky;
    top: 0;
}

.leaderboard-table td {
    padding: 1rem;
    border-bottom: 1px solid rgba(26, 31, 53, 0.4);
}

.leaderboard-table tr:hover {
    background: rgba(61, 214, 140, 0.05);
}

.leaderboard-table tr.top-1 {
    background: linear-gradient(90deg, rgba(251, 191, 36, 0.1), transparent);
}

.leaderboard-table tr.top-2 {
    background: linear-gradient(90deg, rgba(192, 192, 192, 0.1), transparent);
}

.leaderboard-table tr.top-3 {
    background: linear-gradient(90deg, rgba(205, 127, 50, 0.1), transparent);
}

.leaderboard-table tr.current-user {
    background: rgba(61, 214, 140, 0.1);
    border: 1px solid var(--primary);
}

.rank-number {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--primary);
}

.rank-medal {
    font-size: 1.5rem;
}

.player-avatar-small {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid var(--primary);
}

.big-section-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/bg-hub.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    user-select: none;
    pointer-events: none;
    opacity: 0.15;
    z-index: 2;
}

.big-profile-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 80%;
    height: 100%;
    background-size: auto 120%;
    background-position: 70% -20%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    user-select: none;
    pointer-events: none;
    opacity: 0.5;
    z-index: 2;
}

.your-rank-display {
    text-align: center;
    padding: 2rem 1rem;
}

.your-rank-display .rank-number {
    font-size: 3rem;
    color: var(--primary);
    margin-bottom: 0.5rem;
}

.your-rank-display .rank-score {
    font-size: 1.5rem;
    color: var(--text-primary);
    font-weight: 600;
}

.score-gap {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--gold);
}

.rewards-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.reward-item {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem;
    background: rgba(26, 31, 53, 0.4);
    border-radius: 8px;
}

.timer {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--primary);
    font-family: 'Courier New', monospace;
}

/* === PARTNERS & NEWS === */
#partnersGrid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
}

.partner-card {
    background: var(--gradient-card);
    border: 1px solid rgba(139, 92, 246, 0.2);
    border-radius: 16px;
    padding: 1.5rem;
    text-align: center;
    transition: all var(--transition-normal);
}

.partner-card:hover {
    border-color: var(--secondary);
    box-shadow: var(--shadow-lg), var(--glow-violet);
    transform: translateY(-4px);
}

.partner-logo {
    width: 100px;
    height: 100px;
    margin: 0 auto 1rem;
    border-radius: 50%;
    background: rgba(26, 31, 53, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
}

.partner-name {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--secondary);
    margin-bottom: 0.75rem;
}

.partner-description {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.partner-perks {
    background: rgba(139, 92, 246, 0.1);
    padding: 0.75rem;
    border-radius: 8px;
    margin-bottom: 1rem;
}

.partner-perks ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.partner-perks li {
    font-size: 0.85rem;
    color: var(--text-secondary);
    padding: 0.25rem 0;
}

.partner-perks li::before {
    content: '✓ ';
    color: var(--success);
    font-weight: 700;
}

.cta-card {
    background: linear-gradient(135deg, rgba(61, 214, 140, 0.1), rgba(139, 92, 246, 0.1));
    border: 2px solid rgba(61, 214, 140, 0.3);
}

.news-feed {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.news-item {
    background: var(--gradient-card);
    border: 1px solid rgba(61, 214, 140, 0.2);
    border-radius: var(--btn-radius);
    padding: 1.5rem;
    transition: all var(--transition-normal);
}

.news-item:hover {
    border-color: var(--primary);
    box-shadow: var(--glow-green);
    transform: translateX(5px);
}

.news-date {
    font-size: 0.75rem;
    color: var(--text-muted);
    margin-bottom: 0.5rem;
}

.news-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 0.75rem;
}

.news-content {
    color: var(--text-secondary);
    line-height: 1.6;
    margin-bottom: 1rem;
}

.news-tags {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.news-tag {
    padding: 0.25rem 0.75rem;
    background: rgba(61, 214, 140, 0.1);
    color: var(--primary);
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 600;
}

.quick-links {
    list-style: none;
    padding: 0;
}

.quick-links li {
    margin-bottom: 0.75rem;
}

.quick-links a {
    color: var(--text-secondary);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all var(--transition-normal);
}

.quick-links a:hover {
    color: var(--primary);
    transform: translateX(5px);
}

/* === BOTTOM HUD === */
.bottom-hud {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: var(--hud-height);
    background: rgba(26, 31, 53, 0.95);
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(61, 214, 140, 0.2);
    box-shadow: 0 -4px 6px rgba(0, 0, 0, 0.3);
    z-index: 999;
    display: flex;
    align-items: center;
}

.hud-container {
    width: 100%;
    margin: 0 auto;
    padding: 0 1rem;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    justify-content: flex-end;
}

.hud-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.hud-item i {
    font-size: 1.5rem;
    color: var(--primary);
}

.hud-bar-container {
    position: relative;
    width: 150px;
    height: 20px;
    background: rgba(26, 31, 53, 0.6);
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(61, 214, 140, 0.2);
}

.hud-bar {
    height: 100%;
    background: var(--bar-gradient-primary);
    border-radius: 10px;
    transition: width 0.3s ease;
}

.hud-bar-xp {
    background: var(--bar-gradient-accent);
}

.hud-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--text-primary);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
    white-space: nowrap;
}

.hud-value {
    font-weight: 600;
    color: var(--text-primary);
}

.hud-actions {
    display: flex;
    gap: 0.5rem;
    margin-left: auto;
}

.btn-hud {
    padding: 0.5rem 1rem;
    background: rgba(26, 31, 53, 0.6);
    border: 1px solid rgba(61, 214, 140, 0.2);
    color: var(--text-primary);
    border-radius:  var(--btn-radius);
    font-size: 0.85rem;
    font-weight: 600;
    transition: all var(--transition-normal);
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.btn-hud:hover {
    background: rgba(61, 214, 140, 0.1);
    border-color: var(--primary);
    box-shadow: var(--glow-green);
    transform: translateY(-2px);
}

.btn-hud.btn-accent {
    background: var(--gradient-accent);
    color: var(--dark-bg);
    border-color: transparent;
}

.btn-hud.btn-accent:hover {
    box-shadow: var(--glow-gold);
}

/* === MODALS === */
.modal-content {
    background: var(--gradient-card);
    border: 1px solid rgba(61, 214, 140, 0.3);
    border-radius: var(--btn-radius);
    box-shadow: var(--shadow-xl);
}

.modal-header {
    border-bottom: 1px solid rgba(61, 214, 140, 0.2);
    padding: 1.5rem;
}

.modal-title {
    color: var(--primary);
    font-weight: 700;
}

.btn-close {
    filter: invert(1);
    opacity: 0.7;
}

.btn-close:hover {
    opacity: 1;
}

.modal-body {
    padding: 1.5rem;
}

.modal-footer {
    border-top: 1px solid rgba(61, 214, 140, 0.2);
    padding: 1.5rem;
}

/* === OFFCANVAS === */
.offcanvas {
    border-right: 1px solid rgb(255 255 255 / 12%) !important;
    box-shadow: var(--shadow-xl);
    background: rgba(26, 31, 53, 0.95);
    box-shadow: 4px 0px 6px rgba(0, 0, 0, 0.3);
}

.offcanvas-header {
    border-bottom: 1px solid rgba(61, 214, 140, 0.2);
}

.offcanvas-body {
    padding: 0px;
    padding-top: 80px;
}

.offcanvas-title {
    color: var(--primary);
    font-weight: 700;
}

.notifications-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.notification-item {
    padding: 1rem;
    background: rgba(26, 31, 53, 0.6);
    border-left: 3px solid var(--primary);
    border-radius: 0 8px 8px 0;
    transition: all var(--transition-normal);
}

.notification-item:hover {
    background: rgba(61, 214, 140, 0.1);
    transform: translateX(5px);
}

.notification-item.unread {
    background: rgba(61, 214, 140, 0.1);
    border-left-color: var(--gold);
}

.notification-title {
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 0.25rem;
}

.notification-text {
    font-size: 0.9rem;
    color: var(--text-secondary);
}

.notification-time {
    font-size: 0.75rem;
    color: var(--text-muted);
    margin-top: 0.5rem;
}

.settings-group {
    padding: 1rem 0;
    border-bottom: 1px solid rgba(26, 31, 53, 0.4);
}

.settings-group:last-child {
    border-bottom: none;
}

.settings-group h6 {
    color: var(--primary);
    font-weight: 600;
    margin-bottom: 1rem;
}

.form-check-input:checked {
    background-color: var(--primary);
    border-color: var(--primary);
}
.form-select, .form-control {
    border-radius: var(--btn-radius);
    color: var(--text-primary);
    background-color: transparent;
}
select option {
    background: var(--dark-card);
    backdrop-filter: blur(10px);
    color: #fff;
}

/* === RESPONSIVE === */
@media (max-width: 991px) {
    .navbar-collapse {
        background: rgba(26, 31, 53, 0.98);
        margin-top: 1rem;
        padding: 1rem;
        border-radius: 12px;
        border: 1px solid rgba(61, 214, 140, 0.2);
    }

    .navbar-nav {
        gap: 0.5rem;
    }

    .currency-display {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 1rem;
    }
}

@media (max-width: 768px) {
    .section-title {
        font-size: 1.5rem;
    }

    .gardens-grid,
    #gamesGrid,
    #rafflesGrid,
    #shopGrid {
        grid-template-columns: 1fr;
    }

    .hud-container {
        flex-wrap: wrap;
        justify-content: center;
        padding: 0.5rem;
        gap: 0.75rem;
    }

    .hud-bar-container {
        width: 100px;
    }

    .hud-btn-label {
        display: none;
    }

    .btn-hud {
        padding: 0.5rem;
        width: 40px;
        height: 40px;
        justify-content: center;
    }

    .bottom-hud {
        height: auto;
        padding: 0.75rem 0;
    }
}

/* === UTILITIES === */
.text-primary {
    color: var(--primary) !important;
}

.text-secondary {
    color: var(--secondary) !important;
}

.text-accent {
    color: var(--accent) !important;
}

.bg-primary {
    background: var(--gradient-primary) !important;
}

.bg-secondary {
    background: var(--gradient-secondary) !important;
}

.bg-accent {
    background: var(--gradient-accent) !important;
}

/* === ANIMATIONS === */
@keyframes slideInRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }

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

@keyframes slideInLeft {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }

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

@keyframes bounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

/* === TOAST NOTIFICATIONS === */
.toast-container {
    position: fixed;
    top: calc(var(--navbar-height) + 1rem);
    right: 1rem;
    z-index: 9999;
}

.toast {
    background: var(--gradient-card);
    border: 1px solid rgba(61, 214, 140, 0.3);
    border-radius: var(--btn-radius);
    box-shadow: var(--shadow-lg);
    min-width: 300px;
    animation: slideInRight 0.3s ease;
}

.toast-header {
    background: rgba(26, 31, 53, 0.5);
    border-bottom: 1px solid rgba(61, 214, 140, 0.2);
    color: var(--text-primary);
}

.toast-body {
    color: var(--text-secondary);
}

/* === SCROLLBAR === */
::-webkit-scrollbar {
    width: 10px;
}

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

::-webkit-scrollbar-thumb {
    background: var(--gradient-1);
    border-radius: 5px;
}