@import"https://fonts.googleapis.com/css2?family=Sarabun:wght@400;600&display=swap";:root,:root[data-theme=light]{--bg: #faf9f7;--paper: #ffffff;--fg: #1c1a17;--muted: #6b6560;--line: #e3ded7;--accent: #2f6f4f;color-scheme:light}:root[data-theme=sepia]{--bg: #f2e9d8;--paper: #f8f1e3;--fg: #3b2f22;--muted: #7a6a55;--line: #ddcfb6;--accent: #8a5a2b;color-scheme:light}:root[data-theme=dark]{--bg: #14161a;--paper: #1b1e23;--fg: #e6e2dc;--muted: #9a948c;--line: #2c3037;--accent: #7fb98f;color-scheme:dark}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:var(--bg);color:var(--fg);font-family:Sarabun,Noto Sans Thai,system-ui,sans-serif;-webkit-text-size-adjust:100%}.thai-text{font-size:var(--reader-font-size, 20px);line-height:var(--reader-line-height, 1.9);max-width:70ch;margin-inline:auto;word-break:break-word}.thai-text p{margin:0 0 1.15em}.thai-text h1,.thai-text h2,.thai-text h3{line-height:1.4;margin:1.6em 0 .6em}.thai-text em{font-style:italic}.thai-text strong{font-weight:600}.thai-text table{border-collapse:collapse;width:100%;display:block;overflow-x:auto}.thai-text th,.thai-text td{border:1px solid var(--line);padding:.4em .6em;text-align:start}button{min-height:44px;min-width:44px;font:inherit;color:inherit;background:var(--paper);border:1px solid var(--line);border-radius:10px;padding:0 14px;cursor:pointer}button:disabled{opacity:.45;cursor:default}button.primary{background:var(--accent);color:#fff;border-color:transparent}input,select{min-height:44px;min-width:44px;font:inherit;color:inherit;background:var(--paper);border:1px solid var(--line);border-radius:10px;padding:0 12px}.muted{color:var(--muted)}.card{background:var(--paper);border:1px solid var(--line);border-radius:14px}
