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 {
    width: 52px;
    height: 52px;
    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: -1px;
    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-report-shell {
    position: relative;
    display: none;
    flex: 0 0 auto;
  }
  .schedule-toolbar-report .schedule-report-shell {
    display: inline-flex;
  }
  .schedule-report-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: 1px solid rgba(184, 112, 28, .25);
    border-radius: 8px;
    background: rgba(255, 244, 231, .7);
    color: var(--schedule-warning);
    cursor: pointer;
    transition: background-color .2s ease, border-color .2s ease;
  }
  .schedule-report-button:hover {
    border-color: rgba(184, 112, 28, .45);
    background: var(--schedule-warning-light);
  }
  .schedule-report-button .schedule-icon {
    width: 16px;
    height: 16px;
  }
  .schedule-lesson-compact .schedule-report-button,
  .schedule-feed-card .schedule-report-button {
    width: 28px;
    height: 28px;
  }
  .schedule-lesson-compact .schedule-report-button .schedule-icon,
  .schedule-feed-card .schedule-report-button .schedule-icon {
    width: 14px;
    height: 14px;
  }
  .schedule-report-tooltip {
    pointer-events: none;
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    z-index: 30;
    width: max-content;
    max-width: 240px;
    padding: 8px 12px;
    border: 1px solid var(--schedule-border);
    border-radius: 8px;
    background: var(--schedule-surface);
    color: var(--schedule-text);
    font-size: 12px;
    line-height: 1.3;
    font-weight: 700;
    opacity: 0;
    box-shadow: 0 10px 22px rgba(0, 0, 0, .1);
    transition: opacity .2s ease;
  }
  .schedule-report-shell:hover .schedule-report-tooltip,
  .schedule-report-shell:focus-within .schedule-report-tooltip {
    opacity: 1;
  }
  .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;
  }
  .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;
  }
  .schedule-report-modal[hidden] {
    display: none;
  }
  .schedule-report-modal {
    position: fixed;
    inset: 0;
    z-index: 80;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    background: rgba(0, 0, 0, .6);
    backdrop-filter: blur(6px);
  }
  .schedule-report-dialog {
    display: flex;
    flex-direction: column;
    width: min(672px, 100%);
    max-height: calc(100svh - 32px);
    overflow: hidden;
    border: 1px solid var(--schedule-border);
    border-radius: 18px;
    background: var(--schedule-surface);
    box-shadow: 0 28px 70px rgba(0, 0, 0, .32);
  }
  .schedule-report-header,
  .schedule-report-footer {
    display: flex;
    flex: 0 0 auto;
    gap: 16px;
    padding: 16px 20px;
  }
  .schedule-report-header {
    align-items: flex-start;
    justify-content: space-between;
    border-bottom: 1px solid var(--schedule-border);
    background: var(--schedule-surface);
  }
  .schedule-report-header h2 {
    margin: 0;
    color: var(--schedule-text);
    font-size: 18px;
    line-height: 1.2;
  }
  .schedule-report-header p {
    margin: 4px 0 0;
    color: var(--schedule-muted);
    font-size: 14px;
    line-height: 1.4;
  }
  .schedule-report-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 10px;
    background: transparent;
    color: var(--schedule-muted);
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    transition: background-color .2s ease, color .2s ease;
  }
  .schedule-report-close:hover {
    background: var(--schedule-bg-soft);
    color: var(--schedule-text);
  }
  .schedule-report-body {
    min-height: 0;
    overflow-y: auto;
    padding: 20px;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: color-mix(in srgb, var(--schedule-primary) 40%, var(--schedule-border)) transparent;
  }
  .schedule-report-body::-webkit-scrollbar {
    width: 8px;
  }
  .schedule-report-body::-webkit-scrollbar-track {
    margin: 10px 0;
    background: transparent;
  }
  .schedule-report-body::-webkit-scrollbar-thumb {
    border: 2px solid transparent;
    border-radius: 999px;
    background: color-mix(in srgb, var(--schedule-primary) 40%, var(--schedule-border));
    background-clip: content-box;
  }
  .schedule-report-success {
    flex: 1 1 auto;
  }
  .schedule-report-success-card {
    border: 1px solid rgba(0, 118, 5, .25);
    border-radius: 16px;
    background: var(--schedule-lecture-light);
    color: var(--schedule-text);
    font-size: 14px;
    line-height: 1.45;
    padding: 16px;
  }
  .schedule-report-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .schedule-report-field,
  .schedule-report-wide-field {
    display: block;
  }
  .schedule-report-wide-field {
    margin-top: 16px;
    margin-bottom: 12px;
  }
  .schedule-report-field span,
  .schedule-report-wide-field span {
    display: block;
    margin: 0 0 6px;
    color: var(--schedule-muted);
    font-size: 12px;
    font-weight: 700;
  }
  .schedule-report-field input,
  .schedule-report-wide-field select,
  .schedule-report-wide-field textarea {
    width: 100%;
    border: 1px solid var(--schedule-border);
    border-radius: 12px;
    background: var(--schedule-surface);
    color: var(--schedule-text);
    font: inherit;
    font-size: 14px;
    line-height: 1.3;
    padding: 10px 12px;
  }
  .schedule-report-field input[readonly] {
    background: var(--schedule-bg-soft);
  }
  .schedule-report-wide-field textarea {
    min-height: 104px;
    resize: vertical;
  }
  .schedule-report-attachment {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px;
    border: 1px dashed var(--schedule-border);
    border-radius: 12px;
    background: var(--schedule-bg-soft);
    color: var(--schedule-muted);
    cursor: pointer;
    transition: border-color .2s ease, color .2s ease;
  }
  .schedule-report-attachment:hover {
    border-color: rgba(47, 107, 255, .4);
    color: var(--schedule-text);
  }
  .schedule-report-attachment input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
  }
  .schedule-report-file-list {
    display: grid;
    gap: 6px;
    margin-top: 8px;
  }
  .schedule-report-file-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border-radius: 10px;
    background: var(--schedule-surface);
    color: var(--schedule-muted);
    font-size: 12px;
    padding: 8px 10px;
  }
  .schedule-report-file-row strong {
    min-width: 0;
    overflow: hidden;
    color: var(--schedule-text);
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .schedule-report-file-row span {
    flex: 0 0 auto;
  }
  .schedule-report-remove-file {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    flex: 0 0 auto;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: var(--schedule-muted);
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
    transition: background-color .2s ease, color .2s ease;
  }
  .schedule-report-remove-file:hover {
    background: var(--schedule-bg-soft);
    color: var(--schedule-text);
  }
  .schedule-report-status {
    display: none;
    margin-top: 16px;
    padding: 10px 12px;
    border-radius: 12px;
    font-size: 14px;
    line-height: 1.4;
  }
  .schedule-report-status-error {
    display: block;
    border: 1px solid rgba(192, 47, 47, .25);
    background: var(--schedule-danger-light);
    color: var(--schedule-danger);
  }
  .schedule-report-status-success {
    display: block;
    border: 1px solid rgba(0, 118, 5, .25);
    background: var(--schedule-lecture-light);
    color: var(--schedule-lecture);
  }
  .schedule-report-footer {
    justify-content: flex-end;
    border-top: 1px solid var(--schedule-border);
    background: rgba(244, 248, 255, .5);
  }
  .schedule-report-submit,
  .schedule-report-cancel {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 10px 16px;
    border-radius: 12px;
    border: 1px solid transparent;
    font: inherit;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
  }
  .schedule-report-submit {
    background: var(--schedule-primary);
    color: #fff;
  }
  .schedule-report-submit:disabled {
    cursor: progress;
    opacity: .75;
  }
  .schedule-report-cancel {
    background: transparent;
    color: var(--schedule-muted);
  }
  .schedule-report-cancel:hover {
    background: var(--schedule-bg-soft);
    color: var(--schedule-text);
  }
  @media (min-width: 640px) {
    .schedule-title {
      font-size: 24px;
    }
    .schedule-report-shell {
      display: inline-flex;
    }
    .schedule-toolbar-report .schedule-report-shell {
      display: none;
    }
    .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;
    }
    .schedule-uni-logo {
      width: 44px;
      height: 44px;
      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;
    }
    .schedule-report-modal {
      padding: 12px;
    }
    .schedule-report-fields {
      grid-template-columns: 1fr;
    }
    .schedule-report-footer {
      flex-direction: column-reverse;
    }
    .schedule-report-submit,
    .schedule-report-cancel {
      width: 100%;
    }
  }
