/*
Theme Name: Oshidoki Genesis
Theme URI: https://otaku-fun.com/
Description: Genesis child theme for Oshidoki, an oshikatsu buying radar.
Author: Oshidoki
Version: 0.5.73
Template: genesis
Text Domain: oshidoki-genesis
Requires at least: 6.0
Requires PHP: 8.1
*/

:root {
  --oshi-bg: #d7e3db;
  --oshi-bg-2: #e7efe9;
  --oshi-panel: #f0f6f1;
  --oshi-panel-strong: #e4eee8;
  --oshi-card: #fbfcf8;
  --oshi-card-muted: #e7f0eb;
  --oshi-panel-deep: #dce8e1;
  --oshi-line: #c0d0c5;
  --oshi-line-strong: #8fa696;
  --oshi-text: #172033;
  --oshi-heading: #0d1524;
  --oshi-muted: #647286;
  --oshi-soft: #34445a;
  --oshi-ink-panel: #162331;
  --oshi-ink-panel-2: #1b4e49;
  --oshi-teal: #18b8ad;
  --oshi-coral: #f36f5d;
  --oshi-yellow: #f2c94c;
  --oshi-green: #31b66b;
  --oshi-blue: #3b82f6;
  --oshi-shadow: 0 16px 38px rgba(29, 45, 38, 0.17);
  --oshi-radius: 8px;
  --oshi-content: min(1120px, calc(100vw - 40px));
  --oshi-font-body: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Sans", "Yu Gothic UI", "Yu Gothic", Meiryo, sans-serif;
  --oshi-font-ui: Outfit, "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Sans", "Yu Gothic UI", "Yu Gothic", Meiryo, sans-serif;
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  background:
    linear-gradient(180deg, #eef4ee 0, var(--oshi-bg) 24rem),
    repeating-linear-gradient(0deg, rgba(23, 35, 52, 0.035) 0, rgba(23, 35, 52, 0.035) 1px, transparent 1px, transparent 48px),
    var(--oshi-bg);
  color: var(--oshi-text);
  font-family: var(--oshi-font-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.82;
  letter-spacing: 0;
  font-feature-settings: "palt" 1;
  text-rendering: optimizeLegibility;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration-color: rgba(87, 216, 207, 0.56);
  text-underline-offset: 0.18em;
}

a:hover {
  color: #087d76;
  text-decoration-color: var(--oshi-coral);
}

.site-container {
  min-height: 100vh;
  overflow: hidden;
}

.genesis-skip-link {
  margin: 0;
  padding: 0;
  list-style: none;
}

.genesis-skip-link .screen-reader-shortcut {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.genesis-skip-link .screen-reader-shortcut:focus {
  top: 10px;
  left: 10px;
  z-index: 1000;
  width: auto;
  height: auto;
  clip: auto;
  padding: 8px 10px;
  border-radius: 8px;
  color: #061014;
  background: var(--oshi-teal);
}

.wrap,
.content-sidebar-wrap,
.site-inner {
  width: var(--oshi-content);
  max-width: var(--oshi-content);
  margin-inline: auto;
}

.site-inner {
  padding: 42px 0 86px;
}

.home .site-inner {
  padding-top: 22px;
}

.content,
.entry {
  width: 100%;
}

.entry {
  border: 1px solid var(--oshi-line);
  border-radius: var(--oshi-radius);
  background: var(--oshi-card);
  box-shadow: var(--oshi-shadow);
  overflow: hidden;
}

.entry-content {
  padding: clamp(24px, 4vw, 52px);
}

.entry-header {
  padding: clamp(24px, 4vw, 52px) clamp(24px, 4vw, 52px) 0;
  overflow: hidden;
}

.entry-title {
  margin: 0 0 22px;
  max-width: 100%;
  color: var(--oshi-heading);
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1.14;
  overflow-wrap: anywhere;
  word-break: break-word;
  line-break: loose;
}

.oshi-entry-image {
  margin: 0 0 clamp(22px, 4vw, 34px);
}

.oshi-entry-image img {
  display: block;
  width: 100%;
  max-height: 460px;
  object-fit: cover;
  border-radius: var(--oshi-radius);
  background: #eef3f7;
}

.oshi-article-visual {
  margin: 0 0 clamp(22px, 4vw, 34px);
  border: 1px solid rgba(143, 166, 150, 0.68);
  border-radius: var(--oshi-radius);
  background: #f9fbf5;
  box-shadow: 0 16px 36px rgba(43, 59, 83, 0.08);
  overflow: hidden;
}

.oshi-article-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #eef3f7;
}

.oshi-article-visual figcaption {
  margin: 0;
  padding: 12px 14px;
  color: var(--oshi-muted);
  font-size: 13px;
  line-height: 1.65;
}

.oshi-article-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0 0 clamp(22px, 4vw, 34px);
  padding: 10px;
  border: 1px solid var(--oshi-line);
  border-radius: var(--oshi-radius);
  background: var(--oshi-panel-strong);
}

.entry-footer .oshi-article-actions {
  margin: clamp(28px, 5vw, 44px) 0 0;
}

.oshi-article-actions a,
.oshi-article-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 8px 11px;
  border: 1px solid var(--oshi-line);
  border-radius: var(--oshi-radius);
  color: var(--oshi-text);
  background: var(--oshi-card);
  box-shadow: none;
  font-family: var(--oshi-font-ui);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.2;
  text-decoration: none;
}

.oshi-article-actions a:hover,
.oshi-article-actions button:hover,
.oshi-article-actions button.is-saved {
  color: var(--oshi-heading);
  border-color: rgba(24, 184, 173, 0.42);
  background: #eafffb;
}

.oshi-article-context {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 clamp(26px, 5vw, 42px);
  padding: 12px;
  border: 1px solid var(--oshi-line);
  border-radius: var(--oshi-radius);
  background: var(--oshi-panel-strong);
}

.oshi-article-context div {
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(26, 37, 52, 0.08);
  border-radius: 10px;
  background: var(--oshi-card);
}

.oshi-article-context span,
.oshi-article-afterword span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 8px;
  color: #087d76;
  font-family: var(--oshi-font-ui);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.3;
}

.oshi-article-context p,
.oshi-article-afterword p {
  margin: 0;
  color: var(--oshi-text);
  font-size: 14px;
  line-height: 1.85;
}

.oshi-article-afterword {
  margin: clamp(30px, 5vw, 48px) 0 0;
  padding: clamp(16px, 3vw, 22px);
  border: 1px solid var(--oshi-line);
  border-radius: var(--oshi-radius);
  background:
    linear-gradient(135deg, rgba(255, 246, 208, 0.5), rgba(248, 251, 253, 0.88)),
    var(--oshi-panel);
}

.oshi-article-afterword p {
  max-width: 780px;
}

.oshi-article-picks {
  margin: clamp(26px, 5vw, 40px) 0;
  padding: clamp(16px, 3vw, 22px);
  border: 1px solid var(--oshi-line);
  border-radius: var(--oshi-radius);
  background: var(--oshi-panel-strong);
}

.oshi-article-picks__head {
  display: grid;
  gap: 4px;
  margin-bottom: 14px;
}

.oshi-article-picks__head span {
  width: fit-content;
  padding: 3px 7px;
  border-radius: 999px;
  color: #087d76;
  background: #eafffb;
  font-family: var(--oshi-font-ui);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
}

.oshi-article-picks__head strong {
  color: var(--oshi-heading);
  font-size: 18px;
  line-height: 1.38;
}

.oshi-article-picks__head p,
.oshi-article-picks__notice {
  margin: 0;
  color: var(--oshi-muted);
  font-size: 13px;
  line-height: 1.7;
}

.oshi-article-picks__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 10px;
}

.oshi-article-pick {
  display: grid;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--oshi-line);
  border-radius: var(--oshi-radius);
  color: var(--oshi-text);
  background: var(--oshi-card);
  text-decoration: none;
}

.oshi-article-pick:hover {
  color: var(--oshi-heading);
  border-color: rgba(24, 184, 173, 0.4);
  background: #fbfffe;
}

.oshi-article-pick img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  padding: 10px;
  background: var(--oshi-card-muted);
}

.oshi-article-pick span,
.oshi-article-pick strong,
.oshi-article-pick em,
.oshi-article-pick small {
  margin-inline: 12px;
}

.oshi-article-pick span {
  margin-top: 10px;
  color: var(--oshi-muted);
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.35;
}

.oshi-article-pick strong {
  margin-top: 4px;
  color: var(--oshi-heading);
  font-size: 14px;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.oshi-article-pick em {
  margin-top: 6px;
  color: #087d76;
  font-size: 13px;
  font-style: normal;
  font-weight: 850;
}

.oshi-article-pick small {
  margin-top: 5px;
  margin-bottom: 12px;
  color: var(--oshi-muted);
  font-size: 12px;
  line-height: 1.55;
}

.oshi-article-picks__notice {
  margin-top: 12px;
}

.oshi-related-notes {
  margin: clamp(28px, 5vw, 44px) 0 0;
  padding: clamp(16px, 3vw, 22px);
  border: 1px solid var(--oshi-line);
  border-radius: var(--oshi-radius);
  background:
    linear-gradient(135deg, rgba(24, 184, 173, 0.08), rgba(255, 255, 255, 0.86)),
    #ffffff;
}

.oshi-related-notes__head {
  display: grid;
  gap: 4px;
  margin-bottom: 14px;
}

.oshi-related-notes__head span {
  color: #008f86;
  font-family: var(--oshi-font-ui);
  font-size: 12px;
  font-weight: 850;
}

.oshi-related-notes__head strong {
  color: var(--oshi-heading);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.3;
}

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

.oshi-related-note {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 12px;
  min-height: 96px;
  padding: 10px;
  border: 1px solid var(--oshi-line);
  border-radius: var(--oshi-radius);
  color: inherit;
  background: rgba(255, 255, 255, 0.78);
  text-decoration: none;
}

.oshi-related-note:hover {
  color: var(--oshi-heading);
  border-color: rgba(24, 184, 173, 0.36);
  background: #ffffff;
}

.oshi-related-note img {
  grid-row: span 2;
  width: 86px;
  height: 76px;
  object-fit: cover;
  border-radius: 7px;
  background: #eef3f7;
}

.oshi-related-note span,
.oshi-related-note strong {
  min-width: 0;
  overflow-wrap: anywhere;
}

.oshi-related-note span {
  align-self: end;
  color: var(--oshi-muted);
  font-size: 12px;
  line-height: 1.55;
}

.oshi-related-note strong {
  align-self: start;
  color: var(--oshi-heading);
  font-size: 14px;
  line-height: 1.45;
}

.entry-content h2,
.entry-content h3 {
  color: var(--oshi-heading);
  line-height: 1.35;
}

.entry-content h2 {
  margin-top: 2.4em;
  font-size: clamp(24px, 3vw, 34px);
}

.entry-content > :first-child {
  margin-top: 0;
}

.entry-content p {
  max-width: 760px;
}

.button,
.button:visited,
button,
input[type="button"],
input[type="submit"],
.oshi-button,
.oshi-button:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 11px 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--oshi-radius);
  color: #061014;
  background: linear-gradient(135deg, var(--oshi-teal), #9de8ca);
  box-shadow: 0 16px 42px rgba(87, 216, 207, 0.2);
  font-family: var(--oshi-font-ui);
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
}

.oshi-button:hover {
  color: #061014;
  transform: translateY(-1px);
}

.oshi-button--ghost,
.oshi-button--ghost:visited {
  color: var(--oshi-text);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: none;
}

.oshi-button--ghost:hover {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.38);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(8, 11, 16, 0.82);
  backdrop-filter: blur(18px);
}

.oshi-header {
  width: var(--oshi-content);
  margin: 0 auto;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.oshi-brand {
  display: inline-grid;
  gap: 1px;
  color: #ffffff;
  text-decoration: none;
}

.oshi-brand__mark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--oshi-font-ui);
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
}

.oshi-brand__mark::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 4px;
  background: conic-gradient(from 140deg, var(--oshi-teal), var(--oshi-coral), var(--oshi-yellow), var(--oshi-teal));
  box-shadow: 0 0 22px rgba(87, 216, 207, 0.55);
}

.oshi-brand__tagline {
  color: var(--oshi-muted);
  font-family: var(--oshi-font-body);
  font-size: 12px;
  font-weight: 700;
}

.oshi-nav {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--oshi-font-ui);
  font-size: 14px;
  font-weight: 800;
}

.oshi-nav a {
  padding: 8px 10px;
  border-radius: var(--oshi-radius);
  color: var(--oshi-soft);
  text-decoration: none;
}

.oshi-nav a:hover,
.oshi-nav a[aria-current="page"] {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
}

.oshi-hero {
  position: relative;
  min-height: min(720px, calc(100vh - 74px));
  display: grid;
  align-items: end;
  margin-top: -42px;
  padding: 112px 0 54px;
}

.oshi-hero::before {
  content: "";
  position: absolute;
  inset: 0 calc((100vw - var(--oshi-content)) / -2);
  background:
    linear-gradient(90deg, rgba(8, 11, 16, 0.96) 0%, rgba(8, 11, 16, 0.8) 38%, rgba(8, 11, 16, 0.18) 72%, rgba(8, 11, 16, 0.58) 100%),
    linear-gradient(180deg, rgba(8, 11, 16, 0.1) 0%, rgba(8, 11, 16, 0.84) 100%),
    url("assets/hero-oshidoki.png") center right / cover no-repeat;
  z-index: -2;
}

.oshi-hero::after {
  content: "";
  position: absolute;
  inset: auto calc((100vw - var(--oshi-content)) / -2) 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(87, 216, 207, 0.62), rgba(255, 138, 118, 0.48), transparent);
}

.oshi-hero__inner {
  display: grid;
  gap: 30px;
  width: 100%;
  min-width: 0;
  max-width: 720px;
}

.oshi-kicker,
.oshi-section__kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  gap: 8px;
  margin: 0;
  padding: 6px 10px;
  border: 1px solid rgba(87, 216, 207, 0.34);
  border-radius: var(--oshi-radius);
  color: var(--oshi-teal);
  background: rgba(87, 216, 207, 0.08);
  font-family: var(--oshi-font-ui);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
}

.oshi-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(42px, 6.3vw, 76px);
  font-weight: 900;
  line-height: 1.02;
  overflow-wrap: normal;
  text-wrap: balance;
}

.oshi-hero h1 span {
  display: block;
}

.oshi-hero__lead {
  max-width: 600px;
  margin: 0;
  color: var(--oshi-soft);
  font-size: clamp(16px, 2vw, 19px);
  overflow-wrap: anywhere;
}

.oshi-hero__actions,
.oshi-card-actions {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  min-width: 0;
  gap: 12px;
}

.oshi-chips {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  min-width: 0;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.oshi-chips li {
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--oshi-radius);
  color: var(--oshi-soft);
  background: rgba(255, 255, 255, 0.055);
  font-size: 13px;
  font-weight: 800;
  max-width: 100%;
}

.oshi-section {
  margin-top: clamp(54px, 7vw, 92px);
}

.oshi-section__head {
  display: grid;
  gap: 12px;
  width: min(760px, 100%);
  min-width: 0;
  max-width: 760px;
  margin-bottom: 24px;
}

.oshi-section h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.16;
  word-break: keep-all;
  overflow-wrap: normal;
  text-wrap: balance;
}

.oshi-section__lead {
  margin: 0;
  color: var(--oshi-muted);
}

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

.oshi-panel {
  min-width: 0;
  padding: 22px;
  border: 1px solid var(--oshi-line);
  border-radius: var(--oshi-radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.088), rgba(255, 255, 255, 0.045));
  box-shadow: 0 18px 56px rgba(0, 0, 0, 0.22);
}

.oshi-panel__icon {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  border-radius: var(--oshi-radius);
  color: #061014;
  background: var(--oshi-yellow);
  font-weight: 950;
}

.oshi-panel h3 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.35;
}

.oshi-panel p {
  margin: 0;
  color: var(--oshi-muted);
  font-size: 14px;
}

.oshi-signal-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.oshi-signal {
  min-width: 0;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--oshi-radius);
  background: rgba(255, 255, 255, 0.052);
}

.oshi-signal strong {
  display: block;
  margin-bottom: 5px;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.35;
}

.oshi-signal span {
  display: block;
  color: var(--oshi-muted);
  font-size: 13px;
  line-height: 1.62;
}

.oshi-track-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.oshi-track-list li {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.oshi-track-list li:last-child {
  border-bottom: 0;
}

.oshi-track-list b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  border-radius: var(--oshi-radius);
  color: #061014;
  background: var(--oshi-teal);
  font-size: 12px;
  line-height: 1;
}

.oshi-track-list strong {
  display: block;
  margin-bottom: 4px;
  color: #ffffff;
  line-height: 1.4;
}

.oshi-track-list span {
  display: block;
  color: var(--oshi-muted);
  font-size: 14px;
  line-height: 1.72;
}

.oshi-two-col {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 18px;
  align-items: start;
}

.oshi-mini-note {
  margin: 14px 0 0;
  color: var(--oshi-muted);
  font-size: 13px;
}

.oshi-band {
  margin-top: clamp(54px, 7vw, 92px);
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--oshi-radius);
  background:
    linear-gradient(135deg, rgba(87, 216, 207, 0.13), transparent 45%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.086), rgba(255, 255, 255, 0.044));
}

.oshi-ranking-rule__list {
  display: grid;
  gap: 8px;
  max-width: 760px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.oshi-ranking-rule__list li {
  padding: 10px 12px;
  border: 1px solid rgba(87, 216, 207, 0.24);
  border-radius: 8px;
  color: var(--oshi-soft);
  background: rgba(255, 255, 255, 0.062);
}

.oshi-page-hero {
  display: grid;
  gap: 14px;
  margin: -14px 0 34px;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid var(--oshi-line);
  border-radius: var(--oshi-radius);
  background:
    linear-gradient(135deg, rgba(87, 216, 207, 0.14), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.078), rgba(255, 255, 255, 0.045));
  box-shadow: var(--oshi-shadow);
}

.oshi-page-hero h1 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(32px, 5vw, 58px);
  line-height: 1.13;
}

.oshi-page-hero p {
  max-width: 720px;
  margin: 0;
  color: var(--oshi-muted);
}

.oshi-page-hero--shelf {
  margin-bottom: 24px;
}

.oshi-page-hero--shelf h1 {
  max-width: 760px;
  font-size: clamp(32px, 4.4vw, 48px);
  overflow-wrap: anywhere;
  word-break: auto-phrase;
}

.oshi-ranking-jump {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}

.oshi-ranking-jump a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid rgba(87, 216, 207, 0.38);
  border-radius: 8px;
  color: #061014;
  background: linear-gradient(135deg, var(--oshi-teal), #9de8ca);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
}

.oshi-ranking-jump a + a {
  color: var(--oshi-soft);
  background: rgba(255, 255, 255, 0.07);
}

.oshi-popular-shortcuts {
  display: grid;
  gap: 16px;
  margin: 0 0 clamp(24px, 4vw, 42px);
  padding: clamp(16px, 2.6vw, 24px);
  border: 1px solid rgba(143, 166, 150, 0.62);
  border-radius: var(--oshi-radius);
  background:
    linear-gradient(135deg, rgba(24, 184, 173, 0.1), transparent 44%),
    linear-gradient(25deg, rgba(242, 201, 76, 0.12), transparent 62%),
    #fbfcf8;
  box-shadow: 0 14px 34px rgba(43, 59, 83, 0.07);
}

.oshi-popular-shortcuts__head {
  display: grid;
  gap: 5px;
}

.oshi-popular-shortcuts__head h2 {
  margin: 0;
  color: var(--oshi-heading);
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.22;
  letter-spacing: 0;
}

.oshi-popular-shortcuts__head p:last-child {
  margin: 0;
  color: var(--oshi-soft);
  font-size: 14px;
  line-height: 1.62;
}

.oshi-popular-shortcuts__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.oshi-popular-shortcut {
  display: grid;
  gap: 5px;
  min-width: 0;
  min-height: 84px;
  padding: 12px;
  border: 1px solid rgba(143, 166, 150, 0.5);
  border-left: 5px solid var(--oshi-teal);
  border-radius: var(--oshi-radius);
  color: var(--oshi-text);
  background: rgba(255, 255, 251, 0.9);
  text-decoration: none;
}

.oshi-popular-shortcut:nth-child(2n) {
  border-left-color: var(--oshi-coral);
}

.oshi-popular-shortcut:nth-child(3n) {
  border-left-color: var(--oshi-blue);
}

.oshi-popular-shortcut:hover {
  color: var(--oshi-heading);
  border-color: rgba(24, 184, 173, 0.48);
  background: #fffffb;
  transform: translateY(-1px);
}

.oshi-popular-shortcut span {
  color: #176f68;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
}

.oshi-popular-shortcut strong {
  color: var(--oshi-heading);
  font-size: 15px;
  line-height: 1.26;
  overflow-wrap: anywhere;
}

.oshi-popular-shortcut small {
  color: var(--oshi-muted);
  font-size: 12px;
  line-height: 1.45;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.oshi-popular-shortcuts--home {
  margin: 0;
}

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

@media (max-width: 520px) {
  .oshi-popular-shortcuts {
    gap: 12px;
    padding: 14px;
  }

  .oshi-popular-shortcut {
    min-height: 0;
    padding: 11px;
  }
}

.oshi-shelf-decision {
  margin-top: -10px;
}

.oshi-shelf-decision__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.oshi-shelf-decision__grid a {
  display: grid;
  gap: 7px;
  min-width: 0;
  padding: 15px;
  border: 1px solid rgba(87, 216, 207, 0.24);
  border-radius: var(--oshi-radius);
  color: inherit;
  background: rgba(255, 255, 255, 0.062);
  text-decoration: none;
}

.oshi-shelf-decision__grid a:hover {
  border-color: rgba(87, 216, 207, 0.48);
  background: rgba(255, 255, 255, 0.09);
}

.oshi-shelf-decision__grid span {
  width: fit-content;
  padding: 3px 8px;
  border-radius: 999px;
  color: #062825;
  background: #9de8ca;
  font-size: 11px;
  font-weight: 900;
}

.oshi-shelf-decision__grid strong {
  color: var(--oshi-heading);
  font-size: 18px;
  line-height: 1.35;
}

.oshi-shelf-decision__grid small {
  color: var(--oshi-muted);
  font-size: 13px;
  line-height: 1.6;
}

.oshi-page-details {
  margin: 20px 0 0;
}

.oshi-page-details > summary {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 8px 12px;
  border: 1px solid rgba(24, 184, 173, 0.32);
  border-radius: 999px;
  color: var(--oshi-heading);
  background: rgba(255, 255, 255, 0.72);
  font-family: var(--oshi-font-ui);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.2;
  cursor: pointer;
}

.oshi-page-details > summary::marker,
.oshi-page-details > summary::-webkit-details-marker {
  display: none;
}

.oshi-page-details > summary::before {
  content: "+";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-right: 6px;
  border-radius: 999px;
  color: #062825;
  background: #9de8ca;
  font-weight: 900;
}

.oshi-page-details[open] > summary::before {
  content: "-";
}

.oshi-page-details > .oshi-section,
.oshi-page-details > .oshi-band {
  margin-top: 16px;
}

.oshi-briefing,
.oshi-daily {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.78fr);
  gap: 18px;
  align-items: stretch;
  min-height: 0;
  margin-top: 0;
}

.oshi-briefing__main,
.oshi-curation-box,
.oshi-daily__main,
.oshi-daily__panel,
.oshi-compact-section {
  border: 1px solid var(--oshi-line);
  border-radius: var(--oshi-radius);
  background: rgba(255, 255, 255, 0.052);
}

.oshi-briefing__main,
.oshi-daily__main {
  display: grid;
  align-content: center;
  gap: 16px;
  padding: clamp(22px, 3.4vw, 34px);
}

.oshi-briefing__main h1,
.oshi-daily__main h1 {
  max-width: 720px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(30px, 4vw, 42px);
  line-height: 1.18;
  font-weight: 900;
  text-wrap: balance;
}

.oshi-briefing__lead,
.oshi-daily__lead {
  max-width: 640px;
  margin: 0;
  color: var(--oshi-soft);
  font-size: 16px;
  line-height: 1.76;
}

.oshi-marketbar {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.oshi-marketbar span {
  padding: 5px 8px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--oshi-radius);
  color: var(--oshi-soft);
  background: rgba(255, 255, 255, 0.035);
  font-family: var(--oshi-font-ui);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

.oshi-top-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.oshi-route-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
  margin-top: 10px;
}

.oshi-route-chips span,
.oshi-route-chips a {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 9px;
  border-radius: 999px;
  font-family: var(--oshi-font-ui);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.2;
  text-decoration: none;
}

.oshi-route-chips span {
  color: #087d76;
  background: #eafffb;
}

.oshi-route-chips a {
  border: 1px solid var(--oshi-line);
  color: var(--oshi-soft);
  background: var(--oshi-panel-strong);
}

.oshi-route-chips a:hover,
.oshi-route-chips a.is-active {
  color: #06201f;
  border-color: rgba(24, 184, 173, 0.46);
  background: #dffff8;
}

.oshi-top-tabs a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--oshi-radius);
  color: var(--oshi-soft);
  background: rgba(255, 255, 255, 0.04);
  font-family: var(--oshi-font-ui);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.2;
  text-decoration: none;
}

.oshi-top-tabs a:hover,
.oshi-top-tabs a.is-active {
  color: #061014;
  border-color: transparent;
  background: linear-gradient(135deg, var(--oshi-teal), #9de8ca);
}

.oshi-curation-box {
  display: grid;
  align-content: center;
  gap: 10px;
  padding: 18px;
}

.oshi-curation-box__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.oshi-curation-box__head span {
  color: var(--oshi-teal);
  font-family: var(--oshi-font-ui);
  font-size: 11px;
  font-weight: 950;
}

.oshi-curation-box__head strong {
  color: #ffffff;
  font-size: 16px;
}

.oshi-curation-box a {
  display: grid;
  gap: 3px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: var(--oshi-radius);
  background: rgba(8, 11, 16, 0.44);
  text-decoration: none;
}

.oshi-curation-box a:hover {
  border-color: rgba(87, 216, 207, 0.44);
  background: rgba(87, 216, 207, 0.065);
}

.oshi-curation-box a strong {
  color: #ffffff;
  line-height: 1.35;
}

.oshi-curation-box a span {
  color: var(--oshi-muted);
  font-size: 12px;
  line-height: 1.5;
}

.oshi-daily__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.oshi-daily__panel {
  position: relative;
  min-height: 292px;
  overflow: hidden;
  padding: 16px;
}

.oshi-daily__panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 11, 16, 0.28), rgba(8, 11, 16, 0.88)),
    url("assets/hero-oshidoki.png") center / cover no-repeat;
  opacity: 0.56;
}

.oshi-daily__status,
.oshi-quick-grid {
  position: relative;
  z-index: 1;
}

.oshi-daily__status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 14px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--oshi-radius);
  background: rgba(8, 11, 16, 0.62);
}

.oshi-daily__status span {
  color: var(--oshi-teal);
  font-size: 12px;
  font-weight: 900;
}

.oshi-daily__status strong {
  color: #ffffff;
  font-size: 13px;
}

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

.oshi-quick-grid a {
  min-height: 96px;
  display: grid;
  align-content: end;
  gap: 4px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--oshi-radius);
  background: rgba(8, 11, 16, 0.72);
  text-decoration: none;
}

.oshi-quick-grid span {
  color: var(--oshi-teal);
  font-size: 11px;
  font-weight: 950;
}

.oshi-quick-grid strong {
  color: #ffffff;
  line-height: 1.25;
}

.oshi-quick-grid small {
  color: var(--oshi-muted);
  font-size: 12px;
}

.oshi-compact-section {
  margin-top: 18px;
  padding: clamp(18px, 3vw, 26px);
}

.oshi-compact-section--first {
  margin-top: 18px;
}

.oshi-compact-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
}

.oshi-compact-head h2 {
  margin: 8px 0 0;
  color: #ffffff;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.2;
}

.oshi-compact-head p {
  max-width: 520px;
  margin: 0;
  color: var(--oshi-muted);
  font-size: 14px;
  line-height: 1.72;
}

.oshi-usecase-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.oshi-usecase {
  display: grid;
  gap: 6px;
  min-height: 132px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--oshi-radius);
  background: rgba(255, 255, 255, 0.045);
  text-decoration: none;
}

.oshi-usecase span {
  width: fit-content;
  padding: 3px 7px;
  border-radius: 999px;
  color: #061014;
  background: var(--oshi-teal);
  font-size: 11px;
  font-weight: 950;
  line-height: 1.2;
}

.oshi-usecase strong {
  color: #ffffff;
  line-height: 1.35;
}

.oshi-usecase small {
  color: var(--oshi-muted);
  font-size: 12px;
  line-height: 1.55;
}

.oshi-link-shelf {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
  margin-top: 12px;
}

.oshi-link-shelf a {
  display: grid;
  min-width: 0;
  min-height: 76px;
  align-content: center;
  gap: 2px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: var(--oshi-radius);
  background: rgba(255, 255, 255, 0.035);
  text-decoration: none;
}

.oshi-link-shelf a:hover {
  border-color: rgba(87, 216, 207, 0.5);
  background: rgba(87, 216, 207, 0.075);
}

.oshi-link-shelf span {
  color: var(--oshi-teal);
  font-family: var(--oshi-font-ui);
  font-size: 11px;
  font-weight: 950;
  line-height: 1.25;
}

.oshi-link-shelf strong {
  overflow: hidden;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.oshi-link-shelf small {
  overflow: hidden;
  color: var(--oshi-muted);
  font-size: 12px;
  line-height: 1.4;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.oshi-topic-drawer {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.oshi-topic-card {
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: var(--oshi-radius);
  background: rgba(255, 255, 255, 0.04);
  overflow: hidden;
}

.oshi-topic-card[open] {
  border-color: rgba(87, 216, 207, 0.38);
  background: rgba(87, 216, 207, 0.06);
}

.oshi-topic-card summary {
  display: grid;
  min-height: 98px;
  gap: 3px;
  align-content: center;
  padding: 13px 14px;
  cursor: pointer;
  list-style: none;
}

.oshi-topic-card summary::-webkit-details-marker {
  display: none;
}

.oshi-topic-card summary::after {
  content: "+";
  justify-self: start;
  margin-top: 3px;
  color: var(--oshi-teal);
  font-family: var(--oshi-font-ui);
  font-weight: 950;
}

.oshi-topic-card[open] summary::after {
  content: "−";
  color: var(--oshi-muted);
  font-size: 14px;
}

.oshi-topic-card summary span {
  color: var(--oshi-teal);
  font-family: var(--oshi-font-ui);
  font-size: 11px;
  font-weight: 950;
  line-height: 1.2;
}

.oshi-topic-card summary strong {
  color: #ffffff;
  font-size: 15px;
  line-height: 1.35;
}

.oshi-topic-card summary small {
  color: var(--oshi-muted);
  font-size: 12px;
  line-height: 1.45;
}

.oshi-topic-card__links {
  display: grid;
  gap: 7px;
  padding: 0 12px 12px;
}

.oshi-topic-card__links a {
  display: block;
  padding: 9px 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: var(--oshi-soft);
  background: rgba(8, 11, 16, 0.34);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  text-decoration: none;
}

.oshi-topic-card__links a:hover {
  border-color: rgba(87, 216, 207, 0.44);
  color: #ffffff;
  background: rgba(87, 216, 207, 0.08);
}

.oshi-daily-bit {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  margin-top: 12px;
  padding: 12px 14px;
  border: 1px solid rgba(24, 184, 173, 0.18);
  border-radius: var(--oshi-radius);
  background: #f0fffc;
}

.oshi-daily-bit div {
  display: grid;
  gap: 1px;
}

.oshi-daily-bit span {
  color: #087d76;
  font-family: var(--oshi-font-ui);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
}

.oshi-daily-bit strong {
  color: var(--oshi-heading);
  font-size: 13px;
  line-height: 1.35;
}

.oshi-daily-bit a {
  min-width: 0;
  color: var(--oshi-text);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.58;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.oshi-daily-bit a:hover {
  color: #087d76;
}

.oshi-memo-section {
  padding-bottom: 22px;
}

.oshi-pulse-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: -2px 0 14px;
  padding: 0;
}

.oshi-pulse-list span,
.oshi-pulse-list a {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  max-width: 100%;
  border-radius: 999px;
  font-family: var(--oshi-font-ui);
  font-size: 12px;
  line-height: 1.2;
  white-space: nowrap;
}

.oshi-pulse-list span {
  padding: 6px 9px;
  color: #087d76;
  background: #eafffb;
  font-weight: 900;
}

.oshi-pulse-list a {
  padding: 6px 10px;
  border: 1px solid var(--oshi-line);
  color: var(--oshi-soft);
  background: var(--oshi-panel-strong);
  font-weight: 800;
  text-decoration: none;
}

.oshi-pulse-list a:hover {
  color: var(--oshi-heading);
  border-color: rgba(24, 184, 173, 0.36);
  background: #eefcf9;
}

.oshi-memo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 12px;
}

.oshi-memo-card {
  display: grid;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--oshi-line);
  border-radius: var(--oshi-radius);
  color: var(--oshi-text);
  background: var(--oshi-card);
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(43, 59, 83, 0.08);
}

.oshi-memo-card:hover {
  color: var(--oshi-heading);
  border-color: rgba(24, 184, 173, 0.4);
  background: #fbfffe;
  transform: translateY(-1px);
}

.oshi-memo-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: #eef3f7;
}

.oshi-memo-card span,
.oshi-memo-card b,
.oshi-memo-card strong,
.oshi-memo-card small {
  margin-inline: 12px;
}

.oshi-memo-card span {
  width: fit-content;
  margin-top: 12px;
  padding: 3px 7px;
  border-radius: 999px;
  color: #087d76;
  background: #eafffb;
  font-family: var(--oshi-font-ui);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
}

.oshi-memo-card b {
  display: block;
  margin-top: 8px;
  color: var(--oshi-muted);
  font-size: 11px;
  font-weight: 850;
  line-height: 1.2;
}

.oshi-memo-card strong {
  display: block;
  margin-top: 5px;
  color: var(--oshi-heading);
  font-size: 15px;
  line-height: 1.42;
  overflow-wrap: anywhere;
}

.oshi-memo-card small {
  display: block;
  min-height: 3.1em;
  margin-top: 5px;
  margin-bottom: 14px;
  color: var(--oshi-muted);
  font-size: 12px;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.oshi-latest-section {
  background: var(--oshi-panel);
}

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

.oshi-latest-card {
  min-width: 0;
}

.oshi-latest-card a {
  display: grid;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid var(--oshi-line);
  border-radius: var(--oshi-radius);
  color: var(--oshi-text);
  background: var(--oshi-card);
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(43, 59, 83, 0.07);
}

.oshi-latest-card a:hover {
  color: var(--oshi-heading);
  border-color: rgba(24, 184, 173, 0.42);
  background: #fbfffe;
  transform: translateY(-1px);
}

.oshi-latest-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #eef3f7;
}

.oshi-latest-card span,
.oshi-latest-card strong,
.oshi-latest-card small {
  margin-inline: 13px;
}

.oshi-latest-card span {
  width: fit-content;
  margin-top: 12px;
  padding: 3px 7px;
  border-radius: 999px;
  color: #087d76;
  background: #eafffb;
  font-family: var(--oshi-font-ui);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
}

.oshi-latest-card strong {
  display: block;
  margin-top: 8px;
  color: var(--oshi-heading);
  font-size: 16px;
  line-height: 1.42;
  overflow-wrap: anywhere;
}

.oshi-latest-card small {
  display: block;
  margin-top: 6px;
  margin-bottom: 14px;
  color: var(--oshi-muted);
  font-size: 13px;
  line-height: 1.62;
  overflow-wrap: anywhere;
}

.oshi-mini-note {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 10px;
  padding: 11px 2px 0;
  color: var(--oshi-muted);
  font-size: 13px;
  line-height: 1.55;
}

.oshi-mini-note strong {
  flex: 0 0 auto;
  color: var(--oshi-soft);
}

.oshi-mini-note span {
  min-width: 0;
}

.oshi-lane-list {
  display: grid;
  gap: 8px;
}

.oshi-lane {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 14px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.oshi-lane:last-child {
  border-bottom: 0;
}

.oshi-lane b {
  color: #ffffff;
}

.oshi-lane span {
  color: var(--oshi-muted);
}

.oshi-rule-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.oshi-rule-grid div {
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--oshi-radius);
  background: rgba(255, 255, 255, 0.04);
}

.oshi-rule-grid strong {
  display: block;
  margin-bottom: 4px;
  color: #ffffff;
}

.oshi-rule-grid span {
  display: block;
  color: var(--oshi-muted);
  font-size: 13px;
  line-height: 1.6;
}

.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: #06080d;
}

.oshi-footer {
  width: var(--oshi-content);
  margin: 0 auto;
  padding: 36px 0;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  color: var(--oshi-muted);
  font-size: 13px;
}

.oshi-footer strong {
  display: block;
  margin-bottom: 6px;
  color: #ffffff;
  font-size: 18px;
}

.oshi-footer__copy {
  display: block;
  margin-top: 8px;
  color: var(--oshi-muted);
  font-family: var(--oshi-font-ui);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
}

.oshi-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.oshi-footer a {
  color: var(--oshi-soft);
  text-decoration: none;
}

.oshi-footer a:hover {
  color: var(--oshi-heading);
}

.site-header {
  border-bottom-color: rgba(20, 32, 50, 0.1);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 10px 26px rgba(43, 59, 83, 0.07);
}

.oshi-brand,
.oshi-brand__mark,
.entry-title,
.entry-content h2,
.entry-content h3,
.oshi-section h2,
.oshi-panel h3,
.oshi-signal strong,
.oshi-track-list strong,
.oshi-page-hero h1,
.oshi-briefing__main h1,
.oshi-daily__main h1,
.oshi-curation-box__head strong,
.oshi-curation-box a strong,
.oshi-quick-grid strong,
.oshi-compact-head h2,
.oshi-usecase strong,
.oshi-link-shelf strong,
.oshi-lane b,
.oshi-rule-grid strong,
.oshi-footer strong {
  color: var(--oshi-heading);
}

a:hover,
.oshi-nav a:hover,
.oshi-nav a[aria-current="page"] {
  color: var(--oshi-heading);
}

.oshi-nav a:hover,
.oshi-nav a[aria-current="page"] {
  background: rgba(24, 184, 173, 0.1);
}

.entry,
.oshi-briefing__main,
.oshi-curation-box,
.oshi-daily__main,
.oshi-daily__panel,
.oshi-compact-section,
.oshi-panel,
.oshi-signal,
.oshi-page-hero,
.oshi-band {
  border-color: var(--oshi-line);
  background: var(--oshi-panel);
  box-shadow: var(--oshi-shadow);
}

.oshi-marketbar span,
.oshi-top-tabs a,
.oshi-route-chips a,
.oshi-chips li,
.oshi-curation-box a,
.oshi-topic-card,
.oshi-quick-grid a,
.oshi-usecase,
.oshi-link-shelf a,
.oshi-rule-grid div {
  border-color: var(--oshi-line);
  background: var(--oshi-panel-strong);
}

.oshi-curation-box a:hover,
.oshi-topic-card[open],
.oshi-link-shelf a:hover,
.oshi-usecase:hover {
  border-color: rgba(24, 184, 173, 0.36);
  background: #eefcf9;
}

.oshi-topic-card summary strong,
.oshi-topic-card__links a:hover {
  color: var(--oshi-heading);
}

.oshi-topic-card summary small,
.oshi-topic-card__links a {
  color: var(--oshi-muted);
}

.oshi-topic-card__links a {
  border-color: var(--oshi-line);
  background: var(--oshi-card);
}

.oshi-top-tabs a:hover,
.oshi-top-tabs a.is-active,
.button,
.button:visited,
button,
input[type="button"],
input[type="submit"],
.oshi-button,
.oshi-button:visited {
  color: #06201f;
  background: linear-gradient(135deg, #4fe0d4, #b9f0d0);
}

.oshi-button--ghost,
.oshi-button--ghost:visited {
  color: var(--oshi-heading);
  background: var(--oshi-card);
  box-shadow: none;
}

.oshi-button--ghost:hover {
  color: var(--oshi-heading);
  border-color: var(--oshi-line-strong);
}

.oshi-kicker,
.oshi-section__kicker {
  color: #087d76;
  border-color: rgba(24, 184, 173, 0.32);
  background: #eafffb;
}

.oshi-marketbar span {
  color: var(--oshi-soft);
}

.oshi-track-list li,
.oshi-lane {
  border-bottom-color: var(--oshi-line);
}

.oshi-curation-box__head {
  border-bottom-color: var(--oshi-line);
}

.oshi-footer,
.site-footer {
  color: var(--oshi-muted);
  background: var(--oshi-panel);
}

.site-footer {
  border-top-color: var(--oshi-line);
}

.oshi-find {
  display: grid;
  gap: 7px;
  max-width: 620px;
}

.oshi-find label {
  color: var(--oshi-muted);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

.oshi-find div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  padding: 6px;
  border: 1px solid var(--oshi-line);
  border-radius: var(--oshi-radius);
  background: var(--oshi-card);
  box-shadow: 0 12px 28px rgba(43, 59, 83, 0.08);
}

.oshi-find input {
  width: 100%;
  min-height: 38px;
  min-width: 0;
  border: 0;
  outline: 0;
  color: var(--oshi-heading);
  background: transparent;
  font: inherit;
  font-size: 15px;
}

.oshi-find input::placeholder {
  color: #9aa8ba;
}

.oshi-find button,
.oshi-lane-filter button,
.oshi-card-tools button,
.oshi-saved-chip button,
.otaku-save-button,
.otaku-helpful-button {
  min-height: 34px;
  padding: 7px 10px;
  border: 1px solid var(--oshi-line);
  border-radius: var(--oshi-radius);
  color: var(--oshi-soft);
  background: #f8fbff;
  box-shadow: none;
  font-family: var(--oshi-font-ui);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  cursor: pointer;
}

.oshi-find button:hover,
.oshi-lane-filter button:hover,
.oshi-card-tools button:hover,
.oshi-card-tools button.is-saved,
.oshi-saved-chip button:hover,
.otaku-save-button:hover,
.otaku-save-button.is-saved,
.otaku-helpful-button:hover,
.otaku-helpful-button.is-saved {
  color: #06201f;
  border-color: rgba(24, 184, 173, 0.36);
  background: #eafffb;
}

.oshi-lane-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.oshi-filter-guide {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  align-items: baseline;
  margin-top: 2px;
  color: var(--oshi-muted);
  font-size: 12px;
  line-height: 1.45;
}

.oshi-filter-guide strong {
  color: var(--oshi-heading);
  font-size: 13px;
}

.oshi-filter-guide span {
  color: var(--oshi-muted);
}

.oshi-lane-filter button.is-active {
  color: #06201f;
  border-color: rgba(24, 184, 173, 0.46);
  background: #dffff8;
}

.oshi-saved-dock {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  margin-top: 12px;
  padding: 12px 14px;
  border: 1px solid rgba(24, 184, 173, 0.2);
  border-radius: var(--oshi-radius);
  background:
    linear-gradient(135deg, rgba(24, 184, 173, 0.08), transparent 46%),
    var(--oshi-panel);
  box-shadow: 0 12px 30px rgba(43, 59, 83, 0.08);
}

.oshi-saved-dock__head {
  display: grid;
  gap: 1px;
}

.oshi-saved-dock__head span {
  color: #087d76;
  font-family: var(--oshi-font-ui);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
}

.oshi-saved-dock__head strong {
  color: var(--oshi-heading);
  font-size: 14px;
  line-height: 1.35;
}

.oshi-saved-dock p {
  margin: 0;
  color: var(--oshi-muted);
  font-size: 13px;
  line-height: 1.55;
}

.oshi-saved-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.oshi-saved-chip {
  display: inline-grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 7px;
  align-items: center;
  max-width: 100%;
  padding: 6px;
  border: 1px solid var(--oshi-line);
  border-radius: var(--oshi-radius);
  background: var(--oshi-panel-strong);
}

.oshi-saved-chip small {
  color: #087d76;
  font-family: var(--oshi-font-ui);
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
}

.oshi-saved-chip a {
  min-width: 0;
  overflow: hidden;
  color: var(--oshi-heading);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none;
}

.oshi-saved-chip button {
  min-height: 28px;
  padding: 5px 7px;
  font-size: 11px;
}

/* Keep first visits focused on the primary route, not on bookmarking. */
.oshi-saved-dock,
.oshi-card-tools,
.oshi-article-actions [data-oshi-save-item],
.otaku-save-button {
  display: none !important;
}

.oshi-daily-check {
  display: grid;
  gap: 14px;
  margin-top: 14px;
  padding: clamp(16px, 3vw, 24px);
  border: 1px solid rgba(243, 111, 93, 0.24);
  border-radius: var(--oshi-radius);
  background:
    linear-gradient(135deg, rgba(243, 111, 93, 0.09), transparent 42%),
    var(--oshi-panel);
  box-shadow: 0 12px 30px rgba(43, 59, 83, 0.08);
}

.oshi-daily-check .oshi-compact-head {
  margin-bottom: 0;
}

.oshi-daily-check__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.oshi-daily-check__card {
  display: grid;
  gap: 8px;
  min-width: 0;
  padding: 14px;
  border: 1px solid var(--oshi-line);
  border-radius: var(--oshi-radius);
  background: var(--oshi-card);
}

.oshi-daily-check__card.is-complete {
  border-color: rgba(49, 182, 107, 0.42);
  background: #f0fff6;
}

.oshi-daily-check__card > span,
.oshi-shelf-map__card > span {
  width: fit-content;
  padding: 3px 7px;
  border-radius: 999px;
  color: #087d76;
  background: #eafffb;
  font-family: var(--oshi-font-ui);
  font-size: 11px;
  font-weight: 850;
  line-height: 1.2;
}

.oshi-daily-check__card strong,
.oshi-shelf-map__card strong {
  color: var(--oshi-heading);
  font-size: 17px;
  line-height: 1.42;
  overflow-wrap: anywhere;
}

.oshi-daily-check__card p,
.oshi-shelf-map__card p {
  margin: 0;
  color: var(--oshi-muted);
  font-size: 13px;
  line-height: 1.62;
}

.oshi-daily-check__card div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  margin-top: 2px;
}

.oshi-daily-check__card a,
.oshi-daily-check__card button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 7px 10px;
  border: 1px solid var(--oshi-line);
  border-radius: var(--oshi-radius);
  background: var(--oshi-card-muted);
  color: var(--oshi-soft);
  font-family: var(--oshi-font-ui);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.2;
  text-decoration: none;
}

.oshi-daily-check__card button[aria-pressed="true"] {
  color: #075f38;
  border-color: rgba(49, 182, 107, 0.38);
  background: #e6faef;
}

.oshi-shelf-map {
  background:
    linear-gradient(135deg, rgba(59, 130, 246, 0.07), transparent 42%),
    var(--oshi-panel);
}

.oshi-shelf-map__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.oshi-shelf-map__card {
  display: grid;
  gap: 8px;
  min-width: 0;
  padding: 16px;
  border: 1px solid var(--oshi-line);
  border-radius: var(--oshi-radius);
  color: inherit;
  background: var(--oshi-card);
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(43, 59, 83, 0.06);
}

.oshi-shelf-map__card:hover {
  color: var(--oshi-heading);
  border-color: rgba(24, 184, 173, 0.38);
  background: #fbfffe;
}

.oshi-shelf-map__card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
}

.oshi-shelf-map__card li {
  max-width: 100%;
  padding: 4px 7px;
  border: 1px solid var(--oshi-line);
  border-radius: 999px;
  color: var(--oshi-soft);
  background: var(--oshi-panel-strong);
  font-size: 11px;
  font-weight: 750;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.oshi-decision-points {
  background:
    linear-gradient(135deg, rgba(49, 182, 107, 0.08), transparent 42%),
    var(--oshi-panel);
}

.oshi-decision-points__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.oshi-decision-point {
  display: grid;
  min-width: 0;
  gap: 6px;
  padding: 14px;
  border: 1px solid var(--oshi-line);
  border-radius: var(--oshi-radius);
  background: var(--oshi-card);
}

.oshi-decision-point span {
  width: fit-content;
  padding: 3px 7px;
  border-radius: 999px;
  color: #19420d;
  background: #effbe9;
  font-family: var(--oshi-font-ui);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
}

.oshi-decision-point strong {
  color: var(--oshi-heading);
  font-size: 15px;
  line-height: 1.42;
  overflow-wrap: anywhere;
}

.oshi-decision-point p {
  margin: 0;
  color: var(--oshi-muted);
  font-size: 13px;
  line-height: 1.58;
}

.oshi-memo-card__link {
  display: grid;
  color: inherit;
  text-decoration: none;
}

.oshi-memo-card__link:hover {
  color: inherit;
}

.oshi-card-tools {
  display: flex;
  gap: 7px;
  align-items: center;
  justify-content: space-between;
  margin: auto 12px 12px;
  padding-top: 2px;
}

.oshi-card-tools button {
  flex: 1 1 0;
  min-width: 0;
}

.oshi-discovery-card.is-hidden,
.oshi-discovery-card[hidden] {
  display: none !important;
}

.oshi-curation-box a strong {
  font-size: 15px;
}

.oshi-curation-box a span {
  color: var(--oshi-soft);
}

.oshi-briefing__main {
  align-content: start;
}

.oshi-briefing__main h1 {
  max-width: 660px;
  font-weight: 700;
}

.otaku-card[data-oshi-id] {
  position: relative;
}

.oshi-brand__mark {
  font-weight: 800;
}

.oshi-kicker,
.oshi-section__kicker,
.oshi-marketbar span,
.oshi-top-tabs a,
.oshi-route-chips span,
.oshi-route-chips a,
.oshi-lane-filter button,
.oshi-link-shelf span,
.oshi-pulse-list span,
.oshi-pulse-list a,
.oshi-card-tools button,
.oshi-saved-dock__head span,
.oshi-saved-chip small {
  font-weight: 800;
}

.oshi-compact-head h2,
.oshi-page-hero h1,
.entry-title {
  font-weight: 700;
}

.site-header {
  border-bottom-color: rgba(255, 255, 255, 0.13);
  background: rgba(18, 31, 40, 0.94);
  box-shadow: 0 10px 30px rgba(15, 28, 36, 0.18);
}

.oshi-brand,
.oshi-brand__mark,
.oshi-nav a {
  color: #f8faf7;
}

.oshi-brand span {
  color: #9de8ca;
}

.oshi-nav a:hover,
.oshi-nav a[aria-current="page"] {
  color: #071312;
  background: #9de8ca;
}

.entry,
.oshi-compact-section,
.oshi-daily-check,
.oshi-shelf-map,
.oshi-decision-points,
.oshi-latest-section,
.oshi-saved-dock {
  border-top: 5px solid rgba(24, 184, 173, 0.62);
  background:
    linear-gradient(180deg, rgba(226, 237, 231, 0.94), rgba(251, 252, 248, 0.97) 92px),
    var(--oshi-card);
}

.oshi-compact-section:nth-of-type(3n + 1),
.oshi-daily-check {
  border-top-color: rgba(243, 111, 93, 0.62);
}

.oshi-compact-section:nth-of-type(3n + 2),
.oshi-shelf-map {
  border-top-color: rgba(59, 130, 246, 0.5);
}

.oshi-briefing__main,
.oshi-daily__main {
  border-color: rgba(15, 39, 47, 0.9);
  background:
    linear-gradient(135deg, rgba(24, 184, 173, 0.2), transparent 52%),
    linear-gradient(135deg, var(--oshi-ink-panel), var(--oshi-ink-panel-2));
  box-shadow: 0 18px 48px rgba(15, 28, 36, 0.22);
}

.oshi-briefing__main h1,
.oshi-daily__main h1,
.oshi-briefing__main .oshi-kicker,
.oshi-daily__main .oshi-kicker {
  color: #ffffff;
}

.oshi-briefing__lead,
.oshi-daily__lead,
.oshi-briefing__main .oshi-marketbar span,
.oshi-daily__main .oshi-marketbar span {
  color: #dceee9;
}

.oshi-briefing__main .oshi-kicker,
.oshi-daily__main .oshi-kicker {
  color: #062825;
  border-color: transparent;
  background: #9de8ca;
}

.oshi-curation-box,
.oshi-daily__panel {
  border-left: 5px solid var(--oshi-coral);
  background:
    linear-gradient(180deg, #f9fbf7, #edf4ee);
}

.oshi-section__head {
  padding-left: 14px;
  border-left: 5px solid var(--oshi-teal);
}

.oshi-topic-card,
.oshi-memo-card,
.oshi-latest-card a,
.oshi-daily-check__card,
.oshi-shelf-map__card,
.oshi-decision-point,
.oshi-usecase,
.oshi-link-shelf a,
.oshi-rule-grid div {
  border-left: 5px solid var(--oshi-teal);
  background: #f9fbf5;
}

.oshi-topic-card:nth-child(2n),
.oshi-memo-card:nth-child(2n),
.oshi-latest-card:nth-child(2n) a,
.oshi-daily-check__card:nth-child(2n),
.oshi-shelf-map__card:nth-child(2n),
.oshi-usecase:nth-child(2n),
.oshi-link-shelf a:nth-child(2n) {
  border-left-color: var(--oshi-coral);
}

.oshi-topic-card:nth-child(3n),
.oshi-memo-card:nth-child(3n),
.oshi-latest-card:nth-child(3n) a,
.oshi-daily-check__card:nth-child(3n),
.oshi-shelf-map__card:nth-child(3n),
.oshi-usecase:nth-child(3n),
.oshi-link-shelf a:nth-child(3n) {
  border-left-color: var(--oshi-blue);
}

.oshi-find div,
.oshi-marketbar span,
.oshi-top-tabs a,
.oshi-route-chips a,
.oshi-pulse-list a,
.oshi-lane-filter button,
.oshi-saved-chip,
.oshi-shelf-map__card li {
  background: #eef5ef;
}

@media (max-width: 900px) {
  :root {
    --oshi-content: min(1120px, calc(100vw - 28px));
  }

  .oshi-header {
    min-height: auto;
    padding: 14px 0;
    align-items: flex-start;
    flex-direction: column;
  }

  .oshi-nav {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .oshi-hero {
    min-height: 680px;
    padding-top: 96px;
  }

  .oshi-hero::before {
    background:
      linear-gradient(180deg, rgba(8, 11, 16, 0.88) 0%, rgba(8, 11, 16, 0.58) 45%, rgba(8, 11, 16, 0.94) 100%),
      url("assets/hero-oshidoki.png") 66% center / cover no-repeat;
  }

  .oshi-grid {
    grid-template-columns: 1fr;
  }

  .oshi-briefing,
  .oshi-daily {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    grid-template-columns: 1fr;
  }

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

  .oshi-link-shelf {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

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

  .oshi-signal-grid,
  .oshi-two-col {
    grid-template-columns: 1fr;
  }

  .oshi-footer {
    flex-direction: column;
  }
}

@media (max-width: 900px) {
  :root {
    --oshi-content: calc(100vw - 28px);
  }

  body {
    line-height: 1.78;
  }

  .wrap,
  .content-sidebar-wrap,
  .content {
    width: 100%;
    max-width: 100%;
  }

  .site-inner {
    width: 100%;
    max-width: 100%;
    padding-right: 14px;
    padding-bottom: 62px;
    padding-left: 14px;
  }

  .site-header .wrap {
    width: calc(100% - 28px);
    max-width: calc(100% - 28px);
  }

  .oshi-hero {
    width: calc(100% + 28px);
    max-width: none;
    margin-right: -14px;
    margin-left: -14px;
    padding-right: 14px;
    padding-left: 14px;
  }

  .oshi-hero::before {
    inset: 0;
  }

  .oshi-section,
  .oshi-band,
  .oshi-page-hero,
  .otaku-ranking,
  .otaku-empty {
    width: 100%;
    max-width: 100%;
  }

  .oshi-brand__tagline {
    display: none;
  }

  .oshi-nav a {
    white-space: nowrap;
  }

  .oshi-hero {
    min-height: 640px;
    padding-bottom: 34px;
  }

  .oshi-hero h1 {
    font-size: 42px;
  }

  .oshi-hero__lead {
    max-width: 340px;
  }

  .oshi-section h2 {
    font-size: 29px;
  }

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

  .oshi-chips li {
    text-align: center;
    white-space: normal;
  }

  .oshi-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    min-width: 0;
    gap: 2px 12px;
    overflow: visible;
    font-size: 10px;
  }

  .oshi-nav a {
    min-width: auto;
    overflow: hidden;
    padding: 6px 2px;
    text-align: left;
    text-overflow: ellipsis;
  }

  .oshi-hero__actions .oshi-button {
    width: 100%;
  }

  .oshi-daily__actions .oshi-button {
    flex: 1 1 100%;
  }

  .oshi-briefing__main,
  .oshi-curation-box {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    padding: 20px;
  }

  .oshi-curation-box {
    align-content: start;
  }

  .oshi-curation-box__head {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    justify-content: start;
  }

  .oshi-curation-box__head strong {
    min-width: 0;
    text-align: left;
    overflow-wrap: anywhere;
  }

  .oshi-briefing__main h1 {
    font-size: 32px;
    overflow-wrap: anywhere;
  }

  .oshi-briefing__lead {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .oshi-top-tabs a {
    flex: 1 1 calc(50% - 4px);
    justify-content: center;
    min-width: 0;
  }

  .oshi-daily__panel {
    min-height: 260px;
  }

  .oshi-daily__status {
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
  }

  .oshi-daily__status strong {
    white-space: normal;
  }

  .oshi-compact-head {
    display: grid;
    gap: 10px;
  }

  .oshi-lane {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .oshi-link-shelf {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

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

  .oshi-link-shelf strong,
  .oshi-topic-card summary strong,
  .oshi-link-shelf small {
    white-space: normal;
  }

  .oshi-daily-bit {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .oshi-saved-dock {
    grid-template-columns: 1fr;
  }

  .oshi-daily-check__grid,
  .oshi-shelf-map__grid,
  .oshi-decision-points__grid {
    grid-template-columns: 1fr;
  }

  .oshi-daily-check__card div {
    grid-template-columns: 1fr;
  }

  .oshi-find div {
    grid-template-columns: 1fr;
  }

  .oshi-find button {
    width: 100%;
  }

  .oshi-pulse-list {
    display: grid;
    grid-template-columns: 1fr;
  }

  .oshi-pulse-list span,
  .oshi-pulse-list a {
    justify-content: flex-start;
    white-space: normal;
  }

  .oshi-mini-note {
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
    overflow-wrap: anywhere;
  }

  .oshi-curation-box a,
  .oshi-topic-card,
  .oshi-link-shelf a,
  .oshi-compact-section {
    max-width: 100%;
    min-width: 0;
  }

  .oshi-curation-box a strong,
  .oshi-curation-box a span,
  .oshi-link-shelf strong,
  .oshi-link-shelf small,
  .oshi-topic-card summary strong,
  .oshi-topic-card summary small,
  .oshi-topic-card__links a,
  .oshi-compact-head p {
    overflow-wrap: anywhere;
  }

  .oshi-usecase-grid,
  .oshi-memo-grid,
  .oshi-latest-grid,
  .oshi-rule-grid {
    grid-template-columns: 1fr;
  }

  .oshi-track-list li {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .entry-content {
    padding: 22px;
  }

  .entry {
    width: 100%;
    max-width: calc(100vw - 28px);
    margin-inline: auto;
  }

  .entry-header,
  .entry-content,
  .entry-footer {
    max-width: 100%;
    overflow: hidden;
  }

  .entry-header {
    padding: 22px 22px 0;
  }

  .entry-title {
    max-width: calc(100vw - 72px);
    font-size: 24px;
    line-height: 1.28;
    overflow-wrap: anywhere;
    word-break: break-all;
  }

  .oshi-article-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    max-width: 100%;
    overflow: visible;
  }

  .oshi-article-actions a,
  .oshi-article-actions button {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding-inline: 6px;
    overflow: hidden;
    font-size: 11px;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .oshi-article-context {
    grid-template-columns: 1fr;
  }

  .oshi-related-notes__grid {
    grid-template-columns: 1fr;
  }

  .oshi-related-note {
    grid-template-columns: 74px minmax(0, 1fr);
  }

  .oshi-related-note img {
    width: 74px;
    height: 70px;
  }
}

.oshi-article-tool-links {
  margin: clamp(28px, 5vw, 44px) 0 0;
  padding: clamp(16px, 3vw, 22px);
  border: 1px solid rgba(24, 184, 173, 0.24);
  border-radius: var(--oshi-radius);
  background:
    linear-gradient(135deg, rgba(234, 255, 251, 0.9), rgba(255, 255, 255, 0.9)),
    var(--oshi-card);
}

.oshi-article-tool-links__head {
  display: grid;
  gap: 5px;
  margin-bottom: 14px;
}

.oshi-article-tool-links__head span {
  width: fit-content;
  padding: 3px 7px;
  border-radius: 999px;
  color: #087d76;
  background: #dffaf5;
  font-family: var(--oshi-font-ui);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
}

.oshi-article-tool-links__head strong {
  color: var(--oshi-heading);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.32;
}

.oshi-article-tool-links__head p {
  max-width: 760px;
  margin: 0;
  color: var(--oshi-muted);
  font-size: 13px;
  line-height: 1.75;
}

.oshi-article-tool-links__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 10px;
}

.oshi-article-tool-link {
  display: grid;
  gap: 5px;
  min-width: 0;
  min-height: 100%;
  padding: 13px;
  border: 1px solid var(--oshi-line);
  border-radius: var(--oshi-radius);
  color: var(--oshi-text);
  background: rgba(255, 255, 255, 0.84);
  text-decoration: none;
}

.oshi-article-tool-link:hover {
  color: var(--oshi-heading);
  border-color: rgba(24, 184, 173, 0.44);
  background: #ffffff;
}

.oshi-article-tool-link span {
  width: fit-content;
  color: #087d76;
  font-family: var(--oshi-font-ui);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
}

.oshi-article-tool-link strong {
  color: var(--oshi-heading);
  font-size: 14px;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.oshi-article-tool-link small {
  color: var(--oshi-muted);
  font-size: 12px;
  line-height: 1.6;
  overflow-wrap: anywhere;
}

@media (max-width: 560px) {
  .oshi-topic-drawer {
    grid-template-columns: 1fr;
  }
}

.oshi-home-gateway {
  display: grid;
  gap: clamp(34px, 6vw, 70px);
  padding: 10px 0 clamp(52px, 7vw, 84px);
}

.oshi-home-gateway__hero {
  position: relative;
  display: grid;
  gap: clamp(22px, 4vw, 36px);
  align-items: center;
  min-height: min(560px, calc(100vh - 150px));
  padding: clamp(38px, 7vw, 76px) 0 clamp(18px, 4vw, 34px);
}

.oshi-home-gateway__hero::before {
  content: "";
  position: absolute;
  inset: 0 calc((100vw - var(--oshi-content)) / -2);
  z-index: -1;
  background:
    linear-gradient(120deg, rgba(251, 252, 248, 0.78), rgba(231, 239, 233, 0.62) 52%, rgba(215, 227, 219, 0.2)),
    linear-gradient(180deg, rgba(24, 184, 173, 0.08), transparent 58%);
  border-bottom: 1px solid rgba(143, 166, 150, 0.24);
}

.oshi-home-gateway__copy {
  display: grid;
  gap: 14px;
  max-width: 760px;
}

.oshi-home-gateway__copy h1 {
  margin: 0;
  color: var(--oshi-heading);
  font-size: clamp(34px, 5.6vw, 68px);
  font-weight: 900;
  line-height: 1.08;
  text-wrap: balance;
}

.oshi-home-gateway__copy p:last-child {
  max-width: 640px;
  margin: 0;
  color: var(--oshi-soft);
  font-size: clamp(16px, 2vw, 19px);
}

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

.oshi-home-action-card,
.oshi-home-scenario-card {
  display: grid;
  gap: 8px;
  min-width: 0;
  padding: 18px;
  border: 1px solid var(--oshi-line);
  border-radius: 8px;
  background: rgba(251, 252, 248, 0.84);
  box-shadow: 0 10px 26px rgba(29, 45, 38, 0.09);
  text-decoration: none;
}

.oshi-home-action-card:hover,
.oshi-home-scenario-card:hover {
  color: var(--oshi-heading);
  border-color: var(--oshi-line-strong);
  transform: translateY(-1px);
}

.oshi-home-action-card span,
.oshi-home-scenario-card span {
  width: fit-content;
  padding: 4px 8px;
  border-radius: 999px;
  color: #0b6f69;
  background: rgba(24, 184, 173, 0.12);
  font-family: var(--oshi-font-ui);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
}

.oshi-home-action-card strong,
.oshi-home-scenario-card strong {
  color: var(--oshi-heading);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.35;
}

.oshi-home-action-card small,
.oshi-home-scenario-card small {
  color: var(--oshi-muted);
  font-size: 14px;
  line-height: 1.65;
}

.oshi-home-section {
  display: grid;
  gap: 18px;
}

.oshi-home-section__head {
  display: grid;
  gap: 8px;
  max-width: 720px;
}

.oshi-home-section__head h2,
.oshi-home-panel h2 {
  margin: 0;
  color: var(--oshi-heading);
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.2;
}

.oshi-home-section__head p:last-child {
  margin: 0;
  color: var(--oshi-muted);
}

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

.oshi-home-scenario-card {
  box-shadow: none;
}

.oshi-home-two-column {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(22px, 4vw, 42px);
  padding-top: clamp(18px, 3vw, 28px);
  border-top: 1px solid rgba(143, 166, 150, 0.28);
}

.oshi-home-panel {
  display: grid;
  align-content: start;
  gap: 14px;
}

.oshi-home-link-list,
.oshi-home-latest-list {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--oshi-line);
}

.oshi-home-link-list a,
.oshi-home-latest-list a {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px 16px;
  align-items: center;
  padding: 13px 0;
  border-bottom: 1px solid var(--oshi-line);
  text-decoration: none;
}

.oshi-home-link-list a strong,
.oshi-home-latest-list a strong {
  color: var(--oshi-heading);
  line-height: 1.35;
}

.oshi-home-link-list a span,
.oshi-home-latest-list a span {
  color: var(--oshi-muted);
  font-size: 13px;
  line-height: 1.45;
}

.oshi-home-latest-list a {
  grid-template-columns: 4.5em minmax(0, 1fr);
}

@media (min-width: 920px) {
  .oshi-home-gateway__hero {
    grid-template-columns: minmax(0, 1.04fr) minmax(320px, 0.72fr);
  }

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

@media (max-width: 860px) {
  .oshi-home-gateway__actions,
  .oshi-home-scenario-grid,
  .oshi-home-two-column {
    grid-template-columns: 1fr;
  }

  .oshi-home-gateway__hero {
    min-height: auto;
  }
}

@media (max-width: 560px) {
  .oshi-home-gateway {
    padding-top: 0;
  }

  .oshi-home-gateway__copy h1 {
    font-size: 34px;
  }

  .oshi-home-action-card,
  .oshi-home-scenario-card {
    padding: 16px;
  }

  .oshi-home-link-list a {
    grid-template-columns: 1fr;
  }
}

/* Visual tune: calmer typography and lighter cards for the gateway homepage. */
:root {
  --oshi-font-body: "Noto Sans JP", "Hiragino Sans", "Yu Gothic UI", "Yu Gothic", Meiryo, sans-serif;
  --oshi-font-ui: "Noto Sans JP", Outfit, "Hiragino Sans", "Yu Gothic UI", "Yu Gothic", Meiryo, sans-serif;
  --oshi-shadow: 0 10px 24px rgba(29, 45, 38, 0.1);
}

body {
  background:
    linear-gradient(180deg, #eef5ef 0, #dce9e1 28rem),
    var(--oshi-bg);
}

.site-header {
  background: rgba(22, 37, 43, 0.94);
}

.oshi-header {
  min-height: 64px;
}

.oshi-brand__mark {
  font-size: 20px;
  font-weight: 800;
}

.oshi-brand__tagline {
  color: #a7d5c2;
  font-size: 11px;
  font-weight: 600;
}

.oshi-nav {
  font-size: 13px;
  font-weight: 700;
}

.oshi-nav a {
  padding: 7px 9px;
}

.oshi-home-gateway {
  gap: clamp(30px, 5vw, 58px);
}

.oshi-home-gateway__hero {
  min-height: min(480px, calc(100vh - 164px));
  padding: clamp(30px, 5.4vw, 58px) 0 clamp(18px, 3.2vw, 28px);
}

.oshi-home-gateway__hero::before {
  background:
    linear-gradient(120deg, rgba(247, 252, 247, 0.84), rgba(225, 238, 230, 0.64) 55%, rgba(212, 226, 218, 0.28)),
    linear-gradient(180deg, rgba(24, 184, 173, 0.05), transparent 60%);
}

.oshi-home-gateway__copy {
  max-width: 660px;
}

.oshi-home-gateway__copy h1 {
  max-width: 620px;
  font-size: clamp(32px, 4vw, 50px);
  font-weight: 700;
  line-height: 1.16;
  overflow-wrap: anywhere;
}

.oshi-home-gateway__copy p:last-child {
  max-width: 560px;
  font-size: clamp(15px, 1.7vw, 17px);
  line-height: 1.9;
}

.oshi-home-action-card,
.oshi-home-scenario-card {
  gap: 9px;
  padding: 17px;
  border-color: rgba(143, 166, 150, 0.34);
  background: rgba(251, 252, 248, 0.72);
  box-shadow: 0 8px 18px rgba(29, 45, 38, 0.065);
}

.oshi-home-scenario-card {
  box-shadow: none;
}

.oshi-home-action-card span,
.oshi-home-scenario-card span {
  padding: 4px 9px;
  font-size: 11px;
  font-weight: 700;
}

.oshi-home-action-card strong,
.oshi-home-scenario-card strong {
  font-size: clamp(17px, 1.8vw, 20px);
  font-weight: 700;
}

.oshi-home-action-card small,
.oshi-home-scenario-card small {
  font-size: 13px;
  line-height: 1.75;
}

.oshi-home-section__head h2,
.oshi-home-panel h2 {
  font-size: clamp(23px, 2.5vw, 30px);
  font-weight: 700;
}

@media (min-width: 920px) {
  .oshi-home-gateway__hero {
    grid-template-columns: minmax(0, 0.94fr) minmax(320px, 0.72fr);
  }
}

@media (max-width: 560px) {
  .oshi-header {
    min-height: 58px;
  }

  .oshi-brand__mark {
    font-size: 19px;
  }

  .oshi-brand__tagline {
    display: none;
  }

  .oshi-home-gateway__hero {
    padding-top: 26px;
  }

  .oshi-home-gateway__copy h1 {
    font-size: 28px;
    line-height: 1.24;
  }

  .oshi-home-action-card,
  .oshi-home-scenario-card {
    padding: 14px;
  }
}

/* Mobile entry redesign: avoid a long stack of identical full-width buttons. */
@media (max-width: 560px) {
  .oshi-home-gateway {
    gap: 34px;
  }

  .oshi-home-gateway__actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .oshi-home-action-card {
    min-height: 78px;
    align-content: center;
    gap: 6px;
    padding: 13px;
    box-shadow: none;
  }

  .oshi-home-action-card:first-child {
    grid-column: 1 / -1;
    min-height: 104px;
    padding: 17px;
    background:
      linear-gradient(135deg, rgba(223, 248, 238, 0.96), rgba(251, 252, 248, 0.9));
    box-shadow: 0 8px 18px rgba(29, 45, 38, 0.06);
  }

  .oshi-home-action-card:not(:first-child) small {
    display: none;
  }

  .oshi-home-action-card:not(:first-child) strong {
    font-size: 16px;
  }

  .oshi-home-scenario-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .oshi-home-scenario-card {
    min-height: 108px;
    align-content: start;
    gap: 8px;
    padding: 12px;
    background: rgba(251, 252, 248, 0.64);
  }

  .oshi-home-scenario-card strong {
    font-size: 15px;
    line-height: 1.35;
  }

  .oshi-home-scenario-card small {
    display: none;
  }

  .oshi-home-link-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    border-top: 0;
  }

  .oshi-home-link-list a {
    min-height: 78px;
    grid-template-columns: 1fr;
    align-content: start;
    gap: 5px;
    padding: 11px;
    border: 1px solid rgba(143, 166, 150, 0.3);
    border-radius: 8px;
    background: rgba(251, 252, 248, 0.64);
  }

  .oshi-home-link-list a strong {
    font-size: 14px;
  }

  .oshi-home-link-list a span {
    font-size: 12px;
  }

  .oshi-home-latest-list a {
    grid-template-columns: 4.2em minmax(0, 1fr);
  }
}

/* Desktop gateway polish: keep one clear path and make the rest compact. */
@media (min-width: 920px) {
  .oshi-home-gateway__hero {
    grid-template-columns: minmax(0, 0.98fr) minmax(340px, 0.68fr);
  }

  .oshi-home-gateway__actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    align-content: center;
  }

  .oshi-home-action-card {
    position: relative;
    min-height: 126px;
    align-content: start;
    overflow: hidden;
  }

  .oshi-home-action-card::after,
  .oshi-home-scenario-card::after,
  .oshi-home-link-list a::after {
    content: "→";
    position: absolute;
    right: 16px;
    bottom: 14px;
    color: rgba(0, 137, 128, 0.62);
    font-size: 18px;
    line-height: 1;
  }

  .oshi-home-action-card:first-child {
    grid-column: 1 / -1;
    min-height: 156px;
    padding: 22px;
    background:
      linear-gradient(135deg, rgba(225, 255, 248, 0.92), rgba(249, 252, 244, 0.84)),
      #fbfcf8;
    border-color: rgba(0, 137, 128, 0.3);
  }

  .oshi-home-action-card:not(:first-child) {
    padding-right: 38px;
  }

  .oshi-home-action-card:not(:first-child) small {
    display: none;
  }
}

@media (min-width: 1040px) {
  .oshi-home-scenario-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .oshi-home-scenario-card {
    position: relative;
    min-height: 148px;
    padding-right: 38px;
  }

  .oshi-home-scenario-card small {
    font-size: 12px;
    line-height: 1.65;
  }

  .oshi-home-link-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    border-top: 0;
  }

  .oshi-home-link-list a {
    position: relative;
    min-height: 96px;
    grid-template-columns: 1fr;
    align-content: start;
    gap: 6px;
    padding: 15px 36px 15px 15px;
    border: 1px solid rgba(143, 166, 150, 0.26);
    border-radius: 8px;
    background: rgba(251, 252, 248, 0.68);
  }

  .oshi-home-link-list a:hover,
  .oshi-home-latest-list a:hover {
    border-color: rgba(0, 137, 128, 0.28);
    background: rgba(247, 252, 247, 0.92);
  }

  .oshi-home-latest-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    border-top: 0;
  }

  .oshi-home-latest-list a {
    min-height: 88px;
    grid-template-columns: 1fr;
    align-content: start;
    gap: 7px;
    padding: 15px;
    border: 1px solid rgba(143, 166, 150, 0.24);
    border-radius: 8px;
    background: rgba(251, 252, 248, 0.58);
  }
}

/* Gateway product polish: add hierarchy, accent cues, and calmer surfaces. */
.oshi-home-gateway__hero::before {
  background:
    linear-gradient(128deg, rgba(250, 255, 250, 0.9), rgba(224, 241, 235, 0.74) 48%, rgba(240, 246, 251, 0.38)),
    linear-gradient(180deg, rgba(24, 184, 173, 0.055), transparent 62%);
}

.oshi-home-action-card,
.oshi-home-scenario-card,
.oshi-home-link-list a,
.oshi-home-latest-list a {
  isolation: isolate;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background-color 160ms ease,
    box-shadow 160ms ease;
}

.oshi-home-action-card,
.oshi-home-scenario-card {
  position: relative;
  border-color: rgba(125, 151, 139, 0.26);
  box-shadow: 0 10px 22px rgba(20, 38, 32, 0.045);
  overflow: hidden;
}

.oshi-home-action-card::before,
.oshi-home-scenario-card::before {
  content: "";
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 64% 34%, rgba(255, 255, 255, 0.95) 0 3px, transparent 4px),
    linear-gradient(135deg, rgba(24, 184, 173, 0.26), rgba(24, 184, 173, 0.08));
  border: 1px solid rgba(24, 184, 173, 0.16);
  box-shadow: inset 0 0 0 7px rgba(255, 255, 255, 0.38);
}

.oshi-home-action-card span,
.oshi-home-scenario-card span {
  color: #0d6d67;
  background: rgba(225, 250, 245, 0.88);
}

.oshi-home-action-card:hover,
.oshi-home-scenario-card:hover,
.oshi-home-link-list a:hover,
.oshi-home-latest-list a:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(20, 38, 32, 0.075);
}

.oshi-home-action-card:first-child {
  border-color: rgba(24, 184, 173, 0.36);
}

.oshi-home-action-card:first-child::before {
  width: 38px;
  height: 38px;
  background:
    radial-gradient(circle at 64% 34%, rgba(255, 255, 255, 0.96) 0 4px, transparent 5px),
    linear-gradient(135deg, rgba(24, 184, 173, 0.38), rgba(59, 130, 246, 0.1));
}

.oshi-home-action-card:nth-child(2)::before {
  background:
    radial-gradient(circle at 66% 34%, rgba(255, 255, 255, 0.95) 0 3px, transparent 4px),
    linear-gradient(135deg, rgba(59, 130, 246, 0.25), rgba(24, 184, 173, 0.08));
  border-color: rgba(59, 130, 246, 0.16);
}

.oshi-home-action-card:nth-child(3)::before {
  background:
    radial-gradient(circle at 66% 34%, rgba(255, 255, 255, 0.95) 0 3px, transparent 4px),
    linear-gradient(135deg, rgba(242, 201, 76, 0.34), rgba(24, 184, 173, 0.07));
  border-color: rgba(196, 151, 38, 0.18);
}

.oshi-home-scenario-card:nth-child(2n)::before {
  background:
    radial-gradient(circle at 64% 34%, rgba(255, 255, 255, 0.95) 0 3px, transparent 4px),
    linear-gradient(135deg, rgba(59, 130, 246, 0.22), rgba(234, 246, 255, 0.72));
  border-color: rgba(59, 130, 246, 0.15);
}

.oshi-home-scenario-card:nth-child(3n)::before {
  background:
    radial-gradient(circle at 64% 34%, rgba(255, 255, 255, 0.95) 0 3px, transparent 4px),
    linear-gradient(135deg, rgba(242, 201, 76, 0.32), rgba(255, 249, 225, 0.8));
  border-color: rgba(196, 151, 38, 0.17);
}

.oshi-home-scenario-card:nth-child(5n)::before {
  background:
    radial-gradient(circle at 64% 34%, rgba(255, 255, 255, 0.95) 0 3px, transparent 4px),
    linear-gradient(135deg, rgba(243, 111, 93, 0.2), rgba(255, 244, 239, 0.8));
  border-color: rgba(243, 111, 93, 0.15);
}

@media (min-width: 920px) {
  .oshi-home-action-card,
  .oshi-home-scenario-card {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px 16px;
  }

  .oshi-home-action-card::before,
  .oshi-home-scenario-card::before {
    grid-column: 2;
    grid-row: 1 / span 2;
    justify-self: end;
  }

  .oshi-home-action-card span,
  .oshi-home-action-card strong,
  .oshi-home-action-card small,
  .oshi-home-scenario-card span,
  .oshi-home-scenario-card strong,
  .oshi-home-scenario-card small {
    grid-column: 1;
  }

  .oshi-home-action-card::after,
  .oshi-home-scenario-card::after,
  .oshi-home-link-list a::after {
    content: "\2192";
  }

  .oshi-home-link-list a::before,
  .oshi-home-latest-list a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: rgba(24, 184, 173, 0.55);
    box-shadow: 0 0 0 5px rgba(24, 184, 173, 0.09);
  }

  .oshi-home-link-list a,
  .oshi-home-latest-list a {
    grid-template-columns: auto minmax(0, 1fr);
    align-content: center;
  }

  .oshi-home-link-list a strong,
  .oshi-home-link-list a span,
  .oshi-home-latest-list a span,
  .oshi-home-latest-list a strong {
    grid-column: 2;
  }
}

@media (max-width: 560px) {
  .oshi-home-action-card::before,
  .oshi-home-scenario-card::before {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 12px;
    right: 12px;
    opacity: 0.78;
  }

  .oshi-home-action-card:first-child::before {
    width: 30px;
    height: 30px;
  }

  .oshi-home-action-card:not(:first-child),
  .oshi-home-scenario-card {
    padding-right: 38px;
  }

  .oshi-home-link-list a,
  .oshi-home-latest-list a {
    box-shadow: none;
  }
}

/* Keep desktop icons decorative so Japanese labels do not wrap awkwardly. */
@media (min-width: 920px) {
  .oshi-home-action-card,
  .oshi-home-scenario-card {
    grid-template-columns: 1fr;
    padding-right: 58px;
  }

  .oshi-home-action-card::before,
  .oshi-home-scenario-card::before {
    position: absolute;
    top: 20px;
    right: 20px;
    grid-column: auto;
    grid-row: auto;
  }

  .oshi-home-action-card:first-child::before {
    top: 22px;
    right: 22px;
  }

  .oshi-home-action-card span,
  .oshi-home-action-card strong,
  .oshi-home-action-card small,
  .oshi-home-scenario-card span,
  .oshi-home-scenario-card strong,
  .oshi-home-scenario-card small {
    grid-column: auto;
  }
}

/* Density pass: remove decorative orbs and tighten the gateway spacing. */
.oshi-home-gateway {
  gap: clamp(26px, 4.5vw, 48px);
}

.oshi-home-action-card::before,
.oshi-home-scenario-card::before {
  content: none;
}

.oshi-home-action-card,
.oshi-home-scenario-card {
  padding-right: 17px;
  box-shadow:
    inset 0 3px 0 rgba(24, 184, 173, 0.18),
    0 9px 20px rgba(20, 38, 32, 0.042);
}

.oshi-home-action-card:nth-child(2),
.oshi-home-scenario-card:nth-child(2n) {
  box-shadow:
    inset 0 3px 0 rgba(59, 130, 246, 0.16),
    0 9px 20px rgba(20, 38, 32, 0.042);
}

.oshi-home-action-card:nth-child(3),
.oshi-home-scenario-card:nth-child(3n) {
  box-shadow:
    inset 0 3px 0 rgba(242, 201, 76, 0.22),
    0 9px 20px rgba(20, 38, 32, 0.042);
}

@media (min-width: 920px) {
  .oshi-home-gateway__hero {
    min-height: min(420px, calc(100vh - 176px));
    padding-top: clamp(26px, 4.6vw, 48px);
    padding-bottom: clamp(16px, 2.5vw, 24px);
  }

  .oshi-home-action-card {
    min-height: 112px;
    padding: 18px 40px 17px 18px;
  }

  .oshi-home-action-card:first-child {
    min-height: 136px;
    padding: 20px 44px 20px 20px;
  }

  .oshi-home-scenario-card {
    min-height: 132px;
    padding: 16px 38px 16px 16px;
  }

  .oshi-home-link-list a {
    min-height: 84px;
  }

  .oshi-home-latest-list a {
    min-height: 76px;
  }
}

@media (max-width: 560px) {
  .oshi-home-gateway {
    gap: 30px;
  }

  .oshi-home-gateway__hero {
    padding-bottom: 18px;
  }

  .oshi-home-action-card,
  .oshi-home-scenario-card,
  .oshi-home-action-card:not(:first-child) {
    padding-right: 12px;
  }

  .oshi-home-action-card:first-child {
    min-height: 98px;
  }

  .oshi-home-scenario-card {
    min-height: 100px;
  }
}

/* Home hero visual: soft oshi-katsu desk photo, kept calm behind copy. */
.oshi-home-gateway__hero::before {
  background:
    linear-gradient(90deg, rgba(250, 255, 250, 0.94) 0%, rgba(247, 252, 247, 0.84) 41%, rgba(232, 242, 236, 0.55) 67%, rgba(232, 242, 236, 0.22) 100%),
    linear-gradient(180deg, rgba(24, 184, 173, 0.08), rgba(243, 111, 93, 0.04) 62%, rgba(215, 227, 219, 0.48)),
    url("assets/hero-oshi-soft-blur.jpg") center right / cover no-repeat;
}

.oshi-home-gateway__copy {
  text-shadow: 0 1px 18px rgba(251, 252, 248, 0.62);
}

@media (max-width: 860px) {
  .oshi-home-gateway__hero::before {
    background:
      linear-gradient(180deg, rgba(250, 255, 250, 0.93) 0%, rgba(247, 252, 247, 0.82) 46%, rgba(232, 242, 236, 0.5) 100%),
      linear-gradient(90deg, rgba(24, 184, 173, 0.08), rgba(243, 111, 93, 0.05)),
      url("assets/hero-oshi-soft-blur.jpg") 64% center / cover no-repeat;
  }
}

/* Public labels should read clearly even when placed over image areas. */
.oshi-kicker,
.oshi-section__kicker,
.oshi-home-gateway__copy .oshi-section__kicker {
  color: #0b6f69;
  background: rgba(220, 248, 238, 0.96);
  border-color: rgba(24, 184, 173, 0.38);
  text-shadow: none;
  box-shadow: 0 8px 18px rgba(7, 53, 51, 0.08);
}

/* Hot category gateways: keep high-demand goods one click from home. */
.oshi-home-focus-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.oshi-home-focus-card {
  display: grid;
  gap: 10px;
  min-width: 0;
  padding: clamp(18px, 3vw, 24px);
  border: 1px solid rgba(125, 151, 139, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(251, 252, 248, 0.9), rgba(238, 248, 243, 0.78)),
    #fbfcf8;
  box-shadow:
    inset 0 3px 0 rgba(24, 184, 173, 0.18),
    0 10px 22px rgba(20, 38, 32, 0.045);
}

.oshi-home-focus-card:nth-child(2n) {
  box-shadow:
    inset 0 3px 0 rgba(243, 111, 93, 0.2),
    0 10px 22px rgba(20, 38, 32, 0.045);
}

.oshi-home-focus-card > span {
  width: fit-content;
  padding: 4px 9px;
  border-radius: 999px;
  color: #0d6d67;
  background: rgba(225, 250, 245, 0.88);
  font-family: var(--oshi-font-ui);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
}

.oshi-home-focus-card h3 {
  margin: 0;
  color: var(--oshi-heading);
  font-size: clamp(20px, 2.2vw, 25px);
  line-height: 1.28;
}

.oshi-home-focus-card p {
  margin: 0;
  color: var(--oshi-muted);
  font-size: 14px;
  line-height: 1.75;
}

.oshi-home-focus-card div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 2px;
}

.oshi-home-focus-card a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 10px;
  border: 1px solid rgba(24, 184, 173, 0.26);
  border-radius: 999px;
  color: #0d6d67;
  background: rgba(255, 255, 255, 0.64);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
}

.oshi-home-focus-card a:hover {
  border-color: rgba(0, 137, 128, 0.36);
  color: var(--oshi-heading);
  background: #ffffff;
}

@media (max-width: 720px) {
  .oshi-home-focus-grid {
    grid-template-columns: 1fr;
  }
}

/* Home simplification: make the first screen a short problem router. */
.oshi-home-gateway--simple {
  gap: clamp(24px, 4vw, 46px);
}

.oshi-home-gateway--simple .oshi-home-gateway__hero {
  min-height: auto;
  padding: clamp(30px, 5vw, 58px) 0 clamp(14px, 3vw, 24px);
}

.oshi-home-gateway--simple .oshi-home-gateway__copy {
  max-width: 680px;
}

.oshi-home-gateway--simple .oshi-home-gateway__copy h1 {
  max-width: 9em;
  font-size: clamp(34px, 5vw, 60px);
}

.oshi-home-gateway--simple .oshi-home-gateway__copy p:last-child {
  max-width: 560px;
}

.oshi-home-gateway--simple .oshi-home-action-card {
  min-height: 118px;
  padding: 16px 36px 16px 16px;
}

.oshi-home-gateway--simple .oshi-home-action-card strong {
  font-size: clamp(17px, 1.8vw, 21px);
}

.oshi-home-gateway--simple .oshi-home-action-card small {
  font-size: 13px;
  line-height: 1.55;
}

@media (min-width: 920px) {
  .oshi-home-gateway--simple .oshi-home-gateway__hero {
    grid-template-columns: minmax(0, 0.72fr) minmax(480px, 0.98fr);
    align-items: start;
  }

  .oshi-home-gateway--simple .oshi-home-gateway__actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-content: start;
  }

  .oshi-home-gateway--simple .oshi-home-action-card:first-child {
    grid-column: auto;
    min-height: 118px;
    padding: 16px 36px 16px 16px;
    background: rgba(251, 252, 248, 0.84);
    border-color: rgba(125, 151, 139, 0.26);
  }

  .oshi-home-gateway--simple .oshi-home-action-card:not(:first-child) small {
    display: block;
  }
}

@media (max-width: 720px) {
  .oshi-home-gateway--simple .oshi-home-gateway__actions {
    grid-template-columns: 1fr;
  }

  .oshi-home-gateway--simple .oshi-home-action-card {
    min-height: auto;
  }
}

/* Shelf page: keep the product shelf calm and readable on phones. */
@media (max-width: 900px) {
  .oshi-shelf-decision__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .oshi-page-hero--shelf {
    gap: 10px;
    margin: -6px 0 20px;
    padding: 20px 16px;
  }

  .oshi-page-hero--shelf h1 {
    font-size: 32px;
    line-height: 1.15;
  }

  .oshi-page-hero--shelf p {
    font-size: 14px;
    line-height: 1.75;
  }

  .oshi-ranking-jump {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .oshi-ranking-jump a {
    min-height: 38px;
    padding: 8px 10px;
    font-size: 13px;
  }

  .oshi-shelf-decision {
    margin-top: 0;
  }

  .oshi-shelf-decision__grid {
    gap: 8px;
    margin-top: 14px;
  }

  .oshi-shelf-decision__grid a {
    padding: 13px;
  }

  .oshi-shelf-decision__grid strong {
    font-size: 17px;
  }

  .oshi-page-details {
    margin-top: 14px;
  }
}

/* Home redesign: flatter, clearer, less like a pile of promo cards. */
body.home {
  background:
    linear-gradient(180deg, #f8fbf7 0, #eef6ef 360px, #f4f8f2 100%),
    var(--oshi-bg);
}

body.home .site-header {
  border-bottom: 1px solid rgba(126, 153, 138, 0.18);
  background: rgba(250, 255, 249, 0.92);
  box-shadow: 0 8px 28px rgba(27, 43, 38, 0.06);
  backdrop-filter: blur(18px);
}

body.home .oshi-header {
  min-height: 62px;
  flex-direction: row;
  align-items: center;
  padding: 0;
}

body.home .oshi-brand,
body.home .oshi-brand:visited {
  color: #17302b;
}

body.home .oshi-brand__mark {
  font-size: 21px;
  color: #17302b;
}

body.home .oshi-brand__mark::before {
  width: 15px;
  height: 15px;
  border-radius: 5px;
  box-shadow: none;
}

body.home .oshi-brand__tagline {
  color: #5e7b70;
}

body.home .oshi-nav {
  width: auto;
  gap: 4px;
  overflow: visible;
  font-size: 13px;
}

body.home .oshi-nav a {
  border: 1px solid transparent;
  color: #25433d;
  background: transparent;
}

body.home .oshi-nav a:hover,
body.home .oshi-nav a[aria-current="page"] {
  color: #102821;
  border-color: rgba(24, 184, 173, 0.22);
  background: rgba(223, 248, 238, 0.72);
}

body.home .oshi-home-gateway--simple {
  gap: clamp(22px, 4vw, 40px);
}

body.home .oshi-home-gateway__hero {
  min-height: auto;
  padding: clamp(28px, 4.8vw, 54px) 0 clamp(16px, 3vw, 28px);
}

body.home .oshi-home-gateway__hero::before {
  background:
    linear-gradient(135deg, rgba(248, 251, 247, 0.98), rgba(239, 248, 240, 0.88) 52%, rgba(255, 249, 232, 0.72)),
    linear-gradient(90deg, rgba(24, 184, 173, 0.06), rgba(242, 201, 76, 0.08));
}

body.home .oshi-home-gateway__copy {
  width: 100%;
  max-width: 560px;
  min-width: 0;
  text-shadow: none;
}

body.home .oshi-home-gateway__copy .oshi-section__kicker {
  width: fit-content;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #0b6f69;
  background: transparent;
  box-shadow: none;
  font-size: 13px;
  letter-spacing: 0;
}

body.home .oshi-home-gateway__copy h1 {
  max-width: 9.5em;
  margin-top: 10px;
  color: #132821;
  font-size: clamp(36px, 5.2vw, 66px);
  font-weight: 900;
  line-height: 1.08;
}

body.home .oshi-home-gateway__copy p:last-child {
  max-width: 460px;
  color: #36564e;
  font-size: 15px;
  line-height: 1.8;
}

.oshi-home-intents {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  max-width: 430px;
  margin-top: 18px;
}

.oshi-home-intent {
  display: grid;
  gap: 5px;
  min-height: 86px;
  align-content: center;
  padding: 16px;
  border: 1px solid rgba(24, 184, 173, 0.28);
  border-radius: 8px;
  color: #12312a;
  background: #ffffff;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(28, 49, 42, 0.07);
}

.oshi-home-intent:hover {
  color: #12312a;
  border-color: rgba(24, 184, 173, 0.42);
  transform: translateY(-1px);
}

.oshi-home-intent strong {
  font-size: clamp(24px, 3.2vw, 36px);
  font-weight: 900;
  line-height: 1;
}

.oshi-home-intent span {
  color: #56736b;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}

.oshi-home-intent--send {
  background: linear-gradient(135deg, #ffffff, #eafff9);
}

.oshi-home-intent--keep {
  border-color: rgba(242, 201, 76, 0.34);
  background: linear-gradient(135deg, #ffffff, #fff8de);
}

body.home .oshi-home-gateway--simple .oshi-home-gateway__actions {
  gap: 8px;
}

body.home .oshi-home-action-card {
  min-height: 96px;
  gap: 6px;
  padding: 14px 16px;
  border: 1px solid rgba(126, 153, 138, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: none;
}

body.home .oshi-home-action-card::after {
  right: 14px;
  bottom: 13px;
  color: rgba(20, 116, 107, 0.42);
}

body.home .oshi-home-action-card span {
  padding: 0;
  color: #0b6f69;
  background: transparent;
  font-size: 12px;
  font-weight: 900;
}

body.home .oshi-home-action-card strong {
  color: #152a24;
  font-size: 17px;
  line-height: 1.35;
}

body.home .oshi-home-action-card small {
  color: #557068;
  font-size: 12px;
  line-height: 1.55;
}

body.home .oshi-home-action-card:hover {
  border-color: rgba(24, 184, 173, 0.32);
  background: #ffffff;
  box-shadow: 0 12px 22px rgba(28, 49, 42, 0.06);
}

body.home .oshi-home-two-column {
  padding-top: 22px;
  border-top-color: rgba(126, 153, 138, 0.18);
}

body.home .oshi-home-panel h2 {
  font-size: clamp(22px, 2.6vw, 30px);
}

body.home .oshi-home-link-list a {
  border-color: rgba(126, 153, 138, 0.18);
  background: rgba(255, 255, 255, 0.64);
}

@media (min-width: 920px) {
  body.home .oshi-home-gateway--simple .oshi-home-gateway__hero {
    grid-template-columns: minmax(0, 0.88fr) minmax(440px, 0.96fr);
    gap: clamp(28px, 4vw, 56px);
    align-items: center;
  }

  body.home .oshi-home-gateway--simple .oshi-home-gateway__actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.home .oshi-home-gateway--simple .oshi-home-action-card,
  body.home .oshi-home-gateway--simple .oshi-home-action-card:first-child {
    min-height: 104px;
    padding: 14px 38px 14px 16px;
    background: rgba(255, 255, 255, 0.78);
    border-color: rgba(126, 153, 138, 0.2);
  }
}

@media (max-width: 720px) {
  body.home .oshi-home-gateway--simple .oshi-home-gateway__actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.home .oshi-home-gateway--simple .oshi-home-action-card {
    min-height: 92px;
  }

  body.home .oshi-home-action-card small {
    display: none;
  }
}

@media (max-width: 560px) {
  body.home {
    overflow-x: hidden;
  }

  body.home .site-header {
    position: static;
  }

  body.home .oshi-header {
    min-height: 54px;
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 0;
  }

  body.home .oshi-nav {
    width: 100%;
    overflow-x: auto;
    font-size: 12px;
  }

  body.home .oshi-home-gateway__hero {
    padding-top: 24px;
  }

  body.home .oshi-home-gateway,
  body.home .oshi-home-gateway__hero,
  body.home .oshi-home-gateway__copy,
  body.home .oshi-home-intents,
  body.home .oshi-home-gateway__actions,
  body.home .oshi-home-two-column {
    width: calc(100vw - 28px);
    max-width: calc(100vw - 28px);
    min-width: 0;
  }

  body.home .oshi-home-gateway__copy h1 {
    max-width: 10em;
    font-size: 35px;
    line-height: 1.12;
  }

  body.home .oshi-home-intents {
    width: 100%;
    max-width: none;
    grid-template-columns: 1fr;
  }

  body.home .oshi-home-intent {
    min-height: 78px;
    padding: 13px;
  }

  body.home .oshi-home-intent strong {
    font-size: 27px;
  }

  body.home .oshi-home-gateway--simple .oshi-home-gateway__actions {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  body.home .oshi-home-gateway--simple .oshi-home-action-card,
  body.home .oshi-home-gateway--simple .oshi-home-action-card:first-child {
    min-height: 78px;
    padding: 12px 30px 12px 12px;
  }

  body.home .oshi-home-action-card strong {
    font-size: 15px;
  }
}

@media (max-width: 420px) {
  body.home .oshi-home-intent {
    min-height: 72px;
  }
}

/* Home parity restore: keep the tools color system and the visual hero image. */
body.home {
  background:
    linear-gradient(180deg, #eef4ee 0, var(--oshi-bg) 25rem),
    repeating-linear-gradient(0deg, rgba(23, 35, 52, 0.035) 0, rgba(23, 35, 52, 0.035) 1px, transparent 1px, transparent 48px),
    var(--oshi-bg);
}

body.home .site-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(18, 31, 40, 0.94);
  box-shadow: none;
  backdrop-filter: blur(16px);
}

body.home .oshi-brand,
body.home .oshi-brand:visited,
body.home .oshi-brand__mark,
body.home .oshi-brand__tagline {
  color: #9de8ca;
}

body.home .oshi-brand__mark::before {
  box-shadow: 0 0 22px rgba(87, 216, 207, 0.48);
}

body.home .oshi-nav a {
  color: #d7e3df;
  background: transparent;
}

body.home .oshi-nav a:hover,
body.home .oshi-nav a[aria-current="page"] {
  color: #071312;
  border-color: transparent;
  background: #9de8ca;
}

body.home .oshi-home-gateway__hero::before {
  background:
    linear-gradient(90deg, rgba(250, 255, 250, 0.95) 0%, rgba(247, 252, 247, 0.84) 44%, rgba(232, 242, 236, 0.58) 70%, rgba(232, 242, 236, 0.18) 100%),
    linear-gradient(180deg, rgba(24, 184, 173, 0.08), rgba(243, 111, 93, 0.04) 62%, rgba(215, 227, 219, 0.48)),
    url("assets/hero-oshi-soft-blur.jpg") center right / cover no-repeat;
}

@media (max-width: 860px) {
  body.home .oshi-home-gateway__hero::before {
    background:
      linear-gradient(180deg, rgba(250, 255, 250, 0.94) 0%, rgba(247, 252, 247, 0.84) 46%, rgba(232, 242, 236, 0.52) 100%),
      linear-gradient(90deg, rgba(24, 184, 173, 0.08), rgba(243, 111, 93, 0.05)),
      url("assets/hero-oshi-soft-blur.jpg") 64% center / cover no-repeat;
  }
}

/* Home guide groups: avoid a grid of same-sized buttons. */
body.home .oshi-home-guide-groups {
  display: grid;
  gap: 12px;
  align-items: start;
}

body.home .oshi-home-guide-group {
  display: grid;
  gap: 14px;
  min-width: 0;
  padding: 17px;
  border: 1px solid rgba(126, 153, 138, 0.24);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 10px 22px rgba(28, 49, 42, 0.05);
}

body.home .oshi-home-guide-group--keep {
  border-color: rgba(242, 201, 76, 0.34);
  background: rgba(255, 253, 244, 0.82);
}

body.home .oshi-home-guide-group__head {
  display: grid;
  gap: 5px;
}

body.home .oshi-home-guide-group__head span {
  width: fit-content;
  color: #0b6f69;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
}

body.home .oshi-home-guide-group__head h2 {
  margin: 0;
  color: #152a24;
  font-size: clamp(22px, 3vw, 31px);
  font-weight: 900;
  line-height: 1.18;
}

body.home .oshi-home-guide-group__head p {
  margin: 0;
  color: #557068;
  font-size: 13px;
  line-height: 1.55;
}

body.home .oshi-home-guide-group__links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

body.home .oshi-home-guide-group__links a {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  min-width: 0;
  max-width: 100%;
  padding: 8px 10px;
  border: 1px solid rgba(126, 153, 138, 0.2);
  border-radius: 8px;
  color: #152a24;
  background: rgba(255, 255, 255, 0.7);
  font-weight: 800;
  line-height: 1.25;
  text-decoration: none;
}

body.home .oshi-home-guide-group__links a:hover {
  border-color: rgba(24, 184, 173, 0.32);
  background: #ffffff;
}

body.home .oshi-home-guide-group__links a span {
  flex: 0 0 auto;
  color: #0b6f69;
  font-size: 11px;
  font-weight: 900;
}

body.home .oshi-home-guide-group__links a strong {
  min-width: 0;
  font-size: 14px;
  overflow-wrap: anywhere;
}

@media (min-width: 920px) {
  body.home .oshi-home-guide-groups {
    grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.1fr);
  }

  body.home .oshi-home-guide-group--send {
    margin-top: 34px;
  }
}

@media (max-width: 720px) {
  body.home .oshi-home-guide-groups {
    gap: 9px;
  }

  body.home .oshi-home-guide-group {
    padding: 14px;
  }
}

@media (max-width: 560px) {
  body.home .oshi-home-guide-groups {
    width: calc(100vw - 28px);
    max-width: calc(100vw - 28px);
    min-width: 0;
  }

  body.home .oshi-home-guide-group__links {
    display: grid;
    grid-template-columns: 1fr;
  }
}

/* Home intent actions: keep the first choice fast without making twin cards. */
body.home .oshi-home-intents {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 8px;
  max-width: 520px;
}

body.home .oshi-home-intent {
  min-height: 0;
  min-width: 0;
  align-content: start;
  padding: 10px 12px 11px;
  box-shadow: none;
}

body.home .oshi-home-intent--send {
  flex: 0 1 178px;
}

body.home .oshi-home-intent--keep {
  flex: 0 1 154px;
}

body.home .oshi-home-intent strong {
  font-size: clamp(23px, 2.7vw, 31px);
}

body.home .oshi-home-intent span {
  min-width: 0;
  font-size: 11px;
  overflow-wrap: anywhere;
}

@media (max-width: 560px) {
  body.home .oshi-home-intents {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
    width: calc(100vw - 28px);
    max-width: calc(100vw - 28px);
  }

  body.home .oshi-home-intent {
    box-sizing: border-box;
    min-height: 0;
    padding: 10px 11px 11px;
  }

  body.home .oshi-home-intent--send {
    flex: none;
    width: 100%;
  }

  body.home .oshi-home-intent--keep {
    flex: none;
    width: 76%;
  }

  body.home .oshi-home-intent strong {
    font-size: clamp(22px, 7vw, 27px);
  }

  body.home .oshi-home-intent span {
    font-size: 10px;
    line-height: 1.35;
  }
}

/* Home cockpit: a practical return surface for packing, storage, and event prep. */
body.home .oshi-home-cockpit {
  display: grid;
  gap: clamp(16px, 3vw, 28px);
  width: var(--oshi-content);
  margin: clamp(18px, 3vw, 32px) auto clamp(48px, 7vw, 80px);
}

body.home .oshi-home-cockpit__hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(14px, 2.4vw, 22px);
  align-items: stretch;
}

body.home .oshi-home-hero-copy,
body.home .oshi-home-discovery {
  border: 1px solid rgba(143, 166, 150, 0.72);
  border-radius: var(--oshi-radius);
  background:
    linear-gradient(135deg, rgba(24, 184, 173, 0.12), transparent 44%),
    linear-gradient(165deg, rgba(242, 201, 76, 0.14), transparent 58%),
    var(--oshi-panel);
  box-shadow: var(--oshi-shadow);
}

body.home .oshi-home-hero-copy {
  display: grid;
  gap: clamp(14px, 2vw, 20px);
  align-content: center;
  min-height: clamp(300px, 34vw, 420px);
  padding: clamp(24px, 4vw, 44px);
}

body.home .oshi-home-hero-copy h1 {
  max-width: 780px;
  margin: 0;
  color: var(--oshi-heading);
  font-size: clamp(38px, 5.2vw, 62px);
  line-height: 1.08;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

body.home .oshi-home-hero-copy > p:not(.oshi-section__kicker) {
  max-width: 680px;
  margin: 0;
  color: var(--oshi-soft);
  font-size: clamp(15px, 1.8vw, 18px);
  line-height: 1.78;
  overflow-wrap: anywhere;
}

body.home .oshi-home-primary-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 6px;
}

body.home .oshi-home-action {
  --home-action-accent: var(--oshi-teal);
  display: grid;
  gap: 7px;
  min-width: 0;
  min-height: 132px;
  padding: 14px;
  border: 1px solid var(--oshi-line);
  border-top: 5px solid var(--home-action-accent);
  border-radius: var(--oshi-radius);
  color: var(--oshi-text);
  background: rgba(251, 252, 248, 0.92);
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(43, 59, 83, 0.07);
}

body.home .oshi-home-action:hover {
  color: var(--oshi-heading);
  border-color: rgba(24, 184, 173, 0.38);
  background: #fbfffe;
  transform: translateY(-1px);
}

body.home .oshi-home-action--route {
  --home-action-accent: var(--oshi-coral);
}

body.home .oshi-home-action--feature {
  --home-action-accent: var(--oshi-teal);
}

body.home .oshi-home-action--ship {
  --home-action-accent: var(--oshi-blue);
}

body.home .oshi-home-action--event {
  --home-action-accent: var(--oshi-green);
}

body.home .oshi-home-action--shelf {
  --home-action-accent: var(--oshi-yellow);
}

body.home .oshi-home-action span {
  width: fit-content;
  padding: 3px 7px;
  border-radius: 999px;
  color: #06201f;
  background: #eafffb;
  background: color-mix(in srgb, var(--home-action-accent) 23%, white);
  font-family: var(--oshi-font-ui);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
}

body.home .oshi-home-action strong {
  color: var(--oshi-heading);
  font-size: 16px;
  line-height: 1.36;
  overflow-wrap: anywhere;
}

body.home .oshi-home-action small {
  color: var(--oshi-muted);
  font-size: 12px;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

body.home .oshi-home-cockpit__saved {
  grid-template-columns: minmax(0, 1fr);
  align-content: start;
  align-self: stretch;
  margin-top: 0;
  padding: clamp(18px, 3vw, 24px);
}

body.home .oshi-home-cockpit__saved .oshi-saved-list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}

body.home .oshi-home-cockpit__saved .oshi-saved-chip {
  width: 100%;
}

body.home .oshi-purpose-router {
  display: grid;
  gap: clamp(14px, 2.4vw, 22px);
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid rgba(143, 166, 150, 0.62);
  border-radius: var(--oshi-radius);
  background:
    linear-gradient(145deg, rgba(24, 184, 173, 0.08), transparent 42%),
    linear-gradient(25deg, rgba(244, 108, 91, 0.08), transparent 60%),
    #fbfcf8;
  box-shadow: 0 16px 40px rgba(43, 59, 83, 0.07);
}

body.home .oshi-purpose-router__head {
  display: grid;
  gap: 5px;
}

body.home .oshi-purpose-router__head h2 {
  margin: 0;
  color: var(--oshi-heading);
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.25;
  letter-spacing: 0;
}

body.home .oshi-purpose-router__choices {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

body.home .oshi-purpose-router__choices button {
  display: grid;
  gap: 8px;
  min-width: 0;
  min-height: 92px;
  padding: 13px;
  border: 1px solid var(--oshi-line);
  border-radius: var(--oshi-radius);
  color: var(--oshi-text);
  background: rgba(255, 255, 252, 0.92);
  text-align: left;
  cursor: pointer;
}

body.home .oshi-purpose-router__choices button:hover,
body.home .oshi-purpose-router__choices button.is-active {
  border-color: rgba(24, 184, 173, 0.48);
  background: #f3fffc;
}

body.home .oshi-purpose-router__choices button span,
body.home .oshi-purpose-panel__copy span,
body.home .oshi-purpose-panel__links a span {
  color: var(--oshi-muted);
  font-family: var(--oshi-font-ui);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
}

body.home .oshi-purpose-router__choices button strong {
  color: var(--oshi-heading);
  font-size: 14px;
  line-height: 1.36;
  overflow-wrap: anywhere;
}

body.home .oshi-purpose-panel {
  display: grid;
  grid-template-columns: minmax(220px, 0.52fr) minmax(0, 1fr);
  gap: clamp(12px, 2vw, 18px);
  align-items: stretch;
}

body.home .oshi-purpose-panel[hidden] {
  display: none;
}

body.home .oshi-purpose-panel__copy {
  display: grid;
  align-content: center;
  gap: 8px;
  padding: clamp(16px, 2.4vw, 22px);
  border-left: 5px solid var(--oshi-teal);
  border-radius: var(--oshi-radius);
  background: #f1fbf7;
}

body.home .oshi-purpose-panel__copy strong {
  color: var(--oshi-heading);
  font-size: clamp(18px, 2.3vw, 24px);
  line-height: 1.35;
  overflow-wrap: anywhere;
}

body.home .oshi-purpose-panel__copy p {
  margin: 0;
  color: var(--oshi-soft);
  line-height: 1.68;
}

body.home .oshi-purpose-panel__links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

body.home .oshi-purpose-panel__links a {
  display: grid;
  align-content: start;
  gap: 8px;
  min-height: 118px;
  padding: 15px;
  border: 1px solid rgba(191, 202, 192, 0.82);
  border-radius: var(--oshi-radius);
  color: var(--oshi-text);
  background: #fffdfa;
  text-decoration: none;
}

body.home .oshi-purpose-panel__links a:hover {
  color: var(--oshi-heading);
  border-color: rgba(244, 108, 91, 0.44);
  background: #fff8f4;
  transform: translateY(-1px);
}

body.home .oshi-purpose-panel__links a strong {
  color: var(--oshi-heading);
  font-size: 15px;
  line-height: 1.42;
  overflow-wrap: anywhere;
}

body.home .oshi-home-cockpit__daily {
  margin-top: 0;
}

body.home .oshi-home-cockpit__daily .oshi-compact-head {
  display: grid;
  gap: 5px;
}

body.home .oshi-home-cockpit__daily .oshi-compact-head h2,
body.home .oshi-home-discovery__head h2 {
  margin: 0;
  color: var(--oshi-heading);
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.25;
  letter-spacing: 0;
}

body.home .oshi-home-cockpit__daily .oshi-compact-head p:last-child,
body.home .oshi-home-discovery__head p:last-child {
  margin: 0;
  color: var(--oshi-muted);
}

body.home .oshi-home-discovery {
  display: grid;
  gap: clamp(16px, 2.6vw, 24px);
  padding: clamp(18px, 3vw, 30px);
}

body.home .oshi-home-discovery__head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.72fr);
  gap: clamp(14px, 2vw, 22px);
  align-items: end;
}

body.home .oshi-home-discovery__head > div:first-child,
body.home .oshi-home-discovery__controls {
  display: grid;
  gap: 9px;
}

body.home .oshi-home-discovery__controls .oshi-find {
  max-width: none;
}

body.home .oshi-home-discovery__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.home .oshi-home-discovery__grid .oshi-memo-card {
  min-height: 214px;
}

body.home .oshi-home-discovery__grid .oshi-memo-card__link {
  align-content: start;
  min-height: 156px;
}

body.home .oshi-home-discovery__grid .oshi-memo-card small {
  min-height: 4.7em;
}

body.home .oshi-home-more {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

body.home .oshi-home-more .oshi-button {
  min-width: 180px;
  text-align: center;
}

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

@media (max-width: 900px) {
  body.home .oshi-home-cockpit__hero,
  body.home .oshi-purpose-panel,
  body.home .oshi-home-discovery__head {
    grid-template-columns: minmax(0, 1fr);
  }

  body.home .oshi-home-hero-copy {
    min-height: 0;
  }

  body.home .oshi-home-cockpit__saved .oshi-saved-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  body.home .oshi-home-cockpit {
    width: 100%;
    max-width: 100%;
  }

  body.home .oshi-home-hero-copy,
  body.home .oshi-home-discovery {
    padding: 16px;
  }

  body.home .oshi-home-hero-copy h1 {
    max-width: 9.8em;
    font-size: clamp(30px, 8.2vw, 36px);
    line-height: 1.14;
  }

  body.home .oshi-home-primary-actions,
  body.home .oshi-purpose-router__choices,
  body.home .oshi-purpose-panel__links,
  body.home .oshi-home-cockpit__daily .oshi-daily-check__grid,
  body.home .oshi-home-discovery__grid,
  body.home .oshi-home-cockpit__saved .oshi-saved-list {
    grid-template-columns: minmax(0, 1fr);
  }

  body.home .oshi-home-action {
    min-height: 0;
  }

  body.home .oshi-purpose-router {
    padding: 16px;
  }

  body.home .oshi-purpose-router__choices button,
  body.home .oshi-purpose-panel__links a {
    min-height: 0;
  }

  body.home .oshi-home-discovery__controls .oshi-find div {
    grid-template-columns: minmax(0, 1fr);
  }

  body.home .oshi-home-more .oshi-button {
    width: 100%;
  }
}

/* Mobile compact pass: keep first-time visitors out of a long catalog scroll. */
@media (max-width: 680px) {
  body.home .oshi-home-cockpit {
    gap: 12px;
    margin-top: 10px;
    margin-bottom: 40px;
  }

  body.home .oshi-home-cockpit__saved,
  body.home .oshi-home-cockpit__daily {
    display: none;
  }

  body.home .oshi-home-hero-copy,
  body.home .oshi-purpose-router,
  body.home .oshi-home-discovery {
    padding: 14px;
  }

  body.home .oshi-home-hero-copy {
    gap: 12px;
  }

  body.home .oshi-home-hero-copy h1 {
    max-width: 10.4em;
    font-size: clamp(27px, 7.2vw, 33px);
    line-height: 1.15;
  }

  body.home .oshi-home-hero-copy > p:not(.oshi-section__kicker) {
    font-size: 14px;
    line-height: 1.62;
  }

  body.home .oshi-home-primary-actions {
    gap: 8px;
    margin-top: 0;
  }

  body.home .oshi-home-action {
    gap: 5px;
    padding: 11px 12px;
  }

  body.home .oshi-home-action small,
  body.home .oshi-purpose-router__head p,
  body.home .oshi-purpose-panel__copy p,
  body.home .oshi-home-discovery__head p:not(.oshi-section__kicker),
  body.home .oshi-home-discovery__controls .oshi-find,
  body.home .oshi-home-discovery__grid .oshi-memo-card small {
    display: none;
  }

  body.home .oshi-purpose-router {
    gap: 12px;
  }

  body.home .oshi-purpose-router__choices {
    gap: 7px;
  }

  body.home .oshi-purpose-router__choices button {
    min-height: 0;
    padding: 10px 11px;
  }

  body.home .oshi-purpose-router__choices button strong {
    font-size: 13px;
  }

  body.home .oshi-purpose-router__choices button:nth-child(n+5),
  body.home .oshi-purpose-panel__links a:nth-child(n+4),
  body.home .oshi-home-discovery__grid .oshi-memo-card:nth-child(n+9) {
    display: none;
  }

  body.home .oshi-purpose-panel {
    gap: 8px;
  }

  body.home .oshi-purpose-panel__copy,
  body.home .oshi-purpose-panel__links a {
    min-height: 0;
    padding: 12px;
  }

  body.home .oshi-home-discovery {
    gap: 12px;
  }

  body.home .oshi-home-discovery__head,
  body.home .oshi-home-discovery__grid {
    gap: 8px;
  }

  body.home .oshi-home-discovery__grid .oshi-memo-card,
  body.home .oshi-home-discovery__grid .oshi-memo-card__link {
    min-height: 0;
  }
}

/* Home first-view pass: keep the main choices visible without burying shortcuts. */
@media (max-width: 680px) {
  body.home .oshi-home-primary-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  body.home .oshi-home-action {
    min-height: 74px;
    padding: 9px 10px;
    border-top-width: 4px;
  }

  body.home .oshi-home-action--feature {
    grid-column: 1 / -1;
  }

  body.home .oshi-home-action span {
    padding: 2px 6px;
    font-size: 10px;
  }

  body.home .oshi-home-action strong {
    font-size: 13.5px;
    line-height: 1.32;
  }

  body.home .oshi-popular-shortcuts {
    margin-top: 0;
  }
}

/* Home masthead compact pass: make the top feel like a media index, not a landing hero. */
body.home .oshi-home-cockpit {
  gap: clamp(12px, 2vw, 18px);
  margin-top: clamp(10px, 1.8vw, 18px);
}

body.home .oshi-home-cockpit__hero {
  gap: 0;
}

body.home .oshi-home-hero-copy {
  gap: 10px;
  min-height: 0;
  padding: clamp(14px, 2.2vw, 22px);
  border-color: rgba(143, 166, 150, 0.46);
  background:
    linear-gradient(135deg, rgba(24, 184, 173, 0.08), transparent 48%),
    var(--oshi-panel);
  box-shadow: 0 8px 18px rgba(29, 45, 38, 0.055);
}

body.home .oshi-home-hero-copy .oshi-section__kicker {
  display: none;
}

body.home .oshi-home-hero-copy h1 {
  max-width: none;
  font-size: clamp(22px, 2.4vw, 32px);
  line-height: 1.18;
}

body.home .oshi-home-hero-copy > p:not(.oshi-section__kicker) {
  max-width: none;
  color: var(--oshi-muted);
  font-size: 13px;
  line-height: 1.55;
}

body.home .oshi-home-primary-actions {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 0;
}

body.home .oshi-home-action {
  gap: 5px;
  min-height: 64px;
  padding: 9px 11px;
  border-top-width: 1px;
  border-left: 4px solid var(--home-action-accent);
  box-shadow: none;
}

body.home .oshi-home-action span {
  padding: 2px 6px;
  font-size: 10px;
}

body.home .oshi-home-action strong {
  font-size: 14px;
  line-height: 1.3;
}

body.home .oshi-home-action small {
  display: none;
}

@media (min-width: 900px) {
  body.home .oshi-home-hero-copy {
    grid-template-columns: minmax(240px, 0.85fr) minmax(0, 1.6fr);
    align-items: center;
  }

  body.home .oshi-home-hero-copy h1,
  body.home .oshi-home-hero-copy > p:not(.oshi-section__kicker) {
    grid-column: 1;
  }

  body.home .oshi-home-primary-actions {
    grid-column: 2;
    grid-row: 1 / span 2;
  }
}

@media (max-width: 680px) {
  body.home .oshi-home-cockpit {
    gap: 10px;
    margin-top: 8px;
  }

  body.home .oshi-home-hero-copy {
    padding: 12px;
  }

  body.home .oshi-home-hero-copy h1 {
    max-width: none;
    font-size: clamp(20px, 5.6vw, 23px);
  }

  body.home .oshi-home-hero-copy > p:not(.oshi-section__kicker) {
    display: none;
  }

  body.home .oshi-home-primary-actions {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  body.home .oshi-home-action,
  body.home .oshi-home-action--feature {
    grid-column: auto;
    min-height: 0;
    padding: 9px 10px;
  }
}

/* ===== 2026-06-15 home liveliness enhancement (v0.5.71) ===== */
.oshi-memo-card {
  position: relative;
  border-top: 3px solid var(--card-accent, #18b8ad);
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}
.oshi-memo-card:nth-child(5n+1) { --card-accent:#18b8ad; --card-accent-soft:#e6fbf7; --card-accent-ink:#0a7d76; }
.oshi-memo-card:nth-child(5n+2) { --card-accent:#f36f5d; --card-accent-soft:#fff0ed; --card-accent-ink:#c63f2d; }
.oshi-memo-card:nth-child(5n+3) { --card-accent:#eab308; --card-accent-soft:#fff6da; --card-accent-ink:#8a6a08; }
.oshi-memo-card:nth-child(5n+4) { --card-accent:#31b66b; --card-accent-soft:#e7fbef; --card-accent-ink:#1b8047; }
.oshi-memo-card:nth-child(5n+5) { --card-accent:#3b82f6; --card-accent-soft:#eaf2ff; --card-accent-ink:#1d5fd0; }
.oshi-memo-card span { color: var(--card-accent-ink); background: var(--card-accent-soft); }
.oshi-memo-card:hover {
  transform: translateY(-4px);
  border-color: var(--card-accent);
  box-shadow: 0 22px 42px rgba(43, 59, 83, 0.17);
}

.oshi-daily-check__card {
  border-top: 3px solid var(--dc-accent, #18b8ad);
  transition: transform .16s ease, box-shadow .16s ease;
}
.oshi-daily-check__card:nth-child(3n+1) { --dc-accent:#18b8ad; }
.oshi-daily-check__card:nth-child(3n+2) { --dc-accent:#f36f5d; }
.oshi-daily-check__card:nth-child(3n+3) { --dc-accent:#eab308; }
.oshi-daily-check__card > span { color:#ffffff; background: var(--dc-accent); }
.oshi-daily-check__card:hover { transform: translateY(-3px); box-shadow: 0 18px 34px rgba(43,59,83,0.14); }

.oshi-section__kicker {
  display: inline-block;
  padding: 4px 11px;
  border-radius: 999px;
  color: #0a7d76;
  background: #e6fbf7;
  font-weight: 800;
}

.oshi-popular-shortcut {
  border-top: 3px solid #f36f5d;
  transition: transform .16s ease, box-shadow .16s ease;
}
.oshi-popular-shortcut:hover { transform: translateY(-3px); box-shadow: 0 18px 34px rgba(43,59,83,0.14); }

/* ===== 2026-06-15 hero personality badge (v0.5.73) ===== */
.oshi-home-hero-copy h1 .oshi-hero-mood {
  display: inline-block;
  margin: 0 8px 4px 0;
  padding: 3px 10px;
  border-radius: 999px;
  background: #fff0ed;
  color: #c63f2d;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .02em;
  vertical-align: middle;
}
