.koko-home {
  overflow: hidden;
}

.daily-hero {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  color: #201725;
  background: #f7f3fb;
  border-bottom: 1px solid #e7deed;
}

.daily-hero::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 39%;
  height: 100%;
  background: #7734bd;
  content: "";
}

.daily-hero::after {
  display: none;
}

.daily-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 650px;
  grid-template-columns: 57% 43%;
  align-items: center;
}

.hero-editorial {
  padding: 68px 70px 68px 0;
}

.hero-stamp {
  display: inline-flex;
  min-height: 34px;
  padding: 6px 10px;
  align-items: center;
  gap: 8px;
  color: #4b3e51;
  background: #ffffff;
  border: 1px solid #dcd2e1;
  font-size: 12px;
  font-weight: 700;
}

.hero-stamp time {
  padding-left: 8px;
  color: var(--primary-deep);
  border-left: 1px solid #dcd2e1;
  font-family: KokoDisplay, "Microsoft YaHei", sans-serif;
}

.stamp-dot,
.daily-signal p > span,
.footer-live > span,
.footer-bottom i {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  background: var(--coral);
  border-radius: 50%;
}

.hero-kicker {
  margin: 34px 0 9px;
  color: var(--primary);
  font-size: 12px;
  font-weight: 800;
}

.hero-editorial h1 {
  margin: 0;
  font-family: KokoDisplay, "Microsoft YaHei", sans-serif;
  font-size: 62px;
  line-height: 1.13;
}

.hero-editorial h1 em {
  color: var(--coral);
  font-style: normal;
}

.hero-copy {
  max-width: 600px;
  margin: 22px 0 0;
  color: #625a68;
  font-size: 16px;
  line-height: 1.95;
}

.hero-actions {
  display: flex;
  margin-top: 27px;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.button-primary {
  background: var(--coral);
}

.button-plain {
  color: var(--ink);
  background: transparent;
  border: 1px solid #cfc4d4;
}

.button-plain:hover {
  color: var(--primary-deep);
  background: #ffffff;
  border-color: var(--primary);
}

.hero-frequency {
  display: flex;
  margin-top: 43px;
  gap: 0;
}

.hero-frequency > span {
  display: grid;
  min-width: 150px;
  padding: 0 20px;
  grid-template-columns: 26px 1fr;
  align-items: center;
  gap: 9px;
  color: var(--coral);
  border-left: 1px solid #d8cedd;
  font-family: KokoDisplay, "Microsoft YaHei", sans-serif;
  font-size: 13px;
}

.hero-frequency > span:first-child {
  padding-left: 0;
  border-left: 0;
}

.hero-frequency small {
  color: #706677;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.hero-player {
  position: relative;
  display: flex;
  min-height: 650px;
  padding: 45px 0 40px 64px;
  align-items: center;
  justify-content: center;
}

.phone-stage {
  position: relative;
  z-index: 2;
  width: 300px;
  height: 570px;
  padding: 9px;
  overflow: hidden;
  background: #17121b;
  border: 1px solid rgba(255, 255, 255, .4);
  border-radius: 7px;
  box-shadow: 12px 16px 0 #542087;
}

.phone-stage img {
  width: 100%;
  height: 100%;
  border-radius: 3px;
  object-fit: cover;
  object-position: top center;
}

.player-orbit {
  position: absolute;
  z-index: 3;
  display: none;
  width: 64px;
  height: 64px;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 50%;
  font-family: KokoDisplay, "Microsoft YaHei", sans-serif;
  font-size: 11px;
}

.orbit-coral {
  top: 62px;
  left: 18px;
  background: var(--coral);
  transform: rotate(-12deg);
}

.orbit-mint {
  right: -12px;
  bottom: 98px;
  color: #ffffff;
  background: var(--primary-deep);
  transform: rotate(9deg);
}

.now-playing {
  position: absolute;
  right: -38px;
  bottom: 54px;
  z-index: 4;
  display: grid;
  width: 310px;
  min-height: 74px;
  padding: 13px 15px;
  grid-template-columns: 36px minmax(0, 1fr) 30px;
  align-items: center;
  gap: 11px;
  color: #ffffff;
  background: #201725;
  border-left: 4px solid var(--coral);
  box-shadow: 0 15px 35px rgba(20, 12, 28, .28);
}

.now-playing small,
.now-playing strong {
  display: block;
}

.now-playing small {
  color: #ded1e5;
  font-size: 11px;
}

.now-playing strong {
  margin-top: 2px;
  font-size: 13px;
}

.now-playing > b {
  display: flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: var(--coral);
  border-radius: 50%;
  font-size: 11px;
}

.sound-bars {
  display: flex;
  height: 30px;
  align-items: center;
  justify-content: center;
  gap: 3px;
}

.sound-bars i {
  width: 3px;
  background: #ffffff;
}

.sound-bars i:nth-child(1) { height: 10px; }
.sound-bars i:nth-child(2) { height: 23px; }
.sound-bars i:nth-child(3) { height: 17px; }
.sound-bars i:nth-child(4) { height: 27px; }

.update-ticker {
  display: grid;
  min-height: 58px;
  grid-template-columns: auto 1fr auto;
  align-items: stretch;
  color: #ffffff;
  background: #201725;
}

.ticker-label,
.ticker-more {
  display: flex;
  padding: 0 28px;
  align-items: center;
  font-size: 12px;
  font-weight: 800;
}

.ticker-label {
  gap: 8px;
  background: var(--primary);
}

.ticker-label span {
  width: 7px;
  height: 7px;
  background: #ffffff;
  border-radius: 50%;
}

.ticker-more {
  color: #ffffff;
  background: var(--coral);
}

.ticker-track {
  display: flex;
  padding: 0 20px;
  align-items: center;
  justify-content: space-around;
  overflow: hidden;
}

.ticker-track a {
  position: relative;
  padding: 7px 16px;
  color: #d8cddc;
  font-size: 12px;
  white-space: nowrap;
}

.ticker-track a::after {
  position: absolute;
  top: 50%;
  right: -3px;
  width: 3px;
  height: 3px;
  background: #76687c;
  border-radius: 50%;
  content: "";
}

.ticker-track a:hover {
  color: #ffffff;
}

.daily-desk {
  padding: 90px 0 100px;
  background: #ffffff;
}

.desk-heading {
  display: grid;
  margin-bottom: 34px;
  grid-template-columns: 86px minmax(0, 1fr) auto;
  align-items: end;
  gap: 22px;
}

.date-block {
  display: flex;
  width: 76px;
  height: 86px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: var(--primary);
}

.date-block b {
  font-family: KokoDisplay, "Microsoft YaHei", sans-serif;
  font-size: 37px;
  line-height: 1;
}

.date-block span {
  margin-top: 6px;
  color: #e3caef;
  font-size: 11px;
}

.desk-heading h2,
.channel-intro h2,
.clock-title h2,
.console-copy h2,
.news-pulse h2,
.faq-sticky h2 {
  margin: 0;
  font-family: KokoDisplay, "Microsoft YaHei", sans-serif;
  font-size: 34px;
  line-height: 1.35;
}

.desk-heading p:not(.eyebrow),
.clock-title p,
.news-pulse header > p:not(.eyebrow),
.faq-sticky > p:not(.eyebrow) {
  margin: 5px 0 0;
  color: var(--muted);
}

.desk-all {
  padding-bottom: 6px;
  color: var(--primary-deep);
  border-bottom: 2px solid var(--coral);
  font-size: 13px;
  font-weight: 700;
}

.desk-all span {
  margin-left: 12px;
}

.daily-feed {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(320px, .7fr);
  grid-template-rows: repeat(6, minmax(76px, auto));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.daily-story {
  min-width: 0;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.daily-story:first-child {
  grid-row: 1 / 7;
  background: #f6f3f8;
}

.daily-story > a {
  display: grid;
  height: 100%;
  min-height: 76px;
  padding: 14px 17px;
  grid-template-columns: 30px minmax(0, 1fr) 24px;
  align-items: center;
  gap: 10px;
}

.daily-story:first-child > a {
  position: relative;
  min-height: 510px;
  padding: 42px;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto 1fr auto;
  overflow: hidden;
  align-items: start;
}

.daily-story:first-child > a::after {
  position: absolute;
  z-index: 0;
  inset: 0;
  display: block;
  background: linear-gradient(180deg, rgba(32, 23, 37, .36), rgba(32, 23, 37, .86));
  content: "";
}

.daily-story:first-child > a::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  background-image: var(--story-image);
  background-position: center;
  background-size: cover;
  content: "";
  opacity: .58;
}

.story-index {
  color: var(--coral);
  font-family: KokoDisplay, "Microsoft YaHei", sans-serif;
  font-size: 12px;
}

.daily-story:first-child .story-index {
  z-index: 1;
  color: #ffffff;
  font-size: 14px;
}

.story-copy {
  min-width: 0;
}

.daily-story:first-child .story-copy {
  z-index: 1;
  grid-column: 1 / -1;
  align-self: end;
  max-width: 82%;
  color: #ffffff;
}

.daily-story:first-child .program-meta {
  color: rgba(255, 255, 255, .76) !important;
}

.story-copy h3 {
  margin: 2px 0;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.5;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.story-copy > p:last-child {
  display: none;
  margin: 9px 0 0;
  color: var(--muted);
}

.daily-story:first-child .story-copy h3 {
  margin: 9px 0 12px;
  overflow: visible;
  font-family: KokoDisplay, "Microsoft YaHei", sans-serif;
  font-size: 31px;
  line-height: 1.45;
  white-space: normal;
}

.daily-story:first-child .story-copy > p:last-child {
  color: rgba(255, 255, 255, .82);
}

.daily-story:first-child .story-copy > p:last-child {
  display: block;
  font-size: 14px;
  line-height: 1.85;
}

.story-arrow {
  color: #9c929f;
  font-size: 14px;
  text-align: right;
}

.daily-story:first-child .story-arrow {
  z-index: 1;
  grid-column: 2;
  color: var(--coral);
  font-size: 24px;
}

.daily-story:hover {
  background: #faf8fb;
}

.daily-story:first-child:hover {
  background: #eee6f4;
}

.channel-board {
  padding: 96px 0;
  color: #ffffff;
  background: #201725;
}

.channel-layout {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 70px;
  align-items: center;
}

.channel-intro {
  max-width: 390px;
}

.channel-intro .eyebrow {
  color: #ff8da5;
}

.channel-intro h2 {
  font-size: 37px;
}

.channel-intro > p:not(.eyebrow) {
  margin: 18px 0 20px;
  color: #bfb3c4;
  line-height: 1.9;
}

.channel-intro .text-link {
  color: #ff86a0;
}

.channel-matrix {
  display: grid;
  min-height: 500px;
  grid-template-columns: 1.1fr .9fr;
  grid-template-rows: 1.1fr .9fr;
  gap: 8px;
}

.channel {
  position: relative;
  display: flex;
  min-width: 0;
  padding: 27px;
  overflow: hidden;
  flex-direction: column;
  justify-content: flex-end;
  color: #ffffff;
}

.channel::before {
  display: none;
}

.channel > span,
.channel small {
  display: block;
  font-size: 12px;
}

.channel > span {
  margin-bottom: auto;
  font-weight: 700;
}

.channel strong {
  font-family: KokoDisplay, "Microsoft YaHei", sans-serif;
  font-size: 31px;
}

.channel small {
  margin-top: 3px;
  opacity: .82;
}

.channel > b {
  position: absolute;
  right: 26px;
  bottom: 25px;
}

.channel-drama {
  color: #ffffff;
  background: var(--primary);
}

.channel-book {
  color: #ffffff;
  background: #5c287f;
}

.channel-radio {
  color: #ffffff;
  background: #3a2d3e;
}

.channel-news {
  color: #ffffff;
  background: #2d242f;
}

.channel:hover {
  color: #ffffff;
  filter: brightness(1.06);
}

.listening-clock {
  padding: 70px 0;
  background: #f5f6f8;
  border-bottom: 1px solid var(--line);
}

.clock-grid {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 55px;
  align-items: center;
}

.clock-line {
  position: relative;
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
}

.clock-line::before {
  position: absolute;
  top: 33px;
  right: 8%;
  left: 8%;
  height: 1px;
  background: #cfc8d3;
  content: "";
}

.clock-line li {
  position: relative;
  text-align: center;
}

.clock-line li::before {
  position: absolute;
  top: 29px;
  left: calc(50% - 5px);
  z-index: 1;
  width: 10px;
  height: 10px;
  background: #ffffff;
  border: 3px solid var(--primary);
  border-radius: 50%;
  content: "";
}

.clock-line li:nth-child(2)::before { border-color: var(--coral); }
.clock-line li:nth-child(3)::before { border-color: var(--primary); }
.clock-line li:nth-child(4)::before { border-color: #201725; }

.clock-line time {
  color: var(--primary-deep);
  font-family: KokoDisplay, "Microsoft YaHei", sans-serif;
  font-size: 14px;
}

.clock-line div {
  padding-top: 28px;
}

.clock-line b,
.clock-line span {
  display: block;
}

.clock-line b {
  font-size: 14px;
}

.clock-line span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
}

.app-console {
  padding: 100px 0;
  background: #ffffff;
}

.console-grid {
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  gap: 90px;
  align-items: center;
}

.console-visual {
  position: relative;
  height: 560px;
  overflow: hidden;
  background: #f4f2f5;
}

.console-visual::after {
  display: none;
}

.console-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.console-note {
  position: absolute;
  top: 22px;
  left: 0;
  z-index: 2;
  padding: 8px 12px;
  color: #ffffff;
  background: #201725;
  font-size: 11px;
  font-weight: 700;
}

.console-copy {
  max-width: 570px;
}

.console-copy h2 {
  font-size: 39px;
}

.console-copy > p:not(.eyebrow) {
  margin: 20px 0 26px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.95;
}

.console-copy ul {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.console-copy li {
  display: grid;
  padding: 13px 0;
  grid-template-columns: 55px 1fr;
  gap: 20px;
  border-bottom: 1px solid var(--line);
}

.console-copy li b {
  color: var(--coral);
}

.console-copy li span {
  color: #5e5663;
}

.console-links {
  display: flex;
  margin-top: 28px;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
}

.listener-reviews {
  padding: 92px 0 98px;
  background: #f5f6f8;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.reviews-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 34px;
}

.reviews-heading h2 {
  margin: 7px 0 0;
  font-size: 39px;
}

.reviews-heading > p {
  max-width: 330px;
  margin: 0 0 3px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.review-card {
  position: relative;
  display: flex;
  min-height: 286px;
  padding: 28px 27px 24px;
  flex-direction: column;
  justify-content: space-between;
  background: #ffffff;
  border: 1px solid #e2dce6;
  border-radius: 6px;
}

.review-card-dark {
  color: #ffffff;
  background: var(--dark);
  border-color: var(--dark);
}

.review-mark {
  color: var(--coral);
  font-family: Georgia, serif;
  font-size: 58px;
  line-height: .7;
}

.review-card blockquote {
  margin: 4px 0 22px;
  font-size: 15px;
  line-height: 1.9;
}

.review-card footer {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 5px 12px;
  border-top: 1px solid var(--line);
  padding-top: 15px;
}

.review-card-dark footer {
  border-top-color: rgba(255, 255, 255, .2);
}

.review-card footer strong,
.review-card footer span {
  display: block;
}

.review-card footer strong {
  font-size: 13px;
}

.review-card footer span {
  color: var(--muted);
  font-size: 11px;
}

.review-card-dark footer span {
  color: #c8b9d0;
}

.review-card footer b {
  grid-row: 1 / 3;
  grid-column: 2;
  align-self: center;
  color: var(--coral);
  font-size: 12px;
  letter-spacing: 1px;
}

.news-pulse {
  padding: 78px 0;
  color: #ffffff;
  background: var(--primary);
}

.pulse-grid {
  display: grid;
  grid-template-columns: 290px minmax(0, 1fr);
  gap: 65px;
}

.news-pulse .eyebrow {
  color: #eadff1;
}

.news-pulse header > p:not(.eyebrow) {
  color: #e1d0ec;
}

.news-pulse .text-link {
  display: inline-block;
  margin-top: 18px;
  color: #ffffff;
}

.pulse-list {
  border-top: 1px solid rgba(255, 255, 255, .28);
}

.pulse-list a {
  display: grid;
  padding: 18px 0;
  grid-template-columns: 70px minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, .28);
}

.pulse-list time,
.pulse-list span {
  color: #d9c3e6;
  font-size: 12px;
}

.pulse-list strong {
  font-size: 14px;
}

.pulse-list a:hover strong {
  color: #ffffff;
}

.home-faq {
  padding: 100px 0 110px;
  background: #faf8fb;
}

.faq-layout {
  display: grid;
  grid-template-columns: .68fr 1.32fr;
  gap: 90px;
  align-items: start;
}

.faq-sticky {
  position: sticky;
  top: 135px;
}

.faq-sticky h2 {
  font-size: 39px;
}

.faq-sticky .button {
  margin-top: 20px;
}

.home-faq .faq-list {
  border-top: 2px solid #201725;
}

.home-faq .faq-item {
  border-bottom-color: #d8d0dc;
}

.home-faq .faq-question {
  padding: 22px 0;
  gap: 20px;
  font-size: 15px;
}

.home-faq .faq-question b {
  color: var(--coral);
  font-size: 20px;
  font-weight: 400;
}

.home-faq .faq-answer {
  line-height: 1.85;
}

@media (max-width: 1050px) {
  .daily-hero-grid {
    grid-template-columns: 54% 46%;
  }

  .hero-editorial {
    padding-right: 35px;
  }

  .hero-editorial h1 {
    font-size: 52px;
  }

  .hero-frequency > span {
    min-width: 0;
  }

  .hero-player {
    padding-left: 35px;
  }

  .phone-stage {
    width: 270px;
    height: 520px;
  }

  .now-playing {
    right: -10px;
    width: 280px;
  }

  .channel-layout,
  .console-grid,
  .faq-layout {
    gap: 55px;
  }
}

@media (max-width: 820px) {
  .daily-hero,
  .daily-hero-grid {
    min-height: 0;
  }

  .daily-hero::before {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 43%;
  }

  .daily-hero::after {
    display: none;
  }

  .daily-hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-editorial {
    padding: 56px 0 44px;
  }

  .hero-player {
    min-height: 500px;
    padding: 28px 0 52px;
  }

  .phone-stage {
    height: 460px;
  }

  .now-playing {
    right: 5%;
  }

  .ticker-track a:nth-child(n+4) {
    display: none;
  }

  .daily-desk,
  .channel-board,
  .app-console,
  .listener-reviews,
  .home-faq {
    padding: 70px 0;
  }

  .daily-feed {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .daily-story:first-child {
    grid-row: auto;
  }

  .daily-story:first-child > a {
    min-height: 390px;
  }

  .channel-layout,
  .clock-grid,
  .console-grid,
  .reviews-heading,
  .review-grid,
  .pulse-grid,
  .faq-layout {
    grid-template-columns: 1fr;
  }

  .reviews-heading {
    display: block;
  }

  .reviews-heading > p {
    margin-top: 12px;
  }

  .channel-intro {
    max-width: 600px;
  }

  .clock-grid {
    gap: 35px;
  }

  .console-visual {
    width: min(100%, 520px);
    height: 520px;
  }

  .faq-sticky {
    position: static;
  }
}

@media (max-width: 580px) {
  .hero-editorial h1 {
    font-size: 40px;
  }

  .hero-copy {
    font-size: 14px;
  }

  .hero-frequency {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .hero-frequency > span,
  .hero-frequency > span:first-child {
    min-width: 0;
    padding: 0 8px;
    grid-template-columns: 1fr;
    gap: 2px;
    border-left: 1px solid #d8cedd;
  }

  .hero-frequency > span:first-child {
    padding-left: 0;
    border-left: 0;
  }

  .hero-player {
    min-height: 450px;
  }

  .phone-stage {
    width: 230px;
    height: 430px;
    box-shadow: 11px 15px 0 #542087;
  }

  .orbit-coral {
    top: 20px;
    left: -3px;
  }

  .orbit-mint {
    right: -4px;
    bottom: 75px;
  }

  .now-playing {
    right: 0;
    bottom: 29px;
    width: 260px;
  }

  .update-ticker {
    grid-template-columns: auto 1fr;
  }

  .ticker-label {
    padding: 0 15px;
  }

  .ticker-track {
    justify-content: flex-start;
    gap: 6px;
  }

  .ticker-track a:nth-child(n+3),
  .ticker-more {
    display: none;
  }

  .desk-heading {
    grid-template-columns: 63px 1fr;
    align-items: center;
    gap: 14px;
  }

  .date-block {
    width: 58px;
    height: 69px;
  }

  .date-block b {
    font-size: 29px;
  }

  .desk-all {
    grid-column: 2;
    justify-self: start;
  }

  .desk-heading h2,
  .channel-intro h2,
  .clock-title h2,
  .console-copy h2,
  .reviews-heading h2,
  .news-pulse h2,
  .faq-sticky h2 {
    font-size: 29px;
  }

  .daily-story:first-child > a {
    min-height: 340px;
    padding: 27px;
  }

  .daily-story:first-child .story-copy {
    max-width: 100%;
  }

  .daily-story:first-child .story-copy h3 {
    font-size: 23px;
  }

  .channel-layout,
  .console-grid,
  .faq-layout {
    gap: 38px;
  }

  .channel-matrix {
    min-height: 650px;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 1fr);
  }

  .channel {
    min-height: 155px;
    padding: 20px;
  }

  .channel strong {
    font-size: 25px;
  }

  .clock-line {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .clock-line::before {
    top: 12px;
    right: auto;
    bottom: 12px;
    left: 6px;
    width: 1px;
    height: auto;
  }

  .clock-line li {
    display: grid;
    min-height: 74px;
    padding-left: 28px;
    grid-template-columns: 62px 1fr;
    align-items: start;
    text-align: left;
  }

  .clock-line li::before {
    top: 5px;
    left: 1px;
  }

  .clock-line div {
    padding-top: 0;
  }

  .console-visual {
    height: 440px;
  }

  .pulse-grid {
    gap: 28px;
  }

  .pulse-list a {
    grid-template-columns: 50px minmax(0, 1fr);
  }

  .pulse-list span {
    display: none;
  }
}
