.stars-container.svelte-1qp8kcc{position:relative;display:flex;align-items:center;justify-content:center;gap:.5rem}.range-stars.svelte-1qp8kcc{position:relative}.stars.svelte-1qp8kcc{display:flex;align-items:center;justify-content:center;gap:.5rem}.slider.svelte-1qp8kcc{opacity:0;cursor:pointer;position:absolute;top:0;left:0;right:0;height:100%}.show-score.svelte-1qp8kcc{-webkit-user-select:none;user-select:none;color:#888}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,system-ui,-apple-system,sans-serif;background:#09090b;color:#e4e4e7;height:100dvh;overflow:hidden;display:flex;flex-direction:column}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#27272a;border-radius:99px}::-webkit-scrollbar-thumb:hover{background:#3f3f46}*{scrollbar-width:thin;scrollbar-color:#27272a transparent}.app.svelte-1uha8ag{display:flex;flex-direction:column;height:100dvh;overflow:hidden}.topbar.svelte-1uha8ag{display:flex;align-items:center;gap:1rem;padding:0 1.25rem;height:48px;border-bottom:1px solid #18181b;flex-shrink:0;background:#09090b}.workspace.svelte-1uha8ag{display:grid;grid-template-columns:1fr 300px;flex:1;min-height:0}.preview.svelte-1uha8ag{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.75rem;padding:2.5rem;border-right:1px solid #18181b;overflow:hidden;transition:background .5s ease}.preview-stage.svelte-1uha8ag{padding:3.5rem 5rem;border-radius:24px;background:#111113;display:flex;align-items:center;justify-content:center;min-width:260px;transition:box-shadow .5s ease}.live-badge.svelte-1uha8ag{display:flex;align-items:center;gap:.35rem;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:#3f3f46}.live-dot.svelte-1uha8ag{width:7px;height:7px;border-radius:50%;background:#27272a;transition:background .3s,box-shadow .3s}.live-active.svelte-1uha8ag .live-dot:where(.svelte-1uha8ag){background:#4ade80;box-shadow:0 0 10px #4ade8088}.preset-dot.svelte-1uha8ag{width:18px;height:18px;border-radius:50%;border:none;cursor:pointer;transition:transform .15s,outline-color .15s;flex-shrink:0}.preset-dot.svelte-1uha8ag:hover{transform:scale(1.25)}.panel.svelte-1uha8ag{display:flex;flex-direction:column;overflow-y:auto;background:#0c0c0e}.panel-section.svelte-1uha8ag{padding:.875rem 1rem;border-bottom:1px solid #18181b}.section-title.svelte-1uha8ag{font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:#52525b;margin-bottom:.75rem}.control-row.svelte-1uha8ag{display:flex;align-items:center;gap:.75rem;margin-bottom:.55rem}.control-row.svelte-1uha8ag:last-child{margin-bottom:0}.ctrl-label.svelte-1uha8ag{font-size:.72rem;color:#71717a;width:38px;flex-shrink:0}.slider-wrap.svelte-1uha8ag{flex:1;display:flex;align-items:center;gap:.6rem}.slider.svelte-1uha8ag{flex:1;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:3px;border-radius:3px;background:linear-gradient(to right,#818cf8 var(--fill, 0%),#27272a var(--fill, 0%));outline:none;cursor:pointer}.slider.svelte-1uha8ag::-webkit-slider-thumb{-webkit-appearance:none;width:13px;height:13px;border-radius:50%;background:#fafafa;box-shadow:0 1px 4px #0009;cursor:pointer;transition:transform .12s,box-shadow .12s}.slider.svelte-1uha8ag::-webkit-slider-thumb:hover{transform:scale(1.3);box-shadow:0 0 0 5px #818cf82e,0 1px 4px #0009}.slider.svelte-1uha8ag::-moz-range-thumb{width:13px;height:13px;border-radius:50%;border:none;background:#fafafa;cursor:pointer}.ctrl-output.svelte-1uha8ag{font-size:.68rem;font-family:Fira Code,monospace;color:#a1a1aa;min-width:38px;text-align:right;flex-shrink:0}.num-input.svelte-1uha8ag{background:#18181b;border:1px solid #27272a;border-radius:6px;padding:.3rem .4rem;color:#e4e4e7;font-size:.7rem;width:100%;outline:none;font-family:Fira Code,monospace;transition:border-color .15s}.num-input.svelte-1uha8ag:focus{border-color:#818cf8}.color-control.svelte-1uha8ag{cursor:pointer}.color-row.svelte-1uha8ag{position:relative;display:flex;align-items:center;gap:.4rem;background:#18181b;border:1px solid #27272a;border-radius:7px;padding:.3rem .5rem;transition:border-color .15s;overflow:hidden}.color-row.svelte-1uha8ag:hover{border-color:#3f3f46}.color-picker.svelte-1uha8ag{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.color-swatch.svelte-1uha8ag{width:13px;height:13px;border-radius:3px;border:1px solid rgba(255,255,255,.08);flex-shrink:0}.toggle-row.svelte-1uha8ag{display:flex;align-items:center;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid #18181b}.toggle-row.svelte-1uha8ag:last-child{border-bottom:none}.toggle.svelte-1uha8ag{position:relative;width:36px;height:20px;border-radius:10px;border:1px solid #27272a;background:#18181b;cursor:pointer;transition:background .2s,border-color .2s;padding:0;flex-shrink:0}.toggle-on.svelte-1uha8ag{background:#3730a3;border-color:#818cf8}.toggle-thumb.svelte-1uha8ag{position:absolute;top:2px;left:2px;width:14px;height:14px;border-radius:50%;background:#52525b;transition:transform .2s,background .2s}.toggle-on.svelte-1uha8ag .toggle-thumb:where(.svelte-1uha8ag){transform:translate(16px);background:#c7d2fe}.code-drawer.svelte-1uha8ag{border-top:1px solid #27272a;background:#09090b;flex-shrink:0}.code-open.svelte-1uha8ag{max-height:240px;overflow-y:auto}.code-block.svelte-1uha8ag{padding:0 1.25rem 1rem;font-family:Fira Code,Cascadia Code,monospace;font-size:.72rem;line-height:1.75;color:#71717a;overflow-x:auto}.code-block.svelte-1uha8ag code:where(.svelte-1uha8ag){white-space:pre}@media(max-width:640px){body{overflow:auto;height:auto}.app.svelte-1uha8ag{height:auto}.workspace.svelte-1uha8ag{grid-template-columns:1fr}.preview.svelte-1uha8ag{border-right:none;border-bottom:1px solid #18181b;min-height:300px}.panel.svelte-1uha8ag{max-height:none}}
