:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:#f5f5f5;background:#111;font-family:system-ui,-apple-system,Segoe UI,sans-serif}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}*{box-sizing:border-box}body{justify-content:center;min-height:100vh;margin:0;display:flex}.playground{flex-direction:column;gap:1.5rem;width:100%;max-width:960px;padding:2rem 1.5rem;display:flex}.playground header h1{margin:0 0 .5rem;font-size:1.5rem}.playground header p{opacity:.75;margin:0;line-height:1.5}.editor{background:#1a1a1a;border:1px solid #333;border-radius:8px;align-self:center;width:100%;max-width:932px;padding:1rem}.editor-stack{aspect-ratio:3/2;width:100%;position:relative}.controls{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.mode-indicator{opacity:.85;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.875rem}.mode-indicator[data-mode=auto] strong{color:#6ee7b7}.mode-indicator[data-mode=paint] strong{color:#93c5fd}.controls button{color:inherit;font:inherit;cursor:pointer;background:#2a2a2a;border:1px solid #444;border-radius:6px;padding:.6rem 1rem}.controls button:disabled{opacity:.6;cursor:not-allowed}.controls .status{opacity:.8;margin:0;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.875rem}code{background:#ffffff14;border-radius:4px;padding:.1rem .35rem;font-size:.85em}.mask-preview{pointer-events:none;z-index:10;background:#000;border:1px solid #fff3;border-radius:4px;width:160px;height:107px;position:fixed;bottom:16px;right:16px;box-shadow:0 2px 8px #0006}
