.seo-main { width: min(1120px, calc(100% - 40px)); margin: 0 auto; padding: 28px 0 72px; }
.seo-breadcrumb { display: flex; flex-wrap: wrap; gap: 0.55rem; margin-bottom: 24px; color: var(--muted); font-size: 0.9rem; }
.seo-site-title { margin: 0; color: var(--fg-strong); font-family: var(--serif); font-size: clamp(1.35rem, 4vw, 2rem); line-height: 1.2; }
.seo-site-title a { color: inherit; text-decoration: none; }
.seo-record, .seo-index-head, .seo-index-group { border: 1px solid var(--line); background: var(--bg-panel); box-shadow: 0 18px 50px var(--shadow); }
.seo-record { padding: clamp(20px, 4vw, 42px); }
.seo-record h1, .seo-index-head h1 { margin: 0; color: var(--fg-strong); font-family: var(--serif); font-size: clamp(2rem, 7vw, 4rem); line-height: 1.12; }
.seo-record h2, .seo-index-group h2 { margin: 0 0 1rem; color: var(--accent-strong); font-family: var(--serif); }
.seo-record h2 span { color: var(--muted); font: 500 0.85rem var(--mono); }
.seo-record > section { margin-top: 38px; }
.seo-item-head { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 22px; }
.seo-item-icon { width: 128px; height: 128px; object-fit: contain; background: var(--bg-sunk); border: 1px solid var(--line); }
.seo-name-en, .seo-muted, .seo-empty { color: var(--muted); }
.seo-lead { max-width: 74ch; font-size: 1.05rem; }
.seo-facts { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 1px; margin: 30px 0 0; border: 1px solid var(--line); background: var(--line); }
.seo-facts > div { padding: 14px; background: var(--bg-raised); }
.seo-facts dt { color: var(--muted); font-size: 0.78rem; }
.seo-facts dd { margin: 5px 0 0; overflow-wrap: anywhere; color: var(--fg-strong); font-weight: 600; }
.seo-actions { margin-top: 28px; }
.seo-actions .button { display: inline-block; padding: 0.75rem 1rem; background: var(--accent); color: var(--on-accent); font-weight: 700; text-decoration: none; }
.seo-recipe-list { display: grid; gap: 14px; }
.seo-recipe { border: 1px solid var(--line); background: var(--bg-raised); }
.seo-recipe > header { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 16px; border-bottom: 1px solid var(--line); }
.seo-recipe h3, .seo-recipe h4 { margin: 0; color: var(--fg-strong); }
.seo-recipe > div { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); }
.seo-recipe section { padding: 14px 16px; background: var(--bg-sunk); }
.seo-recipe ul { margin: 10px 0 0; padding: 0; list-style: none; }
.seo-recipe li { display: flex; justify-content: space-between; gap: 12px; padding: 5px 0; border-bottom: 1px solid var(--line); }
.seo-recipe li span, .seo-recipe-meta { color: var(--muted); font-family: var(--mono); font-size: 0.84rem; }
.seo-recipe-meta { margin: 0; padding: 8px 16px; }
.seo-badge { padding: 0.15rem 0.5rem; background: var(--accent-soft); color: var(--accent-strong); font-size: 0.78rem; }
.seo-index-head, .seo-index-group { padding: clamp(20px, 4vw, 36px); }
.seo-index-head { margin-bottom: 28px; }
.seo-index-group { margin-top: 22px; }
.seo-index-group ul { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1px; margin: 0; padding: 1px; list-style: none; background: var(--line); }
.seo-index-group li { background: var(--bg-raised); }
.seo-index-group li a { display: grid; height: 100%; padding: 12px; color: var(--fg); text-decoration: none; }
.seo-index-group li a:hover { background: var(--cyan-soft); }
.seo-index-group li span { color: var(--muted); font-size: 0.82rem; }
@media (max-width: 680px) { .seo-main { width: min(100% - 24px, 1120px); } .seo-record { padding: 18px; } .seo-item-head { grid-template-columns: 1fr; } .seo-item-icon { width: 96px; height: 96px; } .seo-recipe > div { grid-template-columns: 1fr; } }
