:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--color-ink:#17241f;--color-muted:#52615b;--color-forest:#153f35;--color-forest-light:#dceae1;--color-paper:#f6f1e7;--color-surface:#fffdf8;--color-peach:#f0c79b;--color-peach-soft:#fae8d2;--color-line:#d9ddd5;--color-error:#9e342b;--radius-small:.75rem;--radius-medium:1.25rem;--radius-large:2rem;--page-width:72rem;font-synthesis:none;text-rendering:optimizelegibility;font-family:Inter,Hiragino Sans,Yu Gothic UI,Yu Gothic,Meiryo,system-ui,sans-serif}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--color-ink:#e7e9e8;--color-muted:#a7aaa9;--color-forest:#a9b8b4;--color-forest-light:#2c302f;--color-paper:#181918;--color-surface:#1f211f;--color-peach:#d7b17c;--color-peach-soft:#302b24;--color-line:#3a3e3c;--color-error:#eea29a}*,:before,:after{box-sizing:border-box}html{background:var(--color-paper);scroll-behavior:smooth}body{min-width:20rem;color:var(--color-ink);background:radial-gradient(circle at 95% 2%, #dceae1cc 0 13rem, transparent 13.1rem), var(--color-paper);margin:0;font-size:1rem;line-height:1.75}:root[data-theme=dark] body{background:var(--color-paper)}a{color:inherit;text-underline-offset:.2em;text-decoration-thickness:.08em}a:hover{-webkit-text-decoration-color:var(--color-peach);text-decoration-color:var(--color-peach)}button,textarea,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}:focus-visible{outline-offset:3px;outline:3px solid #d2772b}.page-width{width:min(calc(100% - 2rem), var(--page-width));margin-inline:auto}.skip-link{z-index:100;color:#fff;background:var(--color-forest);border-radius:.5rem;padding:.65rem 1rem;position:fixed;top:.75rem;left:.75rem;transform:translateY(-180%)}.skip-link:focus{transform:translateY(0)}.site-header{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#f6f1e7e0;border-bottom:1px solid #153f351f}.site-header__inner{justify-content:space-between;align-items:center;gap:1rem;min-height:2.9375rem;display:flex}.brand{color:var(--color-forest);letter-spacing:-.04em;align-items:center;gap:.65rem;font-size:1.35rem;font-weight:780;text-decoration:none;display:inline-flex}.site-header .brand{letter-spacing:-.02em;gap:0;min-height:2.5rem;font-size:.88rem;font-weight:700}.site-header nav{align-items:center;display:flex}.site-header__actions{align-items:center;gap:.35rem;display:flex}.theme-toggle{background:var(--color-surface);border:1px solid var(--color-line);cursor:pointer;border-radius:999px;flex:none;align-items:center;width:3.7rem;height:2rem;padding:.2rem;display:inline-flex;position:relative}.theme-toggle:hover{border-color:var(--color-muted)}.theme-toggle__thumb{z-index:1;background:var(--color-forest-light);border-radius:50%;width:1.45rem;height:1.45rem;transition:transform .16s;display:block;position:relative;transform:translate(0)}.theme-toggle__icon{z-index:2;width:.85rem;height:.85rem;color:var(--color-muted);pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.theme-toggle__icon svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;width:100%;height:100%;display:block}.theme-toggle__icon--sun{color:var(--color-forest);left:.52rem}.theme-toggle__icon--moon{right:.52rem}:root[data-theme=dark] .theme-toggle{background:#292c2a}:root[data-theme=dark] .theme-toggle__thumb{background:var(--color-forest);transform:translate(1.65rem)}:root[data-theme=dark] .theme-toggle__icon--sun{color:var(--color-muted)}:root[data-theme=dark] .theme-toggle__icon--moon{color:#202422}:root[data-theme=dark] .site-header{border-color:var(--color-line);background:#181918f0}:root[data-theme=dark] .button--primary{color:#191d1b;background:var(--color-forest);box-shadow:none}:root[data-theme=dark] .button--primary:hover{background:#bfcbc8}:root[data-theme=dark] .button:disabled{color:#78817b;background:#292c2a}:root[data-theme=dark] .site-footer{color:#e7e9e8c2;background:#121312}.nav-link{min-height:2.5rem;color:var(--color-muted);border-bottom:2px solid #0000;align-items:center;padding:.3rem .45rem;font-size:.82rem;font-weight:600;text-decoration:none;display:inline-flex}.nav-link:hover,.nav-link.is-current{color:var(--color-forest);border-bottom-color:var(--color-forest)}main{min-height:65vh}.hero{padding-block:clamp(4.5rem,10vw,8.5rem) clamp(4rem,8vw,7rem)}.hero__inner{max-width:52rem}.eyebrow,.section-kicker{color:var(--color-forest);letter-spacing:.14em;text-transform:uppercase;margin:0 0 .5rem;font-size:.78rem;font-weight:800}.hero h1{letter-spacing:-.075em;max-width:11ch;margin:0;font-size:clamp(3.25rem,9vw,7.2rem);line-height:.98}.hero h1 span{color:var(--color-forest);text-decoration:underline;-webkit-text-decoration-color:var(--color-peach);text-decoration-color:var(--color-peach);text-underline-offset:.1em;text-decoration-thickness:.18em}.hero__description{max-width:38rem;color:var(--color-muted);margin:2rem 0 0;font-size:clamp(1.05rem,2vw,1.3rem)}.hero__actions{flex-wrap:wrap;gap:.75rem;margin-top:2rem;display:flex}.button{cursor:pointer;border:1px solid #0000;border-radius:.8rem;justify-content:center;align-items:center;gap:.5rem;min-height:2.9rem;padding:.7rem 1.1rem;font-weight:750;text-decoration:none;display:inline-flex}.button--primary{color:#fff;background:var(--color-forest)}.button--primary:hover{background:#0e3028}.button--secondary{color:var(--color-forest);background:var(--color-surface);border-color:var(--color-line)}.button:disabled{color:#87918d;box-shadow:none;cursor:not-allowed;background:#e8ebe7;border-color:#0000}.section{padding-block:clamp(3.5rem,7vw,6rem)}.section--surface{background:var(--color-surface);border-block:1px solid #153f3517}.section-heading{justify-content:space-between;align-items:end;gap:2rem;margin-bottom:1.5rem;display:flex}.section-heading h2,.content-page h1{letter-spacing:-.055em;margin:0;font-size:clamp(2rem,5vw,3.7rem);line-height:1.15}.text-link{color:var(--color-forest);font-weight:700}.tool-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,18rem),1fr));gap:1rem;display:grid}.promise-grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.promise{border-top:2px solid var(--color-forest);padding:1.4rem 0}.promise__number{color:#b2622a;font-family:Georgia,serif;font-size:1.2rem;font-style:italic}.promise h3{margin:.65rem 0 .35rem;font-size:1.1rem}.promise p{color:var(--color-muted);margin:0;font-size:.9rem}.breadcrumbs{color:var(--color-muted);padding-top:.55rem;font-size:.82rem}.breadcrumbs ol{flex-wrap:wrap;gap:.45rem;margin:0;padding:0;list-style:none;display:flex}.breadcrumbs li{gap:.45rem;display:flex}.breadcrumbs__separator{color:#9aa49f}.content-page{max-width:48rem;padding-block:clamp(3rem,8vw,6rem)}.content-page h1{margin-bottom:2rem}.content-page h2{margin:2.7rem 0 .6rem;font-size:1.35rem}.content-page p,.content-page li{color:var(--color-muted)}.empty-note{background:var(--color-peach-soft);border-radius:var(--radius-small);padding:1rem 1.2rem}.site-footer{color:#ffffffc2;background:var(--color-forest);padding-top:4rem}.site-footer__inner{grid-template-columns:1fr 1fr;gap:3rem;padding-bottom:3rem;display:grid}.brand--footer{color:#fff}.site-footer__message{margin:.8rem 0 0;font-size:.9rem}.footer-links{flex-wrap:wrap;place-content:start flex-end;gap:.7rem 1.2rem;font-size:.82rem;display:flex}.copyright{text-align:center;border-top:1px solid #ffffff1f;margin:0;padding:1.2rem;font-size:.75rem}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}body.design-variant--focus-editor{--color-ink:#171717;--color-muted:#666;--color-forest:#1b52d1;--color-forest-light:#eef3ff;--color-paper:#f6f6f4;--color-surface:#fff;--color-peach:#1b52d1;--color-peach-soft:#f0f0ed;--color-line:#d7d7d2;--radius-small:.15rem;--radius-medium:.2rem;--radius-large:.2rem;color:var(--color-ink);background:var(--color-paper);font-synthesis:none;line-break:strict;font-family:BIZ UDPGothic,Noto Sans JP,Hiragino Kaku Gothic ProN,Yu Gothic,Meiryo,sans-serif}body.design-variant--focus-editor .site-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f6f6f4f0;border-color:#d7d7d2}body.design-variant--focus-editor .site-footer{background:#171717}body.design-variant--focus-editor .breadcrumbs{padding-top:.35rem;font-size:.68rem}body.design-variant--focus-editor .button--primary{box-shadow:none}:root[data-theme=dark] body.design-variant--focus-editor{--color-ink:#e7e9e8;--color-muted:#a5a9a7;--color-forest:#a8b7b3;--color-forest-light:#2d3130;--color-paper:#181918;--color-surface:#1e201f;--color-peach:#a8b7b3;--color-peach-soft:#272927;--color-line:#3a3e3c;color:var(--color-ink);background:var(--color-paper)}:root[data-theme=dark] body.design-variant--focus-editor .site-header{border-color:var(--color-line);background:#181918f0}:root[data-theme=dark] body.design-variant--focus-editor .site-footer{background:#121312}@media (max-width:50rem){.site-footer__inner,.promise-grid{grid-template-columns:1fr}.footer-links{justify-content:flex-start}}@media (max-width:38rem){.site-header__inner{min-height:2.9375rem}.nav-link{padding-inline:.4rem}.hero__actions{flex-direction:column;align-items:stretch}.section-heading{flex-direction:column;align-items:flex-start}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important}}
