.styles-module___0iV1a__about{padding:var(--section-padding);background:var(--color-bg);overflow:hidden}.styles-module___0iV1a__container{max-width:var(--container-max);padding:0 var(--container-pad);grid-template-columns:1fr 1fr;align-items:center;gap:80px;margin:0 auto;display:grid}.styles-module___0iV1a__imageStack{height:560px;position:relative}.styles-module___0iV1a__imagePrimary{border-radius:var(--radius-lg);width:100%;height:100%;box-shadow:var(--shadow-hover);position:absolute;top:0;left:0;overflow:hidden}.styles-module___0iV1a__imagePrimary img{object-fit:cover;width:100%;height:100%;transition:transform var(--transition-slow)}.styles-module___0iV1a__imagePrimary:hover img{transform:scale(1.04)}.styles-module___0iV1a__imageSecondary{border-radius:var(--radius-md);width:48%;height:260px;box-shadow:var(--shadow-hover);border:4px solid var(--color-bg);position:absolute;bottom:40px;right:0;overflow:hidden}.styles-module___0iV1a__imageSecondary img{object-fit:cover;width:100%;height:100%;transition:transform var(--transition-slow)}.styles-module___0iV1a__imageSecondary:hover img{transform:scale(1.04)}.styles-module___0iV1a__badge{background:var(--color-brand);color:#fff;border-radius:var(--radius-md);box-shadow:var(--shadow-brand);z-index:2;flex-direction:column;align-items:center;padding:16px 20px;display:flex;position:absolute;top:32px;right:-40px}.styles-module___0iV1a__badgeYear{letter-spacing:.15em;text-transform:uppercase;opacity:.8;font-size:.65rem;font-weight:700}.styles-module___0iV1a__badgeNum{font-family:var(--font-display);font-size:2rem;font-weight:700;line-height:1}.styles-module___0iV1a__badgeLabel{letter-spacing:.05em;opacity:.85;text-align:center;margin-top:2px;font-size:.62rem;font-weight:500}.styles-module___0iV1a__accentDot{border:2px dashed var(--color-brand);opacity:.3;border-radius:50%;width:80px;height:80px;animation:12s linear infinite styles-module___0iV1a__spinDot;position:absolute;bottom:20px;left:20px}@keyframes styles-module___0iV1a__spinDot{to{transform:rotate(360deg)}}.styles-module___0iV1a__textCol{flex-direction:column;gap:0;display:flex}.styles-module___0iV1a__title{font-family:var(--font-display);color:var(--color-text);margin-bottom:24px;font-size:clamp(2rem,3.5vw,3rem);font-weight:600;line-height:1.2}.styles-module___0iV1a__title em{color:var(--color-brand);font-style:italic}.styles-module___0iV1a__lead{color:var(--color-text);border-left:3px solid var(--color-brand);margin-bottom:16px;padding-left:20px;font-size:16px;font-weight:500;line-height:1.75}.styles-module___0iV1a__body{color:var(--color-text-muted);margin-bottom:36px;font-size:16px;line-height:1.85}.styles-module___0iV1a__pillars{grid-template-columns:1fr 1fr;gap:12px;margin-bottom:40px;display:grid}.styles-module___0iV1a__pillar{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);transition:all var(--transition);align-items:center;gap:10px;padding:14px 16px;display:flex}.styles-module___0iV1a__pillar:hover{border-color:var(--color-brand);background:var(--color-brand-muted);transform:translateY(-2px)}.styles-module___0iV1a__pillarIcon{font-size:1.3rem;line-height:1}.styles-module___0iV1a__pillarLabel{color:var(--color-text);letter-spacing:.01em;font-size:.82rem;font-weight:600}.styles-module___0iV1a__learnMore{color:var(--color-brand);transition:gap var(--transition);letter-spacing:.02em;border:1.5px solid var(--color-brand);border-radius:var(--radius-md);align-self:flex-start;align-items:center;gap:10px;padding:14px 28px;font-size:.88rem;font-weight:600;text-decoration:none;display:inline-flex}.styles-module___0iV1a__learnMore:hover{background:var(--color-brand);color:#fff}.styles-module___0iV1a__learnMore:hover svg{transform:translate(4px)}.styles-module___0iV1a__learnMore svg{transition:transform var(--transition)}@media (max-width:960px){.styles-module___0iV1a__container{grid-template-columns:1fr;gap:60px}.styles-module___0iV1a__imageStack{width:100%;max-width:500px;height:380px;margin:0 auto}}@media (max-width:600px){.styles-module___0iV1a__imageStack{height:300px}.styles-module___0iV1a__pillars{grid-template-columns:1fr}}
.styles-module__CU00Sq__section{padding:var(--section-padding);background:var(--color-bg-alt)}.styles-module__CU00Sq__container{max-width:var(--container-max);padding:0 var(--container-pad);margin:0 auto}.styles-module__CU00Sq__header{margin-bottom:56px}.styles-module__CU00Sq__grid{grid-template-columns:repeat(3,1fr);gap:28px;display:grid}.styles-module__CU00Sq__card{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-lg);transition:all var(--transition);box-shadow:var(--shadow-card);flex-direction:column;display:flex;overflow:hidden}.styles-module__CU00Sq__card:hover{box-shadow:var(--shadow-hover);border-color:#2596be4d;transform:translateY(-8px)}.styles-module__CU00Sq__coverWrap{aspect-ratio:5/7;background:#0a0a0a;position:relative;overflow:hidden}.styles-module__CU00Sq__cover{object-fit:cover;width:100%;height:100%;transition:transform var(--transition-slow);display:block}.styles-module__CU00Sq__card:hover .styles-module__CU00Sq__cover{transform:scale(1.04)}.styles-module__CU00Sq__coverShine{pointer-events:none;background:linear-gradient(115deg,#0000 0% 40%,#ffffff1f 50%,#0000 60% 100%);transition:transform .6s;position:absolute;inset:0;transform:translate(-100%)}.styles-module__CU00Sq__card:hover .styles-module__CU00Sq__coverShine{transform:translate(100%)}.styles-module__CU00Sq__categoryBadge{letter-spacing:.1em;text-transform:uppercase;color:#fff;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#2596bed9;border-radius:100px;padding:4px 10px;font-size:.65rem;font-weight:700;position:absolute;top:12px;left:12px}.styles-module__CU00Sq__cardBody{flex-direction:column;flex:1;gap:8px;padding:20px;display:flex}.styles-module__CU00Sq__cardTitle{font-family:var(--font-display);color:var(--color-text);font-size:1.1rem;font-weight:600;line-height:1.3}.styles-module__CU00Sq__author{color:var(--color-brand);align-items:center;gap:6px;font-size:.78rem;font-weight:600;display:flex}.styles-module__CU00Sq__author svg{opacity:.8;flex-shrink:0}.styles-module__CU00Sq__description{color:var(--color-text-muted);flex:1;margin-bottom:4px;font-size:.82rem;line-height:1.65}.styles-module__CU00Sq__downloadBtn{background:var(--color-brand-muted);color:var(--color-brand);border-radius:var(--radius-md);letter-spacing:.03em;transition:all var(--transition);border:1.5px solid #2596be4d;justify-content:center;align-items:center;gap:8px;margin-top:auto;padding:12px 16px;font-size:.82rem;font-weight:700;text-decoration:none;display:inline-flex}.styles-module__CU00Sq__downloadBtn:hover{background:var(--color-brand);color:#fff;border-color:var(--color-brand);box-shadow:var(--shadow-brand);transform:translateY(-1px)}.styles-module__CU00Sq__downloadBtn svg{transition:transform var(--transition);flex-shrink:0}.styles-module__CU00Sq__downloadBtn:hover svg{transform:translateY(2px)}@media (max-width:1024px){.styles-module__CU00Sq__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:500px){.styles-module__CU00Sq__grid{grid-template-columns:1fr;max-width:360px;margin:0 auto}}
.styles-module__JPmIeG__footer{background:var(--color-bg-alt);border-top:1px solid var(--color-border)}.styles-module__JPmIeG__waveDivider{background:linear-gradient(to right, transparent, var(--color-brand), var(--color-brand-light), var(--color-brand), transparent);opacity:.6;height:4px}.styles-module__JPmIeG__ctaBanner{background:var(--color-brand);padding:48px var(--container-pad)}.styles-module__JPmIeG__ctaInner{max-width:var(--container-max);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:40px;margin:0 auto;display:flex}.styles-module__JPmIeG__ctaText{flex:1;min-width:260px}.styles-module__JPmIeG__ctaHeading{font-family:var(--font-display);color:#fff;margin-bottom:8px;font-size:clamp(1.3rem,2.5vw,1.8rem);font-weight:600;line-height:1.3}.styles-module__JPmIeG__ctaSubtext{color:#fffc;font-size:.9rem;line-height:1.7}.styles-module__JPmIeG__emailForm{border-radius:var(--radius-md);border:1px solid #ffffff4d;flex-shrink:0;gap:0;min-width:min(100%,420px);display:flex;overflow:hidden}.styles-module__JPmIeG__emailInput{font-family:var(--font-body);color:#fff;background:#ffffff1f;border:none;outline:none;flex:1;min-width:0;padding:14px 20px;font-size:.9rem}.styles-module__JPmIeG__emailInput::placeholder{color:#ffffff8c}.styles-module__JPmIeG__emailInput:focus{background:#ffffff2e}.styles-module__JPmIeG__emailBtn{color:var(--color-brand);font-family:var(--font-body);cursor:pointer;transition:background var(--transition), color var(--transition);white-space:nowrap;letter-spacing:.03em;background:#fff;border:none;padding:14px 24px;font-size:.88rem;font-weight:700}.styles-module__JPmIeG__emailBtn:hover{background:var(--color-brand-dark);color:#fff}.styles-module__JPmIeG__body{padding:72px 0 56px}.styles-module__JPmIeG__container{max-width:var(--container-max);padding:0 var(--container-pad);grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin:0 auto;display:grid}.styles-module__JPmIeG__brandCol{flex-direction:column;gap:20px;display:flex}.styles-module__JPmIeG__logoWrap{align-items:center;gap:10px;display:flex}.styles-module__JPmIeG__logoMark{color:var(--color-brand);font-size:1.4rem}.styles-module__JPmIeG__logoText{font-family:var(--font-display);color:var(--color-text);font-size:1.3rem;font-weight:600}.styles-module__JPmIeG__logoText em{color:var(--color-brand);font-style:italic}.styles-module__JPmIeG__brandDesc{color:var(--color-text-muted);max-width:300px;font-size:.88rem;line-height:1.8}.styles-module__JPmIeG__socials{flex-wrap:wrap;gap:10px;display:flex}.styles-module__JPmIeG__socialIcon{border-radius:var(--radius-sm);background:var(--color-surface);border:1px solid var(--color-border);width:38px;height:38px;color:var(--color-text-muted);transition:all var(--transition);justify-content:center;align-items:center;text-decoration:none;display:flex}.styles-module__JPmIeG__socialIcon:hover{background:var(--color-brand);color:#fff;border-color:var(--color-brand);transform:translateY(-2px)}.styles-module__JPmIeG__linkCol{flex-direction:column;gap:20px;display:flex}.styles-module__JPmIeG__linkGroupTitle{letter-spacing:.18em;text-transform:uppercase;color:var(--color-text);font-size:.72rem;font-weight:700}.styles-module__JPmIeG__linkList{flex-direction:column;gap:12px;list-style:none;display:flex}.styles-module__JPmIeG__footerLink{color:var(--color-text-muted);transition:color var(--transition);cursor:pointer;background:0 0;border:none;align-items:center;padding:0;font-family:inherit;font-size:.88rem;text-decoration:none;display:inline-flex}.styles-module__JPmIeG__footerLink:before{content:"→";opacity:0;transition:all var(--transition);color:var(--color-brand);margin-right:8px;font-size:.75rem;transform:translate(-6px)}.styles-module__JPmIeG__footerLink:hover{color:var(--color-brand)}.styles-module__JPmIeG__footerLink:hover:before{opacity:1;transform:translate(0)}.styles-module__JPmIeG__bottomBar{border-top:1px solid var(--color-border);padding:20px var(--container-pad)}.styles-module__JPmIeG__bottomInner{max-width:var(--container-max);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;margin:0 auto;display:flex}.styles-module__JPmIeG__copyright,.styles-module__JPmIeG__madeWith{color:var(--color-text-subtle);font-size:.8rem}.styles-module__JPmIeG__bottomLinks{align-items:center;gap:12px;display:flex}.styles-module__JPmIeG__bottomLink{color:var(--color-text-subtle);transition:color var(--transition);font-size:.8rem;text-decoration:none}.styles-module__JPmIeG__bottomLink:hover{color:var(--color-brand)}.styles-module__JPmIeG__bottomDot{color:var(--color-border)}@media (max-width:960px){.styles-module__JPmIeG__container{grid-template-columns:1fr 1fr;gap:40px}.styles-module__JPmIeG__brandCol{flex-flow:wrap;grid-column:1/-1;align-items:flex-start;gap:32px}.styles-module__JPmIeG__brandDesc{max-width:100%}}@media (max-width:600px){.styles-module__JPmIeG__container{grid-template-columns:1fr 1fr;gap:32px}.styles-module__JPmIeG__brandCol{flex-direction:column;grid-column:1/-1}.styles-module__JPmIeG__ctaInner{flex-direction:column;gap:24px}.styles-module__JPmIeG__emailForm{width:100%;min-width:unset}.styles-module__JPmIeG__bottomInner{text-align:center;flex-direction:column;gap:8px}}@media (max-width:400px){.styles-module__JPmIeG__container{grid-template-columns:1fr}}
.styles-module__ak0Nwq__section{padding:var(--section-padding);background:var(--color-bg);position:relative;overflow:hidden}.styles-module__ak0Nwq__bgDecor{background:radial-gradient(ellipse 60% 60% at 10% 50%, rgba(var(--color-teal-rgb), .05) 0%, transparent 70%), radial-gradient(ellipse 40% 40% at 90% 20%, rgba(var(--color-teal-rgb), .04) 0%, transparent 70%);pointer-events:none;position:absolute;inset:0}.styles-module__ak0Nwq__container{z-index:1;max-width:var(--container-max);padding:0 var(--container-pad);margin:0 auto;position:relative}.styles-module__ak0Nwq__header{margin-bottom:56px}.styles-module__ak0Nwq__header .styles-module__ak0Nwq__sectionTitle em{font-family:var(--font-display);color:var(--color-brand);font-style:italic}.styles-module__ak0Nwq__grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.styles-module__ak0Nwq__card{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-xl);transition:all var(--transition);box-shadow:var(--shadow-card);flex-direction:column;gap:14px;padding:40px 36px;display:flex;position:relative;overflow:hidden}.styles-module__ak0Nwq__card:before{content:"";background:linear-gradient(to right, transparent, var(--color-border), transparent);height:3px;transition:background var(--transition);position:absolute;top:0;left:0;right:0}.styles-module__ak0Nwq__card:hover{border-color:rgba(var(--color-teal-rgb), .25);box-shadow:var(--shadow-hover);transform:translateY(-6px)}.styles-module__ak0Nwq__card:hover:before{background:linear-gradient(to right, var(--color-brand), var(--color-brand-light))}.styles-module__ak0Nwq__cardAccent{background:var(--color-brand);border-color:var(--color-brand-dark);color:#fff}.styles-module__ak0Nwq__cardAccent:before{background:#fff3}.styles-module__ak0Nwq__cardAccent:hover{background:var(--color-brand-dark);border-color:var(--color-brand);box-shadow:0 20px 60px var(--color-brand-glow)}.styles-module__ak0Nwq__cardAccent:hover:before{background:#ffffff4d}.styles-module__ak0Nwq__iconWrap{border-radius:var(--radius-md);background:var(--color-brand-muted);border:1px solid rgba(var(--color-teal-rgb), .2);width:64px;height:64px;color:var(--color-brand);transition:all var(--transition);justify-content:center;align-items:center;margin-bottom:6px;display:flex}.styles-module__ak0Nwq__card:hover .styles-module__ak0Nwq__iconWrap{transform:scale(1.05)}.styles-module__ak0Nwq__cardAccent .styles-module__ak0Nwq__iconWrap{color:#fff;background:#ffffff26;border-color:#ffffff40}.styles-module__ak0Nwq__eyebrow{letter-spacing:.18em;text-transform:uppercase;color:var(--color-brand);font-size:.68rem;font-weight:700}.styles-module__ak0Nwq__cardAccent .styles-module__ak0Nwq__eyebrow{color:#ffffffbf}.styles-module__ak0Nwq__cardHeading{font-family:var(--font-display);color:var(--color-text);font-size:clamp(1.25rem,2vw,1.6rem);font-weight:600;line-height:1.25}.styles-module__ak0Nwq__cardAccent .styles-module__ak0Nwq__cardHeading{color:#fff}.styles-module__ak0Nwq__cardBody{color:var(--color-text-muted);flex:1;font-size:.88rem;line-height:1.8}.styles-module__ak0Nwq__cardAccent .styles-module__ak0Nwq__cardBody{color:#fffc}.styles-module__ak0Nwq__cardCta{color:var(--color-brand);transition:gap var(--transition), color var(--transition), background var(--transition), border-color var(--transition);letter-spacing:.02em;border-radius:var(--radius-md);background:var(--color-brand-muted);border:1px solid rgba(var(--color-teal-rgb), .2);cursor:pointer;align-self:flex-start;align-items:center;gap:8px;margin-top:6px;padding:12px 20px;font-family:inherit;font-size:.84rem;font-weight:700;text-decoration:none;display:inline-flex}.styles-module__ak0Nwq__cardCta:hover{background:var(--color-brand);color:#fff;border-color:var(--color-brand);gap:14px}.styles-module__ak0Nwq__cardCta svg{transition:transform var(--transition);flex-shrink:0}.styles-module__ak0Nwq__cardCta:hover svg{transform:translate(3px)}.styles-module__ak0Nwq__cardAccent .styles-module__ak0Nwq__cardCta{color:#fff;background:#ffffff26;border-color:#ffffff4d}.styles-module__ak0Nwq__cardAccent .styles-module__ak0Nwq__cardCta:hover{background:#ffffff40;border-color:#ffffff80;gap:14px}.styles-module__ak0Nwq__modalOverlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:1000;background:#000000a6;justify-content:center;align-items:center;padding:20px;animation:.2s styles-module__ak0Nwq__overlayIn;display:flex;position:fixed;inset:0}@keyframes styles-module__ak0Nwq__overlayIn{0%{opacity:0}to{opacity:1}}.styles-module__ak0Nwq__modal{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-xl);width:100%;max-width:500px;max-height:90vh;padding:40px;animation:.28s cubic-bezier(.34,1.56,.64,1) styles-module__ak0Nwq__modalUp;position:relative;overflow:hidden;box-shadow:0 24px 80px #00000040}@keyframes styles-module__ak0Nwq__modalUp{0%{opacity:0;transform:translateY(28px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.styles-module__ak0Nwq__modalAccentBar{background:linear-gradient(to right, var(--color-brand), var(--color-brand-light));border-radius:var(--radius-xl) var(--radius-xl) 0 0;height:4px;position:absolute;top:0;left:0;right:0}.styles-module__ak0Nwq__modalIconWrap{border-radius:var(--radius-md);background:var(--color-brand-muted);width:48px;height:48px;color:var(--color-brand);border:1px solid #ee960d33;flex-shrink:0;justify-content:center;align-items:center;margin-bottom:12px;display:flex}.styles-module__ak0Nwq__modalHeaderInner{flex:1}.styles-module__ak0Nwq__modalSubtitle{color:var(--color-text-muted);margin-top:4px;font-size:.82rem;line-height:1.5}.styles-module__ak0Nwq__modalHeader{justify-content:space-between;align-items:flex-start;gap:16px;margin-top:12px;margin-bottom:28px;display:flex}.styles-module__ak0Nwq__modalTitle{font-family:var(--font-display);color:var(--color-text);font-size:clamp(1.2rem,3vw,1.5rem);font-weight:600;line-height:1.25}.styles-module__ak0Nwq__closeBtn{border-radius:var(--radius-md);border:1px solid var(--color-border);cursor:pointer;width:36px;height:36px;color:var(--color-text-muted);transition:all var(--transition);background:0 0;flex-shrink:0;justify-content:center;align-items:center;display:flex}.styles-module__ak0Nwq__closeBtn:hover{background:var(--color-brand-muted);color:var(--color-brand);border-color:#ee960d4d}.styles-module__ak0Nwq__formGroup{flex-direction:column;gap:6px;margin-bottom:18px;display:flex}.styles-module__ak0Nwq__label{letter-spacing:.1em;text-transform:uppercase;color:var(--color-text-muted);font-size:.75rem;font-weight:700}.styles-module__ak0Nwq__input,.styles-module__ak0Nwq__textarea{border-radius:var(--radius-md);border:1px solid var(--color-border);background:var(--color-bg);width:100%;color:var(--color-text);transition:border-color var(--transition), box-shadow var(--transition);box-sizing:border-box;padding:11px 14px;font-family:inherit;font-size:.92rem}.styles-module__ak0Nwq__input::placeholder,.styles-module__ak0Nwq__textarea::placeholder{color:var(--color-text-subtle)}.styles-module__ak0Nwq__input:focus,.styles-module__ak0Nwq__textarea:focus{border-color:var(--color-brand);outline:none;box-shadow:0 0 0 3px #ee960d1f}.styles-module__ak0Nwq__textarea{resize:vertical;min-height:120px;line-height:1.65;overflow-y:auto}.styles-module__ak0Nwq__submitBtn{background:var(--color-brand);color:#fff;border-radius:var(--radius-md);cursor:pointer;width:100%;transition:background var(--transition), transform var(--transition), box-shadow var(--transition);letter-spacing:.04em;border:none;justify-content:center;align-items:center;gap:8px;margin-top:6px;padding:13px 24px;font-size:.88rem;font-weight:700;display:flex}.styles-module__ak0Nwq__submitBtn:hover:not(:disabled){background:var(--color-brand-dark);transform:translateY(-2px);box-shadow:0 8px 24px #ee960d59}.styles-module__ak0Nwq__submitBtn:disabled{opacity:.6;cursor:not-allowed;transform:none}.styles-module__ak0Nwq__spinner{border:2px solid #ffffff59;border-top-color:#fff;border-radius:50%;flex-shrink:0;width:14px;height:14px;animation:.7s linear infinite styles-module__ak0Nwq__spin}@keyframes styles-module__ak0Nwq__spin{to{transform:rotate(360deg)}}.styles-module__ak0Nwq__successMsg{text-align:center;padding:20px 0 12px}.styles-module__ak0Nwq__successIcon{background:var(--color-brand-muted);width:72px;height:72px;color:var(--color-brand);border:1px solid #ee960d40;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 20px;display:flex}.styles-module__ak0Nwq__successText{font-family:var(--font-display);color:var(--color-text);margin-bottom:10px;font-size:1.5rem;font-weight:600}.styles-module__ak0Nwq__successSubtext{color:var(--color-text-muted);max-width:340px;margin:0 auto 24px;font-size:.9rem;line-height:1.75}.styles-module__ak0Nwq__successCloseBtn{background:var(--color-brand);color:#fff;border-radius:var(--radius-md);cursor:pointer;transition:background var(--transition), transform var(--transition);letter-spacing:.04em;border:none;padding:11px 32px;font-size:.88rem;font-weight:700}.styles-module__ak0Nwq__successCloseBtn:hover{background:var(--color-brand-dark);transform:translateY(-1px)}.styles-module__ak0Nwq__errorMsg{color:#e05252;margin-bottom:10px;font-size:.82rem}@media (max-width:900px){.styles-module__ak0Nwq__grid{grid-template-columns:1fr;max-width:560px}}@media (max-width:600px){.styles-module__ak0Nwq__card{padding:28px 24px}.styles-module__ak0Nwq__modal{border-radius:var(--radius-lg);max-height:95vh;padding:28px 24px}.styles-module__ak0Nwq__modalOverlay{align-items:flex-end;padding:0}.styles-module__ak0Nwq__modal{border-radius:var(--radius-xl) var(--radius-xl) 0 0;animation:.3s cubic-bezier(.34,1.56,.64,1) styles-module__ak0Nwq__modalSlideUp}@keyframes styles-module__ak0Nwq__modalSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}}
.styles-module__oI_qJa__section{padding:var(--section-padding);background:var(--color-bg)}.styles-module__oI_qJa__container{max-width:var(--container-max);padding:0 var(--container-pad);flex-direction:column;gap:56px;margin:0 auto;display:flex}.styles-module__oI_qJa__header{max-width:600px}.styles-module__oI_qJa__cards{grid-template-columns:1fr 1fr;gap:28px;display:grid}.styles-module__oI_qJa__card{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-xl);transition:all var(--transition);box-shadow:var(--shadow-card);flex-direction:column;gap:24px;padding:40px;display:flex}.styles-module__oI_qJa__card:hover{box-shadow:var(--shadow-hover);border-color:#2596be4d;transform:translateY(-6px)}.styles-module__oI_qJa__cardPrimary{background:var(--color-brand);border-color:var(--color-brand-dark)}.styles-module__oI_qJa__cardPrimary:hover{border-color:var(--color-brand-dark);box-shadow:0 20px 60px #2596be59}.styles-module__oI_qJa__cardIcon{border-radius:var(--radius-md);color:#fff;background:#ffffff26;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;display:flex}.styles-module__oI_qJa__card:not(.styles-module__oI_qJa__cardPrimary) .styles-module__oI_qJa__cardIcon{background:var(--color-brand-muted);color:var(--color-brand)}.styles-module__oI_qJa__cardContent{flex-direction:column;flex:1;gap:10px;display:flex}.styles-module__oI_qJa__cardPlatform{letter-spacing:.18em;text-transform:uppercase;color:#ffffffa6;font-size:.68rem;font-weight:700}.styles-module__oI_qJa__card:not(.styles-module__oI_qJa__cardPrimary) .styles-module__oI_qJa__cardPlatform{color:var(--color-brand)}.styles-module__oI_qJa__cardHeading{font-family:var(--font-display);color:#fff;font-size:clamp(1.3rem,2vw,1.6rem);font-weight:600;line-height:1.25}.styles-module__oI_qJa__card:not(.styles-module__oI_qJa__cardPrimary) .styles-module__oI_qJa__cardHeading{color:var(--color-text)}.styles-module__oI_qJa__cardText{color:#ffffffc7;font-size:.9rem;line-height:1.8}.styles-module__oI_qJa__card:not(.styles-module__oI_qJa__cardPrimary) .styles-module__oI_qJa__cardText{color:var(--color-text-muted)}.styles-module__oI_qJa__cardMeta{flex-wrap:wrap;gap:16px;margin-top:4px;display:flex}.styles-module__oI_qJa__cardMetaItem{color:#ffffffa6;align-items:center;gap:6px;font-size:.78rem;font-weight:600;display:flex}.styles-module__oI_qJa__card:not(.styles-module__oI_qJa__cardPrimary) .styles-module__oI_qJa__cardMetaItem{color:var(--color-text-muted)}.styles-module__oI_qJa__liveDot{background:#4ade80;border-radius:50%;width:7px;height:7px;animation:2s infinite styles-module__oI_qJa__livePulse;box-shadow:0 0 8px #4ade8099}@keyframes styles-module__oI_qJa__livePulse{0%,to{box-shadow:0 0 #4ade8066}50%{box-shadow:0 0 0 6px #4ade8000}}.styles-module__oI_qJa__cardBtn{color:var(--color-brand);border-radius:var(--radius-md);transition:all var(--transition);letter-spacing:.02em;background:#fff;border:1.5px solid #0000;justify-content:center;align-items:center;gap:8px;padding:15px 24px;font-size:.88rem;font-weight:700;text-decoration:none;display:inline-flex}.styles-module__oI_qJa__cardBtn:hover{background:var(--color-brand-dark);color:#fff;transform:translateY(-1px)}.styles-module__oI_qJa__cardBtn:hover svg{transform:translate(4px)}.styles-module__oI_qJa__cardBtn svg{transition:transform var(--transition)}.styles-module__oI_qJa__cardBtnOutline{color:var(--color-brand);border-color:var(--color-brand);background:0 0}.styles-module__oI_qJa__cardBtnOutline:hover{background:var(--color-brand);color:#fff;border-color:var(--color-brand)}.styles-module__oI_qJa__quote{text-align:center;padding:48px var(--container-pad);border-top:1px solid var(--color-border)}.styles-module__oI_qJa__quote p{font-family:var(--font-display);color:var(--color-text-muted);max-width:680px;margin:0 auto;font-size:clamp(1.1rem,2.5vw,1.5rem);font-style:italic;line-height:1.7}@media (max-width:768px){.styles-module__oI_qJa__cards{grid-template-columns:1fr}.styles-module__oI_qJa__card{padding:32px 28px}}@media (max-width:480px){.styles-module__oI_qJa__card{border-radius:var(--radius-lg);padding:24px 20px}}
.styles-module__4AvujW__toggle{background:var(--color-surface);border:1px solid var(--color-border);width:38px;height:38px;color:var(--color-text-muted);transition:all var(--transition);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.styles-module__4AvujW__toggle:hover{background:var(--color-brand-muted);color:var(--color-brand);border-color:var(--color-brand);transform:rotate(15deg)}.styles-module__4AvujW__iconWrap{transition:transform var(--transition);justify-content:center;align-items:center;display:flex}
.styles-module__NzDYiq__navbar{z-index:1000;transition:all var(--transition);padding:24px 0;position:fixed;top:0;left:0;right:0}.styles-module__NzDYiq__navbar.styles-module__NzDYiq__scrolled{border-bottom:1px solid var(--color-border);-webkit-backdrop-filter:blur(20px);background:#111;padding:14px 0;box-shadow:0 4px 30px #0000000f}.styles-module__NzDYiq__inner{max-width:var(--container-max);padding:0 var(--container-pad);justify-content:space-between;align-items:center;gap:24px;margin:0 auto;display:flex}.styles-module__NzDYiq__logo{flex-shrink:0;align-items:center;gap:10px;text-decoration:none;display:flex}.styles-module__NzDYiq__logoMark{color:var(--color-brand);font-size:1.4rem;line-height:1;animation:8s linear infinite styles-module__NzDYiq__spinSlow}@keyframes styles-module__NzDYiq__spinSlow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.styles-module__NzDYiq__logoText{font-family:var(--font-display);color:#fff;letter-spacing:-.01em;font-size:1.3rem;font-weight:600}.styles-module__NzDYiq__logoText em{color:var(--color-brand);font-style:italic}.styles-module__NzDYiq__desktopNav{align-items:center;gap:8px;display:flex}.styles-module__NzDYiq__navLink{letter-spacing:.02em;color:#fff;border-radius:var(--radius-sm);transition:all var(--transition);padding:6px 14px;font-size:.85rem;font-weight:500;text-decoration:none;position:relative}.styles-module__NzDYiq__navLink:after{content:"";background:var(--color-brand);width:0;height:2px;transition:width var(--transition);border-radius:2px;position:absolute;bottom:2px;left:50%;transform:translate(-50%)}.styles-module__NzDYiq__navLink:hover{color:var(--color-text)}.styles-module__NzDYiq__navLink:hover:after{width:60%}.styles-module__NzDYiq__actions{align-items:center;gap:12px;display:flex}.styles-module__NzDYiq__ctaBtn{background:var(--color-brand);color:#fff;border-radius:var(--radius-md);letter-spacing:.02em;transition:all var(--transition);white-space:nowrap;align-items:center;padding:9px 20px;font-size:.82rem;font-weight:600;text-decoration:none;display:inline-flex}.styles-module__NzDYiq__ctaBtn:hover{background:var(--color-brand-dark);box-shadow:var(--shadow-brand);transform:translateY(-1px)}.styles-module__NzDYiq__hamburger{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-sm);cursor:pointer;width:38px;height:38px;transition:all var(--transition);flex-direction:column;justify-content:center;gap:5px;padding:8px;display:none}.styles-module__NzDYiq__hamburger span{background:var(--color-text);width:100%;height:2px;transition:all var(--transition);transform-origin:50%;border-radius:2px;display:block}.styles-module__NzDYiq__hamburger.styles-module__NzDYiq__open span:first-child{transform:translateY(7px)rotate(45deg)}.styles-module__NzDYiq__hamburger.styles-module__NzDYiq__open span:nth-child(2){opacity:0;transform:scaleX(0)}.styles-module__NzDYiq__hamburger.styles-module__NzDYiq__open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.styles-module__NzDYiq__mobileOverlay{opacity:0;transition:opacity var(--transition);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;display:none;position:fixed;inset:0}.styles-module__NzDYiq__mobileOverlay.styles-module__NzDYiq__overlayVisible{opacity:1}.styles-module__NzDYiq__mobileMenu{background:var(--color-bg-card);z-index:999;width:min(85vw,320px);transition:transform var(--transition-slow);border-left:1px solid var(--color-border);padding:0;display:none;position:fixed;top:0;bottom:0;right:0;overflow-y:auto;transform:translate(100%)}.styles-module__NzDYiq__mobileMenu.styles-module__NzDYiq__menuOpen{transform:translate(0)}.styles-module__NzDYiq__mobileHeader{border-bottom:1px solid var(--color-border);align-items:center;gap:10px;padding:28px 24px;display:flex}.styles-module__NzDYiq__mobileLinks{flex-direction:column;gap:4px;padding:24px;display:flex}.styles-module__NzDYiq__mobileNavLink{color:var(--color-text-muted);border-radius:var(--radius-md);transition:all var(--transition);border-bottom:1px solid var(--color-border);padding:14px 16px;font-size:1.1rem;font-weight:500;text-decoration:none}.styles-module__NzDYiq__mobileNavLink:hover{color:var(--color-brand);background:var(--color-brand-muted)}.styles-module__NzDYiq__mobileCta{background:var(--color-brand);color:#fff;border-radius:var(--radius-md);text-align:center;transition:background var(--transition);margin-top:20px;padding:16px;font-size:.9rem;font-weight:600;text-decoration:none}.styles-module__NzDYiq__mobileCta:hover{background:var(--color-brand-dark)}@media (max-width:900px){.styles-module__NzDYiq__desktopNav,.styles-module__NzDYiq__ctaBtn{display:none}.styles-module__NzDYiq__hamburger{display:flex}.styles-module__NzDYiq__mobileOverlay,.styles-module__NzDYiq__mobileMenu{display:block}}
.styles-module__h13YVq__hero{color:#fff;text-align:center;justify-content:center;align-items:center;height:70vh;min-height:500px;display:flex;position:relative;overflow:hidden}.styles-module__h13YVq__bg{background-position:50%;background-size:cover;animation:12s forwards styles-module__h13YVq__slowZoom;position:absolute;inset:0;transform:scale(1.05)}@keyframes styles-module__h13YVq__slowZoom{to{transform:scale(1)}}.styles-module__h13YVq__overlay{z-index:1;background:linear-gradient(#0006 0%,#000000a6 60%,#000000b8 100%);position:absolute;inset:0}.styles-module__h13YVq__bottomFade{background:linear-gradient(to bottom, transparent, var(--color-bg));z-index:2;pointer-events:none;height:220px;position:absolute;bottom:0;left:0;right:0}.styles-module__h13YVq__content{z-index:2;padding:0 var(--container-pad);flex-direction:column;align-items:center;gap:16px;animation:1s .2s both styles-module__h13YVq__fadeUp;display:flex;position:relative}@keyframes styles-module__h13YVq__fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.styles-module__h13YVq__eyebrow{letter-spacing:.25em;text-transform:uppercase;color:var(--color-brand-light);align-items:center;gap:10px;font-size:.72rem;font-weight:700;display:flex}.styles-module__h13YVq__eyebrow:before,.styles-module__h13YVq__eyebrow:after{content:"";background:var(--color-brand);width:32px;height:1px;display:block}.styles-module__h13YVq__title{font-family:var(--font-display);color:#fff;letter-spacing:-.02em;font-size:clamp(3rem,8vw,7rem);font-weight:700;line-height:1}.styles-module__h13YVq__subtitle{font-family:var(--font-display);color:#ffffffa6;font-size:clamp(1rem,2vw,1.4rem);font-style:italic;font-weight:400}.styles-module__h13YVq__scrollHint{letter-spacing:.18em;text-transform:uppercase;color:#fff6;align-items:center;gap:10px;margin-top:32px;font-size:.68rem;font-weight:600;display:flex}.styles-module__h13YVq__scrollLine{background:#ffffff40;width:36px;height:1px;position:relative;overflow:hidden}.styles-module__h13YVq__scrollLine:after{content:"";background:var(--color-brand);animation:2s infinite styles-module__h13YVq__sweep;position:absolute;inset:0}@keyframes styles-module__h13YVq__sweep{0%{transform:translate(-100%)}to{transform:translate(200%)}}@media (max-width:600px){.styles-module__h13YVq__hero{height:60vh}}
.styles-module__umzR5a__hero{color:#fff;flex-direction:column;justify-content:flex-end;width:100%;height:100dvh;min-height:900px;display:flex;position:relative;overflow:hidden}.styles-module__umzR5a__sliderTrack{z-index:0;position:absolute;inset:0}.styles-module__umzR5a__slide{opacity:0;will-change:opacity, transform;background-position:50%;background-size:cover;transition:opacity 1.2s cubic-bezier(.4,0,.2,1),transform 8s cubic-bezier(.25,.46,.45,.94);position:absolute;inset:0;transform:scale(1.05)}.styles-module__umzR5a__slide.styles-module__umzR5a__active{opacity:1;transform:scale(1)}.styles-module__umzR5a__overlayGradient{z-index:1;background:linear-gradient(#0000 0%,#00000026 30%,#00000080 60%,#000000f2 100%);position:absolute;inset:0}.styles-module__umzR5a__overlayVignette{z-index:1;background:radial-gradient(#0000 30%,#0006 100%);position:absolute;inset:0}.styles-module__umzR5a__overlayPattern{z-index:1;pointer-events:none;background-image:radial-gradient(circle,#2596be0f 1px,#0000 1px);background-size:40px 40px;position:absolute;inset:0}.styles-module__umzR5a__content{z-index:2;flex-direction:column;width:100%;display:flex;position:relative}.styles-module__umzR5a__inner{max-width:var(--container-max);padding:0 var(--container-pad);width:100%;margin:0 auto;padding-bottom:40px}.styles-module__umzR5a__eyebrow{letter-spacing:.25em;text-transform:uppercase;color:var(--color-brand-light);align-items:center;gap:10px;margin-bottom:24px;font-size:.72rem;font-weight:600;animation:.8s .2s both styles-module__umzR5a__fadeSlideUp;display:inline-flex}.styles-module__umzR5a__eyebrowDot{background:var(--color-brand);width:8px;height:8px;box-shadow:0 0 12px var(--color-brand-light);border-radius:50%;animation:2s infinite styles-module__umzR5a__pulse}@keyframes styles-module__umzR5a__pulse{0%,to{box-shadow:0 0 8px var(--color-brand-light)}50%{box-shadow:0 0 20px var(--color-brand-light), 0 0 40px #2596be4d}}.styles-module__umzR5a__headline{font-family:var(--font-display);flex-direction:column;margin-bottom:28px;font-weight:600;line-height:1.05;display:flex}.styles-module__umzR5a__headlineTop,.styles-module__umzR5a__headlineBottom{color:#ffffffe6;font-size:clamp(2.4rem,5.5vw,5.5rem);animation:.8s both styles-module__umzR5a__fadeSlideUp}.styles-module__umzR5a__headlineTop{animation-delay:.35s}.styles-module__umzR5a__headlineMid{color:#fff;font-size:clamp(3.2rem,7vw,7rem);font-style:italic;line-height:1;animation:.8s .5s both styles-module__umzR5a__fadeSlideUp}.styles-module__umzR5a__headlineMid em{color:var(--color-brand-light);-webkit-text-stroke:0px;font-style:normal}.styles-module__umzR5a__headlineBottom{animation-delay:.65s}.styles-module__umzR5a__subtext{color:#fffffff9;max-width:620px;margin-bottom:40px;font-size:clamp(.95rem,1.5vw,1.1rem);font-weight:300;line-height:1.8;animation:.8s .8s both styles-module__umzR5a__fadeSlideUp}.styles-module__umzR5a__ctaRow{align-items:center;gap:16px;margin-bottom:60px;animation:.8s .95s both styles-module__umzR5a__fadeSlideUp;display:flex}.styles-module__umzR5a__ctaPrimary{background:var(--color-brand);color:#fff;border-radius:var(--radius-md);letter-spacing:.03em;transition:all var(--transition);box-shadow:var(--shadow-brand);align-items:center;gap:10px;padding:16px 32px;font-size:.9rem;font-weight:600;text-decoration:none;display:inline-flex}.styles-module__umzR5a__ctaPrimary:hover{background:var(--color-brand-dark);transform:translateY(-2px);box-shadow:0 16px 40px #2596be66}.styles-module__umzR5a__ctaPrimary:hover svg{transform:translate(4px)}.styles-module__umzR5a__ctaPrimary svg{transition:transform var(--transition)}.styles-module__umzR5a__ctaSecondary{color:#ffffffe6;border-radius:var(--radius-md);transition:all var(--transition);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer;background:#ffffff14;border:1px solid #fff3;align-items:center;padding:15px 28px;font-family:inherit;font-size:.9rem;font-weight:500;text-decoration:none;display:inline-flex}.styles-module__umzR5a__ctaSecondary:hover{background:#ffffff26;border-color:#fff6}.styles-module__umzR5a__scrollIndicator{letter-spacing:.2em;text-transform:uppercase;color:#ffffff73;align-items:center;gap:12px;font-size:.68rem;font-weight:600;animation:.8s 1.1s both styles-module__umzR5a__fadeSlideUp;display:flex}.styles-module__umzR5a__scrollLine{background:#ffffff4d;width:40px;height:1px;position:relative;overflow:hidden}.styles-module__umzR5a__scrollLine:after{content:"";background:var(--color-brand);animation:2s infinite styles-module__umzR5a__scrollPulse;position:absolute;inset:0}@keyframes styles-module__umzR5a__scrollPulse{0%{transform:translate(-100%)}to{transform:translate(100%)}}.styles-module__umzR5a__statsStrip{-webkit-backdrop-filter:blur(20px);padding:24px var(--container-pad);background:#00000080;border-top:1px solid #ffffff12;justify-content:center;align-items:center;gap:0;animation:.8s 1.2s both styles-module__umzR5a__fadeSlideUp;display:flex}.styles-module__umzR5a__statItem{flex-direction:column;flex:1;align-items:center;gap:4px;display:flex}.styles-module__umzR5a__statNumber{font-family:var(--font-display);color:var(--color-brand-light);font-size:clamp(1.5rem,3vw,2.2rem);font-weight:600;line-height:1}.styles-module__umzR5a__statLabel{letter-spacing:.1em;text-transform:uppercase;color:#ffffff80;font-size:.68rem;font-weight:500}.styles-module__umzR5a__statDivider{background:#ffffff1a;flex-shrink:0;width:1px;height:40px}.styles-module__umzR5a__controls{bottom:100px;right:var(--container-pad);z-index:3;flex-direction:column;gap:8px;display:flex;position:absolute}.styles-module__umzR5a__dot{cursor:pointer;width:6px;height:6px;transition:all var(--transition);background:#ffffff4d;border:none;border-radius:50%;padding:0}.styles-module__umzR5a__dot.styles-module__umzR5a__dotActive{background:var(--color-brand);width:6px;height:24px;box-shadow:0 0 10px var(--color-brand-glow);border-radius:3px}.styles-module__umzR5a__progressBar{z-index:3;background:#ffffff1a;height:2px;position:absolute;bottom:0;left:0;right:0}.styles-module__umzR5a__progressFill{background:var(--color-brand);border-radius:0 2px 2px 0;width:0%;height:100%;animation:6s linear forwards styles-module__umzR5a__progress}@keyframes styles-module__umzR5a__progress{0%{width:0%}to{width:100%}}@keyframes styles-module__umzR5a__fadeSlideUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.styles-module__umzR5a__inner{padding-bottom:20px}.styles-module__umzR5a__ctaRow{flex-direction:column;align-items:flex-start;gap:12px;margin-bottom:32px}.styles-module__umzR5a__ctaPrimary,.styles-module__umzR5a__ctaSecondary{justify-content:center;width:100%}.styles-module__umzR5a__scrollIndicator{display:none}.styles-module__umzR5a__controls{bottom:120px;right:16px}.styles-module__umzR5a__statsStrip{gap:0;padding:16px 12px}.styles-module__umzR5a__statNumber{font-size:1.3rem}.styles-module__umzR5a__statLabel{font-size:.58rem}.styles-module__umzR5a__statDivider{height:28px}}@media (max-width:390px){.styles-module__umzR5a__headlineMid{font-size:clamp(2.8rem,9vw,4.5rem)}.styles-module__umzR5a__inner{padding-bottom:100px 0}}
.styles-module__JklgNa__hero{color:#fff;text-align:center;justify-content:center;align-items:center;height:100dvh;min-height:600px;display:flex;position:relative;overflow:hidden}.styles-module__JklgNa__bg{background-position:50%;background-size:cover;animation:14s forwards styles-module__JklgNa__slowZoom;position:absolute;inset:0;transform:scale(1.06)}@keyframes styles-module__JklgNa__slowZoom{to{transform:scale(1)}}.styles-module__JklgNa__overlay{z-index:1;background:linear-gradient(#0000008c 0%,#0000009e 60%,#000000ad 100%);position:absolute;inset:0}.styles-module__JklgNa__bottomFade{background:linear-gradient(to bottom, transparent, var(--color-bg));z-index:2;pointer-events:none;height:220px;position:absolute;bottom:0;left:0;right:0}.styles-module__JklgNa__ring1,.styles-module__JklgNa__ring2{z-index:1;pointer-events:none;border:1px solid #2596be26;border-radius:50%;animation:6s infinite styles-module__JklgNa__expandRing;position:absolute}.styles-module__JklgNa__ring1{width:500px;height:500px;top:50%;left:50%;transform:translate(-50%,-50%)}.styles-module__JklgNa__ring2{border-color:#2596be14;width:750px;height:750px;animation-delay:1.5s;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes styles-module__JklgNa__expandRing{0%,to{opacity:.6}50%{opacity:.15}}.styles-module__JklgNa__content{z-index:2;padding:0 var(--container-pad);flex-direction:column;align-items:center;gap:20px;max-width:700px;animation:1s .3s both styles-module__JklgNa__fadeUp;display:flex;position:relative}@keyframes styles-module__JklgNa__fadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}.styles-module__JklgNa__eyebrow{letter-spacing:.25em;text-transform:uppercase;color:var(--color-brand-light);align-items:center;gap:12px;font-size:.7rem;font-weight:700;display:flex}.styles-module__JklgNa__eyebrow:before,.styles-module__JklgNa__eyebrow:after{content:"";background:var(--color-brand);width:28px;height:1px}.styles-module__JklgNa__title{font-family:var(--font-display);color:#fff;letter-spacing:-.02em;font-size:clamp(3.5rem,10vw,8rem);font-weight:700;line-height:.95}.styles-module__JklgNa__title em{color:var(--color-brand-light);font-style:italic;display:block}.styles-module__JklgNa__subtitle{color:#ffffffb3;max-width:480px;font-size:clamp(.95rem,1.8vw,1.15rem);font-weight:300;line-height:1.7}.styles-module__JklgNa__meta{flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;display:flex}.styles-module__JklgNa__metaItem{color:#ffffffa6;align-items:center;gap:6px;font-size:.8rem;font-weight:500;display:flex}.styles-module__JklgNa__metaItem svg{color:var(--color-brand-light);flex-shrink:0}.styles-module__JklgNa__metaDot{background:#ffffff4d;border-radius:50%;width:4px;height:4px}.styles-module__JklgNa__cta{background:var(--color-brand);color:#fff;border-radius:var(--radius-md);letter-spacing:.03em;transition:all var(--transition);box-shadow:var(--shadow-brand);align-items:center;gap:10px;margin-top:8px;padding:16px 36px;font-size:.9rem;font-weight:700;text-decoration:none;display:inline-flex}.styles-module__JklgNa__cta:hover{background:var(--color-brand-dark);transform:translateY(-2px);box-shadow:0 16px 40px #2596be66}.styles-module__JklgNa__cta:hover svg{transform:translate(4px)}.styles-module__JklgNa__cta svg{transition:transform var(--transition)}.styles-module__JklgNa__badge{bottom:48px;right:var(--container-pad);z-index:3;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:var(--radius-md);color:#fff;background:#2596be26;border:1px solid #2596be4d;flex-direction:column;align-items:center;gap:2px;padding:16px 20px;animation:1s .8s both styles-module__JklgNa__fadeUp;display:flex;position:absolute}.styles-module__JklgNa__badgeTop{letter-spacing:.18em;text-transform:uppercase;color:#ffffff8c;font-size:.6rem;font-weight:700}.styles-module__JklgNa__badgeDate{font-family:var(--font-display);color:var(--color-brand-light);font-size:1.1rem;font-weight:700;line-height:1.1}.styles-module__JklgNa__badgeBottom{color:#fff9;letter-spacing:.05em;margin-top:4px;font-size:.68rem;font-weight:600}@media (max-width:600px){.styles-module__JklgNa__ring1{width:320px;height:320px}.styles-module__JklgNa__ring2{width:480px;height:480px}.styles-module__JklgNa__badge{bottom:24px;right:16px}}
.styles-module__jdAyvq__section{padding:var(--section-padding);background:var(--color-bg)}.styles-module__jdAyvq__container{max-width:var(--container-max);padding:0 var(--container-pad);flex-direction:column;gap:64px;margin:0 auto;display:flex}.styles-module__jdAyvq__labelRow{display:flex}.styles-module__jdAyvq__grid{grid-template-columns:1fr 1fr;align-items:start;gap:64px;display:grid}.styles-module__jdAyvq__left{flex-direction:column;gap:24px;display:flex;position:sticky;top:100px}.styles-module__jdAyvq__heading{font-family:var(--font-display);color:var(--color-text);font-size:clamp(2rem,3.5vw,3rem);font-weight:600;line-height:1.2}.styles-module__jdAyvq__heading em{color:var(--color-brand);font-style:italic}.styles-module__jdAyvq__accentBar{background:linear-gradient(to right, var(--color-brand), var(--color-brand-light));border-radius:2px;width:56px;height:4px}.styles-module__jdAyvq__right{flex-direction:column;gap:20px;display:flex}.styles-module__jdAyvq__lead{color:var(--color-text);border-left:3px solid var(--color-brand);padding-left:20px;font-size:1.1rem;font-weight:500;line-height:1.8}.styles-module__jdAyvq__body{color:var(--color-text-muted);font-size:.95rem;line-height:1.9}.styles-module__jdAyvq__nameCard{background:var(--color-brand);border-radius:var(--radius-xl);justify-content:space-between;align-items:center;gap:32px;padding:48px 56px;display:flex;position:relative;overflow:hidden}.styles-module__jdAyvq__nameCard:before{content:"";background:radial-gradient(at 80%,#ffffff14 0%,#0000 60%);position:absolute;inset:0}.styles-module__jdAyvq__nameCardInner{z-index:1;flex-direction:column;gap:16px;max-width:800px;display:flex;position:relative}.styles-module__jdAyvq__nameCardLabel{letter-spacing:.2em;text-transform:uppercase;color:#ffffffb3;font-size:.68rem;font-weight:700}.styles-module__jdAyvq__nameCardText{color:#fff;font-size:clamp(1rem,1.5vw,1.15rem);line-height:1.8}.styles-module__jdAyvq__nameCardText strong{font-weight:700}.styles-module__jdAyvq__nameCardAccent{color:#ffffff14;z-index:1;flex-shrink:0;font-size:5rem;line-height:1;animation:10s linear infinite styles-module__jdAyvq__spinSlow;position:relative}@keyframes styles-module__jdAyvq__spinSlow{to{transform:rotate(360deg)}}@media (max-width:900px){.styles-module__jdAyvq__grid{grid-template-columns:1fr;gap:40px}.styles-module__jdAyvq__left{position:static}.styles-module__jdAyvq__nameCard{padding:36px 32px}.styles-module__jdAyvq__nameCardAccent{display:none}}@media (max-width:600px){.styles-module__jdAyvq__nameCard{border-radius:var(--radius-lg);padding:28px 24px}}
.styles-module__gn7rjG__hero{color:#fff;text-align:center;justify-content:center;align-items:center;height:65vh;min-height:480px;display:flex;position:relative;overflow:hidden}.styles-module__gn7rjG__bg{background-position:50%;background-size:cover;animation:14s forwards styles-module__gn7rjG__slowZoom;position:absolute;inset:0;transform:scale(1.05)}@keyframes styles-module__gn7rjG__slowZoom{to{transform:scale(1)}}.styles-module__gn7rjG__overlay{z-index:1;background:linear-gradient(#00000080 0%,#000000a6 60%,#000000b8 100%);position:absolute;inset:0}.styles-module__gn7rjG__content{z-index:2;padding:100px var(--container-pad) 48px;flex-direction:column;align-items:center;gap:18px;max-width:680px;animation:1s .2s both styles-module__gn7rjG__fadeUp;display:flex;position:relative}@keyframes styles-module__gn7rjG__fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.styles-module__gn7rjG__eyebrow{letter-spacing:.25em;text-transform:uppercase;color:var(--color-brand-light);align-items:center;gap:12px;font-size:.7rem;font-weight:700;display:flex}.styles-module__gn7rjG__eyebrow:before,.styles-module__gn7rjG__eyebrow:after{content:"";background:var(--color-brand);width:28px;height:1px}.styles-module__gn7rjG__title{font-family:var(--font-display);color:#fff;letter-spacing:-.02em;font-size:clamp(3rem,8vw,6.5rem);font-weight:700;line-height:.95}.styles-module__gn7rjG__subtitle{color:#ffffffa6;max-width:500px;font-size:clamp(.92rem,1.6vw,1.05rem);font-weight:300;line-height:1.8}.styles-module__gn7rjG__bottomFade{background:linear-gradient(to bottom, transparent, var(--color-bg));z-index:2;pointer-events:none;height:220px;position:absolute;bottom:0;left:0;right:0}
.styles-module__uwxfXa__hero{color:#fff;text-align:center;justify-content:center;align-items:center;min-height:70vh;display:flex;position:relative;overflow:hidden}.styles-module__uwxfXa__bg{background-position:50%;background-size:cover;animation:14s forwards styles-module__uwxfXa__slowZoom;position:absolute;inset:0;transform:scale(1.06)}@keyframes styles-module__uwxfXa__slowZoom{to{transform:scale(1)}}.styles-module__uwxfXa__overlay{z-index:1;background:linear-gradient(#00000080 0%,#000000a6 55%,#000000b8 100%);position:absolute;inset:0}.styles-module__uwxfXa__ring1,.styles-module__uwxfXa__ring2{z-index:1;pointer-events:none;border:1px solid #2596be1f;border-radius:50%;position:absolute}.styles-module__uwxfXa__ring1{width:560px;height:560px;animation:4s infinite styles-module__uwxfXa__pulse;top:50%;left:50%;transform:translate(-50%,-50%)}.styles-module__uwxfXa__ring2{border-color:#2596be0f;width:820px;height:820px;animation:4s 1s infinite styles-module__uwxfXa__pulse;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes styles-module__uwxfXa__pulse{0%,to{opacity:.8}50%{opacity:.2}}.styles-module__uwxfXa__content{z-index:2;padding:120px var(--container-pad) 80px;flex-direction:column;align-items:center;gap:24px;max-width:720px;animation:1s .2s both styles-module__uwxfXa__fadeUp;display:flex;position:relative}@keyframes styles-module__uwxfXa__fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.styles-module__uwxfXa__eyebrow{letter-spacing:.25em;text-transform:uppercase;color:var(--color-brand-light);align-items:center;gap:12px;font-size:.7rem;font-weight:700;display:flex}.styles-module__uwxfXa__eyebrow:before,.styles-module__uwxfXa__eyebrow:after{content:"";background:var(--color-brand);width:28px;height:1px}.styles-module__uwxfXa__title{font-family:var(--font-display);color:#fff;letter-spacing:-.02em;font-size:clamp(3rem,8vw,6.5rem);font-weight:700;line-height:1}.styles-module__uwxfXa__title em{color:var(--color-brand-light);font-style:italic}.styles-module__uwxfXa__subtitle{color:#ffffffa6;max-width:540px;font-size:clamp(.92rem,1.6vw,1.05rem);font-weight:300;line-height:1.85}.styles-module__uwxfXa__verse{border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#2596be1a;border:1px solid #2596be40;flex-direction:column;align-items:center;gap:8px;max-width:480px;padding:20px 32px;display:flex}.styles-module__uwxfXa__quoteIcon{font-family:var(--font-display);color:var(--color-brand);opacity:.6;align-self:flex-start;font-size:2.5rem;line-height:.5}.styles-module__uwxfXa__verse p{font-family:var(--font-display);color:#ffffffd9;text-align:center;font-size:clamp(.9rem,1.5vw,1.05rem);font-style:italic;line-height:1.7}.styles-module__uwxfXa__verse cite{letter-spacing:.1em;color:var(--color-brand-light);text-transform:uppercase;font-size:.75rem;font-style:normal;font-weight:700}.styles-module__uwxfXa__bottomFade{background:linear-gradient(to bottom, transparent, var(--color-bg));z-index:2;pointer-events:none;height:220px;position:absolute;bottom:0;left:0;right:0}@media (max-width:600px){.styles-module__uwxfXa__ring1{width:320px;height:320px}.styles-module__uwxfXa__ring2{width:520px;height:520px}.styles-module__uwxfXa__verse{padding:16px 20px}}
.styles-module__YL6fuG__section{padding:var(--section-padding);background:var(--color-bg)}.styles-module__YL6fuG__container{max-width:var(--container-max);padding:0 var(--container-pad);margin:0 auto}.styles-module__YL6fuG__grid{grid-template-columns:1fr 1fr;align-items:center;gap:80px;display:grid}.styles-module__YL6fuG__left{flex-direction:column;gap:16px;display:flex}.styles-module__YL6fuG__heading{font-family:var(--font-display);color:var(--color-text);margin-bottom:8px;font-size:clamp(2rem,3.5vw,3rem);font-weight:600;line-height:1.2}.styles-module__YL6fuG__heading em{color:var(--color-brand);font-style:italic}.styles-module__YL6fuG__lead{color:var(--color-text);border-left:3px solid var(--color-brand);padding-left:20px;font-size:1.05rem;font-weight:500;line-height:1.8}.styles-module__YL6fuG__body{color:var(--color-text-muted);font-size:.95rem;line-height:1.9}.styles-module__YL6fuG__right{position:relative}.styles-module__YL6fuG__imageWrap{border-radius:var(--radius-xl);height:520px;position:relative;overflow:hidden}.styles-module__YL6fuG__image{object-fit:cover;width:100%;height:100%;transition:transform var(--transition-slow);display:block}.styles-module__YL6fuG__imageWrap:hover .styles-module__YL6fuG__image{transform:scale(1.04)}.styles-module__YL6fuG__imageOverlay{background:linear-gradient(#0000 50%,#00000080 100%);position:absolute;inset:0}.styles-module__YL6fuG__statsCard{background:var(--color-brand);border-radius:var(--radius-lg);box-shadow:var(--shadow-brand);z-index:2;grid-template-columns:1fr 1fr;gap:20px 32px;padding:28px 32px;display:grid;position:absolute;bottom:-32px;left:-32px}.styles-module__YL6fuG__statItem{flex-direction:column;gap:4px;display:flex}.styles-module__YL6fuG__statNumber{font-family:var(--font-display);color:#fff;font-size:1.6rem;font-weight:700;line-height:1}.styles-module__YL6fuG__statLabel{letter-spacing:.1em;text-transform:uppercase;color:#ffffffb3;font-size:.68rem;font-weight:600}@media (max-width:960px){.styles-module__YL6fuG__grid{grid-template-columns:1fr;gap:56px}.styles-module__YL6fuG__right{margin-bottom:48px}.styles-module__YL6fuG__statsCard{width:calc(100% - 48px);bottom:-28px;left:50%;transform:translate(-50%)}}@media (max-width:500px){.styles-module__YL6fuG__imageWrap{height:360px}.styles-module__YL6fuG__statsCard{grid-template-columns:1fr 1fr;gap:16px 24px;padding:20px 24px}}
.styles-module__5RcvHG__hero{color:#fff;text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:75vh;padding-bottom:80px;display:flex;position:relative;overflow:hidden}.styles-module__5RcvHG__bg{background-position:50%;background-size:cover;animation:14s forwards styles-module__5RcvHG__slowZoom;position:absolute;inset:0;transform:scale(1.05)}@keyframes styles-module__5RcvHG__slowZoom{to{transform:scale(1)}}.styles-module__5RcvHG__overlay{z-index:1;background:linear-gradient(#0000008c 0%,#000000ad 60%,#000000b8 100%);position:absolute;inset:0}.styles-module__5RcvHG__bottomFade{background:linear-gradient(to bottom, transparent, var(--color-bg));z-index:2;pointer-events:none;height:220px;position:absolute;bottom:0;left:0;right:0}.styles-module__5RcvHG__content{z-index:2;padding:120px var(--container-pad) 40px;flex-direction:column;align-items:center;gap:20px;max-width:700px;animation:1s both styles-module__5RcvHG__fadeUp;display:flex;position:relative}@keyframes styles-module__5RcvHG__fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.styles-module__5RcvHG__eyebrow{letter-spacing:.25em;text-transform:uppercase;color:var(--color-brand-light);align-items:center;gap:12px;font-size:.7rem;font-weight:700;display:flex}.styles-module__5RcvHG__eyebrow:before,.styles-module__5RcvHG__eyebrow:after{content:"";background:var(--color-brand);width:28px;height:1px}.styles-module__5RcvHG__title{font-family:var(--font-display);color:#fff;letter-spacing:-.02em;font-size:clamp(3.5rem,9vw,7.5rem);font-weight:700;line-height:.95}.styles-module__5RcvHG__subtitle{color:#ffffffa6;max-width:520px;font-size:clamp(.9rem,1.6vw,1.05rem);font-weight:300;line-height:1.8}.styles-module__5RcvHG__stats{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff0f;border:1px solid #ffffff1a;border-radius:100px;align-items:center;gap:32px;margin-top:8px;padding:20px 40px;display:flex}.styles-module__5RcvHG__statItem{flex-direction:column;align-items:center;gap:2px;display:flex}.styles-module__5RcvHG__statNum{font-family:var(--font-display);color:var(--color-brand-light);font-size:1.8rem;font-weight:700;line-height:1}.styles-module__5RcvHG__statLabel{letter-spacing:.12em;text-transform:uppercase;color:#ffffff73;font-size:.65rem;font-weight:600}.styles-module__5RcvHG__statDivider{background:#ffffff1f;width:1px;height:32px}.styles-module__5RcvHG__seriesChips{z-index:2;padding:0 var(--container-pad);flex-wrap:wrap;justify-content:center;gap:10px;margin-top:8px;display:flex;position:relative}.styles-module__5RcvHG__chip{color:#ffffffbf;transition:all var(--transition);white-space:nowrap;background:#2596be1f;border:1px solid #2596be4d;border-radius:100px;padding:8px 18px;font-size:.78rem;font-weight:600;text-decoration:none}.styles-module__5RcvHG__chip:hover{background:var(--color-brand);border-color:var(--color-brand);color:#fff;transform:translateY(-2px)}@media (max-width:600px){.styles-module__5RcvHG__stats{gap:20px;padding:16px 24px}.styles-module__5RcvHG__statNum{font-size:1.4rem}}
.styles-module__e0R6ra__section{padding:var(--section-padding);background:var(--color-bg-alt)}.styles-module__e0R6ra__container{max-width:var(--container-max);padding:0 var(--container-pad);margin:0 auto}.styles-module__e0R6ra__header{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:56px;display:flex}.styles-module__e0R6ra__liveBadge{color:var(--color-brand);white-space:nowrap;background:#2596be1a;border:1px solid #2596be4d;border-radius:100px;flex-shrink:0;align-items:center;gap:8px;padding:10px 18px;font-size:.78rem;font-weight:600;display:inline-flex}.styles-module__e0R6ra__liveDot{background:var(--color-brand);border-radius:50%;width:8px;height:8px;animation:1.8s infinite styles-module__e0R6ra__livePulse}@keyframes styles-module__e0R6ra__livePulse{0%,to{box-shadow:0 0 #2596be80}50%{box-shadow:0 0 0 6px #2596be00}}.styles-module__e0R6ra__grid{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:24px;margin-bottom:32px;display:grid}.styles-module__e0R6ra__card{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);flex-direction:column;transition:transform .25s,box-shadow .25s,border-color .25s;display:flex;overflow:hidden}.styles-module__e0R6ra__cardAccentBar{flex-shrink:0;height:3px}.styles-module__e0R6ra__card--gold .styles-module__e0R6ra__cardAccentBar{background:linear-gradient(90deg,#c9a84c,#e4c97e)}.styles-module__e0R6ra__card--gold:hover{border-color:#c9a84c80;transform:translateY(-5px);box-shadow:0 16px 40px #c9a84c24}.styles-module__e0R6ra__card--blue .styles-module__e0R6ra__cardAccentBar{background:linear-gradient(to right, var(--color-brand), var(--color-brand-light))}.styles-module__e0R6ra__card--blue:hover{border-color:var(--color-brand);box-shadow:var(--shadow-hover);transform:translateY(-5px)}.styles-module__e0R6ra__card--teal .styles-module__e0R6ra__cardAccentBar{background:linear-gradient(90deg,#2ec4b6,#6ee7df)}.styles-module__e0R6ra__card--teal:hover{border-color:#2ec4b680;transform:translateY(-5px);box-shadow:0 16px 40px #2ec4b624}.styles-module__e0R6ra__cardInner{flex-direction:column;flex:1;padding:22px 24px 24px;display:flex}.styles-module__e0R6ra__cardMeta{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:14px;display:flex}.styles-module__e0R6ra__typeBadge{letter-spacing:.1em;text-transform:uppercase;border:1px solid;border-radius:100px;padding:4px 10px;font-size:.65rem;font-weight:700}.styles-module__e0R6ra__card--gold .styles-module__e0R6ra__typeBadge{color:#c9a84c;background:#c9a84c1a;border-color:#c9a84c4d}.styles-module__e0R6ra__card--blue .styles-module__e0R6ra__typeBadge{color:var(--color-brand);background:#2596be1a;border-color:#2596be4d}.styles-module__e0R6ra__card--teal .styles-module__e0R6ra__typeBadge{color:#2ec4b6;background:#2ec4b61a;border-color:#2ec4b64d}.styles-module__e0R6ra__dayPill{color:var(--color-text-subtle);border:1px solid var(--color-border);white-space:nowrap;background:#ffffff0a;border-radius:100px;align-items:center;gap:5px;padding:4px 10px;font-size:.72rem;font-weight:600;display:inline-flex}.styles-module__e0R6ra__dayPill svg{color:var(--color-text-subtle);flex-shrink:0}.styles-module__e0R6ra__cardTitle{font-family:var(--font-display);color:var(--color-text);margin-bottom:16px;font-size:1.2rem;font-weight:600;line-height:1.3}.styles-module__e0R6ra__divider{background:var(--color-border);opacity:.5;height:1px;margin-bottom:16px}.styles-module__e0R6ra__tzSection{flex:1;margin-bottom:20px}.styles-module__e0R6ra__tzHeader{letter-spacing:.12em;text-transform:uppercase;color:var(--color-text-subtle);opacity:.8;align-items:center;gap:5px;margin-bottom:10px;font-size:.63rem;font-weight:700;display:flex}.styles-module__e0R6ra__tzList{margin:0;padding:0;list-style:none}.styles-module__e0R6ra__tzRow{border-bottom:1px solid #ffffff0a;grid-template-columns:18px 1fr auto;align-items:center;gap:8px;padding:5px 0;display:grid}.styles-module__e0R6ra__tzRow:last-child{border-bottom:none}.styles-module__e0R6ra__tzFlag{font-size:.85rem;line-height:1}.styles-module__e0R6ra__tzLabel{color:var(--color-text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;font-weight:400;overflow:hidden}.styles-module__e0R6ra__tzTime{font-variant-numeric:tabular-nums;white-space:nowrap;font-size:.75rem;font-weight:700}.styles-module__e0R6ra__card--gold .styles-module__e0R6ra__tzTime{color:#c9a84c}.styles-module__e0R6ra__card--blue .styles-module__e0R6ra__tzTime{color:var(--color-brand)}.styles-module__e0R6ra__card--teal .styles-module__e0R6ra__tzTime{color:#2ec4b6}.styles-module__e0R6ra__joinBtn{border-radius:var(--radius-md);letter-spacing:.02em;color:#fff;cursor:pointer;border:none;justify-content:center;align-items:center;gap:8px;margin-top:auto;padding:11px 20px;font-size:.8rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.styles-module__e0R6ra__joinBtn svg{flex-shrink:0;transition:transform .2s}.styles-module__e0R6ra__joinBtn:hover svg{transform:translate(3px)}.styles-module__e0R6ra__card--gold .styles-module__e0R6ra__joinBtn{color:#111;background:#c9a84c}.styles-module__e0R6ra__card--gold .styles-module__e0R6ra__joinBtn:hover{background:#b8963e;transform:translateY(-1px);box-shadow:0 6px 20px #c9a84c66}.styles-module__e0R6ra__card--blue .styles-module__e0R6ra__joinBtn{background:var(--color-brand)}.styles-module__e0R6ra__card--blue .styles-module__e0R6ra__joinBtn:hover{background:var(--color-brand-dark);box-shadow:var(--shadow-brand);transform:translateY(-1px)}.styles-module__e0R6ra__card--teal .styles-module__e0R6ra__joinBtn{color:#111;background:#2ec4b6}.styles-module__e0R6ra__card--teal .styles-module__e0R6ra__joinBtn:hover{background:#25b0a2;transform:translateY(-1px);box-shadow:0 6px 20px #2ec4b666}.styles-module__e0R6ra__upNext{border-radius:var(--radius-lg);background:linear-gradient(135deg,#c9a84c0d 0%,#2596be0a 55%,#2ec4b60d 100%);border:1px solid #c9a84c40;align-items:center;gap:32px;padding:32px 36px;display:flex;position:relative;overflow:hidden}.styles-module__e0R6ra__upNext:before{content:"";background:linear-gradient(to right, #c9a84c, var(--color-brand), #2ec4b6);height:2px;position:absolute;top:0;left:0;right:0}.styles-module__e0R6ra__upNextGlow{pointer-events:none;background:radial-gradient(#c9a84c12 0%,#0000 70%);width:300px;height:200px;position:absolute;top:50%;right:10%;transform:translateY(-50%)}.styles-module__e0R6ra__upNextLeft{flex:1;min-width:0}.styles-module__e0R6ra__upNextBadge{letter-spacing:.14em;text-transform:uppercase;color:#c9a84c;align-items:center;gap:7px;margin-bottom:8px;font-size:.68rem;font-weight:700;display:inline-flex}.styles-module__e0R6ra__upNextDot{background:#c9a84c;border-radius:50%;width:6px;height:6px;animation:2.2s infinite styles-module__e0R6ra__upNextPulse}@keyframes styles-module__e0R6ra__upNextPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.85)}}.styles-module__e0R6ra__upNextDate{color:var(--color-text-subtle);letter-spacing:.05em;margin-bottom:6px;font-size:.8rem;font-weight:600}.styles-module__e0R6ra__upNextTitle{font-family:var(--font-display);color:var(--color-text);margin:0;font-size:1.5rem;font-weight:600;line-height:1.25}.styles-module__e0R6ra__upNextBtn{color:#111;border-radius:var(--radius-md);cursor:pointer;white-space:nowrap;letter-spacing:.03em;background:#c9a84c;border:none;flex-shrink:0;align-items:center;gap:8px;padding:13px 26px;font-size:.82rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.styles-module__e0R6ra__upNextBtn svg{transition:transform .2s}.styles-module__e0R6ra__upNextBtn:hover{background:#b8963e;transform:translateY(-2px);box-shadow:0 8px 28px #c9a84c66}.styles-module__e0R6ra__upNextBtn:hover svg{transform:translate(3px)}.styles-module__e0R6ra__backdrop{z-index:1000;-webkit-backdrop-filter:blur(6px);background:#000000bf;justify-content:center;align-items:center;padding:20px;animation:.2s styles-module__e0R6ra__backdropIn;display:flex;position:fixed;inset:0}@keyframes styles-module__e0R6ra__backdropIn{0%{opacity:0}to{opacity:1}}.styles-module__e0R6ra__modal{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-lg);scrollbar-width:thin;scrollbar-color:#ffffff1a transparent;width:100%;max-width:480px;max-height:90vh;animation:.28s cubic-bezier(.34,1.26,.64,1) styles-module__e0R6ra__modalIn;position:relative;overflow-y:auto;box-shadow:0 32px 80px #0009}.styles-module__e0R6ra__modal::-webkit-scrollbar{width:4px}.styles-module__e0R6ra__modal::-webkit-scrollbar-track{background:0 0}.styles-module__e0R6ra__modal::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:2px}@keyframes styles-module__e0R6ra__modalIn{0%{opacity:0;transform:translateY(24px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.styles-module__e0R6ra__modalAccentBar{height:3px}.styles-module__e0R6ra__modal--gold .styles-module__e0R6ra__modalAccentBar{background:linear-gradient(90deg,#c9a84c,#e4c97e)}.styles-module__e0R6ra__modal--blue .styles-module__e0R6ra__modalAccentBar{background:linear-gradient(to right, var(--color-brand), var(--color-brand-light))}.styles-module__e0R6ra__modal--teal .styles-module__e0R6ra__modalAccentBar{background:linear-gradient(90deg,#2ec4b6,#6ee7df)}.styles-module__e0R6ra__closeBtn{border:1px solid var(--color-border);width:32px;height:32px;color:var(--color-text-subtle);cursor:pointer;z-index:1;background:#ffffff0a;border-radius:50%;justify-content:center;align-items:center;transition:all .18s;display:flex;position:absolute;top:16px;right:16px}.styles-module__e0R6ra__closeBtn:hover{color:var(--color-text);background:#ffffff17;border-color:#fff3;transform:rotate(90deg)}.styles-module__e0R6ra__modalHeader{padding:28px 28px 0}.styles-module__e0R6ra__modalTypeBadge{letter-spacing:.12em;text-transform:uppercase;border:1px solid;border-radius:100px;margin-bottom:12px;padding:4px 10px;font-size:.63rem;font-weight:700;display:inline-block}.styles-module__e0R6ra__modalTypeBadge--gold{color:#c9a84c;background:#c9a84c1a;border-color:#c9a84c4d}.styles-module__e0R6ra__modalTypeBadge--blue{color:var(--color-brand);background:#2596be1a;border-color:#2596be4d}.styles-module__e0R6ra__modalTypeBadge--teal{color:#2ec4b6;background:#2ec4b61a;border-color:#2ec4b64d}.styles-module__e0R6ra__modalTitle{font-family:var(--font-display);color:var(--color-text);margin:0 0 6px;padding-right:36px;font-size:1.35rem;font-weight:600;line-height:1.3}.styles-module__e0R6ra__modalDate{color:var(--color-text-subtle);letter-spacing:.04em;margin:0 0 20px;font-size:.78rem;font-weight:600}.styles-module__e0R6ra__form{flex-direction:column;gap:18px;padding:20px 28px 28px;display:flex}.styles-module__e0R6ra__fieldGroup{flex-direction:column;gap:7px;display:flex}.styles-module__e0R6ra__label{color:var(--color-text-subtle);letter-spacing:.04em;text-transform:uppercase;font-size:.75rem;font-weight:600}.styles-module__e0R6ra__inputWrap{align-items:center;display:flex;position:relative}.styles-module__e0R6ra__inputIcon{color:var(--color-text-subtle);pointer-events:none;opacity:.6;flex-shrink:0;position:absolute;left:13px}.styles-module__e0R6ra__input{border:1px solid var(--color-border);border-radius:var(--radius-md);width:100%;color:var(--color-text);appearance:none;background:#ffffff0a;outline:none;padding:11px 14px 11px 38px;font-family:inherit;font-size:.875rem;transition:border-color .18s,box-shadow .18s,background .18s}.styles-module__e0R6ra__input::placeholder{color:var(--color-text-subtle);opacity:.5}.styles-module__e0R6ra__input:focus{border-color:var(--color-brand);background:#ffffff0f;box-shadow:0 0 0 3px #2596be26}.styles-module__e0R6ra__modal--gold .styles-module__e0R6ra__input:focus{border-color:#c9a84c;box-shadow:0 0 0 3px #c9a84c26}.styles-module__e0R6ra__modal--teal .styles-module__e0R6ra__input:focus{border-color:#2ec4b6;box-shadow:0 0 0 3px #2ec4b626}.styles-module__e0R6ra__fieldError .styles-module__e0R6ra__input{border-color:#e05c5c}.styles-module__e0R6ra__fieldError .styles-module__e0R6ra__input:focus{box-shadow:0 0 0 3px #e05c5c26}.styles-module__e0R6ra__errorMsg{color:#e05c5c;align-items:center;gap:4px;font-size:.72rem;font-weight:500;display:flex}.styles-module__e0R6ra__submitBtn{border-radius:var(--radius-md);letter-spacing:.03em;cursor:pointer;border:none;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:4px;padding:13px 24px;font-size:.85rem;font-weight:700;transition:all .2s;display:inline-flex}.styles-module__e0R6ra__submitBtn svg{transition:transform .2s}.styles-module__e0R6ra__submitBtn:hover svg{transform:translate(3px)}.styles-module__e0R6ra__submitBtn--gold{color:#111;background:#c9a84c}.styles-module__e0R6ra__submitBtn--gold:hover{background:#b8963e;transform:translateY(-1px);box-shadow:0 8px 24px #c9a84c66}.styles-module__e0R6ra__submitBtn--blue{background:var(--color-brand);color:#fff}.styles-module__e0R6ra__submitBtn--blue:hover{background:var(--color-brand-dark);box-shadow:var(--shadow-brand);transform:translateY(-1px)}.styles-module__e0R6ra__submitBtn--teal{color:#111;background:#2ec4b6}.styles-module__e0R6ra__submitBtn--teal:hover{background:#25b0a2;transform:translateY(-1px);box-shadow:0 8px 24px #2ec4b666}.styles-module__e0R6ra__successState{text-align:center;flex-direction:column;align-items:center;gap:16px;padding:44px 28px 36px;display:flex}.styles-module__e0R6ra__successIcon{border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;animation:.4s cubic-bezier(.34,1.56,.64,1) styles-module__e0R6ra__successPop;display:flex}@keyframes styles-module__e0R6ra__successPop{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.styles-module__e0R6ra__successIcon--gold{color:#c9a84c;background:#c9a84c26;border:2px solid #c9a84c59}.styles-module__e0R6ra__successIcon--blue{color:var(--color-brand);background:#2596be26;border:2px solid #2596be59}.styles-module__e0R6ra__successIcon--teal{color:#2ec4b6;background:#2ec4b626;border:2px solid #2ec4b659}.styles-module__e0R6ra__successTitle{font-family:var(--font-display);color:var(--color-text);margin:0;font-size:1.5rem;font-weight:600}.styles-module__e0R6ra__successMsg{color:var(--color-text-muted);max-width:320px;margin:0;font-size:.875rem;line-height:1.65}.styles-module__e0R6ra__successMsg strong{color:var(--color-text);font-weight:600}.styles-module__e0R6ra__successMsg em{color:var(--color-text-subtle);font-style:normal}@media (max-width:1024px){.styles-module__e0R6ra__cardTitle{font-size:1.1rem}}@media (max-width:960px){.styles-module__e0R6ra__grid{grid-template-columns:1fr 1fr}.styles-module__e0R6ra__header{flex-direction:column;align-items:flex-start}.styles-module__e0R6ra__upNext{flex-direction:column;align-items:flex-start;gap:20px;padding:28px 24px}.styles-module__e0R6ra__upNextTitle{font-size:1.3rem}.styles-module__e0R6ra__upNextGlow{display:none}}@media (max-width:600px){.styles-module__e0R6ra__grid{grid-template-columns:1fr}.styles-module__e0R6ra__upNextTitle{font-size:1.15rem}.styles-module__e0R6ra__upNextBtn{justify-content:center;width:100%}.styles-module__e0R6ra__modal{border-radius:var(--radius-lg) var(--radius-lg) 0 0;max-width:100%;margin-top:auto}.styles-module__e0R6ra__backdrop{align-items:flex-end;padding:0}.styles-module__e0R6ra__modalHeader{padding:24px 22px 0}.styles-module__e0R6ra__form{padding:16px 22px 24px}}
.styles-module__8YrS6W__section{padding:var(--section-padding);background:var(--color-bg-alt)}.styles-module__8YrS6W__container{max-width:var(--container-max);padding:0 var(--container-pad);flex-direction:column;gap:56px;margin:0 auto;display:flex}.styles-module__8YrS6W__header{max-width:680px}.styles-module__8YrS6W__subtitle{margin-top:16px}.styles-module__8YrS6W__quote{background:var(--color-surface);border:1px solid var(--color-border);border-left:4px solid var(--color-brand);border-radius:var(--radius-lg);flex-direction:column;gap:16px;padding:40px 48px;display:flex;position:relative}.styles-module__8YrS6W__quoteMark{font-family:var(--font-display);color:var(--color-brand);opacity:.4;margin-bottom:8px;font-size:5rem;line-height:.5;display:block}.styles-module__8YrS6W__quote p{font-family:var(--font-display);color:var(--color-text);font-size:clamp(1.1rem,2vw,1.4rem);font-style:italic;line-height:1.7}.styles-module__8YrS6W__quote cite{color:var(--color-brand);letter-spacing:.05em;font-size:.82rem;font-style:normal;font-weight:600}.styles-module__8YrS6W__grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.styles-module__8YrS6W__card{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-lg);transition:all var(--transition);box-shadow:var(--shadow-card);flex-direction:column;gap:10px;padding:32px 28px;display:flex;position:relative;overflow:hidden}.styles-module__8YrS6W__card:after{content:"";background:linear-gradient(to right, var(--color-brand), var(--color-brand-light));transform-origin:0;height:3px;transition:transform var(--transition);position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.styles-module__8YrS6W__card:hover{box-shadow:var(--shadow-hover);border-color:#2596be4d;transform:translateY(-6px)}.styles-module__8YrS6W__card:hover:after{transform:scaleX(1)}.styles-module__8YrS6W__cardNumber{font-family:var(--font-display);letter-spacing:.1em;color:var(--color-brand);opacity:.5;font-size:.75rem;font-weight:700}.styles-module__8YrS6W__iconWrap{background:var(--color-brand-muted);border-radius:var(--radius-md);justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:4px;display:flex}.styles-module__8YrS6W__icon{font-size:1.75rem;line-height:1}.styles-module__8YrS6W__cardTitle{font-family:var(--font-display);color:var(--color-text);font-size:1.3rem;font-weight:600}.styles-module__8YrS6W__cardSubtitle{color:var(--color-brand);letter-spacing:.04em;text-transform:uppercase;font-size:.78rem;font-weight:700}.styles-module__8YrS6W__cardDesc{color:var(--color-text-muted);font-size:.88rem;line-height:1.75}@media (max-width:960px){.styles-module__8YrS6W__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:520px){.styles-module__8YrS6W__grid{grid-template-columns:1fr}.styles-module__8YrS6W__quote{padding:28px 24px}}
.styles-module__36YCLa__section{padding:var(--section-padding);background:var(--color-bg)}.styles-module__36YCLa__container{max-width:var(--container-max);padding:0 var(--container-pad);flex-direction:column;gap:64px;margin:0 auto;display:flex}.styles-module__36YCLa__header{max-width:600px}.styles-module__36YCLa__grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.styles-module__36YCLa__card{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-xl);transition:all var(--transition);box-shadow:var(--shadow-card);flex-direction:column;display:flex;position:relative;overflow:hidden}.styles-module__36YCLa__card:hover{box-shadow:var(--shadow-hover);transform:translateY(-6px)}.styles-module__36YCLa__cardBar{flex-shrink:0;width:100%;height:5px}.styles-module__36YCLa__cardHead{align-items:center;gap:16px;padding:28px 28px 20px;display:flex}.styles-module__36YCLa__cardIconWrap{border-radius:var(--radius-md);width:56px;height:56px;transition:transform var(--transition);flex-shrink:0;justify-content:center;align-items:center;display:flex}.styles-module__36YCLa__card:hover .styles-module__36YCLa__cardIconWrap{transform:scale(1.08)}.styles-module__36YCLa__cardLabel{font-family:var(--font-display);color:var(--color-text);font-size:1.2rem;font-weight:600;line-height:1.2}.styles-module__36YCLa__detailsList{flex-direction:column;flex:1;gap:0;padding:0 28px;display:flex}.styles-module__36YCLa__detailRow{border-bottom:1px solid var(--color-border);flex-direction:column;gap:3px;padding:14px 0;display:flex}.styles-module__36YCLa__detailRow:last-child{border-bottom:none}.styles-module__36YCLa__detailLabel{letter-spacing:.12em;text-transform:uppercase;color:var(--color-text-subtle);font-size:.68rem;font-weight:700}.styles-module__36YCLa__detailValue{color:var(--color-text);letter-spacing:.02em;word-break:break-all;font-size:.95rem;font-weight:600}.styles-module__36YCLa__copyRow{flex-direction:column;gap:8px;padding:20px 28px 28px;display:flex}.styles-module__36YCLa__copyBtn{background:var(--color-surface);color:var(--color-text-muted);border:1.5px solid var(--color-border);border-radius:var(--radius-md);font-family:var(--font-body);cursor:pointer;transition:all var(--transition);letter-spacing:.02em;justify-content:center;align-items:center;gap:8px;width:100%;padding:11px 16px;font-size:.8rem;font-weight:600;display:inline-flex}.styles-module__36YCLa__copyBtn:hover{border-color:var(--color-brand);color:var(--color-brand);background:var(--color-brand-muted)}.styles-module__36YCLa__encouragement{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-xl);position:relative;overflow:hidden}.styles-module__36YCLa__encouragement:before{content:"";background:radial-gradient(ellipse at 20% 50%, var(--color-brand-muted) 0%, transparent 65%);pointer-events:none;position:absolute;inset:0}.styles-module__36YCLa__encourageInner{z-index:1;align-items:flex-start;gap:40px;padding:56px;display:flex;position:relative}.styles-module__36YCLa__encourageIcon{flex-shrink:0;font-size:4rem;line-height:1;animation:3s infinite styles-module__36YCLa__float}@keyframes styles-module__36YCLa__float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.styles-module__36YCLa__encourageText{flex-direction:column;gap:16px;display:flex}.styles-module__36YCLa__encourageTitle{font-family:var(--font-display);color:var(--color-text);font-size:clamp(1.5rem,3vw,2rem);font-weight:600;line-height:1.2}.styles-module__36YCLa__encourageBody{color:var(--color-text-muted);max-width:680px;font-size:.95rem;line-height:1.9}.styles-module__36YCLa__encourageVerse{background:var(--color-brand-muted);border-left:3px solid var(--color-brand);border-radius:0 var(--radius-md) var(--radius-md) 0;flex-direction:column;gap:8px;padding:20px 24px;display:flex}.styles-module__36YCLa__encourageVerse em{font-family:var(--font-display);color:var(--color-text);font-size:1rem;font-style:italic;line-height:1.7}.styles-module__36YCLa__encourageVerse span{color:var(--color-brand);letter-spacing:.08em;text-transform:uppercase;font-size:.78rem;font-weight:700}@media (max-width:1024px){.styles-module__36YCLa__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.styles-module__36YCLa__grid{grid-template-columns:1fr}.styles-module__36YCLa__encourageInner{flex-direction:column;gap:24px;padding:36px 28px}.styles-module__36YCLa__encourageIcon{font-size:3rem}}@media (max-width:480px){.styles-module__36YCLa__encourageInner{padding:28px 20px}.styles-module__36YCLa__cardHead,.styles-module__36YCLa__detailsList,.styles-module__36YCLa__copyRow{padding-left:20px;padding-right:20px}}
.styles-module__C3s2VW__section{padding:var(--section-padding);background:var(--color-bg-alt)}.styles-module__C3s2VW__container{max-width:var(--container-max);padding:0 var(--container-pad);flex-direction:column;gap:56px;margin:0 auto;display:flex}.styles-module__C3s2VW__header{max-width:600px}.styles-module__C3s2VW__body{grid-template-columns:1fr 340px;align-items:start;gap:32px;display:grid}.styles-module__C3s2VW__grid{border:1px solid var(--color-border);border-radius:var(--radius-lg);flex-direction:column;gap:0;display:flex;overflow:hidden}.styles-module__C3s2VW__card{border-bottom:1px solid var(--color-border);background:var(--color-bg-card);transition:all var(--transition);cursor:default;align-items:center;gap:16px;padding:18px 24px;display:flex}.styles-module__C3s2VW__card:last-child{border-bottom:none}.styles-module__C3s2VW__card:hover{background:var(--color-brand-muted);padding-left:32px}.styles-module__C3s2VW__card:hover .styles-module__C3s2VW__cardArrow{opacity:1;color:var(--color-brand);transform:translate(0)}.styles-module__C3s2VW__cardIndex{font-family:var(--font-display);color:var(--color-brand);opacity:.5;flex-shrink:0;width:24px;font-size:.72rem;font-weight:700}.styles-module__C3s2VW__cardTitle{color:var(--color-text);transition:color var(--transition);flex:1;font-size:.95rem;font-weight:500}.styles-module__C3s2VW__card:hover .styles-module__C3s2VW__cardTitle{color:var(--color-brand)}.styles-module__C3s2VW__cardArrow{color:var(--color-text-subtle);opacity:0;transition:all var(--transition);font-size:.9rem;transform:translate(-6px)}.styles-module__C3s2VW__panel{position:sticky;top:100px}.styles-module__C3s2VW__panelInner{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-lg);flex-direction:column;gap:20px;padding:36px 32px;display:flex}.styles-module__C3s2VW__panelIcon{background:var(--color-brand-muted);border-radius:var(--radius-md);width:60px;height:60px;color:var(--color-brand);justify-content:center;align-items:center;display:flex}.styles-module__C3s2VW__panelHeading{font-family:var(--font-display);color:var(--color-text);font-size:1.5rem;font-weight:600;line-height:1.25}.styles-module__C3s2VW__panelHeading em{color:var(--color-brand);font-style:italic}.styles-module__C3s2VW__panelText{color:var(--color-text-muted);font-size:.88rem;line-height:1.8}.styles-module__C3s2VW__panelStat{background:var(--color-surface);border-radius:var(--radius-md);border:1px solid var(--color-border);flex-direction:column;gap:6px;padding:20px;display:flex}.styles-module__C3s2VW__panelStatNumber{font-family:var(--font-display);color:var(--color-brand);font-size:2.5rem;font-weight:700;line-height:1}.styles-module__C3s2VW__panelStatLabel{color:var(--color-text-muted);font-size:.8rem;line-height:1.5}.styles-module__C3s2VW__panelCta{background:var(--color-brand);color:#fff;border-radius:var(--radius-md);transition:all var(--transition);justify-content:center;align-items:center;gap:8px;padding:14px 20px;font-size:.84rem;font-weight:700;text-decoration:none;display:inline-flex}.styles-module__C3s2VW__panelCta:hover{background:var(--color-brand-dark);box-shadow:var(--shadow-brand);transform:translateY(-1px)}.styles-module__C3s2VW__panelCta:hover svg{transform:translate(4px)}.styles-module__C3s2VW__panelCta svg{transition:transform var(--transition)}@media (max-width:900px){.styles-module__C3s2VW__body{grid-template-columns:1fr}.styles-module__C3s2VW__panel{position:static}}
.styles-module__aGlo0q__section{padding:var(--section-padding);background:var(--color-bg)}.styles-module__aGlo0q__container{max-width:var(--container-max);padding:0 var(--container-pad);flex-direction:column;gap:56px;margin:0 auto;display:flex}.styles-module__aGlo0q__header{max-width:600px}.styles-module__aGlo0q__seriesList{flex-direction:column;gap:32px;display:flex}.styles-module__aGlo0q__watchButton{color:var(--color-brand);background-color:var(--color-brand-muted);width:fit-content;transition:all var(--transition);border:1px solid var(--color-brand-muted);border-radius:4px;align-items:center;gap:10px;margin-top:10px;padding:4px 12px;font-size:.92rem;font-weight:500;text-decoration:none;display:flex}.styles-module__aGlo0q__watchButton:hover{background-color:var(--color-brand);color:var(--color-white)}.styles-module__aGlo0q__card{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-xl);box-shadow:var(--shadow-card);transition:box-shadow var(--transition);scroll-margin-top:100px;overflow:hidden}.styles-module__aGlo0q__card:hover{box-shadow:var(--shadow-hover)}.styles-module__aGlo0q__cardHeader{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:flex-start;gap:24px;padding:36px 40px;display:flex}.styles-module__aGlo0q__cardHeaderLeft{flex-direction:column;gap:8px;display:flex}.styles-module__aGlo0q__tag{letter-spacing:.12em;text-transform:uppercase;border:1px solid;border-radius:100px;align-self:flex-start;align-items:center;padding:4px 12px;font-size:.68rem;font-weight:700;display:inline-flex}.styles-module__aGlo0q__cardTitle{font-family:var(--font-display);color:var(--color-text);font-size:clamp(1.5rem,3vw,2.2rem);font-weight:600;line-height:1.2}.styles-module__aGlo0q__cardSubtitle{color:var(--color-text-muted);font-size:.9rem;font-style:italic}.styles-module__aGlo0q__dateRange{color:var(--color-text-subtle);align-items:center;gap:6px;font-size:.8rem;font-weight:500;display:flex}.styles-module__aGlo0q__dateRange svg{color:var(--color-brand);flex-shrink:0}.styles-module__aGlo0q__cardHeaderRight{flex-shrink:0}.styles-module__aGlo0q__countBadge{background:var(--color-brand-muted);border-radius:var(--radius-lg);border:1px solid #2596be33;flex-direction:column;align-items:center;min-width:80px;padding:16px 24px;display:flex}.styles-module__aGlo0q__countNum{font-family:var(--font-display);color:var(--color-brand);font-size:2rem;font-weight:700;line-height:1}.styles-module__aGlo0q__countLabel{letter-spacing:.12em;text-transform:uppercase;color:var(--color-text-subtle);margin-top:4px;font-size:.62rem;font-weight:700}.styles-module__aGlo0q__seasons{flex-direction:column;display:flex}.styles-module__aGlo0q__season{border-bottom:1px solid var(--color-border)}.styles-module__aGlo0q__season:last-child{border-bottom:none}.styles-module__aGlo0q__seasonToggle{cursor:pointer;text-align:left;width:100%;transition:background var(--transition);background:0 0;border:none;align-items:center;gap:16px;padding:20px 40px;display:flex}.styles-module__aGlo0q__seasonToggle:hover{background:var(--color-surface)}.styles-module__aGlo0q__seasonOpen{background:var(--color-brand-muted)}.styles-module__aGlo0q__seasonLabel{color:var(--color-text);flex:1;font-size:.9rem;font-weight:600}.styles-module__aGlo0q__seasonOpen .styles-module__aGlo0q__seasonLabel{color:var(--color-brand)}.styles-module__aGlo0q__seasonCount{color:var(--color-text-subtle);font-size:.75rem;font-weight:500}.styles-module__aGlo0q__chevron{color:var(--color-text-subtle);transition:transform var(--transition);flex-shrink:0}.styles-module__aGlo0q__seasonOpen .styles-module__aGlo0q__chevron{color:var(--color-brand);transform:rotate(180deg)}.styles-module__aGlo0q__messageList{flex-direction:column;display:flex}.styles-module__aGlo0q__messageRow{border-bottom:1px solid var(--color-border);transition:all var(--transition);align-items:center;gap:16px;padding:14px 40px;display:flex}.styles-module__aGlo0q__messageRow:last-child{border-bottom:none}.styles-module__aGlo0q__messageRow:hover{background:var(--color-surface);padding-left:48px}.styles-module__aGlo0q__msgIndex{font-family:var(--font-display);color:var(--color-brand);opacity:.5;flex-shrink:0;width:26px;font-size:.72rem;font-weight:700}.styles-module__aGlo0q__msgTitle{color:var(--color-text);transition:color var(--transition);flex:1;font-size:.92rem;font-weight:500;line-height:1.5}.styles-module__aGlo0q__messageRow:hover .styles-module__aGlo0q__msgTitle{color:var(--color-brand)}.styles-module__aGlo0q__msgDay{color:var(--color-text-subtle);white-space:nowrap;flex-shrink:0;font-size:.72rem;font-weight:500}.styles-module__aGlo0q__showMoreBtn{background:var(--color-surface);border:none;border-top:1px solid var(--color-border);width:100%;font-family:var(--font-body);color:var(--color-brand);cursor:pointer;transition:all var(--transition);letter-spacing:.02em;justify-content:center;align-items:center;gap:8px;padding:16px 40px;font-size:.84rem;font-weight:600;display:flex}.styles-module__aGlo0q__showMoreBtn:hover{background:var(--color-brand-muted)}.styles-module__aGlo0q__exploreMore{margin-inline:auto;background:var(--color-brand-muted);border-top:1px solid var(--color-border);max-width:400px;font-family:var(--font-body);color:var(--color-brand);cursor:pointer;transition:all var(--transition);letter-spacing:.02em;border-radius:10px;flex-direction:row;justify-content:center;align-items:center;gap:10px;margin-top:56px;padding:16px 40px;font-size:14px;font-weight:600;text-decoration:none;display:flex}.styles-module__aGlo0q__exploreMore:hover{background:var(--color-brand);color:var(--color-white)}@media (max-width:768px){.styles-module__aGlo0q__cardHeader{flex-flow:wrap;padding:24px}.styles-module__aGlo0q__seasonToggle,.styles-module__aGlo0q__messageRow,.styles-module__aGlo0q__showMoreBtn{padding-left:24px;padding-right:24px}.styles-module__aGlo0q__messageRow:hover{padding-left:32px}}@media (max-width:480px){.styles-module__aGlo0q__card{border-radius:var(--radius-lg)}.styles-module__aGlo0q__cardTitle{font-size:1.4rem}}
.styles-module__IdZ0eq__section{padding:var(--section-padding);background:var(--color-bg)}.styles-module__IdZ0eq__container{max-width:var(--container-max);padding:0 var(--container-pad);margin:0 auto}.styles-module__IdZ0eq__header{margin-bottom:56px}.styles-module__IdZ0eq__grid{grid-template-columns:repeat(3,1fr);gap:28px;display:grid}.styles-module__IdZ0eq__card{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-lg);transition:all var(--transition);box-shadow:var(--shadow-card);flex-direction:column;display:flex;overflow:hidden}.styles-module__IdZ0eq__card:hover{box-shadow:var(--shadow-hover);border-color:#2596be4d;transform:translateY(-4px)}.styles-module__IdZ0eq__mediaWrap{aspect-ratio:16/9;background:#000;width:100%;position:relative;overflow:hidden}.styles-module__IdZ0eq__thumb{object-fit:cover;opacity:.75;width:100%;height:100%;transition:opacity var(--transition), transform var(--transition-slow)}.styles-module__IdZ0eq__card:hover .styles-module__IdZ0eq__thumb{opacity:.9;transform:scale(1.04)}.styles-module__IdZ0eq__playOverlay{flex-direction:column;justify-content:center;align-items:center;gap:10px;display:flex;position:absolute;inset:0}.styles-module__IdZ0eq__playBtn{background:var(--color-brand);color:#fff;cursor:pointer;width:56px;height:56px;transition:all var(--transition);border:none;border-radius:50%;justify-content:center;align-items:center;display:flex;box-shadow:0 0 #2596be66}.styles-module__IdZ0eq__playBtn:hover{background:var(--color-brand-dark);transform:scale(1.12);box-shadow:0 0 0 12px #2596be26}.styles-module__IdZ0eq__playBtn svg{margin-left:3px}.styles-module__IdZ0eq__watchLabel{letter-spacing:.12em;text-transform:uppercase;color:#fffc;font-size:.72rem;font-weight:600}.styles-module__IdZ0eq__videoFrame{border:none;width:100%;height:100%}.styles-module__IdZ0eq__info{flex-direction:column;gap:8px;padding:24px;display:flex}.styles-module__IdZ0eq__datePill{letter-spacing:.08em;color:var(--color-brand);background:var(--color-brand-muted);text-transform:uppercase;border-radius:100px;align-self:flex-start;align-items:center;gap:6px;padding:5px 12px;font-size:.72rem;font-weight:600;display:inline-flex}.styles-module__IdZ0eq__datePill svg{flex-shrink:0}.styles-module__IdZ0eq__cardTitle{font-family:var(--font-display);color:var(--color-text);margin-top:4px;font-size:1.25rem;font-weight:600;line-height:1.3}.styles-module__IdZ0eq__speaker{color:var(--color-text-muted);font-size:.82rem;font-weight:600}.styles-module__IdZ0eq__topic{color:var(--color-text-subtle);font-size:.85rem;line-height:1.6}.styles-module__IdZ0eq__viewAll{justify-content:center;margin-top:48px;display:flex}.styles-module__IdZ0eq__viewAllLink{color:var(--color-brand);border:1.5px solid var(--color-brand);border-radius:var(--radius-md);transition:all var(--transition);align-items:center;gap:10px;padding:14px 32px;font-size:.88rem;font-weight:600;text-decoration:none;display:inline-flex}.styles-module__IdZ0eq__viewAllLink:hover{background:var(--color-brand);color:#fff}.styles-module__IdZ0eq__viewAllLink:hover svg{transform:translate(4px)}.styles-module__IdZ0eq__viewAllLink svg{transition:transform var(--transition)}@media (max-width:768px){.styles-module__IdZ0eq__grid{grid-template-columns:1fr}}
.styles-module__xE2NVW__section{padding:var(--section-padding);background:var(--color-bg)}.styles-module__xE2NVW__container{max-width:var(--container-max);padding:0 var(--container-pad);flex-direction:column;gap:64px;margin:0 auto;display:flex}.styles-module__xE2NVW__header{max-width:600px}.styles-module__xE2NVW__items{border:1px solid var(--color-border);border-radius:var(--radius-xl);flex-direction:column;gap:0;display:flex;overflow:hidden}.styles-module__xE2NVW__item{border-bottom:1px solid var(--color-border);transition:background var(--transition);grid-template-columns:260px 1fr;display:grid}.styles-module__xE2NVW__item:last-child{border-bottom:none}.styles-module__xE2NVW__item:hover{background:var(--color-surface)}.styles-module__xE2NVW__itemLeft{border-right:1px solid var(--color-border);background:var(--color-bg-card);transition:background var(--transition);flex-direction:column;gap:16px;padding:40px 36px;display:flex}.styles-module__xE2NVW__item:hover .styles-module__xE2NVW__itemLeft{background:var(--color-brand-muted)}.styles-module__xE2NVW__indexLine{align-items:center;gap:12px;display:flex}.styles-module__xE2NVW__index{font-family:var(--font-display);color:var(--color-brand);letter-spacing:.1em;font-size:.75rem;font-weight:700}.styles-module__xE2NVW__indexDash{background:var(--color-border);flex:1;height:1px}.styles-module__xE2NVW__iconBox{background:var(--color-brand-muted);border-radius:var(--radius-md);width:56px;height:56px;color:var(--color-brand);transition:all var(--transition);border:1px solid #2596be33;justify-content:center;align-items:center;display:flex}.styles-module__xE2NVW__item:hover .styles-module__xE2NVW__iconBox{background:var(--color-brand);color:#fff;border-color:var(--color-brand)}.styles-module__xE2NVW__label{letter-spacing:.15em;text-transform:uppercase;color:var(--color-brand);font-size:.72rem;font-weight:700}.styles-module__xE2NVW__itemRight{flex-direction:column;justify-content:center;gap:16px;padding:40px 48px;display:flex}.styles-module__xE2NVW__itemHeading{font-family:var(--font-display);color:var(--color-text);font-size:clamp(1.3rem,2.5vw,1.8rem);font-weight:600;line-height:1.25}.styles-module__xE2NVW__itemBody{color:var(--color-text-muted);max-width:640px;font-size:.93rem;line-height:1.9}.styles-module__xE2NVW__closing{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-xl);text-align:center;padding:64px;position:relative;overflow:hidden}.styles-module__xE2NVW__closing:before{content:"";background:radial-gradient(ellipse at center, var(--color-brand-muted) 0%, transparent 70%);pointer-events:none;position:absolute;inset:0}.styles-module__xE2NVW__closingInner{z-index:1;flex-direction:column;align-items:center;gap:24px;max-width:760px;margin:0 auto;display:flex;position:relative}.styles-module__xE2NVW__closingCross{color:var(--color-brand);font-size:1.5rem;animation:8s linear infinite styles-module__xE2NVW__spinSlow}@keyframes styles-module__xE2NVW__spinSlow{to{transform:rotate(360deg)}}.styles-module__xE2NVW__closingText{color:var(--color-text);font-size:clamp(1rem,1.8vw,1.15rem);line-height:1.9}.styles-module__xE2NVW__closingVow{font-family:var(--font-display);color:var(--color-text-muted);font-size:clamp(1.1rem,2vw,1.35rem);font-style:italic;line-height:1.7}.styles-module__xE2NVW__amen{font-family:var(--font-display);color:var(--color-brand);letter-spacing:.1em;font-size:2rem;font-weight:700}@media (max-width:860px){.styles-module__xE2NVW__item{grid-template-columns:1fr}.styles-module__xE2NVW__itemLeft{border-right:none;border-bottom:1px solid var(--color-border);flex-flow:wrap;align-items:center;gap:12px;padding:28px 28px 24px}.styles-module__xE2NVW__indexLine{display:none}.styles-module__xE2NVW__itemRight{padding:28px}.styles-module__xE2NVW__closing{padding:40px 28px}}@media (max-width:480px){.styles-module__xE2NVW__closing{border-radius:var(--radius-lg);padding:32px 20px}}
