:root{--bg: #141210;--panel: #1f1b18;--panel-2: #292420;--border: #3a332c;--text: #e8e0d4;--muted: #9a8f80;--accent: #d4a24e;--danger: #c0564e;--good: #6a9955}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,Segoe UI,sans-serif;font-size:16px;-webkit-font-smoothing:antialiased}#root{min-height:100dvh;display:flex;flex-direction:column}.screen{flex:1;padding:1rem;padding-bottom:calc(4.5rem + env(safe-area-inset-bottom));max-width:640px;width:100%;margin:0 auto}h1,h2,h3{font-family:Georgia,Times New Roman,serif;color:var(--accent)}h1{font-size:1.4rem}h2{font-size:1.2rem}h3{font-size:1.05rem}.muted{color:var(--muted)}.panel{background:var(--panel);border:1px solid var(--border);border-radius:10px;padding:.9rem;margin-bottom:.9rem}.stack{display:flex;flex-direction:column;gap:.6rem}.row{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}input,select,textarea{background:var(--panel-2);border:1px solid var(--border);border-radius:8px;color:var(--text);padding:.65rem .7rem;font-size:1rem;width:100%}input:focus,textarea:focus{outline:2px solid var(--accent);outline-offset:-1px}label{display:block;font-size:.82rem;color:var(--muted);margin-bottom:.25rem}button{background:var(--accent);color:#1a1408;border:none;border-radius:8px;padding:.7rem 1.1rem;font-size:1rem;font-weight:600;cursor:pointer}button:disabled{opacity:.5}button.ghost{background:transparent;color:var(--text);border:1px solid var(--border)}.badge{background:var(--panel-2);border:1px solid var(--border);border-radius:999px;padding:.15rem .6rem;font-size:.8rem;white-space:nowrap}.tabbar{position:fixed;bottom:0;left:0;right:0;display:flex;background:var(--panel);border-top:1px solid var(--border);padding-bottom:env(safe-area-inset-bottom);z-index:10}.tabbar a{flex:1;text-align:center;padding:.7rem 0 .6rem;color:var(--muted);text-decoration:none;font-size:.78rem;position:relative}.tabbar a.active{color:var(--accent)}.tabbar .tab-icon{display:block;font-size:1.25rem;line-height:1.2}.tabbar .dot{position:absolute;top:.45rem;right:calc(50% - 1.1rem);width:.55rem;height:.55rem;border-radius:50%;background:var(--danger)}.turn-row{display:flex;align-items:center;gap:.6rem;padding:.6rem .7rem;border:1px solid var(--border);border-radius:8px;background:var(--panel)}.turn-row.active{border-color:var(--accent);background:var(--panel-2);box-shadow:0 0 0 1px var(--accent)}.turn-row .init{font-size:1.1rem;font-weight:700;min-width:2rem;text-align:center;color:var(--accent)}.hp-bar{height:.45rem;background:var(--panel-2);border-radius:999px;overflow:hidden}.hp-bar>div{height:100%;background:var(--good);border-radius:999px}.health-healthy{color:var(--good)}.health-wounded{color:var(--accent)}.health-critical{color:var(--danger)}.health-down{color:var(--muted);text-decoration:line-through}.chat-log{display:flex;flex-direction:column;gap:.5rem}.bubble{max-width:85%;padding:.55rem .8rem;border-radius:14px;line-height:1.35;white-space:pre-wrap;word-break:break-word}.bubble.me{align-self:flex-end;background:var(--accent);color:#1a1408;border-bottom-right-radius:4px}.bubble.dm{align-self:flex-start;background:var(--panel-2);border:1px solid var(--border);border-bottom-left-radius:4px}.bubble .time{display:block;font-size:.68rem;opacity:.7;margin-top:.2rem}.chat-input{position:fixed;bottom:calc(3.4rem + env(safe-area-inset-bottom));left:0;right:0;display:flex;gap:.5rem;padding:.6rem 1rem;background:var(--bg);border-top:1px solid var(--border)}.chat-input input{flex:1}.chat-input button{padding:.65rem .9rem}.secret-tag{color:var(--danger);font-size:.75rem;font-weight:700;letter-spacing:.04em}.connection{position:fixed;top:.5rem;right:.5rem;width:.6rem;height:.6rem;border-radius:50%;background:var(--danger);z-index:20}.connection.on{background:var(--good)}.abilities-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}.field-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.6rem}.md h2,.md h3,.md h4{margin:.6rem 0 .3rem}.md p{margin:.35rem 0}.md ul{margin:.35rem 0;padding-left:1.2rem}code{background:var(--panel-2);border-radius:4px;padding:.05rem .3rem;font-size:.9em}
