*{margin:0;padding:0;box-sizing:border-box}html,body{margin:0;padding:0;background-color:#000;color:#fff;font-family:Courier New,monospace;min-height:100vh}@keyframes blink{0%{opacity:1}50%{opacity:0}to{opacity:1}}@keyframes pulse{0%{transform:scale(1);text-shadow:0 0 10px #ff0000}50%{transform:scale(1.05);text-shadow:0 0 20px #ff0000,0 0 30px #ff0000}to{transform:scale(1);text-shadow:0 0 10px #ff0000}}@keyframes glitch{0%{transform:translate(0);filter:hue-rotate(0deg)}10%{transform:translate(-2px,2px);filter:hue-rotate(90deg)}20%{transform:translate(-3px,-1px);filter:hue-rotate(180deg)}30%{transform:translate(3px,2px);filter:hue-rotate(270deg)}40%{transform:translate(-1px,-2px);filter:hue-rotate(360deg)}50%{transform:translate(2px,-3px);filter:hue-rotate(45deg)}60%{transform:translate(-2px,1px);filter:hue-rotate(135deg)}70%{transform:translate(1px,3px);filter:hue-rotate(225deg)}80%{transform:translate(3px,-1px);filter:hue-rotate(315deg)}90%{transform:translate(-1px,2px);filter:hue-rotate(180deg)}to{transform:translate(0);filter:hue-rotate(0deg)}}a[href^="mailto:"]:hover{color:#fff!important;text-shadow:0 0 8px #ff0000!important}#root{background-color:#000;min-height:100vh;color:#fff}h1,h2,h3,h4,h5,h6{color:#fff}p{color:#ccc}.members-section{background-color:#111;border-top:1px solid #333333;color:#fff;padding:2rem;margin-top:2rem}.members-section h1{color:#fff;margin-bottom:1rem;font-family:Courier New,monospace}.members-section p{color:#ccc;margin:.5rem 0;font-family:Courier New,monospace}.loading-text{color:#888;font-style:italic}.gallery-image{transition:transform .3s ease}.gallery-image:hover{transform:scale(1.05)}.nav-btn{transition:background-color .3s ease,color .3s ease}.nav-btn:hover{background-color:#ff00004d!important;color:red!important}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
