:root {
    --cyan-100: rgb(230, 247, 250);
    --cyan-200: rgb(204, 239, 245);
    --cyan-300: rgb(153, 223, 233);
    --cyan-400: rgb(102, 207, 224);
    --cyan-500: rgb(86, 183, 199);
    --cyan-600: rgb(70, 155, 170);
    --cyan-700: rgb(60, 140, 155);

    --slate-50: #f8fafc;
    --slate-100: #f1f5f9;
    --slate-200: #e2e8f0;
    --slate-300: #cbd5e1;
    --slate-400: #94a3b8;
    --slate-500: #64748b;
    --slate-600: #475569;
    --slate-900: #0f172a;

    --white-5: rgba(255, 255, 255, 0.05);
    --white-10: rgba(255, 255, 255, 0.10);
    --white-20: rgba(255, 255, 255, 0.20);
}

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

/* Animations */


/* Unicorn Studio Background (Full Screen) */
.aura-background-component {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -10;
    pointer-events: none;
    overflow: hidden;
    /* Static Gradient Aura */
    background: radial-gradient(circle at 50% 0%, rgba(86, 183, 199, 0.15) 0%, rgba(0, 0, 0, 0) 70%);
}

@keyframes star-fall {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 0 1000px;
    }
}

/* Deep Space Background Stars */
.stars-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -3;
    background-image:
        radial-gradient(1px 1px at 5% 10%, rgba(255, 255, 255, 0.9), transparent),
        radial-gradient(1px 1px at 15% 20%, rgba(86, 183, 199, 0.8), transparent),
        radial-gradient(1px 1px at 25% 30%, rgba(255, 255, 255, 0.9), transparent),
        radial-gradient(1px 1px at 35% 40%, rgba(86, 183, 199, 0.8), transparent),
        radial-gradient(1px 1px at 45% 50%, rgba(255, 255, 255, 0.9), transparent),
        radial-gradient(1px 1px at 55% 60%, rgba(86, 183, 199, 0.8), transparent),
        radial-gradient(1px 1px at 65% 70%, rgba(255, 255, 255, 0.9), transparent),
        radial-gradient(1px 1px at 75% 80%, rgba(86, 183, 199, 0.8), transparent),
        radial-gradient(1px 1px at 85% 90%, rgba(255, 255, 255, 0.9), transparent),
        radial-gradient(1px 1px at 95% 5%, rgba(86, 183, 199, 0.8), transparent),
        radial-gradient(1.5px 1.5px at 2% 40%, #fff, transparent),
        radial-gradient(1.5px 1.5px at 20% 70%, #56b7c7, transparent),
        radial-gradient(1.5px 1.5px at 80% 20%, #fff, transparent),
        radial-gradient(1.5px 1.5px at 40% 40%, #56b7c7, transparent),
        radial-gradient(1.5px 1.5px at 60% 60%, #fff, transparent),
        radial-gradient(1px 1px at 10% 90%, #fff, transparent),
        radial-gradient(1px 1px at 50% 10%, #56b7c7, transparent),
        radial-gradient(1px 1px at 90% 50%, #fff, transparent),
        radial-gradient(2px 2px at 3% 3%, #fff, transparent),
        radial-gradient(2px 2px at 97% 97%, #56b7c7, transparent);
    background-size: 1000px 1000px;
    opacity: 0.9;
    animation: star-fall 120s linear infinite;
    /* GPU acceleration for smooth animation */
    transform: translateZ(0);
    will-change: transform;
}

/* Foreground Stars */
.stars-foreground {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -2;
    background-image:
        radial-gradient(2px 2px at 10% 5%, #fff, transparent),
        radial-gradient(2px 2px at 20% 15%, #56b7c7, transparent),
        radial-gradient(2px 2px at 30% 25%, #fff, transparent),
        radial-gradient(2px 2px at 40% 35%, #56b7c7, transparent),
        radial-gradient(2px 2px at 50% 45%, #fff, transparent),
        radial-gradient(2px 2px at 60% 55%, #56b7c7, transparent),
        radial-gradient(2px 2px at 80% 65%, #fff, transparent),
        radial-gradient(1.5px 1.5px at 5% 75%, #fff, transparent),
        radial-gradient(1.5px 1.5px at 15% 85%, #56b7c7, transparent),
        radial-gradient(1.5px 1.5px at 25% 95%, #fff, transparent),
        radial-gradient(1.5px 1.5px at 35% 5%, #56b7c7, transparent),
        radial-gradient(1.5px 1.5px at 45% 15%, #fff, transparent),
        radial-gradient(1.5px 1.5px at 55% 25%, #56b7c7, transparent),
        radial-gradient(1.5px 1.5px at 65% 35%, #fff, transparent),
        radial-gradient(1.5px 1.5px at 5% 45%, #56b7c7, transparent),
        radial-gradient(1px 1px at 70% 55%, #fff, transparent),
        radial-gradient(1px 1px at 80% 65%, #fff, transparent),
        radial-gradient(1px 1px at 90% 75%, #56b7c7, transparent),
        radial-gradient(1px 1px at 10% 85%, #fff, transparent),
        radial-gradient(1px 1px at 20% 95%, #56b7c7, transparent),
        radial-gradient(2px 2px at 10% 30%, #56b7c7, transparent),
        radial-gradient(2px 2px at 40% 60%, #fff, transparent),
        radial-gradient(2px 2px at 70% 90%, #fff, transparent),
        radial-gradient(2px 2px at 80% 10%, #56b7c7, transparent),
        radial-gradient(1px 1px at 30% 80%, #fff, transparent),
        radial-gradient(1px 1px at 60% 20%, #56b7c7, transparent),
        radial-gradient(1.5px 1.5px at 2% 60%, #fff, transparent),
        radial-gradient(1.5px 1.5px at 12% 70%, #56b7c7, transparent),
        radial-gradient(1.5px 1.5px at 22% 80%, #fff, transparent),
        radial-gradient(1.5px 1.5px at 32% 90%, #56b7c7, transparent),
        radial-gradient(1.5px 1.5px at 42% 4%, #fff, transparent),
        radial-gradient(1.5px 1.5px at 52% 14%, #56b7c7, transparent),
        radial-gradient(1.5px 1.5px at 62% 24%, #fff, transparent),
        radial-gradient(1.5px 1.5px at 72% 34%, #56b7c7, transparent),
        radial-gradient(1.5px 1.5px at 82% 44%, #fff, transparent);
    background-size: 1000px 1000px;
    opacity: 1;
    animation: star-fall 60s linear infinite;
    /* GPU acceleration for smooth animation */
    transform: translateZ(0);
    will-change: transform;
}



body {
    background-color: #000;
    background: linear-gradient(to bottom, #020205 0%, #000000 100%);
    color: #f1f5f9;
    font-family: 'Geist', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    position: relative;
    min-height: 100vh;
    z-index: 0;
    /* Creates stacking context for stars */
}



::selection {
    background: rgba(86, 183, 199, 0.3);
    color: rgb(204, 239, 245);
}

html {
    scroll-behavior: smooth;
}

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

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

@keyframes pulse {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}

@keyframes ping {

    75%,
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes shimmer {
    0% {
        transform: translateX(-150%) skewX(-45deg);
    }

    100% {
        transform: translateX(150%) skewX(-45deg);
    }
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0px) rotateX(4deg) rotateY(-12deg);
    }

    50% {
        transform: translateY(-20px) rotateX(4deg) rotateY(-12deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes bounce {

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

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

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-50% - 0.75rem));
    }
}

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

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

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

.nav-bar {
    position: sticky;
    top: 0;
    z-index: 50;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(12px);
    background: rgba(0, 0, 0, 0.5);
}

.nav-container {
    max-width: 1152px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 56px;
    padding: 0 1rem;
}

.nav-left {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.logo-link {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    text-decoration: none;
}

.logo-svg {
    display: block;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.logo-svg:hover {
    transform: scale(1.08);
}

.logo-text {
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #fff;
    background: linear-gradient(to right, rgb(86, 183, 199), rgb(102, 207, 224));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.nav-links {
    display: none;
    align-items: center;
    gap: 0.25rem;
}

@media (min-width:640px) {
    .nav-links {
        display: flex;
    }
}

.nav-link {
    color: #94a3b8;
    text-decoration: none;
    font-size: 0.75rem;
    font-weight: 500;
    padding: 0.375rem 0.75rem;
    border-radius: 0.375rem;
    transition: all 0.3s ease;
}

.nav-link:hover {
    background: rgba(255, 255, 255, 0.05);
    color: #e2e8f0;
}

.nav-link.active {
    color: rgb(102, 207, 224);
    background: rgba(86, 183, 199, 0.1);
}

.btn-login {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    font-size: 0.75rem;
    font-weight: 500;
    color: #cbd5e1;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 9999px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.btn-login:hover {
    border-color: rgba(86, 183, 199, 0.5);
    background: rgba(86, 183, 199, 0.1);
    box-shadow: 0 0 20px rgba(86, 183, 199, 0.3);
    color: rgb(102, 207, 224);
    transform: scale(0.95);
}

.btn-login svg {
    transition: all 0.3s ease;
}

.btn-login:hover svg {
    transform: scale(1.1);
    filter: drop-shadow(0 0 8px rgba(102, 207, 224, 0.8));
}

.main-wrapper {
    min-height: 100vh;
    position: relative;
}

.container {
    max-width: 1152px;
    margin: 0 auto;
    padding: 3rem 1rem 5rem;
}

@media (min-width:640px) {
    .container {
        padding-top: 5rem;
    }
}

.hero-section {
    margin-top: 6rem;
    margin-bottom: 6rem;
    position: relative;
    z-index: 10;
    animation: fadeInUp 0.8s ease-out;
}

.hero-glow {
    pointer-events: none;
    position: absolute;
    top: -6rem;
    left: 0;
    width: 384px;
    height: 384px;
    background: rgba(86, 183, 199, 0.1);
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.5;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    position: relative;
    z-index: 10;
}

@media (min-width:1024px) {
    .hero-grid {
        grid-template-columns: repeat(12, 1fr);
    }
}

.hero-content {
    max-width: 42rem;
    position: relative;
    z-index: 10;
}

@media (min-width:1024px) {
    .hero-content {
        grid-column: span 6;
    }
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.25rem 0.75rem;
    background: rgba(86, 183, 199, 0.05);
    border: 1px solid rgba(86, 183, 199, 0.2);
    border-radius: 9999px;
    margin-bottom: 1.5rem;
    backdrop-filter: blur(8px);
    transition: all 0.3s ease;
    cursor: default;
}

.hero-badge:hover {
    background: rgba(86, 183, 199, 0.1);
    border-color: rgba(86, 183, 199, 0.3);
}

.pulse-dot {
    position: relative;
    display: flex;
    height: 0.5rem;
    width: 0.5rem;
}

.pulse-ping {
    position: absolute;
    display: inline-flex;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    background: rgb(102, 207, 224);
    opacity: 0.75;
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.pulse-core {
    position: relative;
    display: inline-flex;
    height: 0.5rem;
    width: 0.5rem;
    border-radius: 50%;
    background: rgb(86, 183, 199);
}

.badge-text {
    font-size: 0.75rem;
    font-weight: 400;
    letter-spacing: -0.025em;
    color: rgb(153, 223, 233);
}

.badge-divider {
    color: rgba(86, 183, 199, 0.3);
}

.badge-version {
    font-size: 0.75rem;
    letter-spacing: -0.025em;
    color: #94a3b8;
}

.hero-title {
    font-size: 3rem;
    font-weight: 400;
    letter-spacing: -0.025em;
    color: #fff;
    line-height: 1.1;
}

@media (min-width:640px) {
    .hero-title {
        font-size: 3.75rem;
    }
}

.title-line {
    display: block;
    color: #94a3b8;
}

.title-gradient {
    display: block;
    background: linear-gradient(to right, rgb(204, 239, 245), rgb(102, 207, 224), rgb(204, 239, 245));
    background-size: 200% auto;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradientShift 4s linear infinite;
}

.hero-description {
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.625;
    color: #94a3b8;
    margin-top: 1.5rem;
    max-width: 32rem;
}

.hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2rem;
    align-items: center;
}

/* Primary Button */
.btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 140px;
    gap: 0.5rem;
    padding: 0 1.5rem;
    height: 44px;
    font-size: 0.875rem;
    font-weight: 600;
    color: #0a0a0a;
    background: rgb(86, 183, 199);
    border: none;
    border-radius: 9999px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 20px -5px rgba(86, 183, 199, 0.4);
    transition: all 0.3s ease;
}

.btn-primary:hover {
    transform: scale(1.05);
    box-shadow: 0 0 35px -5px rgba(86, 183, 199, 0.6);
    background: rgb(102, 207, 224);
}

.btn-primary:active {
    transform: scale(0.95);
}

.btn-shimmer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0;
    cursor: pointer;
}

.btn-shimmer::before {
    content: '';
    width: 3rem;
    height: 150%;
    background: rgba(255, 255, 255, 0.3);
    filter: blur(8px);
    transition: all 0.8s ease;
}

.btn-primary:hover .btn-shimmer::before {
    animation: shimmer 1s infinite;
}

.btn-content {
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.btn-content svg {
    transition: transform 0.3s ease;
}

.btn-primary:hover .btn-content svg {
    transform: translateX(4px);
}

/* Secondary Button */
.btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 0.625rem;
    padding: 0 1.5rem;
    height: 44px;
    font-size: 0.875rem;
    font-weight: 500;
    color: #e2e8f0;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 9999px;
    cursor: pointer;
    backdrop-filter: blur(8px);
    position: relative;
    transition: all 0.3s ease;
}

.btn-secondary:hover {
    border-color: rgba(86, 183, 199, 0.3);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 20px -10px rgba(86, 183, 199, 0.2);
    transform: scale(1.05);
    color: #fff;
}

.btn-secondary:active {
    transform: scale(0.95);
}

.btn-secondary svg {
    transition: all 0.3s ease;
}

.btn-secondary:hover svg {
    color: #5865F2;
}

/* Hero Image */
.hero-image-wrapper {
    position: relative;
    z-index: 10;
    width: 100%;
    display: flex;
    justify-content: center;
    perspective: 800px;
}

@media (min-width:1024px) {
    .hero-image-wrapper {
        grid-column: span 6;
        justify-content: flex-end;
        margin-top: 0;
    }
}

.hero-image-container {
    position: relative;
    width: 100%;
    max-width: 600px;
    transform-style: preserve-3d;
    transform: rotateY(-12deg) rotateX(4deg);
    transition: transform 0.7s ease;
    animation: float 6s ease-in-out infinite;
    /* GPU acceleration for 3D transforms */
    will-change: transform;
}

.hero-image-container:hover {
    transform: rotateY(0deg) rotateX(0deg);
}

.image-glow {
    position: absolute;
    inset: -2.5rem;
    background: rgba(86, 183, 199, 0.1);
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.6;
    z-index: -10;
    transition: opacity 0.5s ease;
}

.hero-image-container:hover .image-glow {
    opacity: 0.8;
}

.image-card {
    position: relative;
    padding: 0.375rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0.75rem;
    background: rgba(15, 23, 42, 0.2);
    backdrop-filter: blur(4px);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
}

.image-shine {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top right, rgba(255, 255, 255, 0.05), transparent);
    border-radius: 0.75rem;
    pointer-events: none;
    z-index: 20;
}

.hero-image {
    position: relative;
    z-index: 10;
    width: 100%;
    height: auto;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 0.5rem;
    background: rgba(2, 6, 23, 0.8);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
}

.status-badge {
    position: absolute;
    bottom: -2rem;
    right: -1rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem;
    background: rgba(15, 23, 42, 0.3);
    border: 1px solid rgba(86, 183, 199, 0.2);
    border-radius: 0.75rem;
    backdrop-filter: blur(12px);
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.5);
    animation: bounce 3s infinite;
}

.status-dot {
    position: relative;
}

.status-glow {
    position: absolute;
    inset: 0;
    background: rgb(86, 183, 199);
    border-radius: 50%;
    filter: blur(4px);
    opacity: 0.5;
    animation: pulse 2s ease-in-out infinite;
}

.status-core {
    position: relative;
    z-index: 10;
    width: 0.625rem;
    height: 0.625rem;
    background: rgb(86, 183, 199);
    border-radius: 50%;
}

.status-text {
    display: flex;
    flex-direction: column;
}

.status-label {
    font-size: 0.625rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1;
    margin-bottom: 0.25rem;
    color: #94a3b8;
}

.status-value {
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1;
    color: #fff;
}

.divider {
    height: 1px;
    width: 100%;
    background: linear-gradient(to right, transparent, rgba(86, 183, 199, 0.2), transparent);
    margin-bottom: 3rem;
    animation: fadeInUp 0.8s ease-out 0.1s backwards;
}

/* Utility classes for divider */
.mb-20 {
    margin-bottom: 5rem;
}

.flex {
    display: flex;
}

.items-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.h-px {
    height: 1px;
}

.w-full {
    width: 100%;
}

.max-w-2xl {
    max-width: 42rem;
}

.bg-gradient-to-r {
    background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.1) 50%, transparent);
}

.dashboard-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    perspective: 1200px;
}

@media (min-width:1024px) {
    .dashboard-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.card {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 1.5rem;
    padding: 0.25rem;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(12px);
    transition: all 0.3s ease;
    transform-style: preserve-3d;
}

.card:hover {
    border-color: rgba(86, 183, 199, 0.2);
    box-shadow: 0 25px 50px -12px rgba(86, 183, 199, 0.1);
    z-index: 50;
}

.card-glare {
    position: absolute;
    inset: 0;
    z-index: 50;
    opacity: 0;
    border-radius: 1.5rem;
    pointer-events: none;
    mix-blend-mode: screen;
    transition: opacity 0.3s ease;
}

.card:hover .card-glare {
    opacity: 1;
}

.card-bg-glow {
    position: absolute;
    top: -5rem;
    right: -5rem;
    width: 16rem;
    height: 16rem;
    background: rgba(86, 183, 199, 0.1);
    border-radius: 50%;
    filter: blur(80px);
    transition: all 0.7s ease;
    transform: translateX(2rem);
}

.card:hover .card-bg-glow {
    background: rgba(86, 183, 199, 0.2);
}

.card-content {
    position: relative;
    display: flex;
    flex-direction: column;
    height: fit-content;
    padding: 1.5rem;
    border-radius: 1.25rem;
    background: rgba(0, 0, 0, 0.2);
}

@media (min-width:640px) {
    .card-content {
        padding: 2rem;
    }
}

.card-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.status-indicator {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.status-text-small {
    font-size: 0.625rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgb(102, 207, 224);
}

.card-title {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: -0.025em;
    color: #fff;
}

.card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    color: rgb(102, 207, 224);
    box-shadow: 0 0 15px rgba(86, 183, 199, 0.1);
    transition: all 0.3s ease;
}

.card:hover .card-icon {
    transform: scale(1.1);
    border-color: rgba(86, 183, 199, 0.2);
    background: rgba(86, 183, 199, 0.1);
}

.status-list {
    margin-top: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.status-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 0.75rem;
    background: rgba(255, 255, 255, 0.02);
    transition: all 0.3s ease;
}

.status-item:hover {
    border-color: rgba(86, 183, 199, 0.2);
    background: rgba(255, 255, 255, 0.05);
}

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

.status-item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0.5rem;
    background: rgba(255, 255, 255, 0.05);
    color: rgb(86, 183, 199);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.status-item:hover .status-item-icon {
    border-color: rgba(86, 183, 199, 0.3);
    background: rgba(86, 183, 199, 0.1);
}

.status-item-info {
    display: flex;
    flex-direction: column;
}

.status-item-name {
    font-size: 0.875rem;
    font-weight: 400;
    color: #e2e8f0;
}

.status-item-version {
    font-size: 0.625rem;
    color: #64748b;
}

/* Orange status badge (was green) */
.status-badge-cyan {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.25rem 0.625rem;
    border: 1px solid rgba(86, 183, 199, 0.2);
    border-radius: 0.375rem;
    background: rgba(86, 183, 199, 0.1);
}

.check-icon {
    width: 0.625rem;
    height: 0.625rem;
    color: rgb(102, 207, 224);
}

.status-badge-cyan span {
    font-size: 0.625rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: rgb(102, 207, 224);
}

.recoil-card {
    max-height: none;
}

.tech-grid {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
    opacity: 0.4;
    background-image:
        linear-gradient(to right, rgba(86, 183, 199, 0.2) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(86, 183, 199, 0.2) 1px, transparent 1px);
    background-size: 24px 24px;
    filter: drop-shadow(0 0 1px rgba(86, 183, 199, 0.3));
    mask-image: radial-gradient(ellipse 60% 60% at 50% 50%, #000 70%, transparent 100%);
    -webkit-mask-image: radial-gradient(ellipse 60% 60% at 50% 50%, #000 70%, transparent 100%);
}

.card-content-recoil {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 1.25rem;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(4px);
    box-shadow: inset 0 0 20px rgba(86, 183, 199, 0.05);
}

@media (min-width:640px) {
    .card-content-recoil {
        padding: 2rem;
    }
}

.active-badge {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.25rem 0.75rem;
    background: rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(86, 183, 199, 0.3);
    border-radius: 9999px;
    backdrop-filter: blur(8px);
    cursor: pointer;
    transition: all 0.5s ease;
}

.active-badge:hover {
    background: rgba(86, 183, 199, 0.1);
}

.active-badge::before {
    content: '';
    position: absolute;
    inset: -2px;
    background: linear-gradient(to right, rgb(86, 183, 199), rgb(153, 223, 233));
    border-radius: 9999px;
    opacity: 0.2;
    filter: blur(4px);
    transition: opacity 0.5s ease;
}

.active-badge:hover::before {
    opacity: 0.4;
}

.spin-icon {
    animation: spin 4s linear infinite;
    color: rgb(102, 207, 224);
}

.active-badge span {
    font-size: 0.625rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: rgb(102, 207, 224);
}

.recoil-viz {
    position: relative;
    display: flex;
    flex: 1;
    min-height: 220px;
    align-items: center;
    justify-content: center;
    transform-style: preserve-3d;
    transform: scaleY(-1) rotateZ(20deg);
}

.viz-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8rem;
    height: 14rem;
    background: rgba(86, 183, 199, 0.05);
    border-radius: 50%;
    filter: blur(3rem);
    transform: translate(-50%, -50%) translateZ(-20px);
}

.recoil-pattern {
    width: 160px;
    height: 260px;
    overflow: visible;
    color: #f8fafc;
}

.recoil-dots {
    fill: #fff;
}

.tracer {
    filter: drop-shadow(0 0 4px rgb(102, 207, 224));
}

.slider-controls {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.slider-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.slider-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.slider-header label {
    font-size: 0.625rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #64748b;
    font-weight: 500;
    transition: color 0.3s ease;
    user-select: none;
}

.slider-group:hover .slider-header label {
    color: rgb(102, 207, 224);
}

.slider-header span {
    font-size: 0.625rem;
    font-family: monospace;
    font-weight: 600;
    color: rgb(102, 207, 224);
    user-select: none;
}

/* Wrapper holds the fill bar + the range input stacked */
.slider-wrapper {
    position: relative;
    width: 100%;
    height: 6px;
    margin: 6px 0;
}

/* The colored fill bar behind the track */
.slider-fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: linear-gradient(to right, rgb(86, 183, 199), rgb(102, 207, 224));
    border-radius: 999px;
    pointer-events: none;
    z-index: 1;
    /* no transition – synced instantly by JS */
}

/* The native range input, fully transparent track so fill shows through */
.slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 2;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    outline: none;
    margin: 0;
}

/* Webkit track – invisible, let fill bar show */
.slider::-webkit-slider-runnable-track {
    width: 100%;
    height: 6px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
}

/* Webkit thumb */
.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: rgb(102, 207, 224);
    cursor: pointer;
    margin-top: -2.5px;
    box-shadow: 0 0 0 2.5px #09090b, 0 0 10px rgba(86, 183, 199, 0.6);
    transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    z-index: 3;
}

.slider::-webkit-slider-thumb:hover {
    transform: scale(1.3);
    background: rgb(153, 223, 233);
    box-shadow: 0 0 0 2.5px #09090b, 0 0 14px rgba(86, 183, 199, 0.9);
}

.slider:active::-webkit-slider-thumb {
    transform: scale(1.15);
}

/* Firefox track */
.slider::-moz-range-track {
    width: 100%;
    height: 6px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
}

/* Firefox thumb */
.slider::-moz-range-thumb {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: rgb(102, 207, 224);
    border: none;
    cursor: pointer;
    box-shadow: 0 0 0 2.5px #09090b, 0 0 10px rgba(86, 183, 199, 0.6);
    transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

.slider::-moz-range-thumb:hover {
    transform: scale(1.3);
    background: rgb(153, 223, 233);
    box-shadow: 0 0 0 2.5px #09090b, 0 0 14px rgba(86, 183, 199, 0.9);
}

.dominate-section {
    position: relative;
    z-index: 10;
    max-width: 64rem;
    margin: 6rem auto 11rem;
    padding: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 2.5rem;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.02), #000);
    backdrop-filter: blur(4px);
    transition: all 0.2s ease-out;
    transform-style: preserve-3d;
    perspective: 1000px;
    will-change: transform;
}

@media (min-width:640px) {
    .dominate-section {
        padding: 2.5rem;
    }
}

.dominate-section:hover {
    box-shadow: 0 0 50px -10px rgba(86, 183, 199, 0.15);
}

/* Glare overlay (JS-driven) */
.dominate-glare {
    pointer-events: none;
    position: absolute;
    inset: -1px;
    opacity: 0;
    border-radius: 2.5rem;
    mix-blend-mode: screen;
    z-index: 0;
    transition: opacity 0.3s ease;
}

.dominate-section:hover .dominate-glare {
    opacity: 1;
}

/* Ambient glow behind */
.dominate-ambient {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 48rem;
    height: 100%;
    background: rgba(86, 183, 199, 0.05);
    border-radius: 2.5rem;
    filter: blur(100px);
    z-index: 0;
}

/* 2-col grid */
.dominate-grid {
    position: relative;
    z-index: 10;
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    transform-style: preserve-3d;
}

@media (min-width:1024px) {
    .dominate-grid {
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
    }
}

/* LEFT col */
.dominate-left {
    display: flex;
    flex-direction: column;
    transform-style: preserve-3d;
}

.dominate-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.25rem 0.75rem;
    background: rgba(86, 183, 199, 0.1);
    border: 1px solid rgba(86, 183, 199, 0.2);
    border-radius: 9999px;
    margin-bottom: 1.5rem;
    box-shadow: 0 0 10px -4px rgba(86, 183, 199, 0.3);
    width: fit-content;
    transition: transform 0.3s ease;
}

.dominate-badge span:not(.pulse-dot) {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: rgb(102, 207, 224);
}

.dominate-title {
    font-size: 2.25rem;
    font-weight: 500;
    line-height: 0.95;
    letter-spacing: -0.025em;
    color: #fff;
    transition: transform 0.3s ease;
}

@media (min-width:640px) {
    .dominate-title {
        font-size: 3rem;
    }
}

@media (min-width:1024px) {
    .dominate-title {
        font-size: 3.75rem;
    }
}

.dominate-title-gradient {
    background: linear-gradient(to right, rgb(204, 239, 245), rgb(102, 207, 224), rgb(204, 239, 245));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.dominate-desc {
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.625;
    color: #94a3b8;
    margin-top: 1.5rem;
    transition: transform 0.3s ease;
}

/* 2-col feature pills */
.dominate-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-top: 2.5rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    transition: transform 0.3s ease;
}

@media (max-width:500px) {
    .dominate-features {
        grid-template-columns: 1fr;
    }
}

.dominate-feature {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.dominate-feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    flex-shrink: 0;
    border-radius: 0.75rem;
    border: 1px solid rgba(86, 183, 199, 0.2);
    background: rgba(86, 183, 199, 0.08);
    color: rgb(102, 207, 224);
    transition: all 0.3s ease;
    box-shadow: 0 0 15px -5px rgba(86, 183, 199, 0.2);
}

.dominate-feature:hover .dominate-feature-icon {
    background: rgba(86, 183, 199, 0.15);
    border-color: rgba(86, 183, 199, 0.4);
}

.dominate-feature-title {
    font-size: 0.875rem;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0.25rem;
}

.dominate-feature-desc {
    font-size: 0.75rem;
    font-weight: 300;
    line-height: 1.5;
    color: #64748b;
}

/* RIGHT col */
.dominate-right {
    position: relative;
}

.dominate-dashboard {
    position: relative;
    width: 100%;
    height: 400px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 1.5rem;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.4);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    transition: all 0.5s ease;
    transform-style: preserve-3d;
}

.dominate-section:hover .dominate-dashboard {
    border-color: rgba(86, 183, 199, 0.2);
    box-shadow: 0 25px 50px -12px rgba(86, 183, 199, 0.15);
}

/* tech grid bg */
.dominate-dashboard-grid-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(to right, rgba(86, 183, 199, 0.08) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(86, 183, 199, 0.08) 1px, transparent 1px);
    background-size: 24px 24px;
    mask-image: radial-gradient(circle at center, black 0%, transparent 100%);
    -webkit-mask-image: radial-gradient(circle at center, black 0%, transparent 100%);
}

.dominate-dashboard-gradient {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(to top right, rgba(86, 183, 199, 0.05), transparent, rgba(255, 255, 255, 0.05));
}

/* glass card */
.dominate-card {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -58%);
    width: 90%;
    max-width: 320px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 1rem;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(12px);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    transition: all 0.5s ease;
}

.dominate-section:hover .dominate-card {
    border-color: rgba(86, 183, 199, 0.2);
    box-shadow: 0 0 40px -10px rgba(86, 183, 199, 0.2);
}

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

.dominate-card-header-left {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.dominate-card-dot {
    width: 0.375rem;
    height: 0.375rem;
    border-radius: 50%;
    background: rgb(86, 183, 199);
    box-shadow: 0 0 8px rgb(86, 183, 199);
}

.dominate-card-header-left span {
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #cbd5e1;
}

.dominate-card-dots {
    display: flex;
    gap: 0.375rem;
}

.dominate-card-dots .dot-1 {
    width: 0.25rem;
    height: 0.25rem;
    border-radius: 50%;
    background: rgba(86, 183, 199, 0.5);
}

.dominate-card-dots .dot-2 {
    width: 0.25rem;
    height: 0.25rem;
    border-radius: 50%;
    background: rgba(86, 183, 199, 0.3);
}

.dominate-card-dots .dot-3 {
    width: 0.25rem;
    height: 0.25rem;
    border-radius: 50%;
    background: rgba(86, 183, 199, 0.1);
}

.dominate-card-body {
    padding: 1.25rem;
}

/* graph */
.dominate-graph {
    position: relative;
    width: 100%;
    height: 7rem;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 0.5rem;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.02), transparent);
    overflow: hidden;
    padding: 0.75rem;
}

.dominate-graph-grid {
    position: absolute;
    inset: 0;
    opacity: 0.2;
    background-image: radial-gradient(#fff 1px, transparent 1px);
    background-size: 10px 10px;
}

.dominate-graph-svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

/* scan line */
.dominate-scan-line {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background: rgba(86, 183, 199, 0.5);
    box-shadow: 0 0 10px rgb(86, 183, 199);
    animation: dominateScan 3s linear infinite;
}

@keyframes dominateScan {
    0% {
        left: 0%;
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        left: 100%;
        opacity: 0;
    }
}

/* metrics */
.dominate-metrics {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-top: 1.25rem;
}

.dominate-metric-label {
    font-size: 0.625rem;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #64748b;
    margin-bottom: 0.25rem;
}

.dominate-metric-value {
    font-size: 1.125rem;
    font-weight: 600;
    letter-spacing: -0.025em;
    color: #fff;
}

.dominate-metric-value.accent {
    color: rgb(102, 207, 224);
}

/* bottom stats bar */
.dominate-stats-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(0);
}

.dominate-stat {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.dominate-stat-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0.5rem;
    background: rgba(255, 255, 255, 0.05);
    color: rgb(102, 207, 224);
}

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

.dominate-stat-label {
    font-size: 0.625rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #64748b;
}

.dominate-stat-value {
    font-size: 0.75rem;
    font-weight: 500;
    color: #fff;
}

.dominate-stat-divider {
    width: 1px;
    height: 1.5rem;
    background: rgba(255, 255, 255, 0.1);
}

.pricing-header {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 2.5rem;
    margin-top: 6rem;
    margin-bottom: 2.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

@media (min-width:640px) {
    .pricing-header {
        flex-direction: row;
        align-items: center;
    }
}

.section-title {
    font-size: 1.875rem;
    font-weight: 600;
    letter-spacing: -0.025em;
    color: #fff;
}

.section-subtitle {
    margin-top: 0.5rem;
    font-size: 0.875rem;
    color: #94a3b8;
}

.pricing-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-top: 1.5rem;
    perspective: 1200px;
}

@media (min-width:768px) {
    .pricing-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.pricing-card {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    transform-style: preserve-3d;
    transition: all 0.5s ease;
}

.pricing-card:hover {
    transform: translateY(-8px);
}

.pricing-card-glow {
    position: absolute;
    inset: -2px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), transparent);
    border-radius: 1.375rem;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.pricing-card:hover .pricing-card-glow {
    opacity: 1;
}

.pricing-card-content {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 1.25rem;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(12px);
    transition: all 0.5s ease;
}

.pricing-card:hover .pricing-card-content {
    box-shadow: 0 25px 50px -12px rgba(86, 183, 199, 0.1);
    background: rgba(0, 0, 0, 0.6);
}

.plan-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.75rem;
    font-size: 0.625rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #94a3b8;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0.5rem;
    width: fit-content;
    transition: all 0.3s ease;
}

.pricing-card:hover .plan-badge {
    border-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.plan-badge.popular {
    color: rgb(102, 207, 224);
    background: rgba(86, 183, 199, 0.1);
    border-color: rgba(86, 183, 199, 0.2);
    box-shadow: 0 0 15px -4px rgba(86, 183, 199, 0.4);
}

.plan-badge.elite {
    color: #000;
    background: rgb(86, 183, 199);
    border: none;
    box-shadow: 0 0 15px rgba(86, 183, 199, 0.5);
    transition: transform 0.3s ease;
}

.pricing-card.elite:hover .plan-badge.elite {
    transform: scale(1.05);
}

.plan-price {
    display: flex;
    align-items: baseline;
    gap: 0.25rem;
    margin-top: 1.5rem;
}

.price {
    font-size: 1.875rem;
    font-weight: 600;
    letter-spacing: -0.025em;
    color: #fff;
}

.period {
    font-size: 0.875rem;
    font-weight: 500;
    color: #64748b;
}

.plan-divider {
    height: 1px;
    width: 100%;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.1), transparent);
    margin: 1.5rem 0;
}

.plan-features {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    flex: 1;
    margin-bottom: 2rem;
}

.plan-features li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.75rem;
    font-weight: 500;
    color: #cbd5e1;
}

.plan-features.popular li {
    color: #fff;
}

.plan-features.elite li {
    color: #e2e8f0;
    font-weight: 600;
}

.feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.25rem;
    height: 1.25rem;
    flex-shrink: 0;
    border-radius: 50%;
    background: rgba(86, 183, 199, 0.1);
    color: rgb(86, 183, 199);
}

.feature-icon.popular {
    background: rgb(86, 183, 199);
    color: #000;
    box-shadow: 0 0 10px rgba(86, 183, 199, 0.2);
}

.feature-icon.elite {
    background: rgb(86, 183, 199);
    color: #000;
    box-shadow: 0 0 10px rgba(86, 183, 199, 0.4);
}

.plan-buttons {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: auto;
}

.plan-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem;
    font-size: 0.8125rem;
    font-weight: 500;
    color: #fff;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0.75rem;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.plan-btn:hover {
    border-color: rgb(86, 183, 199);
    background: rgb(86, 183, 199);
    color: #000;
}

.plan-btn.primary {
    background: rgb(86, 183, 199);
    color: #000;
    font-weight: 700;
    border: none;
}

.plan-btn.primary:hover {
    background: rgb(102, 207, 224);
    box-shadow: 0 0 30px -5px rgba(86, 183, 199, 0.5);
}

.plan-btn.elite {
    background: transparent;
    border: 1px solid rgb(86, 183, 199);
    color: rgb(102, 207, 224);
    font-weight: 600;
}

.plan-btn.elite:hover {
    background: rgb(86, 183, 199);
    color: #000;
    box-shadow: 0 0 20px rgba(86, 183, 199, 0.4);
}

.plan-btn span {
    position: relative;
    z-index: 20;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

/* Popular card glow */
.pricing-card.popular .pricing-card-glow-popular {
    position: absolute;
    inset: -4px;
    background: rgba(86, 183, 199, 0.2);
    border-radius: 1.375rem;
    filter: blur(8px);
    opacity: 0;
    transition: opacity 0.5s ease;
}

.pricing-card.popular:hover .pricing-card-glow-popular {
    opacity: 1;
}

.pricing-card.popular .pricing-card-content {
    background: rgba(15, 23, 42, 0.6);
    border-color: rgba(86, 183, 199, 0.3);
}

.pricing-card.popular:hover .pricing-card-content {
    border-color: rgba(86, 183, 199, 0.5);
    box-shadow: 0 0 50px -10px rgba(86, 183, 199, 0.2);
    background: rgba(15, 23, 42, 0.8);
}

/* Elite card glow */
.pricing-card.elite .pricing-card-glow-elite {
    position: absolute;
    inset: -4px;
    background: linear-gradient(to bottom, rgba(86, 183, 199, 0.3), #000);
    border-radius: 1.375rem;
    filter: blur(8px);
    opacity: 0.5;
    transition: opacity 0.5s ease;
}

.pricing-card.elite:hover .pricing-card-glow-elite {
    opacity: 1;
    background: linear-gradient(to bottom, rgba(86, 183, 199, 0.4), #000);
}

.pricing-card.elite .pricing-card-content {
    background: rgba(0, 0, 0, 0.9);
    border-color: rgba(86, 183, 199, 0.2);
}

.pricing-card.elite:hover .pricing-card-content {
    border-color: rgba(86, 183, 199, 0.4);
    box-shadow: 0 0 50px -10px rgba(86, 183, 199, 0.15);
}

.support-section {
    position: relative;
    z-index: 10;
    max-width: 56rem;
    margin: 6rem auto 6rem;
}

.support-content .btn-primary {
    min-width: 160px;
}

.support-card {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 2.5rem;
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(4px);
    transition: all 0.3s ease;
}

@media (min-width:640px) {
    .support-card {
        padding: 3rem;
    }
}

.support-card:hover {
    border-color: rgba(86, 183, 199, 0.2);
    box-shadow: 0 25px 50px -12px rgba(86, 183, 199, 0.05);
}

.support-card .tech-grid {
    opacity: 0.15;
}

.support-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 500px;
    height: 100%;
    background: rgba(86, 183, 199, 0.1);
    border-radius: 50%;
    filter: blur(100px);
    transform: translate(-50%, -50%);
    z-index: -10;
    pointer-events: none;
}

.support-grid {
    position: relative;
    z-index: 10;
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: center;
}

@media (min-width:768px) {
    .support-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 3rem;
    }
}

.support-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.support-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.25rem 0.75rem;
    background: rgba(86, 183, 199, 0.1);
    border: 1px solid rgba(86, 183, 199, 0.2);
    border-radius: 9999px;
    margin-bottom: 1.5rem;
}

.support-badge span {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: rgb(102, 207, 224);
}

.support-title {
    font-size: 1.875rem;
    font-weight: 600;
    letter-spacing: -0.025em;
    color: #fff;
    margin-bottom: 1rem;
}

@media (min-width:640px) {
    .support-title {
        font-size: 2.25rem;
    }
}

.support-text {
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.625;
    color: #94a3b8;
    max-width: 28rem;
    margin-bottom: 2rem;
}

.support-stats {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    width: 100%;
}

.stat-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 0.75rem;
    background: rgba(255, 255, 255, 0.03);
    transition: all 0.3s ease;
}

.stat-card:hover {
    border-color: rgba(86, 183, 199, 0.2);
    background: rgba(255, 255, 255, 0.05);
}

.stat-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    flex-shrink: 0;
    border: 1px solid rgba(86, 183, 199, 0.2);
    border-radius: 0.5rem;
    background: rgba(86, 183, 199, 0.05);
    color: rgb(102, 207, 224);
}

.stat-info {
    flex: 1;
    text-align: left;
    margin-left: 1rem;
}

.stat-label {
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #64748b;
    margin-bottom: 0.125rem;
}

.stat-value {
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
}

.reviews-section {
    margin-top: 4rem;
    margin-bottom: 2rem;
    position: relative;
    z-index: 10;
}

.reviews-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.375rem 0.75rem;
    background: rgba(86, 183, 199, 0.05);
    border: 1px solid rgba(86, 183, 199, 0.2);
    border-radius: 9999px;
    margin-bottom: 1.5rem;
    box-shadow: 0 0 10px -4px rgba(86, 183, 199, 0.3);
    color: rgb(204, 239, 245);
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    backdrop-filter: blur(12px);
}

.reviews-badge svg {
    color: rgb(102, 207, 224);
    filter: drop-shadow(0 0 8px rgba(102, 207, 224, 0.6));
}

.reviews-header {
    text-align: center;
    margin-bottom: 2.5rem;
}

.reviews-title {
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: -0.025em;
    color: #fff;
    margin-bottom: 1rem;
    line-height: 1.2;
}

@media (min-width: 640px) {
    .reviews-title {
        font-size: 3rem;
        white-space: nowrap;
    }
}

.text-highlight {
    color: rgb(102, 207, 224);
}

.marquee-container {
    overflow: hidden;
    width: 100%;
    /* Fade edges */
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
}

.marquee-track {
    display: flex;
    gap: 1.25rem;
    animation: marquee 28s linear infinite;
    width: max-content;
}

.marquee-track:hover {
    animation-play-state: paused;
}

.review-card {
    flex-shrink: 0;
    width: 300px;
    padding: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 1rem;
    background: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(6px);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.review-card:hover {
    border-color: rgba(86, 183, 199, 0.2);
    background: rgba(86, 183, 199, 0.04);
    box-shadow: 0 8px 24px -6px rgba(86, 183, 199, 0.15);
}

.review-stars {
    color: rgb(102, 207, 224);
    font-size: 0.85rem;
    letter-spacing: 0.05em;
}

.review-text {
    font-size: 0.8rem;
    font-weight: 300;
    line-height: 1.6;
    color: #94a3b8;
    flex: 1;
}

.review-author {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    margin-top: 0.25rem;
}

.review-avatar {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: linear-gradient(135deg, rgb(86, 183, 199), rgb(102, 207, 224));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.65rem;
    font-weight: 700;
    color: #fff;
    flex-shrink: 0;
}

.review-author span {
    font-size: 0.75rem;
    font-weight: 500;
    color: #64748b;
}

.verified-badge {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.6rem;
    color: #10b981;
    font-weight: 500;
    letter-spacing: 0.03em;
    margin-left: auto;
}

.footer {
    padding-top: 3rem;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

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

@media (min-width:768px) {
    .footer-grid {
        grid-template-columns: 1fr 3fr;
    }
}

.footer-logo-row {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    margin-bottom: 1rem;
}

.footer-brand .logo {
    margin-bottom: 0;
}

.footer-text {
    font-size: 0.75rem;
    line-height: 1.625;
    color: #64748b;
}

.footer-links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

@media (min-width:640px) {
    .footer-links {
        grid-template-columns: repeat(3, 1fr);
    }
}

.footer-column h4 {
    font-size: 0.75rem;
    font-weight: 500;
    color: #fff;
    margin-bottom: 1rem;
}

.footer-column ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
}

.footer-column a {
    font-size: 0.75rem;
    color: #64748b;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-column a:hover {
    color: rgb(102, 207, 224);
}

.footer-bottom {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

@media (min-width:640px) {
    .footer-bottom {
        flex-direction: row;
    }
}

.footer-bottom p {
    font-size: 0.625rem;
    color: #475569;
}

.footer-bottom a {
    font-size: 0.625rem;
    color: #475569;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-bottom a:hover {
    color: #94a3b8;
}

.tilt-card {
    will-change: transform;
}

@media (max-width:640px) {
    .hero-title {
        font-size: 2.5rem;
    }

    .hero-description {
        font-size: 1rem;
    }

    .section-title {
        font-size: 1.5rem;
    }
}

/* Status Card Adjustments */
.dashboard-grid .card:first-child .card-content {
    background: rgb(6, 13, 14);
    height: auto;
    /* Let it shrink */
    min-height: auto;
    padding-bottom: 3rem;
    /* Still give it some breathing room */
}

/* Script Hub Section */
.script-hub-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    max-width: 1400px;
    margin: 0 auto 4rem;
    padding: 0 1rem;
}

@media (min-width: 1024px) {
    .script-hub-grid {
        grid-template-columns: 280px 1fr;
        gap: 2rem;
    }
}

/* Left Sidebar */
.script-sidebar {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

@media (min-width: 1024px) {
    .script-sidebar {
        height: 681px;
        /* Matches script viewer total height (header + code area) */
        display: flex;
        flex-direction: column;
    }

    .sidebar-section:first-child {
        flex: 1;
        margin-bottom: 1.5rem;
    }

    .sidebar-section:last-child {
        margin-top: auto;
    }
}

.sidebar-section {
    background: rgb(6, 13, 14);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 0.75rem;
    padding: 1.25rem;
}

.sidebar-title {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #64748b;
    margin: 0 0 1rem 0;
}

/* Feature Navigation */
.feature-nav-list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.feature-nav-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem;
    border-radius: 0.5rem;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    color: #94a3b8;
    font-size: 0.875rem;
    cursor: pointer;
    transition: all 0.3s ease;
    user-select: none;
}

.feature-nav-item:hover {
    background: rgba(86, 183, 199, 0.08);
    border-color: rgba(86, 183, 199, 0.2);
    box-shadow: 0 0 10px rgba(86, 183, 199, 0.1);
    /* Glow effect */
    color: rgb(102, 207, 224);
    transform: translateX(4px);
}

.feature-nav-item svg:first-child {
    flex-shrink: 0;
    color: rgb(86, 183, 199);
}

.feature-nav-item span {
    flex: 1;
}

.nav-arrow {
    flex-shrink: 0;
    opacity: 0.3;
    transition: all 0.2s ease;
}

.feature-nav-item:hover .nav-arrow {
    opacity: 1;
    transform: translateX(2px);
}

/* Download Counter */
.download-counter {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.5rem 0;
}

.download-counter svg {
    flex-shrink: 0;
    color: rgb(86, 183, 199);
}

.counter-info {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
}

.counter-label {
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #64748b;
}

.counter-value {
    font-size: 1.25rem;
    font-weight: 600;
    color: #fff;
    font-family: 'Geist Mono', monospace;
}

/* Verification Section */
.verification-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.875rem;
    background: rgba(34, 197, 94, 0.1);
    border: 1px solid rgba(34, 197, 94, 0.2);
    border-radius: 9999px;
    color: rgb(34, 197, 94);
    font-size: 0.8125rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.verification-badge svg {
    flex-shrink: 0;
}

.hash-display {
    margin-bottom: 1rem;
}

.hash-label {
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #64748b;
    margin-bottom: 0.5rem;
}

.hash-value {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.625rem;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 0.5rem;
}

.hash-value code {
    flex: 1;
    font-family: 'Geist Mono', monospace;
    font-size: 0.6875rem;
    color: #94a3b8;
    word-break: break-all;
}

.btn-copy-hash {
    flex-shrink: 0;
    padding: 0.25rem;
    background: transparent;
    border: none;
    color: #64748b;
    cursor: pointer;
    border-radius: 0.25rem;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-copy-hash:hover {
    background: rgba(86, 183, 199, 0.1);
    color: rgb(86, 183, 199);
}

.virustotal-link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.625rem 0.875rem;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 0.5rem;
    color: #94a3b8;
    font-size: 0.8125rem;
    text-decoration: none;
    transition: all 0.2s ease;
}

.virustotal-link:hover {
    background: rgba(86, 183, 199, 0.08);
    border-color: rgba(86, 183, 199, 0.2);
    color: rgb(102, 207, 224);
}

.virustotal-link svg {
    flex-shrink: 0;
}

/* Script Viewer */
.script-viewer-container {
    background: rgb(6, 13, 14);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    position: relative;
}

.script-viewer-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(86, 183, 199, 0.5), transparent);
}

.script-viewer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.01);
    flex-wrap: wrap;
    gap: 1rem;
}

.script-info {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-family: 'Geist Mono', monospace;
    color: #e2e8f0;
    font-size: 0.95rem;
}

.script-info svg {
    color: rgb(86, 183, 199);
}

.script-version {
    background: rgba(86, 183, 199, 0.1);
    color: rgb(86, 183, 199);
    padding: 0.15rem 0.5rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-family: 'Geist', sans-serif;
    font-weight: 600;
}

.script-actions {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.btn-script-action {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: transparent;
    color: #94a3b8;
    cursor: pointer;
    font-size: 0.875rem;
    transition: all 0.2s ease;
    font-family: 'Geist', sans-serif;
}

.btn-script-action:hover {
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.2);
}

.btn-script-action.primary {
    background: rgba(86, 183, 199, 0.1);
    border-color: rgba(86, 183, 199, 0.3);
    color: rgb(86, 183, 199);
}

.btn-script-action.primary:hover {
    background: rgba(86, 183, 199, 0.2);
    border-color: rgba(86, 183, 199, 0.5);
    box-shadow: 0 0 15px rgba(86, 183, 199, 0.2);
}

/* Code Wrapper with Line Numbers */
.script-code-wrapper {
    position: relative;
    max-height: 600px;
    height: 100%;
    overflow: auto;
    /* Revert to transparent, but use gradient for line numbers column bg */
    background: linear-gradient(to right, rgb(2, 5, 6) 60px, rgba(0, 0, 0, 0.3) 60px);
    scroll-behavior: smooth;
    display: flex;
}

/* ... scrollbar styles ... */
.script-code-wrapper::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.script-code-wrapper::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.2);
}

.script-code-wrapper::-webkit-scrollbar-thumb {
    background: rgba(86, 183, 199, 0.3);
    border-radius: 4px;
}

.script-code-wrapper::-webkit-scrollbar-thumb:hover {
    background: rgba(86, 183, 199, 0.5);
}

.script-code-wrapper::-webkit-scrollbar-corner {
    background: rgba(0, 0, 0, 0.2);
}

/* Line Numbers */
.code-line-numbers {
    position: sticky;
    left: 0;
    padding: 1.5rem 0.75rem 1.5rem 1.5rem;
    background: rgb(2, 5, 6);
    /* Dark background only for line numbers */
    border-right: 1px solid rgba(255, 255, 255, 0.05);
    font-family: 'Geist Mono', 'Courier New', monospace;
    font-size: 0.8125rem;
    line-height: 1.6;
    /* Ensure this matches code-content exactly */
    color: #cbd5e1;
    text-align: right;
    user-select: none;
    min-width: 60px;
    /* Match gradient width */
    z-index: 10;
    min-height: 100%;
    /* Ensure background stretches fully */

    display: flex;
    flex-direction: column;
    /* Flex column helps with alignment, though line-height is key */
}



.code-content {
    flex: 1;
    padding: 1.5rem;
    display: block;
    color: #cbd5e1;
}

.script-code-wrapper pre {
    margin: 0;
    font-family: 'Geist Mono', 'Courier New', monospace;
    font-size: 0.8125rem;
    line-height: 1.6;
    color: #cbd5e1;
    white-space: pre;
    min-width: max-content;
}

.script-code-wrapper code {
    font-family: inherit;
    color: #cbd5e1;
}

/* Responsive */
@media (max-width: 1023px) {
    .script-sidebar {
        order: 2;
    }

    .script-viewer-container {
        order: 1;
    }
}

@media (max-width: 640px) {
    .script-viewer-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .script-actions {
        width: 100%;
    }

    .btn-script-action {
        flex: 1;
        justify-content: center;
        font-size: 0.8125rem;
        padding: 0.5rem 0.75rem;
    }

    .sidebar-section {
        padding: 1rem;
    }

    .feature-nav-item {
        font-size: 0.8125rem;
        padding: 0.625rem;
    }
}

/* Reviews Section Styles - Replicating Infinite Marquee */
/* Update Timeline Section */
.updates-timeline-section {
    padding: 2rem 1rem 6rem 1rem;
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}

.updates-header {
    text-align: center;
    margin-bottom: 3rem;
}

.updates-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border-radius: 9999px;
    background: rgba(86, 183, 199, 0.08);
    border: 1px solid rgba(86, 183, 199, 0.25);
    color: rgb(86, 183, 199);
    font-size: 0.8125rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 1.5rem;
    box-shadow: 0 0 20px rgba(86, 183, 199, 0.15);
    backdrop-filter: blur(8px);
}

.updates-badge svg {
    filter: drop-shadow(0 0 8px rgba(86, 183, 199, 0.6));
}

.updates-title {
    font-size: 2.5rem;
    line-height: 1.25;
    color: #fff;
    font-weight: 600;
    margin-bottom: 1rem;
    letter-spacing: -0.025em;
}

.updates-subtitle {
    color: #94a3b8;
    font-size: 1.125rem;
    font-weight: 300;
}

/* Timeline Container */
/* Timeline Container */
.timeline-container {
    padding-left: 6rem;
    /* Increased significantly to prevent cutoff */
    max-height: 500px;
    overflow-y: auto;
    padding-right: 1rem;
    /* Custom Scrollbar */
    scrollbar-width: thin;
    scrollbar-color: rgba(86, 183, 199, 0.3) rgba(255, 255, 255, 0.02);
}

.timeline-inner {
    position: relative;
    /* Ensure track can be absolute relative to this shrinking/growing wrapper */
    min-height: 100%;
}

.timeline-container::-webkit-scrollbar {
    width: 6px;
}

.timeline-container::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.02);
    border-radius: 3px;
}

.timeline-container::-webkit-scrollbar-thumb {
    background-color: rgba(86, 183, 199, 0.3);
    border-radius: 3px;
}

.timeline-track {
    position: absolute;
    left: -3rem;
    /* Centered in 6rem gutter (negative because inside relative inner) */
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(to bottom,
            rgba(86, 183, 199, 0.1),
            rgba(86, 183, 199, 0.5) 20%,
            rgba(86, 183, 199, 0.5) 80%,
            rgba(86, 183, 199, 0.1));
}

.timeline-item {
    position: relative;
    padding-bottom: 2rem;
    padding-left: 0;
    /* Removing extra padding since container has enough */
}

.timeline-item:last-child {
    padding-bottom: 0;
}

/* Markers */
.timeline-marker {
    position: absolute;
    left: -3.375rem;
    /* Center on track (3rem - 0.375rem half-width) */
    top: 1.5rem;
    /* Aligned with top padding of card */
    width: 0.75rem;
    height: 0.75rem;
    background: rgb(6, 13, 14);
    border: 2px solid rgb(86, 183, 199);
    border-radius: 50%;
    z-index: 2;
    box-shadow: 0 0 10px rgba(86, 183, 199, 0.2);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Dynamic Marker Colors on Hover */
/* Dynamic Marker Colors on Hover */
.timeline-item:hover .timeline-marker.feature {
    background: rgb(52, 211, 153);
    border-color: rgb(52, 211, 153);
    box-shadow: 0 0 15px rgba(52, 211, 153, 0.5);
    transform: scale(1.1);
}

.timeline-item:hover .timeline-marker.critical {
    background: rgb(248, 113, 113);
    border-color: rgb(248, 113, 113);
    box-shadow: 0 0 15px rgba(248, 113, 113, 0.5);
    transform: scale(1.1);
}

.timeline-item:hover .timeline-marker.improvement {
    background: rgb(250, 204, 21);
    border-color: rgb(250, 204, 21);
    box-shadow: 0 0 15px rgba(250, 204, 21, 0.5);
    transform: scale(1.1);
}

.timeline-item:hover .timeline-marker.fix {
    background: rgb(96, 165, 250);
    border-color: rgb(96, 165, 250);
    box-shadow: 0 0 15px rgba(96, 165, 250, 0.5);
    transform: scale(1.1);
}

/* Date Label */
.timeline-date {
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
    left: auto;
    transform: none;
    width: auto;
    text-align: right;
    font-family: 'Geist Mono', monospace;
    font-size: 0.75rem;
    font-weight: 500;
    color: #64748b;
    letter-spacing: 0.05em;
    padding-top: 0;
    transition: color 0.3s ease;
}

.timeline-item:hover .timeline-date {
    color: rgb(86, 183, 199);
}

/* Update List Styles */
.update-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.update-list li {
    position: relative;
    padding-left: 1rem;
    color: #94a3b8;
    font-size: 0.875rem;
    line-height: 1.6;
}

.update-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.6em;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgb(86, 183, 199);
    opacity: 0.5;
}

.timeline-item:hover .update-list li::before {
    opacity: 1;
    box-shadow: 0 0 8px rgba(86, 183, 199, 0.5);
}



/* Content Card */
.timeline-content {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 0.75rem;
    padding: 1.5rem;
    transition: all 0.2s ease;
}

.timeline-item:hover .timeline-content {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(86, 183, 199, 0.2);
    transform: translateX(4px);
}

.timeline-head {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.version-tag {
    font-family: 'Geist Mono', monospace;
    font-weight: 700;
    color: rgb(86, 183, 199);
    background: rgba(86, 183, 199, 0.1);
    padding: 0.125rem 0.5rem;
    border-radius: 4px;
    font-size: 0.825rem;
}

.type-tag {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0.125rem 0.5rem;
    border-radius: 4px;
    border: 1px solid currentColor;
}

.type-tag.feature {
    color: rgb(52, 211, 153);
    background: rgba(52, 211, 153, 0.1);
    border-color: rgba(52, 211, 153, 0.2);
}

.type-tag.critical {
    color: rgb(248, 113, 113);
    background: rgba(248, 113, 113, 0.1);
    border-color: rgba(248, 113, 113, 0.2);
}

.type-tag.improvement {
    color: rgb(250, 204, 21);
    background: rgba(250, 204, 21, 0.1);
    border-color: rgba(250, 204, 21, 0.2);
}

.type-tag.fix {
    color: rgb(96, 165, 250);
    background: rgba(96, 165, 250, 0.1);
    border-color: rgba(96, 165, 250, 0.2);
}

.update-headline {
    font-size: 1.125rem;
    font-weight: 600;
    color: #e2e8f0;
    margin-bottom: 0.5rem;
}

.update-text {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #94a3b8;
}

/* Responsive */
@media (max-width: 768px) {
    .timeline-container {
        padding-left: 1.5rem;
    }

    .timeline-date {
        position: static;
        text-align: left;
        margin-bottom: 0.5rem;
        width: auto;
    }

    .timeline-marker {
        left: -1.75rem;
        /* adjust for track pos */
    }

    .timeline-track {
        left: 0;
    }
}

.update-card-new::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg,
            transparent,
            rgba(86, 183, 199, 0.3) 50%,
            transparent);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.update-card-new:hover::before {
    opacity: 1;
}

.update-card-new:hover {
    background: linear-gradient(135deg,
            rgba(86, 183, 199, 0.06) 0%,
            rgba(6, 13, 14, 0.7) 50%,
            rgba(0, 0, 0, 0.5) 100%);
    border-color: rgba(86, 183, 199, 0.3);
    transform: translateY(-6px) scale(1.02);
    box-shadow:
        0 20px 60px -15px rgba(0, 0, 0, 0.6),
        0 0 30px rgba(86, 183, 199, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.update-header {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-bottom: 1.75rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.update-info {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
}

.update-version {
    width: 3.75rem;
    height: 3.75rem;
    border-radius: 0.625rem;
    background: linear-gradient(135deg, rgba(86, 183, 199, 0.25), rgba(86, 183, 199, 0.08));
    border: 1.5px solid rgba(86, 183, 199, 0.4);
    color: rgb(102, 207, 224);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.9375rem;
    letter-spacing: -0.025em;
    box-shadow:
        0 0 20px rgba(86, 183, 199, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.update-card-new:hover .update-version {
    transform: scale(1.08);
    box-shadow:
        0 0 30px rgba(86, 183, 199, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.update-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.update-date {
    font-size: 0.8125rem;
    font-weight: 500;
    color: #94a3b8;
    letter-spacing: 0.01em;
}

.update-type {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.375rem 0.875rem;
    border-radius: 0.5rem;
    font-size: 0.6875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border: 1px solid;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.update-type svg {
    width: 0.875rem;
    height: 0.875rem;
    flex-shrink: 0;
}

.update-type.new-feature {
    background: rgba(34, 197, 94, 0.12);
    border-color: rgba(34, 197, 94, 0.35);
    color: rgb(52, 211, 153);
    box-shadow: 0 0 15px rgba(34, 197, 94, 0.15);
}

.update-card-new:hover .update-type.new-feature {
    background: rgba(34, 197, 94, 0.18);
    box-shadow: 0 0 20px rgba(34, 197, 94, 0.25);
}

.update-type.bug-fix {
    background: rgba(59, 130, 246, 0.12);
    border-color: rgba(59, 130, 246, 0.35);
    color: rgb(96, 165, 250);
    box-shadow: 0 0 15px rgba(59, 130, 246, 0.15);
}

.update-card-new:hover .update-type.bug-fix {
    background: rgba(59, 130, 246, 0.18);
    box-shadow: 0 0 20px rgba(59, 130, 246, 0.25);
}

.update-type.improvement {
    background: rgba(234, 179, 8, 0.12);
    border-color: rgba(234, 179, 8, 0.35);
    color: rgb(250, 204, 21);
    box-shadow: 0 0 15px rgba(234, 179, 8, 0.15);
}

.update-card-new:hover .update-type.improvement {
    background: rgba(234, 179, 8, 0.18);
    box-shadow: 0 0 20px rgba(234, 179, 8, 0.25);
}

.update-type.critical-update {
    background: rgba(239, 68, 68, 0.12);
    border-color: rgba(239, 68, 68, 0.35);
    color: rgb(248, 113, 113);
    box-shadow: 0 0 15px rgba(239, 68, 68, 0.15);
}

.update-card-new:hover .update-type.critical-update {
    background: rgba(239, 68, 68, 0.18);
    box-shadow: 0 0 20px rgba(239, 68, 68, 0.25);
}

.update-description {
    font-size: 0.875rem;
    line-height: 1.75;
    color: #cbd5e1;
    font-weight: 300;
    letter-spacing: 0.01em;
}

/* Status Card V2 Scoped Styles */
.status-card-v2 {
    background: rgb(6, 13, 14);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 1.5rem;
    padding: 1px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-out;
    max-height: 320px;
    backdrop-filter: blur(20px);
}

.status-card-v2:hover {
    border-color: rgba(86, 183, 199, 0.2);
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.5), 0 0 20px rgba(86, 183, 199, 0.1);
}

.status-card-v2 .card-content-inner {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    padding: 1.5rem 2rem;
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.status-card-v2 .card-header-v2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1.5rem;
}

.status-card-v2 .status-indicator-v2 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.status-card-v2 .pulse-dot-v2 {
    position: relative;
    display: flex;
    height: 10px;
    width: 10px;
}

.status-card-v2 .pulse-ping-v2 {
    position: absolute;
    display: inline-flex;
    height: 100%;
    width: 100%;
    border-radius: 9999px;
    background: rgb(102, 207, 224);
    opacity: 0.75;
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.status-card-v2 .pulse-core-v2 {
    position: relative;
    display: inline-flex;
    height: 10px;
    width: 10px;
    border-radius: 9999px;
    background: rgb(86, 183, 199);
}

.status-card-v2 .status-label-v2 {
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgb(102, 207, 224);
}

.status-card-v2 .card-title-v2 {
    font-size: 1.5rem;
    font-weight: 400;
    color: white;
    margin: 0;
}

.status-card-v2 .card-icon-v2 {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.05);
    color: rgb(102, 207, 224);
    transition: all 0.3s ease;
}

.status-card-v2:hover .card-icon-v2 {
    transform: scale(1.1);
    background: rgba(86, 183, 199, 0.1);
    border-color: rgba(86, 183, 199, 0.2);
}

.status-card-v2 .status-list-v2 {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.status-card-v2 .status-item-v2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1rem;
    border-radius: 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.02);
    transition: all 0.2s ease;
}

.status-card-v2 .status-item-v2:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(86, 183, 199, 0.2);
}

.status-card-v2 .item-left {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.status-card-v2 .item-icon-v2 {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    color: rgb(86, 183, 199);
}

.status-card-v2 .item-info-v2 {
    display: flex;
    flex-direction: column;
}

.status-card-v2 .item-name-v2 {
    font-size: 0.95rem;
    color: #e2e8f0;
}

.status-card-v2 .item-version-v2 {
    font-size: 11px;
    color: #64748b;
}

.status-card-v2 .item-badge-v2 {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
    border-radius: 6px;
    border: 1px solid rgba(86, 183, 199, 0.2);
    background: rgba(86, 183, 199, 0.1);
    color: rgb(102, 207, 224);
    font-size: 11px;
    font-weight: 500;
}

.status-card-v2 .card-bg-glow-v2 {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom right, rgba(86, 183, 199, 0.05), transparent, transparent);
    opacity: 0;
    transition: opacity 0.5s ease;
}

.status-card-v2:hover .card-bg-glow-v2 {
    opacity: 1;
}

.status-card-v2 .card-blur-glow {
    position: absolute;
    top: -5rem;
    right: -5rem;
    width: 16rem;
    height: 16rem;
    background: rgba(86, 183, 199, 0.1);
    filter: blur(80px);
    border-radius: 50%;
    transition: all 0.7s ease;
}

.status-card-v2:hover .card-blur-glow {
    background: rgba(86, 183, 199, 0.2);
}

/* Script Status Badge */
.script-status-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: rgba(15, 23, 42, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0.5rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: #e2e8f0;
    transition: all 0.3s ease;
    cursor: default;
}

.script-status-badge.status-working {
    background: rgba(16, 185, 129, 0.1);
    border-color: rgba(16, 185, 129, 0.2);
    color: #34d399;
}

.script-status-badge.status-patched {
    background: rgba(239, 68, 68, 0.1);
    border-color: rgba(239, 68, 68, 0.2);
    color: #f87171;
}

.script-status-badge.status-updated {
    background: rgba(59, 130, 246, 0.1);
    border-color: rgba(59, 130, 246, 0.2);
    color: #60a5fa;
}

.script-status-badge .status-dot {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: currentColor;
    box-shadow: 0 0 8px currentColor;
    animation: pulse 2s infinite;
}

@keyframes highlight-fade {
    0% {
        background-color: rgba(86, 183, 199, 0.8);
    }

    /* Increased opacity for brightness */
    50% {
        background-color: rgba(86, 183, 199, 0.5);
    }

    100% {
        background-color: transparent;
    }
}

.highlight-line {
    animation: highlight-fade 4s ease-out forwards;
    /* Increased duration to 4s */
    display: block;
    /* Ensure it takes full width */
    width: 100%;
}

/* Notification System */
.notification-container {
    position: fixed;
    top: 2rem;
    right: 2rem;
    bottom: auto;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    pointer-events: none;
}

.notification-toast {
    background: rgba(6, 13, 14, 0.9);
    /* Dark theme match */
    backdrop-filter: blur(8px);
    border: 1px solid rgba(86, 183, 199, 0.15);
    /* Subtle cyan border */
    padding: 0.75rem 1rem;
    border-radius: 6px;
    /* Slightly tighter radius */
    color: #e2e8f0;
    font-size: 0.8125rem;
    /* Smaller font */
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    transform: translateX(100%);
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    gap: 0.75rem;
    pointer-events: auto;
    min-width: 240px;
    /* Smaller width */
    max-width: 320px;
}

.notification-toast.show {
    transform: translateX(0);
    opacity: 1;
}

.notification-icon {
    color: rgb(86, 183, 199);
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.notification-icon svg {
    width: 16px;
    height: 16px;
}

.notification-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.notification-title {
    font-weight: 600;
    color: rgb(226, 232, 240);
    font-size: 0.8125rem;
}

.notification-message {
    color: rgb(148, 163, 184);
    font-size: 0.75rem;
    line-height: 1.4;
}

/* Lua Syntax Highlighting */
.token.comment {
    color: #64748b;
    font-style: italic;
}

.token.keyword {
    color: rgb(102, 207, 224);
    font-weight: 600;
}

/* Cyan */
.token.function {
    color: #e879f9;
}

/* Purple */
.token.string {
    color: #4ade80;
}

/* Green */
.token.number {
    color: #f87171;
}

/* Red */
.token.operator {
    color: #cbd5e1;
}

.token.builtin {
    color: #60a5fa;
}

/* Blue */

/* Enhanced Button Styles */
.btn-script-action.loadstring {
    background: rgba(168, 85, 247, 0.1);
    border-color: rgba(168, 85, 247, 0.3);
    color: #d8b4fe;
}

.btn-script-action.loadstring:hover {
    background: rgba(168, 85, 247, 0.2);
    border-color: rgba(168, 85, 247, 0.6);
    box-shadow: 0 0 15px rgba(168, 85, 247, 0.2);
    transform: translateY(-1px);
}

/* ============================================
   PERFORMANCE OPTIMIZATIONS
   ============================================ */

/* GPU Acceleration for all 3D transformed elements */
.tilt-card,
.card,
.status-card-v2,
.recoil-card,
#dominate,
.dominate-dashboard,
.hero-section,
.pricing-card,
.review-card-new {
    transform: translateZ(0);
    will-change: transform;
}

/* Optimize layout containment for major sections */
.hero-section,
.container,
.main-wrapper {
    contain: layout style;
}

/* Optimize animations */
.pulse-ping,
.pulse-ping-v2,
.status-glow,
.btn-shimmer::before {
    will-change: transform, opacity;
}

/* Optimize marquee animation */
.marquee-track {
    will-change: transform;
}

/* Reduce paint areas for glare effects */
.card-glare,
.dominate-glare {
    contain: layout;
    will-change: opacity, background;
}

/* Optimize backdrop filters */
.nav-bar,
.image-card,
.status-badge,
.hero-badge {
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}

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

@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }

    html {
        scroll-behavior: auto;
    }
}

/* =========================================
   CHANGELOG / UPDATE LOG COMPONENT
   ========================================= */

/* Main Content Wrapper */
.script-main-content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    min-width: 0;
}

/* Changelog Card */
.changelog-card {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.changelog-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    user-select: none;
    padding-bottom: 0.25rem;
}

.changelog-title-group {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.changelog-icon {
    color: rgb(86, 183, 199);
    display: flex;
    align-items: center;
}

.changelog-title-group h3 {
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #cbd5e1;
    margin: 0;
    transition: color 0.3s ease;
}

.changelog-card:hover .changelog-title-group h3 {
    color: #fff;
}

.changelog-controls {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.latest-version-badge {
    background: rgba(86, 183, 199, 0.1);
    color: rgb(86, 183, 199);
    border: 1px solid rgba(86, 183, 199, 0.2);
    padding: 0.15rem 0.65rem;
    border-radius: 9999px;
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    box-shadow: 0 0 15px -5px rgba(86, 183, 199, 0.4);
    animation: pulse 3s infinite;
}

.chevron-icon {
    color: #64748b;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s ease;
}

.changelog-card:hover .chevron-icon {
    color: #94a3b8;
}

.changelog-card.collapsed .chevron-icon {
    transform: rotate(-90deg);
}

/* Changelog Body */
.changelog-body {
    margin-top: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-height: 500px;
    overflow-y: auto;
    transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), margin-top 0.3s ease, opacity 0.3s ease;
    padding-right: 0.5rem;
    opacity: 1;
}

.changelog-card.collapsed .changelog-body {
    margin-top: 0;
    max-height: 0;
    opacity: 0;
    pointer-events: none;
}

/* Scrollbar Style */
.changelog-body::-webkit-scrollbar {
    width: 4px;
}

.changelog-body::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.02);
    border-radius: 4px;
}

.changelog-body::-webkit-scrollbar-thumb {
    background: rgba(86, 183, 199, 0.2);
    border-radius: 4px;
}

.changelog-body::-webkit-scrollbar-thumb:hover {
    background: rgba(86, 183, 199, 0.4);
}

/* Version Blocks */
.version-block {
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.015);
    border-radius: 0.5rem;
    overflow: hidden;
    transition: all 0.3s ease;
}

.version-block:hover {
    border-color: rgba(86, 183, 199, 0.15);
    background: rgba(255, 255, 255, 0.03);
}

.version-block.expanded {
    border-color: rgba(86, 183, 199, 0.3);
    background: linear-gradient(to bottom right, rgba(86, 183, 199, 0.05), rgba(0, 0, 0, 0.2));
    box-shadow: 0 4px 20px -5px rgba(0, 0, 0, 0.3);
}

.version-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.875rem 1rem;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.1);
    transition: background 0.3s ease;
}

.version-block.expanded .version-header {
    background: rgba(86, 183, 199, 0.05);
    border-bottom: 1px solid rgba(86, 183, 199, 0.1);
}

.version-info {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.v-num {
    color: #e2e8f0;
    font-family: 'Geist Mono', monospace;
    font-weight: 600;
    font-size: 0.875rem;
    transition: color 0.3s ease;
}

.version-block.expanded .v-num {
    color: rgb(102, 207, 224);
}

.v-date {
    color: #64748b;
    font-size: 0.75rem;
    font-weight: 500;
}

.version-toggle-icon {
    color: #475569;
    transition: transform 0.3s ease, color 0.3s ease;
}

.version-block:hover .version-toggle-icon {
    color: #94a3b8;
}

.version-block.expanded .version-toggle-icon {
    transform: rotate(180deg);
    color: rgb(102, 207, 224);
}

.version-changes {
    padding: 1rem 1.25rem;
    margin: 0;
    list-style: none;
    display: none;
    animation: fadeInUp 0.4s ease-out;
}

.version-block.expanded .version-changes {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.version-changes li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    font-size: 0.875rem;
    color: #94a3b8;
    line-height: 1.5;
}

.change-check {
    color: rgb(86, 183, 199);
    flex-shrink: 0;
    margin-top: 0.125rem;
    filter: drop-shadow(0 0 5px rgba(86, 183, 199, 0.4));
}

@media (max-width: 640px) {
    .changelog-controls {
        gap: 0.5rem;
    }

    .latest-version-badge {
        display: none;
    }
}

/* Refine v-num to be a badge */
.v-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.2rem 0.6rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 9999px;
    font-size: 0.75rem;
    line-height: 1;
    color: #cbd5e1;
    transition: all 0.3s ease;
}

.version-block.expanded .v-num {
    background: rgba(86, 183, 199, 0.15);
    color: rgb(86, 183, 199);
    border-color: rgba(86, 183, 199, 0.3);
    box-shadow: 0 0 10px -2px rgba(86, 183, 199, 0.2);
}

/* ============================================
   FEATURES SECTION STYLES
   ============================================ */

.features-section {
    position: relative;
    z-index: 10;
    max-width: 64rem;
    margin: 6rem auto 11rem;
    padding: 2.5rem;
}

.features-header {
    text-align: center;
    margin-bottom: 3rem;
}

.features-header .section-title {
    font-size: 2.5rem;
    font-weight: 600;
    letter-spacing: -0.025em;
    color: #f8fafc;
    margin-bottom: 0.75rem;
}

.features-header .section-subtitle {
    font-size: 1.125rem;
    font-weight: 300;
    color: #94a3b8;
}

/* Scrollable Container */
.features-scroll-container {
    max-height: 600px;
    overflow-y: auto;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(86, 183, 199, 0.3);
    border-radius: 1.5rem;
    padding: 2rem;
    backdrop-filter: blur(8px);
}

/* Custom Scrollbar */
.features-scroll-container::-webkit-scrollbar {
    width: 8px;
}

.features-scroll-container::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 4px;
}

.features-scroll-container::-webkit-scrollbar-thumb {
    background: rgb(86, 183, 199);
    border-radius: 4px;
}

.features-scroll-container::-webkit-scrollbar-thumb:hover {
    background: rgb(102, 207, 224);
}

/* Features Grid */
.features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

@media (max-width: 768px) {
    .features-grid {
        grid-template-columns: 1fr;
    }
}

/* Feature Category */
.feature-category {
    background: rgba(15, 23, 42, 0.4);
    border: 1px solid rgba(86, 183, 199, 0.2);
    border-radius: 1rem;
    padding: 1.5rem;
    transition: all 0.3s ease;
}

.feature-category:hover {
    border-color: rgba(86, 183, 199, 0.4);
    background: rgba(15, 23, 42, 0.6);
    box-shadow: 0 0 20px -5px rgba(86, 183, 199, 0.2);
}

/* Category Header */
.category-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.category-header svg {
    color: rgb(86, 183, 199);
    flex-shrink: 0;
}

.category-header h3 {
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: rgb(102, 207, 224);
    flex: 1;
}

.feature-count {
    font-size: 0.75rem;
    font-weight: 500;
    color: #64748b;
    background: rgba(255, 255, 255, 0.05);
    padding: 0.25rem 0.625rem;
    border-radius: 9999px;
}

/* Feature List */
.feature-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

/* Feature Item */
.feature-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.625rem 0.875rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 0.5rem;
    transition: all 0.2s ease;
}

.feature-item:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(86, 183, 199, 0.2);
    transform: translateX(4px);
}

.feature-name {
    font-size: 0.8125rem;
    font-weight: 400;
    color: #f8fafc;
    flex: 1;
}

/* Feature Badges */
.feature-badges {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-shrink: 0;
}

.badge {
    display: inline-flex;
    align-items: center;
    font-size: 0.6875rem;
    font-weight: 500;
    padding: 0.25rem 0.5rem;
    border-radius: 0.375rem;
    white-space: nowrap;
    transition: all 0.2s ease;
}

/* Badge Types */
.badge-toggle {
    background: rgba(86, 183, 199, 0.15);
    color: rgb(102, 207, 224);
    border: 1px solid rgba(86, 183, 199, 0.3);
}

.badge-toggle:hover {
    background: rgba(86, 183, 199, 0.25);
    box-shadow: 0 0 8px -2px rgba(86, 183, 199, 0.4);
}

.badge-hotkey {
    background: rgba(153, 223, 233, 0.1);
    color: rgb(153, 223, 233);
    border: 1px solid rgba(153, 223, 233, 0.2);
    font-weight: 600;
}

.badge-color {
    background: linear-gradient(135deg, rgba(86, 183, 199, 0.2), rgba(102, 207, 224, 0.2));
    color: rgb(153, 223, 233);
    border: 1px solid rgba(86, 183, 199, 0.3);
}

.badge-range {
    background: rgba(100, 116, 139, 0.15);
    color: #94a3b8;
    border: 1px solid rgba(100, 116, 139, 0.3);
}

.badge-options {
    background: rgba(148, 163, 184, 0.1);
    color: #cbd5e1;
    border: 1px solid rgba(148, 163, 184, 0.2);
}

.badge-value {
    background: rgba(86, 183, 199, 0.1);
    color: rgb(86, 183, 199);
    border: 1px solid rgba(86, 183, 199, 0.25);
    font-weight: 600;
}

.badge-button {
    background: rgba(102, 207, 224, 0.15);
    color: rgb(102, 207, 224);
    border: 1px solid rgba(102, 207, 224, 0.3);
}

/* Responsive Adjustments */
@media (max-width: 640px) {
    .features-section {
        padding: 1.5rem;
        margin: 4rem auto 8rem;
    }

    .features-header .section-title {
        font-size: 2rem;
    }

    .features-scroll-container {
        padding: 1.25rem;
        max-height: 500px;
    }

    .feature-category {
        padding: 1.25rem;
    }

    .feature-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }

    .feature-badges {
        width: 100%;
        justify-content: flex-start;
    }
}

/* ============================================
   EMERALD FEATURES SECTION STYLES
   ============================================ */

/* Emerald Pulse Animations */
.pulse-ping-emerald {
    position: absolute;
    display: inline-flex;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    background: rgb(16, 185, 129);
    opacity: 0.75;
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.pulse-core-emerald {
    position: relative;
    display: inline-flex;
    height: 0.5rem;
    width: 0.5rem;
    border-radius: 50%;
    background: rgb(16, 185, 129);
}

/* Scrollable Container with Emerald Gradient Scrollbar */
.features-scroll-container {
    max-height: 500px;
    overflow-y: auto;
    padding-right: 1rem;
}

.features-scroll-container::-webkit-scrollbar {
    width: 6px;
}

.features-scroll-container::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 3px;
}

.features-scroll-container::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, rgb(16, 185, 129), rgb(52, 211, 153));
    border-radius: 3px;
    transition: all 0.3s ease;
}

.features-scroll-container::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, rgb(52, 211, 153), rgb(110, 231, 183));
    box-shadow: 0 0 10px rgba(16, 185, 129, 0.5);
}

/* Category Cards */
.category-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 1rem;
    padding: 1.25rem;
    transition: all 0.3s ease;
}

.category-card:hover {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(16, 185, 129, 0.2);
    box-shadow: 0 0 20px -5px rgba(16, 185, 129, 0.15);
}

/* Category Header */
.category-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

/* Features List */
.features-list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

/* Feature Items */
.feature-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.625rem;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 0.5rem;
    transition: all 0.2s ease;
}

.feature-item:hover {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(16, 185, 129, 0.2);
    transform: translateX(4px);
    box-shadow: 0 0 15px -5px rgba(16, 185, 129, 0.1);
}

.feature-name {
    font-size: 0.8125rem;
    font-weight: 400;
    color: #f8fafc;
    flex: 1;
}

/* Badge Styles */
.badge-toggle {
    display: inline-flex;
    align-items: center;
    font-size: 0.6875rem;
    font-weight: 600;
    padding: 0.25rem 0.625rem;
    background: rgba(16, 185, 129, 0.15);
    color: rgb(52, 211, 153);
    border: 1px solid rgba(16, 185, 129, 0.3);
    border-radius: 9999px;
    transition: all 0.2s ease;
}

.badge-toggle:hover {
    background: rgba(16, 185, 129, 0.25);
    box-shadow: 0 0 10px -2px rgba(16, 185, 129, 0.4);
}

.badge-hotkey {
    display: inline-flex;
    align-items: center;
    font-size: 0.6875rem;
    font-weight: 700;
    padding: 0.25rem 0.5rem;
    background: transparent;
    color: rgb(52, 211, 153);
    border: 1px solid rgba(16, 185, 129, 0.4);
    border-radius: 0.375rem;
    transition: all 0.2s ease;
}

.badge-hotkey:hover {
    background: rgba(16, 185, 129, 0.1);
    box-shadow: 0 0 8px -2px rgba(16, 185, 129, 0.3);
}

.badge-value {
    display: inline-flex;
    align-items: center;
    font-size: 0.6875rem;
    font-weight: 600;
    padding: 0.25rem 0.625rem;
    background: rgba(16, 185, 129, 0.1);
    color: rgb(16, 185, 129);
    border: 1px solid rgba(16, 185, 129, 0.25);
    border-radius: 0.375rem;
}

.badge-options {
    display: inline-flex;
    align-items: center;
    font-size: 0.6875rem;
    font-weight: 500;
    padding: 0.25rem 0.625rem;
    background: rgba(148, 163, 184, 0.1);
    color: #cbd5e1;
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 0.375rem;
}

.badge-range {
    display: inline-flex;
    align-items: center;
    font-size: 0.6875rem;
    font-weight: 500;
    padding: 0.25rem 0.625rem;
    background: rgba(100, 116, 139, 0.15);
    color: #94a3b8;
    border: 1px solid rgba(100, 116, 139, 0.3);
    border-radius: 0.375rem;
}

.badge-button {
    display: inline-flex;
    align-items: center;
    font-size: 0.6875rem;
    font-weight: 600;
    padding: 0.25rem 0.625rem;
    background: rgba(52, 211, 153, 0.15);
    color: rgb(52, 211, 153);
    border: 1px solid rgba(52, 211, 153, 0.3);
    border-radius: 0.375rem;
}

/* Color Swatch */
.color-swatch {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background: linear-gradient(135deg, rgb(16, 185, 129), rgb(52, 211, 153));
    border: 2px solid rgba(16, 185, 129, 0.4);
    box-shadow: 0 0 8px -2px rgba(16, 185, 129, 0.5);
    transition: all 0.2s ease;
}

.color-swatch:hover {
    transform: scale(1.15);
    box-shadow: 0 0 12px -2px rgba(16, 185, 129, 0.7);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .features-scroll-container {
        max-height: 400px;
        padding-right: 0.5rem;
    }

    .category-card {
        padding: 1rem;
    }

    .feature-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }

    .feature-item>div {
        width: 100%;
        justify-content: flex-start;
    }
}

/* ==================== FEATURES SECTION ==================== */
.features-section {
    margin-top: 4rem;
    margin-bottom: 4rem;
    position: relative;
    z-index: 10;
    max-width: 72rem;
    margin-left: auto;
    margin-right: auto;
    padding: 0 1.5rem;
}

.features-header {
    text-align: center;
    margin-bottom: 3rem;
}

.features-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.375rem 0.75rem;
    background: rgba(86, 183, 199, 0.05);
    border: 1px solid rgba(86, 183, 199, 0.2);
    border-radius: 9999px;
    margin-bottom: 1.5rem;
    box-shadow: 0 0 10px -4px rgba(86, 183, 199, 0.3);
    color: rgb(204, 239, 245);
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    backdrop-filter: blur(12px);
}

.features-badge svg {
    color: rgb(102, 207, 224);
    filter: drop-shadow(0 0 8px rgba(102, 207, 224, 0.6));
}

.features-title {
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: -0.025em;
    color: #fff;
    margin-bottom: 1rem;
    line-height: 1.2;
}

@media (min-width: 640px) {
    .features-title {
        font-size: 3rem;
    }
}

.features-subtitle {
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.625;
    color: #94a3b8;
    max-width: 42rem;
    margin: 0 auto;
}

.features-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

@media (min-width: 640px) {
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .features-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.feature-card {
    position: relative;
    padding: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 1.25rem;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(8px);
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.6s ease forwards;
}

.feature-card[data-feature="1"] {
    animation-delay: 0.1s;
}

.feature-card[data-feature="2"] {
    animation-delay: 0.2s;
}

.feature-card[data-feature="3"] {
    animation-delay: 0.3s;
}

.feature-card[data-feature="4"] {
    animation-delay: 0.4s;
}

.feature-card[data-feature="5"] {
    animation-delay: 0.5s;
}

.feature-card[data-feature="6"] {
    animation-delay: 0.6s;
}

.feature-card:hover {
    border-color: rgba(86, 183, 199, 0.3);
    background: rgba(86, 183, 199, 0.05);
    box-shadow: 0 8px 24px -6px rgba(86, 183, 199, 0.2);
    transform: translateY(-4px);
}

.feature-card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 0.75rem;
    background: rgba(86, 183, 199, 0.1);
    border: 1px solid rgba(86, 183, 199, 0.2);
    color: rgb(102, 207, 224);
    margin-bottom: 1rem;
    transition: all 0.3s ease;
}

.feature-card:hover .feature-card-icon {
    background: rgba(86, 183, 199, 0.15);
    border-color: rgba(86, 183, 199, 0.4);
    box-shadow: 0 0 20px -5px rgba(86, 183, 199, 0.4);
}

.feature-card-title {
    font-size: 1.125rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0.5rem;
}

.feature-card-desc {
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 1.6;
    color: #94a3b8;
    margin-bottom: 1rem;
}

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

.feature-tag {
    display: inline-block;
    padding: 0.25rem 0.625rem;
    font-size: 0.6875rem;
    font-weight: 500;
    color: rgb(102, 207, 224);
    background: rgba(86, 183, 199, 0.1);
    border: 1px solid rgba(86, 183, 199, 0.2);
    border-radius: 9999px;
    transition: all 0.2s ease;
}

.feature-tag:hover {
    background: rgba(86, 183, 199, 0.15);
    border-color: rgba(86, 183, 199, 0.3);
}

/* ==================== CHANGELOG SECTION ==================== */
.changelog-section {
    position: relative;
    z-index: 10;
    max-width: 56rem;
    margin: 6rem auto;
    padding: 2.5rem 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 2.5rem;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.02), #000);
    backdrop-filter: blur(4px);
    transition: all 0.2s ease-out;
}

.changelog-section:hover {
    box-shadow: 0 0 50px -10px rgba(86, 183, 199, 0.15);
}

.changelog-glare {
    pointer-events: none;
    position: absolute;
    inset: -1px;
    opacity: 0;
    border-radius: 2.5rem;
    mix-blend-mode: screen;
    z-index: 0;
    transition: opacity 0.3s ease;
}

.changelog-section:hover .changelog-glare {
    opacity: 1;
}

.changelog-ambient {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 48rem;
    height: 100%;
    background: rgba(86, 183, 199, 0.05);
    border-radius: 2.5rem;
    filter: blur(100px);
    z-index: 0;
}

.changelog-container {
    position: relative;
    z-index: 10;
}

.changelog-header {
    text-align: center;
    margin-bottom: 3rem;
}

.changelog-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.25rem 0.75rem;
    background: rgba(86, 183, 199, 0.1);
    border: 1px solid rgba(86, 183, 199, 0.2);
    border-radius: 9999px;
    margin-bottom: 1.5rem;
    box-shadow: 0 0 10px -4px rgba(86, 183, 199, 0.3);
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: rgb(102, 207, 224);
}

.changelog-badge svg {
    color: rgb(102, 207, 224);
}

.changelog-title {
    font-size: 2.25rem;
    font-weight: 600;
    letter-spacing: -0.025em;
    color: #fff;
    margin-bottom: 1rem;
}

@media (min-width: 640px) {
    .changelog-title {
        font-size: 3rem;
    }
}

.changelog-title-gradient {
    background: linear-gradient(to right, rgb(204, 239, 245), rgb(102, 207, 224), rgb(204, 239, 245));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.changelog-desc {
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.625;
    color: #94a3b8;
    max-width: 36rem;
    margin: 0 auto;
}

.changelog-timeline {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.changelog-entry {
    position: relative;
    padding: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1.25rem;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(4px);
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.6s ease forwards;
}

.changelog-entry[data-version="1"] {
    animation-delay: 0.1s;
}

.changelog-entry[data-version="2"] {
    animation-delay: 0.2s;
}

.changelog-entry[data-version="3"] {
    animation-delay: 0.3s;
}

.changelog-entry:hover {
    border-color: rgba(86, 183, 199, 0.2);
    background: rgba(86, 183, 199, 0.03);
    box-shadow: 0 8px 24px -6px rgba(86, 183, 199, 0.15);
}

.changelog-entry-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.25rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    flex-wrap: wrap;
    gap: 0.75rem;
}

.changelog-version {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.version-number {
    font-size: 1.25rem;
    font-weight: 700;
    color: rgb(102, 207, 224);
    font-family: monospace;
}

.version-badge {
    padding: 0.25rem 0.625rem;
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-radius: 9999px;
}

.version-badge.latest {
    background: rgba(86, 183, 199, 0.15);
    color: rgb(102, 207, 224);
    border: 1px solid rgba(86, 183, 199, 0.3);
}

.version-badge.major {
    background: rgba(168, 85, 247, 0.15);
    color: rgb(192, 132, 252);
    border: 1px solid rgba(168, 85, 247, 0.3);
}

.changelog-date {
    font-size: 0.875rem;
    font-weight: 500;
    color: #64748b;
}

.changelog-entry-content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.changelog-category {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.category-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    flex-shrink: 0;
    border-radius: 0.5rem;
    transition: all 0.3s ease;
}

.category-icon.added {
    background: rgba(34, 197, 94, 0.1);
    border: 1px solid rgba(34, 197, 94, 0.2);
    color: rgb(74, 222, 128);
}

.category-icon.improved {
    background: rgba(59, 130, 246, 0.1);
    border: 1px solid rgba(59, 130, 246, 0.2);
    color: rgb(96, 165, 250);
}

.category-icon.fixed {
    background: rgba(251, 146, 60, 0.1);
    border: 1px solid rgba(251, 146, 60, 0.2);
    color: rgb(251, 146, 60);
}

.changelog-category:hover .category-icon {
    transform: scale(1.1);
}

.category-content {
    flex: 1;
}

.category-title {
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #cbd5e1;
    margin-bottom: 0.75rem;
}

.changelog-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.changelog-list li {
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 1.6;
    color: #94a3b8;
    padding-left: 1.25rem;
    position: relative;
}

.changelog-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: rgb(86, 183, 199);
    font-weight: 700;
}

@media (max-width: 640px) {
    .changelog-section {
        padding: 1.5rem;
        margin: 4rem auto;
    }

    .changelog-entry {
        padding: 1rem;
    }

    .changelog-entry-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .version-number {
        font-size: 1.125rem;
    }
}

/* =========================================
   FEATURES SECTION STYLES
   ========================================= */

.features-section {
    position: relative;
    padding: 6rem 1rem;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.features-background-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(86, 183, 199, 0.08) 0%, transparent 70%);
    filter: blur(80px);
    z-index: -1;
    pointer-events: none;
}

.section-header-centered {
    text-align: center;
    margin-bottom: 4rem;
    position: relative;
    z-index: 10;
}

.header-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.375rem 1rem;
    background: rgba(86, 183, 199, 0.1);
    border: 1px solid rgba(86, 183, 199, 0.2);
    border-radius: 9999px;
    margin-bottom: 1.5rem;
    font-size: 0.75rem;
    font-weight: 500;
    color: rgb(153, 223, 233);
    backdrop-filter: blur(8px);
}

.section-title-large {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1rem;
    letter-spacing: -0.03em;
}

.section-title-large .text-gradient {
    background: linear-gradient(to right, rgb(204, 239, 245), rgb(102, 207, 224));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-desc {
    font-size: 1.125rem;
    color: #94a3b8;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* GRID LAYOUT */
.features-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
    position: relative;
    z-index: 5;
}

@media (min-width: 640px) {
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .features-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* Feature Card Wrapper */
.feature-card {
    position: relative;
    background: rgba(15, 23, 42, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 1.25rem;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    backdrop-filter: blur(10px);
    overflow: hidden;
    height: 100%;
}

.feature-card.wide {
    grid-column: span 1;
}

@media (min-width: 1024px) {
    .feature-card.wide {
        grid-column: span 2;
    }
}

.tilt-card-sm:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.5);
    border-color: rgba(86, 183, 199, 0.3);
    background: rgba(15, 23, 42, 0.6);
}

.card-glow {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 0%, rgba(86, 183, 199, 0.1), transparent 60%);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

.feature-card:hover .card-glow {
    opacity: 1;
}

/* Card Header */
.card-header-sm {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.icon-box {
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(86, 183, 199, 0.1);
    border-radius: 0.75rem;
    color: rgb(102, 207, 224);
    border: 1px solid rgba(86, 183, 199, 0.2);
}

.card-header-sm h3 {
    font-size: 1.125rem;
    font-weight: 600;
    color: #fff;
    letter-spacing: -0.01em;
}

.card-desc-sm {
    font-size: 0.875rem;
    color: #94a3b8;
    line-height: 1.5;
    margin-top: auto;
}

/* VISUAL CONTAINERS */
.card-visual-container {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 0.75rem;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.03);
    min-height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.75rem;
}

.centered-visual {
    align-items: center;
}

.graph-container {
    position: relative;
    padding: 0;
    overflow: hidden;
    min-height: 100px;
    background: rgba(0, 0, 0, 0.3);
}

/* --- MOCK UI ELEMENTS --- */

/* Toggles */
.mock-ui-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.mock-label {
    font-size: 0.75rem;
    font-weight: 500;
    color: #cbd5e1;
}

.mock-toggle {
    width: 32px;
    height: 18px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 9999px;
    position: relative;
    transition: all 0.3s ease;
}

.mock-toggle.active {
    background: rgb(86, 183, 199);
}

.toggle-knob {
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 2px;
    transition: transform 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.mock-toggle.active .toggle-knob {
    transform: translateX(14px);
}

/* Sliders */
.mock-slider-group {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.mock-slider-label {
    display: flex;
    justify-content: space-between;
    font-size: 0.75rem;
    color: #94a3b8;
}

.mock-slider-label .val {
    color: rgb(102, 207, 224);
    font-weight: 600;
}

.mock-slider-track {
    width: 100%;
    height: 4px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 2px;
    position: relative;
}

.mock-slider-fill {
    height: 100%;
    background: rgb(86, 183, 199);
    border-radius: 2px;
}

.mock-slider-thumb {
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 2px rgba(15, 23, 42, 0.5);
}

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

.mock-dropdown-trigger {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0.5rem;
    padding: 0.5rem 0.75rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.8125rem;
    color: #e2e8f0;
}

.mock-dropdown-menu {
    position: relative;
    margin-top: 0.5rem;
    width: 100%;
    background: rgba(15, 23, 42, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 0.5rem;
    padding: 0.25rem;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.mock-menu-item {
    padding: 0.375rem 0.625rem;
    font-size: 0.75rem;
    color: #94a3b8;
    border-radius: 0.25rem;
    cursor: default;
}

.mock-menu-item.active {
    background: rgba(86, 183, 199, 0.15);
    color: rgb(102, 207, 224);
}

/* Keybinds */
.keybind-group {
    display: flex;
    gap: 1rem;
    width: 100%;
    justify-content: center;
}

.key-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.375rem;
}

.key-label {
    font-size: 0.625rem;
    color: #64748b;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.05em;
}

.mock-key {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-bottom-width: 3px;
    border-radius: 0.375rem;
    padding: 0.375rem 0.75rem;
    font-family: monospace;
    font-size: 0.875rem;
    font-weight: 600;
    color: #e2e8f0;
    min-width: 3.5rem;
    text-align: center;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.3);
    transition: transform 0.1s;
}

/* Performance Graph */
.performance-graph {
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0.8;
}

.fps-overlay {
    position: absolute;
    top: 1rem;
    right: 1.5rem;
    text-align: right;
    pointer-events: none;
}

.fps-val {
    display: block;
    font-size: 1.25rem;
    font-weight: 700;
    color: rgb(74, 222, 128);
    font-family: monospace;
    text-shadow: 0 0 15px rgba(74, 222, 128, 0.3);
}

.fps-label {
    font-size: 0.625rem;
    color: #94a3b8;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

/* =========================================
   MENU SIMULATOR STYLES (Project Vector Theme)
   ========================================= */

.menu-section {
    position: relative;
    padding: 6rem 1rem;
    max-width: 1000px;
    margin: 0 auto;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.menu-glow-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 900px;
    height: 700px;
    background: radial-gradient(circle, rgba(6, 182, 212, 0.08) 0%, transparent 70%);
    filter: blur(80px);
    z-index: -1;
    pointer-events: none;
}

.menu-window-wrapper {
    perspective: 1000px;
}

.menu-window {
    background: #0b0b0b;
    border: 1px solid #1f1f1f;
    border-radius: 4px;
    width: 100%;
    height: 600px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 50px 100px -20px rgba(0, 0, 0, 0.8);
    position: relative;
    overflow: hidden;
    user-select: none;
    /* Prevent text selection flickering */
    transform: translateZ(0);
    backface-visibility: hidden;
    will-change: transform;
}

/* HEADER */
.vector-header {
    height: 48px;
    background: #0b0b0b;
    border-bottom: 1px solid #1f1f1f;
    display: flex;
    align-items: center;
    padding: 0 20px;
}

.vector-logo {
    color: #4fd1c5;
    font-weight: 600;
    font-size: 14px;
    margin-right: 40px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.vector-tabs {
    display: flex;
    gap: 24px;
    height: 100%;
}

.vector-tab {
    display: flex;
    align-items: center;
    color: #52525b;
    /* zinc-600 */
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.05em;
    cursor: pointer;
    height: 100%;
    border-bottom: 2px solid transparent;
    transition: all 0.2s;
    text-transform: uppercase;
}

.vector-tab:hover {
    color: #a1a1aa;
}

.vector-tab.active {
    color: #4fd1c5;
    border-bottom-color: #4fd1c5;
}

/* BODY */
.vector-body {
    flex: 1;
    padding: 20px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

.vector-section-title {
    color: #4fd1c5;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 16px;
    padding-left: 10px;
    border-left: 2px solid #4fd1c5;
    line-height: 1;
}

.vector-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    height: 100%;
}

.vector-col {
    display: flex;
    flex-direction: column;
    gap: 6px;
    /* Gap between items */
}

.vector-group-header {
    color: #4fd1c5;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    margin-top: 5px;
    background: rgba(79, 209, 197, 0.05);
    padding: 8px 12px;
    border-radius: 4px;
    border-left: 3px solid #4fd1c5;
    letter-spacing: 0.02em;
}

.vector-group-header:first-of-type {
    margin-top: 0;
}

/* WIDGETS */

/* Item Container */
.vector-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 28px;
    padding: 2px 0;
}

/* Labels */
.vector-label {
    color: #e4e4e7;
    /* zinc-200 */
    font-size: 13px;
    font-weight: 400;
    transform: translateZ(0);
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
}

/* Slider Value - Ensure stable color */
.vector-slider-val {
    color: #71717a;
    font-size: 12px;
    font-variant-numeric: tabular-nums;
    min-width: 24px;
    text-align: right;
    user-select: none;
    pointer-events: none;
}

/* Keybind Hover & Active States */
.vector-keybind {
    background: #18181b;
    border: 1px solid #27272a;
    border-radius: 3px;
    color: #71717a;
    font-size: 11px;
    padding: 2px 6px;
    min-width: 24px;
    text-align: center;
    cursor: pointer;
    /* Changed from default to pointer */
    transition: all 0.2s;
}

.vector-keybind:hover {
    color: #e4e4e7;
    border-color: #27272a;
    /* Keep same as default */
}

.vector-keybind.recording {
    border-color: #4fd1c5;
    color: #4fd1c5;
    background: rgba(79, 209, 197, 0.1);
}

/* Toggle */
.vector-toggle {
    display: flex;
    align-items: center;
    cursor: pointer;
    width: 100%;
}

.vector-toggle-box {
    width: 14px;
    height: 14px;
    background: #18181b;
    /* zinc-900 */
    border: 1px solid #27272a;
    /* zinc-800 */
    border-radius: 2px;
    margin-right: 12px;
    transition: all 0.1s;
    flex-shrink: 0;
}

.vector-toggle:hover .vector-toggle-box {
    border-color: #27272a;
    /* Keep same as default */
}

.vector-toggle.active .vector-toggle-box {
    background: #4fd1c5;
    border-color: #4fd1c5;
}

/* Slider */
.vector-slider-container {
    margin-bottom: 6px;
    padding-top: 4px;
}

.vector-slider-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
    user-select: none;
}

.vector-slider-val {
    color: #71717a;
    font-size: 12px;
}

.vector-slider {
    width: 100%;
    height: 20px;
    /* Hit area */
    display: flex;
    align-items: center;
    cursor: grab;
}

.vector-slider:active {
    cursor: grabbing;
}

.slider-track {
    width: 100%;
    height: 6px;
    background: #18181b;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
}

.slider-fill {
    height: 100%;
    background: #4fd1c5;
    border-radius: 3px;
    width: 50%;
    /* Default */
    pointer-events: none;
}

/* Dropdown */
.vector-dropdown-container {
    margin-bottom: 6px;
}

.vector-dropdown-label {
    color: #a1a1aa;
    font-size: 12px;
    margin-bottom: 6px;
    display: block;
}

.vector-dropdown {
    width: 100%;
    background: #09090b;
    /* Slightly darker than bg */
    border: 1px solid #27272a;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    font-size: 13px;
    color: #e4e4e7;
}

.vector-dropdown:hover {
    border-color: #27272a;
    /* Keep same as default */
}

.dropdown-header {
    padding: 8px 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dropdown-arrow {
    font-size: 10px;
    color: #52525b;
    transition: transform 0.2s;
}

.vector-dropdown.active .dropdown-arrow {
    transform: rotate(180deg);
}

.options-list {
    position: absolute;
    top: 100%;
    left: -1px;
    right: -1px;
    background: #09090b;
    border: 1px solid #27272a;
    border-top: none;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    z-index: 10;
    display: none;
    max-height: 200px;
    overflow-y: auto;
}

.vector-dropdown.active .options-list {
    display: block;
}

.option {
    padding: 8px 12px;
    color: #a1a1aa;
}

.option:hover {
    background: #18181b;
    color: #fff;
}

.vector-dropdown.multi-select .option.selected {
    color: #4fd1c5;
    background: rgba(79, 209, 197, 0.05);
}

/* Color Picker Square */
/* Color Picker Square */
.vector-color {
    width: 22px;
    height: 14px;
    border-radius: 2px;
    margin-left: auto;
    /* Push to right */
    border: 1px solid #27272a;
    flex-shrink: 0;
    cursor: pointer;
}

/* Scrollbar */
.vector-body::-webkit-scrollbar {
    width: 4px;
}

.vector-body::-webkit-scrollbar-track {
    background: transparent;
}

.vector-body::-webkit-scrollbar-thumb {
    background: #27272a;
    border-radius: 2px;
}

/* Utility Class just in case */
.ml-auto {
    margin-left: auto;
}

/* Header Pulse (reusing/adjusting existing if necessary, or defined here) */
.pulse-dot {
    position: relative;
    display: flex;
    width: 8px;
    height: 8px;
}

.pulse-ping {
    position: absolute;
    display: inline-flex;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    background: rgb(102, 207, 224);
    opacity: 0.75;
    animation: ping 1.5s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.pulse-core {
    position: relative;
    display: inline-flex;
    border-radius: 50%;
    height: 8px;
    width: 8px;
    background: rgb(86, 183, 199);
}

@keyframes ping {

    75%,
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

/* Global dragging state */

body.is-dragging {
    user-select: none !important;
    cursor: grabbing !important;
}

/* ==========================================================================
   3D Model Viewer Styles
   ========================================================================== */

.model-viewer-section {
    position: relative;
    padding: 2rem 0;
    margin: 4rem 0;
}

.model-section-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(86, 183, 199, 0.05) 0%, transparent 70%);
    pointer-events: none;
    z-index: -1;
}

.model-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 1rem;
}

.model-header {
    text-align: center;
    margin-bottom: 2rem;
}

.model-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.25rem 0.75rem;
    background: rgba(86, 183, 199, 0.1);
    border: 1px solid rgba(86, 183, 199, 0.2);
    border-radius: 9999px;
    font-size: 0.75rem;
    color: rgb(102, 207, 224);
    margin-bottom: 1rem;
}

.model-title {
    font-size: 2rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0.5rem;
}

.model-subtitle {
    color: #94a3b8;
    font-size: 0.875rem;
}

/* Viewer Wrapper */
.viewer-wrapper {
    position: relative;
    width: 100%;
    height: 600px;
    border-radius: 16px;
    background: rgba(15, 23, 42, 0.4);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    transition: border-color 0.3s ease;
}

.viewer-wrapper:hover {
    border-color: rgba(86, 183, 199, 0.3);
    box-shadow: 0 0 30px -10px rgba(86, 183, 199, 0.15);
}

.threejs-container {
    width: 100%;
    height: 100%;
    outline: none;
    cursor: grab;
    position: relative;
    /* efficient touch handling */
    touch-action: none;
}

.threejs-container:active {
    cursor: grabbing;
}

/* Loading Overlay */
.loading-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    background: #0f172a;
    z-index: 20;
    transition: opacity 0.5s ease;
}

.loading-overlay.hidden {
    opacity: 0;
    pointer-events: none;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 3px solid rgba(86, 183, 199, 0.3);
    border-radius: 50%;
    border-top-color: rgb(86, 183, 199);
    animation: spin 1s linear infinite;
}

/* Controls */
.model-controls {
    position: absolute;
    bottom: 1.5rem;
    right: 1.5rem;
    display: flex;
    gap: 0.75rem;
    z-index: 10;
}

.control-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(15, 23, 42, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #cbd5e1;
    cursor: pointer;
    backdrop-filter: blur(4px);
    transition: all 0.2s ease;
}

.control-btn:hover {
    background: rgba(86, 183, 199, 0.2);
    border-color: rgba(86, 183, 199, 0.5);
    color: rgb(102, 207, 224);
    transform: scale(1.1);
}

.control-btn.active {
    background: rgba(86, 183, 199, 0.2);
    color: rgb(102, 207, 224);
    border-color: rgba(86, 183, 199, 0.4);
}

/* Part Label Toast */
.part-label {
    position: absolute;
    top: 1.5rem;
    left: 50%;
    transform: translateX(-50%) translateY(-20px);
    padding: 0.5rem 1rem;
    background: rgba(15, 23, 42, 0.8);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(86, 183, 199, 0.3);
    border-radius: 8px;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 500;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 10;
}

.part-label.visible {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .viewer-wrapper {
        height: 500px;
    }

    .model-title {
        font-size: 1.5rem;
    }
}

@media (max-width: 480px) {
    .viewer-wrapper {
        height: 400px;
    }

    .model-controls {
        bottom: 1rem;
        right: 1rem;
    }
}