:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{box-sizing:border-box}html,body,#root{width:100%;height:100%;margin:0}body{-webkit-font-smoothing:antialiased;background:#080e18;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;overflow:hidden}.stage{width:100%;height:100%;position:relative}.panel{z-index:10;color:#d6ecef;-webkit-backdrop-filter:blur(12px);background:#08121ab8;border:1px solid #78c8d22e;border-radius:14px;width:min(20rem,100vw - 2rem);position:fixed;top:1rem;right:1rem;overflow:hidden;box-shadow:0 12px 40px #00000073}.panel :focus-visible{outline-offset:2px;outline:2px solid #6fd0c8}.panel__toggle{width:100%;color:inherit;cursor:pointer;font:inherit;background:0 0;border:none;justify-content:space-between;align-items:center;padding:.85rem 1rem;display:flex}.panel__title{letter-spacing:.02em;font-weight:600}.panel__title:before{content:"🐟 "}.panel__chevron{color:#6fd0c8;font-size:.8rem}.panel__body{flex-direction:column;gap:.9rem;max-height:calc(100vh - 6rem);padding:0 1rem 1rem;display:flex;overflow-y:auto}.panel__hint{color:#d6ecef8c;margin:0 0 .2rem;font-size:.72rem}.presets{flex-wrap:wrap;gap:.4rem;display:flex}.preset{color:#d6ecef;font:inherit;cursor:pointer;background:#78c8d214;border:1px solid #78c8d240;border-radius:999px;flex:auto;padding:.35rem .6rem;font-size:.72rem;transition:background .15s}.preset:hover{background:#78c8d233}.control{flex-direction:column;gap:.4rem;display:flex}.control__label{color:#d6ecefd9;justify-content:space-between;align-items:center;font-size:.78rem;display:flex}.control__value{color:#6fd0c8;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.72rem}input[type=range]{appearance:none;background:#78c8d233;border-radius:2px;outline:none;width:100%;height:4px}input[type=range]::-webkit-slider-thumb{appearance:none;cursor:pointer;background:#6fd0c8;border:2px solid #0a1620;border-radius:50%;width:15px;height:15px;box-shadow:0 0 8px #6fd0c880}input[type=range]::-moz-range-thumb{cursor:pointer;background:#6fd0c8;border:2px solid #0a1620;border-radius:50%;width:15px;height:15px}.text-input{color:#d6ecef;width:100%;font:inherit;background:#00000040;border:1px solid #78c8d233;border-radius:8px;padding:.4rem .6rem;font-size:.8rem}.text-input::placeholder{color:#d6ecef59}.panel__buttons{gap:.5rem;display:flex}.btn{color:#06121a;font:inherit;cursor:pointer;background:#6fd0c8;border:none;border-radius:8px;flex:1;padding:.5rem;font-size:.78rem;font-weight:600;transition:filter .15s}.btn:hover{filter:brightness(1.1)}.btn--ghost{color:#d6ecef;background:0 0;border:1px solid #78c8d24d}.panel__repo{color:#6fd0c8;text-align:center;padding-top:.2rem;font-size:.78rem;text-decoration:none}.panel__repo:hover{text-decoration:underline}.credit{z-index:5;color:#d6ecef80;font-size:.72rem;text-decoration:none;position:fixed;bottom:1rem;left:1rem}.credit:hover{color:#6fd0c8}
