:root{color-scheme:light;background:#fefdf8;color:#3a2a1e;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}*{box-sizing:border-box}html,body,#root{margin:0;width:100%;height:100vh;height:100dvh;overflow:hidden;overscroll-behavior:none}canvas{display:block;touch-action:none}.overlay-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#3a2a1e59;display:grid;place-items:center;padding:1rem;z-index:100;padding-top:max(1rem,env(safe-area-inset-top));padding-bottom:max(1rem,env(safe-area-inset-bottom))}.overlay-card{background:#fefdf8;color:#3a2a1e;border-radius:12px;max-width:32rem;width:100%;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 10px 30px #3a2a1e40;animation:overlay-pop .18s ease-out}@keyframes overlay-pop{0%{transform:scale(.96);opacity:0}to{transform:scale(1);opacity:1}}.overlay-card-header{display:flex;align-items:baseline;justify-content:space-between;padding:1.25rem 1.25rem .75rem;border-bottom:1px solid rgba(58,42,30,.12)}.overlay-card-title{margin:0;font-size:1.125rem;font-weight:500;letter-spacing:-.01em}.overlay-card-close{background:transparent;border:none;font-size:1.5rem;line-height:1;cursor:pointer;color:#6b5a4a;padding:0 .5rem;border-radius:4px}.overlay-card-close:hover{background:#3a2a1e14;color:#3a2a1e}.overlay-card-body{padding:1rem 1.25rem 1.25rem;overflow-y:auto;line-height:1.6;white-space:pre-wrap}
