body {
    background: #f5f7fb;
  }
  .container {
    max-width: none;
    padding: 0 0 56px;
  }
  .container > .breadcrumbs,
  .container > .page-heading {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
  }
  :root {
    --schedule-primary: #2f6bff;
    --schedule-primary-hover: #1f57e7;
    --schedule-primary-light: #ebf1ff;
    --schedule-bg-page: #f5f7fb;
    --schedule-bg-soft: #f4f8ff;
    --schedule-surface: #fff;
    --schedule-border: #dce6f5;
    --schedule-text: #101828;
    --schedule-muted: #667085;
    --schedule-warning: #b8701c;
    --schedule-warning-light: #fff4e7;
    --schedule-danger: #c02f2f;
    --schedule-danger-light: #fdecec;
    --schedule-lecture: #007605;
    --schedule-lecture-light: #e6f5e8;
    --schedule-seminar: #0d58b3;
    --schedule-seminar-light: #e8f1ff;
    --schedule-lab: #0c8b95;
    --schedule-lab-light: #e6f7f9;
    min-height: calc(100svh - 4rem);
    color: var(--schedule-text);
    font-family: 'Circe', 'Segoe UI', Roboto, Arial, sans-serif;
    
    a:hover,
    summary:hover {
      text-decoration: none;
    }
  }
  .schedule-shell a:hover,
  .schedule-shell summary:hover {
    text-decoration: none;
  }
  .schedule-icon {
    width: 16px;
    height: 16px;
    flex: 0 0 auto;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
  }
  .schedule-toolbar {
    position: sticky;
    top: 0;
    z-index: 40;
    margin: 0 0 16px;
    border-bottom: 1px solid var(--schedule-border);
    background: rgba(245, 247, 251, .8);
    backdrop-filter: blur(20px);
  }
  .schedule-toolbar-inner {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 12px clamp(12px, 3.5vw, 32px);
  }
  .schedule-toolbar-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }
  .schedule-title-line {
    display: flex;
    align-items: center;
    gap: 24px;
    min-width: 0;
  }
  .schedule-uni-logo {
    max-width: 200px;
    max-height: 120px;
    flex: 0 0 auto;
    object-fit: contain;
    border: 1px solid var(--schedule-border);
    border-radius: 14px;
    background: #fff;
    padding: 6px;
  }
  .schedule-title-wrap {
    min-width: 0;
  }
  .schedule-title {
    margin: 0;
    color: var(--schedule-text);
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
  }
  .schedule-title span {
    color: var(--schedule-primary);
  }
  .schedule-subtitle {
    margin: 2px 0 0;
    color: var(--schedule-muted);
    font-size: 14px;
    line-height: 1.35;
  }
  .schedule-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    flex: 0 0 auto;
  }
  .schedule-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 34px;
    padding: 8px 12px;
    border: 1px solid transparent;
    border-radius: 12px;
    background: transparent;
    color: var(--schedule-text);
    font: inherit;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    transition: color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
  }
  .schedule-button:hover {
    background: var(--schedule-bg-soft);
    color: var(--schedule-text);
  }
  .schedule-share {
    position: relative;
    flex: 0 0 auto;
  }
  .schedule-share summary {
    list-style: none;
  }
  .schedule-share summary::-webkit-details-marker {
    display: none;
  }
  .schedule-share-menu {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    z-index: 50;
    width: 288px;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 24px;
    background: rgba(0, 0, 0, .95);
    box-shadow: 0 24px 56px rgba(0, 0, 0, .35);
  }
  .schedule-share-menu::before {
    content: '';
    position: absolute;
    top: -5px;
    right: 28px;
    width: 10px;
    height: 10px;
    border-left: 1px solid rgba(255, 255, 255, .1);
    border-top: 1px solid rgba(255, 255, 255, .1);
    background: rgba(0, 0, 0, .95);
    transform: rotate(45deg);
  }
  .schedule-share-item,
  .schedule-share-copy {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 10px 12px;
    border: 0;
    border-radius: 12px;
    background: transparent;
    color: #fff;
    font: inherit;
    font-size: 16px;
    line-height: 1.2;
    text-align: left;
    cursor: pointer;
    transition: background-color .2s ease;
  }
  .schedule-share-item:hover,
  .schedule-share-copy:hover {
    background: rgba(255, 255, 255, .1);
    color: #fff;
  }
  .schedule-share-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 7px;
    background: rgba(255, 255, 255, .1);
    color: rgba(255, 255, 255, .9);
    font-size: 11px;
    font-weight: 700;
  }
  .schedule-share-icon-plain {
    background: transparent;
  }
  .schedule-share-icon .schedule-icon {
    width: 20px;
    height: 20px;
    color: rgba(255, 255, 255, .72);
  }
  .schedule-share-separator {
    height: 1px;
    margin: 6px 0;
    background: rgba(255, 255, 255, .15);
  }
  .schedule-tabs-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
  }
  .schedule-tabs,
  .schedule-day-selector {
    scrollbar-width: none;
  }
  .schedule-tabs::-webkit-scrollbar,
  .schedule-day-selector::-webkit-scrollbar {
    display: none;
  }
  .schedule-tabs {
    display: flex;
    width: fit-content;
    max-width: 100%;
    min-width: 0;
    gap: 0;
    padding: 4px;
    border-radius: 12px;
    background: var(--schedule-bg-soft);
    overflow-x: auto;
  }
  .schedule-tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 32px;
    padding: 7px 16px;
    border-radius: 9px;
    color: var(--schedule-muted);
    font-size: 14px;
    line-height: 1.1;
    font-weight: 700;
    white-space: nowrap;
    transition: color .2s ease, background-color .2s ease, box-shadow .2s ease;
  }
  .schedule-tab:hover {
    color: var(--schedule-text);
  }
  .schedule-tab-active {
    background: var(--schedule-surface);
    color: var(--schedule-text);
    box-shadow: 0 1px 4px rgba(16, 24, 40, .1);
  }
  .schedule-tab-icon {
    width: 14px;
    height: 14px;
  }
  .schedule-period {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: var(--schedule-text);
    font-size: 14px;
    line-height: 1.25;
    font-weight: 700;
    white-space: nowrap;
  }
  .schedule-period-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 9px;
    background: transparent;
    color: var(--schedule-muted);
    transition: background-color .2s ease, color .2s ease;
  }
  .schedule-period-button:hover {
    background: var(--schedule-bg-soft);
    color: var(--schedule-muted);
  }
  .schedule-period-label {
    min-width: 104px;
    text-align: center;
  }
  .schedule-view,
  .schedule-month-section {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 16px;
  }
  .schedule-feed-strip {
    margin: 0;
    padding: 0 16px 16px;
    overflow-x: auto;
  }
  .schedule-day-selector {
    display: flex;
    gap: 8px;
    margin: 16px 0 24px;
    padding-bottom: 12px;
    overflow-x: auto;
  }
  .schedule-day-pill {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 52px;
    padding: 8px 12px;
    border: 1px solid var(--schedule-border);
    border-radius: 16px;
    background: var(--schedule-surface);
    color: var(--schedule-muted);
    cursor: pointer;
    transition: color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
  }
  .schedule-day-pill:hover {
    border-color: rgba(47, 107, 255, .2);
  }
  .schedule-day-pill strong {
    color: inherit;
    font-size: 18px;
    line-height: 1.05;
  }
  .schedule-day-pill span {
    margin-bottom: 2px;
    font-size: 12px;
    line-height: 1.1;
    font-weight: 700;
  }
  .schedule-day-pill-active {
    border-color: var(--schedule-primary);
    background: var(--schedule-primary);
    color: #fff;
    box-shadow: 0 8px 18px rgba(47, 107, 255, .25);
  }
  .schedule-day-pill-today:not(.schedule-day-pill-active) {
    border-color: rgba(47, 107, 255, .2);
    background: var(--schedule-primary-light);
    color: var(--schedule-primary);
  }
  .schedule-view-title {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin: 0 0 16px;
    color: var(--schedule-text);
  }
  .schedule-view-title h2 {
    margin: 0;
    color: var(--schedule-text);
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
  }
  .schedule-view-title span {
    color: var(--schedule-muted);
    font-size: 14px;
    font-weight: 400;
  }
  .schedule-week-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .schedule-day-column {
    min-width: 0;
  }
  .schedule-day-heading {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 26px;
    margin: 0 0 12px;
  }
  .schedule-day-heading h3 {
    margin: 0;
    color: var(--schedule-text);
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
  }
  .schedule-day-column-today .schedule-day-heading h3 {
    color: var(--schedule-primary);
  }
  .schedule-day-heading time {
    color: var(--schedule-muted);
    font-size: 12px;
  }
  .schedule-today-badge {
    margin-left: auto;
    padding: 3px 8px;
    border-radius: 999px;
    background: var(--schedule-primary-light);
    color: var(--schedule-primary);
    font-size: 12px;
    line-height: 1.1;
    font-weight: 700;
  }
  .schedule-feed-head .schedule-today-badge {
    margin-left: 0;
    font-size: 10px;
    letter-spacing: .04em;
    text-transform: uppercase;
  }
  .schedule-day-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .schedule-lesson-card {
    position: relative;
    border: 1px solid var(--schedule-border);
    border-radius: 16px;
    background: var(--schedule-surface);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, opacity .2s ease;
  }
  .schedule-lesson-card:hover {
    border-color: rgba(47, 107, 255, .2);
    box-shadow: 0 10px 20px rgba(47, 107, 255, .05);
    transform: translateY(-2px);
  }
  .schedule-lesson-current {
    border-color: rgba(47, 107, 255, .35);
    box-shadow: 0 4px 8px rgba(47, 107, 255, .1), 0 0 0 1px rgba(47, 107, 255, .1);
  }
  .schedule-lesson-current::before,
  .schedule-feed-card-current::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    bottom: 8px;
    width: 4px;
    border-radius: 0 999px 999px 0;
    background: var(--schedule-primary);
  }
  .schedule-lesson-cancelled {
    opacity: .6;
  }
  .schedule-lesson-inner {
    padding: 16px;
  }
  .schedule-lesson-card:not(.schedule-lesson-compact) .schedule-lesson-inner {
    padding: 20px;
  }
  .schedule-lesson-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin: 0 0 12px;
  }
  .schedule-lesson-flags {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
  }
  .schedule-type {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 24px;
    max-width: 100%;
    padding: 5px 10px;
    border-radius: 8px;
    font-size: 12px;
    line-height: 1.1;
    font-weight: 700;
  }
  .schedule-feed-card .schedule-type,
  .schedule-month-item,
  .schedule-legend .schedule-type {
    min-height: 0;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 10px;
    line-height: 1.2;
    font-weight: 700;
  }
  .schedule-legend .schedule-type {
    border-radius: 6px;
    font-size: 11px;
  }
  .schedule-type-lecture { background: var(--schedule-lecture-light); color: var(--schedule-lecture); }
  .schedule-type-seminar { background: var(--schedule-seminar-light); color: var(--schedule-seminar); }
  .schedule-type-lab { background: var(--schedule-lab-light); color: var(--schedule-lab); }
  .schedule-type-consult,
  .schedule-type-moved { background: var(--schedule-warning-light); color: var(--schedule-warning); }
  .schedule-type-exam,
  .schedule-type-cancelled { background: var(--schedule-danger-light); color: var(--schedule-danger); }
  .schedule-type-other { background: var(--schedule-bg-soft); color: var(--schedule-muted); }
  .schedule-current-mark {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: rgba(47, 107, 255, .55);
    font-size: 12px;
    line-height: 1.1;
    font-weight: 700;
  }
  .schedule-current-mark::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: rgba(47, 107, 255, .55);
  }
  .schedule-lesson-title {
    margin: 0 0 12px;
    color: var(--schedule-text);
    font-size: 16px;
    line-height: 1.35;
    font-weight: 700;
    overflow-wrap: anywhere;
  }
  .schedule-lesson-cancelled .schedule-lesson-title,
  .schedule-feed-card-cancelled .schedule-feed-card-title {
    text-decoration: line-through;
  }
  .schedule-lesson-meta {
    display: grid;
    gap: 8px;
    color: var(--schedule-muted);
    font-size: 14px;
    line-height: 1.35;
  }
  .schedule-lesson-compact .schedule-lesson-meta {
    font-size: 12px;
  }
  .schedule-meta-row {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
  }
  .schedule-meta-row .schedule-icon {
    width: 16px;
    height: 16px;
    flex: 0 0 auto;
  }
  .schedule-meta-text {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    filter: blur(4px);
  }
  .schedule-period-name,
  .schedule-moved-note {
    color: rgba(102, 112, 133, .6);
    font-size: 12px;
  }
  .schedule-moved-note {
    color: var(--schedule-warning);
    font-weight: 700;
  }
  .schedule-empty-week,
  .schedule-feed-empty {
    border: 1px dashed var(--schedule-border);
    border-radius: 16px;
    background: var(--schedule-surface);
    padding: 24px;
    text-align: center;
  }
  .schedule-empty-week p,
  .schedule-feed-empty {
    margin: 0;
    color: var(--schedule-muted);
    font-size: 14px;
    line-height: 1.45;
  }
  .schedule-empty-day {
    border: 1px dashed var(--schedule-border);
    border-radius: 16px;
    background: var(--schedule-surface);
    padding: 48px;
    text-align: center;
  }
  .schedule-empty-day-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    margin: 0 auto 16px;
    border-radius: 16px;
    background: var(--schedule-bg-soft);
    font-size: 30px;
  }
  .schedule-empty-day h3 {
    margin: 0 0 4px;
    color: var(--schedule-text);
    font-size: 16px;
    line-height: 1.25;
    font-weight: 700;
  }
  .schedule-empty-day p {
    margin: 0;
    color: var(--schedule-muted);
    font-size: 14px;
    line-height: 1.45;
  }
  .schedule-feed-days {
    display: flex;
    gap: 20px;
    min-width: 1800px;
  }
  .schedule-feed-day {
    flex: 1 1 0;
    min-width: 280px;
    max-width: 320px;
    border: 1px solid var(--schedule-border);
    border-radius: 16px;
    background: var(--schedule-surface);
    overflow: hidden;
  }
  .schedule-feed-day-current {
    border-color: rgba(47, 107, 255, .3);
    background: rgba(235, 241, 255, .3);
  }
  .schedule-feed-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    min-height: 58px;
    padding: 12px 16px;
    border-bottom: 1px solid var(--schedule-border);
  }
  .schedule-feed-day-current .schedule-feed-head {
    border-bottom-color: rgba(47, 107, 255, .2);
  }
  .schedule-feed-date {
    display: flex;
    align-items: baseline;
    gap: 8px;
    color: var(--schedule-text);
    font-weight: 700;
  }
  .schedule-feed-day-current .schedule-feed-date {
    color: var(--schedule-primary);
  }
  .schedule-feed-date span:first-child {
    font-size: 14px;
  }
  .schedule-feed-date strong {
    font-size: 28px;
    line-height: 1;
  }
  .schedule-feed-date span:last-child {
    color: var(--schedule-muted);
    font-size: 12px;
    font-weight: 400;
  }
  .schedule-feed-body {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 12px;
  }
  .schedule-feed-card {
    position: relative;
    border: 1px solid var(--schedule-border);
    border-radius: 12px;
    background: var(--schedule-surface);
    padding: 12px;
    cursor: pointer;
    transition: box-shadow .2s ease, border-color .2s ease, opacity .2s ease;
  }
  .schedule-feed-card:hover {
    border-color: rgba(47, 107, 255, .2);
    box-shadow: 0 4px 10px rgba(16, 24, 40, .1);
  }
  .schedule-feed-card-current {
    border-color: rgba(47, 107, 255, .35);
    box-shadow: 0 1px 3px rgba(47, 107, 255, .1);
  }
  .schedule-feed-card-cancelled {
    background: rgba(253, 236, 236, .3);
    opacity: .6;
  }
  .schedule-feed-card-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 6px;
  }
  .schedule-feed-card-side {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    flex: 0 0 auto;
  }
  .schedule-feed-time {
    color: var(--schedule-muted);
    font-size: 11px;
    line-height: 1.2;
    font-weight: 700;
  }
  .schedule-feed-card-title {
    margin: 0 0 4px;
    color: var(--schedule-text);
    font-size: 14px;
    line-height: 1.35;
    font-weight: 700;
    overflow-wrap: anywhere;
  }
  .schedule-feed-card-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--schedule-muted);
    font-size: 11px;
    line-height: 1.2;
  }
  .schedule-feed-card-meta span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .schedule-feed-card-meta-separator {
    flex: 0 0 auto;
    min-width: auto;
    overflow: visible;
  }
  .schedule-month-calendar {
    position: relative;
    border: 1px solid var(--schedule-border);
    border-radius: 16px;
    background: var(--schedule-surface);
    overflow: hidden;
  }
  .schedule-month-row,
  .schedule-month-head {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .schedule-month-head {
    border-bottom: 1px solid var(--schedule-border);
    background: rgba(244, 248, 255, .6);
  }
  .schedule-month-head div {
    padding: 10px 8px;
    color: var(--schedule-muted);
    font-size: 12px;
    line-height: 1.1;
    font-weight: 700;
    text-align: center;
  }
  .schedule-month-row {
    border-bottom: 1px solid var(--schedule-border);
  }
  .schedule-month-row:last-of-type {
    border-bottom: 0;
  }
  .schedule-month-cell {
    position: relative;
    min-height: 90px;
    padding: 6px;
    border-right: 1px solid var(--schedule-border);
    background: var(--schedule-surface);
    cursor: pointer;
    transition: background-color .2s ease;
  }
  .schedule-month-cell:hover {
    background: rgba(244, 248, 255, .5);
  }
  .schedule-month-cell:nth-child(7n) {
    border-right: 0;
  }
  .schedule-month-cell-muted {
    background: rgba(244, 248, 255, .3);
  }
  .schedule-month-cell-weekend {
    background: rgba(244, 248, 255, .2);
  }
  .schedule-month-cell-today .schedule-month-day {
    background: var(--schedule-primary);
    color: #fff;
  }
  .schedule-month-cell-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    margin-bottom: 4px;
  }
  .schedule-month-day {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 999px;
    color: var(--schedule-text);
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
  }
  .schedule-month-count {
    color: var(--schedule-muted);
    font-size: 10px;
    line-height: 1.1;
    font-weight: 700;
  }
  .schedule-month-items {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }
  .schedule-month-item {
    display: flex;
    align-items: center;
    gap: 4px;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .schedule-month-item-subject {
    display: none;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .schedule-month-item-time {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .schedule-month-more {
    padding-left: 4px;
    color: var(--schedule-muted);
    font-size: 10px;
    line-height: 1.25;
    font-weight: 700;
  }
  .schedule-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 12px 16px;
    border-top: 1px solid var(--schedule-border);
    background: rgba(244, 248, 255, .4);
  }
  .schedule-related {
    display: none;
  }
  @media (max-width: 640px) {
    .schedule-uni-logo {
      max-width: 100px;
    }
    .schedule-title {
      font-size: 24px;
    }
    .schedule-month-cell {
      min-height: 110px;
      padding: 8px;
    }
    .schedule-month-item-subject {
      display: inline;
    }
    .schedule-month-item-time {
      display: none;
    }
  }
  @media (min-width: 768px) {
    .schedule-week-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  @media (min-width: 1280px) {
    .schedule-week-grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  @media (max-width: 760px) {
    .schedule-toolbar-main,
    .schedule-tabs-row {
      align-items: stretch;
    }
    .schedule-tabs-row {
      flex-direction: column;
    }
    .schedule-title-line {
      gap: 14px;
      flex-wrap: wrap;
    }
    .schedule-uni-logo {
      border-radius: 12px;
    }
    .schedule-subtitle {
      display: none;
    }
    .schedule-actions {
      justify-content: flex-end;
    }
    .schedule-share-label {
      display: none;
    }
    .schedule-share summary {
      width: 34px;
      padding-inline: 8px;
    }
    .schedule-share-menu {
      right: 0;
      width: min(288px, calc(100vw - 24px));
    }
    .schedule-tabs {
      width: 100%;
    }
    .schedule-tab {
      flex: 1 1 0;
      padding-inline: 10px;
    }
    .schedule-period {
      align-self: center;
    }
    .schedule-week-grid {
      grid-template-columns: 1fr;
      gap: 24px;
    }
    .schedule-lesson-card:not(.schedule-lesson-compact) .schedule-lesson-inner {
      padding: 16px;
    }
    .schedule-empty-day {
      padding: 40px 20px;
    }
    .schedule-feed-days {
      min-width: 1800px;
    }
  }
