:root {
    --neon-cyan: #00f0ff;
    --neon-magenta: #ff0066;
    --neon-orange: #ff6b00;
    --dark-bg: #0a0a0f;
    --card-bg: rgba(10, 10, 20, 0.85);
    --card-border: rgba(0, 240, 255, 0.2);
    --text-primary: #e0e0e0;
    --text-secondary: #888;
    --scanline-opacity: 0.03;
    --grain-opacity: 0.06;
}

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

html {
    scroll-behavior: smooth;
}

body.blade-runner-theme {
    background-color: var(--dark-bg);
    color: var(--text-primary);
    font-family: 'Rajdhani', 'Courier New', monospace;
    line-height: 1.6;
    overflow-x: hidden;
}

#rainCanvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    pointer-events: none;
}

.effects-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 9999;
    contain: strict;
}

.scanlines {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.15) 0px,
        rgba(0, 0, 0, 0.15) 1px,
        transparent 1px,
        transparent 3px
    );
    opacity: var(--scanline-opacity);
    pointer-events: none;
}

.scanlines.hidden {
    display: none;
}

.film-grain {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: var(--grain-opacity);
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
}

.film-grain.hidden {
    display: none;
}

/* Hero Section */
.hero {
    position: relative;
    height: 100vh;
    min-height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.parallax-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.city-layer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-size: cover;
    background-position: bottom center;
    background-repeat: repeat-x;
    will-change: transform;
}

.city-back {
    height: 60%;
    background: linear-gradient(to top, 
        transparent 0%,
        rgba(0, 240, 255, 0.02) 50%,
        transparent 100%
    ),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 300'%3E%3Crect x='50' y='100' width='40' height='200' fill='%23051015'/%3E%3Crect x='100' y='80' width='60' height='220' fill='%23081218'/%3E%3Crect x='170' y='120' width='35' height='180' fill='%23051015'/%3E%3Crect x='220' y='60' width='80' height='240' fill='%230a1520'/%3E%3Crect x='310' y='90' width='45' height='210' fill='%23051015'/%3E%3Crect x='370' y='50' width='100' height='250' fill='%230c1825'/%3E%3Crect x='480' y='110' width='55' height='190' fill='%23051015'/%3E%3Crect x='550' y='70' width='70' height='230' fill='%23081218'/%3E%3Crect x='640' y='95' width='50' height='205' fill='%23051015'/%3E%3Crect x='700' y='40' width='90' height='260' fill='%230e1a28'/%3E%3Crect x='800' y='85' width='60' height='215' fill='%23051015'/%3E%3Crect x='870' y='55' width='75' height='245' fill='%230a1520'/%3E%3Crect x='960' y='100' width='40' height='200' fill='%23051015'/%3E%3C/svg%3E");
    opacity: 0.7;
    z-index: 1;
}

.city-mid {
    height: 45%;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 200'%3E%3Crect x='20' y='50' width='50' height='150' fill='%230a0f15'/%3E%3Crect x='90' y='30' width='70' height='170' fill='%230d1318'/%3E%3Crect x='180' y='60' width='40' height='140' fill='%230a0f15'/%3E%3Crect x='240' y='20' width='90' height='180' fill='%230f151c'/%3E%3Crect x='350' y='45' width='55' height='155' fill='%230a0f15'/%3E%3Crect x='420' y='10' width='110' height='190' fill='%23111820'/%3E%3Crect x='550' y='55' width='60' height='145' fill='%230a0f15'/%3E%3Crect x='630' y='25' width='80' height='175' fill='%230d1318'/%3E%3Crect x='730' y='40' width='45' height='160' fill='%230a0f15'/%3E%3Crect x='795' y='5' width='100' height='195' fill='%23131822'/%3E%3Crect x='910' y='35' width='70' height='165' fill='%230a0f15'/%3E%3C/svg%3E");
    opacity: 0.85;
    z-index: 2;
}

.city-front {
    height: 30%;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 120'%3E%3Crect x='10' y='20' width='60' height='100' fill='%2305080c'/%3E%3Crect x='100' y='10' width='80' height='110' fill='%23060a0f'/%3E%3Crect x='200' y='30' width='50' height='90' fill='%2305080c'/%3E%3Crect x='270' y='5' width='100' height='115' fill='%23070c12'/%3E%3Crect x='390' y='15' width='70' height='105' fill='%2305080c'/%3E%3Crect x='480' y='0' width='120' height='120' fill='%23080e15'/%3E%3Crect x='620' y='25' width='55' height='95' fill='%2305080c'/%3E%3Crect x='700' y='8' width='90' height='112' fill='%23060a0f'/%3E%3Crect x='810' y='18' width='65' height='102' fill='%2305080c'/%3E%3Crect x='900' y='2' width='95' height='118' fill='%23070c12'/%3E%3C/svg%3E");
    opacity: 0.95;
    z-index: 3;
}

.neon-signs {
    position: absolute;
    bottom: 15%;
    left: 0;
    width: 100%;
    height: 20%;
    z-index: 4;
}

.neon-sign {
    position: absolute;
    font-family: 'Orbitron', sans-serif;
    font-size: 0.8rem;
    color: var(--neon-cyan);
    text-shadow: 0 0 10px var(--neon-cyan), 0 0 20px var(--neon-cyan), 0 0 40px var(--neon-cyan);
    animation: neonFlicker 4s infinite;
}

.neon-sign:nth-child(1) { left: 10%; top: 20%; }
.neon-sign:nth-child(2) { left: 25%; top: 60%; animation-delay: 0.5s; }
.neon-sign:nth-child(3) { left: 55%; top: 30%; animation-delay: 1s; }
.neon-sign:nth-child(4) { left: 75%; top: 70%; animation-delay: 1.5s; }
.neon-sign:nth-child(5) { left: 85%; top: 40%; animation-delay: 2s; }

.neon-sign.magenta {
    color: var(--neon-magenta);
    text-shadow: 0 0 10px var(--neon-magenta), 0 0 20px var(--neon-magenta), 0 0 40px var(--neon-magenta);
}

.neon-sign.orange {
    color: var(--neon-orange);
    text-shadow: 0 0 10px var(--neon-orange), 0 0 20px var(--neon-orange), 0 0 40px var(--neon-orange);
}

@keyframes neonFlicker {
    0%, 100% { opacity: 1; }
    92% { opacity: 1; }
    93% { opacity: 0.3; }
    94% { opacity: 1; }
    96% { opacity: 0.5; }
    97% { opacity: 1; }
}

.hero-gradient-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(to top, var(--dark-bg) 0%, transparent 100%);
    z-index: 5;
}

.hero-content {
    position: relative;
    z-index: 10;
    text-align: center;
    padding: 2rem;
}

.glitch-title {
    font-family: 'Orbitron', sans-serif;
    font-size: clamp(2.5rem, 8vw, 6rem);
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    position: relative;
    animation: textShadow 4s infinite;
}

.glitch-title::before,
.glitch-title::after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.glitch-title::before {
    color: var(--neon-cyan);
    animation: glitchBefore 8s ease-in-out infinite;
}

.glitch-title::after {
    color: var(--neon-magenta);
    animation: glitchAfter 8s ease-in-out infinite;
}

@keyframes textShadow {
    0%, 100% { text-shadow: 0 0 20px rgba(255,255,255,0.5), 0 0 40px var(--neon-cyan); }
    50% { text-shadow: 0 0 30px rgba(255,255,255,0.7), 0 0 60px var(--neon-magenta); }
}

@keyframes glitchBefore {
    0%, 89%, 100% { 
        opacity: 0;
        transform: translate(0);
        clip-path: none;
    }
    90% {
        opacity: 0.8;
        transform: translate(-3px, -1px);
        clip-path: polygon(0 0, 100% 0, 100% 45%, 0 45%);
    }
    91% {
        opacity: 0;
    }
    92% {
        opacity: 0.8;
        transform: translate(2px, 1px);
        clip-path: polygon(0 70%, 100% 70%, 100% 90%, 0 90%);
    }
    93%, 97% {
        opacity: 0;
    }
    98% {
        opacity: 0.6;
        transform: translate(-1px, 0);
        clip-path: polygon(0 20%, 100% 20%, 100% 40%, 0 40%);
    }
}

@keyframes glitchAfter {
    0%, 89%, 100% { 
        opacity: 0;
        transform: translate(0);
        clip-path: none;
    }
    90.5% {
        opacity: 0.7;
        transform: translate(3px, 1px);
        clip-path: polygon(0 50%, 100% 50%, 100% 70%, 0 70%);
    }
    91.5% {
        opacity: 0;
    }
    92.5% {
        opacity: 0.7;
        transform: translate(-2px, -1px);
        clip-path: polygon(0 80%, 100% 80%, 100% 100%, 0 100%);
    }
    93%, 97% {
        opacity: 0;
    }
    98.5% {
        opacity: 0.5;
        transform: translate(1px, 0);
        clip-path: polygon(0 10%, 100% 10%, 100% 30%, 0 30%);
    }
}

.tagline {
    font-family: 'Rajdhani', sans-serif;
    font-size: clamp(1rem, 3vw, 1.5rem);
    font-weight: 300;
    letter-spacing: 0.4em;
    color: var(--text-secondary);
    margin-top: 1.5rem;
    text-transform: uppercase;
}

.social-links {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    margin-top: 2rem;
}

.social-link {
    color: var(--text-primary);
    font-size: 1.5rem;
    transition: all 0.3s ease;
    text-shadow: 0 0 5px var(--neon-cyan);
}

.social-link:hover {
    color: var(--neon-cyan);
    text-shadow: 
        0 0 10px var(--neon-cyan),
        0 0 20px var(--neon-cyan);
    transform: translateY(-3px);
}

.about-link {
    display: inline-block;
    margin-top: 2rem;
    padding: 0.8rem 2rem;
    border: 1px solid var(--neon-cyan);
    color: var(--neon-cyan);
    text-decoration: none;
    font-family: 'Orbitron', sans-serif;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.about-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0, 240, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.about-link:hover {
    background: rgba(0, 240, 255, 0.1);
    box-shadow: 0 0 20px rgba(0, 240, 255, 0.3);
    text-shadow: 0 0 10px var(--neon-cyan);
}

.about-link:hover::before {
    left: 100%;
}

.scroll-indicator {
    position: absolute;
    bottom: 3rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    animation: bounce 2s infinite;
}

.scroll-indicator span {
    display: block;
    width: 2px;
    height: 40px;
    background: linear-gradient(to bottom, var(--neon-cyan), transparent);
    margin: 0 auto;
}

@keyframes bounce {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50% { transform: translateX(-50%) translateY(10px); }
}

/* Main Content */
.main-content {
    position: relative;
    z-index: 10;
}

.section-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 6rem 2rem;
}

.section-title {
    font-family: 'Orbitron', sans-serif;
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-bottom: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    position: relative;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    max-width: 300px;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--neon-cyan), var(--neon-magenta), transparent);
}

/* Timeline Section */
.timeline-section {
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.3));
    position: relative;
}

.timeline {
    position: relative;
    padding-left: 2rem;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 2px;
    background: linear-gradient(to bottom, var(--neon-cyan), var(--neon-magenta), var(--neon-orange));
}

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

.timeline-entry {
    position: relative;
    padding: 2rem;
    background: var(--card-bg);
    border: 1px solid rgba(0, 240, 255, 0.15);
    backdrop-filter: blur(10px);
    transition: all 0.4s ease;
    opacity: 0;
    transform: translateX(-30px);
}

.timeline-entry.visible {
    opacity: 1;
    transform: translateX(0);
}

.timeline-entry::before {
    content: '';
    position: absolute;
    left: -2.5rem;
    top: 2.5rem;
    width: 12px;
    height: 12px;
    background: var(--neon-cyan);
    border-radius: 50%;
    box-shadow: 0 0 15px var(--neon-cyan);
    transition: all 0.3s ease;
}

.timeline-entry:hover {
    transform: translateX(10px);
    border-color: var(--neon-cyan);
    box-shadow: 0 0 30px rgba(0, 240, 255, 0.2), inset 0 0 30px rgba(0, 240, 255, 0.05);
}

.timeline-entry:hover::before {
    background: var(--neon-magenta);
    box-shadow: 0 0 20px var(--neon-magenta);
}

.timeline-year {
    font-family: 'Orbitron', sans-serif;
    font-size: 0.9rem;
    color: var(--neon-cyan);
    margin-bottom: 0.5rem;
}

.timeline-title {
    font-family: 'Orbitron', sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #fff;
}

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

.timeline-highlights {
    padding-left: 1.5rem;
    color: var(--text-secondary);
}

.timeline-highlights li {
    margin: 0.5rem 0;
}

.timeline-highlights li::marker {
    color: var(--neon-cyan);
}

.timeline-node {
    display: none;
}

/* Projects Section */
.projects-section {
    background: var(--dark-bg);
}

.projects-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.project-card {
    position: relative;
    background: linear-gradient(135deg, rgba(10, 10, 20, 0.9), rgba(20, 15, 25, 0.9));
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 2.5rem;
    overflow: hidden;
    transition: all 0.4s ease;
}

.project-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--neon-cyan), var(--neon-magenta));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.project-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, transparent 40%, rgba(0, 240, 255, 0.05) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

.project-card:hover {
    transform: translateY(-10px);
    border-color: rgba(0, 240, 255, 0.3);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5), 0 0 40px rgba(0, 240, 255, 0.1);
}

.project-card:hover::before {
    transform: scaleX(1);
}

.project-card:hover::after {
    opacity: 1;
}

.project-name {
    font-family: 'Orbitron', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #fff;
    position: relative;
    z-index: 2;
}

.project-divider {
    height: 1px;
    background: linear-gradient(to right, var(--neon-cyan), transparent);
    margin: 1rem 0;
}

.project-role {
    font-size: 0.9rem;
    color: var(--neon-cyan);
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin-bottom: 1rem;
    position: relative;
    z-index: 2;
}

.project-stack {
    margin-bottom: 1rem;
    position: relative;
    z-index: 2;
}

.stack-tag {
    display: inline-block;
    background: rgba(0, 240, 255, 0.1);
    border: 1px solid rgba(0, 240, 255, 0.3);
    padding: 0.2rem 0.6rem;
    margin: 0.2rem;
    font-size: 0.75rem;
    border-radius: 2px;
    color: var(--text-primary);
}

.project-description {
    color: var(--text-secondary);
    line-height: 1.7;
    margin-bottom: 1rem;
    position: relative;
    z-index: 2;
}

.project-link {
    color: var(--neon-cyan);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}

.project-link:hover {
    text-shadow: 0 0 10px var(--neon-cyan);
}

.project-link .arrow {
    transition: transform 0.3s ease;
}

.project-link:hover .arrow {
    transform: translateX(5px);
}

.project-metrics {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(0, 240, 255, 0.1);
    position: relative;
    z-index: 2;
}

.metric {
    font-size: 0.8rem;
    color: var(--text-secondary);
    margin-right: 1rem;
}

/* Skills Section */
.skills-section {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), transparent);
}

.skills-categories {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
}

.skill-category {
    background: rgba(10, 10, 20, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 2rem;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
}

.skill-category::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(from 0deg, transparent, var(--neon-cyan), transparent 30%);
    animation: rotate 6s linear infinite;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.skill-category:hover::before {
    opacity: 0.1;
}

@keyframes rotate {
    100% { transform: rotate(360deg); }
}

.skill-category:hover {
    border-color: var(--neon-cyan);
    transform: scale(1.02);
}

.category-header {
    width: 100%;
    padding: 0;
    background: transparent;
    border: none;
    color: var(--neon-cyan);
    font-family: 'Orbitron', sans-serif;
    font-size: 1.1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    text-align: left;
    position: relative;
    z-index: 2;
}

.category-header:hover {
    color: #fff;
}

.category-toggle {
    transition: transform 0.3s ease;
    color: var(--neon-magenta);
}

.category-header[aria-expanded="false"] .category-toggle {
    transform: rotate(-90deg);
}

.category-content {
    max-height: 500px;
    overflow: hidden;
    transition: max-height 0.4s ease;
    position: relative;
    z-index: 2;
}

.category-header[aria-expanded="false"] + .category-content {
    max-height: 0;
}

.skills-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    padding-top: 1.5rem;
}

.skill-tile {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(0, 240, 255, 0.15);
    padding: 0.5rem 1rem;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.skill-tile:hover {
    border-color: var(--neon-cyan);
    box-shadow: 0 0 15px rgba(0, 240, 255, 0.2);
    transform: scale(1.05);
}

.skill-tile i {
    font-size: 1.4rem;
}

.skill-fa-icon {
    color: var(--neon-cyan);
}

.skill-name {
    font-size: 0.85rem;
    color: var(--text-primary);
}

/* Quotes Section */
.quotes-section {
    background: linear-gradient(135deg, rgba(5, 5, 10, 0.95), rgba(15, 10, 20, 0.95));
    padding: 6rem 2rem;
    margin: 4rem 0;
    position: relative;
}

.quotes-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--neon-cyan), var(--neon-magenta), transparent);
}

.quotes-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--neon-magenta), var(--neon-cyan), transparent);
}

.quotes-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.quote-card {
    padding: 2rem;
    background: rgba(0, 0, 0, 0.4);
    border-left: 3px solid var(--neon-cyan);
    position: relative;
    transition: all 0.3s ease;
}

.quote-card:nth-child(even) {
    border-left-color: var(--neon-magenta);
}

.quote-card:hover {
    background: rgba(0, 240, 255, 0.05);
    transform: translateX(5px);
}

.quote-header {
    display: none;
}

.quote-text {
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.1rem;
    font-style: italic;
    line-height: 1.8;
    margin-bottom: 1rem;
    color: #e0e0e0;
    min-height: 50px;
}

.quote-text::after {
    content: '█';
    animation: cursor-blink 0.7s infinite;
    color: var(--neon-cyan);
}

@keyframes cursor-blink {
    0%, 50% { opacity: 1; }
    51%, 100% { opacity: 0; }
}

.quote-meta {
    font-family: 'Orbitron', sans-serif;
    font-size: 0.8rem;
    color: var(--text-secondary);
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.quote-role {
    margin-right: 1rem;
}

/* Footer */
.br-footer {
    position: relative;
    z-index: 10;
    padding: 3rem 2rem;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-content p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin: 0.5rem 0;
}

.copyright {
    color: var(--text-primary);
}

/* Effects Toggle */
.effects-toggle {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 10000;
}

.toggle-button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--card-bg);
    border: 1px solid var(--neon-cyan);
    color: var(--neon-cyan);
    font-size: 1.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 0 10px rgba(0, 240, 255, 0.3);
}

.toggle-button:hover {
    background: rgba(0, 240, 255, 0.1);
    box-shadow: 0 0 20px rgba(0, 240, 255, 0.5);
}

.toggle-panel {
    position: absolute;
    bottom: 60px;
    right: 0;
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: 4px;
    padding: 1rem;
    min-width: 200px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
}

.effects-toggle.open .toggle-panel {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.panel-title {
    font-family: 'Orbitron', sans-serif;
    color: var(--neon-cyan);
    font-size: 0.85rem;
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid var(--card-border);
}

.toggle-option {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0;
    cursor: pointer;
    color: var(--text-primary);
    font-size: 0.85rem;
}

.toggle-option input[type="checkbox"] {
    accent-color: var(--neon-cyan);
}

.toggle-label {
    flex: 1;
}

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

    .timeline-entry::before {
        left: -1.9rem;
        width: 10px;
        height: 10px;
    }

    .city-mid,
    .city-back {
        display: none;
    }

    .projects-grid,
    .quotes-grid,
    .skills-categories {
        grid-template-columns: 1fr;
    }

    .section-container {
        padding: 4rem 1.5rem;
    }

    .effects-toggle {
        bottom: 1rem;
        right: 1rem;
    }

    .toggle-button {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }

    .neon-signs {
        display: none;
    }
}

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

body.reduced-motion * {
    animation: none !important;
    transition: none !important;
}

body.reduced-motion #rainCanvas {
    display: none;
}

body.reduced-motion .scanlines,
body.reduced-motion .film-grain {
    display: none;
}

/* Navigation */
.br-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 1rem 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(to bottom, rgba(10, 10, 15, 0.95), transparent);
    backdrop-filter: blur(5px);
}

.nav-home {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--neon-cyan);
    text-decoration: none;
    font-family: 'Orbitron', sans-serif;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    transition: all 0.3s ease;
}

.nav-home:hover {
    text-shadow: 0 0 10px var(--neon-cyan);
}

.nav-icon {
    color: var(--neon-magenta);
}

.nav-title {
    font-family: 'Orbitron', sans-serif;
    font-size: 0.9rem;
    color: var(--text-secondary);
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

/* About Page */
.about-page {
    position: relative;
    z-index: 10;
    min-height: 100vh;
    padding: 6rem 2rem 4rem;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.about-content {
    max-width: 800px;
    width: 100%;
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    padding: 3rem;
    position: relative;
}

.about-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--neon-cyan), var(--neon-magenta));
}

.about-header {
    margin-bottom: 2rem;
}

.about-title {
    font-family: 'Orbitron', sans-serif;
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.title-underline {
    width: 60px;
    height: 2px;
    background: var(--neon-cyan);
    margin-top: 1rem;
    box-shadow: 0 0 10px var(--neon-cyan);
}

.about-body {
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--text-primary);
}

.about-body h1,
.about-body h2,
.about-body h3 {
    font-family: 'Orbitron', sans-serif;
    color: var(--neon-cyan);
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-size: 1.3rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.about-body h3 {
    font-size: 1.1rem;
    color: var(--neon-magenta);
}

.about-body p {
    margin-bottom: 1.5rem;
}

.about-body ul {
    list-style: none;
    padding-left: 1rem;
    margin-bottom: 1.5rem;
}

.about-body ul li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.5rem;
}

.about-body ul li::before {
    content: '▸';
    position: absolute;
    left: 0;
    color: var(--neon-cyan);
}

.about-body a {
    color: var(--neon-cyan);
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease;
}

.about-body a:hover {
    border-bottom-color: var(--neon-cyan);
    text-shadow: 0 0 10px var(--neon-cyan);
}

.about-body blockquote {
    border-left: 3px solid var(--neon-magenta);
    padding-left: 1.5rem;
    margin: 1.5rem 0;
    color: var(--text-secondary);
    font-style: italic;
}

.about-body hr {
    border: none;
    height: 1px;
    background: linear-gradient(to right, transparent, var(--neon-cyan), transparent);
    margin: 2rem 0;
}

.about-body strong {
    color: #fff;
}

.about-footer {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid var(--card-border);
}

.back-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--neon-cyan);
    text-decoration: none;
    font-family: 'Orbitron', sans-serif;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    transition: all 0.3s ease;
}

.back-link:hover {
    text-shadow: 0 0 10px var(--neon-cyan);
}

.back-link .arrow {
    transition: transform 0.3s ease;
}

.back-link:hover .arrow {
    transform: translateX(-5px);
}

@media (max-width: 768px) {
    .about-page {
        padding: 5rem 1rem 3rem;
    }

    .about-content {
        padding: 2rem 1.5rem;
    }

    .br-nav {
        padding: 1rem;
    }

    .nav-title {
        display: none;
    }
}
