@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&family=IBM+Plex+Mono:wght@400;500&display=swap");:root{--ink:#1d3238;--muted:#5c7278;--base:#eef2f0;--panel:#ffffff;--line:#d6e0dc;--primary:#0e6e5c;--primary-dk:#0a5648;--amber-bg:#fdf3e0;--amber-tx:#8a5a12;--ok:#0e6e5c;--ng:#b3372f;--stamp:#b3372f;--background:var(--base);--foreground:var(--ink)}html{height:100%}body,html{max-width:100vw;overflow-x:hidden}body{min-height:100%;display:flex;flex-direction:column;color:var(--foreground);background:var(--background);font-family:Zen Kaku Gothic New,Hiragino Kaku Gothic ProN,sans-serif;font-size:14px;line-height:1.7;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}@media (prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}