@import url(https://fonts.googleapis.com/css2?family=Orbitron:wght@500;700;800&family=Inter:wght@300;400;500;600;700;800&display=swap);@import url(https://fonts.googleapis.com/css2?family=Sora:wght@400;600;700;800&display=swap);@import url(https://fonts.googleapis.com/css2?family=Orbitron:wght@500;700;800&family=Inter:wght@300;400;500;600;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Orbitron:wght@500;700;800&family=Plus+Jakarta+Sans:wght@300;400;500;600;700&display=swap);.navbar{animation:slideDown .5s ease-out;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #33415580;font-family:Verdana,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;position:sticky;top:0;z-index:1000}@keyframes slideDown{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}.nav-container{gap:24px;height:70px;justify-content:space-between;margin:0 auto;max-width:80rem;padding:0 24px}.nav-container,.nav-logo{align-items:center;display:flex}.nav-logo{color:#fff;color:var(--text-white);cursor:pointer;flex-shrink:0;font-size:18px;font-weight:700;gap:8px;text-decoration:none;transition:opacity .3s ease;white-space:nowrap}.nav-logo:hover{opacity:.8}.nav-logo-box{align-items:center;background:#0000;border-radius:50%;color:#fff;color:var(--text-white);display:flex;flex-shrink:0;font-size:18px;font-weight:700;height:40px;justify-content:center;overflow:hidden;transition:all .3s ease;width:40px}.nav-logo-box:hover{border-radius:50%;box-shadow:0 0 15px #9806e04d;transform:scale(1.1)}.nav-logo-text{background:linear-gradient(135deg,#fff,#cbd5e1);background:linear-gradient(135deg,var(--text-white) 0,var(--slate-300) 100%);-webkit-background-clip:text;background-clip:text;font-weight:700;letter-spacing:.5px}.nav-links-wrapper{display:flex;flex:1 1;justify-content:center}.nav-links{align-items:center;display:flex;gap:0;list-style:none;margin:0;padding:0}.nav-links.mobile{flex-direction:column;gap:0;padding:12px 0;width:100%}.nav-link{align-items:center;background:none;border:none;color:#cbd5e1;color:var(--slate-300);cursor:pointer;display:flex;font-size:13px;font-weight:500;gap:8px;padding:12px 16px;position:relative;text-decoration:none;transition:all .3s ease;white-space:nowrap}.nav-link:hover{color:#fff;color:var(--text-white);transform:translateY(-2px)}.nav-link.active,.nav-link:hover{border-bottom-color:#a855f7;border-bottom-color:var(--primary)}.nav-link.active{color:#a855f7;color:var(--primary);font-weight:600}.nav-link svg{transition:all .3s ease}.nav-link:hover svg{transform:scale(1.2)}.nav-links.mobile .nav-link{border-bottom:1px solid #3341554d;border-radius:0;justify-content:flex-start;padding:14px 24px;width:100%}.nav-links.mobile .nav-link:hover{background:#a855f71a;border-bottom:none}.nav-actions-desktop{align-items:center;display:flex;flex-shrink:0;gap:12px}.btn{border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:600;padding:10px 20px;transition:all .3s ease;white-space:nowrap}.btn-primary{background:linear-gradient(90deg,#a855f7,#3b82f6);background:linear-gradient(to right,var(--primary),var(--secondary));box-shadow:0 10px 20px -5px #a855f74d;color:#fff;color:var(--text-white)}.btn-primary:hover{box-shadow:0 15px 30px -5px #a855f766;transform:translateY(-2px)}.btn-primary:active{transform:translateY(0)}.join-us-btn{background:linear-gradient(135deg,#8b5cf6,#ec4899);border:none;border-radius:12px;box-shadow:0 4px 15px #8b5cf659;color:#fff;cursor:pointer;font-weight:600;overflow:hidden;padding:10px 18px;position:relative;transition:all .3s ease}.join-us-btn:before{animation:flowLight 3s infinite;background:linear-gradient(90deg,#0000,#fff6,#0000);content:"";height:200%;left:-120%;position:absolute;top:-50%;transform:rotate(25deg);width:60%}.join-us-btn:hover{box-shadow:0 8px 25px #ec489973;transform:translateY(-3px)}.join-us-btn:active{transform:translateY(0)}.join-us-btn.disabled{cursor:not-allowed;opacity:.5}.join-us-btn.disabled:before{display:none}@keyframes flowLight{0%{left:-120%}to{left:150%}}.mobile-menu-btn{background:none;border:none;border-radius:6px;color:#fff;color:var(--text-white);cursor:pointer;display:none;flex-shrink:0;padding:8px;transition:all .3s ease}.mobile-menu-btn:hover{background:#a855f71a}.mobile-menu{animation:slideDown .3s ease-out;background:#0f172ae6;display:none}.mobile-actions,.mobile-menu{border-top:1px solid #3341554d;flex-direction:column}.mobile-actions{display:flex;gap:8px;padding:12px 24px 20px}.mobile-actions .btn{padding:12px 16px;width:100%}@media (max-width:1024px){.nav-container{height:64px;padding:0 16px}.nav-logo-box{height:36px;width:36px}.nav-logo,.nav-logo-box{font-size:16px}.nav-link{font-size:12px;padding:10px 12px}.btn{font-size:13px;padding:9px 16px}}@media (max-width:768px){.nav-container{height:60px;padding:0 12px}.nav-logo{font-size:15px}.nav-logo-box{font-size:14px;height:32px;width:32px}.nav-actions-desktop,.nav-links-wrapper{display:none}.mobile-menu-btn{align-items:center;display:flex;justify-content:center}.mobile-menu{background:#030712f2;border-bottom:1px solid #33415580;left:0;max-height:calc(100vh - 60px);overflow-y:auto;position:absolute;right:0;top:60px}}@media (max-width:480px){.nav-container{padding:0 12px}.nav-logo{font-size:14px}.nav-logo-box{height:32px;width:32px}.nav-logo-text{display:none}.nav-link{font-size:14px;padding:12px 20px}.nav-link span{margin-left:8px}.mobile-actions{flex-direction:column;gap:10px}.mobile-actions .btn{font-size:13px;padding:11px 14px}}.footer{background:#030712f2;border-top:1px solid #33415566;font-family:Verdana;overflow:hidden;position:relative}.footer-glow{background:radial-gradient(ellipse,#a855f714,#0000 70%);height:160px;left:50%;pointer-events:none;position:absolute;top:-80px;transform:translateX(-50%);width:600px}.footer-container{margin:0 auto;max-width:80rem;padding:56px 24px 0}.footer-grid{grid-gap:40px;border-bottom:1px solid #3341554d;display:grid;gap:40px;grid-template-columns:3fr 2fr 2fr 3fr;padding-bottom:30px}.footer-brand{display:flex;flex-direction:column;gap:16px;max-width:320px}.footer-logo{align-items:center;display:flex;gap:10px}.footer-logo-img{border-radius:50%;height:44px;object-fit:cover;width:44px}.footer-logo-name{color:var(--text-white);font-size:14px;font-weight:700;margin:0}.footer-tagline{color:var(--slate-400);font-size:13px;line-height:1.6}.footer-col{display:flex;flex-direction:column;gap:6px}.footer-col-title{border-bottom:1px solid #33415566;color:var(--text-white);font-size:12px;font-weight:700;letter-spacing:1px;padding-bottom:10px;text-transform:uppercase}.footer-socials{display:flex;flex-direction:column;gap:10px}.footer-social-btn{align-items:center;display:inline-flex;gap:8px;padding:8px 12px;text-decoration:none;transition:all .25s ease}.footer-links,.footer-social-btn{color:var(--slate-400);font-size:13px}.footer-links{display:flex;flex-direction:column;gap:3px;list-style:none;margin:0;padding:0;transition:all .2s ease}.footer-links:before{background:var(--primary);content:"";height:1px;transition:width .2s ease;width:0}.footer-location-item{display:flex;gap:2px}.footer-location-icon{color:var(--primary);margin-top:5px}.footer-location-city{color:var(--slate-200);display:block;font-size:13px;font-weight:600;margin-bottom:10px;margin-top:5px}.footer-location-address{display:block;margin-top:2px}.footer-location-address,.footer-location-details{color:var(--slate-400);font-size:11px;line-height:1.5}.footer-location-details{display:flex;flex-direction:column;margin-top:6px}.footer-location-detail-item{color:var(--slate-400);font-size:13px;line-height:2}.footer-bottom{align-items:center;display:flex;justify-content:center;padding:13px 0}.footer-bottom p{color:var(--slate-400);font-size:12px;margin:0;text-align:center}@media (max-width:1024px){.footer-grid{gap:32px;grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1;max-width:100%}}@media (max-width:768px){.footer-container{padding:40px 16px 0}.footer-grid{gap:28px;grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:10px;text-align:center}}body{background:var(--bg-main);font-family:Plus Jakarta Sans,sans-serif}.container-hm{margin:auto;max-width:1380px;padding:0 24px;width:100%}.hero-hm{align-items:center;background:#05010d;display:flex;justify-content:center;min-height:100vh;overflow:hidden;position:relative}.homepage{animation:pageReveal 1s cubic-bezier(.22,1,.36,1)}@keyframes pageReveal{0%{filter:blur(8px);opacity:0;transform:translateY(24px)}to{filter:blur(0);opacity:1;transform:translateY(0)}}.reveal{will-change:transform,opacity}.slider-track>.reveal:first-child{transition-delay:.05s}.slider-track>.reveal:nth-child(2){transition-delay:.15s}.slider-track>.reveal:nth-child(3){transition-delay:.25s}.slider-track>.reveal:nth-child(4){transition-delay:.35s}.slider-track>.reveal:nth-child(5){transition-delay:.45s}.slider-track>.reveal:nth-child(6){transition-delay:.55s}.homepage-loader.exit .hm-loader-ring{opacity:0;transform:scale(.6) rotate(180deg);transition:all .8s cubic-bezier(.22,1,.36,1)}.homepage-loader{align-items:center;background:#05010d;display:flex;filter:blur(0);inset:0;justify-content:center;opacity:1;position:fixed;transform:scale(1);transition:opacity .7s ease,transform .8s cubic-bezier(.22,1,.36,1),filter .8s ease;z-index:999999}.homepage-loader.exit{filter:blur(16px);opacity:0;pointer-events:none;transform:scale(1.08)}.loader-bg-grid{background-image:linear-gradient(#ffffff05 1px,#0000 0),linear-gradient(90deg,#ffffff05 1px,#0000 0);background-size:42px 42px;inset:0;position:absolute}.loader-glow{border-radius:50%;filter:blur(140px);position:absolute}.loader-glow-1{background:#9333ea2e;height:400px;left:10%;top:10%;width:400px}.loader-glow-2{background:#ff174424;bottom:10%;height:400px;right:10%;width:400px}.homepage-loader-content{position:relative;text-align:center;z-index:2}.hm-loader-ring{animation:rotateRing 1.2s linear infinite;background:conic-gradient(#9333ea,#ff1744,#60a5fa,#9333ea);border-radius:50%;height:140px;margin:auto;padding:7px;width:140px}.hm-loader-core{align-items:center;background:#05010d;border-radius:50%;box-shadow:inset 0 0 35px #9333ea38,0 0 35px #9333ea26;display:flex;height:100%;justify-content:center;width:100%}.hm-loader-core span{background:linear-gradient(90deg,#fff,#c084fc);-webkit-background-clip:text;font-size:42px;font-weight:800}.hm-loader-core span,.homepage-loader h1{-webkit-text-fill-color:#0000;font-family:Orbitron,sans-serif}.homepage-loader h1{background:linear-gradient(90deg,#fff,#c084fc,#60a5fa);-webkit-background-clip:text;font-size:54px;letter-spacing:2px;margin-top:28px}.homepage-loader p{color:#9ca3af;font-size:15px;margin-top:14px}.loader-progress{background:#ffffff0d;border-radius:999px;height:8px;margin-top:30px;margin-inline:auto;overflow:hidden;width:320px}.loader-progress span{animation:loadingBar 1.6s infinite;background:linear-gradient(90deg,#9333ea,#ff1744);border-radius:999px;display:block;height:100%;width:30%}@keyframes rotateRing{to{transform:rotate(1turn)}}.network-lines{inset:0;pointer-events:none;position:absolute;z-index:1}.network-lines svg{height:100%;width:100%}.network-lines line{stroke:#5078ff33;stroke-width:1}.container-hm,.hero-hm-content{position:relative;z-index:2}.hero-hm:before{background:#9333ea24;height:720px;right:-160px;top:-240px;width:720px}.hero-hm:after,.hero-hm:before{border-radius:50%;content:"";filter:blur(120px);position:absolute}.hero-hm:after{background:#ff17441f;bottom:-180px;height:540px;left:-120px;width:540px}.hero-hm-content{position:relative;text-align:center;z-index:5}.hero-hm h1{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#fff,#d8b4fe);-webkit-background-clip:text;font-family:Orbitron,sans-serif;font-size:clamp(58px,8vw,104px);font-weight:800;letter-spacing:-3px;line-height:1.02;margin-bottom:24px;text-shadow:0 0 30px #9333ea2e;text-transform:uppercase}.gradient-text{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#ff4d73,#c084fc,#60a5fa);background:var(--gradient-text);-webkit-background-clip:text}.hero-hm-sub{color:#b8b8c5;font-size:17px;font-weight:500;line-height:2;margin:auto auto 42px;max-width:760px}.btn-hm{border:none;cursor:pointer;font-family:inherit;outline:none}.btn-primary-hm{background:linear-gradient(135deg,#9333ea,#ff1744);border-radius:18px;box-shadow:0 0 30px #9333ea40;color:#fff;font-size:14px;font-weight:700;letter-spacing:.04em;overflow:hidden;padding:18px 38px;position:relative;transition:.4s ease}.btn-primary-hm:hover{box-shadow:0 0 45px #9333ea59,0 0 65px #ff174426;transform:translateY(-5px)}.benefits-section,.explore-section{padding:120px 0}.section-header{margin-bottom:70px;text-align:center}.section-header h2{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#fff,#c084fc);-webkit-background-clip:text;font-family:Orbitron,sans-serif;font-size:clamp(34px,5vw,54px);font-weight:700;letter-spacing:-1px;margin-bottom:16px}.section-header p{color:#9ca3af;color:var(--text-muted);font-size:15px;font-weight:500}.explore-label-top{align-items:center;display:flex;justify-content:center;margin-bottom:32px;margin-top:90px}.explore-label-top span{align-items:center;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:linear-gradient(135deg,#9333ea2e,#ff174429);border:1px solid #ffffff14;border-radius:999px;box-shadow:0 0 30px #9333ea1f;color:#fff;display:inline-flex;font-size:14px;font-weight:700;justify-content:center;letter-spacing:1.2px;overflow:hidden;padding:14px 34px;position:relative;transition:.4s ease}.explore-label-top span:hover{box-shadow:0 0 40px #9333ea38,0 0 50px #ff174414;transform:translateY(-4px)}.explore-label-bottom{margin-top:24px;text-align:center}.explore-label-bottom span{color:#ffffffad;display:inline-block;font-size:13px;font-weight:500;letter-spacing:1px;padding-bottom:12px;position:relative}.explore-label-bottom span:after{background:linear-gradient(90deg,#ff4d73,#9333ea,#60a5fa);border-radius:999px;bottom:0;content:"";height:2px;left:50%;position:absolute;transform:translateX(-50%);width:48px}.slider-outer{overflow:hidden;position:relative;width:100%}.slider-outer:after,.slider-outer:before{content:"";height:100%;position:absolute;top:0;width:120px;z-index:5}.slider-outer:before{background:linear-gradient(90deg,#05010d,#0000);left:0}.slider-outer:after{background:linear-gradient(270deg,#05010d,#0000);right:0}.slider-track{display:flex;gap:26px;padding:14px 40px;will-change:transform}.program-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(180deg,#140a24f5,#080412f5);border:1px solid #ffffff0f;border-radius:32px;box-shadow:0 0 30px #9333ea14;height:400px;min-width:320px;overflow:hidden;position:relative;transition:.45s ease}.program-card:hover{border:1px solid #9333ea47;box-shadow:0 0 35px #9333ea2e,0 0 60px #ff174414;transform:translateY(-12px)}.program-card-bg{background-position:50%;background-size:cover;inset:0;position:absolute;transition:transform .5s ease}.program-card:hover .program-card-bg{transform:scale(1.08)}.program-card-overlay{background:linear-gradient(180deg,#0000 20%,#05010deb);inset:0;position:absolute}.program-card-content{bottom:28px;left:28px;position:absolute;right:28px;z-index:2}.program-card-content h3{color:#fff;font-family:Orbitron,sans-serif;font-size:24px;font-weight:700;margin-bottom:12px}.program-card-content p{color:#c4c4c4;font-size:14px;line-height:1.8;margin-bottom:18px}.program-link{align-items:center;color:#c084fc;cursor:pointer;display:inline-flex;font-size:14px;font-weight:700;gap:8px;transition:.35s ease}.program-link:hover{color:#ff4d73;transform:translateX(6px)}.news-list-container{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(2,1fr);margin-top:50px}.news-row-card{background:linear-gradient(180deg,#0a0f2dfa,#03081cfa);border:1px solid #ffffff0d;border-radius:28px;box-shadow:0 0 30px #00000040;display:flex;flex-direction:column;min-height:500px;transition:.45s ease}.news-img-side,.news-row-card{overflow:hidden;position:relative}.news-img-side{height:220px;width:100%}.news-img-media{background-position:50%;background-size:cover;height:100%;transition:.7s ease;width:100%}.news-row-card:hover .news-img-media{transform:scale(1.08)}.news-img-side:after{background:linear-gradient(180deg,#0000 35%,#05010dd9);content:"";inset:0;position:absolute}.news-row-tag{background:linear-gradient(135deg,#9333ea,#ff1744);border-radius:999px;box-shadow:0 0 25px #9333ea4d;color:#fff;font-size:12px;font-weight:700;letter-spacing:1px;padding:10px 18px;position:absolute;right:20px;text-transform:uppercase;top:20px;z-index:5}.news-text-side{display:flex;flex:1 1;flex-direction:column;padding:30px 34px 34px}.news-meta-top{margin-bottom:18px}.news-row-date{color:#60a5fa;font-size:15px;font-weight:700;letter-spacing:.5px}.news-row-title{color:#fff;font-family:Orbitron,sans-serif;font-size:24px;line-height:1.45;margin-bottom:16px;transition:.35s ease}.news-row-card:hover .news-row-title{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#fff,#c084fc);-webkit-background-clip:text}.news-row-desc{color:#d1d5db;font-size:16px;line-height:1.9;margin-bottom:28px}.news-row-link{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#c084fc;color:var(--purple-light);cursor:pointer;display:inline-flex;font-size:13px;font-weight:700;gap:8px;letter-spacing:1px;margin-top:auto;overflow:hidden;position:relative;text-transform:uppercase;transition:all .35s ease;width:fit-content}.news-row-link:hover{color:#ff4d73}.arrow-glow{transition:.3s ease}.news-row-card:hover .arrow-glow{transform:translateX(8px)}.news-row-card:before{background:linear-gradient(135deg,#9333ea66,#ff174433,#0000);border-radius:28px;content:"";inset:0;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;padding:1px;position:absolute;transition:.4s ease}.news-row-card:hover:before{opacity:1}@media(max-width:992px){.news-list-container{gap:24px}.news-row-title{font-size:20px}.news-text-side{padding:26px}}@media(max-width:768px){.news-list-container{grid-template-columns:1fr}.news-img-side{height:200px}.news-row-title{font-size:18px}.news-row-desc{font-size:14px}.news-text-side{padding:22px 24px 24px}}body.modal-open{overflow:hidden}.article-modal-overlay{align-items:center;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#000000d9;display:flex;inset:0;justify-content:center;position:fixed;z-index:99999}.article-modal{animation:modalPop .35s ease;background:linear-gradient(180deg,#120a22fa,#080412fa);border:1px solid #ffffff14;border-radius:30px;max-height:90vh;max-width:900px;overflow:hidden;overflow-y:auto;position:relative;width:100%;z-index:100000}.article-modal-image{background-position:50%;background-size:cover;height:420px;position:relative;width:100%}.article-modal-image:after{background:linear-gradient(180deg,#0000000d,#05010df2);content:"";inset:0;position:absolute}.article-modal-content{padding:42px}.article-category{align-items:center;background:linear-gradient(135deg,#9333ea,#ff1744);border-radius:999px;box-shadow:0 0 20px #9333ea40;color:#fff;display:inline-flex;font-size:11px;font-weight:800;justify-content:center;letter-spacing:1.5px;margin-bottom:18px;padding:10px 18px;text-transform:uppercase}.article-date{color:#60a5fa;font-size:13px;font-weight:600;letter-spacing:.5px;margin-bottom:16px}.article-modal-content h2{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#ff4d73,#c084fc,#60a5fa);background:var(--gradient-text);-webkit-background-clip:text;font-family:Orbitron,sans-serif;font-size:38px;line-height:1.4;margin-bottom:24px}.article-description{color:#d1d5db;font-size:15px;line-height:2;text-align:justify;white-space:pre-line}.modal-close-btn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff14;border:none;border-radius:50%;color:#fff;cursor:pointer;font-size:18px;font-weight:700;height:52px;outline:none;position:absolute;right:20px;top:20px;transition:.35s ease;width:52px;z-index:20}.modal-close-btn:hover{background:linear-gradient(135deg,#9333ea,#ff1744);box-shadow:0 0 25px #9333ea59;transform:rotate(90deg) scale(1.08)}.article-modal::-webkit-scrollbar{width:8px}.article-modal::-webkit-scrollbar-track{background:#0000}.article-modal::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#9333ea,#ff1744);border-radius:999px}@keyframes modalPop{0%{opacity:0;transform:translateY(40px) scale(.92)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes fadeModal{0%{opacity:0}to{opacity:1}}.pagination-news{align-items:center;display:flex;gap:12px;justify-content:center;margin-top:0}.news-counter,.news-footer{width:100%}.pagination-dots{align-items:center;color:#9ca3af;display:flex;font-size:18px;font-weight:700;height:48px;justify-content:center;width:48px}.pagination-news button{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;color:#fff;cursor:pointer;font-size:14px;font-weight:700;height:48px;overflow:hidden;position:relative;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease,background .3s ease;width:48px}.pagination-news button:before{background:linear-gradient(90deg,#0000,#ffffff2e,#0000);content:"";height:100%;left:-120%;position:absolute;top:0;transition:.7s;width:80%}.pagination-news button:hover:before{left:140%}.pagination-news button:hover{border-color:#9333ea66;box-shadow:0 0 20px #9333ea2e,0 0 35px #ff174414;transform:translateY(-4px)}.pagination-news .active-page{background:linear-gradient(135deg,#9333ea,#ff1744);border:none;box-shadow:0 0 20px #9333ea59,0 0 40px #ff17442e;transform:translateY(-2px)}.pagination-news .active-page:after{animation:activePulse 2s ease infinite;background:linear-gradient(135deg,#9333ea,#ff1744);border-radius:inherit;content:"";filter:blur(12px);inset:-2px;opacity:.7;position:absolute;z-index:-1}@keyframes activePulse{0%{opacity:.3;transform:scale(.95)}50%{opacity:.8;transform:scale(1.05)}to{opacity:.3;transform:scale(.95)}}.pagination-news button:first-child,.pagination-news button:last-child{font-size:18px;font-weight:800;width:56px}.pagination-news button:disabled{box-shadow:none;cursor:not-allowed;opacity:.3;transform:none}@media(max-width:768px){.pagination-news{gap:10px}.pagination-news button{border-radius:14px;font-size:13px;height:42px;width:42px}.pagination-news button:first-child,.pagination-news button:last-child{width:48px}}.news-footer{align-items:center;display:flex;flex-direction:column;gap:16px;justify-content:center;margin-top:40px}.news-counter{color:#9ca3af;font-size:14px;font-weight:500;grid-column:span 3;letter-spacing:.5px;margin-bottom:16px;margin-top:20px;text-align:center}@keyframes articleFade{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:992px){.article-modal-image{height:320px}.article-modal-content{padding:30px}.article-modal-content h2{font-size:30px}}@media (max-width:768px){.article-modal-overlay{padding:16px}.article-modal{border-radius:24px;max-height:95vh}.article-modal-image{height:220px}.article-modal-content{padding:22px}.article-modal-content h2{font-size:24px}.article-description{font-size:14px;line-height:1.8}.modal-close-btn{height:42px;right:14px;top:14px;width:42px}.news-list-container{grid-template-columns:1fr}.news-img-side{height:220px}}.article-modal:before{background:#9333ea33;right:-120px;top:-120px}.article-modal:after,.article-modal:before{border-radius:50%;content:"";filter:blur(100px);height:260px;pointer-events:none;position:absolute;width:260px}.article-modal:after{background:#ff174426;bottom:-120px;left:-120px}@media(max-width:992px){.news-img-side{min-width:240px;width:240px}.news-row-title{font-size:18px}}@media(max-width:768px){.news-row-card{flex-direction:column}.news-row-card:hover{transform:translateY(-6px)}.news-img-side{height:180px;min-width:100%;width:100%}.news-text-side{padding:20px}}.benefits-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(3,280px);justify-content:center}.benefit-card{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(180deg,#140a24f5,#080412f5);border-radius:28px;box-shadow:0 0 30px #9333ea0f;padding:34px;transition:.4s ease}.benefit-card:hover{border:1px solid #9333ea33;box-shadow:0 0 35px #9333ea24;transform:translateY(-8px)}.benefit-card h3{color:#fff;font-family:Orbitron,sans-serif;font-size:18px;font-weight:700;margin-bottom:14px}.benefit-card p{color:#b8b8c5;font-size:14px;line-height:1.9}@media(min-width:1440px){.container-hm{max-width:1480px}.program-card{height:430px;min-width:340px}}@media(max-width:992px){.hero-hm{padding:140px 0 90px}.hero-hm h1{font-size:72px}.section-header h2{font-size:42px}.slider-track{gap:20px;padding:12px 24px}.program-card{height:360px;min-width:280px}.benefits-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.container-hm{padding:0 18px}.hero-hm{padding:120px 0 80px}.hero-hm h1{font-size:52px;line-height:1.08}.hero-hm-sub{font-size:14px}.btn-primary-hm{width:100%}.section-header h2{font-size:34px}.slider-track{gap:16px;padding:10px 18px}.program-card{height:320px;min-width:240px}.benefits-grid{grid-template-columns:1fr}}@media(max-width:480px){.hero-hm h1{font-size:40px}.hero-hm-sub{font-size:13px}.section-header h2{font-size:28px}.program-card{height:290px;min-width:220px}.program-card-content h3{font-size:20px}}:root{--yellow:#fff017}.filter-btn{border:1px solid #ffffff14;padding:12px 18px;transition:.3s}.filter-btn:hover{border-color:#a855f7}.filter-btn.active{background:linear-gradient(135deg,#a855f7,#ec4899);border-color:#0000}.shift-header-modern{align-items:center;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(135deg,#100a24f5,#080416fa);border:1px solid #a855f72e;border-radius:34px;box-shadow:0 0 40px #9333ea1a;display:flex;gap:24px;justify-content:space-between;margin:40px 0 30px;overflow:hidden;padding:34px 38px;position:relative}.shift-header-modern:before{background:radial-gradient(circle,#a855f72e,#0000 70%);border-radius:50%;content:"";filter:blur(80px);height:420px;left:-120px;position:absolute;top:-220px;width:420px}.shift-header-left{align-items:center;display:flex;gap:24px;position:relative;z-index:2}.shift-icon-glow{align-items:center;background:linear-gradient(135deg,#a855f733,#ec489929);border:1px solid #ffffff14;border-radius:28px;box-shadow:0 0 35px #a855f738;display:flex;font-size:42px;height:88px;justify-content:center;width:88px}.shift-label{align-items:center;background:#a855f71f;border:1px solid #a855f733;border-radius:999px;color:#d8b4fe;display:inline-flex;font-size:12px;font-weight:700;gap:10px;letter-spacing:2px;margin-bottom:16px;padding:10px 18px;text-transform:uppercase}.shift-title-modern{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#fff,#c084fc);-webkit-background-clip:text;font-size:clamp(34px,4vw,68px);font-weight:800;line-height:1}.shift-info-modern{align-items:center;display:flex;flex-wrap:wrap;gap:18px;position:relative;z-index:2}.shift-info-card{align-items:center;background:#ffffff08;border:1px solid #ffffff0f;border-radius:22px;display:flex;gap:16px;min-width:190px;padding:18px 20px;transition:.35s}.shift-info-card:hover{background:#a855f70d;border:1px solid #a855f73d;transform:translateY(-4px)}.shift-info-card svg{color:#c084fc}.shift-info-card span{color:#9ca3af;display:block;font-size:12px;letter-spacing:1px;margin-bottom:4px;text-transform:uppercase}.shift-info-card strong{color:#fff;font-size:18px;font-weight:700}@media(max-width:768px){.shift-header-modern{border-radius:28px;padding:28px 24px}.shift-header-left,.shift-header-modern{align-items:flex-start;flex-direction:column}.shift-header-left{gap:18px}.shift-icon-glow{border-radius:22px;font-size:34px;height:72px;width:72px}.shift-title-modern{font-size:42px}.shift-info-modern{flex-direction:column;width:100%}.shift-info-card{width:100%}}body:before{background:radial-gradient(circle at top left,#9333ea24,#0000 24%),radial-gradient(circle at top right,#ff17441a,#0000 24%)}.peserta-btn{background:linear-gradient(135deg,#a855f729,#ec489924);border:1px solid #a855f733;border-radius:14px;gap:10px;height:48px;margin-top:10px;transition:.35s}.peserta-btn:hover{border:1px solid #a855f766;box-shadow:0 0 30px #a855f740;transform:translateY(-3px)}.peserta-modal-overlay{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000bf;background:#000000b8;display:flex;inset:0;justify-content:center;padding:20px;padding:24px;position:fixed;z-index:9999}.peserta-modal{animation:modalFade .35s ease;background:linear-gradient(145deg,#12052dfa,#050014fa);border:1px solid #a855f738;border-radius:32px;box-shadow:0 30px 80px #0009,0 0 60px #a855f724;max-height:88vh;max-width:900px}.peserta-modal-header{border-bottom:1px solid #ffffff0d;padding:28px 32px}.peserta-modal-header h2{font-size:42px;font-weight:900;letter-spacing:-1px;margin:0}.close-modal-btn{align-items:center;background:#ffffff0f;border-radius:18px;display:flex;font-size:28px;height:58px;justify-content:center;transition:.25s;width:58px}.close-modal-btn:hover{background:#a855f733;transform:scale(1.08)}.peserta-modal-content{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));max-height:65vh;overflow-y:auto}.peserta-modal-content::-webkit-scrollbar{width:8px}.peserta-modal-content::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#a855f7,#ec4899);border-radius:20px}.peserta-item{align-items:center;background:#ffffff08;border:1px solid #ffffff0d;border-radius:18px;display:flex;gap:14px;padding:16px 18px;transition:.25s}.peserta-item:hover{background:#a855f714;border-color:#a855f766;transform:translateY(-3px)}.peserta-number{align-items:center;background:linear-gradient(135deg,#a855f7,#ec4899);border-radius:12px;color:#fff;display:flex;font-size:14px;font-weight:700;height:38px;justify-content:center;min-width:38px;width:38px}.peserta-name{color:#fff;font-size:16px;font-weight:600;line-height:1.4}@keyframes modalFade{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@media screen and (max-width:768px){.peserta-modal-overlay{align-items:flex-end;padding:0}.peserta-modal{border-radius:28px 28px 0 0;height:88vh;max-height:88vh;max-width:100%;width:100%}.peserta-modal-header{padding:22px 22px 18px}.peserta-modal-header h2{font-size:30px}.close-modal-btn{border-radius:14px;font-size:22px;height:46px;width:46px}.peserta-modal-content{gap:12px;grid-template-columns:1fr;padding:20px}.peserta-item{padding:14px}.peserta-name{font-size:15px}}.peserta-modal{background:linear-gradient(180deg,#120a24fa,#080412fc);border:1px solid #a855f733;border-radius:30px;box-shadow:0 0 60px #a855f740;max-height:80vh;max-width:700px;overflow:hidden;width:100%}.peserta-modal-header{align-items:center;border-bottom:1px solid #ffffff0f;display:flex;justify-content:space-between;padding:26px 30px}.peserta-modal-header h2{color:#fff;font-size:28px;font-weight:800}.close-modal-btn{background:#ffffff0d;border:none;border-radius:14px;color:#fff;cursor:pointer;font-size:18px;height:44px;transition:.3s;width:44px}.close-modal-btn:hover{background:#ffffff1a;transform:rotate(90deg)}.peserta-modal-content{max-height:60vh;overflow:auto;padding:30px}.peserta-modal-content pre{color:#d1d5db;font-family:Inter,sans-serif;font-size:15px;line-height:2;white-space:pre-wrap}.page-header-jad{margin-bottom:10px;padding:70px 24px 30px;position:relative}.page-header-jad .container{align-items:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(135deg,#160a2af5,#0a0416fa);border:1px solid #ffffff0f;border-radius:42px;box-shadow:0 0 45px #9333ea14;display:flex;flex-direction:column;justify-content:center;min-height:62vh;overflow:hidden;padding:60px 50px;position:relative;text-align:center}.page-header-jad .container:before{background-image:linear-gradient(hsla(0,0%,100%,.022) 1px,#0000 0),linear-gradient(90deg,hsla(0,0%,100%,.022) 1px,#0000 0);background-size:58px 58px;content:"";inset:0;opacity:.7;pointer-events:none;position:absolute}.page-header-jad .container:after{background:radial-gradient(circle,#9333ea29,#0000 70%);border-radius:50%;content:"";filter:blur(90px);height:520px;left:-140px;pointer-events:none;position:absolute;top:-220px;width:520px}.page-header-jad h1{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#ff4d73,#c084fc);-webkit-background-clip:text;font-family:Orbitron,sans-serif;font-size:clamp(78px,10vw,180px);font-weight:800;letter-spacing:-.05em;line-height:.92;margin-bottom:26px;position:relative;z-index:2}.page-header-jad p{color:#d1d5db;font-size:23px;line-height:1.9;margin-bottom:42px;position:relative;z-index:2}.header-actions{align-items:center;display:flex;flex-wrap:wrap;gap:18px;justify-content:center;position:relative;z-index:2}.btn-header-primary,.btn-header-secondary{align-items:center;border-radius:18px;display:flex;font-size:15px;font-weight:700;height:60px;justify-content:center;min-width:250px;padding:0 38px;text-decoration:none;transition:.35s;white-space:nowrap}.btn-header-primary,.btn-header-primary:visited,.btn-header-secondary,.btn-header-secondary:visited{color:#fff;text-decoration:none}.btn-header-primary{background:linear-gradient(135deg,#9333ea,#ff1744);box-shadow:0 0 35px #9333ea3d;color:#fff}.btn-header-primary:hover{box-shadow:0 0 55px #9333ea57;transform:translateY(-5px)}.btn-header-secondary{background:#ffffff0a;border:1px solid #ffffff14;color:#fff}.btn-header-secondary:hover{background:#9333ea14;border:1px solid #9333ea42;transform:translateY(-5px)}.tab-menu{gap:14px;margin-bottom:40px;margin-top:14px;width:100%}.tab-btn,.tab-menu{align-items:center;display:flex;justify-content:center}.tab-btn{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff08;border:1px solid #ffffff0f;border-radius:16px;color:#d1d5db;cursor:pointer;font-size:13px;font-weight:700;gap:10px;height:50px;letter-spacing:.04em;padding:0 22px;transition:.35s}.tab-btn:hover{border:1px solid #9333ea47;color:#fff;transform:translateY(-3px)}.tab-btn.active{background:linear-gradient(135deg,#9333ea,#ff1744);box-shadow:0 0 25px #9333ea3d;color:#fff}@media(max-width:1024px){.page-header-jad{padding:50px 20px 20px}.page-header-jad .container{border-radius:34px;min-height:55vh;padding:55px 34px}.page-header-jad h1{font-size:clamp(62px,9vw,120px)}.page-header-jad p{font-size:19px}}@media(max-width:768px){.page-header-jad{padding:35px 16px 14px}.page-header-jad .container{border-radius:28px;min-height:auto;padding:55px 24px}.page-header-jad .container:before{background-size:42px 42px}.page-header-jad h1{font-size:58px;line-height:1}.page-header-jad p{font-size:15px;line-height:1.8;margin-bottom:30px}.header-actions{flex-direction:column;gap:14px;width:100%}.btn-header-primary,.btn-header-secondary{font-size:14px;height:54px;width:100%}.tab-menu{flex-wrap:wrap;gap:10px;justify-content:center;margin-bottom:28px;margin-top:10px}.tab-btn{border-radius:14px;flex:1 1;font-size:12px;height:48px;min-width:100px}}.section-intro{margin-bottom:40px}.section-intro h2{font-size:52px;font-weight:800;margin-bottom:16px}.section-intro p{color:#c4c7d3;font-size:17px;line-height:1.9}.jadwal-wrapper-new{display:flex;flex-direction:column;gap:50px}.jadwal-group{position:relative}.jadwal-group:before{background:linear-gradient(90deg,#9333eacc,#ff174466,#0000);content:"";height:1px;left:0;position:absolute;top:-20px;width:100%}.jadwal-group-header{align-items:center;display:flex;gap:18px;margin-bottom:28px}.jadwal-group-header p{color:#d1d5db;font-size:16px}.jadwal-badge-new{align-items:center;background:#ffffff08;border:1px solid;border-radius:14px;display:flex;font-weight:700;height:42px;justify-content:center;min-width:70px;padding:0 18px}.group-level-card{align-items:center;background:linear-gradient(135deg,#10081ef5,#080312fa);border:1px solid #a855f724;border-radius:28px;box-shadow:0 10px 40px #9333ea14;display:flex;gap:22px;margin-bottom:28px;overflow:hidden;padding:24px 28px;position:relative}.group-level-glow{background:radial-gradient(circle,#a855f72e,#0000 70%);border-radius:50%;filter:blur(50px);height:240px;pointer-events:none;position:absolute;right:-80px;top:-120px;width:240px}.group-level-badge{align-items:center;border-radius:24px;box-shadow:0 10px 30px #9333ea3d;color:#fff;display:flex;font-size:28px;font-weight:800;height:82px;justify-content:center;min-width:82px;width:82px}.group-level-content{position:relative;z-index:2}.group-level-label{background:#a855f71a;border:1px solid #a855f729;border-radius:999px;color:#c084fc;display:inline-block;font-size:11px;font-weight:700;letter-spacing:2px;margin-bottom:10px;padding:8px 14px}.group-level-content h3{color:#fff;font-size:34px;font-weight:800;line-height:1.1;margin-bottom:10px}.group-level-content p{color:#9ca3af;font-size:15px;line-height:1.7}@media(max-width:768px){.group-level-card{align-items:flex-start;flex-direction:column;padding:22px}.group-level-badge{border-radius:20px;font-size:24px;height:70px;min-width:70px;width:70px}.group-level-content h3{font-size:26px}.group-level-content p{font-size:14px}}.jadwal-grid-new{grid-gap:16px;align-items:start;display:grid;gap:16px;grid-template-columns:repeat(3,minmax(0,1fr))}.jadwal-item-card{background:linear-gradient(180deg,#10061efa,#080312fa);border:1px solid #a855f71a;border-radius:22px;overflow:hidden;padding:16px;position:relative;transition:.3s}.jadwal-item-card:hover{border:1px solid #a855f747;box-shadow:0 10px 24px #9333ea24;transform:translateY(-3px)}.jadwal-item-head{margin-bottom:14px}.jadwal-item-head h4{color:#fff;font-size:20px;font-weight:800;letter-spacing:-.5px;line-height:1.1;text-align:center}.jadwal-item-body{display:flex;flex-direction:column;gap:10px}.jadwal-info-item{align-items:center;background:hsla(0,0%,100%,.025);border:1px solid #ffffff0a;border-radius:14px;display:flex;gap:10px;padding:10px 12px}.jadwal-info-icon{align-items:center;border-radius:12px;display:flex;height:42px;justify-content:center;min-width:42px;width:42px}.jadwal-info-icon svg{color:#fff;height:16px;width:16px}.jadwal-info-icon.purple{background:linear-gradient(135deg,#8b5cf6,#c084fc)}.jadwal-info-icon.pink{background:linear-gradient(135deg,#ff006e,#ff4d9d)}.jadwal-info-icon.blue{background:linear-gradient(135deg,#3b82f6,#60a5fa)}.jadwal-info-icon.green{background:linear-gradient(135deg,#10b981,#34d399)}.jadwal-info-icon.yellow{background:linear-gradient(135deg,#eeff05,#eb117e)}.jadwal-info-content{display:flex;flex-direction:column}.jadwal-info-content span{color:#8b90a7;font-size:9px;letter-spacing:1.5px;margin-bottom:2px}.jadwal-info-content strong,.peserta-btn{color:#fff;font-size:12px;font-weight:700}.peserta-btn{align-items:center;background:linear-gradient(135deg,#9333ea,#ec4899);border:none;border-radius:12px;cursor:pointer;display:flex;gap:7px;height:40px;justify-content:center;margin-top:2px;transition:.3s;width:100%}.peserta-btn svg{height:15px;width:15px}.peserta-btn:hover{box-shadow:0 8px 18px #a855f73d;transform:translateY(-2px)}@media(max-width:1200px){.jadwal-grid-new{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:768px){.jadwal-grid-new{grid-template-columns:1fr}.jadwal-item-card{padding:18px}.jadwal-item-head h4{font-size:24px}.jadwal-item-card{min-height:auto;padding:26px}.jadwal-item-head h4{font-size:34px}.jadwal-info-item{padding:12px 14px}.jadwal-info-icon{align-items:center;border-radius:20px;box-shadow:inset 0 1px 1px #ffffff1f,0 10px 25px #00000059;display:flex;height:58px;justify-content:center;min-width:58px;overflow:hidden;position:relative;transition:.4s;width:58px}.jadwal-info-icon:before{background:linear-gradient(180deg,#ffffff38,#0000);content:"";inset:0;opacity:.8;position:absolute}.jadwal-info-icon:after{border:1px solid #ffffff1a;border-radius:16px;content:"";height:90%;position:absolute;width:90%}.jadwal-info-icon svg{stroke-width:2.3;color:#fff;filter:drop-shadow(0 0 10px rgba(255,255,255,.18));height:22px;position:relative;width:22px;z-index:2}.jadwal-info-item:hover .jadwal-info-icon{box-shadow:0 14px 30px #00000073;transform:translateY(-3px) scale(1.05)}.jadwal-info-icon.purple{background:linear-gradient(135deg,#7c3aed,#a855f7 50%,#d946ef);box-shadow:0 10px 30px #a855f759}.jadwal-info-icon.pink{background:linear-gradient(135deg,#ff006e,#ff4d9d);box-shadow:0 10px 30px #ff006e59}.jadwal-info-icon.blue{background:linear-gradient(135deg,#2563eb,#60a5fa);box-shadow:0 10px 30px #3b82f659}.jadwal-info-icon.green{background:linear-gradient(135deg,#10b981,#34d399);box-shadow:0 10px 30px #10b98159}.peserta-btn{height:52px}}.materi-list{display:flex;flex-direction:column;gap:20px}.materi-card{background:linear-gradient(180deg,#140a24f5,#080412fa);border:1px solid #ffffff0f;border-radius:26px;gap:20px;justify-content:space-between;padding:26px}.materi-card,.materi-icon{align-items:center;display:flex}.materi-icon{background:#9333ea1f;border-radius:18px;color:#c084fc;height:58px;justify-content:center;width:58px}.materi-info{flex:1 1}.materi-info h4{font-size:20px;margin-bottom:6px}.materi-info span{color:#9ca3af}.materi-download-btn{align-items:center;background:linear-gradient(135deg,#9333ea,#ff1744);background:var(--gradient);border:none;border-radius:14px;color:#fff;cursor:pointer;display:flex;font-weight:600;gap:10px;height:48px;padding:0 24px}.header-custom{font-size:40px}.sop-modern-page{grid-gap:40px;display:grid;gap:40px;grid-template-columns:320px minmax(0,1fr)}.sop-modern-sidebar{height:fit-content;position:sticky;top:100px}.sop-sidebar-card{background:linear-gradient(180deg,#140a24f5,#080412fa);border:1px solid #ffffff0f;border-radius:28px;margin-bottom:24px;padding:26px}.sop-sidebar-card h4{color:#9ca3af;font-size:14px;letter-spacing:.08em;margin-bottom:24px}.sop-main-btn{background:linear-gradient(135deg,#16a34a24,#10b9811f);border:none;border-radius:18px;color:#59ff43;font-size:18px;font-weight:700;line-height:1.6;padding:18px;text-align:left;width:100%}.sop-toc-list{display:flex;flex-direction:column;gap:14px}.sop-toc-list a{color:#9ca3af;line-height:1.7;text-decoration:none;transition:.3s}.sop-toc-list a:hover{color:#fff;transform:translateX(4px)}.sop-modern-content{border-left:1px solid #ffffff0d;padding:20px 10px 40px;position:relative}.sop-modern-content:before{background:linear-gradient(180deg,#9333eae6,#ff174499,#0000);box-shadow:0 0 22px #9333ea59;content:"";height:100%;left:-1px;position:absolute;top:0;width:2px}.sop-hero-new{margin-bottom:40px;padding-bottom:60px;position:relative}.sop-hero-new:after{background:linear-gradient(90deg,#9333eae6,#ff174466,#0000);bottom:0;content:"";height:1px;left:0;position:absolute;width:100%}.hero-badge-sop{background:#9333ea1a;border:1px solid #9333ea38;border-radius:999px;color:#d8b4fe;font-size:12px;font-weight:700;letter-spacing:.08em;margin-bottom:24px;padding:10px 18px;width:fit-content}.sop-hero-new h1{font-size:clamp(54px,6vw,92px);font-weight:800;line-height:1.05;margin-bottom:26px}.sop-hero-new p{color:#d1d5db;font-size:18px;line-height:2;max-width:900px}.sop-section-modern{margin-bottom:30px;padding:50px 0;position:relative}.sop-section-modern:before{background:linear-gradient(90deg,#9333eacc,#ff174466,#0000);content:"";height:1px;left:0;position:absolute;top:0;width:100%}.sop-section-modern h2{font-size:clamp(42px,4vw,62px);font-weight:800;margin-bottom:26px;position:relative;width:fit-content}.sop-section-modern h2:after{background:linear-gradient(135deg,#9333ea,#ff1744);background:var(--gradient);border-radius:999px;bottom:-10px;content:"";height:4px;left:0;position:absolute;width:70%}.sop-section-modern h3{font-size:34px;margin-bottom:26px}.sop-section-modern p{color:#d4d7e3;font-size:18px;line-height:2}.modern-sop-list,.sop-section-modern ul{display:flex;flex-direction:column;gap:22px;margin-top:28px;padding-left:28px}.modern-sop-list li,.sop-section-modern li{color:#d8dbe7;font-size:17px;line-height:2}.modern-sop-list li::marker,.sop-section-modern li::marker{color:#c084fc}.modern-sop-list strong,.sop-section-modern strong{color:#fff}.modern-sop-list em,.sop-section-modern em{color:#d8b4fe}.laporan-table-wrapper,.silabus-table-wrapper{background:linear-gradient(180deg,#140a24f5,#080412fa);border:1px solid #ffffff0f;border-radius:26px;margin-top:34px;overflow:hidden}.laporan-table,.silabus-table{border-collapse:collapse;width:100%}.laporan-table thead,.silabus-table thead{background:#9333ea14}.laporan-table th,.silabus-table th{border-bottom:1px solid #ffffff0f;color:#fff;font-size:16px;font-weight:700;padding:24px 28px;text-align:left}.laporan-table td,.silabus-table td{border-bottom:1px solid #ffffff0d;color:#d8dbe7;font-size:16px;line-height:1.9;padding:24px 28px}.laporan-table tbody tr:hover,.silabus-table tbody tr:hover{background:#9333ea0a}.formula-box,.laporan-info-box{background:linear-gradient(135deg,#120c26f5,#0a0618fa);border:1px solid #ffffff0d;border-radius:22px;margin-top:28px;overflow:hidden;padding:28px 30px;position:relative}.formula-box:before,.laporan-info-box:before{background:linear-gradient(180deg,#59ff43,#34d399);bottom:0;content:"";left:0;position:absolute;top:0;width:4px}.laporan-info-box p{color:#bfc4ff;font-style:italic}.formula-box span{color:#c7cbff;font-size:26px;font-style:italic;font-weight:700}@media(max-width:1100px){.sop-modern-page{grid-template-columns:1fr}.sop-modern-sidebar{position:relative;top:0}.sop-modern-content{border-left:none}.sop-modern-content:before{display:none}}.jadwal-detail-grid{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:18px}.jadwal-detail-column{display:flex;flex-direction:column;gap:12px}@media(max-width:768px){.jadwal-detail-grid{gap:12px;grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:14px}.jadwal-detail-column{gap:12px;min-width:0}.jadwal-info-item{align-items:flex-start;border-radius:14px;gap:10px;min-width:0;padding:10px}.jadwal-info-icon{border-radius:12px!important;flex-shrink:0;height:42px!important;min-width:42px!important;width:42px!important}.jadwal-info-icon svg{height:16px!important;width:16px!important}.jadwal-info-content{min-width:0;overflow:hidden}.jadwal-info-content span{font-size:8px;letter-spacing:1px;margin-bottom:3px}.jadwal-info-content strong{font-size:14px!important;line-height:1.3;word-break:break-word}}@media(max-width:480px){.jadwal-item-card{padding:14px!important}.jadwal-detail-grid{gap:10px}.jadwal-info-item{padding:8px}.jadwal-info-icon{height:38px!important;min-width:38px!important;width:38px!important}.jadwal-info-content strong{font-size:12px!important}}.shift-sub-card{position:relative}.shift-divider{background:linear-gradient(90deg,#0000,#a855f759,#0000);height:1px;margin:24px 0;width:100%}@media(max-width:768px){.shift-divider{margin:18px 0}}@media screen and (max-width:768px){.header-custom{font-size:30px}body,html{overflow-x:hidden!important}.container{padding:0 14px;width:100%}.tab-menu{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(3,1fr);margin-bottom:22px;width:100%}.tab-btn{border-radius:14px;font-size:12px;gap:8px;height:48px;min-width:0;min-width:auto;padding:0 10px;width:100%}.tab-btn svg{height:16px;width:16px}.shift-header-modern{align-items:flex-start;border-radius:24px;flex-direction:column;gap:18px;padding:20px}.shift-header-left{gap:16px;width:100%}.shift-icon-glow{border-radius:18px;font-size:28px;height:60px;min-width:60px;width:60px}.shift-label{font-size:10px;margin-bottom:10px;padding:8px 14px}.shift-title-modern{font-size:34px!important;line-height:1.05}.shift-info-modern{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr;width:100%}.shift-info-card{border-radius:18px;min-width:0;min-width:auto;padding:14px 16px;width:100%}.shift-info-card strong{font-size:15px}.jadwal-wrapper>div:nth-child(2){display:flex!important;flex-direction:column!important;gap:18px!important}.jadwal-wrapper>div:nth-child(2)>div:first-child{border-radius:24px!important;padding:20px!important;position:relative!important;top:auto!important;width:100%!important}.jadwal-grid-new{grid-gap:16px!important;display:grid!important;gap:16px!important;grid-template-columns:1fr!important}.jadwal-item-card{border-radius:22px!important;padding:16px!important;width:100%!important}.jadwal-item-head{margin-bottom:14px}.jadwal-item-head h4{font-size:22px!important;text-align:center}.jadwal-item-body{gap:10px}.jadwal-info-item{border-radius:14px!important;gap:10px;padding:10px 12px!important}.jadwal-info-icon{border-radius:12px!important;height:42px!important;min-width:42px!important;width:42px!important}.jadwal-info-icon svg{height:16px!important;width:16px!important}.jadwal-info-content span{font-size:9px!important;letter-spacing:1px}.jadwal-info-content strong{font-size:14px}.peserta-btn{border-radius:12px;font-size:13px;gap:8px;height:42px;margin-top:4px;width:100%}.peserta-btn svg{height:15px;width:15px}.page-header-jad{padding:24px 0 10px}.page-header-jad .container{border-radius:26px;min-height:auto;padding:42px 20px}.page-header-jad h1{font-size:46px;margin-bottom:18px}.page-header-jad p{font-size:14px;line-height:1.7;margin-bottom:24px}.section-intro{margin-bottom:22px}.section-intro h2{font-size:32px}.section-intro p{font-size:14px}.group-level-card{border-radius:22px;gap:14px;padding:18px}.group-level-badge{border-radius:16px;font-size:18px;height:56px;min-width:56px;width:56px}.group-level-content h3{font-size:20px}.group-level-content p{font-size:13px}}:root{--green:#34d399;--yellow:#fbbf24}body:before{z-index:-2}body:after{z-index:-1}.ws-page{grid-gap:28px;align-items:start;display:grid;gap:28px;grid-template-columns:300px minmax(0,1fr);margin:auto;max-width:1600px;padding:28px;width:100%}.description-text{text-align:justify}.hero-banner{align-items:center;background:linear-gradient(135deg,#9333ea1f,#ff174414);border:1px solid #ffffff0f;border-radius:36px;display:flex;gap:40px;justify-content:space-between;margin-bottom:38px;overflow:hidden;padding:42px;position:relative}.hero-grid-bg{background-image:linear-gradient(#ffffff05 1px,#0000 0),linear-gradient(90deg,#ffffff05 1px,#0000 0);background-size:42px 42px;inset:0;opacity:.5;position:absolute}.hero-left{max-width:560px;position:relative;z-index:2}.hero-label{align-items:center;background:#9333ea1a;border:1px solid #9333ea38;border-radius:999px;color:#d8b4fe;display:inline-flex;font-size:12px;font-weight:700;height:42px;letter-spacing:.14em;margin-bottom:24px;padding:0 20px}.hero-left h1{font-family:Orbitron,sans-serif;font-size:clamp(58px,8vw,88px);line-height:1.05;margin-bottom:18px}.hero-left h1 span{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#ff4d73,#c084fc);-webkit-background-clip:text}.hero-left p{color:#c4c4c4;font-size:15px;line-height:1.9;max-width:520px}.hero-action{align-items:center;display:flex;flex-wrap:wrap;gap:16px;margin-top:30px}.secondary-btn{background:linear-gradient(135deg,#9333ea2e,#ff00662e);border:1px solid #ffffff14}.hero-primary-btn,.hero-secondary-btn{border:none;border-radius:18px;cursor:pointer;font-size:14px;font-weight:600;height:56px;padding:0 30px;transition:.35s}.hero-primary-btn{background:linear-gradient(135deg,#9333ea,#ff1744);background:var(--gradient);box-shadow:0 0 25px #9333ea38;color:#fff}.hero-primary-btn:hover{box-shadow:0 0 35px #9333ea47;transform:translateY(-4px)}.hero-secondary-btn{background:#ffffff0a;border:1px solid #ffffff14;color:#fff}.hero-secondary-btn:hover{background:#9333ea1a;border:1px solid #9333ea40}.rules-content{display:flex;flex-direction:column;gap:34px}.rules-section-title{font-size:28px;font-weight:800;margin-bottom:10px}.rules-step{display:flex;gap:22px}.rules-step-number{align-items:center;background:linear-gradient(135deg,#9333ea,#f06);border-radius:18px;box-shadow:0 0 25px #9333ea40;display:flex;font-weight:800;height:54px;justify-content:center;min-width:54px}.rules-step h4{font-size:22px;margin-bottom:14px}.rules-step p{color:#d1d5db;line-height:1.9;margin-bottom:14px}.rules-list{color:#d1d5db;display:flex;flex-direction:column;gap:12px;line-height:1.8;padding-left:18px}.rules-alert{background:#9333ea1f;border:1px solid #9333ea2e;border-radius:18px;color:#e9d5ff;margin-top:14px;padding:16px 18px}.rules-price{background:linear-gradient(135deg,#9333ea,#f06);border-radius:18px;display:inline-flex;font-weight:700;margin-top:16px;padding:14px 20px}.rules-highlight{color:#f9a8d4;display:block;font-size:13px;margin-top:6px}.rules-block{background:#ffffff08;border:1px solid #ffffff0d;border-radius:28px;padding:28px}.rules-danger{background:#ff00001a;border:1px solid #ff000026;border-radius:18px;color:#fecaca;font-weight:600;padding:18px}.rules-danger,.rules-image-wrapper{margin-top:18px}.rules-image-wrapper img{border-radius:22px;margin-bottom:12px}.rules-image-wrapper span{color:#cbd5e1;font-size:14px}@media(max-width:768px){.rules-step{flex-direction:column}.rules-section-title{font-size:22px}}.attention-icon{align-items:center;animation:iconFloat 2s cubic-bezier(.22,1,.36,1) infinite;display:flex;filter:drop-shadow(0 0 10px rgba(255,255,255,.35));justify-content:center}@keyframes iconFloat{0%{opacity:.75;transform:translateY(0) rotate(0deg) scale(1)}50%{opacity:1;transform:translateY(-2px) rotate(8deg) scale(1.12)}to{opacity:.75;transform:translateY(0) rotate(0deg) scale(1)}}.attention-btn{animation:floatingGlow 3s ease-in-out infinite;justify-content:center;overflow:hidden;position:relative}.attention-btn:before{animation:pulseRing 2.5s infinite;border:2px solid #ff006659;border-radius:inherit;inset:-6px}.attention-btn:after,.attention-btn:before{content:"";pointer-events:none;position:absolute}.attention-btn:after{animation:shineMove 3.5s infinite;background:linear-gradient(120deg,#0000,#ffffff59,#0000);height:100%;left:-120%;top:0;transform:skewX(-20deg);width:80%}.attention-btn:hover{box-shadow:0 0 30px #ff00664d,0 0 60px #9333ea38;transform:translateY(-4px) scale(1.03)}@keyframes floatingGlow{0%{box-shadow:0 0 0 #f060;transform:translateY(0)}50%{box-shadow:0 0 24px #f063,0 0 50px #9333ea1f;transform:translateY(-4px)}to{box-shadow:0 0 0 #f060;transform:translateY(0)}}@keyframes pulseRing{0%{opacity:.7;transform:scale(1)}70%{opacity:0;transform:scale(1.18)}to{opacity:0}}@keyframes shineMove{0%{left:-120%}45%{left:140%}to{left:140%}}.attention-btn{align-items:center;display:flex;gap:10px}.attention-arrow{align-items:center;animation:arrowNotice 1.6s cubic-bezier(.22,1,.36,1) infinite;color:#fff;display:inline-flex;font-size:18px;font-weight:700;justify-content:center;text-shadow:0 0 12px #ffffff73}@keyframes arrowNotice{0%{opacity:.7;transform:translateX(0) scale(1)}40%{opacity:1;transform:translateX(8px) scale(1.12)}60%{opacity:1;transform:translateX(4px) scale(1.05)}to{opacity:.7;transform:translateX(0) scale(1)}}.rules-modal-overlay{align-items:center;animation:fadeIn .35s ease;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#03020ac7;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:99999}.rules-modal{animation:modalUp .45s cubic-bezier(.22,1,.36,1);background:linear-gradient(180deg,#120a20fa,#080412fa);border:1px solid #9333ea2e;border-radius:32px;box-shadow:0 0 50px #9333ea33;max-height:90vh;overflow-y:auto;padding:40px;width:min(900px,95vw)}.rules-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px}.rules-header h2{font-size:34px;font-weight:800}.rules-close{background:#ffffff14;border:none;border-radius:14px;color:#fff;cursor:pointer;font-size:18px;height:42px;transition:.3s;width:42px}.rules-close:hover{background:#ff006640;transform:rotate(90deg)}.rules-description{color:#cbd5e1;line-height:1.9;margin-bottom:30px}.rules-table-wrapper{margin-bottom:30px;overflow-x:auto}.rules-table{border-collapse:collapse;width:100%}.rules-table th{background:#9333ea2e;color:#fff;padding:16px;text-align:left}.rules-table td{border-bottom:1px solid #ffffff0f;color:#d1d5db;padding:16px}.rules-image-wrapper img{border:1px solid #ffffff14;border-radius:24px;width:100%}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalUp{0%{opacity:0;transform:translateY(40px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:768px){.rules-modal{padding:26px}.rules-header h2{font-size:24px}}.hero-image-wrap{align-items:center;display:flex;height:420px;justify-content:center;position:relative;width:420px;z-index:2}.hero-image-glow{animation:pulseGlow 4s ease-in-out infinite;background:radial-gradient(circle,#9333ea4d,#0000 70%);border-radius:50%;filter:blur(50px);height:300px;position:absolute;width:300px}.hero-drone{animation:droneFloat 5s ease-in-out infinite;filter:drop-shadow(0 0 40px rgba(147,51,234,.3));max-width:400px;object-fit:contain;position:relative;width:200%;z-index:3}@keyframes droneFloat{0%{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-18px) rotate(2deg)}to{transform:translateY(0) rotate(0deg)}}.filter-sidebar{align-self:start;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(180deg,#0e0023fa,#060014fa);border:1px solid #a855f724;border-radius:30px;box-shadow:0 25px 60px #0000008c;height:auto;overflow:hidden;padding:28px;position:sticky;top:90px;width:100%}.filter-sidebar:after{content:"";display:block;height:4px}.filter-sidebar:before{background:radial-gradient(circle,#a855f729,#0000 70%);border-radius:50%;content:"";filter:blur(30px);height:240px;left:-80px;pointer-events:none;position:absolute;top:-120px;width:240px}.filter-sidebar h3{color:#fff;font-size:36px;font-weight:900;margin-bottom:30px;position:relative}.filter-group{margin-bottom:28px}.filter-label{color:#ffffff73;font-size:11px;font-weight:800;letter-spacing:3px;margin-bottom:14px}.filter-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr))}.filter-btn{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffff08;border:1px solid #ffffff0f;border-radius:16px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;min-height:48px;padding:0 12px;transition:.28s ease;width:100%}.filter-btn:hover{background:#a855f714;border-color:#a855f74d;transform:translateY(-3px)}.filter-btn.active{background:linear-gradient(135deg,#9333ea,#ec4899);border:none;box-shadow:0 14px 35px #ec489957}.ws-content{width:100%}.workshop-grid{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(auto-fit,minmax(260px,320px));justify-content:flex-start}.workshop-card{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(180deg,#0c0223fa,#050014);border:1px solid #a855f724;border-radius:24px;max-width:320px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;transition:.3s ease;width:100%}.workshop-card:hover{border-color:#a855f747;box-shadow:0 18px 45px #9333ea2e;transform:translateY(-6px)}.workshop-image-wrapper{height:220px;overflow:hidden}.workshop-image{height:100%;object-fit:cover;transition:.5s;width:100%}.workshop-card:hover .workshop-image{transform:scale(1.06)}.workshop-content{padding:15px}.workshop-title{font-size:18px;font-weight:800;line-height:1.3;margin-bottom:8px}.workshop-subtitle{color:#c084fc;font-size:13px;margin-bottom:20px}.workshop-info-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(2,1fr);margin-bottom:18px}.workshop-info-box{background:#ffffff08;border:1px solid #ffffff0d;border-radius:12px;padding:10px}.workshop-info-box span{color:#ffffff73;display:block;font-size:10px;margin-bottom:6px}.workshop-info-box strong{font-size:15px}.workshop-action{grid-gap:14px;display:grid;gap:14px;grid-template-columns:1fr 1fr}.workshop-btn{align-items:center;border:none;border-radius:14px;cursor:pointer;display:flex;font-size:12px;font-weight:700;height:42px;justify-content:center;text-decoration:none;transition:.3s}.workshop-btn.modul{background:#ffffff0a;border:1px solid #ffffff14;color:#fff}.workshop-btn.payment{background:linear-gradient(135deg,#9333ea,#ec4899);color:#fff}@media (max-width:768px){.ws-page{display:flex;flex-direction:column;gap:18px;padding:14px}.filter-sidebar{border-radius:24px;height:auto;padding:20px;position:relative;top:0}.filter-sidebar h3{font-size:24px;margin-bottom:22px}.filter-group{margin-bottom:24px}.filter-label{font-size:10px;letter-spacing:3px;margin-bottom:10px}.filter-grid{gap:10px}.filter-btn{border-radius:14px;font-size:13px;min-height:42px}.hero-banner{border-radius:28px;flex-direction:column;gap:20px;padding:24px 20px}.hero-left{max-width:100%}.hero-left h1{font-size:42px;line-height:1}.hero-left p{font-size:14px;line-height:1.7}.hero-action,.hero-primary-btn,.hero-secondary-btn{width:100%}.hero-image-wrap{height:auto;width:100%}.hero-drone{max-width:240px}.workshop-grid{grid-template-columns:1fr}.workshop-card{max-width:100%}.workshop-image-wrapper{height:220px}.workshop-content{padding:18px}.workshop-title{font-size:20px}.workshop-info-grid{grid-template-columns:1fr 1fr}.workshop-action{grid-template-columns:1fr}.workshop-btn{width:100%}}:root{--bg-soft:#140a24;--shadow:0 0 30px #9333ea1f;--shadow-hover:0 0 45px #9333ea2e,0 0 80px #ff174414}body:before{background:radial-gradient(circle at top left,#9333ea24,#0000 28%),radial-gradient(circle at top right,#ff17441a,#0000 28%),radial-gradient(circle at bottom,#60a5fa14,#0000 30%)}body:after{background-size:40px 40px}.loading-screen{align-items:center;display:flex;justify-content:center;min-height:100vh;overflow:hidden;padding:24px;position:relative}.hero-cta.disabled{cursor:not-allowed;opacity:.5;pointer-events:none}.hero-video{height:100%;inset:0;object-fit:cover;position:absolute;transition:filter 1.5s ease,transform 1.5s ease;width:100%}.video-clear{filter:brightness(1) contrast(1) saturate(1);transform:scale(1)}.esc-loader{align-items:center;background:#05010d;display:flex;inset:0;justify-content:center;position:fixed;z-index:999999}.esc-loader-bg{background-image:linear-gradient(#ffffff05 1px,#0000 0),linear-gradient(90deg,#ffffff05 1px,#0000 0);background-size:42px 42px;inset:0;position:absolute}.esc-loader-glow{border-radius:50%;filter:blur(140px);position:absolute}.glow-1{background:#9333ea2e}.glow-2{background:#ff174424;height:400px;width:400px}.esc-loader-card{position:relative;text-align:center;z-index:2}.esc-loader-ring{animation:spinESC 1.3s linear infinite;background:conic-gradient(#9333ea,#ff1744,#60a5fa,#9333ea);border-radius:50%;height:150px;margin:auto;padding:7px;width:150px}.esc-loader-core{align-items:center;background:#05010d;border-radius:50%;color:#fff;display:flex;font-family:Orbitron,sans-serif;font-size:38px;font-weight:800;height:100%;justify-content:center;width:100%}.esc-loader-card h1{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#fff,#c084fc,#60a5fa);-webkit-background-clip:text;font-family:Orbitron,sans-serif;font-size:42px;margin-top:28px;max-width:800px}.esc-loader-card p{color:#9ca3af;margin-top:16px}.esc-loader-bar{background:#ffffff0d;border-radius:999px;height:8px;margin:28px auto 0;overflow:hidden;width:320px}.esc-loader-bar span{animation:escProgress 1.4s infinite;background:linear-gradient(90deg,#9333ea,#ff1744);border-radius:999px;display:block;height:100%;width:30%}@keyframes spinESC{to{transform:rotate(1turn)}}@keyframes escProgress{0%{transform:translateX(-120%)}to{transform:translateX(700%)}}.video-dark{filter:brightness(.35) contrast(1.1) saturate(1.1);transform:scale(1.05)}.hero-video-overlay{inset:0;position:absolute;transition:all 1.5s ease;z-index:1}.overlay-hide{-webkit-backdrop-filter:none;backdrop-filter:none;background:#0000;opacity:0}.overlay-show{background:linear-gradient(180deg,#00000059,#000000a6);opacity:1}.hero-orb{z-index:2}.hero-badge{align-items:center;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#9333ea26;border:1px solid #9333ea40;border-radius:999px;color:#d8b4fe;display:inline-flex;font-size:13px;font-weight:700;margin-bottom:24px;padding:12px 20px}.hero-meta{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;margin-bottom:40px}.hero-meta-item{background:#ffffff0d;border:1px solid #ffffff14;border-radius:12px;font-size:14px;padding:10px 18px}.hero-actions{display:flex;flex-wrap:wrap;gap:16px;justify-content:center}.hero-secondary{align-items:center;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid #ffffff26;border-radius:18px;color:#fff;display:flex;height:60px;padding:0 32px;text-decoration:none}.stats-section{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(4,1fr);margin:-60px auto 80px;max-width:1200px;position:relative;z-index:20}.stat-card{background:#0a0a14bf;border:1px solid #ffffff14;border-radius:24px;text-align:center}.stat-card h3{color:#d8b4fe;font-size:36px}.scroll-indicator{animation:bounce 2s infinite;bottom:30px;color:#9ca3af;font-size:12px;left:50%;letter-spacing:.12em;position:absolute;text-transform:uppercase;transform:translateX(-50%)}@keyframes bounce{0%,to{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(8px)}}.loading-card{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(145deg,#12052df5,#050014fa);border:1px solid #a855f72e;border-radius:32px;box-shadow:0 30px 80px #00000073,0 0 60px #a855f726;max-width:460px;overflow:hidden;padding:50px 40px;position:relative;text-align:center;width:100%}.loading-glow{background:radial-gradient(circle,#a855f738,#0000 70%);border-radius:50%;filter:blur(40px);height:280px;position:absolute;right:-80px;top:-120px;width:280px}.loading-icon{align-items:center;animation:loadingFloat 2s ease-in-out infinite;background:linear-gradient(135deg,#9333ea,#ec4899);border-radius:28px;box-shadow:0 0 40px #a855f759;display:flex;font-size:42px;height:90px;justify-content:center;margin:0 auto 26px;position:relative;width:90px;z-index:2}.loading-card h2{color:#fff;font-size:34px;font-weight:800;line-height:1.2;margin-bottom:14px;position:relative;z-index:2}.loading-card p{color:#9ca3af;font-size:15px;line-height:1.8;margin-bottom:28px;position:relative;z-index:2}.loading-bar{background:#ffffff0f;border:1px solid #ffffff0d;border-radius:999px;height:14px;overflow:hidden;position:relative;width:100%}.loading-progress{animation:loadingBar 1.2s linear infinite;background:linear-gradient(90deg,#9333ea,#ec4899);border-radius:999px;height:100%;left:-40%;position:absolute;width:40%}@keyframes loadingBar{0%{left:-40%}to{left:100%}}@keyframes loadingFloat{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}@media(max-width:768px){.loading-card{border-radius:26px;padding:40px 24px}.loading-icon{border-radius:22px;font-size:34px;height:72px;width:72px}.loading-card h2{font-size:26px}.loading-card p{font-size:14px}}.page{min-height:100vh}.hero-comp{align-items:center;display:flex;justify-content:center;min-height:calc(100vh - 80px);overflow:hidden;padding:120px 20px 80px;position:relative;text-align:center}.hero-inner{margin:auto;max-width:1200px;position:relative;width:100%;z-index:3}.hero-hidden{opacity:0;pointer-events:none;transform:translateY(60px)}.hero-visible{opacity:1;transform:translateY(0);transition:opacity 1.2s ease,transform 1.2s ease}.hero-orb{animation:floating 8s ease-in-out infinite alternate;border-radius:50%;filter:blur(40px);position:absolute}.hero-orb-1{background:#9333ea38;height:340px;left:-120px;top:-30px;width:340px}.hero-orb-2{background:#ff17442e;height:280px;right:-100px;top:-30px;width:280px}@keyframes floating{0%{transform:translateY(0) scale(1)}to{transform:translateY(25px) scale(1.06)}}.hero-eyebrow{align-items:center;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;box-shadow:0 0 20px #9333ea1f;color:#c084fc;display:inline-flex;font-size:12px;font-weight:600;gap:10px;letter-spacing:.14em;margin-bottom:18px;padding:10px 20px;text-transform:uppercase}.hero-comp h1{-webkit-text-fill-color:#0000;animation:titleReveal 1s ease-out,textGlow 10s linear infinite,titleGlow 4s ease-in-out infinite alternate;background:linear-gradient(90deg,#fff,#d8b4fe,#fff,#ff8fd8,#fff);-webkit-background-clip:text;font-family:Sora,sans-serif;font-size:clamp(38px,4vw,64px);font-weight:800;letter-spacing:-2px;line-height:1.05;margin:0 auto 20px;max-width:950px}@keyframes textGlow{0%{background-position:0}50%{background-position:200%}to{background-position:0}}@keyframes titleFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes titleReveal{0%{opacity:0;transform:translateY(40px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes titleGlow{0%{text-shadow:0 0 15px #9333ea33}to{text-shadow:0 0 40px #9333ea80,0 0 80px #ff174433}}.hero-desc{color:#d1d5db;font-size:16px;line-height:1.8;margin:0 auto 18px;max-width:760px;text-align:justify}.hero-sub{color:#9ca3af;font-size:13px;line-height:1.7;margin:0 auto 30px;max-width:600px}.countdown-block{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:center;margin-bottom:36px}.countdown-unit{flex-direction:column;gap:10px}.countdown-num,.countdown-unit{align-items:center;display:flex}.countdown-num{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffff08;border:1px solid #ffffff14;border-radius:24px;box-shadow:0 0 20px #9333ea33,inset 0 0 20px #ffffff08;color:#fff;font-family:Orbitron,sans-serif;font-size:38px;font-weight:700;height:95px;justify-content:center;width:95px}.countdown-label{color:#9ca3af;font-size:11px;letter-spacing:.12em;text-transform:uppercase}.countdown-sep{color:#c084fc;font-size:34px;font-weight:700}.hero-cta{align-items:center;animation:pulseGlow 2s infinite;background:linear-gradient(135deg,#9333ea,#ff1744);background:var(--gradient);border-radius:999px;box-shadow:0 0 30px #9333ea47;color:#fff;display:inline-flex;font-size:15px;font-weight:700;gap:12px;height:72px;padding:0 52px;position:relative;text-decoration:none;transition:.35s}.hero-cta:before{background:linear-gradient(90deg,#9333ea,#ff1744);border-radius:20px;content:"";filter:blur(20px);inset:-2px;opacity:.6;position:absolute;z-index:-1}.hero-cta:hover{box-shadow:0 0 40px #9333ea59,0 0 55px #ff17442e;transform:translateY(-4px)}.content{margin:auto;max-width:1300px;padding:0 24px 80px}.year-section{margin-bottom:90px}.year-header{gap:18px;margin-bottom:28px}.year-header,.year-title{align-items:center;display:flex}.year-title{gap:14px}.year-text{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#fff,#d8b4fe);-webkit-background-clip:text;font-family:Orbitron,sans-serif;font-size:32px;font-weight:700}.year-line{background:linear-gradient(90deg,#9333ea99,#0000);flex:1 1;height:1px}.badge-count,.badge-done,.badge-live{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid #ffffff14;border-radius:999px;display:inline-flex;font-size:11px;font-weight:600;height:34px;padding:0 14px}.badge-live{background:#ff17441f;box-shadow:0 0 20px #ff174424;color:#ff4d73}.badge-done{background:#ffffff0a;color:#c4c4c4}.badge-count{background:#9333ea1f;color:#d8b4fe}.panitia{aspect-ratio:16/6;background:#0d0718;background:var(--bg-card);border:1px solid #ffffff0f;border-radius:30px;box-shadow:0 0 30px #9333ea1f;box-shadow:var(--shadow);margin-bottom:34px;overflow:hidden;position:relative;transition:.4s}.panitia:hover{box-shadow:0 0 45px #9333ea2e,0 0 80px #ff174414;box-shadow:var(--shadow-hover);transform:translateY(-4px)}.panitia img{height:100%;object-fit:cover;transition:.5s;width:100%}.panitia:hover img{transform:scale(1.05)}.panitia-overlay{background:linear-gradient(0deg,#05010df2,#0000);inset:auto 0 0 0;padding:34px;position:absolute}.panitia-overlay h3{font-size:28px;font-weight:700;margin-bottom:8px}.panitia-overlay p{color:#c4c4c4;font-size:14px}.events-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.events-header h4{color:#9ca3af;font-size:12px;font-weight:600;letter-spacing:.14em;text-transform:uppercase}.events-grid{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(auto-fit,minmax(50px,1fr))}.event-card{aspect-ratio:3/3;background:linear-gradient(180deg,#140a24f5,#080412f0);border:1px solid #ffffff0d;border-radius:24px;box-shadow:0 0 20px #00000047;overflow:hidden;position:relative;transition:.4s}.event-card:hover{border:1px solid #9333ea47;box-shadow:0 0 30px #9333ea2e,0 0 45px #ff174414;transform:translateY(-8px)}.event-img{height:100%;inset:0;object-fit:cover;position:absolute;transition:.6s;width:100%}.event-card:hover .event-img{transform:scale(1.08)}.event-overlay{background:linear-gradient(180deg,#9333ea14,#05010deb);inset:0;position:absolute}.event-content{display:flex;flex-direction:column;inset:0;justify-content:space-between;padding:18px;position:absolute;z-index:2}.event-number{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0f;border:1px solid #ffffff14;border-radius:12px;color:#fff;display:flex;font-size:11px;font-weight:700;height:36px;justify-content:center;width:36px}.event-content h3{color:#fff;font-size:20px;font-weight:700;line-height:1.2;margin-bottom:8px}.event-content p{color:#c4c4c4;font-size:12px;line-height:1.7;opacity:.88}.event-line{background:linear-gradient(90deg,#9333ea,#ff1744);border-radius:999px;height:3px;margin-top:12px;transition:.4s;width:0}.event-card:hover .event-line{width:100%}.register{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:linear-gradient(135deg,#9333ea29,#ff174414);border:1px solid #ffffff14;border-radius:34px;box-shadow:0 0 45px #9333ea2e,0 0 80px #ff174414;box-shadow:var(--shadow-hover);margin:100px auto 0;max-width:760px;overflow:hidden;padding:70px 40px;position:relative;text-align:center}.register:before{background:radial-gradient(circle at top left,#9333ea40,#0000 45%),radial-gradient(circle at bottom right,#ff17442e,#0000 45%);content:"";inset:0;position:absolute}.register>*{position:relative;z-index:2}.register h2{font-family:Orbitron,sans-serif;font-size:46px;margin-bottom:18px}.register p{color:#d1d5db;line-height:1.9;margin-bottom:32px}.register-button{align-items:center;background:linear-gradient(135deg,#9333ea,#ff1744);background:var(--gradient);border:none;border-radius:18px;box-shadow:0 0 30px #9333ea40;color:#fff;cursor:pointer;display:inline-flex;font-size:15px;font-weight:700;gap:12px;height:60px;padding:0 36px;transition:.35s}.register-button:hover{box-shadow:0 0 45px #9333ea59,0 0 60px #ff17442e;transform:translateY(-4px)}@media(max-width:1024px){.events-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.hero-comp{min-height:100svh;padding:100px 20px 60px}.hero-comp h1{font-size:58px}.countdown-block{gap:10px}.countdown-num{font-size:28px;height:74px;width:74px}.events-grid{grid-template-columns:1fr}.panitia{aspect-ratio:16/9}.register h2{font-size:36px}}:root{--bg-card:#0d0718}.research-page{position:relative}.research-page:before{background:radial-gradient(circle at top left,#9333ea24,#0000 28%),radial-gradient(circle at top right,#ff17441a,#0000 28%);z-index:-2}.research-page:after,.research-page:before{content:"";inset:0;pointer-events:none;position:fixed}.research-page:after{background-image:linear-gradient(#ffffff05 1px,#0000 0),linear-gradient(90deg,#ffffff05 1px,#0000 0);background-size:42px 42px;z-index:-1}.research-section{margin:auto;max-width:1400px;padding:20px 20px 100px}.pagination-project{display:flex;gap:12px;justify-content:center;margin-top:40px}.pagination-project button{background:#ffffff0a;border:1px solid #ffffff14;border-radius:12px;color:#fff;cursor:pointer;height:44px;width:44px}.pagination-project button.active-page{background:linear-gradient(135deg,#9333ea,#ff1744)}.pagination-project button:disabled{cursor:not-allowed;opacity:.4}.project-status{border-radius:20px;color:#000;font-size:12px;left:16px;padding:6px 12px;position:absolute;top:16px}.facility-section{margin-top:120px}.facility-icon{align-items:center;background:linear-gradient(135deg,#9333ea40,#ff174426);border-radius:18px;display:flex;font-size:30px;height:64px;justify-content:center;margin:0 auto 18px;width:64px}.facility-grid{grid-gap:100px;display:grid;gap:100px;grid-template-columns:repeat(auto-fit,minmax(260px,280px));justify-content:center}.technology-section{background:hsla(0,0%,100%,.025);border:1px solid #ffffff0d;border-radius:20px;margin-top:28px;padding:24px}.technology-header{align-items:center;display:flex;gap:10px;margin-bottom:18px}.technology-header svg{color:#c084fc}.technology-header h4{font-size:18px;font-weight:700;margin:0}.technology-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,1fr)}.tech-card{align-items:center;background:linear-gradient(145deg,#9333ea14,#ffffff05);border:1px solid #9333ea1f;border-radius:14px;display:flex;gap:10px;min-height:52px;padding:14px 16px;transition:.3s}.tech-card:hover{border-color:#c084fc59;transform:translateY(-2px)}.tech-icon{font-size:14px}.facility-card h3{font-size:10px;line-height:1;margin:0;max-width:300px;text-align:center}.facility-card:hover{background-color:#c084fc;border-color:rgba(192,132,252,.956);box-shadow:0 20px 50px #8307f62e;transform:translateY(-8px)}.facility-card:before{background:radial-gradient(circle,#9333ea38,#0000 70%);border-radius:50%;content:"";filter:blur(40px);height:140px;position:absolute;right:-50px;top:-50px;width:140px}.facility-card{align-items:center;background:linear-gradient(145deg,#121930eb,#080c1ceb);border:1px solid #ffffff0f;border-radius:24px;display:flex;flex-direction:column;height:180px;justify-content:center;padding:24px 20px;text-align:center;transition:all .35s ease;width:280px}.facility-card h3{font-size:20px;line-height:1.5}.project-status.done{background:#04f25b}.project-status.progress{background:#f97416}.project-modal-overlay{align-items:flex-start;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000b8;display:flex;inset:0;justify-content:center;overflow-y:auto;padding-bottom:40px;padding-top:110px;position:fixed;z-index:999}.project-modal{border-radius:24px;max-height:90vh;overflow:auto;padding:30px;width:700px}.section-title{margin-bottom:40px;text-align:center}.section-title h2{font-family:Orbitron,sans-serif;font-size:clamp(38px,5vw,62px);line-height:1.1}.research-hero{overflow:hidden;padding:20px 20px 100px;position:relative}.hero-glow{border-radius:50%;filter:blur(120px);position:absolute}.hero-glow-left{background:#9333ea2e;height:420px;left:-120px;top:-120px;width:420px}.hero-glow-right{background:#ff174424;height:360px;right:-100px;top:-100px;width:360px}.research-loader{align-items:center;background:#05010d;display:flex;inset:0;justify-content:center;position:fixed;z-index:999999}.research-loader-grid{background-image:linear-gradient(#ffffff05 1px,#0000 0),linear-gradient(90deg,#ffffff05 1px,#0000 0);background-size:42px 42px;inset:0;position:absolute}.research-loader-glow{border-radius:50%;filter:blur(120px);position:absolute}.glow-left{background:#9333ea2e;left:10%;top:10%}.glow-left,.glow-right{height:380px;width:380px}.glow-right{background:#ff174424;bottom:10%;right:10%}.research-loader-content{position:relative;text-align:center;z-index:2}.research-loader-ring{animation:spinResearch 1.2s linear infinite;background:conic-gradient(#9333ea,#ff1744,#60a5fa,#9333ea);border-radius:50%;height:150px;margin:auto;padding:6px;width:150px}.research-loader-core{align-items:center;background:#05010d;border-radius:50%;display:flex;font-family:Orbitron;font-size:34px;font-weight:800;height:100%;justify-content:center;width:100%}.research-loader-content h1{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#fff,#c084fc);-webkit-background-clip:text;font-family:Orbitron;font-size:52px;margin-top:28px}.research-loader-content p{color:#9ca3af;margin-top:16px}.research-loader-bar{background:#ffffff0d;border-radius:999px;height:8px;margin:28px auto 0;overflow:hidden;width:300px}.research-loader-bar span{animation:researchProgress 1.5s infinite;background:linear-gradient(90deg,#9333ea,#ff1744);display:block;height:100%;width:30%}@keyframes spinResearch{to{transform:rotate(1turn)}}@keyframes researchProgress{0%{transform:translateX(-120%)}to{transform:translateX(700%)}}.research-hero-content{margin:auto;max-width:1400px;position:relative;z-index:2}.research-video-wrap{border:1px solid #ffffff14;border-radius:40px;box-shadow:0 0 60px #9333ea24;height:75vh;max-height:720px;min-height:560px;overflow:hidden;position:relative}.research-video{height:100%;object-fit:cover;width:100%}.research-video-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:linear-gradient(135deg,#05010dd9 10%,#05010d73 50%,#05010dd9);inset:0;position:absolute}.video-floating-badge{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#05010d8c;border:1px solid #ffffff14;border-radius:999px;color:#fff;font-size:12px;font-weight:700;left:28px;letter-spacing:.14em;padding:12px 18px;position:absolute;top:28px;z-index:5}.hero-text{align-items:center;display:flex;flex-direction:column;inset:0;justify-content:center;padding:40px;position:absolute;text-align:center;z-index:4}.hero-text h1{font-family:Orbitron,sans-serif;font-size:clamp(42px,6vw,88px);letter-spacing:-2px;line-height:1.05;margin-bottom:24px}.hero-text h1 span{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#9333ea,#ff1744);background:var(--gradient);-webkit-background-clip:text}.hero-text p{color:#d1d5db;font-size:18px;line-height:1.9;margin-bottom:36px;max-width:900px}.research-stats{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-top:34px}.stat-card{align-items:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff08;border:1px solid #ffffff0f;border-radius:26px;display:flex;gap:18px;padding:28px}.stat-card svg{color:#c084fc}.stat-card h3{font-size:28px}.stat-card span{color:#9ca3af;color:var(--muted)}.director-section{grid-gap:60px;align-items:center;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:linear-gradient(135deg,#140a24f5,#080412fa);border:1px solid #ffffff0f;border-radius:36px;display:grid;gap:60px;grid-template-columns:420px minmax(0,1fr);overflow:hidden;padding:50px;position:relative}.director-image-wrap{align-items:center;display:flex;justify-content:center}.director-image-glow{background:radial-gradient(circle,#9333ea47,#0000 70%);border-radius:50%;filter:blur(60px);height:280px;width:280px}.director-image{border-radius:28px;box-shadow:0 0 40px #9333ea2e;max-width:360px}.director-badge{background:#9333ea1a;border:1px solid #9333ea3d;border-radius:999px;color:#d8b4fe;display:inline-flex;font-size:12px;font-weight:700;margin-bottom:24px;padding:10px 18px}.director-content h2{font-family:Orbitron,sans-serif;font-size:clamp(38px,5vw,58px);margin-bottom:24px}.director-content h2 span{background:linear-gradient(135deg,#9333ea,#ff1744);background:var(--gradient)}.director-content p{color:#c4c4c4;font-size:15px;line-height:1.9;margin-bottom:18px}.director-action{margin-top:34px}.director-link-btn{align-items:center;background:linear-gradient(135deg,#9333ea,#ff1744);background:var(--gradient);border-radius:18px;color:#fff;display:inline-flex;font-size:14px;font-weight:700;gap:10px;height:56px;padding:0 28px;text-decoration:none;transition:.35s}.director-link-btn:hover{transform:translateY(-4px)}.feature-top-action{flex-wrap:wrap;gap:18px;margin-bottom:46px;margin-top:14px}.feature-btn,.feature-top-action{align-items:center;display:flex;justify-content:center}.feature-btn{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffff0a;border:1px solid #ffffff14;border-radius:18px;color:#d1d5db;cursor:pointer;font-size:14px;font-weight:700;gap:10px;height:58px;padding:0 30px;transition:.35s}.feature-btn:hover{border:1px solid #9333ea4d;color:#fff;transform:translateY(-4px)}.feature-btn.active{background:linear-gradient(135deg,#9333ea,#ff1744);background:var(--gradient);box-shadow:0 0 40px #9333ea42;color:#fff}.project-grid{grid-gap:28px;display:grid;gap:28px;grid-template-columns:repeat(auto-fit,minmax(280px,2fr))}.project-card{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:linear-gradient(180deg,#140a24f5,#080412fa);border:1px solid #ffffff0f;border-radius:24px;display:flex;flex-direction:column;min-height:520px;overflow:hidden;transition:.4s}.project-card:hover{border:1px solid #9333ea3d;box-shadow:0 0 50px #9333ea29;transform:translateY(-10px)}.project-image{height:250px;overflow:hidden;position:relative}.project-image img{height:100%;object-fit:cover;transition:.6s;width:100%}.project-card:hover .project-image img{transform:scale(1.08)}.project-overlay{background:linear-gradient(180deg,#0000000d,#05010df0);inset:0;position:absolute}.project-tag{background:#9333ea2e;border:1px solid #9333ea38;border-radius:999px;color:#e9d5ff;left:18px;top:18px}.project-label,.project-tag{font-size:11px;font-weight:700;padding:8px 14px;position:absolute;z-index:5}.project-label{background:#05010dbf;border:1px solid #ffffff14;border-radius:999px;bottom:18px;color:#fff;right:18px}.project-content{display:flex;flex:1 1;flex-direction:column;padding:30px}.project-content h3{font-size:24px;min-height:65px}.project-content h3,.project-content p{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.project-content p{margin-bottom:16px;min-height:55px}.team-lead{background:#ffffff08;border-radius:14px;margin:18px 0;padding:14px}.team-lead span{color:#9ca3af;display:block;font-size:12px;margin-bottom:4px}.team-lead strong{font-size:14px}.project-modal{background:#0b1120;border:1px solid #ffffff14;border-radius:28px;overflow:hidden;padding:0;width:min(900px,90vw)}.project-modal-body{grid-gap:20px;align-items:stretch;display:grid;gap:20px;grid-template-columns:400px 2fr}.modal-left img{height:100%;object-fit:cover;object-position:95% center;width:100%}.modal-left{border-radius:24px;overflow:hidden}.modal-info{grid-gap:14px;display:grid;gap:14px;margin:24px 0}.modal-info div{background:#ffffff08;border-radius:14px;padding:14px 16px}.modal-right{padding:10px}.modal-right h2{font-size:42px;margin-bottom:20px}.modal-right p{color:#b8b8c5;line-height:1.8}.modal-close{border:none;border-radius:50%;cursor:pointer;height:44px;position:absolute;right:20px;top:20px;width:44px}.publication-btn{align-items:center;background:linear-gradient(135deg,#9333ea,#ff1744);border:none;border-radius:16px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:700;height:54px;justify-content:center;margin:28px auto 0;transition:.3s;width:220px}.publication-btn:hover{transform:translateY(-2px)}.roadmap-wrap{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.roadmap-item{background:#ffffff08;border:1px solid #ffffff0f;border-radius:28px;padding:34px;text-align:center;transition:.35s}.roadmap-item:hover{border:1px solid #9333ea3d;transform:translateY(-8px)}.roadmap-icon{align-items:center;background:linear-gradient(135deg,#9333ea,#ff1744);background:var(--gradient);border-radius:22px;color:#fff;display:flex;height:74px;justify-content:center;margin:0 auto 22px;width:74px}.roadmap-item h3{font-size:24px}@media(max-width:768px){.research-video-wrap{border-radius:28px;height:520px}.hero-text h1{font-size:54px}.hero-text p{font-size:14px}.btn-primary{justify-content:center;width:100%}.research-stats{grid-template-columns:2fr}.director-section{grid-template-columns:1fr;padding:30px 22px;text-align:center}.director-action{display:flex;justify-content:center}.feature-top-action{flex-direction:column}.feature-btn{width:100%}.project-grid{grid-template-columns:2fr}.project-card{border-radius:24px}.project-image{height:210px}.project-content{padding:20px}.project-content h3{font-size:22px}.project-content p{font-size:13px}.roadmap-wrap{grid-template-columns:1fr}}:root{--bg:#05010d;--bg-card:#140a24;--muted:#9ca3af;--pink-soft:#ff4d73;--gradient:linear-gradient(135deg,#9333ea,#ff1744);--shadow:0 0 35px #9333ea24;--shadow-hover:0 0 45px #9333ea33,0 0 80px #ff17441a}body{background:#05010d;background:var(--bg);color:var(--text);font-family:Inter,sans-serif}body:before{background:radial-gradient(circle at top left,#9333ea24,#0000 25%),radial-gradient(circle at top right,#ff17441a,#0000 25%);z-index:-3}body:after,body:before{content:"";inset:0;pointer-events:none;position:fixed}body:after{background-image:linear-gradient(#ffffff05 1px,#0000 0),linear-gradient(90deg,#ffffff05 1px,#0000 0);background-size:42px 42px;z-index:-2}.reveal{filter:blur(12px);opacity:0;transform:translateY(70px) scale(.97);transition:opacity .9s cubic-bezier(.22,1,.36,1),transform .9s cubic-bezier(.22,1,.36,1),filter .9s ease}.reveal.active{filter:blur(0);opacity:1;transform:translateY(0) scale(1)}.hero-background{inset:0;overflow:hidden;position:absolute}.hero-slide{height:100%;inset:0;object-fit:cover;opacity:0;position:absolute;transform:scale(1.05);transition:opacity 1.2s ease,transform 6s ease;width:100%}.hero-slide.active{opacity:1;transform:scale(1)}.about-badge{align-items:center;background:#9333ea1f;border:1px solid #c084fc47;border-radius:999px;box-shadow:0 0 25px #9333ea2e;color:#e9d5ff;display:inline-flex;font-size:14px;font-weight:700;gap:14px;letter-spacing:.14em;margin-bottom:28px;padding:14px 28px}.badge-dot{background:#a855f7;border-radius:50%;box-shadow:0 0 12px #a855f7,0 0 20px #ec4899;height:6px;width:6px}.hero-stats-box{align-self:end;display:flex;flex-direction:column;justify-content:flex-end;margin-left:auto;max-width:520px;padding-bottom:60px;width:100%}@media(max-width:1100px){.hero-modern-content h1{font-size:72px}}@media(max-width:768px){.page-header-we{padding:90px 0 70px}.hero-modern-content h1{font-size:56px}.hero-modern-content p{font-size:16px}}.page-header-we{min-height:950px;padding-bottom:320px;padding-top:100px;position:relative}.hero-background img{height:100%;object-fit:cover;width:100%}.hero-dark-overlay{background:linear-gradient(90deg,#05010df5,#05010de0 35%,#05010d99 65%,#05010dd1);inset:0;position:absolute}.hero-left-content{animation:fadeLeft 1s ease}.hero-btn-primary,.hero-btn-secondary{transition:.35s}.hero-btn-primary:hover,.hero-btn-secondary:hover{transform:translateY(-4px) scale(1.03)}@keyframes fadeLeft{0%{opacity:0;transform:translateX(-60px)}to{opacity:1;transform:translateX(0)}}@keyframes heroTitleFade{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.hero-left-content h1{font-size:58px}.hero-left-content p{font-size:16px}}.hero-v2{align-items:center;display:grid;grid-template-columns:58% 42%;min-height:50vh;padding-top:40px;position:relative;z-index:5}.hero-stats-bottom{grid-gap:18px;bottom:340px;display:grid;gap:18px;grid-template-columns:repeat(3,minmax(0,1fr));left:50%;position:absolute;transform:translateX(-50%);width:min(1300px,calc(100% - 60px));z-index:8}.hero-btn-primary,.hero-btn-secondary{justify-content:center;min-width:170px}.stat-row{align-items:center;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#140a24b8;border:1px solid #ffffff14;border-radius:24px;display:flex;gap:18px;height:130px;min-height:0;min-height:auto;min-width:0;overflow:hidden;padding:24px 28px;transition:all .35s ease}@media (max-width:1100px){.hero-stats-bottom{bottom:80px;grid-template-columns:1fr}.stat-row{height:auto;min-height:110px}}.stat-row h3:after{animation:shine 2.5s infinite;background:linear-gradient(90deg,#0000,#ffffff80,#0000);content:"";inset:0;position:absolute;transform:translateX(-120%)}@keyframes shine{to{transform:translateX(120%)}}.stat-row:hover{box-shadow:0 20px 40px #00000073,0 0 30px #a855f740;transform:translateY(-12px) scale(1.02)}.stat-row:last-child{border-bottom:none}.stat-row h3{font-family:Orbitron,sans-serif;font-size:48px;min-width:120px;overflow:hidden;position:relative}.stat-row h4{font-size:24px;margin-bottom:6px}.stat-row p{color:#9ca3af;font-size:15px}.hero-bottom-chips{bottom:40px;display:flex;gap:20px;left:50%;position:absolute;transform:translateX(-50%);z-index:10}.chip{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff0a;border:1px solid #ffffff14;border-radius:18px;padding:18px 28px}.about-image-slider{border:1px solid #ffffff0f;border-radius:34px;box-shadow:0 0 45px #9333ea33,0 0 80px #ff17441a;box-shadow:var(--shadow-hover);height:470px;overflow:hidden;position:relative;width:100%}.about-slide{height:100%;inset:0;object-fit:cover;opacity:0;position:absolute;transform:scale(1.05);transition:opacity 1s ease,transform 4s ease;width:100%}.about-slide.active{opacity:1;transform:scale(1)}.about-slider-dots{bottom:18px;display:flex;gap:10px;left:50%;position:absolute;transform:translateX(-50%);z-index:5}.about-slider-dots span{background:#fff6;border-radius:50%;height:10px;transition:.3s;width:10px}.about-slider-dots span.active{background:linear-gradient(90deg,#9333ea,#ff4d73);border-radius:999px;width:28px}.vision-mission-wrapper{display:flex;flex-direction:column;gap:28px}.vision-box{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff08;border:1px solid #b478ff26;border-radius:24px;padding:30px}.vision-box h3{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#9333ea,#ff4d73);-webkit-background-clip:text;font-size:2rem;margin-bottom:18px}.vision-box p{color:#ffffffd9;font-size:1.05rem;line-height:1.8}.mission-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(2,1fr)}.mission-card{background:hsla(0,0%,100%,.025);border:1px solid #ffffff14;border-radius:20px;padding:24px;transition:all .3s ease}.page-loader{align-items:center;background:radial-gradient(circle at top left,#9333ea2e,#0000 30%),radial-gradient(circle at bottom right,#ff17441f,#0000 30%),#05010d;display:flex;inset:0;justify-content:center;position:fixed;z-index:99999}.loader-grid{background-image:linear-gradient(hsla(0,0%,100%,.025) 1px,#0000 0),linear-gradient(90deg,hsla(0,0%,100%,.025) 1px,#0000 0);background-size:40px 40px;inset:0;position:absolute}.loader-content{position:relative;text-align:center;z-index:2}.loader-ring{animation:spinLoader 1.2s linear infinite;background:conic-gradient(#9333ea,#ff1744,#60a5fa,#9333ea);border-radius:50%;height:120px;margin:auto;padding:8px;width:120px}.loader-core{background:#05010d;border-radius:50%;box-shadow:inset 0 0 30px #9333ea40,0 0 25px #9333ea2e;height:100%;width:100%}.loader-content h2{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#fff,#c084fc);-webkit-background-clip:text;font-family:Orbitron,sans-serif;font-size:34px;margin-top:30px}.loader-content p{color:#94a3b8;margin-top:12px}.loader-bar{background:#ffffff0d;border-radius:999px;height:8px;margin-top:30px;margin-inline:auto;overflow:hidden;width:280px}.loader-bar span{animation:progressAnim 1.5s infinite;background:linear-gradient(90deg,#9333ea,#ff1744);border-radius:999px;display:block;height:100%;width:40%}@keyframes spinLoader{to{transform:rotate(1turn)}}@keyframes progressAnim{0%{transform:translateX(-120%)}to{transform:translateX(700%)}}.history-section{margin:140px 0;position:relative}.history-header{margin-bottom:90px;text-align:center}.history-header h2{font-size:56px;margin:18px 0}.history-header p{color:#9ca3af}.history-zigzag{margin:auto;max-width:1200px;position:relative}.history-zigzag:before{background:linear-gradient(180deg,#9333ea,#ff4d73);bottom:0;box-shadow:0 0 20px #9333ea66,0 0 35px #ff4d7333;content:"";left:50%;position:absolute;top:0;transform:translateX(-50%);width:3px}.history-zigzag-item{display:flex;margin-bottom:70px;position:relative;width:100%}.history-zigzag-item.left{justify-content:flex-start}.history-zigzag-item.right{justify-content:flex-end}.history-card-modern{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#140a24b8;border:1px solid #ffffff14;border-radius:28px;overflow:hidden;padding:36px;position:relative;transition:all .4s ease;width:calc(50% - 60px)}.history-card-modern:hover{box-shadow:0 0 40px #9333ea40,0 0 70px #ff4d731a;transform:translateY(-10px) scale(1.02)}.history-watermark{color:#e3e0e6cc;font-family:Orbitron;font-size:72px;font-weight:800;position:absolute;right:24px;top:20px}.history-icon-modern{align-items:center;background:#9333ea1f;border:1px solid #9333ea40;border-radius:22px;display:flex;font-size:34px;height:72px;justify-content:center;margin-bottom:20px;width:72px}.history-zigzag:after{background:linear-gradient(180deg,#ff4d73,#ff4d7300);box-shadow:0 0 12px #9333ea4d,0 0 20px #ff4d7326;content:"";height:120px;left:50%;position:absolute;top:100%;transform:translateX(-50%);width:3px}.history-card-modern h3{font-size:30px;margin-bottom:16px}.history-final-cta{align-items:center;display:flex;flex-direction:column;margin-top:120px;position:relative}.history-final-dot{background:linear-gradient(135deg,#9333ea,#ff4d73);border-radius:50%;box-shadow:0 0 25px #9333ea99,0 0 45px #ff4d7359;height:28px;margin-bottom:40px;width:28px}.history-final-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(135deg,#140a24e6,#080614f2);border:1px solid #9333ea38;border-radius:32px;box-shadow:0 0 50px #9333ea1f,inset 0 0 30px #ffffff05;padding:56px 48px;text-align:center;width:min(760px,100%)}.history-final-card span{color:#c084fc;font-family:Orbitron;font-size:12px;letter-spacing:3px}.history-final-card h3{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#fff,#c084fc,#ff4d73);-webkit-background-clip:text;font-size:44px;margin:18px 0 22px}.history-final-card p{color:#cbd5e1;line-height:1.9;margin:auto;max-width:560px}.history-join-btn{background:linear-gradient(90deg,#9333ea,#ff4d73);border-radius:999px;color:#fff;display:inline-flex;font-weight:600;margin-top:36px;padding:14px 34px;text-decoration:none;transition:all .35s ease}.history-join-btn:hover{box-shadow:0 0 30px #9333ea59,0 0 50px #ff4d7333;transform:translateY(-4px)}.history-card-modern p{color:#cbd5e1;line-height:1.9}.history-center-dot{background:linear-gradient(135deg,#9333ea,#ff4d73);border:4px solid #05010d;border-radius:50%;box-shadow:0 0 18px #9333ea8c,0 0 30px #ff4d734d;height:24px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:24px}.mission-card:hover{border-color:#b14cff;box-shadow:0 0 25px #b14cff40;transform:translateY(-6px)}.mission-card span{color:#ff4d73;display:inline-block;font-size:.85rem;font-weight:700;margin-bottom:10px}.mission-card h4{color:#fff;font-size:1.2rem;margin-bottom:10px}.mission-card p{color:#ffffffbf;line-height:1.6}.mission-section h3{background:#9333ea1f;border:1px solid #b14cff4d;border-radius:999px;box-shadow:0 0 25px #b14cff2e;color:#f3d4ff;display:inline-block;font-size:1.1rem;letter-spacing:2px;margin-bottom:28px;padding:12px 28px;text-transform:uppercase}.team-grid-modern>.reveal:first-child{transition-delay:.05s}.team-grid-modern>.reveal:nth-child(2){transition-delay:.15s}.team-grid-modern>.reveal:nth-child(3){transition-delay:.25s}.team-grid-modern>.reveal:nth-child(4){transition-delay:.35s}.mission-section h3:after{background:linear-gradient(90deg,#9333ea,#ff4d73);border-radius:999px;bottom:-10px;box-shadow:0 0 12px #b14cff80;content:"";height:4px;left:0;position:absolute;width:70%}.mission-section h3:before{background:#ff4d73;border-radius:50%;box-shadow:0 0 12px #ff4d73;content:"";height:8px;position:absolute;right:-16px;top:50%;transform:translateY(-50%);width:8px}.aboutus-section{background:#05010d;background:var(--bg);margin-top:0;padding-bottom:100px;padding-top:120px;position:relative}.container{margin:auto;max-width:1300px;padding:0 20px}.about-content{grid-gap:50px;align-items:center;display:grid;gap:50px;grid-template-columns:1fr 500px;margin-bottom:120px}.section-mini-title{background:#9333ea1a;border:1px solid #9333ea38;border-radius:999px;color:#d8b4fe;display:inline-flex;font-size:12px;font-weight:700;letter-spacing:.14em;margin-bottom:24px;margin-top:10px;padding:10px 18px}.about-text h2{font-size:54px;font-weight:800;line-height:1.1;margin-bottom:24px}.about-text p{color:#c4c4c4;line-height:1.9;margin-bottom:18px}.about-image{position:relative}.about-image img{border:1px solid #ffffff0f;border-radius:34px;box-shadow:0 0 45px #9333ea33,0 0 80px #ff17441a;box-shadow:var(--shadow-hover);width:100%}.about-features{grid-gap:22px;display:grid;gap:22px;grid-template-columns:repeat(2,1fr);margin-top:40px}.about-feature-item{align-items:flex-start;background:#ffffff08;border:1px solid #ffffff0f;border-radius:26px;display:flex;gap:16px;padding:24px;transition:.35s}.about-feature-item:hover{border:1px solid #9333ea40;box-shadow:0 0 35px #9333ea24;box-shadow:var(--shadow);transform:translateY(-6px)}.about-feature-icon{align-items:center;background:#9333ea1f;border-radius:18px;color:#c084fc;display:flex;height:54px;justify-content:center;width:54px}.about-feature-text h4{font-size:18px;margin-bottom:8px}.about-feature-text p{color:#9ca3af;font-size:14px;line-height:1.7}.facilities-section{margin-bottom:120px}.facilities-content{margin-bottom:34px}.facilities-label{background:#ff17441a;border:1px solid #ff174433;border-radius:999px;color:#ff4d73;display:inline-flex;font-size:12px;font-weight:700;letter-spacing:.14em;margin-bottom:22px;padding:10px 18px}.facilities-text h2{font-size:48px;margin-bottom:18px}.facilities-text p{color:#c4c4c4;line-height:1.9}.campus-tabs{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:34px}.campus-tabs button{background:#ffffff08;border:1px solid #ffffff0f;border-radius:18px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;height:54px;padding:0 28px;transition:.35s}.campus-tabs button.active{background:linear-gradient(135deg,#9333ea,#ff1744);background:var(--gradient);box-shadow:0 0 30px #9333ea38}.hero-left-panel{flex-direction:column;justify-content:center;margin-top:-80px;max-width:760px;width:100%}.hero-left-panel h1{animation:fadeUp .9s ease forwards;font-family:Orbitron,sans-serif;font-size:clamp(28px,2.7vw,48px);font-weight:800;line-height:1.25;margin-bottom:24px;max-width:700px;opacity:0;transform:translateY(40px)}.hero-left-panel h1 span{-webkit-text-fill-color:#0000;animation:shimmer 5s linear infinite;background:linear-gradient(90deg,#7c3aed,#ec4899 35%,#fff 50%,#ec4899 65%,#7c3aed);-webkit-background-clip:text;background-size:250% auto;display:block;margin-top:12px}.hero-left-panel p{animation:fadeUp 1.2s ease forwards;color:#d1d5db;font-size:15px;line-height:2;max-width:620px;opacity:0;text-align:left;transform:translateY(40px)}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}@keyframes shimmer{to{background-position:250%}}.wave-divider{bottom:-1px;height:220px;left:-2px;overflow:hidden;position:absolute;width:calc(100% + 4px);z-index:6}.wave-divider svg{display:block;height:100%;width:100%}.wave-divider:after{background:#05010d;background:var(--bg);bottom:0;content:"";height:70px;left:0;position:absolute;width:100%}.facility-slider-modern{border:1px solid #ffffff0f;border-radius:36px;box-shadow:0 0 45px #9333ea33,0 0 80px #ff17441a;box-shadow:var(--shadow-hover);overflow:hidden;position:relative}.facility-track-modern{display:flex;transition:.5s}.facility-slide-modern{aspect-ratio:16/7;min-width:100%;position:relative}.facility-slide-modern img{height:100%;object-fit:cover;width:100%}.facility-overlay-modern{align-items:flex-end;background:linear-gradient(0deg,#05010df2,#0000 55%);display:flex;inset:0;padding:40px;position:absolute}.facility-info-modern h3{font-size:36px;margin-bottom:10px}.facility-info-modern p{color:#d1d5db}.facility-dots{bottom:20px;display:flex;gap:10px;left:50%;position:absolute;transform:translateX(-50%)}.facility-dots button{background:#ffffff4d;border:none;border-radius:999px;cursor:pointer;height:10px;transition:.3s;width:10px}.facility-dots button.active{background:linear-gradient(135deg,#9333ea,#ff1744);background:var(--gradient);width:30px}.team-section h2{font-size:52px;margin-bottom:60px;text-align:center}.director-showcase{grid-gap:50px;align-items:center;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:linear-gradient(135deg,#9333ea1f,#ff17440f);border:1px solid #ffffff14;border-radius:38px;box-shadow:0 30px 80px #00000059;display:grid;gap:50px;grid-template-columns:360px 1fr;margin-bottom:70px;overflow:hidden;padding:50px;position:relative}.director-showcase:before{background:radial-gradient(circle at top left,#9333ea38,#0000 35%),radial-gradient(circle at bottom right,#ff174429,#0000 35%);content:"";inset:0;position:absolute}.director-image-wrap{position:relative;z-index:2}.director-image-glow{background:linear-gradient(135deg,#9333ea47,#ff17442e);border-radius:34px;filter:blur(35px);inset:-20px;opacity:.8;position:absolute}.director-image{border:1px solid #ffffff14;border-radius:30px;height:460px;object-fit:cover;width:100%}.director-content,.director-image{position:relative;z-index:2}.director-label{align-items:center;background:#9333ea1f;border:1px solid #9333ea40;border-radius:999px;color:#d8b4fe;display:inline-flex;font-size:12px;font-weight:700;height:40px;letter-spacing:.14em;margin-bottom:22px;padding:0 18px}.director-content h2{font-size:52px;font-weight:900;line-height:1.1;margin-bottom:14px}.director-content h2 span{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#ff4d73,#c084fc);-webkit-background-clip:text}.director-content h4{color:#c084fc;font-size:18px;font-weight:600;margin-bottom:26px}.director-line{background:linear-gradient(135deg,#9333ea,#ff1744);background:var(--gradient);border-radius:999px;height:4px;margin-bottom:28px;width:120px}.director-quote{font-size:22px;font-weight:500;line-height:1.8;margin-bottom:28px;padding-left:28px;position:relative}.director-quote:before{color:#9333ea;content:"“";font-size:64px;left:0;line-height:1;position:absolute;top:-10px}.director-desc{color:#cbd5e1;font-size:15px;line-height:1.9}.team-grid-modern{grid-gap:28px;display:grid;gap:28px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.team-card-modern{background:linear-gradient(180deg,#140a24f5,#080412f5);border:1px solid #ffffff0f;border-radius:30px;overflow:hidden;transition:.4s}.team-card-modern:hover{box-shadow:0 0 45px #9333ea33,0 0 80px #ff17441a;box-shadow:var(--shadow-hover);transform:translateY(-10px)}.team-image{aspect-ratio:1/1.1;overflow:hidden;position:relative}.team-image img{height:100%;object-fit:cover;transition:.5s;width:100%}.team-card-modern:hover .team-image img{transform:scale(1.08)}.team-info{padding:26px;text-align:center}.team-info h3{font-size:22px;margin-bottom:10px}.team-info p{color:#c084fc;font-size:14px}@media(max-width:1024px){.about-content,.director-showcase{grid-template-columns:1fr}}@media(max-width:768px){.about-text h2,.facilities-text h2,.team-section h2{font-size:38px}.about-features{grid-template-columns:1fr}.facility-slide-modern{aspect-ratio:16/10}.facility-info-modern h3{font-size:28px}.director-showcase{padding:28px}.director-image{height:360px}.director-content h2{font-size:34px}.director-quote{font-size:17px}}:root{--bg-main:#05010d;--bg-soft:#0d0718;--white:#fff;--text:#fff;--text-muted:#9ca3af;--purple:#9333ea;--purple-light:#c084fc;--pink:#ff1744;--pink-light:#ff5c8a;--blue:#60a5fa;--card:#100a1ce0;--border:#ffffff0f;--shadow:0 0 40px #9333ea1f;--gradient-main:linear-gradient(135deg,#9333ea,#ff1744);--gradient-text:linear-gradient(90deg,#ff4d73,#c084fc,#60a5fa)}*,:after,:before{box-sizing:border-box;margin:0;padding:0}.join-page{background-color:#05010d;background-color:var(--bg-main);color:#fff;color:var(--text);font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:16px;line-height:1.7;min-height:100vh}h1,h2,h3{font-family:Orbitron,sans-serif;letter-spacing:-.01em;line-height:1.15}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:#05010d;background:var(--bg-main)}::-webkit-scrollbar-thumb{background:#9333ea;background:var(--purple);border-radius:4px}.join-page:before{background-image:linear-gradient(#ffffff05 1px,#0000 0),linear-gradient(90deg,#ffffff05 1px,#0000 0);background-size:42px 42px;content:"";inset:0;pointer-events:none;position:fixed;z-index:0}.typing-tagline{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#a855f7,#ec4899,#60a5fa);-webkit-background-clip:text;font-size:1.35rem;font-weight:700;letter-spacing:1px;margin-top:24px;min-height:40px;text-align:center;text-shadow:0 0 18px #ec489959}.cursor{-webkit-text-fill-color:#ec4899;animation:blink .8s infinite;color:#ec4899}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.hero-description{color:#fffc;font-size:1.25rem;line-height:1.8;margin-top:22px;max-width:760px;text-align:center}@keyframes glowText{0%{filter:drop-shadow(0 0 6px rgba(168,85,247,.4))}to{filter:drop-shadow(0 0 20px rgba(236,72,153,.7))}}.join-hero{min-height:calc(100vh - 80px);overflow:hidden;padding:2rem;position:relative}.join-hero,.join-loader{align-items:center;display:flex;justify-content:center}.join-loader{filter:blur(0);inset:0;opacity:1;position:fixed;transform:scale(1);transition:opacity .7s ease,transform .8s cubic-bezier(.22,1,.36,1),filter .8s ease;z-index:999999}.join-loader.exit{filter:blur(12px);opacity:0;pointer-events:none;transform:scale(1.05)}.join-loader-grid{background-image:linear-gradient(#ffffff05 1px,#0000 0),linear-gradient(90deg,#ffffff05 1px,#0000 0);background-size:42px 42px;inset:0;position:absolute}.join-loader-glow{border-radius:50%;filter:blur(130px);position:absolute}.futuristic-section{max-width:1400px}.section-heading{align-items:flex-start;display:flex;gap:20px;margin-bottom:48px}.section-number{color:#9333ea14;font-family:Orbitron,sans-serif;font-size:80px;font-weight:800;line-height:1;-webkit-user-select:none;user-select:none}.section-heading p{color:#9ca3af;font-size:.95rem;margin-top:12px}.futuristic-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(5,1fr)}.f-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(180deg,#140c24f2,#070412f5);border:1px solid #9333ea40;border-radius:24px;min-height:280px;overflow:hidden;padding:32px 24px;position:relative;transition:all .35s ease}.f-card:before{background:radial-gradient(circle at top,#9333ea26,#0000 60%);content:"";inset:0;opacity:0;position:absolute;transition:opacity .35s}.f-card:hover:before{opacity:1}.f-card:hover{border-color:#c084fc99;box-shadow:0 0 30px #9333ea2e,0 0 60px #ff174414;transform:translateY(-10px)}.f-icon{align-items:center;background:radial-gradient(circle,#9333ea40,#ff17441f);border:1px solid #c084fc59;border-radius:50%;display:flex;font-size:42px;height:90px;justify-content:center;margin:0 auto 28px;width:90px}.f-card h3{color:#fff;font-size:1.15rem;margin-bottom:18px;text-align:center}.f-card p{color:#9ca3af;font-size:.92rem;line-height:1.8;text-align:center}.f-badge{align-items:center;background:#9333ea2e;border:1px solid #c084fc59;border-radius:8px;color:#fff;display:flex;font-family:Orbitron;font-size:14px;font-weight:700;height:30px;justify-content:center;margin-bottom:26px;width:46px}@media (max-width:1300px){.futuristic-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:900px){.futuristic-grid{grid-template-columns:repeat(2,1fr)}.section-number{display:none}}@media (max-width:640px){.futuristic-grid{grid-template-columns:1fr}.f-card{min-height:auto}}.benefit-premium{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:300px;padding:48px 22px}body.loading-page footer{opacity:0;visibility:hidden}body.loading-page nav{opacity:0}.benefit-premium:after{background:linear-gradient(135deg,#ff174473,#9333ea66,#60a5fa59);border-radius:24px;content:"";inset:0;mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;-webkit-mask-composite:xor;opacity:.35;padding:1px;pointer-events:none;position:absolute}.benefit-icon{align-items:center;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:radial-gradient(circle at 30% 30%,#ffffff2e,#9333ea2e 45%,#0a0a1466 100%);border:1px solid #c084fc40;border-radius:50%;box-shadow:inset 0 0 20px #ffffff0d,0 0 30px #9333ea2e;display:flex;font-size:40px;height:92px;justify-content:center;margin-bottom:24px;transition:all .4s ease;width:92px}.benefit-premium h3{color:#fff;font-size:1.15rem;margin-bottom:18px;text-align:center}.benefit-premium p{color:#9ca3af;font-size:.9rem;justify-content:center;line-height:1.8;text-align:justify}.benefit-premium:hover .benefit-icon{box-shadow:0 0 30px #9333ea4d,0 0 50px #ff17441f;transform:scale(1.08) rotate(6deg)}.benefit-premium:before{background:radial-gradient(circle,#9333ea2e,#0000 70%);border-radius:50%;content:"";filter:blur(30px);height:180px;left:50%;opacity:.5;position:absolute;top:50%;transform:translate(-50%,-50%);transition:all .35s ease;width:180px}@keyframes pulseGlow{0%{opacity:.25}to{opacity:.7}}.benefit-grid>.reveal:first-child{transition-delay:.05s}.benefit-grid>.reveal:nth-child(2){transition-delay:.15s}.benefit-grid>.reveal:nth-child(3){transition-delay:.25s}.benefit-grid>.reveal:nth-child(4){transition-delay:.35s}.benefit-grid>.reveal:nth-child(5){transition-delay:.45s}.join-loader-glow.glow-left{background:#9333ea2e;height:380px;left:10%;top:10%;width:380px}.join-loader-glow.glow-right{background:#ff174424;bottom:10%;height:380px;right:10%;width:380px}.join-loader-content{position:relative;text-align:center;z-index:2}.join-loader-ring{animation:spinJoin 1.2s linear infinite;background:conic-gradient(#9333ea,#ff1744,#60a5fa,#9333ea);border-radius:50%;height:150px;margin:auto;padding:6px;width:150px}.join-loader-core{align-items:center;background:#05010d;border-radius:50%;display:flex;font-family:Orbitron;font-size:30px;font-weight:800;height:100%;justify-content:center;width:100%}.join-loader-content h1{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#fff,#c084fc,#60a5fa);-webkit-background-clip:text;font-family:Orbitron;font-size:48px;margin-top:30px}.join-loader-content p{color:#9ca3af;margin-top:16px}.join-loader-bar{background:#ffffff0d;border-radius:999px;height:8px;margin:28px auto 0;overflow:hidden;width:300px}.join-loader-bar span{animation:joinProgress 1.5s infinite;background:linear-gradient(90deg,#9333ea,#ff1744);display:block;height:100%;width:30%}@keyframes spinJoin{to{transform:rotate(1turn)}}@keyframes joinProgress{0%{transform:translateX(-120%)}to{transform:translateX(700%)}}.hero-content{margin:0 auto;max-width:900px;text-align:center;width:100%}.badge{background:#9333ea1f;border:1px solid #9333ea61;border-radius:2rem;color:#c084fc;color:var(--purple-light);display:inline-block;font-family:Orbitron,sans-serif;font-size:.65rem;font-weight:700;letter-spacing:.14em;margin-bottom:1.75rem;padding:.35rem 1.1rem;text-transform:uppercase}.hero-content h1{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#ff4d73,#c084fc,#60a5fa);background:var(--gradient-text);-webkit-background-clip:text;background-clip:text;font-size:clamp(2.2rem,6vw,3.8rem);font-weight:800;margin-bottom:1.25rem}.hero-content p{color:#9ca3af;color:var(--text-muted);font-size:1.05rem;margin:0 auto 2rem;max-width:720px;text-align:center}.tagline{color:#c084fc;color:var(--purple-light);font-family:Orbitron,sans-serif;font-size:.78rem;font-weight:500;letter-spacing:.1em;margin:.75rem 0 2.25rem;text-transform:uppercase}.registration-info{border-radius:.5rem;display:inline-block;font-size:.85rem;font-weight:600;letter-spacing:.02em;margin-bottom:1.75rem;padding:.5rem 1.25rem}.registration-info.upcoming{background:#fbbf2414;border:1px solid #fbbf2447;color:#fbbf24}.registration-info.open{background:#34d39914;border:1px solid #34d39947;color:#34d399}.registration-info.closed{background:#ff174414;border:1px solid #ff174447;color:#ff5c8a;color:var(--pink-light)}.join-btn{background:linear-gradient(135deg,#9333ea,#ff1744);background:var(--gradient-main);border:none;border-radius:.5rem;box-shadow:0 0 28px #9333ea59,0 0 60px #ff17441f;color:#fff;display:inline-block;font-family:Orbitron,sans-serif;font-size:.78rem;font-weight:700;letter-spacing:.1em;overflow:hidden;padding:.9rem 2.75rem;position:relative;text-decoration:none;text-transform:uppercase;transition:all .25s ease}.join-btn:before{background:#ffffff14;content:"";inset:0;opacity:0;position:absolute;transition:opacity .2s}.join-btn:hover:before{opacity:1}.join-btn:hover{box-shadow:0 0 40px #9333ea80,0 0 80px #ff17442e;transform:translateY(-2px)}.join-btn.disabled{background:#ffffff0a;border:1px solid #ffffff0f;border:1px solid var(--border);color:#fff3;cursor:not-allowed}.join-btn.disabled,.join-btn.disabled:hover{box-shadow:none;transform:none}.section{margin:0 auto;max-width:1100px;padding:5.5rem 1.5rem}.section+.section{border-top:1px solid #ffffff0f;border-top:1px solid var(--border)}.section h2{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#ff4d73,#c084fc,#60a5fa);background:var(--gradient-text);-webkit-background-clip:text;background-clip:text;display:inline-block;font-size:clamp(1.4rem,3vw,1.9rem);font-weight:800;margin-bottom:2.75rem;position:relative}.section h2:after{background:linear-gradient(135deg,#9333ea,#ff1744);background:var(--gradient-main);border-radius:2px;bottom:-10px;content:"";height:2px;left:0;position:absolute;width:36px}.grid-2{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.card{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:#100a1ce0;background:var(--card);border:1px solid #ffffff0f;border:1px solid var(--border);border-radius:1rem;overflow:hidden;padding:2rem;position:relative;transition:border-color .25s,transform .25s,box-shadow .25s}.card:before{background:linear-gradient(135deg,#9333ea,#ff1744);background:var(--gradient-main);height:1px;left:0;opacity:.5;right:0;top:0}.card:after,.card:before{content:"";position:absolute}.card:after{background:radial-gradient(circle,#9333ea24 0,#0000 70%);border-radius:50%;height:140px;pointer-events:none;right:-60px;top:-60px;width:140px}.card:hover{border-color:#9333ea66;box-shadow:0 0 40px #9333ea1f;box-shadow:var(--shadow);transform:translateY(-4px)}.card h3{color:#c084fc;color:var(--purple-light);font-size:.72rem;font-weight:700;letter-spacing:.12em;margin-bottom:1rem;margin-top:1.5rem;text-transform:uppercase}.card h3:first-child{margin-top:0}.card ul{display:flex;flex-direction:column;gap:.65rem;list-style:none}.card ul li{color:#9ca3af;color:var(--text-muted);font-size:.88rem;line-height:1.55;padding-left:1.2rem;position:relative}.card ul li:before{background:linear-gradient(135deg,#9333ea,#ff1744);background:var(--gradient-main);border-radius:50%;content:"";flex-shrink:0;height:5px;left:0;position:absolute;top:.52em;width:5px}.benefit-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(155px,1fr))}.benefit-card{backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background:#100a1ce0;background:var(--card);border:1px solid #ffffff0f;border:1px solid var(--border);border-radius:.75rem;color:#9ca3af;color:var(--text-muted);cursor:default;font-size:.85rem;font-weight:600;overflow:hidden;padding:1.4rem 1rem;position:relative;text-align:center;transition:all .25s ease}.benefit-card:before{background:radial-gradient(ellipse at 50% 0,#9333ea29 0,#0000 70%);content:"";inset:0;opacity:0;position:absolute;transition:opacity .25s}.benefit-card:hover{border-color:#9333ea61;box-shadow:0 0 24px #9333ea2e;color:#fff;color:var(--white);transform:translateY(-3px)}.benefit-card:hover:before{opacity:1}.timeline{display:flex;flex-direction:column;gap:0;padding-left:2.75rem;position:relative}.timeline:before{background:linear-gradient(180deg,#9333ea,#ff1744 60%,#ff17441a);background:linear-gradient(180deg,var(--purple) 0,var(--pink) 60%,#ff17441a 100%);border-radius:2px;bottom:14px;content:"";left:14px;position:absolute;top:14px;width:2px}.timeline-card{backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background:#100a1ce0;background:var(--card);border:1px solid #ffffff0f;border:1px solid var(--border);border-radius:.75rem;margin-bottom:1rem;padding:1.25rem 1.5rem;position:relative;transition:border-color .2s,transform .2s,box-shadow .2s}.timeline-card:hover{border-color:#9333ea61;box-shadow:0 0 40px #9333ea1f;box-shadow:var(--shadow);transform:translateX(5px)}.timeline-card>span{align-items:center;background:#05010d;background:var(--bg-main);border:2px solid #9333ea;border:2px solid var(--purple);border-radius:50%;color:#c084fc;color:var(--purple-light);display:flex;flex-shrink:0;font-family:Orbitron,sans-serif;font-size:.65rem;font-weight:700;height:28px;justify-content:center;left:-2.85rem;line-height:1;position:absolute;top:50%;transform:translateY(-50%);width:28px}.timeline-card h3{color:#fff;color:var(--white);font-size:.88rem;font-weight:700;margin-bottom:.25rem}.timeline-card p{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#ff4d73,#c084fc,#60a5fa);background:var(--gradient-text);-webkit-background-clip:text;background-clip:text;font-size:.8rem;font-weight:600;letter-spacing:.03em}.faq-container{display:flex;flex-direction:column;gap:.75rem;max-width:820px}.faq-item{backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background:#100a1ce0;background:var(--card);border:1px solid #ffffff0f;border:1px solid var(--border);border-radius:.75rem;overflow:hidden;transition:border-color .2s}.faq-item[open]{border-color:#9333ea59;box-shadow:0 0 40px #9333ea1f;box-shadow:var(--shadow)}.faq-item summary{align-items:center;color:#d1d5db;cursor:pointer;display:flex;font-size:.9rem;font-weight:600;gap:1rem;justify-content:space-between;list-style:none;padding:1.15rem 1.5rem;transition:color .2s;-webkit-user-select:none;user-select:none}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#9333ea,#ff1744);background:var(--gradient-main);-webkit-background-clip:text;background-clip:text;content:"+";flex-shrink:0;font-size:1.4rem;font-weight:300;line-height:1;transition:transform .2s}.faq-item[open] summary:after{content:"−"}.faq-item summary:hover{color:#fff;color:var(--white)}.faq-item p{border-top:1px solid #ffffff0f;border-top:1px solid var(--border);color:#9ca3af;color:var(--text-muted);font-size:.875rem;line-height:1.75;padding:1rem 1.5rem 1.25rem}@media (max-width:640px){.join-hero{min-height:auto;padding:4rem 1.25rem}.section{padding:3.5rem 1.25rem}.timeline{padding-left:2.25rem}.grid-2{grid-template-columns:1fr}.benefit-grid{grid-template-columns:repeat(2,1fr)}}:root{--primary:#a855f7;--primary-dark:#7c3aed;--secondary:#3b82f6;--secondary-dark:#2563eb;--emerald:#10b981;--slate-950:#030712;--slate-900:#0f172a;--slate-800:#1e293b;--slate-700:#334155;--slate-400:#94a3b8;--slate-300:#cbd5e1;--slate-200:#e2e8f0;--text-white:#fff}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:linear-gradient(180deg,#030712,#0f172a,#030712);background:linear-gradient(to bottom,var(--slate-950),var(--slate-900),var(--slate-950));color:#fff;color:var(--text-white);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Comic Sans MS,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;min-height:100vh;overflow-x:hidden}.app{flex-direction:column}.app,.maintenance-page{display:flex;min-height:100vh}.maintenance-page{align-items:center;background:radial-gradient(circle at 20% 30%,#9333ea2e,#0000 30%),radial-gradient(circle at 80% 70%,#ff17441f,#0000 30%),#05010d;color:#fff;justify-content:center;overflow:hidden;position:relative}.maintenance-bg-grid{background-image:linear-gradient(#ffffff08 1px,#0000 0),linear-gradient(90deg,#ffffff08 1px,#0000 0);background-size:60px 60px;inset:0;opacity:.35;position:absolute}.maintenance-glow{border-radius:50%;filter:blur(120px);position:absolute}.glow-1{background:#9333ea38;height:400px;left:10%;top:10%;width:400px}.glow-2{background:#ff17442e;bottom:10%;height:350px;right:10%;width:350px}.maintenance-card{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffff0a;border:1px solid #ffffff14;border-radius:28px;box-shadow:0 0 50px #9333ea1f;padding:20px 100px;position:relative;text-align:center;width:min(960px,100%);z-index:10}.maintenance-icon{animation:spin 8s linear infinite;font-size:72px;margin-bottom:25px}.maintenance-badge{background:#9333ea26;border:1px solid #9333ea4d;border-radius:999px;color:#d8b4fe;display:inline-block;font-size:12px;font-weight:700;letter-spacing:.14em;margin-bottom:30px;padding:10px 20px}.maintenance-card h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#c084fc);-webkit-background-clip:text;font-size:clamp(48px,7vw,88px);margin-bottom:25px}.maintenance-card p{color:#cbd5e1;font-size:18px;line-height:1.8;margin:auto;max-width:520px}.maintenance-sub{color:#a78bfa!important;margin-top:18px}.maintenance-btn{background:linear-gradient(135deg,#9333ea,#ff1744);border:none;border-radius:18px;box-shadow:0 10px 30px #9333ea47;color:#fff;cursor:pointer;font-weight:700;height:56px;margin-top:40px;padding:0 34px;transition:.3s}.maintenance-btn:hover{transform:translateY(-4px)}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.bg-effects{inset:0;pointer-events:none;position:fixed;z-index:0}.bg-effect-1{background:radial-gradient(circle,#a855f70d 0,#0000 70%);left:25%;top:0}.bg-effect-1,.bg-effect-2{border-radius:50%;filter:blur(96px);height:384px;position:absolute;width:384px}.bg-effect-2{background:radial-gradient(circle,#3b82f60d 0,#0000 70%);bottom:0;right:25%}.page-content{flex:1 1;position:relative;z-index:10}::-webkit-scrollbar{height:10px;width:10px}::-webkit-scrollbar-track{background:#03071280}::-webkit-scrollbar-thumb{background:#a855f780;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#a855f7cc}::selection{background:#a855f74d;color:#fff;color:var(--text-white)}::-moz-selection{background:#a855f74d;color:#fff;color:var(--text-white)}a{color:#a855f7;color:var(--primary);text-decoration:none;transition:all .3s ease}a:hover{color:#3b82f6;color:var(--secondary)}input,select,textarea{background:#1e293b80;border:1px solid #33415580;border-radius:6px;color:inherit;font-family:inherit;font-size:inherit;padding:8px 12px;transition:all .3s ease}input:focus,select:focus,textarea:focus{border-color:#a855f7;border-color:var(--primary);box-shadow:0 0 0 3px #a855f71a;outline:none}button{cursor:pointer;font-family:inherit}button:disabled{cursor:not-allowed;opacity:.5}@media (prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}:focus-visible{outline:2px solid #a855f7;outline:2px solid var(--primary);outline-offset:2px}@media (max-width:768px){:root{font-size:16px}.bg-effect-1,.bg-effect-2{filter:blur(64px);height:256px;width:256px}}@media (max-width:480px){:root{font-size:14px}body{overflow-x:hidden}.bg-effect-1,.bg-effect-2{filter:blur(48px);height:200px;width:200px}}@media print{.app{background:#fff;color:#000}.bg-effects,footer,nav{display:none}.page-content{padding:0}}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
/*# sourceMappingURL=main.ee2f126c.css.map*/