/*!***************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./components/speakers/speaker-card.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************/
.speaker-card_grid__ae_lu {
  display: grid;
  grid-gap: 1.5rem;
  gap: 1.5rem;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
}

@media (min-width: 640px) {
  .speaker-card_grid__ae_lu {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

.speaker-card_card__tMjhj {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding: 1.25rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}

.speaker-card_card__tMjhj:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(192, 132, 252, 0.45);
  transform: translateY(-2px);
}

.speaker-card_photoWrap__hs7rk {
  position: relative;
  flex-shrink: 0;
  width: 96px;
  height: 96px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(192, 132, 252, 0.35);
  box-shadow: 0 10px 30px -12px rgba(168, 85, 247, 0.6);
}

@media (min-width: 768px) {
  .speaker-card_photoWrap__hs7rk {
    width: 116px;
    height: 116px;
  }
}

.speaker-card_photo___H90y {
  object-fit: cover;
  object-position: center top;
}

.speaker-card_info__Ko13C {
  flex: 1 1;
  min-width: 0;
}

.speaker-card_badge__E82V6 {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #1a0033;
  background: linear-gradient(135deg, #c084fc 0%, #a855f7 100%);
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  margin-bottom: 0.6rem;
}

.speaker-card_name__agD4V {
  font-size: 1.2rem;
  font-weight: 800;
  margin: 0 0 0.3rem;
  line-height: 1.2;
  color: #fff;
}

.speaker-card_title__1_44J {
  margin: 0;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.4;
}

/*!****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./components/program/program-blocks.module.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************/
.program-blocks_section__wTjsP {
  margin-top: 3.5rem;
}

.program-blocks_header__3nlV5 {
  margin-bottom: 1.75rem;
}

.program-blocks_sectionTitle__BfurR {
  font-size: clamp(1.5rem, 1.2rem + 1.2vw, 2rem);
  font-weight: 800;
  color: var(--color-primary-dark, #1a0533);
  margin: 0 0 0.5rem;
}

.program-blocks_sectionLead__2K_1u {
  margin: 0;
  max-width: 720px;
  color: #55506a;
  font-size: 1.05rem;
  line-height: 1.6;
}

.program-blocks_grid__VDn2T {
  display: grid;
  grid-gap: 1.5rem;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.program-blocks_card__o4Cw8 {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 1.6rem 1.5rem;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(20, 6, 40, 0.09);
  box-shadow: 0 18px 44px -28px rgba(20, 6, 40, 0.4);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.program-blocks_card__o4Cw8:hover {
  transform: translateY(-3px);
  box-shadow: 0 26px 60px -30px rgba(20, 6, 40, 0.5);
}

/* Highlighted (e.g. VIP) — brand gradient border + tint */
.program-blocks_card__o4Cw8[data-highlighted='true'] {
  border: none;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, #9521ef, #64c3c5) border-box;
  border: 2px solid transparent;
  box-shadow: 0 22px 55px -26px rgba(149, 33, 239, 0.5);
}

.program-blocks_badge__B4Cax {
  position: absolute;
  top: 1.1rem;
  right: 1.1rem;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(135deg, #9521ef, #64c3c5);
  padding: 0.28rem 0.7rem;
  border-radius: 100px;
}

.program-blocks_cardHead__Nj20D {
  margin-bottom: 0.85rem;
  padding-right: 4.5rem;
}

.program-blocks_cardTitle__ElgAO {
  margin: 0;
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 1.2;
  color: var(--color-primary-dark, #1a0533);
}

.program-blocks_cardSubtitle__wy2YB {
  margin: 0.3rem 0 0;
  font-size: 0.9rem;
  font-weight: 600;
  color: #9521ef;
}

.program-blocks_cardDescription__MpCo2 {
  margin: 0 0 1.1rem;
  font-size: 0.95rem;
  line-height: 1.55;
  color: #55506a;
}

.program-blocks_itemList__G0_qe {
  list-style: none;
  margin: auto 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.program-blocks_item__8Ehjk {
  position: relative;
  padding-left: 1.35rem;
  font-size: 0.92rem;
  line-height: 1.45;
  color: #3d3556;
}

.program-blocks_item__8Ehjk::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, #9521ef, #64c3c5);
}

.program-blocks_itemLabel__t8It5 {
  font-weight: 700;
  color: var(--color-primary-dark, #1a0533);
}

.program-blocks_itemDescription__6YJpF {
  color: #55506a;
}

/*!***********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./app/program/page.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************/
.page_page__kpG35 {
  padding: var(--section-gap) 0;
  margin-top: var(--header-height);
}

.page_title__7C4Wi {
  text-align: left;
  color: var(--color-primary-dark);
  font-size: clamp(1.75rem, 1.33rem + 1.85vw, 3rem);
  line-height: 1.1;
  margin-bottom: 2rem;
}

.page_timelineLead__FiTJZ {
  margin: -1rem 0 2.5rem;
  max-width: 720px;
  color: var(--color-text-muted, #555);
  font-size: 1.1rem;
  line-height: 1.6;
}

.page_filters__ImdTH {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 3rem;
}

.page_filter__LfuLC {
  padding: 0.5rem 1.25rem;
  background: #f1f1f5;
  color: var(--color-primary-dark);
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.2s;
}

.page_filter__LfuLC:hover {
  background: #e3e3ec;
}

.page_filterActive__7WmUr {
  background: var(--color-primary-dark);
  color: #fff;
}

.page_empty__EemCx {
  text-align: center;
  color: #777;
  padding: 3rem 0;
}

.page_spotlight__vx0HO {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #1a0033 0%, #2a0a4a 50%, #3d0066 100%);
  border-radius: 32px;
  padding: clamp(2rem, 1rem + 3vw, 4rem);
  color: #fff;
  box-shadow: 0 40px 100px -40px rgba(75, 0, 130, 0.6);
}

.page_spotlightGlow1__XuX_S {
  position: absolute;
  top: -200px;
  right: -150px;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(138, 43, 226, 0.4) 0%, transparent 70%);
  pointer-events: none;
  filter: blur(40px);
}

.page_spotlightGlow2__Qp9cl {
  position: absolute;
  bottom: -150px;
  left: -100px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(106, 27, 177, 0.35) 0%, transparent 70%);
  pointer-events: none;
  filter: blur(40px);
}

.page_spotlightHeader__CyNFI {
  position: relative;
  text-align: center;
  max-width: 640px;
  margin: 0 auto 2.5rem;
}

.page_spotlightKicker__W_PxX {
  display: inline-flex;
  align-items: center;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #e9d5ff;
  padding: 0.45rem 1.1rem;
  background: rgba(192, 132, 252, 0.12);
  border: 1px solid rgba(192, 132, 252, 0.3);
  border-radius: 999px;
  margin-bottom: 1.25rem;
}

.page_spotlightTitle__x8Hvh {
  font-size: clamp(1.5rem, 1.1rem + 2vw, 2.25rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin: 0 0 1rem;
  color: #fff;
}

.page_spotlightLead__lNavt {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.05rem;
  line-height: 1.6;
}

.page_daySection__mXnRp {
  margin-bottom: 4rem;
}

.page_dayTitle__eyrK7 {
  font-size: 1.5rem;
  color: var(--color-primary-dark);
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid var(--color-primary-dark);
  display: inline-block;
}

.page_timeline__9LkjG {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}

.page_timeline__9LkjG::before {
  content: '';
  position: absolute;
  left: 7.5rem;
  top: 0.5rem;
  bottom: 0.5rem;
  width: 2px;
  background: linear-gradient(
    to bottom,
    var(--color-primary-dark),
    rgba(75, 0, 130, 0.2)
  );
}

.page_entry__LQ5rk {
  display: grid;
  grid-template-columns: 6.5rem 2rem 1fr;
  grid-gap: 0;
  gap: 0;
  padding: 1.25rem 0;
  align-items: start;
  position: relative;
}

.page_entry__LQ5rk + .page_entry__LQ5rk {
  border-top: 1px solid #efeff5;
}

.page_timeCol__bGZlP {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-right: 1rem;
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
}

.page_startTime__lZT_0 {
  font-weight: 700;
  color: var(--color-primary-dark);
  font-size: 1.1rem;
}

.page_endTime__aW_qT {
  font-size: 0.85rem;
  color: #888;
}

.page_dot__vJ3bf {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--color-primary-dark);
  margin-top: 0.4rem;
  margin-left: calc(1rem - 7px);
  box-shadow: 0 0 0 4px #fff;
  position: relative;
  z-index: 1;
}

.page_contentCol__vYic5 {
  padding-left: 1rem;
}

.page_entryTitle__f8j4R {
  font-size: 1.15rem;
  color: var(--color-primary-dark);
  margin: 0 0 0.25rem;
  font-weight: 700;
}

.page_speaker__T6X24 {
  margin: 0 0 0.5rem;
  color: #555;
  font-size: 0.95rem;
  font-style: italic;
}

.page_description__Ri6NR {
  margin: 0;
  color: #444;
  font-size: 0.95rem;
  line-height: 1.5;
}

.page_entryBreak___OUx2 .page_entryTitle__f8j4R {
  color: #777;
  font-weight: 500;
  font-style: italic;
}

.page_entryBreak___OUx2 .page_dot__vJ3bf {
  background: #ccc;
}

@media (max-width: 640px) {
  .page_timeline__9LkjG::before {
    left: 4.5rem;
  }
  .page_entry__LQ5rk {
    grid-template-columns: 4rem 1.5rem 1fr;
  }
  .page_startTime__lZT_0 {
    font-size: 0.95rem;
  }
  .page_endTime__aW_qT {
    font-size: 0.75rem;
  }
}

