@import "https://fonts.googleapis.com/css2?family=Share+Tech+Mono&family=Roboto:wght@300;400;500;600;700&display=swap";:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--primary-bg:#000;--secondary-bg:#1a1a1a;--matrix-accent:#fff;--white:#fff;--grey:#aaa;--grey-light:#ccc;--dark-grey:#333;--card-bg:#222;--border-color:#333;background-color:#111;font-family:Roboto,sans-serif;font-weight:400;line-height:1.5}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--primary-bg);min-width:320px;min-height:100vh;color:var(--white);margin:0;overflow-x:hidden}a{color:var(--matrix-accent);-webkit-text-decoration:inherit;text-decoration:inherit;font-weight:500}a:hover{color:var(--grey-light)}h1,h2,h3,h4,h5,h6{color:var(--matrix-accent);font-family:Share Tech Mono,monospace}p{color:var(--white);font-family:Roboto,sans-serif}button{background-color:var(--matrix-accent);color:var(--primary-bg);cursor:pointer;border:1px solid #0000;border-radius:5px;padding:.6em 1.2em;font-family:inherit;font-size:1em;font-weight:500;transition:all .25s}button:hover{background-color:var(--grey-light);transform:translateY(-2px);box-shadow:0 5px 15px #ffffff4d}button:focus,button:focus-visible{outline:2px solid var(--matrix-accent);outline-offset:2px}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--primary-bg)}::-webkit-scrollbar-thumb{background:var(--matrix-accent);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--grey-light)}::selection{color:var(--primary-bg);background:#ffffff4d}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.App{flex-direction:column;min-height:100vh;display:flex;position:relative;overflow-x:hidden}.main-content{z-index:2;flex:1;position:relative}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--matrix-accent);z-index:100;background:#000000f2;padding:1rem 2rem;position:fixed;top:0;left:0;right:0}.nav{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;display:flex}.logo{color:#fff;text-shadow:0 0 10px #ffffff80;font-family:Share Tech Mono,monospace;font-size:1.5rem;font-weight:700;text-decoration:none}.nav-links{gap:2rem;margin:0;padding:0;list-style:none;display:flex}.nav-link{color:#fff;font-family:Roboto,sans-serif;font-weight:500;text-decoration:none;transition:all .3s;position:relative}.nav-link:hover{color:#fff;text-shadow:0 0 5px #ffffff80}.nav-link.active{color:#fff}.nav-link.active:after{content:"";background:#fff;height:2px;position:absolute;bottom:-5px;left:0;right:0;box-shadow:0 0 5px #ffffff80}.hero{text-align:center;background:linear-gradient(135deg,#000 0%,#1a1a1a 100%);flex-direction:column;justify-content:center;align-items:center;height:100vh;display:flex;position:relative}.hero-content{max-width:800px;padding:2rem}.hero h1{color:#fff;text-shadow:0 0 20px #ffffff80;margin-bottom:1rem;font-family:Share Tech Mono,monospace;font-size:clamp(2rem,5vw,3.5rem);animation:2s ease-in-out infinite alternate glow}.hero .tagline{color:#fff;justify-content:center;align-items:center;min-height:2.5rem;margin-bottom:3rem;font-family:Roboto,sans-serif;font-size:2.2rem;font-weight:300;display:flex}@keyframes glow{0%{text-shadow:0 0 20px #ffffff4d,0 0 30px #fff3,0 0 40px #ffffff1a}to{text-shadow:0 0 30px #ffffff80,0 0 40px #ffffff4d,0 0 50px #fff3}}@keyframes pulse{0%{opacity:.4}50%{opacity:.7}to{opacity:.4}}@keyframes glitch{0%{text-shadow:.05em 0 #ff0000bf,-.05em -.025em #00ff00bf,-.025em .05em #0000ffbf}14%{text-shadow:.05em 0 #ff0000bf,-.05em -.025em #00ff00bf,-.025em .05em #0000ffbf}15%{text-shadow:-.05em -.025em #ff0000bf,.025em .025em #00ff00bf,-.05em -.05em #0000ffbf}49%{text-shadow:-.05em -.025em #ff0000bf,.025em .025em #00ff00bf,-.05em -.05em #0000ffbf}50%{text-shadow:.025em .05em #ff0000bf,.05em 0 #00ff00bf,0 -.05em #0000ffbf}99%{text-shadow:.025em .05em #ff0000bf,.05em 0 #00ff00bf,0 -.05em #0000ffbf}to{text-shadow:-.025em 0 #ff0000bf,-.025em -.025em #00ff00bf,-.025em -.05em #0000ffbf}}.hero .tagline{animation:2s infinite glitch}.btn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;cursor:pointer;text-transform:uppercase;letter-spacing:1px;background:#ffffff1a;border:2px solid #0000;border-image:linear-gradient(45deg,#00ff9d,#00d4ff) 1;border-radius:5px;padding:12px 30px;font-family:Roboto,sans-serif;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block;box-shadow:0 0 10px #00ff9d33}.btn:hover{background:#fff3;transform:translateY(-2px);box-shadow:0 0 25px #00ff9d88,inset 0 0 15px #00ff9d44}.btn-secondary{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;background:#00d4ff1a;border:2px solid #0000;border-image:linear-gradient(45deg,#00d4ff,#00ff9d) 1;box-shadow:0 0 10px #00d4ff33}.btn-secondary:hover{background:#00d4ff33;transform:translateY(-2px);box-shadow:0 0 25px #00d4ff88,inset 0 0 15px #00d4ff44}.hero-buttons{flex-wrap:wrap;justify-content:center;gap:2rem;display:flex}.btn-primary{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;background:#00ff9d1a;border:2px solid #0000;border-image:linear-gradient(45deg,#00ff9d,#00d4ff) 1;box-shadow:0 0 10px #00ff9d33}.btn-primary:hover{background:#00ff9d33;transform:translateY(-2px);box-shadow:0 0 25px #00ff9d88,inset 0 0 15px #00ff9d44}.section{max-width:1200px;margin:0 auto;padding:80px 2rem}.section h2{color:#fff;text-align:center;text-shadow:0 0 10px #ffffff4d;margin-bottom:3rem;font-family:Share Tech Mono,monospace;font-size:clamp(1.8rem,4vw,2.5rem)}.section p{color:#fff;text-align:center;max-width:800px;margin:0 auto 2rem;font-family:Roboto,sans-serif;font-size:1.1rem;line-height:1.8}.card-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem;display:grid}.card{background:var(--secondary-bg);border:1px solid var(--border-color);border-radius:10px;flex-direction:column;justify-content:space-between;min-height:350px;padding:2rem;transition:all .3s;display:flex;position:relative;overflow:hidden}.card:before{content:"";background:linear-gradient(90deg,#0000,#ffffff1a,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.card:hover:before{left:100%}.card:hover{border-color:#fff;transform:translateY(-5px)scale(1.03);box-shadow:0 8px 30px #ffffff4d}.card h3{color:#fff;margin-bottom:1rem;font-family:Share Tech Mono,monospace}.card p{color:#ccc;text-align:left;margin-bottom:1.5rem}.contact-grid{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}.contact-card{background:var(--card-bg);border:1px solid var(--border-color);border-radius:8px;align-items:center;gap:1rem;margin-bottom:1.5rem;padding:1rem;display:flex}.contact-card-icon{color:#111;background:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;padding:10px;display:flex}.form-container{background:var(--card-bg);border:1px solid var(--border-color);border-radius:10px;padding:2rem}.form-group{margin-bottom:1.5rem}.form-label{color:#fff;margin-bottom:.5rem;font-weight:500;display:block}.form-input,.form-textarea{border:1px solid var(--border-color);color:#fff;background:#111;border-radius:5px;width:100%;padding:12px;font-family:inherit;font-size:1rem;transition:border-color .3s}.form-input:focus,.form-textarea:focus{border-color:#fff;outline:none}.form-textarea{resize:vertical;min-height:120px}.form-hp{opacity:0;width:0;height:0;position:absolute;left:-9999px;overflow:hidden}.form-status{text-align:center;border-radius:5px;margin-top:1rem;padding:1rem;font-weight:500}.form-status.success{color:#00c853;background:#00c80026;border:1px solid #00c8004d}.form-status.error{color:#ff5252;background:#ff000026;border:1px solid #ff00004d}.social-btn{background:var(--card-bg);border:1px solid var(--border-color);color:#fff;cursor:pointer;border-radius:8px;justify-content:center;align-items:center;padding:12px;transition:all .3s;display:flex}.social-btn:hover{border-color:#fff;box-shadow:0 5px 15px #fff3}.team-avatar{border:3px solid #fff;border-radius:50%;width:120px;height:120px;margin:0 auto 1rem;overflow:hidden}.team-social-btn{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:8px;transition:all .2s;display:flex}.team-social-btn:hover{background:#ffffff1a;transform:scale(1.2)}.faq-item{background:var(--card-bg);border:1px solid var(--border-color);border-radius:8px;margin-bottom:1rem;transition:border-color .3s;overflow:hidden}.faq-item:hover{border-color:#555}.faq-question{color:#fff;text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:1.2rem 1.5rem;font-family:Share Tech Mono,monospace;font-size:1rem;font-weight:600;transition:background .2s;display:flex}.faq-question:hover{box-shadow:none;background:#ffffff0d;transform:none}.faq-chevron{flex-shrink:0;margin-left:1rem;transition:transform .3s}.faq-chevron.open{transform:rotate(180deg)}.faq-answer{max-height:0;padding:0 1.5rem;transition:max-height .3s,padding .3s;overflow:hidden}.faq-answer.open{max-height:200px;padding:0 1.5rem 1.2rem}.faq-answer p{color:#ccc;text-align:left;margin:0;line-height:1.6}.event-tabs{border-bottom:1px solid var(--border-color);flex-wrap:wrap;justify-content:center;gap:0;margin-bottom:3rem;display:flex}.event-tab{color:#999;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;transition:all .3s;display:flex}.event-tab:hover{color:#fff;box-shadow:none;transform:none}.event-tab.active{color:#fff;border-bottom-color:#fff}.recruitment-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,380px),1fr));gap:2rem;display:grid}.recruitment-card{background:var(--card-bg);border:1px solid var(--border-color);border-radius:15px;flex-direction:column;justify-content:space-between;min-height:500px;padding:2rem;transition:all .3s;display:flex;position:relative;overflow:hidden}.recruitment-card:hover{transform:translateY(-3px)}.skill-tag{border-radius:15px;padding:.3rem .8rem;font-size:.8rem}.closed-badge{color:#999;cursor:not-allowed;background:#333;border:1px solid #444;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:1rem;font-size:1rem;font-weight:700;display:flex}.modal-overlay{z-index:1000;background:#000c;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal{background:var(--secondary-bg);border:2px solid #fff;border-radius:10px;max-width:500px;margin:2rem;padding:2rem;position:relative;box-shadow:0 0 30px #ffffff4d}.modal h3{color:#fff;margin-bottom:1rem;font-family:Share Tech Mono,monospace}.modal p{color:#fff;text-align:left;margin-bottom:1.5rem}.close-btn{color:#fff;cursor:pointer;background:0 0;border:none;padding:5px;font-size:1.5rem;position:absolute;top:10px;right:15px}.close-btn:hover{color:#00ff41}.team-modal{max-width:600px;padding:2.5rem}.team-modal h2{color:#fff;margin-bottom:.5rem;font-family:Share Tech Mono,monospace}.team-modal h3{color:#fff;text-align:center;font-family:Share Tech Mono,monospace}.team-modal p{text-align:center}.team-filter{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:3rem;display:flex}.team-filter button{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #fff;border-radius:25px;padding:.5rem 1rem;font-family:Roboto,sans-serif;transition:all .3s}.team-filter button:hover,.team-filter button.active{color:#000;background:#00ff41;border-color:#00ff41}.team-filter button.all{color:#00ff41;background:#00ff4133;border-color:#00ff41}.team-filter button.all:hover,.team-filter button.all.active{color:#000;background:#00ff41}.team-card{cursor:pointer;transition:all .3s}.team-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #fff3}.team-card .card-content{padding:1.5rem}.team-card img{transition:transform .3s}.team-card:hover img{transform:scale(1.05)}.footer{z-index:2;background:var(--secondary-bg);border-top:1px solid var(--border-color);margin-top:auto;padding:3rem 2rem 0;position:relative}.footer-inner{grid-template-columns:2fr 1fr 1fr;gap:3rem;max-width:1200px;margin:0 auto;padding-bottom:2rem;display:grid}.footer-logo{color:#fff;margin-bottom:.5rem;font-family:Share Tech Mono,monospace;font-size:1.3rem;font-weight:700;text-decoration:none;display:block}.footer-tagline{color:#888;text-align:left;margin:0;font-size:.9rem}.footer-heading{color:#fff;text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem;font-size:.95rem}.footer-nav-link{color:#888;padding:.3rem 0;font-size:.9rem;text-decoration:none;transition:color .2s;display:block}.footer-nav-link:hover{color:#fff}.footer-social-icons{gap:.8rem;display:flex}.footer-social-link{background:var(--card-bg);border:1px solid var(--border-color);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.footer-social-link:hover{color:#000;background:#fff;border-color:#fff}.footer-bottom{border-top:1px solid var(--border-color);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;max-width:1200px;margin:0 auto;padding:1.5rem 0;display:flex}.footer-bottom p{color:#666;text-align:left;margin:0;font-size:.85rem}.footer-credit{align-items:center;gap:.3rem;display:flex}.footer-heart{color:#f44;vertical-align:middle;display:inline-block}.gallery-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:3rem;display:grid}.desktop-nav{display:flex}.mobile-menu-button{display:none!important}@media (max-width:768px){.desktop-nav{display:none}.mobile-menu-button{display:block!important}.hero h1{font-size:2.5rem}.hero .tagline{font-size:1.2rem}.section{padding:60px 1rem}.card-grid{grid-template-columns:1fr}.contact-grid{grid-template-columns:1fr;gap:2rem}.recruitment-grid{grid-template-columns:1fr}.modal{margin:1rem;padding:1.5rem}.footer-inner{text-align:center;grid-template-columns:1fr;gap:2rem}.footer-tagline{text-align:center}.footer-social-icons{justify-content:center}.footer-bottom{text-align:center;flex-direction:column}.footer-bottom p{text-align:center}.event-tabs{gap:0}.event-tab{padding:.8rem 1rem;font-size:.85rem}.gallery-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}}@media (max-width:480px){.hero h1{font-size:2rem}.hero .tagline{font-size:1rem}.section h2{font-size:1.8rem}.btn{padding:10px 20px;font-size:.9rem}.nav{padding:0 1rem}.logo{font-size:1.2rem}.card{min-height:auto;padding:1.5rem}.team-avatar{width:100px;height:100px}.gallery-grid{grid-template-columns:repeat(2,1fr);gap:.5rem}.event-tab{padding:.6rem .8rem;font-size:.75rem}.contact-card{text-align:center;flex-direction:column}}
