.pulse--light.svelte-obb2h9{--bg: #ffffff;--bg-soft: #fafaf8;--fg: #111827;--fg-soft: #4b5563;--fg-mute: #6b7280;--fg-fade: #9ca3af;--border: #e5e7eb;--panel-bg: #ffffff;--accent: #0d9488;--bar-track: #f3f4f6;--err: #dc2626}.pulse--dark.svelte-obb2h9{--bg: #06070a;--bg-soft: #0b0e13;--fg: #ffffff;--fg-soft: rgba(255,255,255,.78);--fg-mute: rgba(255,255,255,.55);--fg-fade: rgba(255,255,255,.38);--border: rgba(255,255,255,.1);--panel-bg: rgba(255,255,255,.02);--accent: #14b8a6;--bar-track: rgba(255,255,255,.07);--err: #ff4d6d}.pulse.svelte-obb2h9{position:relative;display:grid;width:100%;height:calc(100svh - 4rem);background:var(--bg);color:var(--fg);font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;grid-template-columns:minmax(260px,320px) minmax(0,1fr) minmax(280px,340px);grid-template-rows:minmax(0,1fr) auto;grid-template-areas:"left center right" "now  now    now"}.col--left.svelte-obb2h9{grid-area:left;background:var(--bg);border-right:1px solid var(--border);padding:1.25rem 1.1rem;overflow-y:auto;min-height:0}.col--center.svelte-obb2h9{grid-area:center;background:var(--bg-soft);min-width:0;min-height:0;display:flex;flex-direction:column}.col--right.svelte-obb2h9{grid-area:right;background:var(--bg);border-left:1px solid var(--border);padding:1.25rem 1.1rem;overflow-y:auto;min-height:0}.now.svelte-obb2h9{grid-area:now;border-top:1px solid var(--border);background:var(--bg)}.brand.svelte-obb2h9{margin-bottom:1.5rem}.brand__row.svelte-obb2h9{display:flex;align-items:baseline;gap:.7rem;flex-wrap:wrap}.brand.svelte-obb2h9 h1:where(.svelte-obb2h9){margin:0;font-size:clamp(1.6rem,2.4vw,2.4rem);line-height:.9;letter-spacing:-.045em;font-weight:900;text-transform:uppercase;color:var(--fg)}.live-badge.svelte-obb2h9{display:inline-flex;align-items:center;gap:.4rem;font-size:.6rem;font-weight:800;letter-spacing:.22em;text-transform:uppercase;color:var(--accent)}.live-badge__dot.svelte-obb2h9{width:6px;height:6px;background:var(--accent);box-shadow:0 0 8px var(--accent);animation:svelte-obb2h9-pulse-dot 1.8s ease-in-out infinite}@keyframes svelte-obb2h9-pulse-dot{0%,to{opacity:1}50%{opacity:.25}}.brand__lede.svelte-obb2h9{margin:.7rem 0 0;font-size:.78rem;line-height:1.45;color:var(--fg-soft)}.mood.svelte-obb2h9{margin:0 0 1.1rem;font-size:clamp(2rem,3.2vw,2.8rem);line-height:.92;letter-spacing:-.045em;font-weight:900;text-transform:uppercase;color:var(--accent)}.block.svelte-obb2h9{margin-bottom:1.4rem}.block__label.svelte-obb2h9{margin:0 0 .55rem;text-transform:uppercase;letter-spacing:.22em;font-size:.6rem;font-weight:800;color:var(--fg-mute)}.muted.svelte-obb2h9{margin:0;color:var(--fg-mute);font-size:.78rem;line-height:1.45}.muted.small.svelte-obb2h9{font-size:.68rem;margin-top:.5rem}.bar.svelte-obb2h9{position:relative;height:5px;background:var(--bar-track);margin-top:.35rem}.bar.svelte-obb2h9 i:where(.svelte-obb2h9){display:block;height:100%;width:var(--w, 0%);background:linear-gradient(90deg,var(--accent) 0%,color-mix(in srgb,var(--accent) 55%,transparent) 100%);transition:width .6s cubic-bezier(.4,0,.2,1)}.bar__num.svelte-obb2h9{margin:.55rem 0 0;font-size:1.7rem;font-weight:900;font-variant-numeric:tabular-nums;color:var(--fg);line-height:1}.bar__num.svelte-obb2h9 span:where(.svelte-obb2h9){font-size:.95rem;font-weight:700;color:var(--fg-mute);margin-left:.15rem}.cats.svelte-obb2h9{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.55rem}.cats.svelte-obb2h9 li:where(.svelte-obb2h9){display:grid;grid-template-columns:10px 1fr auto auto;align-items:center;gap:.6rem;font-size:.74rem}.cats__dot.svelte-obb2h9{width:8px;height:8px;background:var(--c, var(--accent));box-shadow:0 0 8px color-mix(in srgb,var(--c, var(--accent)) 60%,transparent)}.cats__name.svelte-obb2h9{text-transform:uppercase;letter-spacing:.06em;font-weight:700;color:var(--fg);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cats__bar.svelte-obb2h9{grid-column:1 / -1;position:relative;display:block;height:3px;background:var(--bar-track);margin-top:.15rem}.cats__bar.svelte-obb2h9 b:where(.svelte-obb2h9){position:absolute;inset:0;width:var(--w, 0%);background:linear-gradient(90deg,var(--c, var(--accent)) 0%,color-mix(in srgb,var(--c, var(--accent)) 55%,transparent) 100%);transition:width .6s cubic-bezier(.4,0,.2,1)}.cats__pct.svelte-obb2h9{font-style:normal;color:var(--fg-mute);font-variant-numeric:tabular-nums;font-size:.72rem;font-weight:700}.center__top.svelte-obb2h9{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem .5rem;gap:.5rem;flex-wrap:wrap}.center__top-left.svelte-obb2h9{flex:1 1 auto;min-width:0}.status-pill.svelte-obb2h9{display:inline-flex;align-items:center;gap:.45rem;font-size:.62rem;font-weight:800;letter-spacing:.2em;text-transform:uppercase;color:var(--fg-soft);padding:.35rem .7rem;border:1px solid var(--border);background:var(--panel-bg)}.status-pill__dot.svelte-obb2h9{width:6px;height:6px;background:var(--accent);box-shadow:0 0 6px var(--accent)}.status-pill--err.svelte-obb2h9{color:var(--err);border-color:var(--err)}.icon-btn.svelte-obb2h9{appearance:none;font:inherit;display:inline-flex;align-items:center;gap:.4rem;background:var(--panel-bg);color:var(--fg);border:1px solid var(--border);padding:.35rem .6rem;font-size:.62rem;font-weight:800;text-transform:uppercase;letter-spacing:.14em;cursor:pointer;transition:background .15s,color .15s}.icon-btn.svelte-obb2h9 i:where(.svelte-obb2h9){font-size:1rem}.icon-btn.svelte-obb2h9:hover{color:var(--accent);border-color:var(--accent)}.center__top-tools.svelte-obb2h9{display:inline-flex;gap:.4rem;flex-wrap:wrap}.center__art.svelte-obb2h9{flex:1 1 auto;min-height:420px;padding:.5rem 1.25rem 1.25rem;position:relative}.center__art.svelte-obb2h9 svg{position:absolute;inset:.5rem 1.25rem 1.25rem;width:calc(100% - 2.5rem);height:calc(100% - 1.75rem);display:block}.canvas-art.svelte-obb2h9{position:absolute;inset:.5rem 1.25rem 1.25rem;width:calc(100% - 2.5rem);height:calc(100% - 1.75rem);display:none}.canvas-art--on.svelte-obb2h9{display:block}.center__art--canvas.svelte-obb2h9 svg.geo,.center__art--canvas.svelte-obb2h9 svg.math{z-index:4}.center__art.svelte-obb2h9 .math:where(.svelte-obb2h9){pointer-events:none;z-index:2}.math__layer.svelte-obb2h9{stroke:var(--math-c, var(--accent))}.math__layer.svelte-obb2h9 path:where(.svelte-obb2h9),.math__layer.svelte-obb2h9 line:where(.svelte-obb2h9){fill:none;stroke:var(--math-c, var(--accent));vector-effect:non-scaling-stroke}.math__layer.svelte-obb2h9 circle:where(.svelte-obb2h9){fill:none;stroke:var(--math-c, var(--accent));vector-effect:non-scaling-stroke}.math__interference.svelte-obb2h9 path:where(.svelte-obb2h9){opacity:.55}.math__orbits.svelte-obb2h9 path:where(.svelte-obb2h9){opacity:.7;stroke-dasharray:2 7;animation:svelte-obb2h9-math-dash 18s linear infinite}.math__ribbons.svelte-obb2h9 path:where(.svelte-obb2h9){opacity:.6}.math__mesh.svelte-obb2h9 line:where(.svelte-obb2h9){opacity:.7}.math__attractor.svelte-obb2h9 path:where(.svelte-obb2h9){opacity:.65}.math__pulsefield.svelte-obb2h9 circle:where(.svelte-obb2h9){opacity:.75}.math__noise.svelte-obb2h9 path:where(.svelte-obb2h9){opacity:.6}.math__radar.svelte-obb2h9 line:where(.svelte-obb2h9){opacity:.75}.math__words.svelte-obb2h9 text:where(.svelte-obb2h9){fill:var(--math-c, var(--accent));stroke:none;font-family:ui-sans-serif,system-ui,-apple-system,sans-serif;font-weight:900;letter-spacing:.06em;text-transform:uppercase;animation:svelte-obb2h9-words-breath 7s ease-in-out infinite}@keyframes svelte-obb2h9-math-dash{0%{stroke-dashoffset:0}to{stroke-dashoffset:-300}}@keyframes svelte-obb2h9-words-breath{0%,to{opacity:.7}50%{opacity:1}}@media(prefers-reduced-motion:reduce){.math__orbits.svelte-obb2h9 path:where(.svelte-obb2h9){animation:none}.math__words.svelte-obb2h9 text:where(.svelte-obb2h9){animation:none}}.crt-scanlines.svelte-obb2h9{position:absolute;inset:.5rem 1.25rem 1.25rem;width:calc(100% - 2.5rem);height:calc(100% - 1.75rem);pointer-events:none;z-index:2;background:repeating-linear-gradient(to bottom,rgba(255,255,255,.12) 0px,rgba(255,255,255,.12) 1px,transparent 1px,transparent 3px);animation:svelte-obb2h9-crt-flicker .13s steps(3) infinite}.pulse--light.svelte-obb2h9 .crt-scanlines:where(.svelte-obb2h9){background:repeating-linear-gradient(to bottom,rgba(0,0,0,.13) 0px,rgba(0,0,0,.13) 1px,transparent 1px,transparent 3px)}@keyframes svelte-obb2h9-crt-flicker{0%{opacity:1}50%{opacity:.92}to{opacity:1}}@media(prefers-reduced-motion:reduce){.crt-scanlines.svelte-obb2h9{animation:none}}.math-presets.svelte-obb2h9{display:grid;grid-template-columns:1fr 1fr 1fr;gap:.3rem}.math-presets.svelte-obb2h9 .chip:where(.svelte-obb2h9){width:100%;justify-content:center;padding:.35rem .3rem}.center__art.svelte-obb2h9 .geo:where(.svelte-obb2h9){pointer-events:none;z-index:3}.geo__outline.svelte-obb2h9{fill:none;stroke:var(--fg-fade);stroke-width:1.2;stroke-opacity:.45;stroke-linejoin:round;vector-effect:non-scaling-stroke}.geo__spree.svelte-obb2h9{fill:none;stroke:var(--accent);stroke-width:1.4;stroke-opacity:.6;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.geo__dot.svelte-obb2h9{fill:var(--node-c, var(--fg-mute))}.geo__node--on.svelte-obb2h9 .geo__dot:where(.svelte-obb2h9){fill:var(--node-c, var(--accent))}.geo__halo.svelte-obb2h9{fill:var(--node-c, var(--accent));fill-opacity:.16}.geo__ring.svelte-obb2h9{fill:none;stroke:var(--node-c, var(--accent));stroke-width:.7;stroke-opacity:.55}.geo__lbl.svelte-obb2h9{font-family:ui-sans-serif,system-ui,-apple-system,sans-serif;font-size:7.5px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;fill:var(--fg);paint-order:stroke;stroke:var(--bg-soft);stroke-width:2.5px;stroke-linejoin:round}.geo__lbl-count.svelte-obb2h9{fill:var(--accent);stroke:var(--bg-soft)}@keyframes svelte-obb2h9-geo-breath{0%,to{opacity:.85}50%{opacity:1}}.geo__node.svelte-obb2h9:not(.geo__node--on) .geo__dot:where(.svelte-obb2h9){animation:svelte-obb2h9-geo-breath 4.5s ease-in-out infinite}@media(prefers-reduced-motion:reduce){.geo__node.svelte-obb2h9:not(.geo__node--on) .geo__dot:where(.svelte-obb2h9){animation:none}.geo__ring.svelte-obb2h9,.geo__burst.svelte-obb2h9,.geo__heartring.svelte-obb2h9{display:none}}.geo__trail.svelte-obb2h9{fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:4 6;animation:svelte-obb2h9-geo-flow 6s linear infinite}@keyframes svelte-obb2h9-geo-flow{0%{stroke-dashoffset:0}to{stroke-dashoffset:-100}}@media(prefers-reduced-motion:reduce){.geo__trail.svelte-obb2h9{animation:none}}.geo__burst.svelte-obb2h9{fill:none}.geo__burst-lbl.svelte-obb2h9{font-family:ui-sans-serif,system-ui,sans-serif;font-size:7px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;fill:var(--fg-mute);paint-order:stroke;stroke:var(--bg-soft);stroke-width:2px}.geo__grid.svelte-obb2h9 line:where(.svelte-obb2h9){vector-effect:non-scaling-stroke}.geo__heartring.svelte-obb2h9{fill:none}.mood-overlay.svelte-obb2h9{position:absolute;left:0;right:0;top:0;pointer-events:none;display:flex;flex-direction:column;align-items:center;gap:.35rem;padding:1.5rem 1rem 0;z-index:3;mix-blend-mode:difference;text-align:center}.mood-overlay__word.svelte-obb2h9{font-size:clamp(2.4rem,6vw,5rem);line-height:.9;letter-spacing:-.045em;font-weight:900;text-transform:uppercase;color:#fff;opacity:.85;animation:svelte-obb2h9-mood-breath 4s ease-in-out infinite}.mood-overlay__sub.svelte-obb2h9{font-size:.62rem;letter-spacing:.22em;text-transform:uppercase;font-weight:800;color:#fff;opacity:.55}.mood-overlay__sub.svelte-obb2h9 em:where(.svelte-obb2h9){font-style:normal;color:#fff}@keyframes svelte-obb2h9-mood-breath{0%,to{opacity:.7}50%{opacity:.95}}@media(prefers-reduced-motion:reduce){.mood-overlay__word.svelte-obb2h9{animation:none}}.block--admin.svelte-obb2h9{border-top:1px dashed var(--border);padding-top:1rem;margin-top:.4rem}.admin-list.svelte-obb2h9{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.3rem}.admin-list.svelte-obb2h9 a:where(.svelte-obb2h9){display:grid;grid-template-columns:16px 1fr auto;align-items:center;gap:.45rem;padding:.4rem .5rem;border:1px solid var(--border);background:var(--panel-bg);color:var(--fg);text-decoration:none;font-size:.68rem;transition:border-color .13s,background .13s,color .13s}.admin-list.svelte-obb2h9 a:where(.svelte-obb2h9):hover{border-color:var(--accent);background:var(--bg-soft);color:var(--accent)}.admin-list.svelte-obb2h9 a:where(.svelte-obb2h9) i:where(.svelte-obb2h9){font-size:.95rem;color:var(--accent);line-height:1}.admin-list.svelte-obb2h9 a:where(.svelte-obb2h9) span:where(.svelte-obb2h9){font-weight:800;letter-spacing:.06em}.admin-list.svelte-obb2h9 a:where(.svelte-obb2h9) em:where(.svelte-obb2h9){font-style:normal;color:var(--fg-mute);font-size:.52rem;letter-spacing:.1em;text-transform:uppercase}.block--sl.svelte-obb2h9{border-top:1px dashed var(--border);padding-top:1rem;margin-top:.4rem}.sl-list.svelte-obb2h9{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.35rem}.sl-list.svelte-obb2h9 li:where(.svelte-obb2h9){display:grid;grid-template-columns:1fr auto;align-items:center;font-size:.6rem;letter-spacing:.12em;text-transform:uppercase;font-weight:800}.sl-list.svelte-obb2h9 label:where(.svelte-obb2h9){display:inline-flex;align-items:center;gap:.45rem;color:var(--fg);cursor:pointer}.sl-list.svelte-obb2h9 input[type=checkbox]:where(.svelte-obb2h9){appearance:none;-webkit-appearance:none;width:12px;height:12px;border:1px solid var(--fg-mute);background:transparent;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;position:relative}.sl-list.svelte-obb2h9 input[type=checkbox]:where(.svelte-obb2h9):checked{background:var(--accent);border-color:var(--accent)}.sl-list.svelte-obb2h9 input[type=checkbox]:where(.svelte-obb2h9):checked:after{content:"";position:absolute;left:3px;top:0;width:4px;height:8px;border:solid #fff;border-width:0 1.5px 1.5px 0;transform:rotate(45deg)}.sl-list.svelte-obb2h9 em:where(.svelte-obb2h9){font-style:normal;color:var(--fg-mute);font-size:.52rem;letter-spacing:.1em}.sl-list.svelte-obb2h9 li.sl-ctrls:where(.svelte-obb2h9){display:grid;grid-template-columns:1fr 1fr auto auto;gap:.3rem;align-items:center;padding:.15rem 0 .35rem 1.4rem;border-bottom:1px dashed var(--border);margin-bottom:.15rem}.sl-mini.svelte-obb2h9{display:grid;grid-template-columns:1.7rem 1fr;align-items:center;gap:.25rem;color:var(--fg-mute);font-size:.5rem;letter-spacing:.1em}.sl-mini.svelte-obb2h9 input[type=range]:where(.svelte-obb2h9){appearance:none;-webkit-appearance:none;width:100%;height:3px;background:var(--bar-track);outline:none;cursor:pointer;margin:0}.sl-mini.svelte-obb2h9 input[type=range]:where(.svelte-obb2h9)::-webkit-slider-thumb{appearance:none;-webkit-appearance:none;width:10px;height:10px;background:var(--accent);border:0;cursor:pointer}.sl-mini.svelte-obb2h9 input[type=range]:where(.svelte-obb2h9)::-moz-range-thumb{width:10px;height:10px;background:var(--accent);border:0;cursor:pointer}.sl-color.svelte-obb2h9{appearance:none;-webkit-appearance:none;width:18px;height:18px;border:1px solid var(--border);background:transparent;padding:0;cursor:pointer}.sl-color.svelte-obb2h9::-webkit-color-swatch-wrapper{padding:0}.sl-color.svelte-obb2h9::-webkit-color-swatch{border:0}.sl-reset.svelte-obb2h9{appearance:none;font:inherit;cursor:pointer;background:transparent;color:var(--fg-mute);border:1px solid var(--border);padding:0 .3rem;font-size:.65rem;line-height:1;height:18px;min-width:18px}.sl-reset.svelte-obb2h9:hover{color:var(--accent);border-color:var(--accent)}.chip--mic.chip--on.svelte-obb2h9{background:var(--err);border-color:var(--err);color:#fff}.chip--mic.chip--on.svelte-obb2h9 i:where(.svelte-obb2h9){color:#fff}.chips.svelte-obb2h9{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.4rem}.chips.svelte-obb2h9 li:where(.svelte-obb2h9){border:1px solid var(--c, var(--border));background:var(--bg);transition:background .13s,border-color .13s}.chips.svelte-obb2h9 li:where(.svelte-obb2h9) a:where(.svelte-obb2h9){display:inline-flex;gap:.4rem;align-items:baseline;padding:.35rem .55rem;font-size:.7rem;color:var(--fg);text-decoration:none}.chips.svelte-obb2h9 li:where(.svelte-obb2h9):hover{border-color:var(--accent);background:var(--bg-soft)}.chips.svelte-obb2h9 li:where(.svelte-obb2h9) a:where(.svelte-obb2h9) span:where(.svelte-obb2h9){font-weight:700;letter-spacing:.02em}.chips.svelte-obb2h9 li:where(.svelte-obb2h9) a:where(.svelte-obb2h9) em:where(.svelte-obb2h9){font-style:normal;font-size:.66rem;color:var(--fg-mute);font-variant-numeric:tabular-nums}.stat-cards.svelte-obb2h9{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:.5rem .7rem}.stat-cards.svelte-obb2h9 li:where(.svelte-obb2h9){border:1px solid var(--border);background:var(--panel-bg);transition:border-color .13s,background .13s}.stat-cards.svelte-obb2h9 li:where(.svelte-obb2h9):hover{border-color:var(--accent);background:var(--bg-soft)}.stat-cards.svelte-obb2h9 li:where(.svelte-obb2h9) a:where(.svelte-obb2h9){display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;grid-column-gap:.6rem;align-items:center;padding:.5rem .6rem;color:var(--fg);text-decoration:none}.stat-cards__ico.svelte-obb2h9{grid-row:1 / span 2;font-size:1.25rem;color:var(--accent);line-height:1}.stat-cards__lbl.svelte-obb2h9{font-size:.56rem;text-transform:uppercase;letter-spacing:.12em;font-weight:700;color:var(--fg-mute);grid-column:2}.stat-cards__val.svelte-obb2h9{grid-column:2;font-size:1.35rem;font-weight:900;font-variant-numeric:tabular-nums;color:var(--fg);line-height:1}.gauges.svelte-obb2h9{display:grid;grid-template-columns:1fr 1fr;gap:.85rem}.gauge.svelte-obb2h9{position:relative;margin:0;display:flex;flex-direction:column;align-items:center;gap:.35rem}.gauge__svg.svelte-obb2h9{width:84px;height:84px}.gauge__val.svelte-obb2h9{position:absolute;top:32px;left:0;right:0;text-align:center;font-size:1.05rem;font-weight:900;font-variant-numeric:tabular-nums;color:var(--fg);line-height:1}.gauge__val.svelte-obb2h9 em:where(.svelte-obb2h9){font-style:normal;font-size:.7rem;color:var(--fg-mute);margin-left:.05rem}.gauge__cap.svelte-obb2h9{font-size:.56rem;text-transform:uppercase;letter-spacing:.14em;font-weight:700;color:var(--fg-mute);margin:0}.trend-list.svelte-obb2h9{list-style:none;margin:0;padding:0}.trend-list.svelte-obb2h9 li:where(.svelte-obb2h9){border-bottom:1px solid var(--border);transition:background .13s}.trend-list.svelte-obb2h9 li:where(.svelte-obb2h9):last-child{border-bottom:0}.trend-list.svelte-obb2h9 li:where(.svelte-obb2h9):hover{background:var(--bg-soft)}.trend-list.svelte-obb2h9 li:where(.svelte-obb2h9) a:where(.svelte-obb2h9){display:flex;justify-content:space-between;align-items:baseline;padding:.35rem 0;font-size:.78rem;color:var(--fg);text-decoration:none}.trend-list.svelte-obb2h9 li:where(.svelte-obb2h9) a:where(.svelte-obb2h9):hover{color:var(--accent)}.trend-list.svelte-obb2h9 li:where(.svelte-obb2h9) a:where(.svelte-obb2h9) em:where(.svelte-obb2h9){font-style:normal;color:var(--fg-mute);font-variant-numeric:tabular-nums;font-size:.74rem}.attribution.svelte-obb2h9{margin:1.5rem 0 0;font-size:.62rem;letter-spacing:.14em;text-transform:uppercase;color:var(--fg-fade)}.attribution.svelte-obb2h9 code:where(.svelte-obb2h9){font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:.65rem;color:var(--fg-mute)}.now.svelte-obb2h9{padding:.5rem 1rem .7rem;display:flex;flex-direction:column;gap:.45rem}.now__row.svelte-obb2h9{display:flex;align-items:center;gap:.7rem;flex-wrap:wrap}.now__row--meta.svelte-obb2h9{min-height:56px}.now__row--mix.svelte-obb2h9,.now__row--vis-presets.svelte-obb2h9,.now__row--vis-mix.svelte-obb2h9,.now__row--seq.svelte-obb2h9,.now__row--sounds.svelte-obb2h9{border-top:1px dashed var(--border);padding-top:.5rem}.now__row--sounds.svelte-obb2h9{flex-direction:column;align-items:stretch;gap:.4rem}.sounds-list.svelte-obb2h9{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.3rem;max-height:240px;overflow-y:auto}.sounds-list__row.svelte-obb2h9{display:grid;grid-template-columns:28px 1fr auto;grid-template-rows:auto auto;align-items:center;gap:.2rem .5rem;padding:.4rem .5rem;border:1px solid var(--border);background:var(--panel-bg)}.sounds-list__row--on.svelte-obb2h9{border-color:var(--accent);background:color-mix(in srgb,var(--accent) 6%,transparent)}.sounds-list__play.svelte-obb2h9{appearance:none;font:inherit;cursor:pointer;grid-row:1 / span 2;background:transparent;border:1px solid var(--border);color:var(--fg-mute);width:26px;height:26px;font-size:.95rem;line-height:1;display:inline-flex;align-items:center;justify-content:center}.sounds-list__row--on.svelte-obb2h9 .sounds-list__play:where(.svelte-obb2h9){background:var(--accent);border-color:var(--accent);color:#fff}.sounds-list__play.svelte-obb2h9:hover{color:var(--accent);border-color:var(--accent)}.sounds-list__meta.svelte-obb2h9{display:flex;align-items:baseline;gap:.4rem;min-width:0;grid-column:2}.sounds-list__title.svelte-obb2h9{font-size:.78rem;font-weight:700;color:var(--fg);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sounds-list__by.svelte-obb2h9{font-style:normal;font-size:.66rem;color:var(--fg-mute);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sounds-list__sub.svelte-obb2h9{display:inline-flex;flex-wrap:wrap;gap:.25rem;grid-column:2}.sounds-list__chip.svelte-obb2h9{font-size:.52rem;letter-spacing:.1em;text-transform:uppercase;font-weight:700;color:var(--fg-mute);padding:.1rem .35rem;border:1px solid var(--border)}.sounds-list__chip--tag.svelte-obb2h9{color:var(--accent);border-color:color-mix(in srgb,var(--accent) 40%,var(--border))}.sounds-list__vol.svelte-obb2h9{grid-row:1 / span 2;grid-column:3;display:inline-flex;align-items:center;gap:.25rem;color:var(--fg-mute)}.sounds-list__vol.svelte-obb2h9 input[type=range]:where(.svelte-obb2h9){appearance:none;-webkit-appearance:none;width:64px;height:3px;background:var(--bar-track);outline:none;cursor:pointer}.sounds-list__vol.svelte-obb2h9 input[type=range]:where(.svelte-obb2h9)::-webkit-slider-thumb{appearance:none;-webkit-appearance:none;width:10px;height:10px;background:var(--accent);border:0;cursor:pointer}.sounds-list__vol.svelte-obb2h9 input[type=range]:where(.svelte-obb2h9)::-moz-range-thumb{width:10px;height:10px;background:var(--accent);border:0;cursor:pointer}.now__row--seq.svelte-obb2h9{flex-direction:column;align-items:stretch;gap:.45rem}.seq-presets.svelte-obb2h9{display:flex;align-items:center;gap:.3rem;flex-wrap:wrap}.seq-wrap.svelte-obb2h9{border:1px solid var(--border);max-height:320px;overflow-y:auto}.pulse--dark.svelte-obb2h9 .seq-wrap:where(.svelte-obb2h9){background:var(--bg-soft)}.row-label.svelte-obb2h9{font-size:.55rem;font-weight:800;text-transform:uppercase;letter-spacing:.18em;color:var(--fg-mute);min-width:70px}.row-sep.svelte-obb2h9{display:inline-block;width:1px;height:18px;background:var(--border);margin:0 .25rem}.now__left.svelte-obb2h9{display:flex;align-items:baseline;gap:.7rem;flex-wrap:wrap;min-width:0}.now__eyebrow.svelte-obb2h9{text-transform:uppercase;letter-spacing:.22em;font-size:.6rem;font-weight:800;color:var(--fg-mute)}.now__title.svelte-obb2h9{font-size:.95rem;font-weight:900;letter-spacing:-.01em;color:var(--fg)}.now__sub.svelte-obb2h9{font-size:.72rem;color:var(--fg-soft)}.now__presets.svelte-obb2h9{display:flex;flex-wrap:wrap;gap:.3rem;flex:1 1 auto;min-width:0;justify-content:center}.now__right.svelte-obb2h9{display:flex;align-items:center;gap:1rem}.now__err.svelte-obb2h9{color:var(--err);font-size:.7rem}.now__meters.svelte-obb2h9{display:flex;gap:1rem;margin:0;align-items:baseline}.now__meters.svelte-obb2h9>div:where(.svelte-obb2h9),.now__meters.svelte-obb2h9 dt:where(.svelte-obb2h9),.now__meters.svelte-obb2h9 dd:where(.svelte-obb2h9){margin:0}.now__meters.svelte-obb2h9 dt:where(.svelte-obb2h9){font-size:.5rem;text-transform:uppercase;letter-spacing:.18em;font-weight:800;color:var(--fg-mute);line-height:1;margin-bottom:.2rem}.now__meters.svelte-obb2h9 dd:where(.svelte-obb2h9){font-size:1.05rem;font-weight:900;font-variant-numeric:tabular-nums;color:var(--fg);line-height:1;min-width:1.8em}.now__meters.svelte-obb2h9 dd:where(.svelte-obb2h9) em:where(.svelte-obb2h9){font-style:normal;font-size:.65rem;color:var(--fg-mute);margin-left:.08rem}.now__meters-mood.svelte-obb2h9{color:var(--accent)!important;font-size:.95rem!important;letter-spacing:.04em}.chip.svelte-obb2h9{appearance:none;font:inherit;display:inline-flex;align-items:center;gap:.3rem;padding:.32rem .55rem;background:transparent;color:var(--fg);border:1px solid var(--border);font-size:.6rem;font-weight:800;text-transform:uppercase;letter-spacing:.12em;cursor:pointer;white-space:nowrap;transition:background .13s,color .13s,border-color .13s}.chip.svelte-obb2h9 i:where(.svelte-obb2h9){font-size:.85rem;color:var(--fg-mute)}.chip.svelte-obb2h9:hover{border-color:var(--accent)}.chip.svelte-obb2h9:hover i:where(.svelte-obb2h9){color:var(--accent)}.chip--on.svelte-obb2h9{background:var(--c, var(--accent));border-color:var(--c, var(--accent));color:#fff}.chip--on.svelte-obb2h9 i:where(.svelte-obb2h9){color:#fff}.chip--vis.svelte-obb2h9{letter-spacing:.14em}.chip--stop.svelte-obb2h9{border-color:var(--fg)}.palette-btn.svelte-obb2h9{appearance:none;font:inherit;width:40px;height:22px;background:var(--pbg, #000);color:var(--pstr, #fff);border:2px solid var(--pbg, #000);outline:1px solid var(--border);font-size:.52rem;font-weight:900;letter-spacing:.08em;cursor:pointer;position:relative;display:inline-flex;align-items:center;justify-content:center;transition:outline .13s}.palette-btn.svelte-obb2h9:after{content:"";position:absolute;right:3px;bottom:3px;width:6px;height:6px;background:var(--pacc, var(--accent))}.palette-btn--on.svelte-obb2h9{outline:2px solid var(--fg);outline-offset:1px}.slot.svelte-obb2h9{display:inline-flex;align-items:center;gap:.4rem;font-size:.54rem;text-transform:uppercase;letter-spacing:.14em;font-weight:800;color:var(--fg-mute)}.slot.svelte-obb2h9 input[type=range]:where(.svelte-obb2h9){appearance:none;-webkit-appearance:none;width:72px;height:4px;background:var(--bar-track);outline:none;cursor:pointer;margin:0}.slot.svelte-obb2h9 input[type=range]:where(.svelte-obb2h9)::-webkit-slider-thumb{appearance:none;-webkit-appearance:none;width:12px;height:12px;background:var(--accent);border:0;cursor:pointer}.slot.svelte-obb2h9 input[type=range]:where(.svelte-obb2h9)::-moz-range-thumb{width:12px;height:12px;background:var(--accent);border:0;cursor:pointer}.block--vc.svelte-obb2h9{border-top:1px dashed var(--border);padding-top:1rem;margin-top:.4rem}.vc-head.svelte-obb2h9{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.vc-head.svelte-obb2h9 .block__label:where(.svelte-obb2h9){margin:0}.vc-reset.svelte-obb2h9{appearance:none;font:inherit;cursor:pointer;background:transparent;color:var(--accent);border:0;padding:0;font-size:.55rem;font-weight:800;text-transform:uppercase;letter-spacing:.16em}.vc-reset.svelte-obb2h9:hover{opacity:.75}.vc-modes.svelte-obb2h9{display:grid;grid-template-columns:1fr 1fr 1fr;gap:.3rem;margin-bottom:.6rem}.vc-mode.svelte-obb2h9{appearance:none;font:inherit;cursor:pointer;background:transparent;border:1px solid var(--border);color:var(--fg-mute);padding:.35rem .4rem;font-size:.62rem;font-weight:800;text-transform:uppercase;letter-spacing:.18em}.vc-mode.svelte-obb2h9:hover{color:var(--fg);border-color:var(--fg-mute)}.vc-mode--on.svelte-obb2h9{background:var(--accent);border-color:var(--accent);color:#fff}.cl-head.svelte-obb2h9{display:flex;align-items:center;justify-content:space-between;margin-bottom:.4rem}.cl-label.svelte-obb2h9{font-size:.55rem;font-weight:800;text-transform:uppercase;letter-spacing:.18em;color:var(--fg-mute)}.cl-adds.svelte-obb2h9{display:inline-flex;gap:.2rem}.cl-add.svelte-obb2h9{appearance:none;font:inherit;cursor:pointer;background:transparent;border:1px solid var(--border);color:var(--fg-mute);padding:.15rem .35rem;font-size:.6rem;font-weight:800}.cl-add.svelte-obb2h9:hover{color:var(--accent);border-color:var(--accent)}.cl-list.svelte-obb2h9{list-style:none;margin:0 0 .4rem;padding:0;display:flex;flex-direction:column;gap:.25rem}.cl-row.svelte-obb2h9{display:grid;grid-template-columns:18px 1fr 18px 18px 18px 18px;align-items:center;gap:.2rem;border:1px solid var(--border);padding:.25rem .4rem;font-size:.62rem}.cl-row--on.svelte-obb2h9{border-color:var(--accent);background:color-mix(in srgb,var(--accent) 6%,transparent)}.cl-vis.svelte-obb2h9,.cl-pick.svelte-obb2h9,.cl-mv.svelte-obb2h9,.cl-del.svelte-obb2h9{appearance:none;font:inherit;cursor:pointer;background:transparent;border:0;color:var(--fg-mute);padding:0;line-height:1}.cl-pick.svelte-obb2h9{text-align:left;font-weight:700;text-transform:capitalize;color:var(--fg);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cl-row--on.svelte-obb2h9 .cl-pick:where(.svelte-obb2h9){color:var(--accent)}.cl-vis.svelte-obb2h9 i:where(.svelte-obb2h9){font-size:.85rem}.cl-mv.svelte-obb2h9:hover,.cl-vis.svelte-obb2h9:hover{color:var(--accent)}.cl-mv.svelte-obb2h9:disabled,.cl-del.svelte-obb2h9:disabled{opacity:.25;cursor:not-allowed}.cl-del.svelte-obb2h9:hover{color:var(--err)}.vc-presets.svelte-obb2h9{display:grid;grid-template-columns:1fr 1fr;gap:.3rem;margin-bottom:.75rem}.vc-chip.svelte-obb2h9{width:100%;justify-content:center;padding:.38rem .4rem}.vc-palettes.svelte-obb2h9{display:grid;grid-template-columns:repeat(4,1fr);gap:.3rem;margin-bottom:.85rem}.vc-pal.svelte-obb2h9{width:100%;height:22px}.vc-sliders.svelte-obb2h9{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.85rem}.vc-slot.svelte-obb2h9{display:grid;grid-template-columns:1fr auto;align-items:baseline;gap:.4rem;font-size:.55rem;text-transform:uppercase;letter-spacing:.14em;font-weight:800;color:var(--fg-mute);cursor:pointer}.vc-slot.svelte-obb2h9 em:where(.svelte-obb2h9){font-style:normal;color:var(--fg);font-variant-numeric:tabular-nums;font-size:.6rem;font-weight:800}.vc-slot.svelte-obb2h9 input[type=range]:where(.svelte-obb2h9){grid-column:1 / -1;appearance:none;-webkit-appearance:none;width:100%;height:3px;background:var(--bar-track);outline:none;cursor:pointer;margin:.25rem 0 0}.vc-slot.svelte-obb2h9 input[type=range]:where(.svelte-obb2h9)::-webkit-slider-thumb{appearance:none;-webkit-appearance:none;width:12px;height:12px;background:var(--accent);border:0;cursor:pointer}.vc-slot.svelte-obb2h9 input[type=range]:where(.svelte-obb2h9)::-moz-range-thumb{width:12px;height:12px;background:var(--accent);border:0;cursor:pointer}.vc-actions.svelte-obb2h9{display:grid;grid-template-columns:1fr 1fr;gap:.3rem}.vc-act.svelte-obb2h9{width:100%;justify-content:center;padding:.4rem}.vc-off.svelte-obb2h9{padding:.6rem 0}.vc-off.svelte-obb2h9 .block__label:where(.svelte-obb2h9){margin-bottom:.5rem}.vc-off.svelte-obb2h9 .muted:where(.svelte-obb2h9){font-size:.72rem;line-height:1.5}.debug.svelte-obb2h9{position:absolute;left:50%;top:5rem;transform:translate(-50%);z-index:9;width:min(92vw,600px);max-height:70vh;overflow:auto;padding:.85rem 1rem;background:var(--bg);border:1px solid var(--border);font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:.62rem;line-height:1.4;color:var(--fg);box-shadow:0 8px 24px #0000002e}.debug__title.svelte-obb2h9{margin:0 0 .3rem;text-transform:uppercase;letter-spacing:.14em;font-size:.55rem;color:var(--fg-mute)}.debug.svelte-obb2h9 pre:where(.svelte-obb2h9){margin:0;white-space:pre-wrap;word-break:break-word;color:var(--accent)}.noscript.svelte-obb2h9{position:fixed;left:1rem;top:5rem;z-index:10;color:var(--fg)}.pulse--projector.svelte-obb2h9{grid-template-columns:1fr;grid-template-rows:1fr;grid-template-areas:"center";min-height:100svh}.pulse--projector.svelte-obb2h9 .col--left:where(.svelte-obb2h9),.pulse--projector.svelte-obb2h9 .col--right:where(.svelte-obb2h9),.pulse--projector.svelte-obb2h9 .now:where(.svelte-obb2h9),.pulse--projector.svelte-obb2h9 .debug:where(.svelte-obb2h9){display:none}.pulse--projector.svelte-obb2h9 .col--center:where(.svelte-obb2h9){padding:0}.pulse--projector.svelte-obb2h9 .center__top:where(.svelte-obb2h9){display:none}.pulse--projector.svelte-obb2h9 .center__art:where(.svelte-obb2h9){padding:0;position:absolute;inset:0}.pulse--transparent.svelte-obb2h9,.pulse--transparent.svelte-obb2h9 .col--left:where(.svelte-obb2h9),.pulse--transparent.svelte-obb2h9 .col--right:where(.svelte-obb2h9),.pulse--transparent.svelte-obb2h9 .col--center:where(.svelte-obb2h9),.pulse--transparent.svelte-obb2h9 .now:where(.svelte-obb2h9){background:transparent}.pulse--transparent.svelte-obb2h9 .col--left:where(.svelte-obb2h9){border-right:0}.pulse--transparent.svelte-obb2h9 .col--right:where(.svelte-obb2h9){border-left:0}.pulse--transparent.svelte-obb2h9 .now:where(.svelte-obb2h9){border-top:0}@media(max-width:900px){.pulse.svelte-obb2h9{height:auto;min-height:calc(100svh - 4rem);grid-template-columns:1fr;grid-template-rows:auto auto auto auto;grid-template-areas:"left" "center" "right" "now"}.col--left.svelte-obb2h9,.col--right.svelte-obb2h9{border:0;border-bottom:1px solid var(--border);max-height:none;overflow-y:visible;min-height:auto}.col--center.svelte-obb2h9{min-height:50vh}.center__art.svelte-obb2h9 svg{min-height:300px}.now.svelte-obb2h9{padding:.6rem .75rem}.now__presets.svelte-obb2h9{justify-content:flex-start}.row-label.svelte-obb2h9{min-width:0}.stat-cards.svelte-obb2h9{grid-template-columns:1fr 1fr}}@media(prefers-reduced-motion:reduce){.bar.svelte-obb2h9 i:where(.svelte-obb2h9),.cats__bar.svelte-obb2h9 b:where(.svelte-obb2h9){transition:none}.live-badge__dot.svelte-obb2h9{animation:none}}
