*{margin:0;padding:0;box-sizing:border-box}body{font-family:Arial,sans-serif;background:#000;color:#fff;overflow-x:hidden}body,html,#root{height:100%;margin:0}.loading-screen{position:fixed;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#0c1445 0%,#000 50%,#1a1a2e 100%);display:flex;align-items:center;justify-content:center;z-index:1000;transition:opacity 1s ease-out}.loading-screen.fade-out{opacity:0}.loading-content{text-align:center}.loading-content h2{font-size:1.8rem;margin-bottom:2rem;color:#4fc3f7}.loading-bar{width:300px;height:4px;background:rgba(255,255,255,.1);border-radius:2px;overflow:hidden}.loading-progress{height:100%;background:linear-gradient(90deg,#4fc3f7,#29b6f6);transition:width .1s ease;border-radius:2px}#container{position:relative;width:100%;height:100vh}.navbar{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background:rgba(0,0,0,.7);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1)}.nav-brand{display:flex;flex-direction:column;align-items:flex-start;position:relative;padding:.5rem 0}.nav-brand h1{font-family:Helvetica Neue,Arial,sans-serif;font-size:2.2rem;font-weight:100;color:#4fc3f7;letter-spacing:.15em;text-transform:uppercase;margin:0;padding:0;line-height:1;text-shadow:0 0 20px rgba(79,195,247,.5);background:linear-gradient(45deg,#4fc3f7,#81d4fa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative}.nav-brand h1:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:2px;background:linear-gradient(90deg,#4fc3f7,transparent);border-radius:1px}.nav-brand span{font-size:.7rem;color:#fff9;display:block;margin-top:2px;letter-spacing:.1em;font-weight:300}.nav-links{display:flex;list-style:none;gap:2rem;margin:0;padding:0}.nav-links button{background:transparent;border:0;color:#fffc;padding:.4rem .6rem;border-radius:6px;cursor:pointer;font-weight:500;transition:color .3s ease}.nav-links button:hover{color:#4fc3f7}.three-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1}.hero-content{position:absolute;left:3rem;top:50%;transform:translateY(-50%);z-index:10;max-width:500px}.hero-title{font-size:4rem;font-weight:900;color:#4fc3f7;margin-bottom:.5rem;text-shadow:0 0 20px rgba(79,195,247,.5);letter-spacing:2px}.hero-subtitle{font-size:1.5rem;color:#29b6f6;margin-bottom:1.5rem;font-weight:300}.hero-description{font-size:1rem;line-height:1.6;color:#ffffffe6;margin-bottom:2rem}.hero-buttons{display:flex;gap:1rem}.btn{padding:.8rem 1.5rem;border:none;border-radius:5px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase}.btn-primary{background:linear-gradient(135deg,#4fc3f7,#29b6f6);color:#000}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 5px 15px #4fc3f766}.btn-secondary{background:transparent;color:#4fc3f7;border:2px solid #4fc3f7}.btn-secondary:hover{background:#4fc3f7;color:#000}.section-page{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:1000;opacity:0;visibility:hidden;transform:translateY(100%);transition:all .4s ease;overflow:auto;background:rgba(0,0,0,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.section-page.active{opacity:1;visibility:visible;transform:translateY(0)}.section-page .modal{max-width:1100px;margin:0 auto;padding:4rem 2rem}.close-btn{position:fixed;top:1.25rem;right:1.25rem;z-index:1001;background:#4fc3f7;border:0;color:#000;border-radius:50%;width:44px;height:44px;font-size:1.6rem;cursor:pointer;transition:all .3s ease}.close-btn:hover{transform:scale(1.1);box-shadow:0 4px 15px #4fc3f766}.gallery-section{background:linear-gradient(135deg,#0c1445 0%,#1a1a2e 100%);padding:2rem 0 4rem;min-height:100vh}.gallery-section h2{font-size:2.5rem;color:#4fc3f7;text-align:center;margin-bottom:3rem}.gallery-intro{font-size:1.2rem;color:#4fc3f7;text-align:center;margin:2rem 0 3rem;font-style:italic}.gallery-category{margin:4rem 0;padding:2rem;background:linear-gradient(135deg,rgba(79,195,247,.1) 0%,rgba(255,255,255,.05) 100%);border-radius:15px;border:1px solid rgba(79,195,247,.2)}.gallery-category h3{color:#4fc3f7;font-size:1.8rem;margin-bottom:2rem;text-align:center;border-bottom:2px solid rgba(79,195,247,.3);padding-bottom:1rem}.photo-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.photo-item{background:linear-gradient(135deg,rgba(255,255,255,.08) 0%,rgba(79,195,247,.05) 100%);border-radius:15px;padding:2rem;border:1px solid rgba(255,255,255,.1);transition:all .3s ease;position:relative;overflow:hidden}.photo-item:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#4fc3f7,#81d4fa)}.photo-item:hover{transform:translateY(-8px);background:linear-gradient(135deg,rgba(255,255,255,.12) 0%,rgba(79,195,247,.08) 100%);box-shadow:0 10px 30px #4fc3f733}.photo-placeholder{width:100%;height:200px;background:rgba(255,255,255,.02);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.gallery-image{width:100%;height:100%;object-fit:cover;border-radius:10px}.photo-icon{font-size:3rem;color:#4fc3f7;opacity:.7}.photo-caption h4{color:#4fc3f7;font-size:1.3rem;margin-bottom:.5rem;font-weight:600;display:flex;align-items:center;gap:.5rem}.photo-caption p{color:#ffffffe6;font-size:.95rem;line-height:1.6;margin:0}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.info-card{background:rgba(255,255,255,.03);padding:1rem;border-radius:10px;border:1px solid rgba(255,255,255,.04)}.gallery-intro{text-align:center;color:#dceefb}.gallery-category{margin:3rem 0;border:1px solid rgba(79,195,247,.2);border-radius:15px;padding:2rem;background:rgba(255,255,255,.02)}.gallery-category h3{color:#4fc3f7;font-size:1.6rem;text-align:center;margin-bottom:1.5rem;border-bottom:2px solid rgba(79,195,247,.3);padding-bottom:.8rem}.photo-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:1rem}.photo-item{background:rgba(255,255,255,.02);border-radius:12px;overflow:hidden;border:1px solid rgba(255,255,255,.04);transition:all .3s ease}.photo-item:hover{transform:translateY(-5px);border-color:#4fc3f74d}.photo-placeholder{height:200px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#2a2a3e,#1a1a2e);position:relative;overflow:hidden}.gallery-image{width:100%;height:100%;object-fit:cover}.photo-icon{font-size:2.4rem;opacity:.8}.photo-caption{padding:1.2rem}.photo-caption h4{color:#4fc3f7;font-size:1.1rem;margin-bottom:.6rem}.photo-caption p{color:#ccc;line-height:1.4;font-size:.9rem}.container{padding:0 1rem;max-width:1200px;margin:0 auto;width:100%}.mission-info{background:linear-gradient(135deg,#0c1445 0%,#1a1a2e 100%);padding:2rem 0 4rem;min-height:100vh}.mission-info h2{font-size:2.5rem;color:#4fc3f7;text-align:center;margin-bottom:3rem}.mission-overview{background:linear-gradient(135deg,rgba(79,195,247,.1) 0%,rgba(255,255,255,.05) 100%);padding:2rem;border-radius:15px;margin-bottom:3rem;border:1px solid rgba(79,195,247,.2)}.mission-overview h3{color:#4fc3f7;font-size:1.8rem;margin-bottom:1rem}.mission-overview p{font-size:1.1rem;line-height:1.6;color:#e0e0e0}.mission-section{margin:3rem 0}.mission-section h3{color:#4fc3f7;font-size:2rem;text-align:center;margin-bottom:2rem;border-bottom:2px solid rgba(79,195,247,.3);padding-bottom:1rem}.purpose-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin:2rem 0}.purpose-card{background:linear-gradient(135deg,rgba(255,255,255,.08) 0%,rgba(79,195,247,.05) 100%);padding:2rem;border-radius:15px;border:1px solid rgba(255,255,255,.1);transition:all .3s ease;position:relative;overflow:hidden}.purpose-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#4fc3f7,#81d4fa)}.purpose-card:hover{transform:translateY(-8px);background:linear-gradient(135deg,rgba(255,255,255,.12) 0%,rgba(79,195,247,.08) 100%);box-shadow:0 10px 30px #4fc3f733}.purpose-card h4{color:#4fc3f7;font-size:1.3rem;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.purpose-card p{margin-bottom:1rem;color:#e0e0e0}.purpose-card p strong{color:#4fc3f7}.purpose-card ul{margin:1rem 0;padding-left:1.5rem}.purpose-card li{margin-bottom:.5rem;color:#ccc;line-height:1.4}.achievement{background:rgba(79,195,247,.1);padding:1rem;border-radius:8px;margin-top:1rem;border-left:4px solid #4fc3f7;font-weight:700;color:#4fc3f7}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin:2rem 0}.stat-card{background:rgba(255,255,255,.05);padding:2rem;border-radius:15px;text-align:center;border:1px solid rgba(79,195,247,.2);transition:all .3s ease}.stat-card:hover{background:rgba(79,195,247,.1);transform:scale(1.05)}.stat-number{font-size:3rem;font-weight:700;color:#4fc3f7;margin-bottom:.5rem;text-shadow:0 0 20px rgba(79,195,247,.5)}.stat-label{color:#e0e0e0;font-size:1rem;text-transform:uppercase;letter-spacing:1px}.impact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin:2rem 0}.impact-card{background:linear-gradient(135deg,rgba(79,195,247,.08) 0%,rgba(255,255,255,.05) 100%);padding:2rem;border-radius:15px;border:1px solid rgba(79,195,247,.2);transition:all .3s ease;position:relative}.impact-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,#4fc3f7,transparent)}.impact-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #4fc3f726}.impact-card h4{color:#4fc3f7;font-size:1.4rem;margin-bottom:1rem}.impact-card p{color:#e0e0e0;line-height:1.6}.timeline-section{background:linear-gradient(135deg,#1a1a2e 0%,#16213e 100%);padding:2rem 0 4rem;min-height:100vh}.timeline-section h2{font-size:2.5rem;color:#4fc3f7;text-align:center;margin-bottom:3rem}.timeline{position:relative;max-width:900px;margin:0 auto;padding:2rem 0}.timeline:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#4fc3f7 0%,#29b6f6 50%,#4fc3f7 100%);transform:translate(-50%)}.timeline-item{position:relative;margin:3rem 0;display:flex;align-items:center}.timeline-item:nth-child(odd){flex-direction:row}.timeline-item:nth-child(2n){flex-direction:row-reverse}.timeline-date{flex:0 0 200px;text-align:center;padding:1rem;background:linear-gradient(45deg,#4fc3f7,#29b6f6);color:#000;font-weight:700;font-size:.9rem;border-radius:25px;margin:0 2rem;position:relative;z-index:2;box-shadow:0 4px 15px #4fc3f74d}.timeline-date:before{content:"";position:absolute;top:50%;width:15px;height:15px;background:#4fc3f7;border:3px solid #fff;border-radius:50%;transform:translateY(-50%);box-shadow:0 0 10px #4fc3f780}.timeline-item:nth-child(odd) .timeline-date:before{right:-32px}.timeline-item:nth-child(2n) .timeline-date:before{left:-32px}.timeline-content{flex:1;background:rgba(255,255,255,.05);padding:2rem;border-radius:15px;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);margin:0 2rem}.timeline-content h3{color:#4fc3f7;font-size:1.5rem;margin-bottom:1rem;border-bottom:2px solid rgba(79,195,247,.3);padding-bottom:.5rem}.timeline-content p{color:#ffffffe6;line-height:1.6;margin-bottom:1rem}.timeline-content ul{color:#fffc;margin:1rem 0;padding-left:1.5rem}.timeline-content li{margin:.5rem 0;line-height:1.5}.timeline-content li strong{color:#4fc3f7}.crew-info{background:rgba(79,195,247,.1);padding:1.5rem;border-radius:10px;margin-top:1rem;border-left:4px solid #4fc3f7}.crew-info h4{color:#4fc3f7;font-size:1.2rem;margin-bottom:1rem}.crew-info ul{margin:1rem 0}.crew-info li{color:#ffffffe6;padding:.3rem 0}.crew-info li strong{color:#fff;font-weight:600}.crew-info p{margin-top:1rem;font-weight:600;color:#4fc3f7}@media (max-width: 768px){.hero-content{left:2rem;max-width:calc(100% - 4rem)}.hero-title{font-size:3rem}.hero-subtitle{font-size:1.2rem}.hero-buttons{flex-direction:column;gap:.5rem}.navbar{padding:1rem}.nav-brand h1{font-size:1.8rem}.nav-links{gap:1rem}.photo-placeholder{height:120px}.photo-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.gallery-category{padding:1.5rem;margin:2rem 0}.gallery-category h3{font-size:1.5rem}}@media (max-width: 480px){.hero-title{font-size:2.5rem}.hero-content{left:1rem;max-width:calc(100% - 2rem)}.info-grid,.purpose-grid,.stats-grid,.impact-grid{grid-template-columns:1fr}.timeline:before{left:20px}.timeline-item{flex-direction:column!important;align-items:stretch}.timeline-item:nth-child(2n){flex-direction:column!important}.timeline-date{flex:none;margin:0 0 1rem 50px;align-self:flex-start;font-size:.8rem;padding:.8rem}.timeline-date:before{left:-22px!important;right:auto!important}.timeline-content{margin:0 0 0 50px;padding:1.5rem}.timeline-content h3{font-size:1.2rem}.crew-info{padding:1rem}.close-btn{top:1rem;right:1rem;width:40px;height:40px;font-size:1.5rem}.photo-grid{grid-template-columns:1fr;gap:1rem}.gallery-category{padding:1rem;margin:1.5rem 0}.gallery-category h3{font-size:1.3rem;margin-bottom:1.5rem}.photo-item{padding:1rem}.photo-placeholder{height:150px}.photo-caption h4{font-size:1rem}.photo-caption p{font-size:.85rem}.gallery-intro{font-size:1rem;margin:1.5rem 0 2rem}}
