/* LTO Calendar — compiled from page-lto-calendar.scss */

.tw-eyebrow {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #3E5EE2;
  margin: 0;
}

.lto-page {
  font-family: 'Poppins', sans-serif;
  color: #190750;
}
.lto-page *, .lto-page *::before, .lto-page *::after { box-sizing: border-box; }

/* ── Hero ── */
.lto-page .lto-hero {
  position: relative;
  padding: 72px 56px 88px;
  background: linear-gradient(180deg, #F5EEFC 0%, #EDF0FC 100%);
  overflow: hidden;
}
@media (max-width: 1024px) { .lto-page .lto-hero { padding: 48px 24px 64px; } }
@media (max-width: 768px)  { .lto-page .lto-hero { padding: 40px 20px 56px; } }

.lto-page .lto-hero-shape {
  position: absolute;
  opacity: .55;
  z-index: 0;
  pointer-events: none;
  background: #D6BAF2;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 550 620' preserveAspectRatio='none'><path d='M285 8 C 420 8 530 170 532 340 C 534 490 420 608 260 610 C 115 612 18 500 16 360 C 14 200 150 8 285 8 Z' fill='black'/></svg>") center / contain no-repeat;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 550 620' preserveAspectRatio='none'><path d='M285 8 C 420 8 530 170 532 340 C 534 490 420 608 260 610 C 115 612 18 500 16 360 C 14 200 150 8 285 8 Z' fill='black'/></svg>") center / contain no-repeat;
}
.lto-page .lto-hero-shape-1 { right: -140px; top: -110px; width: 520px; height: 580px; background: #D6BAF2; transform: rotate(-18deg); }
.lto-page .lto-hero-shape-2 { left: -120px; bottom: -180px; width: 380px; height: 420px; background: #DCE2FA; transform: rotate(24deg); opacity: .75; }
@media (max-width: 768px) { .lto-page .lto-hero-shape-1 { width: 300px; height: 340px; right: -80px; top: -60px; } }
@media (max-width: 768px) { .lto-page .lto-hero-shape-2 { width: 220px; height: 250px; left: -60px; bottom: -100px; } }

.lto-page .lto-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 56px;
  align-items: center;
}
@media (max-width: 1024px) { .lto-page .lto-hero-inner { grid-template-columns: 1fr; } }

.lto-page .lto-hero-title {
  font: 600 62px/1.08 'Poppins', sans-serif;
  color: #190750;
  margin: 14px 0 20px;
  letter-spacing: -.02em;
}
.lto-page .lto-hero-title em {
  font-style: normal;
  background: linear-gradient(135deg, #3E5EE2, #7526C5);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
@media (max-width: 1280px) { .lto-page .lto-hero-title { font-size: 52px; } }
@media (max-width: 1024px) { .lto-page .lto-hero-title { font-size: 44px; } }
@media (max-width: 768px)  { .lto-page .lto-hero-title { font-size: 34px; line-height: 1.12; } }
@media (max-width: 512px)  { .lto-page .lto-hero-title { font-size: 28px; } }

.lto-page .lto-hero-sub { font-size: 18px; line-height: 1.55; color: #190750; margin: 0 0 26px; max-width: 580px; }
@media (max-width: 768px) { .lto-page .lto-hero-sub { font-size: 16px; } }

.lto-page .lto-hero-cta { display: block; margin-bottom: 24px; }
.lto-page .lto-hero-cta .sk-btn { display: inline-flex !important; width: auto !important; min-width: 200px; }

.lto-page .lto-hero-meta { display: flex; gap: 14px; align-items: center; font: 400 13px/1 'Poppins', sans-serif; color: #505D70; flex-wrap: wrap; }
.lto-page .lto-hero-meta b { color: #190750; font-weight: 600; }
.lto-page .lto-meta-dot { width: 3px; height: 3px; border-radius: 999px; background: #B2B2B2; flex-shrink: 0; }

/* Hero card */
.lto-page .lto-hero-card { background: #fff; border-radius: 24px; padding: 22px; box-shadow: 0 20px 50px rgba(25,7,80,.12); border: 1px solid #EFEFEF; max-width: 420px; width: 100%; justify-self: end; }
@media (max-width: 1024px) { .lto-page .lto-hero-card { justify-self: start; margin-top: 20px; } }

.lto-page .lto-card-head { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-bottom: 14px; }
.lto-page .lto-card-head-mid { text-align: center; flex: 1; min-width: 0; }
.lto-page .lto-card-title { font: 600 18px/1.3 'Poppins', sans-serif; color: #190750; margin-top: 4px; }

.lto-page .lto-card-nav { width: 36px; height: 36px; border-radius: 999px; border: 0; background: #EDF0FC; color: #3E5EE2; font: 400 22px/1 'Poppins', sans-serif; cursor: pointer; flex-shrink: 0; display: flex; align-items: center; justify-content: center; transition: all .15s cubic-bezier(.2,.8,.2,1); padding-bottom: 3px; }
.lto-page .lto-card-nav:hover:not(:disabled) { background: #3E5EE2; color: #fff; }
.lto-page .lto-card-nav:disabled { opacity: .3; cursor: not-allowed; }

.lto-page .lto-mini-cal { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; margin: 6px 0 10px; }
.lto-page .lto-mini-dow { font: 600 10px/1 'Poppins', sans-serif; color: #8089A0; text-align: center; letter-spacing: .06em; padding: 6px 0; }
.lto-page .lto-mini-day { aspect-ratio: 1/1; display: flex; align-items: center; justify-content: center; font: 500 13px/1 'Poppins', sans-serif; color: #190750; border-radius: 8px; position: relative; text-decoration: none; transition: background .15s ease; }
.lto-page .lto-mini-day.lto-is-today { background: linear-gradient(135deg,#3E5EE2,#7526C5); color: #fff; }
.lto-page .lto-mini-day.lto-mini-blank { visibility: hidden; }

/* Dot indicators — centred, one per day (blue / violet / orange for surge) */
.lto-page .lto-mini-day.lto-dot-b::after,
.lto-page .lto-mini-day.lto-dot-v::after,
.lto-page .lto-mini-day.lto-dot-hot::after { content: ''; position: absolute; bottom: 4px; left: 50%; transform: translateX(-50%); width: 5px; height: 5px; border-radius: 999px; }
.lto-page .lto-mini-day.lto-dot-b::after   { background: #3E5EE2; }
.lto-page .lto-mini-day.lto-dot-v::after   { background: #9954DE; }
.lto-page .lto-mini-day.lto-dot-hot::after { background: #E25444; }

/* Clickable day links in mini calendar (event dates) */
.lto-page a.lto-mini-day { text-decoration: none; cursor: pointer; }
.lto-page a.lto-mini-day:hover              { background: #EDF0FC; color: #3E5EE2; }
.lto-page a.lto-mini-day.lto-dot-v:hover   { background: #F5EEFC; color: #7526C5; }
.lto-page a.lto-mini-day.lto-dot-hot:hover { background: #FFF1EF; color: #E25444; }

.lto-page .lto-card-row { display: grid; grid-template-columns: repeat(3,1fr); padding-top: 14px; border-top: 1px solid #EFEFEF; margin-top: 10px; text-align: center; }
.lto-page .lto-card-num { font: 600 22px/1 'Poppins', sans-serif; background: linear-gradient(135deg,#3E5EE2,#7526C5); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; }
.lto-page .lto-card-cap { font: 400 12px/1.3 'Avenir Next','Avenir Pro',sans-serif; color: #505D70; margin-top: 4px; }

/* ── Jump bar ── */
.lto-page .lto-jumpbar { background: #fff; border-bottom: 1px solid #EFEFEF; }
.lto-page .lto-jumpbar.lto-jumpbar--fixed { position: fixed; top: 0; left: 0; right: 0; width: 100%; z-index: 50; box-shadow: 0 2px 8px rgba(25,7,80,.06); }
#lto-jumpbar-sentinel { height: 0; }
.lto-page .lto-jumpbar-inner { max-width: 1280px; margin: 0 auto; padding: 8px 56px; display: flex; align-items: center; gap: 2px; overflow-x: auto; scrollbar-width: none; }
.lto-page .lto-jumpbar-inner::-webkit-scrollbar { display: none; }
@media (max-width: 1024px) { .lto-page .lto-jumpbar-inner { padding: 8px 24px; } }
@media (max-width: 768px)  { .lto-page .lto-jumpbar-inner { padding: 8px 16px; } }
.lto-page .lto-jumpbar-label { font: 600 12px/1 'Poppins',sans-serif; color: #505D70; letter-spacing: .1em; text-transform: uppercase; margin-right: 10px; white-space: nowrap; flex-shrink: 0; }
@media (max-width: 768px) { .lto-page .lto-jumpbar-label { display: none; } }
.lto-page .lto-jumpbar-link { font: 500 13px/1 'Poppins', sans-serif; color: #5A6478; text-decoration: none; padding: 9px 16px; border-radius: 999px; transition: background .15s ease, color .15s ease; white-space: nowrap; flex-shrink: 0; letter-spacing: .01em; }
.lto-page .lto-jumpbar-link:hover { color: #3E5EE2; background: #EDF0FC; }
.lto-page .lto-jumpbar-link.is-active { background: #3E5EE2; color: #fff; font-weight: 700; box-shadow: 0 2px 8px rgba(62,94,226,.28); }
.lto-page .lto-jumpbar-cta { margin-left: auto; white-space: nowrap; flex-shrink: 0; }
@media (max-width: 768px) { .lto-page .lto-jumpbar-cta { display: none; } }

/* ── Main layout ── */
.lto-page .lto-cal-main { max-width: 1280px; margin: 0 auto; padding: 40px 56px 96px; display: grid; grid-template-columns: 240px 1fr; gap: 56px; align-items: start; }
@media (max-width: 1024px) { .lto-page .lto-cal-main { grid-template-columns: 1fr; gap: 32px; padding: 32px 24px 80px; } }
@media (max-width: 768px)  { .lto-page .lto-cal-main { padding: 24px 16px 64px; } }

/* ── Sidebar ── */
.lto-page .lto-side { position: relative; }
.lto-page .lto-side-sticky { position: relative; z-index: 40; width: 240px; } /* JS sets position:fixed on scroll */
@media (max-width: 1024px) { .lto-page .lto-side-sticky { width: 100%; z-index: 8; background: #fff; padding: 12px 0; } }

.lto-page .lto-side-toggle { display: none; width: 100%; background: #fff; border: 1px solid #E5E7EA; border-radius: 14px; padding: 14px 18px; cursor: pointer; text-align: left; flex-direction: column; align-items: flex-start; gap: 6px; transition: all .18s cubic-bezier(.2,.8,.2,1); }
.lto-page .lto-side-toggle:hover { border-color: #A6B5F2; }
.lto-page .lto-side-toggle[aria-expanded="true"] { border-color: #3E5EE2; background: #EDF0FC; }
@media (max-width: 1024px) { .lto-page .lto-side-toggle { display: flex; } }
.lto-page .lto-side-toggle-row { display: flex; justify-content: space-between; align-items: center; width: 100%; }
.lto-page .lto-side-toggle-label { font: 600 16px/1.2 'Poppins',sans-serif; color: #190750; }
.lto-page .lto-side-toggle-chev { width: 10px; height: 10px; border-right: 2px solid #3E5EE2; border-bottom: 2px solid #3E5EE2; transform: rotate(45deg); transition: transform .2s cubic-bezier(.2,.8,.2,1); margin-bottom: 4px; flex-shrink: 0; }
.lto-page .lto-side-toggle[aria-expanded="true"] .lto-side-toggle-chev { transform: rotate(-135deg); margin-bottom: -2px; }

.lto-page .lto-side-eyebrow { padding: 0 0 8px; }
@media (max-width: 1024px) { .lto-page .lto-side-eyebrow { display: none; } }

@media (max-width: 1024px) {
  .lto-page .lto-side-collapsible { display: none; background: #fff; border: 1px solid #E5E7EA; border-radius: 14px; margin-top: 8px; padding: 8px; max-height: 60vh; overflow-y: auto; box-shadow: 0 12px 32px rgba(25,7,80,.10); }
  .lto-page .lto-side-collapsible.is-open { display: block; }
}
.lto-page .lto-side-list { list-style: none; padding: 16px 0 0; margin: 12px 0 24px; }
@media (max-width: 1024px) { .lto-page .lto-side-list { padding: 4px 0 0; margin: 4px 0 8px; } }

.lto-page .lto-side-link { display: flex; justify-content: space-between; align-items: center; padding: 10px 14px; border-radius: 10px; font: 500 14px/1 'Poppins',sans-serif; color: #505D70; text-decoration: none; border-left: 2px solid transparent; margin-left: -2px; transition: all .18s cubic-bezier(.2,.8,.2,1); }
.lto-page .lto-side-link em { font-style: normal; font: 500 12px/1 'Poppins',sans-serif; background: #EDF0FC; color: #3E5EE2; padding: 3px 8px; border-radius: 999px; }
.lto-page .lto-side-link:hover { color: #3E5EE2; background: #F5EEFC; }
.lto-page .lto-side-link.is-active { color: #3E5EE2; border-left-color: #3E5EE2; background: #EDF0FC; font-weight: 600; }

.lto-page .lto-side-cta { border-radius: 20px; padding: 22px; background: linear-gradient(180deg, #D4C7FA 0%, #DCE2FA 100%); margin-top: 16px; }
.lto-page .lto-side-cta-title { font: 600 16px/1.3 'Poppins',sans-serif; color: #190750; margin-bottom: 6px; }
.lto-page .lto-side-cta-sub { font: 400 13px/1.5 'Avenir Next','Avenir Pro',sans-serif; color: #190750; margin: 0 0 14px; opacity: .8; }
.lto-page .lto-side-cta-btn { width: fit-content; padding: 10px 14px !important; font-size: 13px !important; text-align: center; justify-content: center; display: inline-flex; }

/* ── Calendar list ── */
.lto-page .lto-cal-list { min-width: 0; display: flex; flex-direction: column; gap: 72px; }

/* ── Month sections ── */
.lto-page .lto-month { scroll-margin-top: 60px; display: none; }
.lto-page .lto-month.lto-month--active { display: block; animation: lto-tab-in .22s ease both; }
@keyframes lto-tab-in { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
.lto-page .lto-month-head { display: grid; grid-template-columns: auto 1fr; gap: 20px; align-items: center; margin-bottom: 24px; padding-bottom: 20px; border-bottom: 1px solid #EFEFEF; }
.lto-page .lto-month-chip { width: 64px; height: 64px; border-radius: 16px; background: linear-gradient(135deg,#3E5EE2,#7526C5); color: #fff; display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 24px rgba(62,94,226,.22); flex-shrink: 0; }
.lto-page .lto-month-chip-num { font: 600 24px/1 'Poppins',sans-serif; letter-spacing: -.02em; }
.lto-page .lto-month-title { font: 600 40px/1.1 'Poppins',sans-serif; color: #190750; margin: 6px 0 4px; letter-spacing: -.015em; }
@media (max-width: 1024px) { .lto-page .lto-month-title { font-size: 30px; } }
@media (max-width: 768px)  { .lto-page .lto-month-title { font-size: 24px; } }
.lto-page .lto-month-sub { font: 400 15px/1.55 'Avenir Next','Avenir Pro',sans-serif; color: #505D70; margin: 0; max-width: 640px; }

/* ── Event cards ── */
.lto-page .lto-events { display: flex; flex-direction: column; gap: 14px; }
.lto-page .lto-event { display: grid; grid-template-columns: 84px 56px 1fr; gap: 20px; align-items: start; background: #fff; border: 1px solid #E5E7EA; border-radius: 20px; padding: 22px 26px; transition: all .2s cubic-bezier(.2,.8,.2,1); scroll-margin-top: 60px; }
@media (max-width: 768px) { .lto-page .lto-event { grid-template-columns: 64px 1fr; gap: 14px; padding: 18px; } }
.lto-page .lto-event:hover { border-color: #DCE2FA; box-shadow: 0 12px 32px rgba(25,7,80,.08); transform: translateY(-1px); }
.lto-page .lto-event.is-surge { background: linear-gradient(180deg,#fff 0%,#FFF4F1 100%); border-color: #F5D5CE; }

.lto-page .lto-event-date-col { text-align: center; padding-top: 4px; border-right: 1px solid #EFEFEF; padding-right: 14px; min-width: 70px; }
.lto-page .lto-event-day { font: 600 38px/1 'Poppins',sans-serif; background: linear-gradient(135deg,#3E5EE2,#7526C5); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; letter-spacing: -.02em; }
@media (max-width: 768px) { .lto-page .lto-event-day { font-size: 28px; } }
.lto-page .lto-event-day--custom { background: none; -webkit-text-fill-color: #9954DE; color: #9954DE; }
.lto-page .lto-event-mo { font: 600 11px/1 'Poppins',sans-serif; color: #505D70; letter-spacing: .14em; text-transform: uppercase; margin-top: 8px; }

.lto-page .lto-event-icon { width: 48px; height: 48px; border-radius: 12px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.lto-page .lto-event-icon svg { width: 24px; height: 24px; }
@media (max-width: 768px) { .lto-page .lto-event-icon { display: none; } }
.lto-page .lto-pal-b { background: #EDF0FC; color: #3E5EE2; }
.lto-page .lto-pal-v { background: #F5EEFC; color: #7526C5; }

.lto-page .lto-event-body { min-width: 0; }
.lto-page .lto-event-tag { display: inline-block; font: 600 11px/1 'Poppins',sans-serif; letter-spacing: .1em; text-transform: uppercase; color: #505D70; margin-bottom: 6px; }
.lto-page .lto-event.is-surge .lto-event-tag { color: #E25444; }
.lto-page .lto-event-name { font: 600 20px/1.3 'Poppins',sans-serif; color: #190750; margin: 0 0 8px; letter-spacing: -.005em; }
@media (max-width: 768px) { .lto-page .lto-event-name { font-size: 16px; margin-bottom: 10px; } }
.lto-page .lto-event-desc { font: 400 15px/1.55 'Avenir Next','Avenir Pro',sans-serif; color: #505D70; margin: 0 0 12px; max-width: 680px; }
@media (max-width: 768px) { .lto-page .lto-event-desc { display: none; } }
.lto-page .lto-event-link { display: inline-flex; align-items: center; gap: 4px; font: 600 14px/1 'Poppins',sans-serif; color: #3E5EE2; text-decoration: none; }
.lto-page .lto-event-link:hover { text-decoration: underline; text-underline-offset: 4px; }

.lto-page .lto-event-btn { display: inline-flex; align-items: center; gap: 4px; padding: 0; border: none; background: none; font: 600 13px/1 'Poppins',sans-serif; color: #3E5EE2; text-decoration: none; transition: color .18s; white-space: nowrap; }
.lto-page .lto-event-btn:hover { color: #2a45c0; text-decoration: underline; text-underline-offset: 3px; }
/* Event card with background image */
.lto-page .lto-event.has-img { position: relative; overflow: hidden; border-color: #DCE2FA; }
.lto-page .lto-event-bg { position: absolute; top: 0; right: 0; bottom: 0; width: 42%; height: 100%; object-fit: cover; -webkit-mask-image: linear-gradient(90deg,transparent 0,#000 70%,#000 100%); mask-image: linear-gradient(90deg,transparent 0,#000 70%,#000 100%); pointer-events: none; z-index: 0; }
.lto-page .lto-event.has-img > :not(.lto-event-bg) { position: relative; z-index: 1; }
.lto-page .lto-event.has-img .lto-event-body { max-width: 62%; }
.lto-page .lto-event.has-img .lto-event-icon { background: rgba(255,255,255,.92); backdrop-filter: blur(6px); }
.lto-page .lto-event.has-img:hover { border-color: #A6B5F2; box-shadow: 0 16px 40px rgba(25,7,80,.12); }
@media (max-width: 768px) {
  .lto-page .lto-event.has-img .lto-event-body { max-width: 100%; }
  .lto-page .lto-event-bg { width: 50%; -webkit-mask-image: linear-gradient(90deg,transparent 0,#000 80%,#000 100%); mask-image: linear-gradient(90deg,transparent 0,#000 80%,#000 100%); }
}

/* Custom report card */
.lto-page .lto-event-custom { background: linear-gradient(180deg,#F5EEFC 0%,#EDF0FC 100%); border: 1px dashed #B887E8; }
.lto-page .lto-event-custom:hover { border-style: solid; border-color: #9954DE; }
.lto-page .lto-event-link-custom { color: #7526C5; }

/* Empty state */
.lto-page .lto-empty-state { padding: 48px 32px; background: #F9F9FB; border-radius: 20px; border: 1px dashed #DADADA; text-align: center; color: #505D70; font: 400 15px/1.6 'Poppins',sans-serif; }
.lto-page .lto-empty-state a { color: #3E5EE2; text-decoration: underline; }
