/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/next@14.2.29_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!../../node_modules/.pnpm/next@14.2.29_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./components/logo.module.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.logo_logo__8FrRD {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
  white-space: nowrap;
}

.logo_word__dUbqV {
  color: inherit;
}

/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/next@14.2.29_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!../../node_modules/.pnpm/next@14.2.29_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./app/(marketing)/marketing.module.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* ── Layout tokens (cascade to all marketing children) ─────── */
.marketing_layout__Fq8GN {
  overflow-x: hidden;
  --dark:          #111113;
  --dark-2:        #18181b;
  --dark-border:   rgba(255, 255, 255, 0.08);
  --ink:           #ffffff;
  --ink-muted:     rgba(255, 255, 255, 0.55);
  --ink-dim:       rgba(255, 255, 255, 0.28);
  --light:         #ffffff;
  --light-alt:     #f4f4f6;
  --ink-light:     #111113;
  --ink-light-mid: #3f3f46;
  --ink-light-muted: #71717a;
  --accent:        #0ea5e9;
  --accent-hover:  #0284c7;
  --accent-dark:   #38bdf8;
  --r:             8px;
  --r-lg:          12px;

  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: var(--light);
  color: var(--ink-light);
}

.marketing_main__L2OEv {
  flex: 1 1;
  overflow-x: hidden;
}

/* ── Nav ────────────────────────────────────────────────── */
.marketing_nav__4NedG {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--dark);
  border-bottom: 1px solid transparent;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
  padding-top: env(safe-area-inset-top);
}

.marketing_navScrolled__jzlMP {
  border-bottom-color: var(--dark-border);
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.35);
}

.marketing_navInner__ieHtl {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px;
  height: 62px;
  display: flex;
  align-items: center;
  gap: 36px;
}

/* ── Logo ───────────────────────────────────────────────── */
.marketing_navLogo__8soOY {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
}

/* ── Nav links ──────────────────────────────────────────── */
.marketing_navLinks__0D1SS {
  display: flex;
  align-items: center;
  gap: 2px;
  flex: 1 1;
}

.marketing_navLink__FPg5F {
  position: relative;
  padding: 6px 12px;
  font-size: 0.875rem;
  font-weight: 450;
  color: var(--ink-muted);
  text-decoration: none;
  transition: color 0.15s ease;
}

.marketing_navLink__FPg5F::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 12px;
  right: 12px;
  height: 1.5px;
  border-radius: 1px;
  background: var(--accent-dark);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.2s ease;
}

.marketing_navLink__FPg5F:hover {
  color: var(--ink);
}

.marketing_navLink__FPg5F:hover::after {
  transform: scaleX(0.5);
  background: rgba(255, 255, 255, 0.3);
}

.marketing_navLinkActive__DZ1XS {
  color: var(--ink);
}

.marketing_navLinkActive__DZ1XS::after {
  transform: scaleX(1);
  background: var(--accent-dark);
}

/* ── Actions ────────────────────────────────────────────── */
.marketing_navActions__6J_8R {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
}

.marketing_navLoginBtn__GIKft {
  padding: 7px 14px;
  border-radius: 7px;
  font-size: 0.875rem;
  font-weight: 450;
  color: var(--ink-muted);
  text-decoration: none;
  transition: color 0.15s ease, background-color 0.15s ease;
}

.marketing_navLoginBtn__GIKft:hover {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.06);
}

.marketing_navCtaBtn__ki9nn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 14px 7px 16px;
  border-radius: 7px;
  font-size: 0.875rem;
  font-weight: 500;
  background: var(--accent);
  color: #fff;
  text-decoration: none;
  transition: background-color 0.15s ease;
}

.marketing_navCtaBtn__ki9nn:hover {
  background: var(--accent-hover);
  color: #fff;
}

.marketing_navCtaArrow__qjioM {
  transition: transform 0.2s ease;
  flex-shrink: 0;
}

.marketing_navCtaBtn__ki9nn:hover .marketing_navCtaArrow__qjioM {
  transform: translateX(3px);
}

/* ── Hamburger toggle ───────────────────────────────────── */
.marketing_menuToggle__636cl {
  display: none;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--ink-muted);
  cursor: pointer;
  transition: color 0.15s ease, background-color 0.15s ease;
  margin-left: auto;
  flex-shrink: 0;
}

.marketing_menuToggle__636cl:hover {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.10);
}

/* ── Mobile drawer backdrop ──────────────────────────────── */
.marketing_drawerBackdrop__R0_g8 {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 199;
  pointer-events: none;
  transition: background-color 0.28s ease;
}

.marketing_drawerBackdropOpen__L9LuD {
  background: rgba(0, 0, 0, 0.35);
  pointer-events: all;
}

/* ── Mobile drawer panel ────────────────────────────────── */
.marketing_drawer__spLU6 {
  position: fixed;
  top: 0;
  right: 0;
  width: min(320px, 85vw);
  height: 100vh;
  height: 100dvh;
  background: #fff;
  border-left: 1px solid #e4e4e7;
  z-index: 200;
  transform: translateX(100%);
  transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}

.marketing_drawerOpen__H5ggu {
  transform: translateX(0);
}

@media (prefers-reduced-motion: reduce) {
  .marketing_drawer__spLU6,
  .marketing_drawerBackdrop__R0_g8 {
    transition: none;
  }
}

.marketing_drawerHeader__hlllV {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: env(safe-area-inset-top) 20px 0;
  min-height: calc(62px + env(safe-area-inset-top));
  flex-shrink: 0;
  border-bottom: 1px solid #e4e4e7;
}

.marketing_drawerLogo__CZpSU {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.marketing_drawerClose__HORtl {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 7px;
  background: #f4f4f6;
  color: #71717a;
  cursor: pointer;
  transition: color 0.15s ease, background-color 0.15s ease;
  flex-shrink: 0;
}

.marketing_drawerClose__HORtl:hover {
  color: var(--ink-light);
  background: #e4e4e7;
}

.marketing_drawerLinks__QOcy9 {
  display: flex;
  flex-direction: column;
  padding: 12px 12px 8px;
  flex: 1 1;
}

.marketing_drawerLink__MKT7j {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 0 10px;
  font-size: 0.9375rem;
  font-weight: 450;
  color: #52525b;
  text-decoration: none;
  border-radius: 8px;
  transition: color 0.12s ease, background-color 0.12s ease;
}

.marketing_drawerLink__MKT7j:hover {
  color: var(--ink-light);
  background: #f4f4f6;
}

.marketing_drawerLinkActive__e0Lkj {
  color: var(--ink-light);
  background: #f4f4f6;
}

.marketing_drawerActions__ketTX {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px 16px max(24px, env(safe-area-inset-bottom));
  border-top: 1px solid #e4e4e7;
  flex-shrink: 0;
}

.marketing_drawerLoginBtn__Z5ESq {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  border-radius: 8px;
  font-size: 0.9375rem;
  font-weight: 450;
  color: #52525b;
  text-decoration: none;
  border: 1px solid #e4e4e7;
  transition: color 0.15s ease, border-color 0.15s ease, background-color 0.15s ease;
}

.marketing_drawerLoginBtn__Z5ESq:hover {
  color: var(--ink-light);
  border-color: #d4d4d8;
  background: #f4f4f6;
}

.marketing_drawerCta__zfF8c {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  border-radius: 8px;
  background: var(--accent);
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.15s ease;
}

.marketing_drawerCta__zfF8c:hover {
  background: var(--accent-hover);
  color: #fff;
}

/* ── Footer ─────────────────────────────────────────────── */
.marketing_footer__dS_wT {
  background: var(--dark-2);
  border-top: 1px solid var(--dark-border);
}

.marketing_footerInner__YwEjh {
  max-width: 1120px;
  margin: 0 auto;
  padding: 56px 24px 48px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 48px;
}

.marketing_footerBrand__XepPs {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex-shrink: 0;
  max-width: 260px;
}

.marketing_footerLogo__TtRCu {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
}

.marketing_footerTagline__otdz7 {
  font-size: 0.8125rem;
  color: var(--ink-muted);
  line-height: 1.65;
}

.marketing_footerLinks__rSIK4 {
  display: flex;
  gap: 64px;
}

.marketing_footerGroup__xkh4z {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.marketing_footerGroupLabel__1S96K {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--ink-dim);
  margin-bottom: 2px;
}

.marketing_footerLink__Ve7qE {
  font-size: 0.875rem;
  color: var(--ink-muted);
  text-decoration: none;
  transition: color 0.12s ease;
  width: -moz-fit-content;
  width: fit-content;
}

.marketing_footerLink__Ve7qE:hover {
  color: var(--ink);
}

.marketing_footerBottom__PLlO7 {
  max-width: 1120px;
  margin: 0 auto;
  padding: 16px 24px;
  padding-bottom: max(28px, env(safe-area-inset-bottom));
  border-top: 1px solid var(--dark-border);
  font-size: 0.75rem;
  color: var(--ink-dim);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.marketing_footerBottomLink__Q6Wys {
  font-size: 0.75rem;
  color: var(--ink-dim);
  text-decoration: none;
  transition: color 0.12s ease;
  white-space: nowrap;
}

.marketing_footerBottomLink__Q6Wys:hover {
  color: var(--ink-muted);
}

/* ── Shared section container ───────────────────────────── */
.marketing_container__PHNXD {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ── Responsive ─────────────────────────────────────────── */
@media (max-width: 768px) {
  .marketing_navLinks__0D1SS,
  .marketing_navActions__6J_8R {
    display: none;
  }

  .marketing_menuToggle__636cl {
    display: flex;
    width: 44px;
    height: 44px;
  }

  .marketing_drawerClose__HORtl {
    width: 44px;
    height: 44px;
  }

  .marketing_footerInner__YwEjh {
    flex-direction: column;
    gap: 40px;
    padding: 40px 24px 32px;
  }

  .marketing_footerBrand__XepPs {
    max-width: none;
  }

  .marketing_footerLinks__rSIK4 {
    gap: 40px;
  }

  .marketing_footerBottom__PLlO7 {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}

/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/next@14.2.29_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!../../node_modules/.pnpm/next@14.2.29_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./components/my-events-banner.module.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.my-events-banner_wrap__14xGm {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: calc(16px + env(safe-area-inset-bottom));
  z-index: 60;
  max-width: 420px;
  margin: 0 auto;
}

.my-events-banner_banner__8I_zD {
  display: flex;
  align-items: center;
  gap: 6px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.16);
  padding: 6px;
}

.my-events-banner_primary__Lf9GM {
  flex: 1 1;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border-radius: var(--radius-lg);
  text-decoration: none;
  transition: background-color 0.12s ease;
}

.my-events-banner_primary__Lf9GM:hover {
  background: var(--bg-subtle);
}

.my-events-banner_icon__q8L6s {
  flex-shrink: 0;
  color: var(--brand-500);
}

.my-events-banner_text__lUzTK {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.my-events-banner_label__R5qDh {
  font-size: 0.6875rem;
  font-weight: 600;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.my-events-banner_title__0veV9 {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-primary);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.my-events-banner_chevron__RwKj3 {
  flex-shrink: 0;
  color: var(--text-muted);
}

.my-events-banner_moreBtn__r0gj8 {
  flex-shrink: 0;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--brand-600);
  background: var(--brand-50);
  border: none;
  border-radius: 99px;
  padding: 5px 10px;
  cursor: pointer;
  white-space: nowrap;
}

.my-events-banner_moreBtn__r0gj8:hover {
  background: var(--brand-100, var(--brand-50));
}

.my-events-banner_closeBtn__1oKPh {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: none;
  background: none;
  color: var(--text-muted);
  border-radius: 50%;
  cursor: pointer;
}

.my-events-banner_closeBtn__1oKPh:hover {
  background: var(--bg-subtle);
  color: var(--text-secondary);
}

.my-events-banner_moreList__EQqAN {
  list-style: none;
  margin: 6px 0 0;
  padding: 6px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.16);
  display: flex;
  flex-direction: column;
  gap: 2px;
  max-height: 240px;
  overflow-y: auto;
}

.my-events-banner_moreItem__YdJY4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 10px;
  border-radius: var(--radius-md);
  text-decoration: none;
  color: var(--text-primary);
}

.my-events-banner_moreItem__YdJY4:hover {
  background: var(--bg-subtle);
}

.my-events-banner_moreTitle__7yZcM {
  min-width: 0;
  font-size: 0.8125rem;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.my-events-banner_moreDate__1eOhs {
  flex-shrink: 0;
  font-size: 0.75rem;
  color: var(--text-muted);
}

@media (prefers-reduced-motion: reduce) {
  .my-events-banner_primary__Lf9GM {
    transition: none;
  }
}

