:root{--bg:#ffffff;--surface:#f6f7f9;--border:#d8dce3;--text:#14181f;--text-muted:#4d5665;--accent:#0b5fb0;--accent-visited:#6b3fa0;--accent-soft:#e7f0fa;--focus:#b3261e;--caution-bg:#fff8e8;--caution-border:#d99a2b;--warn-bg:#fff5e0;--warn-border:#e0b060;--live-bg:#e6f6ec;--live-border:#2f8f52;--radius:10px;--measure:42rem}@media (prefers-color-scheme:dark){:root{--bg:#12151a;--surface:#1b1f27;--border:#333a46;--text:#eef1f5;--text-muted:#a8b2c1;--accent:#6fb3f5;--accent-visited:#c3a2e8;--accent-soft:#17324d;--focus:#ff9b93;--caution-bg:#3a3016;--caution-border:#a8802f;--warn-bg:#372c15;--warn-border:#8a6a2f;--live-bg:#13301f;--live-border:#3f9c63}}*{box-sizing:border-box}html{font-size:112.5%}body{margin:0;background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,Hiragino Sans,Noto Sans JP,Yu Gothic UI,sans-serif;line-height:1.85;-webkit-text-size-adjust:100%}.wrap{max-width:var(--measure);margin:0 auto;padding:1.5rem 1.15rem 4rem}a{color:var(--accent);text-underline-offset:.2em;padding:.15em 0}a:visited{color:var(--accent-visited)}a:focus-visible,button:focus-visible{outline:3px solid var(--focus);outline-offset:2px;border-radius:2px}h1{font-size:1.65rem;line-height:1.45;margin:0 0 .6rem}h2{font-size:1.25rem;line-height:1.5;margin:2.4rem 0 .8rem;padding-bottom:.35rem;border-bottom:2px solid var(--border)}h3{font-size:1.08rem;margin:1.6rem 0 .5rem}p{margin:0 0 1rem}.lede{background:var(--accent-soft);border-left:5px solid var(--accent);border-radius:0 var(--radius) var(--radius) 0;padding:1rem 1.1rem;margin:0 0 1.75rem;font-size:1.05rem}.lede p:last-child{margin-bottom:0}.hero{width:100%;height:auto;border-radius:var(--radius)}.figure,.hero{margin:0 0 1.5rem}.figure .hero{margin-bottom:.4rem}.figure figcaption{line-height:1.6}.product-photo{display:block;max-width:min(100%,280px);height:auto;margin:0 auto .4rem}.site-header{border-bottom:1px solid var(--border);background:var(--surface)}.site-header__inner{max-width:var(--measure);margin:0 auto;padding:.9rem 1.15rem;display:flex;flex-wrap:wrap;gap:.5rem 1.1rem;align-items:baseline}.site-header__title{font-weight:700;font-size:1.05rem;text-decoration:none;color:var(--text)}.site-nav{display:flex;flex-wrap:wrap;gap:.25rem 1rem;font-size:.95rem}.site-nav a{display:inline-block;padding:.45rem 0}.site-footer{border-top:1px solid var(--border);background:var(--surface);color:var(--text-muted);font-size:.86rem}.site-footer__inner{max-width:var(--measure);margin:0 auto;padding:1.5rem 1.15rem 2.5rem}.banner{border-radius:var(--radius);padding:.85rem 1rem;margin:0 0 1.5rem;font-size:.94rem}.banner--sample{background:var(--warn-bg);border:1px solid var(--warn-border)}.banner--live{background:var(--live-bg);border:1px solid var(--live-border)}.price{margin:.75rem 0 0}.price__amount{margin:0;font-size:1.2rem;font-weight:700}.price__savings{margin-left:.6rem;font-size:.86rem;font-weight:700;color:#b3261e}@media (prefers-color-scheme:dark){.price__savings{color:#ff9b93}}.price__availability,.price__meta{margin:.35rem 0 0;font-size:.78rem;line-height:1.6;color:var(--text-muted)}.price__disclaimer{display:block}.price--unavailable{margin:.75rem 0 0;font-weight:700}.card{border:1px solid var(--border);border-radius:var(--radius);padding:1.1rem;margin:0 0 1rem;background:var(--surface)}.card__title{margin:0 0 .4rem;font-size:1.08rem}.card__title a{text-decoration:none}.card__summary{margin:0 0 .6rem}.tags{list-style:none;display:flex;flex-wrap:wrap;gap:.4rem;padding:0;margin:.6rem 0 0}.tags li{font-size:.8rem;background:var(--accent-soft);color:var(--text);border-radius:999px;padding:.15rem .7rem}.table-scroll{overflow-x:auto;margin:0 0 1.25rem}table{border-collapse:collapse;width:100%;font-size:.92rem}td,th{border:1px solid var(--border);padding:.5rem .7rem;text-align:left;white-space:nowrap}th{background:var(--surface)}.is-estimated{color:var(--text-muted)}.list-plain{padding-left:1.25rem;margin:0 0 1rem}.meta{color:var(--text-muted);font-size:.9rem}.caution{background:var(--caution-bg);border-left:5px solid var(--caution-border);border-radius:0 var(--radius) var(--radius) 0;padding:.9rem 1.1rem;margin:0 0 1.25rem}.caution p{margin:0}.caution__label{display:block;font-size:.9rem;font-weight:700;margin-bottom:.2rem}.disclosure{border:1px solid var(--border);border-radius:var(--radius);padding:.8rem 1rem;font-size:.86rem;color:var(--text-muted);margin:2.5rem 0 0}