.coming-soon-module__ZptNGW__mainContainer{background:var(--background);justify-content:center;align-items:center;min-height:100vh;padding:40px 24px;display:flex;position:relative;overflow:hidden}.coming-soon-module__ZptNGW__backgroundGlows{pointer-events:none;z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.coming-soon-module__ZptNGW__glowLeft{background:var(--primary-light);filter:blur(80px);border-radius:50%;width:300px;height:300px;position:absolute;top:20%;left:10%}.coming-soon-module__ZptNGW__glowRight{background:var(--secondary-light);filter:blur(80px);border-radius:50%;width:300px;height:300px;position:absolute;bottom:20%;right:10%}.coming-soon-module__ZptNGW__contentCardWrapper{z-index:2;width:100%;max-width:580px;position:relative}.coming-soon-module__ZptNGW__card{text-align:center;border-radius:32px;flex-direction:column;align-items:center;padding:48px;display:flex}.coming-soon-module__ZptNGW__illustrationWrap{justify-content:center;align-items:center;margin-bottom:24px;display:flex;position:relative}.coming-soon-module__ZptNGW__clockIcon{color:var(--primary);z-index:2;animation:6s ease-in-out infinite coming-soon-module__ZptNGW__clockFloat;position:relative}.coming-soon-module__ZptNGW__gearGlow{background:var(--primary-light);filter:blur(20px);z-index:1;border-radius:50%;width:80px;height:80px;animation:4s ease-in-out infinite coming-soon-module__ZptNGW__pulseGlow;position:absolute}.coming-soon-module__ZptNGW__badge{background:var(--badge-amber-bg);color:var(--badge-amber-text);text-transform:uppercase;letter-spacing:.05em;border-radius:50px;align-items:center;margin-bottom:16px;padding:4px 12px;font-size:11px;font-weight:700;display:inline-flex}.coming-soon-module__ZptNGW__title{font-size:var(--text-3xl);color:var(--primary);margin-bottom:16px;font-weight:800;line-height:1.25}.coming-soon-module__ZptNGW__subtitle{color:var(--text-muted);font-size:var(--text-sm);margin-bottom:24px;line-height:1.7}.coming-soon-module__ZptNGW__divider{background:rgba(var(--primary-raw), .08);justify-content:center;align-items:center;width:100%;height:1px;margin:12px 0 32px;display:flex;position:relative}.coming-soon-module__ZptNGW__dividerDot{background:var(--secondary);border-radius:50%;width:6px;height:6px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.coming-soon-module__ZptNGW__actions{flex-wrap:wrap;justify-content:center;gap:12px;width:100%;display:flex}.coming-soon-module__ZptNGW__primaryBtn{cursor:pointer;transition:var(--transition-smooth);background:var(--primary);color:var(--white);border-radius:30px;flex:1;justify-content:center;align-items:center;min-width:180px;padding:12px 28px;font-size:14px;font-weight:600;display:inline-flex}.coming-soon-module__ZptNGW__primaryBtn:hover{background:var(--primary-hover);box-shadow:0 4px 15px rgba(var(--primary-raw), .25);transform:translateY(-2px)}.coming-soon-module__ZptNGW__secondaryBtn{cursor:pointer;transition:var(--transition-smooth);color:var(--foreground);border:1.5px solid rgba(var(--primary-raw), .2);background:0 0;border-radius:30px;flex:1;justify-content:center;align-items:center;min-width:180px;padding:12px 28px;font-size:14px;font-weight:600;display:inline-flex}.coming-soon-module__ZptNGW__secondaryBtn:hover{background:rgba(var(--primary-raw), .04);border-color:var(--primary);color:var(--primary);transform:translateY(-2px)}@keyframes coming-soon-module__ZptNGW__clockFloat{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-8px)rotate(5deg)}}@keyframes coming-soon-module__ZptNGW__pulseGlow{0%,to{opacity:.5;transform:scale(.9)}50%{opacity:.8;transform:scale(1.1)}}@media (max-width:576px){.coming-soon-module__ZptNGW__card{border-radius:20px;padding:32px 20px}.coming-soon-module__ZptNGW__title{font-size:var(--text-2xl)}.coming-soon-module__ZptNGW__actions{flex-direction:column}.coming-soon-module__ZptNGW__primaryBtn,.coming-soon-module__ZptNGW__secondaryBtn{flex:none;width:100%}}
.youth-programs-module__etfe8W__section{background:var(--background);padding:10px 0 60px;position:relative;overflow:hidden}.youth-programs-module__etfe8W__container{z-index:1;max-width:1280px;margin:0 auto;padding:0;position:relative}.youth-programs-module__etfe8W__grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}@media (max-width:1280px){.youth-programs-module__etfe8W__grid{grid-template-columns:repeat(3,1fr);gap:20px}}@media (max-width:900px){.youth-programs-module__etfe8W__grid{grid-template-columns:repeat(2,1fr);gap:18px}}@media (max-width:480px){.youth-programs-module__etfe8W__grid{grid-template-columns:1fr;gap:16px}}.youth-programs-module__etfe8W__card{background:var(--white);border:1px solid var(--card-border);box-shadow:var(--shadow-sm);border-radius:20px;flex-direction:column;transition:transform .3s,box-shadow .3s,border-color .3s;display:flex;overflow:hidden}html[data-theme=dark] .youth-programs-module__etfe8W__card{background:var(--card)}.youth-programs-module__etfe8W__card:hover{box-shadow:var(--shadow-md);border-color:var(--primary);transform:translateY(-4px)}.youth-programs-module__etfe8W__imageWrapper{aspect-ratio:16/10;background:var(--background);width:100%;position:relative;overflow:hidden}.youth-programs-module__etfe8W__cardImage{object-fit:cover;transition:transform .5s}.youth-programs-module__etfe8W__card:hover .youth-programs-module__etfe8W__cardImage{transform:scale(1.05)}.youth-programs-module__etfe8W__content{border-top:1px solid var(--card-border);background:#f8faf8;flex-direction:column;flex:1;padding:20px;display:flex}html[data-theme=dark] .youth-programs-module__etfe8W__content{background:#ffffff08}.youth-programs-module__etfe8W__cardTitle{color:var(--foreground);margin-bottom:8px;font-size:18px;font-weight:700;line-height:1.3}.youth-programs-module__etfe8W__cardDesc{color:var(--text-muted);margin:0;font-size:14px;line-height:1.6}
