@font-face {
  font-family: "Google Sans";
  src: url("assets/google-sans.ttf") format("truetype");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}

/* Subject palette: change these five values to recolor every matching module. */
:root {
  --IE1030: #00a88a;
  --IT1120: #3564ff;
  --IT1130: #9848f5;
  --IT1140: #ff6b22;
  --IT1190: #ec268f;
  --ink: #1d2543;
  --muted: #59627b;
  --line: #dce3ed;
  --paper: #fff;
  --canvas: #f6f7fe;
  --ease: cubic-bezier(.22, 1, .36, 1);
  color: var(--ink);
  background: var(--canvas);
  font-family: "Google Sans", "Segoe UI", sans-serif;
  font-synthesis: none;
  line-height: 1.5;
}

.subject-IE1030 { --subject: var(--IE1030); }
.subject-IT1120 { --subject: var(--IT1120); }
.subject-IT1130 { --subject: var(--IT1130); }
.subject-IT1140 { --subject: var(--IT1140); }
.subject-IT1190 { --subject: var(--IT1190); }

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background:
    radial-gradient(ellipse at 3% 8%, #d8eaff85, transparent 32%),
    radial-gradient(ellipse at 98% 19%, #eedbff90, transparent 34%),
    var(--canvas);
}

button {
  color: inherit;
  font: inherit;
  cursor: pointer;
}

button,
summary {
  -webkit-tap-highlight-color: transparent;
}

button:focus-visible,
a:focus-visible,
article:focus-visible {
  outline: 3px solid #255bd7;
  outline-offset: 4px;
}

button svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
}

.skip {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 12px;
  padding: 12px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-150%);
  background: white;
}

.skip:focus {
  top: 12px;
  opacity: 1;
  pointer-events: auto;
  transform: none;
}

.topbar {
  color: var(--ink);
  background: #ffffffd9;
  border-bottom: 1px solid #e0e5f0;
}

.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  max-width: 1560px;
  margin: auto;
  padding: 18px 32px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 17px;
  font-weight: 650;
}

.brand-mark {
  display: grid;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  overflow: hidden;
  place-items: center;
  background: #082962;
  border-radius: 14px;
  box-shadow: 0 5px 14px #3564ff26;
}

.brand-mark img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.brand small {
  display: block;
  margin-top: 2px;
  color: #65718e;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: .07em;
}

.semester {
  padding: 7px 13px;
  color: #5b6680;
  background: #edf1fc;
  border-radius: 30px;
  font-size: 14px;
}

main {
  max-width: 1560px;
  margin: auto;
  padding: 36px 32px 20px;
}

.heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  flex-wrap: wrap;
}

.eyebrow {
  margin: 0 0 6px;
  color: #65708e;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

h1 {
  margin: 0 0 12px;
  font-size: clamp(32px, 3.2vw, 46px);
  font-weight: 700;
  letter-spacing: -.045em;
  line-height: 1.15;
}

h2 {
  margin: 0;
  font-size: 20px;
  letter-spacing: -.02em;
}

.group {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin: 0;
  font-size: 14px;
}

.group-code {
  overflow-wrap: anywhere;
}

.badge {
  padding: 3px 9px;
  color: #2547ac;
  background: #e0e9ff;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.actions {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 12px 17px;
  color: var(--ink);
  background: white;
  border: 1px solid #d5dced;
  border-radius: 14px;
  box-shadow: 0 3px 5px #222f5005;
  font-size: 14px;
  font-weight: 600;
  transition: background-color .35s var(--ease), box-shadow .4s var(--ease), transform .4s var(--ease);
}

.btn:hover {
  background: #edf2ff;
  box-shadow: 0 6px 16px #25366512;
  transform: translateY(-2px);
}

.btn:active {
  transform: translateY(0);
}

.btn-primary {
  color: white;
  background: #3564ff;
  border-color: #3564ff;
  box-shadow: 0 5px 16px #3564ff28;
}

.btn-primary:hover {
  background: #2853e5;
}

.live-status {
  --subject: #7b88a8;
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  min-height: 84px;
  margin: 28px 0;
  padding: 16px 18px;
  overflow: hidden;
  background: linear-gradient(115deg, color-mix(in srgb, var(--subject) 13%, white), #ffffffd9 65%);
  border: 1px solid color-mix(in srgb, var(--subject) 27%, #dce4f2);
  border-radius: 18px;
  box-shadow: 0 8px 26px #283a6110;
  transition: background-color .4s ease, border-color .4s ease;
}

.live-status::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: var(--subject);
  content: "";
}

.live-pulse {
  width: 12px;
  height: 12px;
  background: #9aa5ba;
  border-radius: 50%;
  box-shadow: 0 0 0 6px #9aa5ba18;
}

.has-live .live-pulse {
  background: var(--subject);
  box-shadow: 0 0 0 6px color-mix(in srgb, var(--subject) 17%, transparent);
  animation: live-pulse 2.2s ease-out infinite;
}

.live-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.live-label {
  color: color-mix(in srgb, var(--subject) 70%, #28324d);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .09em;
  line-height: 1.3;
  text-transform: uppercase;
}

.live-copy strong {
  margin: 2px 0 1px;
  font-size: 17px;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

.live-copy > span:last-child {
  color: #59657c;
  font-size: 13px;
}

.device-time {
  align-self: start;
  padding: 6px 9px;
  color: #4c5871;
  background: #ffffffad;
  border: 1px solid #dfe5ef;
  border-radius: 9px;
  font-size: 13px;
  font-variant-numeric: tabular-nums;
}

@keyframes live-pulse {
  0% { box-shadow: 0 0 0 0 color-mix(in srgb, var(--subject) 38%, transparent); }
  72%,
  100% { box-shadow: 0 0 0 11px transparent; }
}

.week-tools {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 2px 18px;
}

.hint {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.day-nav {
  display: none;
}

.week {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: start;
  gap: 15px;
}

.day {
  min-width: 0;
  padding: 12px;
  background: #ffffffb3;
  border: 1px solid #e0e5f1;
  border-radius: 20px;
}

.day-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 4px;
  padding: 4px 3px 15px;
}

.day-heading h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
}

.day-heading span {
  padding: 3px 6px;
  color: #586784;
  background: #edf1f9;
  border-radius: 5px;
  font-size: 11px;
}

.session {
  --module-ink: color-mix(in srgb, var(--subject) 65%, #11192f);
  position: relative;
  margin-bottom: 13px;
  padding: 13px;
  background: color-mix(in srgb, var(--subject) 15%, white);
  border: 1px solid color-mix(in srgb, var(--subject) 24%, white);
  border-top: 4px solid var(--subject);
  border-radius: 13px;
  cursor: pointer;
  transition: box-shadow .28s ease, border-color .28s ease;
}

.session:last-child {
  margin-bottom: 0;
}

.session:hover,
.session:focus,
.session.revealed {
  z-index: 6;
  border-top-color: var(--subject);
  box-shadow: 0 10px 24px color-mix(in srgb, var(--subject) 13%, transparent);
}

.session.is-live {
  border-color: var(--subject);
  box-shadow:
    0 0 0 3px color-mix(in srgb, var(--subject) 22%, transparent),
    0 12px 28px color-mix(in srgb, var(--subject) 22%, transparent);
}

.session.is-live::after {
  position: absolute;
  z-index: 2;
  top: -9px;
  left: 50%;
  padding: 3px 7px;
  color: white;
  background: #e00000;
  border: 2px solid #a90000;
  border-radius: 7px;
  content: "ONGOING";
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .07em;
  transform: translateX(-50%);
}

.session-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  margin: -13px -13px 13px;
  padding: 8px 13px;
  background: color-mix(in srgb, var(--subject) 76%, #182447);
  border-radius: 9px 9px 0 0;
}

.subject-code {
  color: white;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .025em;
}

.duration {
  color: #ffffffe6;
  font-size: 12px;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.session h4 {
  min-height: 43px;
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -.02em;
  line-height: 1.35;
}

.kind {
  display: inline-block;
  margin-bottom: 13px;
  padding: 3px 7px;
  color: var(--module-ink);
  background: #ffffffaa;
  border: 1px solid color-mix(in srgb, var(--subject) 40%, white);
  border-radius: 5px;
  font-size: 12px;
  font-weight: 600;
}

.time {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 650;
  font-variant-numeric: tabular-nums;
}

.room-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding-top: 9px;
  border-top: 1px solid color-mix(in srgb, var(--subject) 19%, transparent);
}

.room-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 2px;
}

.room {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  font-weight: 750;
}

.room svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
}

.room-location {
  color: #4f5e77;
  font-size: 10px;
  line-height: 1.3;
}

.location-missing {
  color: #7b5363;
  font-style: italic;
}

.info-icon {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  color: var(--module-ink);
  background: #ffffff7f;
  border: 1px solid color-mix(in srgb, var(--subject) 35%, white);
  border-radius: 50%;
  font-family: Georgia, serif;
  font-size: 11px;
  font-style: italic;
  line-height: 16px;
  text-align: center;
}

.lecturer {
  position: absolute;
  z-index: 7;
  top: calc(100% - 4px);
  right: -1px;
  left: -1px;
  display: grid;
  gap: 10px;
  padding: 13px;
  color: white;
  background: var(--ink);
  border-radius: 0 0 13px 13px;
  box-shadow: 0 9px 18px #15264722;
  font-size: 13px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .22s ease, visibility 0s linear .22s;
}

.lecturer strong {
  display: block;
  margin-bottom: 3px;
  color: #b9cdec;
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.tooltip-location {
  padding-top: 9px;
  border-top: 1px solid #ffffff24;
}

.session:focus-visible .lecturer,
.session.revealed .lecturer {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

@media (hover: hover) {
  .session:hover .lecturer {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
  }
}

.eac {
  margin-top: 16px;
  padding: 10px;
  background: #fff8fc;
  border: 1px dashed #efa8cd;
  border-radius: 14px;
}

.eac > .subject-code {
  color: #a92367;
}

.eac h4 {
  margin: 5px 0 9px;
  font-size: 14px;
  line-height: 1.35;
}

.eac-note {
  margin: 0 0 12px;
  color: #75405a;
  font-size: 11px;
  line-height: 1.5;
}

.eac .session {
  margin: 15px 0 0;
  padding: 10px;
  background: #fce5f1;
  border-top-width: 3px;
  border-radius: 9px;
}

.eac .session.is-live {
  padding-top: 20px;
}

.eac .session-head {
  margin: -10px -10px 8px;
  padding: 7px 10px;
  border-radius: 6px 6px 0 0;
}

.eac .time {
  margin-bottom: 6px;
  font-size: 13px;
}

.eac .room {
  font-size: 13px;
}

.eac .room-location {
  font-size: 9px;
}

.eac .lecturer {
  border-radius: 0 0 9px 9px;
}

.day-end {
  margin: 12px 0 1px;
  padding: 0 4px 2px;
  color: #65748a;
  font-size: 11px;
}

.print-table {
  display: none;
}

.rocky-zone {
  margin-top: 30px;
  overflow: hidden;
  background: linear-gradient(125deg, #eff6ff, #f7f2ff 60%, #effbf5);
  border: 1px solid #dde4f1;
  border-radius: 22px;
}

.rocky-stage {
  position: relative;
  width: 100%;
  height: 260px;
  overflow: hidden;
}

#rocky-canvas {
  display: block;
  width: 100%;
  height: 100%;
}

.rocky-stage::after {
  position: absolute;
  right: 24px;
  bottom: 20px;
  left: 24px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #a1b9ce, transparent);
  content: "";
}

.rocky-cloud {
  --tail-x: 50%;
  position: absolute;
  top: 0;
  left: 0;
  width: 245px;
  padding: 15px 19px;
  background: white;
  border: 1px solid #dce4f3;
  border-radius: 25px 29px 23px 26px;
  box-shadow: 0 9px 26px #3449700d;
  opacity: 0;
  pointer-events: none;
  transition: opacity .42s ease;
  will-change: transform;
}

.rocky-cloud::after {
  position: absolute;
  bottom: -9px;
  left: var(--tail-x);
  width: 15px;
  height: 15px;
  background: white;
  border-right: 1px solid #dce4f3;
  border-bottom: 1px solid #dce4f3;
  border-radius: 0 0 4px;
  content: "";
  transform: translateX(-50%) rotate(45deg);
}

.rocky-cloud.visible {
  opacity: 1;
}

.rocky-cloud span {
  color: #6484a3;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .13em;
}

.rocky-cloud p {
  margin: 4px 0 0;
  color: #30415b;
  font-size: 15px;
  line-height: 1.4;
}

footer {
  margin: 19px 0 5px;
  color: var(--muted);
  font-size: 12px;
}

.footer-source {
  display: flex;
  justify-content: space-between;
  gap: 8px 18px;
  flex-wrap: wrap;
}

.rocky-credit {
  margin: 5px 0 0;
  font-size: 11px;
}

.rocky-credit a {
  color: #4e6687;
  text-underline-offset: 3px;
}

dialog {
  width: min(610px, calc(100% - 28px));
  max-height: 85dvh;
  padding: 0;
  color: var(--ink);
  border: 1px solid #c7d3e4;
  border-radius: 24px;
  box-shadow: 0 20px 100px #071b4c3b;
  animation: dialog-arrive .42s var(--ease);
}

dialog::backdrop {
  background: #10233b80;
  backdrop-filter: blur(3px);
  animation: backdrop-arrive .35s ease;
}

.dialog-top {
  position: sticky;
  z-index: 2;
  top: 0;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 10px;
  padding: 22px 24px 8px;
  background: white;
  border-bottom: 1px solid var(--line);
}

.dialog-top h2 {
  margin-bottom: 5px;
  font-size: 23px;
}


.dialog-top .eyebrow {
  margin: 15px 0 0 0;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.close {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  padding: 6px;
  background: #f5f7fb;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 24px;
  line-height: 1;
}

.members {
  margin: 0;
  padding: 8px 24px 18px;
  list-style: none;
}

.members li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 0;
  border-bottom: 1px solid #e9edf3;
}

.member-number {
  display: grid;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  place-items: center;
  color: #4860a1;
  background: #edf1ff;
  border-radius: 10px;
  font-size: 12px;
  font-variant-numeric: tabular-nums;
}

.member-name {
  font-size: 15px;
  font-weight: 550;
}

.member-id {
  display: block;
  color: var(--muted);
  font-size: 12px;
  letter-spacing: .03em;
}

@keyframes dialog-arrive {
  from { opacity: 0; transform: translateY(12px) scale(.985); }
  to { opacity: 1; transform: none; }
}

@keyframes backdrop-arrive {
  from { opacity: 0; }
  to { opacity: 1; }
}

@media (max-width: 1200px) and (min-width: 761px) {
  main {
    padding-right: 20px;
    padding-left: 20px;
  }

  .week {
    gap: 9px;
  }

  .day {
    padding: 8px;
    border-radius: 15px;
  }

  .day-heading {
    align-items: start;
    flex-direction: column;
    gap: 3px;
  }

  .day-heading span {
    padding: 0;
    background: none;
  }

  .session {
    padding: 10px;
  }

  .session h4 {
    font-size: 14px;
  }

  .session-head {
    margin: -10px -10px 12px;
    padding: 8px 10px;
  }

  .session.is-live::after {
    right: 10px;
    left: auto;
    transform: none;
  }
}

@media (max-width: 760px) {
  .topbar-inner {
    padding: 14px 16px;
  }

  .brand {
    font-size: 15px;
  }

  .brand-mark {
    flex-basis: 37px;
    width: 37px;
    height: 37px;
  }

  .semester {
    padding: 6px 9px;
    font-size: 11px;
  }

  main {
    padding: 26px 16px 14px;
  }

  .heading {
    gap: 18px;
  }

  .actions {
    width: 100%;
  }

  .actions .btn {
    flex: 1;
    padding: 11px 10px;
    font-size: 13px;
  }

  .live-status {
    grid-template-columns: auto 1fr;
    gap: 11px;
    margin: 22px 0;
    padding: 15px 14px;
  }

  .live-copy strong {
    font-size: 15px;
  }

  .live-copy > span:last-child {
    font-size: 12px;
  }

  .device-time {
    grid-column: 2;
    justify-self: start;
    padding: 0;
    background: none;
    border: 0;
    font-size: 11px;
  }

  .week-tools {
    align-items: start;
  }

  .week-tools h2 {
    font-size: 18px;
  }

  .hint {
    max-width: 180px;
    font-size: 11px;
    text-align: right;
  }

  .day-nav {
    display: flex;
    gap: 4px;
    margin: 0 0 14px;
    padding: 4px;
    background: #e8edfc;
    border: 1px solid #dae1f6;
    border-radius: 15px;
  }

  .day-nav button {
    flex: 1;
    min-width: 0;
    padding: 11px 4px;
    color: #51617a;
    background: transparent;
    border: 0;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 650;
    transition: background-color .35s ease, color .35s ease;
  }

  .day-nav button[aria-pressed="true"] {
    color: white;
    background: #3564ff;
    box-shadow: 0 2px 5px #14284a25;
  }

  .week {
    display: block;
  }

  .day {
    padding: 12px;
    border-radius: 18px;
  }

  .day:not(.selected) {
    display: none;
  }

  .day.selected {
    animation: day-arrive .44s var(--ease);
  }

  .day-heading {
    padding-top: 1px;
  }

  .day-heading h3 {
    font-size: 18px;
  }

  .session {
    padding: 16px;
  }

  .session-head {
    margin: -16px -16px 15px;
    padding: 10px 16px;
  }

  .session h4 {
    min-height: 0;
    font-size: 19px;
  }

  .time,
  .room {
    font-size: 16px;
  }

  .room-location {
    font-size: 11px;
  }

  .lecturer {
    padding: 14px 16px;
  }

  .eac h4 {
    font-size: 17px;
  }

  .eac-note {
    font-size: 13px;
  }

  .eac .session {
    padding: 12px;
  }

  .eac .session-head {
    margin: -12px -12px 10px;
    padding: 8px 12px;
  }

  .eac .session.is-live {
    padding-top: 20px;
  }

  .eac .time {
    font-size: 14px;
  }

  .rocky-stage {
    height: 245px;
  }

  .rocky-cloud {
    width: 225px;
    padding: 13px 16px;
  }

  .footer-source {
    display: block;
  }

  .footer-source span {
    display: block;
    margin-top: 6px;
  }

  .rocky-credit {
    font-size: 10px;
  }

  @keyframes day-arrive {
    from { opacity: .5; transform: translateY(7px); }
    to { opacity: 1; transform: none; }
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation: none !important;
    transition: none !important;
  }
}

@page {
  size: A4 landscape;
  margin: 9mm;
}

@media print {
  :root {
    color: #111;
    background: white;
    font-size: 11px;
  }

  * {
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }

  body {
    background: white;
  }

  .topbar,
  .actions,
  .day-nav,
  .hint,
  .skip,
  dialog,
  .live-status,
  .rocky-zone,
  .rocky-credit {
    display: none !important;
  }

  main {
    max-width: none;
    padding: 0;
  }

  h1 {
    margin-bottom: 5px;
    font-size: 22px;
  }

  .heading {
    margin-bottom: 9px;
  }

  .group {
    font-size: 11px;
  }

  .eyebrow {
    font-size: 9px;
  }

  .week,
  .week-tools {
    display: none !important;
  }

  .print-table {
    display: table;
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 10px;
    line-height: 1.3;
  }

  .print-table col:nth-child(1) { width: 9%; }
  .print-table col:nth-child(2) { width: 11%; }
  .print-table col:nth-child(3) { width: 22%; }
  .print-table col:nth-child(4) { width: 14%; }
  .print-table col:nth-child(5) { width: 22%; }
  .print-table col:nth-child(6) { width: 22%; }

  .print-table th {
    padding: 7px;
    color: white;
    background: #122544;
    font-size: 10px;
    text-align: left;
  }

  .print-table td {
    padding: 4px 7px;
    overflow-wrap: anywhere;
    vertical-align: top;
    border-bottom: 1px solid #dce3ed;
  }

  .print-table td:first-child {
    font-weight: 700;
  }

  .print-table .print-subject {
    border-left: 3px solid var(--subject);
  }

  .print-table .print-subject b {
    color: color-mix(in srgb, var(--subject) 65%, #11192f);
  }

  .print-table .print-subject span,
  .print-location {
    display: block;
  }

  .print-location,
  .print-lecturers {
    color: #344054;
    font-size: 9px;
  }

  .print-table tr {
    break-inside: avoid;
  }

  .print-table .day-break td {
    border-top: 2px solid #9dabbe;
  }

  footer {
    margin-top: 8px;
    font-size: 9px;
  }
}
