/*
Theme Name: Rootpublish Pilot
Version: 0.2.1
Description: Rootpublishの製品LPと公開済みの運用ノート。
Author: 株式会社なんだろな
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rootpublish-pilot
Requires at least: 6.6
Requires PHP: 8.1
*/
/* Generated by scripts/build-pilot-style.py. Edit public-tokens.json or theme.css. */
:root {
  --ink: #282620;
  --muted: #625e55;
  --paper: #f7f4ed;
  --surface: #fffdf8;
  --line: #c9c1b4;
  --green: #8a3b2e;
  --green-hover: #69291f;
  --soft: #eee8dc;
  --tint: #f0ece3;
  --accent: #e4dcc7;
  --warning: #714500;
  --warning-soft: #fff4d2;
  --control-border: #867e72;
  --focus: #ffd43d;
  --focus-ink: #000000;
  --link: #8a3b2e;
  --font-body: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
  --font-brand: "Avenir Next", "Century Gothic", sans-serif;
  --small: 14px;
  --body: 16px;
  --heading: 32px;
  --display: 64px;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --max-width: 1248px;
  --gutter: 48px;
  --section-space: 104px;
  --motion: 150ms;
}
@media (max-width: 1100px) {
  :root {
    --small: 14px;
    --body: 16px;
    --heading: 30px;
    --display: 48px;
  }
}
@media (max-width: 720px) {
  :root {
    --small: 14px;
    --body: 16px;
    --heading: 26px;
    --display: 36px;
    --gutter: 24px;
    --section-space: 64px;
  }
}
/* Public components. Values come from design-systems/rootpublish/public-tokens.json. */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 112px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--font-body); font-size: var(--body); line-height: 1.85; -webkit-font-smoothing: antialiased; }
body.admin-bar .rp-header { top: 32px; }
::selection { color: var(--ink); background: var(--accent); }
a { color: inherit; text-underline-offset: .25em; text-decoration-thickness: 1px; }
a, summary { -webkit-tap-highlight-color: transparent; }
a:focus-visible, summary:focus-visible { outline: 3px solid var(--green); outline-offset: 5px; border-radius: var(--radius-sm); }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { font-weight: 600; text-wrap: balance; }
h1 { font-size: var(--display); line-height: 1.3; letter-spacing: -.06em; }
h2 { font-size: var(--heading); line-height: 1.6; letter-spacing: -.045em; }
h3 { font-size: var(--body); line-height: 1.65; letter-spacing: -.02em; }
p { text-wrap: pretty; }
ul, ol { margin: 0; padding: 0; }
.rp-wrap { width: min(var(--max-width), calc(100% - var(--gutter) * 2)); margin-inline: auto; }
.rp-skip { position: fixed; top: 12px; left: 20px; z-index: 99; transform: translateY(-160%); padding: 12px 20px; background: var(--surface); }
.rp-skip:focus { transform: translateY(0); }
.rp-header { position: sticky; top: 0; z-index: 10; display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 88px; padding: 12px max(var(--gutter), calc((100% - var(--max-width)) / 2)); border-bottom: 1px solid var(--line); background: var(--paper); }
.rp-brand, .rp-wordmark { font-family: var(--font-brand); letter-spacing: -.06em; font-weight: 600; text-decoration: none; white-space: nowrap; }
.rp-brand { display: inline-flex; align-items: center; min-height: 44px; font-size: var(--heading); line-height: 1; }
.rp-header nav { display: flex; align-items: center; gap: 28px; font-size: var(--small); }
.rp-header nav > a:not(.rp-button), .rp-footer nav a { display: inline-flex; align-items: center; min-height: 44px; text-decoration: none; }
.rp-header nav > a:not(.rp-button):hover, .rp-footer nav a:hover { text-decoration: underline; }
.rp-button { display: inline-flex; align-items: center; justify-content: center; gap: 28px; min-height: 52px; padding: 12px 24px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--surface); font-size: var(--body); font-weight: 500; line-height: 1.5; text-decoration: none; transition: background-color var(--motion), border-color var(--motion), transform var(--motion); }
.rp-button:hover { background: var(--soft); border-color: var(--green); transform: translateY(-1px); }
.rp-primary, .rp-header .rp-button { color: var(--surface); background: var(--green); border-color: transparent; }
.rp-primary:hover, .rp-header .rp-button:hover { background: var(--green-hover); border-color: transparent; }
.rp-header .rp-button { min-height: 44px; font-size: var(--small); padding-inline: 20px; gap: 20px; }
.rp-text-link { display: inline-flex; align-items: center; gap: 20px; min-height: 48px; font-size: var(--body); text-decoration: none; }
.rp-text-link:hover { text-decoration: underline; }
.rp-eyebrow { font-size: var(--small); line-height: 1.7; letter-spacing: .04em; }
.rp-caption { color: var(--muted); font-size: var(--small); line-height: 1.85; }
.rp-dot { display: inline-block; flex: 0 0 6px; width: 6px; height: 6px; border-radius: 50%; background: var(--green); }
.rp-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 32px; }
.rp-hero { padding-top: 76px; }
.rp-hero-copy { max-width: 960px; margin: 0 auto; text-align: center; }
.rp-hero .rp-eyebrow { display: inline-flex; align-items: center; gap: 10px; padding: 6px 16px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--surface); }
.rp-hero h1 { margin: 24px 0; }
.rp-hero h1 span { display: block; }
.rp-lead { color: var(--muted); line-height: 2; }
.rp-hero .rp-actions { justify-content: center; margin-top: 28px; }
.rp-hero .rp-primary { min-height: 56px; padding-inline: 28px; }
.rp-hero .rp-caption { margin-top: 12px; }
.rp-hero-traits { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px 28px; list-style: none; margin-top: 32px; font-size: var(--small); }
.rp-hero-traits li { display: flex; align-items: center; gap: 8px; }
.rp-hero-traits li::before { content: ""; width: 5px; height: 5px; background: var(--green); border-radius: 50%; }
.rp-preview { margin: 36px 0 0; overflow: hidden; border-radius: var(--radius-lg); background: var(--surface); box-shadow: 0 20px 64px rgb(21 45 37 / .09); }
.rp-preview > figcaption { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 18px 28px; border-bottom: 1px solid var(--line); font-size: var(--small); }
.rp-preview .rp-wordmark { font-size: var(--body); }
.rp-workspace { display: grid; grid-template-columns: 220px minmax(0, 1fr) 270px; min-height: 386px; }
.rp-workspace-nav { padding: 28px 20px; border-right: 1px solid var(--line); background: var(--tint); }
.rp-workspace-title { margin: 0 8px 24px; font-size: var(--small); color: var(--muted); }
.rp-workspace-nav ul { list-style: none; font-size: var(--small); }
.rp-workspace-nav li { padding: 10px 12px; margin-bottom: 6px; }
.rp-workspace-nav li:first-child { background: var(--soft); border-radius: var(--radius-sm); }
.rp-workspace-note { margin: 64px 8px 0; padding-top: 16px; border-top: 1px solid var(--line); font-size: var(--small); color: var(--muted); }
.rp-workspace-article { min-width: 0; padding: 32px; }
.rp-preview-label { font-size: var(--small); color: var(--muted); }
.rp-workspace-article h2 { margin: 18px 0 16px; font-size: var(--heading); line-height: 1.6; }
.rp-workspace-article > p:not(.rp-preview-label) { font-size: var(--body); }
mark { color: inherit; background: var(--soft); padding-block: 2px; }
.rp-article-rule { height: 1px; background: var(--line); margin: 24px 0 16px; }
.rp-article-foot { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; font-size: var(--small); color: var(--muted); }
.rp-workspace-source { padding: 28px 24px; border-left: 1px solid var(--line); background: var(--tint); }
.rp-workspace-source h3 { margin: 20px 0 10px; }
.rp-workspace-source > p:not(.rp-preview-label) { font-size: var(--small); }
.rp-source-meta { display: flex; flex-wrap: wrap; gap: 8px 16px; margin-top: 20px; color: var(--muted); font-size: var(--small); }
.rp-status { display: inline-flex; align-items: center; gap: 7px; font-size: var(--small); padding: 3px 10px; border-radius: var(--radius-sm); background: var(--soft); color: var(--green); font-weight: 400; }
.rp-status::before { content: ""; width: 5px; height: 5px; flex-shrink: 0; border-radius: 50%; background: currentColor; }
.rp-workspace-source .rp-status { margin-top: 18px; }
.rp-preview-foot { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 14px 28px; border-top: 1px solid var(--line); font-size: var(--small); }
.rp-preview-foot p { display: flex; align-items: center; gap: 10px; }
.rp-preview-foot a { display: inline-flex; align-items: center; min-height: 44px; white-space: nowrap; text-decoration: none; }
.rp-preview-foot a:hover { text-decoration: underline; }
.rp-promise { display: grid; grid-template-columns: 1fr 1.55fr; gap: 64px; padding-block: var(--section-space); border-bottom: 1px solid var(--line); }
.rp-promise > p { font-size: var(--small); padding-top: 9px; }
.rp-promise h2 { margin-bottom: 20px; }
.rp-promise > div > p { color: var(--muted); }
.rp-section { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.55fr); gap: 64px; padding-block: var(--section-space); border-bottom: 1px solid var(--line); }
.rp-section-head { align-self: start; }
.rp-section-head h2 { margin: 16px 0 20px; }
.rp-section-head > p:not(.rp-eyebrow) { max-width: 34em; color: var(--muted); }
.rp-section-head .rp-text-link { margin-top: 20px; }
.rp-flow { list-style: none; }
.rp-flow > li { display: grid; grid-template-columns: 48px 1fr; gap: 20px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.rp-flow > li:first-child { padding-top: 0; }
.rp-flow > li:last-child { padding-bottom: 0; border-bottom: 0; }
.rp-flow > li > span { font-size: var(--heading); font-weight: 400; letter-spacing: -.05em; line-height: 1.4; }
.rp-flow h3 { margin-bottom: 10px; }
.rp-flow p { color: var(--muted); }
.rp-flow .rp-inline-note { display: inline-block; padding: 4px 10px; margin-top: 14px; font-size: var(--small); color: var(--ink); background: var(--soft); border-radius: var(--radius-sm); }
.rp-comparison { margin-block: var(--section-space); padding: 48px; border-radius: var(--radius-lg); background: var(--tint); }
.rp-comparison-head { display: grid; grid-template-columns: 1.15fr 1fr; align-items: end; gap: 64px; margin-bottom: 36px; }
.rp-comparison-head h2 { margin-top: 14px; }
.rp-comparison-head > p { color: var(--muted); }
.rp-compare-table { width: 100%; border-collapse: separate; border-spacing: 0; table-layout: fixed; font-size: var(--small); background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-md); }
.rp-compare-table caption { text-align: left; color: var(--muted); padding: 0 0 16px; }
.rp-compare-table th, .rp-compare-table td { padding: 24px; vertical-align: top; text-align: left; border-bottom: 1px solid var(--line); font-weight: 400; }
.rp-compare-table thead th { padding-block: 14px; background: var(--paper); color: var(--muted); }
.rp-compare-table thead th:first-child { width: 21%; border-top-left-radius: var(--radius-md); }
.rp-compare-table thead th:last-child { border-top-right-radius: var(--radius-md); }
.rp-compare-table tbody th { font-size: var(--body); font-weight: 600; }
.rp-compare-table tbody tr:last-child > * { border-bottom: 0; }
.rp-compare-table .rp-our-row > * { background: var(--soft); }
.rp-compare-table tbody tr:last-child th { border-bottom-left-radius: var(--radius-md); }
.rp-compare-table tbody tr:last-child td:last-child { border-bottom-right-radius: var(--radius-md); }
.rp-table-status { display: block; margin-top: 8px; font-size: var(--small); font-weight: 400; }
.rp-source-link { display: flex; align-items: center; width: fit-content; min-height: 44px; font-size: var(--small); }
.rp-source-links { display: flex; flex-wrap: wrap; gap: 0 16px; }
.rp-comparison > .rp-caption { margin-top: 20px; }
.rp-fit { display: grid; grid-template-columns: 1fr 2fr; gap: 36px; margin-top: 36px; padding-top: 28px; border-top: 1px solid var(--line); }
.rp-fit > span { font-size: var(--small); padding-top: 4px; }
.rp-fit strong { font-weight: 600; }
#improve { padding-top: 0; }
.rp-observation { padding: 32px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--surface); }
.rp-observation > ol { list-style: none; }
.rp-observation > ol > li { display: grid; grid-template-columns: 72px 1fr; gap: 16px; align-items: baseline; padding: 16px 0; }
.rp-observation > ol > li > span { font-size: var(--body); }
.rp-observation > ol > li > p { color: var(--muted); }
.rp-observation > ol > .rp-observe-wait { background: var(--soft); margin: 8px -16px; padding: 20px 16px; border-radius: var(--radius-md); }
.rp-week { display: flex; gap: 8px; margin-top: 14px; }
.rp-week > span { display: inline-flex; justify-content: center; flex: 1; padding-block: 5px; border-radius: var(--radius-sm); background: var(--surface); color: var(--muted); font-size: var(--small); }
.rp-observe-wait > div > p { font-size: var(--body); }
.rp-observation > .rp-caption { padding-top: 20px; margin-top: 12px; border-top: 1px solid var(--line); }
.rp-start { padding-block: var(--section-space); border-bottom: 1px solid var(--line); }
.rp-plans { display: grid; grid-template-columns: 1.4fr 1fr; border-radius: var(--radius-lg); overflow: hidden; background: var(--soft); }
.rp-free-plan { padding: 40px; }
.rp-plan-head { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px; }
.rp-price { font-size: var(--display); line-height: 1.2; letter-spacing: -.06em; }
.rp-price small { font-size: var(--small); letter-spacing: 0; white-space: nowrap; }
.rp-free-plan ul { list-style: none; margin: 28px 0; }
.rp-free-plan li { padding: 8px 0 8px 20px; position: relative; }
.rp-free-plan li::before { position: absolute; top: 20px; left: 0; width: 5px; height: 5px; content: ""; border-radius: 50%; background: var(--ink); }
.rp-free-plan .rp-button { width: 100%; justify-content: space-between; }
.rp-free-plan .rp-caption { margin-top: 16px; }
.rp-automation-plan { padding: 40px; border-left: 1px solid var(--line); background: var(--tint); }
.rp-automation-plan .rp-status { background: var(--warning-soft); color: var(--warning); }
.rp-automation-plan h3 { margin: 28px 0 16px; }
.rp-automation-plan p { color: var(--muted); margin-bottom: 20px; }
.rp-install { margin-top: 20px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--surface); }
summary { cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; }
.rp-install summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 28px; min-height: 64px; }
.rp-install[open] summary > span { transform: rotate(45deg); }
.rp-install ol { padding: 0 40px 20px 52px; }
.rp-install li { padding: 8px 0 8px 8px; }
.rp-install > p { padding: 0 28px 28px; color: var(--muted); font-size: var(--small); }
.rp-faq { border-top: 1px solid var(--line); }
.rp-faq details { border-bottom: 1px solid var(--line); }
.rp-faq summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 84px; padding: 22px 0; }
.rp-faq summary::after { content: "+"; flex: 0 0 24px; text-align: center; font-size: var(--body); }
.rp-faq details[open] summary::after { content: "−"; }
.rp-faq details[open] summary { padding-bottom: 12px; }
.rp-faq details p { padding: 0 48px 28px 0; color: var(--muted); }
.rp-journal article, .rp-empty { padding: 32px 0; border-top: 1px solid var(--line); }
.rp-journal article time { color: var(--muted); font-size: var(--small); }
.rp-journal h3 { margin: 14px 0 12px; }
.rp-journal article h3 a { display: flex; justify-content: space-between; gap: 20px; min-height: 44px; }
.rp-journal p { color: var(--muted); }
.rp-empty { border: 0; padding: 32px; border-radius: var(--radius-md); background: var(--tint); }
.rp-empty .rp-status { background: var(--surface); color: var(--muted); }
.rp-final { margin-block: var(--section-space); padding: 64px 32px; text-align: center; border-radius: var(--radius-lg); background: var(--accent); }
.rp-final h2 { margin: 18px 0 28px; }
.rp-footer { width: min(var(--max-width), calc(100% - var(--gutter) * 2)); margin: 0 auto; display: flex; align-items: start; justify-content: space-between; flex-wrap: wrap; gap: 32px 48px; padding: 0 0 40px; font-size: var(--small); }
.rp-footer p { color: var(--muted); margin-top: 12px; }
.rp-footer nav { display: flex; gap: 32px; }
.rp-footer > span { color: var(--muted); line-height: 1.8; }
.rp-reading { width: min(760px, calc(100% - var(--gutter) * 2)); margin: 64px auto var(--section-space); overflow-wrap: anywhere; }
.rp-reading h1 { font-size: var(--heading); line-height: 1.65; margin: 20px 0 40px; }
.rp-reading article { margin: 32px 0; }
.rp-content h2 { margin: 48px 0 20px; }
.rp-content h3 { margin: 28px 0 12px; }
.rp-content p { margin: 20px 0; }
.rp-content ul, .rp-content ol { padding-left: 24px; }
.rp-content blockquote { margin: 28px 0; padding: 4px 24px; border-left: 3px solid var(--green); background: var(--tint); }
@media (max-width: 1100px) {
  .rp-header nav { gap: 20px; }
  .rp-hero { padding-top: 64px; }
  .rp-workspace { grid-template-columns: 160px minmax(0, 1fr) 230px; }
  .rp-workspace-nav { padding-inline: 12px; }
  .rp-workspace-article { padding: 28px; }
  .rp-workspace-source { padding-inline: 20px; }
  .rp-promise, .rp-section { gap: 40px; grid-template-columns: 1fr 1.4fr; }
  .rp-comparison { padding: 32px; }
  .rp-comparison-head { gap: 36px; }
  .rp-compare-table th, .rp-compare-table td { padding: 20px; }
  .rp-fit { grid-template-columns: 1fr 2.3fr; gap: 24px; }
  .rp-free-plan, .rp-automation-plan { padding: 32px; }
}
@media (max-width: 900px) {
  .rp-workspace { grid-template-columns: minmax(0, 1fr) 250px; }
  .rp-workspace-nav { display: none; }
  .rp-section, .rp-promise { grid-template-columns: 1fr; gap: 40px; }
  .rp-promise { gap: 20px; }
  .rp-comparison-head { grid-template-columns: 1fr; gap: 24px; }
  .rp-comparison-head > p { max-width: 44em; }
  .rp-section-head > p:not(.rp-eyebrow) { max-width: 42em; }
  .rp-compare-table thead th:first-child { width: 22%; }
  .rp-compare-table th, .rp-compare-table td { padding: 16px; }
  .rp-plans { grid-template-columns: 1.2fr 1fr; }
  .rp-free-plan, .rp-automation-plan { padding: 28px; }
  .rp-plan-head { display: block; }
  .rp-price { display: block; margin-top: 12px; }
}
@media (max-width: 720px) {
  html { scroll-padding-top: 146px; }
  .rp-header { display: block; padding: 10px var(--gutter) 12px; }
  .rp-header .rp-brand { margin-bottom: 4px; }
  .rp-header nav { justify-content: space-between; gap: 12px; }
  .rp-header .rp-button { padding: 10px 12px; gap: 10px; }
  .rp-hero { padding-top: 44px; }
  .rp-hero .rp-eyebrow { padding: 5px 10px; letter-spacing: 0; }
  .rp-hero h1 { margin: 22px -6px 20px; line-height: 1.45; }
  .rp-lead { line-height: 1.9; text-wrap: balance; }
  .rp-lead br { display: none; }
  .rp-hero .rp-actions { gap: 8px; margin-top: 24px; }
  .rp-hero .rp-primary { width: 100%; }
  .rp-hero .rp-text-link { font-size: var(--small); }
  .rp-hero .rp-caption { margin-top: 8px; }
  .rp-hero-traits { gap: 8px 14px; margin-top: 24px; }
  .rp-hero-traits li { gap: 6px; }
  .rp-preview { margin-top: 24px; }
  .rp-preview > figcaption { padding: 16px 20px; gap: 8px; }
  .rp-preview > figcaption > span:last-child { font-size: var(--small); }
  .rp-workspace { grid-template-columns: 1fr; min-height: 0; }
  .rp-workspace-article { padding: 24px 20px; }
  .rp-workspace-article h2 { font-size: var(--body); margin: 14px 0 12px; }
  .rp-workspace-article h2 br { display: none; }
  .rp-workspace-article > p:not(.rp-preview-label) { font-size: var(--small); }
  .rp-article-rule { margin-top: 18px; }
  .rp-workspace-source { padding: 20px; border-left: 0; border-top: 1px solid var(--line); }
  .rp-workspace-source h3 { margin: 10px 0 6px; }
  .rp-workspace-source > p:not(.rp-preview-label) { max-width: 34em; }
  .rp-workspace-source .rp-source-meta { margin-top: 12px; }
  .rp-workspace-source .rp-status { margin-top: 10px; }
  .rp-preview-foot { padding: 12px 20px; display: block; }
  .rp-preview-foot p { align-items: start; gap: 8px; }
  .rp-preview-foot .rp-dot { margin-top: 8px; }
  .rp-preview-foot a { margin-top: 4px; }
  .rp-promise, .rp-section { gap: 32px; }
  .rp-promise { gap: 16px; }
  .rp-promise p br { display: none; }
  .rp-section-head h2 { margin-top: 12px; }
  .rp-flow > li { grid-template-columns: 34px 1fr; gap: 14px; padding-block: 24px; }
  .rp-flow .rp-inline-note { padding-inline: 8px; }
  .rp-comparison { width: 100%; padding: 48px var(--gutter); border-radius: 0; }
  .rp-comparison-head { gap: 20px; margin-bottom: 28px; }
  .rp-compare-table, .rp-compare-table tbody, .rp-compare-table tr, .rp-compare-table td, .rp-compare-table th { display: block; width: 100%; }
  .rp-compare-table { border-radius: var(--radius-md); }
  .rp-compare-table caption { display: block; padding-bottom: 16px; }
  .rp-compare-table thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
  .rp-compare-table { border: 0; background: none; }
  .rp-compare-table tbody { border: 1px solid var(--line); border-radius: var(--radius-md); overflow: hidden; background: var(--surface); }
  .rp-compare-table tr { border-bottom: 1px solid var(--line); padding: 20px; }
  .rp-compare-table tr:last-child { border: 0; }
  .rp-compare-table th, .rp-compare-table td { padding: 0; border: 0; }
  .rp-compare-table tbody th { margin-bottom: 14px; }
  .rp-compare-table td + td { margin-top: 14px; }
  .rp-compare-table td::before { content: attr(data-label); display: block; margin-bottom: 4px; color: var(--muted); }
  .rp-compare-table .rp-our-row { background: var(--soft); }
  .rp-table-status { display: inline-block; margin: 0 0 0 12px; }
  .rp-fit { grid-template-columns: 1fr; gap: 12px; margin-top: 28px; }
  .rp-observation { padding: 24px; }
  .rp-observation > ol > li { grid-template-columns: 52px 1fr; gap: 12px; }
  .rp-observation > ol > .rp-observe-wait { margin-inline: -12px; padding-inline: 12px; }
  .rp-week { gap: 4px; }
  .rp-week > span { padding-block: 3px; }
  .rp-plans { grid-template-columns: 1fr; }
  .rp-free-plan, .rp-automation-plan { padding: 28px 24px; }
  .rp-plan-head { display: flex; }
  .rp-price { margin: 0; }
  .rp-automation-plan { border-left: 0; border-top: 1px solid var(--line); }
  .rp-automation-plan h3 { margin-top: 18px; }
  .rp-free-plan .rp-button { padding-inline: 18px; gap: 12px; }
  .rp-install summary { padding: 20px; }
  .rp-install ol { padding: 0 24px 20px 36px; }
  .rp-install > p { padding: 0 20px 24px; }
  .rp-faq summary { gap: 12px; min-height: 76px; padding-block: 20px; }
  .rp-faq details p { padding-right: 0; }
  .rp-empty { padding: 24px; }
  .rp-final { padding: 44px 24px; }
  .rp-final h2 { margin: 16px 0 24px; }
  .rp-final .rp-button { width: 100%; padding-inline: 16px; gap: 12px; }
  .rp-footer { display: block; padding-bottom: 28px; }
  .rp-footer nav { margin: 24px 0; gap: 24px; flex-wrap: wrap; }
  .rp-footer > span { display: block; padding-top: 24px; border-top: 1px solid var(--line); }
}
@media (max-width: 360px) {
  :root { --display: 32px; --gutter: 20px; }
  .rp-header nav { gap: 8px; }
  .rp-header .rp-button { padding-inline: 8px; gap: 6px; }
  .rp-hero-traits { column-gap: 10px; }
}
@media (max-width: 782px) { body.admin-bar .rp-header { top: 46px; } }
@media (max-width: 600px) { body.admin-bar .rp-header { top: 0; } }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
