:root {
  --apcast-ink: #151515;
  --apcast-muted: #687084;
  --apcast-line: #e8e8ec;
  --apcast-soft: #fbfaf7;
  --apcast-red: #ed1717;
  --apcast-blue: #2554c7;
  --apcast-yellow: #ffda00;
  --apcast-max: 1320px;
  --apcast-radius: 12px;
}

body.apcast-home {
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden;
  background: #fff;
  color: var(--apcast-ink);
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
}

body.apcast-home *,
body.apcast-home *::before,
body.apcast-home *::after {
  box-sizing: border-box;
}

body.apcast-home a,
body.apcast-home button,
body.apcast-home input {
  font: inherit;
}

body.apcast-home .material-symbols-rounded {
  font-family: "Material Symbols Rounded";
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "liga";
}

body.apcast-home .apcast-header.site-header {
  position: relative !important;
  z-index: 50;
  width: 100% !important;
  height: 60px !important;
  margin: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid var(--apcast-line) !important;
  border-radius: 0 !important;
  background: rgba(255, 255, 255, 0.96) !important;
  box-shadow: none !important;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

body.apcast-home .apcast-header .header-inner {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  width: min(var(--apcast-max), calc(100% - 56px)) !important;
  height: 100%;
  margin: 0 auto !important;
  padding: 0 !important;
}

body.apcast-home .apcast-wordmark {
  display: inline-flex !important;
  align-items: baseline;
  flex: 0 0 auto;
  width: auto !important;
  min-width: 118px;
  color: #171719 !important;
  background: none !important;
  font-size: 33px;
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 1;
  text-indent: 0 !important;
  text-decoration: none;
}

body.apcast-home .apcast-wordmark span {
  color: var(--apcast-red);
}

body.apcast-home .apcast-header .nav {
  position: static !important;
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(22px, 3.2vw, 50px) !important;
  width: auto !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.apcast-home .apcast-header .nav a {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  min-height: 38px;
  padding: 0 !important;
  color: #1a1a1e !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.01em;
  text-decoration: none;
  white-space: nowrap;
}

body.apcast-home .apcast-header .nav a::after {
  position: absolute;
  right: 0;
  bottom: 1px;
  left: 0;
  height: 2px;
  background: var(--apcast-red);
  content: "";
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.24s ease;
}

body.apcast-home .apcast-header .nav a:hover::after,
body.apcast-home .apcast-header .nav a:focus-visible::after {
  transform: scaleX(1);
}

body.apcast-home .apcast-header .nav .nav-profile-search {
  display: none !important;
}

body.apcast-home #marketingPage.apcast-lp {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  background: #fff !important;
}

body.apcast-home .home-portal {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 0 56px !important;
}

.apcast-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(500px, 0.92fr) minmax(600px, 1.08fr);
  height: 400px;
  min-height: 400px;
  overflow: hidden;
  border-bottom: 1px solid var(--apcast-line);
  background: #fffefa;
}

.apcast-hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-width: 0;
  padding: 44px 54px 38px max(48px, calc((100vw - var(--apcast-max)) / 2));
}

.apcast-hero-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  margin: 0 0 14px;
  padding: 0 17px;
  border-radius: 999px;
  background: var(--apcast-yellow);
  color: #201d00;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.apcast-hero-copy h1 {
  margin: 0;
  color: #171717;
  font-size: clamp(42px, 4vw, 63px);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 1.16;
}

.apcast-hero-copy h1 span {
  color: var(--apcast-red);
}

.apcast-hero-description {
  margin: 22px 0 0;
  color: #2f3340;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
}

body.apcast-home .apcast-hero-search.home-header-search {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  left: auto !important;
  z-index: 12;
  display: grid !important;
  grid-template-columns: 28px minmax(0, 1fr) auto;
  align-items: center;
  width: min(560px, 100%);
  height: 64px !important;
  margin-top: 25px;
  padding: 5px 6px 5px 20px !important;
  border: 1px solid #cfd2da !important;
  border-radius: 999px !important;
  background: #fff !important;
  box-shadow: 0 8px 24px rgba(28, 32, 45, 0.06) !important;
}

body.apcast-home .apcast-hero-search > .material-symbols-rounded {
  margin: 0 !important;
  color: #19233c;
  font-size: 25px !important;
}

body.apcast-home .apcast-hero-search input {
  width: 100%;
  height: 100%;
  min-width: 0;
  padding: 0 12px;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--apcast-ink);
  font-size: 15px !important;
  font-weight: 500 !important;
}

body.apcast-home .apcast-hero-search input::placeholder {
  color: #7c8393;
  opacity: 1;
}

.apcast-hero-search > button {
  min-width: 178px;
  height: 52px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  background: var(--apcast-red);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.apcast-hero-search > button:hover,
.apcast-hero-search > button:focus-visible {
  background: #cb1010;
  transform: translateY(-1px);
}

body.apcast-home .apcast-hero-search .home-search-results {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  max-height: 360px;
  overflow: auto;
  padding: 8px;
  border: 1px solid var(--apcast-line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(24, 27, 40, 0.14);
}

body.apcast-home .home-search-results a,
body.apcast-home .home-search-results p {
  display: grid;
  gap: 3px;
  margin: 0;
  padding: 11px 12px;
  border-radius: 9px;
  color: var(--apcast-ink);
  text-decoration: none;
}

body.apcast-home .home-search-results a:hover,
body.apcast-home .home-search-results a:focus-visible {
  background: #fff5f1;
}

body.apcast-home .home-search-results strong {
  font-size: 13px;
  font-weight: 600;
}

body.apcast-home .home-search-results span {
  color: var(--apcast-muted);
  font-size: 11px;
}

.apcast-search-examples {
  margin: 11px 0 0;
  color: #777f8f;
  font-size: 10px;
}

.apcast-hero-collage {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 8px;
  min-width: 0;
  height: 440px;
  margin: -18px -58px -22px 0;
  padding: 0 24px 0 0;
  transform: skewX(-7deg);
  transform-origin: center;
}

.apcast-hero-collage a {
  position: relative;
  display: block;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  background: #f0f1f4;
}

.apcast-hero-collage a:nth-child(1) { grid-area: 1 / 1 / 3 / 2; }
.apcast-hero-collage a:nth-child(2) { grid-area: 1 / 2 / 2 / 3; }
.apcast-hero-collage a:nth-child(3) { grid-area: 1 / 3 / 2 / 4; }
.apcast-hero-collage a:nth-child(4) { grid-area: 1 / 4 / 2 / 5; }
.apcast-hero-collage a:nth-child(5) { grid-area: 2 / 2 / 4 / 3; }
.apcast-hero-collage a:nth-child(6) { grid-area: 2 / 3 / 3 / 4; }
.apcast-hero-collage a:nth-child(7) { grid-area: 2 / 4 / 3 / 5; }
.apcast-hero-collage a:nth-child(8) { grid-area: 3 / 1 / 4 / 2; }
.apcast-hero-collage a:nth-child(9) { grid-area: 3 / 3 / 4 / 5; }

.apcast-hero-collage img {
  display: block;
  width: 118%;
  height: 118%;
  margin: -9%;
  object-fit: cover;
  transform: skewX(7deg) scale(1.03);
  transition: transform 0.35s ease;
}

.apcast-hero-collage a:hover img,
.apcast-hero-collage a:focus-visible img {
  transform: skewX(7deg) scale(1.1);
}

body.apcast-home .home-section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

body.apcast-home .home-section-heading h2 {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0;
  color: var(--apcast-ink);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.45;
}

body.apcast-home .home-section-heading h2 > .material-symbols-rounded {
  color: var(--apcast-red);
  font-size: 20px;
}

body.apcast-home .home-section-heading a,
body.apcast-home .home-more-link {
  display: inline-flex;
  align-items: center;
  gap: 1px;
  color: #555c6b;
  font-size: 10px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

body.apcast-home .home-section-heading a:hover,
body.apcast-home .home-section-heading a:focus-visible,
body.apcast-home .home-more-link:hover,
body.apcast-home .home-more-link:focus-visible {
  color: var(--apcast-red);
}

.apcast-creator-spotlight.home-creator-pick {
  width: min(var(--apcast-max), calc(100% - 56px));
  min-height: 196px;
  margin: 0 auto !important;
  padding: 21px 0 22px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
}

.apcast-creator-spotlight .home-creator-pick-list {
  display: grid;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  gap: 18px;
  margin-top: 15px;
}

.apcast-creator-spotlight .home-creator-pick-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--apcast-ink);
  text-align: center;
  text-decoration: none;
}

.apcast-creator-spotlight .home-creator-pick-card img {
  width: 67px;
  height: 67px;
  border: 2px solid #ffad37;
  border-radius: 50%;
  background: #f2f2f2;
  object-fit: cover;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.apcast-creator-spotlight .home-creator-pick-card:nth-child(3n + 1) img { border-color: #3b79e8; }
.apcast-creator-spotlight .home-creator-pick-card:nth-child(3n + 2) img { border-color: #ef3844; }

.apcast-creator-spotlight .home-creator-pick-card:hover img,
.apcast-creator-spotlight .home-creator-pick-card:focus-visible img {
  transform: translateY(-3px);
  box-shadow: 0 8px 18px rgba(34, 40, 57, 0.13);
}

.apcast-creator-spotlight .home-creator-pick-copy {
  display: grid;
  justify-items: center;
  width: 100%;
  min-width: 0;
  margin-top: 7px;
}

.apcast-creator-spotlight .home-creator-pick-copy strong {
  display: block;
  width: 100%;
  overflow: hidden;
  color: var(--apcast-ink);
  font-size: 10.5px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.apcast-creator-spotlight .home-creator-pick-copy > span {
  display: none;
}

.apcast-creator-spotlight .home-creator-pick-metric {
  display: grid;
  justify-items: center;
  margin-top: 3px;
}

.apcast-creator-spotlight .home-creator-pick-metric small {
  display: none;
}

.apcast-creator-spotlight .home-creator-pick-metric strong {
  color: #737a8b;
  font-size: 8.5px;
  font-weight: 500;
}

.apcast-creator-spotlight .home-creator-pick-profile-button {
  display: none;
}

.apcast-content-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  width: min(var(--apcast-max), calc(100% - 56px));
  margin: 0 auto;
}

body.apcast-home .apcast-content-grid > section {
  min-width: 0;
  height: 328px;
  margin: 0 !important;
  padding: 17px 17px 15px !important;
  overflow: hidden;
  border: 1px solid var(--apcast-line) !important;
  border-radius: var(--apcast-radius) !important;
  background: #fff !important;
  box-shadow: 0 6px 18px rgba(26, 31, 43, 0.035) !important;
}

body.apcast-home .home-creator-ranking-list {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-flow: row;
  gap: 0;
  margin-top: 13px;
}

body.apcast-home .home-creator-rank-row {
  display: grid;
  grid-template-columns: 22px 34px minmax(0, 1fr) 108px;
  gap: 8px;
  align-items: center;
  min-height: 50px;
  padding: 5px 0;
  border-bottom: 1px solid #f0f0f2;
  color: var(--apcast-ink);
  text-decoration: none;
}

body.apcast-home .home-creator-rank-row:nth-child(n + 6) {
  display: none;
}

body.apcast-home .home-creator-rank-row > b {
  color: #26282f;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
}

body.apcast-home .home-creator-rank-row:nth-child(-n + 3) > b {
  color: var(--apcast-red);
}

body.apcast-home .home-creator-rank-row img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #f1f1f1;
  object-fit: cover;
}

body.apcast-home .home-creator-rank-row > strong {
  overflow: hidden;
  font-size: 10.5px;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.apcast-home .home-creator-rank-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 5px;
}

body.apcast-home .home-creator-rank-stats > span {
  display: grid;
  justify-items: end;
}

body.apcast-home .home-creator-rank-stats small {
  color: #8c92a0;
  font-size: 6.5px;
  font-weight: 500;
}

body.apcast-home .home-creator-rank-stats b {
  margin-top: 2px;
  color: #424858;
  font-size: 8px;
  font-weight: 700;
}

body.apcast-home .home-video-ranking-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin-top: 13px;
}

body.apcast-home .home-video-card {
  position: relative;
  display: grid;
  grid-template-columns: 18px 83px minmax(0, 1fr);
  grid-template-rows: auto auto auto;
  column-gap: 8px;
  min-height: 50px;
  padding: 5px 0;
  border-bottom: 1px solid #f0f0f2;
  color: var(--apcast-ink);
  text-decoration: none;
}

body.apcast-home .home-video-card .home-video-rank {
  position: static;
  grid-row: 1 / 4;
  align-self: center;
  color: var(--apcast-red) !important;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  text-shadow: none;
}

body.apcast-home .home-video-thumb {
  position: relative;
  grid-row: 1 / 4;
  display: block;
  width: 83px;
  height: 47px;
  margin: 0;
  overflow: hidden;
  border-radius: 3px;
  background: #eee;
}

body.apcast-home .home-video-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s ease;
}

body.apcast-home .home-video-card:hover .home-video-thumb img,
body.apcast-home .home-video-card:focus-visible .home-video-thumb img {
  transform: scale(1.04);
}

body.apcast-home .home-video-thumb span {
  right: 3px;
  bottom: 3px;
  padding: 1px 3px;
  border-radius: 2px;
  font-size: 6.5px;
}

body.apcast-home .home-video-card > strong,
body.apcast-home .home-video-card > small {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.apcast-home .home-video-card > strong {
  align-self: end;
  display: block;
  color: var(--apcast-ink);
  font-size: 9.5px;
  font-weight: 600;
  line-height: 1.4;
}

body.apcast-home .home-video-card > small {
  color: #777e8e;
  font-size: 7.5px;
  line-height: 1.3;
}

body.apcast-home .home-video-card > small:last-child {
  color: #535b6b;
}

body.apcast-home .home-media-panel {
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.apcast-media-heading {
  flex: 0 0 auto;
}

body.apcast-home .home-media-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  flex: 0 0 auto;
  height: 31px;
  margin-top: 6px;
  border: 0;
  border-bottom: 1px solid var(--apcast-line);
}

body.apcast-home .home-media-tabs button {
  position: relative;
  min-width: 0;
  padding: 0 2px;
  border: 0;
  background: transparent;
  color: #747b8a;
  font-size: 8px;
  font-weight: 600;
  white-space: nowrap;
  cursor: pointer;
}

body.apcast-home .home-media-tabs button::after {
  position: absolute;
  right: 7px;
  bottom: -1px;
  left: 7px;
  height: 2px;
  background: transparent;
  content: "";
}

body.apcast-home .home-media-tabs button.is-active {
  color: var(--apcast-blue);
}

body.apcast-home .home-media-tabs button.is-active::after {
  background: var(--apcast-blue);
}

body.apcast-home .home-media-list {
  display: grid;
  align-content: start;
  flex: 1 1 auto;
  padding: 4px 0 0;
}

body.apcast-home .home-media-row {
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr);
  gap: 9px;
  align-items: center;
  min-height: 48px;
  padding: 5px 0;
  border-bottom: 1px solid #f0f0f2;
  color: var(--apcast-ink);
  text-decoration: none;
}

body.apcast-home .home-media-row:nth-child(n + 6) {
  display: none;
}

body.apcast-home .home-media-row img {
  display: block;
  width: 66px;
  height: 39px;
  border-radius: 3px;
  background: #eee;
  object-fit: cover;
}

body.apcast-home .home-media-row strong {
  display: -webkit-box;
  overflow: hidden;
  color: var(--apcast-ink);
  font-size: 9px;
  font-weight: 600;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body.apcast-home .home-media-row span {
  margin-top: 2px;
  color: #838998;
  font-size: 7px;
}

body.apcast-home .home-loading,
body.apcast-home .home-media-empty {
  display: grid;
  place-items: center;
  min-height: 220px;
  padding: 20px;
  color: var(--apcast-muted);
  font-size: 11px;
  text-align: center;
}

body.apcast-home .home-media-empty img {
  display: none;
}

body.apcast-home .home-media-empty strong {
  font-size: 13px;
}

body.apcast-home .home-media-empty p {
  margin: 6px 0 0;
  font-size: 10px;
}

body.apcast-home .home-tools {
  width: min(var(--apcast-max), calc(100% - 56px));
  margin: 18px auto 0 !important;
  padding: 17px 18px !important;
  border: 1px solid var(--apcast-line) !important;
  border-radius: var(--apcast-radius) !important;
  background: #fff !important;
  box-shadow: none !important;
}

body.apcast-home .home-tool-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin-top: 10px;
}

body.apcast-home .home-tool-list a,
body.apcast-home .home-tool-list button {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-items: center;
  min-width: 0;
  min-height: 58px;
  padding: 7px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: var(--apcast-ink);
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

body.apcast-home .home-tool-list a:hover,
body.apcast-home .home-tool-list a:focus-visible,
body.apcast-home .home-tool-list button:hover,
body.apcast-home .home-tool-list button:focus-visible {
  background: #fff5f1;
}

body.apcast-home .home-tool-list .material-symbols-rounded {
  grid-row: 1 / 3;
  color: var(--apcast-red) !important;
  font-size: 26px;
}

body.apcast-home .home-tool-list strong {
  align-self: end;
  overflow: hidden;
  font-size: 10px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.apcast-home .home-tool-list small {
  align-self: start;
  color: var(--apcast-muted);
  font-size: 8px;
}

body.apcast-home .apcast-footer.site-footer {
  margin: 0;
  border-top: 1px solid var(--apcast-line);
  background: var(--apcast-soft);
}

body.apcast-home .apcast-footer .footer-inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  width: min(var(--apcast-max), calc(100% - 56px));
  min-height: 100px;
  margin: 0 auto;
  padding: 24px 0;
}

body.apcast-home .apcast-footer .apcast-wordmark {
  font-size: 26px;
}

body.apcast-home .apcast-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 22px;
}

body.apcast-home .apcast-footer nav a {
  color: #555c69;
  font-size: 9px;
  font-weight: 500;
  text-decoration: none;
}

body.apcast-home .apcast-footer p {
  margin: 0;
  color: #858b98;
  font-size: 9px;
}

@media (max-width: 1100px) {
  .apcast-hero {
    grid-template-columns: minmax(420px, 1fr) minmax(460px, 1fr);
  }

  .apcast-creator-spotlight .home-creator-pick-list {
    gap: 12px;
  }

  .apcast-creator-spotlight .home-creator-pick-card img {
    width: 60px;
    height: 60px;
  }

  .apcast-content-grid {
    grid-template-columns: 1fr 1fr;
  }

  body.apcast-home .apcast-content-grid > .home-media-panel {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  body.apcast-home .apcast-header.site-header {
    position: sticky !important;
    top: 0;
    height: 56px !important;
  }

  body.apcast-home .apcast-header .header-inner {
    width: calc(100% - 28px) !important;
  }

  body.apcast-home .apcast-wordmark {
    font-size: 27px;
  }

  body.apcast-home .apcast-header .nav {
    gap: 0 !important;
  }

  body.apcast-home .apcast-header .nav > a {
    display: none !important;
  }

  body.apcast-home .apcast-header .nav .nav-profile-search {
    display: inline-flex !important;
    min-height: 34px;
    padding: 0 12px !important;
    border-radius: 999px;
    background: var(--apcast-red) !important;
    box-shadow: none !important;
    color: #fff !important;
    font-size: 10px !important;
  }

  body.apcast-home .apcast-header .nav .nav-profile-search::after {
    display: none;
  }

  .apcast-hero {
    grid-template-columns: 1fr;
    height: auto;
    min-height: 0;
    background: #fffefa;
  }

  .apcast-hero-copy {
    align-items: center;
    padding: 38px 20px 30px;
    text-align: center;
  }

  .apcast-hero-kicker {
    min-height: 29px;
    margin-bottom: 12px;
    padding: 0 14px;
    font-size: 10px;
  }

  .apcast-hero-copy h1 {
    font-size: clamp(36px, 10.5vw, 47px);
    line-height: 1.19;
  }

  .apcast-hero-description {
    margin-top: 17px;
    font-size: 12px;
    line-height: 1.75;
  }

  body.apcast-home .apcast-hero-search.home-header-search {
    grid-template-columns: 24px minmax(0, 1fr) auto;
    width: min(100%, 520px);
    height: 56px !important;
    margin-top: 21px;
    padding: 4px 5px 4px 15px !important;
  }

  body.apcast-home .apcast-hero-search input {
    padding: 0 8px;
    font-size: 12px !important;
  }

  .apcast-hero-search > button {
    min-width: 126px;
    height: 46px;
    padding: 0 14px;
    font-size: 11px;
  }

  .apcast-search-examples {
    font-size: 8px;
  }

  .apcast-hero-collage {
    grid-template-columns: repeat(5, minmax(112px, 1fr));
    grid-template-rows: 150px;
    grid-auto-flow: column;
    gap: 5px;
    height: 150px;
    margin: 0 -18px;
    padding: 0;
    overflow: hidden;
    transform: skewX(-5deg);
  }

  .apcast-hero-collage a,
  .apcast-hero-collage a:nth-child(n) {
    grid-area: auto;
  }

  .apcast-hero-collage a:nth-child(n + 6) {
    display: none;
  }

  .apcast-hero-collage img {
    transform: skewX(5deg) scale(1.08);
  }

  .apcast-creator-spotlight.home-creator-pick {
    width: 100%;
    min-height: 0;
    padding: 18px 16px 20px !important;
    overflow: hidden;
  }

  .apcast-creator-spotlight .home-creator-pick-list {
    display: flex;
    gap: 18px;
    margin: 13px -16px -2px;
    padding: 0 16px 8px;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .apcast-creator-spotlight .home-creator-pick-list::-webkit-scrollbar {
    display: none;
  }

  .apcast-creator-spotlight .home-creator-pick-card {
    flex: 0 0 74px;
    scroll-snap-align: start;
  }

  .apcast-content-grid {
    grid-template-columns: 1fr;
    width: 100%;
    gap: 10px;
    padding: 0 12px;
  }

  body.apcast-home .apcast-content-grid > section,
  body.apcast-home .apcast-content-grid > .home-media-panel {
    grid-column: auto;
    height: auto;
    min-height: 326px;
    padding: 15px !important;
    border-radius: 10px !important;
  }

  body.apcast-home .home-creator-rank-row {
    grid-template-columns: 22px 36px minmax(0, 1fr) 112px;
    min-height: 52px;
  }

  body.apcast-home .home-creator-rank-row img {
    width: 36px;
    height: 36px;
  }

  body.apcast-home .home-video-card {
    grid-template-columns: 20px 104px minmax(0, 1fr);
    min-height: 61px;
  }

  body.apcast-home .home-video-thumb {
    width: 104px;
    height: 58px;
  }

  body.apcast-home .home-media-row {
    grid-template-columns: 76px minmax(0, 1fr);
    min-height: 56px;
  }

  body.apcast-home .home-media-row img {
    width: 76px;
    height: 45px;
  }

  body.apcast-home .home-tools {
    width: calc(100% - 24px);
    margin-top: 10px !important;
    padding: 15px !important;
  }

  body.apcast-home .home-tool-list {
    grid-template-columns: 1fr 1fr;
    gap: 4px;
  }

  body.apcast-home .home-tool-list a,
  body.apcast-home .home-tool-list button {
    grid-template-columns: 32px minmax(0, 1fr);
  }

  body.apcast-home .apcast-footer .footer-inner {
    grid-template-columns: 1fr;
    justify-items: center;
    width: calc(100% - 32px);
    gap: 18px;
    text-align: center;
  }
}

@media (max-width: 420px) {
  body.apcast-home .apcast-hero-search.home-header-search {
    grid-template-columns: 22px minmax(0, 1fr) auto;
    height: 56px !important;
    padding: 4px 5px 4px 13px !important;
    border-radius: 999px !important;
  }

  body.apcast-home .apcast-hero-search > .material-symbols-rounded {
    margin-left: 4px !important;
  }

  body.apcast-home .apcast-hero-search input {
    height: 100%;
  }

  .apcast-hero-search > button {
    grid-column: auto;
    width: auto;
    min-width: 116px;
    height: 46px;
    padding: 0 10px;
    font-size: 10px;
  }

  .apcast-hero-collage {
    grid-template-columns: repeat(5, minmax(90px, 1fr));
    height: 130px;
  }

  .apcast-hero-copy {
    padding-right: 16px;
    padding-left: 16px;
  }

  .apcast-hero-copy h1 {
    font-size: 34px;
  }

  body.apcast-home .home-section-heading h2 {
    font-size: 13px;
  }

  body.apcast-home .home-creator-rank-row {
    grid-template-columns: 20px 34px minmax(0, 1fr) 88px;
    gap: 6px;
  }

  body.apcast-home .home-creator-rank-stats {
    gap: 3px;
  }

  body.apcast-home .home-video-card {
    grid-template-columns: 18px 88px minmax(0, 1fr);
  }

  body.apcast-home .home-video-thumb {
    width: 88px;
    height: 50px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.apcast-home *,
  body.apcast-home *::before,
  body.apcast-home *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
