body{font-family:noto sans jp,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;font-size:16px}.theme-toggle{background:0 0;border:1px solid var(--border);color:var(--text);padding:4px 8px;border-radius:var(--standard-border-radius);cursor:pointer;font-size:16px;margin-right:1rem}.theme-toggle:hover{background:var(--accent-bg)}@media(prefers-color-scheme:dark){html:not([data-theme]){color-scheme:dark;--bg:#212121;--accent-bg:#2b2b2b;--text:#dcdcdc;--text-light:#ababab;--accent:#ffb300;--accent-hover:#ffe099;--accent-text:var(--bg);--code:#f06292;--preformatted:#ccc;--disabled:#111}}html[data-theme=dark]{color-scheme:dark !important;--bg:#212121 !important;--accent-bg:#2b2b2b !important;--text:#dcdcdc !important;--text-light:#ababab !important;--accent:#ffb300 !important;--accent-hover:#ffe099 !important;--accent-text:var(--bg) !important;--code:#f06292 !important;--preformatted:#ccc !important;--disabled:#111 !important}html[data-theme=light]{color-scheme:light !important;--bg:#f4f7f5 !important;--accent-bg:#e8f0ee !important;--text:#2d3a2e !important;--text-light:#6b7b6e !important;--accent:#388e7c !important;--accent-hover:#4db6ac !important;--accent-text:var(--bg) !important;--code:#b388ff !important;--preformatted:#607d8b !important;--marked:#fff9c4 !important;--disabled:#e0e0e0 !important}.site-header{display:flex;justify-content:center;align-items:center;min-height:50px}.site-logo-dark{display:inline;width:150px;height:auto}.site-logo-light{display:none}html[data-theme=light] .site-logo-dark{display:none}html[data-theme=light] .site-logo-light{display:inline;width:150px;height:auto}@media(max-width:600px){.site-logo-dark,.site-logo-light{width:100px}}.small-text{font-size:.8em;margin-top:10px;text-align:center}.x-small-text{font-size:.6em;margin-top:10px;text-align:center}.faded-text{opacity:.7}.mt-container{display:flex;flex-direction:column;max-height:700px;overflow-y:auto;position:relative;background-color:var(--mt-color-bg);scrollbar-color:var(--mt-color-contrast-gray)var(--mt-color-bg);scrollbar-width:auto;container:mt-container/inline-size;border:1px solid var(--mt-color-line-gray);border-radius:8px}.mt-footer{display:flex;flex-flow:wrap;margin:auto auto 2rem;padding:0 1rem;gap:1.5rem;align-items:stretch;justify-content:center}.mt-footer .mt-btn-violet{display:flex;align-items:center;justify-content:center;text-align:center;line-height:1.2;min-height:44px;height:44px;min-width:100px;font-size:.9rem;padding:.6rem 1rem;box-sizing:border-box}.mt-footer .mt-btn-violet svg{width:14px;height:14px;flex-shrink:0}