@import "https://fonts.googleapis.com/css2?family=Slackey&display=swap";:root{--font-sans:ui-sans-serif, system-ui, sans-serif;font-family:var(--font-sans);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;background:#02594c}*{box-sizing:border-box}html,body,#root{width:100%;min-height:100%}body{margin:0;overflow:hidden}button,input,textarea,select{font:inherit}.scene{width:100%;height:100vh;font-family:var(--font-sans);background:#02594c;position:relative;overflow:hidden}.scene__layer{position:absolute;inset:0}.scene__layer--overlay{pointer-events:none;z-index:20}.scene__title-wrap{z-index:10;pointer-events:none;position:absolute;top:40px;left:50%;transform:translate(-50%)}.scene__title{color:#fff;filter:drop-shadow(0 4px 4px #00000026);margin:0;font-family:Slackey,system-ui;font-size:clamp(4.5rem,9vw,6rem);line-height:1}.scene__controls{z-index:10;flex-direction:column;gap:16px;display:flex;position:absolute;top:24px;right:24px}.control-button{color:#111827;cursor:pointer;background:#fff;border:1px solid #f3f4f6;border-radius:12px;justify-content:center;align-items:center;width:56px;height:56px;display:flex;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.control-button:focus-visible{outline-offset:3px;outline:2px solid #ffffffd9}.control-button__icon{width:24px;height:24px}.canvas-surface{width:100%;height:100%}.canvas-surface canvas{display:block}.canvas-surface--overlay{pointer-events:none}@media (width<=768px){.scene__title-wrap{top:28px}.scene__controls{gap:12px;top:18px;right:18px}.control-button{width:52px;height:52px}}
