:root{--vibe-bg:#0a0a0a;--vibe-bg-elevated:#121212;--vibe-bg-secondary:#161616;--vibe-text:#fff;--vibe-text-secondary:#b3b3b3;--vibe-text-muted:#8a8a8a;--vibe-border:hsla(0,0%,100%,.1);--vibe-border-strong:hsla(0,0%,100%,.16);--vibe-neutral-fill:#2a2a2a;--vibe-neutral-border:#3d3d3d;--vibe-accent:#1ed760;--vibe-superbump:#ffc747;--vibe-accent-dim:rgba(30,215,96,.14);--vibe-brand:#1ed760;--vibe-on-brand:#000;--vibe-focus-ring:rgba(30,215,96,.35);--vibe-radius:10px;--vibe-radius-lg:16px;--vibe-pill:9999px;--vibe-shell:1280px;--vibe-shell-pad-x:clamp(1rem,4vw,2rem);--vibe-z-chrome:300;--vibe-font:var(--font-geist-sans),system-ui,sans-serif;--vibe-font-display:var(--font-geist-sans),system-ui,sans-serif;--vibe-success:#1ed760;--vibe-danger:#f87171;--text:var(--vibe-text);--muted:var(--vibe-text-secondary);--font-size-body:1rem;--vibe-text-xs:0.75rem;--vibe-text-sm:0.8125rem;--vibe-text-base:1rem;--vibe-text-lg:1.125rem;--vibe-text-xl:1.25rem;--vibe-text-2xl:1.5rem;--vibe-text-3xl:clamp(1.5rem,3vw,2rem);--vibe-text-4xl:clamp(1.75rem,4vw,2.75rem);--vibe-text-5xl:clamp(2.25rem,5.5vw,4.5rem);--vibe-weight-normal:400;--vibe-weight-medium:500;--vibe-weight-semibold:600;--vibe-weight-bold:700}body{min-height:100vh;background:var(--vibe-bg);color:var(--vibe-text);font-family:var(--vibe-font);font-size:var(--font-size-body);line-height:1.5;-webkit-font-smoothing:antialiased}.vibe-shell{max-width:var(--vibe-shell);margin-left:auto;margin-right:auto;padding-left:var(--vibe-shell-pad-x);padding-right:var(--vibe-shell-pad-x);width:100%;min-width:0;box-sizing:border-box}@media (min-width:1101px){.vibe-shell{padding-left:0;padding-right:0}}.vibe-marketing{min-height:100vh;background:var(--vibe-bg);color:var(--vibe-text)}.vibe-marketing--with-bottom-dock{padding-bottom:calc(5.5rem + env(safe-area-inset-bottom, 0px))}.vibe-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.vibe-glass-dock{position:fixed;left:0;right:0;bottom:0;z-index:calc(var(--vibe-z-chrome) + 5);pointer-events:none;padding:0 1.25rem calc(.625rem + env(safe-area-inset-bottom, 0px))}.vibe-glass-dock__row{pointer-events:auto;gap:12px;max-width:28rem;margin:0 auto;filter:drop-shadow(0 14px 28px rgba(0,0,0,.5))}.vibe-glass-dock__pill,.vibe-glass-dock__row{display:flex;flex-direction:row;align-items:center;justify-content:center}.vibe-glass-dock__pill{gap:32px;padding:8px 16px;border-radius:56px;background:rgba(26,26,26,.85);backdrop-filter:blur(23px) saturate(1.35);-webkit-backdrop-filter:blur(23px) saturate(1.35);border:.5px solid hsla(0,0%,100%,.12);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.1);opacity:.8}.vibe-glass-dock__icon-only{width:40px;height:40px;padding:0;border:none;border-radius:50%;background:transparent;color:hsla(0,0%,100%,.55);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:color .2s ease,background .2s ease}.vibe-glass-dock__icon-only:hover{color:hsla(0,0%,100%,.9)}.vibe-glass-dock__icon-only--active{color:#fff;background:hsla(0,0%,100%,.14)}.vibe-glass-dock__search-circle{width:56px;height:56px;flex-shrink:0;padding:0;border-radius:50%;background:rgba(26,26,26,.85);backdrop-filter:blur(23px) saturate(1.35);-webkit-backdrop-filter:blur(23px) saturate(1.35);border:.5px solid hsla(0,0%,100%,.12);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.1);opacity:.8;color:hsla(0,0%,100%,.92);display:flex;align-items:center;justify-content:center;cursor:pointer}.vibe-glass-dock__search-circle--active{opacity:.95}.vibe-glass-dock-search-layer{position:fixed;inset:0;z-index:calc(var(--vibe-z-chrome) + 20);display:flex;align-items:flex-start;justify-content:center;padding:5rem 1rem 1rem;pointer-events:auto}.vibe-glass-dock-search-layer__scrim{position:absolute;inset:0;border:none;padding:0;margin:0;background:rgba(0,0,0,.55);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);cursor:pointer}.vibe-glass-dock-search-panel{position:relative;z-index:1;width:min(100%,24rem);padding:1.25rem;border-radius:var(--vibe-radius-lg);background:rgba(18,18,20,.92);border:1px solid hsla(0,0%,100%,.1);box-shadow:0 24px 48px rgba(0,0,0,.55)}.vibe-glass-dock-search-panel__title{margin:0 0 .75rem;font-size:1rem;font-weight:700}.vibe-glass-dock-search-panel__input{width:100%;box-sizing:border-box;padding:.65rem .85rem;border-radius:var(--vibe-radius);border:1px solid hsla(0,0%,100%,.12);background:rgba(0,0,0,.35);color:var(--vibe-text);font:inherit}.vibe-glass-dock-search-panel__input::placeholder{color:hsla(0,0%,100%,.35)}.vibe-glass-dock-search-panel__input:focus{outline:2px solid var(--vibe-focus-ring);outline-offset:1px}.vibe-glass-dock-search-panel__hint{margin:.75rem 0 0;font-size:.75rem;color:var(--vibe-text-muted);line-height:1.4}.vibe-app-page{padding-top:clamp(1rem,3vw,1.75rem);padding-bottom:3rem}.vibe-shell.vibe-app-page{max-width:1080px}.vibe-header{position:relative;z-index:var(--vibe-z-chrome);background:hsla(0,0%,4%,.85);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--vibe-border)}.vibe-header__row{display:flex;flex-wrap:wrap;align-items:center;gap:1rem 1.5rem;padding:1.5rem 0;justify-content:space-between;width:100%;min-width:0;box-sizing:border-box}.vibe-header__row--logo-center{position:relative;isolation:isolate;justify-content:flex-end;flex-wrap:nowrap}.vibe-header__logo{position:absolute;left:50%;top:50%;z-index:1;transform:translate(-50%,-50%)}@media (max-width:520px){.vibe-header__row--logo-center{flex-wrap:wrap;justify-content:center;padding-top:2.75rem}.vibe-header__logo{position:absolute;left:50%;top:1.25rem;transform:translateX(-50%)}.vibe-header__auth{width:100%;justify-content:center}}.vibe-brand{display:flex;align-items:center;gap:.65rem;text-decoration:none;color:inherit}.vibe-logo{display:inline-flex;align-items:center;gap:.45rem;line-height:0}.vibe-logo__bars{display:block;flex-shrink:0;width:auto;shape-rendering:geometricPrecision}.vibe-logo__text{font-weight:700;letter-spacing:-.05em;line-height:1;color:#fff}.vibe-logo--sm .vibe-logo__bars{height:20px}.vibe-logo--sm .vibe-logo__text{font-size:1.125rem}.vibe-logo--md .vibe-logo__bars{height:26px}.vibe-logo--md .vibe-logo__text{font-size:1.25rem}.vibe-logo--lg .vibe-logo__bars{height:30px}.vibe-logo--lg .vibe-logo__text{font-size:1.5rem}.vibe-header__auth{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.vibe-header__row--logo-center .vibe-header__auth{position:relative;z-index:2}.vibe-header__row--bar-aligned{justify-content:space-between;align-items:center;flex-wrap:nowrap}.vibe-header__row--bar-aligned .vibe-header__logo{position:relative;left:auto;top:auto;transform:none;z-index:1}@media (max-width:520px){.vibe-header__row--bar-aligned{flex-wrap:wrap}.vibe-header__row--bar-aligned .vibe-header__auth{width:100%;justify-content:flex-end}}a.vibe-header__text-link,button.vibe-header__text-link{margin:0;padding:0;border:none;background:none;font:inherit;font-weight:700;font-size:1rem;line-height:1.25;color:var(--vibe-text);text-decoration:none;cursor:pointer;-webkit-tap-highlight-color:transparent}a.vibe-header__text-link:hover,button.vibe-header__text-link:hover{color:var(--vibe-text);text-decoration:none;opacity:.78}a.vibe-header__text-link:focus,button.vibe-header__text-link:focus{outline:none}a.vibe-header__text-link:focus-visible,button.vibe-header__text-link:focus-visible{outline:2px solid var(--vibe-accent);outline-offset:3px;border-radius:2px;opacity:1}a.vibe-app-store-badge{display:inline-flex;align-items:center;line-height:0;text-decoration:none;border-radius:4px}a.vibe-app-store-badge img{display:block;height:34px;width:auto;filter:invert(1)}a.vibe-app-store-badge:hover{opacity:.88}a.vibe-app-store-badge:focus{outline:none}a.vibe-app-store-badge:focus-visible{outline:2px solid var(--vibe-accent);outline-offset:3px}a.vibe-btn{text-decoration:none}.vibe-btn,a.vibe-btn{display:inline-flex;align-items:center;justify-content:center}.vibe-btn{padding:.55rem 1.35rem;border-radius:var(--vibe-pill);font-size:.9375rem;font-weight:600;line-height:1.2;letter-spacing:.02em;cursor:pointer;border:1px solid transparent;font-family:inherit;transition:transform .15s ease,filter .15s ease,background .15s ease,border-color .15s ease}.vibe-btn--secondary{background:transparent;border-color:hsla(0,0%,100%,.45);color:var(--vibe-text)}.vibe-btn--secondary:hover{border-color:#fff;background:hsla(0,0%,100%,.06)}.vibe-btn--primary{background:var(--vibe-brand);border-color:var(--vibe-brand);color:var(--vibe-on-brand);box-shadow:0 4px 24px rgba(30,215,96,.22)}.vibe-btn--primary:hover{filter:brightness(1.06)}.vibe-btn--danger{background:var(--vibe-danger,#dc2626);color:#fff;border:1px solid hsla(0,0%,100%,.12)}.vibe-btn--danger:hover:not(:disabled){filter:brightness(1.08)}.vibe-btn--danger:disabled{opacity:.45;cursor:not-allowed}.vibe-btn--lg{padding:.85rem 1.75rem;font-size:1rem}.vibe-btn:hover{transform:translateY(-1px)}.vibe-btn:active{transform:translateY(0)}@media (prefers-reduced-motion:reduce){.vibe-btn:active,.vibe-btn:hover{transform:none}}.vibe-hero-band{position:relative;overflow:hidden;background:var(--vibe-bg);padding:clamp(1.25rem,3vw,2rem) 0 clamp(2.25rem,5vw,3.5rem);border-bottom:1px solid var(--vibe-border)}.vibe-hero-split{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px;align-items:stretch}@media (max-width:1100px){.vibe-hero-split{grid-template-columns:1fr}}.vibe-hero-panel{border-radius:40px;overflow:hidden;min-height:min(52vw,520px);display:flex;flex-direction:column}@media (max-width:1100px){.vibe-hero-panel{min-height:0}}.vibe-hero-panel--copy{background:#121212;padding:clamp(1.75rem,4vw,3rem);gap:clamp(1.75rem,4vw,2.25rem)}.vibe-hero-panel__copy-block{display:flex;flex-direction:column;gap:32px;flex:1 1}.vibe-hero-panel__logo{display:inline-flex;text-decoration:none}.vibe-hero-panel__headline-spacer{flex-shrink:0;height:clamp(1.5rem,4vw,3rem)}.vibe-hero-panel__cta-row{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.vibe-hero-panel__partner-link{font-size:.9375rem;font-weight:600;color:var(--vibe-accent);text-decoration:none;white-space:nowrap;transition:opacity .15s}.vibe-hero-panel__partner-link:hover{opacity:.75}.vibe-hero-panel__actions{display:flex;flex-direction:column;gap:16px}.vibe-hero-panel__secondary-actions{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.vibe-hero-panel__secondary-actions .vibe-app-store-badge{display:inline-flex;opacity:.85;transition:opacity .15s}.vibe-hero-panel__secondary-actions .vibe-app-store-badge:hover{opacity:1}.vibe-hero-panel__secondary-actions .vibe-header__text-link{font-size:.875rem;color:hsla(0,0%,100%,.55);text-decoration:none;white-space:nowrap;transition:color .15s}.vibe-hero-panel__secondary-actions .vibe-header__text-link:hover{color:hsla(0,0%,100%,.9)}.vibe-hero-figma-title{margin:0;font-family:var(--vibe-font-display);font-weight:700;font-size:var(--vibe-text-5xl);line-height:1.15;letter-spacing:.02em;color:var(--vibe-text);text-shadow:0 4px 12px rgba(30,215,96,.1)}.vibe-hero-figma-body{margin:0;max-width:36rem;font-weight:var(--vibe-weight-normal)}.vibe-hero-figma-body,.vibe-hero-figma-cta{font-size:var(--vibe-text-base);line-height:1.5;color:var(--vibe-text)}.vibe-hero-figma-cta{display:inline-flex;align-items:center;gap:12px;align-self:flex-start;padding:8px 16px;border:1px solid #fff;border-radius:50px;text-decoration:none;font-weight:var(--vibe-weight-semibold);letter-spacing:.01em;text-transform:uppercase;text-shadow:0 4px 25px rgba(30,215,96,.12);transition:background .15s ease,border-color .15s ease}.vibe-hero-figma-cta:hover{background:hsla(0,0%,100%,.06);border-color:#fff}.vibe-hero-figma-social{display:flex;flex-wrap:wrap;gap:16px;align-items:flex-start;margin-top:auto}.vibe-hero-figma-avatars{display:flex;align-items:center;padding-right:8px}.vibe-hero-figma-avatar{display:block;width:36px;height:36px;border-radius:50%;border:2px solid #121212;margin-right:-8px;flex-shrink:0}.vibe-hero-figma-avatar--a{background:linear-gradient(135deg,#7c3aed,#c4b5fd)}.vibe-hero-figma-avatar--b{background:linear-gradient(135deg,#0ea5e9,#67e8f9)}.vibe-hero-figma-avatar--c{background:linear-gradient(135deg,#f97316,#fcd34d)}.vibe-hero-figma-avatar--d{background:linear-gradient(135deg,#22c55e,#bbf7d0)}.vibe-hero-figma-social-text{font-size:1rem;line-height:1.25;color:#fff}.vibe-hero-figma-social-text p{margin:0}.vibe-hero-panel--visual{background:linear-gradient(142.96deg,#0d2616,#121212 99%);position:relative}.vibe-hero-panel__stage{flex:1 1;min-height:clamp(400px,52vw,620px);background:#132116;display:flex;align-items:flex-end;justify-content:flex-end;padding:clamp(.35rem,1.2vw,.85rem) 0 0 clamp(.35rem,1.2vw,.85rem)}.vibe-hero-mock{margin:0;width:100%;min-width:0;max-width:560px;line-height:0;display:flex;align-items:flex-end;justify-content:center;background:transparent}.vibe-hero-mock__img{display:block;width:100%;height:auto;max-height:min(78vh,580px);object-fit:contain;object-position:center bottom;background:transparent}.vibe-hero-band__title{margin:0;font-family:var(--vibe-font-display);font-weight:700;font-size:clamp(2.5rem,8vw,4.75rem);line-height:1.12;letter-spacing:.02em;color:var(--vibe-text);text-shadow:0 4px 12px rgba(30,215,96,.12)}.vibe-hero-band__sub{margin:1rem 0 0;max-width:36rem;font-size:clamp(1.05rem,2.2vw,1.25rem);font-weight:400;line-height:1.55;color:#ccc}.vibe-gallery{padding:clamp(2rem,5vw,4rem) 0;background:var(--vibe-bg)}.vibe-gallery--carousel{position:relative;padding-left:0;padding-right:0;width:100%}.vibe-gallery-carousel__viewport{display:flex;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;outline:none}.vibe-gallery-carousel__viewport::-webkit-scrollbar{display:none}.vibe-gallery-carousel__slide{position:relative;flex:0 0 100%;width:100%;min-width:100%;scroll-snap-align:start;scroll-snap-stop:always;min-height:min(78vh,880px);background:var(--vibe-bg-elevated)}.vibe-gallery-carousel__media{position:absolute;inset:0}.vibe-gallery-carousel__img{object-position:center}.vibe-gallery-carousel__caption{position:absolute;left:0;right:0;bottom:0;padding:clamp(2rem,6vw,4rem) clamp(1.25rem,5vw,3.5rem) clamp(2.25rem,7vw,4.5rem);max-width:var(--vibe-shell);margin:0 auto;background:linear-gradient(transparent,hsla(0,0%,4%,.35) 40%,hsla(0,0%,4%,.92));color:#fff;font-family:var(--vibe-font-display);font-size:clamp(1.65rem,4.2vw,3.5rem);font-weight:600;line-height:1.15;letter-spacing:.01em;text-shadow:0 4px 20px rgba(0,0,0,.55),0 2px 12px rgba(30,215,96,.08)}.vibe-gallery-carousel__arrow{position:absolute;top:50%;z-index:2;transform:translateY(-50%);width:48px;height:48px;padding:0;border:1px solid var(--vibe-border-strong);border-radius:50%;background:hsla(0,0%,7%,.75);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;font-size:1.75rem;line-height:1;cursor:pointer;display:grid;place-items:center;box-shadow:0 8px 32px rgba(0,0,0,.35),0 0 0 1px rgba(30,215,96,.12);transition:background .15s,transform .15s,border-color .15s}.vibe-gallery-carousel__arrow:hover{background:rgba(30,215,96,.18);border-color:rgba(30,215,96,.45)}.vibe-gallery-carousel__arrow:active{transform:translateY(-50%) scale(.96)}.vibe-gallery-carousel__arrow--prev{left:clamp(.75rem,3vw,2rem)}.vibe-gallery-carousel__arrow--next{right:clamp(.75rem,3vw,2rem)}.vibe-gallery-carousel__dots{position:absolute;bottom:clamp(5.5rem,14vh,9rem);left:50%;z-index:2;transform:translateX(-50%);display:flex;flex-wrap:wrap;justify-content:center;gap:.45rem;padding:0 1rem}.vibe-gallery-carousel__dot{width:8px;height:8px;padding:0;border:none;border-radius:50%;background:hsla(0,0%,100%,.45);cursor:pointer;transition:background .15s,transform .15s}.vibe-gallery-carousel__dot:hover{background:hsla(0,0%,100%,.75)}.vibe-gallery-carousel__dot--active{background:var(--vibe-accent);box-shadow:0 0 12px rgba(30,215,96,.45);transform:scale(1.15)}@media (max-width:640px){.vibe-gallery-carousel__arrow{width:40px;height:40px;font-size:1.5rem}.vibe-gallery-carousel__arrow--prev{left:.5rem}.vibe-gallery-carousel__arrow--next{right:.5rem}}.vibe-cta{text-align:center;padding:clamp(3rem,8vw,5rem) 0;border-top:1px solid var(--vibe-border);background:linear-gradient(180deg,var(--vibe-bg) 0,var(--vibe-bg-elevated) 100%)}.vibe-cta__title{margin:0 0 .75rem;font-family:var(--vibe-font-display);font-size:var(--vibe-text-4xl);font-weight:var(--vibe-weight-bold);letter-spacing:.02em;text-shadow:0 4px 12px rgba(30,215,96,.1)}.vibe-cta__text{margin:0 auto 1.75rem;max-width:44ch;color:var(--vibe-text-secondary);font-size:var(--vibe-text-lg);line-height:1.6}.vibe-footer{border-top:1px solid var(--vibe-border);padding:2.5rem 0 5rem;background:#000}.vibe-footer__grid{display:flex;flex-wrap:wrap;gap:2rem 1.5rem;justify-content:space-between}.vibe-footer__brand{display:flex;flex-direction:column;gap:1.25rem;min-width:160px}.vibe-footer__social{display:flex;gap:1rem}.vibe-footer__social a{width:32px;height:32px;border-radius:50%;background:transparent;border:1px solid hsla(0,0%,100%,.35);transition:border-color .15s ease,background .15s ease}.vibe-footer__social a:hover{border-color:#fff;background:hsla(0,0%,100%,.08)}.vibe-footer__col{display:flex;flex-direction:column;gap:.45rem;min-width:140px}.vibe-footer__col a{color:var(--vibe-text);font-size:1rem}.vibe-footer__col a:hover{text-decoration:underline}.vibe-footer__col-title{margin:0 0 .25rem;font-weight:var(--vibe-weight-semibold);font-size:var(--vibe-text-base)}.vibe-footer__link-btn{display:inline;background:none;border:none;padding:0;font:inherit;color:var(--vibe-text);cursor:pointer;text-align:left;font-size:1rem;text-decoration:none}a.vibe-footer__link-btn{display:inline-block}.vibe-footer__link-btn:hover{text-decoration:underline}.vibe-footer__muted{font-size:.9rem;color:var(--vibe-text-secondary)}.vibe-loading{color:var(--vibe-text-secondary);padding:2rem 0}.vibe-page-head{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:2rem;padding-bottom:1.25rem;border-bottom:1px solid var(--vibe-border)}.vibe-kicker{margin:0 0 .2rem;font-size:.7rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--vibe-accent);opacity:.9}.vibe-page-title{margin:0;font-family:var(--vibe-font-display);font-size:var(--vibe-text-3xl);font-weight:var(--vibe-weight-bold);letter-spacing:.02em;line-height:1.15}.vibe-page-head--dashboard{align-items:flex-start}.vibe-dash-bar{position:relative;z-index:var(--vibe-z-chrome);justify-content:space-between;gap:1rem;margin:-.25rem 0 1.25rem;padding-bottom:1rem;border-bottom:none;width:100%;min-width:0;box-sizing:border-box}.vibe-dash-bar,.vibe-dash-logo{display:flex;align-items:center}.vibe-dash-logo{text-decoration:none;color:inherit}.vibe-dash-menu{position:relative;z-index:1}.vibe-dash-menu__trigger{display:inline-flex;align-items:center;gap:.4rem;padding:.45rem .85rem .45rem 1rem;border:1px solid var(--vibe-border-strong);border-radius:var(--vibe-pill);background:var(--vibe-bg-elevated);font:inherit;font-size:1rem;font-weight:600;color:var(--vibe-text);cursor:pointer;transition:background .15s,border-color .15s}.vibe-dash-menu__trigger:hover{background:var(--vibe-bg-secondary);border-color:hsla(0,0%,100%,.28)}.vibe-dash-menu__business{max-width:min(52vw,280px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vibe-dash-menu__chevron{flex-shrink:0;color:var(--vibe-text-secondary);transition:transform .2s ease}.vibe-dash-menu__chevron--open{transform:rotate(180deg)}.vibe-dash-flyout{position:absolute;top:calc(100% + 6px);right:0;min-width:280px;max-width:min(100vw - 2rem,320px);padding:.35rem 0;background:var(--vibe-bg-elevated);border:1px solid var(--vibe-border-strong);border-radius:var(--vibe-radius-lg);box-shadow:0 24px 64px rgba(0,0,0,.55),0 0 0 1px rgba(30,215,96,.08);z-index:2}.vibe-dash-flyout__header{padding:.85rem 1.15rem .75rem}.vibe-dash-flyout__name{margin:0;font-size:1rem;font-weight:600;color:var(--vibe-text);line-height:1.25}.vibe-dash-flyout__email{margin:.2rem 0 0;font-size:.875rem;color:var(--vibe-text-secondary);line-height:1.35;word-break:break-word}.vibe-dash-flyout__divider{height:1px;margin:.15rem 0 .35rem;background:var(--vibe-border)}.vibe-dash-flyout__item{display:flex;align-items:center;gap:.65rem;width:100%;padding:.65rem 1.15rem;border:none;background:none;font:inherit;font-size:1rem;text-align:left;text-decoration:none;color:var(--vibe-text);cursor:pointer;transition:background .12s}a.vibe-dash-flyout__item{color:var(--vibe-text)}.vibe-dash-flyout__item:hover{background:hsla(0,0%,100%,.06)}.vibe-dash-flyout__item--danger{color:var(--vibe-danger)}.vibe-dash-flyout__item--danger:hover{background:hsla(0,91%,71%,.1)}.vibe-dash-flyout__icon{flex-shrink:0;color:var(--vibe-text-secondary)}.vibe-dash-flyout__item--danger .vibe-dash-flyout__icon--danger{color:var(--vibe-danger)}.vibe-profile-page-head{margin:0 0 1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--vibe-border)}.vibe-profile-page-title{margin:0;font-family:var(--vibe-font-display);font-size:clamp(1.65rem,3.5vw,2.25rem);font-weight:700;letter-spacing:.02em;text-shadow:0 2px 12px rgba(30,215,96,.08)}.vibe-profile-card{max-width:42rem}.vibe-profile-section-title{margin:0 0 1.25rem;font-size:1.25rem;font-weight:700;letter-spacing:-.02em}.vibe-profile-form{display:flex;flex-direction:column;gap:1.1rem;margin-top:0;max-width:none}.vibe-profile-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}@media (max-width:640px){.vibe-profile-row{grid-template-columns:1fr}}.vibe-profile-row--narrow{grid-template-columns:1fr;max-width:50%}@media (max-width:640px){.vibe-profile-row--narrow{max-width:none}}.vibe-label__req{color:var(--vibe-danger);font-weight:700}.vibe-field-hint{margin:.35rem 0 0;font-size:.8125rem;color:var(--vibe-text-secondary)}.vibe-field--muted{background:hsla(0,0%,100%,.04);color:var(--vibe-text-secondary);cursor:default;border-color:var(--vibe-border)}.vibe-profile-password-block{padding-top:.25rem}.vibe-profile-password-label{margin:0 0 .5rem;font-size:.95rem;font-weight:600;color:var(--vibe-text)}.vibe-profile-input-icon-wrap{position:relative}.vibe-profile-input-icon-wrap .vibe-profile-lock{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:var(--vibe-text-secondary);pointer-events:none}.vibe-field--with-icon{padding-left:2.35rem}.vibe-btn--profile-save{width:100%;margin-top:.35rem;padding:.85rem 1.25rem;font-weight:700;border-radius:var(--vibe-pill);background:var(--vibe-accent);color:#000;border:1px solid var(--vibe-accent);box-shadow:0 4px 24px rgba(30,215,96,.25)}.vibe-btn--profile-save:hover:not(:disabled){filter:brightness(1.06)}.vibe-btn--profile-save:disabled{opacity:.65;cursor:not-allowed}.vibe-card{border:1px solid var(--vibe-border-strong);border-radius:var(--vibe-radius-lg);padding:1.35rem 1.5rem;margin-bottom:1.25rem;background:var(--vibe-bg-elevated);box-shadow:0 8px 32px rgba(0,0,0,.25)}.vibe-card__title{margin:0 0 .65rem;font-size:1.125rem;font-weight:600;letter-spacing:-.02em}.vibe-card__text{margin:0 0 .5rem;font-size:1rem;line-height:1.5;color:var(--vibe-text-secondary)}.vibe-card__text code{font-size:.9em;padding:.1em .35em;border-radius:4px;background:rgba(0,0,0,.35);border:1px solid var(--vibe-border);color:var(--vibe-accent)}.vibe-form{display:flex;flex-direction:column;gap:.75rem;max-width:28rem;margin-top:.5rem}.vibe-form--inline{flex-direction:row;flex-wrap:wrap;align-items:flex-end;gap:1rem}.vibe-label{display:block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--vibe-text-secondary);margin-bottom:.35rem}.vibe-field{width:100%;padding:.65rem .85rem;border-radius:var(--vibe-radius);border:1px solid var(--vibe-neutral-border);background:rgba(0,0,0,.35);color:var(--vibe-text);font-size:1rem}.vibe-field:focus{outline:none;border-color:var(--vibe-accent);box-shadow:0 0 0 3px var(--vibe-focus-ring)}.vibe-field--narrow{width:auto;min-width:5rem;max-width:8rem}.vibe-stat-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:1rem;gap:1rem;margin-top:.75rem}.vibe-stat{border:1px solid var(--vibe-border);border-radius:var(--vibe-radius-lg);padding:1.1rem 1.25rem;background:rgba(0,0,0,.35)}.vibe-stat__label{font-size:.875rem;color:var(--vibe-text-secondary);margin:0 0 .35rem}.vibe-stat__value{font-size:1.5rem;font-weight:700;letter-spacing:-.02em;margin:0 0 .35rem}.vibe-stat__meta{font-size:.875rem;color:var(--vibe-text-secondary);margin:0}.vibe-alert{margin:0 0 1rem;font-size:1rem;line-height:1.45}.vibe-alert--ok{color:var(--vibe-success)}.vibe-alert--err{color:var(--vibe-danger)}.vibe-back-link{display:inline-block;margin-top:2rem;font-size:1rem;color:var(--vibe-text-secondary)}.vibe-back-link:hover{color:var(--vibe-text);text-decoration:underline}.vibe-dialog{position:fixed;inset:0;z-index:200;display:flex;align-items:center;justify-content:center;padding:1.25rem}.vibe-dialog__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.72);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:none;cursor:pointer}.vibe-dialog__panel{position:relative;width:100%;max-width:420px;border-radius:var(--vibe-radius-lg);border:1px solid var(--vibe-border-strong);background:var(--vibe-bg-elevated);padding:1.75rem 1.75rem 1.5rem;box-shadow:0 32px 80px rgba(0,0,0,.65),0 0 0 1px rgba(30,215,96,.08)}.vibe-dialog__head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.vibe-dialog__title{font-family:var(--vibe-font-display);font-weight:700;margin:0;letter-spacing:.02em}.vibe-dialog__close,.vibe-dialog__title{font-size:1.35rem;color:var(--vibe-text)}.vibe-dialog__close{flex-shrink:0;width:36px;height:36px;border-radius:var(--vibe-radius);border:1px solid var(--vibe-border-strong);background:hsla(0,0%,100%,.06);line-height:1;cursor:pointer}.vibe-dialog__close:hover{background:hsla(0,0%,100%,.1)}.vibe-dialog__sub{font-size:.9rem;color:var(--vibe-text-secondary);margin:.5rem 0 1.25rem;line-height:1.5}.vibe-dialog__sub--warn{color:var(--vibe-danger,#f87171);margin-top:-.5rem}.vibe-dialog__form{display:flex;flex-direction:column;gap:1rem}.vibe-dialog__switch{margin-top:1rem;width:100%;padding:.65rem;border:none;background:none;color:var(--vibe-text-secondary);font-size:.9rem;cursor:pointer;text-decoration:underline;text-underline-offset:3px}.vibe-dialog__switch:hover{color:var(--vibe-text)}.vibe-dialog__msg{margin:1rem 0 0;font-size:.88rem;color:var(--vibe-danger)}.vibe-dialog__msg--ok{color:var(--vibe-success)}.vibe-dialog__actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:flex-end;margin-top:1.25rem}.vibe-dialog__actions--split{justify-content:space-between;align-items:center}.vibe-toast{position:fixed;bottom:1.75rem;left:50%;z-index:400;max-width:min(90vw,380px);padding:.85rem 1.35rem;border-radius:var(--vibe-radius-lg);background:var(--vibe-accent);color:var(--vibe-on-brand);font-weight:600;font-size:.9375rem;line-height:1.35;text-align:center;box-shadow:0 12px 40px rgba(0,0,0,.5),0 0 0 1px rgba(30,215,96,.35);pointer-events:none;transform:translateX(-50%);animation:vibe-toast-in .28s ease forwards}@keyframes vibe-toast-in{0%{opacity:0;transform:translateX(-50%) translateY(14px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}.vibe-fallback{min-height:100vh;display:flex;align-items:center;justify-content:center;color:var(--vibe-text-secondary);background:var(--vibe-bg)}.vibe-dash-flat{margin-bottom:2.5rem;padding:0;border:none;background:transparent;box-shadow:none}.vibe-dash-menu__trigger--text{border:none;background:transparent;border-radius:0;padding:.35rem 0;gap:.35rem}.vibe-dash-menu__trigger--text:hover{background:transparent;border-color:transparent;opacity:.88}.vibe-dash-menu__person{max-width:min(48vw,320px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:600}.vibe-perf__head{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.25rem}.vibe-perf__title{margin:0;font-family:var(--vibe-font-display);font-size:1.5rem;font-weight:700;letter-spacing:.02em}.vibe-perf__pills{display:flex;flex-wrap:wrap;gap:.5rem}.vibe-perf__pill{padding:.4rem 1rem;border-radius:var(--vibe-pill);border:1px solid var(--vibe-border-strong);background:transparent;color:var(--vibe-text-secondary);font:inherit;font-size:.875rem;font-weight:600;cursor:pointer;transition:background .15s,color .15s,border-color .15s}.vibe-perf__pill:hover{color:var(--vibe-text);border-color:hsla(0,0%,100%,.35)}.vibe-perf__pill--active{background:rgba(30,215,96,.15);border-color:var(--vibe-accent);color:var(--vibe-accent)}.vibe-perf__chart{display:flex;align-items:flex-end;justify-content:space-between;gap:4px;height:200px;padding:0 .25rem;border-bottom:1px solid var(--vibe-border)}.vibe-perf__col{min-width:0;height:100%}.vibe-perf__col,.vibe-perf__col-inner{flex:1 1;display:flex;flex-direction:column;align-items:center}.vibe-perf__col-inner{width:100%;justify-content:flex-end;min-height:0}.vibe-perf__stack{width:min(100%,48px);max-width:100%;border-radius:6px 6px 0 0;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end;min-height:4px;transition:height .2s ease}.vibe-perf__bar-super{width:100%;min-height:0;background:var(--vibe-superbump);flex:0 0 auto}.vibe-perf__bar-bump{width:100%;min-height:0;background:var(--vibe-accent);flex:0 0 auto}.vibe-perf__bar-empty{width:100%;flex:1 1;min-height:4px;border-radius:4px 4px 0 0;background:hsla(0,0%,100%,.06)}.vibe-perf__xlabel{margin-top:.5rem;font-size:.65rem;color:var(--vibe-text-muted);text-align:center;line-height:1.2;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vibe-perf__legend{display:flex;flex-wrap:wrap;gap:1.25rem;margin-top:1rem;font-size:.8125rem;color:var(--vibe-text-secondary)}.vibe-perf__legend span{display:inline-flex;align-items:center;gap:.4rem}.vibe-perf__swatch{width:10px;height:10px;border-radius:2px}.vibe-perf__swatch--bump{background:var(--vibe-accent)}.vibe-perf__swatch--super{background:var(--vibe-superbump)}.vibe-dash-section{margin-bottom:2rem}.vibe-section-head{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.25rem}.vibe-section-title{margin:0 0 .25rem;font-family:var(--vibe-font-display);font-size:1.125rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--vibe-text-secondary)}.vibe-perf-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1rem;gap:1rem;align-items:stretch}@media (max-width:768px){.vibe-perf-cards{grid-template-columns:1fr}.vibe-perf-card__title-row{flex-wrap:wrap}.vibe-perf-card__title-row .vibe-perf-card__segment{margin-left:0;width:100%;justify-content:flex-end}}.vibe-perf-card{background:var(--vibe-card-bg);border:1px solid var(--vibe-border);border-radius:var(--vibe-radius);padding:1rem 1rem 1.05rem;display:flex;flex-direction:column;gap:0;min-height:100%;min-width:0;max-width:100%;overflow:hidden;box-sizing:border-box}a.vibe-perf-card,a.vibe-perf-card--clickable{color:inherit;text-decoration:none;cursor:pointer;transition:background-color .14s ease,border-color .14s ease,transform .14s ease}a.vibe-perf-card--clickable:hover,a.vibe-perf-card:hover{background:hsla(0,0%,100%,.04);border-color:hsla(0,0%,100%,.14)}a.vibe-perf-card--clickable:focus-visible,a.vibe-perf-card:focus-visible{outline:2px solid var(--vibe-accent,#1db954);outline-offset:2px}.vibe-perf-card__value-row{display:flex;align-items:baseline;flex-wrap:wrap;gap:.6rem .9rem;margin:.1rem 0 .15rem}.vibe-perf-card__value-row .vibe-perf-card__value{margin:0}.vibe-perf-card__value-splits{display:inline-flex;align-items:flex-start;gap:1rem;color:var(--vibe-text-muted,#8a8a8a);font-weight:600;font-size:.8125rem;letter-spacing:.01em;margin-left:auto}.vibe-perf-card__value-split-col{display:inline-flex;flex-direction:column;align-items:flex-end;gap:.15rem}.vibe-perf-card__clear-link{margin:0;padding:0;background:none;border:none;font-size:.6875rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--vibe-accent,#1ed760);cursor:pointer;transition:color .14s ease,text-shadow .16s ease;-webkit-tap-highlight-color:transparent;text-decoration:none}.vibe-perf-card__clear-link:focus-visible:not(:disabled),.vibe-perf-card__clear-link:hover:not(:disabled){color:var(--vibe-accent,#1ed760);text-decoration:underline;text-underline-offset:3px;text-shadow:0 0 4px rgba(30,215,96,.45),0 0 10px rgba(30,215,96,.22)}.vibe-perf-card__clear-link:disabled{opacity:.35;cursor:not-allowed}.vibe-perf-card__value-split{white-space:nowrap}.vibe-perf-card__trash{margin-left:auto;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:1px solid transparent;border-radius:10px;background:transparent;color:var(--vibe-text-muted,#8a8a8a);cursor:pointer;transition:background-color .14s ease,color .14s ease,border-color .14s ease;-webkit-tap-highlight-color:transparent}.vibe-perf-card__trash:focus-visible:not(:disabled),.vibe-perf-card__trash:hover:not(:disabled){background:rgba(239,68,68,.12);color:#f87171;border-color:rgba(239,68,68,.35)}.vibe-perf-card__trash:active:not(:disabled){background:rgba(239,68,68,.22)}.vibe-perf-card__trash:disabled{opacity:.4;cursor:not-allowed}.vibe-perf-card__trash svg{display:block}.vibe-perf-spark{display:flex;flex-direction:column;gap:.45rem;width:100%;min-width:0;flex:1 1 auto;min-height:0}.vibe-perf-spark__chart-scroll{width:100%;min-width:0;overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch;scrollbar-gutter:stable}.vibe-perf-spark__chart{--vibe-perf-cols:12;--vibe-spark-plot-h:92px;display:grid;grid-template-columns:repeat(var(--vibe-perf-cols),minmax(2px,1fr));grid-column-gap:5px;column-gap:5px;align-items:end;min-height:var(--vibe-spark-plot-h);width:max(100%,calc(var(--vibe-perf-cols) * 6px + (var(--vibe-perf-cols) - 1) * 5px));box-sizing:border-box;padding:0 1px}.vibe-perf-spark__col{min-width:0}.vibe-perf-spark__col,.vibe-perf-spark__col-inner{display:flex;flex-direction:column;justify-content:flex-end;min-height:var(--vibe-spark-plot-h);height:100%}.vibe-perf-spark__col-inner{align-items:center;width:100%}.vibe-perf-spark__eq{flex-shrink:0;height:22px;display:flex;align-items:flex-end;justify-content:center;width:100%}.vibe-perf-spark__eq--ph{visibility:hidden;pointer-events:none}.vibe-perf-spark__eq .vibe-queue-equalizer{transform:scale(.68);transform-origin:bottom center}.vibe-perf-spark__bar-wrap{flex:1 1 auto;width:100%;min-height:0;display:flex;flex-direction:column;justify-content:flex-end;align-items:center}.vibe-perf-spark__bar{width:100%;max-width:4px;min-height:0;flex-shrink:0;border-radius:1px 1px 0 0;background:var(--vibe-accent);box-sizing:border-box}.vibe-perf-spark__bar--stack{display:flex;flex-direction:column-reverse;overflow:hidden;background:transparent;max-width:5px}.vibe-perf-spark__stack-bump{background:var(--vibe-accent);min-height:0;min-width:0}.vibe-perf-spark__stack-super{background:var(--vibe-superbump);min-height:0;min-width:0}.vibe-perf-spark__axis{display:flex;align-items:center;gap:.5rem;width:100%;font-size:.6875rem;line-height:1.2;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:var(--vibe-text-muted);font-family:var(--vibe-font)}.vibe-perf-spark__axis-line{flex:1 1;min-width:1rem;height:1px;background:var(--vibe-border);opacity:.9}.vibe-perf-card__legend--spark{margin-top:.2rem}.vibe-perf-card__meta{display:flex;flex-direction:column;align-items:flex-start;gap:.15rem;flex-shrink:0;margin-bottom:.4rem;min-height:4.75rem}.vibe-perf-card__body{display:flex;flex-direction:column;flex:1 1 auto;min-height:0;margin-top:auto}.vibe-perf-card__legend-spacer{flex-shrink:0;min-height:1.35rem;margin-top:.35rem}.vibe-perf-card__head{display:flex;align-items:center;justify-content:space-between;gap:.5rem;width:100%;min-width:0}.vibe-perf-card__head .vibe-perf-card__label{flex-shrink:0}.vibe-perf-card__links{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.2rem .35rem;flex-shrink:1;min-width:0;margin-left:auto}.vibe-perf-card__link-sep{color:var(--vibe-text-muted);font-size:.75rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}.vibe-perf-card__head .vibe-detail-link{flex-shrink:0;white-space:nowrap}.vibe-perf-card__title-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem;width:100%;min-width:0}.vibe-perf-card__title-row .vibe-perf-card__label{flex-shrink:0}.vibe-perf-card__title-row .vibe-perf-card__segment{flex-shrink:0;margin-left:auto}.vibe-perf-card__label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--vibe-text-secondary)}.vibe-perf-card__value{font-size:1.65rem;font-weight:700;line-height:1.1;color:var(--vibe-text);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.vibe-perf-card__sub{font-size:.75rem;color:var(--vibe-text-muted);margin-top:-.25rem}.vibe-perf-card__chart{min-height:120px;margin-top:0;flex:1 1 auto;min-width:0;width:100%;box-sizing:border-box}.vibe-perf-card__chart:not(.vibe-perf-card__chart--grid){display:flex;align-items:flex-end;align-content:flex-end;gap:2px}.vibe-perf-card__chart:not(.vibe-perf-card__chart--grid) .vibe-perf-card__col{flex:1 1;min-width:0}.vibe-perf-card__chart:not(.vibe-perf-card__chart--grid) .vibe-perf-card__bar{width:70%;max-width:24px}.vibe-perf-card__chart-scroll{width:100%;min-width:0;overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch;scrollbar-gutter:stable}.vibe-perf-card__chart-scroll .vibe-perf-card__chart--grid{min-width:max(100%,calc(var(--vibe-perf-cols, 12) * 16px + (var(--vibe-perf-cols, 12) - 1) * 3px))}.vibe-perf-card__chart--grid{--vibe-perf-cols:12;display:grid;grid-template-columns:repeat(var(--vibe-perf-cols),minmax(16px,1fr));grid-column-gap:3px;column-gap:3px;align-items:end;width:100%;box-sizing:border-box}.vibe-perf-card__col{min-width:0;flex-direction:column;align-items:stretch;height:100%}.vibe-perf-card__bar-wrap,.vibe-perf-card__col{display:flex;justify-content:flex-end;min-height:0}.vibe-perf-card__bar-wrap{flex:1 1 auto;width:100%;flex-direction:column;align-items:center}.vibe-perf-card__chart--grid .vibe-perf-card__bar-wrap{align-items:center}.vibe-perf-card__bar-top-slot{flex-shrink:0;width:100%;min-height:0;display:flex;align-items:flex-end;justify-content:center}.vibe-perf-card__bar-top-slot--on{min-height:22px;margin-bottom:2px}.vibe-perf-card__bar-top-slot .vibe-queue-equalizer{transform:scale(.72);transform-origin:bottom center}.vibe-perf-card__bar{flex-shrink:0;width:100%;max-width:100%;box-sizing:border-box;border-radius:2px 2px 0 0;display:flex;flex-direction:column;overflow:hidden}.vibe-perf-card__chart--grid .vibe-perf-card__bar{width:50%;max-width:50%;align-self:center}.vibe-perf-card__bar-bump{background:var(--vibe-accent)}.vibe-perf-card__bar-super{background:var(--vibe-superbump)}.vibe-perf-card__bar-checkins-fill{background:var(--vibe-accent);flex:1 1;min-height:0}.vibe-perf-card__bar--rev{background:var(--vibe-accent)}.vibe-perf-card__xlabel-wrap{flex-shrink:0;min-height:2.5rem;margin-top:.3rem;display:flex;align-items:flex-start;justify-content:center;text-align:center;padding:0 2px;box-sizing:border-box;width:100%;min-width:0}.vibe-perf-card__xlabel{font-size:.5625rem;line-height:1.15;color:var(--vibe-text-muted);white-space:nowrap;overflow:visible;max-width:none}.vibe-perf-card__legend{display:flex;flex-wrap:wrap;gap:.65rem;font-size:.65rem;color:var(--vibe-text-muted);margin-top:.35rem;padding-top:0;flex-shrink:0;min-height:1.35rem;align-items:center}.vibe-perf-card__legend span{display:inline-flex;align-items:center;gap:.3rem}.vibe-perf-card__segment{display:flex;flex-wrap:nowrap;gap:4px;justify-content:flex-end}.vibe-perf-card__segment-btn{font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;padding:.25rem .5rem;border-radius:999px;border:1px solid var(--vibe-border);background:var(--vibe-bg-elevated);color:var(--vibe-text-secondary);cursor:pointer}.vibe-perf-card__segment-btn:hover{color:var(--vibe-text);border-color:var(--vibe-text-muted)}.vibe-perf-card__segment-btn--on{background:rgba(30,215,96,.15);border-color:rgba(30,215,96,.45);color:var(--vibe-accent)}.vibe-detail-link{font-size:.75rem;font-weight:600;color:var(--vibe-accent);text-decoration:none}.vibe-detail-link:hover{text-decoration:underline}button.vibe-detail-link--plain{padding:0;border:none;background:none;font:inherit;font-size:.75rem;font-weight:600;color:var(--vibe-accent);text-decoration:none;cursor:pointer}button.vibe-detail-link--plain:hover:not(:disabled){text-decoration:underline}button.vibe-detail-link--plain:disabled{opacity:.45;cursor:not-allowed;color:var(--vibe-text-muted)}button.vibe-detail-link--plain:disabled:hover{text-decoration:none}.vibe-detail-page{max-width:1100px;margin:0 auto}.vibe-detail-page__head{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}.vibe-detail-page__title-block{min-width:0;flex:1 1 auto}.vibe-detail-page__head .vibe-section-title{margin:0}.vibe-detail-page__metric{margin:.35rem 0 0;font-size:clamp(1.5rem,3vw,2rem);font-weight:700;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;letter-spacing:-.02em;color:var(--vibe-text);line-height:1.15}.vibe-detail-page__back{display:inline-block;font-size:.8125rem;font-weight:600;color:var(--vibe-text-secondary);text-decoration:none;flex-shrink:0}.vibe-detail-page__back:hover{color:var(--vibe-accent)}.vibe-detail-page__pills{margin-bottom:1rem;display:flex;justify-content:flex-end}.vibe-detail-page__pills .vibe-perf__pills{flex-wrap:wrap;justify-content:flex-end}.vibe-detail-chart-wide{width:100%;margin-bottom:1.25rem;padding:.65rem .75rem 1rem;border:1px solid var(--vibe-border);border-radius:var(--vibe-radius);background:var(--vibe-card-bg)}.vibe-detail-chart-wide--spark{overflow-x:visible}.vibe-detail-chart-wide--spark .vibe-perf-spark{width:100%}.vibe-detail-chart-wide--spark .vibe-perf-spark__chart{--vibe-spark-plot-h:104px}.vibe-detail-chart-wide__inner.vibe-perf-card__chart{align-items:stretch;height:160px;min-height:160px;flex:none;gap:4px}.vibe-detail-chart-wide__empty{margin:0;padding:2rem 1rem;text-align:center;font-size:.875rem;color:var(--vibe-text-muted)}.vibe-detail-chart-wide{overflow-x:auto;-webkit-overflow-scrolling:touch}.vibe-detail-chart-wide .vibe-detail-chart-wide__inner.vibe-perf-card__chart{width:max-content;min-width:100%}.vibe-detail-chart-wide .vibe-perf-card__col{flex:1 1;min-width:7px}.vibe-detail-chart-wide .vibe-perf-card__bar{width:90%;max-width:14px;min-width:6px;border-radius:4px 4px 0 0}.vibe-detail-chart-wide--dense .vibe-perf-card__col{min-width:5px}.vibe-detail-chart-wide--dense .vibe-perf-card__bar{max-width:8px;min-width:4px}.vibe-detail-chart-wide--dense .vibe-detail-chart-wide__inner.vibe-perf-card__chart{gap:2px}.vibe-detail-chart-wide span.vibe-perf-card__xlabel{font-size:11px!important;line-height:1.2!important;margin-top:6px!important;color:var(--vibe-text-secondary)!important;max-width:100%!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.vibe-detail-toolbar{display:flex;flex-wrap:wrap;gap:.75rem 1rem;align-items:flex-end;margin-bottom:1.25rem}.vibe-detail-toolbar__field{display:flex;flex-direction:column;gap:.3rem}.vibe-detail-toolbar__field label{font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--vibe-text-secondary)}.vibe-detail-toolbar__field input,.vibe-detail-toolbar__field select{font-size:.8125rem;padding:.4rem .55rem;border-radius:6px;border:1px solid var(--vibe-border);background:var(--vibe-bg-elevated);color:var(--vibe-text);min-width:8.5rem}.vibe-detail-toolbar__actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-left:auto;align-items:center}.vibe-detail-toolbar__status{font-size:.75rem;color:var(--vibe-text-muted);align-self:center}.vibe-data-table-wrap{border:1px solid var(--vibe-border);border-radius:var(--vibe-radius);background:var(--vibe-card-bg);overflow-x:auto}.vibe-data-table{width:100%;border-collapse:collapse;font-size:.8125rem}.vibe-data-table thead th{text-align:left;font-size:.62rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--vibe-text-secondary);padding:.65rem 1rem;border-bottom:1px solid var(--vibe-border);white-space:nowrap}.vibe-data-table td.vibe-data-table__num,.vibe-data-table th.vibe-data-table__num{text-align:right}.vibe-data-table tbody td{padding:.8rem 1rem;vertical-align:top;border-bottom:1px solid hsla(0,0%,100%,.06)}.vibe-data-table tbody tr:last-child td{border-bottom:none}.vibe-data-table__primary{font-weight:600;color:var(--vibe-text)}.vibe-data-table__secondary{font-size:.75rem;color:var(--vibe-text-muted);margin-top:.15rem;line-height:1.35}.vibe-data-table__empty{padding:2rem 1rem;text-align:center;color:var(--vibe-text-muted);font-size:.875rem}.vibe-bump-board{margin-top:1.25rem}.vibe-bump-board__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1rem;gap:1rem}@media (max-width:900px){.vibe-bump-board__grid{grid-template-columns:1fr}}.vibe-bump-board__panel{border:1px solid var(--vibe-border);border-radius:var(--vibe-radius);background:var(--vibe-surface-elevated,var(--vibe-surface));padding:1rem 1.1rem;display:flex;flex-direction:column;gap:.5rem}.vibe-bump-board__panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.vibe-bump-board__session-form{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem .75rem;margin:.65rem 0 .35rem;padding:.5rem .65rem;border-radius:8px;border:1px solid var(--vibe-border);background:hsla(0,0%,100%,.02)}.vibe-bump-board__session-label{font-size:.6875rem;font-weight:600;color:var(--vibe-text-muted);text-transform:uppercase;letter-spacing:.06em;flex:1 1 140px;min-width:0;line-height:1.35}.vibe-bump-board__session-controls{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.vibe-btn--compact{padding:.35rem .75rem;font-size:.75rem}.vibe-bump-board__title{margin:0;font-size:.9375rem;font-weight:700;color:var(--vibe-text)}.vibe-bump-board__revenue{margin:.2rem 0 0;font-size:.8125rem;font-weight:600;color:var(--vibe-accent);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.vibe-bump-board__clear{flex-shrink:0;font-size:.75rem;font-weight:700;padding:.35rem .65rem;border-radius:6px;border:1px solid hsla(0,91%,71%,.45);background:hsla(0,91%,71%,.08);color:#f87171;cursor:pointer;white-space:nowrap}.vibe-bump-board__clear:hover:not(:disabled){background:hsla(0,91%,71%,.14)}.vibe-bump-board__clear:disabled{opacity:.45;cursor:not-allowed}.vibe-bump-board__list{list-style:none;margin:.25rem 0 0;padding:0;display:flex;flex-direction:column;gap:.35rem;max-height:320px;overflow-y:auto}.vibe-bump-board__empty{font-size:.8125rem;color:var(--vibe-text-muted);padding:.5rem 0}.vibe-bump-board__row{display:flex;align-items:flex-start;gap:.5rem;padding:.45rem .5rem;border-radius:6px;background:var(--vibe-surface,hsla(0,0%,100%,.03))}.vibe-bump-board__tier{flex-shrink:0;font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:.2rem .35rem;border-radius:4px;margin-top:.1rem}.vibe-bump-board__tier--bump{background:rgba(30,215,96,.18);color:var(--vibe-accent)}.vibe-bump-board__tier--super{background:rgba(13,122,58,.35);color:#86efac}.vibe-bump-board__meta{min-width:0;display:flex;flex-direction:column;gap:.1rem}.vibe-bump-board__track{font-size:.8125rem;font-weight:600;color:var(--vibe-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vibe-bump-board__sub{font-size:.6875rem;color:var(--vibe-text-muted);line-height:1.35;word-break:break-word}.vibe-bump-board__pager{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-top:.35rem;padding-top:.35rem;border-top:1px solid var(--vibe-border)}.vibe-bump-board__page-btn{font-size:.75rem;font-weight:600;padding:.3rem .55rem;border-radius:6px;border:1px solid var(--vibe-border);background:transparent;color:var(--vibe-text-secondary);cursor:pointer}.vibe-bump-board__page-btn:hover:not(:disabled){color:var(--vibe-text);border-color:var(--vibe-text-muted)}.vibe-bump-board__page-btn:disabled{opacity:.4;cursor:not-allowed}.vibe-bump-board__page-info{font-size:.7rem;color:var(--vibe-text-muted)}.vibe-spotify-merge{display:grid;grid-template-columns:1.15fr 1fr;grid-gap:clamp(1.25rem,4vw,2.5rem);gap:clamp(1.25rem,4vw,2.5rem);align-items:start;margin-bottom:2rem}@media (max-width:900px){.vibe-spotify-merge{grid-template-columns:1fr}}.vibe-spotify-merge__playlist{display:flex;flex-direction:column;gap:0;min-width:0}.vibe-spotify-merge__status{display:flex;flex-direction:column;gap:1rem;min-width:0}.vibe-spotify-merge__status-row{display:flex;align-items:stretch;gap:1rem}.vibe-spotify-merge__check-wrap{flex-shrink:0;display:flex;align-items:center}.vibe-spotify-merge__check{width:72px;height:72px;color:var(--vibe-accent);filter:drop-shadow(0 4px 20px rgba(30,215,96,.35))}.vibe-spotify-merge__check--bad{width:56px;height:56px;color:hsla(0,91%,71%,.85);filter:none}.vibe-spotify-merge__status-card{flex:1 1;display:flex;flex-direction:column;align-items:flex-start;padding:1rem 1.15rem;border-radius:var(--vibe-radius-lg);background:rgba(30,215,96,.08);border:1px solid rgba(30,215,96,.25)}.vibe-spotify-merge__status-card--disconnected{background:hsla(0,91%,71%,.06);border-color:hsla(0,91%,71%,.25)}.vibe-spotify-merge__status-title{margin:0;font-size:1.05rem;font-weight:700}.vibe-spotify-merge__status-sub{margin:.35rem 0 0;font-size:.875rem;color:var(--vibe-text-secondary);line-height:1.45}.vibe-spotify-merge__reconnect--in-card{margin-top:.75rem;padding:.4rem .95rem;font-size:.8125rem;font-weight:600;line-height:1.2;width:auto;align-self:flex-start;text-decoration:none}.vibe-spotify-merge__playlist .vibe-form{max-width:none}.vibe-form--playlist-url .vibe-btn--save-playlist{align-self:flex-start}.vibe-btn--save-playlist{padding:.32rem .8rem;font-size:.8125rem;font-weight:600;line-height:1.2;border-radius:var(--vibe-radius)}.vibe-playlist-url-field{font-size:.875rem}.vibe-playlist-history{margin-top:1.25rem}.vibe-playlist-history__title{margin:0 0 .65rem;font-size:.8125rem;font-weight:600;letter-spacing:.02em;color:var(--vibe-text-secondary)}.vibe-playlist-history__list{display:flex;flex-direction:column;gap:.35rem}.vibe-playlist-history__item{display:flex;align-items:center;gap:.75rem;padding:.5rem .6rem;margin:0;border-radius:var(--vibe-radius);border:1px solid transparent;cursor:pointer;transition:background .12s ease,border-color .12s ease}.vibe-playlist-history__item:hover{background:hsla(0,0%,100%,.04)}.vibe-playlist-history__item--selected{background:hsla(0,0%,100%,.08);border-color:hsla(0,0%,100%,.08)}.vibe-playlist-history__copy{flex-shrink:0;display:grid;place-items:center;width:36px;height:36px;margin-left:auto;padding:0;border:1px solid var(--vibe-border);border-radius:var(--vibe-radius);background:hsla(0,0%,100%,.05);color:var(--vibe-text-secondary);cursor:pointer;transition:color .12s ease,background .12s ease,border-color .12s ease}.vibe-playlist-history__copy:hover{color:var(--vibe-text);background:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.14)}.vibe-playlist-history__copy:focus{outline:none}.vibe-playlist-history__copy:focus-visible{outline:2px solid var(--vibe-focus-ring);outline-offset:2px}.vibe-playlist-history__art{width:44px;height:44px;border-radius:6px;object-fit:cover;background:var(--vibe-bg-secondary);flex-shrink:0}.vibe-playlist-history__art--placeholder{background:linear-gradient(135deg,#1a3d28,#121212);border:1px solid var(--vibe-border)}.vibe-playlist-history__meta{min-width:0;flex:1 1}.vibe-playlist-history__name{margin:0;font-size:.9375rem;font-weight:600;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vibe-playlist-history__time{margin:.15rem 0 0;font-size:.8125rem;color:var(--vibe-text-muted)}.vibe-bento{grid-template-columns:1fr 1fr;grid-gap:1.25rem;gap:1.25rem;margin-bottom:2rem}.vibe-bento__card{background:var(--vibe-bg-elevated);border:1px solid var(--vibe-border);border-radius:var(--vibe-radius-lg);padding:clamp(1rem,2.5vw,1.5rem);min-width:0;display:flex;flex-direction:column}.vibe-bento__card--span-2{grid-column:span 2}.vibe-bento__card--player{position:relative;overflow:hidden}.vibe-bento__card-label{display:block;font-size:var(--vibe-text-xs);font-weight:var(--vibe-weight-semibold);letter-spacing:.1em;text-transform:uppercase;color:var(--vibe-text-muted);margin-bottom:.5rem}.vibe-bento__card-title{margin:0 0 .25rem;font-size:var(--vibe-text-lg);font-weight:var(--vibe-weight-bold);letter-spacing:-.02em}.vibe-bento__card-sub{margin:0;font-size:var(--vibe-text-sm);color:var(--vibe-text-secondary);line-height:1.5}@media (max-width:768px){.vibe-bento{grid-template-columns:1fr}.vibe-bento__card--span-2{grid-column:span 1}}.vibe-player-embed{display:flex;gap:clamp(.75rem,2vw,1.25rem);align-items:flex-start;flex:1 1}.vibe-player-embed__art{width:clamp(80px,18vw,140px);height:clamp(80px,18vw,140px);border-radius:var(--vibe-radius);object-fit:cover;flex-shrink:0;background:var(--vibe-bg-secondary)}.vibe-player-embed__info{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:.35rem}.vibe-player-embed__track{font-size:var(--vibe-text-lg);font-weight:var(--vibe-weight-bold);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vibe-player-embed__artist{font-size:var(--vibe-text-xs);color:var(--vibe-text-secondary)}.vibe-player-embed__progress{margin-top:.5rem}.vibe-player-embed__bar{width:100%;height:4px;background:var(--vibe-neutral-fill);border-radius:2px;overflow:hidden}.vibe-player-embed__bar-fill{height:100%;background:var(--vibe-accent);border-radius:2px;transition:width .5s linear}.vibe-player-embed__controls{display:flex;align-items:center;gap:.75rem;margin-top:.5rem}.vibe-player-embed__ctrl-btn{background:none;border:none;color:var(--vibe-text-secondary);font-size:1.125rem;cursor:pointer;padding:.25rem;line-height:1;transition:color .15s}.vibe-player-embed__ctrl-btn:hover{color:var(--vibe-text)}.vibe-player-embed__play-btn{background:var(--vibe-accent);border:none;color:var(--vibe-on-brand);width:36px;height:36px;border-radius:50%;font-size:1rem;cursor:pointer;display:grid;place-items:center;transition:filter .15s}.vibe-player-embed__play-btn:hover{filter:brightness(1.1)}.vibe-player-embed__volume{display:flex;align-items:center;gap:.5rem;margin-top:.25rem}.vibe-player-embed__volume-label{font-size:var(--vibe-text-xs);color:var(--vibe-text-muted)}.vibe-player-embed__volume-slider{width:80px;accent-color:var(--vibe-accent)}.vibe-player-embed__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:2rem 1rem;width:100%;text-align:center}.vibe-player-embed__status{display:inline-flex;align-items:center;gap:.5rem;font-size:var(--vibe-text-sm);color:var(--vibe-text-secondary);background:var(--vibe-bg-secondary);padding:.35rem .85rem;border-radius:var(--vibe-pill)}.vibe-player-embed__status-dot{width:8px;height:8px;border-radius:50%}.vibe-tracks,.vibe-tracks__list{flex:1 1;display:flex;flex-direction:column}.vibe-tracks__list{min-height:0;overflow:auto;max-height:420px}.vibe-tracks__row{display:flex;align-items:center;gap:.75rem;padding:.5rem .25rem;border-bottom:1px solid var(--vibe-border);transition:background .12s}.vibe-tracks__row:last-child{border-bottom:none}.vibe-tracks__row:hover{background:hsla(0,0%,100%,.03)}.vibe-tracks__num{width:1.75rem;text-align:center;font-size:var(--vibe-text-sm);color:var(--vibe-text-muted);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;flex-shrink:0}.vibe-tracks__art{width:36px;height:36px;border-radius:4px;object-fit:cover;flex-shrink:0;background:var(--vibe-bg-secondary)}.vibe-tracks__meta{flex:1 1;min-width:0}.vibe-tracks__name{font-size:var(--vibe-text-sm);font-weight:var(--vibe-weight-semibold)}.vibe-tracks__artist,.vibe-tracks__name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vibe-tracks__artist,.vibe-tracks__dur{font-size:var(--vibe-text-xs);color:var(--vibe-text-muted)}.vibe-tracks__dur{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;flex-shrink:0}.vibe-tracks__pagination{display:flex;align-items:center;justify-content:center;gap:1rem;padding-top:.75rem;margin-top:auto;border-top:1px solid var(--vibe-border)}.vibe-tracks__page-btn{display:grid;place-items:center;width:32px;height:32px;border-radius:var(--vibe-radius);border:1px solid var(--vibe-border-strong);background:transparent;color:var(--vibe-text-secondary);font-size:1rem;cursor:pointer;transition:background .15s,border-color .15s,color .15s}.vibe-tracks__page-btn:hover:not(:disabled){background:hsla(0,0%,100%,.06);border-color:hsla(0,0%,100%,.28);color:var(--vibe-text)}.vibe-tracks__page-btn:disabled{opacity:.3;cursor:not-allowed}.vibe-tracks__page-info{font-size:var(--vibe-text-xs);color:var(--vibe-text-muted);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.vibe-tracks__empty{justify-content:center;padding:2rem 1rem;font-size:var(--vibe-text-sm);color:var(--vibe-text-muted)}.vibe-tracks__empty,.vibe-tracks__error{display:flex;align-items:center;text-align:center}.vibe-tracks__error{flex-direction:column;gap:.5rem;padding:1.5rem 1rem}.vibe-tracks__error-text{font-size:var(--vibe-text-sm);color:var(--vibe-danger)}.vibe-tracks__error-hint{font-size:var(--vibe-text-xs);color:var(--vibe-text-muted)}.vibe-bento-header{margin-bottom:3rem}.vibe-bento-header__eyebrow{font-size:.75rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:hsla(0,0%,100%,.3);margin:0 0 1rem}.vibe-bento-header__title{font-family:var(--vibe-font-display);font-size:clamp(2.25rem,4vw,3.5rem);font-weight:900;color:#fff;line-height:1.05;letter-spacing:-.04em;margin:0}.vibe-bento{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:380px 300px;grid-gap:12px;gap:12px}.vibe-bento-bump-visual{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;padding:2rem;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.vibe-bento-bump-visual__arrow{display:flex;align-items:center;justify-content:center;filter:drop-shadow(0 0 18px rgba(30,215,96,.8)) drop-shadow(0 0 50px rgba(30,215,96,.35))}.vibe-bento-bump-visual__track{display:flex;align-items:center;gap:.625rem;padding:.75rem 1rem;background:rgba(30,215,96,.1);border:1px solid rgba(30,215,96,.35);border-radius:12px;width:100%;max-width:220px}.vibe-bento-bump-visual__dot{width:8px;height:8px;border-radius:50%;background:#1ed760;box-shadow:0 0 8px rgba(30,215,96,.8);flex-shrink:0}.vibe-bento-bump-visual__info{flex:1 1;min-width:0;display:flex;flex-direction:column}.vibe-bento-bump-visual__info span{font-size:.8125rem;font-weight:600;color:#1ed760;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vibe-bento-bump-visual__info small{font-size:.5625rem;color:hsla(0,0%,100%,.4);font-style:normal}.vibe-bento-bump-visual__badge{font-size:.5625rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#1ed760;background:rgba(30,215,96,.15);padding:3px 8px;border-radius:999px;flex-shrink:0;white-space:nowrap}.vibe-bento-card--bump{grid-column:1;grid-row:1/3}.vibe-bento-card--moment{grid-column:2;grid-row:1/3}.vibe-bento-card--room{grid-column:3;grid-row:1}.vibe-bento-card--spots{grid-column:3;grid-row:2}.vibe-bento-card,.vibe-bento-card--bump{flex-direction:column;justify-content:flex-end}.vibe-bento-card{position:relative;border-radius:22px;overflow:hidden;display:flex;padding:0;transition:transform .35s cubic-bezier(.34,1.2,.64,1),box-shadow .35s ease;cursor:default}.vibe-bento-card:hover{transform:translateY(-5px);box-shadow:0 28px 56px rgba(0,0,0,.55)}.vibe-bento-card__body-wrap{position:relative;z-index:2;padding:1.75rem 1.75rem 1.875rem;background:linear-gradient(0deg,rgba(0,0,0,.72) 0,rgba(0,0,0,.28) 60%,transparent)}.vibe-bento-card__eyebrow{font-size:.6875rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;margin:0 0 1.25rem;opacity:.55}.vibe-bento-card__title{font-family:var(--vibe-font-display);font-size:clamp(1.5rem,2.2vw,1.875rem);font-weight:900;color:#fff;line-height:1.1;letter-spacing:-.03em;margin:0 0 .75rem}.vibe-bento-card__copy{font-size:1rem;line-height:1.6;color:hsla(0,0%,100%,.6);margin:0}.vibe-bento-card--bump{background:radial-gradient(ellipse 70% 55% at 50% 40%,rgba(30,215,96,.3) 0,transparent 65%),radial-gradient(ellipse 45% 35% at 15% 95%,rgba(30,215,96,.12) 0,transparent 60%),linear-gradient(170deg,#0d2419,#070d0a)}.vibe-bento-card--bump .vibe-bento-card__eyebrow{color:#1ed760}.vibe-bento-card--moment{background:radial-gradient(ellipse 90% 65% at 50% 15%,rgba(139,92,246,.4) 0,transparent 55%),radial-gradient(ellipse 55% 35% at 85% 90%,rgba(139,92,246,.18) 0,transparent 60%),linear-gradient(180deg,#130e23,#09090f)}.vibe-bento-card--moment .vibe-bento-card__eyebrow{color:#a78bfa}.vibe-bento-card--room{background:radial-gradient(ellipse 80% 80% at 80% 80%,rgba(6,182,212,.3) 0,transparent 55%),radial-gradient(ellipse 50% 40% at 15% 15%,rgba(6,182,212,.1) 0,transparent 60%),linear-gradient(145deg,#091c20,#070c0e)}.vibe-bento-card--room .vibe-bento-card__eyebrow{color:#22d3ee}.vibe-bento-card--spots{background:radial-gradient(ellipse 80% 70% at 85% 85%,rgba(245,158,11,.28) 0,transparent 55%),radial-gradient(ellipse 50% 40% at 15% 15%,rgba(245,158,11,.08) 0,transparent 60%),linear-gradient(145deg,#171005,#090807)}.vibe-bento-card--spots .vibe-bento-card__eyebrow{color:#fbbf24}@media (max-width:900px){.vibe-bento{grid-template-columns:1fr 1fr;grid-template-rows:auto}.vibe-bento-card--bump{grid-column:span 2;grid-row:auto;min-height:380px}.vibe-bento-card--moment{grid-column:1;grid-row:auto;min-height:300px}.vibe-bento-card--room{grid-column:2;grid-row:auto;min-height:280px}.vibe-bento-card--spots{grid-column:span 2;grid-row:auto;min-height:240px}}@media (max-width:560px){.vibe-bento{grid-template-columns:1fr}.vibe-bento-card--bump{grid-column:span 1}}.vibe-features-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid hsla(0,0%,100%,.09);margin-top:0}.vibe-feature-strip{padding:2.75rem 2rem;border-right:1px solid hsla(0,0%,100%,.07);position:relative;transition:background .3s ease;cursor:default}.vibe-feature-strip:last-child{border-right:none}.vibe-feature-strip:hover{background:rgba(30,215,96,.04)}.vibe-feature-strip__num{font-family:var(--vibe-font-mono,"Geist Mono","Courier New",monospace);font-size:2.75rem;font-weight:800;color:rgba(30,215,96,.14);line-height:1;margin-bottom:2rem;letter-spacing:-.03em;transition:color .3s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}.vibe-feature-strip:hover .vibe-feature-strip__num{color:rgba(30,215,96,.42)}.vibe-feature-strip__title{font-family:var(--vibe-font-display);font-size:1.0625rem;font-weight:700;color:#fff;margin:0 0 .75rem;line-height:1.3;letter-spacing:-.01em;transition:color .25s ease}.vibe-feature-strip:hover .vibe-feature-strip__title{color:#1ed760}.vibe-feature-strip__body{font-size:.875rem;color:hsla(0,0%,100%,.42);line-height:1.75;margin:0}.vibe-feature-strip:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:#1ed760;opacity:0;transition:opacity .3s ease}.vibe-feature-strip:hover:before{opacity:.5}@media (max-width:900px){.vibe-features-grid{grid-template-columns:repeat(2,1fr)}.vibe-feature-strip:nth-child(2){border-right:none}.vibe-feature-strip:nth-child(3),.vibe-feature-strip:nth-child(4){border-top:1px solid hsla(0,0%,100%,.07)}.vibe-feature-strip:nth-child(4){border-right:none}}@media (max-width:540px){.vibe-features-grid{grid-template-columns:1fr}.vibe-feature-strip{border-right:none;border-top:1px solid hsla(0,0%,100%,.07)}.vibe-feature-strip:first-child{border-top:none}}.vibe-hero-band--full-bleed{padding:8px 8px 0;border-bottom:none;margin-bottom:0}.vibe-hero-band--full-bleed>.vibe-shell{max-width:100%;padding:0}.vibe-hero-band--full-bleed .vibe-hero-split{gap:8px}.vibe-header--full-bleed{display:none}.vibe-hero-band--full-bleed .vibe-hero-panel{min-height:clamp(460px,50vw,580px)}.vibe-hero-band--full-bleed .vibe-hero-panel--copy{display:flex;flex-direction:column;justify-content:center;align-items:flex-end;padding:0}.vibe-hero-band--full-bleed .vibe-hero-panel__copy-block{display:flex;flex-direction:column;gap:0;width:100%;max-width:calc(var(--vibe-shell) / 2);padding:3rem clamp(2rem,4vw,3.5rem) 3rem clamp(1.5rem,3vw,2.5rem)}.vibe-hero-band--full-bleed .vibe-hero-panel__logo{display:inline-flex;margin-bottom:2.5rem}.vibe-hero-band--full-bleed .vibe-hero-panel__headline-spacer{display:none}.vibe-hero-band--full-bleed .vibe-hero-figma-title{margin-bottom:1.25rem}.vibe-hero-band--full-bleed .vibe-hero-figma-body{margin-bottom:2.25rem}.vibe-hero-band--full-bleed .vibe-hero-panel__cta-row{margin:0}.vibe-hero-queue-stage{display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-height:clamp(460px,50vw,580px);padding:2.5rem 2rem;background:#132116;border-radius:20px}.vibe-hero-queue-stage>div{width:100%;max-width:420px}@media (max-width:768px){.vibe-hero-figma-title{font-size:clamp(1.75rem,7vw,2.5rem)}.vibe-hero-figma-body{font-size:var(--vibe-text-sm)}.vibe-cta__title{font-size:var(--vibe-text-3xl)}.vibe-cta__text{font-size:var(--vibe-text-sm)}.vibe-footer__grid{gap:1.5rem 1rem}.vibe-footer__col{min-width:120px}}@media (max-width:480px){.vibe-hero-panel--copy{padding:1.25rem;gap:1.25rem}.vibe-hero-panel__copy-block{gap:1.25rem}.vibe-hero-figma-cta{font-size:var(--vibe-text-sm);padding:6px 14px}.vibe-hero-figma-avatar{width:28px;height:28px}.vibe-hero-figma-social-text{font-size:var(--vibe-text-sm)}.vibe-gallery-carousel__slide{min-height:min(60vh,400px)}.vibe-gallery-carousel__caption{font-size:clamp(1.125rem,4vw,1.75rem)}}button.vibe-playlist-row:hover{background:rgba(30,215,96,.12)!important}.vibe-spotify-embed-wrap{margin-top:.75rem;max-width:100%;border-radius:0;overflow:hidden;border:none;background:transparent}.vibe-spotify-embed-wrap--panel{margin-top:0;flex:1 1;min-height:0;display:flex;flex-direction:column}.vibe-spotify-embed{display:block;border:0;width:100%;min-height:380px;vertical-align:middle;flex:1 1}.vibe-music-layout__column-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;gap:.75rem}.vibe-music-layout__column-head>span:first-child{font-size:.8125rem;font-weight:700;color:var(--vibe-text-secondary);text-transform:uppercase;letter-spacing:.08em}.vibe-music-layout__column-meta{font-size:.75rem;color:var(--vibe-text-muted);font-weight:400;text-transform:none;letter-spacing:normal}.vibe-music-layout__player-empty{margin:0;font-size:.875rem;line-height:1.45;color:var(--vibe-text-muted)}.vibe-queue-panel{min-height:0;flex:1 1;display:flex;flex-direction:column}.vibe-queue-demo-note{margin:0 0 .65rem;font-size:.75rem;line-height:1.4;color:var(--vibe-text-muted)}.vibe-queue-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px}.vibe-queue-row{display:flex;align-items:flex-start;gap:.5rem;padding:.4rem .3rem;border-radius:6px;background:transparent}.vibe-queue-row--now{background:rgba(30,215,96,.1);transition:background .4s ease}.vibe-queue-row--bump{background:rgba(30,215,96,.07)}.vibe-queue-row--superbump{background:rgba(250,204,21,.09)}.vibe-queue-row__idx{font-size:.65rem;color:var(--vibe-text-muted);width:1.35rem;flex-shrink:0;text-align:right;padding-top:.4rem;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.vibe-queue-row__art{width:40px;height:40px;border-radius:4px;transition:opacity .3s ease,transform .3s ease;object-fit:cover;flex-shrink:0}.vibe-queue-row__art--ph{display:flex;align-items:center;justify-content:center;background:hsla(0,0%,100%,.06);color:var(--vibe-text-muted);font-size:.9rem}.vibe-queue-row__body{flex:1 1;min-width:0}.vibe-queue-row__title-line{display:flex;align-items:center;gap:.35rem;flex-wrap:nowrap;min-width:0}.vibe-queue-row__title{flex:1 1;min-width:0;transition:opacity .25s ease;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vibe-queue-row__dur,.vibe-queue-row__title{font-size:.8125rem;font-weight:600;color:var(--vibe-text)}.vibe-queue-row__dur{margin-left:auto;flex-shrink:0;opacity:.95;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.vibe-queue-equalizer{display:inline-flex;align-items:flex-end;justify-content:center;gap:3px;height:14px;flex-shrink:0}.vibe-queue-equalizer__bar{width:3px;height:14px;border-radius:2px;background:var(--vibe-brand,var(--vibe-accent));transform-origin:bottom center;animation:vibe-queue-eq-bar .55s ease-in-out infinite}.vibe-queue-equalizer__bar:first-child{animation-duration:.42s;animation-delay:0s}.vibe-queue-equalizer__bar:nth-child(2){animation-duration:.58s;animation-delay:.08s}.vibe-queue-equalizer__bar:nth-child(3){animation-duration:.5s;animation-delay:.16s}.vibe-queue-equalizer__bar:nth-child(4){animation-duration:.64s;animation-delay:.04s}@keyframes vibe-queue-eq-bar{0%,to{transform:scaleY(.28)}50%{transform:scaleY(1)}}.vibe-queue-equalizer--static .vibe-queue-equalizer__bar{animation:none}.vibe-queue-equalizer--static .vibe-queue-equalizer__bar:first-child{transform:scaleY(.4)}.vibe-queue-equalizer--static .vibe-queue-equalizer__bar:nth-child(2){transform:scaleY(.72)}.vibe-queue-equalizer--static .vibe-queue-equalizer__bar:nth-child(3){transform:scaleY(1)}.vibe-queue-equalizer--static .vibe-queue-equalizer__bar:nth-child(4){transform:scaleY(.58)}@media (prefers-reduced-motion:reduce){.vibe-queue-equalizer:not(.vibe-queue-equalizer--static) .vibe-queue-equalizer__bar{animation:none;transform:scaleY(.65)}}.vibe-queue-row__sub{display:flex;align-items:center;gap:.25rem;min-width:0;margin-top:.12rem;width:100%;font-size:.6875rem;color:var(--vibe-text-muted)}.vibe-queue-row__artist{flex:1 1;min-width:0}.vibe-queue-row__artist,.vibe-queue-row__viber{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vibe-queue-row__viber{flex-shrink:0;max-width:42%;color:var(--vibe-accent);font-weight:600}.vibe-queue-row__badges{margin-top:.3rem;display:flex;flex-wrap:wrap;gap:.35rem;align-items:center}.vibe-queue-badge{font-size:.5625rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:.12rem .4rem;border-radius:4px;flex-shrink:0}.vibe-queue-badge--bump{color:var(--vibe-accent);border:1px solid rgba(30,215,96,.5);background:rgba(30,215,96,.12)}.vibe-queue-badge--super{color:#facc15;border:1px solid rgba(250,204,21,.45);background:rgba(250,204,21,.1)}.vibe-queue-badge--now{color:var(--vibe-accent);border:1px solid rgba(30,215,96,.4);background:rgba(30,215,96,.1)}.vibe-queue-row__pos{width:1.5rem;flex-shrink:0;font-size:.6875rem;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:var(--vibe-text-muted);opacity:.45;text-align:right;padding-right:.25rem;align-self:center}.vibe-queue-badge--active{display:inline-flex;align-items:center;gap:.3rem;color:var(--vibe-accent);border:1px solid rgba(30,215,96,.5);background:rgba(30,215,96,.12);font-size:.6rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:.12rem .4rem;border-radius:4px;flex-shrink:0}.vibe-queue-badge__dot{width:5px;height:5px;border-radius:50%;background:var(--vibe-accent);flex-shrink:0;animation:vibe-dot-pulse 1.4s ease-in-out infinite}@keyframes vibe-dot-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.3;transform:scale(.7)}}.vibe-queue-badge--done{color:hsla(0,0%,100%,.35);border:1px solid hsla(0,0%,100%,.12);background:hsla(0,0%,100%,.04);font-size:.6rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:.12rem .4rem;border-radius:4px;flex-shrink:0}.vibe-spotify-status-banner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem 1rem;margin-bottom:1rem;padding:.75rem 1rem;border-radius:var(--vibe-radius);border:1px solid rgba(30,215,96,.35);background:rgba(30,215,96,.1);color:var(--vibe-text);font-size:.875rem;line-height:1.45}.vibe-spotify-status-banner__btn{flex-shrink:0;background:var(--vibe-accent);color:#000;padding:.45rem 1.1rem;border-radius:6px;font-size:.8125rem;font-weight:700;text-decoration:none;white-space:nowrap}.vibe-spotify-status-banner__btn:hover{filter:brightness(1.06)}.vibe-music-gate-root{position:relative;min-height:min(70vh,520px)}.vibe-music-gate__panel{position:relative;z-index:0}.vibe-music-gate__panel--obscured{filter:blur(10px) saturate(.65);opacity:.42;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.vibe-music-gate__overlay{position:absolute;inset:0;z-index:2;display:flex;align-items:center;justify-content:center;padding:1.25rem;background:rgba(0,0,0,.35);border-radius:var(--vibe-radius)}.vibe-music-gate__card{max-width:22rem;width:100%;padding:1.35rem 1.5rem;border-radius:var(--vibe-radius-lg,12px);border:1px solid var(--vibe-border);background:var(--vibe-surface-elevated,#141414);box-shadow:0 20px 50px rgba(0,0,0,.55)}.vibe-music-gate__title{margin:0 0 .5rem;font-size:1.05rem;font-weight:700;color:var(--vibe-text)}.vibe-music-gate__text{margin:0 0 1.1rem;font-size:.875rem;line-height:1.5;color:var(--vibe-text-secondary)}.vibe-music-gate__actions{display:flex;flex-wrap:wrap;gap:.5rem}.vibe-music-gate__skeleton{opacity:.35;pointer-events:none}.vibe-music-gate__skeleton-line{height:12px;border-radius:4px;background:hsla(0,0%,100%,.08);margin-bottom:.65rem}.vibe-music-gate__skeleton-line--short{width:55%}.vibe-music-gate__skeleton-rows{margin-top:.75rem;height:180px;border-radius:8px;background:hsla(0,0%,100%,.05)}.vibe-music-connect-placeholder{display:flex;justify-content:center;align-items:flex-start;padding:1.5rem 1rem;min-height:12rem}.vibe-music-gate__card--standalone{max-width:24rem;width:100%}.vibe-music-layout{display:grid;grid-template-columns:minmax(0,1fr);grid-gap:1rem;gap:1rem;align-items:stretch;width:100%;max-width:100%;box-sizing:border-box}.vibe-music-layout__section-title{font-size:.6875rem;font-weight:700;color:var(--vibe-text-muted);text-transform:uppercase;letter-spacing:.08em;padding:.25rem .625rem;margin-bottom:.25rem}.vibe-music-layout__playlist-list{display:flex;flex-direction:column;gap:2px;padding:.35rem .25rem}.vibe-music-layout__left{min-width:0;align-self:start;border:1px solid var(--vibe-border);border-radius:var(--vibe-radius);background:var(--vibe-surface-elevated,var(--vibe-surface));padding:1rem 1.1rem}.vibe-music-layout__right{min-width:0;display:flex;flex-direction:column;gap:1rem}.vibe-music-layout__right--player{padding:0;min-height:24rem;overflow:visible;align-items:stretch}.vibe-music-layout__right--player .vibe-spotify-embed-wrap{flex:1 1;min-height:560px}.vibe-music-layout__right--placeholder{background:hsla(0,0%,100%,.02);border-radius:8px;padding:1.25rem 1rem;border:1px dashed var(--vibe-border);min-height:12rem;justify-content:center;align-items:flex-start}.vibe-music-layout__placeholder-title{margin:0;font-size:.8125rem;font-weight:700;color:var(--vibe-text-secondary);text-transform:uppercase;letter-spacing:.08em}.vibe-music-layout__placeholder-sub{margin:.35rem 0 0;font-size:.8125rem;line-height:1.45;color:var(--vibe-text-muted)}.vibe-playlist-fold{margin-top:.25rem}.vibe-playlist-fold__trigger{display:flex;align-items:center;gap:.5rem;width:100%;padding:.45rem .55rem;border-radius:8px;border:1px solid var(--vibe-border);background:hsla(0,0%,100%,.03);color:var(--vibe-text);font:inherit;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;cursor:pointer;text-align:left;transition:background .15s,border-color .15s}.vibe-playlist-fold__trigger:hover{background:hsla(0,0%,100%,.06);border-color:var(--vibe-text-muted)}.vibe-playlist-fold__trigger.vibe-playlist-fold__trigger--headerlike{justify-content:space-between;gap:.75rem;padding:.35rem 0;margin-top:.125rem;border:none;background:transparent;border-radius:0;font-size:.8125rem;font-weight:700;color:var(--vibe-text-secondary);letter-spacing:.08em}.vibe-playlist-fold__trigger.vibe-playlist-fold__trigger--headerlike:hover{background:hsla(0,0%,100%,.04);border:transparent}.vibe-playlist-fold__trigger-label{flex:1 1;min-width:0;text-align:left}.vibe-playlist-fold__trigger-right{display:flex;align-items:center;gap:.4rem;flex-shrink:0}.vibe-playlist-fold__trigger-count{font-size:.75rem;font-weight:400;color:var(--vibe-text-muted);text-transform:none;letter-spacing:normal}.vibe-playlist-fold__trigger-chevron{text-align:center}.vibe-playlist-fold__chevron,.vibe-playlist-fold__trigger-chevron{flex-shrink:0;width:1rem;font-size:.65rem;color:var(--vibe-text-muted)}.vibe-playlist-fold__label{flex:1 1;min-width:0}.vibe-playlist-fold__count{flex-shrink:0;font-size:.625rem;font-weight:600;color:var(--vibe-text-muted)}.vibe-playlist-fold__panel{margin-top:.5rem;border-radius:0;border:none;background:transparent;overflow:visible}.vibe-playlist-fold__scroll{max-height:min(48vh,420px);overflow-y:auto;padding:.35rem .25rem;display:flex;flex-direction:column;gap:2px}@media (max-width:768px){.vibe-music-layout{grid-template-columns:minmax(0,1fr)}.vibe-music-layout__left{padding:.75rem}.vibe-music-layout__right{width:100%}.vibe-music-layout__right--player{padding:.75rem .85rem}.vibe-perf__pills{gap:.25rem}.vibe-perf__pill{padding:.3rem .6rem;font-size:.75rem}}.vibe-live-bar{display:flex;align-items:center;gap:.75rem;margin:0 0 1rem;flex-wrap:wrap}.vibe-live-bar__sep{color:var(--vibe-text-muted);opacity:.5}.vibe-switch{position:relative;display:inline-flex;align-items:center;gap:.55rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.vibe-switch__input{position:absolute;opacity:0;pointer-events:none;width:0;height:0}.vibe-switch__track{position:relative;display:inline-block;width:44px;height:26px;border-radius:13px;background:hsla(240,3%,49%,.32);transition:background-color .18s ease;flex:0 0 auto}.vibe-switch__thumb{position:absolute;top:2px;left:2px;width:22px;height:22px;border-radius:50%;background:#fff;box-shadow:0 3px 8px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.2);transition:transform .18s ease}.vibe-switch--on .vibe-switch__track{background:var(--vibe-accent)}.vibe-switch--on .vibe-switch__thumb{transform:translateX(18px)}.vibe-switch--pending .vibe-switch__track{opacity:.6}.vibe-switch__label{font-size:.8125rem;font-weight:600;color:var(--vibe-text);letter-spacing:.02em}.vibe-switch__input:focus-visible~.vibe-switch__track{outline:2px solid var(--vibe-accent);outline-offset:2px}.vibe-session-fieldset{border:none;padding:0;margin:.85rem 0 0}.vibe-session-fieldset__legend{font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--vibe-text-secondary);padding:0;margin-bottom:.5rem}.vibe-session-freq{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.4rem;gap:.4rem}.vibe-session-freq__opt{display:flex;align-items:center;gap:.45rem;padding:.55rem .7rem;border:1px solid var(--vibe-border);border-radius:10px;cursor:pointer;font-size:.875rem;color:var(--vibe-text);transition:border-color .12s ease,background-color .12s ease}.vibe-session-freq__opt--on,.vibe-session-freq__opt:hover{border-color:var(--vibe-accent)}.vibe-session-freq__opt--on{background:rgba(30,215,96,.08)}.vibe-session-freq__opt input{accent-color:var(--vibe-accent)}.vibe-session-days{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));grid-gap:.25rem;gap:.25rem}.vibe-session-day{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:.45rem .2rem;border:1px solid var(--vibe-border);border-radius:8px;font-size:.75rem;cursor:pointer;color:var(--vibe-text);transition:border-color .12s ease,background-color .12s ease}.vibe-session-day--on{border-color:var(--vibe-accent);background:rgba(30,215,96,.08)}.vibe-session-day input{accent-color:var(--vibe-accent)}.vibe-session-times{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.6rem;gap:.6rem}.vibe-session-time{display:flex;flex-direction:column;gap:.3rem;font-size:.8125rem;color:var(--vibe-text-secondary)}.vibe-session-time input{font:inherit;padding:.5rem .6rem;border:1px solid var(--vibe-border);border-radius:8px;background:var(--vibe-bg-elevated);color:var(--vibe-text)}.vibe-session-time input:focus{outline:2px solid var(--vibe-accent);outline-offset:1px;border-color:transparent}.vibe-genre-glow{display:inline-flex;align-items:center;font-size:.75rem;font-weight:700;letter-spacing:.02em;color:var(--vibe-accent);padding:.28rem .7rem;border-radius:9999px;background:linear-gradient(180deg,rgba(30,215,96,.28),rgba(30,215,96,.14));border:.5px solid rgba(30,215,96,.65);box-shadow:0 0 10px rgba(30,215,96,.45),0 0 24px rgba(30,215,96,.22);text-shadow:0 0 4px rgba(30,215,96,.55),0 0 10px rgba(30,215,96,.3)}.vibe-live-panel{display:flex;flex-direction:column;border-radius:14px;overflow:hidden;background:var(--vibe-bg-elevated)}.vibe-live-panel__section{padding:.875rem 1rem;border-bottom:1px solid hsla(0,0%,100%,.05)}.vibe-live-panel__section:last-child{border-bottom:none}.vibe-live-panel__ctx{display:flex;align-items:center;gap:.5rem}.vibe-live-panel__ctx--with-controls{flex-wrap:wrap;row-gap:.4rem}.vibe-live-panel__ctx--with-controls .vibe-live-panel__ctx-name{flex:1 1 auto;min-width:6rem}.vibe-live-pill{display:inline-flex;align-items:center;gap:.4rem;padding:.3rem .75rem;font-size:.6875rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;border-radius:9999px;border:1px solid hsla(0,0%,100%,.12);background:hsla(0,0%,100%,.05);color:var(--vibe-text-secondary,hsla(0,0%,100%,.65));cursor:pointer;transition:background .16s ease,border-color .16s ease,color .16s ease,box-shadow .2s ease,text-shadow .2s ease;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none}.vibe-live-pill:hover:not(:disabled){background:hsla(0,0%,100%,.08);border-color:hsla(0,0%,100%,.18);color:hsla(0,0%,100%,.85)}.vibe-live-pill--on{color:var(--vibe-accent,#1ed760);background:linear-gradient(180deg,rgba(30,215,96,.18),rgba(30,215,96,.08));border-color:rgba(30,215,96,.45);box-shadow:0 0 6px rgba(30,215,96,.28),0 0 14px rgba(30,215,96,.14);text-shadow:0 0 3px rgba(30,215,96,.45),0 0 7px rgba(30,215,96,.22)}.vibe-live-pill--on:hover:not(:disabled){color:var(--vibe-accent,#1ed760);background:linear-gradient(180deg,rgba(30,215,96,.24),rgba(30,215,96,.12));border-color:rgba(30,215,96,.6);box-shadow:0 0 8px rgba(30,215,96,.35),0 0 18px rgba(30,215,96,.18)}.vibe-live-pill__dot{width:6px;height:6px;border-radius:50%;background:var(--vibe-accent,#1ed760);box-shadow:0 0 6px rgba(30,215,96,.7);animation:vibe-live-pill-pulse 1.6s ease-in-out infinite}@keyframes vibe-live-pill-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.55;transform:scale(.85)}}.vibe-live-pill--pending{opacity:.6;cursor:progress}.vibe-live-pill--disabled,.vibe-live-pill:disabled{opacity:.45;cursor:not-allowed;box-shadow:none;text-shadow:none}.vibe-live-pill--disabled .vibe-live-pill__dot,.vibe-live-pill:disabled .vibe-live-pill__dot{animation:none}.vibe-live-panel__ctx-art{width:28px;height:28px;border-radius:4px;object-fit:cover;flex-shrink:0}.vibe-live-panel__ctx-name{font-size:.75rem;font-weight:600;color:var(--vibe-text-secondary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1 1;min-width:0}.vibe-live-panel__ctx-badge{font-size:.5625rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;padding:.1rem .4rem;border-radius:4px;color:var(--vibe-accent);border:1px solid rgba(30,215,96,.4);background:rgba(30,215,96,.08);flex-shrink:0}.vibe-live-panel__section-label{font-size:.5938rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--vibe-text-muted);margin-bottom:.6rem;display:flex;align-items:center;gap:.3rem}.vibe-live-panel__section-label--super{color:var(--vibe-superbump)}.vibe-live-panel__now-playing{background:rgba(30,215,96,.03)}.vibe-live-panel__now-track{display:flex;align-items:center;gap:.75rem}.vibe-live-panel__now-art{width:52px;height:52px;border-radius:8px;flex-shrink:0;object-fit:cover;box-shadow:0 2px 12px rgba(0,0,0,.5)}.vibe-live-panel__now-art--ph{display:flex;align-items:center;justify-content:center;background:hsla(0,0%,100%,.06);color:var(--vibe-text-muted);font-size:1.25rem}.vibe-live-panel__now-info{flex:1 1;min-width:0}.vibe-live-panel__now-title{font-size:.9375rem;font-weight:700;color:var(--vibe-text);line-height:1.2}.vibe-live-panel__now-artist,.vibe-live-panel__now-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vibe-live-panel__now-artist{font-size:.75rem;color:var(--vibe-text-muted);margin-top:.2rem}.vibe-live-panel__now-dur{font-size:.6875rem;color:var(--vibe-text-muted);flex-shrink:0;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;align-self:flex-start;padding-top:.1rem}.vibe-live-panel__progress{margin-top:.6rem;display:flex;align-items:center;gap:.45rem;font-size:.625rem;color:var(--vibe-text-muted);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.vibe-live-panel__progress-bar{flex:1 1;height:3px;background:hsla(0,0%,100%,.1);border-radius:2px;overflow:hidden}.vibe-live-panel__progress-fill{height:100%;background:var(--vibe-accent);border-radius:2px;transition:width 1s linear;min-width:3px}.vibe-live-panel__playing-next{background:rgba(255,199,71,.03);border-left:3px solid var(--vibe-superbump);padding-left:calc(1rem - 3px)}.vibe-live-panel__tabs{display:flex;border-bottom:1px solid hsla(0,0%,100%,.06);padding:0 .25rem}.vibe-live-panel__tab{flex:none;padding:.55rem 1.25rem;font-size:.6875rem;font-weight:600;letter-spacing:.02em;text-align:center;color:var(--vibe-text-muted);background:transparent;cursor:pointer;border:none;border-bottom:2px solid transparent;transition:color .15s ease,border-color .15s ease;margin-bottom:-1px}.vibe-live-panel__tab:hover{color:var(--vibe-text-secondary)}.vibe-live-panel__tab--active{color:var(--vibe-text);border-bottom-color:var(--vibe-accent)}.vibe-live-panel__tab-content{padding:.5rem 0;max-height:160px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:hsla(0,0%,100%,.08) transparent}.vibe-live-panel__bump-row{display:flex;align-items:center;gap:.5rem;padding:.4rem 1rem;font-size:.6875rem;color:var(--vibe-text-secondary);border-bottom:1px solid hsla(0,0%,100%,.04)}.vibe-live-panel__bump-row:last-child{border-bottom:none}.vibe-live-panel__bump-row-badge{flex-shrink:0}.vibe-live-panel__bump-row-time{margin-left:auto;flex-shrink:0;color:var(--vibe-text-muted);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.vibe-live-panel__empty{padding:1.25rem 1rem;text-align:center;font-size:.75rem;color:var(--vibe-text-muted)}.vibe-live-panel__nothing{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1rem;gap:.4rem;color:var(--vibe-text-muted);text-align:center}@media (max-width:639px){.vibe-music-layout{display:flex;flex-direction:column}.vibe-music-layout__right--player{order:-1}.vibe-live-panel__tab-content{max-height:120px}}@media (max-width:520px){.vibe-shell.vibe-app-page{max-width:100%;padding-left:.75rem;padding-right:.75rem}.vibe-perf-cards{display:flex;flex-direction:row;gap:.5rem;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:.25rem;scrollbar-width:none}.vibe-perf-cards::-webkit-scrollbar{display:none}.vibe-perf-card{min-width:140px;flex-shrink:0}.vibe-queue-row__art{width:44px!important;height:44px!important;border-radius:6px!important}.vibe-queue-row--superbump{border-left:2px solid var(--vibe-accent);padding-left:.5rem}}.vibe-playlist-browser{position:fixed;inset:0;z-index:var(--vibe-z-modal,200);display:flex;align-items:flex-end;justify-content:center}@media (min-width:600px){.vibe-playlist-browser{align-items:center}}.vibe-playlist-browser__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.65);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:none;cursor:pointer;padding:0}.vibe-playlist-browser__sheet{position:relative;z-index:1;background:var(--vibe-surface-elevated,#161616);border:1px solid var(--vibe-border);border-radius:16px 16px 0 0;width:100%;max-width:520px;max-height:88vh;display:flex;flex-direction:column;overflow:hidden}@media (min-width:600px){.vibe-playlist-browser__sheet{border-radius:12px;max-height:80vh}}.vibe-playlist-browser__head{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem .75rem;border-bottom:1px solid var(--vibe-border);flex-shrink:0}.vibe-playlist-browser__title{font-size:1rem;font-weight:700;color:var(--vibe-text);margin:0}.vibe-playlist-browser__close{background:none;border:none;color:var(--vibe-text-muted);font-size:1.25rem;cursor:pointer;padding:.25rem .5rem;border-radius:4px;line-height:1}.vibe-playlist-browser__close:hover{color:var(--vibe-text)}.vibe-playlist-browser__search{padding:.75rem 1rem;border-bottom:1px solid var(--vibe-border);flex-shrink:0}.vibe-playlist-browser__search-input{width:100%;box-sizing:border-box;background:hsla(0,0%,100%,.06);border:1px solid var(--vibe-border);border-radius:8px;padding:.55rem .875rem;color:var(--vibe-text);font-size:.875rem;outline:none;transition:border-color .15s}.vibe-playlist-browser__search-input:focus{border-color:var(--vibe-accent)}.vibe-playlist-browser__search-input::placeholder{color:var(--vibe-text-muted)}.vibe-playlist-browser__list{flex:1 1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:.5rem .75rem 1rem;display:flex;flex-direction:column;gap:2px}.vibe-playlist-browser__item{display:flex;align-items:center;gap:.75rem;padding:.55rem .625rem;border-radius:8px;border:none;background:transparent;cursor:pointer;width:100%;text-align:left;color:inherit;font:inherit;transition:background .12s;position:relative}.vibe-playlist-browser__item:hover{background:hsla(0,0%,100%,.06)}.vibe-playlist-browser__item:disabled{opacity:.5;cursor:not-allowed}.vibe-playlist-browser__item--active{background:rgba(30,215,96,.1)}.vibe-playlist-browser__art{width:44px;height:44px;border-radius:6px;object-fit:cover;flex-shrink:0;background:hsla(0,0%,100%,.06);display:flex;align-items:center;justify-content:center;font-size:1.125rem;color:var(--vibe-text-muted)}.vibe-playlist-browser__info{flex:1 1;min-width:0}.vibe-playlist-browser__name{font-size:.875rem;font-weight:600;color:var(--vibe-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.3}.vibe-playlist-browser__item--active .vibe-playlist-browser__name{color:var(--vibe-accent)}.vibe-playlist-browser__meta{font-size:.6875rem;color:var(--vibe-text-muted);margin-top:.15rem}.vibe-playlist-browser__check{color:var(--vibe-accent);font-size:1rem;flex-shrink:0;margin-left:auto}.vibe-playlist-browser__empty,.vibe-playlist-browser__loading{padding:2rem 1rem;text-align:center;color:var(--vibe-text-muted);font-size:.8125rem}.vibe-change-playlist-btn{display:inline-flex;align-items:center;gap:.35rem;padding:.3rem .75rem;margin-top:.5rem;background:hsla(0,0%,100%,.05);border:1px solid var(--vibe-border);border-radius:6px;font-size:.75rem;font-weight:600;color:var(--vibe-text-muted);cursor:pointer;transition:background .15s,color .15s}.vibe-change-playlist-btn:hover{background:hsla(0,0%,100%,.1);color:var(--vibe-text)}.vibe-dash-body{display:flex;flex-direction:column;gap:1.75rem}.vibe-live-panel__ctx-change{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;flex-shrink:0;border-radius:6px;border:1px solid var(--vibe-border);background:hsla(0,0%,100%,.05);color:var(--vibe-text-muted);font-size:.8125rem;cursor:pointer;transition:background .15s,color .15s;margin-left:auto}.vibe-live-panel__ctx-change:hover:not(:disabled){background:hsla(0,0%,100%,.1);color:var(--vibe-text)}.vibe-live-panel__ctx-empty{display:block}.vibe-live-panel__ctx-choose-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.1rem;background:hsla(0,0%,100%,.04);border:1px dashed var(--vibe-border);border-radius:8px;font-size:.8125rem;font-weight:600;color:var(--vibe-text-muted);cursor:pointer;width:100%;justify-content:center;transition:background .15s,color .15s,border-color .15s}.vibe-live-panel__ctx-choose-btn:hover:not(:disabled){background:hsla(0,0%,100%,.08);color:var(--vibe-text);border-color:hsla(0,0%,100%,.25)}@media (max-width:767px){.vibe-dash-body__perf{order:2}.vibe-dash-body__main{order:1}.vibe-shell.vibe-app-page{max-width:100%;padding-left:1rem;padding-right:1rem}.vibe-dash-body__main .vibe-section-title{font-size:1.125rem}.vibe-dash-body__main .vibe-music-layout__left{display:none}.vibe-dash-body__main .vibe-music-layout{grid-template-columns:1fr;gap:0}.vibe-live-panel__ctx-change{display:inline-flex}.vibe-live-panel__ctx-empty{display:block}.vibe-live-panel__ctx{gap:.6rem;padding:.15rem 0}.vibe-live-panel__ctx-art{width:36px!important;height:36px!important;border-radius:6px!important}.vibe-live-panel__ctx-name{font-size:.875rem!important;font-weight:600!important}.vibe-live-panel__now-playing{padding:1rem!important}.vibe-live-panel__now-art{width:80px!important;height:80px!important;border-radius:10px!important;box-shadow:0 4px 24px rgba(0,0,0,.65)!important}.vibe-live-panel__now-art--ph{font-size:2rem!important}.vibe-live-panel__now-title{font-size:1.0625rem!important;font-weight:700!important;letter-spacing:-.01em!important;line-height:1.2!important}.vibe-live-panel__now-artist{font-size:.875rem!important;margin-top:.25rem!important}.vibe-live-panel__progress{margin-top:.85rem!important;font-size:.6875rem!important}.vibe-live-panel__progress-bar{height:4px!important}.vibe-live-pill{padding:.6rem 1.4rem!important;font-size:.8125rem!important;min-height:44px!important}.vibe-live-pill__dot{width:7px!important;height:7px!important}.vibe-detail-link.vibe-detail-link--plain{font-size:.8125rem;padding:.5rem 0;min-height:44px;display:inline-flex;align-items:center}.vibe-live-panel__tabs{position:-webkit-sticky;position:sticky;top:0;background:var(--vibe-bg-elevated,#121212);z-index:2}.vibe-live-panel__tab{font-size:.8125rem!important;padding:.7rem .5rem!important;min-height:48px!important}.vibe-queue-row{min-height:56px;padding-top:.5rem;padding-bottom:.5rem}.vibe-queue-row__title{font-size:.9375rem}.vibe-queue-row__artist{font-size:.75rem}.vibe-queue-row__pos{font-size:.75rem;min-width:20px}.vibe-perf-cards{display:flex;flex-direction:row;gap:.625rem;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:.375rem;scrollbar-width:none;margin-left:-1rem;margin-right:-1rem;padding-left:1rem;padding-right:1rem}.vibe-perf-cards::-webkit-scrollbar{display:none}.vibe-perf-card{min-width:160px;flex-shrink:0}.vibe-section-head{margin-bottom:.75rem}.vibe-live-panel__tab{flex:1 1;padding:.55rem .5rem}}.vibe-sdk-start-btn{display:inline-flex;align-items:center;gap:.4rem;margin-top:.65rem;padding:.55rem 1.25rem;background:linear-gradient(180deg,rgba(30,215,96,.18),rgba(30,215,96,.08));border:1px solid rgba(30,215,96,.45);border-radius:9999px;color:var(--vibe-accent);font-size:.8125rem;font-weight:700;cursor:pointer;transition:background .15s,box-shadow .15s;box-shadow:0 0 8px rgba(30,215,96,.2)}.vibe-sdk-start-btn:hover{background:linear-gradient(180deg,rgba(30,215,96,.25),rgba(30,215,96,.14));box-shadow:0 0 12px rgba(30,215,96,.3)}.vibe-sdk-controls{padding:.6rem 1rem!important;border-top:1px solid var(--vibe-border);display:flex;flex-direction:column;gap:.4rem}.vibe-sdk-controls__row{display:flex;gap:.75rem}.vibe-sdk-btn,.vibe-sdk-controls__row{align-items:center;justify-content:center}.vibe-sdk-btn{display:inline-flex;width:40px;height:40px;border-radius:50%;border:1px solid var(--vibe-border);background:hsla(0,0%,100%,.04);color:var(--vibe-text-secondary);font-size:1rem;cursor:pointer;transition:background .15s,color .15s}.vibe-sdk-btn:hover{background:hsla(0,0%,100%,.1);color:var(--vibe-text)}.vibe-sdk-btn--primary{width:48px;height:48px;background:var(--vibe-accent);border-color:var(--vibe-accent);color:#000;font-size:1.1rem}.vibe-sdk-btn--primary:hover{background:#24f570;color:#000}.vibe-sdk-controls__label{display:flex;align-items:center;justify-content:center;gap:.4rem;font-size:.625rem;color:var(--vibe-accent);letter-spacing:.04em;text-transform:uppercase;font-weight:600;opacity:.75}.vibe-sdk-controls__dot{width:5px;height:5px;border-radius:50%;background:var(--vibe-accent);animation:vibe-live-pill-pulse 1.6s ease-in-out infinite;flex-shrink:0}@media (max-width:767px){.vibe-sdk-btn{width:48px;height:48px}.vibe-sdk-btn--primary{width:56px;height:56px;font-size:1.25rem}}@media (min-width:768px) and (max-width:1024px){.vibe-live-panel__now-art{width:64px;height:64px}.vibe-live-panel__now-title{font-size:1rem}}