﻿.schedule-page {
  min-height: 100vh;
  color: #fff;
  background:
    radial-gradient(circle at 50% 14%, rgba(44, 79, 221, 0.42), rgba(10, 15, 57, 0) 28%),
    radial-gradient(circle at 70% 52%, rgba(38, 70, 210, 0.18), rgba(7, 14, 47, 0) 42%),
    linear-gradient(180deg, #0f1b68 0%, #111f71 28%, #101956 100%);
}

.schedule-header {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: #132170;
  box-shadow: 0 3px 12px rgba(5, 10, 36, 0.22);
}

.schedule-header-inner {
  width: 100%;
  margin: 0 auto;
  padding: 14px 30px;
}

.schedule-main {
  width: 100%;
  padding: 58px 0 92px;
}

.schedule-hero,
.schedule-list-wrap {
  width: 1326px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
}

.schedule-hero {
  margin-bottom: 44px;
}

.schedule-hero .section-titles {
  margin-bottom: 0;
  text-align: center;
}

.schedule-hero .section-titles h2 {
  justify-content: center;
  margin-bottom: 16px;
  font-size: 64px;
}

.schedule-hero .section-titles p {
  margin: 0;
  color: #dce6ff;
  font-size: 18px;
}

.schedule-date {
  color: #eef3ff !important;
}

.schedule-layout {
  display: grid;
  grid-template-columns: 420px minmax(0, 1fr);
  gap: 40px;
  align-items: start;
}

.schedule-sidebar {
  display: grid;
  gap: 20px;
}

.schedule-day-card,
.schedule-detail-card,
.schedule-break-card,
.schedule-empty-state {
  border-radius: 18px;
  border: 1px solid rgba(120, 154, 255, 0.42);
  background: linear-gradient(180deg, rgba(27, 54, 174, 0.88), rgba(16, 36, 125, 0.92));
  box-shadow: 0 18px 40px rgba(6, 14, 52, 0.2);
}

.schedule-day-card {
  padding: 20px;
}

.schedule-day-card-head {
  margin-bottom: 16px;
}

.schedule-day-card-head h3 {
  margin: 0 0 4px;
  font-size: 24px;
  line-height: 1.08;
  color: #fff;
}

.schedule-day-card-head p {
  margin: 0;
  color: #e5ebff;
  font-size: 14px;
  font-weight: 600;
}

.schedule-day-items {
  display: grid;
  gap: 10px;
}

.schedule-session-button {
  width: 100%;
  border: 1px solid rgba(113, 148, 255, 0.38);
  border-radius: 12px;
  background: rgba(22, 48, 161, 0.72);
  color: #fff;
  display: grid;
  gap: 8px;
  text-align: left;
  padding: 14px 16px;
  cursor: pointer;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease,
    box-shadow 180ms ease;
}

.schedule-session-button:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 204, 0, 0.4);
}

.schedule-session-button.is-active {
  background: #ffcc00;
  border-color: #ffcc00;
  color: #111125;
  box-shadow: 0 16px 28px rgba(10, 16, 52, 0.16);
}

.schedule-session-time {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.schedule-session-title {
  font-size: 14px;
  line-height: 1.45;
  font-weight: 500;
}

.schedule-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.schedule-session-button.is-active .schedule-icon {
  filter: brightness(0.2);
}

.schedule-detail-stack {
  position: sticky;
  top: 110px;
}

.schedule-detail-panel {
  display: none;
}

.schedule-detail-panel.is-active {
  display: block;
}

.schedule-detail-card,
.schedule-break-card {
  min-height: 640px;
}

.schedule-detail-card {
  padding: 34px 30px 32px;
}

.schedule-detail-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 22px;
}

.schedule-detail-top h3 {
  margin: 0 0 14px;
  font-size: 24px;
  line-height: 1.2;
  color: #fff;
}

.schedule-detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  color: #dfe8ff;
  font-size: 14px;
  line-height: 1.5;
}

.schedule-detail-meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.schedule-speakers-meta {
  color: #ffcc00;
}

.tag {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 7px 14px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.tag.presentation {
  background: #1ed0dc;
}

.tag.no-activity {
  background: #7f8aa2;
}

.tag.keynote {
  color: #111125;
  background: #ffac00;
}

.tag.break {
  background: #8a96af;
}

.tag.meetings {
  background: #22c55e;
}

.schedule-detail-description {
  margin: 0 0 28px;
  color: #edf2ff;
  font-size: 16px;
  line-height: 1.85;
  max-width: 820px;
  text-align: justify;
}

.schedule-detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 34px;
}

.schedule-detail-grid ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 16px;
}

.schedule-detail-grid li {
  position: relative;
  padding-left: 28px;
  color: #eaf0ff;
  font-size: 15px;
  line-height: 1.55;
}

.schedule-detail-grid li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10' fill='none'%3E%3Cpath d='M2 5.2L4 7.2L8 2.8' stroke='%23111425' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
      center/10px 10px no-repeat,
    #ffcc00;
}

.schedule-break-card {
  padding: 48px 34px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.schedule-break-icon {
  width: 90px;
  height: 90px;
  margin-bottom: 24px;
}

.schedule-break-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.schedule-break-card h3 {
  margin: 0 0 14px;
  font-size: 28px;
  line-height: 1.1;
}

.schedule-break-card p {
  margin: 0 0 10px;
  max-width: 420px;
  color: #dbe6ff;
  font-size: 16px;
  line-height: 1.7;
}

.schedule-empty-state {
  padding: 44px 36px;
  text-align: center;
}

.schedule-empty-state h3 {
  margin: 0 0 12px;
  font-size: 30px;
}

.schedule-empty-state p {
  margin: 0;
  color: #d7e3ff;
}

.schedule-page .site-footer {
  margin-top: 70px;
}

@media (max-width: 1200px) {
  .schedule-layout {
    grid-template-columns: 360px minmax(0, 1fr);
    gap: 26px;
  }

  .schedule-hero .section-titles h2 {
    font-size: 54px;
  }
}

@media (max-width: 992px) {
  .schedule-header-inner,
  .schedule-hero,
  .schedule-list-wrap {
    max-width: calc(100% - 24px);
  }
  .schedule-page .site-footer {
  margin-top: 30px;
  padding: 10px 0;
}
.schedule-header-inner{
  padding: 15px;
  width: 100%;
  max-width: 100%;
}
.footer-bottom{
  margin: 0 15px;
}
  .schedule-layout {
    grid-template-columns: 1fr;
  }

  .schedule-detail-stack {
    position: static;
  }

  .schedule-detail-card,
  .schedule-break-card {
    min-height: 0;
  }
}

@media (max-width: 768px) {
  .schedule-main {
    padding: 20px 0 20px;
  }

  .schedule-hero {
    margin-bottom: 28px;
  }

  .schedule-hero .section-titles h2 {
    font-size: 35px;
  }

  .schedule-hero .section-titles p {
    font-size: 16px;
  }

  .schedule-day-card,
  .schedule-detail-card,
  .schedule-break-card,
  .schedule-empty-state {
    border-radius: 16px;
  }

  .schedule-day-card {
    padding: 16px;
  }

  .schedule-session-time {
    font-size: 16px;
  }

  .schedule-detail-card {
    padding: 24px 18px;
  }

  .schedule-detail-top {
    flex-direction: column;
  }

  .schedule-detail-top h3 {
    font-size: 22px;
  }

  .schedule-detail-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .schedule-break-card {
    padding: 38px 20px;
  }
}
