*{box-sizing:border-box;margin:0;padding:0}html,body,#root{margin:0;padding:0;width:100%}body{font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#1a1a1a;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;overflow-y:auto}@media (max-width: 768px){body{overflow-x:hidden}}#root{overflow:hidden}main{padding-top:100px;width:100%}@media (max-width: 768px){main{padding-top:80px}}@media (max-width: 480px){main{padding-top:70px}}.app{width:100%;position:relative;overflow-y:auto;overflow-x:hidden;height:100vh}.container{max-width:1400px;margin:0 auto;padding:0 2rem;width:100%}.grid{display:grid;gap:2rem}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.flex{display:flex}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.section{padding:4rem 0}.section-sm{padding:2rem 0}.section-lg{padding:6rem 0}.button-decoration{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 2.25rem;font-size:1.1rem;font-weight:600;background:linear-gradient(135deg,#0040ff,#002fbd);color:#fff;border:none;border-radius:12px;text-decoration:none;box-shadow:0 10px 30px #0040ff4d;transition:all .3s ease;position:relative;overflow:hidden;cursor:pointer;white-space:nowrap}h1{font-size:clamp(2rem,5vw,4rem);font-weight:900;line-height:1.2}h2{font-size:clamp(1.5rem,4vw,3rem);font-weight:800;line-height:1.3}h3{font-size:clamp(1.25rem,3vw,2rem);font-weight:700;line-height:1.4}p{font-size:clamp(1rem,2vw,1.125rem);line-height:1.7}@media (max-width: 1200px){.container{max-width:1000px;padding:0 1.5rem}.grid-4{grid-template-columns:repeat(3,1fr)}}@media (max-width: 1024px){.container{max-width:900px;padding:0 1.5rem}.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}.section{padding:3rem 0}.section-lg{padding:4rem 0}}@media (max-width: 768px){.container{padding:0 1rem}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.flex{flex-direction:column}.section{padding:2rem 0}.section-lg{padding:3rem 0}.button-decoration{padding:.75rem 1.5rem;font-size:1rem}}@media (max-width: 480px){.container{padding:0 .75rem}.section{padding:1.5rem 0}.section-lg{padding:2rem 0}.button-decoration{padding:.75rem 1.25rem;font-size:.95rem;min-height:44px}}@media (max-width: 768px){img{max-width:100%;height:auto}}@media (max-width: 768px){button,a.button-decoration,.nav-button{min-height:44px;min-width:44px;padding:.75rem 1.5rem}}@media (max-width: 768px){*{max-width:100%}.app{overflow-x:hidden}}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.w-full{width:100%}.h-full{height:100%}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mb-5{margin-bottom:3rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mt-5{margin-top:3rem}.p-1{padding:.5rem}.p-2{padding:1rem}.p-3{padding:1.5rem}.p-4{padding:2rem}.p-5{padding:3rem}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;width:100%}body{font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background-color:#fff;color:#1a1a1a;line-height:1.6}#root{height:100%;width:100%}.navbar{font-size:1rem;line-height:1.4;display:flex;justify-content:space-between;align-items:center;width:100%;z-index:1000;padding:1.5rem 2rem;background:linear-gradient(90deg,#0040ff,#002fbd);box-shadow:0 8px 32px #0040ff33;position:fixed;top:0;left:0;font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;border-bottom:3px solid #002FBD;transition:all .3s ease;box-sizing:border-box;gap:1rem}.navbar:hover{box-shadow:0 12px 40px #0040ff4d}.navbar .logo{transition:transform .3s ease;flex-shrink:0}.navbar .logo:hover{transform:scale(1.05)}.navbar .logo img{width:200px;height:auto;filter:drop-shadow(0 4px 12px rgba(0,0,0,.2))}nav{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}nav a{color:#fff;font-size:1rem;font-weight:500;text-decoration:none;position:relative;transition:all .3s ease;padding:.5rem 0;white-space:nowrap}nav a:after{content:"";position:absolute;bottom:0;left:0;width:0%;height:2px;background:linear-gradient(90deg,#fd4e0a,#ea580c);transition:width .3s ease;border-radius:1px}nav a:hover:after{width:100%}nav a:hover{color:#fd4e0a;transform:translateY(-1px)}.dropdown{position:relative;display:flex;align-items:center}.dropdown-trigger{background:none;border:none;color:#fff;font-size:1rem;font-weight:500;text-decoration:none;position:relative;padding:.5rem 0;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;font-family:inherit}.dropdown-trigger:after{content:"";position:absolute;bottom:0;left:0;width:0%;height:2px;background:linear-gradient(90deg,#fd4e0a,#ea580c);transition:width .3s ease;border-radius:1px}.dropdown-trigger:hover:after{width:100%}.dropdown-trigger:hover{color:#fd4e0a;transform:translateY(-1px)}.dropdown-arrow{display:flex;align-items:center;transition:transform .3s ease}.dropdown-arrow.open{transform:rotate(180deg)}.dropdown-content{display:none;position:absolute;top:2.2rem;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#0040ff,#002fbd);min-width:200px;border-radius:12px;box-shadow:0 15px 40px #0040ff4d;z-index:999;pointer-events:auto;border:1px solid rgba(255,255,255,.2);overflow:hidden;animation:dropdownSlideIn .3s ease;padding:.5rem 0}.dropdown:hover .dropdown-content,.dropdown-content.open{display:block}@keyframes dropdownSlideIn{0%{opacity:0;transform:translate(-50%) translateY(-10px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.dropdown-item{display:block;padding:.75rem 1.5rem;color:#fff;font-size:.95rem;text-decoration:none;transition:all .3s ease;font-weight:500;position:relative}.dropdown-item:hover{background:linear-gradient(135deg,#fd4e0a33,#ea580c33);color:#fff;transform:translate(5px);box-shadow:inset 0 0 0 1px #ffffff1a}.dropdown-item-title{font-weight:600;color:inherit;position:relative}.dropdown-item-title:before{content:"";position:absolute;left:-1rem;top:50%;transform:translateY(-50%);width:3px;height:0;background:linear-gradient(135deg,#fd4e0a,#ea580c);transition:height .3s ease}.dropdown-item:hover .dropdown-item-title:before{height:60%}.nav-button{margin-left:1rem;background:linear-gradient(135deg,#fd4e0a,#ea580c);color:#fff;border:none;border-radius:12px;padding:.75rem 1.5rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 25px #fd4e0a4d;position:relative;overflow:hidden;white-space:nowrap;text-decoration:none}.nav-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.nav-button:hover:before{left:100%}.nav-button:hover{background:linear-gradient(135deg,#ea580c,#dc2626);transform:translateY(-2px);box-shadow:0 12px 35px #fd4e0a66}.mobile-menu-btn{display:none;flex-direction:column;justify-content:space-around;width:2rem;height:2rem;background:transparent;border:none;cursor:pointer;padding:0;z-index:1001;position:relative;margin-left:auto}.mobile-menu-btn span{width:2rem;height:.25rem;background:#fff;border-radius:10px;transition:all .3s linear;position:relative;transform-origin:1px}.mobile-menu{display:none;position:fixed;top:0;right:-100%;width:100%;height:100vh;background:linear-gradient(135deg,#0040ff,#002fbd);z-index:999}@media (max-width: 1200px){.navbar{padding:1.25rem 1.5rem}nav{gap:.75rem}nav a{font-size:.95rem}.nav-link.like-link{margin-left:1.5rem}.navbar .logo img{width:180px}}@media (max-width: 1024px){.navbar{padding:1rem 1.5rem}nav{gap:.5rem}nav a{font-size:.9rem;margin-left:.5rem}.nav-link.like-link{margin-left:.5rem}.navbar .logo img{width:160px}.nav-button{padding:.6rem 1.2rem;font-size:.9rem}}@media (max-width: 768px){.navbar{padding:1rem;display:flex;justify-content:space-between;align-items:center;gap:1rem}.navbar .logo{flex-shrink:0;order:1}.navbar .logo img{width:140px}nav{display:none}.mobile-menu-btn{display:flex;order:2;margin-left:auto;flex-shrink:0}.mobile-menu{display:flex;flex-direction:column;justify-content:center;align-items:center;transition:right .3s ease}.mobile-menu.open{right:0}.mobile-menu a{color:#fff;font-size:1.5rem;font-weight:600;text-decoration:none;margin:1rem 0;padding:1rem 2rem;border-radius:12px;transition:all .3s ease;text-align:center;width:80%;max-width:300px}.mobile-menu a:hover{background:#ffffff1a;transform:translateY(-2px)}.mobile-menu .nav-button{margin:1rem 0;width:80%;max-width:300px;justify-content:center}.mobile-dropdown{width:100%;text-align:center;margin:1rem 0}.mobile-dropdown-trigger{background:none;border:none;color:#fff;font-size:1.5rem;font-weight:600;padding:1rem 2rem;cursor:pointer;width:80%;max-width:300px;display:flex;align-items:center;justify-content:space-between;border-radius:12px;transition:all .3s ease}.mobile-dropdown-trigger:hover{background:#ffffff1a}.mobile-dropdown-arrow{display:flex;align-items:center;transition:transform .3s ease}.mobile-dropdown-arrow.open{transform:rotate(180deg)}.mobile-dropdown-content{display:none;background:linear-gradient(135deg,#0040ffe6,#002fbde6);border-radius:12px;margin:.5rem auto;padding:.5rem 0;width:80%;max-width:250px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);box-shadow:0 10px 30px #0040ff4d}.mobile-dropdown-content.open{display:block;animation:mobileDropdownSlideIn .3s ease}@keyframes mobileDropdownSlideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.mobile-dropdown-item{display:block;padding:.75rem 1.5rem;color:#fff;font-size:1.1rem;text-decoration:none;transition:all .3s ease;margin:.25rem 0}.mobile-dropdown-item:hover{background:linear-gradient(135deg,#fd4e0a33,#ea580c33);transform:translate(5px);box-shadow:inset 0 0 0 1px #ffffff1a}.mobile-dropdown-item-title{font-weight:600;color:#fff}}@media (max-width: 480px){.navbar{padding:.75rem 1rem}.navbar .logo img{width:120px}.mobile-menu a{font-size:1.25rem;padding:.75rem 1.5rem}.mobile-menu .nav-button{font-size:1rem;padding:.75rem 1.5rem}}.mobile-menu-btn.open span:first-child{transform:rotate(45deg)}.mobile-menu-btn.open span:nth-child(2){opacity:0}.mobile-menu-btn.open span:nth-child(3){transform:rotate(-45deg)}.footer{background-color:#002fbd;color:#fff;padding:4rem 3rem;width:100%;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;box-shadow:0 -4px 20px #0000004d;font-size:.95rem}.footer-columns{display:flex;flex-wrap:wrap;justify-content:space-between;gap:3rem;margin-bottom:2rem}.footer-col{flex:1 1 200px;min-width:220px}.footer h3{font-size:1.75rem;color:#fd6e0f;margin-bottom:.75rem}.footer h4{font-size:1.2rem;margin-bottom:.5rem;color:#fff}.footer p,.footer a,.footer ul li a{color:#d1d5db;text-decoration:none;transition:color .3s ease}.footer a{cursor:pointer;pointer-events:auto}.footer ul{list-style:none;padding:0}.footer ul li{margin-bottom:.4rem}.footer a:hover{color:#fd4e0a}.links a{display:block;margin-bottom:1rem}.footer-bottom{text-align:center;border-top:1px solid #0040FF;padding-top:1rem;font-size:.85rem;color:#cbd5e1}@media (max-width: 768px){.footer{padding:3rem 1.5rem;font-size:.9rem}.footer-columns{gap:2rem;flex-direction:column}.footer-col{flex:1 1 100%;min-width:100%;text-align:center}.footer h3{font-size:1.5rem}.footer h4{font-size:1.1rem}.links{display:flex;flex-direction:column;align-items:center}.links a{margin-bottom:.75rem}}@media (max-width: 480px){.footer{padding:2rem 1rem;font-size:.85rem}.footer h3{font-size:1.3rem}.footer h4{font-size:1rem}}.app{height:100vh;overflow-y:auto;min-height:100vh;display:flex;flex-direction:column;overflow-x:hidden}.app main{flex:1;width:100%}.page-container{max-width:1400px;margin:0 auto;padding:0 1rem;width:100%}@media (min-width: 768px){.page-container{padding:0 2rem}}@media (min-width: 1024px){.page-container{padding:0 2rem}}@media (min-width: 1200px){.page-container{max-width:1200px}}@media (min-width: 1400px){.page-container{max-width:1400px}}.homepage{line-height:1.6;font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#1a1a1a;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.homepage_container{max-width:1400px;margin:0 auto;padding:0 1rem;width:100%}.section-with-img{width:100%;background:linear-gradient(135deg,#fff,#f8fafc);display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding:6rem 1rem 4rem;margin-bottom:0;border-radius:0 0 30px 30px;box-shadow:0 20px 60px #00000014;position:relative;overflow:hidden}.section-with-img:before{content:"";position:absolute;top:0;right:0;width:200px;height:200px;background:linear-gradient(45deg,#0040ff,#002fbd);border-radius:50%;opacity:.1;transform:translate(100px,-100px)}.section-with-img:after{content:"";position:absolute;bottom:0;left:0;width:150px;height:150px;background:linear-gradient(45deg,#fd4e0a,#ea580c);border-radius:50%;opacity:.1;transform:translate(-75px,75px)}.text{width:100%;display:flex;flex-direction:column;align-items:center;text-align:center;z-index:2;margin-bottom:2rem}.logo-wrapper{display:flex;align-items:center;justify-content:center;margin-bottom:2rem;transform:translateY(20px);opacity:0;animation:slideUpFade .8s ease-out .2s forwards}.logo-wrapper img{width:100%;max-width:300px;height:auto;filter:drop-shadow(0 10px 30px rgba(0,0,0,.1));transition:transform .3s ease}.logo-wrapper:hover img{transform:scale(1.02)}.subtitle{font-size:1.1rem;font-weight:500;color:#64748b;margin-bottom:1.5rem;transform:translateY(20px);opacity:0;animation:slideUpFade .8s ease-out .4s forwards}.title-underline{width:fit-content;color:#1e293b;border-bottom:3px solid #fd4e0a;padding-bottom:.5rem;font-weight:600}.text p{font-size:1rem;color:#475569;line-height:1.7;margin-bottom:2rem;transform:translateY(20px);opacity:0;animation:slideUpFade .8s ease-out .6s forwards;max-width:600px}.image{width:100%;display:flex;justify-content:center;align-items:center;transform:translateY(20px);opacity:0;animation:slideUpFade .8s ease-out .8s forwards}.img{max-width:400px;width:100%;border-radius:20px;box-shadow:0 25px 60px #00000026;transition:all .4s ease;position:relative}.img:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 35px 80px #0003}.section-with-img#robot{background:linear-gradient(135deg,#0040ff,#002fbd);color:#fff;margin:2rem 0;border-radius:30px;padding:4rem 1rem;position:relative;overflow:hidden;box-shadow:0 20px 60px #0040ff26}.section-with-img#robot:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.08)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');opacity:.25}.robot-image{width:100%;display:flex;justify-content:center;align-items:center;margin-bottom:2rem;padding:2rem;background:linear-gradient(135deg,#0040ff,#002fbd);border-radius:20px;max-width:450px;margin:0 auto 2rem}.robot-image img{max-width:100%;width:100%;height:auto;border-radius:15px;box-shadow:0 10px 30px #00000026;transition:all .4s ease}.robot-image img:hover{transform:translateY(-5px) scale(1.02);box-shadow:0 20px 50px #0003}.robot-details{width:100%;padding:1rem;text-align:center;z-index:2}.robot-name{font-size:2.5rem;color:#fd4e0a;font-weight:900;margin-bottom:.5rem;text-shadow:0 2px 8px rgba(253,78,10,.3);background:linear-gradient(45deg,#fd4e0a,#ea580c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.robot-title{font-size:1.5rem;color:#001768!important;font-weight:600;border-bottom:3px solid #fd4e0a;display:inline-block;padding-bottom:.5rem;margin-bottom:1.5rem}.robot-description{font-size:1rem;color:#e0e0e0!important;margin-bottom:2rem;line-height:1.7;max-width:600px;margin-left:auto;margin-right:auto;font-weight:700}.sponsor-section{width:100%;background:linear-gradient(135deg,#fff,#f8fafc);padding:4rem 1rem;text-align:center;overflow:hidden;position:relative;border-radius:30px 30px 0 0;margin-top:2rem}.sponsor-section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#e2e8f0,transparent)}.sponsor-section h2{font-size:2.5rem;font-weight:800;color:#002fbd;margin-bottom:1rem;position:relative}.sponsor-section h2:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:80px;height:4px;background:linear-gradient(90deg,#0040ff,#fd4e0a);border-radius:2px}.sponsor-header{margin-bottom:2rem}.sponsor-header p{font-size:1.1rem;color:#64748b;max-width:600px;margin:0 auto;line-height:1.6}.sponsor-cta{margin-top:3rem;padding:2rem;background:linear-gradient(135deg,#0040ff0d,#fd4e0a0d);border-radius:20px;border:1px solid rgba(0,64,255,.1)}.cta-content h3{font-size:1.8rem;color:#002fbd;margin-bottom:.5rem;font-weight:700}.cta-content p{font-size:1rem;color:#64748b;margin-bottom:1.5rem;line-height:1.6}.sponsor-marquee{margin:3rem 0;overflow:hidden;position:relative;background:#fffc;border-radius:20px;padding:1.5rem 0;box-shadow:0 10px 40px #0000000d}.sponsor-track{display:flex;width:max-content;animation:scrollLoop 40s linear infinite;align-items:center;gap:3rem;padding:0 2rem}.sponsor-item{display:flex;align-items:center;justify-content:center;min-width:120px;padding:1rem;transition:all .3s ease}.sponsor-item:hover{transform:translateY(-5px)}.sponsor-item img{height:50px;width:auto;object-fit:contain;filter:grayscale(100%) brightness(.7);transition:all .4s ease;opacity:.7}.sponsor-item:hover img{filter:grayscale(0%) brightness(1);opacity:1;transform:scale(1.05)}@keyframes scrollLoop{0%{transform:translate(0)}to{transform:translate(-50%)}}.button-decoration{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 2rem;font-size:1rem;font-weight:600;background:linear-gradient(135deg,#0040ff,#002fbd);color:#fff;border:none;border-radius:12px;text-decoration:none;box-shadow:0 10px 30px #0040ff4d;transition:all .3s ease;position:relative;overflow:hidden;cursor:pointer;white-space:nowrap}.button-decoration:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.button-decoration:hover:before{left:100%}.button-decoration:hover{background:linear-gradient(135deg,#002fbd,#001f8b);transform:translateY(-3px);box-shadow:0 15px 40px #0040ff66}.button-decoration:active{transform:translateY(-1px)}@media (min-width: 768px){.homepage_container{padding:0 2rem}.section-with-img{flex-direction:row;padding:6rem 2rem 4rem;text-align:left;border-radius:0 0 40px 40px}.text{width:50%;align-items:flex-start;text-align:left;margin-bottom:0}.image{width:45%}.logo-wrapper img{max-width:350px}.subtitle{font-size:1.2rem}.text p{font-size:1.1rem}.robot-image{width:45%;margin-bottom:0}.robot-details{width:50%;padding:2rem;text-align:left}.robot-name{font-size:3rem}.robot-title{font-size:1.75rem}.robot-description{font-size:1.1rem}.sponsor-section{padding:5rem 2rem;border-radius:40px 40px 0 0}.sponsor-section h2{font-size:3rem}.sponsor-item{min-width:110px;padding:.75rem}.sponsor-item img{height:45px}.button-decoration{padding:1rem 2.5rem;font-size:1.1rem}}@media (min-width: 1024px){.homepage_container{padding:0 2rem}.section-with-img{padding:8rem 4rem 6rem;border-radius:0 0 50px 50px}.section-with-img#robot{padding:6rem 4rem;border-radius:50px;margin:4rem 0}.logo-wrapper img{max-width:400px}.subtitle{font-size:1.25rem}.text p{font-size:1.125rem}.robot-name{font-size:4rem}.robot-title{font-size:1.75rem}.robot-description{font-size:1.125rem}.sponsor-section{padding:6rem 2rem;border-radius:50px 50px 0 0;margin-top:4rem}.sponsor-section h2{font-size:3rem}.sponsor-marquee{margin:4rem 0;padding:2rem 0}.sponsor-item{min-width:130px;padding:1rem}.sponsor-item img{height:55px}.section-with-img:before{width:300px;height:300px;transform:translate(150px,-150px)}.section-with-img:after{width:200px;height:200px;transform:translate(-100px,100px)}}@media (min-width: 1200px){.homepage_container{max-width:1400px}.section-with-img{padding:8rem 4rem 6rem}.logo-wrapper img{max-width:400px}}@media (min-width: 1400px){.homepage_container{max-width:1600px}}@media (max-width: 480px){.homepage_container{padding:0 .75rem}.section-with-img{padding:4rem .75rem 3rem;border-radius:0 0 20px 20px}.section-with-img#robot{padding:3rem .75rem;border-radius:20px;margin:1.5rem 0}.logo-wrapper img{max-width:250px}.subtitle{font-size:1rem}.text p{font-size:.95rem}.robot-name{font-size:2rem}.robot-title{font-size:1.25rem}.robot-description{font-size:.95rem}.sponsor-section{padding:3rem .75rem;border-radius:20px 20px 0 0}.sponsor-section h2{font-size:2rem}.sponsor-header p{font-size:1rem}.sponsor-item{min-width:100px;padding:.5rem}.sponsor-item img{height:40px}.button-decoration{padding:.75rem 1.5rem;font-size:.95rem;width:100%;max-width:300px}}.about-page{font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:linear-gradient(135deg,#f8fafc,#e2e8f0);color:#1e293b;line-height:1.7;min-height:100vh;overflow-x:hidden}.about-intro{max-width:1200px;margin:0 auto;padding:6rem 1rem 3rem;text-align:center;position:relative;background:linear-gradient(135deg,#fff,#f8fafc);border-radius:0 0 30px 30px;box-shadow:0 20px 60px #00000014;margin-bottom:2rem}.about-intro:before{content:"";position:absolute;top:0;right:0;width:150px;height:150px;background:linear-gradient(45deg,#0040ff,#002fbd);border-radius:50%;opacity:.1;transform:translate(75px,-75px)}.about-intro:after{content:"";position:absolute;bottom:0;left:0;width:100px;height:100px;background:linear-gradient(45deg,#fd4e0a,#ea580c);border-radius:50%;opacity:.1;transform:translate(-50px,50px)}.about-title{font-size:2.5rem;font-weight:900;color:#0040ff;margin-bottom:1.5rem;position:relative;display:inline-block;transform:translateY(20px);opacity:0;animation:slideUpFade .8s ease-out .2s forwards}.about-title:after{content:"";position:absolute;bottom:-10px;left:0;width:100%;height:4px;background:linear-gradient(90deg,#fd4e0a,#ea580c);border-radius:2px}.about-description{font-size:1rem;color:#475569;padding:1rem 0;max-width:1000px;margin:0 auto;line-height:1.8;transform:translateY(20px);opacity:0;animation:slideUpFade .8s ease-out .4s forwards}.about-description:nth-child(3){animation-delay:.6s}.about-description:nth-child(4){animation-delay:.8s}.about-timeline{max-width:1200px;margin:0 auto;padding:3rem 1rem;background:linear-gradient(135deg,#fff,#f8fafc);border-radius:30px;box-shadow:0 20px 60px #00000014;position:relative;overflow:hidden}.about-timeline:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#e2e8f0,transparent)}.about-timeline h2{font-size:2rem;font-weight:800;color:#002fbd;margin-bottom:2rem;text-align:center;position:relative}.about-timeline h2:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:80px;height:4px;background:linear-gradient(90deg,#0040ff,#fd4e0a);border-radius:2px}.about-timeline ul{list-style:none;padding:0;display:grid;grid-template-columns:1fr;gap:1rem;max-width:1000px;margin:0 auto}.about-timeline ul li{background:linear-gradient(135deg,#fff,#f8fafc);padding:1.5rem;border-radius:20px;font-size:1rem;color:#1e293b;box-shadow:0 10px 30px #00000014;transition:all .3s ease;border-left:5px solid #0040FF;position:relative;overflow:hidden}.about-timeline ul li:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#0040ff0d,#fd4e0a0d);opacity:0;transition:opacity .3s ease}.about-timeline ul li:hover:before{opacity:1}.about-timeline ul li:hover{transform:translateY(-5px);box-shadow:0 20px 50px #0040ff26;border-left-color:#fd4e0a}.about-timeline ul li strong{color:#0040ff;font-weight:700;font-size:1.1rem;display:block;margin-bottom:.5rem}@media (min-width: 768px){.about-intro{padding:8rem 2rem 4rem;margin-bottom:3rem;border-radius:0 0 40px 40px}.about-title{font-size:3rem;margin-bottom:2rem}.about-description{font-size:1.1rem;padding:1.5rem 0}.about-timeline{padding:4rem 2rem;border-radius:40px}.about-timeline h2{font-size:2.5rem;margin-bottom:3rem}.about-timeline ul{grid-template-columns:repeat(2,1fr);gap:1.5rem}.about-timeline ul li{padding:2rem;font-size:1.1rem}.about-timeline ul li strong{font-size:1.2rem}.about-intro:before{width:200px;height:200px;transform:translate(100px,-100px)}.about-intro:after{width:150px;height:150px;transform:translate(-75px,75px)}}@media (min-width: 1024px){.about-intro{padding:10rem 2rem 4rem;border-radius:0 0 50px 50px}.about-title{font-size:3.5rem}.about-description{font-size:1.25rem}.about-timeline{padding:6rem 2rem;border-radius:50px}.about-timeline h2{font-size:3rem}.about-timeline ul{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1.5rem}.about-intro:before{width:200px;height:200px;transform:translate(100px,-100px)}.about-intro:after{width:150px;height:150px;transform:translate(-75px,75px)}}@media (min-width: 1200px){.about-intro{padding:12rem 2rem 6rem}.about-title{font-size:4rem}.about-timeline{padding:6rem 2rem}}@media (max-width: 480px){.about-intro{padding:5rem .75rem 2rem;border-radius:0 0 20px 20px}.about-title{font-size:2rem;margin-bottom:1rem}.about-title:after{width:60px;left:50%;transform:translate(-50%)}.about-description{font-size:.95rem;padding:.75rem 0}.about-timeline{padding:2rem .75rem;border-radius:20px;margin:0 .75rem}.about-timeline h2{font-size:1.75rem;margin-bottom:1.5rem}.about-timeline ul{gap:.75rem}.about-timeline ul li{padding:1rem;font-size:.9rem;border-radius:15px}.about-timeline ul li strong{font-size:1rem;margin-bottom:.25rem}.about-intro:before,.about-intro:after{display:none}}.about{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding-bottom:6rem}.about-first-page{max-width:1200px;margin:0 auto;color:#1e293b;padding-top:12rem;font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.intro-section{background:linear-gradient(135deg,#fff,#f8fafc);padding:6rem 4rem;border-radius:50px;box-shadow:0 20px 60px #00000014;margin-bottom:4rem;text-align:center;position:relative;overflow:hidden}.intro-section:before{content:"";position:absolute;top:0;right:0;width:200px;height:200px;background:linear-gradient(45deg,#0040ff,#002fbd);border-radius:50%;opacity:.1;transform:translate(100px,-100px)}.intro-section:after{content:"";position:absolute;bottom:0;left:0;width:150px;height:150px;background:linear-gradient(45deg,#fd4e0a,#ea580c);border-radius:50%;opacity:.1;transform:translate(-75px,75px)}.main-title{font-size:4rem;font-weight:900;color:#0040ff;margin-bottom:2rem;position:relative;display:inline-block;transform:translateY(20px);opacity:0;animation:slideUpFade .8s ease-out .2s forwards}.main-title:after{content:"";position:absolute;bottom:-10px;left:0;width:100%;height:4px;background:linear-gradient(90deg,#fd4e0a,#ea580c);border-radius:2px}.text{font-size:1.25rem;line-height:1.8;color:#475569;max-width:900px;margin:0 auto;transform:translateY(20px);opacity:0;animation:slideUpFade .8s ease-out .4s forwards}.mission-section,.programs-section,.impact-section,.cta-section{background:linear-gradient(135deg,#fff,#f8fafc);padding:4rem;border-radius:30px;box-shadow:0 15px 40px #00000014;margin-bottom:3rem;position:relative;overflow:hidden;transition:all .3s ease}.mission-section:hover,.programs-section:hover,.impact-section:hover,.cta-section:hover{transform:translateY(-5px);box-shadow:0 25px 60px #0040ff26}.section-title{font-size:2.5rem;font-weight:800;color:#002fbd;margin-bottom:1.5rem;position:relative;display:inline-block}.section-title:after{content:"";position:absolute;bottom:-5px;left:0;width:60px;height:3px;background:linear-gradient(90deg,#0040ff,#fd4e0a);border-radius:2px}.program-list{list-style:none;padding:0;margin:2rem 0}.program-list li{background:linear-gradient(135deg,#fff,#f8fafc);padding:2rem;border-radius:20px;margin-bottom:1.5rem;box-shadow:0 10px 30px #00000014;border-left:5px solid #0040FF;transition:all .3s ease;position:relative;overflow:hidden}.program-list li:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#0040ff0d,#fd4e0a0d);opacity:0;transition:opacity .3s ease}.program-list li:hover:before{opacity:1}.program-list li:hover{transform:translateY(-3px);box-shadow:0 20px 50px #0040ff26;border-left-color:#fd4e0a}.program-list li strong{color:#0040ff;font-weight:700;font-size:1.2rem;display:block;margin-bottom:.5rem}.program-list li{font-size:1.1rem;line-height:1.7;color:#475569}.impact-section p,.cta-section p{font-size:1.1rem;line-height:1.7;color:#475569;margin:1rem 0}.cta-section{text-align:center;background:linear-gradient(135deg,#0040ff,#002fbd);color:#fff}.cta-section .section-title{color:#fff}.cta-section .section-title:after{background:linear-gradient(90deg,#fd4e0a,#ea580c)}.cta-section p{color:#e2e8f0;font-size:1.2rem}a{color:#fd4e0a;text-decoration:none;font-weight:600;transition:all .3s ease;position:relative}a:after{content:"";position:absolute;bottom:-2px;left:0;width:0%;height:2px;background:linear-gradient(90deg,#fd4e0a,#ea580c);transition:width .3s ease;border-radius:1px}a:hover:after{width:100%}a:hover{color:#ea580c}@media (max-width: 1024px){.about-first-page{padding-top:10rem}.intro-section{padding:4rem 3rem;margin-bottom:3rem}.main-title{font-size:3rem}.text{font-size:1.1rem}.mission-section,.programs-section,.impact-section,.cta-section{padding:3rem;margin-bottom:2rem}.section-title{font-size:2rem}}@media (max-width: 768px){.about-first-page{padding:8rem 1.5rem 0}.intro-section{padding:3rem 2rem;border-radius:30px}.main-title{font-size:2.5rem}.text{font-size:1rem}.mission-section,.programs-section,.impact-section,.cta-section{padding:2rem;border-radius:20px}.section-title{font-size:1.75rem}.program-list li{padding:1.5rem;font-size:1rem}}@media (max-width: 480px){.about-first-page{padding:6rem 1rem 0}.intro-section{padding:2rem 1.5rem}.main-title{font-size:2rem}.mission-section,.programs-section,.impact-section,.cta-section{padding:1.5rem}.section-title{font-size:1.5rem}.program-list li{padding:1.25rem}}.not-found-container{display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#f8fafc,#e2e8f0);text-align:center;color:#1e293b;font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;padding:6rem 1rem 3rem;position:relative;min-height:100vh;margin-top:-60px;background:linear-gradient(135deg,#fff,#f8fafc);border-radius:0 0 30px 30px;box-shadow:0 20px 60px #00000014}.not-found-container:before{content:"";position:absolute;top:0;right:0;width:150px;height:150px;background:linear-gradient(45deg,#0040ff,#002fbd);border-radius:50%;opacity:.1;transform:translate(75px,-75px)}.not-found-container:after{content:"";position:absolute;bottom:0;left:0;width:100px;height:100px;background:linear-gradient(45deg,#fd4e0a,#ea580c);border-radius:50%;opacity:.1;transform:translate(-50px,50px)}.not-found-container h1{font-size:8rem;font-weight:900;color:#0040ff;margin-bottom:1rem;position:relative;z-index:2;transform:translateY(20px);opacity:0;animation:slideUpFade .8s ease-out .2s forwards}.not-found-container h1:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:120px;height:4px;background:linear-gradient(90deg,#fd4e0a,#ea580c);border-radius:2px}.not-found-container p{font-size:1.5rem;margin:0;color:#475569;max-width:500px;line-height:1.6;position:relative;z-index:2;transform:translateY(20px);opacity:0;animation:slideUpFade .8s ease-out .4s forwards}.bg-shapes{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1;overflow:hidden}.shape{position:absolute;opacity:.04;border-radius:50%}.shape-1{width:200px;height:200px;background:#0040ff;top:10%;right:-50px;animation:gentleFloat 12s ease-in-out infinite}.shape-2{width:150px;height:150px;background:#fd4e0a;bottom:15%;left:-30px;animation:gentleFloat 15s ease-in-out infinite reverse}.shape-3{width:100px;height:100px;background:#0040ff;top:60%;right:10%;animation:gentleFloat 18s ease-in-out infinite;animation-delay:3s}@keyframes gentleFloat{0%,to{transform:translateY(0) rotate(0)}33%{transform:translateY(-8px) rotate(2deg)}66%{transform:translateY(-4px) rotate(-1deg)}}@media (max-width: 1024px){.not-found-container h1{font-size:6rem}.not-found-container p{font-size:1.3rem}}@media (max-width: 768px){.not-found-container{padding:4rem 1rem 2rem;margin-top:-40px}.not-found-container h1{font-size:4rem}.not-found-container p{font-size:1.1rem}.not-found-container:before{width:100px;height:100px;transform:translate(50px,-50px)}.not-found-container:after{width:75px;height:75px;transform:translate(-37px,37px)}.shape-1{width:150px;height:150px}.shape-2{width:100px;height:100px}.shape-3{width:80px;height:80px}}@media (max-width: 480px){.not-found-container{margin-top:-30px}.not-found-container h1{font-size:3rem}.not-found-container p{font-size:1rem}.bg-shapes{display:none}}.calendar-page{background:linear-gradient(135deg,#f8fafc,#e2e8f0);min-height:100vh;padding:2rem;font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.calendar-container{max-width:1400px;margin:0 auto;background:linear-gradient(135deg,#fff,#f8fafc);border-radius:25px;box-shadow:0 20px 60px #00000014;overflow:hidden;position:relative}.calendar-container:before{content:"";position:absolute;top:0;right:0;width:200px;height:200px;background:linear-gradient(45deg,#0040ff,#002fbd);border-radius:50%;opacity:.1;transform:translate(100px,-100px)}.calendar-container:after{content:"";position:absolute;bottom:0;left:0;width:150px;height:150px;background:linear-gradient(45deg,#fd4e0a,#ea580c);border-radius:50%;opacity:.1;transform:translate(-75px,75px)}.calendar-header{padding:3rem 2rem 2rem;border-bottom:2px solid rgba(0,64,255,.1);position:relative;z-index:1}.header-content{text-align:center;margin-bottom:2rem}.header-content h1{font-size:3rem;font-weight:800;color:#0040ff;margin:0 0 .5rem;background:linear-gradient(135deg,#0040ff,#002fbd);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.header-content p{font-size:1.1rem;color:#64748b;margin:0;font-weight:500}.calendar-controls{display:flex;justify-content:center;align-items:center;gap:1.5rem;flex-wrap:wrap}.calendar-controls h2{font-size:1.8rem;font-weight:700;color:#1e293b;margin:0;min-width:250px;text-align:center}.nav-btn{background:linear-gradient(135deg,#0040ff,#002fbd);color:#fff;border:none;width:50px;height:50px;border-radius:50%;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 8px 25px #0040ff4d}.nav-btn:hover{background:linear-gradient(135deg,#002fbd,#001f8b);transform:scale(1.1);box-shadow:0 12px 35px #0040ff66}.today-btn{background:linear-gradient(135deg,#fd4e0a,#ea580c);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:12px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 25px #fd4e0a4d}.today-btn:hover{background:linear-gradient(135deg,#ea580c,#dc2626);transform:translateY(-2px);box-shadow:0 12px 35px #fd4e0a66}.calendar-body{padding:2rem;position:relative;z-index:1}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:2px;background:#e2e8f0;border-radius:20px;overflow:hidden;box-shadow:0 15px 40px #0000001a}.calendar-day-header{background:linear-gradient(135deg,#0040ff,#002fbd);color:#fff;padding:1.5rem 1rem;text-align:center;font-weight:700;font-size:1rem;text-transform:uppercase;letter-spacing:1px;position:relative}.calendar-day-header:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,#fd4e0a,#ea580c)}.calendar-day{background:#fff;min-height:140px;padding:1rem;cursor:pointer;transition:all .3s ease;position:relative;display:flex;flex-direction:column;border:1px solid rgba(0,64,255,.05)}.calendar-day:hover{background:linear-gradient(135deg,#f8fafc,#e2e8f0);transform:scale(1.02);z-index:2;box-shadow:0 10px 30px #00000026}.calendar-day.other-month{background:#f8fafc;color:#94a3b8}.calendar-day.today{background:linear-gradient(135deg,#0040ff1a,#fd4e0a1a);border:3px solid #0040FF;box-shadow:0 8px 25px #0040ff33}.calendar-day.selected{background:linear-gradient(135deg,#0040ff26,#fd4e0a26);border:3px solid #fd4e0a;box-shadow:0 8px 25px #fd4e0a33}.day-number{font-size:1.2rem;font-weight:700;color:#1e293b;margin-bottom:.75rem;text-align:center}.calendar-day.other-month .day-number{color:#94a3b8}.calendar-day.today .day-number{color:#0040ff;font-weight:800;font-size:1.3rem}.day-events{flex:1;display:flex;flex-direction:column;gap:.3rem}.event-indicator{color:#fff;padding:.3rem .5rem;border-radius:8px;font-size:.75rem;font-weight:600;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;box-shadow:0 3px 10px #0003;transition:all .3s ease}.event-indicator:hover{transform:scale(1.05);box-shadow:0 5px 15px #0000004d}.event-details-panel{background:linear-gradient(135deg,#fff,#f8fafc);margin:2rem;border-radius:20px;padding:2.5rem;box-shadow:0 15px 40px #0000001a;border:1px solid rgba(0,64,255,.1);position:relative;z-index:1}.event-details-panel h3{color:#0040ff;font-size:1.8rem;font-weight:700;margin-bottom:2rem;border-bottom:3px solid rgba(0,64,255,.1);padding-bottom:1rem;text-align:center}.event-list{display:flex;flex-direction:column;gap:1.5rem}.event-item{background:linear-gradient(135deg,#fff,#f8fafc);padding:1.5rem;border-radius:15px;border-left:5px solid #0040FF;box-shadow:0 8px 25px #00000014;transition:all .3s ease}.event-item:hover{transform:translateY(-3px);box-shadow:0 15px 40px #0040ff26}.event-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.event-time{color:#0040ff;font-weight:700;font-size:1rem;background:#0040ff1a;padding:.5rem 1rem;border-radius:8px}.event-category{color:#fff;font-weight:600;font-size:.8rem;padding:.4rem .8rem;border-radius:6px;text-transform:uppercase;letter-spacing:.5px}.event-title{color:#1e293b;font-weight:700;font-size:1.3rem;margin-bottom:.5rem}.event-description{color:#64748b;font-size:1rem;line-height:1.6}.no-events{text-align:center;padding:3rem 2rem;color:#64748b}.no-events-icon{font-size:3rem;margin-bottom:1rem}.no-events p{font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.no-events small{font-size:.9rem;opacity:.8}.calendar-legend{background:linear-gradient(135deg,#fff,#f8fafc);margin:2rem;border-radius:15px;padding:2rem;box-shadow:0 10px 30px #00000014;border:1px solid rgba(0,64,255,.1);position:relative;z-index:1}.calendar-legend h4{color:#0040ff;font-size:1.3rem;font-weight:700;margin-bottom:1.5rem;text-align:center}.legend-items{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.legend-item{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#fff;border-radius:8px;box-shadow:0 3px 10px #0000000d;transition:all .3s ease}.legend-item:hover{transform:translateY(-2px);box-shadow:0 5px 15px #0000001a}.legend-color{width:20px;height:20px;border-radius:4px;box-shadow:0 2px 8px #0003}.legend-item span{font-weight:600;color:#1e293b;font-size:.9rem}@media (max-width: 1024px){.calendar-page{padding:1rem}.header-content h1{font-size:2.5rem}.calendar-controls h2{font-size:1.5rem;min-width:200px}.calendar-day{min-height:120px;padding:.75rem}.day-number{font-size:1.1rem}.event-indicator{font-size:.7rem;padding:.25rem .4rem}.legend-items{gap:1rem}}@media (max-width: 768px){.calendar-header{padding:2rem 1rem 1.5rem}.header-content h1{font-size:2rem}.calendar-controls{flex-direction:column;gap:1rem}.calendar-controls h2{min-width:auto;font-size:1.3rem}.calendar-body{padding:1rem}.calendar-day{min-height:100px;padding:.5rem}.day-number{font-size:1rem}.event-indicator{font-size:.65rem;padding:.2rem .3rem}.event-details-panel{margin:1rem;padding:1.5rem}.event-details-panel h3{font-size:1.5rem}.calendar-legend{margin:1rem;padding:1.5rem}.legend-items{flex-direction:column;align-items:center;gap:.75rem}}@media (max-width: 480px){.calendar-page{padding:.5rem}.header-content h1{font-size:1.8rem}.calendar-day{min-height:80px;padding:.25rem}.day-number{font-size:.9rem}.event-indicator{font-size:.6rem;padding:.15rem .25rem}.event-details-panel{padding:1rem}.event-details-panel h3{font-size:1.3rem}.event-item{padding:1rem}.event-title{font-size:1.1rem}}.page-layout{display:flex;background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:12rem 2rem 6rem;gap:3rem;font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;max-width:1400px;margin:0 auto}.sidebar{flex:1;min-width:300px;max-width:350px;background:linear-gradient(135deg,#fff,#f8fafc);padding:2.5rem;border-radius:25px;height:fit-content;box-shadow:0 20px 60px #00000014;position:relative}.sidebar:before{content:"";position:absolute;top:0;right:0;width:150px;height:150px;background:linear-gradient(45deg,#0040ff,#002fbd);border-radius:50%;opacity:.1;transform:translate(75px,-75px)}.team-info h3{font-size:1.8rem;font-weight:800;color:#0040ff;margin-bottom:1.5rem;position:relative}.team-info h3:after{content:"";position:absolute;bottom:-8px;left:0;width:50px;height:3px;background:linear-gradient(90deg,#fd4e0a,#ea580c);border-radius:2px}.team-info p{font-size:1rem;line-height:1.7;color:#475569;margin-bottom:2rem}.mini-calendar{margin-top:2rem;padding-top:2rem;border-top:2px solid rgba(0,64,255,.1)}.mini-calendar h4{font-size:1.3rem;font-weight:700;color:#002fbd;margin-bottom:1rem}.mini-calendar ul{list-style:none;padding:0;margin-bottom:1.5rem}.mini-calendar li{background:linear-gradient(135deg,#fff,#f8fafc);padding:1.5rem;border-radius:12px;margin-bottom:.75rem;box-shadow:0 5px 15px #0000000d;border-left:4px solid #0040FF;transition:all .3s ease;cursor:pointer}.mini-calendar li:hover{transform:translateY(-2px);box-shadow:0 10px 25px #0040ff1a;border-left-color:#fd4e0a}.mini-calendar li strong{color:#0040ff;font-weight:600;display:block;margin-bottom:.25rem}.event-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.event-time{color:#64748b;font-size:.9rem;font-weight:500}.event-title{color:#1e293b;font-weight:600;font-size:1.1rem;margin-bottom:.5rem}.event-description{color:#64748b;font-size:.9rem;line-height:1.4}.mini-calendar button{background:linear-gradient(135deg,#0040ff,#002fbd);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:12px;cursor:pointer;font-weight:600;transition:all .3s ease;box-shadow:0 8px 25px #0040ff4d;width:100%}.mini-calendar button:hover{background:linear-gradient(135deg,#002fbd,#001f8b);transform:translateY(-2px);box-shadow:0 12px 35px #0040ff66}.posts-section{flex:2;display:flex;flex-direction:column;gap:2rem;min-width:0;padding:0 1rem}.posts-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid rgba(0,64,255,.1)}.posts-header h2{font-size:2.2rem;font-weight:800;color:#0040ff;margin:0;background:linear-gradient(135deg,#0040ff,#002fbd);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.posts-stats{display:flex;gap:1.5rem}.stat-item{display:flex;flex-direction:column;align-items:center;padding:.75rem 1rem;background:linear-gradient(135deg,#fff,#f8fafc);border-radius:12px;box-shadow:0 5px 15px #0000000d;border:1px solid rgba(0,64,255,.1);transition:all .3s ease}.stat-item:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0040ff1a}.stat-number{font-size:1.5rem;font-weight:800;color:#0040ff;line-height:1}.stat-label{font-size:.8rem;color:#64748b;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.posts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:2rem}.post-card{background:linear-gradient(135deg,#fff,#f8fafc);border-radius:20px;overflow:hidden;box-shadow:0 15px 40px #00000014;transition:all .3s ease;cursor:pointer;border:1px solid rgba(255,255,255,.2);position:relative}.post-card:hover{transform:translateY(-8px);box-shadow:0 25px 60px #0040ff26;border-color:#0040ff33}.post-image-container{position:relative;height:200px;overflow:hidden}.post-image{width:100%;height:100%;object-fit:cover;transition:all .3s ease}.post-card:hover .post-image{transform:scale(1.05)}.post-image-fallback{display:none;width:100%;height:100%;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);align-items:center;justify-content:center;flex-direction:column;color:#64748b}.fallback-icon{font-size:2.5rem;margin-bottom:.5rem}.post-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#0040ffcc,#fd4e0acc);display:flex;flex-direction:column;justify-content:space-between;padding:1rem;opacity:0;transition:all .3s ease;color:#fff}.post-card:hover .post-overlay{opacity:1}.post-category{background:#fff3;padding:.5rem 1rem;border-radius:20px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;align-self:flex-start}.read-more{font-size:1rem;font-weight:600;align-self:flex-end}.post-content{padding:1.5rem}.post-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.post-date{font-size:.9rem;color:#64748b;font-weight:500}.post-actions{display:flex;gap:.5rem}.action-btn{background:none!important;border:none!important;font-size:1.1rem;color:#64748b;cursor:pointer;padding:.5rem;border-radius:8px;transition:all .3s ease;text-decoration:none!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}.action-btn:hover{background:#0040ff1a;color:#0040ff;transform:scale(1.1)}.post-title{font-size:1.4rem;font-weight:700;color:#1e293b;margin:0 0 1rem;line-height:1.3}.post-excerpt{color:#475569;line-height:1.6;margin:0 0 1.5rem;font-size:.95rem}.post-footer{display:flex;justify-content:space-between;align-items:center}.post-tags{display:flex;gap:.5rem}.tag{background:linear-gradient(135deg,#0040ff1a,#fd4e0a1a);color:#0040ff;padding:.3rem .8rem;border-radius:15px;font-size:.8rem;font-weight:600;border:1px solid rgba(0,64,255,.2)}.post-read-time{font-size:.8rem;color:#64748b;font-weight:500}.posts-pagination{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-top:2rem}.pagination-btn{background:linear-gradient(135deg,#fff,#f8fafc)!important;border:1px solid rgba(0,64,255,.1)!important;color:#64748b;padding:.75rem 1rem;border-radius:10px;cursor:pointer;font-weight:600;transition:all .3s ease;min-width:45px;text-decoration:none!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}.pagination-btn:hover{background:linear-gradient(135deg,#0040ff1a,#fd4e0a1a);color:#0040ff;transform:translateY(-2px);box-shadow:0 5px 15px #0040ff33}.pagination-btn.active{background:linear-gradient(135deg,#0040ff,#002fbd)!important;color:#fff;box-shadow:0 5px 15px #0040ff4d}.pagination-dots{color:#64748b;font-weight:600;padding:0 .5rem}.post-row{display:flex;background:linear-gradient(135deg,#fff,#f8fafc);border-radius:20px;box-shadow:0 15px 40px #00000014;transition:all .3s ease;cursor:pointer;position:relative;border:1px solid rgba(255,255,255,.2);min-height:150px;overflow:hidden}.post-row:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#0040ff0d,#fd4e0a0d);opacity:0;transition:opacity .3s ease}.post-row:hover:before{opacity:1}.post-row:hover{transform:translateY(-5px);box-shadow:0 25px 60px #0040ff26;border-color:#0040ff33}.post-row img{width:200px;height:150px;object-fit:cover;transition:all .3s ease}.post-fallback{width:200px;height:150px;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);display:flex;align-items:center;justify-content:center;border-radius:20px 0 0 20px}.fallback-content{text-align:center;color:#64748b}.fallback-content span{font-size:2rem;display:block;margin-bottom:.5rem}.fallback-content p{font-size:.9rem;font-weight:600;margin:0}.post-row:hover img{transform:scale(1.05)}.post-text{padding:2rem;flex:1;display:flex;flex-direction:column;justify-content:space-between}.post-text h3{font-size:1.5rem;font-weight:700;color:#1e293b;margin:0 0 1rem;line-height:1.3}.post-text p{color:#475569;line-height:1.6;margin:0 0 1rem;flex-grow:1}.post-text span{font-size:.9rem;color:#64748b;font-weight:500}.post-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000d9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;justify-content:center;align-items:center;z-index:1000;padding:2rem;animation:modalFadeIn .3s ease}@keyframes modalFadeIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.post-modal-content{background:linear-gradient(135deg,#fff,#f8fafc);border-radius:25px;max-width:900px;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 30px 80px #0006;border:1px solid rgba(255,255,255,.2);animation:modalSlideIn .3s ease}@keyframes modalSlideIn{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-header{display:flex;justify-content:space-between;align-items:flex-start;padding:2rem 2rem 1rem;border-bottom:1px solid rgba(0,64,255,.1)}.modal-meta{display:flex;flex-direction:column;gap:.5rem}.modal-category{background:linear-gradient(135deg,#0040ff,#002fbd);color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;align-self:flex-start}.modal-date{font-size:.9rem;color:#64748b;font-weight:500}.modal-close-btn{background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid rgba(0,64,255,.1);color:#64748b;font-size:1.5rem;cursor:pointer;width:45px;height:45px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 5px 15px #0000001a}.modal-close-btn:hover{background:linear-gradient(135deg,#0040ff,#002fbd);color:#fff;transform:scale(1.1);box-shadow:0 8px 25px #0040ff4d}.modal-image-section{position:relative;height:350px;overflow:hidden}.modal-image{width:100%;height:100%;object-fit:cover;transition:all .3s ease}.modal-image-fallback{display:none;width:100%;height:100%;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);align-items:center;justify-content:center;flex-direction:column;color:#64748b}.fallback-icon-large{font-size:4rem;margin-bottom:1rem}.modal-image-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#0040ffcc,#fd4e0acc);display:flex;align-items:flex-end;padding:2rem;opacity:0;transition:all .3s ease}.post-modal-content:hover .modal-image-overlay{opacity:1}.modal-actions{display:flex;gap:1rem;width:100%}.modal-action-btn{background:#fff3;border:1px solid rgba(255,255,255,.3);color:#fff;padding:.75rem 1.5rem;border-radius:25px;cursor:pointer;font-weight:600;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.modal-action-btn:hover{background:#ffffff4d;transform:translateY(-2px);box-shadow:0 8px 25px #0003}.modal-content{padding:2rem}.modal-title{font-size:2.5rem;font-weight:800;color:#1e293b;margin:0 0 1.5rem;line-height:1.2;background:linear-gradient(135deg,#0040ff,#002fbd);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.modal-text{margin-bottom:2rem}.modal-text p{font-size:1.1rem;line-height:1.8;color:#475569;margin:0}.modal-tags-section{margin-bottom:2rem;padding:1.5rem;background:linear-gradient(135deg,#f8fafc,#fff);border-radius:15px;border:1px solid rgba(0,64,255,.1)}.modal-tags-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.modal-tags-header h4{font-size:1.1rem;font-weight:700;color:#1e293b;margin:0}.tag-edit-btn{background:linear-gradient(135deg,#0040ff,#002fbd);color:#fff;border:none;padding:.5rem 1rem;border-radius:8px;cursor:pointer;font-weight:600;font-size:.9rem;transition:all .3s ease}.tag-edit-btn:hover{background:linear-gradient(135deg,#002fbd,#001f8b);transform:translateY(-2px);box-shadow:0 5px 15px #0040ff4d}.modal-tags-container{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.modal-tag{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#0040ff1a,#fd4e0a1a);color:#0040ff;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:600;border:1px solid rgba(0,64,255,.2);transition:all .3s ease}.modal-tag:hover{background:linear-gradient(135deg,#0040ff26,#fd4e0a26);border-color:#0040ff4d}.tag-remove-btn{background:#ef444433;color:#ef4444;border:none;width:20px;height:20px;border-radius:50%;cursor:pointer;font-size:1.2rem;font-weight:700;line-height:1;display:flex;align-items:center;justify-content:center;transition:all .2s ease;padding:0;margin-left:.25rem}.tag-remove-btn:hover{background:#ef44444d;transform:scale(1.1)}.tag-input-container{display:flex;gap:.5rem;align-items:center;width:100%;max-width:300px}.tag-input{flex:1;padding:.5rem 1rem;border:2px solid rgba(0,64,255,.2);border-radius:8px;font-size:.9rem;font-weight:500;color:#1e293b;background:#fff;transition:all .3s ease}.tag-input:focus{outline:none;border-color:#0040ff;box-shadow:0 0 0 3px #0040ff1a}.tag-add-btn{background:linear-gradient(135deg,#0040ff,#002fbd);color:#fff;border:none;padding:.5rem 1rem;border-radius:8px;cursor:pointer;font-weight:600;font-size:.9rem;transition:all .3s ease;white-space:nowrap}.tag-add-btn:hover:not(:disabled){background:linear-gradient(135deg,#002fbd,#001f8b);transform:translateY(-2px);box-shadow:0 5px 15px #0040ff4d}.tag-add-btn:disabled{opacity:.5;cursor:not-allowed}.modal-footer{display:flex;justify-content:flex-end;align-items:flex-end;padding-top:2rem;border-top:1px solid rgba(0,64,255,.1)}.modal-author{display:flex;align-items:center}.author-info{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;background:linear-gradient(135deg,#fff,#f8fafc);border-radius:20px;border:1px solid rgba(0,64,255,.1);box-shadow:0 5px 15px #0000000d}.author-avatar{width:50px;height:50px;background:linear-gradient(135deg,#0040ff,#002fbd);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.2rem}.author-details{display:flex;flex-direction:column}.author-name{font-weight:700;color:#1e293b;font-size:1rem}.author-role{font-size:.85rem;color:#64748b;font-weight:500}.notification{position:fixed;top:2rem;right:2rem;z-index:2000;animation:notificationSlideIn .3s ease}@keyframes notificationSlideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.notification-content{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;border-radius:15px;box-shadow:0 10px 30px #0003;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);min-width:300px}.notification-success{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.notification-error{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}.notification-info{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}.notification-icon{font-size:1.2rem}.notification-message{font-weight:600;font-size:.95rem}@media (max-width: 1024px){.page-layout{padding:10rem 2rem 4rem;gap:2rem}.sidebar{min-width:250px;padding:2rem}.posts-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.posts-header{flex-direction:column;gap:1rem;text-align:center}.posts-header h2{font-size:1.8rem}.post-title{font-size:1.2rem}}@media (max-width: 768px){.page-layout{flex-direction:column;padding:8rem 1.5rem 3rem;gap:2rem}.sidebar{max-width:none;min-width:auto}.posts-grid{grid-template-columns:1fr;gap:1.5rem}.posts-header{flex-direction:column;gap:1rem;text-align:center}.posts-stats{justify-content:center}.post-card{margin:0 auto;max-width:400px}.post-image-container{height:180px}.post-content{padding:1.25rem}.post-title{font-size:1.3rem}.post-footer{flex-direction:column;gap:1rem;align-items:flex-start}.post-modal-content{margin:1rem;max-width:95vw}.modal-header{padding:1.5rem 1.5rem 1rem}.modal-image-section{height:250px}.modal-content{padding:1.5rem}.modal-title{font-size:2rem}.modal-footer{flex-direction:column;gap:1.5rem;align-items:flex-start}}@media (max-width: 480px){.page-layout{padding:6rem 1rem 2rem}.sidebar{padding:1.5rem}.posts-section{padding:0 .5rem}.posts-header h2{font-size:1.5rem}.posts-stats{gap:1rem}.stat-item{padding:.5rem .75rem}.stat-number{font-size:1.2rem}.stat-label{font-size:.7rem}.post-card{max-width:none}.post-image-container{height:160px}.post-content{padding:1rem}.post-title{font-size:1.2rem}.post-excerpt{font-size:.9rem}.post-modal-content{margin:.5rem;max-width:98vw}.modal-header{padding:1rem 1rem .5rem}.modal-image-section{height:200px}.modal-content{padding:1rem}.modal-title{font-size:1.5rem}.modal-footer{flex-direction:column;gap:1rem;align-items:flex-start}.author-info{padding:.75rem 1rem}.author-avatar{width:40px;height:40px;font-size:1rem}}.page{background:linear-gradient(135deg,#f8fafc,#e2e8f0);min-height:100vh;display:flex;align-items:center;justify-content:center;overflow-x:hidden}.sponsors-page{max-width:1400px;width:100%;padding:6rem 1rem 4rem;text-align:center;font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.sponsors-page h1{font-size:2.5rem;font-weight:900;color:#0040ff;margin-bottom:1rem;position:relative;display:inline-block;transform:translateY(20px);opacity:0;animation:slideUpFade .8s ease-out .2s forwards}.sponsors-page h1:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:80px;height:4px;background:linear-gradient(90deg,#0040ff,#fd4e0a);border-radius:2px}.sponsors-page h3{font-size:1.1rem;color:#475569;margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto;line-height:1.7;transform:translateY(20px);opacity:0;animation:slideUpFade .8s ease-out .4s forwards;margin-top:.5rem}.sponsor-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:3rem;max-width:1200px;margin-left:auto;margin-right:auto}.sponsor-card{background:linear-gradient(135deg,#fff,#f8fafc);padding:2rem 1.5rem;border-radius:20px;box-shadow:0 15px 40px #00000014;transition:all .4s ease;position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.2);transform:translateY(20px);opacity:0}.sponsor-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#0040ff0d,#fd4e0a0d);opacity:0;transition:opacity .3s ease}.sponsor-card:hover:before{opacity:1}.sponsor-card:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 25px 60px #0040ff26;border-color:#0040ff33}.sponsor-card img{max-width:100%;max-height:80px;object-fit:contain;margin-bottom:1rem;transition:all .3s ease;filter:grayscale(30%)}.sponsor-card:hover img{filter:grayscale(0%);transform:scale(1.1)}.sponsor-card p{font-size:1rem;color:#1e293b;font-weight:600;margin:0}.sponsor-card:nth-child(1){animation:slideUpFade .8s ease-out .6s forwards}.sponsor-card:nth-child(2){animation:slideUpFade .8s ease-out .7s forwards}.sponsor-card:nth-child(3){animation:slideUpFade .8s ease-out .8s forwards}.sponsor-card:nth-child(4){animation:slideUpFade .8s ease-out .9s forwards}.sponsor-card:nth-child(5){animation:slideUpFade .8s ease-out 1s forwards}.sponsor-card:nth-child(6){animation:slideUpFade .8s ease-out 1.1s forwards}.sponsor-card:nth-child(7){animation:slideUpFade .8s ease-out 1.2s forwards}.sponsor-card:nth-child(8){animation:slideUpFade .8s ease-out 1.3s forwards}.sponsors-page .button-decoration{margin-top:2rem;transform:translateY(20px);opacity:0;animation:slideUpFade .8s ease-out 1.4s forwards}@media (min-width: 768px){.sponsors-page{padding:8rem 2rem 6rem}.sponsors-page h1{font-size:3rem}.sponsors-page h3{font-size:1.3rem;margin-bottom:3rem}.sponsor-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.sponsor-card{padding:2.5rem 1.5rem}.sponsor-card img{max-height:100px}.sponsor-card p{font-size:1.1rem}}@media (min-width: 1024px){.sponsors-page{padding:10rem 2rem 6rem}.sponsors-page h1{font-size:3.5rem}.sponsors-page h3{font-size:1.4rem;margin-bottom:4rem}.sponsor-grid{grid-template-columns:repeat(3,1fr);gap:2.5rem}.sponsor-card{padding:3rem 2rem;border-radius:25px}.sponsor-card img{max-height:120px}.sponsor-card p{font-size:1.2rem}}@media (min-width: 1200px){.sponsor-grid{grid-template-columns:repeat(4,1fr);gap:2.5rem}}@media (min-width: 1400px){.sponsors-page{max-width:1400px}}@media (max-width: 480px){.sponsors-page{padding:5rem 1rem 3rem}.sponsors-page h1{font-size:2rem}.sponsors-page h3{font-size:1rem;margin-bottom:2rem}.sponsor-grid{gap:1rem}.sponsor-card{padding:1.5rem 1rem}.sponsor-card img{max-height:60px;margin-bottom:.75rem}.sponsor-card p{font-size:.95rem}.sponsors-page .button-decoration{width:100%;max-width:300px;padding:.75rem 1.5rem}}.robotnav{background:linear-gradient(135deg,#fff,#f8fafc);border-right:2px solid #e2e8f0;min-height:100vh;width:280px;position:sticky;top:100px;overflow-y:auto;box-shadow:5px 0 20px #00000014;z-index:10}.robotnav:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#e2e8f0,transparent)}.robotnav nav{padding:2rem 1rem;display:flex;flex-direction:column;gap:.5rem}.robotnav nav a{display:block;padding:1rem 1.5rem;text-decoration:none;color:#475569;font-weight:600;font-size:1rem;border-radius:12px;transition:all .3s ease;position:relative;overflow:hidden;background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid transparent}.robotnav nav a:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(0,64,255,.1),transparent);transition:left .5s ease}.robotnav nav a:hover:before{left:100%}.robotnav nav a:hover{color:#0040ff;background:linear-gradient(135deg,#f0f4ff,#e6f0ff);border-color:#0040ff;transform:translate(5px);box-shadow:0 5px 15px #0040ff26}.robotnav nav a:active{transform:translate(3px)}.robotnav nav a.active{background:linear-gradient(135deg,#0040ff,#002fbd);color:#fff;box-shadow:0 5px 15px #0040ff4d}.robotnav nav a.active:hover{background:linear-gradient(135deg,#002fbd,#001f8b);transform:translate(5px)}.robotnav::-webkit-scrollbar{width:6px}.robotnav::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}.robotnav::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#0040ff,#002fbd);border-radius:3px}.robotnav::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#002fbd,#001f8b)}@media (max-width: 1024px){.robotnav{width:250px}.robotnav nav{padding:1.5rem .75rem}.robotnav nav a{padding:.875rem 1.25rem;font-size:.95rem}}@media (max-width: 768px){.robotnav{width:100%;min-height:auto;position:relative;top:0;border-right:none;border-bottom:2px solid #e2e8f0;box-shadow:0 5px 20px #00000014}.robotnav nav{flex-direction:row;overflow-x:auto;padding:1rem;gap:.75rem}.robotnav nav a{white-space:nowrap;min-width:fit-content;text-align:center;padding:.75rem 1rem;font-size:.9rem}.robotnav nav a:hover{transform:translateY(-2px)}.robotnav nav a:active{transform:translateY(-1px)}.robotnav nav a.active:hover{transform:translateY(-2px)}}@media (max-width: 480px){.robotnav nav{padding:.75rem;gap:.5rem}.robotnav nav a{padding:.625rem .875rem;font-size:.85rem;border-radius:8px}}.robot-page{font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:linear-gradient(135deg,#f8fafc,#e2e8f0);color:#1e293b;line-height:1.7;min-height:100vh;overflow-x:hidden;display:flex;flex-direction:row;position:relative}.robot-page:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 80%,rgba(0,64,255,.05) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(253,78,10,.05) 0%,transparent 50%);pointer-events:none}.robot-page main{flex:1;padding:2rem;max-width:calc(100vw - 280px);overflow-y:auto}.robot-intro{background:linear-gradient(135deg,#fff,#f8fafc);border-radius:30px;padding:3rem 2rem;margin-bottom:2rem;box-shadow:0 20px 60px #00000014;position:relative;overflow:hidden;color:#1e293b}.robot-intro:before{content:"";position:absolute;top:0;right:0;width:150px;height:150px;background:linear-gradient(45deg,#0040ff,#002fbd);border-radius:50%;opacity:.1;transform:translate(75px,-75px)}.robot-intro:after{content:"";position:absolute;bottom:0;left:0;width:100px;height:100px;background:linear-gradient(45deg,#fd4e0a,#ea580c);border-radius:50%;opacity:.1;transform:translate(-50px,50px)}.robot-title{font-size:2.5rem;font-weight:900;color:#0040ff;margin-bottom:1.5rem;position:relative;display:inline-block;transform:translateY(20px);opacity:0;animation:slideUpFade .8s ease-out .2s forwards}.robot-title:after{content:"";position:absolute;bottom:-10px;left:0;width:100%;height:4px;background:linear-gradient(90deg,#fd4e0a,#ea580c);border-radius:2px}.robot-description{font-size:1rem;color:#475569;line-height:1.8;transform:translateY(20px);opacity:0;animation:slideUpFade .8s ease-out .4s forwards}.robot-description.coming-soon{text-align:center;font-size:1.2rem;color:#64748b;font-weight:500;padding:2rem;background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-radius:20px;border:2px dashed #cbd5e1;position:relative;overflow:hidden}.robot-description.coming-soon:before{content:"🚀";font-size:3rem;display:block;margin-bottom:1rem;animation:bounce 2s infinite}.robot-description.coming-soon:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(0,64,255,.1),transparent);animation:shimmer 3s infinite}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@keyframes shimmer{0%{left:-100%}to{left:100%}}.robot-description br{margin-bottom:.5rem}.robot-image{background:linear-gradient(135deg,#fff,#f8fafc);border-radius:30px;padding:3rem 2rem;margin-bottom:2rem;box-shadow:0 20px 60px #00000014;text-align:center;position:relative;overflow:hidden;color:#1e293b;display:flex;flex-direction:column;align-items:center}.robot-image:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#e2e8f0,transparent)}.robot-image h1{font-size:2.5rem;font-weight:900;color:#0040ff;margin-bottom:3rem;position:relative;text-align:center;width:100%;order:1}.robot-image h1:after{content:"";position:absolute;bottom:-15px;left:50%;transform:translate(-50%);width:120px;height:4px;background:linear-gradient(90deg,#0040ff,#fd4e0a);border-radius:2px}.robot-image img{max-width:90%;height:auto;border-radius:25px;box-shadow:0 20px 60px #00000026;transition:all .4s ease;margin:0 auto;display:block;order:2}.robot-image img:hover{transform:scale(1.03);box-shadow:0 25px 70px #00000040}.robot-timeline{background:linear-gradient(135deg,#fff,#f8fafc);border-radius:30px;padding:3rem 2rem;box-shadow:0 20px 60px #00000014;position:relative;overflow:hidden;color:#1e293b}.robot-timeline:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#e2e8f0,transparent)}.robot-timeline h2{font-size:2rem;font-weight:800;color:#002fbd;margin-bottom:2rem;text-align:center;position:relative}.robot-timeline h2:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:80px;height:4px;background:linear-gradient(90deg,#0040ff,#fd4e0a);border-radius:2px}.robot-timeline ul{list-style:none;padding:0;display:grid;grid-template-columns:1fr;gap:1rem;max-width:800px;margin:0 auto}.robot-timeline ul li{background:linear-gradient(135deg,#fff,#f8fafc);padding:1.5rem;border-radius:20px;font-size:1rem;color:#1e293b;box-shadow:0 10px 30px #00000014;transition:all .3s ease;border-left:5px solid #0040FF;position:relative;overflow:hidden}.robot-timeline ul li:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#0040ff0d,#fd4e0a0d);opacity:0;transition:opacity .3s ease}.robot-timeline ul li:hover:before{opacity:1}.robot-timeline ul li:hover{transform:translateY(-5px);box-shadow:0 20px 50px #0040ff26;border-left-color:#fd4e0a}.robot-timeline ul li strong{color:#0040ff;font-weight:700;font-size:1.1rem;display:block;margin-bottom:.5rem}@media (max-width: 1200px){.robot-page main{max-width:calc(100vw - 250px);padding:1.5rem}.robot-intro,.robot-image,.robot-timeline{border-radius:25px;padding:2.5rem 1.5rem}.robot-title{font-size:2.25rem}.robot-description.coming-soon{font-size:1.1rem;padding:1.5rem}.robot-description.coming-soon:before{font-size:2.5rem}.robot-image h1{font-size:2.25rem;margin-bottom:2.5rem;order:1}.robot-image h1:after{width:100px;bottom:-12px}.robot-image img{max-width:95%;order:2}.robot-timeline h2{font-size:1.75rem}}@media (max-width: 1024px){.robot-page main{max-width:calc(100vw - 250px);padding:1.25rem}.robot-intro,.robot-image,.robot-timeline{border-radius:20px;padding:2rem 1.25rem}.robot-title{font-size:2rem}.robot-image h1{font-size:2rem;margin-bottom:2rem;order:1}.robot-image h1:after{width:80px;bottom:-10px}.robot-image img{max-width:100%;order:2}.robot-timeline h2{font-size:1.5rem}.robot-timeline ul{grid-template-columns:1fr}}@media (max-width: 768px){.robot-page{flex-direction:column}.robot-page main{max-width:100%;padding:1rem}.robot-intro,.robot-image,.robot-timeline{border-radius:15px;padding:1.5rem 1rem;margin-bottom:1.5rem}.robot-title{font-size:1.75rem;margin-bottom:1rem}.robot-description.coming-soon{font-size:1rem;padding:1.25rem}.robot-description.coming-soon:before{font-size:2rem;margin-bottom:.75rem}.robot-image h1{font-size:1.5rem;margin-bottom:1.5rem;order:1}.robot-image h1:after{width:60px;bottom:-8px}.robot-image img{max-width:100%;border-radius:15px;order:2}.robot-timeline h2{font-size:1.25rem;margin-bottom:1.5rem}.robot-description{font-size:.95rem}.robot-timeline ul li{padding:1.25rem;font-size:.95rem}.robot-timeline ul li strong{font-size:1rem}.robot-intro:before{width:100px;height:100px;transform:translate(50px,-50px)}.robot-intro:after{width:75px;height:75px;transform:translate(-37.5px,37.5px)}}@media (max-width: 480px){.robot-page main{padding:.75rem}.robot-intro,.robot-image,.robot-timeline{border-radius:12px;padding:1.25rem .75rem;margin-bottom:1rem}.robot-title{font-size:1.5rem}.robot-image h1{font-size:1.25rem;margin-bottom:1rem;order:1}.robot-image h1:after{width:50px;bottom:-6px}.robot-image img{max-width:100%;border-radius:10px;order:2}.robot-timeline h2{font-size:1.125rem}.robot-description{font-size:.9rem}.robot-timeline ul li{padding:1rem;font-size:.9rem}.robot-timeline ul li strong{font-size:.95rem}}.community-page{background:linear-gradient(135deg,#f8fafc,#e2e8f0,#cbd5e1);padding-bottom:6rem;font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;min-height:100vh;position:relative}.community-page:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 80%,rgba(0,64,255,.1) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(253,78,10,.1) 0%,transparent 50%),radial-gradient(circle at 40% 40%,rgba(16,185,129,.05) 0%,transparent 50%);pointer-events:none}.community-header{max-width:1200px;margin:0 auto;padding:12rem 2rem 4rem;text-align:center;color:#1e293b;position:relative;z-index:1}.community-title{font-size:4.5rem;font-weight:900;background:linear-gradient(135deg,#0040ff,#002fbd,#fd4e0a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:2rem;position:relative;display:inline-block;transform:translateY(20px);opacity:0;animation:slideUpFade .8s ease-out .2s forwards;text-shadow:0 4px 8px rgba(0,64,255,.1)}.community-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:120px;height:4px;background:linear-gradient(90deg,#fd4e0a,#ea580c,#0040ff);border-radius:2px;box-shadow:0 2px 8px #fd4e0a4d}.community-subtitle{font-size:1.3rem;line-height:1.8;color:#475569;max-width:800px;margin:0 auto;transform:translateY(20px);opacity:0;animation:slideUpFade .8s ease-out .4s forwards;font-weight:500}.community-tabs{max-width:1200px;margin:0 auto 3rem;padding:0 2rem;display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap;position:relative;z-index:1}.tab-button{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:2rem 2.5rem;background:linear-gradient(135deg,#ffffffe6,#f8fafce6);border:2px solid rgba(226,232,240,.8);border-radius:25px;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);min-width:140px;box-shadow:0 8px 25px #0000001a,0 4px 10px #0000000d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;overflow:hidden}.tab-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:left .6s ease}.tab-button:hover:before{left:100%}.tab-button:hover{transform:translateY(-8px) scale(1.05);box-shadow:0 20px 40px #0040ff33,0 8px 16px #0000001a;border-color:#0040ff}.tab-button.active{background:linear-gradient(135deg,#0040ff,#002fbd,#001a66);border-color:#0040ff;color:#fff;transform:translateY(-8px) scale(1.05);box-shadow:0 25px 50px #0040ff4d,0 8px 16px #0000001a}.tab-icon{font-size:2.5rem;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.tab-label{font-weight:700;font-size:1rem;letter-spacing:.5px}.community-content{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:1}.weekly-activities{background:linear-gradient(135deg,#fffffff2,#f8fafcf2);padding:4rem;border-radius:35px;box-shadow:0 25px 60px #0000001a,0 10px 20px #0000000d;margin-bottom:3rem;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);position:relative;overflow:hidden}.weekly-activities:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#0040ff,#fd4e0a,#10b981,#f59e0b);border-radius:35px 35px 0 0}.section-intro h2{font-size:3rem;font-weight:800;background:linear-gradient(135deg,#002fbd,#0040ff,#fd4e0a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:2rem;text-align:center;position:relative;display:inline-block}.section-intro h2:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translate(-50%);width:80px;height:4px;background:linear-gradient(90deg,#0040ff,#fd4e0a);border-radius:2px;box-shadow:0 2px 8px #0040ff4d}.section-intro p{font-size:1.2rem;line-height:1.8;color:#475569;margin-bottom:1.5rem;text-align:center;font-weight:500}.activity-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:2rem;margin:3rem 0;padding:2rem;background:linear-gradient(135deg,#fffc,#f8fafccc);border-radius:25px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3)}.stat-item{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.5rem;background:linear-gradient(135deg,#ffffffe6,#f8fafce6);border-radius:20px;box-shadow:0 8px 20px #00000014;transition:all .3s ease}.stat-item:hover{transform:translateY(-5px);box-shadow:0 15px 30px #0040ff26}.stat-number{font-size:2.5rem;font-weight:900;background:linear-gradient(135deg,#0040ff,#fd4e0a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.stat-label{font-size:1rem;font-weight:600;color:#475569;text-transform:uppercase;letter-spacing:1px}.organizations-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(380px,1fr));gap:2.5rem;margin-top:4rem}.org-card{background:linear-gradient(135deg,#ffffffe6,#f8fafce6);padding:2.5rem;border-radius:25px;box-shadow:0 15px 35px #0000001a,0 5px 15px #0000000d;border-left:6px solid #0040FF;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.org-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#0040ff0d,#fd4e0a0d);opacity:0;transition:opacity .4s ease}.org-card:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .6s ease}.org-card:hover:before{opacity:1}.org-card:hover:after{left:100%}.org-card:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 25px 50px #0040ff33,0 10px 20px #0000001a;border-left-color:#fd4e0a}.org-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.org-header h3{font-size:1.8rem;font-weight:800;background:linear-gradient(135deg,#0040ff,#002fbd);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0}.org-icon{font-size:2.5rem;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.org-details{display:flex;flex-direction:column;gap:1.5rem}.org-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;padding:1.5rem;background:linear-gradient(135deg,#f8fafccc,#f1f5f9cc);border-radius:15px;border:1px solid rgba(226,232,240,.5)}.info-item{display:flex;flex-direction:column;gap:.25rem}.info-label{font-size:.85rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.info-value{font-size:1rem;font-weight:600;color:#1e293b}.org-card p{font-size:1.1rem;line-height:1.7;color:#475569;margin:0;font-weight:500}.activity-highlights{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem}.highlight{background:linear-gradient(135deg,#0040ff,#002fbd);color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600;box-shadow:0 4px 10px #0040ff33;transition:all .3s ease}.highlight:hover{transform:translateY(-2px);box-shadow:0 6px 15px #0040ff4d}.achievement{background:linear-gradient(135deg,#fef3c7,#fde68a,#fbbf24);padding:2rem;border-radius:20px;margin-top:2rem;border:2px solid #f59e0b;box-shadow:0 8px 20px #f59e0b33;position:relative;overflow:hidden}.achievement:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#f59e0b,#d97706,#92400e)}.achievement h4{color:#92400e;font-weight:800;margin-bottom:.75rem;font-size:1.2rem}.achievement p{color:#78350f;margin:0;font-size:1rem;font-weight:500}.ftc-section{background:linear-gradient(135deg,#fffffff2,#f8fafcf2);padding:4rem;border-radius:35px;box-shadow:0 25px 60px #0000001a,0 10px 20px #0000000d;text-align:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);position:relative;overflow:hidden}.ftc-section:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#dc2626,#ef4444);border-radius:35px 35px 0 0}.ftc-section h2{font-size:3rem;font-weight:800;background:linear-gradient(135deg,#dc2626,#ef4444,#f87171);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:2.5rem;position:relative;display:inline-block}.ftc-section h2:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translate(-50%);width:80px;height:4px;background:linear-gradient(90deg,#dc2626,#ef4444);border-radius:2px;box-shadow:0 2px 8px #dc26264d}.ftc-content p{font-size:1.2rem;line-height:1.8;color:#475569;margin-bottom:1.5rem;max-width:800px;margin-left:auto;margin-right:auto;font-weight:500}.peak-days-section{background:linear-gradient(135deg,#fffffff2,#f8fafcf2);padding:4rem;border-radius:35px;box-shadow:0 25px 60px #0000001a,0 10px 20px #0000000d;text-align:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);position:relative;overflow:hidden}.peak-days-section:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#0040ff,#fd4e0a);border-radius:35px 35px 0 0}.peak-days-section h2{font-size:3rem;font-weight:800;background:linear-gradient(135deg,#002fbd,#0040ff,#fd4e0a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:3.5rem;position:relative;display:inline-block}.peak-days-section h2:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translate(-50%);width:80px;height:4px;background:linear-gradient(90deg,#0040ff,#fd4e0a);border-radius:2px;box-shadow:0 2px 8px #0040ff4d}.peak-activities{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:900px;margin:0 auto}.peak-activity{background:linear-gradient(135deg,#ffffffe6,#f8fafce6);padding:2.5rem;border-radius:25px;box-shadow:0 15px 35px #0000001a,0 5px 15px #0000000d;border-left:6px solid #0040FF;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;align-items:center;gap:1.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;overflow:hidden}.peak-activity:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .6s ease}.peak-activity:hover:before{left:100%}.peak-activity:hover{transform:translateY(-12px) scale(1.03);box-shadow:0 25px 50px #0040ff33,0 10px 20px #0000001a;border-left-color:#fd4e0a}.activity-icon{font-size:3.5rem;filter:drop-shadow(0 4px 8px rgba(0,0,0,.1));transition:transform .3s ease}.peak-activity:hover .activity-icon{transform:scale(1.1)}.activity-name{font-weight:700;color:#1e293b;font-size:1.2rem;text-align:center;line-height:1.4}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (max-width: 1024px){.community-header{padding:10rem 1.5rem 3rem}.community-title{font-size:3.5rem}.community-subtitle{font-size:1.2rem}.weekly-activities,.ftc-section,.magazine-section,.peak-days-section{padding:3rem;margin-bottom:2rem}.section-intro h2,.ftc-section h2,.magazine-section h2,.peak-days-section h2{font-size:2.5rem}.organizations-grid{grid-template-columns:1fr;gap:2rem}.peak-activities{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}@media (max-width: 768px){.community-header{padding:8rem 1rem 2rem}.community-title{font-size:3rem}.community-subtitle{font-size:1.1rem}.community-tabs{padding:0 1rem;gap:1rem}.tab-button{padding:1.5rem 2rem;min-width:120px}.tab-icon{font-size:2rem}.tab-label{font-size:.9rem}.community-content{padding:0 1rem}.weekly-activities,.ftc-section,.magazine-section,.peak-days-section{padding:2.5rem;border-radius:25px}.magazine-file-list{grid-template-columns:1fr}.magazine-file-item{flex-direction:column;align-items:flex-start}.magazine-file-link{width:100%;justify-content:center}.section-intro h2,.ftc-section h2,.magazine-section h2,.peak-days-section h2{font-size:2rem}.org-card{padding:2rem}.org-header h3{font-size:1.5rem}.peak-activities{grid-template-columns:1fr;gap:1.5rem}.activity-icon{font-size:3rem}}@media (max-width: 480px){.community-header{padding:6rem 1rem 1rem}.community-title{font-size:2.5rem}.weekly-activities,.ftc-section,.magazine-section,.peak-days-section{padding:2rem}.section-intro h2,.ftc-section h2,.magazine-section h2,.peak-days-section h2{font-size:1.8rem}.org-card,.achievement{padding:1.5rem}.activity-icon{font-size:2.5rem}}.magazines-page{background:linear-gradient(135deg,#f8fafc,#e2e8f0,#cbd5e1);padding-bottom:6rem;font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;min-height:100vh;position:relative}.magazines-page:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 80%,rgba(0,64,255,.1) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(253,78,10,.1) 0%,transparent 50%),radial-gradient(circle at 40% 40%,rgba(16,185,129,.05) 0%,transparent 50%);pointer-events:none}.magazines-header{max-width:1200px;margin:0 auto;padding:12rem 2rem 4rem;text-align:center;color:#1e293b;position:relative;z-index:1}.magazines-title{font-size:4.5rem;font-weight:900;background:linear-gradient(135deg,#0040ff,#002fbd,#fd4e0a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:2rem;position:relative;display:inline-block;transform:translateY(20px);opacity:0;animation:slideUpFade .8s ease-out .2s forwards;text-shadow:0 4px 8px rgba(0,64,255,.1)}.magazines-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:120px;height:4px;background:linear-gradient(90deg,#fd4e0a,#ea580c,#0040ff);border-radius:2px;box-shadow:0 2px 8px #fd4e0a4d}.magazines-subtitle{font-size:1.3rem;line-height:1.8;color:#475569;max-width:800px;margin:0 auto;transform:translateY(20px);opacity:0;animation:slideUpFade .8s ease-out .4s forwards;font-weight:500}.magazines-content{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:1}.magazine-section{background:linear-gradient(135deg,#fffffff2,#f8fafcf2);padding:4rem;border-radius:35px;box-shadow:0 25px 60px #0000001a,0 10px 20px #0000000d;text-align:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);position:relative;overflow:hidden}.magazine-section:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#0040ff,#fd4e0a);border-radius:35px 35px 0 0}.magazine-section h2{font-size:3rem;font-weight:800;background:linear-gradient(135deg,#002fbd,#0040ff,#fd4e0a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:2.5rem;position:relative;display:inline-block}.magazine-section h2:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translate(-50%);width:80px;height:4px;background:linear-gradient(90deg,#0040ff,#fd4e0a);border-radius:2px;box-shadow:0 2px 8px #0040ff4d}.magazine-content p{font-size:1.2rem;line-height:1.8;color:#475569;margin-bottom:1.5rem;max-width:800px;margin-left:auto;margin-right:auto;font-weight:500}.magazine-files{background:linear-gradient(135deg,#f0f9ff,#e0f2fe,#bae6fd);padding:2.5rem;border-radius:25px;margin-top:3rem;border:2px solid #0ea5e9;box-shadow:0 10px 25px #0ea5e933;position:relative;overflow:hidden}.magazine-files:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#0ea5e9,#0284c7,#0369a1)}.magazine-files h3{color:#0369a1;font-weight:800;margin-bottom:1rem;font-size:1.4rem}.magazine-files p{color:#0c4a6e;margin:0;font-weight:500}.magazine-file-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;width:100%}.magazine-file-item{display:flex;align-items:center;gap:1rem;padding:1.25rem 1.5rem;border-radius:18px;background:#ffffffd9;box-shadow:0 12px 30px #0369a12e;border:1px solid rgba(14,165,233,.2);flex-wrap:nowrap;transition:all .3s ease;width:100%;box-sizing:border-box;min-width:0}.magazine-file-item:hover{transform:translateY(-4px);box-shadow:0 16px 40px #0369a140}.magazine-file-icon{font-size:2rem;color:#0284c7}.magazine-file-info{flex:1;min-width:0}.magazine-file-title{display:block;font-size:1.1rem;font-weight:700;color:#0369a1}.magazine-file-description{display:block;font-size:.95rem;color:#0c4a6e;margin-top:.25rem}.magazine-file-link{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.3rem;border-radius:999px;background:linear-gradient(135deg,#0284c7,#0ea5e9);color:#fff;font-weight:600;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,background .3s ease;white-space:nowrap;flex-shrink:0}.magazine-file-link:hover{transform:translateY(-2px);box-shadow:0 12px 20px #0ea5e959;background:linear-gradient(135deg,#0ea5e9,#38bdf8)}.magazine-file-link:after{content:"↗";font-size:.9rem}@keyframes slideUpFade{to{transform:translateY(0);opacity:1}}@media (max-width: 1024px){.magazines-header{padding:10rem 1.5rem 3rem}.magazines-title{font-size:3.5rem}.magazines-subtitle{font-size:1.2rem}.magazine-section{padding:3rem;margin-bottom:2rem}.magazine-section h2{font-size:2.5rem}}@media (max-width: 900px){.magazine-file-list{grid-template-columns:1fr}}@media (max-width: 768px){.magazines-header{padding:8rem 1rem 2rem}.magazines-title{font-size:3rem}.magazines-subtitle{font-size:1.1rem}.magazines-content{padding:0 1rem}.magazine-section{padding:2.5rem;border-radius:25px}.magazine-section h2{font-size:2rem}.magazine-file-item{flex-direction:column;align-items:flex-start}.magazine-file-link{width:100%;justify-content:center}}@media (max-width: 480px){.magazines-header{padding:6rem 1rem 1rem}.magazines-title{font-size:2.5rem}.magazine-section{padding:2rem}.magazine-section h2{font-size:1.8rem}}
