/* bl-novel.jp adult official-search MVP */
:root {
  --bg: #12070b;
  --bg-deep: #080406;
  --surface: #fff7ec;
  --surface-plain: #ffffff;
  --surface-soft: #f8ead8;
  --surface-dark: #241019;
  --ink: #1b1014;
  --ink-on-dark: #fff5ea;
  --muted: #765f5f;
  --muted-on-dark: #e2c5c9;
  --line: #ecd7c2;
  --line-dark: #46202e;
  --brand: #d51a4c;
  --brand-dark: #a71138;
  --accent: #f6b73c;
  --accent-dark: #d88913;
  --danger: #c51644;
  --trust: #0f766e;
  --trust-dark: #12584e;
  --hot: #f12d62;
  --hot-dark: #b80f39;
  --blue: #2563eb;
  --shadow: 0 16px 36px rgba(0, 0, 0, 0.24);
  --shadow-soft: 0 10px 28px rgba(47, 12, 24, 0.13);
}

* { box-sizing: border-box; }

html {
  background: var(--bg);
  scroll-padding-top: 86px;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, #2a0713 0, #12070b 320px, #18090f 100%);
  font-family: "Hiragino Sans", "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  line-height: 1.7;
}

a { color: var(--brand-dark); text-decoration: none; }
a:hover { color: var(--danger); text-decoration: underline; }
img { display: block; max-width: 100%; height: auto; }

.container {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(10, 4, 7, 0.94);
  border-bottom: 1px solid var(--line-dark);
  backdrop-filter: blur(10px);
}

.header-inner {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.logo {
  color: var(--ink-on-dark);
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.logo:hover { color: var(--ink-on-dark); text-decoration: none; }
.logo-mark { font-size: 20px; font-weight: 900; letter-spacing: 0; }
.logo-sub { color: var(--muted-on-dark); font-size: 12px; font-weight: 700; }

.global-nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.global-nav a {
  display: block;
  border-radius: 6px;
  color: var(--muted-on-dark);
  font-size: 13px;
  font-weight: 800;
  padding: 8px 10px;
}

.global-nav a:hover {
  background: rgba(255, 221, 185, 0.11);
  color: var(--ink-on-dark);
  text-decoration: none;
}

.site-main { padding: 28px 0 64px; }

.breadcrumbs {
  color: var(--muted-on-dark);
  font-size: 13px;
  margin: 0 0 18px;
}

.breadcrumbs a { color: var(--muted-on-dark); }

.search-hero {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(580px, 1.18fr);
  gap: 32px;
  align-items: center;
  min-height: 430px;
  padding: 38px 0 42px;
  color: var(--ink-on-dark);
  border-bottom: 1px solid var(--line-dark);
}

.hero-copy h1 {
  max-width: 720px;
  margin: 10px 0 16px;
  font-size: clamp(32px, 4.2vw, 54px);
  line-height: 1.14;
  letter-spacing: 0;
}

.eyebrow {
  color: #ffd27a;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  margin: 0;
}

.hero-sub,
.lead {
  color: var(--muted-on-dark);
  font-size: 16px;
  margin: 0;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 600px;
  margin: 24px 0 0;
}

.hero-stats div {
  background: rgba(255, 236, 220, 0.08);
  border: 1px solid rgba(255, 198, 116, 0.2);
  border-radius: 8px;
  padding: 12px 14px;
}

.hero-stats dt {
  color: var(--muted-on-dark);
  font-size: 12px;
  font-weight: 800;
  margin: 0;
}

.hero-stats dd {
  color: var(--ink-on-dark);
  font-size: 18px;
  font-weight: 900;
  margin: 2px 0 0;
}

.hero-flow {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.hero-flow span {
  align-items: center;
  background: rgba(92, 13, 34, 0.38);
  border: 1px solid rgba(255, 188, 94, 0.32);
  border-radius: 999px;
  color: #ffe2ad;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  min-height: 30px;
  padding: 0 12px;
}

.search-box {
  background: var(--surface);
  border: 1px solid #f0c27b;
  border-radius: 8px;
  box-shadow: var(--shadow);
  padding: 28px;
}

.search-box label {
  color: var(--ink);
  display: block;
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 12px;
}

.search-row {
  display: grid;
  grid-template-columns: minmax(420px, 1fr) minmax(118px, auto);
  gap: 12px;
}

.search-row input {
  width: 100%;
  background: #fffdf8;
  border: 1px solid #d6b28f;
  border-radius: 6px;
  color: var(--ink);
  font-size: 17px;
  min-height: 58px;
  padding: 0 16px;
}

.search-row input:focus {
  border-color: var(--accent-dark);
  box-shadow: 0 0 0 3px rgba(246, 183, 60, 0.28);
  outline: 0;
}

.search-context-line {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.55;
  margin: 10px 0 0;
}

.chip-group-label {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  margin-top: 14px;
}

.quick-search-chips,
.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.quick-search-chips {
  margin-top: 12px;
}

.quick-search-chips a,
.tag-list span,
.work-card-badges span {
  background: #f7eadb;
  border: 1px solid #e3c5a8;
  border-radius: 999px;
  color: var(--ink);
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  padding: 7px 10px;
}

.work-card-badges .badge-compare,
.badge.badge-compare {
  background: #102a25;
  border-color: #2e7a68;
  color: #c7f4e4;
}

.work-card-badges .badge-exclusive,
.badge.badge-exclusive {
  background: #fff0c8;
  border-color: #f0bc46;
  color: #6d3d00;
}

.work-card-badges .badge-sale {
  background: var(--danger);
  border-color: var(--brand-dark);
  color: #fff;
}

.quick-search-chips a:hover {
  background: #ffe1b0;
  color: var(--ink);
  text-decoration: none;
}

.intent-shortcuts {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 14px;
}

.intent-card {
  align-items: center;
  background: #fff1e3;
  border: 1px solid #e7c6a1;
  border-radius: 8px;
  color: var(--ink);
  display: flex;
  justify-content: space-between;
  min-height: 48px;
  padding: 10px 12px;
  text-decoration: none;
}

.intent-card:hover {
  background: #ffe8cc;
  border-color: #e3a64f;
  color: var(--ink);
  text-decoration: none;
}

.intent-card span {
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
}

.intent-card strong {
  color: var(--brand-dark);
  font-size: 16px;
  font-weight: 900;
}

.intent-attention {
  background: #ffe6b7;
  border-color: #e4aa33;
}

.intent-attention:hover {
  background: #ffd89d;
  border-color: #c98312;
}

.intent-compare {
  background: #102a25;
  border-color: #2e7a68;
  color: #d8fff1;
}

.intent-compare:hover {
  background: #163a32;
  border-color: #3b947d;
  color: #d8fff1;
}

.intent-compare strong {
  color: #ffd27a;
}

.intent-taste {
  background: #21152f;
  border-color: #7c5ea6;
  color: #f5eaff;
}

.intent-taste:hover {
  background: #2d1c40;
  border-color: #a77bd6;
  color: #f5eaff;
}

.intent-taste strong {
  color: #ffd27a;
}

.search-help,
.policy-note,
.disclaimer-note {
  color: var(--muted);
  font-size: 12px;
  margin: 10px 0 0;
}

.search-assurance {
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
  list-style: none;
  margin: 16px 0 0;
  padding: 14px 0 0;
}

.search-assurance li {
  display: flex;
  gap: 8px;
  margin: 6px 0;
}

.search-assurance li::before {
  background: var(--hot);
  border-radius: 999px;
  content: "";
  flex: 0 0 6px;
  height: 6px;
  margin-top: 10px;
  width: 6px;
}

.buy-reason-panel {
  background: #1a0c11;
  border: 1px solid #4d1d2d;
  border-radius: 8px;
  color: var(--ink-on-dark);
  margin-top: 16px;
  padding: 14px;
}

.buy-reason-copy {
  display: grid;
  gap: 2px;
  margin-bottom: 10px;
}

.buy-reason-copy strong {
  color: #ffe2ad;
  font-size: 14px;
  font-weight: 900;
}

.buy-reason-copy span {
  color: var(--muted-on-dark);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.55;
}

.buy-reason-links {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.buy-reason-links a {
  align-items: center;
  background: #fff7ec;
  border: 1px solid #e7c6a1;
  border-radius: 8px;
  color: var(--ink);
  display: flex;
  justify-content: space-between;
  min-height: 44px;
  padding: 9px 11px;
  text-decoration: none;
}

.buy-reason-links a:hover {
  background: #ffe8cc;
  border-color: var(--accent-dark);
  color: var(--ink);
  text-decoration: none;
}

.buy-reason-links span {
  font-size: 12px;
  font-weight: 900;
  line-height: 1.25;
}

.buy-reason-links strong {
  color: var(--brand-dark);
  font-size: 15px;
  font-weight: 900;
}

.search-helper-card {
  align-items: center;
  background: #fff0d2;
  border: 1px solid #edc56d;
  border-radius: 8px;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin-top: 14px;
  padding: 12px;
}

.search-helper-card strong {
  color: var(--ink);
  display: block;
  font-size: 14px;
}

.search-helper-card span {
  color: var(--muted);
  display: block;
  font-size: 13px;
  line-height: 1.45;
}

.search-helper-card a {
  color: var(--brand-dark);
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 900;
  text-decoration: underline;
}

.sns-launch-strip {
  background: #0f070a;
  border: 1px solid rgba(255, 210, 122, 0.3);
  border-radius: 8px;
  color: var(--ink-on-dark);
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 0 34px;
  overflow: hidden;
}

.sns-launch-strip div {
  background: rgba(255, 247, 236, 0.055);
  min-width: 0;
  padding: 16px;
}

.sns-launch-strip strong {
  color: #ffd27a;
  display: block;
  font-size: 14px;
  line-height: 1.35;
  margin-bottom: 6px;
}

.sns-launch-strip span {
  color: var(--muted-on-dark);
  display: block;
  font-size: 13px;
  line-height: 1.65;
}

.buyer-path {
  margin: 4px 0 36px;
}

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

.path-grid article {
  background: rgba(255, 236, 220, 0.08);
  border: 1px solid var(--line-dark);
  border-radius: 8px;
  padding: 18px;
}

.path-grid span {
  color: #ffd27a;
  display: block;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 8px;
}

.path-grid h3 {
  color: var(--ink-on-dark);
  font-size: 17px;
  line-height: 1.35;
  margin: 0 0 6px;
}

.path-grid p {
  color: var(--muted-on-dark);
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

.taste-entry {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(213, 26, 76, 0.24), rgba(255, 210, 122, 0.1)),
    #170b11;
  border: 1px solid rgba(255, 210, 122, 0.28);
  border-radius: 8px;
  color: var(--ink-on-dark);
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin: 0 0 34px;
  padding: 24px;
}

.taste-entry h2 {
  color: var(--ink-on-dark);
  font-size: 24px;
  line-height: 1.25;
  margin: 6px 0 8px;
}

.taste-entry p {
  color: var(--muted-on-dark);
  margin: 0;
  max-width: 700px;
}

.taste-entry-actions {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  gap: 9px;
  min-width: 210px;
}

.taste-entry-actions span {
  color: #ffd27a;
  font-size: 12px;
  font-weight: 900;
  text-align: center;
}

.taste-shortcuts {
  margin: 0 0 34px;
}

.taste-shortcut-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.taste-shortcut-card {
  background: #1c0d12;
  border: 1px solid rgba(255, 210, 122, 0.18);
  border-radius: 8px;
  color: var(--ink-on-dark);
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 0;
  padding: 16px;
}

.taste-shortcut-head span {
  color: #ffd27a;
  display: block;
  font-size: 11px;
  font-weight: 900;
  margin-bottom: 7px;
}

.taste-shortcut-head h3 {
  color: var(--ink-on-dark);
  font-size: 18px;
  line-height: 1.32;
  margin: 0 0 7px;
}

.taste-shortcut-head p {
  color: var(--muted-on-dark);
  font-size: 13px;
  line-height: 1.55;
  margin: 0;
}

.taste-shortcut-actions {
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr auto;
}

.taste-shortcut-actions .btn {
  font-size: 13px;
  min-height: 42px;
  padding-inline: 12px;
}

.taste-mini-list {
  display: grid;
  gap: 8px;
}

.taste-mini-work {
  background: rgba(255, 247, 236, 0.06);
  border: 1px solid rgba(255, 236, 220, 0.1);
  border-radius: 8px;
  display: grid;
  gap: 7px;
  padding: 10px;
}

.taste-mini-title {
  color: var(--ink-on-dark) !important;
  display: -webkit-box;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.45;
  min-height: 38px;
  overflow: hidden;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.taste-mini-meta {
  color: var(--muted-on-dark);
  display: flex;
  flex-wrap: wrap;
  font-size: 11px;
  font-weight: 800;
  gap: 6px;
}

.taste-mini-meta span {
  background: rgba(255, 236, 220, 0.08);
  border: 1px solid rgba(255, 236, 220, 0.1);
  border-radius: 999px;
  padding: 3px 7px;
}

.taste-mini-official {
  align-items: center;
  background: linear-gradient(180deg, #ff3b6f 0%, #d31346 100%);
  border-radius: 6px;
  color: #fff !important;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  justify-content: center;
  min-height: 34px;
  text-decoration: none;
}

.taste-mini-official:hover {
  background: linear-gradient(180deg, #f12d62 0%, #b80f39 100%);
}

.btn {
  align-items: center;
  border: 0;
  border-radius: 6px;
  cursor: pointer;
  display: inline-flex;
  font-size: 15px;
  font-weight: 900;
  justify-content: center;
  line-height: 1.25;
  min-height: 46px;
  padding: 0 18px;
  text-align: center;
  text-decoration: none !important;
  white-space: normal;
}

.search-row .btn {
  font-size: 16px;
  min-height: 58px;
  min-width: 118px;
  padding: 0 22px;
}

.btn-primary {
  background: var(--accent);
  color: #1c0d07 !important;
  box-shadow: 0 8px 18px rgba(246, 183, 60, 0.25);
}

.btn-primary:hover {
  background: #ffc95d;
  color: #1c0d07 !important;
}

.btn-secondary {
  background: #eadcc9;
  color: var(--ink) !important;
}

.btn-secondary:hover {
  background: #dfc9b2;
  color: var(--ink) !important;
}

.btn-text {
  align-items: center;
  color: var(--muted) !important;
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  min-height: 46px;
  text-decoration: underline;
}

.btn-text:hover {
  color: var(--danger) !important;
}

body.cta-crimson .cta-primary,
body.cta-crimson .search-row .btn-primary {
  background: linear-gradient(180deg, #d3184b 0%, #8d0b2d 100%);
  color: #fff !important;
  box-shadow: 0 10px 24px rgba(141, 11, 45, 0.34);
}

body.cta-crimson .cta-primary:hover,
body.cta-crimson .search-row .btn-primary:hover {
  background: linear-gradient(180deg, #be123c 0%, #760721 100%);
  color: #fff !important;
}

body.cta-contrast .cta-primary,
body.cta-contrast .search-row .btn-primary {
  background: #fff7ec;
  color: #12070b !important;
  box-shadow: 0 8px 18px rgba(255, 247, 236, 0.2);
}

body.cta-green .cta-primary,
body.cta-green .search-row .btn-primary {
  background: linear-gradient(180deg, #ff3b6f 0%, #d31346 100%);
  color: #fff !important;
  box-shadow: 0 10px 24px rgba(213, 26, 76, 0.32);
}

body.cta-green .cta-primary:hover,
body.cta-green .search-row .btn-primary:hover {
  background: linear-gradient(180deg, #f12d62 0%, #b80f39 100%);
  color: #fff !important;
}

.trust-grid,
.guide-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 24px 0 38px;
}

.trust-grid article,
.guide-card,
.notice-band,
.static-page,
.search-page {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.trust-grid article { padding: 18px; }

.trust-grid h2,
.guide-card h3 {
  color: var(--ink);
  font-size: 17px;
  margin: 0 0 6px;
}

.trust-grid p,
.guide-card p {
  color: var(--muted);
  font-size: 14px;
  margin: 0;
}

.section-title {
  color: var(--ink-on-dark);
  border-left: 4px solid var(--accent);
  font-size: 22px;
  line-height: 1.3;
  margin: 34px 0 16px;
  padding-left: 12px;
}

.section-heading-row {
  align-items: end;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin: 34px 0 16px;
}

.section-heading-row .section-title {
  margin: 4px 0 0;
}

.section-note {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.55;
  margin: 6px 0 0;
  max-width: 680px;
}

.section-heading-row > a {
  color: #ffd27a;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 3px;
  text-decoration: underline;
}

.quick-buy-shelf,
.conversion-shelf,
.comparison-shelf {
  margin: 8px 0 34px;
}

.preference-page {
  color: var(--ink-on-dark);
}

.preference-hero {
  border-bottom: 1px solid var(--line-dark);
  padding: 28px 0 30px;
}

.preference-hero h1 {
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.14;
  margin: 10px 0 12px;
}

.preference-hero p {
  color: var(--muted-on-dark);
  margin: 0;
  max-width: 820px;
}

.preference-hero-stats {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 22px;
  max-width: 760px;
}

.preference-hero-stats div {
  background: rgba(255, 236, 220, 0.08);
  border: 1px solid rgba(255, 198, 116, 0.2);
  border-radius: 8px;
  padding: 12px 14px;
}

.preference-hero-stats span {
  color: var(--muted-on-dark);
  display: block;
  font-size: 12px;
  font-weight: 900;
}

.preference-hero-stats strong {
  color: var(--ink-on-dark);
  display: block;
  font-size: 17px;
  line-height: 1.3;
  margin-top: 2px;
}

.taste-quiz {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
  color: var(--ink);
  margin: 28px 0 34px;
  padding: 24px;
}

.taste-quiz .section-title,
.taste-results .section-title {
  color: var(--ink);
}

.taste-step {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 18px;
  grid-template-columns: 210px minmax(0, 1fr);
  padding: 22px 0;
}

.taste-step-copy span {
  color: var(--brand-dark);
  display: block;
  font-size: 12px;
  font-weight: 900;
}

.taste-step-copy h3 {
  color: var(--ink);
  font-size: 19px;
  line-height: 1.35;
  margin: 4px 0 6px;
}

.taste-step-copy p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
  margin: 0;
}

.taste-option-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.taste-option {
  background: #fffdf8;
  border: 1px solid #d8b894;
  border-radius: 999px;
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  min-height: 42px;
  padding: 0 15px;
}

.taste-option:hover {
  background: #ffe8cc;
  border-color: #e3a64f;
}

.taste-option.is-selected {
  background: #27101a;
  border-color: var(--brand);
  color: #fff7ec;
  box-shadow: 0 8px 18px rgba(213, 26, 76, 0.22);
}

.taste-action-row {
  align-items: center;
  border-top: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 18px;
}

.taste-action-row p {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  margin: 0;
}

.taste-results {
  margin: 4px 0 40px;
}

.taste-selected-summary {
  background: rgba(255, 210, 122, 0.12);
  border: 1px solid rgba(255, 210, 122, 0.28);
  border-radius: 8px;
  color: #ffe7b9;
  font-size: 13px;
  font-weight: 900;
  margin: 0 0 14px;
  padding: 10px 12px;
}

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

.taste-work-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  overflow: hidden;
}

.taste-cover {
  background: #1b0d12;
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.taste-cover img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.taste-card-body {
  color: var(--ink);
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 14px;
}

.taste-card-body h3 {
  font-size: 16px;
  line-height: 1.45;
  margin: 0;
}

.taste-card-body h3 a {
  color: var(--ink);
}

.taste-card-facts {
  display: grid;
  gap: 7px;
  margin: 0;
}

.taste-card-facts div {
  align-items: center;
  background: #fff1e3;
  border: 1px solid #ecd7c2;
  border-radius: 6px;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  min-height: 38px;
  padding: 7px 9px;
}

.taste-card-facts span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  white-space: nowrap;
}

.taste-card-facts strong {
  color: var(--ink);
  font-size: 12px;
  line-height: 1.35;
  text-align: right;
}

.taste-card-score {
  align-items: center;
  color: var(--muted);
  display: flex;
  font-size: 12px;
  font-weight: 900;
  gap: 8px;
}

.taste-card-score strong {
  color: var(--brand-dark);
  font-size: 18px;
}

.taste-official-cta {
  flex: 1 1 180px;
}

.taste-feedback {
  align-items: center;
  border-top: 1px solid #efd7c0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
  padding-top: 8px;
}

.taste-feedback span,
.work-feedback-panel > span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.taste-feedback-btn {
  background: #fff8f1;
  border: 1px solid #e7c9b1;
  border-radius: 999px;
  color: #5f4545;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.25;
  min-height: 32px;
  padding: 6px 10px;
}

.taste-feedback-btn:hover {
  border-color: var(--brand);
  color: var(--brand-dark);
}

.taste-feedback-btn.is-selected {
  background: #3b1020;
  border-color: #3b1020;
  color: #fff5ea;
}

.taste-empty {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  margin: 0;
  padding: 18px;
}

.quick-buy-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.quick-buy-card {
  background: var(--surface);
  border: 1px solid #e7bd61;
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
}

.quick-buy-cover {
  aspect-ratio: 4 / 3;
  background: var(--surface-dark);
  display: block;
  overflow: hidden;
}

.quick-buy-cover img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.quick-buy-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-width: 0;
  padding: 13px;
}

.quick-buy-body h3 {
  font-size: 15px;
  line-height: 1.42;
  margin: 0;
}

.quick-buy-body h3 a {
  color: var(--ink);
}

.quick-buy-facts {
  display: grid;
  gap: 7px;
  grid-template-columns: 1fr;
  margin: 10px 0 12px;
}

.quick-buy-facts div {
  background: #fff3d8;
  border: 1px solid #edcf92;
  border-radius: 7px;
  min-width: 0;
  padding: 8px;
}

.quick-buy-facts span {
  color: var(--muted);
  display: block;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 3px;
}

.quick-buy-facts strong {
  color: var(--ink);
  display: block;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.35;
}

.quick-buy-cta {
  margin-top: auto;
  width: 100%;
}

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

.conversion-card,
.comparison-card {
  background: var(--surface);
  border: 1px solid #e9c077;
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
  display: grid;
  grid-template-columns: minmax(110px, 0.42fr) minmax(0, 0.58fr);
  min-height: 268px;
  overflow: hidden;
}

.comparison-card {
  border-color: #2e7a68;
}

.badge-attention {
  background: #ffdd8a;
  border-color: #ddaa30;
  color: #1c0d07;
}

.conversion-cover,
.comparison-cover {
  background: var(--surface-dark);
  color: var(--ink);
  display: block;
  min-height: 100%;
  overflow: hidden;
}

.conversion-cover img,
.comparison-cover img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.conversion-body,
.comparison-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
  padding: 14px;
}

.conversion-body h3,
.comparison-body h3 {
  font-size: 15px;
  line-height: 1.45;
  margin: 0;
}

.conversion-body h3 a,
.comparison-body h3 a {
  color: var(--ink);
}

.conversion-maker {
  color: var(--muted);
  font-size: 12px;
  margin: -2px 0 0;
}

.compact-facts {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  margin: 0;
}

.compact-facts div {
  padding: 8px;
}

.compact-facts span {
  font-size: 11px;
}

.compact-facts strong {
  font-size: 14px;
}

.conversion-actions {
  align-items: center;
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin-top: auto;
}

.conversion-actions .btn {
  min-height: 48px;
  padding: 0 14px;
  width: 100%;
}

.comparison-price-note {
  background: #102a25;
  border: 1px solid #2e7a68;
  border-radius: 8px;
  margin: 0;
  padding: 10px;
}

.comparison-price-note span {
  color: #ffd27a;
  display: block;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.25;
}

.comparison-price-note strong {
  color: #d8fff1;
  display: block;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.45;
  margin-top: 3px;
}

.work-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 16px;
}

.work-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink) !important;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  text-decoration: none !important;
  transition: border-color 0.16s, transform 0.16s, box-shadow 0.16s;
}

.work-card:hover {
  border-color: #e4aa33;
  box-shadow: var(--shadow);
  transform: translateY(-2px);
}

.work-card-cover,
.result-cover {
  aspect-ratio: 3 / 4;
  background: var(--surface-dark);
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}

.work-card-cover img,
.result-cover img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.result-cover-empty {
  align-items: center;
  color: var(--muted);
  display: flex;
  font-size: 12px;
  font-weight: 900;
  justify-content: center;
}

.work-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 12px;
}

.work-card-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 8px;
}

.work-card-title {
  color: var(--ink);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.45;
}

.work-card-title-link {
  display: block;
  text-decoration: none !important;
}

.work-card-title-link:hover {
  color: var(--danger);
  text-decoration: underline !important;
}

.work-card-maker,
.result-meta {
  color: var(--muted);
  font-size: 12px;
  margin-top: 4px;
}

.result-meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.badge {
  background: #f8e2e7;
  border: 1px solid #efb3c2;
  border-radius: 999px;
  color: var(--brand-dark);
  display: inline-flex;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  padding: 5px 8px;
}

.badge-type {
  background: #ffedc2;
  border-color: #efc465;
  color: #734100;
}

.result-circle {
  color: var(--muted);
}

.work-card-price,
.result-price {
  color: var(--danger);
  font-size: 13px;
  font-weight: 900;
  margin-top: 6px;
}

.price-comparison-note {
  background: #fff0de;
  border: 1px solid #eac89f;
  border-radius: 8px;
  color: var(--muted);
  font-size: 12px;
  margin: 0 0 10px;
  padding: 10px 12px;
}

.work-card-review {
  color: #936000;
  font-size: 12px;
  margin-top: 4px;
}

.work-card-actions {
  align-items: center;
  display: grid;
  gap: 7px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin-top: auto;
  padding-top: 10px;
}

.work-card-actions .btn {
  font-size: 13px;
  min-height: 42px;
  padding: 0 12px;
  width: 100%;
}

.guide-card {
  color: var(--ink);
  display: block;
  padding: 18px;
  text-decoration: none !important;
}

.guide-card:hover {
  border-color: var(--accent-dark);
  color: var(--ink);
  text-decoration: none;
}

.notice-band {
  margin-top: 32px;
  padding: 18px;
}

.notice-band h2 { color: var(--ink); font-size: 18px; margin: 0 0 6px; }
.notice-band p { color: var(--muted); margin: 0; }

.search-page,
.static-page {
  padding: 24px;
}

.work-detail {
  color: var(--ink);
}

.work-header {
  color: var(--ink-on-dark);
  margin-bottom: 22px;
  padding-bottom: 2px;
}

.search-page h1,
.static-page h1,
.work-title {
  font-size: 30px;
  line-height: 1.25;
  margin: 0 0 10px;
}

.work-title {
  color: var(--ink-on-dark);
  max-width: 900px;
}

.static-page h2,
.work-detail h2 {
  border-left: 4px solid var(--accent);
  font-size: 20px;
  margin: 30px 0 12px;
  padding-left: 10px;
}

.work-detail h2 { color: var(--ink); }

.work-feedback-panel {
  align-items: center;
  background: #fff8f1;
  border: 1px solid #ecd7c2;
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  margin: 16px 0 22px;
  padding: 12px 14px;
}

.work-feedback-panel .taste-feedback {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}

.search-box-page {
  box-shadow: none;
  margin: 18px 0;
  padding: 0;
  border: 0;
}

.search-box-page label { color: var(--ink); }

.search-filters {
  border: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0 0;
  padding: 0;
}

.search-filters legend {
  color: var(--muted);
  flex-basis: 100%;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 2px;
}

.filter-chip {
  cursor: pointer;
  display: inline-flex;
  min-width: 0;
  position: relative;
}

.filter-chip input {
  height: 1px;
  opacity: 0;
  position: absolute;
  width: 1px;
}

.filter-chip span {
  background: #f9eadb;
  border: 1px solid #e0bea0;
  border-radius: 999px;
  color: var(--ink);
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.1;
  padding: 9px 12px;
  transition: background .15s ease, border-color .15s ease, color .15s ease, box-shadow .15s ease;
}

.filter-chip input:checked + span {
  background: #102a25;
  border-color: #2e7a68;
  box-shadow: 0 0 0 3px rgba(46, 122, 104, 0.16);
  color: #c7f4e4;
}

.filter-chip-attention input:checked + span {
  background: #ffdd8a;
  border-color: #ddaa30;
  box-shadow: 0 0 0 3px rgba(221, 170, 48, 0.18);
  color: #1c0d07;
}

.filter-chip input:focus-visible + span {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

.search-tools {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0 0;
}

.search-tools label {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.search-tools select {
  appearance: none;
  background: #f9eadb;
  border: 1px solid #e0bea0;
  border-radius: 6px;
  color: var(--ink);
  cursor: pointer;
  font-size: 13px;
  font-weight: 900;
  min-height: 40px;
  min-width: 170px;
  padding: 0 34px 0 12px;
}

.search-tools::after {
  color: var(--muted);
  content: "▼";
  font-size: 10px;
  margin-left: -32px;
  pointer-events: none;
}

.search-tools select:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

.query-type {
  color: var(--muted);
  font-size: 13px;
  min-height: 22px;
  margin: 12px 0;
}

.screenshot-assist {
  background: #15080d;
  border: 1px solid rgba(255, 188, 94, 0.36);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
  color: var(--ink-on-dark);
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(220px, 0.34fr) minmax(0, 0.66fr);
  margin: 18px 0;
  padding: 18px;
  scroll-margin-top: 96px;
}

.screenshot-assist-copy h2 {
  color: #fff6e7;
  font-size: 21px;
  line-height: 1.35;
  margin: 0 0 8px;
}

.screenshot-assist-copy p {
  color: var(--muted-on-dark);
  line-height: 1.75;
  margin: 0;
}

.screenshot-read-order {
  color: #ffe2ad;
  display: grid;
  font-size: 13px;
  gap: 7px;
  line-height: 1.55;
  margin: 14px 0 0;
  padding-left: 18px;
}

.screenshot-assist-panel {
  display: grid;
  gap: 12px;
}

.screenshot-file-drop {
  align-items: center;
  background: rgba(255, 244, 229, 0.08);
  border: 1px dashed rgba(255, 210, 122, 0.5);
  border-radius: 8px;
  color: #ffe2ad;
  cursor: pointer;
  display: grid;
  gap: 4px;
  min-height: 76px;
  padding: 14px;
}

.screenshot-file-drop input {
  display: none;
}

.screenshot-file-drop span {
  font-size: 14px;
  font-weight: 900;
}

.screenshot-file-drop strong {
  color: var(--muted-on-dark);
  font-size: 12px;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.screenshot-file-drop.is-dragover {
  background: rgba(236, 23, 94, 0.18);
  border-color: var(--accent);
  color: #fff6e7;
}

.screenshot-preview {
  background: #090406;
  border: 1px solid var(--line-dark);
  border-radius: 8px;
  max-height: 260px;
  overflow: hidden;
}

.screenshot-preview img {
  display: block;
  max-height: 260px;
  object-fit: contain;
  width: 100%;
}

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

.screenshot-fields label {
  display: grid;
  gap: 6px;
}

.screenshot-fields span {
  color: #ffe2ad;
  font-size: 12px;
  font-weight: 900;
}

.screenshot-fields input {
  background: #fffdf8;
  border: 1px solid #d6b28f;
  border-radius: 6px;
  color: var(--ink);
  font-size: 14px;
  min-height: 44px;
  padding: 0 12px;
  width: 100%;
}

.screenshot-query-preview {
  background: rgba(255, 244, 229, 0.08);
  border: 1px solid rgba(255, 210, 122, 0.28);
  border-radius: 8px;
  display: grid;
  gap: 10px;
  padding: 12px;
}

.screenshot-query-preview .eyebrow {
  margin: 0;
}

.screenshot-query-value {
  display: grid;
  gap: 5px;
}

.screenshot-query-value span {
  color: #ffe2ad;
  font-size: 12px;
  font-weight: 900;
}

.screenshot-query-value strong {
  color: #fff6e7;
  font-size: 17px;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.screenshot-query-preview p[data-screenshot-match-hint] {
  color: var(--muted-on-dark);
  font-size: 13px;
  line-height: 1.65;
  margin: 0;
}

.screenshot-detected-id {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: #fff6e7;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  justify-self: start;
  line-height: 1.35;
  margin: 0;
  overflow-wrap: anywhere;
  padding: 6px 10px;
}

.screenshot-quick-search {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.screenshot-quick-search .btn {
  min-height: 42px;
  padding: 0 13px;
}

.screenshot-quick-search .btn:disabled {
  cursor: not-allowed;
  filter: grayscale(1);
  opacity: 0.42;
}

.screenshot-official-shortcuts {
  background: rgba(236, 23, 94, 0.14);
  border: 1px solid rgba(236, 23, 94, 0.34);
  border-radius: 8px;
  display: grid;
  gap: 10px;
  padding: 12px;
}

.screenshot-official-shortcuts .eyebrow,
.screenshot-official-shortcuts p {
  margin: 0;
}

.screenshot-official-shortcuts p[data-screenshot-official-copy] {
  color: var(--muted-on-dark);
  font-size: 13px;
  line-height: 1.65;
}

.screenshot-official-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.screenshot-official-actions .btn {
  min-height: 42px;
  padding: 0 13px;
}

.screenshot-memo {
  min-height: 156px;
}

.search-results {
  display: grid;
  gap: 14px;
}

.result-card {
  background: var(--surface-plain);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 16px;
  padding: 12px;
}

.result-card h2 {
  border: 0;
  font-size: 18px;
  line-height: 1.35;
  margin: 0;
  padding: 0;
}

.result-card p { margin: 6px 0; }

.result-decision-strip {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 10px 0;
}

.result-decision-strip div {
  background: #fff3df;
  border: 1px solid #eac89f;
  border-radius: 7px;
  min-width: 0;
  padding: 8px;
}

.result-decision-strip span {
  color: var(--muted);
  display: block;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 3px;
}

.result-decision-strip strong {
  color: var(--ink);
  display: block;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.35;
}

.match-reason,
.empty-state {
  color: var(--muted);
  font-size: 14px;
}

.empty-state {
  background: var(--surface-soft);
  border-radius: 8px;
  padding: 18px;
}

.official-search-fallback {
  background: var(--surface-plain);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
}

.official-search-fallback h2 {
  color: var(--ink);
  font-size: 18px;
  margin: 0 0 6px;
}

.official-search-fallback p {
  color: var(--muted);
  margin: 0 0 12px;
}

.no-result-workflow {
  background: #fff0d2;
  border: 1px solid #e7bd61;
  border-radius: 8px;
  padding: 18px;
}

.no-result-workflow h2 {
  color: var(--ink);
  font-size: 18px;
  margin: 0 0 6px;
}

.no-result-workflow p {
  color: var(--muted);
  margin: 0 0 12px;
}

.no-result-retry-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 12px;
}

.candidate-memo {
  background: #fffdf8;
  border: 1px solid #d9b990;
  border-radius: 8px;
  color: var(--ink);
  font: 13px/1.7 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  min-height: 230px;
  padding: 12px;
  resize: vertical;
  width: 100%;
}

.candidate-save-status {
  color: var(--muted);
  font-size: 13px;
  margin-top: 10px;
}

.saved-candidate-memos {
  background: var(--surface);
  border: 1px solid rgba(48, 37, 35, 0.14);
  border-radius: 8px;
  margin: 18px 0;
  padding: 18px;
}

.saved-candidate-header {
  align-items: flex-start;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-bottom: 14px;
}

.saved-candidate-header h2 {
  color: var(--ink);
  font-size: 20px;
  margin: 0 0 6px;
}

.saved-candidate-header p {
  color: var(--muted);
  margin: 0;
}

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

.saved-candidate-item {
  align-items: center;
  background: #fffdf8;
  border: 1px solid rgba(48, 37, 35, 0.12);
  border-radius: 8px;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 12px;
}

.saved-candidate-main strong {
  color: var(--ink);
  display: block;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 4px;
  overflow-wrap: anywhere;
}

.saved-candidate-main span,
.saved-candidate-main p {
  color: var(--muted);
  display: block;
  font-size: 13px;
  margin: 0;
}

.saved-candidate-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

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

.result-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.work-lead {
  color: var(--muted-on-dark);
  margin: 0;
}

.work-layout {
  display: grid;
  grid-template-columns: minmax(220px, 360px) minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.work-conversion-layout {
  margin-bottom: 22px;
}

.work-cover {
  background: var(--surface-dark);
  border: 1px solid var(--line-dark);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.work-cover-cta {
  position: relative;
}

.cover-aff-link {
  color: var(--ink);
  display: block;
  position: relative;
  text-decoration: none !important;
}

.cover-cta-badge {
  background: var(--accent);
  border: 2px solid rgba(255, 255, 255, 0.65);
  border-radius: 999px;
  bottom: 14px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.35);
  color: #1c0d07;
  font-size: 15px;
  font-weight: 900;
  padding: 10px 15px;
  position: absolute;
  right: 14px;
}

.official-card,
.info-panel,
.search-memo,
.sample-panel {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
  box-shadow: var(--shadow-soft);
}

.purchase-panel {
  border-color: #e7b95a;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
}

.purchase-panel-lead {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.6;
  margin: -6px 0 14px;
}

.official-card h2,
.info-panel h2,
.search-memo h2,
.sample-panel h2 {
  margin-top: 0;
}

.platform-pill {
  background: #2a0e18;
  border-radius: 999px;
  color: #ffd27a;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  margin: 0 0 10px;
  padding: 7px 10px;
}

.conversion-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 0 0 14px;
}

.conversion-facts div {
  background: #fff0d2;
  border: 1px solid #edc56d;
  border-radius: 8px;
  padding: 10px;
}

.conversion-facts span {
  color: var(--muted);
  display: block;
  font-size: 12px;
  font-weight: 900;
}

.conversion-facts strong {
  color: var(--ink);
  display: block;
  font-size: 17px;
  line-height: 1.3;
  margin-top: 2px;
}

.purchase-confidence-grid {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: -4px 0 14px;
}

.purchase-confidence-grid div {
  background: #f9eadb;
  border: 1px solid #e5c8aa;
  border-radius: 8px;
  min-width: 0;
  padding: 9px 10px;
}

.purchase-confidence-grid span {
  color: var(--muted);
  display: block;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 4px;
}

.purchase-confidence-grid strong {
  color: var(--ink);
  display: block;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.35;
}

.price-winner-card {
  background: linear-gradient(180deg, #2a0e18 0%, #16080d 100%);
  border: 1px solid #8f2c45;
  border-radius: 8px;
  color: #fff0e3;
  margin: 0 0 12px;
  padding: 12px;
}

.price-winner-card span {
  color: #f0b5c4;
  display: block;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 6px;
}

.price-winner-card strong {
  color: #ffd27a;
  display: block;
  font-size: 19px;
  font-weight: 900;
  line-height: 1.25;
}

.price-winner-card p {
  color: #fff0e3;
  font-size: 13px;
  line-height: 1.6;
  margin: 5px 0 0;
}

.lead-offer-card {
  align-items: start;
  background: linear-gradient(180deg, #2a0e18 0%, #16080d 100%);
  border: 1px solid #8f2c45;
  border-radius: 8px;
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, 1fr) minmax(210px, auto);
  margin: 0 0 14px;
  padding: 14px;
}

.lead-offer-copy span {
  color: #f0b5c4;
  display: block;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 6px;
}

.lead-offer-copy strong {
  color: #ffd27a;
  display: block;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.25;
}

.lead-offer-copy strong .lead-list-price {
  color: #d9bba8;
  display: inline;
  font-size: 16px;
  margin: 0 4px 0 0;
  text-decoration: line-through;
}

.lead-offer-copy p {
  color: #fff0e3;
  font-size: 13px;
  line-height: 1.55;
  margin: 6px 0 0;
}

.offer-decision-list {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
}

.offer-decision-list li {
  background: rgba(255, 244, 229, 0.08);
  border: 1px solid rgba(255, 192, 98, 0.24);
  border-radius: 7px;
  min-width: 0;
  padding: 9px;
}

.offer-decision-list span {
  color: #f0b5c4;
  display: block;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 4px;
}

.offer-decision-list strong {
  color: #fff3dc;
  display: block;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.35;
}

.purchase-nudge-card {
  background: rgba(255, 190, 90, 0.12);
  border: 1px solid rgba(255, 190, 90, 0.32);
  border-radius: 8px;
  margin-top: 12px;
  padding: 10px 12px;
}

.purchase-nudge-card strong {
  color: #ffd27a;
  display: block;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.35;
}

.purchase-nudge-card span {
  color: #fff3dc;
  display: block;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.55;
  margin: 4px 0 0;
}

.lead-offer-btn {
  font-size: 16px;
  min-height: 66px;
  min-width: 210px;
}

.lead-offer-actions {
  display: grid;
  gap: 10px;
  min-width: 210px;
}

.purchase-decision-banner {
  background: rgba(255, 244, 229, 0.1);
  border: 1px solid rgba(255, 192, 98, 0.28);
  border-radius: 8px;
  padding: 10px 12px;
}

.purchase-decision-banner span {
  color: #f0b5c4;
  display: block;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 4px;
}

.purchase-decision-banner strong {
  color: #ffd27a;
  display: block;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.35;
}

.purchase-decision-banner p {
  color: #fff3dc;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.55;
  margin: 5px 0 0;
}

.lead-offer-hint {
  color: #f0b5c4;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.45;
  margin: -2px 0 0;
  text-align: center;
}

.same-price-actions {
  background: rgba(255, 244, 229, 0.08);
  border: 1px solid rgba(255, 192, 98, 0.24);
  border-radius: 8px;
  padding: 9px;
}

.same-price-actions > span {
  color: #f0b5c4;
  display: block;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 7px;
}

.same-price-actions div {
  display: grid;
  gap: 7px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.same-price-actions a {
  background: #fff1d8;
  border: 1px solid #e7bf80;
  border-radius: 7px;
  color: #1c0d07;
  display: block;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  min-height: 42px;
  padding: 10px 8px;
  text-align: center;
}

.platform-row {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(190px, auto);
  gap: 12px;
  padding: 12px 0;
}

.platform-row:first-of-type { padding-top: 0; }
.platform-row:last-of-type { border-bottom: 0; }
.platform-row span { color: var(--muted); display: block; font-size: 13px; }

.platform-row-stale {
  opacity: 0.82;
}

.price-line {
  align-items: center;
  display: flex !important;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 2px;
}

.price-value {
  color: var(--danger);
  font-size: 17px;
  font-weight: 900;
}

.list-price {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-decoration: line-through;
}

.sale-badge {
  background: var(--danger);
  border-radius: 999px;
  color: #fff !important;
  display: inline-flex !important;
  font-size: 11px !important;
  font-weight: 900;
  line-height: 1;
  padding: 5px 8px;
}

.best-price-badge {
  background: #102a25;
  border: 1px solid #2e7a68;
  border-radius: 999px;
  color: #ffd27a !important;
  display: inline-flex !important;
  font-size: 11px !important;
  font-weight: 900;
  line-height: 1;
  padding: 5px 8px;
}

.price-note,
.sale-meta {
  color: var(--muted);
  font-size: 12px;
  margin-top: 3px;
}

.sale-decision-note {
  background: #fff3d8;
  border: 1px solid #edcf92;
  border-radius: 7px;
  margin-top: 9px;
  padding: 8px;
}

.sale-decision-note strong {
  color: var(--danger);
  display: block;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.35;
}

.sale-decision-note span {
  color: var(--ink);
  display: block;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.45;
  margin-top: 3px;
}

.sale-card-actions {
  margin-top: auto;
}

.cta-primary {
  min-height: 54px;
  padding: 0 22px;
}

.cta-secondary {
  margin-top: 10px;
  width: 100%;
}

.sticky-cta-bar {
  align-items: center;
  background: rgba(18, 7, 11, 0.96);
  border-top: 1px solid var(--line-dark);
  bottom: 0;
  color: var(--ink-on-dark);
  display: none;
  gap: 10px;
  justify-content: space-between;
  left: 0;
  padding: 10px 14px;
  position: fixed;
  right: 0;
  z-index: 40;
}

.sticky-cta-bar span {
  font-size: 14px;
  font-weight: 900;
}

.info-panel,
.search-memo,
.sample-panel {
  margin-top: 18px;
}

.info-table {
  border-collapse: collapse;
  font-size: 14px;
  width: 100%;
}

.info-table th,
.info-table td {
  border-bottom: 1px solid var(--line);
  padding: 10px;
  text-align: left;
  vertical-align: top;
}

.info-table th {
  color: var(--muted);
  font-weight: 900;
  width: 32%;
}

.samples {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 10px;
}

.samples a {
  background: var(--surface-dark);
  border-radius: 6px;
  overflow: hidden;
}

.related {
  border-top: 1px solid var(--line-dark);
  margin-top: 30px;
  padding-top: 6px;
}

.related h2 {
  color: var(--ink-on-dark);
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 14px;
}

.related-card {
  background: rgba(255, 236, 220, 0.07);
  border: 1px solid var(--line-dark);
  border-radius: 8px;
  display: grid;
  grid-template-columns: 92px 1fr;
  min-width: 0;
  overflow: hidden;
}

.related-cover {
  background: var(--surface-dark);
  min-height: 124px;
}

.related-cover img {
  aspect-ratio: 3 / 4;
  background: var(--surface-dark);
  object-fit: cover;
  width: 100%;
}

.related-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
  padding: 10px;
}

.related-body h3 {
  font-size: 14px;
  line-height: 1.45;
  margin: 0;
}

.related-body h3 a {
  color: var(--ink-on-dark);
}

.related-body p {
  color: var(--muted-on-dark);
  font-size: 12px;
  line-height: 1.4;
  margin: 0;
}

.related-facts {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
}

.related-facts div {
  background: rgba(255, 236, 220, 0.08);
  border-color: var(--line-dark);
  padding: 6px;
}

.related-facts span {
  color: var(--muted-on-dark);
}

.related-facts strong {
  color: var(--ink-on-dark);
  font-size: 12px;
}

.related-actions {
  margin-top: auto;
}

.related-actions .btn {
  justify-content: center;
  min-height: 42px;
  padding: 8px 10px;
  width: 100%;
}

.guide-page p { line-height: 1.9; }
.guide-page strong { color: var(--brand-dark); }
.guide-lead {
  background: var(--surface-soft);
  border-radius: 8px;
  color: var(--muted);
  padding: 14px 16px;
}

.guide-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.guide-list li {
  background: var(--surface-plain);
  border: 1px solid var(--line);
  border-radius: 8px;
  margin: 12px 0;
  padding: 16px;
}

.guide-list h2 {
  border: 0;
  font-size: 18px;
  margin: 0 0 6px;
  padding: 0;
}

.policy-update { color: var(--muted); font-size: 13px; }

.site-footer {
  background: #090406;
  border-top: 1px solid var(--line-dark);
  color: #d4c6ba;
  font-size: 13px;
  padding: 32px 0 24px;
}

.footer-lead {
  max-width: 840px;
  margin: 0 0 14px;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 14px 0;
}

.footer-nav a { color: #ffd27a; }
.copyright { margin: 12px 0 6px; }
.disclaimer { color: #a99a90; font-size: 12px; margin: 0; }

@media (max-width: 960px) {
  .search-hero {
    grid-template-columns: 1fr;
  }
  .quick-buy-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .taste-shortcut-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .conversion-grid,
  .comparison-grid,
  .taste-result-grid {
    grid-template-columns: 1fr;
  }
  .conversion-card,
  .comparison-card {
    grid-template-columns: 156px minmax(0, 1fr);
  }
}

@media (max-width: 820px) {
  .header-inner { align-items: flex-start; flex-direction: column; padding: 12px 0; }
  .work-layout {
    grid-template-columns: 1fr;
  }
  .trust-grid,
  .guide-card-grid,
  .path-grid,
  .screenshot-assist,
  .saved-candidate-item,
  .sns-launch-strip,
  .preference-hero-stats {
    grid-template-columns: 1fr;
  }
  .taste-entry,
  .taste-step {
    grid-template-columns: 1fr;
  }
  .taste-shortcut-actions {
    grid-template-columns: 1fr;
  }
  .taste-entry-actions {
    min-width: 0;
  }
  .saved-candidate-header {
    flex-direction: column;
  }
  .saved-candidate-actions {
    justify-content: flex-start;
  }
  .sticky-cta-bar { display: flex; }
  body { padding-bottom: 74px; }
}

@media (max-width: 600px) {
  .container { width: min(100% - 24px, 1120px); }
  .site-main { padding-top: 18px; }
  .search-hero {
    gap: 20px;
    min-height: auto;
    padding: 26px 0 32px;
  }
  .global-nav a { padding: 7px 8px; }
  .hero-copy h1,
  .search-page h1,
  .static-page h1 {
    font-size: 26px;
  }
  .work-title {
    font-size: 24px;
  }
  .hero-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }
  .hero-stats div {
    padding: 9px 10px;
  }
  .hero-stats dt {
    font-size: 11px;
  }
  .hero-stats dd {
    font-size: 16px;
  }
  .conversion-facts {
    grid-template-columns: 1fr;
  }
  .taste-quiz {
    padding: 18px;
  }
  .taste-option {
    min-height: 40px;
    padding: 0 12px;
  }
  .taste-action-row .btn {
    width: 100%;
  }
  .purchase-confidence-grid {
    grid-template-columns: 1fr;
  }
  .search-row,
  .platform-row {
    grid-template-columns: 1fr;
  }
  .search-helper-card {
    align-items: flex-start;
    flex-direction: column;
  }
  .search-helper-card a {
    width: 100%;
  }
  .screenshot-assist {
    padding: 14px;
  }
  .screenshot-fields {
    grid-template-columns: 1fr;
  }
  .intent-shortcuts {
    grid-template-columns: 1fr;
  }
  .buy-reason-links {
    grid-template-columns: 1fr;
  }
  .section-heading-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }
  .conversion-card,
  .comparison-card {
    grid-template-columns: 108px minmax(0, 1fr);
    min-height: 230px;
  }
  .quick-buy-grid {
    grid-template-columns: 1fr;
  }
  .taste-shortcut-grid {
    grid-template-columns: 1fr;
  }
  .quick-buy-card {
    display: grid;
    grid-template-columns: 108px minmax(0, 1fr);
  }
  .quick-buy-cover {
    aspect-ratio: auto;
    min-height: 100%;
  }
  .compact-facts {
    grid-template-columns: 1fr;
  }
  .conversion-actions {
    grid-template-columns: 1fr;
  }
  .lead-offer-card {
    grid-template-columns: 1fr;
  }
  .offer-decision-list {
    grid-template-columns: 1fr;
  }
  .lead-offer-btn {
    min-width: 0;
    width: 100%;
  }
  .lead-offer-actions {
    min-width: 0;
    width: 100%;
  }
  .search-row .btn,
  .platform-row .btn {
    width: 100%;
  }
  .result-card {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 12px;
    padding: 10px;
  }
  .result-card h2 { font-size: 15px; }
  .result-decision-strip {
    grid-template-columns: 1fr;
  }
  .result-actions .btn,
  .result-actions .btn-text {
    justify-content: center;
    width: 100%;
  }
  .search-page,
  .static-page {
    padding: 18px;
  }
  .official-card,
  .info-panel,
  .search-memo,
  .sample-panel {
    padding: 16px;
  }
  .cover-cta-badge {
    bottom: 10px;
    font-size: 13px;
    padding: 9px 13px;
    right: 10px;
  }
}
