/* Professional Dark Theme Variables */
:root {
    --primary-color: #ff6b6b;
    --secondary-color: #4ecdc4;
    --accent-color: #45b7d1;
    --dark-bg: #0f0f23;
    --dark-secondary: #1a1a2e;
    --dark-tertiary: #16213e;
    --text-primary: #ffffff;
    --text-secondary: #a0a0a0;
    --text-muted: #666666;
    --gradient-primary: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    --gradient-accent: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    --glass-bg: rgba(255, 255, 255, 0.08);
    --glass-border: rgba(255, 255, 255, 0.15);
    --shadow-dark: 0 20px 40px rgba(0, 0, 0, 0.4);
    --border-radius: 20px;
}

/* Global Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    line-height: 1.6;
    color: var(--text-primary);
    background: var(--dark-bg);
    overflow-x: hidden;
}

::selection {
    background: var(--gradient-accent);
    color: white;
}

/* Smooth Scrolling */
html {
    scroll-behavior: smooth;
}

/* Navigation */
.navbar {
    background: rgba(15, 15, 35, 0.95) !important;
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    padding: 1.5rem 0;
}

.navbar.scrolled {
    background: rgba(10, 10, 10, 0.98) !important;
    padding: 1rem 0;
}

.navbar-brand {
    font-weight: 800;
    font-size: 1.2rem;
    color: var(--text-primary) !important;
    letter-spacing: 2px;
}

.brand-text {
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.navbar-brand img {
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.navbar-brand:hover img {
    transform: scale(1.1) rotate(5deg);
}

.navbar-nav .nav-link {
    color: #ffffff !important;
    font-weight: 500;
    font-size: 0.9rem;
    margin: 0 1rem;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.8;
}

.navbar-nav .nav-link:hover {
    color: #ffffff !important;
    opacity: 1;
    transform: translateY(-2px);
}

.register-btn {
    background: var(--gradient-primary) !important;
    border: 1px solid transparent !important;
    border-radius: 25px !important;
    padding: 10px 25px !important;
    backdrop-filter: blur(10px);
    color: #ffffff !important;
    font-weight: 600 !important;
    text-decoration: none !important;
}

.register-btn:hover {
    background: var(--gradient-accent) !important;
    border-color: transparent !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(102, 126, 234, 0.4);
    color: #ffffff !important;
    text-decoration: none !important;
}

/* Hero Section */
.hero-section {
    background: radial-gradient(ellipse at center, #1a1a2e 0%, #16213e 50%, #0f0f23 100%);
    padding: 120px 0;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="0.5" fill="%23ffffff" opacity="0.02"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>') repeat;
    pointer-events: none;
}

.hero-content {
    position: relative;
    z-index: 2;
}

.stats-badge {
    background: var(--glass-bg);
    backdrop-filter: blur(20px);
    border: 1px solid var(--glass-border);
    border-radius: var(--border-radius);
    padding: 1.5rem;
    color: var(--text-primary);
    box-shadow: var(--shadow-dark);
    margin-bottom: 2rem;
    display: inline-block;
    margin-right: 2rem;
}

.stat-item h3 {
    font-size: 2.5rem;
    font-weight: 800;
    margin: 0;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.stat-item p {
    font-size: 0.8rem;
    margin: 0;
    color: #cccccc;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.hero-title {
    font-size: 4.5rem;
    font-weight: 800;
    line-height: 1.1;
    margin: 3rem 0 2rem 0;
    color: var(--text-primary);
    position: relative;
    z-index: 10;
}

.gradient-text {
    background: var(--gradient-accent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-description {
    margin: 2rem 0;
    color: #cccccc;
    font-size: 1.1rem;
    line-height: 1.6;
    position: relative;
    z-index: 10;
}

.hero-description p {
    color: #cccccc;
    margin-bottom: 0.5rem;
}

.btn-get-started {
    background: var(--gradient-primary);
    color: white;
    border: none;
    padding: 15px 40px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: var(--shadow-dark);
}

.btn-get-started:hover {
    transform: translateY(-3px);
    box-shadow: 0 25px 50px rgba(102, 126, 234, 0.4);
}

.hero-visual {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 600px;
}

.hero-image {
    width: 300px;
    height: 300px;
    border-radius: 20px;
    object-fit: cover;
    box-shadow: var(--shadow-dark);
    margin: 0 auto;
    display: block;
}

.services-bar {
    background: var(--dark-secondary);
    padding: 120px 0 40px 0;
    border-bottom: 1px solid var(--glass-border);
    position: relative;
    overflow: hidden;
}

.services-bar::before {
    content: '';
    position: absolute;
    top: 0;
    left: -50%;
    width: 200%;
    height: 100%;
    background: linear-gradient(45deg, transparent, rgba(102, 126, 234, 0.1), transparent);
    animation: shimmer 3s infinite;
}

@keyframes shimmer {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}

.services-list {
    text-align: center;
    position: relative;
    z-index: 2;
    overflow: hidden;
    white-space: nowrap;
}

.services-list-wrapper {
    display: inline-block;
    animation: scrollRight 20s linear infinite;
}

@keyframes scrollRight {
    0% { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
}

.services-list span {
    display: inline-block;
    margin: 8px 30px;
    color: #ffffff;
    font-weight: 600;
    font-size: 1rem;
    padding: 12px 24px;
    background: var(--glass-bg);
    border-radius: 30px;
    border: 2px solid var(--glass-border);
    transition: all 0.4s ease;
    backdrop-filter: blur(20px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
}

.services-list span::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: var(--gradient-primary);
    transition: left 0.4s ease;
    z-index: -1;
}

.services-list span:hover {
    color: white;
    border-color: transparent;
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 15px 35px rgba(102, 126, 234, 0.4);
}

.services-list span:hover::before {
    left: 0;
}

/* Sections */
section {
    padding: 120px 0;
}

section:not(#home) {
    scroll-margin-top: 100px;
    position: relative;
    z-index: 1;
}

.section-title {
    font-size: 3.5rem;
    font-weight: 800;
    color: var(--text-primary);
    text-align: center;
    margin-bottom: 4rem;
    position: relative;
}

.section-subtitle {
    color: #cccccc;
    font-size: 1.2rem;
    text-align: center;
    margin-top: -2rem;
    margin-bottom: 4rem;
}

/* About Section */
#about {
    background: var(--dark-bg);
    margin-top: 0;
    clear: both;
}

#about h2 {
    color: var(--text-primary);
    font-weight: 800;
    margin-bottom: 2rem;
}

#about p {
    color: #cccccc;
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

#about .text-primary {
    color: var(--primary-color) !important;
    font-weight: 600;
}

#about .fw-bold {
    color: var(--text-primary) !important;
}

.stats-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    padding: 2rem;
}

.stat-box {
    background: var(--glass-bg);
    backdrop-filter: blur(20px);
    border: 1px solid var(--glass-border);
    border-radius: var(--border-radius);
    padding: 2rem;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: var(--shadow-dark);
}

.stat-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(102, 126, 234, 0.3);
}

.stat-icon {
    width: 60px;
    height: 60px;
    background: var(--gradient-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    font-size: 1.5rem;
    color: white;
}

.stat-box h3 {
    font-size: 2rem;
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.stat-box p {
    color: #cccccc;
    font-size: 1rem;
    margin: 0;
}

/* Team Section */
#team {
    background: var(--dark-secondary);
}

.team-card {
    background: var(--glass-bg);
    backdrop-filter: blur(20px);
    border: 1px solid var(--glass-border);
    border-radius: var(--border-radius);
    transition: all 0.3s ease;
    overflow: hidden;
    box-shadow: var(--shadow-dark);
}

.team-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
}

.team-card img {
    height: 300px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.team-card:hover img {
    transform: scale(1.1);
}

.team-card .card-body {
    background: var(--glass-bg);
    color: var(--text-primary);
    padding: 2rem;
}

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

.team-card .card-text {
    color: #cccccc;
    margin-bottom: 1.5rem;
}

.team-card .btn {
    margin: 0 0.25rem;
    transition: all 0.3s ease;
}

.team-card .btn:hover {
    transform: translateY(-2px);
}

/* Services Section */
.services-section {
    background: var(--dark-secondary);
    position: relative;
}

.service-main-card {
    background: var(--glass-bg);
    backdrop-filter: blur(20px);
    border: 1px solid var(--glass-border);
    border-radius: var(--border-radius);
    padding: 3rem;
    height: 100%;
    box-shadow: var(--shadow-dark);
}

.service-main-card h3 {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 1.5rem;
}

.service-main-card p {
    color: #cccccc;
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 2rem;
}

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

.service-features li {
    color: #cccccc;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}

.service-features i {
    color: var(--primary-color);
    margin-right: 1rem;
    width: 20px;
}

.btn-learn-more {
    background: var(--gradient-primary);
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-learn-more:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(102, 126, 234, 0.4);
}

.service-visual {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.ui-mockup {
    position: relative;
    width: 400px;
    height: 300px;
    background: var(--glass-bg);
    backdrop-filter: blur(20px);
    border: 1px solid var(--glass-border);
    border-radius: var(--border-radius);
    padding: 2rem;
    box-shadow: var(--shadow-dark);
}

.mockup-screen {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.mockup-element {
    position: absolute;
    border-radius: 10px;
}

.element-1 {
    width: 120px;
    height: 60px;
    background: var(--gradient-primary);
    top: 20px;
    left: 20px;
}

.element-2 {
    width: 80px;
    height: 80px;
    background: var(--gradient-accent);
    top: 30px;
    right: 20px;
}

.element-3 {
    width: 150px;
    height: 40px;
    background: linear-gradient(135deg, #4ecdc4, #44a08d);
    bottom: 60px;
    left: 20px;
}

.element-4 {
    width: 100px;
    height: 50px;
    background: linear-gradient(135deg, #ffecd2, #fcb69f);
    bottom: 20px;
    right: 20px;
}

/* Statistics Section */
.stats-section {
    background: var(--dark-bg);
    padding: 80px 0;
}

.stat-card {
    text-align: center;
    padding: 2rem;
}

.stat-number {
    font-size: 3.5rem;
    font-weight: 800;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0.5rem;
}

.stat-label {
    color: #cccccc;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
}

/* Gallery Section */
#gallery {
    background: var(--dark-bg);
    padding-top: 200px;
}

.gallery-card {
    position: relative;
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: var(--shadow-dark);
    transition: all 0.3s ease;
    background: var(--glass-bg);
    backdrop-filter: blur(20px);
    border: 1px solid var(--glass-border);
}

.gallery-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
}

.gallery-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(102, 126, 234, 0.9);
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
}

.gallery-card:hover .gallery-overlay {
    opacity: 1;
}

.gallery-card:hover img {
    transform: scale(1.1);
}

.gallery-overlay h5 {
    font-weight: 700;
    margin-bottom: 1rem;
    text-align: center;
}

.gallery-overlay i {
    font-size: 2rem;
}

.filter-btn {
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    color: #cccccc;
    border-radius: 25px;
    padding: 8px 20px;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.filter-btn.active,
.filter-btn:hover {
    background: var(--gradient-primary);
    border-color: transparent;
    color: white;
    transform: translateY(-2px);
}

/* Projects Section */
#projects {
    background: var(--dark-secondary);
    padding-top: 200px;
}

.project-card {
    background: var(--glass-bg);
    backdrop-filter: blur(20px);
    border: 1px solid var(--glass-border);
    border-radius: var(--border-radius);
    transition: all 0.3s ease;
    overflow: hidden;
    box-shadow: var(--shadow-dark);
}

.project-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
}

.project-card img {
    height: 200px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

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

.project-card .card-body {
    background: var(--glass-bg);
    color: var(--text-primary);
    padding: 2rem;
}

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

.project-card .card-text {
    color: #cccccc;
    margin-bottom: 1.5rem;
}

.project-card .btn {
    background: var(--gradient-primary);
    border: none;
    color: white;
    padding: 10px 25px;
    border-radius: 25px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.project-card .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(102, 126, 234, 0.4);
    color: white;
}

.project-card .btn-success {
    background: #28a745;
    margin-right: 0.5rem;
}

.project-card .btn-primary {
    background: #007bff;
    margin-right: 0.5rem;
}

.project-card .btn-sm {
    padding: 5px 15px;
    font-size: 0.8rem;
}

/* Contact Section */
.contact-section {
    background: var(--dark-secondary);
}

.contact-form {
    background: var(--glass-bg);
    backdrop-filter: blur(20px);
    border: 1px solid var(--glass-border);
    border-radius: var(--border-radius);
    padding: 3rem;
    box-shadow: var(--shadow-dark);
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-control {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--glass-border);
    border-radius: 15px;
    color: var(--text-primary);
    padding: 15px 20px;
    font-size: 1rem;
    transition: all 0.3s ease;
    width: 100%;
}

.form-control:focus {
    outline: none;
    border-color: var(--primary-color);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 20px rgba(102, 126, 234, 0.2);
}

.form-control::placeholder {
    color: #999999;
}

.btn-submit {
    background: var(--gradient-primary);
    color: white;
    border: none;
    padding: 15px 40px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: var(--shadow-dark);
}

.btn-submit:hover {
    transform: translateY(-3px);
    box-shadow: 0 25px 50px rgba(102, 126, 234, 0.4);
}

/* Footer */
.footer-section {
    background: var(--dark-bg);
    border-top: 1px solid var(--glass-border);
    padding: 60px 0 40px;
}

.footer-brand {
    display: flex;
    align-items: center;
}

.footer-brand img {
    border-radius: 8px;
}

.social-links {
    display: flex;
    gap: 1rem;
}

.social-link {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #cccccc;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-link:hover {
    background: var(--gradient-primary);
    color: white;
    transform: translateY(-3px);
    box-shadow: var(--shadow-dark);
}

.footer-text {
    color: #cccccc;
    margin-bottom: 1rem;
}

.footer-text a {
    color: var(--primary-color);
    text-decoration: none;
}

.footer-link {
    color: #cccccc;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-link:hover {
    color: var(--text-primary);
}

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

.contact-details {
    color: #cccccc;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.contact-details a {
    color: var(--primary-color);
    text-decoration: none;
}

.map-link {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.map-link:hover {
    color: var(--text-primary);
    transform: translateX(5px);
}

/* Additional Utility Classes */
.text-white {
    color: #ffffff !important;
}

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

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

/* Button Overrides */
.btn-primary {
    background: var(--gradient-primary) !important;
    border: none !important;
    color: white !important;
}

.btn-primary:hover {
    background: var(--gradient-accent) !important;
    color: white !important;
    transform: translateY(-2px);
}

.btn-outline-light {
    border: 2px solid rgba(255, 255, 255, 0.3) !important;
    color: white !important;
    background: transparent !important;
}

.btn-outline-light:hover {
    background: white !important;
    color: var(--dark-bg) !important;
    border-color: white !important;
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-title {
        font-size: 2.5rem;
        margin-top: 1rem;
    }
    
    .section-title {
        font-size: 2.5rem;
    }
    
    section {
        padding: 80px 0;
    }
    
    .stats-badge {
        position: static;
        margin-bottom: 1rem;
        display: inline-block;
        margin-right: 1rem;
    }
    
    .stats-badge-2 {
        position: static;
        display: inline-block;
    }
    
    .navbar-nav .nav-link {
        margin: 0.5rem 0;
        text-align: center;
    }
    
    .hero-visual {
        height: 400px;
        margin-top: 3rem;
    }
    
    .head-image {
        width: 200px;
        height: 200px;
    }
    
    .geometric-shapes {
        width: 300px;
        height: 300px;
    }
    
    .service-main-card {
        padding: 2rem;
        margin-bottom: 3rem;
    }
    
    .ui-mockup {
        width: 300px;
        height: 250px;
    }
    
    .contact-form {
        padding: 2rem;
    }
}

@media (max-width: 576px) {
    .hero-title {
        font-size: 2rem;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .btn-get-started,
    .btn-learn-more,
    .btn-submit {
        padding: 12px 25px;
        font-size: 0.9rem;
    }
    
    .stat-number {
        font-size: 2.5rem;
    }
    
    .navbar {
        padding: 1rem 0;
    }
    
    .services-list span {
        margin: 5px 10px;
        font-size: 0.9rem;
        padding: 6px 12px;
    }
    
    .project-card .card-body {
        padding: 1.5rem;
    }
    
    .team-card .card-body {
        padding: 1.5rem;
    }
    
    .gallery-card img {
        height: 200px;
    }
}

/* Scroll to Top Button */
.scroll-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: var(--gradient-primary);
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
    cursor: pointer;
}

.scroll-top.show {
    opacity: 1;
    visibility: visible;
}

.scroll-top:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(102, 126, 234, 0.4);
}

/* Dropdown Menu */
.dropdown-menu {
    background: var(--glass-bg) !important;
    backdrop-filter: blur(20px);
    border: 1px solid var(--glass-border) !important;
    border-radius: 15px !important;
    box-shadow: var(--shadow-dark);
    margin-top: 10px;
}

.dropdown-item {
    color: #cccccc !important;
    padding: 10px 20px;
    transition: all 0.3s ease;
}

.dropdown-item:hover {
    background: var(--gradient-primary) !important;
    color: white !important;
    transform: translateX(5px);
}

.dropdown-toggle::after {
    color: #cccccc;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: var(--dark-bg);
}

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

::-webkit-scrollbar-thumb:hover {
    background: var(--gradient-accent);
}