.ja-panel{position:fixed;inset-inline:12px;bottom:max(12px,env(safe-area-inset-bottom));z-index:10000;box-sizing:border-box;width:auto;max-width:440px;max-height:calc(100dvh - 24px);overflow-y:auto;margin:0 auto;padding:14px;background:#fffdf8;color:#211e19;border:1px solid #cbc5b9;border-radius:10px;box-shadow:0 4px 24px #211e1930;font:14px/1.45 system-ui,sans-serif;text-align:start}
.ja-panel p{margin:0 0 10px}.ja-panel .ja-actions{display:flex;flex-direction:row;gap:10px;margin:0 0 8px}
.ja-panel .ja-actions button,.ja-footer button{position:static;display:block;box-sizing:border-box;opacity:1;visibility:visible;transform:none;font:inherit;cursor:pointer;border:1px solid #827a6f;border-radius:6px;background:#fffdf8;color:#211e19;padding:10px 12px;min-height:44px;margin:0;box-shadow:none}
.ja-panel .ja-actions button{flex:1 1 0;min-width:0;width:auto}
.ja-panel button:hover,.ja-footer button:hover{background:#eee9de;transform:none}.ja-panel button:focus-visible,.ja-footer button:focus-visible{outline:3px solid #d64108;outline-offset:2px}.ja-panel a{color:#9b3109;text-decoration:underline;font-size:12px}
.ja-footer{padding:12px 20px;background:#fffdf8;color:#211e19;font:13px/1.5 system-ui,sans-serif}.ja-footer button{margin:auto;text-decoration:underline}
.ja-panel[hidden],.ja-footer[hidden]{display:none}
