:root{--ink:#111216;--ink-soft:#343946;--muted:#667085;--canvas:#f7f9fc;--surface:#fff;--surface-soft:#eef3f9;--line:#dce3ed;--line-strong:#b8c2d0;--primary:#111216;--primary-hover:#2b2f38;--blue:#4262ff;--teal:#00a889;--yellow:#ffd84d;--yellow-soft:#fff4bd;--mint:#c9f4d4;--lilac:#d9ccff;--coral:#ffc9ba;--rose:#f9d5e7;--sky:#d9eeff;--success:#21a65b;--warning:#d39a00;--danger:#e14d4d;--shadow:0 20px 50px #1823381a;--shadow-soft:0 10px 30px #18233814;--nav-height:76px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{min-width:320px;color:var(--ink);background:linear-gradient(180deg, #ffd84d3d 0, #f7f9fc00 340px), var(--canvas);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;overflow-x:hidden}body,#root{min-height:100vh}::selection{color:var(--ink);background:var(--yellow)}img{max-width:100%;display:block}button,input,textarea{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}p{color:var(--muted)}h1,h2,h3,h4{color:var(--ink);letter-spacing:0;font-weight:700;line-height:1.08}h1{font-size:5.1rem}h2{font-size:3.2rem}h3{font-size:1.35rem}main{z-index:1;position:relative}section{padding:5.5rem 0;position:relative}section[id]{scroll-margin-top:calc(var(--nav-height) + 1rem)}.container{width:min(100% - 3rem,1180px);margin:0 auto}.bg-grid{z-index:0;pointer-events:none;opacity:.56;background-image:linear-gradient(#4262ff14 1px,#0000 1px),linear-gradient(90deg,#00a88914 1px,#0000 1px);background-size:36px 36px;position:fixed;inset:0;-webkit-mask-image:linear-gradient(#000000f2,#0000001a 76%);mask-image:linear-gradient(#000000f2,#0000001a 76%)}.eyebrow{color:var(--blue);letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:.5rem;margin-bottom:.9rem;font-size:.78rem;font-weight:800;display:inline-flex}.section-header{text-align:center;max-width:780px;margin:0 auto 2.8rem}.section-header h2{margin-bottom:.95rem}.section-header p{color:var(--ink-soft);font-size:1.05rem}.glass-card{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow-soft);border-radius:8px}.btn{border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:.55rem;min-height:46px;padding:.78rem 1.2rem;font-weight:800;transition:transform .2s,background-color .2s,border-color .2s,box-shadow .2s;display:inline-flex}.btn:hover{transform:translateY(-1px)}.btn-primary{color:#fff;background:var(--primary);box-shadow:0 16px 28px #11121629}.btn-primary:hover{background:var(--primary-hover);box-shadow:0 18px 34px #11121633}.btn-outline{color:var(--ink);background:var(--surface);border-color:var(--line-strong)}.btn-outline:hover{border-color:var(--ink)}.tag{border:1px solid var(--line);width:fit-content;min-height:30px;color:var(--ink-soft);background:var(--surface-soft);border-radius:999px;align-items:center;gap:.4rem;padding:.34rem .72rem;font-size:.78rem;font-weight:800;display:inline-flex}.inline-link{color:var(--blue);align-items:center;gap:.45rem;font-weight:800;display:inline-flex}.inline-link:hover{color:var(--ink)}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.nav{z-index:1000;min-height:var(--nav-height);-webkit-backdrop-filter:blur(18px);background:#ffffffdb;border-bottom:1px solid #dce3edb8;padding:.85rem 0;transition:background-color .25s,box-shadow .25s;position:fixed;inset:0 0 auto}.nav.scrolled{background:#fffffff5;box-shadow:0 12px 32px #1823381a}.nav-container{justify-content:space-between;align-items:center;gap:1rem;display:flex}.logo{align-items:center;gap:.75rem;min-width:0;display:inline-flex}.logo img{flex:none;width:42px;height:42px}.logo-copy{flex-direction:column;min-width:0;display:flex}.logo-copy strong{color:var(--ink);font-size:1.02rem;line-height:1.1}.logo-copy span{color:var(--muted);font-size:.76rem;line-height:1.2}.nav-desktop{align-items:center;display:flex}.nav-links{border:1px solid var(--line);background:#f7f9fcc7;border-radius:999px;align-items:center;gap:.45rem;padding:.35rem;list-style:none;display:flex}.nav-links a{min-height:36px;color:var(--ink-soft);border-radius:999px;align-items:center;padding:.45rem .85rem;font-size:.94rem;font-weight:700;transition:color .2s,background-color .2s;display:inline-flex}.nav-links a:hover{color:var(--ink);background:var(--yellow-soft)}.nav-toggle{width:44px;height:44px;color:var(--ink);background:var(--surface);border:1px solid var(--line);border-radius:999px;justify-content:center;align-items:center;display:none}.mobile-nav-shell{position:absolute;inset:calc(100% + .35rem) 0 auto}.mobile-nav-panel{box-shadow:var(--shadow);background:#fffffffa;padding:.75rem}.mobile-nav-links{gap:.35rem;list-style:none;display:grid}.mobile-nav-links a{min-height:44px;color:var(--ink);background:var(--surface-soft);border-radius:8px;padding:.75rem .9rem;font-weight:800;display:block}.mobile-nav-links a:hover{background:var(--yellow-soft)}.hero{padding-top:calc(var(--nav-height) + 1.6rem);padding-bottom:2.6rem;overflow:hidden}.hero-shell{grid-template-columns:minmax(0,1.02fr) minmax(340px,.88fr);align-items:center;gap:2rem;display:grid;position:relative}.hero-shell:before,.hero-shell:after{content:"";z-index:-1;pointer-events:none;border:1px solid #1112161f;position:absolute}.hero-shell:before{background:var(--yellow);width:128px;height:86px;top:.5rem;left:-2.5rem;transform:rotate(-6deg)}.hero-shell:after{background:var(--mint);width:150px;height:72px;bottom:1rem;right:-1.8rem;transform:rotate(5deg)}.hero-copy{z-index:1;max-width:44rem;position:relative}.hero-copy .eyebrow{background:#d9eeffb8;border:1px solid #4262ff33;border-radius:999px;padding:.38rem .65rem}.hero-copy h1{margin-bottom:1.15rem}.hero-copy p{max-width:37rem;color:var(--ink-soft);margin-bottom:1.35rem;font-size:1.18rem}.hero-actions{flex-wrap:wrap;gap:.85rem;display:flex}.hero-highlights{flex-wrap:wrap;gap:.65rem;margin-top:1.35rem;list-style:none;display:flex}.hero-highlights li{min-height:38px;color:var(--ink);background:var(--surface);border:1px solid #1112161a;border-radius:999px;align-items:center;gap:.45rem;padding:.46rem .75rem;font-size:.92rem;font-weight:800;display:inline-flex;box-shadow:0 8px 18px #1823380f}.hero-highlights li:first-child svg{color:var(--blue)}.hero-highlights li:nth-child(2) svg{color:var(--teal)}.hero-highlights li:nth-child(3) svg{color:#d77b00}.hero-event-card{background:linear-gradient(180deg, #fffffffa, #f7f9fcfa), var(--surface);gap:.78rem;padding:.85rem;display:grid;position:relative;overflow:hidden}.hero-event-card .eyebrow{color:var(--teal);margin-bottom:0}.hero-event-media{overflow:hidden}.hero-event-body{gap:.78rem;display:grid}.hero-event-kicker{color:var(--blue);letter-spacing:.08em;text-transform:uppercase;margin-bottom:-.4rem;font-size:.78rem;font-weight:800}.hero-event-body h2{font-size:1.75rem}.hero-event-meta{gap:.5rem;display:grid}.hero-event-meta span{color:var(--ink-soft);align-items:center;gap:.55rem;font-size:.94rem;font-weight:700;display:inline-flex}.hero-event-meta svg{color:var(--blue)}.hero-countdown{grid-template-columns:repeat(4,minmax(0,1fr));gap:.55rem;display:grid}.hero-countdown-unit{border:1px solid var(--line);text-align:center;background:var(--surface-soft);border-radius:8px;gap:.2rem;min-width:0;padding:.58rem .42rem;display:grid}.hero-countdown-unit strong{color:var(--ink);font-size:1.3rem;line-height:1}.hero-countdown-unit span{color:var(--muted);letter-spacing:.06em;text-transform:uppercase;font-size:.68rem;font-weight:800}.hero-countdown-note{margin-bottom:0}.events-section{background:var(--surface);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.event-section-intro{justify-items:center;gap:.85rem;margin:-1.5rem 0 2.65rem;display:grid}.event-perk-banner{max-width:100%;min-height:42px;color:var(--ink);background:var(--yellow);text-align:center;border:1px solid #1112161f;border-radius:999px;justify-content:center;align-items:center;gap:.6rem;padding:.72rem 1rem;font-size:.98rem;font-weight:900;display:inline-flex;box-shadow:0 10px 22px #d39a0029}.event-perk-banner svg{flex:none}.difficulty-legend{flex-wrap:wrap;justify-content:center;gap:.55rem;display:flex}.difficulty-indicator{flex:none;justify-content:center;align-items:center;line-height:1;display:inline-flex}.difficulty-indicator.with-label{border:1px solid var(--line);min-height:34px;color:var(--ink-soft);background:var(--surface);border-radius:999px;gap:.45rem;padding:.35rem .65rem;font-size:.82rem;font-weight:800}.difficulty-dot{border:1px solid #11121633;border-radius:999px;width:.72rem;height:.72rem}.difficulty-beginner .difficulty-dot{background:var(--success)}.difficulty-intermediate .difficulty-dot{background:var(--warning)}.difficulty-advanced .difficulty-dot{background:var(--danger)}.events-layout{grid-template-columns:minmax(0,.94fr) minmax(340px,.86fr);align-items:start;gap:1.2rem;display:grid}.events-list{scrollbar-width:thin;scrollbar-color:var(--line-strong) transparent;gap:.72rem;max-height:720px;padding-right:.4rem;display:grid;overflow-y:auto}.events-list::-webkit-scrollbar{width:10px}.events-list::-webkit-scrollbar-track{background:0 0}.events-list::-webkit-scrollbar-thumb{background:var(--line-strong);border-radius:999px}.event-list-item{border:1px solid var(--line);background:var(--surface);cursor:pointer;border-radius:8px;gap:.78rem;padding:1rem 1.05rem 1rem 1.25rem;transition:transform .2s,border-color .2s,background-color .2s,box-shadow .2s;display:grid;position:relative;overflow:hidden}.event-list-item:before{content:"";background:var(--sky);width:6px;position:absolute;inset:0 auto 0 0}.event-list-item:nth-child(3n+1):before{background:var(--yellow)}.event-list-item:nth-child(3n+2):before{background:var(--lilac)}.event-list-item:nth-child(3n):before{background:var(--mint)}.event-list-item:hover,.event-list-item:focus-visible{border-color:var(--line-strong);box-shadow:var(--shadow-soft);outline:none;transform:translateY(-2px)}.event-list-item.active{color:#fff;background:var(--ink);border-color:var(--ink);box-shadow:var(--shadow)}.event-list-item.active h3,.event-list-item.active .event-date,.event-list-item.active .event-fact,.event-list-item.active .tag{color:#fff}.event-list-item.active .tag{background:#ffffff1f;border-color:#ffffff2e}.event-list-meta{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.7rem;display:flex}.event-list-date-group{justify-content:flex-end;align-items:center;gap:.6rem;margin-left:auto;display:inline-flex}.event-list-item h3{margin-bottom:0;font-size:1.18rem}.event-list-facts{gap:.44rem;display:grid}.event-fact,.event-date{color:var(--muted);align-items:center;gap:.45rem;font-size:.9rem;font-weight:650;display:inline-flex}.event-fact svg,.event-date svg{flex:none}.event-detail{top:calc(var(--nav-height) + 1rem);gap:1rem;padding:1.25rem;display:grid;position:sticky}.event-detail-header{justify-content:space-between;align-items:center;gap:1rem;display:flex}.event-detail-header .eyebrow{margin-bottom:0}.event-detail h3{font-size:1.45rem}.event-summary{color:var(--ink-soft);margin-bottom:0}.event-preview-image,.event-preview-placeholder{aspect-ratio:16/10;border-radius:8px;width:100%}.event-preview-image{object-fit:contain;background:linear-gradient(135deg,#4262ff14,#00a88914),#111216;border:1px solid #1112161a;padding:.35rem}.hero-event-card .event-preview-image{aspect-ratio:16/7.4;padding:.3rem}.event-preview-placeholder{color:var(--muted);text-align:center;background:repeating-linear-gradient(135deg, #4262ff14 0, #4262ff14 8px, #fff9 8px, #fff9 16px), var(--surface-soft);border:1px dashed var(--line-strong);place-items:center;gap:.65rem;padding:1.2rem;display:grid}.event-preview-placeholder svg{color:var(--blue)}.event-preview-placeholder span{max-width:20rem;font-size:.95rem}.instagram-section{background:var(--yellow-soft)}.instagram-section .section-header{margin-bottom:2rem}.instagram-card{border-color:#1112161f;width:min(100%,620px);margin:0 auto;padding:.65rem;overflow:hidden;box-shadow:0 18px 38px #d39a001f}.instagram-frame{background:#fff;border:0;border-radius:8px;width:100%;height:520px;display:block}.resources-section{background:#ebf8f0}.resource-card{gap:1rem;min-height:176px;padding:1.25rem;transition:transform .22s,border-color .22s,box-shadow .22s;display:grid;position:relative}.resource-card:hover{border-color:var(--line-strong);box-shadow:var(--shadow);transform:translateY(-3px)}.resource-icon{width:46px;height:46px;color:var(--ink);background:var(--yellow);border:1px solid #1112161f;border-radius:999px;justify-content:center;align-items:center;display:inline-flex}.resource-card:nth-child(2n) .resource-icon{background:var(--mint)}.resource-card:nth-child(3n) .resource-icon{background:var(--lilac)}.resource-copy{gap:.75rem;display:grid}.resource-copy h3{font-size:1.24rem}.resource-link-icon{border:1px solid var(--line);width:2.1rem;height:2.1rem;color:var(--ink);background:var(--surface-soft);border-radius:999px;padding:.45rem;position:absolute;top:1.1rem;right:1.1rem}.footer{color:#fff;background:var(--ink);padding:3.5rem 0 2rem}.footer .eyebrow{color:var(--yellow)}.footer-content{grid-template-columns:minmax(0,1fr) minmax(260px,.42fr);align-items:start;gap:2rem;display:grid}.footer-sponsor{justify-items:start;gap:.9rem;display:grid}.footer-eyebrow{margin-bottom:0}.footer-sponsor-logo{object-fit:contain;width:min(100%,300px);height:auto}.footer-connect{align-content:start;justify-self:stretch;gap:.9rem;display:grid}.footer-links{gap:.75rem;list-style:none;display:grid}.footer-links a{color:#ffffffb8;font-size:1rem;font-weight:700}.footer-links a:hover{color:var(--yellow)}.footer-bottom{text-align:center;border-top:1px solid #ffffff29;margin-top:2rem;padding-top:1.4rem}.footer-bottom p{color:#ffffff9e;font-size:.92rem}@media (width<=1040px){h1{font-size:4.35rem}h2{font-size:2.7rem}.nav-desktop{display:none}.nav-toggle{display:inline-flex}.hero-shell,.footer-content,.events-layout{grid-template-columns:1fr}.hero-copy{max-width:48rem}.event-detail{position:static}.grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-connect{justify-self:start}}@media (width<=760px){:root{--nav-height:72px}section{padding:4.2rem 0}.container{width:min(100% - 2rem,1180px)}h1{font-size:3.1rem}h2{font-size:2.25rem}h3{font-size:1.2rem}.logo-copy span{display:none}.hero{padding-top:calc(var(--nav-height) + 2.2rem);padding-bottom:2.4rem}.hero-shell{gap:1.3rem}.hero-shell:before{width:82px;height:54px;left:-1rem}.hero-shell:after{width:86px;height:48px;right:-.8rem}.hero-copy p{font-size:1.04rem}.hero-actions,.hero-actions .btn{width:100%}.hero-highlights{display:none}.hero-event-card{gap:.62rem}.hero-event-card .event-preview-image,.hero-event-card .event-preview-placeholder{display:none}.hero-event-body h2{font-size:1.42rem}.hero-event-meta{gap:.35rem}.hero-countdown{grid-template-columns:repeat(4,minmax(0,1fr));gap:.35rem}.hero-countdown-unit{padding:.45rem .25rem}.hero-countdown-unit strong{font-size:1.02rem}.hero-countdown-unit span{letter-spacing:.04em;font-size:.55rem}.event-section-intro{margin-top:-1rem}.events-list{max-height:none;padding-right:0;overflow:visible}.event-list-meta,.event-list-date-group{align-items:flex-start}.event-list-date-group{justify-content:space-between;width:100%;margin-left:0}.grid-3{grid-template-columns:1fr}.instagram-frame{height:460px}}@media (width<=460px){h1{font-size:2.75rem}h2{font-size:2rem}.logo img{width:38px;height:38px}.logo-copy strong{font-size:.96rem}.hero-event-card,.event-detail,.resource-card{padding:1rem}.hero-event-body h2{font-size:1.62rem}.event-perk-banner{border-radius:8px;width:100%}.difficulty-legend{justify-content:stretch}.difficulty-indicator.with-label{flex:auto}.instagram-frame{height:420px}}
