:root {
  --gray-1: #5f666e;
  --gray-2: #60676f;
  --gray-3: #52575d;
  --gray-4: #616870;
  --gray-5: #53585e;
  --green: #9cc043;
  --green-dark: #4c8051;
  --green-light: #a5d55a;
  --green-soft: #eaf4d8;
  --orange: #fbb03b;
  --orange-dark: #f26522;
  --black: #000000;
  --white: #ffffff;
  --ink: #000000;
  --muted: var(--gray-2);
  --line: rgba(95, 102, 110, 0.22);
  --paper: #ffffff;
  --wash: #f7f9f4;
  --surface: #ffffff;
  --shadow: 0 18px 50px rgba(83, 88, 94, 0.14);
  --radius: 8px;
  --header-height: 76px;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--wash);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
}

a {
  color: inherit;
}

button,
input,
select {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: var(--header-height);
  padding: 14px clamp(18px, 4vw, 56px);
  background: rgba(253, 254, 251, 0.94);
  border-bottom: 1px solid rgba(76, 128, 81, 0.18);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 210px;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0;
}

.brand img {
  width: 46px;
  height: 46px;
  object-fit: contain;
}

.living-ranking-open { overflow: hidden; }

.living-ranking {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: grid;
  place-items: center;
  padding: clamp(16px, 3vw, 42px);
  color: #f8fbf3;
}

.living-ranking[hidden] { display: none; }

.living-ranking-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(12, 18, 13, 0.93);
  backdrop-filter: blur(14px);
  animation: living-ranking-fade-in 260ms ease both;
}

.living-ranking-shell {
  position: relative;
  display: grid;
  width: min(1460px, 100%);
  max-height: min(840px, calc(100svh - 32px));
  overflow: hidden;
  border: 1px solid rgba(183, 218, 126, 0.28);
  border-radius: 8px;
  background: #151b16;
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.48);
  animation: living-ranking-shell-in 420ms cubic-bezier(0.2, 0.84, 0.24, 1) both;
}

.living-ranking-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
  padding: clamp(22px, 4vw, 42px) clamp(22px, 5vw, 58px) 18px;
}

.living-ranking-kicker {
  display: block;
  margin-bottom: 8px;
  color: #c3e488;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.living-ranking-header h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(2.1rem, 4.5vw, 4.8rem);
  line-height: 0.95;
}

.living-ranking-header p {
  max-width: 560px;
  margin: 13px 0 0;
  color: rgba(239, 246, 233, 0.68);
  font-size: 1rem;
  line-height: 1.45;
}

.living-ranking-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.living-ranking-close,
.living-ranking-audio,
.living-ranking-pause {
  display: grid;
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(244, 251, 238, 0.28);
  border-radius: 50%;
  background: transparent;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

.living-ranking-audio {
  color: #f8fbf3;
  font-size: 1.45rem;
  line-height: 1;
}

.living-ranking-pause {
  color: #f8fbf3;
  font-size: 1.08rem;
  font-weight: 900;
}

.living-ranking-close:hover,
.living-ranking-close:focus-visible {
  border-color: var(--orange);
  background: var(--orange);
  color: #1a1710;
  outline: none;
}

.living-ranking-audio:hover,
.living-ranking-audio:focus-visible,
.living-ranking-audio[aria-pressed="true"],
.living-ranking-pause:hover,
.living-ranking-pause:focus-visible,
.living-ranking-pause[aria-pressed="true"] {
  border-color: var(--orange);
  background: var(--orange);
  color: #1a1710;
  outline: none;
}

.living-ranking-viewport {
  position: relative;
  min-height: clamp(350px, 51vh, 530px);
  overflow: hidden;
  touch-action: none;
  border-top: 1px solid rgba(211, 237, 181, 0.1);
  border-bottom: 1px solid rgba(211, 237, 181, 0.1);
  background:
    linear-gradient(90deg, #151b16 0%, transparent 13%, transparent 87%, #151b16 100%),
    radial-gradient(circle at 50% 38%, rgba(156, 192, 67, 0.18), transparent 42%);
}

.living-ranking-viewport::before,
.living-ranking-viewport::after {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  width: min(17vw, 190px);
  content: "";
  pointer-events: none;
}

.living-ranking-viewport::before { left: 0; background: linear-gradient(90deg, #151b16, transparent); }
.living-ranking-viewport::after { right: 0; background: linear-gradient(270deg, #151b16, transparent); }

.living-ranking-wall {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2vw, 30px);
  width: max-content;
  min-height: inherit;
  padding: 34px 0 48px calc(50vw - clamp(112px, 10vw, 155px));
  transform: translate3d(0, 0, 0);
  transition: none;
  will-change: transform;
}

.living-ranking-viewport.is-exploding .living-ranking-wall {
  opacity: 0;
  transition: opacity 70ms ease-out;
}

.living-ranking-quickview {
  position: absolute;
  z-index: 8;
  inset: 14px;
  display: grid;
  place-items: center;
  pointer-events: auto;
}

.living-ranking-quickview[hidden] { display: none; }

.living-ranking-expanded-card {
  position: relative;
  display: block;
  flex: 0 0 auto;
  width: auto;
  height: 100%;
  max-width: calc(100% - 14px);
  overflow: hidden;
  border-color: var(--orange);
  box-shadow: 0 30px 72px rgba(0, 0, 0, 0.58);
  animation: living-ranking-expanded-card-in 220ms cubic-bezier(0.2, 0.82, 0.25, 1) both;
}

.living-ranking-card.living-ranking-expanded-card {
  flex-basis: auto;
}

.living-ranking-card.living-ranking-expanded-card:hover,
.living-ranking-card.living-ranking-expanded-card:focus-within {
  z-index: 4;
  border-color: var(--orange);
  box-shadow: 0 30px 72px rgba(0, 0, 0, 0.58);
  transform: none;
}

.living-ranking-expanded-card .living-ranking-shot {
  transition: none;
}

.living-ranking-expanded-card:hover .living-ranking-shot,
.living-ranking-expanded-card:focus-within .living-ranking-shot {
  transform: none;
}

.living-ranking-expanded-open {
  position: absolute;
  z-index: 3;
  right: 13px;
  top: calc(72% - 52px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 42px;
  padding: 10px 14px;
  border-radius: 5px;
  background: var(--orange);
  color: #17130d;
  font-size: 0.84rem;
  font-weight: 900;
  text-decoration: none;
}

.living-ranking-expanded-open:hover,
.living-ranking-expanded-open:focus-visible {
  background: #ffc15d;
  outline: 2px solid var(--ink);
  outline-offset: 2px;
}

.living-ranking-card.is-quick-selected {
  opacity: 0;
  pointer-events: none;
}

.living-ranking-pixel-layer {
  position: absolute;
  z-index: 9;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.living-ranking-pixel-layer i {
  position: absolute;
  display: block;
  background-image: var(--pixel-snapshot);
  background-repeat: no-repeat;
  will-change: transform, opacity;
  animation: living-ranking-pixel-dissolve 460ms cubic-bezier(0.18, 0.7, 0.28, 1) var(--pixel-delay, 0ms) both;
}

.living-ranking-pixel-logo {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: min(220px, 38%);
  height: auto;
  opacity: 0;
  transform: translate3d(-50%, -50%, 0) scale(0.72);
  filter: drop-shadow(0 16px 26px rgba(0, 0, 0, 0.45));
  animation: living-ranking-pixel-logo 470ms cubic-bezier(0.2, 0.84, 0.24, 1) 400ms both;
}

.living-ranking-mango {
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 50%;
  width: 104px;
  height: 104px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  filter: drop-shadow(0 14px 18px rgba(0, 0, 0, 0.4));
  transform-origin: 50% 50%;
  animation: living-ranking-mango-flight var(--mango-duration, 2s) cubic-bezier(0.22, 0.75, 0.28, 1) both;
}

.living-ranking-mango img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.living-ranking-mango:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 5px;
  border-radius: 50%;
}

.living-ranking-mango.is-celebrating {
  animation: living-ranking-mango-celebrate 420ms cubic-bezier(0.18, 0.82, 0.25, 1) both;
}

.living-ranking-confetti {
  position: absolute;
  z-index: 11;
  width: 0;
  height: 0;
  pointer-events: none;
}

.living-ranking-confetti i {
  position: absolute;
  display: block;
  width: 7px;
  height: 11px;
  border-radius: 1px;
  animation: living-ranking-confetti 950ms cubic-bezier(0.14, 0.65, 0.25, 1) var(--confetti-delay, 0ms) both;
}

.living-ranking-card {
  position: relative;
  display: block;
  flex: 0 0 clamp(224px, 20vw, 310px);
  aspect-ratio: 0.74;
  overflow: hidden;
  border: 1px solid rgba(225, 243, 202, 0.24);
  border-radius: 7px;
  background: #eff5e8;
  color: var(--ink);
  text-decoration: none;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.3);
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.living-ranking-card:hover,
.living-ranking-card:focus-visible {
  z-index: 3;
  border-color: var(--orange);
  box-shadow: 0 26px 56px rgba(0, 0, 0, 0.5);
  outline: none;
  transform: translateY(-8px);
}

.living-ranking-shot {
  display: block;
  width: 100%;
  height: 72%;
  border-bottom: 1px solid rgba(17, 28, 18, 0.12);
  object-fit: cover;
  object-position: top center;
  transition: transform 260ms ease;
}

.living-ranking-card:hover .living-ranking-shot,
.living-ranking-card:focus-visible .living-ranking-shot { transform: scale(1.05); }

.living-ranking-card.is-new { border-color: var(--orange); }
.living-ranking-card.is-new .living-ranking-rank { min-width: 52px; padding-inline: 9px; font-size: 0.66rem; }
.living-ranking-card.is-new .living-ranking-card-meta > b { color: var(--orange); }

.living-ranking-burst {
  display: grid;
  flex: 0 0 clamp(210px, 18vw, 280px);
  place-content: center;
  min-height: clamp(302px, 28vw, 432px);
  padding: 26px;
  border: 1px solid rgba(251, 176, 59, 0.68);
  border-radius: 8px;
  background: linear-gradient(135deg, #f26522, #fbb03b);
  color: #1b1710;
  text-decoration: none;
  text-align: center;
  box-shadow: 0 20px 44px rgba(242, 101, 34, 0.22);
}

.living-ranking-burst span,
.living-ranking-burst small { font-size: 0.75rem; font-weight: 800; text-transform: uppercase; }
.living-ranking-burst strong { display: block; margin: 10px 0 6px; font-size: clamp(1.45rem, 2.1vw, 2.2rem); line-height: 1; }
.living-ranking-burst:hover,
.living-ranking-burst:focus-visible { outline: 3px solid #fff; outline-offset: 3px; transform: scale(1.03); }

.living-ranking-rank {
  position: absolute;
  z-index: 1;
  top: 13px;
  left: 13px;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 50%;
  background: var(--orange);
  color: #1b170d;
  font-size: 0.84rem;
  font-weight: 900;
}

.living-ranking-card-meta {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  gap: 9px;
  align-items: center;
  min-height: 28%;
  padding: 12px;
}

.living-ranking-card-meta > img {
  width: 38px;
  height: 38px;
  padding: 4px;
  border: 1px solid rgba(16, 39, 21, 0.12);
  border-radius: 6px;
  background: #fff;
  object-fit: contain;
}

.living-ranking-card-meta > span { min-width: 0; }
.living-ranking-card-meta strong,
.living-ranking-card-meta small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.living-ranking-card-meta strong { font-size: 0.9rem; }
.living-ranking-card-meta small { margin-top: 3px; color: var(--muted); font-size: 0.68rem; }
.living-ranking-card-meta > b { color: var(--green); font-size: 1.22rem; line-height: 0.9; text-align: right; }
.living-ranking-card-meta > b small { margin-top: 3px; font-size: 0.54rem; text-transform: uppercase; }

.living-ranking-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 15px clamp(22px, 5vw, 58px) 18px;
  color: rgba(239, 246, 233, 0.52);
  font-size: 0.78rem;
}

.living-ranking-mobile-tip { display: none; }

@keyframes living-ranking-fade-in { from { opacity: 0; } to { opacity: 1; } }
@keyframes living-ranking-shell-in { from { opacity: 0; transform: translateY(18px) scale(0.985); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes living-ranking-expanded-card-in { from { opacity: 0; transform: translateY(12px) scale(0.965); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes living-ranking-pixel-dissolve { 0% { opacity: 1; transform: translate3d(0, 0, 0) rotate(0deg) scale(1); } 100% { opacity: 0; transform: translate3d(var(--pixel-x), var(--pixel-y), 0) rotate(var(--pixel-rotate)) scale(0.5); } }
@keyframes living-ranking-pixel-logo { 0% { opacity: 0; transform: translate3d(-50%, -50%, 0) scale(0.72); } 52% { opacity: 1; transform: translate3d(-50%, -50%, 0) scale(1.06); } 100% { opacity: 1; transform: translate3d(-50%, -50%, 0) scale(1); } }
@keyframes living-ranking-mango-flight {
  0% { opacity: 0; transform: translate3d(var(--mango-from-x), var(--mango-from-y), 0) rotate(var(--mango-start-rotate)) scale(0.6); }
  11% { opacity: 1; }
  52% { transform: translate3d(0, 0, 0) rotate(var(--mango-mid-rotate)) scale(1); }
  89% { opacity: 1; }
  100% { opacity: 0; transform: translate3d(var(--mango-to-x), var(--mango-to-y), 0) rotate(var(--mango-end-rotate)) scale(0.67); }
}
@keyframes living-ranking-mango-celebrate { 0% { opacity: 1; transform: translate3d(0, 0, 0) scale(1); } 48% { opacity: 1; transform: translate3d(0, -12px, 0) scale(1.34) rotate(-7deg); } 100% { opacity: 0; transform: translate3d(0, 12px, 0) scale(0.15) rotate(18deg); } }
@keyframes living-ranking-confetti { 0% { opacity: 0; transform: translate3d(0, 0, 0) rotate(0deg) scale(0.5); } 14% { opacity: 1; } 100% { opacity: 0; transform: translate3d(var(--confetti-x), var(--confetti-y), 0) rotate(var(--confetti-rotate)) scale(0.78); } }
.nav-links {
  display: flex;
  align-items: center;
  gap: 26px;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 650;
}

.nav-links a,
.header-cta {
  text-decoration: none;
}

.nav-links a:hover {
  color: var(--green-dark);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-actions .header-choice:not(.is-active) {
  display: none;
}

.newsletter-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(76, 128, 81, 0.24);
  border-radius: 999px;
  color: var(--green-dark);
  background: var(--green-soft);
  font-size: 0.88rem;
  font-weight: 850;
  text-decoration: none;
}

.header-cta,
.button,
.stack-form button,
.tool-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border: 0;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  font-size: 0.92rem;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    background 160ms ease;
}

.header-cta:hover,
.button:hover,
.stack-form button:hover,
.tool-action:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 26px rgba(32, 37, 42, 0.16);
}

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

.button.secondary {
  background: transparent;
  color: var(--ink);
  border: 1px solid rgba(32, 37, 42, 0.18);
}

.hero {
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  gap: clamp(16px, 2.4vw, 28px);
  min-height: auto;
  padding: clamp(20px, 3.4vw, 40px) clamp(18px, 5vw, 72px) clamp(26px, 4vw, 44px);
  background:
    linear-gradient(110deg, rgba(156, 192, 67, 0.16), transparent 42%),
    radial-gradient(circle at 86% 20%, rgba(251, 176, 59, 0.16), transparent 32%),
    var(--paper);
  overflow: hidden;
}

.hero-copy {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
}

.hero h1 {
  margin: 0 0 6px;
  font-size: clamp(2.7rem, 5.2vw, 5.3rem);
  line-height: 0.92;
  letter-spacing: 0;
}

.hero-lede {
  max-width: 760px;
  margin: 0;
  color: var(--green-dark);
  font-size: clamp(1.08rem, 2vw, 1.55rem);
  font-weight: 850;
  line-height: 1.16;
}

.hero-copy p:not(.hero-lede) {
  max-width: 660px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1.02rem, 1.8vw, 1.24rem);
  line-height: 1.62;
}

.hero-quick-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(88px, 1fr));
  gap: 8px;
  min-width: min(100%, 340px);
}

.hero-quick-stats a {
  display: grid;
  gap: 2px;
  min-height: 58px;
  padding: 9px 12px;
  border: 1px solid rgba(76, 128, 81, 0.2);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.78);
  color: var(--ink);
  text-decoration: none;
}

.hero-quick-stats strong {
  color: var(--green-dark);
  font-size: 1.36rem;
  line-height: 1;
}

.hero-quick-stats span {
  color: var(--gray-3);
  font-size: 0.78rem;
  font-weight: 850;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.instant-panel {
  display: grid;
  grid-template-columns: minmax(420px, 1.15fr) minmax(285px, 0.72fr) minmax(255px, 0.56fr);
  gap: 16px;
  align-items: stretch;
}

.daily-tool,
.newsletter-card,
.hero-toplist {
  border: 1px solid rgba(76, 128, 81, 0.22);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.newsletter-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 22px;
  background:
    linear-gradient(145deg, rgba(251, 176, 59, 0.18), transparent 42%),
    rgba(255, 255, 255, 0.94);
}

.newsletter-badge {
  width: max-content;
  max-width: 100%;
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--green-soft);
  color: var(--green-dark);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.newsletter-card h2 {
  margin: 0;
  font-size: clamp(1.55rem, 2.4vw, 2.25rem);
  line-height: 1;
}

.newsletter-card p {
  margin: 0;
  color: var(--gray-3);
  font-weight: 700;
  line-height: 1.42;
}

.newsletter-points {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.newsletter-points span {
  padding: 6px 9px;
  border-radius: 999px;
  background: rgba(156, 192, 67, 0.18);
  color: var(--green-dark);
  font-size: 0.76rem;
  font-weight: 900;
}

.beehiiv-form-slot {
  min-height: 138px;
  margin-top: 2px;
  overflow: hidden;
}

.beehiiv-form-slot iframe {
  width: 100% !important;
  max-width: 100% !important;
}

.daily-tool {
  display: grid;
  grid-template-rows: auto auto 1fr;
}

.daily-preview .preview {
  min-height: 230px;
}

.daily-copy {
  display: grid;
  gap: 14px;
  padding: 24px;
}

.daily-heading {
  padding-bottom: 16px;
}

.daily-kicker {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px 14px;
}

.daily-award {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: max-content;
  max-width: 100%;
  min-height: 38px;
  padding: 6px 12px 6px 7px;
  border: 1px solid rgba(242, 101, 34, 0.34);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(251, 176, 59, 0.18), rgba(156, 192, 67, 0.18));
  color: var(--orange-dark);
  font-size: clamp(0.88rem, 1.4vw, 1.05rem);
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: 0 12px 28px rgba(242, 101, 34, 0.12);
}

.daily-award span {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--orange);
  color: #fff;
  font-size: 0.68rem;
  letter-spacing: 0;
}

.eyebrow {
  color: var(--orange-dark);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.daily-date {
  color: var(--gray-3);
  font-size: 1.2rem;
  font-weight: 900;
}

.daily-copy h2 {
  margin: 0;
  font-size: clamp(2rem, 3.5vw, 3rem);
  line-height: 1;
}

.daily-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.48;
}

.daily-copy .tool-action {
  width: max-content;
  margin-top: 2px;
}

.daily-mini-list {
  display: none;
}

.hero-toplist {
  display: grid;
  grid-template-rows: auto 1fr auto;
  padding: 18px;
}

.hero-rank-list {
  display: grid;
  gap: 7px;
  margin: 12px 0 14px;
}

.hero-rank-row {
  display: grid;
  grid-template-columns: 24px 30px 1fr 38px;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  border: 1px solid rgba(95, 102, 110, 0.14);
  border-radius: 7px;
  padding: 0 8px;
  background: var(--surface);
  color: var(--ink);
  cursor: pointer;
}

.hero-rank-row:hover {
  border-color: rgba(76, 128, 81, 0.35);
  background: var(--green-soft);
}

.hero-rank-row .rank-number {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--green-soft);
  color: var(--green-dark);
  font-size: 0.78rem;
  font-weight: 950;
}

.tool-logo {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(76, 128, 81, 0.14);
  border-radius: 7px;
  background: var(--wash);
  overflow: hidden;
}

.tool-logo img {
  display: block;
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.tool-logo i {
  display: none;
  color: var(--green-dark);
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 950;
}

.tool-logo.logo-missing i {
  display: grid;
  place-items: center;
}

.hero-rank-label {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.hero-rank-row strong,
.hero-rank-row small {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}

.hero-rank-row small {
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 850;
}

.hero-rank-row em {
  font-style: normal;
  color: var(--green-dark);
  font-weight: 950;
}

.hero-panel {
  position: relative;
  padding: 26px;
  border: 1px solid rgba(76, 128, 81, 0.22);
  border-radius: var(--radius);
  background: rgba(253, 254, 251, 0.86);
  box-shadow: var(--shadow);
}

.panel-topline,
.hero-metrics {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.panel-topline span,
.panel-topline strong {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 800;
}

.radar-orbit {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  margin: 24px auto;
  max-width: 360px;
  border: 1px solid rgba(76, 128, 81, 0.18);
  border-radius: 50%;
  background:
    linear-gradient(90deg, transparent 49.6%, rgba(76, 128, 81, 0.13) 50%, transparent 50.4%),
    linear-gradient(0deg, transparent 49.6%, rgba(76, 128, 81, 0.13) 50%, transparent 50.4%),
    radial-gradient(circle, rgba(156, 192, 67, 0.16), transparent 66%);
}

.orbit-center {
  display: grid;
  place-items: center;
  width: 154px;
  height: 154px;
  border: 1px solid rgba(242, 101, 34, 0.3);
  border-radius: 50%;
  background: var(--paper);
  box-shadow: 0 16px 40px rgba(76, 128, 81, 0.16);
}

.orbit-center strong {
  font-size: 3.1rem;
  line-height: 1;
}

.orbit-center span,
.hero-metrics span {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 750;
}

.orbit-dot {
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 8px rgba(251, 176, 59, 0.15);
  animation: pulse 2.6s ease-in-out infinite;
}

.dot-one {
  top: 16%;
  right: 22%;
}

.dot-two {
  bottom: 18%;
  left: 20%;
  background: var(--green);
  box-shadow: 0 0 0 8px rgba(156, 192, 67, 0.18);
  animation-delay: 420ms;
}

.dot-three {
  bottom: 32%;
  right: 8%;
  background: var(--orange-dark);
  animation-delay: 780ms;
}

.hero-metrics {
  border-top: 1px solid rgba(76, 128, 81, 0.16);
  padding-top: 18px;
}

.hero-metrics div {
  display: grid;
  gap: 3px;
}

.hero-metrics strong {
  font-size: 1.24rem;
}

.source-footnote {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 14px;
  padding: 16px clamp(18px, 5vw, 72px) 28px;
  background: var(--paper);
  color: var(--muted);
  border-top: 1px solid rgba(76, 128, 81, 0.12);
  font-size: 0.78rem;
  font-weight: 800;
}

.source-footnote span {
  color: var(--gray-3);
}

.source-footnote a {
  color: var(--muted);
  text-decoration: none;
  border-bottom: 1px solid rgba(95, 102, 110, 0.25);
}

.seo-category-links {
  display: grid;
  grid-template-columns: minmax(220px, 0.65fr) minmax(0, 1.35fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: start;
  padding: clamp(42px, 7vw, 72px) clamp(18px, 5vw, 72px);
  border-top: 1px solid rgba(76, 128, 81, 0.12);
  background: var(--surface);
}

.seo-category-links h2 {
  margin: 0;
  font-size: clamp(1.65rem, 3vw, 2.5rem);
}

.seo-category-link-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 24px;
}

.seo-category-link-grid a {
  display: flex;
  align-items: center;
  min-height: 48px;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  font-weight: 850;
  text-decoration: none;
}

.seo-category-link-grid a::after {
  margin-left: auto;
  color: var(--green-dark);
  content: "→";
}

.section {
  padding: clamp(52px, 8vw, 92px) clamp(18px, 5vw, 72px);
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.65fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
  background: var(--wash);
}

.intro-grid h2,
.section-heading h2,
.tool-workspace h2,
.update-system h2,
.lead-magnet h2 {
  margin: 0 0 14px;
  font-size: clamp(2rem, 4.2vw, 4.1rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.intro-grid p,
.section-heading p,
.workspace-header p,
.update-system p,
.lead-magnet p {
  margin: 0;
  max-width: 760px;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.65;
}

.score-explainer {
  margin-top: 8px;
  color: var(--green-dark);
  font-size: 0.92rem;
  font-weight: 800;
}

.score-model {
  padding: 24px;
  border-radius: var(--radius);
  background: var(--paper);
  border: 1px solid var(--line);
  box-shadow: 0 14px 36px rgba(32, 37, 42, 0.07);
}

.score-model h3 {
  margin: 0 0 16px;
  font-size: 1rem;
  text-transform: uppercase;
  color: var(--green-dark);
}

.score-model ul {
  display: grid;
  gap: 11px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.score-model li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 9px;
  border-bottom: 1px solid rgba(76, 128, 81, 0.14);
}

.tool-workspace {
  background: var(--paper);
}

.workspace-header,
.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.workspace-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.workspace-stats span {
  padding: 10px 12px;
  border: 1px solid rgba(76, 128, 81, 0.16);
  border-radius: 999px;
  background: var(--wash);
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 800;
}

.workspace-stats strong {
  color: var(--ink);
}

.controls {
  margin-bottom: 28px;
}

.category-filter-bar {
  display: block;
}

.controls label,
.stack-form label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.controls input,
.controls select,
.stack-form input,
.stack-form select,
.stack-form textarea {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 0 12px;
  background: var(--surface);
  color: var(--ink);
  font-size: 0.95rem;
  text-transform: none;
  outline: none;
}

.stack-form textarea {
  min-height: 112px;
  padding: 12px;
  line-height: 1.45;
  resize: vertical;
}

.controls input:focus,
.controls select:focus,
.stack-form input:focus,
.stack-form select:focus,
.stack-form textarea:focus {
  border-color: var(--green-dark);
  box-shadow: 0 0 0 3px rgba(156, 192, 67, 0.22);
}

.switches {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.switches label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 32px;
  padding: 0 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface);
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: none;
  cursor: pointer;
  user-select: none;
  transition:
    background 160ms ease,
    border-color 160ms ease,
    color 160ms ease,
    transform 160ms ease;
}

.switches label:hover {
  border-color: rgba(76, 128, 81, 0.38);
  color: var(--ink);
  transform: translateY(-1px);
}

.switches label:has(input:checked) {
  border-color: var(--green-dark);
  background: var(--green-soft);
  color: var(--green-dark);
}

.switches input {
  width: 15px;
  height: 15px;
  accent-color: var(--green-dark);
}

.workspace-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 26px;
  align-items: start;
}

.category-buttons {
  display: flex;
  flex-wrap: nowrap;
  gap: 7px;
  padding: 2px 2px 10px;
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(76, 128, 81, 0.35) transparent;
}

.category-button {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
  min-width: 116px;
  min-height: 38px;
  border: 1px solid rgba(76, 128, 81, 0.16);
  border-radius: 999px;
  padding: 0 11px;
  background: var(--surface);
  color: var(--muted);
  text-align: center;
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(32, 37, 42, 0.04);
  text-decoration: none;
}

.controls .category-select-wrap {
  display: none;
}

.tool-card h3 a {
  color: inherit;
  text-decoration: none;
}

.category-button:hover,
.category-button.active {
  border-color: rgba(76, 128, 81, 0.34);
  background: var(--green-soft);
  color: var(--ink);
}

.category-button span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1;
}

.category-button strong {
  align-self: center;
  color: var(--green-dark);
  line-height: 1;
}

.tool-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.tool-card {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  min-height: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  overflow: hidden;
  cursor: pointer;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    border-color 160ms ease;
}

.tool-card:hover {
  transform: translateY(-3px);
  border-color: rgba(76, 128, 81, 0.34);
  box-shadow: 0 16px 34px rgba(32, 37, 42, 0.1);
}

.tool-card:focus-visible {
  outline: 3px solid rgba(156, 192, 67, 0.42);
  outline-offset: 3px;
}

.preview {
  position: relative;
  min-height: 132px;
  padding: 13px;
  background:
    linear-gradient(135deg, var(--preview-a), var(--preview-b)),
    var(--green-soft);
}

.screenshot-preview {
  display: block;
  position: relative;
  min-height: 172px;
  padding: 0;
  background: #fff;
  border: 1px solid rgba(76, 128, 81, 0.2);
  border-radius: 8px;
  cursor: pointer;
  overflow: hidden;
  text-decoration: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7);
}

.tool-card .screenshot-preview {
  min-height: 0;
  aspect-ratio: 16 / 7;
  margin: 0 16px;
  border-radius: 8px;
}

.screenshot-preview img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: contain;
  object-position: top center;
  filter: saturate(0.96);
}

.tool-card .screenshot-preview img {
  object-fit: cover;
  object-position: top center;
}

.daily-preview .screenshot-preview {
  min-height: 260px;
  aspect-ratio: 16 / 9;
  border-radius: 8px;
}

.browser-frame {
  height: 100%;
  min-height: 106px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.78);
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(32, 37, 42, 0.1);
}

.browser-bar {
  display: flex;
  align-items: center;
  gap: 5px;
  height: 24px;
  padding: 0 9px;
  background: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(32, 37, 42, 0.08);
}

.browser-bar i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(32, 37, 42, 0.23);
}

.preview-body {
  display: grid;
  grid-template-columns: 1fr 44px;
  gap: 10px;
  padding: 12px;
}

.preview-lines {
  display: grid;
  gap: 7px;
}

.preview-lines span {
  height: 8px;
  border-radius: 999px;
  background: rgba(32, 37, 42, 0.12);
}

.preview-lines span:nth-child(1) {
  width: 82%;
}

.preview-lines span:nth-child(2) {
  width: 56%;
}

.preview-lines span:nth-child(3) {
  width: 70%;
}

.preview-mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 7px;
  background: rgba(76, 128, 81, 0.14);
  color: var(--green-dark);
  font-size: 1.35rem;
  font-weight: 900;
}

.tool-body {
  padding: 17px;
}

.tool-card-header {
  padding-bottom: 13px;
}

.tool-meta {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.tool-meta .tool-logo {
  width: 34px;
  height: 34px;
  background: #fff;
}

.tool-meta .tool-logo img {
  width: 24px;
  height: 24px;
}

.tool-meta .tool-logo i {
  font-size: 0.72rem;
}

.category-label {
  min-width: 0;
  color: var(--green-dark);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.score {
  flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border: 2px solid var(--green);
  border-radius: 50%;
  background: #fff;
  font-weight: 900;
}

.score-with-label {
  grid-template-rows: auto auto;
  align-content: center;
  gap: 0;
  line-height: 1;
}

.score-with-label strong {
  font-size: 0.95rem;
}

.score-with-label small {
  color: var(--green-dark);
  font-size: 0.56rem;
  font-weight: 950;
  text-transform: uppercase;
}

.tool-card h3 {
  margin: 0 0 8px;
  font-size: 1.25rem;
  line-height: 1.15;
}

.tool-card-header h3 {
  margin-bottom: 0;
}

.tool-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.48;
}

.tool-card .tool-body > p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.decision-snippets {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

.decision-snippet {
  padding: 10px 11px;
  border: 1px solid rgba(76, 128, 81, 0.18);
  border-radius: 8px;
  background: #f7fbef;
}

.decision-snippet span {
  display: block;
  margin-bottom: 4px;
  color: var(--green-dark);
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.decision-snippet p {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: var(--gray-3);
  font-size: 0.84rem;
  line-height: 1.38;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.decision-snippet.warning {
  border-color: rgba(251, 176, 59, 0.35);
  background: #fff8e9;
}

.decision-snippet.warning span {
  color: #9c4c16;
}

.feature-list {
  display: grid;
  gap: 6px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.feature-list li {
  position: relative;
  padding-left: 17px;
  color: var(--gray-3);
  font-size: 0.84rem;
  font-weight: 750;
  line-height: 1.35;
}

.feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--orange);
}

.feature-list-drawer {
  margin-top: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-list-drawer li {
  min-height: 38px;
  padding: 9px 10px 9px 24px;
  border: 1px solid rgba(76, 128, 81, 0.16);
  border-radius: 8px;
  background: var(--surface);
}

.feature-list-drawer li::before {
  left: 10px;
  top: 17px;
}

.badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 13px;
}

.badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 5px 10px;
  border-radius: 999px;
  background: var(--green-soft);
  color: var(--green-dark);
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1;
  text-align: center;
}

.badge.orange {
  background: #fff0d6;
  color: #9c4c16;
}

.badge.mango-pick {
  background: linear-gradient(135deg, var(--orange), var(--orange-dark));
  color: var(--white);
  box-shadow: 0 8px 18px rgba(242, 101, 34, 0.18);
}

.tool-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 14px 17px 17px;
  border-top: 1px solid rgba(76, 128, 81, 0.12);
}

.tool-footer span {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 800;
}

.tool-footer-actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
}

.linkedin-share {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 38px;
  padding: 7px 10px;
  border: 1px solid #b9d2ec;
  border-radius: 999px;
  background: #fff;
  color: #0a66c2;
  font-size: 0.74rem;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  transition: border-color 150ms ease, background 150ms ease, transform 150ms ease;
}

.linkedin-share:hover {
  border-color: #0a66c2;
  background: #eef6ff;
  transform: translateY(-1px);
}

.linkedin-share:focus-visible {
  outline: 3px solid rgba(10, 102, 194, 0.28);
  outline-offset: 2px;
}

.linkedin-share-mark {
  display: grid;
  width: 16px;
  height: 16px;
  place-items: center;
  border-radius: 3px;
  background: #0a66c2;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0;
}

.linkedin-share-compact {
  width: 38px;
  padding: 0;
}

.linkedin-share-compact .linkedin-share-label {
  display: none;
}

.community-like {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 38px;
  padding: 7px 10px;
  border: 1px solid rgba(76, 128, 81, 0.28);
  border-radius: 999px;
  background: #fff;
  color: var(--green-dark);
  font: inherit;
  font-size: 0.74rem;
  font-weight: 900;
  line-height: 1.15;
  cursor: pointer;
  transition: background 150ms ease, border-color 150ms ease, color 150ms ease, transform 150ms ease;
}

.community-like:hover:not(:disabled) {
  border-color: var(--green-dark);
  background: var(--green-soft);
  transform: translateY(-1px);
}

.community-like:focus-visible {
  outline: 3px solid rgba(156, 192, 67, 0.42);
  outline-offset: 2px;
}

.community-like.is-liked {
  border-color: var(--green-dark);
  background: var(--green-dark);
  color: #fff;
}

.community-like.is-liked .community-like-count {
  color: #fff;
}

.community-like.is-retryable {
  border-color: var(--orange);
  background: #fff7e9;
  color: #9a4a10;
}

.community-like:disabled,
.community-like.is-unavailable {
  cursor: not-allowed;
  opacity: 0.68;
}

.community-like-icon { font-size: 0.92rem; line-height: 1; }
.community-like-count { font-size: 0.68rem; font-variant-numeric: tabular-nums; white-space: nowrap; }
.community-like-count[hidden] { display: none; }
.community-like-drawer { width: auto; min-height: 46px; padding-inline: 14px; }
.community-like-daily { margin-top: 12px; }

.tool-action {
  min-height: 36px;
  padding: 0 12px;
  background: var(--green-dark);
  font-size: 0.82rem;
}

.cm-tip {
  display: grid;
  gap: 6px;
  padding: 14px;
  border: 1px solid rgba(242, 101, 34, 0.28);
  border-radius: var(--radius);
  background: #fff7e7;
}

.cm-tip strong {
  color: #9c4c16;
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.cm-tip p {
  margin: 0;
  color: var(--gray-3);
  line-height: 1.45;
}

.cm-tip-compact {
  padding: 12px;
}

.cm-tip-compact p {
  font-size: 0.9rem;
}

.rankings {
  background: var(--wash);
}

.ranking-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 20px;
}

.ranking-tab {
  min-height: 40px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 14px;
  background: var(--paper);
  color: var(--muted);
  font-weight: 850;
  cursor: pointer;
}

.ranking-tab.active {
  background: var(--green-dark);
  color: #fff;
  border-color: var(--green-dark);
}

.ranking-list {
  display: grid;
  gap: 10px;
}

.ranking-row {
  display: grid;
  grid-template-columns: 52px 1fr auto;
  gap: 16px;
  align-items: center;
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
}

.ranking-row .rank {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--green-soft);
  color: var(--green-dark);
  font-weight: 950;
}

.ranking-row h3 {
  margin: 0 0 4px;
  font-size: 1.03rem;
}

.ranking-row p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.comparison {
  background: var(--paper);
}

.comparison-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.comparison-card {
  display: grid;
  gap: 16px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}

.comparison-card h3 {
  margin: 0;
  font-size: 1.35rem;
}

.comparison-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.comparison-tools {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.comparison-tools span {
  padding: 8px 10px;
  border-radius: 999px;
  background: var(--green-soft);
  color: var(--green-dark);
  font-size: 0.82rem;
  font-weight: 900;
}

.update-system,
.lead-magnet {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(300px, 0.65fr);
  gap: clamp(28px, 6vw, 84px);
  align-items: start;
}

.update-system {
  background: var(--green-dark);
  color: #fff;
}

.update-system p {
  color: rgba(255, 255, 255, 0.78);
}

.update-steps {
  display: grid;
  gap: 13px;
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: steps;
}

.update-steps li {
  display: grid;
  gap: 6px;
  position: relative;
  padding: 18px 18px 18px 54px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
}

.update-steps li::before {
  counter-increment: steps;
  content: counter(steps);
  position: absolute;
  left: 16px;
  top: 17px;
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--orange);
  color: var(--ink);
  font-weight: 950;
}

.update-steps span {
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.5;
}

.lead-magnet {
  background:
    linear-gradient(100deg, rgba(251, 176, 59, 0.16), transparent 54%),
    var(--paper);
}

.stack-form {
  display: grid;
  gap: 12px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.stack-form button {
  width: 100%;
  background: var(--orange-dark);
}

.form-message {
  min-height: 22px;
  margin: 0;
  color: var(--green-dark);
  font-size: 0.9rem;
  font-weight: 850;
}

.form-newsletter {
  color: var(--green-dark);
  font-size: 0.9rem;
  font-weight: 850;
  text-align: center;
  text-decoration: none;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(240px, 0.7fr) minmax(280px, 1fr);
  gap: 28px;
  padding: 34px clamp(18px, 5vw, 72px);
  background: var(--black);
  color: #fff;
}

.site-footer div {
  display: grid;
  gap: 8px;
  max-width: 480px;
}

.site-footer img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.site-footer .footer-logo-link {
  display: inline-flex;
  width: fit-content;
  padding: 0;
  border: 0;
  border-radius: 10px;
  background: transparent;
  transition: opacity 160ms ease, transform 160ms ease;
}

.site-footer .footer-logo-link:hover {
  background: transparent;
  opacity: 0.84;
  transform: translateY(-1px);
}

.site-footer .footer-logo-link:focus-visible {
  outline: 3px solid var(--green);
  outline-offset: 4px;
}

.site-footer strong {
  font-size: 1.2rem;
}

.site-footer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.5;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-content: start;
  justify-content: flex-end;
}

.site-footer a {
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
  font-weight: 800;
}

.site-footer a:last-child {
  background: var(--green);
  border-color: var(--green);
  color: var(--black);
}

.site-footer .footer-suggest-button {
  background: var(--orange);
  border-color: var(--orange);
  color: #fff;
}

.drawer {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: none;
}

.drawer.open {
  display: grid;
  place-items: center;
  padding: clamp(12px, 3vw, 34px);
}

.drawer-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(32, 37, 42, 0.45);
}

.drawer-panel {
  position: relative;
  width: min(900px, calc(100vw - 28px));
  max-height: min(92svh, 980px);
  overflow: auto;
  padding: clamp(18px, 3vw, 34px);
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: 0 32px 90px rgba(32, 37, 42, 0.26);
}

.drawer-close {
  position: sticky;
  top: 0;
  margin-left: auto;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--paper);
  color: var(--ink);
  font-size: 1.6rem;
  cursor: pointer;
  z-index: 2;
}

.drawer-title {
  margin: 0;
  font-size: clamp(2rem, 5vw, 3.5rem);
  line-height: 0.98;
}

.drawer-heading {
  display: grid;
  gap: 12px;
  margin-bottom: 18px;
}

.drawer-summary {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.55;
}

#drawerContent > .screenshot-preview {
  min-height: 0;
  max-height: 260px;
  aspect-ratio: 16 / 6;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

#drawerContent > .screenshot-preview img {
  min-height: 0;
  object-fit: cover;
  object-position: center 38%;
}

.own-offer-disclosure {
  margin: 14px 0 0;
  padding: 11px 13px;
  border: 1px solid #f2c775;
  border-radius: 6px;
  background: #fff7e7;
  color: #684514;
  font-size: 0.82rem;
  line-height: 1.45;
}

.drawer-own-offer {
  margin-top: 13px;
}

.drawer-review-shortcut {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 10px;
  padding: 11px 14px;
  border: 1px solid rgba(76, 128, 81, 0.25);
  border-radius: var(--radius);
  background: #f7fbef;
  color: var(--green-dark);
  font-size: 0.86rem;
  font-weight: 900;
  text-decoration: none;
}

.drawer-review-shortcut:hover {
  border-color: var(--green);
  background: var(--lime-soft);
}

.drawer-review-shortcut span {
  font-size: 1.15rem;
}

.drawer-decision {
  display: grid;
  gap: 14px;
  margin: 18px 0;
}

.drawer-core-features {
  display: grid;
  gap: 10px;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}

.drawer-core-features > strong,
.drawer-alternatives > strong {
  color: var(--green-dark);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.drawer-feature-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px 18px;
  margin: 0;
}

.decision-hero {
  padding: 18px;
  border: 1px solid rgba(76, 128, 81, 0.22);
  border-radius: var(--radius);
  background: #f7fbef;
}

.decision-hero strong,
.drawer-decision-card span {
  display: block;
  margin-bottom: 6px;
  color: var(--green-dark);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.decision-hero p,
.drawer-decision-card p {
  margin: 0;
  color: var(--ink);
  line-height: 1.5;
}

.output-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 18px;
  color: var(--ink);
  line-height: 1.45;
}

.output-list li::marker {
  color: var(--orange);
}

.decision-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.drawer-decision-card {
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}

.drawer-decision-card.warning {
  border-color: rgba(251, 176, 59, 0.38);
  background: #fff8e9;
}

.drawer-decision-card.positive {
  border-color: rgba(76, 128, 81, 0.24);
  background: #f7fbef;
}

.drawer-decision-card.warning span {
  color: #9c4c16;
}

.drawer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0;
}

.drawer-fact,
.score-breakdown,
.drawer-tip,
.drawer-testimonial {
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}

.drawer-voice {
  margin-top: 14px;
  border-left: 4px solid var(--orange);
}

.drawer-voice > header {
  display: flex;
  align-items: center;
  gap: 11px;
}

.drawer-voice > header > span:last-child {
  display: grid;
  gap: 2px;
}

.drawer-voice > header strong {
  color: var(--ink);
  font-size: 0.9rem;
}

.drawer-voice > header small {
  color: var(--green-dark);
  font-size: 0.7rem;
  font-weight: 900;
  text-transform: uppercase;
}

.source-mark {
  display: grid;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  place-items: center;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--source-accent) 28%, #dfe5df);
  border-radius: 7px;
  background: #fff;
}

.source-mark img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.source-mark i {
  display: none;
  color: var(--source-accent);
  font-size: 0.76rem;
  font-style: normal;
  font-weight: 950;
}

.source-mark-fallback i {
  display: block;
}

.drawer-voice blockquote { margin: 14px 0 8px; padding-left: 13px; border-left: 3px solid var(--orange); color: var(--ink); font-weight: 750; line-height: 1.5; }
.voice-case-summary { margin: 14px 0 8px; color: var(--ink); font-weight: 650; line-height: 1.55; }
.drawer-voice > span { display: block; margin-top: 4px; color: var(--muted); font-size: 0.72rem; font-style: italic; }

.drawer-fact span,
.score-breakdown span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.drawer-fact strong {
  display: block;
  margin-top: 5px;
}

.score-breakdown {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.score-breakdown > strong {
  display: flex;
  align-items: center;
  gap: 8px;
}

.score-help {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--green-soft);
  color: var(--green-dark);
  font-size: 0.78rem;
  font-weight: 950;
  cursor: help;
}

.score-help::after {
  content: attr(data-tooltip);
  position: absolute;
  left: 50%;
  bottom: calc(100% + 10px);
  z-index: 4;
  width: min(340px, 76vw);
  padding: 12px;
  border: 1px solid rgba(76, 128, 81, 0.24);
  border-radius: 8px;
  background: var(--paper);
  color: var(--gray-3);
  box-shadow: var(--shadow);
  font-size: 0.82rem;
  font-weight: 750;
  line-height: 1.4;
  text-transform: none;
  transform: translateX(-50%) translateY(4px);
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 140ms ease,
    transform 140ms ease;
}

.score-help:hover::after,
.score-help:focus-visible::after {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.breakdown-row {
  display: grid;
  grid-template-columns: minmax(150px, 0.34fr) 68px minmax(240px, 1fr);
  gap: 12px;
  align-items: center;
}

.score-squares {
  display: grid;
  grid-template-columns: repeat(10, minmax(14px, 1fr));
  gap: 6px;
  align-items: center;
}

.score-square {
  position: relative;
  display: block;
  height: 18px;
  border: 1px solid rgba(76, 128, 81, 0.2);
  border-radius: 5px;
  background: rgba(76, 128, 81, 0.08);
  overflow: hidden;
}

.score-square.filled {
  border-color: color-mix(in srgb, var(--score-color), #000 10%);
  background: var(--score-color);
}

.score-square.half {
  border-color: color-mix(in srgb, var(--score-color), #000 10%);
  background: rgba(76, 128, 81, 0.08);
}

.score-square.half::before {
  content: "";
  position: absolute;
  inset: 0 50% 0 0;
  background: var(--score-color);
}

.drawer-tip {
  margin-top: 18px;
  border-color: rgba(251, 176, 59, 0.34);
  background: #fff8e9;
}

.alternatives-early {
  border-color: rgba(76, 128, 81, 0.22);
  background: #f7fbef;
}

.drawer-testimonial {
  display: grid;
  gap: 8px;
  margin-top: 18px;
  border-color: rgba(76, 128, 81, 0.22);
  background: #f7fbef;
}

.drawer-testimonial blockquote {
  margin: 0;
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.5;
}

.drawer-testimonial p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 800;
}

.drawer-testimonial a {
  color: var(--green);
}

.drawer-alternatives {
  display: grid;
  gap: 10px;
  margin-top: 14px;
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}

.drawer-alternatives > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.drawer-alternatives a {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 9px;
  align-items: center;
  padding: 9px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--ink);
  text-decoration: none;
}

.drawer-alternatives a:hover {
  border-color: var(--green);
  background: var(--lime-soft);
}

.drawer-alternatives .tool-logo {
  width: 34px;
  height: 34px;
}

.drawer-alternatives a span {
  display: grid;
  min-width: 0;
}

.drawer-alternatives a b,
.drawer-alternatives a small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.drawer-alternatives a small {
  color: var(--muted);
  font-size: 0.72rem;
}

.drawer-feedback {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-top: 12px;
  padding: 2px 0;
}

.drawer-feedback a {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
}

.drawer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.drawer-actions a {
  text-decoration: none;
}

.drawer-actions .review-link-button {
  width: 100%;
  min-height: 54px;
  font-size: 1rem;
  box-shadow: 0 14px 34px rgba(76, 128, 81, 0.2);
}

.drawer-actions .tool-link-button {
  min-height: 46px;
}

.drawer-secondary-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  flex: 1 1 280px;
  gap: 10px;
  align-items: stretch;
}

.drawer-secondary-actions .tool-link-button {
  width: 100%;
  min-width: 0;
}

.linkedin-share-drawer {
  min-height: 46px;
}

.drawer-review-hint {
  flex-basis: 100%;
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.45;
}

.drawer-category-cta {
  display: grid;
  gap: 10px;
  margin-top: 22px;
  padding: 20px;
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(156, 192, 67, 0.18), rgba(251, 176, 59, 0.16)),
    var(--paper);
  border: 1px solid rgba(76, 128, 81, 0.24);
}

.drawer-category-cta strong {
  font-size: 1.15rem;
}

.drawer-category-cta p {
  margin: 0;
  color: var(--gray-3);
  line-height: 1.5;
}

.drawer-category-cta .button {
  width: max-content;
}

.drawer-vibe-coding-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin-top: 18px;
  padding: 18px;
  border: 1px solid rgba(242, 101, 34, 0.35);
  border-radius: var(--radius);
  background: linear-gradient(118deg, #fff8ea 0%, #f5faed 100%);
}

.drawer-vibe-coding-cta > div {
  display: grid;
  gap: 7px;
}

.drawer-vibe-coding-cta span {
  color: #9c4c16;
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.drawer-vibe-coding-cta strong {
  color: var(--ink);
  font-size: 1.05rem;
}

.drawer-vibe-coding-cta p {
  margin: 0;
  color: var(--gray-3);
  line-height: 1.5;
}

.drawer-vibe-coding-cta .button {
  min-width: 184px;
  text-decoration: none;
  text-align: center;
}

.empty-state {
  grid-column: 1 / -1;
  padding: 28px;
  border: 1px dashed var(--line);
  border-radius: var(--radius);
  color: var(--muted);
  background: var(--wash);
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.18);
  }
}

/* Startseite: Die Suche führt, das Tool des Tages begleitet. */
.hero.hero-search-first {
  padding-top: clamp(34px, 5vw, 68px);
  background:
    radial-gradient(circle at 8% 8%, rgba(156, 192, 67, 0.16), transparent 28rem),
    var(--paper);
}

.hero-search-first .hero-shell {
  grid-template-columns: minmax(0, 1.26fr) minmax(280px, 0.58fr);
  gap: clamp(28px, 4vw, 68px);
  align-items: start;
}

.hero-search-first .hero-intro {
  max-width: 920px;
  gap: 16px;
}

.hero-search-first .hero-search-panel {
  width: 100%;
  margin-top: 8px;
  padding: clamp(18px, 2.5vw, 28px);
  border: 1px solid rgba(76, 128, 81, 0.25);
  border-top: 4px solid var(--orange);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 42px rgba(32, 37, 42, 0.1);
}

.hero-search-first .finder-heading {
  align-items: start;
  margin-bottom: 15px;
}

.hero-search-first .finder-heading h2 {
  font-size: clamp(1.7rem, 2.8vw, 2.45rem);
}

.hero-search-first .tool-search,
.hero-search-first .search-hints,
.hero-search-first .search-feedback,
.hero-search-first .search-preview {
  max-width: none;
}

.hero-search-first .tool-search {
  min-height: 64px;
  margin-bottom: 14px;
  border-color: rgba(76, 128, 81, 0.4);
  box-shadow: 0 10px 26px rgba(32, 37, 42, 0.08);
}

.hero-search-first .tool-search:focus-within {
  border-color: var(--green-dark);
  box-shadow: 0 0 0 4px rgba(156, 192, 67, 0.22), 0 14px 30px rgba(32, 37, 42, 0.1);
}

.hero-search-first .tool-search input {
  font-size: clamp(0.98rem, 1.45vw, 1.12rem);
}

.hero-search-first .daily-tool.daily-tool-hero {
  padding: 15px;
  border: 1px solid rgba(76, 128, 81, 0.2);
  border-top: 4px solid var(--orange);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 34px rgba(32, 37, 42, 0.08);
}

.hero-search-first .daily-content {
  gap: 8px;
}

.hero-search-first .daily-content h2 {
  font-size: clamp(1.35rem, 1.8vw, 1.75rem);
}

.hero-search-first .daily-content > .screenshot-preview {
  max-height: 176px;
  margin: 0;
}

.hero-search-first .daily-summary {
  font-size: 0.8rem;
  line-height: 1.4;
}

.hero-search-first .daily-reason {
  display: none;
}

.hero-search-first .daily-gallery-navigation {
  margin-top: 11px;
}

@media (max-width: 980px) {
  .hero-search-first .hero-shell {
    grid-template-columns: 1fr;
    max-width: 780px;
  }

  .hero-search-first .daily-content > .screenshot-preview {
    max-height: 280px;
  }
}

@media (max-width: 640px) {
  .hero.hero-search-first {
    padding-top: 26px;
  }

  .hero-search-first .hero-search-panel {
    margin-inline: -2px;
    padding: 17px;
  }

  .hero-search-first .finder-heading {
    display: grid;
    gap: 10px;
  }

  .hero-search-first .finder-heading p {
    font-size: 0.9rem;
  }

  .hero-search-first .tool-search {
    min-height: 58px;
    padding-left: 14px;
  }

}

/* Startseiten-Finder: eine Aufgabe zuerst, Details erst auf Nachfrage. */
.hero.hero-search-first {
  padding: clamp(28px, 4.2vw, 58px) clamp(18px, 5vw, 72px) clamp(44px, 5.2vw, 76px);
  background: var(--paper);
}

.hero-search-first .hero-shell {
  grid-template-columns: minmax(0, 1fr);
  max-width: 1120px;
  gap: clamp(30px, 4vw, 52px);
}

.hero-search-first .hero-intro {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  align-items: center;
  justify-items: center;
  gap: clamp(15px, 2vw, 22px);
  text-align: center;
}

.hero-search-first .hero-freshness {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: none;
  margin: 0;
  padding: 7px 12px;
  border: 1px solid rgba(32, 37, 42, 0.12);
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 4px 12px rgba(32, 37, 42, 0.04);
  color: var(--gray-3);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.2;
}

.hero-search-first .hero-freshness > span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 4px rgba(242, 101, 34, 0.1);
}

.hero-search-first .hero-freshness strong {
  color: var(--ink);
}

.hero-search-first h1 {
  max-width: 820px;
  margin: 6px 0 0;
  color: var(--ink);
  font-size: clamp(3rem, 6vw, 5.45rem);
  font-weight: 900;
  line-height: 0.91;
  letter-spacing: -0.065em;
}

.hero-search-first h1 span {
  color: var(--orange-dark);
}

.hero-search-first .hero-lede {
  max-width: 710px;
  margin: 6px 0 10px;
  color: var(--gray-3);
  font-size: clamp(1rem, 1.65vw, 1.18rem);
  font-weight: 650;
  line-height: 1.5;
}

.finder-interaction {
  width: min(100%, 840px);
  margin-top: 6px;
  text-align: left;
}

.hero-search-first .hero-search-panel {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.hero-search-first .tool-search {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 10px;
  min-height: 66px;
  margin: 0;
  padding: 7px 9px 7px 17px;
  border: 1px solid rgba(32, 37, 42, 0.14);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(32, 37, 42, 0.11);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.hero-search-first .tool-search::before {
  content: "✦";
  grid-column: 1;
  grid-row: 1;
  color: var(--orange);
  font-size: 1.45rem;
  font-weight: 900;
  line-height: 1;
}

.hero-search-first .tool-search input {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
  padding: 0;
  color: var(--ink);
  font-size: clamp(1rem, 1.45vw, 1.1rem);
  font-weight: 750;
}

.hero-search-first .tool-search input::placeholder {
  color: #9ca5b5;
  opacity: 1;
}

.hero-search-first .tool-search:focus-within,
.finder-interaction.is-expanded .tool-search {
  border-color: var(--orange);
  box-shadow: 0 0 0 4px rgba(242, 101, 34, 0.11), 0 18px 38px rgba(32, 37, 42, 0.12);
}

.hero-search-first .tool-search:hover {
  transform: translateY(-1px);
}

.hero-search-first #clearSearch {
  grid-column: 3;
  grid-row: 1;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--green-soft);
  color: var(--green-dark);
}

.hero-search-first #submitToolSearch {
  grid-column: 4;
  grid-row: 1;
  min-width: 112px;
  height: 48px;
  padding: 0 16px;
  border: 0;
  border-radius: 12px;
  background: var(--ink);
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 0.88rem;
  font-weight: 900;
  transition: background 160ms ease, transform 160ms ease;
}

.hero-search-first #submitToolSearch:hover,
.hero-search-first #submitToolSearch:focus-visible {
  background: var(--orange-dark);
  transform: translateY(-1px);
}

.hero-search-first #submitToolSearch span {
  margin-left: 5px;
  font-size: 1.08rem;
}

.search-guidance {
  max-height: 0;
  margin-top: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
  transition: max-height 280ms cubic-bezier(0.22, 0.8, 0.24, 1), margin-top 280ms ease, opacity 180ms ease, transform 280ms ease;
}

.finder-interaction.is-expanded .search-guidance {
  max-height: 340px;
  margin-top: 14px;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.search-guidance-inner {
  overflow: hidden;
  border: 1px solid rgba(32, 37, 42, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 34px rgba(32, 37, 42, 0.07);
}

.search-guidance-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.search-guide-section {
  min-width: 0;
  padding: 19px 24px 16px;
}

.search-guide-section + .search-guide-section {
  border-left: 1px solid rgba(32, 37, 42, 0.08);
}

.search-guide-label {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0 0 11px;
  color: #9aa4b4;
  font-size: 0.71rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  line-height: 1;
  text-transform: uppercase;
}

.search-guide-label span {
  color: var(--green-dark);
  font-size: 0.92rem;
}

.hero-search-first .search-hints {
  display: grid;
  gap: 0;
  max-width: none;
  margin: 0;
}

.hero-search-first .search-hints button {
  width: max-content;
  max-width: 100%;
  padding: 8px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--gray-3);
  font-size: 0.86rem;
  font-weight: 700;
  text-align: left;
}

.hero-search-first .search-hints button:hover,
.hero-search-first .search-hints button:focus-visible {
  color: var(--orange-dark);
  text-decoration: underline;
  text-decoration-color: rgba(242, 101, 34, 0.45);
  text-underline-offset: 4px;
}

.search-new-tools {
  display: grid;
  gap: 5px;
}

.search-new-tool {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  align-items: center;
  gap: 9px;
  margin: -3px -6px;
  padding: 6px;
  border-radius: 8px;
  color: var(--ink);
  text-decoration: none;
}

.search-new-tool:hover,
.search-new-tool:focus-visible {
  background: var(--wash);
}

.search-new-tool img {
  width: 34px;
  height: 34px;
  padding: 5px;
  border-radius: 7px;
  background: #f3f6fb;
  object-fit: contain;
}

.search-new-tool > span {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.search-new-tool strong,
.search-new-tool small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.search-new-tool strong {
  font-size: 0.84rem;
}

.search-new-tool small {
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 700;
}

.search-new-tool > b {
  color: var(--orange-dark);
}

.search-guidance-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 11px 24px;
  border-top: 1px solid rgba(32, 37, 42, 0.08);
}

.hero-search-first .search-feedback {
  max-width: none;
  margin: 0;
  color: var(--muted);
  font-size: 0.72rem;
}

.search-guidance-footer > a {
  flex: 0 0 auto;
  color: var(--ink);
  font-size: 0.74rem;
  font-weight: 850;
  text-decoration: none;
}

.search-guidance-footer > a:hover,
.search-guidance-footer > a:focus-visible {
  color: var(--orange-dark);
}

.hero-search-first .search-preview {
  margin: 14px 0 0;
  text-align: left;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 22px;
  margin-top: 4px;
  color: var(--gray-3);
  font-size: 0.77rem;
  font-weight: 750;
}

.hero-proof span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.hero-proof b {
  display: grid;
  width: 17px;
  height: 17px;
  place-items: center;
  border: 1px solid #16b95f;
  border-radius: 50%;
  color: #16b95f;
  font-size: 0.64rem;
}

.hero-inspiration-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  color: #9aa4b4;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-inspiration-divider::before,
.hero-inspiration-divider::after {
  height: 1px;
  flex: 1;
  background: rgba(32, 37, 42, 0.09);
  content: "";
}

.hero-inspiration-divider > span {
  color: var(--orange);
  font-size: 1rem;
}

.hero-search-first .daily-tool.daily-tool-hero {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: clamp(16px, 2vw, 22px);
  border: 1px solid rgba(32, 37, 42, 0.1);
  border-top: 3px solid var(--orange);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 30px rgba(32, 37, 42, 0.06);
}

@keyframes finder-hero-enter {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-search-first .hero-freshness,
.hero-search-first h1,
.hero-search-first .hero-lede,
.hero-search-first .finder-interaction,
.hero-search-first .hero-proof {
  animation: finder-hero-enter 520ms both cubic-bezier(0.22, 0.8, 0.24, 1);
}

.hero-search-first h1 { animation-delay: 55ms; }
.hero-search-first .hero-lede { animation-delay: 105ms; }
.hero-search-first .finder-interaction { animation-delay: 160ms; }
.hero-search-first .hero-proof { animation-delay: 215ms; }

@media (max-width: 720px) {
  .hero.hero-search-first {
    padding-top: 28px;
  }

  .hero-search-first h1 {
    font-size: clamp(2.9rem, 12vw, 4.4rem);
    letter-spacing: -0.06em;
  }

  .hero-search-first .hero-lede {
    max-width: 590px;
    font-size: 0.98rem;
  }

  .hero-search-first .tool-search {
    grid-template-columns: 23px minmax(0, 1fr) auto auto;
    min-height: 62px;
    gap: 8px;
    padding-left: 14px;
    border-radius: 14px;
  }

  .hero-search-first .tool-search::before {
    font-size: 1.25rem;
  }

  .hero-search-first #submitToolSearch {
    min-width: 94px;
    height: 44px;
    padding-inline: 11px;
  }

  .finder-interaction.is-expanded .search-guidance {
    max-height: 520px;
  }

  .search-guidance-grid {
    grid-template-columns: 1fr;
  }

  .search-guide-section {
    padding: 16px 18px;
  }

  .search-guide-section + .search-guide-section {
    border-top: 1px solid rgba(32, 37, 42, 0.08);
    border-left: 0;
  }

  .search-guidance-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
    padding: 11px 18px 13px;
  }

  .hero-proof {
    gap: 8px 14px;
    font-size: 0.72rem;
  }
}

@media (max-width: 430px) {
  .hero-search-first .hero-freshness {
    font-size: 0.7rem;
  }

  .hero-search-first h1 {
    font-size: clamp(2.7rem, 13vw, 3.3rem);
  }

  .hero-search-first #clearSearch {
    width: 28px;
    height: 28px;
  }

  .hero-search-first #submitToolSearch {
    min-width: 78px;
    padding-inline: 8px;
  }

  .hero-search-first #submitToolSearch span {
    margin-left: 2px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
  }
}

@media (max-width: 1120px) {
  .instant-panel {
    grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.82fr);
  }

  .hero-toplist {
    grid-column: 1 / -1;
  }

  .tool-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .controls {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 880px) {
  .seo-category-links {
    grid-template-columns: 1fr;
  }

  .seo-category-link-grid {
    grid-template-columns: 1fr;
  }
  .site-header {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .brand {
    min-width: auto;
  }

  .nav-links {
    order: 3;
    width: 100%;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .hero-copy {
    align-items: start;
    flex-direction: column;
  }

  .hero,
  .instant-panel,
  .intro-grid,
  .update-system,
  .lead-magnet,
  .workspace-layout,
  .comparison-grid,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-quick-stats {
    width: 100%;
  }

  .hero-toplist {
    display: none;
  }

  .category-buttons {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .site-header {
    gap: 12px;
  }

  .header-cta {
    width: 100%;
  }

  .header-actions {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
  }

  .newsletter-link {
    width: 100%;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .hero {
    padding-top: 28px;
  }

  .hero h1 {
    font-size: clamp(2.28rem, 11vw, 3.4rem);
  }

  .hero-lede {
    font-size: 1.08rem;
  }

  .hero-copy p:not(.hero-lede) {
    display: none;
  }

  .hero-quick-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hero-quick-stats a {
    min-height: 52px;
    padding: 8px;
  }

  .newsletter-card {
    padding: 18px;
  }

  .daily-tool {
    grid-template-rows: auto auto;
  }

  .daily-copy {
    order: -1;
    padding: 16px;
  }

  .daily-preview .preview {
    display: none;
  }

  .daily-copy p {
    display: none;
  }

  .daily-copy h2 {
    font-size: 1.75rem;
  }

  .daily-copy .badges {
    margin-top: 0;
    order: 5;
  }

  .daily-copy .tool-action {
    min-height: 38px;
    order: 6;
  }

  .daily-copy .cm-tip-compact {
    display: none;
  }

  .daily-mini-list {
    display: none;
  }

  .daily-mini-list button,
  .daily-mini-list a {
    display: grid;
    grid-template-columns: 22px 28px 1fr 34px;
    align-items: center;
    gap: 8px;
    min-height: 32px;
    border: 1px solid var(--line);
    border-radius: 7px;
    padding: 0 8px;
    background: var(--wash);
    color: var(--ink);
    cursor: pointer;
    text-decoration: none;
  }

  .daily-mini-list span {
    display: grid;
    place-items: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--green-soft);
    color: var(--green-dark);
    font-size: 0.74rem;
    font-weight: 950;
  }

  .daily-mini-list .tool-logo {
    width: 28px;
    height: 28px;
  }

  .daily-mini-list .tool-logo img {
    width: 20px;
    height: 20px;
  }

  .daily-mini-list strong {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
  }

  .daily-mini-list em {
    color: var(--green-dark);
    font-style: normal;
    font-weight: 950;
  }

  .hero-toplist {
    padding: 14px;
  }

  .hero-rank-list {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .hero-rank-row {
    min-height: 36px;
  }

  .site-footer nav {
    justify-content: flex-start;
  }

  .controls,
  .tool-grid,
  .drawer-grid,
  .decision-grid {
    grid-template-columns: 1fr;
  }

  .drawer-feature-list,
  .drawer-alternatives > div {
    grid-template-columns: 1fr;
  }

  .drawer-category-cta .button {
    width: 100%;
  }

  .drawer-vibe-coding-cta {
    grid-template-columns: 1fr;
  }

  .drawer-vibe-coding-cta .button {
    width: 100%;
    min-width: 0;
  }

  .breakdown-row {
    grid-template-columns: 1fr auto;
  }

  .score-squares {
    grid-column: 1 / -1;
    grid-template-columns: repeat(10, minmax(10px, 1fr));
    gap: 4px;
  }

  .score-square {
    height: 15px;
  }

  #drawerContent > .screenshot-preview {
    max-height: 205px;
    aspect-ratio: 16 / 8;
  }

  .category-buttons {
    grid-template-columns: 1fr;
  }

  .workspace-header,
  .section-heading {
    display: grid;
    align-items: start;
    grid-template-columns: 1fr;
  }

  .ranking-row {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .ranking-row {
    display: grid;
  }
}

/* Relaunch: klare Entscheidungsführung vor Newsletter und Beratung. */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hero {
  display: block;
  min-height: 0;
  padding: clamp(42px, 7vw, 92px) clamp(18px, 5vw, 72px) clamp(38px, 5vw, 64px);
  background: var(--paper);
  border-bottom: 1px solid rgba(76, 128, 81, 0.16);
}

.hero-intro {
  display: grid;
  max-width: 920px;
  gap: 18px;
}

.hero h1 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(2.55rem, 5vw, 5.15rem);
  line-height: 0.96;
  letter-spacing: 0;
}

.hero-intro > p:not(.trust-line) {
  max-width: 760px;
  margin: 0;
  color: var(--gray-3);
  font-size: clamp(1.04rem, 1.8vw, 1.28rem);
  line-height: 1.55;
}

.hero-actions {
  margin-top: 4px;
}

.trust-line {
  margin: 2px 0 0;
  color: var(--green-dark);
  font-size: 0.88rem;
  font-weight: 850;
}

.trust-line span {
  padding: 0 6px;
  color: var(--orange-dark);
}

.tool-finder {
  padding: clamp(26px, 4vw, 44px) clamp(18px, 5vw, 72px);
  background: var(--wash);
  border-bottom: 1px solid rgba(76, 128, 81, 0.14);
}

.finder-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 20px;
}

.finder-heading h2 {
  margin: 4px 0 0;
  font-size: clamp(1.72rem, 3.2vw, 2.7rem);
  line-height: 1;
}

.finder-heading p {
  max-width: 520px;
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.tool-search {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 10px;
  max-width: 980px;
  min-height: 58px;
  margin-bottom: 16px;
  padding: 7px 8px 7px 18px;
  border: 1px solid rgba(76, 128, 81, 0.28);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 10px 26px rgba(32, 37, 42, 0.06);
}

.tool-search::before {
  content: "⌕";
  grid-row: 1;
  color: var(--green-dark);
  font-size: 1.4rem;
  font-weight: 900;
}

.tool-search input {
  grid-column: 1;
  grid-row: 1;
  min-width: 0;
  border: 0;
  outline: 0;
  padding-left: 24px;
  background: transparent;
  color: var(--ink);
  font-size: 1rem;
}

.tool-search input:focus-visible {
  box-shadow: none;
}

.tool-search input::-webkit-search-cancel-button,
.tool-search input::-webkit-search-decoration {
  display: none;
  appearance: none;
}

.tool-search button {
  grid-column: 2;
  grid-row: 1;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: var(--green-soft);
  color: var(--green-dark);
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
}

.tool-finder .controls {
  margin: 0;
}

.mango-picks {
  background: var(--paper);
  border-bottom: 1px solid rgba(76, 128, 81, 0.14);
}

.mango-heading {
  align-items: end;
  margin-bottom: 22px;
}

.mango-heading h2,
.tool-workspace h2,
.score-method h2,
.lead-magnet h2 {
  font-size: clamp(2rem, 4vw, 3.6rem);
}

.mango-picks-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.mango-pick-card {
  display: grid;
  grid-template-rows: auto auto auto 1fr auto;
  gap: 14px;
  min-width: 0;
  padding: 18px;
  border-top: 4px solid var(--orange);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-left: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.mango-pick-card:hover {
  border-color: rgba(242, 101, 34, 0.46);
  box-shadow: 0 16px 34px rgba(32, 37, 42, 0.1);
  transform: translateY(-3px);
}

.mango-card-head {
  display: grid;
  grid-template-columns: 34px 1fr auto;
  align-items: center;
  gap: 9px;
  color: var(--orange-dark);
  font-size: 0.77rem;
  font-weight: 950;
  text-transform: uppercase;
}

.mango-card-head .tool-logo {
  width: 34px;
  height: 34px;
}

.mango-card-head strong {
  color: var(--green-dark);
  font-size: 0.82rem;
}

.mango-pick-card h3 {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.08;
}

.mango-pick-card h3 a,
.mango-profile-link {
  color: inherit;
  text-decoration: none;
}

.mango-pick-card .screenshot-preview {
  aspect-ratio: 16 / 8;
  min-height: 0;
}

.mango-pick-card .screenshot-preview img {
  min-height: 0;
  object-fit: cover;
  object-position: top center;
}

.mango-pick-card p {
  margin: 0;
  color: var(--gray-3);
  line-height: 1.5;
}

.mango-profile-link {
  display: inline-flex;
  justify-content: space-between;
  gap: 10px;
  border-top: 1px solid rgba(76, 128, 81, 0.14);
  padding-top: 13px;
  color: var(--green-dark);
  font-size: 0.88rem;
  font-weight: 900;
}

.daily-tool {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) minmax(220px, 0.8fr) auto;
  align-items: center;
  gap: 16px;
  margin-top: 18px;
  padding: 14px 18px;
  border: 1px solid rgba(242, 101, 34, 0.28);
  border-radius: 8px;
  background: #fff9ee;
}

.daily-tool .daily-award {
  font-size: 0.74rem;
}

.daily-tool-link {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  min-width: 0;
  color: var(--ink);
  text-decoration: none;
}

.daily-tool-link .tool-logo {
  width: 34px;
  height: 34px;
}

.daily-tool-link span {
  display: grid;
  min-width: 0;
  gap: 3px;
}

.daily-tool-link strong,
.daily-tool-link small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.daily-tool-link small,
.daily-tool > p {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 750;
}

.daily-tool-link + p {
  margin: 0;
  line-height: 1.42;
}

.daily-tool > .tool-action {
  white-space: nowrap;
}

.tool-workspace {
  padding-top: clamp(48px, 7vw, 80px);
}

.tool-load-more {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 13px;
  margin-top: 28px;
}

.tool-load-more .button {
  min-width: min(100%, 360px);
  min-height: 54px;
  box-shadow: 0 14px 28px rgba(76, 128, 81, 0.2);
  font-size: 1rem;
}

.all-tools-directory-link {
  color: var(--green-dark);
  font-size: 0.86rem;
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.all-tools-directory-link:hover,
.all-tools-directory-link:focus-visible {
  color: var(--ink);
}

.news-teaser {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.55fr);
  gap: clamp(26px, 6vw, 78px);
  align-items: center;
  background: #fffaf2;
}

.news-teaser-copy {
  display: grid;
  justify-items: start;
  gap: 14px;
}

.news-teaser-copy h2 {
  margin: 0;
  max-width: 740px;
  font-size: clamp(2rem, 4vw, 3.45rem);
  line-height: 0.98;
}

.news-teaser-copy p,
.news-teaser-empty p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.news-teaser-empty {
  display: grid;
  gap: 10px;
  padding: clamp(22px, 4vw, 36px);
  border: 1px solid rgba(242, 101, 34, 0.22);
  border-radius: var(--radius);
  background: var(--paper);
}

.news-teaser-empty strong {
  color: var(--green-dark);
  font-size: 1.05rem;
}

.news-teaser-list {
  display: grid;
  gap: 12px;
}

.news-teaser-card {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 12px;
  border: 1px solid rgba(76, 128, 81, 0.18);
  border-radius: var(--radius);
  background: var(--paper);
  text-decoration: none;
  transition: border-color 160ms ease, transform 160ms ease;
}

.news-teaser-card:hover {
  transform: translateY(-2px);
  border-color: var(--green-dark);
}

.news-teaser-card img {
  width: 52px;
  height: 52px;
  padding: 6px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: var(--wash);
  object-fit: contain;
}

.news-teaser-card span {
  display: grid;
  min-width: 0;
  gap: 3px;
}

.news-teaser-card small {
  overflow: hidden;
  color: var(--muted);
  font-size: 0.78rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-teaser-card b {
  color: var(--orange-dark);
  font-size: 1.2rem;
}

.tool-card-static {
  cursor: default;
}

.tool-card-static:hover {
  transform: none;
  box-shadow: none;
}

.newsletter-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.7fr);
  gap: clamp(28px, 7vw, 94px);
  align-items: start;
  background: var(--green-dark);
  color: var(--white);
}

.newsletter-copy {
  display: grid;
  gap: 16px;
}

.newsletter-copy .eyebrow {
  color: var(--orange);
}

.newsletter-copy h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.75rem);
  line-height: 0.98;
}

.newsletter-copy p {
  max-width: 660px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.05rem;
  line-height: 1.55;
}

.newsletter-section .newsletter-points span {
  background: rgba(255, 255, 255, 0.14);
  color: var(--white);
}

.newsletter-form-shell {
  min-height: 230px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  background: var(--white);
}

.newsletter-form-shell .beehiiv-form-slot {
  min-height: 190px;
}

.score-method {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(300px, 0.9fr);
  gap: clamp(28px, 7vw, 94px);
  align-items: start;
  background: var(--wash);
}

.score-method > div > p {
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.55;
}

.score-method-content {
  display: grid;
  gap: 18px;
}

.score-method ol {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: score-method;
}

.score-method li {
  display: grid;
  grid-template-columns: 34px 1fr;
  column-gap: 12px;
  row-gap: 4px;
  padding-bottom: 13px;
  border-bottom: 1px solid rgba(76, 128, 81, 0.16);
}

.score-method li::before {
  grid-row: 1 / span 2;
  counter-increment: score-method;
  content: counter(score-method);
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--green-soft);
  color: var(--green-dark);
  font-size: 0.8rem;
  font-weight: 950;
}

.score-method li strong {
  color: var(--ink);
}

.score-method li span,
.method-disclosure,
.method-checked {
  color: var(--muted);
  line-height: 1.5;
}

.method-disclosure {
  margin: 0;
  padding: 15px;
  border-left: 3px solid var(--orange);
  background: #fff8e9;
  font-size: 0.9rem;
}

.method-checked {
  margin: 0;
  color: var(--green-dark);
  font-size: 0.84rem;
  font-weight: 900;
}

.drawer-score-rationale,
.drawer-score-method {
  margin: 0;
  color: var(--gray-3);
  font-size: 0.86rem;
  line-height: 1.48;
}

.drawer-score-method {
  padding-top: 10px;
  border-top: 1px solid rgba(76, 128, 81, 0.14);
  color: var(--muted);
  font-size: 0.8rem;
}

.lead-magnet {
  background: #fff8e9;
}

.stack-note {
  margin-top: 16px !important;
  color: var(--green-dark) !important;
  font-size: 0.9rem !important;
  font-weight: 900;
}

.consulting-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 26px clamp(18px, 5vw, 72px);
  background: var(--black);
  color: var(--white);
}

.consulting-strip p {
  margin: 0;
  font-weight: 800;
}

.consulting-strip .button {
  flex: 0 0 auto;
  background: var(--orange);
  color: var(--black);
}

@media (max-width: 880px) {
  .finder-heading,
  .workspace-header,
  .news-teaser,
  .newsletter-section,
  .score-method,
  .consulting-strip {
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
  }

  .mango-picks-grid {
    grid-template-columns: 1fr;
  }

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

  .news-teaser {
    grid-template-columns: 1fr;
  }

  .daily-tool-link,
  .daily-tool > p {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .hero {
    padding-top: 36px;
  }

  .hero h1 {
    font-size: clamp(2.3rem, 11vw, 3.45rem);
  }

  .hero-actions {
    display: grid;
  }

  .hero-actions .button {
    width: 100%;
  }

  .trust-line {
    line-height: 1.55;
  }

  .finder-heading {
    gap: 12px;
  }

  .tool-search {
    min-height: 54px;
  }

  .mango-pick-card {
    padding: 15px;
  }

  .daily-tool {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 15px;
  }

  .daily-tool > .tool-action {
    width: 100%;
  }

  .newsletter-form-shell {
    min-height: 210px;
  }

  .consulting-strip .button {
    width: 100%;
  }
}

#top,
#tools,
#dailyTool,
#tool-datenbank,
#newsletter,
#score-method,
#faq,
#stack-check {
  scroll-margin-top: calc(var(--header-height) + 16px);
}

@media (max-width: 640px) {
  :root {
    --header-height: 178px;
  }

  .header-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .header-actions .newsletter-link,
  .header-actions .header-cta {
    min-height: 40px;
    padding-inline: 8px;
    font-size: 0.8rem;
    white-space: nowrap;
  }
}

/* Relaunch: der Start wird auf großen Screens als kompakte Arbeitsfläche geführt. */
.hero-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(400px, 0.82fr);
  gap: clamp(34px, 6vw, 104px);
  align-items: center;
  max-width: 1440px;
  margin: 0 auto;
}

.hero-intro {
  max-width: 820px;
}

.daily-tool.daily-tool-hero {
  display: grid;
  grid-template-areas:
    "kicker kicker"
    "preview content";
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1fr);
  gap: 14px 18px;
  margin: 0;
  padding: 18px;
  border: 1px solid rgba(242, 101, 34, 0.34);
  border-radius: 8px;
  background: #fff9ee;
  box-shadow: 0 18px 46px rgba(32, 37, 42, 0.1);
}

.daily-kicker {
  grid-area: kicker;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 850;
}

.daily-kicker time {
  white-space: nowrap;
}

.daily-tool-hero > .screenshot-preview {
  grid-area: preview;
  align-self: stretch;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 0;
  margin: 0;
  aspect-ratio: 16 / 10;
}

.daily-tool-hero > .screenshot-preview img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: top center;
}

.daily-content {
  grid-area: content;
  display: grid;
  align-content: start;
  gap: 9px;
  min-width: 0;
}

.daily-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
  color: var(--green-dark);
  font-size: 0.76rem;
  font-weight: 850;
}

.daily-meta .tool-logo {
  width: 26px;
  height: 26px;
}

.daily-meta strong {
  margin-left: auto;
  color: var(--ink);
  font-size: 0.74rem;
}

.daily-content h2 {
  margin: 0;
  font-size: clamp(1.55rem, 2.2vw, 2.2rem);
  line-height: 1;
}

.daily-content h2 a {
  color: inherit;
  text-decoration: none;
}

.daily-summary,
.daily-reason p {
  margin: 0;
  color: var(--gray-3);
  font-size: 0.88rem;
  line-height: 1.48;
}

.daily-reason {
  display: grid;
  gap: 4px;
  padding-top: 9px;
  border-top: 1px solid rgba(242, 101, 34, 0.24);
}

.daily-reason strong {
  color: var(--orange-dark);
  font-size: 0.74rem;
  text-transform: uppercase;
}

.daily-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 3px;
}

.daily-actions .community-like-daily {
  margin-top: 0;
}

.daily-content .tool-action {
  justify-self: start;
  min-height: 38px;
  padding-inline: 13px;
  background: var(--green-dark);
  font-size: 0.82rem;
}

.daily-tool.daily-tool-hero {
  display: block;
  overflow: hidden;
}

.daily-gallery-header,
.daily-gallery-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.daily-gallery-header {
  margin-bottom: 14px;
}

.daily-gallery-header .daily-kicker {
  display: flex;
  flex: 1;
}

.daily-gallery-count {
  color: var(--green-dark);
  font-size: 0.72rem;
  font-weight: 850;
  text-align: right;
}

.daily-gallery-viewport {
  overflow: hidden;
  margin: 0 -2px;
  touch-action: pan-y;
}

.daily-gallery-track {
  display: flex;
  width: 100%;
  transition: transform 360ms cubic-bezier(0.22, 0.8, 0.24, 1);
  will-change: transform;
}

.daily-gallery-slide {
  display: block;
  flex: 0 0 100%;
  min-width: 0;
}

.daily-slide-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.daily-slide-heading time {
  color: var(--gray-3);
  font-size: 0.76rem;
  font-weight: 850;
  white-space: nowrap;
}

.daily-slide-heading time span {
  color: var(--green-dark);
}

.daily-content > .screenshot-preview {
  align-self: stretch;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 0;
  margin: 3px 0 1px;
  aspect-ratio: 16 / 9;
  background: #fff;
}

.daily-content > .screenshot-preview img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  object-position: center;
}

.daily-gallery-navigation {
  justify-content: center;
  margin-top: 15px;
}

.daily-gallery-arrow,
.daily-gallery-dots button {
  border: 0;
  cursor: pointer;
}

.daily-gallery-arrow {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: var(--green-soft);
  color: var(--green-dark);
  font-size: 1.05rem;
  font-weight: 900;
}

.daily-gallery-arrow:hover,
.daily-gallery-arrow:focus-visible {
  background: var(--green-dark);
  color: #fff;
}

.daily-gallery-dots {
  display: flex;
  align-items: center;
  gap: 7px;
}

.daily-gallery-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border-radius: 50%;
  background: rgba(76, 128, 81, 0.3);
}

.daily-gallery-dots button.active {
  width: 22px;
  border-radius: 99px;
  background: var(--orange);
}

.search-hints {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  max-width: 980px;
  margin: -5px 0 10px;
}

.search-hints button {
  border: 1px solid rgba(76, 128, 81, 0.24);
  border-radius: 99px;
  padding: 6px 10px;
  background: var(--green-soft);
  color: var(--green-dark);
  cursor: pointer;
  font: inherit;
  font-size: 0.76rem;
  font-weight: 800;
}

.search-hints button:hover,
.search-hints button:focus-visible {
  border-color: var(--green-dark);
  background: #fff;
}

.search-feedback {
  max-width: 980px;
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.45;
}

.search-preview {
  max-width: 1180px;
  margin: 0 0 14px;
  padding: 12px;
  border: 1px solid rgba(76, 128, 81, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 10px 24px rgba(32, 37, 42, 0.05);
}

.search-preview-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 10px;
}

.search-preview-status p {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: 0;
}

.search-preview-status p strong {
  color: var(--ink);
}

.search-preview-status p span {
  color: var(--green-dark);
  font-size: 0.78rem;
  font-weight: 850;
}

.search-preview-status button {
  border: 0;
  padding: 4px;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font: inherit;
  font-size: 0.76rem;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.search-preview-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.search-preview-item {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) auto;
  align-items: center;
  gap: 9px;
  min-width: 0;
  padding: 9px;
  border: 1px solid rgba(76, 128, 81, 0.15);
  border-radius: 7px;
  background: #fff;
  color: var(--ink);
  text-decoration: none;
  transition: border-color 160ms ease, transform 160ms ease;
}

.search-preview-item:hover,
.search-preview-item:focus-visible {
  border-color: var(--green-dark);
  transform: translateY(-1px);
}

.search-preview-item .tool-logo {
  width: 36px;
  height: 36px;
}

.search-preview-item > span {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.search-preview-item > span strong,
.search-preview-item > span small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.search-preview-item > span small {
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 750;
}

.search-preview-item > b {
  display: grid;
  justify-items: center;
  color: var(--green-dark);
  font-size: 0.96rem;
}

.search-preview-item > b small {
  font-size: 0.55rem;
}

.search-results-jump {
  display: inline-flex;
  gap: 6px;
  margin-top: 10px;
  color: var(--green-dark);
  font-size: 0.78rem;
  font-weight: 900;
}

.search-preview-empty {
  grid-column: 1 / -1;
  margin: 0;
  padding: 8px;
  color: var(--muted);
}

.category-button.active,
.category-button[aria-current="page"] {
  border-color: rgba(76, 128, 81, 0.5);
  background: var(--green-soft);
  box-shadow: inset 0 0 0 1px rgba(76, 128, 81, 0.12), 0 7px 18px rgba(76, 128, 81, 0.1);
  color: var(--ink);
  font-weight: 850;
}

.workspace-stats small {
  display: block;
  margin-top: 3px;
  color: var(--green-dark);
  font-size: 0.72rem;
  font-weight: 850;
  line-height: 1.2;
}

.faq-section {
  background: var(--paper);
}

.faq-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.faq-list article {
  padding: 20px;
  border-top: 3px solid var(--green);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-left: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.faq-list h3 {
  margin: 0 0 10px;
  font-size: 1.05rem;
  line-height: 1.25;
}

.faq-list p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

@media (min-width: 1680px) {
  body {
    background: #f1f5ed;
  }

  .site-header,
  main {
    width: min(1600px, 100%);
    margin-inline: auto;
    border-right: 1px solid rgba(76, 128, 81, 0.13);
    border-left: 1px solid rgba(76, 128, 81, 0.13);
  }

  main {
    box-shadow: 0 22px 58px rgba(32, 37, 42, 0.06);
  }
}

@media (max-width: 980px) {
  .hero-shell {
    grid-template-columns: 1fr;
    max-width: 780px;
  }

  .daily-tool.daily-tool-hero {
    display: block;
  }

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

@media (max-width: 640px) {
  .hero {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .hero-intro {
    gap: 13px;
  }

  .hero h1 {
    font-size: clamp(2.18rem, 10vw, 3.1rem);
  }

  .hero-actions .secondary {
    display: none;
  }

  .daily-tool.daily-tool-hero {
    display: block;
    padding: 15px;
  }

  .daily-meta strong {
    margin-left: auto;
  }

  .daily-content .tool-action {
    flex: 1 1 160px;
    width: auto;
  }

  .daily-gallery-count {
    display: none;
  }
}

.home-decision-guides {
  padding-top: clamp(42px, 6vw, 76px);
  padding-bottom: clamp(42px, 6vw, 76px);
  border-top: 1px solid rgba(76, 128, 81, 0.16);
}

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

.home-decision-grid > a {
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 190px;
  padding: 26px;
  border: 1px solid var(--line);
  border-top: 4px solid var(--orange);
  border-radius: 7px;
  background: var(--white);
  text-decoration: none;
  transition: border-color 160ms ease, transform 160ms ease;
}

.home-decision-grid > a:hover {
  transform: translateY(-2px);
  border-color: var(--green);
}

.home-decision-grid strong {
  font-size: 1.25rem;
}

.home-decision-grid span {
  color: var(--muted);
  line-height: 1.5;
}

.home-decision-grid b {
  align-self: end;
  margin-top: auto;
  color: var(--green);
  font-size: 0.85rem;
}

@media (max-width: 850px) {
  .home-decision-grid { grid-template-columns: 1fr; }
  .home-decision-grid > a { min-height: 0; }
}

@media (max-width: 720px) {
  .search-hints {
    flex-wrap: nowrap;
    max-width: none;
    margin-right: -18px;
    padding-right: 18px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .search-hints::-webkit-scrollbar { display: none; }
  .search-hints button { flex: 0 0 auto; }
  .category-buttons { display: none; }

  .controls .category-select-wrap {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    min-height: 46px;
    padding: 6px 8px 6px 13px;
    border: 1px solid rgba(76, 128, 81, 0.3);
    border-radius: 8px;
    background: #fff;
  }

  .category-select-wrap > span {
    color: var(--green-dark);
    font-size: 0.72rem;
    font-weight: 900;
    text-transform: uppercase;
  }

  .category-select-wrap select {
    width: 100%;
    min-width: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--ink);
    font: inherit;
    font-weight: 800;
  }

  .search-preview-status { align-items: flex-start; }
  .search-preview-status p { display: grid; gap: 2px; }
  .search-preview-list { grid-template-columns: 1fr; }
  .search-preview-item:nth-child(n + 3) { display: none; }
  .tool-workspace { padding-top: 34px; }
}

@media (max-width: 500px) {
  .site-header .brand span { display: none; }
  .header-cta { white-space: nowrap; }
}

@media (max-width: 720px) {
  .living-ranking { padding: 10px; }
  .living-ranking-shell { max-height: calc(100svh - 20px); }
  .living-ranking-header { gap: 14px; padding: 22px 22px 16px; }
  .living-ranking-header h2 { font-size: 2.35rem; }
  .living-ranking-header p { font-size: 0.88rem; }
  .living-ranking-close,
  .living-ranking-audio,
  .living-ranking-pause { width: 40px; height: 40px; }
  .living-ranking-close { font-size: 1.7rem; }
  .living-ranking-audio { font-size: 1.25rem; }
  .living-ranking-pause { font-size: 0.96rem; }
  .living-ranking-viewport { min-height: min(53svh, 430px); }
  .living-ranking-wall { gap: 14px; padding-left: calc(50vw - min(33vw, 135px)); }
  .living-ranking-card { flex-basis: min(66vw, 270px); }
  .living-ranking-burst { flex-basis: min(58vw, 235px); min-height: 352px; }
  .living-ranking-quickview { display: none; }
  .living-ranking-footer { padding: 13px 22px 16px; font-size: 0.68rem; }
  .living-ranking-desktop-tip { display: none; }
  .living-ranking-mobile-tip { display: inline; }
}

/* Der Suchbereich darf auf kleinen Displays keine intrinsisch breite Grid-Spalte erzeugen. */
@media (max-width: 980px) {
  .hero-search-first .hero-shell,
  .hero-search-first .hero-shell > * {
    min-width: 0;
  }

  .hero-search-first .hero-intro,
  .hero-search-first .daily-tool.daily-tool-hero {
    width: 100%;
    max-width: 100%;
  }

  .hero-search-first .hero-search-panel {
    min-width: 0;
  }
}

/* Eine Steuerung für die gesamte Top-100-Datenbank statt zweier konkurrierender Auswahlwege. */
.database-controls {
  display: grid;
  gap: 18px;
  margin: 0 0 28px;
  padding: clamp(18px, 2.4vw, 28px);
  border: 1px solid rgba(76, 128, 81, 0.14);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(246, 249, 242, 0.98), rgba(255, 255, 255, 0.98));
  box-shadow: 0 12px 30px rgba(32, 37, 42, 0.04);
}

.database-control-group {
  display: grid;
  gap: 10px;
}

.database-control-group + .database-control-group {
  padding-top: 17px;
  border-top: 1px solid rgba(76, 128, 81, 0.14);
}

.database-control-label {
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.database-controls .category-buttons {
  flex-wrap: wrap;
  overflow: visible;
  gap: 5px;
  padding: 0;
}

.database-controls .category-select-wrap {
  display: none;
}

.database-controls .category-button {
  min-height: 38px;
  padding: 0 11px;
  border-color: rgba(76, 128, 81, 0.18);
  background: var(--paper);
  box-shadow: none;
}

.database-controls .category-button.active,
.database-controls .category-button[aria-current="page"] {
  border-color: var(--green);
  background: var(--green-soft);
  box-shadow: inset 0 0 0 1px rgba(76, 128, 81, 0.12);
  font-weight: inherit;
}

.database-sorting > div {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.database-sorting button {
  min-height: 38px;
  padding: 0 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--paper);
  color: var(--muted);
  font: inherit;
  font-size: 0.82rem;
  font-weight: 800;
  cursor: pointer;
  transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

.database-sorting button:hover,
.database-sorting button:focus-visible {
  border-color: var(--green-dark);
  color: var(--ink);
}

.database-sorting button.active {
  border-color: var(--green);
  background: var(--green);
  color: #fff;
}

.tool-card[data-tool-of-day="true"] {
  border-color: rgba(242, 101, 34, 0.46);
  background: linear-gradient(145deg, #fff8ed, #ffffff 68%);
  box-shadow: 0 12px 26px rgba(242, 101, 34, 0.09);
}

.tool-card[data-tool-of-day="true"]:hover {
  border-color: var(--orange);
  box-shadow: 0 18px 34px rgba(242, 101, 34, 0.16);
}

.tool-card[data-tool-of-day="true"] .category-label {
  color: var(--orange-dark);
}

.tool-card[data-tool-of-day="true"] .tool-footer {
  border-color: rgba(242, 101, 34, 0.15);
}

.daily-card-label {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  gap: 5px;
  margin-bottom: 11px;
  padding: 5px 8px;
  border: 1px solid rgba(242, 101, 34, 0.22);
  border-radius: 999px;
  background: rgba(242, 101, 34, 0.08);
  color: var(--orange-dark);
  font-size: 0.65rem;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.daily-card-label > span {
  font-size: 0.84rem;
  line-height: 0;
}

@media (max-width: 720px) {
  .database-controls {
    gap: 16px;
    margin-bottom: 22px;
    padding: 16px;
    border-radius: 12px;
  }

  .database-controls .category-select-wrap {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    min-height: 46px;
    padding: 6px 8px 6px 13px;
    border: 1px solid rgba(76, 128, 81, 0.3);
    border-radius: 9px;
    background: #fff;
  }

  .database-controls .category-select-wrap > span {
    color: var(--green-dark);
    font-size: 0.72rem;
    font-weight: 900;
    text-transform: uppercase;
  }

  .database-controls .category-select-wrap select {
    width: 100%;
    min-width: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--ink);
    font: inherit;
    font-weight: 800;
  }

  .database-sorting > div {
    flex-wrap: nowrap;
    margin-right: -16px;
    padding-right: 16px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .database-sorting > div::-webkit-scrollbar { display: none; }
  .database-sorting button { flex: 0 0 auto; }
}

@media (prefers-reduced-motion: reduce) {
  .living-ranking-backdrop,
  .living-ranking-shell,
  .living-ranking-card,
  .living-ranking-expanded-card,
  .living-ranking-pixel-layer i,
  .living-ranking-pixel-logo,
  .living-ranking-quickview,
  .living-ranking-mango,
  .living-ranking-confetti i { animation: none; }
  .living-ranking-wall { transition: none; }
}
