@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css?family=Anonymous+Pro";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap";:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;padding:0;background:linear-gradient(135deg,#1e332d,#0b100e,#000,#0b100e,#1e332d);font-family:monospace;color:#fff;min-height:100vh}body.dark-mode{background:linear-gradient(135deg,#1e332d,#0b100e,#000,#0b100e,#1e332d);color:#fff}.logo{width:60px;height:60px;margin-right:20px;-webkit-user-select:none;user-select:none}.scramble{font-size:1.2rem;cursor:pointer;letter-spacing:1px;white-space:nowrap;-webkit-user-select:none;user-select:none}.char{color:gray;transition:color .3s ease}.scramble.active .char{color:#fff!important}.name{font-size:20px;color:pink;-webkit-user-select:none;user-select:none}.nav-links{display:flex;gap:40px;margin:0}.slider-container{display:flex;overflow-x:auto;gap:50px;padding:20px;scroll-behavior:smooth}.slider-container img{width:200px;height:auto;flex-shrink:0;border-radius:10px;transition:transform .3s ease}.slider-container img:hover{transform:scale(1.05)}.slider-container::-webkit-scrollbar{display:none}.slider-container{-ms-overflow-style:none;scrollbar-width:none}.background-image,.navbar,body.light-mode .navbar{display:none}.page-section,.meet-team-section{background:none!important}.page-section{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;font-size:2rem;background:#1e332d;color:#fff}#page-2{background:#0b100e}#page-3{background:#222}.splash-video-container{display:flex;align-items:center;justify-content:center;width:100vw;height:100vh}#splash-video{max-width:60vw;max-height:60vh;border-radius:2vw;box-shadow:0 0 40px #000a;background:#000}#splash-screen.fade-out{opacity:0;pointer-events:none}.circuit-board-container{position:relative;width:80vw;height:80vh;display:flex;align-items:center;justify-content:center}#circuit-svg{position:absolute;top:0;left:0;width:100%;height:100%}.circuit-path{stroke-dasharray:1000;stroke-dashoffset:1000;animation:circuit-draw 1.2s forwards}.circuit-path:nth-child(2){animation-delay:.2s}.circuit-path:nth-child(3){animation-delay:.4s}.circuit-path:nth-child(4){animation-delay:.6s}.circuit-path:nth-child(5){animation-delay:.8s}.circuit-path:nth-child(6){animation-delay:1s}.circuit-path:nth-child(7){animation-delay:1.2s}.circuit-path:nth-child(8){animation-delay:1.4s}@keyframes circuit-draw{to{stroke-dashoffset:0}}#splash-logo{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);max-width:180px;max-height:180px;z-index:2;filter:drop-shadow(0 0 20px #00ff00)}.news-ticker{position:relative;width:100%;height:40px;background:#000000e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);overflow:hidden;border-top:1px solid rgba(255,255,255,.2);border-bottom:1px solid rgba(255,255,255,.2);margin-bottom:20px;z-index:10;box-shadow:0 2px 10px #0000004d}@keyframes contact-glow{0%{box-shadow:0 0 #00ffae00}40%{box-shadow:0 0 32px 8px #00ffaecc}to{box-shadow:0 0 32px 4px #00ffae99}}#root{min-height:100vh}.header{background-color:#0000004d;font-size:20px;padding:20px 40px;display:flex;align-items:center;border-bottom:1px solid #333;position:sticky;top:0;z-index:1000;justify-content:space-between;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.header-left{flex:1;display:flex;align-items:center;min-width:0}.header-center{flex:2;display:flex;justify-content:center;align-items:center;min-width:0}.header-right{flex:1;display:flex;justify-content:flex-end;align-items:center;min-width:0}.app-container{min-height:100vh}.home-page{min-height:100vh;background:linear-gradient(135deg,#1e332d,#0b100e,#000,#0b100e,#1e332d);color:#fff}#splash-screen{position:fixed;top:0;left:0;right:0;bottom:0;width:100vw;height:100vh;background:linear-gradient(135deg,#000,#000 60%,#0b100e 75%,#1e332d 85%,#1d817e);z-index:9999;display:flex;align-items:center;justify-content:center;transition:opacity .8s}#splash-screen.fade-out{opacity:0}.splash-video-container{position:relative;width:100vw;height:100vh;display:flex;align-items:center;justify-content:center}#splash-video{width:40vw;height:auto;max-height:40vh;border-radius:2vw;box-shadow:0 0 40px #000a;background:#000;position:relative;z-index:2}.hero-section{width:100vw;min-height:100vh;position:relative;overflow:visible;display:flex;flex-direction:column;opacity:0;transform:translateY(20px);transition:opacity .4s ease-out,transform .4s ease-out}.hero-section.fade-in{opacity:1;transform:translateY(0)}.hero-section.fade-in .hero-nav{opacity:1;transform:translateY(0)}.arrow{font-size:.9em}.news-ticker{position:relative;width:100%;height:40px;background:#000000e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);overflow:hidden;border-top:1px solid rgba(255,255,255,.2);border-bottom:1px solid rgba(255,255,255,.2);z-index:10;box-shadow:0 2px 10px #0000004d}.ticker-content{display:flex;align-items:center;height:100%;animation:ticker 30s linear infinite;white-space:nowrap;min-width:max-content;will-change:transform}.ticker-content span{color:#fff;font-size:.9rem;margin-right:40px;padding:0 20px;font-family:Montserrat,sans-serif}@keyframes ticker{0%{transform:translate(0)}to{transform:translate(-33.33%)}}.hero-content{flex:1;display:flex;align-items:center;justify-content:space-between;margin-top:40px;opacity:0;transform:translateY(25px);transition:opacity .4s ease-out .2s,transform .4s ease-out .2s}.hero-section.fade-in .hero-content{opacity:1;transform:translateY(0)}.hero-left{flex:1;max-width:600px}.hero-title{font-size:4.5rem;font-weight:700;color:#00c45a;margin:100px 0 20px;letter-spacing:3px;text-shadow:0 0 20px rgba(0,196,90,.5);position:relative;display:flex;justify-content:flex-start;padding-left:100px;font-family:Bitcount Grid Double,cursive;font-weight:300}.hero-visual{position:relative;width:400px;height:400px}.scroll-indicator{position:absolute;bottom:40px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;color:#fff;opacity:0;transition:opacity .3s ease-out .3s;animation:bounce 2s infinite}.hero-section.fade-in .scroll-indicator{opacity:.7}.hero-title .letter{display:inline-block;opacity:1;transform:none}.hero-title:before{content:"SIGAI";position:absolute;top:0;left:0;color:transparent;background:linear-gradient(45deg,#00c45a,#00a045,#00c45a);background-size:200% 200%;-webkit-background-clip:text;background-clip:text;animation:gradientShift 4s ease-in-out infinite;z-index:-1;opacity:0;animation-delay:2s;animation-fill-mode:forwards}@keyframes gradientShift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.hero-subtitle{font-size:1.5rem;color:#fff;margin:0 0 30px;opacity:.9;padding-left:100px;font-family:Montserrat,sans-serif}.hero-description{font-size:1.2rem;color:#ccc;margin:0 0 40px;line-height:1.6;padding-left:100px;font-family:Montserrat,sans-serif}.hero-buttons{display:flex;gap:20px;padding-left:100px}.hero-btn{padding:15px 70px;border:none;border-radius:8px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease;font-family:inherit}.hero-btn.primary{background:#00c45a;color:#000}.hero-btn.primary:hover{background:#00a045;transform:translateY(-2px);box-shadow:0 10px 25px #00c45a4d}.hero-btn.secondary{background:transparent;color:#fff;border:2px solid #00C45A}.hero-btn.secondary:hover{background:#00c45a;color:#000;transform:translateY(-2px)}.hero-right{flex:1;display:flex;justify-content:center;align-items:center}.hero-carousel{position:relative;width:100%;max-width:1100px;height:800px;display:flex;align-items:center;justify-content:center;background:transparent;border-radius:0;overflow:visible;margin-bottom:-40px}.carousel-track{display:flex;width:100%;height:100%;gap:24px;transition:none;justify-content:flex-end;margin-right:40px}.carousel-card{width:80px;min-width:60px;max-width:900px;height:720px;background:#181f1b;color:#fff;border-radius:32px;box-shadow:0 4px 16px #00c45a1a,0 2px 8px #00000014;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;font-size:1.1rem;opacity:.7;overflow:hidden;padding:10px 0 0;border:none;cursor:pointer;transition:width .5s cubic-bezier(.77,0,.18,1),min-width .5s cubic-bezier(.77,0,.18,1),box-shadow .3s,border-radius .3s,opacity .3s,filter .3s;position:relative;filter:blur(1px) grayscale(.3) brightness(.7)}.carousel-card.active{width:400px;min-width:400px;opacity:1;filter:none;z-index:2;box-shadow:0 0 32px 4px #00ffae44,0 2px 8px #00000014;border:2px solid #00ffae;height:720px;min-height:720px}.carousel-card .carousel-image,.carousel-card .carousel-video{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;object-fit:cover;border-radius:40px;z-index:1;filter:none!important;transition:filter .3s,border-radius .3s;pointer-events:none}.carousel-card:hover .carousel-image,.carousel-card:hover .carousel-video,.carousel-card:focus-within .carousel-image,.carousel-card:focus-within .carousel-video,.carousel-track:not(:hover) .carousel-card:first-child .carousel-image,.carousel-track:not(:hover) .carousel-card:first-child .carousel-video{filter:none;border-radius:40px}.carousel-card .carousel-overlay{position:absolute;left:0;right:0;bottom:0;z-index:2;padding:40px;background:linear-gradient(transparent,#000c);color:#fff}.carousel-card h3,.carousel-card p{opacity:0;transition:opacity .3s;margin:0}.carousel-card:hover h3,.carousel-card:hover p,.carousel-card:focus-within h3,.carousel-card:focus-within p{opacity:1;transition-delay:.2s}.carousel-track:not(:hover) .carousel-card:first-child h3,.carousel-track:not(:hover) .carousel-card:first-child p{opacity:1!important}.carousel-card:not(:hover) h3,.carousel-card:not(:hover) p{transition-delay:0s}@media (max-width: 700px){.hero-carousel{width:98vw;height:260px}.carousel-image{height:90px}.carousel-card h3,.carousel-card p{margin-left:10px;margin-right:10px}}.scroll-indicator{position:absolute;bottom:40px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;color:#fff;opacity:.7;animation:bounce 2s infinite}.scroll-arrow{font-size:2rem;margin-bottom:10px}.scroll-indicator span{font-size:.9rem;letter-spacing:1px}@keyframes bounce{0%,20%,50%,80%,to{transform:translate(-50%) translateY(0)}40%{transform:translate(-50%) translateY(-10px)}60%{transform:translate(-50%) translateY(-5px)}}.about-green-section{width:100vw;display:flex;justify-content:center;align-items:center;padding:64px 0;opacity:0;transform:translateY(80px);transition:opacity .8s cubic-bezier(.4,0,.2,1),transform .8s cubic-bezier(.4,0,.2,1)}.about-green-section.revealed{opacity:1;transform:translateY(0)}.about-green-card{background:#0a1e14fa;border-radius:36px;box-shadow:0 8px 40px #0f03;padding:48px 56px 56px;max-width:1400px;width:98vw;color:#fff;display:flex;flex-direction:column;align-items:stretch;height:800px}.about-green-header,.about-green-slogan,.about-green-columns{opacity:0;transform:translateY(40px);transition:opacity .7s cubic-bezier(.4,0,.2,1),transform .7s cubic-bezier(.4,0,.2,1)}.about-green-section.revealed .about-green-header{opacity:1;transform:translateY(0);transition-delay:.15s}.about-green-section.revealed .about-green-slogan{opacity:1;transform:translateY(0);transition-delay:.35s}.about-green-section.revealed .about-green-columns{opacity:1;transform:translateY(0);transition-delay:.55s}.about-green-header{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:32px}.about-green-accent{width:56px;height:6px;background:linear-gradient(90deg,#00ffae,#39ff14);border-radius:4px;margin-bottom:16px}.about-green-header h2{font-size:2.6rem;font-weight:700;margin:0 0 12px;color:#39ff14;letter-spacing:.01em}.about-green-desc{font-size:1.1rem;color:#c8f7c5;margin:0 0 12px;max-width:900px}.about-green-slogan{font-size:2.2rem;font-weight:800;color:#fff;text-align:center;margin:32px 0 40px;letter-spacing:.04em}.about-green-columns{display:flex;gap:36px;margin-top:12px;flex-wrap:wrap;justify-content:space-between}.about-green-col{flex:1 1 260px;min-width:220px;max-width:340px;background:#14281ed9;border-radius:18px;padding:28px 22px 22px;margin:0 0 12px;box-shadow:0 2px 12px #0f03;display:flex;flex-direction:column;align-items:flex-start}.about-green-col h3{font-size:1.4rem;font-weight:700;color:#39ff14;margin:0 0 10px;letter-spacing:.01em}.about-green-col p{font-size:1.05rem;color:#eaffea;margin:0;line-height:1.6}@media (max-width: 900px){.about-green-card{padding:32px 8vw}.about-green-columns{flex-direction:column;gap:18px}.about-green-col{max-width:100%;width:100%}}.location-section{padding:60px 40px;background:linear-gradient(135deg,#1e332d,#0b100e);color:#fff;text-align:center;transition:opacity .8s cubic-bezier(.4,0,.2,1),transform .8s cubic-bezier(.4,0,.2,1),box-shadow 1.2s cubic-bezier(.4,0,.2,1);opacity:0;transform:translateY(60px);border-radius:60px 60px 0 0;box-shadow:0 0 #00ffae}.location-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:start;max-width:1100px;margin:0 auto}.location-left{text-align:left}.location-left h3{margin:0 0 12px}.location-card{background:#ffffff0a;padding:20px;border-radius:12px;box-shadow:0 6px 24px #0006}.location-card h4{margin:0 0 10px;color:#a7ffd1}.location-line a{color:inherit;text-decoration:underline dotted rgba(167,255,209,.6)}.socials{margin-top:14px;display:flex;align-items:center;gap:12px}.social-label{color:#cfeee1;font-size:.95rem;margin-right:8px}.social-buttons{display:flex;gap:8px}.social-btn{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:8px;background:#ffffff08;color:#a7ffd1;text-decoration:none;transition:background .18s,transform .15s,box-shadow .15s}.social-btn:hover,.social-btn:focus{background:linear-gradient(135deg,#00c45a,#1d817e);color:#00221a;transform:translateY(-2px);box-shadow:0 8px 20px #1d817e1f;outline:none}.location-right .map-placeholder{width:100%;min-height:200px;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px #00000073;border:1px solid rgba(167,255,209,.06)}.location-bottom{margin-top:20px;text-align:center;font-size:.9rem;color:#fff9}@media (max-width: 900px){.location-grid{grid-template-columns:1fr;gap:18px}.location-card{padding:16px}.location-right .map-placeholder{min-height:180px}}.location-section.pop-up{opacity:1;transform:translateY(0);animation:contact-glow 2.5s ease-in-out .2s 1;box-shadow:0 0 32px 4px #00ffae99}.location-section h3{font-size:2.5rem;margin-bottom:30px;color:#00c45a;font-family:Bitcount Grid Double,cursive}.map-container{width:100%;max-width:800px;margin:0 auto 30px;border-radius:15px;overflow:hidden;box-shadow:0 10px 30px #0000004d}.location-info{max-width:600px;margin:0 auto;padding:30px;background:#ffffff1a;border-radius:15px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.location-info h4{font-size:1.8rem;margin-bottom:20px;color:#00c45a}.location-info p{font-size:1.1rem;margin:10px 0;opacity:0;transform:translateY(24px);transition:opacity .7s cubic-bezier(.4,0,.2,1),transform .7s cubic-bezier(.4,0,.2,1);font-family:Montserrat,sans-serif}.location-section.pop-up .location-info p{opacity:1;transform:translateY(0)}.location-section.pop-up .location-info p:nth-of-type(1){transition-delay:.2s}.location-section.pop-up .location-info p:nth-of-type(2){transition-delay:.45s}.location-section.pop-up .location-info p:nth-of-type(3){transition-delay:.7s}.meet-team-section{display:flex;justify-content:center;align-items:flex-start;gap:40px;padding:60px 0;background:transparent}.meet-team-card{background:#14281ed9;border-radius:24px;box-shadow:0 4px 24px #1d817e22;padding:32px 28px 24px;display:flex;flex-direction:column;align-items:center;min-width:220px;max-width:260px;transition:transform .2s,box-shadow .2s}.meet-team-card:hover{transform:translateY(-8px) scale(1.04);box-shadow:0 8px 32px #1d817e55}.team-img{width:120px;height:120px;border-radius:50%;object-fit:cover;margin-bottom:18px;border:4px solid #1D817E;box-shadow:0 2px 12px #1d817e33}.team-name{font-size:1.3rem;font-weight:600;color:#39ff14;margin:10px 0 4px;text-align:center}.team-role{font-size:1.05rem;color:#caf0f8;margin:0;text-align:center;letter-spacing:1px}@media (max-width: 900px){.meet-team-section{flex-direction:column;align-items:center;gap:24px}.meet-team-card{width:90vw;max-width:350px}}.container{max-width:1200px;margin:0 auto;padding:0 24px}.page-section#page-2 h1{font-size:2.2rem;margin-bottom:8px;color:#39ff14}.team-intro{color:#cfeee1;max-width:900px;margin-bottom:28px}.meet-team-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px;align-items:start}.meet-team-card{background:#14281ee6;border-radius:16px;padding:18px;display:flex;gap:14px;align-items:flex-start;transition:transform .18s ease,box-shadow .18s ease}.meet-team-card:hover,.meet-team-card:focus-within{transform:translateY(-6px);box-shadow:0 12px 36px #1d817e1f}.meet-team-card .team-img{width:120px;height:120px;border-radius:12px;object-fit:cover;flex-shrink:0;border:3px solid rgba(167,255,209,.06)}.team-content{display:flex;flex-direction:column}.team-name{margin:0;color:#a7ffd1}.team-role{margin:4px 0 8px;color:#d8f7e6;font-weight:600}.team-bio{margin:0 0 10px;color:#cfeee1;font-size:.98rem;line-height:1.4}.team-socials{display:flex;gap:8px}.team-socials .social-btn{display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:36px;border-radius:8px;background:#ffffff05;color:#a7ffd1;text-decoration:none;padding:0 8px;font-weight:700}.team-socials .social-btn:hover,.team-socials .social-btn:focus{background:linear-gradient(135deg,#00c45a,#1d817e);color:#00221a;transform:translateY(-2px)}@media (max-width: 520px){.meet-team-card{flex-direction:column;align-items:center;text-align:center}.meet-team-card .team-img{width:160px;height:160px}.team-content{align-items:center}}@media (max-width: 1024px){.hero-content{flex-direction:column;text-align:center;padding:0 20px}.hero-title{font-size:4rem;padding-left:0}.hero-subtitle,.hero-description,.hero-buttons{padding-left:0}.hero-carousel,.carousel-card{width:350px;height:400px}}@media (max-width: 768px){.hero-title{font-size:3rem;margin:50px 0 20px}.hero-subtitle{font-size:1.2rem}.hero-description{font-size:1rem}.hero-buttons{flex-direction:column;align-items:center;gap:15px}.hero-btn{width:200px}.hero-carousel,.carousel-card{width:300px;height:350px}.about-green-columns{grid-template-columns:1fr;gap:20px}}.team-page{min-height:100vh;background:linear-gradient(135deg,#1e332d,#0b100e,#000,#0b100e,#1e332d)}.team-container{position:relative;z-index:10;overflow:hidden;padding:20px 0}.team-container:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;background-repeat:no-repeat;opacity:.5;z-index:-1}.team-wrapper{max-width:1200px;margin:0 auto;padding:0 20px;overflow-y:auto;max-height:calc(100vh - 120px)}.team-header{text-align:center;margin-bottom:40px}.team-badge{display:inline-flex;align-items:center;background:#111;padding:8px 16px;border-radius:20px;font-size:14px;color:#00ff7f;margin-bottom:20px;border:1px solid #222}.team-heading{margin-top:1rem;font-size:48px;font-weight:700;color:#00ff7f;margin-bottom:12px;letter-spacing:1px}.team-subheading{font-size:18px;color:#b0b0b0;max-width:800px;margin:0 auto;line-height:1.6}.team-controls{display:flex;flex-direction:column;justify-content:center;align-items:center}.team-filters{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}.team-filters>button{font-size:14px;color:#00ff7f;background:#181818;padding:6px 16px;border-radius:12px;border:1px solid #00cc66;font-weight:400;cursor:pointer;transition:all .2s ease}.team-filters>button.active{background:#00ff7f;color:#181818}.search-bar{position:relative}.team-search{color:#00ff7f;background:transparent;border:1px solid #00FF7F;border-radius:12px;letter-spacing:1px;width:100%;padding:8px 16px 8px 36px;font-size:1rem;transition:all .2s ease;outline:none;margin-bottom:16px}.team-search::placeholder{color:#0c6;opacity:.5}.team-search:focus{box-shadow:0 0 0 2px #0c69;outline:none}.search-icon{position:absolute;top:35%;left:8px;transform:translateY(-50%);pointer-events:none;color:#00ff7f}.team-filters>button:hover{background:#00ff7f;color:#181818}.team-section{margin-top:60px}.team-title{font-size:48px;font-weight:600;color:#fff;margin:40px 0 20px;display:flex;justify-content:center;align-items:center;text-align:center}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,300px));gap:24px;justify-content:center}.team-card{position:relative;border-radius:12px;overflow:hidden;height:400px;background-color:transparent;transition:transform .3s ease;cursor:pointer}.team-card:hover{transform:scale(1.02)}.team-image-container{width:100%;height:400px;border-radius:12px;overflow:hidden}.team-image-container img{width:100%;height:100%;object-fit:cover}.team-image-rect{width:100%;height:400px;object-fit:cover;border-radius:12px}.team-name{position:absolute;bottom:0;left:0;width:100%;height:10%;background:#0009;color:#fff;text-align:center;padding:8px 0;z-index:2;margin-bottom:0}.team-hover-details{position:absolute;top:0;left:0;height:100%;width:100%;background:#0a0a0ad9;display:flex;flex-direction:column;justify-content:center;align-items:center;opacity:0;transition:all .3s ease;z-index:3}.team-card:hover{transform:translateY(-8px);box-shadow:0 0 20px #00ff7f80}.team-card:hover .team-hover-details{opacity:1}.team-info{display:flex;flex-direction:column;align-items:center;justify-content:space-between;height:100%}.team-role{color:#00ff7f;margin-bottom:10px;font-size:14px}.team-social{display:flex;gap:10px}.team-social a{color:#fff;font-size:18px;transition:color .3s ease}.team-social a:hover{color:#00ff7f}@media (max-width: 500px){.team-heading{font-size:28px}.team-title{font-size:20px}.team-search{font-size:8px}}.team-wrapper::-webkit-scrollbar{width:6px}.team-wrapper::-webkit-scrollbar-track{background:#111;border-radius:3px}.team-wrapper::-webkit-scrollbar-thumb{background:#00ff7f;border-radius:3px}.team-wrapper::-webkit-scrollbar-thumb:hover{background:#0c6}.events-page{min-height:100vh;background:linear-gradient(135deg,#1e332d,#0b100e,#000,#0b100e,#1e332d)}.event-container{padding:20px 0;font-family:Segoe UI,Inter,sans-serif;background:linear-gradient(135deg,#000,#0b100e,#1e332d);min-height:calc(100vh - 60px);overflow-x:hidden;color:#fff}.event-wrapper{max-width:1200px;margin:0 auto;padding:0 20px;overflow-y:auto;max-height:calc(100vh - 120px)}.event-header{text-align:center;margin-bottom:40px}.event-badge{display:inline-flex;align-items:center;background:#111;padding:8px 16px;border-radius:20px;font-size:14px;color:#00ff7f;margin-bottom:20px;border:1px solid #222}.event-heading{margin-top:1rem;font-size:48px;font-weight:700;color:#00ff7f;margin-bottom:12px;letter-spacing:1px}.event-subheading{font-size:18px;color:#b0b0b0}.event-section-header{display:flex;justify-content:space-between;align-items:center;margin-top:1rem;margin-bottom:20px}.event-title{font-size:28px;font-weight:600;color:#fff}.event-badge-upcoming,.event-badge-completed{background:#00ff7f;color:#111;height:1.5rem;display:flex;align-items:center;padding:6px 14px;border-radius:20px;font-size:14px;font-weight:500}.event-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;margin-bottom:40px}.event-card{background:linear-gradient(135deg,#181818 60%,#232323);border-radius:12px;padding:20px;box-shadow:0 4px 12px #0000002e;transition:transform .3s ease,box-shadow .3s ease;border:1px solid #222;height:fit-content}.event-card:hover{transform:translateY(-4px) scale(1.01);box-shadow:0 6px 16px #00ff7f1f;border-color:#00ff7f}.event-type-badge{padding:4px 10px;border-radius:12px;font-size:12px;margin-bottom:8px;display:inline-block;background:#222;color:#00ff7f;font-weight:600}.event-status-upcoming,.event-completed-badge{font-size:12px;color:#00ff7f;background:#181818;padding:4px 10px;border-radius:12px;height:1.5rem;display:flex;align-items:center;justify-content:center;margin-left:8px;font-weight:500;border:1px solid #00FF7F}.event-completed-badge{background:#232323}.event-image-container{margin:12px 0;border-radius:8px;overflow:hidden;background:#111}.event-image{width:100%;height:150px;object-fit:cover;border-radius:8px}.event-title-text{font-size:20px;font-weight:700;color:#fff;margin-top:10px;word-wrap:break-word}.event-info{margin-top:12px}.event-info-item{display:flex;align-items:center;font-size:14px;color:#b0b0b0;margin-bottom:6px;flex-wrap:wrap}.event-description{background:#181818;padding:12px;border-radius:8px;font-size:14px;color:#fff;margin-top:10px;line-height:1.5;word-wrap:break-word}.event-register{margin-top:14px;padding:10px 16px;background:#00ff7f;color:#111;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:6px;transition:background .3s ease,color .3s ease;text-decoration:none;width:100%}.event-register:hover{background:#fff;color:#00ff7f}.event-register:disabled{background:#fff;color:#00ff7f;cursor:not-allowed}.event-register a{color:#111;text-decoration:none;width:100%;text-align:center}.event-cta{background:linear-gradient(135deg,#181818 60%,#232323);padding:40px;text-align:center;border-radius:24px;color:#fff;margin-top:60px;border:1px solid #00FF7F}.event-cta-title{font-size:32px;font-weight:700;margin-bottom:12px;color:#00ff7f}.event-cta-sub{font-size:16px;margin-bottom:20px;color:#b0b0b0}.event-cta-button{background:#00ff7f;color:#111;padding:12px 24px;font-weight:700;border-radius:8px;text-decoration:none;transition:background .3s ease,color .3s ease;display:inline-block;font-size:16px}.event-cta-button:hover{background:#fff;color:#00ff7f}.icon{width:16px;height:16px;margin-right:8px;flex-shrink:0;color:#00ff7f}@media (max-width: 1024px){.event-wrapper{padding:0 16px}.event-heading{font-size:42px}.event-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px}}@media (max-width: 768px){.event-container{padding:40px 0}.event-wrapper{padding:0 12px;max-height:calc(100vh - 80px)}.event-heading{font-size:36px}.event-subheading{font-size:16px}.event-title{font-size:24px}.event-grid{grid-template-columns:1fr;gap:16px}.event-card{padding:16px}.event-title-text{font-size:18px}.event-cta{padding:30px 20px;margin-top:40px}.event-cta-title{font-size:28px}.event-cta-sub{font-size:14px}}@media (max-width: 480px){.event-container{padding:30px 0}.event-wrapper{padding:0 8px}.event-heading{font-size:28px}.event-subheading{font-size:14px}.event-title{font-size:20px}.event-card{padding:12px}.event-title-text{font-size:16px}.event-info-item{font-size:12px}.event-description{font-size:12px;padding:10px}.event-register{font-size:12px;padding:8px 12px}.event-cta{padding:20px 16px}.event-cta-title{font-size:24px}.event-cta-sub{font-size:12px}.event-cta-button{padding:10px 20px;font-size:14px}}.event-wrapper::-webkit-scrollbar{width:8px}.event-wrapper::-webkit-scrollbar-track{background:#181818;border-radius:4px}.event-wrapper::-webkit-scrollbar-thumb{background:#00ff7f;border-radius:4px}.event-wrapper::-webkit-scrollbar-thumb:hover{background:#232323}html{scroll-behavior:smooth}@media (max-width: 768px){.event-section{margin-bottom:30px}.event-section-header{flex-direction:column;align-items:flex-start;gap:10px}}.lectures-page{min-height:100vh;background:linear-gradient(135deg,#1e332d,#0b100e,#000,#0b100e,#1e332d);color:#fff}.projects-page{min-height:100vh;background:linear-gradient(135deg,#1e332d,#0b100e,#000,#0b100e,#1e332d);color:#fff}.projects-container{padding:20px 0;font-family:Inter,Segoe UI,sans-serif;background:linear-gradient(135deg,#000,#0b100e,#1e332d,#0b100e,#000);min-height:100vh;color:#fff}.projects-wrapper{max-width:1200px;margin:0 auto;padding:0 20px}.projects-header{text-align:center;margin-bottom:60px}.projects-badge{display:inline-flex;align-items:center;background:#00ff7f1a;border:1px solid rgba(0,255,127,.3);padding:8px 16px;border-radius:20px;font-size:14px;color:#00ff7f;margin-bottom:20px}.projects-badge .icon{width:16px;height:16px;margin-right:8px}.projects-heading{font-size:48px;font-weight:700;color:#00ff7f;margin-bottom:20px;letter-spacing:-.02em}.projects-subheading{font-size:18px;color:#b0b0b0;max-width:600px;margin:0 auto;line-height:1.6}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px;margin-bottom:80px}.project-card{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:16px;overflow:hidden;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;flex-direction:column}.project-card:hover{border-color:#00ff7f4d;box-shadow:0 10px 30px #00ff7f1a;transform:translateY(-5px)}.project-image{position:relative;height:200px;overflow:hidden}.project-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.project-card:hover .project-image img{transform:scale(1.05)}.project-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.project-card:hover .project-overlay{opacity:1}.github-link{display:flex;align-items:center;justify-content:center;width:50px;height:50px;background:#00ff7fe6;border-radius:50%;color:#000;text-decoration:none;transition:all .3s ease}.github-link:hover{background:#00ff7f;transform:scale(1.1)}.github-link .icon{width:24px;height:24px}.project-content{padding:24px;display:flex;flex-direction:column;flex:1}.project-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.project-category{background:#00ff7f1a;color:#00ff7f;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600;border:1px solid rgba(0,255,127,.3)}.project-status{padding:4px 10px;border-radius:12px;font-size:11px;font-weight:600;color:#000;text-transform:uppercase}.project-title{font-size:24px;font-weight:700;color:#fff;margin-bottom:12px;line-height:1.3}.project-description{font-size:14px;color:#b0b0b0;line-height:1.6;margin-bottom:20px;flex:1}.project-tech{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.tech-tag{background:#ffffff1a;color:#fff;padding:6px 12px;border-radius:16px;font-size:12px;font-weight:500;border:1px solid rgba(255,255,255,.2)}.project-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:16px;border-top:1px solid rgba(255,255,255,.1)}.project-date{color:#666;font-size:13px}.project-link{display:flex;align-items:center;gap:8px;color:#00ff7f;text-decoration:none;font-weight:600;font-size:14px;transition:all .3s ease}.project-link:hover{color:#00c45a}.project-link .arrow{width:16px;height:16px;transition:transform .3s ease}.project-link:hover .arrow{transform:translate(4px)}.coming-soon-section{text-align:center;margin-top:60px}.coming-soon-content{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:40px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.coming-soon-title{font-size:24px;font-weight:700;color:#00ff7f;margin-bottom:12px}.coming-soon-text{font-size:16px;color:#b0b0b0;line-height:1.6;margin:0}@media (max-width: 768px){.projects-wrapper{padding:0 16px}.projects-heading{font-size:36px}.projects-grid{grid-template-columns:1fr;gap:24px}.project-card{margin-bottom:20px}.project-content{padding:20px}.project-title{font-size:20px}.coming-soon-content{padding:30px 20px}.coming-soon-title{font-size:20px}}@media (max-width: 480px){.projects-heading{font-size:28px}.project-image{height:150px}.project-content{padding:16px}.project-title{font-size:18px}.project-description{font-size:13px}}.blogs-page{min-height:100vh;background:linear-gradient(135deg,#1e332d,#0b100e,#000,#0b100e,#1e332d);padding-top:80px}.blog-container{padding:20px 0;font-family:Segoe UI,Inter,sans-serif;background:linear-gradient(135deg,#000,#0b100e,#1e332d);min-height:calc(100vh - 60px);overflow-x:hidden;color:#fff}.blog-wrapper{max-width:1200px;margin:0 auto;padding:0 20px;overflow-y:auto;max-height:calc(100vh - 120px)}.blog-header{text-align:center;margin-bottom:40px}.blog-badge{display:inline-flex;align-items:center;background:#111;padding:8px 16px;border-radius:20px;font-size:14px;color:#00ff7f;margin-bottom:20px;border:1px solid #222}.blog-heading{margin-top:1rem;font-size:48px;font-weight:700;color:#00ff7f;margin-bottom:12px;letter-spacing:1px}.blog-subheading{font-size:18px;color:#b0b0b0;max-width:800px;margin:0 auto;line-height:1.6}.blog-content{display:flex;justify-content:center;margin-top:40px}.blog-card{background:linear-gradient(135deg,#181818 60%,#232323);border-radius:12px;padding:30px;box-shadow:0 4px 12px #0000002e;transition:transform .3s ease,box-shadow .3s ease;border:1px solid #222;max-width:800px;width:100%}.blog-card:hover{transform:translateY(-4px) scale(1.01);box-shadow:0 6px 16px #00ff7f1f;border-color:#00ff7f}.blog-card-content{display:flex;flex-direction:column;gap:24px}.blog-info{flex:1}.blog-title{font-size:28px;font-weight:700;color:#fff;margin-bottom:16px}.blog-description{font-size:16px;color:#b0b0b0;line-height:1.6;margin-bottom:20px}.blog-features{display:flex;flex-direction:column;gap:12px}.blog-feature{display:flex;align-items:center;gap:12px;font-size:14px;color:#fff}.feature-dot{width:8px;height:8px;background:#00ff7f;border-radius:50%;flex-shrink:0}.blog-cta{display:flex;justify-content:center;margin-top:20px}.blog-button{padding:14px 28px;background:#00ff7f;color:#111;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:all .3s ease;text-decoration:none;min-width:180px}.blog-button:hover{background:#fff;color:#00ff7f;transform:translateY(-2px);box-shadow:0 4px 12px #00ff7f4d}.blog-button a{display:flex;align-items:center;gap:8px;color:inherit;text-decoration:none;width:100%;justify-content:center}.icon{width:18px;height:18px;stroke:currentColor;stroke-width:2;fill:none}@media (max-width: 1024px){.blog-wrapper{padding:0 15px}.blog-heading{font-size:42px}.blog-card{padding:24px}}@media (max-width: 768px){.blog-container{padding:15px 0}.blog-wrapper{padding:0 15px;max-height:calc(100vh - 90px)}.blog-heading{font-size:36px}.blog-subheading{font-size:16px}.blog-title{font-size:24px}.blog-card{padding:20px}.blog-button{padding:12px 24px;font-size:14px;min-width:160px}}@media (max-width: 480px){.blog-container{padding:10px 0}.blog-wrapper{padding:0 10px}.blog-heading{font-size:28px}.blog-subheading{font-size:14px}.blog-title{font-size:20px}.blog-card{padding:16px}.blog-feature{font-size:13px}.blog-button{padding:10px 20px;font-size:13px;min-width:140px}}.blog-wrapper::-webkit-scrollbar{width:6px}.blog-wrapper::-webkit-scrollbar-track{background:#111;border-radius:3px}.blog-wrapper::-webkit-scrollbar-thumb{background:#00ff7f;border-radius:3px}.blog-wrapper::-webkit-scrollbar-thumb:hover{background:#0c6}.media-page{min-height:100vh;background:linear-gradient(135deg,#1e332d,#0b100e,#000,#0b100e,#1e332d)}.tiles-layout{column-count:3;column-gap:1rem;width:90%;max-width:1200px;margin:2rem auto}.tile{background:#c7d8c540;border:1.5px solid #00ff7f;border-radius:50px;box-shadow:0 6px 16px #0000001a;display:inline-block;margin:0 0 1rem;width:100%;break-inside:avoid;overflow:hidden;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:transform .3s ease}.tile:hover{transform:translateY(-4px)}.tile-image{width:100%;height:auto;object-fit:cover;display:block;border-radius:35px 35px 0 0}.tile-text{padding:.75rem 1rem;display:flex;flex-direction:column;gap:.3rem}.tile-description{font-size:.75rem;font-weight:500;color:#fff}.tile-name{font-size:.65rem;color:#ccc}.tile-hr{margin:.5rem 0;border:none;border-top:1px solid rgba(255,255,255,.1)}.tile-tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.4rem}.tile-date-tag,.tile-eve-tag{display:inline-block;padding:4px 10px;border-radius:10px;font-size:.6rem;border:1px solid rgba(255,255,255,.2)}.tile-date-tag{background-color:#5cc0b340;color:#c9fef9}.tile-eve-tag{background-color:#ffffff26;color:#fff6c8}.hidden{opacity:0;transform:translateY(30px);transition:opacity .6s ease-out,transform .6s ease-out}.fade-in{opacity:1;transform:translateY(0)}*{margin:0;padding:0;box-sizing:border-box}body{background-color:#000;overflow-x:hidden}.main-wrapper{transition:background-color .1s ease-out;position:relative}.starfield-section{position:relative;min-height:100vh;display:flex;flex-direction:column;justify-content:flex-start;z-index:0}.sky-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.stars{width:1.75px;height:1.75px;position:absolute;background:transparent;box-shadow:2vw 5vh 3px #fff,10vw 8vh 3px #fff,15vw 15vh 2px #fff,22vw 22vh 2px #fff,28vw 12vh 3px #fff,32vw 32vh 2px #fff,38vw 18vh 3px #fff,42vw 35vh 2px #fff,48vw 25vh 3px #fff,53vw 42vh 2px #fff,58vw 15vh 3px #fff,63vw 38vh 2px #fff,68vw 28vh 3px #fff,73vw 45vh 2px #fff,78vw 32vh 3px #fff,83vw 48vh 2px #fff,88vw 20vh 3px #fff,93vw 52vh 2px #fff,98vw 35vh 3px #fff,5vw 60vh 2px #fff,12vw 65vh 3px #fff,18vw 72vh 2px #fff,25vw 78vh 3px #fff,30vw 85vh 2px #fff,35vw 68vh 3px #fff,40vw 82vh 2px #fff,45vw 92vh 3px #fff,50vw 75vh 2px #fff,55vw 88vh 3px #fff,60vw 95vh 2px #fff,65vw 72vh 3px #fff,70vw 85vh 2px #fff,75vw 78vh 3px #fff,80vw 92vh 2px #fff,85vw 82vh 3px #fff,90vw 88vh 2px #fff,95vw 75vh 3px #fff;animation:twinkle 8s infinite linear}.stars:after{content:"";position:absolute;width:1.5px;height:1.5px;background:transparent;box-shadow:8vw 12vh 3px #fff,16vw 18vh 2px #fff,24vw 25vh 3px #fff,33vw 15vh 2px #fff,41vw 28vh 3px #fff,49vw 35vh 2px #fff,57vw 22vh 3px #fff,65vw 42vh 2px #fff,73vw 28vh 3px #fff,81vw 48vh 2px #fff,89vw 32vh 3px #fff,97vw 45vh 2px #fff,3vw 68vh 3px #fff,11vw 75vh 2px #fff,19vw 82vh 3px #fff,27vw 88vh 2px #fff,35vw 72vh 3px #fff,43vw 85vh 2px #fff,51vw 92vh 3px #fff,59vw 78vh 2px #fff;animation:twinkle 6s infinite linear reverse}.shooting-star{position:absolute;width:100px;height:3px;background:linear-gradient(90deg,white,transparent);animation:shoot 3s infinite ease-in}.shooting-star:nth-child(1){top:20%;left:-150px;animation-delay:0s}.shooting-star:nth-child(2){top:35%;left:-150px;animation-delay:1.2s}.shooting-star:nth-child(3){top:50%;left:-150px;animation-delay:2.5s}@keyframes twinkle{0%,to{opacity:.9}50%{opacity:.4}}@keyframes shoot{0%{transform:translate(0) translateY(0) rotate(25deg);opacity:1}to{transform:translate(120vw) translateY(50vh) rotate(25deg);opacity:0}}.slide-spacer{height:100vh;width:100vw}.title-container{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding-top:12rem;min-height:45vh}.line-1{position:relative;color:#00ff7f;text-shadow:0 0 4px #2b7336,0 0 10px #255e42;font-family:Courier New,Courier,monospace;text-transform:uppercase;font-size:clamp(2.5rem,10vw,7rem);border-right:3px solid rgba(255,255,255,.75);white-space:nowrap;overflow:hidden}.caption{color:#fff;text-shadow:0 0 3px #ffffff,0 0 70px #ffffff;font-family:Anonymous Pro,monospace;font-size:clamp(1rem,3vw,1.5rem);margin-top:1.5rem;text-align:center;border-right:2px solid rgba(255,255,255,.75);white-space:nowrap;overflow:hidden;width:0}.anim-typewriter{animation:typewriter 1.5s steps(9) .5s 1 normal both,blinkTextCursor .5s steps(9) infinite normal}@keyframes typewriter{0%{width:0}to{width:9ch}}.line-1.cursor-hidden{animation:typewriter 1.5s steps(9) .5s 1 normal both;border-right-color:transparent}.anim-typewriter-caption{animation:typewriter-caption 4s steps(75) normal both,blinkTextCursor .5s steps(75) infinite normal}@keyframes typewriter-caption{0%{width:0}to{width:75ch}}.caption.cursor-hidden{animation:typewriter-caption 4s steps(75) normal both;border-right-color:transparent}@keyframes blinkTextCursor{0%{border-right-color:#ffffffbf}to{border-right-color:transparent}}.media-controls{display:flex;justify-content:space-between;align-items:center;padding:2rem 4vw;gap:3rem;flex-wrap:wrap;position:relative;z-index:10;width:70%;margin:0 auto}.filters{display:flex;gap:1rem;flex-wrap:wrap}.dropdown{padding:.6rem 1rem;border-radius:8px;border:1px solid #ccc;background-color:#111;color:#fff;font-size:.95rem;cursor:pointer}.dropdown:focus{outline:none;border-color:#6ee7b7}.upload-btn{background-color:#06d86f;color:#000;padding:.6rem 1.2rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:background-color .3s ease}.upload-btn:hover{background-color:#34d399}.main-wrapper{min-height:100vh;width:100%;transition:background-color .5s ease;overflow-x:hidden}.tiles-layout{display:flex;justify-content:space-between;padding:2rem;gap:1rem;z-index:10;position:relative;width:70%;margin:0 auto;flex-wrap:wrap}.tile-column{flex:1;display:flex;flex-direction:column;gap:1rem}.tile{background-color:#ffffff1a;border-radius:12px;padding:1rem;color:#fff;font-family:sans-serif;box-shadow:0 0 10px #fff3}.tile img{width:100%;border-radius:8px}.tile-trigger-marker{height:1px;width:100%;position:relative;top:150px}.simple-footer{padding:1rem;background-color:#0b100e;color:#ccc;font-size:.9rem;text-align:center;border-top:1px solid #1E332D;margin-top:2rem}.simple-footer p{margin:.3rem 0}.footer-links{margin-top:.5rem;display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap}.footer-links a{color:#77f2c4;text-decoration:none;transition:opacity .2s ease}.footer-links a:hover{opacity:.7}.tile-modal{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0b1411cc;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .3s ease-in-out}.tile-modal-content{background-color:#0b100e;color:#fff;display:flex;flex-direction:column;width:90%;max-width:900px;height:90vh;border-radius:35px;overflow:hidden;box-shadow:0 0 30px #000c;animation:popIn .25s ease-in-out}.tile-modal-content .tile-info{text-align:center;padding:20px;background-color:#072019;border-bottom:1px solid #1e332d}.modal-image-container{flex:1;display:flex;align-items:center;justify-content:center;padding:20px;background-color:#072019;height:calc(90vh - 100px)}.modal-image-container img{max-width:100%;max-height:100%;object-fit:contain;border-radius:35px;transition:transform .3s ease-in-out}.modal-image-container img.zoomed{transform:scale(1.5);cursor:zoom-out!important}.tile-modal-content.zoomed .tile-info{opacity:.3;transition:opacity .3s ease-in-out}.tile-info{border-bottom:1px solid #334f47;padding-bottom:16px;margin-bottom:16px}.tile-info h3{font-size:1.5rem;margin-bottom:.4rem;color:#fff}.tile-info p{font-size:.9rem;color:#ccc;margin-bottom:.5rem}.tile-tags{display:flex;gap:10px;font-size:.8rem;color:#aaa}.tile-info h3{margin-bottom:10px}.tile-info p{color:#ccc}} .tile-comments::-webkit-scrollbar-track{background:transparent}.tile-comments p{margin-bottom:.6rem;font-size:.95rem;color:#e0e0e0;word-break:break-word}.comment-input{display:flex;gap:10px;align-items:center}.comment-input input{flex:1;padding:10px 14px;border-radius:20px;border:none;background-color:#0b100e;color:#fff;font-size:.95rem}.comment-input input::placeholder{color:#aaa}.comment-input button{padding:10px 16px;border:none;border-radius:20px;background-color:#0b100e;color:#fff;font-weight:700;cursor:pointer;border:1px solid #ffffff22;transition:background-color .2s ease}.comment-input button:hover{background-color:#1e332d}@keyframes popIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}@media (max-width: 768px){.tile-modal-content{flex-direction:column;height:90vh}.modal-left{max-height:40%;border-right:none;border-bottom:1px solid #333}.modal-right{height:60%}}.modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#000000d9;display:flex;justify-content:center;align-items:center;z-index:1000;animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background-color:#1a1c1e;padding:2rem;border-radius:12px;width:90%;max-width:550px;position:relative;box-shadow:0 10px 30px #00ff7f1a;border:1px solid #2a2e30;color:#f0f0f0;font-family:Anonymous Pro,monospace;animation:slideIn .4s cubic-bezier(.25,1,.5,1)}@keyframes slideIn{0%{transform:translateY(-30px) scale(.98);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}.modal-content h2{text-align:center;margin-bottom:1.5rem;color:#6ee7b7;font-weight:400;font-size:1.5rem}.modal-close-btn{position:absolute;top:1rem;right:1rem;background:none;border:none;color:#888;font-size:2rem;cursor:pointer;line-height:1;transition:color .2s,transform .2s}.modal-close-btn:hover{color:#fff;transform:scale(1.1)}.drag-drop-area{border:2px dashed #444;border-radius:8px;padding:1rem;text-align:center;color:#aaa;cursor:pointer;transition:border-color .3s,background-color .3s;margin-bottom:1rem;display:flex;justify-content:center;align-items:center;min-height:180px;background-color:#242628}.drag-drop-area.dragging,.drag-drop-area:hover{border-color:#06d86f;background-color:#2a2e30}.image-preview{max-width:100%;max-height:200px;border-radius:6px;object-fit:cover}.description-box{width:100%;min-height:80px;padding:.75rem;border-radius:8px;border:1px solid #444;background-color:#242628;color:#fff;font-size:1rem;font-family:Anonymous Pro,monospace;resize:vertical;margin-bottom:.5rem;box-sizing:border-box}.description-box:focus{outline:none;border-color:#6ee7b7}.word-counter{text-align:right;font-size:.8rem;color:#aaa;margin-bottom:1rem}.tag-selector-container{margin-bottom:1rem}.tag-selector-container label{display:block;margin-bottom:.5rem;color:#ccc;font-size:.9rem}.tag-selector{width:100%;padding:.75rem;border-radius:8px;border:1px solid #444;background-color:#242628;color:#fff;font-size:1rem;font-family:Anonymous Pro,monospace;cursor:pointer}.tag-selector:focus{outline:none;border-color:#6ee7b7}.modal-submit-btn{width:100%;background-color:#06d86f;color:#000;padding:.8rem 1.2rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:background-color .3s ease,transform .2s ease;font-size:1rem;margin-top:.5rem}.modal-submit-btn:hover{background-color:#34d399;transform:translateY(-2px)}.error-message{color:#ff6b6b;text-align:center;margin-bottom:1rem;font-size:.9rem;background-color:#ff6b6b1a;padding:.5rem;border-radius:6px}.contact-page{min-height:100vh;background:linear-gradient(135deg,#1e332d,#0b100e,#000,#0b100e,#1e332d)}.contact-container{padding:40px 20px;font-family:Inter,Segoe UI,sans-serif;background:linear-gradient(135deg,#000,#0b100e,#1e332d,#0b100e,#000);min-height:100vh;color:#fff;display:flex;align-items:center}.contact-wrapper{max-width:1200px;margin:0 auto;width:100%}.contact-header{text-align:center;margin-bottom:40px}.contact-badge{display:inline-flex;align-items:center;background:#00ff7f1a;border:1px solid rgba(0,255,127,.3);padding:8px 16px;border-radius:20px;font-size:14px;color:#00ff7f;margin-bottom:20px}.contact-badge .icon{width:16px;height:16px;margin-right:8px}.contact-heading{font-size:48px;font-weight:700;color:#00ff7f;margin-bottom:20px;letter-spacing:-.02em}.contact-subheading{font-size:18px;color:#b0b0b0;max-width:600px;margin:0 auto;line-height:1.6}.contact-section{margin-bottom:30px}.contact-section-header{margin-bottom:20px}.contact-title{font-size:32px;font-weight:700;color:#fff;margin-bottom:8px}.contact-subtitle{font-size:16px;color:#b0b0b0;margin-top:8px}.contact-main-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start}.contact-info-section{display:flex;flex-direction:column}.contact-info-card{background:linear-gradient(135deg,#ffffff0d,#ffffff05);border:1px solid rgba(0,255,127,.2);border-radius:20px;padding:30px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.contact-item{display:flex;gap:16px;align-items:flex-start;margin-bottom:24px}.contact-item:last-of-type{margin-bottom:30px}.contact-item .icon{width:20px;height:20px;color:#00ff7f;margin-top:2px;flex-shrink:0}.contact-item div{flex:1}.contact-item strong{color:#fff;font-weight:600;font-size:16px;display:block;margin-bottom:4px}.contact-item p{color:#b0b0b0;font-size:14px;line-height:1.5;margin:0}.contact-actions{display:flex;justify-content:center}.social-links-grid{display:flex;justify-content:center;gap:30px;flex-wrap:wrap}.social-link-card{display:flex;flex-direction:column;align-items:center;gap:12px;background:linear-gradient(135deg,#ffffff0d,#ffffff05);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:30px 20px;text-decoration:none;color:#fff;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);min-width:120px}.social-link-card:hover{border-color:#00ff7f4d;box-shadow:0 10px 30px #00ff7f1a;transform:translateY(-5px)}.social-icon{width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#ffffff1a;transition:all .3s ease}.social-link-card:hover .social-icon{background:#00ff7f33;transform:scale(1.1)}.social-icon .icon{width:24px;height:24px;margin-left:8px}.social-name{font-size:14px;font-weight:600;color:#fff}.location-container{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start}.location-info{display:flex;flex-direction:column}.location-card{background:linear-gradient(135deg,#ffffff0d,#ffffff05);border:1px solid rgba(0,255,127,.2);border-radius:20px;padding:30px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.location-header{display:flex;align-items:center;gap:12px;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.1)}.location-icon{width:24px;height:24px;color:#00ff7f}.location-header h3{font-size:24px;font-weight:700;color:#fff;margin:0}.location-details{display:flex;flex-direction:column;gap:20px;margin-bottom:24px}.location-item{display:flex;gap:16px;align-items:flex-start}.location-item .icon{width:20px;height:20px;color:#00ff7f;margin-top:2px;flex-shrink:0}.location-item div{flex:1}.location-item strong{color:#fff;font-weight:600;font-size:14px;display:block;margin-bottom:4px}.location-item p{color:#b0b0b0;font-size:14px;line-height:1.5;margin:0}.location-actions{display:flex;justify-content:center}.directions-btn{display:flex;align-items:center;gap:8px;background:linear-gradient(135deg,#00ff8011,#00c45a);color:#000;padding:12px 24px;border-radius:50px;text-decoration:none;font-weight:600;font-size:14px;transition:all .3s ease}.directions-btn:hover{background:linear-gradient(135deg,#00c45a,#00ff7f);transform:translateY(-2px);box-shadow:0 8px 20px #00ff7f4d}.directions-btn .icon{width:16px;height:16px}.map-container{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.map-container iframe{border-radius:16px;box-shadow:0 10px 30px #0000004d}@media (max-width: 768px){.contact-container{padding:20px 16px}.contact-heading{font-size:32px}.contact-main-grid{grid-template-columns:1fr;gap:30px}.social-links-grid{gap:20px}.social-link-card{padding:20px 15px;min-width:100px}.map-container{padding:16px}.map-container iframe{height:300px}}@media (max-width: 480px){.contact-heading{font-size:28px}.contact-info-card{padding:24px}.contact-info-icon{width:50px;height:50px}.contact-info-icon .icon{width:24px;height:24px}.location-card{padding:20px}.location-header h3{font-size:20px}.map-container iframe{height:250px}}.account-page{min-height:100vh;background:linear-gradient(135deg,#1e332d,#0b100e,#000,#0b100e,#1e332d);color:#fff}.page-container{max-width:1200px;margin:0 auto;padding:40px 20px}.page-header{text-align:center;margin-bottom:60px}.page-header h1{font-size:3rem;color:#00c45a;margin-bottom:20px;font-family:Bitcount Grid Double,cursive}.page-header p{font-size:1.2rem;color:#ccc;max-width:600px;margin:0 auto}.coming-soon{display:flex;justify-content:center;align-items:center;min-height:400px}.coming-soon-content{text-align:center;background:#1e332dcc;padding:60px 40px;border-radius:20px;border:1px solid rgba(0,196,90,.2);box-shadow:0 10px 30px #0000004d}.coming-soon-content h2{font-size:2.5rem;color:#00c45a;margin-bottom:20px}.coming-soon-content p{font-size:1.1rem;color:#ccc;line-height:1.6}@media (max-width: 768px){.page-header h1{font-size:2rem}.coming-soon-content{padding:40px 20px}.coming-soon-content h2{font-size:2rem}}.hero-nav{min-height:100px;padding:10px 40px 10px 10px;font-size:1.5rem;display:flex;align-items:center;justify-content:center;width:100%;position:relative;top:0;z-index:100;background:#0000004d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;transform:translateY(-15px);transition:opacity .3s ease-out .1s,transform .3s ease-out .1s}.hero-nav.fade-in{opacity:1;transform:translateY(0)}.nav-section.left,.nav-section.right{display:flex;align-items:center;gap:90px}.nav-section.center{display:flex;align-items:center;justify-content:center;margin:0;padding:0 20px 0 30px;min-width:200px}.nav-link,.scramble{color:#fff!important;text-decoration:none;font-size:1.25rem;transition:color .3s;background:none;border:none;padding:0;margin:0;font-family:inherit;cursor:pointer;letter-spacing:1px;-webkit-user-select:none;user-select:none}.nav-link:hover,.nav-link.active{color:#00c45a}.logo{width:100px;height:100px;-webkit-user-select:none;user-select:none}.arrow{font-size:.8rem;margin-left:5px}.scramble{font-size:1rem;cursor:pointer;letter-spacing:1px;white-space:nowrap;-webkit-user-select:none;user-select:none;color:#fff;transition:color .3s ease}.char{color:#fff;transition:color .3s ease}.scramble.active .char{color:#00c45a!important}@media (max-width: 1024px){.hero-nav{padding:15px 30px}.nav-section{gap:20px}.nav-link{font-size:.9rem}.logo{width:50px;height:50px}}@media (max-width: 768px){.hero-nav{padding:10px 20px;flex-wrap:wrap}.nav-section{gap:15px}.nav-section.left,.nav-section.right{order:2;flex:none}.nav-section.center{order:1;width:100%;justify-content:center;margin-bottom:10px}.nav-link{font-size:.8rem}}@media (max-width: 480px){.nav-section.left,.nav-section.right{flex-direction:column;gap:10px}}
