*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;--bg-primary: #000814;--bg-secondary: #001a33;--bg-tertiary: #003366;--text-primary: #ffffff;--text-secondary: #b3d9ff;--accent-primary: #0096ff;--accent-secondary: #00ccff;--glass-bg: rgba(0, 51, 102, .2);--glass-border: rgba(255, 255, 255, .2);color-scheme:dark;color:var(--text-primary);background-color:var(--bg-primary);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}[data-theme=light]{--bg-primary: #f0f8ff;--bg-secondary: #e6f3ff;--bg-tertiary: #cce7ff;--text-primary: #001a33;--text-secondary: #4d94cc;--accent-primary: #0066cc;--accent-secondary: #0099cc;--glass-bg: rgba(255, 255, 255, .3);--glass-border: rgba(0, 102, 204, .2);color-scheme:light;color:var(--text-primary);background-color:var(--bg-primary)}body{margin:0;min-width:320px;min-height:100vh;background:transparent;transition:background .3s ease}[data-theme=light] body{background:transparent}#root{width:100%;min-height:100vh}h1,h2,h3,h4,h5,h6{line-height:1.2;font-weight:700}p{line-height:1.6}a{color:var(--accent-secondary);text-decoration:none;transition:color .3s ease}a:hover{color:var(--accent-primary)}button{font-family:inherit;cursor:pointer}img{max-width:100%;height:auto;display:block}*:focus-visible{outline:2px solid var(--accent-primary);outline-offset:2px}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.container{width:100%;max-width:1400px;margin:0 auto;padding:0 2rem}@media(max-width:768px){.container{padding:0 1.5rem}}@media(max-width:480px){.container{padding:0 1rem}}.text-gradient{background:linear-gradient(135deg,var(--accent-primary),var(--accent-secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.blur-bg{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.loading-screen{position:fixed;top:0;left:0;width:100%;height:100vh;background:transparent;display:flex;justify-content:center;align-items:center;z-index:9999;overflow:hidden}.loading-video{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;z-index:1}.loading-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:2}.loading-content{position:relative;z-index:3;text-align:center}.loading-logo{margin-bottom:2rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.loading-logo-image{width:450px;height:auto;object-fit:contain;filter:drop-shadow(0 0 30px rgba(102,126,234,.6)) drop-shadow(0 0 60px rgba(118,75,162,.4));animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.loading-subtitle{font-size:1.2rem;color:#6cf;font-weight:400;letter-spacing:.2em;text-transform:uppercase;text-shadow:0 2px 10px rgba(0,0,0,.8)}.progress-container{display:flex;flex-direction:column;align-items:center;gap:1rem;width:300px;margin:0 auto}.progress-bar{width:100%;height:4px;background:#fff3;border-radius:10px;overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 10px #00000080}.progress-fill{height:100%;background:linear-gradient(90deg,#0ea5e9,#06b6d4);border-radius:10px;box-shadow:0 0 20px #667eeacc}.progress-text{color:#fff;font-size:1rem;font-weight:600;text-shadow:0 2px 10px rgba(0,0,0,.8)}@media(max-width:768px){.loading-video{min-width:unset;width:100%;height:100%;object-fit:cover}.loading-logo-image{width:300px}.loading-subtitle{font-size:.9rem}.progress-container{width:250px}}@media(max-width:480px){.loading-logo-image{width:260px}}.header{position:fixed;top:0;left:0;right:0;z-index:1000;padding:.5rem 2rem;transition:all .3s ease;background:#001a334d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1);height:70px}.header.scrolled{background:#001a33cc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 4px 20px #0000004d}[data-theme=light] .header{background:#ffffff4d;border-bottom:1px solid rgba(0,0,0,.1)}[data-theme=light] .header.scrolled{background:#ffffffe6;box-shadow:0 4px 20px #0000001a}.nav-container{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;height:100%}.logo{text-decoration:none;display:flex;align-items:center;height:100%}.logo-container{display:flex;align-items:center;height:100%;position:relative}.logo-image{height:120px;width:auto;max-width:350px;object-fit:contain;filter:drop-shadow(0 2px 10px rgba(102,126,234,.5));margin-top:-10px;margin-bottom:-10px}[data-theme=light] .logo-image{filter:drop-shadow(0 2px 8px rgba(102,126,234,.4))}.nav-links{display:flex;list-style:none;gap:2.5rem;margin:0;padding:0}.nav-links a{color:#fff;text-decoration:none;font-weight:500;transition:all .3s ease;position:relative}[data-theme=light] .nav-links a{color:#333}.nav-links a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:linear-gradient(90deg,#06f,#0cf);transition:width .3s ease}.nav-links a:hover:after,.nav-links a.active:after{width:100%}.nav-links a.active{color:#0cf}[data-theme=light] .nav-links a.active{color:#06c}.header-actions{display:flex;align-items:center;gap:1rem}.theme-toggle{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}[data-theme=light] .theme-toggle{background:#0000000d;border:1px solid rgba(0,0,0,.1);color:#333}.theme-toggle:hover{background:#0096ff4d;border-color:#0096ff80}.mobile-menu-toggle{display:none;background:none;border:none;color:#fff;cursor:pointer;padding:.5rem}[data-theme=light] .mobile-menu-toggle{color:#333}.mobile-nav{display:none}@media(max-width:968px){.desktop-nav{display:none}.mobile-menu-toggle{display:block}.mobile-nav{display:block;position:fixed;top:85px;right:0;width:100%;max-width:300px;height:calc(100vh - 85px);background:#001a33f2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:2rem;border-left:1px solid rgba(255,255,255,.1)}[data-theme=light] .mobile-nav{background:#fffffff2;border-left:1px solid rgba(0,0,0,.1)}.mobile-nav-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1.5rem}.mobile-nav-links a{color:#fff;text-decoration:none;font-size:1.2rem;font-weight:500;display:block;padding:.5rem 1rem;border-radius:8px;transition:all .3s ease}[data-theme=light] .mobile-nav-links a{color:#333}.mobile-nav-links a:hover,.mobile-nav-links a.active{background:#0096ff33;color:#0cf}[data-theme=light] .mobile-nav-links a:hover,[data-theme=light] .mobile-nav-links a.active{background:#0066cc1a;color:#06c}}@media(max-width:480px){.header{padding:.5rem 1rem;height:60px}.logo-image{height:90px;max-width:250px;margin-top:-8px;margin-bottom:-8px}}.glass-card{background:#0363;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:20px;padding:2rem;box-shadow:0 8px 32px #0000004d;transition:all .3s ease}[data-theme=light] .glass-card{background:#ffffff4d;border:1px solid rgba(0,102,204,.2);box-shadow:0 8px 32px #0066cc1a}.glass-card:hover{border-color:#0096ff66;box-shadow:0 12px 40px #0096ff4d}[data-theme=light] .glass-card:hover{border-color:#06c6;box-shadow:0 12px 40px #06c3}.footer{background:linear-gradient(135deg,#141e30f2,#243b55f2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid rgba(255,255,255,.1);margin-top:4rem;padding:3rem 0 1.5rem;color:#ffffffe6}[data-theme=light] .footer{background:linear-gradient(135deg,#f0f4f8f2,#e2e8f0f2);border-top:1px solid rgba(0,0,0,.1);color:#000000d9}.footer-content{width:100%}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:2rem;margin-bottom:2rem}.footer-section{display:flex;flex-direction:column;gap:1rem}.footer-brand{max-width:100%}.footer-logo{display:flex;align-items:center;margin-bottom:.75rem}.footer-logo-image{width:140px;height:auto;object-fit:contain;flex-shrink:0}.footer-tagline{font-size:.9rem;font-weight:600;color:#fffc;margin:0 0 .75rem;letter-spacing:.5px}[data-theme=light] .footer-tagline{color:#000000b3}.footer-description{font-size:.9rem;line-height:1.5;color:#ffffffbf;margin:0 0 1rem}[data-theme=light] .footer-description{color:#000000b3}.footer-social{display:flex;gap:1rem}.social-link{width:45px;height:45px;border-radius:50%;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;color:#fff;transition:all .3s ease}[data-theme=light] .social-link{background:#0000000d;border:1px solid rgba(0,0,0,.1);color:#333}.social-link:hover{transform:translateY(-3px);background:linear-gradient(135deg,#0ea5e9,#06b6d4);color:#fff;box-shadow:0 5px 20px #667eea66}.footer-heading{font-size:1rem;font-weight:600;margin:0 0 .75rem;color:#fff}[data-theme=light] .footer-heading{color:#1a202c}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.footer-links li a{color:#fffc;text-decoration:none;font-size:.95rem;transition:all .3s ease;display:inline-block}[data-theme=light] .footer-links li a{color:#000000b3}.footer-links li a:hover{color:#0ea5e9;transform:translate(5px)}.footer-contact{display:flex;flex-direction:column;gap:1rem}.contact-item{display:flex;align-items:center;gap:.75rem;font-size:.95rem}.contact-icon{color:#0ea5e9;flex-shrink:0}.contact-item a{color:#fffc;text-decoration:none;transition:color .3s ease}[data-theme=light] .contact-item a,[data-theme=light] .contact-item span{color:#000000b3}.contact-item a:hover{color:#0ea5e9}.footer-bottom{margin-top:1.5rem}.footer-divider{height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);margin-bottom:1.5rem}[data-theme=light] .footer-divider{background:linear-gradient(90deg,transparent,rgba(0,0,0,.1),transparent)}.footer-bottom-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-copyright,.footer-credits{font-size:.9rem;color:#fff9;margin:0}[data-theme=light] .footer-copyright,[data-theme=light] .footer-credits{color:#00000080}@media(max-width:1024px){.footer-grid{grid-template-columns:1fr 1fr;gap:2.5rem}.footer-brand{max-width:none}}@media(max-width:768px){.footer{padding:2.5rem 0 1.5rem}.footer-grid{grid-template-columns:1fr;gap:2rem}.footer-brand{max-width:100%}.footer-logo-image{width:130px}.footer-bottom-content{flex-direction:column;text-align:center}.social-link{width:40px;height:40px}}.home-page{min-height:100vh}.hero-section{position:relative;min-height:100vh;display:flex;align-items:flex-end;justify-content:center;padding:0 2rem 8vh 2rem;overflow:hidden;background:transparent}.hero-content{position:relative;z-index:2;width:100%;max-width:1200px}.hero-cards-container{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:end}.hero-glass-card{background:#00000073!important;-webkit-backdrop-filter:blur(12px)!important;backdrop-filter:blur(12px)!important;border:1px solid rgba(255,255,255,.15)!important;padding:2.5rem!important;border-radius:20px!important}.hero-logo{margin-bottom:2rem}.logo-circle{width:120px;height:120px;border-radius:50%;background:linear-gradient(135deg,#0ea5e9,#06b6d4);display:flex;align-items:center;justify-content:center;margin:0 auto;box-shadow:0 10px 40px #0ea5e966;border:3px solid rgba(255,255,255,.2)}.logo-text{font-size:2.5rem;font-weight:800;color:#fff;letter-spacing:2px;text-shadow:0 2px 10px rgba(0,0,0,.5)}.hero-title{font-size:3.5rem;font-weight:800;margin-bottom:.5rem;color:#fff;line-height:1.1;text-shadow:0 4px 20px rgba(0,0,0,.8)}[data-theme=light] .hero-title{color:#fff;text-shadow:0 4px 20px rgba(0,0,0,.8)}.gradient-text{background:linear-gradient(135deg,#38bdf8,#22d3ee);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;filter:drop-shadow(0 0 20px rgba(56,189,248,.5))}.hero-subtitle{font-size:1.5rem;color:#e0f2fe;margin-bottom:0;font-weight:600;text-shadow:0 3px 15px rgba(0,0,0,.8)}[data-theme=light] .hero-subtitle{color:#e0f2fe;text-shadow:0 3px 15px rgba(0,0,0,.8)}.hero-description{font-size:1.1rem;color:#fffffff2;margin-bottom:2rem;line-height:1.6;text-shadow:0 2px 10px rgba(0,0,0,.8)}[data-theme=light] .hero-description{color:#fffffff2;text-shadow:0 2px 10px rgba(0,0,0,.8)}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;border-radius:50px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s ease;border:none;cursor:pointer}.btn-primary{background:linear-gradient(135deg,#0ea5e9,#06b6d4);color:#fff;box-shadow:0 8px 25px #0ea5e999,0 0 40px #06b6d466;border:2px solid rgba(255,255,255,.2);position:relative;overflow:hidden}.btn-primary:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#06b6d4,#0ea5e9);opacity:0;transition:opacity .3s ease}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 12px 35px #0ea5e9cc,0 0 60px #06b6d499;border-color:#fff6}.btn-primary:hover:before{opacity:1}.btn-primary span,.btn-primary svg{position:relative;z-index:1}.btn-secondary{background:#ffffff1f;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:2px solid rgba(255,255,255,.5);color:#fff;box-shadow:0 8px 25px #0006}[data-theme=light] .btn-secondary{background:#ffffff40;border:2px solid rgba(255,255,255,.7);color:#fff}.btn-secondary:hover{transform:translateY(-3px);background:#fff3;border-color:#ffffffb3;box-shadow:0 12px 30px #00000080}.hero-background{position:absolute;inset:0;z-index:0;overflow:hidden}.wave-animation{position:absolute;bottom:0;left:0;width:100%;height:200px;background:linear-gradient(180deg,transparent,rgba(102,126,234,.1));animation:wave 8s ease-in-out infinite}@keyframes wave{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.video-section{padding:6rem 0;text-align:center}.section-title{font-size:3rem;font-weight:800;margin-bottom:1rem;color:#fffffff2}.section-subtitle{font-size:1.2rem;color:#ffffffb3;margin-bottom:3rem;max-width:700px;margin-left:auto;margin-right:auto}[data-theme=light] .section-subtitle{color:#000000a6}.video-card{max-width:900px;margin:0 auto;padding:0;overflow:hidden}.video-wrapper-home{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;background:#0003}.video-wrapper-home iframe{position:absolute;top:0;left:0;width:100%!important;height:100%!important;border-radius:12px}.about-video-card{padding:0;overflow:hidden}.about-dob-section{padding:6rem 0;background:#ffffff05}[data-theme=light] .about-dob-section{background:#00000005}.about-dob-content{display:grid;grid-template-columns:1.3fr 1fr;gap:4rem;align-items:start}.about-dob-text{display:flex;flex-direction:column;gap:2.5rem}.about-subsection h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#fffffff2;display:flex;align-items:center;gap:.75rem}[data-theme=light] .about-subsection h3{color:#000000e6}.inline-icon{color:#0ea5e9}.about-subsection p{font-size:1.05rem;line-height:1.8;color:#fffc;margin:0}[data-theme=light] .about-subsection p{color:#000000bf}.about-dob-visual{position:sticky;top:100px;display:flex;flex-direction:column;gap:2rem}.team-boat-photos{display:flex;flex-direction:column;gap:1.5rem}.team-boat-photo-card{padding:0;overflow:hidden;transition:transform .3s ease}.team-boat-photo-card:hover{transform:scale(1.02)}.team-boat-image{width:100%;height:auto;display:block;object-fit:cover;border-radius:12px}.mission-highlights{display:flex;flex-direction:column;gap:1.5rem}.highlight-item{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:#ffffff08;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:15px;transition:all .3s ease}[data-theme=light] .highlight-item{background:#00000008;border-color:#0000001a}.highlight-item:hover{transform:translate(5px);border-color:#667eea80}.highlight-icon{font-size:2rem;color:#0ea5e9;flex-shrink:0}.highlight-item h4{font-size:1.1rem;font-weight:700;margin:0 0 .5rem;color:#fffffff2}[data-theme=light] .highlight-item h4{color:#000000e6}.highlight-item p{font-size:.95rem;color:#ffffffb3;margin:0;line-height:1.6}[data-theme=light] .highlight-item p{color:#000000a6}.quick-nav-section{padding:6rem 0}.quick-nav-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem}.nav-card-link{text-decoration:none;display:block}.nav-card{padding:2.5rem 2rem;text-align:center;transition:all .3s ease;position:relative;overflow:hidden}.nav-card:hover{transform:translateY(-10px);box-shadow:0 15px 40px #667eea4d}.nav-card-icon{width:80px;height:80px;border-radius:20px;display:flex;align-items:center;justify-content:center;font-size:2.5rem;color:#fff;margin:0 auto 1.5rem;box-shadow:0 10px 30px #0003}.gradient-from-blue-500{background:linear-gradient(135deg,#3b82f6,#06b6d4)}.gradient-from-orange-500{background:linear-gradient(135deg,#f97316,#ef4444)}.gradient-from-green-500{background:linear-gradient(135deg,#10b981,#14b8a6)}.nav-card-title{font-size:1.5rem;font-weight:700;margin-bottom:.75rem;color:#fffffff2}[data-theme=light] .nav-card-title{color:#000000e6}.nav-card-description{font-size:1rem;color:#ffffffbf;line-height:1.6;margin-bottom:1.5rem}[data-theme=light] .nav-card-description{color:#000000b3}.nav-card-arrow{color:#0ea5e9;font-size:1.5rem}.stats-section{padding:6rem 0;background:#ffffff05}[data-theme=light] .stats-section{background:#00000005}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:3rem}.stat-number{font-size:3.5rem;font-weight:800;background:linear-gradient(135deg,#0ea5e9,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.75rem;text-align:center}.stat-label{font-size:1.1rem;color:#fffc;text-align:center}[data-theme=light] .stat-label{color:#000000b3}@media(max-width:1024px){.about-dob-content{grid-template-columns:1fr}.about-dob-visual{position:static}.team-boat-photos{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.stats-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.hero-section{padding:0 1.5rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.5rem}.hero-description{font-size:1.1rem}.logo-circle{width:90px;height:90px}.logo-text{font-size:1.8rem}.hero-buttons{flex-direction:column;align-items:stretch}.btn{width:100%;justify-content:center}.section-title{font-size:2.2rem}.section-subtitle{font-size:1.1rem}.quick-nav-grid,.stats-grid,.team-boat-photos{grid-template-columns:1fr}.video-section,.about-dob-section,.quick-nav-section,.stats-section{padding:4rem 0}.video-card,.about-video-card{margin:0 1rem}.video-wrapper-home{padding-bottom:75%}}@media(max-width:480px){.hero-title{font-size:2rem}.btn{padding:1rem 2rem;font-size:1rem}.stat-number{font-size:2.5rem}}.roboboat-page{min-height:100vh;padding-top:80px}.roboboat-hero{padding:4rem 0;text-align:center;position:relative}.roboboat-logo-container{display:inline-flex;align-items:center;justify-content:center;margin-bottom:2rem}.roboboat-logo{width:200px;height:auto;object-fit:contain;filter:drop-shadow(0 10px 30px rgba(102,126,234,.4))}.what-is-section{padding:4rem 0}.content-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.content-text{display:flex;flex-direction:column;gap:1.5rem}.text-large{font-size:1.2rem;font-weight:500;line-height:1.7;color:#fffffff2}[data-theme=light] .text-large{color:#000000d9}.content-text p{line-height:1.8;color:#fffc}[data-theme=light] .content-text p{color:#000000b3}.why-matters-section{padding:4rem 0;background:#ffffff05}[data-theme=light] .why-matters-section{background:#00000005}.matters-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2rem}.matter-icon{font-size:3rem;margin-bottom:1rem;color:#0ea5e9;display:flex;justify-content:center}.structure-section{padding:4rem 0}.structure-overview{max-width:900px;margin:2rem auto 0;padding:2.5rem}.structure-text{font-size:1.05rem;line-height:1.8;color:#ffffffd9;margin:0 0 1.5rem}[data-theme=light] .structure-text{color:#000000bf}.structure-text:last-child{margin-bottom:0}.structure-text strong{color:#fffffff2;font-weight:700}[data-theme=light] .structure-text strong{color:#000000e6}.stages-timeline{display:flex;flex-direction:column;gap:2rem;margin-top:2rem;max-width:800px;margin-left:auto;margin-right:auto}.stage-item{display:flex;align-items:flex-start;gap:2rem;padding:2rem;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:15px;transition:all .3s ease}[data-theme=light] .stage-item{background:#ffffffb3;border:1px solid rgba(0,0,0,.1)}.stage-item:hover{transform:translate(10px);border-color:#667eea80;box-shadow:0 5px 20px #667eea33}.stage-number{flex-shrink:0;width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#0ea5e9,#06b6d4);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;box-shadow:0 5px 15px #667eea4d}.stage-content h3{margin:0 0 .5rem;font-size:1.3rem;color:#fffffff2}[data-theme=light] .stage-content h3{color:#000000e6}.stage-content p{margin:0;color:#ffffffb3;line-height:1.6}[data-theme=light] .stage-content p{color:#0009}.challenges-section{padding:4rem 0;background:#ffffff05}[data-theme=light] .challenges-section{background:#00000005}.challenges-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem}.challenge-card{text-align:center;padding:2.5rem 1.5rem}.challenge-icon{font-size:3rem;color:#0ea5e9;margin-bottom:1.5rem}.challenge-name{font-size:1.2rem;font-weight:600;margin:0 0 1rem;color:#fffffff2}[data-theme=light] .challenge-name{color:#000000e6}.challenge-description{margin:0;color:#ffffffb3;line-height:1.6}[data-theme=light] .challenge-description{color:#0009}.strategy-section{padding:4rem 0}.strategy-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:2rem}.strategy-card{padding:2rem}.strategy-icon{font-size:2.5rem;color:#0ea5e9;margin-bottom:1rem}.strategy-card h3{font-size:1.2rem;margin:0 0 .75rem;color:#fffffff2}[data-theme=light] .strategy-card h3{color:#000000e6}.strategy-card p{margin:0;color:#ffffffb3;line-height:1.6}[data-theme=light] .strategy-card p{color:#0009}.strategy-details{margin-top:3rem;padding:2.5rem}.strategy-details h3{font-size:1.5rem;margin:0 0 2rem;text-align:center;color:#fffffff2}[data-theme=light] .strategy-details h3{color:#000000e6}.approach-content{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.approach-item h4{font-size:1.1rem;margin:0 0 .75rem;color:#ffffffe6;display:flex;align-items:center;gap:.75rem}[data-theme=light] .approach-item h4{color:#000000d9}.approach-icon{color:#0ea5e9;flex-shrink:0}.approach-item p{margin:0;color:#ffffffb3;line-height:1.7;font-size:.95rem}[data-theme=light] .approach-item p{color:#000000a6}@media(max-width:1024px){.content-grid,.strategy-grid,.approach-content,.matters-grid{grid-template-columns:1fr}.challenges-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}@media(max-width:768px){.roboboat-page{padding-top:60px}.roboboat-hero{padding:2rem 0}.roboboat-logo{width:150px}.what-is-section,.why-matters-section,.structure-section,.challenges-section,.strategy-section{padding:2.5rem 0}.text-large{font-size:1.1rem}.stage-item{flex-direction:column;gap:1rem;padding:1.5rem}.stage-number{width:50px;height:50px;font-size:1.2rem}.challenges-grid{grid-template-columns:1fr}}.boat-page{min-height:100vh;padding-top:80px}.boat-hero{padding:4rem 0;text-align:center;background:linear-gradient(135deg,#667eea1a,#764ba21a);border-radius:20px;margin-bottom:3rem}.page-title{font-size:3.5rem;font-weight:800;margin-bottom:1rem;background:linear-gradient(135deg,#0ea5e9,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:2px}.page-subtitle{font-size:1.3rem;color:#ffffffd9;margin:0 0 1rem}.hero-tagline{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:50px;font-size:.95rem;color:#ffffffe6}[data-theme=light] .hero-tagline{background:#0000000d;border:1px solid rgba(0,0,0,.1);color:#000c}.tagline-icon{color:#0ea5e9}.philosophy-section{margin-bottom:3rem}.philosophy-card{text-align:center;padding:3rem 2rem}.philosophy-text{font-size:1.1rem;line-height:1.8;color:#ffffffd9;margin:1.5rem 0 0;max-width:900px;margin-left:auto;margin-right:auto}[data-theme=light] .philosophy-text{color:#000000bf}.boat-showcase{margin-bottom:4rem}.boat-image-card{padding:0;overflow:hidden}.boat-main-image{width:100%;height:auto;display:block;object-fit:cover}.specs-section{margin-bottom:4rem;padding:3rem 0;background:#ffffff05;border-radius:20px}[data-theme=light] .specs-section{background:#00000005}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:2rem;color:#fffffff2}.section-subtitle{text-align:center;font-size:1.1rem;color:#ffffffb3;margin-bottom:2rem}.specs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.spec-card{text-align:center;padding:2rem 1rem}.spec-label{font-size:.85rem;color:#fff9;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:1.5px;font-weight:500}[data-theme=light] .spec-label{color:#00000080}.spec-value{font-size:1.5rem;font-weight:700;color:#fffffff2}[data-theme=light] .spec-value{color:#000000e6}.systems-sections{margin:4rem 0}.system-section{padding:3rem 0}.system-section:nth-child(2n){background:#ffffff05}[data-theme=light] .system-section:nth-child(2n){background:#00000005}.system-header{display:flex;align-items:center;gap:2rem;margin-bottom:2rem}.system-icon-wrapper{flex-shrink:0}.system-icon{width:80px;height:80px;border-radius:20px;background:linear-gradient(135deg,#0ea5e9,#06b6d4);display:flex;align-items:center;justify-content:center;font-size:2.5rem;color:#fff;box-shadow:0 10px 30px #667eea4d}.system-header-text{flex:1}.system-title{font-size:2rem;font-weight:700;margin:0 0 .5rem;color:#fffffff2}[data-theme=light] .system-title{color:#000000e6}.system-description{font-size:1.1rem;color:#ffffffb3;margin:0}[data-theme=light] .system-description{color:#0009}.system-details{padding:2.5rem}.details-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1.25rem}.details-list li{display:flex;align-items:flex-start;gap:1rem;font-size:1rem;line-height:1.7;color:#fffc}[data-theme=light] .details-list li{color:#000000bf}.list-icon{flex-shrink:0;margin-top:.25rem;color:#0ea5e9;font-size:1.2rem}.design-3d-section{padding:5rem 0;background:linear-gradient(180deg,#667eea05,#764ba205,#667eea05)}[data-theme=light] .design-3d-section{background:linear-gradient(180deg,#667eea08,#764ba208,#667eea08)}.section-header-3d{text-align:center;margin-bottom:3rem}.section-header-3d .section-subtitle{max-width:700px;margin-left:auto;margin-right:auto}.design-gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem}.gallery-item{cursor:pointer}.gallery-card{padding:0;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);border:2px solid rgba(102,126,234,.2)}.gallery-card:hover{border-color:#667eea99;box-shadow:0 20px 50px #667eea4d,0 0 0 1px #667eea1a;transform:translateY(-2px)}.gallery-image-container{position:relative;width:100%;aspect-ratio:4/3;overflow:hidden;background:linear-gradient(135deg,#667eea1a,#764ba21a)}.gallery-image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s cubic-bezier(.4,0,.2,1)}.gallery-card:hover .gallery-image{transform:scale(1.1)}.gallery-overlay{position:absolute;inset:0;background:linear-gradient(to top,#667eeae6,#764ba2b3);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;opacity:0;transition:opacity .3s ease}.gallery-card:hover .gallery-overlay{opacity:1}.expand-icon{font-size:3rem;color:#fff;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}.view-text{font-size:1rem;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:1.5px}.gallery-label{padding:1.25rem;text-align:center;background:#0006;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-top:1px solid rgba(255,255,255,.1)}[data-theme=light] .gallery-label{background:#fffc;border-top:1px solid rgba(0,0,0,.1)}.gallery-label p{font-size:1rem;font-weight:600;color:#fff;margin:0;letter-spacing:.5px}[data-theme=light] .gallery-label p{color:#000000e6}.lightbox-overlay{position:fixed;inset:0;background:#000000f2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:9999;display:flex;align-items:center;justify-content:center;padding:2rem;cursor:zoom-out}[data-theme=light] .lightbox-overlay{background:#000000eb}.lightbox-container{position:relative;max-width:1400px;max-height:90vh;width:100%;cursor:default}.lightbox-close{position:absolute;top:-3rem;right:0;width:50px;height:50px;border-radius:50%;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.2);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.5rem;cursor:pointer;transition:all .3s ease;z-index:10}.lightbox-close:hover{background:#fff3;border-color:#fff6;transform:rotate(90deg)}.lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);width:60px;height:60px;border-radius:50%;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.2);color:#fff;display:flex;align-items:center;justify-content:center;font-size:2rem;cursor:pointer;transition:all .3s ease;z-index:10}.lightbox-nav:hover{background:linear-gradient(135deg,#0ea5e9,#06b6d4);border-color:#fff6;transform:translateY(-50%) scale(1.1)}.lightbox-prev{left:-80px}.lightbox-next{right:-80px}.lightbox-content{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.lightbox-image{max-width:100%;max-height:calc(90vh - 100px);width:auto;height:auto;border-radius:12px;box-shadow:0 25px 100px #00000080;object-fit:contain}.lightbox-info{text-align:center;color:#fff;display:flex;flex-direction:column;gap:.5rem}.lightbox-info h3{font-size:1.5rem;font-weight:700;margin:0;background:linear-gradient(135deg,#0ea5e9,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.lightbox-counter{font-size:1rem;color:#ffffffb3;margin:0;font-weight:500}@media(max-width:1024px){.system-header{flex-direction:column;align-items:flex-start;text-align:left}.design-gallery-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.lightbox-nav{width:50px;height:50px;font-size:1.5rem}.lightbox-prev{left:-60px}.lightbox-next{right:-60px}}@media(max-width:768px){.design-gallery-grid{grid-template-columns:1fr;gap:1.5rem}.lightbox-overlay{padding:1rem}.lightbox-close{top:-2.5rem;width:45px;height:45px;font-size:1.3rem}.lightbox-nav{width:45px;height:45px;font-size:1.3rem}.lightbox-prev{left:.5rem}.lightbox-next{right:.5rem}.lightbox-info h3{font-size:1.2rem}.lightbox-counter{font-size:.9rem}}@media(max-width:768px){.boat-page{padding-top:60px}.page-title{font-size:2.5rem}.page-subtitle{font-size:1.1rem}.hero-tagline{font-size:.85rem;padding:.6rem 1.2rem}.philosophy-card{padding:2rem 1.5rem}.philosophy-text{font-size:1rem}.specs-grid{grid-template-columns:repeat(2,1fr)}.system-icon{width:60px;height:60px;font-size:2rem}.system-title{font-size:1.5rem}.system-description{font-size:1rem}.system-details{padding:1.5rem}.details-list{gap:1rem}.details-list li{font-size:.95rem}.boat-image-placeholder,.design-3d-placeholder{padding:6rem 1.5rem}.render-placeholder{padding:6rem 1rem}}@media(max-width:480px){.specs-grid{grid-template-columns:1fr}}.team-page{min-height:100vh;padding-top:80px}.team-hero{padding:4rem 0;text-align:center;background:linear-gradient(135deg,#667eea1a,#764ba21a);border-radius:20px;margin-bottom:3rem}.team-intro-section{margin-bottom:3rem}.team-intro-card{text-align:center;padding:3rem 2.5rem}.section-title{font-size:2.2rem;font-weight:700;margin-bottom:1.5rem;color:#fffffff2}.intro-text{font-size:1.1rem;line-height:1.8;color:#fffc;max-width:900px;margin:0 auto}[data-theme=light] .intro-text{color:#000000b3}.team-video-section{margin:3rem 0;padding:3rem 0}.team-video-section .section-title{text-align:center;margin-bottom:2rem}.team-video-card{padding:0;overflow:hidden;max-width:900px;margin:0 auto}.video-wrapper{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;background:#0003}.video-wrapper iframe{position:absolute;top:0;left:0;width:100%!important;height:100%!important;border-radius:12px}.group-photo-section{margin-bottom:4rem;padding:3rem 0;background:#ffffff05}[data-theme=light] .group-photo-section{background:#00000005}.single-photo-container{max-width:900px;margin:2rem auto 1.5rem}.group-photo-card{padding:0;overflow:hidden}.group-photo{width:100%;height:auto;display:block;object-fit:cover;transition:transform .3s ease}.group-photo-card:hover .group-photo{transform:scale(1.02)}.gallery-link-text{text-align:center;font-size:1.1rem;color:#ffffffb3;margin:1rem 0 0}[data-theme=light] .gallery-link-text{color:#0009}.gallery-link{color:#0ea5e9;font-weight:600;text-decoration:none;position:relative;transition:all .3s ease}.gallery-link:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:linear-gradient(135deg,#0ea5e9,#06b6d4);transition:width .3s ease}.gallery-link:hover{color:#06b6d4}.gallery-link:hover:after{width:100%}.departments-container{margin:4rem 0}.department-section{padding:3rem 0}.department-section:nth-child(2n){background:#ffffff05}[data-theme=light] .department-section:nth-child(2n){background:#00000005}.department-header{display:flex;align-items:center;gap:2rem;margin-bottom:3rem}.department-icon{flex-shrink:0;width:90px;height:90px;border-radius:20px;display:flex;align-items:center;justify-content:center;font-size:3rem;color:#fff;box-shadow:0 10px 30px #0003}.department-header-text{flex:1}.department-name{font-size:2.2rem;font-weight:700;margin:0 0 .5rem;color:#fffffff2}[data-theme=light] .department-name{color:#000000e6}.department-description{font-size:1.1rem;color:#ffffffb3;margin:0}[data-theme=light] .department-description{color:#0009}.members-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}.member-card{padding:2rem;text-align:center;transition:all .3s ease}.member-card:hover{transform:translateY(-5px)}.member-photo{width:180px;height:180px;border-radius:50%;overflow:hidden;margin:0 auto 1.5rem;border:4px solid rgba(102,126,234,.4);box-shadow:0 8px 25px #667eea4d;transition:all .3s ease}.member-photo img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.member-card:hover .member-photo{border-color:#667eeab3;box-shadow:0 12px 35px #667eea80;transform:scale(1.05)}.member-card:hover .member-photo img{transform:scale(1.15)}.member-info{display:flex;flex-direction:column;gap:.5rem}.member-name{font-size:1.3rem;font-weight:600;margin:0;color:#fffffff2}[data-theme=light] .member-name{color:#000000e6}.member-role{font-size:1rem;font-weight:500;color:#0ea5e9;margin:0}.leadership-section{margin:3rem 0;padding:3rem 0;background:#ffffff05}[data-theme=light] .leadership-section{background:#00000005}.leadership-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.leadership-card{background:linear-gradient(135deg,#667eea1a,#764ba21a);border:2px solid rgba(102,126,234,.3)}.leadership-card:hover{border-color:#667eea99;box-shadow:0 10px 40px #667eea66}.team-stats-section{padding:4rem 0;background:#ffffff05;border-radius:20px;margin:4rem 0}[data-theme=light] .team-stats-section{background:#00000005}.team-stats-section .section-title{text-align:center;margin-bottom:3rem}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.stat-number{font-size:3rem;font-weight:800;background:linear-gradient(135deg,#0ea5e9,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.stat-label{font-size:1rem;color:#ffffffb3;text-align:center}[data-theme=light] .stat-label{color:#0009}.join-cta-section{margin:4rem 0}.join-cta-card{text-align:center;padding:3rem 2rem;background:linear-gradient(135deg,#667eea1a,#764ba21a)}.join-cta-card h2{font-size:2rem;font-weight:700;margin:0 0 1rem;color:#fffffff2}[data-theme=light] .join-cta-card h2{color:#000000e6}.join-cta-card p{font-size:1.1rem;line-height:1.7;color:#fffc;margin:0 0 2rem;max-width:700px;margin-left:auto;margin-right:auto}[data-theme=light] .join-cta-card p{color:#000000b3}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;border-radius:50px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#0ea5e9,#06b6d4);color:#fff;border:none;box-shadow:0 5px 20px #667eea66}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #667eea80}@media(max-width:1024px){.members-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.stats-grid{grid-template-columns:repeat(2,1fr)}.department-header{flex-direction:column;align-items:flex-start;text-align:left}}@media(max-width:768px){.team-page{padding-top:60px}.team-hero{padding:2.5rem 0}.hero-icon{width:80px;height:80px}.page-title{font-size:2.2rem}.page-subtitle{font-size:1.1rem}.team-intro-card{padding:2rem 1.5rem}.section-title{font-size:1.8rem}.intro-text{font-size:1rem}.leadership-grid{grid-template-columns:repeat(2,1fr)}.single-photo-container{max-width:100%;margin:2rem 0 1.5rem}.member-photo{width:160px;height:160px}.department-icon{width:70px;height:70px;font-size:2.5rem}.department-name{font-size:1.8rem}.department-description{font-size:1rem}.members-grid,.stats-grid{grid-template-columns:1fr}.join-cta-card{padding:2.5rem 1.5rem}.join-cta-card h2{font-size:1.6rem}.join-cta-card p{font-size:1rem}.team-video-card{margin:0 1rem}.video-wrapper{padding-bottom:75%}.single-photo-container{margin:1.5rem 0 1rem}.gallery-link-text{font-size:1rem;padding:0 1rem}}.projects-page{min-height:100vh;padding-top:80px}.projects-hero{padding:4rem 0;text-align:center;background:linear-gradient(135deg,#667eea1a,#764ba21a);border-radius:20px;margin-bottom:3rem}.featured-project-section{margin:4rem 0}.featured-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#0ea5e9,#06b6d4);color:#fff;border-radius:50px;font-weight:600;margin-bottom:2rem;box-shadow:0 5px 20px #667eea66}.featured-project-card{padding:3rem}.featured-content{display:grid;grid-template-columns:1.5fr 1fr;gap:3rem;align-items:start}.featured-header{margin-bottom:1.5rem}.featured-title{font-size:2.5rem;font-weight:800;margin:0 0 1rem;background:linear-gradient(135deg,#0ea5e9,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.featured-meta{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.meta-item{display:flex;align-items:center;gap:.5rem;color:#ffffffb3;font-size:.95rem}[data-theme=light] .meta-item{color:#0009}.status-badge{padding:.4rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600}.status-badge.ongoing{background:#43e97b33;color:#43e97b;border:1px solid #43e97b}.featured-description{font-size:1.1rem;line-height:1.8;color:#fffc;margin-bottom:2rem}[data-theme=light] .featured-description{color:#000000b3}.featured-subsection{margin-bottom:2rem}.featured-subsection h3{font-size:1.3rem;font-weight:600;margin:0 0 1rem;color:#fffffff2}[data-theme=light] .featured-subsection h3{color:#000000e6}.highlights-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.highlights-list li{display:flex;align-items:flex-start;gap:.75rem;color:#fffc;line-height:1.6}[data-theme=light] .highlights-list li{color:#000000bf}.highlights-list li:before{content:"✓";color:#43e97b;font-weight:700;flex-shrink:0}.tech-tags{display:flex;flex-wrap:wrap;gap:.75rem}.tech-tag{padding:.5rem 1rem;background:#667eea33;border:1px solid rgba(102,126,234,.4);border-radius:20px;font-size:.9rem;color:#ffffffe6;font-weight:500}[data-theme=light] .tech-tag{background:#667eea1a;color:#000c}.tech-tag.small{padding:.4rem .8rem;font-size:.8rem}.featured-visual{position:sticky;top:100px}.featured-image-placeholder{aspect-ratio:1;background:linear-gradient(135deg,#667eea1a,#764ba21a);border-radius:20px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem}.featured-image-placeholder .placeholder-icon{font-size:6rem;margin-bottom:1rem;color:#0ea5e9;display:flex;justify-content:center}.featured-image-placeholder p{font-size:1.5rem;font-weight:700;color:#fffc;margin:0}[data-theme=light] .featured-image-placeholder p{color:#000000b3}.past-projects-section{margin:5rem 0;padding:3rem 0;background:#ffffff05}[data-theme=light] .past-projects-section{background:#00000005}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:1rem;color:#fffffff2}[data-theme=light] .section-title{color:#000000e6}.section-subtitle{text-align:center;font-size:1.1rem;color:#ffffffb3;margin-bottom:3rem}[data-theme=light] .section-subtitle{color:#0009}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.project-card{padding:0;overflow:hidden;display:flex;flex-direction:column;transition:all .3s ease}.project-card:hover{transform:translateY(-5px);box-shadow:0 10px 40px #667eea4d}.project-image-placeholder{aspect-ratio:16/9;background:linear-gradient(135deg,#667eea1a,#764ba21a);display:flex;align-items:center;justify-content:center}.project-icon{font-size:4rem;color:#0ea5e9;display:flex;align-items:center;justify-content:center}.project-content{padding:2rem;flex:1;display:flex;flex-direction:column;gap:1rem}.project-header{margin-bottom:.5rem}.project-title{font-size:1.4rem;font-weight:700;margin:0 0 .75rem;color:#fffffff2}[data-theme=light] .project-title{color:#000000e6}.project-meta{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.project-year{display:flex;align-items:center;gap:.3rem;font-size:.85rem;color:#fff9}[data-theme=light] .project-year{color:#00000080}.project-category{padding:.25rem .75rem;background:#667eea33;border-radius:15px;font-size:.8rem;color:#0ea5e9;font-weight:500}.project-description{flex:1;font-size:.95rem;line-height:1.7;color:#ffffffbf;margin:0}[data-theme=light] .project-description{color:#000000b3}.project-tech{display:flex;flex-wrap:wrap;gap:.5rem}.project-outcome{display:flex;align-items:center;gap:.5rem;padding-top:1rem;margin-top:auto;border-top:1px solid rgba(255,255,255,.1);color:#43e97b;font-weight:500;font-size:.9rem}[data-theme=light] .project-outcome{border-top:1px solid rgba(0,0,0,.1)}.outcome-icon{color:#43e97b}.competition-history-section{margin:5rem 0}.competition-timeline{display:flex;flex-direction:column;gap:2rem;max-width:800px;margin:0 auto}.competition-card{display:flex;align-items:center;gap:2rem;padding:2rem;transition:all .3s ease}.competition-card:hover{transform:translate(10px);border-color:#667eea80}.competition-year{flex-shrink:0;font-size:2rem;font-weight:800;background:linear-gradient(135deg,#0ea5e9,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;min-width:80px}.competition-content{flex:1}.competition-event{font-size:1.3rem;font-weight:700;margin:0 0 .75rem;color:#fffffff2}[data-theme=light] .competition-event{color:#000000e6}.competition-achievement{display:flex;align-items:center;gap:.5rem;color:#43e97b;font-weight:600;margin-bottom:.5rem}.achievement-icon{color:#43e97b}.competition-description{color:#ffffffb3;margin:0;font-size:.95rem}[data-theme=light] .competition-description{color:#000000a6}.research-section{margin:5rem 0 4rem}.research-card{text-align:center;padding:3rem;background:linear-gradient(135deg,#667eea1a,#764ba21a)}.research-icon{display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#0ea5e9,#06b6d4);color:#fff;margin-bottom:1.5rem;box-shadow:0 10px 30px #667eea4d}.research-card h2{font-size:2rem;font-weight:700;margin:0 0 1rem;color:#fffffff2}[data-theme=light] .research-card h2{color:#000000e6}.research-card>p{font-size:1.1rem;line-height:1.8;color:#fffc;margin:0 0 2rem;max-width:800px;margin-left:auto;margin-right:auto}[data-theme=light] .research-card>p{color:#000000b3}.research-areas{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2rem}.research-item{text-align:left}.research-item h4{font-size:1.1rem;margin:0 0 .5rem;color:#fffffff2}[data-theme=light] .research-item h4{color:#000000e6}.research-item p{font-size:.95rem;line-height:1.6;color:#ffffffb3;margin:0}[data-theme=light] .research-item p{color:#000000a6}@media(max-width:1024px){.featured-content{grid-template-columns:1fr}.featured-visual{position:static}.projects-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.research-areas{grid-template-columns:1fr}}@media(max-width:768px){.projects-page{padding-top:60px}.projects-hero{padding:2.5rem 0}.hero-icon{width:80px;height:80px}.page-title{font-size:2.2rem}.featured-project-card{padding:2rem 1.5rem}.featured-title,.section-title{font-size:2rem}.projects-grid{grid-template-columns:1fr}.competition-card{flex-direction:column;align-items:flex-start;text-align:left}.competition-year{min-width:auto}.research-card{padding:2.5rem 1.5rem}.research-icon{width:60px;height:60px}}.blog-page{min-height:100vh;padding-top:80px}.blog-hero{padding:4rem 0;text-align:center;background:linear-gradient(135deg,#667eea1a,#764ba21a);border-radius:20px;margin-bottom:3rem}.categories-scroll{display:flex;gap:1rem;padding:.5rem 0;overflow-x:auto;scrollbar-width:thin}.category-btn:hover{background:#667eea1a;transform:translateY(-2px)}.blog-posts-section{padding:2rem 0 6rem}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem}.blog-card{display:flex;flex-direction:column;height:100%;padding:0;overflow:hidden;transition:all .3s ease}.blog-card:hover{transform:translateY(-5px);box-shadow:0 10px 40px #667eea4d}.blog-image-placeholder{position:relative;aspect-ratio:16/9;background:linear-gradient(135deg,#667eea26,#764ba226);display:flex;align-items:center;justify-content:center}.blog-image-icon{font-size:4rem;color:#0ea5e9;display:flex;align-items:center;justify-content:center}.blog-category-badge{position:absolute;top:1rem;right:1rem;padding:.4rem 1rem;border-radius:20px;font-size:.8rem;font-weight:600;border:2px solid}.blog-content{padding:1.5rem;display:flex;flex-direction:column;flex:1}.blog-meta{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem;font-size:.85rem;color:#fff9}[data-theme=light] .blog-meta{color:#00000080}.blog-meta span{display:flex;align-items:center;gap:.4rem}.blog-title{font-size:1.3rem;font-weight:700;color:#fffffff2;margin:0 0 1rem;line-height:1.4}[data-theme=light] .blog-title{color:#000000e6}.blog-excerpt{color:#ffffffbf;line-height:1.7;margin:0 0 1rem;flex-grow:1;font-size:.95rem}[data-theme=light] .blog-excerpt{color:#000000b3}.blog-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.blog-tag{padding:.3rem .75rem;background:#667eea26;border:1px solid rgba(102,126,234,.3);border-radius:15px;font-size:.75rem;color:#fffc;font-weight:500}[data-theme=light] .blog-tag{background:#667eea1a;color:#000000b3}.blog-read-more{align-self:flex-start;padding:.75rem 1.5rem;background:transparent;border:none;color:#0ea5e9;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .3s ease}.blog-read-more:hover{transform:translate(5px);color:#06b6d4}.newsletter-section{margin:4rem 0}.newsletter-card{text-align:center;padding:3rem 2rem;background:linear-gradient(135deg,#667eea1a,#764ba21a)}.newsletter-card h2{font-size:2rem;font-weight:700;margin:0 0 1rem;color:#fffffff2}[data-theme=light] .newsletter-card h2{color:#000000e6}.newsletter-card p{font-size:1.1rem;line-height:1.7;color:#fffc;margin:0 0 2rem;max-width:600px;margin-left:auto;margin-right:auto}[data-theme=light] .newsletter-card p{color:#000000b3}.newsletter-form{display:flex;gap:1rem;max-width:500px;margin:0 auto}.newsletter-input{flex:1;padding:1rem 1.5rem;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:50px;color:#fffffff2;font-size:1rem;outline:none;transition:all .3s ease}[data-theme=light] .newsletter-input{background:#0000000d;border:1px solid rgba(0,0,0,.15);color:#000000e6}.newsletter-input::placeholder{color:#ffffff80}[data-theme=light] .newsletter-input::placeholder{color:#0006}.newsletter-input:focus{border-color:#0ea5e9;box-shadow:0 0 0 3px #667eea1a}.newsletter-btn{padding:1rem 2rem;background:linear-gradient(135deg,#0ea5e9,#06b6d4);border:none;border-radius:50px;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 5px 20px #667eea66}.newsletter-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #667eea80}@media(max-width:768px){.blog-page{padding-top:60px}.blog-hero{padding:2.5rem 0}.hero-icon{width:80px;height:80px}.page-title{font-size:2.2rem}.blog-grid{grid-template-columns:1fr}.newsletter-card{padding:2.5rem 1.5rem}.newsletter-card h2{font-size:1.6rem}.newsletter-form{flex-direction:column}.categories-scroll{padding-bottom:1rem}}.gallery-page{min-height:100vh;padding-top:80px}.gallery-hero{padding:4rem 0;text-align:center;background:linear-gradient(135deg,#667eea1a,#764ba21a);border-radius:20px;margin-bottom:3rem}.categories-section{margin-bottom:3rem}.categories-scroll{display:flex;gap:1rem;padding:.5rem 0;overflow-x:auto;scrollbar-width:thin;flex-wrap:wrap;justify-content:center}.categories-scroll::-webkit-scrollbar{height:6px}.categories-scroll::-webkit-scrollbar-track{background:#ffffff0d;border-radius:3px}.categories-scroll::-webkit-scrollbar-thumb{background:#667eea80;border-radius:3px}.category-btn{flex-shrink:0;display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(102,126,234,.3);border-radius:50px;color:#ffffffe6;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease}[data-theme=light] .category-btn{background:#00000008;color:#000c}.category-btn:hover,.category-btn.active{background:linear-gradient(135deg,#0ea5e9,#06b6d4);color:#fff;border-color:transparent;transform:translateY(-2px);box-shadow:0 5px 20px #667eea66}.gallery-section{padding:2rem 0 6rem}.gallery-count{text-align:center;margin-bottom:2rem}.gallery-count p{font-size:1rem;color:#ffffffb3;font-weight:500}[data-theme=light] .gallery-count p{color:#0009}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem}.gallery-item{padding:0;overflow:hidden;cursor:pointer;transition:all .3s ease}.gallery-item:hover{transform:translateY(-5px);box-shadow:0 15px 40px #667eea66}.gallery-image{position:relative;aspect-ratio:4/3;overflow:hidden}.gallery-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.gallery-item:hover .gallery-image img{transform:scale(1.1)}.video-player-section{padding:4rem 0;background:linear-gradient(135deg,#667eea0d,#764ba20d);margin-bottom:3rem}[data-theme=light] .video-player-section{background:linear-gradient(135deg,#667eea14,#764ba214)}.video-player-section .section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:.5rem;color:#fffffff2}[data-theme=light] .video-player-section .section-title{color:#000000e6}.section-description{text-align:center;font-size:1.1rem;color:#ffffffb3;margin-bottom:3rem}[data-theme=light] .section-description{color:#0009}.video-players-grid{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.video-player-card{padding:0;overflow:hidden;max-width:600px;width:100%;transition:all .3s ease}.video-player-card:hover{transform:translateY(-5px);box-shadow:0 20px 50px #667eea66}.video-player-wrapper{position:relative;padding-bottom:100%;height:0;overflow:hidden;background:linear-gradient(135deg,#667eea1a,#764ba21a)}.video-player-wrapper iframe{position:absolute;top:0;left:0;width:100%!important;height:100%!important}.video-player-info{padding:1.5rem;background:#0006;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-top:1px solid rgba(255,255,255,.1);text-align:center}[data-theme=light] .video-player-info{background:#fffc;border-top:1px solid rgba(0,0,0,.1)}.video-player-info h3{font-size:1.2rem;font-weight:600;color:#fff;margin:0;letter-spacing:.5px}[data-theme=light] .video-player-info h3{color:#000000e6}.gallery-overlay{position:absolute;bottom:0;left:0;right:0;padding:1.5rem;background:linear-gradient(to top,rgba(0,0,0,.9),transparent);opacity:0;transition:opacity .3s ease}.gallery-item:hover .gallery-overlay{opacity:1}.gallery-title{font-size:1.1rem;font-weight:600;color:#fff;margin:0;text-shadow:0 2px 10px rgba(0,0,0,.8)}.empty-category{margin:4rem 0;display:flex;justify-content:center}.empty-card{text-align:center;padding:4rem 3rem;max-width:500px}.empty-icon{font-size:5rem;margin-bottom:1.5rem;color:#0ea5e9;display:flex;justify-content:center}.empty-card h3{font-size:1.8rem;font-weight:700;margin:0 0 1rem;color:#fffffff2}[data-theme=light] .empty-card h3{color:#000000e6}.empty-card p{font-size:1.1rem;color:#ffffffb3;margin:0}[data-theme=light] .empty-card p{color:#0009}.upcoming-section{margin-top:4rem;padding:3rem 0;background:#ffffff05;border-radius:20px}[data-theme=light] .upcoming-section{background:#00000005}.upcoming-info{text-align:center;padding:2rem}.more-content-text{font-size:1.2rem;font-weight:600;color:#ffffffb3;margin:0}[data-theme=light] .more-content-text{color:#0009}.upcoming-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.upcoming-card{text-align:center;padding:2.5rem 2rem;background:#ffffff08;border:2px dashed rgba(102,126,234,.3)}.upcoming-icon{font-size:3rem;margin-bottom:1rem;color:#0ea5e9;display:flex;justify-content:center}.upcoming-card h3{font-size:1.2rem;font-weight:700;margin:0 0 .75rem;color:#fffffff2}[data-theme=light] .upcoming-card h3{color:#000000e6}.upcoming-card p{font-size:.95rem;color:#ffffffb3;margin:0;line-height:1.6}[data-theme=light] .upcoming-card p{color:#000000a6}@media(max-width:1024px){.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.upcoming-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.gallery-page{padding-top:60px}.gallery-hero{padding:2.5rem 0}.hero-icon{width:80px;height:80px}.page-title{font-size:2.2rem}.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}.video-player-section{padding:3rem 0}.video-player-section .section-title{font-size:2rem}.section-description{font-size:1rem;margin-bottom:2rem}.video-player-card{max-width:500px}.video-player-wrapper{padding-bottom:100%}.upcoming-grid{grid-template-columns:1fr}.categories-scroll{justify-content:flex-start}}@media(max-width:480px){.gallery-grid{grid-template-columns:1fr}.empty-card{padding:3rem 2rem}.video-player-section{padding:2rem 0}.video-player-section .section-title{font-size:1.8rem}.section-description{font-size:.95rem;padding:0 1rem}.video-player-card{max-width:100%;margin:0 1rem}.video-player-info h3{font-size:1.1rem}}.map-container{width:100%;height:100%;min-height:400px;border-radius:12px;overflow:hidden;box-shadow:0 10px 40px #0003;transition:all .3s ease}.map-container:hover{box-shadow:0 15px 50px #667eea4d}.leaflet-popup-content-wrapper{border-radius:12px;padding:0}.leaflet-popup-content{margin:15px;font-family:inherit}[data-theme=dark] .leaflet-popup-content-wrapper{background:#1e1e1ef2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff}[data-theme=light] .leaflet-popup-content-wrapper{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#333}.leaflet-popup-tip{display:none}[data-theme=dark] .leaflet-marker-icon{filter:hue-rotate(240deg) saturate(1.5)}@media(max-width:768px){.map-container{min-height:350px}}@media(max-width:480px){.map-container{min-height:300px}}.contact-page{min-height:100vh;padding-top:80px}.contact-hero{padding:4rem 0;text-align:center;background:linear-gradient(135deg,#667eea1a,#764ba21a);border-radius:20px;margin-bottom:3rem}.hero-icon{display:inline-flex;align-items:center;justify-content:center;width:100px;height:100px;border-radius:50%;background:linear-gradient(135deg,#0ea5e9,#06b6d4);color:#fff;margin-bottom:1.5rem;box-shadow:0 10px 30px #667eea4d}.page-title{font-size:3rem;font-weight:800;margin-bottom:1rem;background:linear-gradient(135deg,#0ea5e9,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.page-subtitle{font-size:1.2rem;color:#fffc;margin:0}[data-theme=light] .page-subtitle{color:#000000b3}.contact-content-section{padding:2rem 0 4rem}.contact-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:3rem;align-items:start}.contact-info-column{display:flex;flex-direction:column;gap:3rem}.contact-info-title{font-size:2rem;font-weight:700;color:#fffffff2;margin-bottom:1rem}[data-theme=light] .contact-info-title{color:#000000e6}.contact-info-text{color:#fffc;line-height:1.8;margin-bottom:2rem;font-size:1.05rem}[data-theme=light] .contact-info-text{color:#000000b3}.contact-info-items{display:flex;flex-direction:column;gap:1.5rem}.contact-info-card{display:flex;align-items:center;gap:1.5rem;padding:1.5rem}.contact-info-icon{flex-shrink:0;font-size:1.5rem}.contact-info-label{font-size:.85rem;color:#fff9;margin-bottom:.25rem;font-weight:500}[data-theme=light] .contact-info-label{color:#00000080}.contact-info-value{font-size:1.1rem;font-weight:600;color:#fffffff2}[data-theme=light] .contact-info-value{color:#000000e6}.contact-info-value.link{text-decoration:none;transition:color .3s ease}.contact-info-value.link:hover{color:#0ea5e9}.social-media-section{margin-top:1rem}.social-title{font-size:1.5rem;font-weight:700;color:#fffffff2;margin-bottom:.75rem}[data-theme=light] .social-title{color:#000000e6}.social-subtitle{font-size:.95rem;color:#ffffffb3;margin-bottom:2rem}[data-theme=light] .social-subtitle{color:#0009}.social-links-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.social-link-card{text-decoration:none;display:block}.social-card-inner{padding:1.5rem;display:flex;align-items:center;gap:1rem;transition:all .3s ease}.social-icon{font-size:2rem;flex-shrink:0}.social-info{flex:1}.social-name{font-size:1rem;font-weight:600;color:#fffffff2;margin-bottom:.25rem}[data-theme=light] .social-name{color:#000000e6}.social-handle{font-size:.85rem;color:#fff9}[data-theme=light] .social-handle{color:#00000080}.contact-form-card{padding:2.5rem;position:sticky;top:100px}.form-title{font-size:1.8rem;font-weight:700;color:#fffffff2;margin:0 0 .5rem}[data-theme=light] .form-title{color:#000000e6}.form-subtitle{font-size:.95rem;color:#ffffffb3;margin:0 0 2rem}[data-theme=light] .form-subtitle{color:#0009}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{color:#fffc;font-weight:600;font-size:.9rem}[data-theme=light] .form-group label{color:#000000b3}.form-group input,.form-group textarea{padding:1rem 1.25rem;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.15);border-radius:10px;color:#fffffff2;font-size:1rem;font-family:inherit;transition:all .3s ease}[data-theme=light] .form-group input,[data-theme=light] .form-group textarea{background:#00000008;border-color:#0000001a;color:#000000e6}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#0ea5e9;background:#667eea0d;box-shadow:0 0 0 3px #667eea1a}[data-theme=light] .form-group input:focus,[data-theme=light] .form-group textarea:focus{border-color:#0ea5e9;background:#667eea0d}.form-group input::placeholder,.form-group textarea::placeholder{color:#fff6}[data-theme=light] .form-group input::placeholder,[data-theme=light] .form-group textarea::placeholder{color:#0006}.form-group textarea{resize:vertical;min-height:140px}.submit-btn{margin-top:.5rem;width:100%;justify-content:center;padding:1rem 2rem;background:linear-gradient(135deg,#0ea5e9,#06b6d4);border:none;border-radius:10px;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.75rem;box-shadow:0 5px 20px #667eea66}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #667eea80}.map-section{padding:4rem 0;background:#ffffff05}[data-theme=light] .map-section{background:#00000005}.map-section .section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:.5rem;color:#fffffff2}[data-theme=light] .map-section .section-title{color:#000000e6}.map-section .section-subtitle{text-align:center;font-size:1.1rem;color:#ffffffb3;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}[data-theme=light] .map-section .section-subtitle{color:#0009}.map-card{padding:0;overflow:hidden;height:500px;transition:all .3s ease}.map-card:hover{box-shadow:0 20px 60px #667eea66}.additional-info-section{padding:3rem 0 4rem}.info-banner{text-align:center;padding:3rem 2rem;background:linear-gradient(135deg,#667eea1a,#764ba21a)}.info-banner h3{font-size:1.8rem;font-weight:700;margin:0 0 1rem;background:linear-gradient(135deg,#0ea5e9,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.info-banner p{font-size:1.05rem;line-height:1.8;color:#fffc;max-width:800px;margin:0 auto}[data-theme=light] .info-banner p{color:#000000b3}@media(max-width:1024px){.contact-grid{grid-template-columns:1fr;gap:3rem}.contact-form-card{position:static}.social-links-grid{grid-template-columns:repeat(2,1fr)}.map-card{height:450px}}@media(max-width:768px){.contact-page{padding-top:60px}.contact-hero{padding:2.5rem 0}.hero-icon{width:80px;height:80px}.page-title{font-size:2.2rem}.contact-info-title,.social-title{font-size:1.6rem}.form-row{grid-template-columns:1fr}.contact-form-card{padding:2rem 1.5rem}.social-links-grid{grid-template-columns:1fr}.info-banner{padding:2.5rem 1.5rem}.info-banner h3{font-size:1.5rem}.info-banner p{font-size:1rem}.map-section{padding:3rem 0}.map-section .section-title{font-size:2rem}.map-section .section-subtitle{font-size:1rem;padding:0 1rem;margin-bottom:2rem}.map-card{height:350px}}@media(max-width:480px){.form-group input,.form-group textarea{padding:.875rem 1rem}}.main-content{min-height:100vh;width:100%}html{scroll-behavior:smooth}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background:#001a3380}[data-theme=light] ::-webkit-scrollbar-track{background:#f0f8ff80}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#06f,#0cf);border-radius:6px;border:2px solid rgba(0,26,51,.5)}[data-theme=light] ::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#06c,#09c);border:2px solid rgba(240,248,255,.5)}::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#0080ff,#0df)}::selection{background:#0096ff4d;color:#fff}[data-theme=light] ::selection{background:#0066cc4d;color:#001a33}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .6s ease-out}.slide-up{animation:slideUp .6s ease-out}
