/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'VT323', monospace;
    background: radial-gradient(circle at top left, #0f1115, #06070a);
    color: #ccfaff;
    line-height: 1.6;
    overflow-x: hidden;
    animation: gradientMove 20s ease-in-out infinite;
    font-size: 18px;
}

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

/* Container */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Side Panel Navigation */
.side-nav {
    position: fixed;
    top: 0;
    left: -300px;
    width: 300px;
    height: 100vh;
    background: #000000ee;
    border-right: 2px solid #00ffcc66;
    z-index: 1000;
    transition: left 0.3s ease;
    backdrop-filter: blur(10px);
    overflow-y: auto;
}

.side-nav.active {
    left: 0;
}

.nav-header {
    padding: 20px;
    border-bottom: 1px solid #00ffcc66;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 2rem;
    font-weight: 700;
    color: #00ffe1;
    text-shadow: 0 0 20px #00ffe144;
}

.nav-close {
    background: none;
    border: none;
    color: #00ffcc;
    font-size: 2rem;
    cursor: pointer;
    transition: color 0.3s ease;
}

.nav-close:hover {
    color: #00ffe1;
}

.nav-menu {
    list-style: none;
    padding: 20px 0;
}

.nav-menu li {
    margin: 0;
}

.nav-menu a {
    display: block;
    color: #00ffcc;
    text-decoration: none;
    padding: 15px 20px;
    font-family: 'VT323', monospace;
    font-size: 1.2rem;
    letter-spacing: 2px;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
}

.nav-menu a:hover {
    background: #00ffcc22;
    color: #00ffe1;
    border-left-color: #00ffcc;
    box-shadow: inset 0 0 20px #00ffe122;
}

/* Navigation Toggle */
.nav-toggle {
    position: fixed;
    top: 20px;
    left: 20px;
    width: 50px;
    height: 50px;
    background: #000000ee;
    border: 2px solid #00ffcc66;
    border-radius: 5px;
    cursor: pointer;
    z-index: 1001;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    transition: all 0.3s ease;
}

.nav-toggle:hover {
    border-color: #00ffcc;
    box-shadow: 0 0 20px #00ffe122;
}

.nav-toggle span {
    width: 20px;
    height: 2px;
    background: #00ffcc;
    transition: all 0.3s ease;
}

/* Main Content */
.main-content {
    margin-left: 0;
    transition: margin-left 0.3s ease;
}

/* Typography */
h1 {
    font-family: 'IBM Plex Mono', monospace;
    font-weight: 700;
    font-size: clamp(2rem, 4vw, 3.5rem);
    color: #00ffe1;
    margin-bottom: 2rem;
    text-shadow: 0 0 20px #00ffe144;
    animation: titlePulse 4s ease-in-out infinite;
}

@keyframes titlePulse {
    0%, 100% { text-shadow: 0 0 20px #00ffe144; }
    50% { text-shadow: 0 0 30px #00ffe166, 0 0 40px #00ffe133; }
}

h2 {
    font-family: 'IBM Plex Mono', monospace;
    font-weight: 700;
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    color: #00ffe1;
    margin-bottom: 2rem;
    text-shadow: 0 0 15px #00ffe122;
    text-align: center;
}

h3 {
    font-family: 'IBM Plex Mono', monospace;
    font-weight: 700;
    font-size: 1.3rem;
    color: #00ffcc;
    margin-bottom: 1rem;
}

p {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
    color: #ccfaff;
}

/* Sections */
section {
    padding: 80px 0;
    position: relative;
}

section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #00ffcc66, transparent);
}

/* Hero Section */
.hero-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding-top: 100px;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.hero-description {
    font-size: 1.4rem;
    margin-bottom: 3rem;
    opacity: 0.9;
}

.hero-stats {
    display: flex;
    gap: 2rem;
    margin-top: 2rem;
}

.stat {
    text-align: center;
    padding: 1rem;
    background: #000000aa;
    border: 1px solid #00ffcc66;
    border-radius: 10px;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.stat:hover {
    border-color: #00ffcc;
    box-shadow: 0 0 20px #00ffe122;
}

.stat-number {
    display: block;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 1.5rem;
    font-weight: 700;
    color: #00ffe1;
}

.stat-label {
    font-size: 0.9rem;
    color: #ccfaff;
}

.hero-visual {
    position: relative;
    height: 400px;
}

.circuit-animation {
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 400"><defs><pattern id="circuit" x="0" y="0" width="40" height="40" patternUnits="userSpaceOnUse"><path d="M0 20h40M20 0v40" stroke="%2300ffcc" stroke-width="1" opacity="0.3"/><circle cx="20" cy="20" r="3" fill="%2300ffe1" opacity="0.6"/></pattern></defs><rect width="400" height="400" fill="url(%23circuit)"/></svg>') center/cover;
    border: 2px solid #00ffcc66;
    border-radius: 15px;
    animation: circuitGlow 3s ease-in-out infinite alternate;
}

@keyframes circuitGlow {
    0% { box-shadow: 0 0 20px #00ffe122; }
    100% { box-shadow: 0 0 40px #00ffe144, 0 0 60px #00ffe122; }
}

/* Access Section */
.access-section {
    background: linear-gradient(135deg, #0a0c10, #151820);
}

.access-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 4rem;
    align-items: start;
}

.access-links {
    background: #000000aa;
    padding: 2rem;
    border-radius: 15px;
    border: 1px solid #00ffcc66;
    backdrop-filter: blur(10px);
}

.mirror-container {
    margin: 1.5rem 0;
    padding: 1rem;
    background: #000000aa;
    border-radius: 10px;
    border: 1px solid #ff4a3366;
}

.mirror-container a {
    display: block;
    color: #ff4a33;
    text-decoration: none;
    font-family: 'VT323', monospace;
    padding: 8px 15px;
    margin: 5px 0;
    background: #000000aa;
    border-radius: 5px;
    border: 1px solid #ff4a3366;
    transition: all 0.3s ease;
    letter-spacing: 1px;
}

.mirror-container a:hover {
    color: #ffaa88;
    border-color: #ff4a33;
    box-shadow: 0 0 15px #ff4a3322;
    transform: translateX(5px);
}

.access-warning {
    color: #ffaa88;
    font-size: 1.2rem;
    margin-top: 1.2rem;
    padding: 1rem;
    background: #ff4a3322;
    border-radius: 10px;
    border: 1px solid #ff4a3366;
}

/* Features Section */
.features-intro {
    text-align: center;
    margin-bottom: 3rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.gallery-container {
    position: relative;
    margin: 3rem 0;
    overflow: hidden;
    border-radius: 15px;
    border: 2px solid #00ffcc66;
}

.gallery-track {
    display: flex;
    transition: transform 0.5s ease;
    gap: 2rem;
    padding: 2rem;
}

.gallery-item {
    flex: 0 0 300px;
    text-align: center;
}

.gallery-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid #00ffcc66;
    transition: all 0.3s ease;
}

.gallery-item img:hover {
    border-color: #00ffcc;
    box-shadow: 0 0 20px #00ffe122;
}

.gallery-caption {
    margin-top: 1rem;
}

.gallery-caption h3 {
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
}

.gallery-caption p {
    font-size: 1.4rem;
    opacity: 0.8;
    margin-bottom: 0;
}

.gallery-prev, .gallery-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #00000088;
    border: 1px solid #00ffcc44;
    color: #00ffcc;
    font-size: 2rem;
    cursor: pointer;
    padding: 0.5rem;
    z-index: 2;
    transition: all 0.3s ease;
    border-radius: 5px;
}

.gallery-prev:hover, .gallery-next:hover {
    background: #000000cc;
    border-color: #00ffcc;
    box-shadow: 0 0 15px #00ffe122;
}

.gallery-prev {
    left: 10px;
}

.gallery-next {
    right: 10px;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.feature-box {
    background: #000000aa;
    padding: 2rem;
    border-radius: 15px;
    border: 1px solid #00ffcc66;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    text-align: center;
}

.feature-box:hover {
    border-color: #00ffcc;
    box-shadow: 0 0 25px #00ffe122;
    transform: translateY(-5px);
}

.feature-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
    filter: drop-shadow(0 0 10px #00ffe144);
}

/* Registration Section */
.registration-section {
    background: linear-gradient(135deg, #151820, #0a0c10);
}

.registration-overview {
    text-align: center;
    margin-bottom: 3rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.step-container {
    background: #000000aa;
    padding: 2rem;
    border-radius: 15px;
    border: 1px solid #00ffcc66;
    backdrop-filter: blur(10px);
    margin-bottom: 2rem;
    transition: all 0.3s ease;
}

.step-container:hover {
    border-color: #00ffcc;
    box-shadow: 0 0 25px #00ffe122;
}

.step-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.step-icon {
    font-size: 2rem;
    filter: drop-shadow(0 0 10px #00ffe144);
}

/* Security Section */
.security-overview {
    text-align: center;
    margin-bottom: 3rem;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.security-features {
    display: grid;
    gap: 2rem;
    margin-top: 2rem;
}

.security-card {
    background: #000000aa;
    padding: 2rem;
    border-radius: 15px;
    border: 1px solid #00ffcc66;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.security-card:hover {
    border-color: #00ffcc;
    box-shadow: 0 0 25px #00ffe122;
    transform: translateX(10px);
}

/* Vendors Section */
.vendors-section {
    background: linear-gradient(135deg, #0a0c10, #151820);
}

.vendors-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
}

.vendor-requirements,
.vendor-policies {
    background: #000000aa;
    padding: 2rem;
    border-radius: 15px;
    border: 1px solid #00ffcc66;
    backdrop-filter: blur(10px);
}

/* Raffle Section */
.raffle-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
}

.raffle-mechanics,
.raffle-benefits {
    background: #000000aa;
    padding: 2rem;
    border-radius: 15px;
    border: 1px solid #00ffcc66;
    backdrop-filter: blur(10px);
}

/* Warning Section */
.warning-section {
    background: linear-gradient(135deg, #151820, #0a0c10);
}

.warning-primary {
    background: linear-gradient(135deg, #ff4a3322, #000000aa);
    padding: 2rem;
    border-radius: 15px;
    border: 2px solid #ff4a33;
    margin-bottom: 2rem;
    box-shadow: 0 0 25px #ff4a3322;
    text-align: center;
}

.warning-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
    filter: drop-shadow(0 0 10px #ff4a33);
}

.warning-guidelines,
.warning-disclaimer {
    background: #000000aa;
    padding: 2rem;
    border-radius: 15px;
    border: 1px solid #00ffcc66;
    backdrop-filter: blur(10px);
    margin-bottom: 2rem;
}

/* Footer */
.footer {
    background: #000000ee;
    padding: 2rem 0;
    text-align: center;
    border-top: 1px solid #00ffcc66;
}

.footer-content {
    color: #88aaaa;
}

/* Responsive Design */
@media (max-width: 768px) {
    .nav-toggle {
        top: 15px;
        left: 15px;
    }
    
    .hero-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .hero-stats {
        justify-content: center;
    }
    
    .access-grid,
    .vendors-content,
    .raffle-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
    }
    
    .gallery-track {
        padding: 1rem;
    }
    
    .gallery-item {
        flex: 0 0 250px;
    }
    
    section {
        padding: 60px 0;
    }
    
    .hero-section {
        padding-top: 80px;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 15px;
    }
    
    .feature-box,
    .security-card,
    .step-container,
    .vendor-requirements,
    .vendor-policies,
    .raffle-mechanics,
    .raffle-benefits,
    .warning-guidelines,
    .warning-disclaimer {
        padding: 1.5rem;
    }
    
    h1 {
        font-size: 1.8rem;
    }
    
    h2 {
        font-size: 1.4rem;
    }
    
    .gallery-item {
        flex: 0 0 200px;
    }
}

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

/* Selection Styling */
::selection {
    background: #00ffcc44;
    color: #00ffe1;
}

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

::-webkit-scrollbar-track {
    background: #000000;
}

::-webkit-scrollbar-thumb {
    background: #00ffcc66;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #00ffcc;
}

/* Additional Animations */
@keyframes dataFlow {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}

.data-stream {
    position: absolute;
    width: 2px;
    height: 20px;
    background: linear-gradient(to bottom, transparent, #00ffcc, transparent);
    animation: dataFlow 3s linear infinite;
}

