/**
 * =======================================================================================
 * STATION MASTER INTERFACE ARCHITECTURE // VISUAL SIGNAL CORE
 * =======================================================================================
 * DESCRIPTION:
 * Comprehensive stylesheet for the radio station's digital front-end. 
 * Manages global acoustics (resets), Master Header branding, weather telemetry, 
 * the jPlayer audio engine skin, dynamic rotation carousels, and responsive 
 * frequency adjustments for mobile broadcast.
 * =======================================================================================
 */

/* /// SECTION: STUDIO FOUNDATION & SIGNAL DEFAULTS /// */
*,
*::before,
*::after {
  box-sizing: border-box;
  user-select: none;
}

body {
	background-color: #000;
  width: 100%;
  margin: 0 auto;
  overflow-x: hidden;
  background: radial-gradient(rgba(0, 0, 0, 0.5) 1px, transparent 1px) 0 0 / 20px 20px, linear-gradient(to bottom, rgb(26, 26, 26), rgb(13, 13, 13));
  color: #fff;
  font-family: "Funnel Display", sans-serif;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.6);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

img,
video,
iframe {
  display: block;
  max-width: 100%;
  height: auto;
}

img {
  user-drag: none;
}

/* /// SECTION: MASTER HEADER BROADCAST DECK /// */
header {
  position: fixed; /* MONITOR: High-priority sticky signal */
  z-index: 8;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 120px;
  padding: 20px 0;
  background:
    linear-gradient(90deg, rgba(255, 153, 0, 0) 0, rgba(255, 153, 0, .9) 50%, rgba(255, 153, 0, 0) 100%),
    linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url('/img/motelpool.gif') no-repeat center/cover;
  background-blend-mode: multiply;
  box-shadow: 1px 20px 10px -20px rgba(0, 0, 0, 1);
  backdrop-filter: blur(90px);
}

header::before,
header::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, rgba(0, 255, 0, 0) 0, rgba(0, 255, 0, 0.3) 50%, rgba(0, 255, 0, 0) 100%);
}

header::before {
  top: 0;
}

header::after {
  bottom: 0;
}

.header-content-wrapper {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

/* /// SECTION: WEATHER TELEMETRY & CLOCK /// */
.weather-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 0 0 360px;
  text-align: center;
}

.logo-player-container {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  flex: 0 0 720px;
}

#weather-display {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 0 10px;
  transition: opacity 0.5s ease-in-out;
}

.weather-icon {
  margin-right: 10px;
  margin-bottom: 0;
  transition: opacity 0.5s ease-in-out;
}

.fade-in,
.fade-in-icon {
  opacity: 1;
}

.fade-out,
.fade-out-icon {
  opacity: 0;
}

#clock-container {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* /// SECTION: STATION BRANDING (LOGO) /// */
.header-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 360px;
  width: 200px;
  height: 76px;
  background: url(img/logo.gif?v=WshSCB28aO) no-repeat center 0 / 200px;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: auto;
  image-rendering: smooth;
}

/* /// SECTION: AUDIO ENGINE SKIN (jPLAYER) /// */
.player {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 360px;
  width: 360px;
}

.jp-audio-stream *:focus {
  outline: 0;
}

.jp-audio-stream button::-moz-focus-inner {
  border: 0;
}

#jp_container_1 {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
}

.jp-type-single .jp-gui.jp-interface {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.jp-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  margin: 0;
  background: rgba(242, 242, 242, 0.9);
  border-radius: 50%;
  overflow: hidden;
}

.jp-type-single .jp-controls button {
  display: block;
  width: 45px;
  height: 45px;
  padding: 0;
  border: 0;
  overflow: hidden;
  cursor: pointer;
}

.jp-type-single .jp-play,
.jp-type-single .jp-stop {
  background: url(img/jplayer.png?v=WshSCB28aO) -54px 10px no-repeat;
  background-size: 122px 25px;
  filter: invert(100%);
}

.jp-state-playing .jp-type-single .jp-play {
  background: url(img/jplayer.png?v=WshSCB28aO) 10px 10px no-repeat;
  background-size: 122px 25px;
  filter: invert(100%);
}

.jp-volume-bar-vertical {
  position: absolute;
  z-index: 1;
  left: 150%;
  width: 10px;
  height: 70px;
  background-color: #eee;
  border: 1px solid #ddd;
  cursor: pointer;
}

.jp-volume-bar-vertical .ui-slider-handle {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 18px;
  height: 18px;
  border: 0;
  background-color: #007bff;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  outline: 0;
  cursor: grab; /* MONITOR: Audio level adjustment interaction */
}

.jp-volume-bar-vertical .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  width: 100%;
  border: 0;
  background: #4caf50;
}

.jp-volume-bar-vertical.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
  left: 0;
}

/* /// SECTION: MAIN STAGE & CONTENT GRID /// */
main {
  width: 1080px;
  margin: 150px auto 0;
  padding: 0;
}

h1 {
  margin-bottom: 15px;
  color: #fff;
  font-size: 2em;
}

.coming-up-title {
  margin-left: 1em;
  color: #aaa;
  font-size: 0.7em;
  vertical-align: middle;
}

/* /// SECTION: ROTATION CAROUSELS (TRANSMISSION SLOTS) /// */
.carrossel {
  display: flex;
  margin-bottom: 20px;
  padding: 0 0 20px 0;
  gap: 40px;
  overflow-x: auto; /* MONITOR: Horizontal stream accessibility */
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

#carrossel-djs,
#carrossel-hitlist,
#carrossel-new,
#carrossel-news,
#carrossel-onair,
#carrossel-playlist,
#carrossel-schedule {
  transition: opacity 0.5s ease-in-out;
}

#carrossel-djs::-webkit-scrollbar,
#carrossel-hitlist::-webkit-scrollbar,
#carrossel-new::-webkit-scrollbar,
#carrossel-news::-webkit-scrollbar,
#carrossel-onair::-webkit-scrollbar,
#carrossel-playlist::-webkit-scrollbar,
#carrossel-schedule::-webkit-scrollbar,
#carrossel-social::-webkit-scrollbar {
  width: 0;
  height: 6px;
  cursor: auto;
}

#carrossel-djs::-webkit-scrollbar-thumb,
#carrossel-hitlist::-webkit-scrollbar-thumb,
#carrossel-new::-webkit-scrollbar-thumb,
#carrossel-news::-webkit-scrollbar-thumb,
#carrossel-onair::-webkit-scrollbar-thumb,
#carrossel-playlist::-webkit-scrollbar-thumb,
#carrossel-schedule::-webkit-scrollbar-thumb,
#carrossel-social::-webkit-scrollbar-thumb {
  background: #444;
  border-radius: 3px;
  cursor: grab;
}

.cartao,
.mais {
  position: relative;
  flex-shrink: 0;
  width: 300px;
  background: #222;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  scroll-snap-align: start;
}

.cartao img,
.mais img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.cartao-info {
  padding: 10px;
}

.cartao h3,
.mais h3 {
  margin: 0;
  font-size: 18px;
}

.cartao span,
.cartao p {
  margin: 5px 0 0;
  color: #aaa;
  font-size: 14px;
}

.cartao h3,
.cartao p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* /// SECTION: LIVE SIGNAL INDICATORS (ON AIR) /// */
.cartao.direto .onair-cover {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.cartao:not(.direto) img {
  aspect-ratio: 1;
  object-fit: cover;
}

.cartao-info p a {
  margin: 0 5px;
  color: #999;
  font-size: 1.5em;
  text-decoration: none;
}

.direto {
  border: 2px solid rgba(255, 0, 0, 0.9); /* MONITOR: Live signal peak visual */
}

.direto::after {
  content: "🔊 On Air";
  position: absolute;
  z-index: 3;
  top: 10px;
  left: 10px;
  padding: 2px 5px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font: bold 1em/1;
  text-shadow: -1px 1px 0 rgba(250, 0, 0, 0.9);
  border-radius: 3px;
}

#carrossel-onair .direto::after {
  content: "🎶 Now playing:";
}

#carrossel-onair .direto.offline {
  border-color: #111 !important;
}

#carrossel-onair .direto.offline::after {
  content: "⚠️ OFFLINE";
  color: #666;
}

.cartao-hora {
  position: absolute;
  z-index: 3;
  top: 10px;
  left: 10px;
  padding: 4px 8px;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  font: bold 1em/1;
  text-shadow: -1px 1px 0 rgba(250, 0, 0, 0.9);
  border-radius: 4px;
  pointer-events: none;
}

.posicao-label {
  position: absolute;
  z-index: 3;
  top: 10px;
  left: 10px;
  padding: 4px 8px;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  font: bold 1em/1;
  text-shadow: -1px 1px 0 rgba(250, 0, 0, 0.9);
  border-radius: 4px;
}

.mais {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #333;
  font-size: 30px;
  cursor: pointer;
}

/* /// SECTION: VINYL DECK ANIMATION /// */
.capa-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 150px;
  overflow: hidden;
}

.capa-fundo-desfocada {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  filter: blur(10px);
  transform: scale(1.1);
}

.vinyl-overlay {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 67%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: 150px;
}

.vinyl-animado {
  width: 100%;
  height: 100%;
  object-fit: contain;
  animation: spin 1.818s linear infinite; /* MONITOR: Rotation RPM sync */
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.capa-album-centrada {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px !important;
  height: 150px !important;
  object-fit: cover;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

/* /// SECTION: SOCIAL SIGNAL LINKS /// */
#carrossel-social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
  gap: 40px;
}

#carrossel-social a {
  color: #e0e0e0;
  font-size: 3em;
  text-decoration: none;
  transition: color 0.3s ease;
}

#carrossel-social a:hover {
  color: #fff;
}

/* /// SECTION: STUDIO FOOTER & TRANSMITTER INFO /// */
footer {
  position: relative;
  width: 100%;
  padding: 20px;
  background:
    linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url('/img/cityskyline.png') no-repeat center/cover;
  background-blend-mode: multiply;
  color: #fff;
  text-align: center;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  min-height: 120px;
  max-width: 1080px;
  margin: 0 auto;
}

footer::before,
footer::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, rgba(0, 255, 0, 0) 0, rgba(0, 255, 0, 0.3) 50%, rgba(0, 255, 0, 0) 100%);
}

footer::before {
  top: 0;
}

footer::after {
  bottom: 0;
}

.footer-left,
.footer-right {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 20px 0;
  text-align: left;
}

.footer-logo {
  max-width: 200px;
  height: auto;
  margin-bottom: 10px;
}

.footer-link {
  color: #aaa;
  text-decoration: none;
}

.footer-link:hover {
  color: #fff;
}

/* /// SECTION: NEWS WIRE CARDS /// */
.cartao.noticia {
  color: #fff;
  text-decoration: none;
}

.cartao.noticia .cartao-info h3 {
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  line-height: 1.3em;
  max-height: 2.6em;
}

.cartao.noticia .cartao-info p.link-noticia {
  margin: 0;
  color: #999;
  font-size: 14px;
}

/* /// SECTION: MODAL INTERRUPTS & OVERLAYS /// */
.modal {
  position: fixed; /* MONITOR: Signal priority override */
  z-index: 9;
  top: 0;
  left: 0;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.modal-content {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  width: 40%;
  height: 80%;
  max-width: 40vw;
  max-height: 80vh;
  padding: 20px;
  background: #222;
  border-radius: 10px;
  overflow-y: auto;
}

.modal-content h2 {
  margin-top: 0;
}

.fechar {
  align-self: flex-end;
  margin-top: 20px;
  padding: 5px 10px;
  border: 0;
  background: red;
  color: white;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
}

#modal2-iframe-content {
  width: 100%;
  height: 100%;
  border: 0;
  flex-grow: 1;
}

/* /// SECTION: PROGRAM SCHEDULE GRID /// */
.schedule-table {
  width: 100%;
  margin-top: 20px;
  background-color: #333;
  border-collapse: collapse;
  border-radius: 8px;
  overflow: hidden;
}

.schedule-table th,
.schedule-table td {
  padding: 12px 15px;
  border-bottom: 1px solid #444;
  text-align: left;
}

.schedule-table th {
  background-color: #444;
  color: #fff;
  font-size: 0.9em;
  font-weight: bold;
  text-transform: uppercase;
}

.schedule-table tbody tr:hover {
  background-color: #3a3a3a;
}

.schedule-table tbody tr:last-child td {
  border-bottom: 0;
}

.schedule-table td:first-child {
  color: #ff4d4d;
  font-weight: bold;
}

.schedule-table .day-header {
  margin: 20px 0 10px; 
  padding: 10px 15px;
  background-color: #555;
  color: #fff;
  font-size: 1.1em;
  text-align: center;
  border-radius: 5px;
}

.schedule-table .on-air-row {
  background-color: rgba(0, 255, 0, 0.2);
  border-left: 5px solid #00e600; /* MONITOR: Current time-slot highlight */
  font-weight: bold;
}

.schedule-table .on-air-row td {
  color: #c0ffc0;
}

/* /// SECTION: SIGNAL PEAKS (MEDIA QUERIES) /// */

@media (max-width: 576px) {
  /* MONITOR: Mobile broadcast adjustments */
  body {
    background-size: 15px 15px, 100% 100%;
    font-size: 0.9em;
  }
  header {
    height: auto;
    padding: 0 0 20px;
    box-shadow: 1px 10px 5px -10px rgba(0, 0, 0, 1);
    backdrop-filter: blur(50px);
  }
  .header-content-wrapper {
    width: 100%;
    height: auto;
    max-width: none;
    margin: 0 auto;
    flex-direction: column;
  }
  .weather-container {
    width: 100%;
    flex: 0 0 auto;
    flex-direction: row;
  }
  #weather-display {
    padding: 10px 0;
    flex-direction: row;
    font-size: 1em;
  }
  .weather-icon {
    margin-right: 5px;
  }
  #weather-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #clock-container {
    display: flex;
    align-items: center;
    margin: 0 0 0 20px;
    gap: 10px;
    font-size: 1em;
  }
  .logo-player-container {
    width: 100%;
    flex: 1 1 auto;
    flex-direction: row;
  }
  .header-logo {
    width: 150px;
    height: 57px;
    flex: 1;
    background-size: 150px;
  }
  .player {
    flex: 1;
  }
  #jp_container_1 {
    position: relative;
  }
  .jp-controls {
    margin: 0 0 0 10px;
    width: 45px;
    height: 45px;
  }
  .jp-type-single .jp-controls button {
    width: 45px;
    height: 45px;
  }
  .jp-volume-bar-vertical {
    width: 8px;
    height: 60px;
    margin: 0 0 0 10px;
  }
  .jp-volume-bar-vertical .ui-slider-handle {
    width: 16px;
    height: 16px;
    margin-top: -8px;
  }
  main {
    width: 100%;
    margin: 150px auto 0;
    padding: 0;
  }
  h1 {
    margin: 0 0 10px 20px;
    font-size: 1.5em;
  }
  .coming-up-title {
    margin-left: 1em;
    font-size: 0.8em;
    vertical-align: middle;
  }
  .carrossel {
    margin: 0;
    padding: 0 20px 20px 20px;
    gap: 20px;
    scroll-padding: 0 20px 0 20px; 
  }
  .carrossel::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
  }
  .cartao,
  .mais {
    width: 80vw;
    scroll-snap-align: center;
  }
  .cartao img,
  .mais img {
    height: 150px;
  }
  .cartao-info {
    padding: 8px;
  }
  .cartao h3,
  .mais h3 {
    font-size: 16px;
  }
  .cartao span,
  .cartao p {
    font-size: 12px;
  }
  .cartao-hora,
  .posicao-label,
  .direto::after,
  #carrossel-onair .direto::after {
    padding: 3px 6px;
    font-size: 0.9em;
  }
  .mais {
    font-size: 24px;
  }
  .capa-container {
    height: 150px;
  }
  .vinyl-overlay {
    width: 150px;
    height: 150px;
  }
  .capa-album-centrada {
    width: 150px !important;
    height: 150px !important;
  }
  #carrossel-social {
    gap: 25px;
    justify-content: center;
  }
  #carrossel-social a {
    font-size: 2.5em;
  }
  footer {
	  margin-bottom: 0;
    padding: 15px;
  }
  .footer-container {
    min-height: auto;
    flex-direction: column;
  }
  .footer-left,
  .footer-right {
    padding: 10px 0;
    align-items: center;
    text-align: center;
  }
  .footer-link {
    margin-bottom: 3px;
  }
  .news-ticker-container {
    top: 0;
    border-top: 0;
    border-bottom: 2px solid rgb(26, 26, 26);
  }
  .news-ticker-title {
    padding: 0 5px;
    letter-spacing: -1px;
  }
  .modal-content {
    width: 90%;
    height: 90%;
    max-width: 90vw;
    max-height: 90vh;
    padding: 15px;
  }
  .fechar {
    margin-top: 15px;
  }
  .schedule-table {
    font-size: 0.85em;
  }
  .schedule-table th,
  .schedule-table td {
    padding: 10px 8px;
  }
  .schedule-table .day-header {
    padding: 8px 10px;
    font-size: 1em;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  /* MONITOR: Tablet/Intermediate frequency signal */
  body {
    background-size: 18px 18px, 100% 100%;
    font-size: 0.95em;
  }
  header {
    height: auto;
    padding: 0 0 20px;
    box-shadow: 1px 10px 5px -10px rgba(0, 0, 0, 1);
    backdrop-filter: blur(50px);
  }
  .header-content-wrapper {
    width: 100%;
    height: auto;
    max-width: none;
    margin: 0 auto;
    flex-direction: column;
  }
  .weather-container {
    width: 100%;
    flex: 0 0 auto;
    flex-direction: row;
  }
  #weather-display {
    padding: 10px 0;
    flex-direction: row;
    font-size: 1em;
  }
  .weather-icon {
    margin-right: 5px;
  }
  #weather-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #clock-container {
    display: flex;
    align-items: center;
    margin: 0 0 0 20px;
    gap: 10px;
    font-size: 1em;
  }
  .logo-player-container {
    width: 100%;
    flex: 1 1 auto;
    flex-direction: row;
  }
  .header-logo {
    width: 150px;
    height: 57px;
    flex: 1;
    background-size: 150px;
  }
  .player {
    flex: 1;
  }
  #jp_container_1 {
    position: relative;
  }
  .jp-controls {
    margin: 0 0 0 10px;
    width: 45px;
    height: 45px;
  }
  .jp-type-single .jp-controls button {
    width: 45px;
    height: 45px;
  }
  .jp-volume-bar-vertical {
    width: 8px;
    height: 60px;
    margin: 0 0 0 10px;
  }
  .jp-volume-bar-vertical .ui-slider-handle {
    width: 16px;
    height: 16px;
    margin-top: -8px;
  }
  main {
    width: 100%;
    max-width: 900px;
    margin: 150px auto 0;
    padding: 0 0 0 20px;
  }
  h1 {
    margin-bottom: 12px;
    text-align: left;
    font-size: 1.8em;
  }
  .coming-up-title {
    display: inline;
    margin: 0 0 0 1em;
    text-align: left;
    font-size: 0.75em;
  }
  .carrossel {
    padding: 0 20px 20px 0;
    gap: 30px;
  }
  .cartao,
  .mais {
    width: 280px;
  }
  .cartao img,
  .mais img {
    height: 140px;
  }
  .cartao-info {
    padding: 9px;
  }
  .cartao h3,
  .mais h3 {
    font-size: 17px;
  }
  .cartao span,
  .cartao p {
    font-size: 13px;
  }
  .capa-container {
    height: 140px;
  }
  .vinyl-overlay {
    width: 140px;
    height: 140px;
  }
  .capa-album-centrada {
    width: 140px !important;
    height: 140px !important;
  }
  #carrossel-social {
    gap: 30px;
    justify-content: flex-start;
  }
  #carrossel-social a {
    font-size: 2.8em;
  }
  footer {
    padding: 18px;
  }
  .footer-container {
    min-height: 100px;
    justify-content: space-between;
  }
  .footer-left,
  .footer-right {
    padding: 0 15px;
    align-items: flex-start;
    text-align: left;
  }
  .modal-content {
    width: 60%;
    height: 85%;
    max-width: 60vw;
    max-height: 85vh;
    padding: 18px;
  }
  .schedule-table {
    font-size: 0.9em;
  }
  .schedule-table th,
  .schedule-table td {
    padding: 11px 12px;
  }
  .schedule-table .day-header {
    padding: 9px 12px;
    font-size: 1.05em;
  }
}

@media (min-width: 993px) {
  /* MONITOR: High-fidelity desktop signal */
  main {
    max-width: 1080px;
    padding: 0;
  }
}