@font-face {
  font-family: "Departure Mono";
  src: url(/assets/DepartureMono-Regular-41253d259e995fcba30b2c32fffa8cbe21fdcd78713afbdea262bcaecccd0f12.woff2) format("woff2");
  font-display: swap;
}
body.cv-layout {
  margin: 0;
  min-height: 100%;
  background: #fff9e6;
  overflow-x: hidden;
}
@font-face {
  font-family: Barlow;
  src: url(/assets/barlow/barlow-latin-400-normal-bc24aae87eb2414407a426d240eb5edc3045e4e7178be084f47aad16cb5de0fa.woff2)
    format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Barlow;
  src: url(/assets/barlow/barlow-latin-500-normal-0dd64ea0829baaae019cb4e688d4689a698486d5b405ac8e0c46b6097a1368df.woff2)
    format("woff2");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: Barlow;
  src: url(/assets/barlow/barlow-latin-600-normal-c2b7c1c48b4b53cecbf859ad95d92b53d5ac782861e4af6e9408adab0e77b655.woff2)
    format("woff2");
  font-weight: 600;
  font-display: swap;
}
.cv-app {
  --cv-paper: #fff9e6;
  --cv-green: #2d8053;
  --cv-line: #eaddb7;
  --cv-muted: #686a5a;
  font:
    18px/1.3 Barlow,
    sans-serif;
  color: #172320;
  background: var(--cv-paper);
  height: 100dvh;
  width: 100%;
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-rows: 190px minmax(0, 1fr) auto;
  position: relative;
  isolation: isolate;
}
.cv-app * {
  box-sizing: border-box;
}
.cv-app [hidden] {
  display: none !important;
}
.cv-app h1,
.cv-app h2,
.cv-app h3,
.cv-app p {
  margin: 0;
}
.cv-app button {
  font: inherit;
  color: inherit;
  background: transparent;
  border: 0;
  cursor: pointer;
  touch-action: manipulation;
  text-align: left;
}
.cv-app button:focus-visible,
.cv-app a:focus-visible {
  outline: 3px solid #4479de;
  outline-offset: 3px;
}
.cv-app button:disabled {
  opacity: 0.45;
  cursor: default;
}
.cv-app img {
  object-fit: contain;
  display: block;
}
.cv-app h1 {
  font:
    34px/1.25 "Departure Mono",
    monospace;
  letter-spacing: -1.5px;
}
.cv-app h2 {
  font-family: Barlow, sans-serif;
  font-size: 28px;
  line-height: 1.15;
  font-weight: 500;
  overflow-wrap: anywhere;
}
.cv-app h3 {
  font-family: Barlow, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.15;
}
.cv-village {
  position: relative;
  min-height: 0;
}
.cv-village-image {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  object-position: center 55%;
  image-rendering: pixelated;
}
.cv-clock {
  position: absolute;
  right: 22px;
  top: 18px;
  background: #fffbed;
  border: 1px solid #b6b795;
  border-radius: 15px;
  padding: 10px 16px;
  text-align: center;
  font-size: 26px;
  line-height: 1.2;
  white-space: pre-line;
  box-shadow: 0 2px 2px #112b2010;
}
.cv-clock small {
  display: block;
  font-size: 18px;
}
.cv-panels {
  min-height: 0;
  position: relative;
}
.cv-panel {
  height: 100%;
  padding: 24px 38px;
  overflow: auto;
  scrollbar-width: thin;
}
.cv-panel[data-view="today"],
.cv-panel[data-view="tomorrow"] {
  scrollbar-width: none;
  overscroll-behavior-y: contain;
}
.cv-panel[data-view="today"]::-webkit-scrollbar,
.cv-panel[data-view="tomorrow"]::-webkit-scrollbar {
  display: none;
}
.cv-panel[tabindex]:focus-visible {
  outline: 3px solid #4479de;
  outline-offset: -3px;
}
.cv-heading {
  padding: 2px 0 20px;
}
.cv-heading > p {
  font-size: 25px;
  color: var(--cv-green);
  margin-top: 9px;
}
.cv-day-header {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px dashed #d5c797;
  margin-bottom: 8px;
}
.cv-day-header .cv-heading {
  padding-top: 6px;
}
.cv-weather {
  display: flex;
  gap: 10px;
  min-width: 200px;
  padding-bottom: 14px;
  font-size: 18px;
}
.cv-weather > img {
  width: 50px;
  height: 50px;
}
.cv-weather p + p {
  margin-top: 4px;
}
.cv-temperature strong {
  font:
    30px "Departure Mono",
    monospace;
}
.cv-compact .cv-weather {
  font-size: 16px;
}
.cv-compact .cv-day-header {
  align-items: center;
}
.cv-compact .cv-weather p:nth-child(n + 4) {
  display: none;
}
.cv-compact .cv-heading h1 {
  font-size: 30px;
}
.cv-compact .cv-heading > p {
  font-size: 22px;
}
.cv-compact .cv-heading {
  padding-bottom: 12px;
}
.cv-units {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.cv-unit {
  flex-shrink: 0;
  min-width: 0;
}
.cv-event {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr) 112px;
  gap: 17px;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid var(--cv-line);
  min-height: 100px;
}
.cv-event-time {
  font-size: 25px;
  border-right: 3px solid #7fac65;
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
  align-items: baseline;
  padding: 8px 8px 8px 0;
  line-height: 1.15;
}
.cv-event-time small {
  font-size: 16px;
}
.cv-event-status {
  width: 100%;
  font-size: 16px;
}
.cv-event-copy > button:first-child {
  padding: 0;
  width: 100%;
}
.cv-event-copy > p {
  font-size: 19px;
  margin-top: 7px;
}
.cv-event-art {
  width: 112px;
  height: 86px;
  image-rendering: pixelated;
}
.cv-event.cv-past {
  color: #737868;
}
.cv-event.cv-next .cv-event-time {
  color: #4576de;
  border-color: #4576de;
}
.cv-event.cv-now .cv-event-time {
  color: var(--cv-green);
}
.cv-all-day {
  min-height: 64px;
  padding: 10px 0;
  grid-template-columns: 112px minmax(0, 1fr) 42px;
}
.cv-all-day .cv-event-time {
  font-size: 18px;
  border: 0;
}
.cv-all-day h2 {
  font-size: 23px;
}
.cv-all-day img {
  width: 42px;
  height: 42px;
}
.cv-solar {
  min-height: 85px;
}
.cv-solar h2 {
  font-size: 25px;
  color: #726243;
}
.cv-solar .cv-event-art {
  height: 64px;
}
.cv-school {
  background: #eff1dc;
  border-bottom: 1px solid #d5ddbd;
  padding: 12px 16px;
}
.cv-school > p {
  font-size: 17px;
  color: var(--cv-green);
  margin-bottom: 4px;
}
.cv-school > button {
  font-size: 21px;
  font-weight: 500;
  width: 100%;
  padding: 0;
}
.cv-school + .cv-school {
  margin-bottom: 8px;
}
.cv-attendees {
  color: var(--cv-green);
  font-size: 16px !important;
}
.cv-notice {
  padding: 22px 0;
  color: var(--cv-muted);
}
.cv-overflow-details {
  display: none;
}
.cv-unit.cv-summary .cv-event-copy h2,
.cv-unit.cv-summary .cv-event-copy > p,
.cv-unit.cv-summary.cv-school > button {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.cv-unit.cv-summary .cv-overflow-details {
  display: block;
  font-size: 18px;
  color: var(--cv-green);
  text-decoration: underline;
  margin-top: 7px;
}
.cv-unit.cv-scroll-unit {
  overflow: auto;
  min-height: 0 !important;
}
.cv-clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.cv-footer {
  border-top: 1px solid #e4d8b7;
  border-radius: 16px 16px 0 0;
  background: #fffced;
  padding: 0 28px max(8px, env(safe-area-inset-bottom));
  box-shadow: 0 -3px 15px #80683108;
  z-index: 2;
}
.cv-footer nav {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  height: 65px;
  gap: 8px;
  border-bottom: 1px solid var(--cv-line);
}
.cv-footer nav button {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  gap: 1px;
}
.cv-footer nav button > span {
  font-size: 25px;
  line-height: 1;
}
.cv-footer nav button[aria-current] {
  color: var(--cv-green);
  background: #f0f3df;
  border-radius: 8px 8px 0 0;
}
.cv-controls {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 9px;
  font-size: 16px;
  min-height: 40px;
}
.cv-controls button {
  min-height: 44px;
  min-width: 44px;
  text-align: center;
}
.cv-controls progress {
  flex: 1;
  min-width: 20px;
  height: 6px;
  accent-color: #61986d;
}
.cv-controls button[data-calendar-display-target="play"] {
  background: #e7efd6;
  border-radius: 7px;
  padding: 6px 12px;
}
.cv-status {
  font-size: 15px;
  color: var(--cv-muted);
  min-height: 0;
}
.cv-status:not(:empty) {
  padding-top: 5px;
}
.cv-countdown-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.cv-countdown {
  border: 1px solid #ead5a6;
  background: #fff0cf;
  border-radius: 18px;
  overflow: hidden;
}
.cv-countdown:nth-child(2n) {
  background: #edf0df;
}
.cv-countdown > button {
  width: 100%;
  padding: 16px 22px;
}
.cv-countdown img {
  width: 100%;
  height: 180px;
  image-rendering: pixelated;
}
.cv-countdown h2 {
  font-size: 27px;
  margin: 8px 0;
}
.cv-countdown .cv-days {
  color: #b67266;
  font-size: 22px;
}
.cv-countdown .cv-days strong {
  font:
    46px "Departure Mono",
    monospace;
}
.cv-featured {
  text-align: center;
}
.cv-featured .cv-countdown {
  border: 0;
  background: transparent;
}
.cv-featured .cv-countdown > button {
  text-align: center;
}
.cv-featured .cv-countdown img {
  height: clamp(180px, 35vh, 400px);
  order: 4;
}
.cv-featured .cv-countdown > button {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cv-featured .cv-countdown h2 {
  font:
    40px/1.2 "Departure Mono",
    monospace;
  margin: 18px 0;
}
.cv-featured .cv-days strong {
  font-size: 70px;
}
.cv-feature-link {
  display: block;
  margin: 10px 0;
  color: var(--cv-green) !important;
  text-decoration: underline;
}
.cv-table-scroll {
  overflow: auto;
}
.cv-forecast table {
  width: 100%;
  min-width: 580px;
  border-collapse: collapse;
  font-size: 19px;
}
.cv-forecast caption {
  text-align: left;
  color: var(--cv-muted);
  padding: 10px 0;
  font-size: 17px;
}
.cv-forecast th {
  text-align: left;
  font-weight: 500;
}
.cv-forecast thead {
  font-size: 17px;
  color: var(--cv-muted);
}
.cv-forecast td,
.cv-forecast th {
  padding: 12px 7px;
  border-bottom: 1px solid var(--cv-line);
}
.cv-forecast tbody th strong {
  font-size: 25px;
}
.cv-forecast tbody span {
  display: block;
  font-size: 17px;
  margin-top: 4px;
}
.cv-forecast tbody td:nth-child(2) > img {
  display: inline-block;
  vertical-align: middle;
}
.cv-forecast tbody td:nth-child(2) > span {
  display: inline;
}
.cv-attribution {
  font-size: 16px;
  color: var(--cv-muted);
  padding-top: 18px;
}
.cv-social-card {
  border: 1px solid var(--cv-line);
  background: #fffbef;
  border-radius: 15px;
  padding: 14px 20px;
  margin-bottom: 12px;
}
.cv-creator {
  display: flex;
  align-items: center;
  gap: 12px;
}
.cv-avatar {
  width: 43px;
  height: 43px;
  flex-shrink: 0;
  border: 1px solid #b67b83;
  border-radius: 10px;
  background: #efd4dc;
  color: #905969;
  display: grid !important;
  place-items: center;
  font:
    17px "Departure Mono",
    monospace;
}
.cv-creator > div:first-of-type {
  min-width: 0;
  flex: 1;
}
.cv-creator h2 {
  font-size: 20px;
  overflow-wrap: anywhere;
}
.cv-creator > div > p {
  font-size: 16px;
  color: var(--cv-muted);
}
.cv-count {
  text-align: right;
}
.cv-count strong {
  font:
    29px "Departure Mono",
    monospace;
  color: var(--cv-green);
}
.cv-count span {
  display: block;
  font-size: 16px;
  color: var(--cv-muted);
}
.cv-post {
  display: flex;
  gap: 16px;
  margin-top: 9px !important;
  padding-top: 9px !important;
  border-top: 1px solid #ede7d4 !important;
  width: 100%;
}
.cv-post > img {
  width: 126px;
  height: 72px;
  object-fit: cover;
  border-radius: 8px;
  flex-shrink: 0;
}
.cv-post > div {
  min-width: 0;
}
.cv-post-meta {
  font-size: 16px;
  color: var(--cv-muted);
  margin-bottom: 4px !important;
}
.cv-post .cv-clamp {
  font-size: 18px;
}
.cv-stale {
  font-size: 16px;
  color: #856326;
  margin-top: 5px !important;
}
.cv-dialog {
  margin: auto;
  width: min(600px, calc(100vw - 32px));
  max-height: calc(100dvh - 32px);
  overflow: auto;
  padding: 32px;
  border: 1px solid #d4bd8b;
  border-radius: 20px;
  background: var(--cv-paper);
  color: inherit;
}
.cv-dialog::backdrop {
  background: #16322188;
}
.cv-dialog-close {
  position: absolute;
  right: 15px;
  top: 6px;
  font-size: 32px !important;
  padding: 8px !important;
}
.cv-dialog img {
  width: 100%;
  height: 230px;
  margin: 20px 0;
}
.cv-dialog h2 {
  font-size: 32px;
  margin: 16px 0;
}
.cv-dialog p {
  margin: 10px 0;
}
.cv-detail-text {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
.cv-dialog a {
  display: block;
  color: var(--cv-green);
  padding-top: 15px;
  text-decoration: underline;
}
.cv-measure {
  position: absolute;
  visibility: hidden;
  pointer-events: none;
  inset: 0;
  overflow: hidden;
  z-index: -1;
}
@media (max-width: 649px) {
  .cv-app {
    font-size: 16px;
    grid-template-rows: 140px minmax(0, 1fr) auto;
  }
  .cv-panel {
    padding: 18px;
  }
  .cv-app h1 {
    font-size: 25px;
  }
  .cv-day-header {
    display: block;
  }
  .cv-heading > p {
    font-size: 21px;
  }
  .cv-weather {
    font-size: 16px;
    padding-bottom: 10px;
    min-width: 0;
  }
  .cv-weather > div {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 10px;
  }
  .cv-weather p {
    margin: 0 !important;
  }
  .cv-weather p:nth-child(n + 5) {
    display: none;
  }
  .cv-weather > img {
    width: 35px;
    height: 35px;
  }
  .cv-temperature strong {
    font-size: 22px;
  }
  .cv-event {
    grid-template-columns: 72px minmax(0, 1fr) 65px;
    gap: 10px;
    min-height: 90px;
    padding: 12px 0;
  }
  .cv-event-time {
    font-size: 21px;
  }
  .cv-event-time small {
    font-size: 16px;
  }
  .cv-app h2 {
    font-family: Barlow, sans-serif;
    font-size: 23px;
  }
  .cv-event-art {
    width: 65px;
    height: 65px;
  }
  .cv-school > button {
    font-size: 19px;
  }
  .cv-footer {
    padding-left: 12px;
    padding-right: 12px;
  }
  .cv-footer nav {
    gap: 3px;
  }
  .cv-footer nav button {
    font-size: 13px;
  }
  .cv-controls {
    gap: 4px;
    font-size: 14px;
  }
  .cv-clock {
    font-size: 21px;
    top: 12px;
    right: 14px;
    padding: 8px 12px;
  }
  .cv-clock small {
    font-size: 16px;
  }
  .cv-countdown-grid {
    gap: 12px;
  }
  .cv-countdown > button {
    padding: 12px;
  }
  .cv-countdown img {
    height: 130px;
  }
  .cv-countdown .cv-days strong {
    font-size: 35px;
  }
  .cv-countdown h2 {
    font-size: 23px;
  }
  .cv-featured .cv-countdown h2 {
    font-size: 30px;
  }
  .cv-social-card {
    padding: 12px;
  }
  .cv-creator {
    gap: 8px;
  }
  .cv-avatar {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
  .cv-creator h2 {
    font-size: 16px;
  }
  .cv-count strong {
    font-size: 23px;
  }
  .cv-count span {
    font-size: 13px;
  }
  .cv-post > img {
    width: 90px;
    height: 65px;
  }
  .cv-post {
    gap: 10px;
  }
  .cv-post-meta {
    font-size: 14px;
  }
  .cv-post .cv-clamp {
    font-size: 16px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .cv-app * {
    animation: none !important;
    transition: none !important;
  }
}

.cv-footer nav img {
  height: 25px;
  width: 25px;
}
.cv-event-time .cv-end-time {
  width: 100%;
  font-size: 16px;
  color: var(--cv-muted);
}
.cv-attendees {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.cv-attendees img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  object-fit: cover;
}
@media (max-width: 649px) {
  .cv-controls {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) 44px 80px;
    text-align: center;
  }
  .cv-controls progress {
    grid-row: 2;
    grid-column: 1/-1;
    width: 100%;
  }
  .cv-controls button[data-calendar-display-target="next"] {
    grid-row: 3;
    grid-column: 1/4;
  }
  .cv-controls button[data-calendar-display-target="play"] {
    grid-row: 3;
    grid-column: 4;
  }
  .cv-controls button[data-calendar-refresh-target="button"] {
    grid-row: 1;
    grid-column: 4;
  }
}

.cv-school-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-bottom: 8px;
}
.cv-school-pair > .cv-school {
  margin: 0;
}
.cv-countdown-teaser {
  padding: 16px 0 !important;
  min-height: 52px;
}
.cv-stale {
  grid-column: 1/-1;
}
.cv-weather-details {
  min-height: 44px;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-size: 16px;
  color: var(--cv-green);
  padding: 4px 0;
}
