/* Loading Indicator Styles */
.loading-indicator {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 2rem;
    text-align: center;
}

.loading-indicator .spinner {
    width: 50px;
    height: 50px;
    border: 5px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: #0099ff;
    animation: spin 1s ease-in-out infinite;
    margin-bottom: 1rem;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/* Regular CSS continues below */
.default, :root {
    --text-color:#FFFFFF;
    --main-color-1: #FF69B4;
    --main-color-2: #FF69B4;
    --main-color-dim-1: #FF69B4cc;
    --main-color-dim-2: #FF69B499;
    --main-color-dim-3: #FF69B466;
    --main-transparent: rgba(0, 0, 0, 0);
    --secondary-color-1: #070707;
    --secondary-color-2: rgb(46, 46, 51);
    --tooltip-color-1: #070707;
    --tooltip-color-2: rgb(46, 46, 51);
    --paid-color: rgb(255, 105, 180);
    --backround-color: #000000;
    --navbar-backround: #000000;
    --navbar-line: #FF69B4;
    /*Card */
    --card-border: #0e0d0d;
    --card-color: #000000;
    --link-button: #FF69B4;
    --buy-button: #ffffff;
    --card-background: rgba(0, 0, 0, 0.26);
    --color-negative: #E84848;
    --color-neutral: #fae315;
    --color-positive: #4ADE80;
}

.march {
    /* Main Themeing */
    --text-color:#ffffff;
    --main-color-1: #06740c;
    --main-color-2: #1e5821;
    --main-color-dim-1: #112512;
    --main-color-dim-2: #060e07;
    --main-color-dim-3: rgb(26, 44, 23);
    --main-transparent: rgba(0, 0, 0, 0);
    --secondary-color-1: #070707;
    --secondary-color-2: rgb(46, 46, 51);
    --tooltip-color-1: #070707;
    --tooltip-color-2: rgb(46, 46, 51);
    --paid-color: rgb(0, 255, 0);
    --backround-color: #000000;
    --navbar-backround: #000000;
    --navbar-line: #b6ffba;
    /*Card */
    --card-border: #b6ffba;
    --card-color: #000000;
    --link-button: #b6ffba;
    --buy-button: #34ff3e;
    --card-background: rgba(0, 0, 0, 0.26);
    /* Pros, Cons, Neutral Colors */
    --color-negative: #E84848;
    --color-neutral: #FACC15;
    --color-positive: #4ADE80;
}

.catppuccin {
    --text-color: #c6d0f5;
    --main-color-1: #ca9ee6;
    --main-color-2: #ca9ee6;
    --main-color-dim-1: #ca9ee6cc;
    --main-color-dim-2: #ca9ee699;
    --main-color-dim-3: #ca9ee666;
    --main-transparent: rgba(0, 0, 0, 0);
    --secondary-color-1: #232634;
    --secondary-color-2: #292c3c;
    --tooltip-color-1: #232634;
    --tooltip-color-2: #292c3c;
    --backround-color: #303446;
    --navbar-backround: #303446;
    --navbar-line: #ca9ee6;
    --link-button: #ca9ee6;
    --paid-color: #ca9ee6;
    --card-background: #414559;
    --card-border: #ca9ee6;
    --card-color: #414559;
    --color-negative: #e78284;
    --color-neutral: #f5c2e7;
    --color-positive: #a6e3a1;
}

/* New Themes */

.dracula {
    --text-color: #f8f8f2;
    --main-color-1: #bd93f9;
    --main-color-2: #bd93f9;
    --main-color-dim-1: #bd93f9cc;
    --main-color-dim-2: #bd93f999;
    --main-color-dim-3: #bd93f966;
    --main-transparent: rgba(0, 0, 0, 0);
    --secondary-color-1: #282a36;
    --secondary-color-2: #44475a;
    --tooltip-color-1: #282a36;
    --tooltip-color-2: #44475a;
    --backround-color: #282a36;
    --navbar-backround: #282a36;
    --navbar-line: #bd93f9;
    --link-button: #bd93f9;
    --paid-color: #ff79c6;
    --card-background: #44475a;
    --card-border: #bd93f9;
    --card-color: #44475a;
    --color-negative: #ff5555;
    --color-neutral: #ffb86c;
    --color-positive: #50fa7b;
}

.nord {
    --text-color: #eceff4;
    --main-color-1: #88c0d0;
    --main-color-2: #88c0d0;
    --main-color-dim-1: #88c0d0cc;
    --main-color-dim-2: #88c0d099;
    --main-color-dim-3: #88c0d066;
    --main-transparent: rgba(0, 0, 0, 0);
    --secondary-color-1: #2e3440;
    --secondary-color-2: #3b4252;
    --tooltip-color-1: #2e3440;
    --tooltip-color-2: #3b4252;
    --backround-color: #2e3440;
    --navbar-backround: #2e3440;
    --navbar-line: #88c0d0;
    --link-button: #88c0d0;
    --paid-color: #d08770;
    --card-background: #3b4252;
    --card-border: #88c0d0;
    --card-color: #3b4252;
    --color-negative: #bf616a;
    --color-neutral: #ebcb8b;
    --color-positive: #a3be8c;
}

.sunset {
    --text-color: #fdf6e3;
    --main-color-1: #d33682;
    --main-color-2: #d33682;
    --main-color-dim-1: #d33682cc;
    --main-color-dim-2: #d3368299;
    --main-color-dim-3: #d3368266;
    --main-transparent: rgba(0, 0, 0, 0);
    --secondary-color-1: #002b36;
    --secondary-color-2: #073642;
    --tooltip-color-1: #002b36;
    --tooltip-color-2: #073642;
    --backround-color: #002b36;
    --navbar-backround: #002b36;
    --navbar-line: #d33682;
    --link-button: #d33682;
    --paid-color: #cb4b16;
    --card-background: #073642;
    --card-border: #d33682;
    --card-color: #073642;
    --color-negative: #dc322f;
    --color-neutral: #b58900;
    --color-positive: #859900;
}

.cyberpunk {
    --text-color: #f0f0f0;
    --main-color-1: #ff00ff;
    --main-color-2: #00ffff;
    --main-color-dim-1: #ff00ffcc;
    --main-color-dim-2: #00ffff99;
    --main-color-dim-3: #ff00ff66;
    --main-transparent: rgba(0, 0, 0, 0);
    --secondary-color-1: #0a0a0a;
    --secondary-color-2: #1a1a1a;
    --tooltip-color-1: #0a0a0a;
    --tooltip-color-2: #1a1a1a;
    --backround-color: #0a0a0a;
    --navbar-backround: #0a0a0a;
    --navbar-line: #ff00ff;
    --link-button: #00ffff;
    --paid-color: #ff00ff;
    --card-background: #1a1a1a;
    --card-border: #00ffff;
    --card-color: #1a1a1a;
    --color-negative: #ff0000;
    --color-neutral: #ffff00;
    --color-positive: #00ff00;
}

.matrix {
    --text-color: #00ff00;
    --main-color-1: #00ff00;
    --main-color-2: #00ff00;
    --main-color-dim-1: #00ff00cc;
    --main-color-dim-2: #00ff0099;
    --main-color-dim-3: #00ff0066;
    --main-transparent: rgba(0, 0, 0, 0);
    --secondary-color-1: #000000;
    --secondary-color-2: #0a0a0a;
    --tooltip-color-1: #000000;
    --tooltip-color-2: #0a0a0a;
    --backround-color: #000000;
    --navbar-backround: #000000;
    --navbar-line: #00ff00;
    --link-button: #00ff00;
    --paid-color: #00ff00;
    --card-background: #0a0a0a;
    --card-border: #00ff00;
    --card-color: #0a0a0a;
    --color-negative: #ff0000;
    --color-neutral: #ffff00;
    --color-positive: #00ff00;
}

.red {
    --text-color: #ffffff;
    --main-color-1: #ff0000;
    --main-color-2: #cc0000;
    --main-color-dim-1: #ff0000cc;
    --main-color-dim-2: #ff000099;
    --main-color-dim-3: #ff000066;
    --main-transparent: rgba(0, 0, 0, 0);
    --secondary-color-1: #1a0000;
    --secondary-color-2: #330000;
    --tooltip-color-1: #1a0000;
    --tooltip-color-2: #330000;
    --paid-color: #ff3333;
    --backround-color: #000000;
    --navbar-backround: #000000;
    --navbar-line: #ff0000;
    /*Card */
    --card-border: #ff0000;
    --card-color: #000000;
    --link-button: #ff0000;
    --buy-button: #ff3333;
    --card-background: rgba(0, 0, 0, 0.26);
    --color-negative: #ff3333;
    --color-neutral: #ff9933;
    --color-positive: #33ff33;
}

body {
    margin: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: var(--backround-color);
}

* {
    color: var(--text-color);
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
}

/* Nav */
nav {
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    padding: 1rem;
    background-color: var(--navbar-backround);
    border-bottom: 2px solid var(--navbar-line);
}

#nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: min(100%, 1200px);
    height: 100%;
    margin: 0 auto;
    padding: 0 1rem;
}

.search-container {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 20px;
}

#search-input {
    width: 300px;
    padding: 8px 15px;
    border: 2px solid var(--card-border);
    border-radius: 20px;
    background: var(--navbar-backround);
    color: var(--text-color);
    font-size: 14px;
    transition: all 0.3s ease;
}

#search-input:focus {
    outline: none;
    border-color: var(--main-color-1);
    box-shadow: 0 0 10px rgba(179, 38, 36, 0.3);
}

#brand {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
    white-space: nowrap;
    color: white;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
}

#brand-highlight {
    color: #FF69B4;
    text-shadow: 0 0 10px rgba(255, 105, 180, 0.8),
                 0 0 20px rgba(255, 105, 180, 0.6),
                 0 0 30px rgba(255, 105, 180, 0.4);
    transition: text-shadow 0.3s ease, color 0.3s ease;
}

#brand-highlight:hover {
    text-shadow: 0 0 15px rgba(255, 105, 180, 0.9),
                 0 0 25px rgba(255, 105, 180, 0.7),
                 0 0 35px rgba(255, 105, 180, 0.5);
}

/* Theme-specific brand highlight colors */
.default #brand-highlight {
    color: #FF69B4;
    text-shadow: 0 0 10px rgba(255, 105, 180, 0.8),
                 0 0 20px rgba(255, 105, 180, 0.6),
                 0 0 30px rgba(255, 105, 180, 0.4);
}

.default #brand-highlight:hover {
    text-shadow: 0 0 15px rgba(255, 105, 180, 0.9),
                 0 0 25px rgba(255, 105, 180, 0.7),
                 0 0 35px rgba(255, 105, 180, 0.5);
}

.march #brand-highlight {
    color: #00FF00;
    text-shadow: 0 0 10px rgba(0, 255, 0, 0.8),
                 0 0 20px rgba(0, 255, 0, 0.6),
                 0 0 30px rgba(0, 255, 0, 0.4);
}

.march #brand-highlight:hover {
    text-shadow: 0 0 15px rgba(0, 255, 0, 0.9),
                 0 0 25px rgba(0, 255, 0, 0.7),
                 0 0 35px rgba(0, 255, 0, 0.5);
}

.catppuccin #brand-highlight {
    color: #F5C2E7;
    text-shadow: 0 0 10px rgba(245, 194, 231, 0.8),
                 0 0 20px rgba(245, 194, 231, 0.6),
                 0 0 30px rgba(245, 194, 231, 0.4);
}

.catppuccin #brand-highlight:hover {
    text-shadow: 0 0 15px rgba(245, 194, 231, 0.9),
                 0 0 25px rgba(245, 194, 231, 0.7),
                 0 0 35px rgba(245, 194, 231, 0.5);
}

.dracula #brand-highlight {
    color: #BD93F9;
    text-shadow: 0 0 10px rgba(189, 147, 249, 0.8),
                 0 0 20px rgba(189, 147, 249, 0.6),
                 0 0 30px rgba(189, 147, 249, 0.4);
}

.dracula #brand-highlight:hover {
    text-shadow: 0 0 15px rgba(189, 147, 249, 0.9),
                 0 0 25px rgba(189, 147, 249, 0.7),
                 0 0 35px rgba(189, 147, 249, 0.5);
}

.nord #brand-highlight {
    color: #88C0D0;
    text-shadow: 0 0 10px rgba(136, 192, 208, 0.8),
                 0 0 20px rgba(136, 192, 208, 0.6),
                 0 0 30px rgba(136, 192, 208, 0.4);
}

.nord #brand-highlight:hover {
    text-shadow: 0 0 15px rgba(136, 192, 208, 0.9),
                 0 0 25px rgba(136, 192, 208, 0.7),
                 0 0 35px rgba(136, 192, 208, 0.5);
}

.sunset #brand-highlight {
    color: #FF7E5F;
    text-shadow: 0 0 10px rgba(255, 126, 95, 0.8),
                 0 0 20px rgba(255, 126, 95, 0.6),
                 0 0 30px rgba(255, 126, 95, 0.4);
}

.sunset #brand-highlight:hover {
    text-shadow: 0 0 15px rgba(255, 126, 95, 0.9),
                 0 0 25px rgba(255, 126, 95, 0.7),
                 0 0 35px rgba(255, 126, 95, 0.5);
}

.cyberpunk #brand-highlight {
    color: #FF00FF;
    text-shadow: 0 0 10px rgba(255, 0, 255, 0.8),
                 0 0 20px rgba(255, 0, 255, 0.6),
                 0 0 30px rgba(255, 0, 255, 0.4);
}

.cyberpunk #brand-highlight:hover {
    text-shadow: 0 0 15px rgba(255, 0, 255, 0.9),
                 0 0 25px rgba(255, 0, 255, 0.7),
                 0 0 35px rgba(255, 0, 255, 0.5);
}

.matrix #brand-highlight {
    color: #00FF00;
    text-shadow: 0 0 10px rgba(0, 255, 0, 0.8),
                 0 0 20px rgba(0, 255, 0, 0.6),
                 0 0 30px rgba(0, 255, 0, 0.4);
}

.matrix #brand-highlight:hover {
    text-shadow: 0 0 15px rgba(0, 255, 0, 0.9),
                 0 0 25px rgba(0, 255, 0, 0.7),
                 0 0 35px rgba(0, 255, 0, 0.5);
}

.overhaul-theme #brand-highlight {
    color: #FF3366;
    text-shadow: 0 0 10px rgba(255, 51, 102, 0.8),
                 0 0 20px rgba(255, 51, 102, 0.6),
                 0 0 30px rgba(255, 51, 102, 0.4);
}

.overhaul-theme #brand-highlight:hover {
    text-shadow: 0 0 15px rgba(255, 51, 102, 0.9),
                 0 0 25px rgba(255, 51, 102, 0.7),
                 0 0 35px rgba(255, 51, 102, 0.5);
}

.red-theme #brand-highlight {
    color: #FF0000;
    text-shadow: 0 0 10px rgba(255, 0, 0, 0.8),
                 0 0 20px rgba(255, 0, 0, 0.6),
                 0 0 30px rgba(255, 0, 0, 0.4);
}   

.red-theme #brand-highlight:hover {
    text-shadow: 0 0 15px rgba(255, 0, 0, 0.9),
                 0 0 25px rgba(255, 0, 0, 0.7),
                 0 0 35px rgba(255, 0, 0, 0.5);
}

#nav-items,
#nav-items ul#menu-list { /* Target both the container and the list */
    display: flex;
    align-items: center; /* Vertically center items */
    gap: 1rem;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#nav-items ul#menu-list > li {
    padding: 0;
    margin: 0;
    display: flex; /* Ensure li is flex to align its content */
    align-items: center; /* Align content within li */
}

#menu-icon {
    display: none;
    border: none;
    background: transparent;
    /* Existing styles... */
}

#menu-list>li>a {
    color: var(--text-color);
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    display: inline-flex; /* Ensure link aligns its content */
    align-items: center;
}

#menu-list>li>a::after,
#menu-list>li>a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--navbar-line);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease;
}

#menu-list>li>a::after {
    bottom: 0;
}

#menu-list>li>a:hover {
    color: var(--main-color-1);
}

#menu-list>li>a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

#menu-icon {
    border: none;
    outline: none;
    padding: none;
    display: none;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    background-color: var(--navbar-backround);
    transition: 0.5s;
}

#menu-icon img {
    filter: invert(100%) sepia(0%) saturate(4%) hue-rotate(143deg) brightness(103%) contrast(102%);
}

.menu-blur {
    z-index: 3;
    overflow: hidden;
    list-style-type: none;
    display: none;
    flex-direction: column;
    justify-content: center;
    position: fixed;
    width: 100%;
    padding: 4px;
    top: 58px;
    left: 0;
    gap: 0;
    background-color: var(--navbar-backround);
    border-bottom: 2px solid var(--navbar-line);
    transition: all 0.3s ease-out;
    opacity: 0;
    transform: translateY(-10px);
}

.menu-blur.show {
    display: flex;
    opacity: 1;
    transform: translateY(0);
}

.menu-blur li a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    margin: 2px;
    border-radius: 100px;
    user-select: none;
    /* Prevent text selection */
}

.menu-blur li a:hover {
    background-color: var(--navbar-backround);
}

@media only screen and (max-width: 888px) {
    .search-container {
        width: 200px;
        margin-left: 15px;
    }
    
    #nav-container {
        padding: 0 0.5rem;
    }
    
    .card {
        width: calc(100% - 2rem);
        margin: 1rem;
    }
    
    .filter-drawer {
        width: 100%;
        max-width: none;
    }
    
    .platform-checkboxes {
        flex-direction: column;
    }
    
    .platform-checkbox {
        width: 100%;
        margin: 0.5rem 0;
    }
}

@media only screen and (max-width: 552px) {
    #menu-list {
        display: none;
    }
    
    #menu-icon {
        display: block;
    }
    
    #menu-icon.opened {
        transform: rotate(90deg);
    }
    
    .menu-blur.show {
        display: block;
    }
    
    .search-container {
        width: 150px;
        margin-left: 10px;
    }
    
    #brand {
        font-size: 1rem;
    }
    
    .card-title {
        font-size: 1.2rem;
    }
    
    .card-content {
        font-size: 0.9rem;
    }
    
    .card-footer {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }
    
    .button-wrapper {
        width: 100%;
    }
    
    .card-button {
        width: 100%;
        text-align: center;
    }
    
    .last-edited {
        width: 100%;
        justify-content: center;
    }
    
    .filter-drawer-header h2 {
        font-size: 1.2rem;
    }
    
    .filter-section h3 {
        font-size: 1rem;
    }
    
    .platform-checkbox span {
        font-size: 0.9rem;
    }
    
    .reset-filters-button,
    .apply-filters-button {
        font-size: 0.9rem;
        padding: 0.5rem 1rem;
    }
}

/* Main */
#particle-container {
    z-index: 10;
    position: fixed;
    pointer-events: none;
}

.glow-red {
    color: var(--main-color-1);
    text-decoration: none;
    text-shadow: 0 0 5px var(--main-color-dim-1), 0 0 10px var(--main-color-dim-2), 0 0 15px var(--main-color-dim-3);
}

.glow-link {
    color: cyan;
    text-decoration: none;
    text-shadow: 0 0 5px rgba(0, 0, 255, 0.8), 0 0 10px rgba(0, 0, 255, 0.6), 0 0 15px rgba(0, 0, 255, 0.4);
}

.glow-link:hover {
    text-decoration: underline;
}

main {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    margin-top: calc(4rem - 20px);
    width: 100%;
}

#notification {
    width: min(100%, 1400px);
    padding: 20px;
    margin: 5px auto;
    border-radius: 12px;
    border: 1px solid var(--card-border);
    background-color: transparent;
    box-sizing: border-box;
    text-align: center;
    backdrop-filter: blur(6.7px);
    -webkit-backdrop-filter: blur(6.7px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 280px; /* Minimum width to prevent squishing */
}

#notification > h2 {
    color: var(--navbar-background);
    margin-bottom: 1px;
    font-size: clamp(1rem, 3vw, 1.125rem); /* Responsive font size */
    text-shadow: 0 0 4px rgba(232, 72, 72, 0.8), 0 0 16px rgba(232, 72, 72, 0.6), 0 0 24px rgba(232, 72, 72, 0.4);
    width: 100%;
    word-wrap: break-word; /* Ensure text wraps properly */
}

#notification > p {
    width: 100%;
    word-wrap: break-word; /* Ensure text wraps properly */
    font-size: clamp(0.875rem, 2.5vw, 1rem); /* Responsive font size */
}

#sfs {
    text-align: center;
    /* Centers inline text */
    display: flex;
    /* Enables flexbox */
    flex-direction: column;
    /* Stacks items vertically */
    align-items: center;
    /* Centers content horizontally */
    justify-content: center;
    /* Centers content vertically */
}

#notification>h2 {
    color: var(--navbar-background);
    margin-bottom: 1px;
    font-size: 1.125rem;
    text-shadow: 0 0 4px rgba(232, 72, 72, 0.8), 0 0 16px rgba(232, 72, 72, 0.6), 0 0 24px rgba(232, 72, 72, 0.4);
}

#cards-wrapper {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 10px 20px;
    min-height: calc(100vh - 200px);
    position: relative;
}

#cards-align {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 24px;
    width: min(100%, 1500px);
    margin: 0 auto;
    margin-bottom: 20px;
    position: relative;
    min-height: 200px;
    padding: 20px;
}

.card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    position: relative;
    width: 450px; /* Fixed width */
    min-width: 450px; /* Ensure minimum width */
    max-width: 450px; /* Ensure maximum width */
    height: auto;
    min-height: 300px; /* Set minimum height */
    padding: 20px;
    border-radius: 12px;
    background-color: var(--card-background);
    border: 1px solid var(--card-border);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(6.7px);
    -webkit-backdrop-filter: blur(6.7px);
    transition: transform 0.1s ease, box-shadow 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
    margin: 0 auto;
    opacity: 1;
    visibility: visible;
}

.card:hover {
    transform: scale(1.05);
}

.iris-card {
    position: relative;
    overflow: hidden;
}

.iris-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
        45deg,
        #FFFFFF 0%,
        #40E0D0 25%,
        #FF69B4 50%,
        #40E0D0 75%,
        #FFFFFF 100%
    );
    background-size: 200% 200%;
    animation: irisGradient 8s linear infinite;
    z-index: -1;
    opacity: 0.2;
}

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

.card-types {
    display: flex;
    flex-direction: row;
    gap: 10px;
    position: absolute;
    top: 20px;
    right: 20px;
}

.type-holder {
    position: relative;
}

.card-type {
    width: 30px;
    aspect-ratio: 1;
    object-fit: contain;
}

.card-type+.tooltip {
    position: absolute;
    visibility: visible;
    left: 50%;
    bottom: 125%;
    padding: 5px;
    transform: translateX(-50%);
    border-radius: 6px;
    text-align: center;
    background-color: var(--tooltip-color-1);
    border: 1px solid var(--tooltip-color-2);
    opacity: 0;
    transition: opacity 0.3s;
    white-space: pre;
}

.card-type+.tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border: 5px solid;
    border-color: var(--tooltip-color-2) transparent transparent transparent;
}

@media only screen and (max-width: 578px) {
    .type-holder:last-child>.card-type+.tooltip {
        left: unset;
        right: 0;
        transform: translateX(0)
    }

    .type-holder:last-child>.card-type+.tooltip::after {
        left: unset;
        right: 9px;
    }
}

.card-type:hover+.tooltip {
    visibility: visible;
    opacity: 1;
}

.card-title {
    margin-bottom: 15px;
    text-shadow: none;
    font-size: 22px;
    font-weight: bold;
    position: relative;
    display: inline-block;
    position: relative;
    padding-right: 40px; /* Make space for the edit button */
}

.card-title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 40px;
    height: 3px;
    background-color: var(--main-color-1);
    transition: width 0.3s ease;
}

.card:hover .card-title::after {
    width: 100%;
}

.card-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
    min-height: 150px; /* Ensure minimum content height */
}

.card-content ul {
    padding-left: 20px;
    margin: 0;
}

.pros, .neutral, .cons {
    position: relative;
    margin: 0;
    padding: 0;
}

.pros .section-title,
.neutral .section-title,
.cons .section-title {
    margin: 0;
    padding: 0;
}

.pros {
    color: var(--color-positive);
}

.pros .section-title {
    color: var(--color-positive);
}

.neutral {
    color: var(--color-neutral);
}

.neutral .section-title {
    color: var(--color-neutral);
}

.cons {
    color: var(--color-negative);
}

.cons .section-title {
    color: var(--color-negative);
}

/* Container for the buttons */
.card-footer .button-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 10px; /* Add margin to separate from last-edited section */
}

.card-footer .download-button {
    background-color: var(--link-button);
    color: var(--text-color);
    padding: 8px 16px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    display: inline-block;
}

.unbanner-button {
    padding: 4px 10px;
    font-size: 0.85em;
    width: fit-content;
    height: fit-content;
}

.download-button:hover {
    opacity: 0.8;
    transform: scale(1.05);
}

.card-footer .download-button:hover {
    background-color: var(--main-color-2);
}

/* Style for the last-edited image */
.card-footer .last-edited img {
    width: 20px;
    height: 20px;
    object-fit: cover;
    /* Ensures the image fits nicely */
    border-radius: 0;
    /* Ensure the image is not rounded */
    opacity: 0.95;
    /* Apply 50% transparency */
}

.card-footer .card-button {
    flex-grow: 1;
    text-align: center;
    margin: 0 5px;
}

.card-status {
    display: flex;
    gap: 6px;
}

.card-status>p {
    font-size: 0.9rem;
    color: var(--text-color);
}

/* Adjust the layout of the last-edited section */
.card-footer .last-edited {
    display: flex;
    align-items: center;
    gap: 10px;
    color: gray;
    flex-direction: row;
    margin-top: 5px; /* Add margin to separate from buttons */
    width: 100%; /* Ensure it takes full width */
    justify-content: center; /* Center the content horizontally */
}

/* Style for the last-edited image */
.card-footer .last-edited img {
    width: 20px;
    height: 20px;
    object-fit: cover;
}

/* Make sure the last-edited text doesn't overlap with the menu icon */
.card-footer .card-status p {
    z-index: 1;
}

/* Optional: Style for the name and icon within last-edited */
.card-footer .last-edited p {
    margin: 0;
    font-size: 0.9rem;
}

.card-button {
    background-color: rgba(0, 0, 0, 0.5);
    color: #FF69B4;
    border: 1px solid #FF69B4;
    border-radius: 5px;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.card-button:hover {
    background-color: rgba(255, 105, 180, 0.2);
    color: white;
    box-shadow: 0 0 10px rgba(255, 105, 180, 0.5);
}

/* For the 'right' button */
.card-button.right:hover {
    background-color: #4ADE80;
    /* Fill with the same current background color */
    color: var(--text-color);
    /* Ensure text is readable */
}

/* For the 'left' button */
.card-button.left:hover {
    background-color: var(--link-button);
    /* Fill with the same current background color */
    color: var(--text-color);
    /* Ensure text is readable */
}

.card-button {
    color: var(--link-button);
    border: 2px solid var(--link-button);
}

/* Container for the buttons */
.card-footer .button-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 0;
    width: 100%;
    height: 46px;
}

/* Style for the last-edited image */
.card-footer .last-edited img {
    width: 20px;
    height: 20px;
    object-fit: cover;
    /* Ensures the image fits nicely */
    border-radius: 0;
    /* Ensure the image is not rounded */
}

/* Left button specific styling */
.card-button.left {
    border-radius: 20px 0 0 20px;
    margin-right: 2.5px;
    /* Adds gap between the left and right buttons */
}

/* Right button specific styling */
.card-button.right {
    border-radius: 0 20px 20px 0;
    margin-left: 2.5px;
    /* Adds gap between the left and right buttons */
    color: var(--buy-button);
    border: 2px solid var(--buy-button);
}

/* When both buttons are present, remove inner radius to make the center straight */
.card-footer .button-wrapper a:first-child.card-button.right,
.card-footer .button-wrapper a:last-child.card-button.left {
    border-radius: 25px;
}

.rounded-btn {
    border-radius: 25px !important;
}

/* Last edited section styling */
.last-edited {
    margin-top: 10px;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* Centers the content horizontally */
    text-align: center;
    /* Centers the text */
    justify-content: center;
    /* Vertically aligns content to center */
}

/* Make the entire last-edited section text gray */
.card-footer .last-edited p,
.card-footer .last-edited span {
    color: gray;
    /* Apply gray to the entire text including 'Last edited by' and username */
}

/* Make the image 50% transparent */
.card-footer .last-edited img {
    opacity: 0.5;
    /* Apply 50% transparency */
    object-fit: cover;
    /* Ensures the image maintains its aspect ratio */
}

.unc-btn,
.unc-img {
    height: 100%;
}

.last-edited img {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    object-fit: cover;
    /* Ensures the image maintains aspect ratio */
}

/* Footer */
footer {
    flex-shrink: 0;
    background-color: transparent;
    text-align: center;
    padding: 20px;
    width: 100%;
    border-top: 2px solid var(--main-color-1);
    backdrop-filter: blur(6.7px);
}

a.footer-link {
    color: var(--main-color-1);
}

/* /Guide */
.blog-post {
    border: 1px solid #27272A;
    /* Changed border color to red */
    border-radius: 10px;
    /* Increased border-radius for more rounded corners */
    padding: 16px;
    margin: 16px 0;
    background-color: #050505;
    /* Changed background color to green */
}

.post-title {
    font-size: 24px;
    margin-bottom: 8px;
    font-weight: bold;
    /* Make title bold */
}

.post-meta {
    font-size: 14px;
    color: #777;
    margin-bottom: 12px;
}

.post-content {
    font-size: 16px;
}

.post-content a {
    color: #EF4444;
    /* Link color */
    text-decoration: none;
    /* Remove underline */
}

.post-content a:hover {
    text-decoration: underline;
    /* Underline on hover */
}

.bold {
    font-weight: bold;
    /* Class to make text bold */
}

.error {
    color: red;
    font-size: 30px;
    text-align: center;
    margin: 20px 0;
}

.error-gif {
    display: block;
    margin: 20px auto;
    width: 200px;
    /* Adjust size as needed */
    height: auto;
}

/* Modern Popup Notification */
.modern-popup {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 380px;
    background: rgba(0, 0, 0, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    color: white;
    font-family: 'Inter', sans-serif;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1000;
    overflow: hidden;
}

.modern-popup.show {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.popup-content {
    position: relative;
}

.popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px 10px 20px;
}

.popup-title {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.gradient-text {
    background: linear-gradient(45deg, var(--main-color-1), var(--main-color-2));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: none;
}

.popup-close {
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.6);
    font-size: 24px;
    cursor: pointer;
    padding: 4px;
    line-height: 1;
    transition: all 0.3s ease;
}

.popup-close:hover {
    color: white;
    transform: scale(1.1);
}

.popup-body {
    padding: 0 20px 20px 20px;
}

.popup-description {
    font-size: 15px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.9);
    margin: 0 0 15px 0;
}

.popup-link {
    text-decoration: none;
    color: inherit;
}

.popup-media {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.2);
}

.popup-image {
    width: auto;
    height: 160px;
    max-width: 100%;
    object-fit: contain;
    border-radius: 12px;
    transition: transform 0.3s ease;
}

.popup-image:hover {
    transform: scale(1.05);
}

.popup-actions {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.popup-button {
    flex: 1;
    padding: 12px;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
}

.popup-button.primary {
    background: linear-gradient(45deg, var(--main-color-1), var(--main-color-2));
    color: white;
}

.popup-button.primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(var(--main-color-1-rgb), 0.3);
}

.popup-button.secondary {
    background: rgba(255, 255, 255, 0.1);
    color: white;
}

.popup-button.secondary:hover {
    background: rgba(255, 255, 255, 0.2);
}

/* Popup Themes */
.modern-popup[data-theme="minimal"] {
    background: rgba(0, 0, 0, 0.95);
    border: none;
    border-radius: 8px;
}

.modern-popup[data-theme="glass"] {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.modern-popup[data-theme="gradient"] {
    background: linear-gradient(135deg, var(--main-color-dim-1), var(--main-color-dim-2));
    border: none;
}

/* Popup Positions */
.modern-popup[data-position="top-right"] {
    top: 30px;
    bottom: auto;
    right: 30px;
    transform: translateX(100%);
}

.modern-popup[data-position="top-left"] {
    top: 30px;
    bottom: auto;
    left: 30px;
    right: auto;
    transform: translateX(-100%);
}

.modern-popup[data-position="bottom-left"] {
    bottom: 30px;
    left: 30px;
    right: auto;
    transform: translateX(-100%);
}

.modern-popup[data-position="center"] {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9);
}

/* Show states for different positions */
.modern-popup[data-position="top-right"].show,
.modern-popup[data-position="top-left"].show,
.modern-popup[data-position="bottom-left"].show {
    transform: translateX(0);
}

.modern-popup[data-position="center"].show {
    transform: translate(-50%, -50%) scale(1);
}

/* Animation Variations */
.modern-popup[data-animation="fade"] {
    transform: none;
    opacity: 0;
}

.modern-popup[data-animation="fade"].show {
    opacity: 1;
}

.modern-popup[data-animation="scale"] {
    transform: scale(0.9);
    opacity: 0;
}

.modern-popup[data-animation="scale"].show {
    transform: scale(1);
    opacity: 1;
}

/* Responsive Design */
@media (max-width: 768px) {
    .modern-popup {
        width: calc(100% - 40px);
        margin: 0 20px;
        bottom: 20px;
        right: 0;
    }

    .modern-popup[data-position="top-right"],
    .modern-popup[data-position="top-left"] {
        top: 20px;
        margin: 0 20px;
    }

    .modern-popup[data-position="bottom-left"] {
        bottom: 20px;
        left: 0;
        margin: 0 20px;
    }

    .popup-image {
        height: 140px;
    }
}

/* Dark Mode Support */
@media (prefers-color-scheme: dark) {
    .modern-popup {
        background: rgba(0, 0, 0, 0.9);
    }
}

/* Misc */
* {
    scrollbar-width: thin;
    /* Thin scrollbar */
    scrollbar-color: var(--main-color-1) #070707;
    /* Thumb color and track color for Firefox */
}

/* Custom scrollbar styles for Webkit browsers (Chrome, Safari, etc.) */
::-webkit-scrollbar {
    width: 8px;
    /* Width of the scrollbar */
}

::-webkit-scrollbar-track {
    background-color: #070707;
    /* Dark track background */
}

::-webkit-scrollbar-thumb {
    background-image: linear-gradient(to bottom, rgb(46, 46, 51), #070707);
    /* Gradient for the thumb */
    border-radius: 10px;
    /* Rounded corners for the thumb */
    border: 2px solid #070707;
    /* Border around the thumb */
}

::-webkit-scrollbar-thumb:hover {
    background-image: linear-gradient(to bottom, rgb(31, 31, 36), rgb(46, 46, 51));
    /* Hover effect with a different gradient */
}

.unselectable {
    -webkit-user-drag: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.small-text {
    font-size: 0.7em;
    /* Adjust size as needed */
    vertical-align: middle;
    /* Align text properly */
    color: gray;
    /* Set the text color to gray */
}

/* Base styling for small-text-card */
.small-text-card {
    font-size: 0.75em;
    /* Adjust size as needed */
    font-weight: 600;
    /* Make the font thick like card-button */
    color: inherit;
    /* Allow it to inherit the color from its parent element */
    font-family: 'Montserrat', sans-serif;
    /* Same font-family as card-button */
}


/* Color classes for each context */
.pros-small-text-card {
    color: #00ff00;
    /* Green for pros */
}

.neutral-small-text-card {
    color: #ffffff;
    /* White for neutral */
}

.cons-small-text-card 
{
    color: #ff0000;
    /* Red for cons */
}

.theme-selector-container {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background-color: var(--card-color);
    padding: 10px 15px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid var(--card-border);
    z-index: 90;
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 1;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.theme-selector-container:hover {
    transform: translateY(-5px);
    opacity: 1;
}

.theme-selector-text {
    font-weight: bold;
    font-size: 14px;
    color: var(--text-color);
}

#theme-selector {
    background-color: var(--card-color);
    border: 1px solid var(--card-border);
    color: var(--text-color);
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    transition: border-color 0.3s ease;
}

#theme-selector:hover {
    border-color: var(--main-color-1);
}

#theme-selector option {
    background-color: var(--card-color);
    color: var(--text-color);
}

.index-errorload {
    text-align: center;
    font-size: 24px; /* Adjust the size as needed */
    font-weight: bold; /* Optional: Makes the text bolder */
}
.custom-button {
    font-family: 'Montserrat', sans-serif; /* Ensure the same font */
    font-size: 14px; /* Smaller font size */
    border: 2px solid transparent; /* Invisible border */
    background-color: rgba(255, 255, 255, 0); /* Transparent background */
    color: var(--text-color); /* White text */
    padding: 1px 1px; /* Adjust padding to make it smaller */
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative; /* Allow for movement */
    top: -1px; /* Move the button up */
    text-decoration: none; /* No underline by default */
}

.custom-button::after {
    content: ""; /* Empty content for the underline */
    position: absolute;
    left: 50%; /* Start the underline from the center */
    bottom: -2px; /* Position the underline slightly below */
    width: 0; /* Start with no width */
    height: 2px; /* Underline height */
    background-color: var(--main-color-1); /* Changed to theme color variable */
    transition: width 0.3s ease, left 0.3s ease; /* Smooth transition for both width and position */
    transform: translateX(-50%); /* Center the underline */
}

.custom-button:hover::after {
    width: 100%; /* Expand the underline to full width*

  
  .custom-button:focus {
    outline: none; /* Ensures no outline when focused */
  }

/* Filter Styles */
.filter-toggle-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 90;
}

.filter-toggle-button {
    background-color: var(--card-color);
    border: 1px solid var(--card-border);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.filter-toggle-button:hover {
    transform: scale(1.1);
    background-color: var(--main-color-1);
}

.filter-toggle-button img {
    filter: invert(1);
    width: 20px;
    height: 20px;
}

.filter-container {
    position: fixed;
    bottom: 70px;
    right: 20px;
    background-color: var(--card-color);
    border: 1px solid var(--card-border);
    border-radius: 10px;
    padding: 15px;
    width: 300px;
    max-height: 80vh;
    overflow-y: auto;
    z-index: 89;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    display: none;
    transition: all 0.3s ease;
}

.filter-container.show {
    display: block;
    animation: fadeIn 0.3s ease;
}

.filter-section {
    margin-bottom: 15px;
}

.filter-section h3 {
    font-size: 16px;
    margin-bottom: 10px;
    color: var(--text-color);
}

.filter-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.filter-button {
    background-color: rgba(0, 0, 0, 0.5);
    color: #FF69B4;
    border: 1px solid #FF69B4;
    border-radius: 5px;
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
}

.filter-button:hover {
    background-color: rgba(255, 105, 180, 0.2);
    box-shadow: 0 0 10px rgba(255, 105, 180, 0.5);
}

.filter-button.active {
    background-color: #FF69B4;
    color: white;
    box-shadow: 0 0 15px rgba(255, 105, 180, 0.7);
}

.reset-filters-button, .apply-filters-button {
    background-color: rgba(0, 0, 0, 0.5);
    color: #FF69B4;
    border: 1px solid #FF69B4;
    border-radius: 5px;
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-right: 0.5rem;
}

.reset-filters-button:hover {
    background-color: rgba(255, 105, 180, 0.2);
    box-shadow: 0 0 10px rgba(255, 105, 180, 0.5);
}

.apply-filters-button:hover {
    background-color: rgba(255, 105, 180, 0.2);
    box-shadow: 0 0 10px rgba(255, 105, 180, 0.5);
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive styles for filter container */
@media screen and (max-width: 768px) {
    .filter-container {
        width: calc(100% - 40px);
        max-width: 300px;
    }
}

/* Theme Side Menu Styles */
.side-menu {
    position: fixed;
    top: 0;
    right: -400px;
    width: 400px;
    height: 100vh;
    background-color: var(--card-color);
    border-left: 1px solid var(--card-border);
    z-index: 1000;
    transition: right 0.3s ease;
    overflow-y: auto;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.3);
}

.side-menu.show {
    right: 0;
}

.side-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid var(--card-border);
}

.side-menu-header h2 {
    margin: 0;
    color: var(--text-color);
    font-size: 1.5rem;
}

.close-button {
    background: none;
    border: none;
    color: var(--text-color);
    font-size: 24px;
    cursor: pointer;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.close-button:hover {
    transform: scale(1.2);
}

.side-menu-content {
    padding: 20px;
}

.theme-section {
    margin-bottom: 30px;
}

.theme-section h3 {
    color: var(--text-color);
    margin-bottom: 15px;
    font-size: 1.1rem;
}

.theme-select {
    width: 100%;
    padding: 10px;
    background-color: var(--card-color);
    border: 1px solid var(--card-border);
    color: var(--text-color);
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
}

.theme-filter-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.theme-filter-button {
    background-color: transparent;
    border: 1px solid var(--card-border);
    color: var(--text-color);
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.theme-filter-button:hover {
    background-color: var(--main-color-dim-1);
    border-color: var(--main-color-1);
}

.theme-filter-button.active {
    background-color: var(--main-color-1);
    border-color: var(--main-color-1);
    color: var(--text-color);
}

.reset-button {
    width: 100%;
    padding: 12px;
    background-color: transparent;
    border: 1px solid var(--card-border);
    color: var(--text-color);
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 20px;
}

.reset-button:hover {
    background-color: var(--main-color-dim-1);
    border-color: var(--main-color-1);
}

@media screen and (max-width: 768px) {
    .side-menu {
        width: 100%;
        right: -100%;
    }
}

/* Filter Drawer Styles */
.filter-drawer {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 400px;
    height: 100vh;
    background-color: var(--card-color);
    border-left: 1px solid var(--card-border);
    z-index: 1000;
    transition: right 0.3s ease;
    overflow-y: auto;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.3);
}

.filter-drawer.show {
    right: 0;
}

.filter-drawer-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.filter-drawer.show + .filter-drawer-overlay {
    opacity: 1;
    visibility: visible;
}

.filter-drawer-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid var(--card-border);
}

.filter-drawer-header h2 {
    margin: 0;
    color: var(--text-color);
    font-size: 1.5rem;
}

.filter-drawer-body {
    padding: 20px;
}

.filter-drawer-footer {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    border-top: 1px solid var(--card-border);
}

/* Platform Checkboxes */
.platform-checkboxes {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.platform-checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    width: 100%;
}

.platform-checkbox:hover {
    background-color: var(--card-background);
}

.platform-checkbox input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin: 0;
    cursor: pointer;
}

.platform-checkbox span {
    color: var(--text-color);
    font-size: 14px;
    line-height: 1.4;
}

.platform-checkbox input[type="checkbox"]:checked + span {
    color: var(--main-color-1);
}

/* Price Buttons */
.price-buttons {
    display: flex;
    gap: 10px;
}

.price-button {
    flex: 1;
    padding: 8px 15px;
    background-color: transparent;
    border: 1px solid var(--card-border);
    color: var(--text-color);
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.price-button:hover {
    background-color: var(--main-color-dim-1);
    border-color: var(--main-color-1);
}

.price-button.active {
    background-color: var(--main-color-1);
    border-color: var(--main-color-1);
    color: var(--text-color);
}

/* Show Only Options */
.show-only-options {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.show-only-option {
    padding: 8px 15px;
    background-color: transparent;
    border: 1px solid var(--card-border);
    color: var(--text-color);
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.show-only-option:hover {
    background-color: var(--main-color-dim-1);
    border-color: var(--main-color-1);
}

.show-only-option.active {
    background-color: var(--main-color-1);
    border-color: var(--main-color-1);
    color: var(--text-color);
}

/* Custom Dropdown */
.custom-dropdown {
    position: relative;
    width: 100%;
}

.custom-dropdown-selected {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    background-color: transparent;
    border: 1px solid var(--card-border);
    color: var(--text-color);
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.custom-dropdown-selected:hover {
    border-color: var(--main-color-1);
}

.custom-dropdown-options {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: var(--card-color);
    border: 1px solid var(--card-border);
    border-radius: 5px;
    margin-top: 5px;
    max-height: 200px;
    overflow-y: auto;
    display: none;
    z-index: 10;
}

.custom-dropdown-options.show {
    display: block;
}

.custom-dropdown-option {
    padding: 10px 15px;
    color: var(--text-color);
    cursor: pointer;
    transition: all 0.3s ease;
}

.custom-dropdown-option:hover {
    background-color: var(--main-color-dim-1);
}

/* Status Row */
.status-row {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 10px 0;
    margin-top: auto;
}

.status-text {
    color: var(--text-color);
    font-size: 14px;
    text-align: center;
}

.filtered-count, .total-count {
    font-weight: bold;
    color: var(--main-color-1);
}

/* Reset and Apply Buttons */
.reset-filters-button, .apply-filters-button {
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: bold;
}

.reset-filters-button {
    background-color: transparent;
    border: 1px solid var(--card-border);
    color: var(--text-color);
}

.reset-filters-button:hover {
    background-color: var(--main-color-dim-1);
    border-color: var(--main-color-1);
}

.apply-filters-button {
    background-color: var(--main-color-1);
    border: 1px solid var(--main-color-1);
    color: var(--text-color);
}

.apply-filters-button:hover {
    background-color: var(--main-color-2);
    border-color: var(--main-color-2);
}

/* Mobile Filter Button */
.mobile-filter-button {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--main-color-1);
    color: var(--text-color);
    border: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    z-index: 90;
    cursor: pointer;
    transition: all 0.3s ease;
}

.mobile-filter-button:hover {
    transform: scale(1.1);
    background-color: var(--main-color-2);
}

.mobile-filter-button i {
    font-size: 20px;
}

/* Responsive Styles */
@media screen and (max-width: 768px) {
    .mobile-filter-button {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .filter-drawer {
        max-width: 100%;
    }
}

/* Acknowledgment Section Styles */
.acknowledgment {
    width: 80%;
    max-width: 1500px;
    padding: 20px;
    margin: 5px auto;
    border-radius: 50px;
    border: 1px solid var(--card-border);
    background-color: rgba(0, 0, 0, 0.4);
    box-sizing: border-box;
    text-align: center;
    backdrop-filter: blur(6.7px);
    -webkit-backdrop-filter: blur(6.7px);
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 16px;
    color: var(--text-color);
    overflow: hidden;
}

/* Particle Container Mobile Support */
@media only screen and (max-width: 768px) {
    .particle-container {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        pointer-events: none;
    }
    
    .particle-container canvas {
        width: 100%;
        height: 100%;
    }
}

/* Modern Theme Selector Styles */
.theme-selector {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 1000;
  font-family: 'Inter', sans-serif;
}

.theme-button {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  background-color: rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  color: white;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.theme-button:hover {
  background-color: rgba(0, 0, 0, 0.9);
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.theme-color-preview {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.2);
  transition: transform 0.3s ease;
}

.theme-button:hover .theme-color-preview {
  transform: scale(1.2);
}

.theme-dropdown {
  position: absolute;
  bottom: calc(100% + 10px);
  left: 0;
  width: 240px;
  background-color: rgba(0, 0, 0, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 8px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.theme-dropdown.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.theme-option {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.theme-option:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.theme-option.selected {
  background-color: rgba(255, 255, 255, 0.15);
}

.theme-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.theme-name {
  font-weight: 500;
  color: white;
}

.theme-author {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}

.theme-icon {
  font-size: 16px;
  opacity: 0.8;
  transition: transform 0.3s ease;
}

.theme-option:hover .theme-icon {
  transform: scale(1.2);
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .theme-selector {
    bottom: 16px;
    left: 16px;
  }
  
  .theme-button {
    padding: 8px 12px;
    font-size: 13px;
  }
  
  .theme-dropdown {
    width: 200px;
  }
  
  .theme-option {
    padding: 8px;
  }
}

/* Modern Ad System */
.ad-container {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 300px;
  background: rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 20px;
  color: white;
  font-family: 'Inter', sans-serif;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1000;
}

.ad-container.show {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.ad-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.ad-title {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  background: linear-gradient(45deg, var(--main-color-1), var(--main-color-2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ad-close {
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  padding: 4px;
  font-size: 18px;
  line-height: 1;
  transition: color 0.3s ease;
}

.ad-close:hover {
  color: white;
}

.ad-content {
  margin-bottom: 15px;
}

.ad-image {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 15px;
}

.ad-description {
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 15px;
}

.ad-buttons {
  display: flex;
  gap: 10px;
}

.ad-button {
  flex: 1;
  padding: 10px;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  text-decoration: none;
}

.ad-button.primary {
  background: linear-gradient(45deg, var(--main-color-1), var(--main-color-2));
  color: white;
}

.ad-button.primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(var(--main-color-1-rgb), 0.3);
}

.ad-button.secondary {
  background: rgba(255, 255, 255, 0.1);
  color: white;
}

.ad-button.secondary:hover {
  background: rgba(255, 255, 255, 0.2);
}

.ad-footer {
  margin-top: 15px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}

/* Ad Themes */
.ad-container[data-theme="minimal"] {
  background: rgba(0, 0, 0, 0.95);
  border: none;
  border-radius: 8px;
}

.ad-container[data-theme="glass"] {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(20px);
}

.ad-container[data-theme="gradient"] {
  background: linear-gradient(135deg, var(--main-color-dim-1), var(--main-color-dim-2));
  border: none;
}

/* Ad Positions */
.ad-container[data-position="top-right"] {
  top: 30px;
  bottom: auto;
  right: 30px;
  transform: translateX(100%);
}

.ad-container[data-position="top-left"] {
  top: 30px;
  bottom: auto;
  left: 30px;
  right: auto;
  transform: translateX(-100%);
}

.ad-container[data-position="bottom-left"] {
  bottom: 30px;
  left: 30px;
  right: auto;
  transform: translateX(-100%);
}

.ad-container[data-position="center"] {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
}

.ad-container[data-position="top-right"].show,
.ad-container[data-position="top-left"].show,
.ad-container[data-position="bottom-left"].show {
  transform: translateX(0);
}

.ad-container[data-position="center"].show {
  transform: translate(-50%, -50%) scale(1);
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .ad-container {
    width: calc(100% - 40px);
    margin: 0 20px;
    bottom: 20px;
    right: 0;
  }

  .ad-container[data-position="top-right"],
  .ad-container[data-position="top-left"] {
    top: 20px;
    margin: 0 20px;
  }

  .ad-container[data-position="bottom-left"] {
    bottom: 20px;
    left: 0;
    margin: 0 20px;
  }

  .ad-image {
    height: 140px;
  }
}

/* Animation Variations */
.ad-container[data-animation="fade"] {
  transform: none;
  opacity: 0;
}

.ad-container[data-animation="fade"].show {
  opacity: 1;
}

.ad-container[data-animation="scale"] {
  transform: scale(0.9);
  opacity: 0;
}

.ad-container[data-animation="scale"].show {
  transform: scale(1);
  opacity: 1;
}

/* Ad Sizes */
.ad-container[data-size="small"] {
  width: 250px;
}

.ad-container[data-size="large"] {
  width: 400px;
}

.ad-container[data-size="full"] {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

/* Notification System */
.notification-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 10px;
    pointer-events: none;
}

.notification {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    background: rgba(30, 30, 30, 0.9);
    backdrop-filter: blur(10px);
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    color: white;
    font-size: 14px;
    max-width: 350px;
    transform: translateX(120%);
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    pointer-events: auto;
    border-left: 4px solid #FF69B4;
}

.notification.show {
    transform: translateX(0);
}

.notification.hiding {
    transform: translateX(120%);
}

.notification-icon {
    margin-right: 12px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
}

.notification-message {
    flex: 1;
    line-height: 1.4;
}

.notification-close {
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.6);
    font-size: 18px;
    cursor: pointer;
    padding: 0;
    margin-left: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    transition: all 0.2s;
}

.notification-close:hover {
    background: rgba(255, 255, 255, 0.1);
    color: white;
}

/* Notification types */
.notification-success {
    border-left-color: #4CAF50;
}

.notification-success .notification-icon {
    color: #4CAF50;
}

.notification-error {
    border-left-color: #F44336;
}

.notification-error .notification-icon {
    color: #F44336;
}

.notification-info {
    border-left-color: #2196F3;
}

.notification-info .notification-icon {
    color: #2196F3;
}

.notification-warning {
    border-left-color: #FFC107;
}

.notification-warning .notification-icon {
    color: #FFC107;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .notification-container {
        top: 10px;
        right: 10px;
        left: 10px;
    }
    
    .notification {
        max-width: none;
    }
}

@media (max-width: 500px) {
    .card {
        width: 100%;
        min-width: 300px;
        max-width: 100%;
    }
}

/* Section Dividers */
.section-divider {
    width: 100%;
    max-width: 1500px;
    margin: 40px auto 20px;
    text-align: center;
    position: relative;
}

.section-divider::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
    z-index: 1;
}

.section-divider h2 {
    display: inline-block;
    background-color: var(--backround-color);
    padding: 0 20px;
    margin: 0;
    position: relative;
    z-index: 2;
    color: var(--text-color);
    font-size: 1.5rem;
    font-weight: 600;
}

/* Cards */
.card {
    background-color: var(--card-background);
    border-radius: 10px;
    padding: 20px;
    margin: 10px;
    width: 300px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.card-header h2 {
    margin: 0;
    font-size: 1.5rem;
    color: #fff;
}

.card-actions {
    display: flex;
    gap: 8px;
}

.edit-btn {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid var(--border-color);
    color: var(--text-color);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
    z-index: 10;
    margin-right: 0;
}

.card-title {
    position: relative;
    padding-right: 40px; /* Make space for the edit button */
}

.edit-btn:hover {
    background: rgba(255, 255, 255, 0.1);
}

.edit-btn img {
    display: block;
    width: 20px;
    height: 20px;
    filter: invert(1);
}

.author-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.card-body {
    margin-bottom: 15px;
}

.card-body p {
    color: var(--text-color);
    margin: 0 0 10px 0;
    line-height: 1.5;
}

.features-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.features-list li {
    color: var(--text-color);
    margin: 5px 0;
    padding-left: 20px;
    position: relative;
}

.features-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: var(--accent-color);
}

.card-footer {
    display: flex;
    flex-direction: column;
    padding: 15px;
    border-top: 1px solid var(--card-border);
    margin-top: auto;
}

.card-footer .button-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 10px; /* Add margin to separate from last-edited section */
}

.download-button {
    background-color: var(--link-button);
    color: var(--text-color);
    padding: 8px 16px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    display: inline-block;
}

.unbanner-button {
    padding: 4px 10px;
    font-size: 0.85em;
    width: fit-content;
    height: fit-content;
}

.download-button:hover {
    opacity: 0.8;
    transform: scale(1.05);
}

.download-button:hover {
    background-color: var(--main-color-2);
}

/* Cards Container */
.cards-align {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 20px;
    max-width: 1500px;
    margin: 0 auto;
}

/* Platform Icons */
.platform-icon {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem;
    border-radius: 0.375rem;
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: white;
    font-size: 0.875rem;
    transition: all 0.2s ease;
}

.platform-icon:hover {
    transform: translateY(-2px);
    background-color: rgba(239, 68, 68, 0.2);
    border-color: rgba(239, 68, 68, 0.3);
}

.platform-icon i {
    font-size: 1rem;
}

.platform-icon.windows i {
    color: #00a4ef;
}

.platform-icon.macos i {
    color: #a2aaad;
}

.platform-icon.android i {
    color: #3ddc84;
}

.platform-icon.ios i {
    color: #a2aaad;
}

.platform-icon.server i {
    color: #ef4444;
}

.platform-icon.unc i {
    color: #8b5cf6;
}

.premium-crown {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem;
    background-color: rgba(234, 179, 8, 0.1);
    color: rgba(234, 179, 8, 1);
    border: 1px solid rgba(234, 179, 8, 0.2);
    border-radius: 0.375rem;
    font-size: 0.875rem;
    transition: all 0.2s ease;
}

.premium-crown:hover {
    transform: translateY(-2px);
    background-color: rgba(234, 179, 8, 0.2);
    border-color: rgba(234, 179, 8, 0.3);
}

.premium-crown i {
    color: rgba(234, 179, 8, 1);
    font-size: 1rem;
}

/* Platform Icons */
.pltf-bdgs {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.pltf-bdg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    transition: all 0.2s ease;
}

.pltf-bdg:hover {
    transform: translateY(-2px);
    background-color: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.3);
}

.pltf-bdg svg {
    width: 16px;
    height: 16px;
}

/* Platform-specific colors */
.pltf-bdg.windows {
    color: #5865F2; /* Discord blue */
    background-color: rgba(88, 101, 242, 0.1);
    border-color: rgba(88, 101, 242, 0.3);
}

.pltf-bdg.macos {
    color: #ef4444; /* Red for patched/outdated */
    background-color: rgba(239, 68, 68, 0.1);
    border-color: rgba(239, 68, 68, 0.3);
}

.pltf-bdg.android {
    color: #fbbf24; /* Yellow for some features detected */
    background-color: rgba(251, 191, 36, 0.1);
    border-color: rgba(251, 191, 36, 0.3);
}

.pltf-bdg.ios {
    color: #dc2626; /* Deep red for almost fully detected */
    background-color: rgba(220, 38, 38, 0.1);
    border-color: rgba(220, 38, 38, 0.3);
}

.pltf-bdg.server {
    color: #9333ea; /* Purple for skidded */
    background-color: rgba(147, 51, 234, 0.1);
    border-color: rgba(147, 51, 234, 0.3);
}

.pltf-bdg.unc {
    color: #22c55e; /* Green for RoRvzzz tested */
    background-color: rgba(34, 197, 94, 0.1);
    border-color: rgba(34, 197, 94, 0.3);
}

/* Premium Badge */
.prem-bdg {
    display: flex;
    align-items: center;
    margin-left: 0.5rem;
    padding: 0.25rem 0.5rem;
    background-color: rgba(234, 179, 8, 0.1);
    color: rgba(234, 179, 8, 1);
    border: 1px solid rgba(234, 179, 8, 0.3);
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 600;
    transition: all 0.2s ease;
}

.prem-bdg:hover {
    transform: translateY(-2px);
    background-color: rgba(234, 179, 8, 0.2);
    border-color: rgba(234, 179, 8, 0.5);
}

.prem-bdg svg {
    width: 16px;
    height: 16px;
    margin-right: 0.25rem;
    color: rgba(234, 179, 8, 1);
}

.editor-badge {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.25rem 0.5rem;
    background: rgba(59, 130, 246, 0.1);
    border: 1px solid rgba(59, 130, 246, 0.2);
    border-radius: 4px;
    color: #3b82f6;
    font-size: 0.875rem;
    font-weight: 500;
    transition: all 0.2s ease;
}

.editor-badge svg {
    width: 16px;
    height: 16px;
    color: #3b82f6;
}

.editor-badge:hover {
    background: rgba(59, 130, 246, 0.15);
    border-color: rgba(59, 130, 246, 0.3);
    transform: translateY(-1px);
}

.red #brand-highlight {
    color: #FF0000;
    text-shadow: 0 0 10px rgba(255, 0, 0, 0.8),
                 0 0 20px rgba(255, 0, 0, 0.6),
                 0 0 30px rgba(255, 0, 0, 0.4);
}

.red #brand-highlight:hover {
    text-shadow: 0 0 15px rgba(255, 0, 0, 0.9),
                 0 0 25px rgba(255, 0, 0, 0.7),
                 0 0 35px rgba(255, 0, 0, 0.5);
}

.status-page {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--backround-color);
    color: var(--text-color);
    overflow: hidden;
}

.status-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 1;
}

.status-content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 2rem;
    background: var(--card-background);
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.status-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1rem;
    color: var(--main-color-1);
}

.status-description {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    color: var(--text-color);
}

.status-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.stat-card {
    background: var(--card-background);
    padding: 1.5rem;
    border-radius: 8px;
    border: 1px solid var(--border-color);
}

.stat-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--main-color-1);
}

.stat-value {
    font-size: 2rem;
    font-weight: bold;
    color: var(--main-color-1);
}

.stat-subtitle {
    font-size: 0.9rem;
    color: var(--text-color);
    opacity: 0.8;
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

.particles-js-canvas-el {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

/* Theme-specific particle colors */
.default .particles-js-canvas-el {
    filter: hue-rotate(0deg);
}

.march .particles-js-canvas-el {
    filter: hue-rotate(120deg);
}

.red .particles-js-canvas-el {
    filter: hue-rotate(0deg);
}

/* Status card styles */
.card-status {
    display: flex;
    gap: 6px;
    align-items: center;
}

.card-status > p {
    font-size: 0.9rem;
    color: var(--text-color);
}

.status-text {
    color: var(--text-color);
    font-size: 14px;
    text-align: center;
}

.filtered-count, .total-count {
    font-weight: bold;
    color: var(--main-color-1);
}

.status-indicator {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--main-color-1);
}

.status-indicator.online {
    background-color: #00ff00;
}

.status-indicator.offline {
    background-color: #ff0000;
}

.status-indicator.maintenance {
    background-color: #ffaa00;
}

.tracker-blocked {
    color: #ff0000;
    outline: 1px solid #000000;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
    border-radius: 10px;
    padding: 10px;
}

.tracker-blocked:hover {
    background-color: #000000;
    color: #ffffff;
}

/* Login Button Styles */
.login-button {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: #5865F2;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s;
}

.login-button:hover {
    background: #4752C4;
}

.login-button img {
    filter: brightness(0) invert(1);
}

@media (max-width: 768px) {
    .login-button {
        width: 100%;
        justify-content: center;
    }
}

/* Discord Login Button */
.discord-login {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    background-color: #5865F2;
    color: white;
    border: none;
    border-radius: 4px;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.2s;
}

.discord-login:hover {
    background-color: #4752C4;
}

.discord-login img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.discord-login.logged-in {
    background-color: #43B581;
}

.discord-login.logged-in:hover {
    background-color: #3CA374;
}

/* Edit Modal Styles */
.edit-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    overflow-y: auto;
}

.edit-modal.open {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
}

.edit-modal-content {
    background: var(--background-color);
    border-radius: 8px;
    width: 100%;
    max-width: 800px;
    margin-top: 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.edit-modal-header {
    padding: 20px;
    border-bottom: 1px solid var(--border-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.edit-modal-header h2 {
    margin: 0;
    color: var(--text-color);
}

.edit-modal-body {
    padding: 20px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    color: var(--text-color);
}

.edit-input {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid var(--border-color);
    border-radius: 4px;
    background: var(--input-background);
    color: var(--text-color);
}

.platform-checkboxes {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.platform-checkboxes label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.preview-section {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid var(--border-color);
}

.preview-section h3 {
    margin-bottom: 15px;
    color: var(--text-color);
}

.card-preview {
    background: var(--card-background);
    border-radius: 8px;
    padding: 15px;
}

.edit-modal-footer {
    padding: 20px;
    border-top: 1px solid var(--border-color);
    display: flex;
    justify-content: flex-end;
    gap: 12px;
}

.edit-modal button {
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 500;
    transition: background-color 0.2s;
}

.preview-btn {
    background: var(--secondary-button-color);
    color: var(--text-color);
}

.cancel-btn {
    background: var(--cancel-button-color);
    color: var(--text-color);
}

.save-btn {
    background: var(--primary-button-color);
    color: white;
}

.edit-modal button:hover {
    opacity: 0.9;
}

.close-btn {
    background: none;
    border: none;
    font-size: 24px;
    color: var(--text-color);
    cursor: pointer;
    padding: 0;
    line-height: 1;
}

/* Test button styles */
.test-edit-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 10px 20px;
    background: var(--primary-button-color);
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    z-index: 9999;
}

.discord-avatar {
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 1000;
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(0, 0, 0, 0.4);
    padding: 5px 10px;
    border-radius: 20px;
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
}

.discord-avatar:hover {
    background: rgba(0, 0, 0, 0.6);
    transform: translateY(-2px);
}

.rounded-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid var(--accent-color);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.discord-avatar .user-name {
    color: var(--text-color);
    font-size: 14px;
    font-weight: 500;
}

.discord-avatar .logout-btn {
    background: none;
    border: none;
    color: var(--text-color);
    opacity: 0.7;
    cursor: pointer;
    padding: 0;
    margin-left: 5px;
    transition: opacity 0.3s ease;
}

.discord-avatar .logout-btn:hover {
    opacity: 1;
}

/* --- Auth Button Styling Fixes --- */

/* Target the list item containing the auth button */
#menu-list li:has(> a.nav-button) {
    display: flex;         /* Use flexbox for alignment */
    align-items: center;  /* Vertically center content */
    padding-top: 0;      /* Remove potential extra top padding */
    padding-bottom: 0;   /* Remove potential extra bottom padding */
}

/* Style the auth button itself */
#menu-list a.nav-button {
    display: inline-flex; /* Use inline-flex for alignment within the link */
    align-items: center;  /* Vertically center text inside */
    padding: 10px 15px;   /* Match padding of other nav links (adjust if needed) */
    /* Inherit font-size and line-height from parent or set explicitly if needed */
    font-size: inherit;
    line-height: inherit;
    text-decoration: none; /* Ensure no underline */
    /* Add other styles (color, background) if needed to match */
}

/* --- EDIT MODAL STYLES --- */

/* Modal container and overlay */
.edit-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: none; /* Initially hidden */
    align-items: center;
    justify-content: center;
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.edit-modal.open {
    display: flex;
    opacity: 1;
}

.modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Modal content */
.modal-content {
    background-color: var(--modal-background, #2c2f33);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    z-index: 1001;
    width: 90%;
    max-width: 900px; /* Adjust max width as needed */
    max-height: 90vh;
    overflow-y: auto;
    display: flex;
    flex-direction: column; /* Arrange sections vertically */
    gap: 20px;
    transform: scale(0.95);
    transition: transform 0.3s ease;
}

.edit-modal.open .modal-content {
    transform: scale(1);
}

/* Form layout and sections */
#edit-form {
    display: flex;
    flex-direction: row; /* Arrange main sections horizontally */
    gap: 20px;
    flex-wrap: wrap; /* Allow wrapping on smaller screens */
}

.form-column-left {
    flex: 2; /* Give more space to main inputs */
    min-width: 300px;
}

.form-column-right {
    flex: 1;
    min-width: 250px;
}

.form-section {
    border: 1px solid var(--input-border-color, rgba(255, 255, 255, 0.2));
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
}

.form-section legend {
    padding: 0 10px;
    font-weight: bold;
    color: var(--text-color, #ffffff);
}

/* Input group styling (for floating labels) */
.input-group {
    position: relative;
    margin-bottom: 1.5rem; /* Space below each input */
}

.input-group input[type="text"],
.input-group input[type="url"],
.input-group textarea {
    width: 100%;
    padding: 1rem 0.75rem 0.5rem 0.75rem; /* Padding: top, horiz, bottom */
    background-color: var(--input-background, rgba(0, 0, 0, 0.2));
    border: 1px solid var(--input-border-color, rgba(255, 255, 255, 0.2));
    border-radius: 5px;
    color: var(--text-color, #ffffff);
    font-size: 1rem;
    outline: none;
    transition: border-color 0.2s ease;
}

.input-group input:focus {
    border-color: var(--accent-color, #5865f2);
}

.input-group label {
    position: absolute;
    left: 0.75rem;
    top: 0.75rem;
    color: var(--input-label-color, rgba(255, 255, 255, 0.7));
    font-size: 1rem;
    transition: all 0.2s ease-out;
    pointer-events: none;
    transform-origin: left top;
}

/* Floating label effect */
.input-group input:not(:placeholder-shown) + label,
.input-group input:focus + label {
    transform: translateY(-1.1rem) scale(0.85);
    font-size: 0.8rem;
    color: var(--accent-color, #5865f2);
    background-color: var(--modal-background, #2c2f33); /* Match background to cover line */
    padding: 0 0.2rem;
}

/* Platforms/Status Section */
.platforms-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 10px;
}

.platform-checkbox label {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border: 1px solid var(--input-border-color, rgba(255, 255, 255, 0.2));
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.platform-checkbox input[type="checkbox"] {
    display: none; /* Hide default checkbox */
}

.platform-checkbox label:hover {
    background-color: rgba(255, 255, 255, 0.05);
}

.platform-checkbox input[type="checkbox"]:checked + label {
    background-color: var(--accent-color-faded, rgba(88, 101, 242, 0.3));
    border-color: var(--accent-color, #5865f2);
}

/* Lists Section (Pros, Neutral, Cons) */
.lists-container {
    display: grid;
    grid-template-columns: 1fr; /* Single column for lists initially */
    gap: 20px;
}

@media (min-width: 768px) { /* Maybe arrange side-by-side on wider screens */
    .lists-container {
        grid-template-columns: repeat(3, 1fr);
    }
}

.list-section h3 {
    font-size: 1rem;
    margin-bottom: 10px;
    text-align: center;
    color: var(--text-color, #ffffff);
}

.list-input {
    display: flex;
    gap: 5px;
    margin-bottom: 10px;
}

.list-input input {
    flex-grow: 1;
    padding: 8px 10px;
    background-color: var(--input-background, rgba(0, 0, 0, 0.2));
    border: 1px solid var(--input-border-color, rgba(255, 255, 255, 0.2));
    border-radius: 5px;
    color: var(--text-color, #ffffff);
    font-size: 0.9rem;
    outline: none;
}

.list-input button.add-item {
    padding: 8px 12px;
    background-color: var(--accent-color, #5865f2);
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 0.9rem;
    transition: background-color 0.2s ease;
}

.list-input button.add-item:hover {
    background-color: var(--accent-color-hover, #4752c4);
}

.list-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 150px; /* Limit list height */
    overflow-y: auto;
    border: 1px solid var(--input-border-color, rgba(255, 255, 255, 0.1));
    border-radius: 5px;
}

.list-section li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.4rem 0.6rem;
    border-bottom: 1px solid var(--input-border-color, rgba(255, 255, 255, 0.1));
    font-size: 0.9rem;
}

.list-section li:last-child {
    border-bottom: none;
}

.list-section li span {
    flex-grow: 1;
    margin-right: 0.5rem;
    word-break: break-word;
}

.remove-item {
    background: transparent;
    border: none;
    color: var(--color-negative, #f44336);
    font-size: 1.2em;
    cursor: pointer;
    padding: 0 0.3rem;
    opacity: 0.7;
    transition: opacity 0.2s ease;
}

.remove-item:hover {
    opacity: 1;
}

/* Preview Section */
.preview-section {
    border: 1px solid var(--input-border-color, rgba(255, 255, 255, 0.2));
    border-radius: 8px;
    padding: 15px;
}

.preview-section h3 {
    text-align: center;
    margin-bottom: 15px;
    color: var(--text-color, #ffffff);
}

#edit-preview .card {
    background: var(--card-background, rgba(255, 255, 255, 0.05));
    border: 1px solid var(--card-border, rgba(255, 255, 255, 0.1));
    border-radius: 10px;
    padding: 20px;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    position: relative;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    color: var(--text-color, #ffffff);
    font-size: 0.9rem; /* Slightly smaller font in preview */
}

#edit-preview .card-types {
    display: flex;
    gap: 8px;
    position: absolute;
    top: 15px;
    right: 15px;
}

#edit-preview .type-holder {
    position: relative;
}

#edit-preview .card-type {
    width: 20px;
    height: 20px;
    object-fit: contain;
    display: block;
}

#edit-preview .tooltip {
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    text-align: center;
    border-radius: 4px;
    padding: 4px 8px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    white-space: nowrap;
    font-size: 0.8rem;
}

#edit-preview .type-holder:hover .tooltip {
    visibility: visible;
    opacity: 1;
}

#edit-preview .card-title {
    font-size: 1.1rem;
    font-weight: bold;
    margin: 0 0 10px 0;
    color: var(--text-color, #ffffff);
}

#edit-preview .pros,
#edit-preview .neutral,
#edit-preview .cons {
    margin-bottom: 8px;
}

#edit-preview .pros { color: var(--color-positive, #4CAF50); }
#edit-preview .neutral { color: var(--color-neutral, #ffeb3b); }
#edit-preview .cons { color: var(--color-negative, #f44336); }

#edit-preview ul {
    padding-left: 15px;
    margin: 5px 0;
    list-style: disc;
    font-size: 0.85rem;
}

#edit-preview .card-footer {
    margin-top: 15px;
}

#edit-preview .button-wrapper {
    display: flex;
    gap: 0; /* Remove gap for split buttons */
}

#edit-preview .card-button {
    flex: 1;
    padding: 0.5rem 0.8rem;
    font-size: 0.85rem;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    border: 1px solid;
    background-color: transparent; 
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

#edit-preview .left {
    color: var(--link-button, #00aaff);
    border-color: var(--link-button, #00aaff);
    border-radius: 15px 0 0 15px;
    border-right: none; /* Remove right border */
}

#edit-preview .right {
    color: var(--buy-button, #4CAF50);
    border-color: var(--buy-button, #4CAF50);
    border-radius: 0 15px 15px 0;
}

#edit-preview .rounded-btn {
    color: var(--link-button, #00aaff);
    border-color: var(--link-button, #00aaff);
    border-radius: 15px;
}

#edit-preview .card-button:hover {
    opacity: 0.8;
    /* Add specific hover background if desired 
    background-color: var(--link-button-hover-bg, rgba(0, 170, 255, 0.1)); */
}

/* Error and Actions */
.form-errors {
    color: var(--color-negative, #f44336);
    margin-bottom: 1rem;
    text-align: center;
    width: 100%; /* Span across columns */
    font-size: 0.9rem;
    display: none; /* Hidden by default */
}

.modal-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    width: 100%; /* Span across columns */
    margin-top: 1rem;
}

.modal-actions button {
    padding: 10px 20px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    font-weight: 500;
    transition: background-color 0.2s ease, opacity 0.2s ease;
}

.modal-actions .submit-btn {
    background-color: var(--accent-color, #5865f2);
    color: white;
}

.modal-actions .submit-btn:hover {
    background-color: var(--accent-color-hover, #4752c4);
}

.modal-actions .submit-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.modal-actions .cancel-btn {
    background-color: var(--cancel-button-bg, rgba(255, 255, 255, 0.1));
    color: var(--text-color, #ffffff);
}

.modal-actions .cancel-btn:hover {
    background-color: var(--cancel-button-hover-bg, rgba(255, 255, 255, 0.2));
}

/* Accessibility */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .modal-content {
        max-width: 95%;
        padding: 20px;
    }
    #edit-form {
        flex-direction: column; /* Stack columns */
    }
    .lists-container {
        grid-template-columns: 1fr; /* Ensure single column */
    }
}

/* Accessibility: WCAG 2 AA contrast improvements */
.apply-filters-button {
    color: #000 !important;
}
.apply-filters-button:hover {
    color: #000 !important;
}

/* High contrast for buy links targeting violetmenu */
.card-button.right.buylink[href$="violetmenu"] {
    background-color: #9370DB;
    color: #000 !important;
}
.card-button.right.buylink[href$="violetmenu"] > .small-text-card.lifetime-color {
    background-color: #FFD700;
    color: #000 !important;
}

/* Styles specific to static pages (FAQ, ToS, Privacy, Support) */
body:has(.static-content-container) {
    /* Ensure body background respects theme even if other styles conflict */
    background-color: var(--backround-color, #000);
    color: var(--text-color, #fff);
}

.static-content-container {
    font-family: 'Montserrat', sans-serif; 
    line-height: 1.6;
    max-width: 900px; 
    margin: 2em auto; 
    padding: 1.5em 2em; 
    background: var(--card-background, rgba(0, 0, 0, 0.26)); 
    border-radius: 8px;
    border: 1px solid var(--card-border, #ff0000);
    color: var(--text-color, #fff); 
}

.static-content-container h1, 
.static-content-container h2, 
.static-content-container h3 {
    color: var(--text-color, #fff);
}

.static-content-container ul {
    padding-left: 20px;
}

.static-content-container li {
    margin-bottom: 0.5em;
    color: var(--text-color, #fff);
}

.static-content-container strong {
    font-weight: 600;
    color: var(--text-color, #fff);
}

.static-content-container a {
    color: var(--link-button, #ff0000);
    text-decoration: none;
}

.static-content-container a:hover {
    text-decoration: underline;
}

/* Styles specific to FAQ page (within static container) */
.faq-container .faq-item { 
    margin-bottom: 1.5em; 
    border-bottom: 1px solid var(--border-color, #eee); 
    padding-bottom: 1.5em; 
}

.faq-container .faq-item:last-child {
    border-bottom: none; 
}

.faq-container .faq-question { 
    font-weight: 600; 
    font-size: 1.1em; 
    margin-bottom: 0.5em; 
    cursor: pointer; 
    position: relative; 
    padding-right: 20px; 
    color: var(--text-color, #333); 
}

.faq-container .faq-question::after { 
    content: '+'; 
    position: absolute; 
    right: 0; 
    top: 0; 
    font-size: 1.2em; 
    transition: transform 0.2s; 
}

.faq-container .faq-answer { 
    display: none; 
    margin-top: 0.5em; 
    padding-left: 10px; 
    border-left: 3px solid var(--primary-color, #007bff); 
    color: var(--text-color, #333); 
}

.faq-container .faq-item.active .faq-answer { 
    display: block; 
}

.faq-container .faq-item.active .faq-question::after { 
    transform: rotate(45deg); 
}

/* Styles specific to Support page (within static container) */
.support-container ul {
    list-style: none; /* Already applied via static-container? Check specificity */
}

.support-container .discord-cta { 
    margin-top: 1em; 
}

/* Add other specific styles for ToS/Privacy if needed */
