@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600;700&display=swap";.page{--accent: var(--app-accent);--accent-contrast: var(--app-accent-contrast);--accent-soft: var(--app-accent-alpha-18);min-height:100vh;background:var(--surface-canvas);color:var(--color-text);display:flex;flex-direction:column}.page__shell{width:min(1120px,92vw);margin:0 auto;flex:1;display:flex;flex-direction:column;gap:clamp(56px,8vw,96px);padding:clamp(48px,8vw,80px) 0 clamp(72px,10vw,128px)}.nav{display:flex;align-items:center;justify-content:space-between;gap:clamp(16px,4vw,32px)}.nav__brand{display:flex;align-items:center;gap:16px;font-weight:700;font-size:1.2rem;letter-spacing:-.01em;color:inherit;text-decoration:none}.nav__icon{width:44px;height:44px;display:block;border-radius:12px}.nav__mark{display:inline-flex;align-items:center;gap:10px}.nav__name{margin-left:-12px;margin-top:-4px;color:#fff;font-size:2em;font-family:var(--font-family-display, var(--font-family));font-weight:800;text-transform:lowercase;letter-spacing:-.05em}.nav__links{display:flex;align-items:center;gap:clamp(20px,5vw,36px);font-size:.78rem;text-transform:uppercase;letter-spacing:.28em;color:#f9f8ffb8}.nav__links a{color:inherit;text-decoration:none;transition:color .2s ease}.nav__links a:hover,.nav__links a:focus-visible{color:#fff}.nav__cta{border:none;border-radius:999px;padding:.7rem 1.6rem;font-family:var(--font-family);font-size:.88rem;font-weight:600;cursor:pointer;background:#fff;color:#0b0b0f;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 18px 38px #ffffff29}.nav__cta:hover,.nav__cta:focus-visible{transform:translateY(-1px);box-shadow:0 26px 60px #ffffff2e}.main{display:flex;flex-direction:column;gap:clamp(80px,10vw,140px)}.hero{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);align-items:center;gap:clamp(48px,8vw,96px)}.hero__copy{display:grid;gap:clamp(24px,5vw,32px)}.hero__eyebrow{text-transform:uppercase;font-size:.78rem;letter-spacing:.32em;color:var(--accent)}.hero__title{margin:0;font-family:var(--font-family-display, var(--font-family));font-size:clamp(3rem,6vw,4.4rem);line-height:.95;letter-spacing:-.02em;color:#fff}.hero__description{margin:0;max-width:56ch;font-size:clamp(1.06rem,2vw,1.2rem);line-height:1.6;color:#e7e4f6b8}.hero__actions{display:flex;flex-wrap:wrap;align-items:center;gap:20px}.hero__cta{border:none;border-radius:999px;padding:.85rem 2.4rem;font-size:.9rem;font-weight:700;cursor:pointer;font-family:var(--font-family);background:var(--accent);color:var(--accent-contrast);transition:transform .2s ease,box-shadow .2s ease}.hero__cta:hover,.hero__cta:focus-visible{transform:translateY(-1px)}.hero__link{display:inline-flex;align-items:center;gap:.4em;font-weight:600;color:#f9f8ffbf;text-decoration:none;transition:color .2s ease}.hero__link:hover,.hero__link:focus-visible{color:#fff}.waitlist{margin-top:clamp(12px,2vw,20px);padding:clamp(20px,3vw,28px);background:#111117;border:1px solid rgba(255,255,255,.08);border-radius:24px;display:grid;gap:clamp(14px,3vw,20px);max-width:520px}.waitlist__fields{display:flex;flex-wrap:wrap;gap:14px}.waitlist__input{flex:1 1 260px;padding:.95rem 1.3rem;border-radius:999px;border:1px solid rgba(255,255,255,.2);background:#0d0d11;color:#fff;font-size:.95rem;outline:none;transition:border-color .2s ease,background .2s ease}.waitlist__input::placeholder{color:#ebe8f899}.waitlist__input:focus{border-color:var(--accent);background:#111117}.waitlist__button{border:none;border-radius:999px;padding:.95rem 1.8rem;font-size:.88rem;font-weight:600;display:inline-flex;align-items:center;justify-content:center;gap:.4em;cursor:pointer;background:var(--accent);color:var(--accent-contrast);transition:transform .15s ease,box-shadow .2s ease,opacity .2s ease}.waitlist__button:hover:enabled{transform:translateY(-1px)}.waitlist__button:disabled{opacity:.45;cursor:not-allowed;transform:none;box-shadow:none}.waitlist__turnstile{display:flex;flex-direction:column;gap:12px;border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:12px 16px;width:fit-content}.waitlist__message{font-size:.9rem;margin:0}.waitlist__message--success{color:var(--color-success)}.waitlist__message--error,.waitlist__notice--error{color:var(--color-danger, #f59e0b)}.waitlist__fine{font-size:.8rem;opacity:.65;margin:0;color:#e7e4f6b3}.waitlist__notice{font-size:.85rem;margin:0}.hero__visual{position:relative;width:min(460px,86vw);margin-inline:auto;display:grid;gap:clamp(18px,4vw,28px)}.setlist-card{background:#0f0f15;color:#f8f7ff;border-radius:clamp(28px,6vw,38px);padding:clamp(28px,5vw,40px);display:grid;gap:clamp(20px,4vw,28px);box-shadow:0 40px 110px #00000080;border:1px solid rgba(255,255,255,.08)}.setlist-card__header{display:flex;align-items:center;justify-content:space-between;gap:18px}.setlist-card__pill{display:inline-flex;align-items:center;height:30px;padding:0 16px;border-radius:999px;font-size:.78rem;letter-spacing:.26em;text-transform:uppercase;background:#ffffff1a}.setlist-card__meta{display:grid;gap:4px;text-align:right}.setlist-card__title{font-size:clamp(1.2rem,3vw,1.6rem);font-weight:700;letter-spacing:-.01em}.setlist-card__time{font-size:.9rem;color:#f8f7ffb3}.setlist-card__tracks{list-style:none;margin:0;padding:0;display:grid;gap:16px}.setlist-card__track{display:flex;align-items:center;justify-content:space-between;gap:20px}.setlist-card__track-title{margin:0;font-size:1.05rem;font-weight:600;letter-spacing:-.01em}.setlist-card__track-artist{margin:4px 0 0;font-size:.9rem;color:#f8f7ffa6}.setlist-card__track-meta{display:flex;align-items:center;gap:14px}.setlist-card__badge{display:inline-flex;align-items:center;padding:4px 12px;border-radius:999px;font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;background:#ffffff1f}.setlist-card__badge--collection{color:#ffb347;background:#ffb3472e}.setlist-card__badge--spotify{color:#4ade80;background:#4ade8029}.setlist-card__badge--soundcloud{color:#ff8a4c;background:#ff8a4c2e}.setlist-card__badge--audius{color:#791ac4;background:#791ac42e}.setlist-card__track-duration{font-size:.85rem;color:#f8f7ff99}.setlist-card__footer{display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;align-items:center;border-top:1px solid rgba(255,255,255,.08);padding-top:14px;font-size:.88rem;color:#f8f7ffbf}.setlist-card__sync{max-width:18ch}.setlist-card__status{display:inline-flex;align-items:center;gap:8px;font-weight:600;color:var(--accent)}.setlist-card__dot{width:10px;height:10px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 6px #facc1538}.sources-card{position:absolute;bottom:clamp(-40px,-6vw,-20px);right:clamp(-14px,4vw,24px);background:#fff8d6;color:var(--accent-contrast);border-radius:20px;padding:18px 22px;width:min(220px,65vw);border:1px solid rgba(68,52,6,.14)}.sources-card__label{margin:0 0 12px;font-size:.78rem;letter-spacing:.28em;text-transform:uppercase}.sources-card__list{list-style:none;margin:0;padding:0;display:grid;gap:10px}.sources-card__list li{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:.9rem;font-weight:600}.sources-card__badge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;font-size:.7rem;text-transform:uppercase;letter-spacing:.18em}.sources-card__badge--local{background:#ffb34733;color:#b26500}.sources-card__badge--spotify{background:#4ade8033;color:#16763c}.sources-card__badge--soundcloud{background:#ff8a4c33;color:#b14a10}.sources-card__value{font-weight:600}.sources-card__note{margin:16px 0 0;font-size:.78rem;color:#1f1400a6;line-height:1.5}.features{display:grid;justify-items:center;gap:clamp(24px,4vw,36px);text-align:center}.features__eyebrow{text-transform:uppercase;font-size:.78rem;letter-spacing:.32em;color:var(--accent);margin:0}.features__title{margin:0;font-size:clamp(2.2rem,5vw,3rem);font-weight:700;letter-spacing:-.01em;color:#fff}.features__description{margin:0;max-width:60ch;color:#e7e4f6b8;line-height:1.6}.features__grid{width:100%;display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:clamp(20px,4vw,32px)}.feature-card{background:#111117;border-radius:28px;padding:clamp(28px,4vw,36px);border:1px solid rgba(255,255,255,.08);text-align:left;display:grid;gap:18px}.feature-card__icon{width:56px;height:56px;border-radius:16px;display:grid;place-items:center;background:var(--accent)}.feature-card__glyph{width:22px;height:22px;border-radius:6px;background:#fff;position:relative}.feature-card__glyph:after,.feature-card__glyph:before{content:"";position:absolute;border-radius:inherit;background:#ffffffa6}.feature-card__glyph:before{width:12px;height:12px;top:-6px;right:-6px}.feature-card__glyph:after{width:10px;height:10px;bottom:-6px;left:-6px}.feature-card__heading{margin:0;font-size:1.25rem;font-weight:700;color:#fff}.feature-card__body{margin:0;color:#e7e4f6bf;line-height:1.6}.feature-card--backup .feature-card__icon,.feature-card--analytics .feature-card__icon{background:var(--accent)}.footer{width:min(1120px,92vw);padding:clamp(48px,8vw,96px) 0;margin:0 auto clamp(24px,6vw,48px);color:#e7e4f6bf;display:grid;gap:clamp(32px,6vw,48px)}.footer__brand{display:flex;gap:20px;align-items:center}.footer__logo{width:40px;height:40px;border-radius:14px;background:var(--accent)}.footer__name{margin:0;font-size:1.1rem;font-weight:700;color:#fff}.footer__tagline{margin:6px 0 0;max-width:46ch;line-height:1.6}.footer__columns{display:flex;gap:clamp(48px,8vw,120px);flex-wrap:wrap}.footer__column{display:grid;gap:12px;min-width:160px}.footer__heading{margin:0 0 4px;font-size:.85rem;letter-spacing:.18em;text-transform:uppercase;color:#f9f8ffcc}.footer__column a{color:inherit;text-decoration:none;transition:color .2s ease}.footer__column a:hover,.footer__column a:focus-visible{color:#fff}.footer__legal{display:flex;align-items:center;justify-content:space-between;gap:24px;padding-top:24px;border-top:1px solid rgba(255,255,255,.08);font-size:.85rem;width:100%;flex-wrap:wrap}.footer__legal-links{display:inline-flex;align-items:center;gap:20px;flex-wrap:wrap}.footer__legal-links a{color:inherit;text-decoration:none;transition:color .2s ease}.footer__legal-links a:hover,.footer__legal-links a:focus-visible{color:#fff}@media (max-width: 960px){.hero{grid-template-columns:1fr;text-align:center}.hero__copy{justify-items:center}.hero__actions{justify-content:center}.waitlist{margin-left:auto;margin-right:auto}.hero__visual{margin-top:clamp(24px,6vw,40px);width:min(520px,100%)}.sources-card{position:static;width:100%;justify-self:center}}@media (max-width: 720px){.nav{flex-wrap:wrap;justify-content:center}.nav__links{order:3;width:100%;justify-content:center}.hero__actions{flex-direction:column}.hero__link{justify-content:center}.waitlist__fields{flex-direction:column}.waitlist__button{width:100%}.waitlist__turnstile{width:100%;align-items:center}.setlist-card__header{flex-direction:column;align-items:flex-start}.setlist-card__meta{text-align:left}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.setlist-card-container{position:relative;width:100%;height:100%;overflow:hidden}.setlist-card--current{position:relative;z-index:1}.setlist-card--next{position:absolute;top:0;left:0;width:100%;transform:translate(100%);z-index:2}@keyframes slideOut{0%{transform:translate(0);opacity:1}to{transform:translate(-100%);opacity:.5}}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.setlist-card--sliding-out{animation:slideOut .6s ease-in-out forwards}.setlist-card--sliding-in{animation:slideIn .6s ease-in-out forwards}:root{color-scheme:dark;--background: var(--stash-color-bg, var(--color-bg, #060606));--foreground: var(--stash-color-text, var(--color-text, #e9ecf5));--card: var(--stash-color-surface, var(--color-surface, #0c0d0f));--card-foreground: var(--stash-color-text, var(--color-text, #e9ecf5));--popover: var(--stash-color-overlay, var(--color-overlay, #121417));--popover-foreground: var(--stash-color-text, var(--color-text, #e9ecf5));--primary: var(--stash-color-text, var(--color-text, #e9ecf5));--primary-foreground: var(--stash-color-bg, var(--color-bg, #060606));--secondary: var(--stash-color-surface, var(--color-surface, #0c0d0f));--secondary-foreground: var(--stash-color-text, var(--color-text, #e9ecf5));--muted: var(--stash-color-surface, var(--color-surface, #0c0d0f));--muted-foreground: var(--stash-color-text-muted, var(--color-text-muted, #9aa1ad));--destructive: var(--stash-color-danger, var(--color-danger, #f87171));--destructive-foreground: var(--stash-color-bg, var(--color-bg, #060606));--border: var(--stash-color-border, var(--color-border, #1f2126));--input: var(--stash-color-surface, var(--color-surface, #0c0d0f));--ring: var( --stash-color-highlight, var(--color-highlight, var(--stash-color-accent, var(--color-accent, #8b8bff))) );--radius: var(--radius-md, 8px);--sidebar: var(--stash-color-bg, var(--color-bg, #060606));--sidebar-foreground: var(--stash-color-text, var(--color-text, #e9ecf5));--sidebar-primary: var( --stash-color-highlight, var(--color-highlight, var(--stash-color-accent, var(--color-accent, #8b8bff))) );--sidebar-primary-foreground: var(--stash-color-bg, var(--color-bg, #060606));--sidebar-accent: var(--stash-color-overlay, var(--color-overlay, #121417));--sidebar-accent-foreground: var(--stash-color-text, var(--color-text, #e9ecf5));--sidebar-border: var(--stash-color-border, var(--color-border, #1f2126));--sidebar-ring: var( --stash-color-highlight, var(--color-highlight, var(--stash-color-accent, var(--color-accent, #8b8bff))) );--app-accent: var(--stash-color-accent, var(--color-accent, #8b8bff));--app-accent-contrast: var(--stash-color-accent-contrast, var(--color-accent-contrast, #0c0d0f));--app-accent-border: color-mix(in srgb, var(--app-accent) 55%, transparent);--app-accent-border-strong: color-mix(in srgb, var(--app-accent) 45%, transparent);--app-accent-border-soft: color-mix(in srgb, var(--app-accent) 38%, transparent);--app-accent-surface: color-mix(in srgb, var(--app-accent) 18%, transparent);--app-accent-surface-strong: color-mix(in srgb, var(--app-accent) 28%, transparent);--app-accent-surface-soft: color-mix(in srgb, var(--app-accent) 24%, transparent);--app-accent-alpha-08: color-mix(in srgb, var(--app-accent) 8%, transparent);--app-accent-alpha-12: color-mix(in srgb, var(--app-accent) 12%, transparent);--app-accent-alpha-16: color-mix(in srgb, var(--app-accent) 16%, transparent);--app-accent-alpha-18: color-mix(in srgb, var(--app-accent) 18%, transparent);--app-accent-alpha-24: color-mix(in srgb, var(--app-accent) 24%, transparent);--app-accent-alpha-25: color-mix(in srgb, var(--app-accent) 25%, transparent);--app-accent-alpha-28: color-mix(in srgb, var(--app-accent) 28%, transparent);--app-accent-alpha-32: color-mix(in srgb, var(--app-accent) 32%, transparent);--app-accent-alpha-35: color-mix(in srgb, var(--app-accent) 35%, transparent);--app-accent-alpha-38: color-mix(in srgb, var(--app-accent) 38%, transparent);--app-accent-alpha-40: color-mix(in srgb, var(--app-accent) 40%, transparent);--app-accent-alpha-45: color-mix(in srgb, var(--app-accent) 45%, transparent);--app-accent-alpha-55: color-mix(in srgb, var(--app-accent) 55%, transparent);--app-accent-alpha-60: color-mix(in srgb, var(--app-accent) 60%, transparent);--app-accent-alpha-90: color-mix(in srgb, var(--app-accent) 90%, transparent);--app-accent-alpha-95: color-mix(in srgb, var(--app-accent) 95%, transparent);--app-accent-gradient: var(--app-accent);--app-accent-gradient-strong: var(--app-accent);--surface-canvas: var(--stash-color-bg, var(--color-bg, #060606));--surface-base: var(--stash-color-surface, var(--color-surface, #0c0d0f));--surface-muted: color-mix( in srgb, var(--stash-color-bg, var(--color-bg, #060606)) 55%, var(--stash-color-surface, var(--color-surface, #0c0d0f)) );--surface-subtle: color-mix( in srgb, var(--stash-color-bg, var(--color-bg, #060606)) 35%, var(--stash-color-surface, var(--color-surface, #0c0d0f)) );--surface-elevated: var(--stash-color-overlay, var(--color-overlay, #121417));--surface-hover: color-mix( in srgb, var(--stash-color-overlay, var(--color-overlay, #121417)) 55%, var(--stash-color-surface, var(--color-surface, #0c0d0f)) );--surface-overlay: color-mix( in srgb, var(--stash-color-overlay, var(--color-overlay, #121417)) 94%, transparent );--surface-translucent: color-mix( in srgb, var(--stash-color-text, var(--color-text, #e9ecf5)) 6%, transparent )}html,body{height:100%}body{margin:0;padding:0;font-family:IBM Plex Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--background);color:var(--foreground);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}a:hover,a:focus,a:active{text-decoration:none}button{background:none;border:0;color:inherit;font:inherit;padding:0}button:focus{outline:none}@layer base{*{border-color:var(--border)}body{background:var(--background);color:var(--foreground)}}#root{min-height:100vh}::selection{background:var(--app-accent-alpha-35);color:#fdfdfd}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#0f1017}::-webkit-scrollbar-thumb{background:#1f2130;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#2c2f40}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes equalizer-bounce{0%,to{transform:scaleY(.35);opacity:.6}50%{transform:scaleY(1);opacity:1}}.equalizer-bar{width:3px;height:12px;display:inline-block;border-radius:999px;background:currentColor;transform-origin:bottom;animation:equalizer-bounce 1s ease-in-out infinite}body{overflow-x:hidden}
