.hjo-logo {
  width: 200px;
  height: auto;
  display: block;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: #123f6b;
  font-family: Arial, Helvetica, sans-serif;
  background: #fff;
}

.topbar {
  height: 112px;
  max-width: 1024px;
  margin: auto;
  padding: 0 38px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #163f70;
}

.brand b {
  font: 48px Georgia, serif;
}

.anchor {
  width: 58px;
  height: 58px;
  border-radius: 8px;
  background: #1265ba;
  color: #ffd52f;
  display: grid;
  place-items: center;
  font-size: 30px;
}

.divider {
  width: 1px;
  height: 52px;
  background: #b3cbe0;
}

.top-title {
  font-size: 28px;
  font-weight: 700;
  color: #0d5cae;
}

.settings {
  margin-left: auto;
  border: 0;
  background: none;
  color: #075cae;
  font-size: 31px;
}

.hero {
  height: 285px;
  background: linear-gradient(90deg, #eaf5fc, #fff 55%, #e5f2fb);
  display: flex;
  align-items: center;
}

.hero > div {
  width: min(850px, calc(100% - 48px));
  margin: auto;
}

.hero h1 {
  margin: 0 0 10px;
  font-size: 58px;
  letter-spacing: -2px;
  color: #0b4178;
}

.hero p {
  margin: 0;
  font-size: 27px;
  color: #31587d;
}

.live {
  margin-top: 18px;
  font-size: 15px;
  color: #3173a8;
}

.live span {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #1ba65c;
  margin-right: 7px;
}

.status {
  margin: 16px 0 0;
  color: #66839d;
  font-size: 14px;
  text-align: right;
}

main {
  width: min(850px, calc(100% - 48px));
  margin: 46px auto 70px;
}

.tabs {
  height: 64px;
  border: 1.5px solid #76b8ee;
  border-radius: 34px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1.3fr 1fr;
}

.tabs button {
  border: 0;
  border-right: 1px solid #a6cdf0;
  background: #fff;
  color: #0b5cad;
  font-size: 20px;
}

.tabs button.active {
  background: #176dbd;
  color: #fff;
  font-weight: 700;
}

.my-schools {
  margin-top: 40px;
}

.label {
  font-weight: 800;
  font-size: 18px;
  color: #47647f;
  margin-bottom: 12px;
}

.picker {
  width: 100%;
  height: 72px;
  border: 1.5px solid #76b8ee;
  border-radius: 18px;
  background: #fff;
  color: #0a5baa;
  font-size: 22px;
  font-weight: 700;
  padding: 0 26px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.picker span:last-child {
  font-size: 32px;
}

.panel {
  display: none;
  margin-top: 8px;
  padding: 12px;
  border: 1px solid #b9d8f2;
  border-radius: 15px;
  box-shadow: 0 10px 30px #0a4b7d18;
}

.panel.open {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.panel label {
  padding: 9px;
}

.panel input {
  accent-color: #1268b6;
}

.menu {
  border: 1.5px solid #acd2f2;
  border-radius: 18px;
  overflow: hidden;
  margin-top: 26px;
}

.head {
  padding: 23px 30px;
  background: #f3f9fe;
  border-bottom: 1px solid #d7e9f8;
  display: flex;
  justify-content: space-between;
}

.head h2 {
  margin: 0;
  color: #075cae;
}

.head p {
  margin: 5px 0 0;
  color: #55708a;
}

.day {
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 24px;
  padding: 19px 30px;
  border-bottom: 1px solid #d8e8f5;
  font-size: 20px;
  line-height: 1.45;
}

.day:last-child {
  border: 0;
}

.today {
  background: #eef7ff;
}

.date {
  font-weight: 600;
  color: #075cae;
}

.meal {
  color: #173f68;
}

.all {
  display: block;
  margin: 30px auto;
  border: 1.5px solid #176dbd;
  border-radius: 28px;
  background: #fff;
  color: #0a5eae;
  padding: 13px 26px;
  font-size: 18px;
}

footer {
  text-align: center;
  padding: 45px 20px;
  background: #edf6fd;
  color: #5c7690;
  font-size: 14px;
}

footer a {
  color: #1266b1;
}

@media (max-width: 700px) {
  .topbar {
    height: 78px;
    padding: 0 16px;
    gap: 12px;
  }

  .brand b {
    font-size: 31px;
  }

  .anchor {
    width: 39px;
    height: 39px;
    font-size: 21px;
  }

  .divider {
    height: 38px;
  }

  .top-title {
    font-size: 19px;
  }

  .hero {
    height: 220px;
  }

  .hero h1 {
    font-size: 40px;
  }

  .hero p {
    font-size: 20px;
  }

  main {
    width: calc(100% - 28px);
    margin: 28px auto 50px;
  }

  .tabs {
    height: 54px;
  }

  .tabs button {
    font-size: 14px;
  }

  .my-schools {
    margin-top: 28px;
  }

  .picker {
    height: 60px;
    font-size: 17px;
  }

  .panel.open {
    grid-template-columns: 1fr;
  }

  .day {
    grid-template-columns: 95px 1fr;
    gap: 12px;
    padding: 15px 17px;
    font-size: 16px;
  }

  .head {
    padding: 18px;
  }

  .head h2 {
    font-size: 19px;
  }

  .status {
    text-align: left;
  }
}