.container.svelte-1e0peia{width:var(--canvas-w);height:var(--canvas-h);margin:0 auto;display:flex;flex-direction:column;background:var(--surface-bg, #181818);border:1.5px solid var(--frame-border, #CCCCCC);position:relative}.container.scale-mode.svelte-1e0peia{width:min(calc(100vw - 10px),calc((100vh - 10px) * var(--aspect)));height:min(calc(100vh - 10px),calc((100vw - 10px) / var(--aspect)))}.content.svelte-1e0peia{font-size:var(--base-font);width:calc(var(--canvas-w) + 20px);height:calc(var(--canvas-h) - 30px);min-width:calc(var(--canvas-w) - 30px);min-height:calc(var(--canvas-h) - 30px);overflow:visible;padding:15px;margin:0;display:flex;justify-content:center;align-items:center;color:var(--surface-fg, #C0F1FF);background:var(--surface-bg, #181818);font-family:Noto Sans,Cormorant Garamond,serif}.content.svelte-1e0peia:not(.ready){display:none}.content.fill.svelte-1e0peia{box-sizing:border-box;width:var(--canvas-w);height:var(--canvas-h);min-width:var(--canvas-w);min-height:var(--canvas-h)}.content.fill.svelte-1e0peia .nav,.content.fill.svelte-1e0peia .copyright{bottom:20px}.container.svelte-1e0peia:not(.scale-mode){transform:translateY(-120px)}
