.fqt-component{
  --fqt-row-height:94px;
  --fqt-axis-height:52px;
  width:100%;
  min-width:0;
  color:var(--fqt-text,#071018);
}
.fqt-component.fqt-layout-full{
  width:auto;
  max-width:none;
  margin-right:calc(50% - 50vw);
  margin-left:calc(50% - 50vw);
}
.fqt-root{
  width:100%;
  min-width:0;
  padding:clamp(24px,4vw,58px);
  overflow:hidden;
  background:var(--fqt-bg,#f4f7f8);
  color:var(--fqt-text,#071018);
}
.fqt-wpb-row .fqt-root{background:transparent}
.fqt-toolbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin-bottom:22px;
}
.fqt-view-switcher,.fqt-day-switcher{
  display:flex;
  align-items:center;
  gap:6px;
  min-width:0;
  overflow-x:auto;
  scrollbar-width:none;
}
.fqt-view-switcher::-webkit-scrollbar,.fqt-day-switcher::-webkit-scrollbar{display:none}
.fqt-view-switcher button,.fqt-day-switcher button{
  flex:0 0 auto;
  min-height:40px;
  padding:9px 14px;
  border:1px solid var(--fqt-grid,#cbd5d8);
  border-radius:4px;
  background:transparent;
  color:var(--fqt-text,#071018);
  font:inherit;
  font-size:13px;
  font-weight:800;
  line-height:1.2;
  letter-spacing:0;
  cursor:pointer;
  transition:background .18s ease,border-color .18s ease,color .18s ease;
}
.fqt-view-switcher button[aria-pressed=true],.fqt-day-switcher button[aria-pressed=true]{
  border-color:var(--fqt-text,#071018);
  background:var(--fqt-text,#071018);
  color:var(--fqt-bg,#f4f7f8);
}
.fqt-view-switcher button:focus-visible,.fqt-day-switcher button:focus-visible,.fqt-disclosure:focus-visible{
  outline:2px solid var(--fqt-now,#f04444);
  outline-offset:3px;
}
.fqt-live-status{
  display:flex;
  align-items:center;
  gap:10px;
  min-height:44px;
  margin-bottom:14px;
  padding:10px 14px;
  border-left:4px solid var(--fqt-now,#f04444);
  background:color-mix(in srgb,var(--fqt-now,#f04444) 9%,var(--fqt-bg,#f4f7f8));
  color:var(--fqt-text,#071018);
  font-size:13px;
}
.fqt-live-status>span:last-child{display:flex;flex-wrap:wrap;gap:8px;min-width:0}
.fqt-live-indicator{
  flex:0 0 9px;
  width:9px;
  height:9px;
  border-radius:50%;
  background:var(--fqt-now,#f04444);
  box-shadow:0 0 0 5px color-mix(in srgb,var(--fqt-now,#f04444) 18%,transparent);
}
.fqt-status-separator{color:var(--fqt-muted,#64727a)}
.fqt-live-layout{
  display:flex;
  width:100%;
  min-width:0;
  border-top:1px solid var(--fqt-grid,#cbd5d8);
  border-bottom:1px solid var(--fqt-grid,#cbd5d8);
}
.fqt-stage-column{
  position:relative;
  z-index:4;
  flex:0 0 var(--fqt-stage-width,170px);
  width:var(--fqt-stage-width,170px);
  background:var(--fqt-bg,#f4f7f8);
  box-shadow:8px 0 15px rgba(7,16,24,.06);
}
.fqt-stage-heading{
  display:flex;
  align-items:center;
  height:var(--fqt-axis-height);
  padding:0 14px;
  border-right:1px solid var(--fqt-grid,#cbd5d8);
  border-bottom:1px solid var(--fqt-grid,#cbd5d8);
  color:var(--fqt-muted,#64727a);
  font-size:11px;
  font-weight:900;
  text-transform:uppercase;
}
.fqt-stage-label{
  display:flex;
  align-items:center;
  height:var(--fqt-row-height);
  padding:12px 14px;
  border-right:1px solid var(--fqt-grid,#cbd5d8);
  border-bottom:1px solid color-mix(in srgb,var(--fqt-grid,#cbd5d8) 70%,transparent);
}
.fqt-stage-label:last-child{border-bottom:0}
.fqt-stage-label strong{
  min-width:0;
  overflow-wrap:anywhere;
  font-size:14px;
  line-height:1.2;
}
.fqt-timeline-scroll{
  flex:1 1 auto;
  min-width:0;
  overflow-x:auto;
  overflow-y:hidden;
  overscroll-behavior-inline:contain;
  scrollbar-color:var(--fqt-muted,#64727a) transparent;
  scrollbar-width:thin;
}
.fqt-timeline-scroll:focus-visible{outline:2px solid var(--fqt-now,#f04444);outline-offset:-2px}
.fqt-timeline-canvas{
  position:relative;
  min-width:100%;
  background:color-mix(in srgb,var(--fqt-bg,#f4f7f8) 90%,#fff);
}
.fqt-time-axis{
  position:relative;
  height:var(--fqt-axis-height);
  border-bottom:1px solid var(--fqt-grid,#cbd5d8);
}
.fqt-time-label{
  position:absolute;
  top:17px;
  z-index:2;
  padding-left:7px;
  color:var(--fqt-muted,#64727a);
  font-size:11px;
  font-weight:800;
  transform:translateX(0);
}
.fqt-grid-line{
  position:absolute;
  top:0;
  bottom:calc(var(--fqt-row-height) * -20);
  width:1px;
  background:color-mix(in srgb,var(--fqt-grid,#cbd5d8) 48%,transparent);
  pointer-events:none;
}
.fqt-grid-line.is-major{background:var(--fqt-grid,#cbd5d8)}
.fqt-stage-row{
  position:relative;
  height:var(--fqt-row-height);
  border-bottom:1px solid color-mix(in srgb,var(--fqt-grid,#cbd5d8) 70%,transparent);
}
.fqt-stage-row:last-child{border-bottom:0}
.fqt-act{
  position:absolute;
  top:10px;
  bottom:10px;
  z-index:2;
  box-sizing:border-box;
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-width:0;
  padding:9px 11px;
  overflow:hidden;
  border:1px solid color-mix(in srgb,var(--fqt-card-text,#26343b) 22%,transparent);
  border-radius:2px;
  background:var(--fqt-card-bg,#dce3e5);
  color:var(--fqt-card-text,#26343b);
  text-decoration:none;
  opacity:.76;
  transition:background .2s ease,border-color .2s ease,color .2s ease,opacity .2s ease,transform .2s ease,box-shadow .2s ease;
}
.fqt-act-cover{
  position:absolute;
  z-index:0;
  inset:0;
  overflow:hidden;
  pointer-events:none;
}
.fqt-act-cover img{
  position:absolute;
  inset:-5%;
  width:110%;
  height:110%;
  object-fit:cover;
  opacity:.38;
  filter:blur(2px) saturate(.72) contrast(.92);
  transform:scale(1.08);
}
.fqt-act-cover::after{
  content:"";
  position:absolute;
  inset:0;
  background:color-mix(in srgb,var(--fqt-card-bg,#dce3e5) 58%,transparent);
}
.fqt-act>strong,
.fqt-act>.fqt-act-time,
.fqt-act>.fqt-act-live-time,
.fqt-act>.fqt-act-progress{
  z-index:1;
}
.fqt-act strong{
  display:-webkit-box;
  min-width:0;
  overflow:hidden;
  font-size:14px;
  line-height:1.15;
  text-overflow:ellipsis;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}
.fqt-act-time,.fqt-act-live-time{margin-top:5px;font-size:10px;font-weight:800;white-space:nowrap}
.fqt-act-live-time{text-transform:uppercase}
.fqt-act-progress{
  position:absolute;
  right:10px;
  bottom:6px;
  left:10px;
  height:3px;
  overflow:hidden;
  border-radius:2px;
  background:color-mix(in srgb,var(--fqt-live-text,#071018) 24%,transparent);
}
.fqt-act-progress-fill{
  display:block;
  width:var(--fqt-act-progress,0%);
  height:100%;
  border-radius:inherit;
  background:var(--fqt-live-text,#071018);
  transition:width .8s linear;
}
.fqt-act.is-live .fqt-act-time{display:none}
.fqt-act.is-past{filter:grayscale(1);opacity:.43}
.fqt-act.is-upcoming{filter:grayscale(.75);opacity:.7}
.fqt-act.is-live{
  z-index:3;
  border-color:var(--fqt-stage-color,var(--fqt-live-bg,#35c7f2));
  background:var(--fqt-stage-color,var(--fqt-live-bg,#35c7f2));
  color:var(--fqt-live-text,#071018);
  filter:none;
  opacity:1;
  box-shadow:0 8px 22px color-mix(in srgb,var(--fqt-stage-color,var(--fqt-live-bg,#35c7f2)) 35%,transparent);
  transform:translateY(-2px);
}
.fqt-act.is-live .fqt-act-cover img{opacity:.3;filter:blur(2px) saturate(.9) contrast(.95)}
.fqt-act.is-live .fqt-act-cover::after{
  background:color-mix(in srgb,var(--fqt-stage-color,var(--fqt-live-bg,#35c7f2)) 58%,transparent);
}
.fqt-now-line{
  position:absolute;
  z-index:5;
  top:0;
  bottom:0;
  width:2px;
  background:var(--fqt-now,#f04444);
  pointer-events:none;
  transition:left .8s linear;
}
.fqt-now-line span{
  position:absolute;
  top:3px;
  left:6px;
  padding:3px 6px;
  border-radius:2px;
  background:var(--fqt-now,#f04444);
  color:#fff;
  font-size:9px;
  font-weight:900;
  line-height:1;
}
.fqt-overview-day{padding:26px 0 12px;border-top:1px solid var(--fqt-grid,#cbd5d8)}
.fqt-overview-day:first-child{padding-top:0;border-top:0}
.fqt-overview-day-header{display:flex;align-items:baseline;gap:16px;margin-bottom:20px}
.fqt-overview-day-header>span{
  color:var(--fqt-muted,#64727a);
  font-size:11px;
  font-weight:900;
  text-transform:uppercase;
}
.fqt-overview-day-header h3{margin:0;font-size:clamp(22px,3vw,34px);line-height:1.1}
.fqt-overview-stages{display:grid;gap:22px}
.fqt-overview-stage{
  display:grid;
  grid-template-columns:minmax(130px,var(--fqt-stage-width,170px)) minmax(0,1fr);
  gap:18px;
  padding-top:14px;
  border-top:1px solid color-mix(in srgb,var(--fqt-grid,#cbd5d8) 75%,transparent);
}
.fqt-overview-stage h4{
  align-self:start;
  margin:8px 0 0;
  font-size:15px;
  line-height:1.2;
}
.fqt-overview-events{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:8px}
.fqt-overview-event{
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  align-items:center;
  gap:12px;
  min-height:54px;
  padding:9px 12px;
  border-left:3px solid var(--fqt-grid,#cbd5d8);
  background:color-mix(in srgb,var(--fqt-card-bg,#dce3e5) 74%,transparent);
  color:var(--fqt-card-text,#26343b);
  text-decoration:none;
  opacity:.76;
}
.fqt-overview-event time{font-size:10px;font-weight:900;white-space:nowrap}
.fqt-overview-event strong{min-width:0;overflow-wrap:anywhere;font-size:13px;line-height:1.2}
.fqt-overview-event.is-past{filter:grayscale(1);opacity:.43}
.fqt-overview-event.is-upcoming{filter:grayscale(.75);opacity:.72}
.fqt-overview-event.is-live{
  border-left-color:var(--fqt-stage-color,var(--fqt-live-bg,#35c7f2));
  background:var(--fqt-stage-color,var(--fqt-live-bg,#35c7f2));
  color:var(--fqt-live-text,#071018);
  filter:none;
  opacity:1;
}
.fqt-empty{
  display:flex;
  flex-direction:column;
  gap:6px;
  min-height:160px;
  justify-content:center;
  padding:24px;
  border:1px solid var(--fqt-grid,#cbd5d8);
  color:var(--fqt-muted,#64727a);
}
.fqt-empty strong{color:var(--fqt-text,#071018)}
.fqt-accordion-panel{
  display:grid;
  grid-template-rows:0fr;
  visibility:hidden;
  opacity:0;
  transition:
    grid-template-rows .48s cubic-bezier(.22,1,.36,1),
    opacity .28s ease,
    visibility 0s linear .48s;
}
.fqt-accordion-panel.is-open{
  grid-template-rows:1fr;
  visibility:visible;
  opacity:1;
  transition-delay:0s;
}
.fqt-accordion-inner{
  min-height:0;
  overflow:hidden;
}
.fqt-disclosure{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  width:100%;
  min-height:64px;
  padding:16px clamp(20px,4vw,48px);
  border:0;
  border-top:1px solid var(--fqt-grid,#cbd5d8);
  border-bottom:1px solid var(--fqt-grid,#cbd5d8);
  border-radius:0;
  background:var(--fqt-text,#071018);
  color:var(--fqt-bg,#f4f7f8);
  font:inherit;
  font-size:16px;
  font-weight:900;
  text-align:left;
  cursor:pointer;
}
.fqt-disclosure-icon{
  width:12px;
  height:12px;
  border-right:2px solid currentColor;
  border-bottom:2px solid currentColor;
  transform:rotate(45deg) translateY(-3px);
  transition:transform .2s ease;
}
.fqt-disclosure[aria-expanded=true] .fqt-disclosure-icon{transform:rotate(225deg) translate(-2px,-2px)}
.fqt-component>.fqt-disclosure{
  justify-content:center;
  width:min(340px,calc(100% - 32px));
  min-height:58px;
  margin:0 auto;
  padding:14px 26px;
  border:0;
  background:var(--fqt-button-bg,#03080d);
  color:var(--fqt-button-text,#ffffff);
  text-align:center;
  text-transform:uppercase;
  box-shadow:7px 7px 0 var(--fqt-button-shadow,#35c7f2);
  transition:box-shadow .2s ease,transform .2s ease;
}
.fqt-component>.fqt-disclosure:hover{
  transform:translate(-2px,-2px);
  box-shadow:9px 9px 0 var(--fqt-button-shadow,#35c7f2);
}
.fqt-component>.fqt-disclosure:active{
  transform:translate(3px,3px);
  box-shadow:4px 4px 0 var(--fqt-button-shadow,#35c7f2);
}
.fqt-component>.fqt-disclosure:focus-visible{
  outline-color:var(--fqt-button-shadow,#35c7f2);
}
.fqt-component>.fqt-disclosure .fqt-disclosure-icon{display:block}
.fqt-component>.fqt-disclosure--locked,
.fqt-component>.fqt-disclosure--locked:hover,
.fqt-component>.fqt-disclosure--locked:active{
  opacity:.58;
  filter:grayscale(.55);
  cursor:not-allowed;
  transform:none;
  box-shadow:4px 4px 0 var(--fqt-button-shadow,#35c7f2);
}
.fqt-component>.fqt-disclosure--locked .fqt-disclosure-icon{display:none}
.fqt-component [hidden]{display:none!important}
@media(max-width:700px){
  .fqt-component{--fqt-row-height:86px;--fqt-axis-height:48px}
  .fqt-root{padding:24px 14px 30px}
  .fqt-toolbar{align-items:stretch;flex-direction:column;margin-bottom:16px}
  .fqt-view-switcher,.fqt-day-switcher{width:100%}
  .fqt-view-switcher button{flex:1 1 0}
  .fqt-live-status{align-items:flex-start;flex-wrap:wrap}
  .fqt-live-layout{width:100%}
  .fqt-stage-column{flex-basis:min(var(--fqt-stage-width,170px),116px);width:min(var(--fqt-stage-width,170px),116px)}
  .fqt-stage-heading,.fqt-stage-label{padding-left:9px;padding-right:8px}
  .fqt-stage-label strong{font-size:12px}
  .fqt-act{top:8px;bottom:8px;padding:8px}
  .fqt-act strong{font-size:13px}
  .fqt-overview-day-header{align-items:flex-start;flex-direction:column;gap:5px}
  .fqt-overview-stage{grid-template-columns:1fr;gap:10px}
  .fqt-overview-stage h4{margin-top:0}
  .fqt-overview-events{grid-template-columns:1fr}
  .fqt-disclosure{min-height:58px;padding:14px 18px}
}
@media(prefers-reduced-motion:reduce){
  .fqt-act,.fqt-view-switcher button,.fqt-day-switcher button,.fqt-disclosure,.fqt-disclosure-icon,.fqt-accordion-panel{transition:none!important}
  .fqt-live-indicator{box-shadow:none}
}
