@property --editor-dim-opacity{syntax: "<number>"; inherits: true; initial-value: .34;}@property --editor-blur-opacity{syntax: "<number>"; inherits: true; initial-value: .28;}@property --editor-blur-radius{syntax: "<length>"; inherits: true; initial-value: 7px;}@property --editor-frame-border-opacity{syntax: "<number>"; inherits: true; initial-value: 0;}.landing-page.svelte-1uha8ag{padding:0;background:#0f1112;color:#dfe7e2}h1.svelte-1uha8ag,h2.svelte-1uha8ag,h3.svelte-1uha8ag{margin:0}.app-header{position:sticky;top:0;z-index:30;border-bottom:0;background:transparent;transition:backdrop-filter .22s ease,background .18s ease}body.landing-header-scrolled .app-header{background:#0f11122e;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.app-header .topbar{transition:opacity .22s ease,transform .24s ease}body.landing-header-scrolled .app-header .topbar{opacity:.78;transform:translateY(-.18rem)}.app-header .gradient-text{background:none;color:#a7cfca;-webkit-text-fill-color:currentColor}h1.svelte-1uha8ag{max-width:64rem;color:#f5faf7;background:none;-webkit-text-fill-color:currentColor;font-size:clamp(3.1rem,8.6vw,8.2rem);font-weight:700;letter-spacing:0;line-height:.92;text-wrap:balance}.hero-actions.svelte-1uha8ag{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:1.65rem}.hero-actions.svelte-1uha8ag a:where(.svelte-1uha8ag){min-height:2.75rem;padding:.7rem 1.08rem;border:0;border-radius:8px 0;background:#7fb7d814;color:#eef5f1;font-size:.88rem;font-weight:700;transition:background .16s ease,color .16s ease}.hero-actions.svelte-1uha8ag a:where(.svelte-1uha8ag):hover,.hero-actions.svelte-1uha8ag a:where(.svelte-1uha8ag):focus-visible{background:#7fb7d81f;color:#f5faf7;outline:none}.hero-actions.svelte-1uha8ag .primary-action:where(.svelte-1uha8ag){background:#7fb7d814;color:#f5faf7}.pitch-stage.svelte-1uha8ag{position:relative}.sticky-editor.svelte-1uha8ag{--focus-left: 0%;--focus-top: 100%;--focus-width: 0%;--focus-height: 0%;--spotlight-opacity: 0;--editor-frame-width: max(100vw, 202.94svh);--editor-dim-opacity: .34;--editor-blur-opacity: .28;--editor-blur-radius: 7px;--editor-frame-border-opacity: 0;position:sticky;top:0;height:100svh;overflow:hidden;background:#101214;transition:--editor-dim-opacity .52s cubic-bezier(.2,.8,.2,1),--editor-blur-opacity .52s cubic-bezier(.2,.8,.2,1),--editor-blur-radius .52s cubic-bezier(.2,.8,.2,1),--editor-frame-border-opacity .52s cubic-bezier(.2,.8,.2,1)}.editor-frame.svelte-1uha8ag{position:absolute;top:50%;left:50%;width:var(--editor-frame-width);aspect-ratio:1936/954;overflow:hidden;transform:translate(-50%,-50%);transition:width .52s cubic-bezier(.2,.8,.2,1)}.mobile-focus-copy.svelte-1uha8ag{display:none}.editor-frame.svelte-1uha8ag:after{content:"";position:absolute;inset:0;z-index:3;box-shadow:inset 0 0 0 1px rgba(232,244,241,calc(var(--editor-frame-border-opacity) * .42)),0 0 1.5rem rgba(143,195,199,calc(var(--editor-frame-border-opacity) * .16));opacity:var(--editor-frame-border-opacity);pointer-events:none}.framed-line-wrap.svelte-1uha8ag{position:absolute;top:0;right:1.5vw;bottom:calc(50% + min(23.15vw,44svh));left:1.5vw;z-index:2;display:grid;align-items:center;justify-items:center;opacity:0;pointer-events:none;transform:translateY(.65rem);transition:opacity .26s ease,transform .32s cubic-bezier(.42,0,1,1)}.framed-line.svelte-1uha8ag{width:min(97vw,178.45svh);max-width:100%;color:#f5faf7;background:none;-webkit-text-fill-color:currentColor;font-size:clamp(1.35rem,3.15vw,3.35rem);font-weight:700;letter-spacing:0;line-height:1.02;text-align:center;text-wrap:balance}.editor-field.svelte-1uha8ag{position:absolute;inset:0;z-index:0;width:100%;height:100%;object-fit:cover;object-position:center;filter:saturate(.86) brightness(.64)}.editor-dim.svelte-1uha8ag{position:absolute;inset:0;z-index:1;background:rgba(15,17,18,var(--editor-dim-opacity));transition:background .52s cubic-bezier(.2,.8,.2,1)}.editor-blur.svelte-1uha8ag{position:absolute;z-index:2;background:rgba(15,17,18,var(--editor-blur-opacity));backdrop-filter:blur(var(--editor-blur-radius));-webkit-backdrop-filter:blur(var(--editor-blur-radius));transition:left .28s ease,top .28s ease,width .28s ease,height .28s ease,background .52s cubic-bezier(.2,.8,.2,1),backdrop-filter .52s cubic-bezier(.2,.8,.2,1),-webkit-backdrop-filter .52s cubic-bezier(.2,.8,.2,1)}.editor-blur-top.svelte-1uha8ag{left:0;top:0;width:100%;height:var(--focus-top)}.editor-blur-right.svelte-1uha8ag{left:calc(var(--focus-left) + var(--focus-width));top:var(--focus-top);width:calc(100% - var(--focus-left) - var(--focus-width));height:var(--focus-height)}.editor-blur-bottom.svelte-1uha8ag{left:0;top:calc(var(--focus-top) + var(--focus-height));width:100%;height:calc(100% - var(--focus-top) - var(--focus-height))}.editor-blur-left.svelte-1uha8ag{left:0;top:var(--focus-top);width:var(--focus-left);height:var(--focus-height)}.editor-spotlight.svelte-1uha8ag{position:absolute;z-index:4;left:var(--focus-left);top:var(--focus-top);width:var(--focus-width);height:var(--focus-height);background:#e8f4f114;box-shadow:inset 0 0 0 1px #e8f4f138,0 0 2.5rem #8fc3c738;opacity:var(--spotlight-opacity);pointer-events:none;transition:left .28s ease,top .28s ease,width .28s ease,height .28s ease,opacity .18s ease}.toolbar-copy-mask.svelte-1uha8ag{position:absolute;top:8.95%;right:2.5%;left:2.5%;z-index:3;height:29%;overflow:hidden;opacity:0;pointer-events:none;transform:translateY(-.35rem);transition:opacity .18s ease,transform .26s ease}.toolbar-copy.svelte-1uha8ag{display:grid;justify-items:center;width:min(56rem,100%);margin:0 auto;padding-top:clamp(1.1rem,2vw,1.7rem);text-align:center}.toolbar-copy.svelte-1uha8ag h3:where(.svelte-1uha8ag){max-width:48rem;color:#f5faf7;font-size:clamp(1.45rem,3vw,3.15rem);font-weight:700;letter-spacing:0;line-height:1.02;text-wrap:balance;overflow-wrap:normal;word-break:keep-all}.toolbar-copy.svelte-1uha8ag span:where(.svelte-1uha8ag){display:block;max-width:42rem;margin-top:.75rem;color:#f5faf7bd;font-size:clamp(.92rem,1.25vw,1.12rem);line-height:1.55;opacity:0;transform:translateY(-.65rem);transition:opacity .2s ease .12s,transform .26s ease .12s}.chord-copy-mask.svelte-1uha8ag{position:absolute;top:14%;left:13.4%;z-index:3;width:min(38rem,34%);height:44%;overflow:hidden;opacity:0;pointer-events:none;transform:translate(-.5rem);transition:opacity .18s ease,transform .26s ease}.chord-copy.svelte-1uha8ag{display:grid;align-content:start;padding-left:clamp(1rem,2vw,1.65rem);text-align:left}.chord-copy.svelte-1uha8ag h3:where(.svelte-1uha8ag){max-width:30rem;color:#f5faf7;font-size:clamp(1.35rem,2.75vw,2.85rem);font-weight:700;letter-spacing:0;line-height:1.03;text-wrap:balance;overflow-wrap:normal;word-break:keep-all}.chord-copy.svelte-1uha8ag span:where(.svelte-1uha8ag){display:block;max-width:28rem;margin-top:.75rem;color:#f5faf7bd;font-size:clamp(.92rem,1.18vw,1.08rem);line-height:1.55;opacity:0;transform:translate(-.65rem);transition:opacity .2s ease .12s,transform .26s ease .12s}.lyric-copy-mask.svelte-1uha8ag{position:absolute;top:14%;right:15.8%;z-index:3;width:min(38rem,34%);height:44%;overflow:hidden;opacity:0;pointer-events:none;transform:translate(.5rem);transition:opacity .18s ease,transform .26s ease}.lyric-copy.svelte-1uha8ag{display:grid;justify-items:end;align-content:start;padding-right:clamp(1rem,2vw,1.65rem);text-align:right}.lyric-copy.svelte-1uha8ag h3:where(.svelte-1uha8ag){max-width:30rem;color:#f5faf7;font-size:clamp(1.35rem,2.75vw,2.85rem);font-weight:700;letter-spacing:0;line-height:1.03;text-wrap:balance;overflow-wrap:normal;word-break:keep-all}.lyric-copy.svelte-1uha8ag span:where(.svelte-1uha8ag){display:block;max-width:28rem;margin-top:.75rem;color:#f5faf7bd;font-size:clamp(.92rem,1.18vw,1.08rem);line-height:1.55;opacity:0;transform:translate(.65rem);transition:opacity .2s ease .12s,transform .26s ease .12s}.landing-page[data-active-beat=framed].svelte-1uha8ag .sticky-editor:where(.svelte-1uha8ag),.landing-page[data-active-beat=toolbar].svelte-1uha8ag .sticky-editor:where(.svelte-1uha8ag){--editor-frame-width: min(94vw, 178.45svh)}.landing-page[data-active-beat=framed].svelte-1uha8ag .sticky-editor:where(.svelte-1uha8ag){--editor-dim-opacity: 0;--editor-blur-opacity: 0;--editor-blur-radius: 0px;--editor-frame-border-opacity: 1}.landing-page[data-active-beat=framed].svelte-1uha8ag .framed-line-wrap:where(.svelte-1uha8ag){opacity:1;transform:translateY(0)}.landing-page[data-active-beat=intro].svelte-1uha8ag .framed-line-wrap:where(.svelte-1uha8ag){opacity:0;transform:translate(-5rem)}body.landing-near-hero .landing-page.svelte-1uha8ag .framed-line-wrap:where(.svelte-1uha8ag){opacity:0;transform:translate(-5rem)}.landing-page[data-active-beat=toolbar].svelte-1uha8ag .framed-line-wrap:where(.svelte-1uha8ag),.landing-page[data-active-beat=chords].svelte-1uha8ag .framed-line-wrap:where(.svelte-1uha8ag),.landing-page[data-active-beat=lyrics].svelte-1uha8ag .framed-line-wrap:where(.svelte-1uha8ag){opacity:0;transform:translate(5rem)}.landing-page[data-active-beat=toolbar].svelte-1uha8ag .sticky-editor:where(.svelte-1uha8ag){--focus-left: 0%;--focus-top: 0%;--focus-width: 100%;--focus-height: 9.2%;--spotlight-opacity: 1}.landing-page[data-active-beat=toolbar].svelte-1uha8ag .toolbar-copy-mask:where(.svelte-1uha8ag){opacity:1;transform:translateY(0)}.landing-page[data-active-beat=toolbar].svelte-1uha8ag .toolbar-copy:where(.svelte-1uha8ag) span:where(.svelte-1uha8ag){opacity:1;transform:translateY(0)}.landing-page[data-active-beat=chords].svelte-1uha8ag .chord-copy-mask:where(.svelte-1uha8ag){opacity:1;transform:translate(0)}.landing-page[data-active-beat=chords].svelte-1uha8ag .chord-copy:where(.svelte-1uha8ag) span:where(.svelte-1uha8ag){opacity:1;transform:translate(0)}.landing-page[data-active-beat=lyrics].svelte-1uha8ag .lyric-copy-mask:where(.svelte-1uha8ag){opacity:1;transform:translate(0)}.landing-page[data-active-beat=lyrics].svelte-1uha8ag .lyric-copy:where(.svelte-1uha8ag) span:where(.svelte-1uha8ag){opacity:1;transform:translate(0)}.landing-page[data-active-beat=chords].svelte-1uha8ag .sticky-editor:where(.svelte-1uha8ag){--editor-frame-width: min(94vw, 178.45svh);--focus-left: 0%;--focus-top: 9.2%;--focus-width: 13.4%;--focus-height: 86.8%;--spotlight-opacity: 1}.landing-page[data-active-beat=lyrics].svelte-1uha8ag .sticky-editor:where(.svelte-1uha8ag){--editor-frame-width: min(94vw, 178.45svh);--focus-left: 84.2%;--focus-top: 9.2%;--focus-width: 15.8%;--focus-height: 86.8%;--spotlight-opacity: 1}.stage-copy.svelte-1uha8ag{position:relative;z-index:1;display:grid;margin-top:-100svh}.stage-panel.svelte-1uha8ag{display:grid;align-items:center;min-height:100svh;padding:clamp(4rem,10vw,8rem) max(1rem,(100vw - 1180px) / 2 + 1rem)}.framed-panel.svelte-1uha8ag,.toolbar-panel.svelte-1uha8ag,.chord-panel.svelte-1uha8ag,.lyric-panel.svelte-1uha8ag{pointer-events:none}.intro-panel.svelte-1uha8ag{justify-items:center;text-align:center}.intro-copy.svelte-1uha8ag{display:grid;justify-items:center;width:min(980px,100%)}.closing-section.svelte-1uha8ag h2:where(.svelte-1uha8ag){max-width:68rem;color:#f5faf7;background:none;-webkit-text-fill-color:currentColor;font-size:clamp(2.2rem,5vw,5rem);font-weight:700;letter-spacing:0;line-height:.98;text-wrap:balance}.closing-section.svelte-1uha8ag{display:grid;justify-items:center;width:100%;margin:0 auto;overflow:hidden;padding:clamp(5rem,10vw,8rem) 0 clamp(4.75rem,9vw,7rem);text-align:center}.closing-section.svelte-1uha8ag h2:where(.svelte-1uha8ag){width:min(1180px,100% - 2rem);margin-top:0}.chart-marquee.svelte-1uha8ag{position:relative;display:grid;width:100%;gap:.8rem;margin:clamp(2rem,4vw,3.2rem) 0 0;opacity:0;transform:translateY(1.4rem);animation:svelte-1uha8ag-closing-marquee-enter both;animation-timeline:view();animation-range:entry 10% cover 34%}.marquee-row.svelte-1uha8ag:before,.marquee-row.svelte-1uha8ag:after{content:"";position:absolute;top:50%;z-index:2;width:clamp(7rem,18vw,15rem);height:clamp(7rem,14vw,12rem);background:radial-gradient(circle at center,#0f1112c7,#0f111280 42%,#0f111200 74%);backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px);pointer-events:none}.marquee-row.svelte-1uha8ag:before{left:0;transform:translate(-64%,-50%);-webkit-mask-image:radial-gradient(circle at left center,#000 0%,#000 58%,transparent 78%);mask-image:radial-gradient(circle at left center,#000 0%,#000 58%,transparent 78%)}.marquee-row.svelte-1uha8ag:after{right:0;transform:translate(64%,-50%);-webkit-mask-image:radial-gradient(circle at right center,#000 0%,#000 58%,transparent 78%);mask-image:radial-gradient(circle at right center,#000 0%,#000 58%,transparent 78%)}.marquee-row.svelte-1uha8ag{position:relative;display:flex;width:100%;overflow:hidden}.marquee-track.svelte-1uha8ag{display:flex;width:max-content;min-width:200%;gap:.8rem;padding-inline:.4rem;transform:translateZ(0);will-change:transform}.chart-chip.svelte-1uha8ag{display:flex;align-items:center;justify-content:flex-start;gap:.85rem;min-width:clamp(14rem,23vw,22rem);min-height:5.6rem;padding:.7rem 1.05rem .7rem .7rem;border:0;border-radius:8px 0;background:#1d2024;color:#dfe7e2;text-align:left;text-decoration:none;transition:background .16s ease,transform .16s ease}.chart-chip.svelte-1uha8ag img:where(.svelte-1uha8ag){width:4.15rem;aspect-ratio:1;flex:0 0 auto;border-radius:6px 0;background:#dfe7e20f;object-fit:cover}.chart-chip-copy.svelte-1uha8ag{display:grid;min-width:0;padding-right:.35rem}.chart-chip.svelte-1uha8ag:hover,.chart-chip.svelte-1uha8ag:focus-visible{background:#dfe7e214;outline:none;transform:translateY(-1px)}.chart-chip.svelte-1uha8ag strong:where(.svelte-1uha8ag){overflow:hidden;font-size:clamp(1.05rem,1.45vw,1.35rem);font-weight:700;letter-spacing:0;line-height:1.1;text-overflow:ellipsis;white-space:nowrap}.chart-chip-copy.svelte-1uha8ag>span:where(.svelte-1uha8ag){overflow:hidden;margin-top:.35rem;color:#9ca8a3;font-size:.9rem;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}@keyframes svelte-1uha8ag-closing-marquee-enter{0%{opacity:0;transform:translateY(1.4rem)}to{opacity:1;transform:translateY(0)}}.landing-footer.svelte-1uha8ag{display:flex;flex-wrap:wrap;gap:.8rem;justify-content:center;padding:0 1rem 2rem;font-size:.72rem;line-height:1}.landing-footer.svelte-1uha8ag a:where(.svelte-1uha8ag){display:inline;min-height:0;padding:0;border:0;border-radius:0;background:transparent;color:#9ca8a3;opacity:.7;text-decoration:none}.landing-footer.svelte-1uha8ag a:where(.svelte-1uha8ag):hover,.landing-footer.svelte-1uha8ag a:where(.svelte-1uha8ag):focus-visible{color:#dfe7e2;opacity:.95;text-decoration:underline;text-underline-offset:.18em}@media(max-width:900px){.stage-panel.svelte-1uha8ag{padding-inline:1rem}}@media(max-width:560px){h1.svelte-1uha8ag{font-size:clamp(3rem,16vw,5.2rem)}.stage-panel.svelte-1uha8ag{min-height:calc(100svh - 3.25rem);padding-inline:.75rem}.hero-actions.svelte-1uha8ag a:where(.svelte-1uha8ag){flex:1 1 9rem}.landing-page[data-active-beat=toolbar].svelte-1uha8ag .editor-frame:where(.svelte-1uha8ag),.landing-page[data-active-beat=chords].svelte-1uha8ag .editor-frame:where(.svelte-1uha8ag),.landing-page[data-active-beat=lyrics].svelte-1uha8ag .editor-frame:where(.svelte-1uha8ag){width:500vw;transition:width .52s cubic-bezier(.2,.8,.2,1),transform .52s cubic-bezier(.2,.8,.2,1)}.landing-page[data-active-beat=toolbar].svelte-1uha8ag .editor-frame:where(.svelte-1uha8ag){transform:translate(-50%,-50%)}.landing-page[data-active-beat=toolbar].svelte-1uha8ag .sticky-editor:where(.svelte-1uha8ag){--focus-left: 36%;--focus-top: 0%;--focus-width: 28%;--focus-height: 9.2%}.landing-page[data-active-beat=chords].svelte-1uha8ag .editor-frame:where(.svelte-1uha8ag){transform:translate(calc(-50% + 216.5vw),-50%)}.landing-page[data-active-beat=lyrics].svelte-1uha8ag .editor-frame:where(.svelte-1uha8ag){transform:translate(calc(-50% - 210.5vw),-50%)}.toolbar-copy-mask.svelte-1uha8ag,.chord-copy-mask.svelte-1uha8ag,.lyric-copy-mask.svelte-1uha8ag{display:none}.mobile-focus-copy.svelte-1uha8ag{position:absolute;inset:0;z-index:8;display:none;align-content:end;padding:.9rem 1rem max(4.5rem,env(safe-area-inset-bottom));background:linear-gradient(to bottom,transparent 54%,rgba(15,17,18,.88) 78%,#0f1112 100%);pointer-events:none}.landing-page[data-active-beat=toolbar].svelte-1uha8ag .mobile-focus-copy:where(.svelte-1uha8ag),.landing-page[data-active-beat=chords].svelte-1uha8ag .mobile-focus-copy:where(.svelte-1uha8ag),.landing-page[data-active-beat=lyrics].svelte-1uha8ag .mobile-focus-copy:where(.svelte-1uha8ag){display:grid}.mobile-focus-copy.svelte-1uha8ag h3:where(.svelte-1uha8ag){max-width:21rem;margin:0;color:#f5faf7;font-size:clamp(2rem,10vw,3.25rem);font-weight:700;line-height:.98;text-wrap:balance}.mobile-focus-copy.svelte-1uha8ag span:where(.svelte-1uha8ag){max-width:22rem;margin-top:.8rem;color:#f5faf7bd;font-size:.95rem;line-height:1.5}}
