@import "https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;600;700;800;900&family=DM+Sans:wght@300;400;500;600&display=swap";
.nyel-theme{--navy:#050a1a;--navy-mid:#0b1530;--navy-card:#0f1c3a;--navy-border:#1a2c54;--gold:#f5c518;--gold-dim:#c49a10;--gold-pale:#fdf3c0;--white:#fff;--off-white:#e8ecf5;--muted:#7a88aa;--accent-teal:#00c9a7;--accent-red:#ff4c5e;--ff-display:"Barlow Condensed", sans-serif;--ff-body:"DM Sans", sans-serif;color:var(--white);font-family:var(--ff-body);width:100%;min-height:100vh;font-size:16px;line-height:1.6;overflow-x:hidden}.nyel-theme *{box-sizing:border-box;margin:0;padding:0}.nyel-theme nav{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#050a1aeb;border-bottom:1px solid #f5c5181f;justify-content:space-between;align-items:center;padding:12px 5%;transition:transform .3s,opacity .3s;display:flex;position:fixed;top:0;left:0;right:0}.nyel-theme nav.nav-hidden{opacity:0;pointer-events:none;transform:translateY(-100%)}.nyel-theme nav.nav-visible{opacity:1;pointer-events:auto;transform:translateY(0)}.nyel-theme .nav-logo{font-family:var(--ff-display);letter-spacing:.02em;color:var(--white);font-size:22px;font-weight:800;text-decoration:none}.nyel-theme .nav-logo span{color:var(--gold)}.nyel-theme .nav-left{align-items:center;gap:20px;min-width:0;display:flex}.nyel-theme .nav-left .nav-logo{font-size:26px}.nyel-theme .nav-partner-wrap{border-left:1px solid var(--navy-border);align-items:center;gap:12px;padding-left:20px;display:flex}.nyel-theme .nav-partner-label{letter-spacing:.16em;text-transform:uppercase;color:var(--muted);white-space:nowrap;font-size:9.5px;font-weight:600}.nyel-theme .nav-chip{border:1px solid var(--navy-border);background:#ffffff08;border-radius:8px;justify-content:center;align-items:center;height:44px;padding:0 13px;display:inline-flex}.nyel-theme .nav-plogo{object-fit:contain;opacity:.95;width:auto;max-width:104px;height:auto;max-height:28px}.nyel-theme .nav-cta{background:var(--gold);color:var(--navy);font-family:var(--ff-body);white-space:nowrap;border-radius:6px;padding:10px 22px;font-size:14px;font-weight:600;text-decoration:none;transition:transform .15s,box-shadow .15s}.nyel-theme .nav-cta:hover{transform:translateY(-1px);box-shadow:0 6px 20px #f5c51859}.nyel-theme .nav-links{align-items:center;gap:28px;display:flex}.nyel-theme .nav-links a{font-family:var(--ff-body);color:var(--off-white);letter-spacing:.01em;font-size:13.5px;font-weight:600;text-decoration:none;transition:color .15s}.nyel-theme .nav-links a:hover{color:var(--gold)}@media (max-width:940px){.nyel-theme .nav-links{display:none}}.nyel-theme .desktop-banner-image{display:block}.nyel-theme .mobile-banner-image{display:none}@media (max-width:940px){.nyel-theme .desktop-banner-image{display:none}.nyel-theme .mobile-banner-image{margin-top:20px;display:block}}.nyel-theme .hero{flex-direction:column;justify-content:center;display:flex;position:relative;overflow:hidden}.nyel-theme .hero-bg{z-index:-2;background:radial-gradient(circle at 20%,#0369a159 0%,#03071200 65%),radial-gradient(circle at 80%,#0f172ae6 0%,#03071200 50%),#030712;position:absolute;inset:0}.nyel-theme .hero-grid-lines{z-index:-1;opacity:1;pointer-events:none;position:absolute;inset:0}.nyel-theme .perspective-grid-img{object-fit:cover;pointer-events:none;filter:invert()opacity(.14);width:100%;height:100%}.nyel-theme .hero-grid-fade{pointer-events:none;background:linear-gradient(90deg,#03071273 0%,#0307121a 40%,#0000 80%),linear-gradient(#0000 88%,#030712 100%);position:absolute;inset:0}.nyel-theme .hero-eyebrow{font-family:var(--ff-body);letter-spacing:.2em;text-transform:uppercase;color:var(--gold);opacity:1;z-index:1;align-items:center;gap:10px;margin-bottom:24px;font-size:12px;font-weight:600;animation:.6s .2s both fadeUp;display:inline-flex;position:relative}.nyel-theme .hero-eyebrow:before{content:"";background:var(--gold);width:32px;height:1px}.nyel-theme .hero-title{font-family:var(--ff-display);letter-spacing:-.01em;text-transform:uppercase;z-index:1;opacity:1;font-size:clamp(48px,8vw,108px);font-weight:900;line-height:.92;animation:.7s .4s both fadeUp;position:relative;color:var(--white)!important;background-image:none!important;-webkit-background-clip:initial!important;background-clip:initial!important}.nyel-theme .hero-title .line-gold{color:var(--gold);display:block}.nyel-theme .hero-title .line-outline{display:block;-webkit-text-stroke:2px #ffffff4d!important;-webkit-text-fill-color:transparent!important;color:#0000!important}.nyel-theme .hero-sub{color:var(--off-white);z-index:1;opacity:1;max-width:560px;margin-top:28px;font-size:18px;font-weight:300;line-height:1.7;animation:.7s .6s both fadeUp;position:relative}.nyel-theme .hero-sub strong{color:var(--white);font-weight:600}.nyel-theme .hero-actions{z-index:1;opacity:1;flex-wrap:wrap;gap:14px;margin-top:40px;animation:.7s .8s both fadeUp;display:flex;position:relative}.nyel-theme .btn-primary{background:var(--gold);color:var(--navy);letter-spacing:.01em;cursor:pointer;font-size:15px;font-weight:700;font-family:var(--ff-body);border:none;border-radius:6px;padding:16px 32px;text-decoration:none;transition:all .2s}.nyel-theme .btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 30px #f5c51866}.nyel-theme .btn-ghost{color:var(--off-white);letter-spacing:.01em;border:1px solid var(--navy-border);font-size:15px;font-weight:500;font-family:var(--ff-body);background:0 0;border-radius:6px;padding:16px 32px;text-decoration:none;transition:all .2s}.nyel-theme .btn-ghost:hover{border-color:var(--gold);color:var(--gold)}.nyel-theme .hero-scroll-hint{color:var(--muted);letter-spacing:.1em;text-transform:uppercase;z-index:1;opacity:1;flex-direction:column;align-items:center;gap:8px;font-size:12px;animation:1s 1.5s both fadeIn;display:flex;position:absolute;bottom:40px;left:50%;transform:translate(-50%)}.nyel-theme .scroll-arrow{background:var(--muted);width:1px;height:40px;position:relative;overflow:hidden}.nyel-theme .scroll-arrow:after{content:"";background:var(--gold);width:1px;height:40px;animation:1.5s ease-in-out infinite scrollLine;position:absolute;top:-40px;left:0}.nyel-theme .hero-inner{z-index:1;grid-template-columns:1fr .6fr;align-items:center;gap:45px;width:100%;max-width:1360px;margin:0 auto;display:grid;position:relative}.nyel-theme .hero-left,.nyel-theme .hero-right{min-width:0}.nyel-theme .hero-partners{opacity:1;z-index:1;flex-wrap:wrap;align-items:center;gap:22px;margin-top:34px;animation:.7s .7s both fadeUp;display:flex;position:relative}.nyel-theme .hero-brand{font-family:var(--ff-display);letter-spacing:.02em;color:var(--white);font-size:34px;font-weight:800;line-height:1}.nyel-theme .hero-brand span{color:var(--gold)}.nyel-theme .hero-partners-right{border-left:1px solid var(--navy-border);flex-direction:column;gap:9px;padding-left:22px;display:flex}.nyel-theme .hero-partners-label{letter-spacing:.18em;text-transform:uppercase;color:var(--muted);font-size:10px;font-weight:600}.nyel-theme .partner-logos{align-items:center;gap:12px;display:flex}.nyel-theme .partner-chip{border:1px solid var(--navy-border);background:#ffffff08;border-radius:10px;justify-content:center;align-items:center;height:50px;padding:0 16px;display:inline-flex}.nyel-theme .partner-logo{object-fit:contain;opacity:.95;width:auto;max-width:130px;height:auto;max-height:32px}.nyel-theme .hero-form-card{border:1px solid var(--navy-border);z-index:1;opacity:1;background:linear-gradient(#0f1c3aeb,#0b1530eb);border-radius:16px;padding:26px 26px 22px;animation:.7s .5s both fadeUp;position:relative;box-shadow:0 24px 60px #0000006b}.nyel-theme .hero-form-head{justify-content:space-between;align-items:center;display:flex}.nyel-theme .hero-form-title{font-family:var(--ff-display);text-transform:uppercase;color:var(--white);letter-spacing:.01em;font-size:25px;font-weight:800}.nyel-theme .hero-form-pill{letter-spacing:.08em;text-transform:uppercase;color:var(--accent-teal);background:#00c9a71a;border:1px solid #00c9a759;border-radius:20px;align-items:center;gap:6px;padding:4px 10px;font-size:10px;font-weight:700;display:inline-flex}.nyel-theme .hero-form-pill:before{content:"";background:var(--accent-teal);width:6px;height:6px;box-shadow:0 0 8px var(--accent-teal);border-radius:50%}.nyel-theme .hero-form-sub{color:var(--muted);margin:4px 0 16px;font-size:12.5px}.nyel-theme .hero-form-card .form-grid{gap:12px}.nyel-theme .hero-form-card .form-label{letter-spacing:.08em;font-size:10px}.nyel-theme .hero-form-card .form-input,.nyel-theme .hero-form-card .form-select{padding:10px 13px;font-size:14px}.nyel-theme .hero-form-card .form-track-pick{gap:8px}.nyel-theme .hero-form-card .track-label{padding:10px 12px}.nyel-theme .hero-form-card .track-label-name{font-size:13px}.nyel-theme .hero-form-card .track-label-grades{font-size:10.5px}.nyel-theme .hero-form-card .form-submit{margin-top:4px;padding:14px;font-size:15px}.nyel-theme .hero-form-card .form-disclaimer{margin-top:8px;font-size:10.5px}.nyel-theme .countdown-bar{background:var(--gold);z-index:5;flex-wrap:wrap;justify-content:center;align-items:center;gap:40px;padding:16px 5%;display:flex;position:relative}.nyel-theme .countdown-label{font-family:var(--ff-display);letter-spacing:.15em;text-transform:uppercase;color:var(--navy);font-size:13px;font-weight:700}.nyel-theme .countdown-units{gap:20px;display:flex}.nyel-theme .countdown-unit{text-align:center}.nyel-theme .countdown-num{font-family:var(--ff-display);color:var(--navy);font-size:36px;font-weight:900;line-height:1;display:block}.nyel-theme .countdown-unit-label{letter-spacing:.15em;text-transform:uppercase;color:#050a1a99;margin-top:2px;font-size:10px;font-weight:700}.nyel-theme .countdown-sep{font-family:var(--ff-display);color:var(--navy);opacity:.4;align-self:center;margin-bottom:8px;font-size:32px;font-weight:900}.nyel-theme section{padding:50px 5%}.nyel-theme .section-eyebrow{letter-spacing:.25em;text-transform:uppercase;color:var(--gold);justify-content:center;align-items:center;gap:10px;margin-bottom:14px;font-size:11px;font-weight:700;display:flex}.nyel-theme .section-eyebrow:before{content:"";background:var(--gold);width:24px;height:1px}.nyel-theme .section-title{font-family:var(--ff-display);text-transform:uppercase;text-align:center;letter-spacing:-.01em;color:var(--white);margin-bottom:20px;font-size:clamp(36px,5vw,64px);font-weight:800;line-height:1}.nyel-theme .section-body{color:var(--off-white);max-width:620px;font-size:17px;line-height:1.7}.nyel-theme .reveal{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(30px)}.nyel-theme .reveal.visible{opacity:1;transform:translateY(0)}.nyel-theme .about-league{background:var(--navy-mid)}.nyel-theme .about-grid{grid-template-columns:1fr 1fr;align-items:center;gap:80px;max-width:1100px;margin:0 auto;display:grid}.nyel-theme .about-stats{flex-direction:column;gap:24px;display:flex}.nyel-theme .stat-row{border-left:3px solid var(--gold);gap:20px;padding-left:20px;display:flex}.nyel-theme .stat-num{font-family:var(--ff-display);color:var(--gold);flex-shrink:0;font-size:48px;font-weight:900;line-height:1}.nyel-theme .stat-desc{color:var(--off-white);align-self:center;font-size:15px;line-height:1.4}.nyel-theme .stat-desc strong{color:var(--white);margin-bottom:4px;font-size:16px;display:block}.nyel-theme .tracks-section{background:var(--navy)}.nyel-theme .tracks-header{text-align:center;max-width:700px;margin:0 auto 60px}.nyel-theme .tracks-grid{grid-template-columns:1fr 1fr;gap:24px;max-width:1000px;margin:0 auto;display:grid}.nyel-theme .track-card{background:var(--navy-card);border:1px solid var(--navy-border);border-radius:16px;transition:border-color .2s,transform .2s;position:relative;overflow:hidden}.nyel-theme .track-card:hover{border-color:var(--gold);transform:translateY(-4px)}.nyel-theme .track-card:before{content:"";height:3px;position:absolute;top:0;left:0;right:0}.nyel-theme .track-card.junior:before{background:linear-gradient(90deg, var(--accent-teal), #0097c4)}.nyel-theme .track-card.senior:before{background:linear-gradient(90deg, var(--gold), var(--accent-red))}.nyel-theme .track-header{padding:32px 32px 24px}.nyel-theme .track-badge{letter-spacing:.15em;text-transform:uppercase;border-radius:20px;margin-bottom:16px;padding:5px 12px;font-size:11px;font-weight:700;display:inline-block}.nyel-theme .track-badge.junior{color:var(--accent-teal);background:#00c9a71f}.nyel-theme .track-badge.senior{color:var(--gold);background:#f5c5181f}.nyel-theme .track-name{font-family:var(--ff-display);text-transform:uppercase;margin-bottom:8px;font-size:42px;font-weight:900;line-height:1}.nyel-theme .track-grades{color:var(--muted);font-size:15px;font-weight:500}.nyel-theme .track-body{padding:0 32px 32px}.nyel-theme .track-feature-list{flex-direction:column;gap:12px;margin-bottom:28px;list-style:none;display:flex}.nyel-theme .track-feature-list li{color:var(--off-white);align-items:flex-start;gap:10px;font-size:15px;line-height:1.4;display:flex}.nyel-theme .check-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;margin-top:1px;font-size:10px;display:flex}.nyel-theme .check-icon.teal{color:var(--accent-teal);background:#00c9a726}.nyel-theme .check-icon.gold{color:var(--gold);background:#f5c51826}.nyel-theme .track-venue{border:1px solid var(--navy-border);background:#ffffff0a;border-radius:10px;align-items:center;gap:14px;padding:16px 20px;display:flex}.nyel-theme .venue-icon{flex-shrink:0;font-size:28px}.nyel-theme .venue-info{flex:1}.nyel-theme .venue-label{letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-bottom:3px;font-size:11px;font-weight:700}.nyel-theme .venue-name{color:var(--white);font-size:16px;font-weight:600;line-height:1.3}.nyel-theme .venue-sub{color:var(--muted);font-size:13px}.nyel-theme .how-section{background:var(--navy-mid)}.nyel-theme .steps-grid{background:var(--navy-border);border-radius:16px;grid-template-columns:repeat(3,1fr);gap:2px;max-width:1000px;margin:0 auto;display:grid;overflow:hidden}.nyel-theme .step-card{background:var(--navy-card);padding:36px 30px;transition:background .2s}.nyel-theme .step-card:hover{background:#122040}.nyel-theme .step-num{font-family:var(--ff-display);color:#f5c5181f;margin-bottom:16px;font-size:56px;font-weight:900;line-height:1}.nyel-theme .step-title{font-family:var(--ff-display);text-transform:uppercase;color:var(--white);margin-bottom:10px;font-size:22px;font-weight:700}.nyel-theme .step-desc{color:var(--muted);font-size:14px;line-height:1.6}.nyel-theme .venues-section{background:var(--navy)}.nyel-theme .venues-header{text-align:center;max-width:700px;margin:0 auto 60px}.nyel-theme .venues-grid{grid-template-columns:1fr 1fr;gap:24px;max-width:900px;margin:0 auto;display:grid}.nyel-theme .venue-card{background:var(--navy-card);border:1px solid var(--navy-border);border-radius:16px;padding:40px 36px;transition:border-color .2s,transform .2s;position:relative;overflow:hidden}.nyel-theme .venue-card:hover{border-color:var(--gold);transform:translateY(-3px)}.nyel-theme .venue-card-accent{opacity:.06;border-radius:0 16px 0 120px;width:120px;height:120px;position:absolute;top:0;right:0}.nyel-theme .venue-card:first-child .venue-card-accent{background:var(--accent-teal)}.nyel-theme .venue-card:last-child .venue-card-accent{background:var(--gold)}.nyel-theme .venue-card-tag{letter-spacing:.15em;text-transform:uppercase;border-radius:20px;margin-bottom:20px;padding:4px 10px;font-size:11px;font-weight:700;display:inline-block}.nyel-theme .venue-card:first-child .venue-card-tag{color:var(--accent-teal);background:#00c9a71a}.nyel-theme .venue-card:last-child .venue-card-tag{color:var(--gold);background:#f5c5181a}.nyel-theme .venue-card-name{font-family:var(--ff-display);text-transform:uppercase;margin-bottom:10px;font-size:32px;font-weight:800;line-height:1.1}.nyel-theme .venue-card-full{color:var(--muted);margin-bottom:20px;font-size:14px;line-height:1.4}.nyel-theme .venue-card-detail{color:var(--off-white);font-size:15px;line-height:1.6}.nyel-theme .venue-prestige-tag{letter-spacing:.05em;color:var(--gold);border:1px solid #f5c51840;border-radius:4px;margin-top:20px;padding:6px 14px;font-size:12px;font-weight:600;display:inline-block}.nyel-theme .why-section{background:var(--navy-mid)}.nyel-theme .why-grid{grid-template-columns:repeat(3,1fr);gap:24px;max-width:1000px;margin:60px auto 0;display:grid}.nyel-theme .why-card{background:var(--navy-card);border:1px solid var(--navy-border);border-radius:12px;padding:28px 24px}.nyel-theme .why-icon{margin-bottom:16px;font-size:32px}.nyel-theme .why-title{font-family:var(--ff-display);text-transform:uppercase;margin-bottom:8px;font-size:20px;font-weight:700}.nyel-theme .why-desc{color:var(--muted);font-size:14px;line-height:1.6}.nyel-theme .media-section{background:var(--navy)}.nyel-theme .media-logos{opacity:.55;flex-wrap:wrap;justify-content:center;align-items:center;gap:40px;margin-top:40px;display:flex}.nyel-theme .media-logo-text{font-family:var(--ff-display);letter-spacing:.04em;color:var(--white);text-transform:uppercase;font-size:22px;font-weight:800}.nyel-theme .media-section .section-eyebrow-media{letter-spacing:.25em;text-transform:uppercase;color:var(--gold);justify-content:center;align-items:center;gap:10px;margin-bottom:14px;font-size:11px;font-weight:700;display:flex}.nyel-theme .media-section .section-eyebrow-media:before{content:"";background:var(--gold);width:24px;height:1px}.nyel-theme .media-section .section-title-media{font-family:var(--ff-display);text-align:center;text-transform:uppercase;letter-spacing:-.01em;margin-bottom:20px;font-size:clamp(36px,5vw,64px);font-weight:800;line-height:1}.nyel-theme .cta-section{background:var(--navy-mid);text-align:center;padding:120px 5%;position:relative;overflow:hidden}.nyel-theme .cta-bg{background:radial-gradient(70% 80%,#f5c5180f 0%,#0000 70%);position:absolute;inset:0}.nyel-theme .cta-title{font-family:var(--ff-display);text-transform:uppercase;z-index:1;margin-bottom:24px;font-size:clamp(44px,6vw,84px);font-weight:900;line-height:.95;position:relative}.nyel-theme .cta-sub{color:var(--off-white);z-index:1;max-width:560px;margin:0 auto 40px;font-size:18px;font-weight:300;line-height:1.6;position:relative}.nyel-theme .divider-gold{background:var(--gold);border-radius:2px;width:48px;height:3px;margin-bottom:20px;display:inline-block}.nyel-theme .form-section{background:var(--navy-card);z-index:1;border:1px solid var(--navy-border);border-radius:20px;max-width:680px;margin:60px auto 0;padding:60px;position:relative}.nyel-theme .form-title{font-family:var(--ff-display);text-transform:uppercase;margin-bottom:8px;font-size:28px;font-weight:800}.nyel-theme .form-sub{color:var(--muted);margin-bottom:32px;font-size:14px}.nyel-theme .form-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.nyel-theme .form-field{flex-direction:column;gap:6px;display:flex}.nyel-theme .form-field.full{grid-column:1/-1}.nyel-theme .form-label{letter-spacing:.1em;text-transform:uppercase;color:var(--muted);font-size:12px;font-weight:600}.nyel-theme .form-input,.nyel-theme .form-select{background:var(--navy);border:1px solid var(--navy-border);color:var(--white);font-family:var(--ff-body);appearance:none;border-radius:8px;outline:none;padding:12px 16px;font-size:15px;transition:border-color .15s}.nyel-theme .form-input:focus,.nyel-theme .form-select:focus{border-color:var(--gold)}.nyel-theme .form-select{cursor:pointer}.nyel-theme .form-select option{background:var(--navy-card)}.nyel-theme .form-track-pick{grid-column:1/-1;grid-template-columns:1fr 1fr;gap:12px;display:grid}.nyel-theme .track-radio{display:none}.nyel-theme .track-label{border:1px solid var(--navy-border);cursor:pointer;border-radius:8px;flex-direction:column;gap:4px;padding:14px 18px;transition:all .15s;display:flex}.nyel-theme .track-label:hover{border-color:#f5c5184d}.nyel-theme .track-radio:checked+.track-label{border-color:var(--gold);background:#f5c5180d}.nyel-theme .track-label-name{font-size:15px;font-weight:600}.nyel-theme .track-label-grades{color:var(--muted);font-size:12px}.nyel-theme .form-submit{background:var(--gold);width:100%;color:var(--navy);font-family:var(--ff-body);cursor:pointer;letter-spacing:.02em;border:none;border-radius:8px;grid-column:1/-1;margin-top:8px;padding:16px;font-size:16px;font-weight:700;transition:all .2s}.nyel-theme .form-submit:hover{transform:translateY(-2px);box-shadow:0 10px 30px #f5c51859}.nyel-theme .form-disclaimer{color:var(--muted);text-align:center;grid-column:1/-1;margin-top:14px;font-size:12px}.nyel-theme .form-success{text-align:center;padding:40px 20px}.nyel-theme .pricing-hero{text-align:center;padding:40px 5% 30px}.nyel-theme .pricing-badge-confirm{font-family:var(--ff-body);letter-spacing:.12em;text-transform:uppercase;color:var(--accent-teal);background:#00c9a714;border:1px solid #00c9a752;border-radius:30px;align-items:center;gap:8px;margin-bottom:26px;padding:7px 16px;font-size:11.5px;font-weight:700;display:inline-flex}.nyel-theme .pricing-title{font-family:var(--ff-display);letter-spacing:-.005em;color:var(--white);text-transform:uppercase;margin-bottom:18px;font-size:clamp(38px,6vw,70px);font-weight:800;line-height:1}.nyel-theme .pricing-title span{color:var(--gold)}.nyel-theme .pricing-sub{font-family:var(--ff-body);color:var(--off-white);max-width:660px;margin:0 auto;font-size:clamp(15px,1.6vw,18px);line-height:1.6}.nyel-theme .pricing-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:28px;max-width:1200px;margin:0 auto;padding:24px 5% 0;display:grid}.nyel-theme .price-card{background:linear-gradient(180deg, var(--navy-card), var(--navy-mid));border:1px solid var(--navy-border);border-radius:22px;flex-direction:column;padding:42px 36px 36px;display:flex;position:relative}.nyel-theme .price-card.featured{border:1.5px solid var(--gold);box-shadow:0 0 0 1px #f5c5181f,0 30px 70px #00000080,0 0 70px #f5c5180f}.nyel-theme .price-badge{font-family:var(--ff-body);letter-spacing:.14em;text-transform:uppercase;color:var(--navy);background:var(--gold);white-space:nowrap;border-radius:30px;padding:6px 20px;font-size:11px;font-weight:700;position:absolute;top:-14px;left:50%;transform:translate(-50%);box-shadow:0 10px 24px #f5c51852}.nyel-theme .plan-name{font-family:var(--ff-display);letter-spacing:.01em;color:var(--white);text-transform:uppercase;font-size:31px;font-weight:800;line-height:1}.nyel-theme .plan-tag{font-family:var(--ff-body);color:var(--muted);min-height:40px;margin-top:9px;font-size:13.5px;line-height:1.5}.nyel-theme .plan-price{align-items:baseline;gap:5px;margin:20px 0 4px;display:flex}.nyel-theme .plan-price .cur{font-family:var(--ff-display);font-size:30px;font-weight:700}.nyel-theme .plan-price .amt{font-family:var(--ff-display);letter-spacing:-.01em;font-size:62px;font-weight:800;line-height:.85}.nyel-theme .price-card.featured .plan-price .cur,.nyel-theme .price-card.featured .plan-price .amt{color:var(--gold)}.nyel-theme .price-card:not(.featured) .plan-price .cur,.nyel-theme .price-card:not(.featured) .plan-price .amt{color:var(--white)}.nyel-theme .plan-price-note{font-family:var(--ff-body);color:var(--muted);margin-bottom:24px;font-size:12px}.nyel-theme .plan-cta{text-align:center;font-family:var(--ff-body);border-radius:10px;margin-bottom:30px;padding:15px;font-size:15px;font-weight:700;text-decoration:none;transition:transform .15s,box-shadow .15s,border-color .15s,color .15s;display:block}.nyel-theme .plan-cta.solid{background:var(--gold);color:var(--navy)}.nyel-theme .plan-cta.solid:hover{transform:translateY(-2px);box-shadow:0 12px 28px #f5c51857}.nyel-theme .plan-cta.outline{color:var(--white);border:1.5px solid var(--navy-border);background:0 0}.nyel-theme .plan-cta.outline:hover{border-color:var(--gold);color:var(--gold)}.nyel-theme .feat-label{font-family:var(--ff-body);letter-spacing:.11em;text-transform:uppercase;color:var(--muted);margin:0 0 15px;font-size:11px;font-weight:700}.nyel-theme .feat-list{flex-direction:column;gap:13px;margin:0;padding:0;list-style:none;display:flex}.nyel-theme .feat-list li{font-family:var(--ff-body);color:var(--off-white);align-items:flex-start;gap:11px;font-size:14px;line-height:1.45;display:flex}.nyel-theme .feat-check{flex-shrink:0;width:19px;height:19px;margin-top:1px}.nyel-theme .feat-live{border-top:1px solid var(--navy-border);margin-top:24px;padding-top:24px}.nyel-theme .feat-live .feat-label{color:var(--gold)}.nyel-theme .feat-list.live li{color:var(--white);font-weight:500}.nyel-theme .feat-shared{border-top:1px solid var(--navy-border);margin-top:24px;padding-top:24px}.nyel-theme .feat-label-gold{color:var(--gold)}.nyel-theme .plan-bestfor{font-family:var(--ff-body);color:var(--muted);margin-top:auto;padding-top:26px;padding-bottom:26px;font-size:12.5px;line-height:1.5}.nyel-theme .plan-bestfor strong{color:var(--off-white);padding-right:5px;font-weight:700}.nyel-theme .pricing-reassure{text-align:center;max-width:840px;margin:64px auto 0;padding:0 5%}.nyel-theme .pricing-reassure-line{font-family:var(--ff-display);color:var(--white);font-size:clamp(21px,2.7vw,30px);font-weight:700;line-height:1.32}.nyel-theme .pricing-reassure-line span{color:var(--gold)}.nyel-theme .trust-row{flex-wrap:wrap;justify-content:center;gap:26px;margin-top:24px;display:flex}.nyel-theme .trust-row span{font-family:var(--ff-body);color:var(--muted);align-items:center;gap:8px;font-size:12.5px;display:flex}.nyel-theme .trust-row span:before{content:"";background:var(--accent-teal);border-radius:50%;width:6px;height:6px}.nyel-theme .pricing-faq{max-width:780px;margin:72px auto 0;padding:10px 5%}.nyel-theme .pricing-faq h3{font-family:var(--ff-display);text-transform:uppercase;color:var(--white);text-align:center;margin-bottom:24px;font-size:27px;font-weight:800}.nyel-theme .faq-item{border-top:1px solid var(--navy-border);padding:20px 2px}.nyel-theme .faq-q{font-family:var(--ff-body);color:var(--white);margin-bottom:8px;font-size:15.5px;font-weight:700}.nyel-theme .faq-a{font-family:var(--ff-body);color:var(--muted);font-size:14px;line-height:1.6}.nyel-theme .register-page-wrap{background:var(--navy);color:var(--white);min-height:100vh;padding:140px 5% 80px;position:relative;overflow:hidden}.nyel-theme .register-page-bg{z-index:0;background:radial-gradient(ellipse 60% 60% at 0% 0%, #f5c5180f 0%, transparent 60%), radial-gradient(ellipse 50% 50% at 100% 100%, #00c9a70a 0%, transparent 60%), var(--navy);position:absolute;inset:0}.nyel-theme .register-grid{z-index:1;grid-template-columns:1.2fr 1fr;align-items:start;gap:70px;max-width:1240px;margin:0 auto;display:grid;position:relative}.nyel-theme .register-left-col{flex-direction:column;gap:36px;display:flex}.nyel-theme .register-left-col .section-eyebrow{margin-bottom:8px}.nyel-theme .register-left-col .section-title{margin-bottom:16px;font-size:clamp(32px,4vw,54px)}.nyel-theme .register-left-col .section-body{margin-bottom:24px}.nyel-theme .register-benefits-list{flex-direction:column;gap:20px;list-style:none;display:flex}.nyel-theme .register-benefits-list li{background:var(--navy-card);border:1px solid var(--navy-border);border-radius:12px;align-items:flex-start;gap:16px;padding:20px;display:flex}.nyel-theme .benefit-icon{flex-shrink:0;font-size:28px}.nyel-theme .benefit-text h4{font-family:var(--ff-display);text-transform:uppercase;color:var(--white);margin-bottom:4px;font-size:19px;font-weight:700}.nyel-theme .benefit-text p{color:var(--muted);font-size:13.5px;line-height:1.5}.nyel-theme .register-right-col{z-index:2;position:sticky;top:130px}.nyel-theme .register-right-col .form-section{margin-top:0;padding:40px 30px}.nyel-theme .form-input,.nyel-theme .form-select,.nyel-theme .phone-wrapper,.nyel-theme .form-search-select{background:var(--navy)!important;border:1px solid var(--navy-border)!important;height:46px!important;color:var(--white)!important;font-family:var(--ff-body)!important;box-sizing:border-box!important;border-radius:8px!important;outline:none!important;width:100%!important;font-size:14px!important;transition:border-color .15s!important}.nyel-theme .form-input,.nyel-theme .form-select{padding:10px 13px!important}.nyel-theme .form-input::placeholder{color:var(--muted)!important}.nyel-theme .form-input:focus,.nyel-theme .form-select:focus,.nyel-theme .phone-wrapper:focus-within,.nyel-theme .form-search-select:focus-within{border-color:var(--gold)!important}.nyel-theme .phone-wrapper{align-items:center!important;padding:0!important;display:flex!important;position:relative!important;overflow:hidden!important}.nyel-theme .phone-input{width:100%!important;height:100%!important;color:var(--white)!important;font-family:var(--ff-body)!important;background:0 0!important;border:none!important;padding-left:48px!important;font-size:14px!important}.nyel-theme .phone-flag-btn{background:0 0!important;border:none!important;border-radius:8px 0 0 8px!important;align-items:center!important;height:100%!important;padding-left:10px!important;display:flex!important;position:absolute!important;top:0!important;left:0!important}.nyel-theme .phone-flag-btn:hover{background:0 0!important}.nyel-theme .react-tel-input .flag-dropdown{background:0 0!important;border:none!important}.nyel-theme .form-search-select{align-items:center!important;padding:0!important;display:flex!important;overflow:visible!important}.nyel-theme .form-search-select>div{background:0 0!important;border:none!important;width:100%!important}.nyel-theme .form-search-select [class*=-control]{box-shadow:none!important;min-height:unset!important;background:0 0!important;border:none!important;align-items:center!important;height:44px!important;padding:0 4px!important;display:flex!important}.nyel-theme .form-search-select [class*=-ValueContainer]{color:var(--white)!important;padding:0 8px!important;font-size:14px!important}.nyel-theme .form-search-select [class*=-placeholder]{color:var(--muted)!important;margin:0!important;font-size:14px!important}.nyel-theme .form-search-select [class*=-Input]{color:var(--white)!important;margin:0!important;padding:0!important}.nyel-theme .form-search-select [class*=-singleValue]{color:var(--white)!important;margin:0!important}.nyel-theme .form-field{position:relative!important}.nyel-theme .form-field:focus-within{z-index:99!important}.nyel-theme .send-otp-btn{color:#050a1a!important;cursor:pointer!important;background:#f5c518!important;border:none!important;border-radius:6px!important;justify-content:center!important;align-items:center!important;padding:6px 14px!important;font-family:inherit!important;font-size:13px!important;font-weight:750!important;transition:all .2s!important;display:flex!important}.nyel-theme .send-otp-btn:hover:not(:disabled){transform:translateY(-1px)!important;box-shadow:0 4px 12px #f5c5184d!important}.nyel-theme .send-otp-btn:disabled{opacity:.6!important;cursor:not-allowed!important}.nyel-theme .card-coupon{border:1px solid var(--navy-border);background:#ffffff08;border-radius:8px;align-items:center;margin-bottom:24px;padding:4px;display:flex;position:relative}.nyel-theme .card-coupon input{color:var(--white);font-family:var(--ff-body);text-transform:uppercase;background:0 0;border:none;outline:none;flex:1;padding:8px 12px;font-size:13px}.nyel-theme .card-coupon input::placeholder{color:var(--muted);text-transform:none}.nyel-theme .card-coupon button{color:var(--white);border:1px solid var(--navy-border);cursor:pointer;font-weight:600;font-family:var(--ff-body);white-space:nowrap;background:#ffffff14;border-radius:6px;padding:8px 16px;font-size:12px;transition:all .2s}.nyel-theme .card-coupon button:hover{background:var(--gold);color:var(--navy);border-color:var(--gold)}.nyel-theme .coupon-msg{text-align:left;min-height:16px;margin-top:-16px;margin-bottom:16px;font-size:11px}@keyframes fall{0%{opacity:1;transform:translateY(-20px)rotate(0)}to{opacity:0;transform:translateY(100vh)rotate(720deg)}}.animate-fall{animation:linear forwards fall}@media (max-width:990px){.nyel-theme .nav-partner-wrap{display:none}.nyel-theme .hero-inner{grid-template-columns:1fr;gap:34px}.nyel-theme .hero{padding-top:110px}.nyel-theme .register-grid{grid-template-columns:1fr;gap:40px}.nyel-theme .register-page-wrap{padding-top:110px}.nyel-theme .register-right-col{position:static}}@media (max-width:820px){.nyel-theme .pricing-grid{grid-template-columns:1fr;max-width:460px;margin:0 auto}.nyel-theme .pricing-hero{padding-top:40px}}@media (max-width:768px){.nyel-theme nav{padding:14px 4%}.nyel-theme .hero{padding:20px 4% 70px}.nyel-theme .about-grid,.nyel-theme .tracks-grid,.nyel-theme .venues-grid,.nyel-theme .steps-grid,.nyel-theme .why-grid,.nyel-theme .footer-grid{grid-template-columns:1fr}.nyel-theme .steps-grid{background:0 0;gap:16px}.nyel-theme .step-card{border:1px solid var(--navy-border);border-radius:12px}.nyel-theme .form-section{padding:36px 24px}.nyel-theme .form-grid,.nyel-theme .form-track-pick{grid-template-columns:1fr}.nyel-theme section{padding:70px 4%}.nyel-theme .hero-title{font-size:clamp(42px,11vw,80px)}.nyel-theme .countdown-bar{gap:20px}.nyel-theme .countdown-units{gap:12px}.nyel-theme .hero-sub{color:var(--off-white);text-align:center;z-index:1;opacity:1;max-width:560px;margin-top:28px;font-size:18px;font-weight:300;line-height:1.7;animation:.7s .6s both fadeUp;position:relative}.nyel-theme .hero-actions{z-index:1;opacity:1;flex-wrap:wrap;justify-content:center;gap:14px;margin-top:40px;animation:.7s .8s both fadeUp;display:flex;position:relative}.nyel-theme .hero-actions .claim{width:200px}}@media (max-width:600px){.nyel-theme .media-logos{opacity:.55;flex-wrap:wrap;align-items:center;gap:10px;margin-top:10px;display:flex}}.nyel-theme .awards-section{background:var(--navy);position:relative;overflow:hidden}.nyel-theme .awards-header{text-align:center;max-width:720px;margin:0 auto 60px}.nyel-theme .awards-ladder{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:24px;max-width:1180px;margin:0 auto;display:grid}.nyel-theme .award-card{background:var(--navy-card);border:1px solid var(--navy-border);border-radius:18px;flex-direction:column;padding:0;transition:border-color .2s,transform .2s,box-shadow .2s;display:flex;position:relative;overflow:hidden}.nyel-theme .award-card:hover{transform:translateY(-6px)}.nyel-theme .award-card.tier-national{border-color:#f5c51873;box-shadow:0 20px 60px #f5c5181a}.nyel-theme .award-card.tier-national:hover{box-shadow:0 26px 70px #f5c51838}.nyel-theme .award-card.tier-iimc:hover{border-color:#f5c51880}.nyel-theme .award-card.tier-iitb:hover{border-color:#00c9a780}.nyel-theme .award-ribbon{background:var(--gold);color:var(--navy);font-family:var(--ff-body);letter-spacing:.1em;text-transform:uppercase;z-index:2;padding:5px 42px;font-size:10.5px;font-weight:700;position:absolute;top:18px;right:-34px;transform:rotate(40deg);box-shadow:0 4px 12px #00000040}.nyel-theme .award-top{padding:30px 28px 22px;position:relative}.nyel-theme .award-top:after{content:"";background:var(--navy-border);height:1px;position:absolute;bottom:0;left:28px;right:28px}.nyel-theme .award-tier-label{letter-spacing:.16em;text-transform:uppercase;border-radius:20px;align-items:center;gap:6px;margin-bottom:16px;padding:4px 10px;font-size:10.5px;font-weight:700;display:inline-flex}.nyel-theme .award-tier-label.iitb{color:var(--accent-teal);background:#00c9a71f}.nyel-theme .award-tier-label.iimc{color:var(--gold);background:#f5c5181f}.nyel-theme .award-tier-label.national{color:var(--accent-red);background:#ff4c5e1f}.nyel-theme .award-count{font-family:var(--ff-display);align-items:baseline;gap:10px;margin-bottom:10px;font-size:64px;font-weight:900;line-height:.85;display:flex}.nyel-theme .award-count .unit{font-family:var(--ff-body);color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-size:14px;font-weight:600}.nyel-theme .award-card.tier-iitb .award-count{color:var(--accent-teal)}.nyel-theme .award-card.tier-iimc .award-count{color:var(--gold)}.nyel-theme .award-card.tier-national .award-count{color:var(--accent-red)}.nyel-theme .award-headline{font-family:var(--ff-display);text-transform:uppercase;color:var(--white);font-size:24px;font-weight:800;line-height:1.1}.nyel-theme .award-body{flex-direction:column;flex:1;padding:22px 28px 30px;display:flex}.nyel-theme .award-desc{color:var(--off-white);margin-bottom:22px;font-size:14.5px;line-height:1.6}.nyel-theme .award-desc strong{color:var(--white)}.nyel-theme .award-stage{border:1px solid var(--navy-border);background:#ffffff08;border-radius:10px;align-items:center;gap:12px;margin-top:auto;padding:12px 14px;display:flex}.nyel-theme .award-stage-logo-chip{background:#000000eb;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex}.nyel-theme .award-stage-logo{object-fit:contain;width:auto;max-width:35px;height:auto;max-height:35px}.nyel-theme .award-stage-text{line-height:1.3}.nyel-theme .award-stage-name{color:var(--white);font-size:13.5px;font-weight:700}.nyel-theme .award-stage-sub{color:var(--muted);font-size:11.5px}.nyel-theme .awards-ladder-connector{max-width:1180px;color:var(--muted);letter-spacing:.08em;text-transform:uppercase;justify-content:center;align-items:center;gap:8px;margin:22px auto 0;font-size:12px;font-weight:600;display:flex}.nyel-theme .awards-ladder-connector .arrow{color:var(--gold);font-size:16px}.nyel-theme .awards-footnote{text-align:center;max-width:640px;color:var(--muted);margin:40px auto 0;font-size:13.5px;line-height:1.7}.nyel-theme .awards-footnote strong{color:var(--gold)}@media (max-width:980px){.nyel-theme .awards-ladder{grid-template-columns:1fr;gap:18px}.nyel-theme .award-count{font-size:52px}}
