:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;--bg:#fff;--text:#0f172a;--muted:#64748b;--accent:#1e3a8a;--accent-soft:#eff6ff}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}:root:not([data-theme=light]){--bg:#0f172a;--text:#f1f5f9;--muted:#94a3b8;--accent:#93c5fd;--accent-soft:#172554}}:root[data-theme=dark]{--bg:#0f172a;--text:#f1f5f9;--muted:#94a3b8;--accent:#93c5fd;--accent-soft:#172554}html,body{height:100%;color:var(--text);background:var(--bg);margin:0;font-family:Hiragino Sans,Noto Sans JP,Yu Gothic UI,system-ui,sans-serif}.drop{box-sizing:border-box;cursor:pointer;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.6rem;height:100%;margin:0;padding:1rem;transition:background .15s;display:flex}.drop.over{background:var(--accent-soft)}.illustration{width:3.5rem;height:3.5rem;color:var(--accent)}.illustration .ink{fill:var(--accent);fill-opacity:.18;stroke:none}.status{font-size:1rem;font-weight:600}.hint{color:var(--muted);font-size:.8rem}.button{border:1px solid var(--accent);color:var(--accent);border-radius:.25rem;margin-top:.4rem;padding:.35rem 1rem;font-size:.875rem;font-weight:500}input[type=file]{opacity:0;width:1px;height:1px;position:absolute}[hidden]{display:none!important}.save{box-sizing:border-box;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.7rem;height:100%;padding:1rem;display:flex}.warning{color:#92400e;background:#fffbeb;border-radius:.25rem;max-width:28rem;margin:0;padding:.5rem .75rem;font-size:.8rem;line-height:1.6}@media (prefers-color-scheme:dark){.warning{color:#fcd34d;background:#451a03}}.button.primary{color:#fff;background:var(--accent);border-color:var(--accent);text-decoration:none}@media (prefers-color-scheme:dark){:root:not([data-theme=light]) .button.primary{color:#0f172a}}:root[data-theme=dark] .button.primary{color:#0f172a}.link{color:var(--muted);font:inherit;cursor:pointer;background:0 0;border:0;font-size:.8rem;text-decoration:underline}.save-body{background:0 0}html:has(.save-body){background:0 0}.save-body{align-items:stretch;height:100%;margin:0;display:flex}.save-body .hint{flex:1;justify-content:center;align-items:center;display:flex}.save-body .button{box-sizing:border-box;white-space:nowrap;flex:1;justify-content:center;align-items:center;margin:0;padding:0 .5rem;display:flex}
