:root{--color-bg-primary:#000;--color-bg-secondary:#0a0a0a;--color-bg-card:#0f0f0f;--color-bg-elevated:#141414;--color-red-500:#f51e24;--color-red-600:#d1061b;--color-red-700:#a80018;--color-red-800:#520101;--color-red-glow:#f51e2426;--color-red-glow-strong:#f51e2459;--color-text-primary:#fff;--color-text-secondary:#c9c3c3;--color-text-muted:#6b6b6b;--color-text-accent:#f51e24;--color-border:#ffffff0f;--color-border-red:#f51e244d;--gradient-hero:linear-gradient(180deg, #000 0%, #0a0000 50%, #1a0000 100%);--gradient-red:linear-gradient(135deg, #f51e24 0%, #520101 100%);--gradient-card:linear-gradient(135deg, #0f0f0fe6 0%, #14000099 100%);--gradient-section:linear-gradient(180deg, #000 0%, #0a0000 40%, #150000 70%, #000 100%);--shadow-red:0 0 30px #f51e2433;--shadow-red-strong:0 0 60px #f51e2466;--shadow-card:0 8px 32px #0009;--section-padding:100px 0;--font-primary:"Inter", sans-serif;--font-display:"Raleway", sans-serif;--font-mono:"JetBrains Mono", monospace;--transition-fast:.2s ease;--transition-base:.35s ease;--transition-slow:.6s ease;--radius-sm:8px;--radius-md:12px;--radius-lg:20px;--radius-xl:28px;--radius-full:9999px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-primary);background-color:var(--color-bg-primary);color:var(--color-text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{cursor:pointer;background:0 0;border:none;font-family:inherit}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#000}::-webkit-scrollbar-thumb{background:var(--color-red-600);border-radius:var(--radius-full)}.noise-bg{pointer-events:none;z-index:0;opacity:.4;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E");width:100%;height:100%;position:fixed;top:0;left:0}.navbar{z-index:1000;height:70px;transition:var(--transition-base);justify-content:space-between;align-items:center;padding:0 2rem;display:flex;position:fixed;top:0;left:0;right:0}.navbar.scrolled{-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--color-border-red);background:#000000d9}.navbar-logo{font-family:var(--font-display);color:var(--color-text-primary);letter-spacing:-.02em;font-size:1.4rem;font-weight:800}.navbar-logo span{color:var(--color-red-500)}.navbar-links{gap:2rem;list-style:none;display:flex}.navbar-links a{color:var(--color-text-secondary);transition:var(--transition-fast);font-size:.9rem;font-weight:500;position:relative}.navbar-links a:after{content:"";background:var(--color-red-500);width:0;height:2px;transition:width var(--transition-fast);position:absolute;bottom:-4px;left:0}.navbar-links a:hover{color:var(--color-text-primary)}.navbar-links a:hover:after{width:100%}.navbar-actions{align-items:center;gap:1rem;display:flex}.navbar-cta{background:var(--color-red-500);color:#fff;border-radius:var(--radius-full);transition:var(--transition-fast);padding:.5rem 1.2rem;font-size:.875rem;font-weight:600}.navbar-cta:hover{background:var(--color-red-600);box-shadow:var(--shadow-red);transform:translateY(-1px)}.mobile-menu-btn{cursor:pointer;flex-direction:column;gap:5px;padding:8px;display:none}.mobile-menu-btn span{background:var(--color-text-primary);width:24px;height:2px;transition:var(--transition-fast);border-radius:2px}@media (width<=768px){.navbar-links,.navbar-actions .navbar-cta{display:none}.mobile-menu-btn{display:flex}}.hero{background:var(--gradient-hero);align-items:center;min-height:100vh;padding:0 2rem;display:flex;position:relative;overflow:hidden}.hero-bg-glow{pointer-events:none;background:radial-gradient(circle,#f51e241f 0%,#0000 70%);border-radius:50%;width:600px;height:600px;animation:4s ease-in-out infinite pulseGlow;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-bg-line{pointer-events:none;background:repeating-linear-gradient(90deg,#0000,#0000 99px,#ffffff04 100px),repeating-linear-gradient(0deg,#0000,#0000 99px,#ffffff04 100px);width:100%;height:100%;position:absolute;top:0;left:0}@keyframes pulseGlow{0%,to{opacity:1;transform:translate(-50%,-50%)scale(1)}50%{opacity:.6;transform:translate(-50%,-50%)scale(1.15)}}.hero-content{z-index:2;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;width:100%;max-width:1200px;margin:0 auto;padding-top:70px;display:grid;position:relative}.hero-badge{border-radius:var(--radius-full);color:var(--color-red-500);font-size:.8rem;font-weight:600;font-family:var(--font-mono);background:#f51e241a;border:1px solid #f51e244d;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.4rem 1rem;animation:.6s .2s both fadeInUp;display:inline-flex}.hero-badge-dot{background:var(--color-red-500);border-radius:50%;width:8px;height:8px;animation:1.5s ease-in-out infinite blink}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}.hero-title{font-family:var(--font-display);letter-spacing:-.03em;margin-bottom:1rem;font-size:clamp(3rem,6vw,5.5rem);font-weight:900;line-height:1;animation:.6s .3s both fadeInUp}.hero-title span{color:var(--color-red-500);display:block}.hero-subtitle{color:var(--color-text-secondary);font-size:clamp(1.1rem,2vw,1.4rem);font-weight:600;font-family:var(--font-mono);margin-bottom:1.5rem;animation:.6s .4s both fadeInUp}.hero-subtitle .typing-cursor{color:var(--color-red-500);animation:1s infinite blink}.hero-description{color:var(--color-text-secondary);max-width:520px;margin-bottom:2.5rem;font-size:1rem;line-height:1.8;animation:.6s .5s both fadeInUp}.hero-actions{flex-wrap:wrap;gap:1rem;animation:.6s .6s both fadeInUp;display:flex}.btn-primary{background:var(--color-red-500);color:#fff;border-radius:var(--radius-full);transition:var(--transition-base);align-items:center;gap:.5rem;padding:.875rem 2rem;font-size:.95rem;font-weight:700;display:inline-flex;box-shadow:0 4px 20px #f51e244d}.btn-primary:hover{background:var(--color-red-600);transform:translateY(-2px);box-shadow:0 8px 30px #f51e2473}.btn-secondary{color:var(--color-text-primary);border:1px solid var(--color-border);border-radius:var(--radius-full);transition:var(--transition-base);background:0 0;align-items:center;gap:.5rem;padding:.875rem 2rem;font-size:.95rem;font-weight:600;display:inline-flex}.btn-secondary:hover{border-color:var(--color-red-500);color:var(--color-red-500);transform:translateY(-2px)}.hero-social{gap:1rem;margin-top:2rem;animation:.6s .7s both fadeInUp;display:flex}.social-icon{border:1px solid var(--color-border);border-radius:var(--radius-sm);width:44px;height:44px;color:var(--color-text-secondary);transition:var(--transition-base);background:#ffffff0d;justify-content:center;align-items:center;display:flex}.social-icon:hover{border-color:var(--color-red-500);color:var(--color-red-500);background:#f51e2426;transform:translateY(-3px)}.hero-visual{justify-content:center;align-items:center;animation:.8s .4s both fadeInRight;display:flex;position:relative}.hero-code-window{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-lg);width:100%;max-width:480px;box-shadow:var(--shadow-card), 0 0 40px #f51e2414;overflow:hidden}.code-window-header{background:var(--color-bg-elevated);border-bottom:1px solid var(--color-border);align-items:center;gap:.5rem;padding:.875rem 1rem;display:flex}.code-dot{border-radius:50%;width:12px;height:12px}.code-dot.red{background:#ff5f57}.code-dot.yellow{background:#febc2e}.code-dot.green{background:#28c840}.code-window-title{font-family:var(--font-mono);color:var(--color-text-muted);margin-left:.5rem;font-size:.75rem}.code-window-body{font-family:var(--font-mono);padding:1.5rem;font-size:.82rem;line-height:2}.code-line{gap:1rem;display:flex}.code-line-num{color:#333;-webkit-user-select:none;user-select:none;min-width:20px}.code-line-content{color:#c9c3c3}.code-keyword{color:#f51e24}.code-string{color:#98c379}.code-func{color:#61afef}.code-comment{color:#5c5c5c;font-style:italic}.code-bracket{color:#e06c75}.code-type{color:#e5c07b}.code-cursor{background:var(--color-red-500);vertical-align:middle;width:2px;height:1.2em;margin-left:2px;animation:1s step-end infinite blink;display:inline-block}.hero-stats{background:var(--color-border-red);border-radius:var(--radius-md);border:1px solid var(--color-border-red);box-shadow:var(--shadow-red);gap:1px;display:flex;position:absolute;bottom:-40px;right:-20px;overflow:hidden}.hero-stat{background:var(--color-bg-card);text-align:center;padding:1rem 1.5rem}.hero-stat-num{font-family:var(--font-display);color:var(--color-red-500);font-size:1.5rem;font-weight:800}.hero-stat-label{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.72rem;font-weight:500}.floating-badge{border:1px solid var(--color-border-red);border-radius:var(--radius-sm);font-size:.75rem;font-weight:600;font-family:var(--font-mono);color:var(--color-red-500);box-shadow:var(--shadow-red);background:#0a0a0ae6;padding:.4rem .8rem;animation:3s ease-in-out infinite floatBadge;position:absolute}.floating-badge:first-child{animation-delay:0s;top:10%;right:-15px}.floating-badge:nth-child(2){animation-delay:1s;bottom:15%;left:-20px}.floating-badge:nth-child(3){animation-delay:.5s;top:45%;right:-25px}@keyframes floatBadge{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@media (width<=900px){.hero-content{text-align:center;grid-template-columns:1fr}.hero-visual{display:none}.hero-actions,.hero-social{justify-content:center}.hero-description{margin:0 auto 2.5rem}}.tech-ticker{background:#fffffff7;border-top:1px solid #f51e2426;border-bottom:1px solid #f51e2426;padding:1.2rem 0;overflow:hidden}.tech-ticker-track{gap:4rem;width:max-content;animation:35s linear infinite tickerScroll;display:flex}.tech-ticker-track:hover{animation-play-state:paused}.ticker-item{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.ticker-item img{object-fit:contain;width:36px;height:36px;transition:transform var(--transition-fast)}.ticker-item:hover img{transform:scale(1.2)}.ticker-item span{color:#111;white-space:nowrap;font-size:.85rem;font-weight:700}@keyframes tickerScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.section{padding:var(--section-padding);position:relative}.section-header{text-align:center;margin-bottom:4rem}.section-label{font-family:var(--font-mono);color:var(--color-red-500);text-transform:uppercase;letter-spacing:.15em;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.8rem;font-weight:600;display:inline-flex}.section-label:before,.section-label:after{content:"";background:var(--color-red-500);width:30px;height:1px}.section-title{font-family:var(--font-display);color:var(--color-text-primary);letter-spacing:-.02em;font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.15}.section-title span{color:var(--color-red-500)}.section-desc{color:var(--color-text-secondary);max-width:550px;margin:1rem auto 0;font-size:1rem;line-height:1.7}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.about-section{background:var(--gradient-section)}.about-grid{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}.about-text h3{font-family:var(--font-display);color:var(--color-text-primary);margin-bottom:1.25rem;font-size:1.75rem;font-weight:700}.about-text p{color:var(--color-text-secondary);margin-bottom:1rem;font-size:1rem;line-height:1.85}.about-text .highlight{color:var(--color-red-500);font-weight:600}.experience-stats{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2.5rem;display:grid}.exp-stat-card{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-md);text-align:center;transition:var(--transition-base);padding:1.5rem}.exp-stat-card:hover{border-color:var(--color-border-red);box-shadow:var(--shadow-red);transform:translateY(-4px)}.exp-stat-num{font-family:var(--font-display);color:var(--color-red-500);font-size:2rem;font-weight:800}.exp-stat-label{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em;margin-top:.25rem;font-size:.8rem}.skills-grid{flex-direction:column;gap:1.5rem;display:flex}.skill-category-title{color:var(--color-red-500);text-transform:uppercase;letter-spacing:.1em;font-size:.75rem;font-weight:700;font-family:var(--font-mono);align-items:center;gap:.5rem;margin-bottom:.75rem;display:flex}.skill-category-title:after{content:"";background:var(--color-border);flex:1;height:1px}.skills-tags{flex-wrap:wrap;gap:.5rem;display:flex}.skill-tag{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-full);color:var(--color-text-secondary);transition:var(--transition-fast);align-items:center;gap:.4rem;padding:.35rem .85rem;font-size:.82rem;font-weight:500;display:inline-flex}.skill-tag:hover{border-color:var(--color-red-500);color:var(--color-text-primary);background:#f51e2414}.skill-tag img{object-fit:contain;width:16px;height:16px}@media (width<=768px){.about-grid{grid-template-columns:1fr}.experience-stats{grid-template-columns:repeat(3,1fr)}}.projects-section{background:var(--color-bg-primary)}.projects-filter{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:3rem;display:flex}.filter-btn{border:1px solid var(--color-border);border-radius:var(--radius-full);color:var(--color-text-muted);transition:var(--transition-fast);cursor:pointer;background:0 0;padding:.5rem 1.25rem;font-size:.85rem;font-weight:500}.filter-btn.active,.filter-btn:hover{border-color:var(--color-red-500);color:var(--color-red-500);background:#f51e2414}.projects-grid{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.project-card{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-lg);transition:var(--transition-base);flex:340px;width:100%;max-width:100%;position:relative;overflow:hidden}@media (width>=768px){.project-card{max-width:calc(50% - .75rem)}}@media (width>=1100px){.project-card{max-width:calc(33.333% - 1rem)}}.project-card:hover{border-color:var(--color-border-red);box-shadow:var(--shadow-red), var(--shadow-card);transform:translateY(-6px)}.project-card-image{background:var(--color-bg-elevated);height:200px;position:relative;overflow:hidden}.project-card-image img{object-fit:cover;width:100%;height:100%;transition:transform var(--transition-slow)}.project-card:hover .project-card-image img{transform:scale(1.05)}.project-card-overlay{opacity:0;transition:var(--transition-base);background:linear-gradient(#0000 40%,#000000e6 100%);align-items:flex-end;padding:1rem;display:flex;position:absolute;inset:0}.project-card:hover .project-card-overlay{opacity:1}.overlay-links{gap:.75rem;display:flex}.overlay-link{background:var(--color-red-500);color:#fff;border-radius:var(--radius-sm);transition:var(--transition-fast);padding:.5rem 1rem;font-size:.8rem;font-weight:600}.overlay-link.outline{color:#fff;background:0 0;border:1px solid #fff}.overlay-link:hover{transform:translateY(-2px)}.project-card-body{padding:1.5rem}.project-category-badge{border-radius:var(--radius-full);color:var(--color-red-500);text-transform:uppercase;letter-spacing:.08em;font-size:.7rem;font-weight:600;font-family:var(--font-mono);background:#f51e241a;border:1px solid #f51e2433;margin-bottom:.75rem;padding:.2rem .6rem;display:inline-block}.project-card-title{font-family:var(--font-display);color:var(--color-text-primary);margin-bottom:.75rem;font-size:1.2rem;font-weight:700}.project-card-desc{color:var(--color-text-secondary);-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;margin-bottom:1.25rem;font-size:.875rem;line-height:1.7;display:-webkit-box;overflow:hidden}.project-tech-stack{flex-wrap:wrap;gap:.4rem;margin-bottom:1rem;display:flex}.tech-badge{background:var(--color-bg-elevated);border:1px solid var(--color-border);border-radius:var(--radius-full);color:var(--color-text-muted);font-size:.72rem;font-weight:500;font-family:var(--font-mono);padding:.2rem .6rem}.project-card-footer{border-top:1px solid var(--color-border);align-items:center;gap:.75rem;padding-top:1rem;display:flex}.project-link{color:var(--color-text-muted);transition:var(--transition-fast);align-items:center;gap:.4rem;font-size:.82rem;font-weight:600;display:inline-flex}.project-link:hover{color:var(--color-red-500)}.techstack-section{background:linear-gradient(#050000 0%,#000 100%)}.tech-categories{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;display:grid}.tech-category-card{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-lg);transition:var(--transition-base);padding:2rem}.tech-category-card:hover{border-color:var(--color-border-red);box-shadow:var(--shadow-red);transform:translateY(-4px)}.tech-cat-icon{border:1px solid var(--color-border-red);border-radius:var(--radius-md);background:#f51e241a;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1rem;font-size:1.5rem;display:flex}.tech-cat-title{font-family:var(--font-display);color:var(--color-text-primary);margin-bottom:1rem;font-size:1.1rem;font-weight:700}.tech-items-list{flex-direction:column;gap:.75rem;display:flex}.tech-item-row{background:var(--color-bg-elevated);border-radius:var(--radius-sm);transition:var(--transition-fast);align-items:center;gap:.75rem;padding:.5rem .75rem;display:flex}.tech-item-row:hover{background:#f51e240f}.tech-item-icon{object-fit:contain;width:24px;height:24px}.tech-item-name{color:var(--color-text-secondary);flex:1;font-size:.875rem;font-weight:500}.tech-item-level{font-size:.7rem;font-weight:600;font-family:var(--font-mono);border-radius:var(--radius-full);text-transform:uppercase;padding:.1rem .5rem}.level-expert{color:var(--color-red-500);background:#f51e2426}.level-advanced{color:#61afef;background:#61afef1f}.level-intermediate{color:#98c379;background:#98c3791f}.experience-section{background:var(--gradient-section)}.timeline{max-width:800px;margin:0 auto;position:relative}.timeline:before{content:"";background:linear-gradient(to bottom, transparent, var(--color-red-500), transparent);width:1px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.timeline-item{grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:3rem;display:grid;position:relative}.timeline-item::nth-child(even){direction:rtl}.timeline-dot{background:var(--color-red-500);border:3px solid #000;border-radius:50%;width:14px;height:14px;position:absolute;top:1.5rem;left:50%;transform:translate(-50%);box-shadow:0 0 20px #f51e2480}.timeline-content{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-lg);transition:var(--transition-base);padding:1.5rem}.timeline-content:hover{border-color:var(--color-border-red);box-shadow:var(--shadow-red)}.timeline-date{font-family:var(--font-mono);color:var(--color-red-500);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.5rem;font-size:.75rem;font-weight:600}.timeline-title{font-family:var(--font-display);color:var(--color-text-primary);margin-bottom:.25rem;font-size:1.1rem;font-weight:700}.timeline-company{color:var(--color-text-muted);margin-bottom:.75rem;font-size:.875rem}.timeline-desc{color:var(--color-text-secondary);font-size:.875rem;line-height:1.7}@media (width<=768px){.timeline:before{left:20px}.timeline-item{grid-template-columns:1fr;padding-left:50px}.timeline-dot{left:20px}}.contact-section{background:var(--gradient-hero);position:relative;overflow:hidden}.contact-bg-glow{pointer-events:none;background:radial-gradient(#f51e2426 0%,#0000 70%);width:500px;height:300px;position:absolute;bottom:-100px;left:50%;transform:translate(-50%)}.contact-grid{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}.contact-info h3{font-family:var(--font-display);margin-bottom:1rem;font-size:2rem;font-weight:800}.contact-info p{color:var(--color-text-secondary);margin-bottom:2rem;line-height:1.8}.contact-links{flex-direction:column;gap:1rem;display:flex}.contact-link-item{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-md);transition:var(--transition-base);align-items:center;gap:1rem;padding:1rem 1.25rem;display:flex}.contact-link-item:hover{border-color:var(--color-red-500);transform:translate(4px)}.contact-link-icon{border:1px solid var(--color-border-red);border-radius:var(--radius-sm);width:40px;height:40px;color:var(--color-red-500);background:#f51e241a;flex-shrink:0;justify-content:center;align-items:center;font-size:1.1rem;display:flex}.contact-link-text strong{color:var(--color-text-primary);font-size:.875rem;font-weight:600;display:block}.contact-link-text span{color:var(--color-text-muted);font-size:.82rem}.contact-form{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-xl);padding:2rem}.form-group{margin-bottom:1.25rem}.form-label{color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.82rem;font-weight:600;display:block}.form-input{background:var(--color-bg-elevated);border:1px solid var(--color-border);border-radius:var(--radius-md);width:100%;color:var(--color-text-primary);transition:var(--transition-fast);outline:none;padding:.875rem 1rem;font-family:inherit;font-size:.95rem}.form-input:focus{border-color:var(--color-red-500);box-shadow:0 0 0 3px #f51e2426}.form-input::placeholder{color:var(--color-text-muted)}textarea.form-input{resize:vertical;min-height:130px}.form-submit{background:var(--gradient-red);color:#fff;border-radius:var(--radius-md);width:100%;transition:var(--transition-base);padding:1rem;font-size:1rem;font-weight:700;box-shadow:0 4px 20px #f51e2440}.form-submit:hover{transform:translateY(-2px);box-shadow:0 8px 30px #f51e2466}@media (width<=768px){.contact-grid{grid-template-columns:1fr}}.footer{border-top:1px solid var(--color-border);text-align:center;background:#000;padding:2rem}.footer-content{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;max-width:1200px;margin:0 auto;display:flex}.footer-logo{font-family:var(--font-display);font-size:1.1rem;font-weight:800}.footer-logo span{color:var(--color-red-500)}.footer-text{color:var(--color-text-muted);font-size:.82rem}.footer-links{gap:1.5rem;display:flex}.footer-links a{color:var(--color-text-muted);transition:var(--transition-fast);font-size:.82rem}.footer-links a:hover{color:var(--color-red-500)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.reveal{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(40px)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-left{opacity:0;transition:opacity .7s,transform .7s;transform:translate(-40px)}.reveal-left.visible{opacity:1;transform:translate(0)}.reveal-right{opacity:0;transition:opacity .7s,transform .7s;transform:translate(40px)}.reveal-right.visible{opacity:1;transform:translate(0)}.mobile-nav{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--color-border-red);z-index:999;opacity:0;transition:var(--transition-fast);background:#000000f2;flex-direction:column;gap:1rem;padding:1.5rem;display:none;position:fixed;top:70px;left:0;right:0;transform:translateY(-10px)}.mobile-nav.open{opacity:1;display:flex;transform:translateY(0)}.mobile-nav a{color:var(--color-text-secondary);border-bottom:1px solid var(--color-border);transition:var(--transition-fast);padding:.75rem 0;font-size:1.1rem;font-weight:600}.mobile-nav a:hover{color:var(--color-red-500);padding-left:.5rem}.gradient-text{background:var(--gradient-red);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.text-red{color:var(--color-red-500)}.text-muted{color:var(--color-text-muted)}.divider{background:linear-gradient(90deg, transparent, var(--color-red-500), transparent);opacity:.4;height:1px;margin:4rem 0}.scroll-indicator{flex-direction:column;align-items:center;gap:.5rem;animation:1s 1s both fadeInUp;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.scroll-indicator-line{background:linear-gradient(to bottom, var(--color-red-500), transparent);width:1px;height:40px;animation:2s ease-in-out infinite scrollLine}.scroll-indicator-text{color:var(--color-text-muted);font-size:.7rem;font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em}@keyframes scrollLine{0%,to{opacity:1;transform:scaleY(1)}50%{opacity:.3;transform:scaleY(.5)}}.img-modal-backdrop{z-index:9999;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#000000eb;justify-content:center;align-items:center;animation:.2s fadeIn;display:flex;position:fixed;inset:0}.img-modal{flex-direction:column;align-items:center;gap:16px;width:100%;max-width:90vw;max-height:90vh;display:flex;position:relative}.img-modal-close{color:#fff;cursor:pointer;z-index:10;background:#ffffff14;border:1px solid #ffffff1f;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:background .2s;display:flex;position:absolute;top:-44px;right:0}.img-modal-close:hover{background:#f51e2480}.img-modal-counter{color:#ffffff80;font-size:.78rem;font-family:var(--font-mono);letter-spacing:.05em;position:absolute;top:-44px;left:0}.img-modal-stage{justify-content:center;align-items:center;width:100%;display:flex;position:relative}.img-modal-image{object-fit:contain;border-radius:8px;max-width:100%;max-height:70vh;animation:.25s fadeIn;display:block;box-shadow:0 8px 40px #0009}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.img-modal-arrow{color:#fff;cursor:pointer;z-index:10;background:#ffffff14;border:1px solid #ffffff1f;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;transition:background .2s,transform .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.img-modal-arrow:hover{background:#f51e2466;transform:translateY(-50%)scale(1.08)}.img-modal-arrow.left{left:-54px}.img-modal-arrow.right{right:-54px}@media (width<=640px){.img-modal-arrow.left{left:6px}.img-modal-arrow.right{right:6px}}.img-modal-dots{gap:6px;display:flex}.img-modal-dot{cursor:pointer;background:#ffffff40;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:background .2s,transform .2s}.img-modal-dot.active{background:var(--color-red-500);transform:scale(1.25)}.img-modal-thumbs{flex-wrap:wrap;justify-content:center;gap:8px;max-width:100%;padding-bottom:4px;display:flex;overflow-x:auto}.img-modal-thumb{cursor:pointer;opacity:.5;background:0 0;border:2px solid #0000;border-radius:4px;flex-shrink:0;width:52px;height:38px;padding:0;transition:border-color .2s,opacity .2s;overflow:hidden}.img-modal-thumb img{object-fit:cover;width:100%;height:100%;display:block}.img-modal-thumb.active,.img-modal-thumb:hover{border-color:var(--color-red-500);opacity:1}.img-count-badge{color:#ffffffd9;font-size:.72rem;font-family:var(--font-mono);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);pointer-events:none;background:#000000a6;border:1px solid #ffffff26;border-radius:12px;align-items:center;gap:4px;padding:3px 8px;display:flex;position:absolute;bottom:10px;right:10px}
