.Navbar-module-scss-module__UFcg8a__navbar{z-index:1000;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);transition:all var(--duration-normal)var(--ease-expo);background:#1c1b1a66;border:1px solid #8c82761a;border-radius:100px;justify-content:space-between;align-items:center;gap:3rem;width:auto;max-width:90vw;padding:.6rem 2rem;display:flex;position:fixed;top:1.5rem;left:50%;transform:translate(-50%)}@media (max-width:767px){.Navbar-module-scss-module__UFcg8a__navbar{gap:1.5rem;width:90vw;padding:.6rem 1.25rem;top:1rem}}.Navbar-module-scss-module__UFcg8a__navbar.Navbar-module-scss-module__UFcg8a__scrolled{background:#1c1b1acc;border-color:#8c827633;padding:.5rem 1.75rem;box-shadow:0 8px 32px #0000004d}.Navbar-module-scss-module__UFcg8a__logoContainer{color:var(--foreground);transition:opacity var(--duration-fast)var(--ease-expo);align-items:center;gap:.75rem;display:flex}.Navbar-module-scss-module__UFcg8a__logoContainer:hover{opacity:.8}.Navbar-module-scss-module__UFcg8a__logoIcon{width:1.5rem;height:1.5rem;color:var(--foreground)}.Navbar-module-scss-module__UFcg8a__logoText{font-family:var(--font-display);letter-spacing:-.02em;white-space:nowrap;font-size:1.05rem;font-weight:700}.Navbar-module-scss-module__UFcg8a__links{align-items:center;gap:2.25rem;display:flex}@media (max-width:767px){.Navbar-module-scss-module__UFcg8a__links{display:none}}.Navbar-module-scss-module__UFcg8a__navLink{color:var(--color-bone-200);transition:color var(--duration-fast)var(--ease-expo);white-space:nowrap;font-size:.82rem;font-weight:500;font-family:var(--font-body);position:relative}.Navbar-module-scss-module__UFcg8a__navLink:after{content:"";background:var(--foreground);transform-origin:100%;width:100%;height:1px;transition:transform var(--duration-fast)var(--ease-expo);position:absolute;bottom:-4px;left:0;transform:scaleX(0)}.Navbar-module-scss-module__UFcg8a__navLink:hover{color:var(--foreground)}.Navbar-module-scss-module__UFcg8a__navLink:hover:after{transform-origin:0;transform:scaleX(1)}.Navbar-module-scss-module__UFcg8a__cta{background:var(--foreground);color:var(--background);font-family:var(--font-display);transition:transform var(--duration-fast)var(--ease-expo),background var(--duration-fast)var(--ease-expo),color var(--duration-fast)var(--ease-expo);white-space:nowrap;border-radius:100px;padding:.5rem 1.25rem;font-size:.78rem;font-weight:600}.Navbar-module-scss-module__UFcg8a__cta:hover{background:var(--color-taupe-300);transform:scale(1.05)}.Navbar-module-scss-module__UFcg8a__mobileToggle{color:var(--foreground);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;display:none}@media (max-width:767px){.Navbar-module-scss-module__UFcg8a__mobileToggle{display:flex}}.Navbar-module-scss-module__UFcg8a__mobileOverlay{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:900;background:#0c0c0bf2;justify-content:center;align-items:center;width:100%;height:100%;padding:2rem;display:flex;position:fixed;top:0;left:0}.Navbar-module-scss-module__UFcg8a__mobileLinks{flex-direction:column;align-items:center;gap:2.5rem;width:100%;display:flex}.Navbar-module-scss-module__UFcg8a__mobileNavLink{font-family:var(--font-display);color:var(--color-bone-100);letter-spacing:-.02em;font-size:2rem;font-weight:600}.Navbar-module-scss-module__UFcg8a__mobileCta{background:var(--foreground);color:var(--background);font-family:var(--font-display);text-align:center;border-radius:100px;width:100%;margin-top:1rem;padding:1rem 3rem;font-size:1.1rem;font-weight:600}
.Hero-module-scss-module__mKgCGG__hero{min-height:100vh;padding:0 var(--gutter);background:0 0;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.Hero-module-scss-module__mKgCGG__noise{pointer-events:none;opacity:.04;z-index:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-repeat:repeat;position:absolute;inset:0}.Hero-module-scss-module__mKgCGG__debrisContainer{z-index:1;opacity:.25;mix-blend-mode:screen;pointer-events:none;position:absolute;inset:0}.Hero-module-scss-module__mKgCGG__content{z-index:10;text-align:center;max-width:var(--container-max);flex-direction:column;align-items:center;width:100%;display:flex;position:relative}.Hero-module-scss-module__mKgCGG__brandBadge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--color-taupe-300);letter-spacing:.05em;text-transform:uppercase;font-size:.8rem;font-weight:500;font-family:var(--font-body);background:#f2f0ed0f;border:1px solid #8c827626;border-radius:100px;align-items:center;gap:.5rem;margin-bottom:2.5rem;padding:.5rem 1rem;display:inline-flex}.Hero-module-scss-module__mKgCGG__brandDot{background:var(--color-accent);width:6px;height:6px;box-shadow:0 0 8px var(--color-accent-glow);border-radius:50%}.Hero-module-scss-module__mKgCGG__title{letter-spacing:-.04em;text-transform:uppercase;flex-direction:column;gap:0;margin-bottom:2rem;font-size:clamp(3.5rem,14vw,11rem);line-height:.9;display:flex}.Hero-module-scss-module__mKgCGG__line{flex-wrap:wrap;justify-content:center;gap:0 .25em;display:flex}.Hero-module-scss-module__mKgCGG__word{display:inline-flex;overflow:hidden}.Hero-module-scss-module__mKgCGG__char{will-change:transform,opacity;display:inline-block}.Hero-module-scss-module__mKgCGG__lineFaded{}.Hero-module-scss-module__mKgCGG__lineFaded .Hero-module-scss-module__mKgCGG__char{-webkit-text-stroke:1.5px var(--color-taupe-400);color:#0000}.Hero-module-scss-module__mKgCGG__subtitle{max-width:520px;color:var(--color-bone-200);font-size:clamp(1rem,1.4vw,1.2rem);line-height:1.7;font-family:var(--font-body);margin:0 auto 2.5rem}.Hero-module-scss-module__mKgCGG__cta{background:var(--color-accent);color:var(--color-stone-950);font-family:var(--font-display);cursor:pointer;border-radius:100px;align-items:center;gap:.5rem;padding:1rem 2.5rem;font-size:.95rem;font-weight:700;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s cubic-bezier(.16,1,.3,1);display:inline-flex}.Hero-module-scss-module__mKgCGG__cta:hover{box-shadow:0 8px 40px var(--color-accent-glow),0 0 80px var(--color-accent-glow);transform:scale(1.05)}.Hero-module-scss-module__mKgCGG__decorations{z-index:5;pointer-events:none;position:absolute;inset:0;overflow:hidden}@media (max-width:767px){.Hero-module-scss-module__mKgCGG__decorations{display:none}}.Hero-module-scss-module__mKgCGG__floatCard{pointer-events:auto;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid #8c82761f;border-radius:16px;position:absolute;box-shadow:0 8px 32px #0000004d,inset 0 1px #f2f0ed0d}.Hero-module-scss-module__mKgCGG__stickyNote{background:#fff1881f;border-color:#fff18833;width:200px;padding:1.25rem;top:12%;left:3%;transform:rotate(-3deg);}@media (min-width:768px) and (max-width:1023px){.Hero-module-scss-module__mKgCGG__stickyNote{width:170px;left:1%}}.Hero-module-scss-module__mKgCGG__stickyHeader{align-items:center;gap:.4rem;margin-bottom:.6rem;display:flex}.Hero-module-scss-module__mKgCGG__stickyDot{background:#ffc107;border-radius:50%;width:6px;height:6px}.Hero-module-scss-module__mKgCGG__stickyLabel{letter-spacing:.08em;text-transform:uppercase;color:#fff188cc;font-size:.65rem;font-weight:600;font-family:var(--font-body)}.Hero-module-scss-module__mKgCGG__stickyText{color:var(--color-bone-200);font-size:.82rem;line-height:1.5;font-family:var(--font-body)}.Hero-module-scss-module__mKgCGG__sprintCard{background:#1c1b1ab3;width:260px;padding:1.25rem;bottom:10%;left:2%;transform:rotate(2deg);}@media (min-width:768px) and (max-width:1023px){.Hero-module-scss-module__mKgCGG__sprintCard{width:220px;left:0%}}.Hero-module-scss-module__mKgCGG__sprintTitle{letter-spacing:.08em;text-transform:uppercase;color:var(--color-taupe-300);font-size:.75rem;font-weight:600;font-family:var(--font-body);margin-bottom:.75rem}.Hero-module-scss-module__mKgCGG__sprintRow{justify-content:space-between;align-items:center;padding:.5rem 0;display:flex}.Hero-module-scss-module__mKgCGG__sprintRow+.Hero-module-scss-module__mKgCGG__sprintRow{border-top:1px solid #8c82761a}.Hero-module-scss-module__mKgCGG__sprintName{color:var(--color-bone-100);font-size:.82rem;font-weight:500;font-family:var(--font-body)}.Hero-module-scss-module__mKgCGG__sprintBadge{color:#fff;border-radius:100px;padding:.2rem .5rem;font-size:.6rem;font-weight:700}.Hero-module-scss-module__mKgCGG__badgeBlue{background:#2563eb}.Hero-module-scss-module__mKgCGG__badgeGreen{background:#16a34a}.Hero-module-scss-module__mKgCGG__badgeOrange{background:#ea580c}.Hero-module-scss-module__mKgCGG__progressBar{background:#8c827626;border-radius:100px;width:100%;height:3px;margin-top:.75rem;overflow:hidden}.Hero-module-scss-module__mKgCGG__progressFill{background:linear-gradient(90deg,#2563eb,#06b6d4);border-radius:100px;height:100%}.Hero-module-scss-module__mKgCGG__syncCard{background:#1c1b1ab3;width:220px;padding:1.25rem;bottom:12%;right:3%;transform:rotate(-2deg);}@media (min-width:768px) and (max-width:1023px){.Hero-module-scss-module__mKgCGG__syncCard{width:190px;right:1%}}.Hero-module-scss-module__mKgCGG__syncTitle{letter-spacing:.08em;text-transform:uppercase;color:var(--color-taupe-300);font-size:.75rem;font-weight:600;font-family:var(--font-body);margin-bottom:.75rem}.Hero-module-scss-module__mKgCGG__syncIcons{gap:.5rem;display:flex}.Hero-module-scss-module__mKgCGG__syncIcon{width:44px;height:44px;color:var(--color-taupe-300);transition:transform var(--duration-fast)var(--ease-expo),background var(--duration-fast)var(--ease-expo);background:#f2f0ed0f;border:1px solid #8c82761a;border-radius:12px;justify-content:center;align-items:center;display:flex}.Hero-module-scss-module__mKgCGG__syncIcon:hover{background:#f2f0ed1a;transform:scale(1.1)}.Hero-module-scss-module__mKgCGG__deadlineCard{background:#1c1b1ab3;width:220px;padding:1.25rem;top:14%;right:3%;transform:rotate(3deg);}@media (min-width:768px) and (max-width:1023px){.Hero-module-scss-module__mKgCGG__deadlineCard{width:190px;right:1%}}.Hero-module-scss-module__mKgCGG__deadlineTitle{letter-spacing:.08em;text-transform:uppercase;color:var(--color-taupe-300);font-size:.75rem;font-weight:600;font-family:var(--font-body);margin-bottom:.6rem}.Hero-module-scss-module__mKgCGG__deadlineEvent{color:var(--color-bone-100);font-size:.9rem;font-weight:600;font-family:var(--font-display);margin-bottom:.25rem}.Hero-module-scss-module__mKgCGG__deadlineSub{color:var(--color-taupe-400);font-size:.75rem;font-family:var(--font-body);margin-bottom:.6rem}.Hero-module-scss-module__mKgCGG__deadlineTime{color:#60a5fa;font-size:.72rem;font-weight:600;font-family:var(--font-body);background:#2563eb1f;border-radius:8px;align-items:center;gap:.4rem;padding:.3rem .6rem;display:inline-flex}.Hero-module-scss-module__mKgCGG__deadlineBadge{color:#fff;letter-spacing:.05em;text-transform:uppercase;font-size:.55rem;font-weight:700;font-family:var(--font-body);background:#dc2626;border-radius:100px;padding:.15rem .5rem;position:absolute;top:-6px;right:-6px}.Hero-module-scss-module__mKgCGG__timerFloat{z-index:6;pointer-events:auto;position:absolute;top:42%;right:7%}@media (max-width:767px){.Hero-module-scss-module__mKgCGG__timerFloat{display:none}}.Hero-module-scss-module__mKgCGG__timerInner{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);color:var(--color-bone-100);background:#1c1b1ab3;border:1px solid #8c82761f;border-radius:16px;padding:.75rem;position:relative;box-shadow:0 8px 32px #0000004d}.Hero-module-scss-module__mKgCGG__timerHand{transform-origin:bottom;background:#dc2626;border-radius:100px;width:2px;height:12px;position:absolute;top:50%;left:50%;transform:translate(-50%,-100%)rotate(45deg)}.Hero-module-scss-module__mKgCGG__scrollHint{z-index:10;position:absolute;bottom:3rem;left:50%;transform:translate(-50%)}.Hero-module-scss-module__mKgCGG__scrollLine{background:linear-gradient(to bottom,var(--color-taupe-400),transparent);width:1px;height:60px;animation:2.5s ease-in-out infinite Hero-module-scss-module__mKgCGG__pulse}@keyframes Hero-module-scss-module__mKgCGG__pulse{0%,to{opacity:.3;transform:scaleY(1)}50%{opacity:1;transform:scaleY(.6)}}
