/* Shared shell styles load from /shared/site-shell.css. */

body::before,
body::after {
  content: '';
  position: fixed;
  z-index: 0;
  pointer-events: none;
  width: 34rem;
  height: 34rem;
  border-radius: 999px;
  filter: blur(72px);
  opacity: 0.24;
}

body::before {
  background: #ffa44f;
  top: -12rem;
  left: -10rem;
}

body::after {
  background: #3fb7a8;
  right: -10rem;
  bottom: -14rem;
}

.hero {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(41, 48, 63, 0.2);
  border-radius: 1.2rem;
  background:
    linear-gradient(140deg, rgba(255, 160, 67, 0.14), rgba(27, 114, 106, 0.09)),
    rgba(247, 244, 236, 0.92);
  box-shadow: 0 24px 40px rgba(15, 21, 36, 0.16);
  padding: clamp(1.1rem, 2.5vw, 1.8rem);
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(220px, 0.92fr);
  align-items: center;
  gap: 0.72rem;
  min-width: 0;
  max-width: 100%;
}

.hero::before {
  content: '';
  position: absolute;
  left: -3rem;
  bottom: -3rem;
  width: 18rem;
  height: 18rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 186, 112, 0.4), transparent 70%);
  pointer-events: none;
}

.hero::after {
  content: '';
  position: absolute;
  top: -4rem;
  right: -3rem;
  width: 18rem;
  height: 18rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(89, 199, 184, 0.22), transparent 70%);
  pointer-events: none;
}

.brand {
  margin: 0;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.76rem;
  color: var(--ink-soft);
}

.hero-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.72rem;
  min-width: 0;
}

h1 {
  margin: 0;
  font-family: var(--font-title);
  font-size: clamp(1.9rem, 4.8vw, 3rem);
  line-height: 1.08;
  color: var(--ink-strong);
}

.hero-copy .brand,
.hero-copy > p,
.hero-copy .hero-meta {
  position: relative;
  z-index: 1;
}

.hero p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.6;
  max-width: 72ch;
}

.hero-meta {
  margin-top: 0.12rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.48rem;
  min-width: 0;
  max-width: 100%;
}

.hero-meta span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.92rem;
  min-width: 0;
  max-width: 100%;
  padding: 0 0.72rem;
  border-radius: 999px;
  border: 1px solid rgba(41, 58, 78, 0.2);
  background: rgba(255, 255, 255, 0.58);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.44);
  color: #305269;
  font-size: 0.81rem;
  font-weight: 700;
  text-align: center;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: keep-all;
}

.hero-visual-shell {
  position: relative;
  isolation: isolate;
  min-height: 280px;
  border-radius: 1.3rem;
  border: 1px solid rgba(41, 53, 70, 0.16);
  overflow: hidden;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.08)),
    linear-gradient(145deg, rgba(255, 184, 102, 0.24), rgba(67, 178, 166, 0.2));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.44),
    0 20px 32px rgba(22, 30, 44, 0.14);
}

.hero-visual-shell-amber {
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.08)),
    linear-gradient(145deg, rgba(255, 195, 126, 0.28), rgba(251, 157, 84, 0.18));
}

.hero-visual-shell-teal {
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0.08)),
    linear-gradient(145deg, rgba(108, 210, 192, 0.24), rgba(56, 142, 129, 0.22));
}

.hero-visual-shell-violet {
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0.08)),
    linear-gradient(145deg, rgba(144, 121, 202, 0.22), rgba(100, 153, 214, 0.2));
}

.hero-visual-shell-sky {
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0.08)),
    linear-gradient(145deg, rgba(138, 190, 235, 0.24), rgba(86, 133, 196, 0.2));
}

.hero-visual-shell-rose {
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0.08)),
    linear-gradient(145deg, rgba(243, 182, 188, 0.24), rgba(185, 129, 168, 0.18));
}

.hero-visual-glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(24px);
  opacity: 0.72;
  z-index: 0;
  pointer-events: none;
}

.hero-visual-glow-one {
  top: 2.4rem;
  left: 1.1rem;
  width: 9rem;
  height: 9rem;
  background: rgba(255, 186, 102, 0.54);
}

.hero-visual-glow-two {
  right: 1rem;
  bottom: 1rem;
  width: 10rem;
  height: 10rem;
  background: rgba(85, 197, 184, 0.36);
}

.hero-visual-image {
  position: absolute;
  left: 50%;
  bottom: -0.85rem;
  z-index: 1;
  width: min(84%, 250px);
  transform: translateX(-50%);
  opacity: 0.48;
  pointer-events: none;
  filter: saturate(0.9) drop-shadow(0 22px 26px rgba(22, 30, 44, 0.16));
}

.hero-visual-note {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: 2;
  display: grid;
  gap: 0.2rem;
  max-width: 11.5rem;
  padding: 0.84rem 0.9rem;
  border-radius: 1rem;
  border: 1px solid rgba(41, 56, 74, 0.18);
  background: rgba(255, 251, 245, 0.88);
  box-shadow: 0 12px 22px rgba(23, 33, 48, 0.12);
}

.hero-visual-note strong {
  color: #1d4058;
  font-size: 0.86rem;
}

.hero-visual-note span {
  color: #51647a;
  font-size: 0.78rem;
  line-height: 1.45;
}

.section {
  border: 1px solid rgba(34, 44, 58, 0.18);
  border-radius: 1.1rem;
  background: var(--card-bg);
  box-shadow: 0 18px 30px rgba(16, 22, 36, 0.12);
  padding: clamp(1rem, 2vw, 1.4rem);
  min-width: 0;
  max-width: 100%;
}

.section h2 {
  margin: 0;
  font-family: var(--font-title);
  color: var(--ink-strong);
  font-size: clamp(1.1rem, 2.2vw, 1.45rem);
}

.section p {
  margin: 0.28rem 0 0;
  color: #4d6074;
  line-height: 1.65;
}

.subhead {
  margin-top: 0.8rem;
  font-size: 0.84rem;
  color: #547087;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.grid {
  margin-top: 0.8rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.72rem;
  min-width: 0;
}

.card {
  display: grid;
  gap: 0.38rem;
  border: 1px solid rgba(40, 53, 70, 0.2);
  border-radius: 0.95rem;
  background: rgba(255, 255, 255, 0.66);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.46);
  padding: 0.92rem;
  min-width: 0;
  max-width: 100%;
}

.card h3 {
  margin: 0;
  font-family: var(--font-title);
  color: #22374c;
  font-size: 1.03rem;
}

.card-eyebrow {
  margin: 0;
  color: #5a7084;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.card p {
  margin: 0;
  color: #355069;
  font-size: 0.89rem;
  line-height: 1.58;
}

.card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.38rem;
}

.card-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 1.62rem;
  padding: 0 0.58rem;
  border-radius: 999px;
  border: 1px solid rgba(37, 58, 77, 0.16);
  background: rgba(246, 249, 252, 0.92);
  color: #48647a;
  font-size: 0.74rem;
  font-weight: 700;
}

.list {
  margin: 0.52rem 0 0;
  padding-left: 1.14rem;
  display: grid;
  gap: 0.34rem;
}

.list li {
  color: #355069;
}

.table-wrap {
  margin-top: 0.62rem;
  overflow-x: auto;
  max-width: 100%;
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 420px;
}

caption {
  margin-bottom: 0.35rem;
  text-align: left;
  color: #4e657b;
  font-size: 0.79rem;
  font-weight: 700;
}

th,
td {
  border: 1px solid rgba(51, 67, 87, 0.2);
  padding: 0.45rem 0.5rem;
  text-align: left;
  font-size: 0.84rem;
}

th {
  background: rgba(243, 247, 249, 0.95);
  color: #34536a;
}

td {
  color: #355069;
}

.url-list {
  margin: 0.54rem 0 0;
  padding-left: 1.15rem;
  display: grid;
  gap: 0.3rem;
}

.url-list code {
  font-size: 0.84rem;
  color: #224864;
}

a {
  color: #1b6180;
  text-underline-offset: 2px;
}

.breadcrumb-nav {
  margin-top: -0.08rem;
}

.breadcrumb-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.42rem;
  min-width: 0;
  max-width: 100%;
}

.breadcrumb-list li {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  color: #567087;
  font-size: 0.8rem;
  min-width: 0;
}

.breadcrumb-list li:not(:last-child)::after {
  content: '/';
  color: #8aa1b5;
}

.breadcrumb-list a,
.breadcrumb-list span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.9rem;
  min-width: 0;
  max-width: 100%;
  padding: 0 0.68rem;
  border-radius: 999px;
  border: 1px solid rgba(37, 58, 77, 0.18);
  background: rgba(255, 255, 255, 0.52);
  text-decoration: none;
  text-align: center;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: keep-all;
}

.breadcrumb-list span[aria-current='page'] {
  color: #173f57;
  font-weight: 700;
}

.faq-list {
  margin-top: 0.66rem;
  display: grid;
  gap: 0.54rem;
}

.faq-item {
  border: 1px solid rgba(40, 57, 76, 0.18);
  border-radius: 0.96rem;
  background: rgba(255, 255, 255, 0.58);
  overflow: hidden;
}

.faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 0.9rem 1rem;
  color: #26455c;
  font-size: 0.95rem;
  font-weight: 800;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item p {
  margin: 0;
  padding: 0 1rem 1rem;
  color: #3b566c;
}

.faq-item[open] {
  border-color: rgba(30, 114, 103, 0.34);
  background: rgba(255, 255, 255, 0.7);
}

.tag-links {
  margin-top: 0.6rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.42rem;
  min-width: 0;
}

.tag-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
  min-width: 0;
  max-width: 100%;
  padding: 0 0.74rem;
  border-radius: 999px;
  border: 1px solid rgba(37, 58, 77, 0.24);
  text-decoration: none;
  color: #27536a;
  font-size: 0.83rem;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.58);
  text-align: center;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: keep-all;
}

.tag-links a:hover {
  border-color: rgba(30, 114, 103, 0.38);
  background: rgba(35, 155, 143, 0.12);
}

.app-start-section {
  border: 1px solid rgba(36, 60, 79, 0.16);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.56);
  min-width: 0;
}

.app-start-chips {
  margin-top: 0.66rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.42rem;
}

.app-start-chips span {
  display: inline-flex;
  align-items: center;
  min-height: 1.9rem;
  padding: 0 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(37, 58, 77, 0.2);
  background: rgba(255, 255, 255, 0.72);
  color: #355069;
  font-size: 0.8rem;
  font-weight: 700;
}

.app-start-link {
  margin-top: 0.86rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  min-width: 0;
  min-height: 2.9rem;
  padding: 0 1.04rem;
  border-radius: 999px;
  border: 1px solid #1a685f;
  background: linear-gradient(135deg, #239b8f, #19746a);
  color: #f6fefc;
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.45;
  text-align: center;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: keep-all;
  box-shadow: 0 12px 22px rgba(21, 88, 80, 0.18);
}

.app-start-link:hover {
  transform: translateY(-1px);
}

.trending-list {
  margin: 0.65rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.42rem;
}

.trending-list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
  border: 1px solid rgba(40, 53, 70, 0.2);
  border-radius: 0.82rem;
  background: rgba(255, 255, 255, 0.58);
  padding: 0.6rem 0.72rem;
  text-decoration: none;
  color: #355069;
  font-size: 0.89rem;
}

.trending-list li a strong {
  color: var(--accent-green);
  font-size: 0.8rem;
}

.trending-list li a:hover {
  border-color: rgba(30, 114, 103, 0.38);
  background: rgba(35, 155, 143, 0.12);
}

.trending-jump-target {
  scroll-margin-top: 6.4rem;
}

.trending-directory-section {
  display: grid;
  gap: 0.88rem;
}

.trending-directory-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.82rem;
  align-items: start;
}

.trending-directory-summary {
  display: grid;
  gap: 0.14rem;
  min-width: 14rem;
  padding: 0.88rem 0.94rem;
  border: 1px solid rgba(38, 58, 79, 0.16);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.48);
}

.trending-directory-summary strong {
  color: #1f4d61;
  font-size: 1rem;
}

.trending-directory-summary span {
  color: #496277;
  font-size: 0.82rem;
  line-height: 1.5;
}

.trending-directory-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
}

.trending-directory-item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.74rem;
  align-items: start;
  min-height: 100%;
  padding: 0.88rem 0.92rem;
  border-radius: 0.98rem;
  border: 1px solid rgba(40, 57, 76, 0.16);
  background: rgba(247, 251, 252, 0.88);
  text-decoration: none;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.5),
    0 12px 20px rgba(20, 28, 42, 0.08);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.trending-directory-item:hover {
  transform: translateY(-1px);
  border-color: rgba(30, 114, 103, 0.34);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.56),
    0 16px 24px rgba(20, 28, 42, 0.1);
}

.trending-directory-rank {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  height: 2rem;
  border-radius: 999px;
  border: 1px solid rgba(32, 83, 105, 0.16);
  background: rgba(255, 255, 255, 0.9);
  color: #1b5c76;
  font-size: 0.84rem;
  font-weight: 800;
  line-height: 1;
}

.trending-directory-copy {
  display: grid;
  gap: 0.24rem;
  min-width: 0;
}

.trending-directory-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.36rem;
  min-width: 0;
}

.trending-directory-tag {
  display: inline-flex;
  align-items: center;
  min-height: 1.54rem;
  padding: 0 0.58rem;
  border-radius: 999px;
  border: 1px solid rgba(37, 58, 77, 0.18);
  background: rgba(255, 255, 255, 0.78);
  color: #48647a;
  font-size: 0.74rem;
  font-weight: 800;
  line-height: 1.2;
}

.trending-directory-copy strong {
  color: #1d4058;
  font-size: 0.98rem;
  line-height: 1.42;
}

.trending-directory-description {
  color: #4d6074;
  font-size: 0.84rem;
  line-height: 1.54;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.trending-directory-list.is-plain .trending-directory-item {
  padding: 0.82rem 0.86rem;
}

.trending-directory-list.is-plain .trending-directory-description {
  -webkit-line-clamp: 1;
}

.schema {
  margin: 0.58rem 0 0;
  border: 1px solid rgba(40, 57, 76, 0.22);
  border-radius: 0.9rem;
  background: rgba(245, 249, 252, 0.92);
  padding: 0.84rem;
  overflow-x: auto;
  font-family: 'JetBrains Mono', 'Fira Code', 'Consolas', monospace;
  font-size: 0.8rem;
  color: #214359;
}

.related-links {
  margin-top: 0.66rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
  min-width: 0;
}

.related-links a {
  border: 1px solid rgba(40, 57, 76, 0.2);
  border-radius: 0.82rem;
  background: rgba(255, 255, 255, 0.58);
  padding: 0.72rem;
  text-decoration: none;
  color: #355069;
  font-size: 0.88rem;
  min-width: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: keep-all;
}

.related-links a:hover {
  border-color: rgba(30, 114, 103, 0.38);
  background: rgba(35, 155, 143, 0.12);
}

.home-trends-section {
  display: grid;
  gap: 0.88rem;
}

.home-trends-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.82rem;
  align-items: start;
}

.home-trends-kicker {
  margin: 0 0 0.12rem;
  color: #597087;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.home-trends-status {
  display: grid;
  gap: 0.14rem;
  min-width: 13rem;
  padding: 0.88rem 0.94rem;
  border: 1px solid rgba(38, 58, 79, 0.16);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.48);
}

.home-trends-status strong {
  color: #1f4d61;
  font-size: 1rem;
}

.home-trends-status span {
  color: #496277;
  font-size: 0.82rem;
  line-height: 1.5;
}

.home-trends-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.82rem;
}

.home-trends-panel {
  display: grid;
  gap: 0.72rem;
  padding: 0.98rem;
  border-radius: 1rem;
  border: 1px solid rgba(40, 57, 76, 0.16);
  background: rgba(255, 255, 255, 0.66);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.46),
    0 16px 26px rgba(20, 28, 42, 0.08);
}

.home-trends-panel-head {
  display: grid;
  gap: 0.12rem;
}

.home-trends-panel-head p {
  margin: 0;
  color: #5a7084;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.home-trends-panel-head strong {
  color: #1d4058;
  font-size: 1.04rem;
}

.home-trends-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.56rem;
}

.home-trends-item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.72rem;
  align-items: center;
  padding: 0.84rem 0.86rem;
  border-radius: 0.96rem;
  border: 1px solid rgba(40, 57, 76, 0.16);
  background: rgba(247, 251, 252, 0.88);
  text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.home-trends-item:hover {
  transform: translateY(-1px);
  border-color: rgba(30, 114, 103, 0.34);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.5),
    0 12px 20px rgba(20, 28, 42, 0.08);
}

.home-trends-rank {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #239b8f, #4f7fb3);
  color: #f4fffd;
  font-size: 0.82rem;
  font-weight: 800;
}

.home-trends-item-copy {
  display: grid;
  gap: 0.12rem;
  min-width: 0;
}

.home-trends-item-copy strong {
  color: #214359;
  font-size: 0.93rem;
}

.home-trends-item-copy span {
  color: #53677b;
  font-size: 0.79rem;
  line-height: 1.45;
}

.home-trends-item-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.8rem;
  padding: 0 0.62rem;
  border-radius: 999px;
  border: 1px solid rgba(42, 61, 82, 0.16);
  background: rgba(255, 255, 255, 0.78);
  color: #305269;
  font-size: 0.77rem;
  font-weight: 800;
  white-space: nowrap;
}

.home-trends-footer {
  display: flex;
  justify-content: flex-end;
}

.home-trends-more-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.6rem;
  padding: 0 1rem;
  border-radius: 999px;
  border: 1px solid rgba(33, 93, 86, 0.18);
  background: rgba(255, 255, 255, 0.72);
  color: #1f5e59;
  text-decoration: none;
  font-weight: 800;
  transition: transform 0.18s ease, border-color 0.18s ease, background-color 0.18s ease;
}

.home-trends-more-link:hover {
  transform: translateY(-1px);
  border-color: rgba(30, 139, 125, 0.36);
  background: rgba(30, 139, 125, 0.1);
}

.dream-finder-section {
  display: grid;
  gap: 0.86rem;
}

.dream-finder-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.8rem;
  align-items: start;
}

.dream-finder-head h2,
.dream-finder-head p {
  margin-top: 0;
}

.dream-finder-summary {
  display: grid;
  gap: 0.14rem;
  min-width: 12rem;
  padding: 0.88rem 0.94rem;
  border: 1px solid rgba(38, 58, 79, 0.16);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.48);
}

.dream-finder-summary strong {
  color: #1f4d61;
  font-size: 1rem;
}

.dream-finder-summary span {
  color: #496277;
  font-size: 0.82rem;
  line-height: 1.5;
}

.dream-finder-search-label,
.dream-finder-toolbar-label {
  margin: 0;
  color: #5a7084;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.dream-finder-search-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.58rem;
  align-items: center;
}

.dream-finder-search-input {
  width: 100%;
  min-height: 3rem;
  border: 1px solid rgba(40, 57, 76, 0.22);
  border-radius: 1rem;
  padding: 0 0.96rem;
  background: rgba(255, 255, 255, 0.76);
  color: #21384d;
  font: inherit;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.62),
    0 12px 22px rgba(21, 31, 45, 0.06);
}

.dream-finder-search-input::placeholder {
  color: #7b8ea0;
}

.dream-finder-search-input:focus-visible {
  outline: none;
  border-color: rgba(28, 111, 100, 0.42);
  box-shadow:
    0 0 0 4px rgba(35, 155, 143, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.62);
}

.dream-finder-clear-btn,
.dream-finder-chip {
  min-height: 2.05rem;
  padding: 0 0.72rem;
  border-radius: 999px;
  border: 1px solid rgba(38, 58, 79, 0.18);
  background: rgba(255, 255, 255, 0.7);
  color: #275169;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 700;
  cursor: pointer;
  transition: border-color 0.18s ease, background-color 0.18s ease, transform 0.18s ease;
}

.dream-finder-clear-btn:hover,
.dream-finder-chip:hover {
  transform: translateY(-1px);
  border-color: rgba(28, 111, 100, 0.34);
  background: rgba(35, 155, 143, 0.12);
}

.dream-finder-chip.active {
  border-color: rgba(28, 111, 100, 0.36);
  background: rgba(35, 155, 143, 0.16);
  color: #144f56;
}

.dream-finder-toolbar {
  display: grid;
  gap: 0.42rem;
}

.dream-finder-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.44rem;
}

.dream-finder-grid {
  margin-top: 0;
}

.dream-finder-card {
  align-content: start;
}

.dream-finder-card-label {
  margin: 0;
  width: fit-content;
  min-height: 1.7rem;
  padding: 0 0.58rem;
  border-radius: 999px;
  border: 1px solid rgba(42, 62, 84, 0.16);
  background: rgba(255, 255, 255, 0.68);
  color: #31536c;
  font-size: 0.73rem;
  font-weight: 800;
}

.dream-finder-empty {
  display: grid;
  gap: 0.4rem;
  padding: 0.96rem 1rem;
  border: 1px dashed rgba(41, 100, 115, 0.34);
  border-radius: 1rem;
  background: rgba(239, 249, 247, 0.72);
}

.dream-finder-empty strong {
  color: #1c5560;
  font-size: 0.95rem;
}

.dream-finder-empty p {
  margin: 0;
}

.section-gallery .image-gallery-grid {
  margin-top: 0.88rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.82rem;
}

.image-gallery-card {
  margin: 0;
  display: grid;
  gap: 0.72rem;
  border: 1px solid rgba(40, 53, 70, 0.18);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.66);
  overflow: hidden;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.46),
    0 16px 26px rgba(20, 28, 42, 0.08);
}

.image-gallery-card:nth-child(4n + 1) {
  background:
    radial-gradient(circle at 18% 18%, rgba(207, 198, 255, 0.26), transparent 32%),
    rgba(255, 255, 255, 0.72);
}

.image-gallery-card:nth-child(4n + 2) {
  background:
    radial-gradient(circle at 18% 18%, rgba(159, 228, 216, 0.24), transparent 34%),
    rgba(255, 255, 255, 0.72);
}

.image-gallery-card:nth-child(4n + 3) {
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 209, 153, 0.26), transparent 34%),
    rgba(255, 255, 255, 0.72);
}

.image-gallery-card:nth-child(4n) {
  background:
    radial-gradient(circle at 18% 18%, rgba(243, 196, 211, 0.24), transparent 34%),
    rgba(255, 255, 255, 0.72);
}

.image-gallery-card img {
  display: block;
  width: min(100%, 320px);
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 1rem 1rem 0;
  filter: drop-shadow(0 18px 22px rgba(24, 37, 52, 0.12));
}

.image-gallery-card figcaption {
  display: grid;
  gap: 0.24rem;
  padding: 0 1rem 1rem;
}

.image-gallery-card strong {
  color: #22374c;
  font-family: var(--font-title);
  font-size: 1rem;
  line-height: 1.34;
}

.image-gallery-card span {
  color: #3e5a71;
  font-size: 0.87rem;
  line-height: 1.6;
}

.callout {
  margin-top: 0.62rem;
  border-left: 4px solid rgba(29, 117, 105, 0.56);
  padding: 0.08rem 0 0.08rem 0.64rem;
  color: #37536a;
  font-size: 0.9rem;
}

.home-link {
  margin-top: 0.28rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  min-width: 0;
  min-height: 3rem;
  text-decoration: none;
  border: 1px solid #1a685f;
  border-radius: 999px;
  padding: 0.78rem 1.2rem;
  background: linear-gradient(135deg, #239b8f, #19746a);
  color: #f6fefc;
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.45;
  text-align: center;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: keep-all;
  box-shadow: 0 14px 22px rgba(21, 88, 80, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.home-link:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 24px rgba(21, 88, 80, 0.24);
}

.brand,
.subhead,
.card-eyebrow,
.home-trends-kicker,
.home-trends-panel-head p,
.dream-finder-search-label,
.dream-finder-toolbar-label,
.dream-finder-card-label {
  font-size: var(--type-caption, 0.76rem);
}

.hero-meta span,
.hero-visual-note span,
.card-meta span,
caption,
.tag-links a,
.app-start-chips span,
.trending-list li a strong,
.home-trends-status span,
.home-trends-item-copy span,
.home-trends-item-badge,
.dream-finder-summary span,
.dream-finder-clear-btn,
.dream-finder-chip,
.image-gallery-card span {
  font-size: var(--type-support, 0.82rem);
}

.hero p,
.section p,
.faq-item p {
  font-size: var(--type-body, 0.95rem);
  line-height: 1.62;
}

.card p,
.callout,
.home-trends-status span,
.home-trends-item-copy span,
.dream-finder-summary span,
.image-gallery-card span {
  font-size: var(--type-body-sm, 0.88rem);
  line-height: var(--lh-copy, 1.58);
}

.card h3,
.home-trends-panel-head strong,
.home-trends-status strong,
.dream-finder-summary strong,
.image-gallery-card strong {
  font-size: 1.04rem;
}

@media (max-width: 1080px) {
  .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trending-directory-head {
    grid-template-columns: 1fr;
  }

  .trending-directory-summary {
    min-width: 0;
  }

  .trending-directory-list {
    grid-template-columns: 1fr;
  }

  .home-trends-head {
    grid-template-columns: 1fr;
  }

  .home-trends-status {
    min-width: 0;
  }

  .home-trends-grid {
    grid-template-columns: 1fr;
  }

  .dream-finder-head {
    grid-template-columns: 1fr;
  }

  .dream-finder-summary {
    min-width: 0;
  }
}

@media (max-width: 720px) {
  .hero {
    grid-template-columns: 1fr;
    padding: 1rem;
  }

  .hero-copy {
    gap: 0.62rem;
  }

  .breadcrumb-list {
    gap: 0.34rem;
  }

  .breadcrumb-list a,
  .breadcrumb-list span {
    min-height: 1.72rem;
    padding: 0 0.58rem;
  }

  .grid,
  .related-links {
    grid-template-columns: 1fr;
  }

  .trending-directory-item {
    gap: 0.66rem;
    padding: 0.82rem 0.84rem;
  }

  .trending-directory-rank {
    min-width: 1.84rem;
    height: 1.84rem;
    font-size: 0.8rem;
  }

  .trending-directory-copy strong {
    font-size: 0.94rem;
  }

  .trending-directory-description {
    font-size: 0.82rem;
  }

  .home-trends-item {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .home-trends-item-badge {
    grid-column: 2;
    justify-self: flex-start;
  }

  .home-trends-footer {
    justify-content: stretch;
  }

  .home-trends-more-link {
    width: 100%;
  }

  .dream-finder-search-shell {
    grid-template-columns: 1fr;
  }

  .dream-finder-chip-row {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 0.16rem;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .dream-finder-chip-row::-webkit-scrollbar {
    display: none;
  }

  .dream-finder-chip {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .section-gallery .image-gallery-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual-shell {
    min-height: 0;
    display: grid;
    gap: 0.78rem;
    padding: 0.82rem;
  }

  .hero-visual-image {
    position: relative;
    left: auto;
    bottom: auto;
    display: block;
    width: min(86%, 224px);
    margin: 0 auto;
    transform: none;
  }

  .hero-visual-note {
    position: relative;
    right: auto;
    bottom: auto;
    max-width: none;
    margin: 0;
    text-align: center;
  }

  table {
    min-width: 340px;
  }

  .app-start-link,
  .home-link {
    width: 100%;
    display: flex;
    padding: 0.92rem 1rem;
    border-radius: 1rem;
  }

  .home-link {
    width: 100%;
  }
}

@media (prefers-color-scheme: dark) {
  body::before,
  body::after {
    opacity: 0.18;
  }

  .hero {
    background:
      linear-gradient(140deg, rgba(235, 137, 64, 0.2), rgba(35, 129, 120, 0.17)),
      rgba(14, 27, 40, 0.9);
    border-color: rgba(150, 170, 194, 0.24);
    box-shadow: 0 24px 40px rgba(0, 0, 0, 0.42);
  }

  .hero::before {
    background: radial-gradient(circle, rgba(224, 143, 67, 0.3), transparent 70%);
  }

  .hero::after {
    background: radial-gradient(circle, rgba(70, 184, 170, 0.2), transparent 70%);
  }

  .hero-visual-shell {
    border-color: rgba(132, 156, 182, 0.24);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.06),
      0 24px 40px rgba(0, 0, 0, 0.28);
  }

  .hero-visual-note {
    border-color: rgba(132, 156, 182, 0.28);
    background: rgba(11, 23, 35, 0.84);
    box-shadow: 0 12px 22px rgba(0, 0, 0, 0.22);
  }

  .hero-visual-image {
    opacity: 0.34;
    filter: saturate(0.78) brightness(0.9) drop-shadow(0 24px 28px rgba(0, 0, 0, 0.28));
  }

  .hero-visual-note strong {
    color: #edf6ff;
  }

  .hero-visual-note span {
    color: #bccddd;
  }

  .breadcrumb-list a,
  .breadcrumb-list span,
  .hero-meta span,
  .app-start-section,
  .app-start-chips span,
  .tag-links a,
  .trending-list li a,
  .trending-directory-summary,
  .trending-directory-item,
  .related-links a,
  .faq-item,
  .home-trends-panel,
  .dream-finder-summary,
  .dream-finder-clear-btn,
  .dream-finder-chip,
  .image-gallery-card {
    border-color: rgba(132, 156, 182, 0.34);
    background: rgba(14, 28, 41, 0.72);
  }

  .hero-meta span,
  .breadcrumb-list a,
  .breadcrumb-list span {
    color: #bed5eb;
  }

  .breadcrumb-list li,
  .faq-item p {
    color: #c6d8ea;
  }

  .faq-item summary {
    color: #dceaf8;
  }

  .section {
    border-color: rgba(132, 156, 182, 0.34);
    box-shadow: 0 18px 30px rgba(0, 0, 0, 0.34);
  }

  .card {
    border-color: rgba(132, 156, 182, 0.32);
    background: rgba(12, 24, 38, 0.72);
  }

  .section h2,
  .card h3,
  .trending-directory-copy strong,
  .home-trends-panel-head strong,
  .home-trends-item-copy strong,
  .trending-directory-summary strong,
  .home-trends-status strong,
  .dream-finder-empty strong,
  .image-gallery-card strong {
    color: #d9e8f9;
  }

  .section p,
  .card p,
  .list li,
  .url-list code,
  td,
  .trending-directory-description,
  .trending-directory-summary span,
  .home-trends-item-copy span,
  .home-trends-status span,
  .dream-finder-summary span,
  .image-gallery-card span {
    color: #c6d8ea;
  }

  .home-trends-kicker,
  .home-trends-panel-head p,
  .dream-finder-search-label,
  .dream-finder-toolbar-label,
  .dream-finder-card-label,
  .card-eyebrow {
    color: #a8bdd1;
  }

  .trending-directory-rank,
  .trending-directory-tag {
    border-color: rgba(132, 156, 182, 0.28);
    background: rgba(18, 34, 50, 0.82);
    color: #d2e2f2;
  }

  .home-trends-status,
  .home-trends-more-link {
    border-color: rgba(132, 156, 182, 0.34);
    background: rgba(14, 28, 41, 0.72);
  }

  .home-trends-item {
    border-color: rgba(132, 156, 182, 0.34);
    background: rgba(11, 23, 35, 0.78);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.04),
      0 12px 20px rgba(0, 0, 0, 0.2);
  }

  .trending-directory-item {
    border-color: rgba(132, 156, 182, 0.34);
    background: rgba(11, 23, 35, 0.78);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.04),
      0 12px 20px rgba(0, 0, 0, 0.2);
  }

  .trending-directory-item:hover {
    border-color: rgba(95, 212, 198, 0.4);
  }

  .home-trends-item:hover {
    border-color: rgba(95, 212, 198, 0.4);
  }

  .home-trends-item-badge {
    border-color: rgba(132, 156, 182, 0.28);
    background: rgba(18, 34, 50, 0.82);
    color: #d2e2f2;
  }

  .home-trends-more-link {
    color: #d7fff9;
  }

  .card-meta span {
    border-color: rgba(132, 156, 182, 0.28);
    background: rgba(18, 34, 50, 0.82);
    color: #d2e2f2;
  }

  .dream-finder-search-input {
    border-color: rgba(132, 156, 182, 0.34);
    background: rgba(11, 23, 35, 0.78);
    color: #eef6ff;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.04),
      0 12px 22px rgba(0, 0, 0, 0.18);
  }

  .dream-finder-search-input::placeholder {
    color: #8fa7bf;
  }

  .dream-finder-chip.active {
    border-color: rgba(95, 212, 198, 0.46);
    background: rgba(35, 155, 143, 0.24);
    color: #d7fff9;
  }

  .dream-finder-empty {
    border-color: rgba(95, 212, 198, 0.34);
    background: rgba(12, 30, 38, 0.76);
  }

  caption {
    color: #9db3ca;
  }

  th,
  td {
    border-color: rgba(133, 156, 182, 0.33);
  }

  th {
    background: rgba(17, 33, 48, 0.86);
    color: #c2d7ec;
  }

  .schema {
    border-color: rgba(132, 156, 182, 0.35);
    background: rgba(11, 22, 34, 0.82);
    color: #bdd3e8;
  }

  .home-link {
    border-color: rgba(96, 212, 198, 0.52);
    background: linear-gradient(135deg, #2da89a, #1c7b71);
    box-shadow: 0 14px 22px rgba(0, 0, 0, 0.34);
  }

  .app-start-link {
    color: #f6fffd;
    box-shadow: 0 14px 22px rgba(0, 0, 0, 0.34);
  }

  .callout,
  .site-footer-note {
    color: #a8bdd1;
  }

  a {
    color: #8fd4f9;
  }
}
