html{scroll-behavior:smooth;overflow-x:hidden}*{box-sizing:border-box;margin:0;padding:0}:root{--primary-color:#23272f;--secondary-color:#f0f0f0;--text-color:#333;--pink-accent:#ec4899;--blue-accent:#3b82f6;--orange-accent:#f97316;--yellow-accent:#fbbf24;--hero-empower-color:#ef4444;--hero-seven-color:#3b82f6;--section-bg-light:#f9fafb;--timeline-dot-default:#cbd5e1;--hero-empower-color-rgb:239,68,68;--hero-seven-color-rgb:59,130,246;--green-accent:#34d399;--purple-accent:#a78bfa;--pink-accent-rgb:236,72,153;--blue-accent-rgb:59,130,246;--orange-accent-rgb:249,115,22;--yellow-accent-rgb:251,191,36;--navbar-bg:#1a1d24;--navbar-text:var(--secondary-color);--navbar-dropdown-bg:#23272f;--navbar-link-hover-glow:rgba(var(--blue-accent-rgb),.25)}@keyframes quirkyNavBorderAnimation{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}main{overflow-x:hidden}body{color:var(--text-color);background-color:var(--navbar-bg);font-family:Montserrat,sans-serif;line-height:1.6;position:relative;overflow-y:visible}footer{background-color:var(--navbar-bg);color:var(--secondary-color);text-align:left;border-top:3px solid #0000;border-image:linear-gradient(to right,var(--pink-accent),var(--blue-accent),var(--yellow-accent))1 stretch;background-image:linear-gradient(-45deg,rgba(var(--blue-accent-rgb),.03)25%,transparent 25%),linear-gradient(45deg,transparent 75%,rgba(var(--blue-accent-rgb),.03)75%),linear-gradient(-45deg,transparent 75%,rgba(var(--blue-accent-rgb),.03)75%);background-size:20px 20px;padding:4rem 2rem 2rem;position:relative}.page-transition-wrapper{transition:opacity .6s cubic-bezier(.4,0,.2,1),filter .7s cubic-bezier(.4,0,.2,1)}body.is-transitioning .page-transition-wrapper{opacity:0;filter:blur(20px);pointer-events:none}body.is-loading .page-transition-wrapper{opacity:0;filter:blur(20px)}body.is-loading{visibility:hidden}nav{background-color:var(--navbar-bg);box-shadow:0 5px 15px #00000059,0 0 40px rgba(var(--blue-accent-rgb),.2);z-index:1000;border-bottom:1px solid rgba(var(--blue-accent-rgb),.3);position:sticky;top:0}nav:after{content:"";background:linear-gradient(90deg,var(--pink-accent),var(--yellow-accent),var(--blue-accent),var(--orange-accent),var(--pink-accent));opacity:1;filter:blur(1px);background-size:300% 100%;width:100%;height:5px;animation:7s linear infinite quirkyNavBorderAnimation;position:absolute;bottom:-1px;left:0}.lang-toggle-button{background-color:var(--pink-accent);color:#fff;cursor:pointer;border:none;border-radius:20px;margin-left:1rem;padding:.5rem 1rem;font-size:.9rem;font-weight:600;transition:background-color .3s,transform .2s}.lang-toggle-button:hover{background-color:var(--blue-accent);transform:scale(1.05)}.nav-links{align-items:center}.nav-container{z-index:1;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:.75rem 2rem;display:flex;position:relative}.logo img{height:35px;transition:transform .4s cubic-bezier(.175,.885,.32,1.275),filter .4s}.logo img:hover{filter:drop-shadow(0 0 12px var(--yellow-accent))brightness(1.1);transform:scale(1.15)rotate(-3deg)}.nav-links{align-items:center;gap:2rem;display:flex}.nav-a{color:var(--navbar-text);z-index:1;padding:.75rem .5rem;font-weight:500;text-decoration:none;transition:color .3s,text-shadow .3s;position:relative;overflow:visible}.nav-a:before{content:"";background:linear-gradient(to right,var(--pink-accent),var(--yellow-accent));opacity:.7;width:0;height:2px;transition:width .4s cubic-bezier(.22,1,.36,1);position:absolute;bottom:0;left:50%;transform:translate(-50%)}.nav-a:after{content:"";background:var(--navbar-link-hover-glow);opacity:0;z-index:-1;filter:blur(3px);border-radius:50%;width:10px;height:10px;transition:transform .5s cubic-bezier(.22,1,.36,1),opacity .4s cubic-bezier(.22,1,.36,1),width .4s,height .4s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(0)}.nav-a:hover:before{opacity:1;width:100%}.nav-a:hover:after{opacity:1;width:150%;height:200%;transform:translate(-50%,-50%)scale(1)}.nav-item.dropdown{position:relative}.dropdown-toggle .dropdown-icon{color:var(--navbar-text);margin-left:5px;font-size:.7em;transition:transform .3s}.nav-item.dropdown:hover .dropdown-toggle .dropdown-icon{transform:rotate(180deg)}.dropdown-menu{background-color:var(--navbar-dropdown-bg);box-shadow:0 10px 30px #00000080,0 0 20px rgba(var(--pink-accent-rgb),.15);z-index:1010;border:1px solid rgba(var(--blue-accent-rgb),.25);border-top:4px solid var(--pink-accent);opacity:0;transform-origin:top;pointer-events:none;visibility:hidden;border-radius:8px;min-width:240px;padding:.75rem 0;transition:opacity .4s cubic-bezier(.165,.84,.44,1),transform .4s cubic-bezier(.165,.84,.44,1),visibility 0s .4s;position:absolute;top:calc(100% + 12px);left:50%;transform:translate(-50%)translateY(25px)scale(.9)}.nav-item.dropdown:hover .dropdown-menu{opacity:1;pointer-events:auto;visibility:visible;transition-delay:0s,0s,0s;transform:translate(-50%)translateY(0)scale(1)}.dropdown-item{color:var(--navbar-text);white-space:nowrap;border:none;padding:.9rem 1.8rem;font-weight:500;text-decoration:none;transition:background-color .3s,color .3s,padding-left .3s,letter-spacing .3s;display:block;position:relative}.dropdown-item:before{content:none}.dropdown-item:hover{background-color:rgba(var(--pink-accent-rgb),.2);color:#fff;letter-spacing:.8px;padding-left:2.3rem}.nav-cta-button{background:linear-gradient(45deg,var(--orange-accent),var(--pink-accent)70%,var(--yellow-accent));text-transform:uppercase;letter-spacing:1px;box-shadow:0 0 20px rgba(var(--pink-accent-rgb),.5),0 0 25px rgba(var(--orange-accent-rgb),.3),inset 0 -2px 3px #00000040;border:none;border-radius:50px;margin-left:1rem;transition:all .35s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden;color:#fff!important;padding:.8rem 1.8rem!important;font-weight:700!important}.nav-cta-button:hover{box-shadow:0 5px 25px rgba(var(--pink-accent-rgb),.7),0 5px 30px rgba(var(--orange-accent-rgb),.5),inset 0 -1px 2px #0003;filter:brightness(1.15);transform:translateY(-4px)scale(1.08)}.mobile-menu-button{color:var(--navbar-text);cursor:pointer;z-index:1100;background:0 0;border:none;padding:.5rem;font-size:1.8rem;transition:color .3s,transform .3s;display:none}.mobile-menu-button:hover{color:#fff;transform:scale(1.1)}.section-padding{padding:3rem 2rem}.section-title{color:var(--primary-color);text-align:center;margin-bottom:1.5rem;font-size:2.25rem;font-weight:700}.section-subtitle{color:#4b5563;text-align:center;max-width:700px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:1.125rem}.geometric-shapes-container{z-index:3;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.geo-shape .geo-top-strip{object-fit:cover;object-position:center top;filter:blur(1px);width:100%;height:clamp(50px,8vh,100px);animation:15s ease-in-out infinite alternate subtlePulse;top:0;left:50%;transform:translate(-50%)}.geo-shape .geo-side-left{width:clamp(150px,18vw,280px);max-height:70vh;transition:transform .5s ease-out,opacity .5s ease-out;animation:25s ease-in-out infinite alternate subtleSway;top:50%;left:0;transform:translateY(-50%)translate(-65%)}.geo-shape .geo-corner-top-right{width:clamp(100px,15vw,220px);max-height:30vh;transition:transform .5s ease-out,opacity .5s ease-out;animation:28s ease-in-out -2s infinite alternate subtleSway;top:0;right:0;transform:translate(60%)translateY(-30%)}.hero-section:hover .geo-shape.geo-side-left{opacity:.25;transform:translateY(-50%)translate(-55%)}.hero-section:hover .geo-shape.geo-corner-top-right{opacity:.25;transform:translate(50%)translateY(-20%)}@keyframes subtlePulse{0%{opacity:.1;filter:blur(2px)grayscale(20%)}50%{opacity:.2;filter:blur(1px)grayscale(0%)}to{opacity:.1;filter:blur(2px)grayscale(20%)}}@keyframes subtleSway{0%{transform:translateY(-50%)translate(65%)}50%{transform:translateY(-52%)translate(62%)}to{transform:translateY(-50%)translate(65%)}}@media (width<=1024px){.geo-shape.geo-top-strip{height:clamp(40px,6vh,80px)}.geo-shape.geo-side-left{opacity:.12;width:clamp(120px,15vw,220px);transform:translateY(-50%)translate(-70%)}.geo-shape.geo-corner-top-right{opacity:.12;width:clamp(80px,12vw,180px);transform:translate(65%)translateY(-35%)}}@media (width<=767px){.geo-shape.geo-top-strip{opacity:.1;height:clamp(30px,5vh,60px)}.geo-shape.geo-side-left{opacity:.1;width:clamp(100px,20vw,180px);transform:translateY(-50%)translate(-75%)}.geo-shape.geo-corner-top-right{opacity:.1;width:clamp(60px,18vw,150px);transform:translate(70%)translateY(-40%)}.hero-section:hover .geo-shape.geo-side-left,.hero-section:hover .geo-shape.geo-corner-top-right{opacity:.15}}@keyframes pulsePortalEffect{0%{opacity:.5;transform:translate(-50%,-50%)scale(.8)}50%{opacity:.8;transform:translate(-50%,-50%)scale(1)}to{opacity:.5;transform:translate(-50%,-50%)scale(.8)}}.floating-cloud{z-index:1;pointer-events:none;position:absolute}.floating-cloud img{width:100%;height:auto;display:block}.cloud-1{opacity:.7;width:150px;animation:25s linear infinite alternate driftAndRotate;top:10%;left:5%}.cloud-2{opacity:.6;width:120px;animation:20s ease-in-out -5s infinite driftAndFloat;top:60%;left:15%}.cloud-3{opacity:.8;z-index:1;width:180px;animation:30s linear infinite slowDrift;top:0%;right:8%}.cloud-4{opacity:.65;width:100px;animation:22s linear -10s infinite alternate-reverse driftAndRotate;bottom:10%;right:20%}.cloud-5{opacity:.5;width:90px;animation:18s ease-in-out -15s infinite driftAndFloat;bottom:25%;left:5%}@keyframes driftAndFloat{0%{transform:translate(0)rotate(0)}25%{transform:translate(20px,-15px)rotate(-3deg)}50%{transform:translate(-10px)rotate(2deg)}75%{transform:translate(10px,15px)rotate(3deg)}to{transform:translate(0)rotate(0)}}@keyframes driftAndRotate{0%{transform:translate(0)rotate(-5deg)scale(1)}50%{transform:translate(30px,-10px)rotate(0)scale(1.05)}to{transform:translate(-20px,10px)rotate(5deg)scale(1)}}@keyframes slowDrift{0%{transform:translate(-20px)translateY(-5px)rotate(2deg)}50%{transform:translate(20px)translateY(5px)rotate(-2deg)}to{transform:translate(-20px)translateY(-5px)rotate(2deg)}}.hero-content{z-index:2;flex-direction:row;justify-content:center;align-items:center;gap:3rem;max-width:1100px;margin:0 auto;display:flex;position:relative}.hero-left img.portal-logo{max-width:600px;filter:drop-shadow(0 0 15px rgba(var(--yellow-accent-rgb),.5))}.hero-right{flex-direction:column;display:flex}.hero-title{color:var(--secondary-color);text-shadow:0 0 5px rgba(var(--secondary-color-rgb,240,240,240),.3),0 0 15px rgba(var(--pink-accent-rgb),.4),0 0 25px rgba(var(--blue-accent-rgb),.3);margin-bottom:1rem;font-size:4.5rem;font-weight:800;line-height:1.1}.hero-title-empower,.hero-title-digital span,.hero-title-seven{text-shadow:0 0 8px,0 0 15px #ffffff80}.tagline{color:#d1d5db;text-shadow:0 1px 3px #00000080;max-width:550px;margin-bottom:2.5rem;font-size:1.2rem;font-weight:500}.countdown-timer{backdrop-filter:blur(5px);box-shadow:0 8px 25px #0000004d,inset 0 0 0 1px rgba(var(--blue-accent-rgb),.3);border:1px solid rgba(var(--blue-accent-rgb),.5);text-align:center;background-color:#0c0a1fb3;border-radius:12px;margin-top:1.5rem;margin-bottom:2rem;padding:1rem 1.5rem;font-size:1.4rem;font-weight:600;display:inline-block}.countdown-timer>span{background-color:rgba(var(--pink-accent-rgb),.15);color:var(--secondary-color);border:1px solid rgba(var(--pink-accent-rgb),.4);border-radius:8px;flex-direction:column;justify-content:center;align-items:center;min-width:60px;margin:0 .5rem;padding:.5rem .7rem;line-height:1.2;transition:transform .3s,box-shadow .3s;display:inline-flex}.countdown-timer>span:hover{box-shadow:0 5px 15px rgba(var(--pink-accent-rgb),.3);transform:translateY(-4px)scale(1.05)}.countdown-timer span span{color:#fff;text-shadow:0 0 5px;font-size:1.6rem;font-weight:700}.countdown-timer span small{color:#f0f0f0cc;text-transform:uppercase;margin-top:3px;font-size:.65rem;font-weight:500}.hero-buttons{justify-content:center;gap:1.5rem;display:flex}.hero-button{color:#fff;border:2px solid #0000;border-radius:50px;padding:.9rem 2.2rem;font-weight:700;text-decoration:none;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:inline-block;position:relative;overflow:hidden}.hero-button:before{content:"";background:linear-gradient(90deg,#0000 0%,#fff6 50%,#0000 100%);width:50%;height:100%;transition:left .6s;position:absolute;top:0;left:-100%;transform:skew(-25deg)}.hero-button:hover:before{left:150%}.hero-button:hover{transform:translateY(-3px)scale(1.05);box-shadow:0 8px 25px #0003}.button-main-cta{background:linear-gradient(45deg,var(--orange-accent),var(--pink-accent));box-shadow:0 5px 15px rgba(var(--pink-accent-rgb),.3)}.button-main-cta:hover{background:linear-gradient(45deg,var(--pink-accent),var(--orange-accent));box-shadow:0 8px 25px rgba(var(--orange-accent-rgb),.4);border-color:var(--yellow-accent)}.button-main-cta-b{background:linear-gradient(45deg,var(--blue-accent),#4a00e0);box-shadow:0 5px 15px rgba(var(--blue-accent-rgb),.3)}.button-main-cta-b:hover{background:linear-gradient(45deg,#4a00e0,var(--blue-accent));border-color:var(--secondary-color);box-shadow:0 8px 25px #4a00e066}@media (width<=767px){.hero-section{padding-top:3rem;padding-bottom:4rem}.hero-left img.portal-logo{max-width:150px;filter:drop-shadow(0 0 8px rgba(var(--yellow-accent-rgb),.4))}.hero-title{text-shadow:0 0 8px rgba(var(--pink-accent-rgb),.3),0 0 15px rgba(var(--blue-accent-rgb),.2);font-size:2.8rem}.tagline{margin-bottom:2rem;font-size:1rem}.countdown-timer{margin-top:1rem;margin-bottom:1.5rem;padding:.75rem 1rem}.countdown-timer>span{min-width:50px;margin:0 .25rem;padding:.4rem .5rem}.countdown-timer span span{font-size:1.2rem}.countdown-timer span small{font-size:.55rem}.hero-buttons{gap:1rem}.hero-button{width:80%;max-width:280px;padding:.8rem 1.5rem}.cloud-1{width:80px;top:5%;left:2%}.cloud-2{width:70px;animation-delay:-2s;top:auto;bottom:55%;left:8%}.cloud-3{width:90px;animation-delay:-1s;top:20%;right:3%}.cloud-4{width:60px;animation-delay:-3s;bottom:25%;right:10%}.cloud-5{opacity:.4;width:50px;animation-delay:-4s;top:45%;bottom:25%;left:2%}}.about-section{background-color:var(--navbar-bg);color:var(--secondary-color);position:relative;overflow:hidden}.about-section .section-title{color:var(--secondary-color);text-shadow:0 0 10px rgba(var(--pink-accent-rgb),.3)}.about-section:after{display:none}.about-content{z-index:1;flex-wrap:wrap;align-items:center;gap:2.5rem;max-width:1000px;margin:0 auto 3rem;display:flex;position:relative}.about-text{backdrop-filter:blur(5px);border:1px solid rgba(var(--blue-accent-rgb),.15);background:#23272f80;border-radius:12px;flex:55%;min-width:300px;padding:1.5rem}.about-text h3{color:var(--secondary-color);align-items:center;margin-bottom:1.25rem;font-size:1.8rem;font-weight:700;display:flex}.about-text h3 .title-icon-about{color:var(--yellow-accent);margin-left:.5rem;font-size:.9em}.about-text p{color:#c0c8d4;margin-bottom:1rem;font-size:1rem;line-height:1.7}.about-text p:last-child{margin-bottom:0}.about-illustration{text-align:center;flex:40%;min-width:280px}.about-illustration img{max-width:100%;box-shadow:0 8px 25px #0000004d,0 0 15px rgba(var(--pink-accent-rgb),.2);border:2px solid rgba(var(--pink-accent-rgb),.3);border-radius:12px;transition:transform .4s,box-shadow .4s}.about-illustration img:hover{box-shadow:0 12px 35px #0006,0 0 25px rgba(var(--pink-accent-rgb),.3);transform:scale(1.03)rotate(-1deg)}.about-deco{opacity:.08;z-index:0;pointer-events:none;filter:blur(1px);position:absolute}.about-deco.about-deco-top{width:150px;top:5%;left:2%;transform:rotate(15deg)}.about-deco.about-deco-star{opacity:.12;width:80px;top:15%;right:10%;transform:rotate(-10deg)}.about-deco.about-deco-bottom{z-index:0;width:180px;bottom:5%;right:5%;transform:rotate(-20deg)}.inspire-framework-container{border:1px solid rgba(var(--blue-accent-rgb),.2);z-index:1;background-color:#23272f;border-radius:16px;max-width:1000px;margin-top:3.5rem;padding:2.5rem 2rem;position:relative;box-shadow:0 10px 35px #0006}.framework-title{color:var(--primary-color);text-align:center;margin-bottom:2.5rem;font-size:1.8rem;font-weight:700}.framework-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}.framework-item{background-color:var(--section-bg-light);border-radius:8px;align-items:center;gap:1.25rem;padding:1.25rem;transition:transform .3s,box-shadow .3s;display:flex}.framework-item:hover{transform:translateY(-5px)scale(1.02);box-shadow:0 6px 20px #0000001f}.framework-letter-wrapper{flex-shrink:0}.framework-letter{color:#fff;background-color:var(--blue-accent);border-radius:50%;justify-content:center;align-items:center;width:65px;height:65px;font-size:2.5rem;font-weight:800;display:flex;box-shadow:0 3px 8px #0003}.framework-grid .framework-item:nth-child(7n+1) .framework-letter{background-color:var(--hero-empower-color)}.framework-grid .framework-item:nth-child(7n+2) .framework-letter{background-color:var(--orange-accent)}.framework-grid .framework-item:nth-child(7n+3) .framework-letter{background-color:var(--yellow-accent)}.framework-grid .framework-item:nth-child(7n+4) .framework-letter{background-color:#34d399}.framework-grid .framework-item:nth-child(7n+5) .framework-letter{background-color:var(--blue-accent)}.framework-grid .framework-item:nth-child(7n+6) .framework-letter{background-color:#a78bfa}.framework-grid .framework-item:nth-child(7n+7) .framework-letter{background-color:var(--pink-accent)}.framework-meaning h4{color:var(--primary-color);margin-bottom:.4rem;font-size:1.15rem;font-weight:600}.framework-meaning p{color:#4b5563;font-size:.9rem;line-height:1.6}.sdg-section{background-color:var(--navbar-bg);position:relative;overflow:hidden}.sdg-section .section-title{color:var(--secondary-color);text-shadow:0 0 10px rgba(var(--blue-accent-rgb),.3);margin-bottom:.75rem;font-size:2.8rem;font-weight:800}.sdg-section .section-title span{color:var(--pink-accent);font-style:italic}.sdg-section .section-subtitle{color:#b0b8c4;margin-bottom:3.5rem}.sdg-container{z-index:1;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem;max-width:1100px;margin:0 auto;display:grid;position:relative}.sdg-item{-webkit-backdrop-filter:blur(8px)saturate(110%);border:1px solid rgba(var(--blue-accent-rgb),.25);box-shadow:0 8px 25px #00000059,inset 0 0 0 1px rgba(var(--secondary-color-rgb,240,240,240),.05);clip-path:polygon(0 0,100% 0,100% calc(100% - 20px),calc(100% - 20px) 100%,0 100%);background:#23272fb3;border-radius:15px;flex-direction:column;padding:2rem 1.5rem;transition:transform .35s cubic-bezier(.175,.885,.32,1.275),box-shadow .35s,border-color .35s;display:flex;position:relative;overflow:hidden}.sdg-item:hover{border-color:rgba(var(--pink-accent-rgb),.6);box-shadow:0 15px 40px #00000073,0 0 25px rgba(var(--pink-accent-rgb),.25);transform:translateY(-10px)scale(1.02)}.sdg-item-header{align-items:center;gap:1rem;margin-bottom:1.25rem;display:flex}.sdg-icon{object-fit:contain;background-color:rgba(var(--secondary-color-rgb,240,240,240),.1);border-radius:8px;width:70px;height:70px;padding:5px;box-shadow:0 2px 5px #0003}.sdg-title-number{flex-grow:1}.sdg-number{color:var(--yellow-accent);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.15rem;font-size:.8rem;font-weight:700;display:block}.sdg-item h3{color:var(--secondary-color);margin-bottom:0;font-size:1.4rem;font-weight:700;line-height:1.3}.sdg-item-body p{color:#a9b3c1;flex-grow:1;margin-bottom:0;font-size:.9rem;line-height:1.65}.sdg-item-deco-line{background:linear-gradient(to right,var(--pink-accent),var(--blue-accent),transparent);opacity:.7;border-radius:3px;align-self:flex-start;width:70%;height:3px;margin-top:1.5rem;transition:width .4s,opacity .4s}.sdg-item:hover .sdg-item-deco-line{opacity:1;width:90%}.sdg-geometric-deco{opacity:.15;z-index:0;pointer-events:none;filter:blur(1px);position:absolute}.deco-top-left{width:180px;top:-20px;left:-30px;transform:rotate(-15deg)}.deco-bottom-right{width:220px;bottom:-40px;right:-50px;transform:rotate(25deg)}.sdg-star-deco{opacity:.2;z-index:1;pointer-events:none;width:80px;position:absolute;bottom:20px;left:30%;transform:translate(-50%)rotate(15deg)}.wow-guest-stars-section{background-color:var(--navbar-bg);position:relative;overflow:hidden}.wow-guest-stars-section .section-title{color:var(--secondary-color);margin-bottom:.75rem}.wow-guest-stars-section .section-title .wow-accent{color:var(--yellow-accent);text-shadow:0 0 15px rgba(var(--yellow-accent-rgb),.7);font-style:italic;font-weight:800;display:inline-block;transform:rotate(-2deg)}.wow-guest-stars-section .section-subtitle{color:#b0b8c4;margin-bottom:3.5rem}.wow-guest-stars-grid{z-index:1;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem;max-width:1100px;margin:0 auto;display:grid;position:relative}.wow-guest-stars-grid.single-guest{grid-template-columns:minmax(300px,550px);justify-content:center;max-width:700px}.wow-guest-star-card{box-shadow:0 10px 30px #00000080,inset 0 0 0 1px rgba(var(--blue-accent-rgb),.15);background:linear-gradient(145deg,#23272f,#1a1d24);border:1px solid #0000;border-radius:18px;width:100%;transition:transform .4s cubic-bezier(.175,.885,.32,1.275),box-shadow .4s;position:relative;overflow:hidden}.wow-guest-star-card:hover{box-shadow:0 20px 45px #0009,0 0 30px rgba(var(--pink-accent-rgb),.3);border-image:linear-gradient(to bottom right,var(--pink-accent),var(--yellow-accent),var(--blue-accent))1;transform:translateY(-10px)scale(1.03)}.wow-guest-star-image-wrapper{clip-path:polygon(0 0,100% 0,100% 90%,0% 100%);height:380px;position:relative;overflow:hidden}.wow-guest-star-image-wrapper img{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.25,.46,.45,.94),filter .4s}.wow-guest-star-card:hover .wow-guest-star-image-wrapper img{filter:brightness(1.1);transform:scale(1.1)}.wow-guest-star-image-overlay{background:linear-gradient(to bottom,#00000080 0%,transparent 40%,transparent 70%,rgba(var(--pink-accent-rgb),.3)100%);opacity:.6;width:100%;height:100%;transition:opacity .4s;position:absolute;top:0;left:0}.wow-guest-star-card:hover .wow-guest-star-image-overlay{opacity:1}.wow-guest-star-image-overlay .overlay-year{background-color:rgba(var(--yellow-accent-rgb),.85);color:var(--primary-color);border-radius:5px;padding:.3rem .8rem;font-size:.9rem;font-weight:700;position:absolute;top:15px;right:15px;box-shadow:0 2px 5px #0000004d}.wow-guest-star-info{text-align:center;z-index:2;padding:1.5rem 1.75rem 2rem;position:relative}.wow-guest-star-info h4{color:var(--secondary-color);text-shadow:0 0 8px rgba(var(--secondary-color),.3);margin-bottom:.4rem;font-size:1.6rem;font-weight:700}.wow-guest-star-info .wow-guest-title{color:var(--pink-accent);letter-spacing:.5px;margin-bottom:.8rem;font-size:.95rem;font-weight:600}.wow-guest-star-info .wow-guest-teaser{color:#a9b3c1;min-height:50px;font-size:.85rem;line-height:1.6}.wow-guest-card-flare{z-index:1;pointer-events:none;background:linear-gradient(90deg,#0000 0%,#ffffff08 40%,#ffffff0f 50%,#ffffff08 60%,#0000 100%);width:80px;height:100%;transition:left .7s ease-in-out;position:absolute;top:0;left:-150%;transform:skew(-25deg)}.wow-guest-star-card:hover .wow-guest-card-flare{left:150%}@media (width<=991px){.wow-guest-stars-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.wow-guest-star-image-wrapper{clip-path:polygon(0 0,100% 0,100% 92%,0% 100%);height:340px}.wow-guest-star-info h4{font-size:1.45rem}.blog-page-title,.gallery-page-main-title{font-size:2.8rem}.blog-page-subtitle,.gallery-page-main-subtitle{font-size:1.1rem}.gallery-grid.photos-all,.gallery-grid.videos-all{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}}@media (width<=767px){.wow-guest-stars-section .section-title .wow-accent{font-size:.8em}.wow-guest-stars-grid{grid-template-columns:1fr;gap:2rem}.wow-guest-star-image-wrapper{clip-path:polygon(0 0,100% 0,100% 95%,0% 100%);height:320px}.wow-guest-star-info h4{font-size:1.35rem}.wow-guest-star-info .wow-guest-title{font-size:.9rem}.wow-guest-star-info .wow-guest-teaser{min-height:40px;font-size:.8rem}.wow-guest-deco{opacity:.1;z-index:0;pointer-events:none;filter:blur(1px);position:absolute}.wow-guest-deco.deco-left{width:20px;top:10%;left:-50px;transform:rotate(-25deg)}.wow-guest-deco.deco-star-top{opacity:.15;width:100px;top:5%;right:10%;transform:rotate(15deg)}.wow-guest-deco.deco-right{opacity:.08;width:220px;bottom:5%;right:-60px;transform:rotate(30deg)}}.highlight-section{background-color:var(--navbar-bg);padding-top:4rem;padding-bottom:5rem;position:relative;overflow:hidden}.highlight-section:before{content:"";background-image:linear-gradient(rgba(var(--blue-accent-rgb),.05)1px,transparent 1px),linear-gradient(90deg,rgba(var(--blue-accent-rgb),.05)1px,transparent 1px);opacity:.5;z-index:0;background-size:30px 30px;width:100%;height:100%;animation:60s linear infinite backgroundGridMove;position:absolute;top:0;left:0}@keyframes backgroundGridMove{0%{background-position:0 0}to{background-position:300px 300px}}.highlight-section .section-title{color:var(--secondary-color);text-shadow:0 0 10px rgba(var(--blue-accent-rgb),.3);margin-bottom:.5rem;font-size:2.8rem;font-weight:800}.highlight-section .section-title span{color:var(--pink-accent);font-style:italic}.highlight-section .section-subtitle{color:#b0b8c4;text-align:center;max-width:700px;margin-bottom:3.5rem;margin-left:auto;margin-right:auto;font-size:1.1rem;line-height:1.7}.highlight-grid{z-index:1;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem;max-width:1200px;margin:0 auto;display:grid;position:relative}.portal-card{-webkit-backdrop-filter:blur(10px)saturate(120%);border:1px solid rgba(var(--blue-accent-rgb),.2);box-shadow:0 10px 30px #0000004d,inset 0 0 0 1px rgba(var(--secondary-color),.05);background:#23272f99;border-radius:20px;flex-direction:column;padding:2.5rem 2rem;transition:transform .4s cubic-bezier(.175,.885,.32,1.275),box-shadow .4s,border-color .4s;display:flex;position:relative;overflow:hidden}.portal-card:before{content:"";border-radius:inherit;box-shadow:inset 0 0 40px rgba(var(--pink-accent-rgb),0),inset 0 0 20px rgba(var(--blue-accent-rgb),0);z-index:0;pointer-events:none;transition:box-shadow .4s;position:absolute;inset:0}.portal-card:hover{border-color:rgba(var(--pink-accent-rgb),.5);box-shadow:0 20px 50px #0006,0 0 30px rgba(var(--pink-accent-rgb),.2);transform:translateY(-12px)scale(1.03)}.portal-card:hover:before{box-shadow:inset 0 0 60px rgba(var(--pink-accent-rgb),.3),inset 0 0 30px rgba(var(--blue-accent-rgb),.2)}.portal-card .card-header{border-bottom:1px solid rgba(var(--secondary-color),.1);align-items:center;gap:1rem;margin-bottom:1rem;padding-bottom:1rem;display:flex}.portal-card .card-icon{color:var(--pink-accent);text-shadow:0 0 15px rgba(var(--pink-accent-rgb),.5);font-size:2.5rem;transition:transform .3s}.portal-card:hover .card-icon{transform:scale(1.1)rotate(-10deg)}.portal-card .highlight-title{color:var(--secondary-color);text-shadow:none;margin-bottom:0;font-size:1.8rem;font-weight:700}.portal-card .highlight-title .title-accent{color:var(--yellow-accent);font-style:normal}.portal-card .card-intro{color:#a9b3c1;flex-grow:1;margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.competition-highlight .card-intro{min-height:60px}.seminar-highlight .card-intro{min-height:40px}.competition-item{border-left:3px solid #0000;margin-bottom:1.25rem;padding-left:.5rem;transition:border-left-color .3s,padding-left .3s}.portal-card:hover .competition-item:hover{border-left-color:var(--pink-accent);padding-left:1rem}.competition-item h4{color:var(--blue-accent);align-items:center;margin-bottom:.3rem;font-size:1.15rem;font-weight:600;display:flex}.competition-item .item-icon{color:var(--orange-accent);opacity:.8;margin-right:.5rem;font-size:.9em;transition:transform .3s}.competition-item:hover .item-icon{transform:scale(1.2)rotate(10deg)}.competition-item p{color:#9ca7b8;font-size:.9rem;line-height:1.5}.total-prize-container{background:linear-gradient(45deg,rgba(var(--pink-accent-rgb),.15),rgba(var(--blue-accent-rgb),.15));text-align:center;border:1px solid rgba(var(--yellow-accent-rgb),.3);box-shadow:0 0 20px rgba(var(--yellow-accent-rgb),.1),inset 0 0 10px #0003;border-radius:12px;margin:.5rem 0 2.5rem;padding:1.25rem 1.5rem;position:relative;overflow:hidden}.total-prize-container:before{content:"";background:linear-gradient(90deg,#0000 0%,#ffffff4d 50%,#0000 100%);width:100%;height:100%;animation:5s linear 1s infinite prizeContainerShine;position:absolute;top:0;left:-150%;transform:skew(-25deg)}@keyframes prizeContainerShine{0%{left:-150%}to{left:150%}}.prize-label{color:var(--secondary-color);text-transform:uppercase;letter-spacing:1.5px;opacity:.7;margin-bottom:.75rem;font-size:.85rem;font-weight:500;display:block}.prize-amount-wrapper{justify-content:center;align-items:baseline;margin-bottom:.25rem;line-height:1;display:flex}.prize-currency{color:var(--yellow-accent);opacity:.8;margin-right:.25rem;font-size:1.8rem;font-weight:600;transform:translateY(-2px)}.prize-value{color:#fff;letter-spacing:-1px;text-shadow:0 0 5px var(--yellow-accent),0 0 15px var(--yellow-accent),0 0 25px rgba(var(--orange-accent-rgb),.8),0 0 35px rgba(var(--pink-accent-rgb),.6),2px 2px 2px #0000004d;font-family:Impact,Arial Black,sans-serif;font-size:3.2rem;font-weight:900;animation:2.5s ease-in-out infinite alternate prizePop;position:relative}@keyframes prizePop{0%{opacity:.9;text-shadow:0 0 5px var(--yellow-accent),0 0 15px var(--yellow-accent),0 0 25px rgba(var(--orange-accent-rgb),.7),0 0 35px rgba(var(--pink-accent-rgb),.5),2px 2px 2px #0003;transform:scale(1)}50%{opacity:1;text-shadow:0 0 8px var(--yellow-accent),0 0 20px var(--yellow-accent),0 0 35px rgba(var(--orange-accent-rgb),1),0 0 50px rgba(var(--pink-accent-rgb),.8),3px 3px 3px #0000004d;transform:scale(1.08)}to{opacity:.9;text-shadow:0 0 5px var(--yellow-accent),0 0 15px var(--yellow-accent),0 0 25px rgba(var(--orange-accent-rgb),.7),0 0 35px rgba(var(--pink-accent-rgb),.5),2px 2px 2px #0003;transform:scale(1)}}.prize-details{color:#a9b3c1;opacity:.6;font-size:.75rem;font-style:italic;display:block}.seminar-list{flex-grow:1;margin-top:.5rem;margin-bottom:2rem;padding:0;list-style:none}.seminar-list li{color:#b0b8c4;border-bottom:1px solid rgba(var(--secondary-color),.05);align-items:flex-start;gap:.75rem;margin-bottom:.9rem;padding:.5rem .25rem;font-size:.9rem;line-height:1.5;transition:background-color .3s,color .3s;display:flex}.portal-card:hover .seminar-list li:hover{background-color:rgba(var(--pink-accent-rgb),.05);color:var(--secondary-color)}.seminar-list li:last-child{border-bottom:none}.seminar-list .list-icon{color:var(--orange-accent);opacity:.7;margin-top:.15em;font-size:1.1em;transition:transform .3s,color .3s}.seminar-list li:hover .list-icon{color:var(--pink-accent);transform:scale(1.3)translate(2px)}.seminar-list li span{color:var(--blue-accent);font-weight:600}.portal-button.button-view-more{background:linear-gradient(45deg,var(--pink-accent),var(--orange-accent));color:#fff;text-align:center;box-shadow:0 4px 15px rgba(var(--pink-accent-rgb),.3);border:none;border-radius:50px;align-self:center;margin-top:1.5rem;padding:.8rem 1.8rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:inline-block;position:relative;overflow:hidden}.portal-button.button-view-more .btn-icon{margin-left:.5rem;transition:transform .3s}.portal-button.button-view-more:hover{box-shadow:0 8px 25px rgba(var(--orange-accent-rgb),.4);background:linear-gradient(45deg,var(--orange-accent),var(--pink-accent));transform:translateY(-4px)scale(1.05)}.portal-button.button-view-more:hover .btn-icon{transform:translate(5px)}.portal-button.button-view-more:before{content:"";background:linear-gradient(90deg,#0000 0%,#ffffff80 50%,#0000 100%);width:50%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%;transform:skew(-25deg)}.portal-button.button-view-more:hover:before{left:150%}[data-aos]{z-index:1}.timeline-section{background-color:var(--navbar-bg);position:relative}.timeline-section .section-title{color:var(--secondary-color);text-shadow:0 0 10px rgba(var(--blue-accent-rgb),.3)}.timeline-container{max-width:900px;margin:0 auto;padding:2rem 0;position:relative}.timeline-container:before{content:"";background-image:linear-gradient(to bottom,var(--blue-accent),var(--pink-accent),var(--yellow-accent));z-index:0;border-radius:3px;width:3px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.timeline-entry{box-sizing:border-box;width:50%;margin-bottom:60px;padding:10px 40px;position:relative}.timeline-entry:nth-child(odd){left:0}.timeline-entry:nth-child(2n){left:50%}.timeline-icon-dot{background-color:var(--navbar-bg);border:3px solid var(--yellow-accent);z-index:2;width:28px;height:28px;box-shadow:0 0 10px rgba(var(--yellow-accent-rgb),.5);border-radius:50%;justify-content:center;align-items:center;transition:background-color .3s,transform .3s,border-color .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.timeline-icon-dot i{color:var(--yellow-accent);font-size:.9rem;transition:color .3s}.timeline-entry:nth-child(odd) .timeline-icon-dot{right:-14px}.timeline-entry:nth-child(2n) .timeline-icon-dot{left:-14px}.timeline-entry:hover .timeline-icon-dot{border-color:var(--pink-accent);box-shadow:0 0 15px rgba(var(--pink-accent-rgb),.7);transform:translateY(-50%)scale(1.2)}.timeline-entry:hover .timeline-icon-dot i{color:var(--pink-accent)}.timeline-label{color:var(--secondary-color);box-shadow:0 5px 20px #0000004d,inset 0 0 0 1px rgba(var(--secondary-color-rgb),.05);border:1px solid rgba(var(--blue-accent-rgb),.15);background-color:#23272f;border-radius:12px;padding:1.25rem 1.5rem;transition:transform .3s,box-shadow .3s;position:relative}.timeline-entry:hover .timeline-label{box-shadow:0 10px 25px rgba(var(--pink-accent-rgb),.2),0 5px 15px #0006;border-color:rgba(var(--pink-accent-rgb),.3);transform:translateY(-5px)}.timeline-label:before{content:"";z-index:1;border-style:solid;width:0;height:0;position:absolute;top:50%;transform:translateY(-50%)}.timeline-entry:nth-child(odd) .timeline-label:before{border-width:10px 0 10px 10px;border-color:#0000 #0000 #0000 #23272f;right:-10px}.timeline-entry:nth-child(2n) .timeline-label:before{border-width:10px 10px 10px 0;border-color:#0000 #23272f #0000 #0000;left:-10px}.timeline-entry:nth-child(odd) .timeline-label:hover:before{filter:drop-shadow(1px 0px 0px rgba(var(--pink-accent-rgb),.3))}.timeline-entry:nth-child(2n) .timeline-label:hover:before{filter:drop-shadow(-1px 0px 0px rgba(var(--pink-accent-rgb),.3))}.timeline-date{color:var(--yellow-accent);margin-bottom:.5rem;font-size:1rem;font-weight:700;display:block}.timeline-event{color:var(--secondary-color);font-size:1.05rem;font-weight:500;line-height:1.5}.guest-stars-section{background-color:#fff}.guest-stars-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1100px;margin:0 auto;display:grid}.guest-star-card{background-color:var(--section-bg-light);border-radius:12px;transition:transform .3s,box-shadow .3s;overflow:hidden;box-shadow:0 4px 15px #00000012}.guest-star-card:hover{transform:translateY(-5px)scale(1.03);box-shadow:0 8px 25px #0000001a}.guest-star-card img{object-fit:cover;width:100%;height:300px;transition:transform .5s}.guest-star-card:hover img{transform:scale(1.05)}.guest-star-info{text-align:center;padding:1.5rem}.guest-star-info h4{color:var(--primary-color);margin-bottom:.5rem;font-size:1.25rem}.guest-star-info p{color:#555;font-size:.9rem}.registration-section{background-color:var(--navbar-bg);position:relative;overflow:hidden}.registration-section .section-title{color:var(--secondary-color);text-shadow:0 0 10px rgba(var(--pink-accent-rgb),.4);z-index:2;position:relative}.registration-section .section-title span{color:var(--yellow-accent);text-shadow:0 0 8px rgba(var(--yellow-accent-rgb),.7);font-style:italic}.registration-section .section-subtitle{color:#c0c8d4;z-index:2;font-size:1.15rem;position:relative}.registration-content{z-index:1;flex-wrap:wrap;gap:3rem;max-width:1100px;margin:0 auto;display:flex;position:relative}.registration-batches,.registration-form-area{z-index:1;border-radius:16px;flex:1;min-width:300px;padding:2rem 1.5rem;position:relative}.registration-batches h3{color:var(--secondary-color);text-align:center;text-transform:uppercase;letter-spacing:1px;margin-bottom:2rem;font-size:1.9rem;font-weight:700}.registration-batches h3 .title-accent-stroke{color:var(--pink-accent);background-color:rgba(var(--pink-accent-rgb),.15);border-radius:6px;padding:.2em .4em}.batch-list{flex-direction:column;gap:1.75rem;padding:0;list-style:none;display:flex}.batch-list li{border:1px solid rgba(var(--blue-accent-rgb),.25);background-color:#282d37cc;border-radius:16px;padding:1.5rem;transition:transform .3s,box-shadow .3s,border-color .3s;position:relative;overflow:hidden;box-shadow:0 8px 25px #0006}.batch-list li:before{content:"";width:8px;height:100%;transition:width .3s,background-color .3s;position:absolute;top:0;left:0}.batch-list li:nth-child(3n+1):before{background:linear-gradient(180deg,var(--orange-accent),var(--yellow-accent))}.batch-list li:nth-child(3n+2):before{background:linear-gradient(180deg,var(--pink-accent),var(--blue-accent))}.batch-list li:nth-child(3n+3):before{background:linear-gradient(180deg,var(--hero-seven-color),var(--hero-empower-color))}.batch-list li:hover{box-shadow:0 10px 30px rgba(var(--pink-accent-rgb),.25);border-color:rgba(var(--pink-accent-rgb),.5);transform:translateY(-5px)scale(1.01)}.batch-list li:hover:before{width:12px}.batch-item-content{align-items:center;gap:1.5rem;margin-left:10px;display:flex}.batch-number{color:var(--secondary-color);background-color:rgba(var(--navbar-bg-rgb),.4);text-align:center;text-shadow:0 1px 2px #0000004d;border:1px solid;border-radius:10px;min-width:55px;padding:.5rem .8rem;font-size:2.5rem;font-weight:800;line-height:1;transition:background-color .3s,color .3s}.batch-list li:nth-child(3n+1) .batch-number{border-color:var(--orange-accent);color:var(--orange-accent)}.batch-list li:nth-child(3n+2) .batch-number{border-color:var(--pink-accent);color:var(--pink-accent)}.batch-list li:nth-child(3n+3) .batch-number{border-color:var(--blue-accent);color:var(--blue-accent)}.batch-list li:hover .batch-number{background-color:rgba(var(--secondary-color-rgb),.1);color:var(--secondary-color)}.batch-info{flex-grow:1}.batch-info h4{color:var(--secondary-color);margin-bottom:.3rem;font-size:1.25rem;font-weight:600}.batch-info .batch-dates{color:#b0b8c4;margin-bottom:.6rem;font-size:.85rem;display:block}.batch-status{text-transform:uppercase;letter-spacing:.8px;border-radius:20px;padding:.4rem 1rem;font-size:.8rem;font-weight:700;display:inline-block;box-shadow:0 2px 5px #0000001a}.batch-status.status-soon{background:linear-gradient(45deg,var(--orange-accent),var(--yellow-accent));color:#fff;border:none}.batch-status.status-upcoming{background:linear-gradient(45deg,var(--blue-accent),var(--pink-accent));color:#fff;border:none}.registration-batches .batch-note{color:#a0aec0;text-align:center;background-color:rgba(var(--secondary-color-rgb,255,255,255),.03);border-top:2px solid rgba(var(--blue-accent-rgb),.4);border-radius:8px;margin-top:2.5rem;padding:1rem;font-size:.9rem;line-height:1.6}.form-status-card{background:linear-gradient(135deg,rgba(var(--pink-accent-rgb),.15),rgba(var(--blue-accent-rgb),.25));border:1px solid rgba(var(--pink-accent-rgb),.3);text-align:center;box-shadow:0 10px 30px #0000004d,inset 0 0 15px rgba(var(--pink-accent-rgb),.1);clip-path:polygon(0 15px,15px 0,calc(100% - 15px) 0,100% 15px,100% calc(100% - 15px),calc(100% - 15px) 100%,15px 100%,0 calc(100% - 15px));border-radius:15px;padding:2.5rem 2rem;position:relative;overflow:hidden}.form-status-card:before{content:"";background:radial-gradient(circle,rgba(var(--yellow-accent-rgb),.15)0%,transparent 40%);z-index:0;width:200%;height:200%;animation:10s linear infinite alternate subtleShine;position:absolute;top:-50%;left:-50%}.form-status-header{z-index:1;flex-direction:column;align-items:center;gap:.5rem;margin-bottom:1.25rem;display:flex;position:relative}.form-status-header .kapow-icon{color:var(--yellow-accent);text-shadow:0 0 15px rgba(var(--yellow-accent-rgb),.6);margin-bottom:.5rem;font-size:3rem;animation:2s ease-in-out infinite iconPulse}.form-status-card .status-title{color:var(--secondary-color);letter-spacing:.5px;font-size:1.7rem;font-weight:700}.form-status-card .status-message{color:#c0c8d4;z-index:1;margin-bottom:1.5rem;font-size:1rem;line-height:1.6;position:relative}.status-timer-placeholder{color:#b0b8c4;z-index:1;margin-bottom:2rem;font-size:.9rem;font-style:italic;position:relative}.guidebook-button{background:linear-gradient(45deg,var(--orange-accent),var(--yellow-accent));box-shadow:0 4px 15px rgba(var(--orange-accent-rgb),.3);z-index:1;border-radius:20px;align-items:center;gap:.75rem;margin:0 auto;padding:.9rem 2rem;font-size:1rem;font-weight:700;text-decoration:none;display:inline-flex;position:relative}.guidebook-button:hover{background:linear-gradient(45deg,var(--yellow-accent),var(--orange-accent));box-shadow:0 6px 20px rgba(var(--yellow-accent-rgb),.4)}.guidebook-button i{font-size:1.1em}.registration-details-box{border:1px solid rgba(var(--blue-accent-rgb),.15);text-align:center;background:#1e212999;border-radius:10px;margin-top:1.5rem;padding:1.5rem}.registration-details-box h4{color:var(--blue-accent);margin-bottom:.75rem;font-size:1.2rem;font-weight:600}.registration-details-box p{color:#b0b8c4;font-size:.9rem;line-height:1.6}.registration-section:before{content:"";opacity:.03;filter:blur(5px);z-index:0;background-image:url("Asset 16@4x.1aedf229.png");background-position:50%;background-repeat:no-repeat;background-size:cover;width:10%;height:10%;position:absolute;top:0;left:0}.registration-deco-1,.registration-deco-2,.registration-deco-3{pointer-events:none;z-index:0;opacity:1;transition:transform .5s ease-out,opacity .5s ease-out;position:absolute}.registration-section:hover .registration-deco-1,.registration-section:hover .registration-deco-2,.registration-section:hover .registration-deco-3{opacity:.9;transform:scale(1.1)rotate(5deg)}.registration-deco-1{opacity:.1;width:150px;bottom:-30px;left:-20px;transform:rotate(-25deg)}.registration-deco-2{opacity:.12;width:100px;top:10%;right:5%;transform:rotate(20deg)}.registration-deco-3{opacity:.08;width:80px;top:50%;left:5%;transform:translateY(-50%)rotate(10deg)}@media (width<=991px){.registration-content{flex-direction:column}.registration-batches h3{margin-bottom:1.5rem;font-size:1.7rem}.batch-list li{border-radius:14px}.form-status-card{padding:2rem 1.5rem}.form-status-card .status-title{font-size:1.5rem}.registration-deco-1{width:120px;bottom:-20px;left:-15px}.registration-deco-2{width:80px;top:5%;right:2%}.registration-deco-3{width:60px;top:40%}}@media (width<=767px){.registration-section .section-title{font-size:1.8rem}.registration-section .section-subtitle{font-size:1rem}.registration-content{gap:2rem}.registration-batches h3{font-size:1.5rem}.batch-list li{border-radius:12px;padding:1.2rem}.batch-item-content{gap:1rem;margin-left:5px}.batch-number{min-width:50px;padding:.4rem .6rem;font-size:2.2rem}.batch-info h4{font-size:1.1rem}.batch-info .batch-dates,.batch-status{font-size:.75rem}.batch-status{padding:.3rem .8rem}.form-status-card{clip-path:polygon(0 10px,10px 0,calc(100% - 10px) 0,100% 10px,100% calc(100% - 10px),calc(100% - 10px) 100%,10px 100%,0 calc(100% - 10px));border-radius:10px;padding:1.5rem 1rem}.form-status-header .kapow-icon{font-size:2.5rem}.form-status-card .status-title{font-size:1.3rem}.form-status-card .status-message{font-size:.9rem}.guidebook-button{padding:.8rem 1.5rem;font-size:.9rem}.registration-details-box{padding:1.25rem}.registration-details-box h4{font-size:1.1rem}.registration-deco-1{opacity:.08;width:100px;bottom:-15px;left:-10px}.registration-deco-2,.registration-deco-3{display:none}}.faq-section{background-color:var(--section-bg-light)}.faq-container{max-width:800px;margin:0 auto}.faq-item{background-color:#fff;border-radius:8px;margin-bottom:1rem;overflow:hidden;box-shadow:0 2px 8px #0000000f}.faq-question{cursor:pointer;background-color:#fff;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.faq-question h4{color:var(--primary-color);margin:0;font-size:1.1rem;font-weight:600}.faq-question .faq-icon{color:var(--blue-accent);font-size:1rem;transition:transform .3s}.faq-answer{color:#555;background-color:#fff;max-height:0;padding:0 1.5rem;font-size:.95rem;line-height:1.7;transition:max-height .4s ease-out,padding .4s ease-out;overflow:hidden}.faq-item.active .faq-answer{max-height:300px;padding:1.25rem 1.5rem}.faq-item.active .faq-question .faq-icon i{transform:rotate(135deg)}.who-can-join-content{text-align:center;max-width:800px;margin:0 auto}.who-can-join-list{margin-top:1.5rem;padding:0;list-style:none}.who-can-join-list li{text-align:left;background-color:#fff;border-radius:8px;align-items:center;gap:1rem;margin-bottom:1rem;padding:1rem;font-size:1.05rem;display:flex;box-shadow:0 2px 8px #0000000f}.who-can-join-list li i{color:var(--orange-accent);min-width:25px;font-size:1.5rem}.team-info{color:#555;margin-top:1.5rem;font-size:1rem}.cta-bottom-section{background:linear-gradient(to top right,var(--blue-accent),var(--orange-accent),var(--pink-accent),#3fc73f);color:#fff}.cta-bottom-content{text-align:center;max-width:700px;margin:0 auto}.cta-bottom-content h2{margin-bottom:1rem;font-size:2rem;font-weight:700}.cta-bottom-content p{opacity:.9;margin-bottom:2rem;font-size:1.1rem}.cta-buttons{flex-direction:column;align-items:center;gap:1rem;display:flex}.button-secondary-cta{color:#fff;background-color:#fff3;border:1px solid #fff}.button-secondary-cta:hover{background-color:#ffffff4d}.footer-container{max-width:1100px;margin:0 auto}.footer-top{border-bottom:1px solid rgba(var(--secondary-color),.15);flex-wrap:wrap;justify-content:space-between;gap:2rem;margin-bottom:3rem;padding-bottom:2rem;display:flex}.footer-logo-area,.footer-quick-links,.footer-contact-social{flex:1;min-width:250px;margin-bottom:1.5rem}.footer-logo-area .footer-logo-img{opacity:.9;height:45px;margin-bottom:.75rem;transition:opacity .3s,transform .3s}.footer-logo-area .footer-logo-img:hover{opacity:1;transform:scale(1.05)}.footer-event-name{color:#b0b8c4;margin-top:.5rem;font-size:.9rem}.footer-quick-links h4,.footer-contact-social h4{color:var(--secondary-color);margin-bottom:1.25rem;padding-bottom:.5rem;font-size:1.1rem;font-weight:600;position:relative}.footer-quick-links h4:after,.footer-contact-social h4:after{content:"";background:linear-gradient(to right,var(--pink-accent),var(--yellow-accent));width:40px;height:2px;position:absolute;bottom:0;left:0}.footer-quick-links a,.footer-contact-item a{color:#b0b8c4;margin-bottom:.6rem;font-size:.95rem;text-decoration:none;transition:color .3s,padding-left .3s;display:block}.footer-quick-links a:hover,.footer-contact-item a:hover{color:var(--yellow-accent);padding-left:5px}.footer-contact-item{color:#b0b8c4;align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.footer-contact-item i{color:var(--blue-accent);font-size:1.1rem}.footer-social-links{flex-wrap:wrap;gap:1rem;margin-top:1rem;display:flex}.footer-social-links .social-icon{color:#fff;border-radius:8px 15px;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.5rem;text-decoration:none;transition:transform .3s cubic-bezier(.68,-.55,.27,1.55),box-shadow .3s,background-color .3s;display:inline-flex;box-shadow:2px 2px 5px #0000004d}.footer-social-links .social-icon:hover{transform:translateY(-4px)rotate(8deg)scale(1.15);box-shadow:4px 4px 10px #0006}.footer-social-links .social-icon.ig{background:radial-gradient(circle at 30% 107%,#fdf497 0% 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%)}.footer-social-links .social-icon.tw{background-color:#000}.footer-social-links .social-icon.yt{background-color:red}.footer-social-links .social-icon.tk{background-color:#000}.footer-bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:1.5rem;display:flex}.footer-copyright{color:#9ca3af;text-align:left;flex-grow:1;font-size:.85rem}.footer-copyright p:last-child{opacity:.7;margin-top:.25rem;font-style:italic}.back-to-top{background-color:var(--pink-accent);color:#fff;z-index:990;opacity:1;visibility:visible;border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;text-decoration:none;transition:opacity .3s,visibility .3s,background-color .3s,transform .3s cubic-bezier(.175,.885,.32,1.275);display:inline-flex;position:fixed;bottom:25px;right:25px;transform:translateY(0)scale(1);box-shadow:0 3px 10px #0000004d}.back-to-top i{font-size:1.1rem}.back-to-top:hover{background-color:var(--yellow-accent);box-shadow:0 5px 15px rgba(var(--yellow-accent-rgb),.4);transform:translateY(-4px)scale(1.12)}.competition-hub-hero{background-color:#0c0a1f;background-image:radial-gradient(ellipse at 70% 30%,rgba(var(--pink-accent-rgb),.25)0%,transparent 45%),radial-gradient(ellipse at 30% 70%,rgba(var(--blue-accent-rgb),.3)0%,transparent 45%),linear-gradient(160deg,#0c0a1f 30%,#1a1238 100%);color:var(--secondary-color);text-align:center;justify-content:center;align-items:center;min-height:60vh;display:flex;position:relative;overflow-x:hidden}.competition-hub-title{color:var(--secondary-color);text-shadow:0 0 10px rgba(var(--pink-accent-rgb),.3),0 0 20px rgba(var(--blue-accent-rgb),.3);margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.2;display:block}.competition-hub-title .title-main-word{letter-spacing:2px;color:var(--yellow-accent);text-shadow:0 0 15px rgba(var(--yellow-accent-rgb),.7),0 0 5px rgba(var(--secondary-color),.5);font-size:4.5rem;display:block}.competition-hub-title .title-accent-char{opacity:0;color:var(--pink-accent);animation:.5s forwards charFadeInUp;display:inline-block;transform:translateY(20px)}.competition-hub-title .title-accent-char:first-child{animation-delay:.2s}.competition-hub-title .title-accent-char:nth-child(2){animation-delay:.3s}.competition-hub-title .title-accent-char:nth-child(3){animation-delay:.4s}.competition-hub-title .title-accent-char.title-accent-char:last-of-type{animation-delay:.6s}@keyframes charFadeInUp{to{opacity:1;transform:translateY(0)}}.competition-listing-section{background-color:var(--navbar-bg)}.portal-card-comp{backdrop-filter:blur(10px)saturate(110%);border:1px solid rgba(var(--blue-accent-rgb),.2);background:#23272fb3;border-radius:16px;flex-direction:column;margin-bottom:3rem;padding:0;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 8px 25px #0000004d}.portal-card-comp:hover{box-shadow:0 12px 35px rgba(var(--pink-accent-rgb),.2),0 0 20px rgba(var(--blue-accent-rgb),.15);transform:translateY(-8px)}@media (width>=768px){.portal-card-comp{flex-direction:row}.portal-card-comp:nth-child(2n){flex-direction:row-reverse}.portal-card-comp .competition-category-img-wrapper{flex:0 0 40%;max-width:40%}.portal-card-comp .competition-category-details{flex:0 0 60%;max-width:60%;padding:2.5rem 2rem}}.competition-category-img-wrapper{background-color:#1a1d24;width:100%;height:280px;position:relative;overflow:hidden}.competition-category-img-wrapper img{object-fit:cover;width:100%;height:100%;transition:transform .4s,filter .4s}.portal-card-comp:hover .competition-category-img-wrapper img{filter:brightness(.9)saturate(1.2);transform:scale(1.05)}.comp-img-overlay{color:#fff;text-shadow:1px 1px 3px #00000080;text-align:right;background:linear-gradient(#0000 0%,#000000b3 100%);width:100%;padding:.75rem 1rem;font-size:1.1rem;font-weight:600;position:absolute;bottom:0;left:0}.competition-category-details{color:var(--secondary-color);flex-direction:column;flex-grow:1;padding:2rem 1.5rem;display:flex}.card-header-comp{border-bottom:1px solid rgba(var(--blue-accent-rgb),.2);align-items:center;gap:.75rem;margin-bottom:1rem;padding-bottom:.75rem;display:flex}.card-header-comp .card-icon-comp{color:var(--pink-accent);font-size:1.8rem}.card-header-comp h3{color:var(--secondary-color);margin:0;font-size:1.7rem;font-weight:700}.competition-category-details .description{color:#b0b8c4;flex-grow:1;margin-bottom:1.5rem;font-size:.9rem;line-height:1.6}.criteria-accordion{border:1px solid rgba(var(--secondary-color),.1);border-radius:8px;margin-bottom:1.5rem;overflow:hidden}.accordion-toggle{background-color:rgba(var(--secondary-color),.05);color:var(--secondary-color);cursor:pointer;text-align:left;border:none;outline:none;justify-content:space-between;align-items:center;width:100%;padding:.9rem 1rem;font-size:1rem;font-weight:600;transition:background-color .3s;display:flex}.accordion-toggle:hover,.accordion-toggle.active{background-color:rgba(var(--pink-accent-rgb),.15)}.accordion-toggle .accordion-icon{font-size:.9em;transition:transform .3s}.accordion-toggle.active .accordion-icon{transform:rotate(180deg)}.accordion-content{background-color:#0000;max-height:0;padding:0 1rem;transition:max-height .3s ease-out,padding .3s ease-out;overflow:hidden}.accordion-content ul{padding:1rem 0;list-style:none}.accordion-content ul li{color:#a9b3c1;padding:.3rem 0 .3rem 1.2rem;font-size:.85rem;position:relative}.accordion-content ul li:before{content:"";color:var(--yellow-accent);font-family:"Font Awesome 6 Free";font-size:.8em;font-weight:900;position:absolute;top:.35rem;left:0}.comp-template-info{color:#8a94a2;text-align:center;margin-bottom:1rem;font-size:.8rem;font-style:italic}.comp-action-button.portal-button{align-self:center;margin-top:auto}.portal-button{background:linear-gradient(45deg,var(--pink-accent),var(--orange-accent));text-align:center;box-shadow:0 4px 15px rgba(var(--pink-accent-rgb),.3);border:none;border-radius:50px;justify-content:center;align-items:center;padding:.8rem 1.8rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:inline-flex;position:relative;overflow:hidden;color:#fff!important}.portal-button .btn-icon{margin-left:.5rem;transition:transform .3s}.portal-button:hover{box-shadow:0 8px 25px rgba(var(--orange-accent-rgb),.4);background:linear-gradient(45deg,var(--orange-accent),var(--pink-accent));transform:translateY(-4px)scale(1.05)}.portal-button:hover .btn-icon{transform:translate(5px)}.portal-button:before{content:"";background:linear-gradient(90deg,#0000 0%,#ffffff80 50%,#0000 100%);width:50%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%;transform:skew(-25deg)}.portal-button:hover:before{left:150%}@media (width<=991px){.competition-hub-title{font-size:2.8rem}.competition-hub-title .title-main-word{font-size:3.5rem}.competition-hub-subtitle{font-size:1.05rem}.portal-card-comp .competition-category-details{padding:2rem 1.5rem}.card-header-comp h3{font-size:1.5rem}}@media (width<=767px){.competition-hub-hero{min-height:50vh;padding:3rem 1rem}.competition-hub-title{font-size:2.2rem}.competition-hub-title .title-main-word{letter-spacing:1px;font-size:2.8rem}.competition-hub-subtitle{font-size:1rem}.portal-card-comp{margin-bottom:2rem;flex-direction:column!important}.portal-card-comp .competition-category-img-wrapper{max-width:100%;height:220px}.portal-card-comp .competition-category-details{max-width:100%;padding:1.5rem 1.25rem}.card-header-comp h3{font-size:1.4rem}.card-header-comp .card-icon-comp{font-size:1.6rem}.competition-category-details .description{font-size:.85rem}.accordion-toggle{padding:.8rem;font-size:.9rem}.accordion-content ul li{padding:.25rem 0 .25rem 1rem;font-size:.8rem}.accordion-content ul li:before{top:.3rem}.comp-template-info{font-size:.75rem}.comp-action-button.portal-button{padding:.7rem 1.5rem;font-size:.9rem}}.media-section{background-color:#fff}.media-subsection{background-color:var(--section-bg-light);border-radius:12px;margin-bottom:3.5rem;padding:2rem 1.5rem;box-shadow:0 6px 25px #0000000f}.media-subsection:last-child{margin-bottom:0}.media-subsection h3{color:var(--primary-color);text-align:center;justify-content:center;align-items:center;gap:.8rem;margin-bottom:2rem;font-size:1.85rem;font-weight:700;display:flex}.media-subsection h3 i{color:var(--orange-accent);transform:rotate(-5deg)}.loading-message,.error-message,#blog-articles-container .articles-grid>p,#gallery-container .gallery-grid>p,#partners-sponsors-container .partners-grid>p{text-align:center;color:#888;background-color:#00000005;border-radius:6px;padding:2.5rem 1rem;font-size:1rem;font-style:italic}#partners-sponsors-container .partners-grid{flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem;padding:1rem 0;display:flex}#partners-sponsors-container .partner-item{background-color:#56689d80;border-radius:8px;justify-content:center;align-items:center;height:auto;min-height:80px;padding:.75rem;transition:background-color .3s;display:flex}#partners-sponsors-container .partner-item:hover{background-color:#ffffff14}#partners-sponsors-container .partner-item img{object-fit:contain;filter:none;opacity:.85;max-width:140px;max-height:55px;transition:opacity .3s,transform .3s}#partners-sponsors-container .partner-item a:hover img{filter:none;opacity:1;transform:scale(1.08)}#partners-sponsors-container .partner-name-fallback{color:#a0aec0;border:1px dashed rgba(var(--secondary-color-rgb,240,240,240),.3);text-align:center;border-radius:4px;padding:.5rem;font-size:.9rem}.error-message{color:var(--hero-empower-color);font-weight:500}.articles-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid;overflow:hidden}.article-card{background-color:#fff;border-radius:10px;flex-direction:column;text-decoration:none;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 4px 12px #00000014}.article-card:hover{transform:translateY(-6px)scale(1.01);box-shadow:0 7px 20px #0000001f}.article-image-wrapper{background-color:#f0f0f0;justify-content:center;align-items:center;width:100%;height:220px;display:flex;overflow:hidden}.article-image{object-fit:cover;width:100%;height:100%;transition:transform .4s}.article-card:hover .article-image{transform:scale(1.05)}.article-content{flex-direction:column;flex-grow:1;padding:1.25rem;display:flex}.article-image-wrapper{background-color:#e9ecef;width:100%;height:220px;display:block;position:relative;overflow:hidden}.article-image-wrapper>img,.article-image-wrapper>.article-image-fallback{width:100%;height:100%}.article-image{object-fit:cover}.article-image-fallback{background-color:var(--section-bg-light);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.article-image-fallback i{color:#ccc;font-size:3rem}.article-title{color:var(--primary-color);margin-bottom:.5rem;font-size:1.25rem;font-weight:700;line-height:1.3}.article-meta{color:#777;margin-bottom:.75rem;font-size:.8rem}.article-summary{color:#555;flex-grow:1;margin-bottom:1rem;font-size:.9rem;line-height:1.6}.article-link-text{color:var(--blue-accent);align-self:flex-start;margin-top:auto;padding:.3rem 0;font-size:.9rem;font-weight:600;display:inline-block}.article-link-text i{margin-left:.3rem;transition:transform .2s}.article-card-link:hover .article-link-text i{transform:translate(4px)}.gallery-tabs{justify-content:center;gap:1rem;margin-bottom:2rem;display:flex;overflow:hidden}.gallery-tab-button{color:var(--text-color);cursor:pointer;background-color:#0000;border:none;border-bottom:3px solid #0000;margin-bottom:-2px;padding:.75rem 1.75rem;font-size:1.05rem;font-weight:600;transition:all .3s}.gallery-grid-wrapper{border-radius:8px;overflow:hidden}.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem;display:none}.gallery-grid.active-gallery-content{display:grid}.gallery-grid.photos-all,.gallery-grid.videos-all{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.gallery-item{aspect-ratio:1;cursor:pointer;border-radius:8px;position:relative;overflow:hidden;box-shadow:0 3px 10px #0000001a}.gallery-item-overlay{color:#fff;text-align:center;opacity:0;pointer-events:none;background:linear-gradient(#0000 0%,#0009 50%,#000000d9 100%);flex-direction:column;align-items:center;padding:1rem .75rem .75rem;font-size:.85rem;font-weight:600;transition:opacity .35s;display:flex;position:absolute;bottom:0;left:0;right:0}.gallery-item:hover .gallery-item-overlay{opacity:1}.gallery-item-overlay i{margin-bottom:.25rem;font-size:2rem}.partners-grid{flex-wrap:wrap;justify-content:center;align-items:center;gap:2.5rem;padding:1rem 0;display:flex}.partner-item{justify-content:center;align-items:center;height:70px;display:flex}.partner-item img{object-fit:contain;filter:grayscale()opacity(.6);max-width:160px;max-height:70px;transition:filter .3s,transform .3s,opacity .3s}.partner-name-fallback{color:#777;border:1px dashed #ccc;border-radius:4px;padding:.5rem;font-size:.9rem}.view-all-container{text-align:center;margin-top:2.5rem}.button-view-more-media{background-color:var(--orange-accent);color:#fff;border-radius:50px;padding:.8rem 1.8rem;font-weight:600;text-decoration:none;transition:background-color .3s,transform .2s,box-shadow .3s;display:inline-block;box-shadow:0 2px 5px #0000001a}.button-vie w-more-media:hover{background-color:var(--pink-accent);box-shadow:0 4px 10px rgba(var(--pink-accent-rgb),.3);transform:translateY(-3px)scale(1.03)}.contact-section{background-color:var(--navbar-bg);color:var(--secondary-color)}.contact-header{text-align:center;margin-bottom:3.5rem}.quirky-title span{background-color:var(--yellow-accent);color:var(--primary-color);box-shadow:4px 4px 0px rgba(var(--pink-accent-rgb),.7);border-radius:50px 10px;padding:.7rem 2rem;font-size:2.6rem;transition:transform .3s,box-shadow .3s;display:inline-block;transform:rotate(-3deg)translate(-5px)}.quirky-title span:hover{box-shadow:2px 2px 0px rgba(var(--blue-accent-rgb),.8);transform:rotate(1deg)scale(1.05)translate(0)}.quirky-subtitle{color:#c0c8d4;margin-top:1.25rem;font-size:1.15rem;font-style:italic}.contact-content-wrapper{max-width:1100px;margin:0 auto}.contact-info-form-container{flex-wrap:wrap;gap:2.5rem;margin-bottom:3.5rem;display:flex}.contact-direct-info,.contact-form-container{border:1px solid rgba(var(--blue-accent-rgb),.25);background-color:#23272f;border-radius:25px 8px;flex:1;min-width:320px;padding:2.5rem 2rem;transition:transform .3s,box-shadow .3s,border-color .3s;position:relative;box-shadow:0 6px 20px #0000004d}.contact-direct-info{border-left-color:var(--blue-accent);border-top-color:var(--blue-accent);border-right-color:var(--pink-accent);border-bottom-color:var(--pink-accent);transform:rotate(-1deg)translateY(-5px)}.contact-direct-info:hover{border-color:var(--pink-accent)}.contact-form-container{border-left-color:var(--orange-accent);border-top-color:var(--orange-accent);border-right-color:var(--yellow-accent);border-bottom-color:var(--yellow-accent);transform:rotate(1deg)translateY(5px)}.contact-form-container:hover{border-color:var(--yellow-accent)}.contact-direct-info:hover,.contact-form-container:hover{transform:rotate(0)translateY(0)scale(1.01)}.contact-direct-info h3,.contact-form-container h3,.contact-map-container h3{color:var(--secondary-color);align-items:center;gap:.5rem;margin-bottom:1.5rem;padding-bottom:.6rem;font-size:1.6rem;display:flex;position:relative}.quirky-icon-header{font-size:1.3em;transform:rotate(-5deg)}.contact-direct-info h3 .quirky-icon-header{color:var(--blue-accent)}.contact-form-container h3 .quirky-icon-header{color:var(--orange-accent)}.contact-map-container h3 .quirky-icon-header{color:var(--pink-accent)}.contact-direct-info h3:after,.contact-form-container h3:after,.contact-map-container h3:after{content:"";background-image:linear-gradient(to right,var(--pink-accent)30%,var(--yellow-accent)70%);border-radius:4px;width:60px;height:4px;position:absolute;bottom:0;left:5px;transform:skew(-15deg)}.info-item{align-items:flex-start;gap:1rem;margin-bottom:1.5rem;font-size:1rem;line-height:1.5;display:flex}.info-item .accent-icon{color:#fff;border-radius:30% 70% 70% 30%/30% 30% 70% 70%;flex-shrink:0;justify-content:center;align-items:center;width:45px;height:45px;font-size:1.6rem;display:inline-flex;box-shadow:0 2px 4px #00000026}.info-item .accent-icon.orange{background-color:var(--orange-accent)}.info-item .accent-icon.pink{background-color:var(--pink-accent)}.info-item p strong{color:var(--secondary-color);margin-bottom:.15rem;font-weight:600;display:block}.info-item p{color:#b0b8c4}.info-item a{color:var(--blue-accent);word-break:break-all;font-weight:500;text-decoration:none}.info-item a:hover{color:var(--pink-accent);text-decoration:underline wavy}.contact-direct-info .social-title{margin-top:2.5rem}.contact-social-links{flex-wrap:wrap;gap:1.25rem;margin-top:1rem;display:flex}.contact-social-links .social-icon{color:#fff;border-radius:10px 25px;justify-content:center;align-items:center;width:50px;height:50px;font-size:2rem;text-decoration:none;transition:transform .3s cubic-bezier(.68,-.55,.27,1.55),box-shadow .3s;display:inline-flex;box-shadow:3px 3px 6px #0003}.contact-social-links .social-icon:hover{transform:translateY(-5px)rotate(10deg)scale(1.1);box-shadow:5px 5px 12px #0000004d}.contact-social-links .social-icon.ig{background:radial-gradient(circle at 30% 107%,#fdf497 0% 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%)}.contact-social-links .social-icon.tw{background-color:#000}.contact-social-links .social-icon.yt{background-color:red}.contact-social-links .social-icon.tk{background-color:#000}.contact-form .form-group{margin-bottom:1.75rem;position:relative}.contact-form input[type=text],.contact-form input[type=email],.contact-form textarea{border:2px solid rgba(var(--secondary-color),.3);width:100%;color:var(--secondary-color);background-color:#2e343f;border-radius:10px 2px;padding:.85rem 1rem;font-family:inherit;font-size:1rem;transition:border-color .3s,box-shadow .3s}.contact-form label{color:#a0aec0;pointer-events:none;transform-origin:0 0;background-color:#0000;padding:0 .4rem;font-size:1rem;font-weight:500;transition:all .2s ease-out;position:absolute;top:.85rem;left:1rem}.contact-form input:focus+label,.contact-form input:not(:placeholder-shown)+label,.contact-form textarea:focus+label,.contact-form textarea:not(:placeholder-shown)+label{color:var(--pink-accent);background-color:#23272f;font-weight:600;transform:translateY(-1.7rem)scale(.85)}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--pink-accent);box-shadow:0 0 0 3px rgba(var(--pink-accent-rgb),.25);outline:none}.contact-form textarea{resize:vertical;min-height:130px}.quirky-submit{box-shadow:3px 3px 0px var(--blue-accent);border-radius:50px 10px;padding:.9rem 2.2rem;font-size:1.05rem;transition:all .2s ease-in-out!important;animation:none!important}.quirky-submit:hover{background-color:var(--pink-accent)!important;color:#fff!important;box-shadow:1px 1px 0px var(--yellow-accent)!important;transform:translateY(-4px)rotate(3deg)scale(1.05)!important}.contact-form .form-group input{border:2px solid rgba(var(--secondary-color),.3);width:100%;color:var(--secondary-color);background-color:#2e343f;border-radius:10px 2px;padding:.85rem 1rem;font-family:inherit;font-size:1rem;transition:border-color .3s,box-shadow .3s}.contact-map-container{background-color:rgba(var(--blue-accent-rgb),.1);text-align:center;border-top:5px dotted var(--pink-accent);border-radius:8px 25px;margin-top:2rem;padding:2.5rem 2rem;box-shadow:0 6px 20px #00000040}.map-placeholder{border-radius:10px;margin-top:1.5rem;overflow:hidden;box-shadow:inset 0 0 10px #0003}.map-placeholder iframe{filter:invert(.9)hue-rotate(180deg)saturate(.5)brightness(1.1);display:block}@media (width<=767px){.contact-form label{background-color:#2e343f}.contact-form input:focus+label,.contact-form input:not(:placeholder-shown)+label,.contact-form textarea:focus+label,.contact-form textarea:not(:placeholder-shown)+label{background-color:#23272f}}.seminar-hero{min-height:60vh;margin-top:-3rem}.hero-content-seminar-hub{z-index:2;max-width:800px;position:relative}.seminar-hub-title{color:var(--secondary-color);text-shadow:0 0 10px rgba(var(--blue-accent-rgb),.4),0 0 20px rgba(var(--pink-accent-rgb),.3);text-transform:uppercase;margin-bottom:1rem;font-size:3.8rem;font-weight:800;line-height:1.1}.seminar-hub-title .seminar-title-accent{color:var(--yellow-accent);text-shadow:0 0 15px rgba(var(--yellow-accent-rgb),.7);font-style:italic}.seminar-hub-subtitle{color:#c8d0da;max-width:700px;margin:0 auto;font-size:1.2rem;line-height:1.7}.seminar-listing-section{background-color:var(--navbar-bg)}.seminar-listing-section .section-title{color:var(--secondary-color)}.portal-card-seminar{backdrop-filter:blur(8px)saturate();border:1px solid rgba(var(--blue-accent-rgb),.25);color:var(--secondary-color);background:#23272fbf;border-radius:16px;margin-bottom:2.5rem;padding:2rem 2.25rem;transition:transform .3s,box-shadow .3s;box-shadow:0 8px 30px #00000059}.portal-card-seminar:hover{box-shadow:0 12px 38px rgba(var(--pink-accent-rgb),.2),0 0 15px rgba(var(--blue-accent-rgb),.1);border-color:rgba(var(--pink-accent-rgb),.4);transform:translateY(-7px)}.card-seminar-header{border-bottom:1px solid rgba(var(--secondary-color),.15);align-items:center;gap:1rem;margin-bottom:1.25rem;padding-bottom:1rem;display:flex}.card-seminar-header .card-icon-seminar{color:var(--orange-accent);min-width:30px;font-size:2rem}.card-seminar-header h3{color:var(--secondary-color);margin:0;font-size:1.6rem;font-weight:700}.card-seminar-body .event-date-seminar{color:var(--yellow-accent);margin-bottom:1rem;font-size:.85rem;font-weight:600;display:block}.card-seminar-body .event-date-seminar i{opacity:.8;margin-right:.5rem}.card-seminar-body .description-seminar{color:#b8c0cc;margin-bottom:1.5rem;font-size:.95rem;line-height:1.65}.speaker-highlight{background-color:rgba(var(--pink-accent-rgb),.08);border-left:4px solid var(--pink-accent);border-radius:10px;align-items:center;gap:1.5rem;margin:1.5rem 0;padding:1rem;display:flex}.speaker-img-placeholder img{object-fit:cover;border:2px solid var(--pink-accent);border-radius:50%;width:80px;height:80px}.speaker-info h4{color:var(--secondary-color);margin-bottom:.25rem;font-size:1.2rem}.wow-speaker-tag{background-color:var(--pink-accent);color:#fff;text-transform:uppercase;letter-spacing:.5px;border-radius:4px;margin-right:.5rem;padding:.2rem .5rem;font-size:.7rem;font-weight:700;display:inline-block}.speaker-info .speaker-title{color:var(--pink-accent);margin-bottom:.3rem;font-size:.9rem;font-style:italic}.speaker-info .speaker-teaser{color:#b8c0cc;font-size:.85rem;line-height:1.5}.accordion-seminar{border:1px solid rgba(var(--secondary-color),.1);border-radius:8px;margin:1.5rem 0;overflow:hidden}.accordion-seminar-toggle{background-color:rgba(var(--secondary-color),.05);color:var(--secondary-color);cursor:pointer;text-align:left;border:none;outline:none;justify-content:space-between;align-items:center;width:100%;padding:.9rem 1.25rem;font-size:1rem;font-weight:600;transition:background-color .3s;display:flex}.accordion-seminar-toggle:hover,.accordion-seminar-toggle.active{background-color:rgba(var(--blue-accent-rgb),.15)}.accordion-seminar-toggle .accordion-icon{font-size:.9em;transition:transform .3s}.accordion-seminar-toggle.active .accordion-icon{transform:rotate(180deg)}.accordion-seminar-content{background-color:#0000;max-height:0;padding:0 1.25rem;transition:max-height .3s ease-out,padding .3s ease-out;overflow:hidden}.accordion-seminar-content ul{padding:1rem 0;list-style:none}.accordion-seminar-content ul li{color:#a9b3c1;padding:.35rem 0 .35rem 1.25rem;font-size:.9rem;position:relative}.accordion-seminar-content ul li:before{content:"";color:var(--orange-accent);font-family:"Font Awesome 6 Free";font-size:.85em;font-weight:900;position:absolute;top:.4rem;left:0}.portal-card-seminar .seminar-note{color:#8a94a2;background-color:rgba(var(--secondary-color),.03);border-left:3px solid var(--blue-accent);border-radius:6px;margin-top:1.5rem;padding:.75rem;font-size:.8rem;font-style:italic;line-height:1.5}.registration-cta{background-color:#1f232c}.registration-cta .section-title{color:var(--secondary-color);font-size:2rem}.registration-cta .section-subtitle{color:#b0b8c4;font-size:1.05rem}.registration-cta>.hero-button.button-main-cta{text-align:center;width:fit-content;margin-left:auto;margin-right:auto;display:block}@media (width<=991px){.seminar-hub-title{font-size:3rem}.seminar-hub-subtitle{font-size:1.1rem}.portal-card-seminar{padding:1.75rem 2rem}.card-seminar-header h3{font-size:1.45rem}.speaker-highlight{text-align:center;flex-direction:column;align-items:center}.speaker-img-placeholder img{margin-bottom:.5rem}}@media (width<=767px){.seminar-hero{min-height:40vh;padding:3rem 1rem}.seminar-hub-title{font-size:2.4rem}.seminar-hub-subtitle{font-size:1rem}.portal-card-seminar{margin-bottom:2rem;padding:1.5rem 1.25rem}.card-seminar-header{gap:.75rem;margin-bottom:1rem;padding-bottom:.75rem}.card-seminar-header .card-icon-seminar{font-size:1.6rem}.card-seminar-header h3{font-size:1.3rem}.card-seminar-body .description-seminar{font-size:.9rem}.speaker-highlight{padding:.75rem}.speaker-img-placeholder img{width:70px;height:70px}.speaker-info h4{font-size:1.1rem}.accordion-seminar-toggle{padding:.8rem 1rem;font-size:.9rem}.accordion-seminar-content ul li{padding:.3rem 0 .3rem 1.1rem;font-size:.85rem}.registration-cta .section-title{font-size:1.6rem}.registration-cta .section-subtitle{font-size:.95rem}}.blog-page-hero,.gallery-page-hero{background-color:#0c0a1f;background-image:radial-gradient(ellipse at 70% 30%,rgba(var(--pink-accent-rgb),.2)0%,transparent 40%),radial-gradient(ellipse at 30% 70%,rgba(var(--blue-accent-rgb),.25)0%,transparent 40%),linear-gradient(160deg,#0c0a1f 40%,#1a1238 100%);color:var(--secondary-color);text-align:center;justify-content:center;align-items:center;min-height:50vh;display:flex;position:relative;overflow:hidden}.blog-page-title,.gallery-page-main-title{color:var(--secondary-color);text-shadow:0 0 10px rgba(var(--secondary-color-rgb),.3),0 0 20px rgba(var(--pink-accent-rgb),.3);z-index:1;margin-bottom:1rem;font-size:6.4rem;font-weight:800;position:relative}.gallery-page-hero .section-title{color:var(--secondary-color)}.gallery-page-hero .section-subtitle{color:#e9e9e9}.gallery-page-hero .section-title{margin-bottom:1rem;font-size:8rem;font-weight:700}.gallery-section{background-color:var(--navbar-bg)}.lightbox-modal{z-index:2000;background-color:#000000e6;justify-content:center;align-items:center;width:100%;height:100%;padding:20px;display:none;position:fixed;top:0;left:0;overflow:auto}.lightbox-content{flex-direction:column;justify-content:center;align-items:center;max-width:90vw;max-height:90vh;margin:auto;padding:0;display:flex;position:relative}.lightbox-content img,.lightbox-content iframe{object-fit:contain;border-radius:4px;max-width:100%;max-height:calc(90vh - 60px);display:none;box-shadow:0 0 25px #00000080}.lightbox-content iframe{aspect-ratio:16/9;width:100%;max-width:1000px}.lightbox-caption{text-align:center;color:#ccc;max-width:80%;margin-top:10px;padding:10px 0;font-size:.9rem;line-height:1.4}.lightbox-close{color:#f1f1f1;cursor:pointer;z-index:2001;font-size:40px;font-weight:700;transition:all .3s;position:absolute;top:15px;right:35px}.lightbox-close:hover,.lightbox-close:focus{color:#bbb;text-decoration:none}.lightbox-prev,.lightbox-next{cursor:pointer;color:#fff;user-select:none;z-index:2001;background-color:#0000004d;border-radius:0 3px 3px 0;width:auto;margin-top:-30px;padding:16px;font-size:24px;font-weight:700;transition:all .3s;position:absolute;top:50%}.lightbox-next{border-radius:3px 0 0 3px;right:0}.lightbox-prev{left:0}.lightbox-prev:hover,.lightbox-next:hover{background-color:#0009}.blog-page-hero{background:linear-gradient(rgba(var(--navbar-bg-rgb,26,29,36),.85),rgba(var(--navbar-bg-rgb,26,29,36),.95)),url(foto-bersama.45ed7ccc.png) no-repeat center center/cover;color:var(--navbar-text);text-align:center;padding:5rem 2rem;position:relative}.blog-page-hero:before{content:"";background-image:radial-gradient(circle at center,rgba(var(--blue-accent-rgb),.1)0%,transparent 60%);opacity:.3;width:100%;height:100%;animation:10s ease-in-out infinite pulseOverlay;position:absolute;top:0;left:0}@keyframes pulseOverlay{0%{opacity:.3;transform:scale(1)}50%{opacity:.5;transform:scale(1.05)}to{opacity:.3;transform:scale(1)}}.blog-page-title .title-accent-highlight,.gallery-page-main-title .title-accent-highlight{color:var(--yellow-accent);text-shadow:0 0 15px rgba(var(--yellow-accent-rgb),.7);font-style:italic}.blog-page-subtitle,.gallery-page-main-subtitle{color:#c0c8d4;z-index:1;max-width:650px;margin:0 auto;font-size:1.15rem;line-height:1.7;position:relative}.blog-listing-section{background-color:var(--navbar-bg)}.blog-listing-section .section-title{color:var(--secondary-color);text-shadow:0 0 8px rgba(var(--blue-accent-rgb),.2);margin-bottom:2.5rem}#full-articles-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;display:grid}@media (width>=992px){#full-articles-grid{grid-template-columns:repeat(3,1fr)}}@media (width>=768px) and (width<=991.98px){#full-articles-grid{grid-template-columns:repeat(2,1fr)}}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.container,.hero-content,.about-content,.inspire-framework-container,.highlight-grid,.timeline-container,.guest-stars-grid,.registration-content,.faq-container,.who-can-join-content,.cta-bottom-content,.media-subsection,.contact-content-wrapper,#seminar-details>.container,.blog-listing-section>.container{max-width:1100px;margin-left:auto;margin-right:auto}.inspire-framework-container{max-width:1100px}section,.media-section,.faq-question,.framework-item,.about-section,.timeline-section,.guest-stars-section,.registration-section,.faq-section,.who-can-join-section,.media-subsection,.contact-section,.blog-listing-section{background-color:var(--navbar-bg)}.inspire-framework-container,.timeline-label,.guest-star-card,.registration-batches,.registration-form-area,.faq-item,.who-can-join-list li,.article-card,.seminar-event-card,.contact-direct-info,.contact-form-container,.contact-map-container{border:1px solid rgba(var(--blue-accent-rgb),.2);background-color:#23272f}.about-section,.about-section .section-title,.about-section .about-text h3,.about-section .about-text p,.inspire-framework-container .framework-title,.inspire-framework-container .framework-meaning h4,.inspire-framework-container .framework-meaning p,.timeline-section .section-title,.timeline-label .timeline-date,.timeline-label .timeline-event,.guest-stars-section .section-title,.guest-stars-section .section-subtitle,.guest-star-info h4,.guest-star-info p,.registration-section .section-title,.registration-section .section-subtitle,.registration-batches h3,.registration-form-area h3,.registration-batches ul li,.registration-form-area p,.form-status-placeholder .status-title,.form-status-placeholder .status-message,.submission-info h4,.submission-info p,.faq-section .section-title,.faq-question h4,.faq-answer p,.who-can-join-section .section-title,.who-can-join-section .section-subtitle,.who-can-join-list li,.team-info,.media-subsection h3,.article-title,.article-meta,.article-summary,.contact-section .section-title,.contact-section .section-subtitle,.contact-direct-info h3,.contact-form-container h3,.contact-map-container h3,.info-item p strong,.info-item p,.contact-form label,.seminar-event-details h3,.seminar-event-details .event-date,.seminar-event-details p,.seminar-event-details h4,.seminar-event-details ul li,.blog-listing-section .section-title{color:var(--secondary-color)}.about-section .about-text p,.inspire-framework-container .framework-meaning p,.timeline-label .timeline-event,.guest-star-info p,.registration-section .section-subtitle,.registration-batches ul li,.registration-form-area p,.form-status-placeholder .status-message,.submission-info p,.faq-answer p,.team-info,.article-meta,.article-summary,.info-item p,.seminar-event-details p,.seminar-event-details .event-date,.blog-listing-section .section-subtitle{color:#b0b8c4}.dark-section-context a{color:var(--blue-accent)}.dark-section-context a:hover{color:var(--yellow-accent)}.framework-item,.registration-batches ul li{border-color:rgba(var(--hero-empower-color),.15)}.hero-title-empower,.hero-title-digital span{text-shadow:0 0 5px currentColor,0 0 2px rgba(var(--hero-empower-color-rgb,239,68,68),.7),0 0 30px #ffffff4d}.nav-a:after{background:#ffffff26}.nav-a:hover{color:#fff;text-shadow:0 0 8px #ffffffb3,0 0 15px #fff3}.seminar-event-card{text-align:left;align-items:flex-start}.seminar-event-details{text-align:left;width:100%}.seminar-event-details ul,.seminar-event-details p{text-align:left}.faq-section,.media-section{background-color:var(--navbar-bg)}.faq-section .section-title,.media-section .section-title,.media-section .section-subtitle,.media-section .media-subsection h3{color:var(--secondary-color)}.media-section .media-subsection h3 i{color:var(--orange-accent)}.faq-item{border:1px solid rgba(var(--blue-accent-rgb),.2);background-color:#23272f}.faq-question{border-bottom-color:rgba(var(--secondary-color),.1);background-color:#0000}.faq-item.active .faq-question{border-bottom-color:#0000}.faq-question:hover{background-color:rgba(var(--blue-accent-rgb),.1)}.faq-question h4{color:var(--secondary-color)}.faq-question .faq-icon{color:var(--blue-accent)}.faq-answer{color:#b0b8c4;background-color:#0000}.article-card{border:1px solid rgba(var(--blue-accent-rgb),.2);background-color:#23272f;box-shadow:0 4px 12px #00000040}.article-title{color:var(--secondary-color)}.article-meta{color:#8a94a2}.article-summary{color:#b0b8c4}.article-link-text{color:var(--blue-accent)}.article-card-link:hover .article-link-text{color:var(--pink-accent)}.article-image-fallback{background-color:#2c313a}.article-image-fallback i{color:#565f73}.gallery-tabs{border-bottom:2px solid rgba(var(--secondary-color),.2)}.gallery-tab-button{color:var(--secondary-color)}.gallery-tab-button.active,.gallery-tab-button:hover{color:var(--pink-accent);border-bottom-color:var(--pink-accent)}.gallery-item{box-shadow:0 3px 10px #00000040}.partner-item img{filter:brightness(1.5)grayscale(30%)opacity(.8);transition:filter .3s,transform .3s}.partner-item a:hover img{filter:brightness()grayscale(0%)opacity();transform:scale(1.1)}.partner-name-fallback{color:var(--secondary-color);border-color:var(--secondary-color)}.loading-message,.error-message,#blog-articles-container .articles-grid>p,#gallery-container .gallery-grid>p,#partners-sponsors-container .partners-grid>p{color:#a0a8b4;background-color:rgba(var(--secondary-color),.03)}.error-message{color:var(--hero-empower-color)}.competition-category{border:1px solid rgba(var(--blue-accent-rgb),.2);background-color:#23272f;box-shadow:0 5px 20px #00000040}.competition-category-details h3{color:var(--secondary-color)}.competition-category-details .description{color:#b0b8c4}.competition-category-details h4{color:var(--blue-accent)}.competition-category-details ul li{color:#b0b8c4}.seminar-event-card{border:1px solid rgba(var(--blue-accent-rgb),.2);background-color:#23272f;box-shadow:0 4px 20px #00000040}.seminar-event-details h3{color:var(--secondary-color)}.seminar-event-details .event-date{color:#8a94a2}.seminar-event-details p{color:#b0b8c4}.seminar-event-details h4{color:var(--blue-accent)}.seminar-event-details ul li{color:#b0b8c4}.registration-cta{border-top:1px solid rgba(var(--secondary-color),.1);background-color:#1f232c}.registration-cta .section-title{color:var(--secondary-color)}.registration-cta .section-subtitle{color:#b0b8c4}@media (width<=991.98px){.sdg-section .section-title{font-size:2.5rem}.sdg-container{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.sdg-item{z-index:1;clip-path:polygon(0 0,100% 0,100% calc(100% - 15px),calc(100% - 15px) 100%,0 100%);padding:1.5rem}.sdg-icon{width:60px;height:60px}.sdg-item h3{font-size:1.25rem}.deco-top-left{width:150px;top:-10px;left:-20px}.deco-bottom-right{width:180px;bottom:-20px;right:-30px}.sdg-star-deco{width:60px}.competition-hub-hero h1{font-size:2.5rem}.competition-hub-hero h1 span{padding:.4rem 1.8rem}.competition-hub-hero p{font-size:1.05rem}.competition-category{gap:1.5rem}.competition-category-details h3{font-size:1.8rem}.registration-content{flex-direction:column;gap:1.5rem}.registration-batches,.registration-form-area{min-width:100%;padding:1.25rem}.registration-batches h3,.registration-form-area h3{font-size:1.4rem}.registration-batches ul li{padding:.6rem .8rem;font-size:.95rem}.contact-direct-info,.contact-form-container{transform:rotate(0)translateY(0)}}@media (width<=575.98px){.competition-hub-hero{padding:2.5rem 1rem}.competition-hub-hero h1{font-size:1.75rem}.competition-hub-hero h1 span{padding:.25rem 1rem}.competition-hub-hero p{font-size:.875rem}.competition-category{margin-bottom:2rem;padding:1rem}.competition-category-details h3{font-size:1.4rem}.competition-category-details .description{font-size:.85rem}.competition-category-details h4{font-size:1.05rem}.competition-category-details ul li{padding-left:1.25rem;font-size:.8rem}.competition-category-details ul li:before{font-size:.75rem;top:2px}}@media (width<=1024px){.hero-title{font-size:3.6rem}.about-text h3{font-size:1.3rem}}@media (width<=767px){.section-padding{padding:4rem 1.5rem}.tagline,.section-subtitle,.about-text p,.sdg-item-body p{line-height:1.7}.hero-title{font-size:2.8rem;line-height:1.2}.countdown-timer{margin-top:1.5rem;margin-bottom:2rem;padding:.75rem 1rem}.countdown-timer>span{min-width:50px;padding:.4rem .5rem}.sdg-section .section-padding{padding:3rem 1rem}.sdg-section .section-title{font-size:2rem}.sdg-section .section-subtitle{margin-bottom:2.5rem}.sdg-container{grid-template-columns:1fr;gap:1.5rem}.sdg-item{clip-path:polygon(0 0,100% 0,100% calc(100% - 12px),calc(100% - 12px) 100%,0 100%);padding:1.5rem 1.25rem}.sdg-item-body p{font-size:.85rem}.sdg-item-deco-line{margin-top:1rem}.deco-top-left{display:none}.deco-bottom-right{opacity:.1;width:150px;bottom:-30px;right:-25px}.sdg-star-deco{opacity:.15;width:50px;bottom:10px}.lightbox-content img,.lightbox-content iframe{max-height:calc(80vh - 50px)}.lightbox-caption{font-size:.8rem}.lightbox-close{font-size:30px;top:10px;right:20px}.lightbox-prev,.l ightbox-next{padding:12px;font-size:18px}.about-content{text-align:left;flex-direction:row}.about-text{text-align:left}.about-illustration{text-align:right}.hero-right{text-align:left;align-items:flex-start}.hero-buttons{justify-content:flex-start}.quirky-title span{padding:.6rem 1.5rem;font-size:2rem;transform:rotate(-2deg)}.contact-info-form-container{flex-direction:column;gap:2rem}.contact-direct-info,.contact-form-container{min-width:100%;padding:1.5rem;transform:rotate(0)translateY(0)}.contact-map-container{padding:2rem 1rem}.contact-map-container h3,.contact-direct-info h3,.contact-form-container h3{font-size:1.4rem}.quirky-submit{width:100%}.hero-section{min-height:auto;padding:3rem 1rem}.countdown-timer{margin:1.5rem auto 1rem;padding:.75rem;font-size:1.2rem}.countdown-timer>span{min-width:55px;margin:0 .25rem;padding:.5rem .6rem}.countdown-timer span span{font-size:1.4rem}.countdown-timer span small{font-size:.6rem}.hero-content{text-align:center;flex-direction:column;gap:1.5rem}.hero-left img.portal-logo{max-width:40vh}.hero-right{align-items:center;margin-top:1rem}.hero-title{font-size:2.2rem}.tagline{margin-bottom:1.5rem;font-size:1rem}.hero-buttons{flex-direction:column;align-items:center;gap:.75rem;width:100%}.hero-button{width:80%;max-width:300px;padding:.75rem 1rem}.competition-hub-hero{margin-bottom:2rem;padding:3rem 1rem}.competition-hub-hero h1{font-size:2rem;line-height:1.3}.competition-hub-hero h1 span{padding:.3rem 1.2rem}.competition-hub-hero p{font-size:.95rem}.competition-category{gap:1.5rem;margin-bottom:2.5rem;padding:1.5rem;flex-direction:column!important}.competition-category-img{flex:auto;max-width:100%;margin-bottom:1.5rem}.competition-category-img img{object-fit:cover;max-height:300px}.competition-category-details{text-align:center;flex:auto}.competition-category-details h3{margin-bottom:.5rem;font-size:1.6rem}.competition-category-details .description{text-align:left;margin-bottom:1rem;font-size:.9rem}.competition-category-details h4{margin-top:1rem;margin-bottom:.5rem;font-size:1.15rem}.competition-category-details ul{text-align:left;padding-left:0;display:inline-block}.competition-category-details ul li{margin-bottom:.4rem;padding-left:1.5rem;font-size:.85rem}.competition-category-details ul li:before{top:3px}.example-link{font-size:.9rem}.about-content{flex-direction:column}.highlight-grid{grid-template-columns:1fr}.faq-container,.who-can-join-content{padding:0 1rem}.guest-star-card img{height:250px}.section-title{font-size:1.8rem}.cta-bottom-content h2{font-size:1.6rem}.inspire-framework-container{margin-top:2.5rem;padding:2rem 1rem}.framework-title{margin-bottom:2rem;font-size:1.6rem}.framework-item{gap:.8rem;padding:1rem}.framework-letter{width:55px;height:55px;font-size:2rem}.framework-meaning h4{font-size:1.05rem}.framework-meaning p{font-size:.85rem}.seminar-event-card{text-align:center;flex-direction:column;align-items:center}.seminar-event-icon{margin-bottom:1rem}.seminar-event-details ul{text-align:left;display:inline-block}}@media (width<=479px){.hero-title{font-size:1.8rem}.tagline{font-size:.9rem}.hero-button{padding:.7rem 1.2rem;font-size:.9rem}.media-section.section-padding{padding-left:1rem;padding-right:1rem}.media-subsection{padding-left:.75rem;padding-right:.75rem}.articles-grid{gap:1rem}.faq-question h4{font-size:1rem}.guest-star-card img{height:220px}.nav-container{z-index:1;padding:.75rem 1rem;position:relative}.logo img{height:25px}.mobile-menu-button{font-size:1.6rem}.nav-links{width:250px}.countdown-timer{max-width:95%;margin-top:1rem;padding:.5rem}.countdown-timer>span{min-width:45px;margin:.1rem .2rem;padding:.4rem;line-height:1.2}.countdown-timer span span{font-size:1.1rem}.countdown-timer span small{margin-top:2px;font-size:.55rem}}@media (width<=767px){.nav-container{padding:.75rem 1rem}.nav-links{background-color:var(--navbar-bg);z-index:1050;flex-direction:column;align-items:stretch;gap:0;width:280px;height:100vh;padding-top:50px;transition:transform .35s cubic-bezier(.23,1,.32,1);display:flex;position:fixed;top:0;left:0;overflow-y:auto;transform:translate(-100%);box-shadow:3px 0 15px #00000040}.nav-links.active{transform:translate(0)}.nav-links .nav-a{text-align:left;width:100%;padding:1rem 1.5rem;font-weight:500;transition:background-color .2s,color .2s;color:var(--navbar-text)!important}.nav-links .nav-a:before,.nav-links .nav-a:after{display:none}.nav-links .nav-a:hover:not(.nav-cta-button){background-color:rgba(var(--pink-accent-rgb),.15);color:#fff!important}.nav-links .nav-a.nav-cta-button{text-align:center;border-bottom:none;width:calc(100% - 3rem);margin:1rem 1.5rem;color:#fff!important}.nav-links .nav-a.nav-cta-button:hover{filter:brightness(1.15)}.nav-links.active .nav-item.dropdown.open>.nav-a.dropdown-toggle{background-color:rgba(var(--blue-accent-rgb),.1)}.nav-links.active{background-color:var(--navbar-bg);z-index:1050;flex-direction:column;align-items:stretch;gap:0;width:280px;height:100vh;padding-top:60px;transition:transform .35s cubic-bezier(.23,1,.32,1);display:flex;position:fixed;top:0;left:0;overflow-y:auto;transform:translate(0);box-shadow:3px 0 15px #00000040}.nav-links.active .nav-a{text-align:left;border-bottom:1px solid rgba(var(--secondary-color),.1);width:100%;padding:.9rem 2rem;font-size:1rem;font-weight:500;transition:background-color .2s,color .2s;color:var(--navbar-text)!important}.nav-links.active .nav-a:last-of-type{border-bottom:none}.nav-links.active .nav-a:hover:not(.nav-cta-button){background-color:rgba(var(--pink-accent-rgb),.15);color:#fff!important}.nav-links.active .nav-a.nav-cta-button{text-align:center;border-bottom:none;border-radius:50px;width:calc(100% - 4rem);max-width:220px;margin:2rem auto 1.5rem;padding:.9rem 1.5rem;color:#fff!important}.nav-links.active #lang-toggle{width:fit-content;margin:1.5rem auto 2rem;padding:.6rem 1.2rem;font-size:.9rem;display:block}.nav-links.active .nav-item.dropdown .dropdown-menu{box-shadow:none;background-color:rgba(var(--navbar-dropdown-bg-rgb,35,39,47),.5);border-top:1px solid rgba(var(--secondary-color),.1);border-radius:0;width:100%;padding-left:0;display:none}.nav-links.active .nav-item.dropdown.open .dropdown-menu{display:block}.nav-links.active .nav-item.dropdown.open .dropdown-menu .dropdown-item{white-space:nowrap;border-bottom:1px solid rgba(var(--secondary-color),.08);background-color:#0000;padding:.8rem 2.5rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:background-color .2s,color .2s;display:block;color:var(--navbar-text)!important}.nav-links.active .nav-item.dropdown.open .dropdown-menu .dropdown-item:last-child{border-bottom:none}.nav-links.active .nav-item.dropdown.open .dropdown-menu .dropdown-item:hover{background-color:rgba(var(--pink-accent-rgb),.25);color:#fff!important}.nav-links.active .nav-item.dropdown.open>.nav-a.dropdown-toggle{background-color:rgba(var(--blue-accent-rgb),.1);font-weight:600}.nav-links.active .dropdown-toggle .dropdown-icon{margin-left:auto;padding-left:10px;transition:transform .3s;display:inline-block}.nav-links.active .nav-item.dropdown.open>.nav-a.dropdown-toggle .dropdown-icon{transform:rotate(180deg)}.nav-links.active .nav-a.dropdown-toggle{justify-content:space-between;align-items:center;display:flex}.mobile-menu-button{color:var(--navbar-text);display:block}.mobile-menu-button:hover{color:#fff}footer{text-align:center;padding:3rem 1.5rem 1.5rem}.footer-top{flex-direction:column;align-items:center;gap:1.5rem;margin-bottom:1.5rem;padding-bottom:1.5rem}.footer-logo-area,.footer-quick-links,.footer-contact-social{text-align:center;flex-basis:100%;min-width:auto}.footer-quick-links h4:after,.footer-contact-social h4:after{left:50%;transform:translate(-50%)}.footer-quick-links a{text-align:center}.footer-contact-item,.footer-social-links{justify-content:center}.footer-bottom{flex-direction:column;gap:1.5rem}.footer-copyright{text-align:center;order:2}.back-to-top{order:1}.hero-content{text-align:center;flex-direction:column;gap:1.5rem}.hero-right{text-align:center;align-items:center}.hero-buttons{flex-direction:column;justify-content:center}.prize-value{font-size:2.4rem}.blog-page-title{text-align:center;font-size:2.8rem;line-height:1.2}.gallery-page-hero .section-title{margin-bottom:1rem;font-size:3rem;font-weight:700;line-height:1.2}}.wow-guest-deco{opacity:.1;z-index:0;pointer-events:none;filter:blur(1px);position:absolute}.wow-guest-deco.deco-left{width:200px;top:10%;left:-50px;transform:rotate(-25deg)}.wow-guest-deco.deco-star-top{opacity:.15;width:100px;top:5%;right:10%;transform:rotate(15deg)}.wow-guest-deco.deco-right{opacity:.08;width:220px;bottom:5%;right:-60px;transform:rotate(30deg)}@media (width<=991px){.wow-guest-stars-grid.single-guest{grid-template-columns:minmax(280px,500px)}.wow-guest-deco.deco-left{width:180px;top:5%;left:-30px}.wow-guest-deco.deco-star-top{width:80px;right:5%}.wow-guest-deco.deco-right{width:180px;bottom:2%;right:-40px}}@media (width<=767px){.competition-hub-hero{min-height:40vh;padding:3rem 1rem}.competition-hub-title{font-size:1.8rem;line-height:1.3}.competition-hub-title .title-main-word{letter-spacing:1px;font-size:2.4rem}.competition-hub-title .title-accent-char{letter-spacing:1px}.competition-hub-subtitle{font-size:.95rem}.competition-hub-hero .floating-cloud.cloud-1{width:100px;top:5%;left:2%}.competition-hub-hero .floating-cloud.cloud-2{width:80px;bottom:5%;right:5%}.competition-listing-section .section-title{font-size:1.8rem}.portal-card-comp{margin-bottom:2rem;flex-direction:column!important}.portal-card-comp .competition-category-img-wrapper{max-width:100%;height:220px}.portal-card-comp .competition-category-details{max-width:100%;padding:1.5rem 1.25rem}.card-header-comp h3{font-size:1.4rem}.card-header-comp .card-icon-comp{font-size:1.6rem}.competition-category-details .description{font-size:.85rem}.accordion-toggle{padding:.8rem 1rem;font-size:.9rem}.accordion-content ul li{padding:.25rem 0 .25rem 1rem;font-size:.8rem}.accordion-content ul li:before{top:.3rem}.comp-template-info{font-size:.75rem}.comp-action-button.portal-button{width:auto;max-width:90%;padding:.7rem 1.5rem;font-size:.9rem}.wow-guest-stars-grid.single-guest{grid-template-columns:minmax(260px,1fr);max-width:100%;padding-left:1rem;padding-right:1rem}.wow-guest-stars-grid.single-guest .wow-guest-star-card{max-width:400px;margin-left:auto;margin-right:auto}.wow-guest-deco.deco-left{opacity:.07;width:30px;left:-20px}.wow-guest-deco.deco-star-top{display:none}.wow-guest-deco.deco-right{opacity:.05;width:150px;right:-30px}.timeline-container{padding:2rem 1rem}.timeline-container:before{content:"";background-image:linear-gradient(to bottom,var(--blue-accent),var(--pink-accent),var(--yellow-accent));z-index:0;border-radius:3px;width:3px;position:absolute;top:0;bottom:0;left:20px}.timeline-entry{box-sizing:border-box;align-items:flex-start;gap:10px;width:100%;margin-bottom:1.5rem;padding-left:0;padding-right:0;display:flex;position:relative;left:0!important}.timeline-icon-dot{background-color:var(--navbar-bg);border:3px solid var(--yellow-accent);z-index:2;width:28px;height:28px;box-shadow:0 0 10px rgba(var(--yellow-accent-rgb),.5);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:1rem;margin-left:6.5px;transition:background-color .3s,transform .3s,border-color .3s;display:flex;position:static;top:auto;left:auto;right:auto;transform:none}.timeline-icon-dot i{color:var(--yellow-accent);font-size:.9rem;transition:color .3s}.timeline-entry:hover .timeline-icon-dot{border-color:var(--pink-accent);box-shadow:0 0 15px rgba(var(--pink-accent-rgb),.7);transform:scale(1.1)}.timeline-entry:hover .timeline-icon-dot i{color:var(--pink-accent)}.timeline-label{color:var(--secondary-color);box-shadow:0 5px 20px #0000004d,inset 0 0 0 1px rgba(var(--secondary-color-rgb),.05);border:1px solid rgba(var(--blue-accent-rgb),.15);text-align:left;background-color:#23272f;border-radius:12px;flex-grow:1;padding:1rem;transition:transform .3s,box-shadow .3s}.timeline-label:before{display:none}.timeline-entry:hover .timeline-label{box-shadow:0 8px 22px rgba(var(--pink-accent-rgb),.15),0 4px 12px #00000059;border-color:rgba(var(--pink-accent-rgb),.3);transform:translateY(-3px)}.timeline-date{color:var(--yellow-accent);margin-bottom:.5rem;font-size:.9rem;font-weight:700;display:block}.timeline-event{color:var(--secondary-color);font-size:.95rem;font-weight:500;line-height:1.5}.blog-page-hero,.gallery-page-hero{min-height:40vh;padding-top:4rem;padding-bottom:3rem}.blog-page-title,.gallery-page-main-title{font-size:2.2rem;line-height:1.2}.blog-page-subtitle,.gallery-page-main-subtitle{font-size:1rem}.blog-listing-section .section-title{margin-bottom:2rem;font-size:1.8rem}.gallery-tabs{gap:.5rem}.gallery-tab-button{padding:.6rem 1rem;font-size:.9rem}.gallery-grid.photos-all,.gallery-grid.videos-all{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.75rem}}.hero-section{position:relative;overflow:hidden}.geometric-edge-decorations{opacity:.7;pointer-events:none;z-index:2;width:100%;height:100%;position:absolute;top:0;left:0}.geo-shape.geo-top-edge-accent{object-fit:cover;object-position:center top;z-index:-1;width:100%;height:clamp(60px,10vh,100px);animation:15s ease-in-out infinite alternate subtleVerticalPulse;top:0;left:50%;transform:translate(-50%)}.geo-shape.geo-bottom-left-edge-accent{opacity:.8;transform-origin:0 100%;width:clamp(300px,60vw,900px);max-height:85vh;bottom:-20%;left:-30%}.geo-shape.geo-top-right-edge-accent{opacity:.8;transform-origin:100% 0;width:clamp(200px,35vw,500px);max-height:50%;top:-10%;right:-18%}.geo-shape.geo-top-left-edge-accent{transform-origin:0 0;width:clamp(180px,28vw,400px);max-height:45%;animation:32s ease-in-out -2s infinite alternate subtleLargeDrift;top:-10%;left:-10%}.geo-shape.geo-bottom-right-edge-accent{transform-origin:100% 100%;width:clamp(180px,28vw,400px);max-height:55%;animation:22s ease-in-out -5s infinite alternate subtleLargeDrift;bottom:-15%;right:-12%}@keyframes subtleVerticalPulse{0%{transform:translate(-50%)translateY(-3px)}50%{transform:translate(-50%)translateY(3px)}to{transform:translate(-50%)translateY(-3px)}}@keyframes subtleDriftEdge{0%{transform:translate(0)scale(1)}50%{transform:translate(5px,-5px)scale(1.02)}to{transform:translate(0)scale(1)}}.portal-background-effect{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.hero-content{z-index:2;position:relative}nav{z-index:1000;position:sticky;top:0}@media (width<=1024px){.geo-shape.geo-top-edge-strip{height:clamp(50px,8vh,90px)}.geo-shape.geo-top-left-edge-accent{width:clamp(150px,44vw,600px);top:-8%;left:-8%}.geo-shape.geo-bottom-left-edge-accent{width:clamp(250px,50vw,600px);bottom:-25%;left:-20%}.geo-shape.geo-top-right-edge-accent{width:clamp(180px,30vw,400px);display:none;top:-10%;right:-15%}}@media (width<=767px){.geo-shape.geo-top-edge-strip{height:clamp(40px,7vh,70px)}.geo-shape.geo-top-left-edge-accent{width:clamp(120px,25vw,250px);display:none;top:20%;left:-20%}.geo-shape.geo-bottom-left-edge-accent{width:clamp(200px,55vw,400px);display:none;bottom:-20%;left:-25%}.geo-shape.geo-top-right-edge-accent{opacity:.7;width:clamp(75px,15vw,280px);height:clamp(80px,20vh,150px);display:none;top:-10%;left:10%}.geo-shape.geo-bottom-right-edge-accent{transform-origin:100% 100%;width:clamp(180px,28vw,400px);max-height:55%;animation:22s ease-in-out -5s infinite alternate subtleDriftEdge;bottom:-15%;right:80%}}@media (width<=480px){.geo-shape.geo-top-edge-strip{height:clamp(30px,6vh,50px)}.geo-shape.geo-top-left-edge-accent{width:clamp(100px,30vw,200px);top:-2%;left:-2%}.geo-shape.geo-bottom-left-edge-accent{width:clamp(180px,70vw,300px);bottom:-10%;left:-30%}.geo-shape.geo-top-right-edge-accent{width:clamp(120px,40vw,220px);top:-5%;right:-20%}}.competition-hub-body{background-color:#0c0a1f;background-image:radial-gradient(ellipse at 70% 30%,rgba(var(--pink-accent-rgb),.25)0%,transparent 45%),radial-gradient(ellipse at 30% 70%,rgba(var(--blue-accent-rgb),.3)0%,transparent 45%),linear-gradient(160deg,#0c0a1f 30%,#1a1238 100%)}#competition-hub-main{overflow-x:hidden}.competition-hub-hero{color:var(--secondary-color);text-align:center;background:0 0;justify-content:center;align-items:center;min-height:50vh;padding:3rem 1rem;display:flex;position:relative;overflow:hidden}.hero-content-comp-hub{z-index:2;max-width:800px;position:relative}.competition-hub-title{color:var(--secondary-color);text-shadow:0 0 10px rgba(var(--pink-accent-rgb),.3),0 0 20px rgba(var(--blue-accent-rgb),.3);margin-bottom:1.5rem;font-size:clamp(2.5rem,6vw,3.5rem);font-weight:800;line-height:1.2}.competition-hub-subtitle{color:#c0c8d4;max-width:650px;margin:0 auto;font-size:clamp(1rem,2.5vw,1.15rem);font-style:italic;line-height:1.7}.competition-listing-container{padding:2rem 0 4rem;position:relative}.competition-background-geometry{z-index:0;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.competition-background-geometry img{opacity:.08;filter:blur(2px);position:absolute}.comp-deco-1{width:250px;top:5%;left:2%;transform:rotate(15deg)}.comp-deco-2{width:150px;bottom:10%;right:5%;transform:rotate(-20deg)}.comp-deco-3{opacity:.04;width:200px;top:50%;right:10%;transform:rotate(25deg)}.carousel-timer-section{text-align:center;z-index:5;margin-bottom:2.5rem;padding:0 1rem;position:relative}.timer-title{color:var(--secondary-color);text-transform:uppercase;letter-spacing:2px;text-shadow:0 0 8px rgba(var(--pink-accent-rgb),.4);margin-bottom:1rem;font-size:clamp(1.2rem,4vw,1.5rem);font-weight:700}#submission-countdown{backdrop-filter:blur(5px);border:1px solid rgba(var(--blue-accent-rgb),.5);background-color:#0c0a1fb3;border-radius:12px;flex-wrap:nowrap;justify-content:center;gap:clamp(.5rem,1.5vw,.75rem);max-width:450px;margin:0 auto;padding:clamp(.5rem,2vw,.75rem) clamp(.75rem,3vw,1rem);display:flex;box-shadow:0 8px 25px #0000004d}#submission-countdown>span{background-color:rgba(var(--pink-accent-rgb),.1);border:1px solid rgba(var(--pink-accent-rgb),.2);border-radius:8px;flex-direction:column;flex-grow:1;align-items:center;min-width:60px;padding:.5rem;display:flex}#submission-countdown span span{color:#fff;font-size:clamp(1.5rem,4vw,2rem);font-weight:700;line-height:1}#submission-countdown span small{text-transform:uppercase;color:#c0c8d4;margin-top:.25rem;font-size:clamp(.5rem,1.5vw,.6rem)}.competition-carousel-wrapper{justify-content:center;align-items:center;max-width:1200px;margin:0 auto;padding:0 clamp(.5rem,8vw,50px);display:flex;position:relative}.carousel-slides-container{width:100%;position:relative;overflow:hidden}.carousel-nav{background-color:rgba(var(--secondary-color),.1);border:1px solid rgba(var(--secondary-color),.2);color:var(--secondary-color);cursor:pointer;z-index:10;border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;font-size:1.2rem;transition:background-color .3s,transform .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.carousel-nav:hover{background-color:var(--pink-accent);transform:translateY(-50%)scale(1.1)}.carousel-nav.prev{left:0}.carousel-nav.next{right:0}.carousel-dots{gap:.75rem;display:flex;position:absolute;bottom:-35px;left:50%;transform:translate(-50%)}.carousel-dots .dot{background-color:rgba(var(--secondary-color-rgb,240,240,240),.5);cursor:pointer;border:none;border-radius:50%;width:12px;height:12px;transition:background-color .3s,transform .3s}.carousel-dots .dot.active{background-color:var(--pink-accent);transform:scale(1.2)}.comp-card{backdrop-filter:blur(15px);border:1px solid rgba(var(--blue-accent-rgb),.2);background:#0c0a1fb3;border-radius:20px;align-items:center;width:100%;max-width:1000px;min-height:900px;animation:.6s ease-in-out fadeIn;display:none;overflow:hidden}.comp-card.active{display:flex}@keyframes fadeIn{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}.comp-card.right{flex-direction:row-reverse}.comp-card-image{clip-path:polygon(0 0,100% 0,85% 100%,0% 100%);flex:0 0 45%;align-self:stretch}.comp-card.right .comp-card-image{clip-path:polygon(15% 0,100% 0,100% 100%,0% 100%)}.comp-card-image img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.comp-card:hover .comp-card-image img{transform:scale(1.05)}.comp-card-content{flex-direction:column;flex:55%;padding:2.5rem 3rem;display:flex}.comp-card.left .comp-card-content{padding-left:1.5rem}.comp-card.right .comp-card-content{padding-right:1.5rem}.description-wrapper{margin-bottom:1.5rem;position:relative}.comp-card-description{color:#c0c8d4;font-size:.95rem;line-height:1.7;transition:max-height .5s ease-out}.read-more-btn{background:linear-gradient(45deg,var(--blue-accent),var(--pink-accent));color:#fff;cursor:pointer;border:none;border-radius:20px;margin-top:1rem;padding:.4rem 1rem;font-weight:600;transition:background .3s;display:none}.read-more-btn:hover{background:linear-gradient(45deg,var(--pink-accent),var(--blue-accent))}.comp-card-title{margin-bottom:.75rem;font-size:clamp(1.8rem,4vw,2.5rem);font-weight:800;line-height:1.1}.comp-card.left .comp-card-title{color:var(--blue-accent)}.comp-card.right .comp-card-title{color:var(--pink-accent)}.comp-card:nth-of-type(3n) .comp-card-title{color:var(--orange-accent)}.comp-card-details{gap:2rem;margin-bottom:1.5rem;display:flex}.detail-group{flex:1}.detail-group h4{color:var(--yellow-accent);text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem;font-size:.9rem;font-weight:600}.sub-theme-list,.criteria-list-kapow{padding:0;font-size:.9rem;list-style:none}.sub-theme-list li,.criteria-list-kapow li{color:#c0c8d4}.sub-theme-list li{align-items:center;gap:.5rem;padding:.3rem 0;display:flex}.sub-theme-list i{color:rgba(var(--yellow-accent-rgb),.7)}.criteria-list-kapow li{border-bottom:1px solid rgba(var(--secondary-color),.1);justify-content:space-between;padding:.4rem 0;display:flex}.criteria-list-kapow li:last-child{border:none}.criteria-list-kapow .value{color:var(--pink-accent);font-weight:700}.comp-prize-pool{background:linear-gradient(45deg,rgba(var(--yellow-accent-rgb),.1),rgba(var(--orange-accent-rgb),.1));text-align:center;border:1px solid rgba(var(--yellow-accent-rgb),.2);border-radius:12px;margin:.5rem 0 1.5rem;padding:1rem 1.25rem;box-shadow:inset 0 0 10px #0003}.prize-pool-label{color:var(--secondary-color);text-transform:uppercase;letter-spacing:1px;opacity:.7;margin-bottom:.5rem;font-size:.8rem;font-weight:600;display:block}.prize-pool-amount{color:var(--yellow-accent);text-shadow:0 0 10px rgba(var(--yellow-accent-rgb),.5);font-family:Montserrat,sans-serif;font-size:2rem;font-weight:800}.info-item .accent-icon.green{background-color:var(--green-accent)}.info-item .accent-icon.blue{background-color:var(--blue-accent)}.info-item .accent-icon.purple{background-color:var(--purple-accent)}.comp-card-actions{flex-wrap:wrap;align-items:flex-start;gap:1rem;margin-top:auto;display:flex}.portal-button.contact-button-kapow,.portal-button.register-button-kapow{border:1px solid #0000;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:.5rem;min-width:150px;padding:.8rem 1rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.contact-button-kapow{color:#25d366;background-color:#0000;border-color:#25d366}.contact-button-kapow:hover{color:#fff;background-color:#25d366;transform:translateY(-2px)}.register-button-kapow{background:var(--pink-accent);color:#fff;border-color:var(--pink-accent)}.register-button-kapow:hover{background:var(--orange-accent);border-color:var(--orange-accent);box-shadow:0 5px 15px rgba(var(--orange-accent-rgb),.3);transform:translateY(-2px)}.portal-button.contact-button-whatsapp{background:0 0;border:1px solid #25d366;color:#25d366!important}.portal-button.contact-button-whatsapp:hover{background:#25d366;border-color:#25d366;color:#fff!important}.portal-button.register-button-kapow{background:var(--pink-accent);border-color:var(--pink-accent);color:#fff!important}.portal-button.register-button-kapow:hover{background:var(--orange-accent);border-color:var(--orange-accent);box-shadow:0 5px 15px rgba(var(--orange-accent-rgb),.3)}.comp-card-actions{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:auto;display:flex}.comp-card-actions .portal-button{border-radius:8px;flex:1;max-width:220px;font-weight:700}.sponsorship-cta-section{border-top:1px solid rgba(var(--secondary-color),.1);background-color:#1f232c}.sponsorship-cta-section .section-title{color:var(--secondary-color)}.sponsorship-cta-section .section-subtitle{color:#b0b8c4}.sponsorship-cta-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2.5rem;display:grid}.sponsorship-card{border:1px solid rgba(var(--blue-accent-rgb),.2);text-align:center;background:#23272f;border-radius:16px;flex-direction:column;align-items:center;gap:1.25rem;padding:2.5rem 2rem;transition:transform .3s,box-shadow .3s;display:flex}.sponsorship-card:hover{box-shadow:0 10px 30px rgba(var(--pink-accent-rgb),.15);transform:translateY(-8px)}.card-icon-sponsor{color:var(--yellow-accent);margin-bottom:.5rem;font-size:2.8rem}.sponsorship-card h3{color:var(--secondary-color);font-size:1.5rem;font-weight:700}.sponsorship-card p{color:#b0b8c4;flex-grow:1;font-size:.95rem;line-height:1.6}.sponsorship-card .portal-button{justify-content:center;align-items:center;gap:.75rem;width:100%;max-width:280px;padding:.8rem 1rem;font-weight:600;text-decoration:none;display:flex}.sponsorship-card .sponsor-button{background:linear-gradient(45deg,var(--orange-accent),var(--yellow-accent))}.sponsorship-card .sponsor-button:hover{background:linear-gradient(45deg,var(--yellow-accent),var(--orange-accent))}.sponsorship-card .contact-button-wa{color:#25d366;background:0 0;border:1px solid #25d366}.sponsorship-card .contact-button-wa:hover{color:#fff;background:#25d366}.sponsorship-section{background-color:var(--navbar-bg);text-align:center;background-blend-mode:saturation;background-size:400px;animation:50s linear infinite pan-background;position:relative;overflow:hidden}.sponsorship-section .section-title{color:var(--secondary-color);text-shadow:0 0 10px rgba(var(--yellow-accent-rgb),.4)}.sponsorship-section .section-subtitle{color:#c0c8d4;max-width:800px;margin-bottom:3rem;margin-left:auto;margin-right:auto}.sponsorship-opportunities{flex-direction:column;gap:2rem;display:flex}.opportunity-card{border:1px solid rgba(var(--blue-accent-rgb),.2);text-align:center;background:#23272f;border-radius:16px;flex-direction:column;align-items:center;gap:1rem;padding:2rem;transition:transform .3s,box-shadow .3s;display:flex}.opportunity-card:hover{box-shadow:0 10px 30px rgba(var(--pink-accent-rgb),.15);transform:translateY(-8px)}.card-icon-sponsor{color:var(--yellow-accent);font-size:2.5rem}.opportunity-card h4{color:var(--secondary-color);font-size:1.4rem;font-weight:700}.opportunity-card p{color:#b0b8c4;flex-grow:1;font-size:.9rem;line-height:1.6}.opportunity-card .portal-button{justify-content:center;align-items:center;gap:.75rem;width:100%;max-width:250px;padding:.75rem 1rem;font-weight:600;text-decoration:none;display:flex}.sponsorship-proposal-visual{text-align:center;margin-bottom:3.5rem}.sponsorship-proposal-visual h3{color:var(--secondary-color);text-align:center;margin-bottom:1.5rem;font-size:1.5rem;font-weight:600}.sponsorship-opportunities{flex-direction:column;align-items:center;gap:2rem;width:100%;max-width:650px;margin:0 auto;display:flex}.opportunity-card{width:100%}@media (width<=991px){.sponsorship-content-grid{grid-template-columns:1fr;gap:2.5rem}.sponsorship-proposal-visual,.sponsorship-opportunities,.opportunity-card{text-align:center}}#partners-container h3{color:var(--secondary-color)}.partners-scroller{width:100%;max-width:900px;margin:0 auto;overflow:hidden;mask:linear-gradient(90deg,#0000,#fff 20% 80%,#0000)}.partners-list{flex-wrap:nowrap;gap:4rem;padding:1rem 0;list-style:none;animation:30s linear infinite scroll;display:inline-flex}.partners-scroller[data-direction=right]{animation-direction:reverse}.partners-scroller[data-speed=fast]{animation-duration:20s}.partners-scroller:hover .partners-list{animation-play-state:paused}.partner-logo-item{justify-content:center;align-items:center;height:70px;display:flex}.partner-logo-item img{object-fit:contain;filter:none;opacity:.85;max-width:160px;max-height:60px;transition:opacity .3s,transform .3s}.partner-logo-item img:hover{opacity:1;transform:scale(1.1)}@keyframes scroll{to{transform:translate(calc(-50% - 2rem))}}@media (width<=767px){.partners-list{gap:3rem;animation-duration:25s}.partner-logo-item img{max-height:50px}}@media (width<=991px){.competition-carousel-wrapper{margin-top:60px;padding:0 1rem}.carousel-nav{display:none}.carousel-dots{top:-45px;bottom:auto}.comp-card{flex-direction:column!important}.comp-card-image{border-radius:20px 20px 0 0;flex-basis:300px;width:100%;clip-path:none!important}.comp-card-content{padding:2rem!important}.comp-card-details{flex-direction:column;gap:1.5rem}.description-wrapper{position:relative}.expandable-content{max-height:110px;transition:max-height .5s ease-out;position:relative;overflow:hidden}.expandable-content.expanded{max-height:1500px}.expandable-content:not(.expanded):after{content:"";pointer-events:none;background:linear-gradient(#0000,#151820 95%);width:100%;height:50px;position:absolute;bottom:0;left:0}.comp-card-description{max-height:none;margin-bottom:1.5rem;overflow:visible}.comp-card-description:not(.expanded):after{display:none}.read-more-btn{margin-top:1rem;display:inline-block}}@media (width<=767px){.comp-card-image{flex-basis:250px}.comp-card-content{padding:2rem 1.5rem!important}.comp-card-title{text-align:center}.comp-card-actions{grid-template-columns:1fr 1fr;justify-content:center;gap:.75rem;margin-top:auto;display:grid}.criteria-list-kapow{text-align:center;border-bottom:none;grid-template-columns:1fr 1fr;gap:.5rem 1rem;display:grid}.criteria-list-kapow li{border-bottom:1px solid rgba(var(--secondary-color),.1);flex-direction:column;align-items:center;gap:.25rem;padding-bottom:.5rem}.criteria-list-kapow li:nth-last-child(-n+2){border-bottom:none}.criteria-list-kapow li:last-child:nth-child(odd){grid-column:span 2}.comp-card-actions{grid-template-columns:1fr 1fr;display:grid}}@media (width<=480px){.comp-card-details{text-align:center}.criteria-list-kapow li{flex-direction:column;align-items:center;gap:.25rem}}.portal-background-effect{background-image:radial-gradient(circle,rgba(var(--blue-accent-rgb),.1)10%,transparent 11%),radial-gradient(circle,rgba(var(--blue-accent-rgb),.08)20%,transparent 21%),radial-gradient(circle,rgba(var(--blue-accent-rgb),.05)30%,transparent 31%);z-index:0;border-radius:50%;width:120vmax;height:120vmax;animation:15s linear infinite pulsePortalEffect;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(.8)}*{scrollbar-width:thin;scrollbar-color:var(--pink-accent)var(--navbar-bg)}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background:var(--navbar-bg);border-left:1px solid rgba(var(--secondary-color),.1)}::-webkit-scrollbar-thumb{background:linear-gradient(to bottom,var(--pink-accent),var(--blue-accent),var(--yellow-accent));border:2px solid var(--navbar-bg);border-radius:20px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(to top,var(--pink-accent),var(--blue-accent),var(--yellow-accent))}.registration-batches{flex-direction:column;justify-content:center;align-items:center;padding:2rem;display:flex}.registration-batches .batch-list{width:100%;max-width:400px}.competition-reg-links-wrapper{border:1px solid rgba(var(--blue-accent-rgb),.2);background:#23272f;border-radius:16px;flex-direction:column;height:100%;padding:2.5rem 2rem;display:flex}.reg-card-title{color:var(--secondary-color);text-align:center;margin-bottom:2rem;font-size:1.9rem;font-weight:700;display:block}.batch-status.status-open{color:#fff;background:linear-gradient(45deg,#10b981,#34d399);border:none;box-shadow:0 2px 8px #10b9814d}.batch-status.status-close{color:#fff;background:linear-gradient(45deg,#b91010,#d33434);border:none;box-shadow:0 2px 8px #b910104d}.reg-process-info{color:#a0aec0;text-align:center;max-width:400px;margin-top:2rem;font-size:.9rem;line-height:1.6}.registration-batches .guidebook-button{margin-top:2.5rem}.competition-reg-links{flex-direction:column;gap:1.5rem;width:100%;display:flex}.reg-link-card{background-color:rgba(var(--navbar-bg-rgb,26,29,36),.6);border:1px solid #0000;border-radius:12px;align-items:center;gap:1.5rem;padding:1.25rem;text-decoration:none;transition:transform .3s,background-color .3s,border-color .3s;display:flex}.reg-link-card:hover{background-color:rgba(var(--pink-accent-rgb),.1);border-color:rgba(var(--pink-accent-rgb),.5);transform:translate(8px)}.reg-card-icon{color:var(--pink-accent);background-color:rgba(var(--pink-accent-rgb),.15);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;font-size:2.2rem;display:flex}.reg-card-text{flex-grow:1}.reg-card-text h4{color:var(--secondary-color);margin:0 0 .25rem;font-size:1.2rem;font-weight:700}.reg-card-text p{color:#b0b8c4;margin:0;font-size:.85rem;transition:font-size .3s}.reg-card-arrow{color:#a0aec0;font-size:1.5rem;transition:transform .3s,color .3s}.reg-link-card:hover .reg-card-arrow{color:var(--pink-accent);transform:scale(1.2)}@media (width<=767px){.reg-card-title{font-size:1.6rem}.reg-process-info{margin-top:1.5rem;font-size:.85rem}.reg-link-card{gap:1rem;padding:1rem}.reg-card-icon{width:50px;height:50px;font-size:1.8rem}.reg-card-text h4{font-size:1.1rem}.reg-card-text p{font-size:.75rem;line-height:1.3}}@media (width<=480px){.reg-card-text h4{font-size:1rem}.reg-card-text p{display:none}.reg-link-card{text-align:left}.reg-card-arrow{font-size:1.2rem}}#nara-tribute-overlay{-webkit-backdrop-filter:blur(8px);z-index:9999;opacity:0;background-color:#0c0a1fd9;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .5s;display:none;position:fixed;top:0;left:0}.tribute-modal{color:#ecf0f1;text-align:center;background:#1a1d24;border:1px solid #fbbf244d;border-radius:16px;width:90%;max-width:450px;padding:2.5rem 2rem;transition:transform .4s cubic-bezier(.175,.885,.32,1.275);position:relative;transform:scale(.9);box-shadow:0 0 30px #fbbf2433}.tribute-icon-wrapper{filter:drop-shadow(0 0 15px #f1c40fb3);margin-bottom:1.5rem}.tribute-sunflower{width:80px;height:80px;animation:25s linear infinite slow-spin}@keyframes slow-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.tribute-modal h2{color:#f1c40f;margin-bottom:.75rem;font-size:1.5rem;font-weight:700}.tribute-modal .tribute-role{color:#bdc3c7;margin-bottom:.25rem;font-size:1rem;line-height:1.6}.tribute-modal .tribute-identity{color:#95a5a6;margin-bottom:1.5rem;font-size:.9rem;font-weight:600}.tribute-modal .tribute-message{color:#ecf0f1;font-size:1rem;font-style:italic}.close-tribute{color:#7f8c8d;cursor:pointer;font-size:2rem;transition:color .3s,transform .3s;position:absolute;top:10px;right:20px}.close-tribute:hover{color:#f1c40f;transform:scale(1.1)}.sponsorship-proposal-section{background-color:var(--navbar-bg);text-align:center;background-blend-mode:saturation;background-image:linear-gradient(#0c0a1fe6,#0c0a1fe6),url(Asset_18@4x.b95ac4da.png);background-size:400px;animation:50s linear infinite pan-background;position:relative;overflow:hidden}@keyframes pan-background{0%{background-position:0 0}to{background-position:100% 100%}}.sponsorship-proposal-section .section-title{color:var(--secondary-color);text-shadow:0 0 10px rgba(var(--yellow-accent-rgb),.4)}.sponsorship-proposal-section .section-subtitle{color:#c0c8d4;max-width:650px;margin-left:auto;margin-right:auto}.proposal-button-wrapper{margin-top:2rem;display:inline-block;position:relative}.proposal-image-button{border:2px solid rgba(var(--yellow-accent-rgb),.5);border-radius:12px;max-width:400px;margin:0 auto;transition:transform .3s cubic-bezier(.175,.885,.32,1.275),box-shadow .3s;animation:4s ease-in-out infinite float-animation;display:block;position:relative;overflow:hidden;box-shadow:0 10px 30px #00000080}@keyframes float-animation{0%{transform:translateY(0)}50%{transform:translateY(-12px)}to{transform:translateY(0)}}.proposal-image-button:hover{box-shadow:0 15px 40px rgba(var(--yellow-accent-rgb),.3);animation-play-state:paused;transform:scale(1.05)!important}.proposal-image-button img{width:100%;height:auto;display:block}.proposal-button-overlay{color:#fff;opacity:0;pointer-events:none;background-color:#000000b3;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .3s;display:flex;position:absolute;top:0;left:0}.proposal-overlay-text{align-items:center;gap:.75rem;font-size:1.25rem;font-weight:600;display:flex}.proposal-overlay-text i{font-size:.9em}.proposal-image-button:hover .proposal-button-overlay{opacity:1}@media (width<=767px){.proposal-image-button{max-width:320px}.proposal-overlay-text{font-size:1rem}}.gallery-page-hero{background-image:linear-gradient(160deg,rgba(var(--blue-accent-rgb),.1),transparent 50%),radial-gradient(ellipse at 70% 30%,rgba(var(--pink-accent-rgb),.2)0%,transparent 40%),radial-gradient(ellipse at 30% 70%,rgba(var(--blue-accent-rgb),.25)0%,transparent 40%),linear-gradient(160deg,#0c0a1f 40%,#1a1238 100%)}.gallery-grid{gap:1.25rem}.gallery-item{aspect-ratio:1;cursor:pointer;background-color:#23272f;border-radius:12px;position:relative;overflow:hidden;box-shadow:0 5px 15px #0003}.gallery-item img{object-fit:cover;width:100%;height:100%;transition:transform .4s cubic-bezier(.25,.46,.45,.94),filter .4s;display:block}.gallery-item:hover img{filter:brightness(.7);transform:scale(1.1)}.gallery-item-overlay{color:#fff;text-align:center;opacity:0;pointer-events:none;background:linear-gradient(#0000 0%,#000c 100%);flex-direction:column;justify-content:flex-end;align-items:center;padding:1.5rem 1rem 1rem;font-size:.9rem;font-weight:600;transition:opacity .35s,transform .35s;display:flex;position:absolute;bottom:0;left:0;right:0;transform:translateY(20px)}.gallery-item:hover .gallery-item-overlay{opacity:1;transform:translateY(0)}.gallery-item-overlay i{text-shadow:0 2px 5px #00000080;margin-bottom:.5rem;font-size:2.2rem}.page-header{text-align:center;background-color:var(--section-bg-light);border-bottom:1px solid #e5e7eb;padding:4rem 1rem 3rem}.page-header h1{color:var(--primary-color);margin-bottom:.5rem;font-size:2.5rem}.page-header p{color:#6b7280;max-width:650px;margin:0 auto;font-size:1.1rem}.content-container{max-width:800px;margin:2.5rem auto 4rem;padding:0 1rem}.content-article h2{color:var(--primary-color);border-bottom:2px solid var(--blue-accent);margin-top:2.5rem;margin-bottom:1.5rem;padding-bottom:.5rem;font-size:1.8rem}.content-article h3{color:var(--primary-color);margin-top:2rem;margin-bottom:1rem;font-size:1.4rem}.content-article p,.content-article li{color:#374151;margin-bottom:.75rem;line-height:1.7}.content-article ul,.content-article ol{padding-left:25px}.badge-required{background-color:var(--pink-accent);color:#fff;border-radius:12px;margin-left:8px;padding:3px 10px;font-size:.8em;font-weight:600;display:inline-block}.info-box{border-left:5px solid var(--blue-accent);background-color:#e0f2fe;border-radius:0 8px 8px 0;margin:1.5rem 0;padding:1.25rem}.info-box p{color:#075985;margin:0;font-weight:500}.content-article strong{color:var(--primary-color)}.hero-section{color:var(--secondary-color);text-align:center;background-color:#0c0a1f;justify-content:center;align-items:center;min-height:100vh;padding:4rem 2rem 6rem;display:flex;position:relative;overflow:hidden}.hero-carousel-container{z-index:0;opacity:.75;width:100%;height:100%;position:absolute;top:0;left:0}.hero-carousel-slide{opacity:0;background-position:50%;background-size:cover;width:100%;height:100%;transition:opacity 1.5s ease-in-out;animation:20s ease-in-out infinite alternate kenburns-effect;position:absolute;top:0;left:0}.hero-carousel-slide.active{opacity:1}@keyframes kenburns-effect{0%{transform:scale(1.15)translate(-2%,2%)}to{transform:scale(1)translate(0)}}.hero-overlay{z-index:2;background:#0c0a1f70;width:100%;height:100%;position:absolute;top:0;left:0}.portal-background-effect{z-index:1}.floating-clouds-container{z-index:2;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.floating-cloud.cloud-1{opacity:.4}.floating-cloud.cloud-2{opacity:.3}.floating-cloud.cloud-3{opacity:.45}.floating-cloud.cloud-4{opacity:.35}.floating-cloud.cloud-5{opacity:.25}.geometric-edge-decorations{z-index:2}.geo-shape{opacity:.1;will-change:transform;object-fit:contain;position:absolute}.hero-content{z-index:3}
/*# sourceMappingURL=404.d883f438.css.map */
