:root{--band-detail-dark-canvas:#070707;--band-detail-dark-surface:#111;--band-detail-dark-surface-strong:#191919;--band-detail-dark-text:#f4f1ea;--band-detail-dark-text-muted:#f4f1eabd;--band-detail-dark-border:#f4f1ea;--band-detail-dark-shadow:#000;--band-detail-dark-accent:#ff6a00;--band-detail-dark-accent-soft:#9130009d;--band-detail-dark-media:#0c0c0c;--band-detail-light-canvas:#f3efe7;--band-detail-light-surface:#fffaf2;--band-detail-light-surface-strong:#fff;--band-detail-light-text:#14110d;--band-detail-light-text-muted:#14110db8;--band-detail-light-border:#14110d;--band-detail-light-shadow:#14110d;--band-detail-light-accent:#d45500;--band-detail-light-accent-soft:#d455009d;--band-detail-light-media:#ece2d5;--band-detail-system-canvas:var(--band-detail-dark-canvas);--band-detail-system-surface:var(--band-detail-dark-surface);--band-detail-system-surface-strong:var(--band-detail-dark-surface-strong);--band-detail-system-text:var(--band-detail-dark-text);--band-detail-system-text-muted:var(--band-detail-dark-text-muted);--band-detail-system-border:var(--band-detail-dark-border);--band-detail-system-shadow:var(--band-detail-dark-shadow);--band-detail-system-accent:var(--band-detail-dark-accent);--band-detail-system-accent-soft:var(--band-detail-dark-accent-soft);--band-detail-system-media:var(--band-detail-dark-media)}@media (prefers-color-scheme:light){:root{--band-detail-system-canvas:var(--band-detail-light-canvas);--band-detail-system-surface:var(--band-detail-light-surface);--band-detail-system-surface-strong:var(--band-detail-light-surface-strong);--band-detail-system-text:var(--band-detail-light-text);--band-detail-system-text-muted:var(--band-detail-light-text-muted);--band-detail-system-border:var(--band-detail-light-border);--band-detail-system-shadow:var(--band-detail-light-shadow);--band-detail-system-accent:var(--band-detail-light-accent);--band-detail-system-accent-soft:var(--band-detail-light-accent-soft);--band-detail-system-media:var(--band-detail-light-media)}}.band-detail-page{--band-detail-base-canvas:var(--band-detail-system-canvas);--band-detail-base-surface:var(--band-detail-system-surface);--band-detail-base-surface-strong:var(--band-detail-system-surface-strong);--band-detail-base-text:var(--band-detail-system-text);--band-detail-base-text-muted:var(--band-detail-system-text-muted);--band-detail-base-border:var(--band-detail-system-border);--band-detail-base-shadow:var(--band-detail-system-shadow);--band-detail-base-accent:var(--band-detail-system-accent);--band-detail-base-accent-soft:var(--band-detail-system-accent-soft);--band-detail-base-media:var(--band-detail-system-media);--band-detail-canvas:var(--band-detail-base-canvas);--band-detail-surface:var(--band-detail-base-surface);--band-detail-surface-strong:var(--band-detail-base-surface-strong);--band-detail-text:var(--band-detail-base-text);--band-detail-text-muted:var(--band-detail-base-text-muted);--band-detail-border:var(--band-detail-base-border);--band-detail-shadow:var(--band-detail-base-shadow);--band-detail-accent:var(--band-detail-base-accent);--band-detail-accent-soft:var(--band-detail-base-accent-soft);--band-detail-media:var(--band-detail-base-media);--band-detail-stroke:4px;min-height:calc(100vh - var(--bg-gradient-first-stripe-height,60px));color:var(--band-detail-text);background:var(--band-detail-canvas);padding:32px 20px 56px;position:relative}html[data-theme=dark] .band-detail-page{--band-detail-base-canvas:var(--band-detail-dark-canvas);--band-detail-base-surface:var(--band-detail-dark-surface);--band-detail-base-surface-strong:var(--band-detail-dark-surface-strong);--band-detail-base-text:var(--band-detail-dark-text);--band-detail-base-text-muted:var(--band-detail-dark-text-muted);--band-detail-base-border:var(--band-detail-dark-border);--band-detail-base-shadow:var(--band-detail-dark-shadow);--band-detail-base-accent:var(--band-detail-dark-accent);--band-detail-base-accent-soft:var(--band-detail-dark-accent-soft);--band-detail-base-media:var(--band-detail-dark-media)}html[data-theme=light] .band-detail-page{--band-detail-base-canvas:var(--band-detail-light-canvas);--band-detail-base-surface:var(--band-detail-light-surface);--band-detail-base-surface-strong:var(--band-detail-light-surface-strong);--band-detail-base-text:var(--band-detail-light-text);--band-detail-base-text-muted:var(--band-detail-light-text-muted);--band-detail-base-border:var(--band-detail-light-border);--band-detail-base-shadow:var(--band-detail-light-shadow);--band-detail-base-accent:var(--band-detail-light-accent);--band-detail-base-accent-soft:var(--band-detail-light-accent-soft);--band-detail-base-media:var(--band-detail-light-media)}html[data-theme=dark] .band-detail-page[data-band-detail-premium=true],html[data-theme=light] .band-detail-page[data-band-detail-premium=true],html:not([data-theme]) .band-detail-page[data-band-detail-premium=true]{--band-detail-base-canvas:var(--band-detail-premium-canvas,var(--band-detail-dark-canvas));--band-detail-base-surface:var(--band-detail-premium-surface,var(--band-detail-dark-surface));--band-detail-base-surface-strong:color-mix(in srgb, var(--band-detail-premium-surface,var(--band-detail-dark-surface-strong)) 78%, white 6%);--band-detail-base-text:var(--band-detail-premium-text,var(--band-detail-dark-text));--band-detail-base-text-muted:color-mix(in srgb, var(--band-detail-premium-text,var(--band-detail-dark-text)) 72%, transparent);--band-detail-base-border:var(--band-detail-premium-border,var(--band-detail-dark-border));--band-detail-base-shadow:var(--band-detail-dark-shadow);--band-detail-base-accent:var(--band-detail-premium-accent,var(--band-detail-dark-accent));--band-detail-base-accent-soft:color-mix(in srgb, var(--band-detail-premium-accent,var(--band-detail-dark-accent)) 18%, transparent);--band-detail-base-media:color-mix(in srgb, var(--band-detail-premium-surface,var(--band-detail-dark-media)) 68%, black 32%);--band-detail-stroke:var(--band-detail-premium-border-width,4px)}.public-shell__content:has(.band-detail-page[data-band-detail-premium=true]) .site-drawer__footer .toggle-inline{display:none}.band-detail-page__inner{gap:36px;width:min(1160px,100%);margin:0 auto;display:grid}.band-detail-theme-scope{min-width:0;color:var(--band-detail-text);gap:28px;display:grid;position:relative}.band-detail-card,.band-detail-footer{border:var(--band-detail-stroke) solid var(--band-detail-border);background:var(--band-detail-surface);box-shadow:none;color:var(--band-detail-text);position:relative;overflow:hidden}.band-detail-card:before,.band-detail-footer:before{content:"";pointer-events:none;position:absolute;inset:0}.band-detail-card>*,.band-detail-footer>*{position:relative}.band-detail-card--context{background:var(--band-detail-surface-strong);align-items:center;gap:16px;padding:16px 20px;display:flex}.band-detail-card--context .watch-button--detail{width:20px;min-width:24px;height:20px;min-height:24px;box-shadow:none;z-index:4;background:0 0;border-radius:0;place-self:center start;margin:0;position:relative;top:auto;left:auto;transform:none}.band-detail-card--context .watch-button--detail svg{width:24px;height:24px;display:block;transform:translateY(1px)}.band-detail-context__content{flex:auto;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px 24px;min-width:0;display:grid}.band-detail-context__breadcrumbs,.band-detail-context__meta{flex-wrap:wrap;align-items:center;gap:10px 14px;min-width:0;display:flex}.band-detail-context__breadcrumbs,.band-detail-context__meta,.band-detail-label{font-family:var(--font-subhead);font-weight:var(--font-subhead-weight);letter-spacing:.16em;text-transform:uppercase;font-size:.8rem;line-height:1.1}.band-detail-context__breadcrumbs,.band-detail-context__meta{color:var(--band-detail-text-muted)}.band-detail-context__meta{text-align:right;justify-content:flex-end;justify-self:end}.band-detail-context__breadcrumbs a,.band-detail-context__meta a{color:inherit;text-decoration:none}.band-detail-context__breadcrumbs a:hover,.band-detail-context__breadcrumbs a:focus-visible,.band-detail-context__meta a:hover,.band-detail-context__meta a:focus-visible{color:var(--band-detail-accent)}.band-detail-card--hero{--band-detail-hero-padding:28px;--band-detail-hero-media-size:clamp(120px, 20vw, 220px);--band-detail-hero-media-gap:24px;padding:var(--band-detail-hero-padding);position:relative}.band-detail-hero__content{flex-direction:column;gap:24px;display:flex}.band-detail-card--hero:has(.band-detail-hero__media) .band-detail-hero__content{max-width:100%;padding-right:calc(var(--band-detail-hero-media-size) + var(--band-detail-hero-media-gap))}.band-detail-hero__media{top:50%;right:var(--band-detail-hero-padding);height:min(var(--band-detail-hero-media-size), calc(100% - (var(--band-detail-hero-padding) * 2)));aspect-ratio:1;pointer-events:auto;justify-content:center;align-items:center;display:flex;position:absolute;transform:translateY(-50%)}.band-detail-hero__image{object-fit:contain;object-position:center;border:var(--band-detail-stroke) solid var(--band-detail-border);background:var(--band-detail-media);pointer-events:none;width:100%;height:100%;display:block}.band-detail-hero__title,.band-detail-section-heading h2,.band-detail-footer h2{color:var(--band-detail-text);font-family:var(--font-headline);font-weight:var(--font-headline-weight);text-transform:uppercase;letter-spacing:-.03em;margin:0;line-height:.88}.band-detail-hero__title{overflow-wrap:anywhere;text-wrap:balance;max-width:100%;font-size:clamp(2.25rem,7vw,6.25rem)}.band-detail-pill{border:var(--band-detail-stroke) solid var(--band-detail-border);background:var(--band-detail-surface-strong);font-family:var(--font-subhead);font-weight:var(--font-subhead-weight);letter-spacing:.16em;text-transform:uppercase;align-items:center;padding:10px 14px;font-size:.8rem;line-height:1;display:inline-flex}.band-detail-hero__summary,.band-detail-about__intro p,.band-detail-footer p,.band-detail-rich-text p,.band-detail-rich-text li,.band-detail-link-list-item__meta,.band-detail-release-card__body p{color:var(--band-detail-text-muted);margin:0}.band-detail-hero__summary{max-width:38rem;font-size:1.02rem;line-height:1.7}.band-detail-actions{flex-wrap:wrap;gap:12px;display:flex}.band-detail-link-chip{border:var(--band-detail-stroke) solid var(--band-detail-border);background:var(--band-detail-accent-soft);min-height:44px;color:var(--band-detail-text);font-family:var(--font-subhead);font-weight:var(--font-subhead-weight);letter-spacing:.14em;text-transform:uppercase;justify-content:center;align-items:center;padding:0 16px;font-size:.78rem;line-height:1;text-decoration:none;display:inline-flex}html:not([data-theme]) .artist-page-action-button,html[data-theme=dark] .artist-page-action-button{--band-claim-button-border:var(--band-detail-dark-border);--band-claim-button-shadow:var(--band-detail-dark-shadow);--band-claim-button-surface:var(--band-detail-dark-accent-soft);--band-claim-button-text:var(--band-detail-dark-text)}html[data-theme=light] .artist-page-action-button{--band-claim-button-border:var(--band-detail-light-border);--band-claim-button-shadow:var(--band-detail-light-shadow);--band-claim-button-surface:var(--band-detail-light-accent-soft);--band-claim-button-text:var(--band-detail-light-text)}@media (prefers-color-scheme:light){html:not([data-theme]) .artist-page-action-button{--band-claim-button-border:var(--band-detail-light-border);--band-claim-button-shadow:var(--band-detail-light-shadow);--band-claim-button-surface:var(--band-detail-light-accent-soft);--band-claim-button-text:var(--band-detail-light-text)}}.artist-page-action-button{border:4px solid var(--band-claim-button-border);background:var(--band-claim-button-surface);min-height:0;color:var(--band-claim-button-text);font-family:var(--font-subhead);font-weight:var(--font-subhead-weight);letter-spacing:.14em;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);filter:none;border-radius:0;justify-content:center;align-items:center;padding:14px 18px;font-size:.68rem;line-height:1;display:inline-flex}.band-detail-page[data-band-detail-premium=true] .artist-page-action-button{--band-claim-button-border:var(--band-detail-premium-border,var(--band-detail-dark-border));--band-claim-button-shadow:var(--band-detail-dark-shadow);--band-claim-button-surface:color-mix(in srgb, var(--band-detail-premium-accent,var(--band-detail-dark-accent)) 18%, transparent);--band-claim-button-text:var(--band-detail-premium-text,var(--band-detail-dark-text))}.artist-page-action-button:hover,.artist-page-action-button:focus-visible{border-color:var(--band-detail-accent);box-shadow:10px 10px 0 var(--band-claim-button-shadow);filter:none;transform:none}.artist-page-action-button:focus-visible{outline-color:var(--band-claim-button-border)}.band-detail-video-frame,.band-detail-feature-card__art,.band-detail-release-card__art{border:var(--band-detail-stroke) solid var(--band-detail-border);background:var(--band-detail-media)}.band-detail-feature-card__image,.band-detail-release-card__image{object-fit:cover;width:100%;height:100%;display:block}.band-detail-feature-card__placeholder,.band-detail-release-card__placeholder{background:linear-gradient(135deg, var(--band-detail-accent-soft), transparent 55%), var(--band-detail-media);width:100%;height:100%;min-height:100%;color:var(--band-detail-text-muted);font-family:var(--font-headline);font-weight:var(--font-headline-weight);text-transform:uppercase;justify-content:center;align-items:center;font-size:2rem;line-height:1;display:flex}.band-detail-card--links,.band-detail-card--feature,.band-detail-card--video,.band-detail-card--gallery,.band-detail-card--about,.band-detail-card--events,.band-detail-card--releases,.band-detail-card--payment{padding:24px}.band-detail-section-heading{border-bottom:var(--band-detail-stroke) solid var(--band-detail-border);margin-bottom:18px;padding-bottom:18px}.band-detail-section-heading--with-action{justify-content:space-between;align-items:center;gap:16px;display:flex}.band-detail-section-reorder{flex-shrink:0;align-items:center;gap:6px;display:inline-flex}.band-detail-section-reorder__button{border:1px solid var(--band-detail-border);background:color-mix(in srgb, var(--band-detail-surface-strong) 82%, transparent);width:28px;height:28px;color:var(--band-detail-text);font-family:var(--font-subhead);font-weight:var(--font-subhead-weight);cursor:pointer;border-radius:0;padding:0;font-size:.82rem;line-height:1;transition:background-color .16s,border-color .16s,color .16s,opacity .16s}.band-detail-section-reorder__button:hover,.band-detail-section-reorder__button:focus-visible{border-color:var(--band-detail-accent);background:color-mix(in srgb, var(--band-detail-accent-soft) 74%, transparent)}.band-detail-section-reorder__button:focus-visible{outline:2px solid var(--band-detail-accent);outline-offset:2px}.band-detail-section-reorder__button:disabled{opacity:.38;cursor:not-allowed}.band-detail-section-heading h2,.band-detail-footer h2{font-size:clamp(2rem,5vw,3.6rem)}.band-detail-section-action{color:var(--band-detail-text);font-family:var(--font-subhead);font-weight:var(--font-subhead-weight);letter-spacing:.16em;text-transform:uppercase;white-space:nowrap;font-size:.82rem;line-height:1.1;text-decoration:none;transition:color .16s}.band-detail-section-action:hover{color:var(--band-detail-accent)}.band-detail-link-list,.band-detail-event-list{flex-direction:column;gap:12px;display:flex}.band-detail-links-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:28px;display:grid}.band-detail-links-grid>:only-child{grid-column:1/-1}.band-detail-links-grid>.band-detail-card{height:100%}.band-detail-feature-card,.band-detail-link-list-item,.band-detail-release-card{color:inherit;text-decoration:none}.band-detail-feature-card,.band-detail-link-list-item{border:var(--band-detail-stroke) solid var(--band-detail-border);background:var(--band-detail-surface-strong);padding:16px;transition:border-color .16s}.band-detail-feature-card:hover,.band-detail-link-list-item:hover,.band-detail-release-card:hover,.band-detail-event-list .event-row:hover{border-color:var(--band-detail-accent)}.band-detail-feature-card{grid-template-columns:minmax(180px,240px) minmax(0,1fr);align-items:stretch;gap:18px;display:grid}.band-detail-feature-card__art{aspect-ratio:1}.band-detail-feature-card__body,.band-detail-link-list-item__body,.band-detail-release-card__body{align-content:start;gap:6px;display:grid}.band-detail-feature-card__body h3,.band-detail-link-list-item__body h3,.band-detail-release-card__body h3{color:var(--band-detail-text);font-family:var(--font-headline);font-weight:var(--font-headline-weight);text-transform:uppercase;margin:0;line-height:1.05}.band-detail-feature-card__body h3{font-size:clamp(1.7rem,4vw,2.85rem)}.band-detail-feature-card__description{color:var(--band-detail-text-muted);margin:6px 0 0;line-height:1.55}.band-detail-link-list-item__body h3{font-size:1rem}.band-detail-label{color:var(--band-detail-text-muted);margin:0}.band-detail-main-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;display:grid}.band-detail-main-grid>:only-child{grid-column:1/-1}.band-detail-video-frame{aspect-ratio:16/9;overflow:hidden}.band-detail-video-frame iframe{border:0;width:100%;height:100%}.band-detail-about__intro{border:var(--band-detail-stroke) solid var(--band-detail-border);background:var(--band-detail-surface-strong);gap:10px;margin-bottom:18px;padding:16px;display:grid}.band-detail-rich-text{gap:16px;display:grid}.band-detail-rich-text p,.band-detail-rich-text ul,.band-detail-rich-text ol,.band-detail-rich-text blockquote{margin:0}.band-detail-rich-text h2,.band-detail-rich-text h3,.band-detail-rich-text h4{color:var(--band-detail-text);font-family:var(--font-headline);font-weight:var(--font-headline-weight);text-transform:uppercase;margin:8px 0 0;line-height:.95}.band-detail-rich-text a{text-decoration-thickness:2px}.band-detail-rich-text ul,.band-detail-rich-text ol{color:var(--band-detail-text-muted);padding-left:1.2em}.band-detail-release-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.band-detail-release-card{border:var(--band-detail-stroke) solid var(--band-detail-border);background:var(--band-detail-surface-strong);gap:14px;padding:16px;transition:border-color .16s;display:grid}.band-detail-release-card__art{aspect-ratio:1}.band-detail-release-card__placeholder{min-height:100%}.band-detail-release-card__body h3{font-size:1.8rem}.band-detail-footer{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:end;gap:24px;padding:24px;display:grid}@media (max-width:980px){.band-detail-links-grid,.band-detail-main-grid,.band-detail-footer{grid-template-columns:1fr}.band-detail-release-grid{grid-template-columns:1fr 1fr}}@media (max-width:720px){.band-detail-page{padding:20px 14px 40px}.band-detail-theme-scope{gap:24px}.band-detail-card--hero,.band-detail-card--links,.band-detail-card--video,.band-detail-card--about,.band-detail-card--events,.band-detail-card--releases,.band-detail-card--payment,.band-detail-footer{padding:16px}.band-detail-card--hero{--band-detail-hero-padding:16px}.band-detail-card--context{align-items:flex-start}.band-detail-context__content{grid-template-columns:minmax(0,1fr)}.band-detail-context__meta{text-align:left;justify-content:flex-start;justify-self:start}.band-detail-card--hero:has(.band-detail-hero__media) .band-detail-hero__content{padding-right:0}.band-detail-hero__media{display:none}.band-detail-page__inner{gap:24px}.band-detail-section-heading--with-action{flex-direction:column;align-items:flex-start}.band-detail-release-grid,.band-detail-feature-card{grid-template-columns:1fr}.band-detail-link-list-item{padding:14px}}.band-detail-feedback{border:var(--band-detail-stroke) solid var(--band-detail-border);background:var(--band-detail-surface-strong);color:var(--band-detail-text);font-family:var(--font-subhead);letter-spacing:.06em;text-transform:uppercase;margin:0;padding:12px 14px;font-size:.78rem}.band-detail-preview{color:var(--band-detail-text);grid-template-columns:1fr 1fr;gap:28px;display:grid;position:relative}@media (max-width:720px){.band-detail-preview{grid-template-columns:1fr}}.band-detail-theme-scope--premium{--band-detail-text:var(--band-detail-premium-text,var(--band-detail-base-text));--band-detail-border:var(--band-detail-premium-border,var(--band-detail-base-border));--band-detail-surface:color-mix(in srgb, var(--band-detail-premium-surface,var(--band-detail-base-surface)) 88%, black 12%);--band-detail-surface-strong:color-mix(in srgb, var(--band-detail-premium-surface,var(--band-detail-base-surface-strong)) 78%, white 6%);--band-detail-accent:var(--band-detail-premium-accent,var(--band-detail-base-accent));--band-detail-accent-soft:color-mix(in srgb, var(--band-detail-premium-accent,var(--band-detail-base-accent)) 18%, transparent);--band-detail-media:color-mix(in srgb, var(--band-detail-premium-surface,var(--band-detail-base-media)) 68%, black 32%);--band-detail-text-muted:color-mix(in srgb, var(--band-detail-text) 72%, transparent);border-radius:var(--band-detail-premium-radius,16px);padding:0;overflow:hidden}.band-detail-theme-scope--premium:before{content:"";background-image:var(--band-detail-premium-background-image,none);opacity:.18;filter:saturate(.95);pointer-events:none;background-position:50%;background-size:cover;position:absolute;inset:0}.band-detail-theme-scope--premium>*{position:relative}.band-detail-theme-scope--premium .band-detail-card,.band-detail-theme-scope--premium .band-detail-feedback,.band-detail-theme-scope--premium .band-detail-footer,.band-detail-theme-scope--premium .band-detail-hero__image,.band-detail-theme-scope--premium .band-detail-hero__photo,.band-detail-theme-scope--premium .band-detail-link-chip,.band-detail-theme-scope--premium .band-detail-pill,.band-detail-theme-scope--premium .band-detail-link-list-item,.band-detail-theme-scope--premium .band-detail-feature-card,.band-detail-theme-scope--premium .band-detail-feature-card__art,.band-detail-theme-scope--premium .band-detail-release-card,.band-detail-theme-scope--premium .band-detail-release-card__art,.band-detail-theme-scope--premium .band-detail-about__intro,.band-detail-theme-scope--premium .band-detail-video-frame,.band-detail-theme-scope--premium .band-detail-gallery-card,.band-detail-theme-scope--premium .band-detail-payment-button,.band-detail-preview--premium .band-detail-card{border-radius:var(--band-detail-premium-radius,16px)}.band-detail-card--hero-large{--band-detail-hero-media-size:clamp(180px, 28vw, 320px);min-height:320px}.band-detail-card--hero-photo{aspect-ratio:1;justify-content:center;align-items:center;padding:0;display:flex;overflow:hidden}.band-detail-hero__photo{object-fit:contain;width:100%;height:100%;display:block}.band-detail-card--payment{background:var(--band-detail-surface)}.band-detail-payment-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.band-detail-payment-button{aspect-ratio:1;border:var(--band-detail-stroke) solid var(--band-detail-border);background:var(--band-detail-surface-strong);color:var(--band-detail-text);justify-content:center;align-items:center;padding:16px;text-decoration:none;transition:border-color .16s;display:flex}.band-detail-payment-button:hover,.band-detail-payment-button:focus-visible{border-color:var(--band-detail-accent)}.band-detail-payment-button__icon{object-fit:contain;width:100%;max-width:200px;height:auto;max-height:60%;display:block}.band-detail-payment-button__label{font-family:var(--font-subhead);font-weight:var(--font-subhead-weight);letter-spacing:.14em;text-transform:uppercase;text-align:center;font-size:.78rem;line-height:1.2}.band-detail-gallery-card{background:var(--band-detail-media);border:0;justify-content:center;align-items:center;max-width:500px;height:300px;display:flex;overflow:hidden}.band-detail-gallery-image{width:auto;max-width:500px;height:auto;max-height:300px;display:block}.band-detail-gallery-card--mobile{width:auto}.band-detail-gallery-carousel{display:block}.band-detail-gallery-carousel__frame{width:calc(100% + 36px);margin-inline:-18px;padding:0 8px}.band-detail-gallery-carousel__viewport>div{align-items:center}.band-detail-gallery-carousel__viewport{-webkit-mask-image:linear-gradient(90deg,#0000 0,#000 10px calc(100% - 10px),#0000 100%);mask-image:linear-gradient(90deg,#0000 0,#000 10px calc(100% - 10px),#0000 100%)}.band-detail-gallery-carousel .band-detail-gallery-carousel__slide{flex:none;width:auto;min-width:0}.band-detail-gallery-carousel__slide>*{width:auto;min-width:0}.band-detail-gallery-carousel__controls{justify-content:center;align-items:center;gap:10px;margin-top:14px;display:flex}.band-detail-gallery-carousel__control{border-color:var(--band-detail-border);background:color-mix(in srgb, var(--band-detail-surface) 92%, transparent);width:34px;height:34px;color:var(--band-detail-text);position:static;top:auto}.band-detail-gallery-carousel__control span{font-size:.78rem}.band-detail-gallery-carousel__control:hover:not(:disabled){border-color:var(--band-detail-accent);background:color-mix(in srgb, var(--band-detail-surface-strong) 94%, transparent)}.band-detail-gallery-carousel__status{text-align:center;letter-spacing:.1em;text-transform:uppercase;min-width:2.75rem;color:var(--band-detail-text-muted);font-size:.62rem;line-height:1.2}.artist-page-action-group{z-index:25;flex-direction:column;align-items:stretch;gap:8px;display:flex;position:fixed;bottom:24px;right:clamp(16px,4vw,32px)}.artist-page-action-group>.artist-page-action-button{z-index:auto;max-width:none;position:static;bottom:auto;right:auto}.artist-page-action-button--locked{opacity:.9}.artist-page-action-button__crown{color:#f7cb58;color:lab(84.0819% 7.19526 61.475);stroke:currentColor;flex-shrink:0;width:auto;height:.85em;margin-left:8px}.premium-feature-badge{color:#ffd166;letter-spacing:.14em;text-transform:uppercase;background:#ffc94c24;border:1px solid #ffc94c73;border-radius:999px;justify-content:center;align-items:center;width:fit-content;min-height:26px;padding:0 10px;font-size:.68rem;line-height:1;display:inline-flex}.dialog-overlay{z-index:70;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0102039e;background:lab(.458513% -.107616 -.628692/.62);position:fixed;inset:0}.dialog-content{z-index:80;border:1px solid oklch(var(--c-fg-oklch) / .12);background:oklch(var(--c-bg-oklch) / .98);border-radius:14px;width:min(640px,100vw - 24px);max-height:calc(100vh - 32px);padding:18px;position:fixed;top:50%;left:50%;overflow:auto;transform:translate(-50%,-50%);box-shadow:0 28px 80px #00020547;box-shadow:0 28px 80px lab(.439737% .0837073 -1.54018/.28)}.dialog-close{background:oklch(var(--c-fg-oklch) / .06);width:32px;height:32px;color:oklch(var(--c-fg-oklch) / .8);cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:10px;right:10px}.dialog-close:hover,.dialog-close:focus-visible{background:var(--public-accent-15);color:oklch(var(--c-fg-oklch) / .96)}.dialog-header{gap:6px;margin-bottom:14px;padding-right:28px;display:grid}.dialog-title{font-family:var(--font-headline);margin:0;font-size:1rem;line-height:1.2}.dialog-description{color:oklch(var(--c-fg-oklch) / .68);margin:0;font-size:.82rem;line-height:1.45}.dialog-footer{flex-wrap:wrap;justify-content:flex-end;gap:10px;margin-top:16px;display:flex}.band-upsell-dialog{--upsell-border:#f4f1ea;--upsell-surface:#111;--upsell-shadow:#000;--upsell-text-muted:#f4f1eabd;border:4px solid var(--upsell-border);background:var(--upsell-surface);box-shadow:10px 10px 0 var(--upsell-shadow);border-radius:0;padding:24px}html[data-theme=dark] .band-upsell-dialog{--upsell-border:#f4f1ea;--upsell-surface:#111;--upsell-shadow:#000;--upsell-text-muted:#f4f1eabd}html[data-theme=light] .band-upsell-dialog{--upsell-border:#14110d;--upsell-surface:#fffaf2;--upsell-shadow:#14110d;--upsell-text-muted:#14110db8}.band-upsell-dialog .dialog-title{letter-spacing:-.02em;align-items:center;gap:10px;font-size:clamp(1rem,2vw,1.25rem);line-height:.95;display:flex}.premium-upsell-dialog__crown{color:#f7cb58;color:lab(84.0819% 7.19526 61.475);stroke:currentColor;flex-shrink:0;width:auto;height:.75em}.band-upsell-dialog .dialog-description{color:var(--upsell-text-muted)}.premium-upsell-dialog__list{color:var(--upsell-text-muted);margin:8px 0 0;padding-left:18px;font-size:.82rem;line-height:1.45;list-style:outside}.premium-upsell-dialog__list li+li{margin-top:4px}.band-upsell-dialog .premium-upsell-dialog__list{color:var(--upsell-text-muted)}.band-upsell-dialog .upsell-subscribe-button{border-color:var(--public-accent-50);background:oklch(var(--c-fg-oklch) / .04);min-height:34px;color:var(--c-fg-oklch);padding:0 10px}.band-upsell-dialog .upsell-subscribe-button:hover,.band-upsell-dialog .upsell-subscribe-button:focus-visible{border-color:var(--public-accent-40);background:var(--public-accent-15);transform:translateY(-1px)}.band-upsell-dialog .dialog-close{background:oklch(var(--c-fg-oklch) / .06);color:oklch(var(--c-fg-oklch) / .8)}.band-upsell-dialog .dialog-close:hover,.band-upsell-dialog .dialog-close:focus-visible{background:var(--public-accent-15);color:oklch(var(--c-fg-oklch) / .96)}.band-upsell-dialog .upsell-subscribe-button,.band-upsell-dialog .dialog-close{border-radius:0}.band-upsell-dialog .dialog-footer{flex-wrap:wrap;justify-content:flex-start;margin-top:18px;position:static}.intake-button{min-height:36px;color:var(--band-detail-text);cursor:pointer;background:#ffffff0f;border:1px solid #ffffff29;border-radius:8px;justify-content:center;align-items:center;padding:0 12px;text-decoration:none;transition:transform .18s,background .18s,border-color .18s;display:inline-flex}.intake-button:hover,.intake-button:focus-visible{background:#ffffff1f;border-color:#ffffff57;transform:translateY(-1px)}.intake-button--accent{border-color:var(--band-detail-accent);color:var(--band-detail-text)}.intake-button--small{min-height:30px;padding:0 10px;font-size:.72rem}.band-look-editor-preview{transition:padding-bottom .26s cubic-bezier(.4,0,.2,1)}.band-look-editor-preview--drawer-open{padding-bottom:10rem}.band-look-editor-preview--drawer-minimized{padding-bottom:4.5rem}.artist-look-editor{z-index:50;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:linear-gradient(#121212fa,#070707fa),#070707fa;border:0;border-top:1px solid #ffffff29;border-radius:24px 24px 0 0;grid-template-rows:auto minmax(0,1fr);width:100vw;max-height:min(40vh,220px);transition:max-height .26s cubic-bezier(.4,0,.2,1);display:grid;position:fixed;bottom:0;left:0;overflow:hidden;transform:none;box-shadow:0 -18px 60px #0000007a}.artist-look-editor--minimized{max-height:4rem}.artist-look-editor--closed{pointer-events:none;visibility:hidden;max-height:0}.artist-look-editor__chrome{background:linear-gradient(#ffffff0f,#0000 70%),#070707f0;gap:0;padding:2px 0;display:grid}.artist-look-editor__toggle{cursor:pointer;background:0 0;border:0;border-radius:999px;justify-content:center;justify-self:center;align-items:center;width:72px;height:26px;padding:0;transition:transform .18s;display:inline-flex}.artist-look-editor__toggle:focus-visible{outline:2px solid var(--band-detail-accent);outline-offset:2px}.artist-look-editor__toggle-bar{background:#f4f1ea66;border-radius:999px;width:42px;height:5px;transition:background-color .18s,transform .18s,width .18s;box-shadow:0 0 0 1px #ffffff14,0 4px 14px #00000038}.artist-look-editor__toggle:hover .artist-look-editor__toggle-bar,.artist-look-editor__toggle:focus-visible .artist-look-editor__toggle-bar{background:#f4f1eab8;width:48px}.artist-look-editor__form{grid-template-rows:minmax(0,1fr) auto;min-height:0;display:grid}.artist-look-editor__body{min-height:0;padding:4px 16px 6px;overflow:auto}.artist-look-editor__footer{background:linear-gradient(#070707e0,#070707fa),#070707f5;border-top:1px solid #ffffff14;justify-content:flex-end;gap:8px;padding:8px 16px 10px;display:flex}.artist-look-editor__theme{flex-wrap:wrap;align-items:center;gap:6px 16px;display:flex}.artist-look-editor__color-group{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.artist-look-editor__color-field{position:relative}.artist-look-editor__color-input-row{align-items:stretch;gap:4px;display:flex}.artist-look-editor__field{flex-direction:column;align-items:flex-start;gap:2px;display:flex}.artist-look-editor__label,.artist-look-editor__option-title{letter-spacing:.04em;color:#f4f1ea99;white-space:nowrap;margin:0;font-size:.54rem}.artist-look-editor__input,.artist-look-editor__textarea,.artist-look-editor__select{min-width:0;height:20px;box-shadow:none;color:var(--band-detail-text);background:#ffffff0d;border:1px solid #ffffff24;border-radius:0;flex:auto;padding:0 4px;font-size:.7rem;line-height:20px}.artist-look-editor__color-group .artist-look-editor__input{flex:none;width:9ch}.artist-look-editor__color-swatch{cursor:pointer;border:1px solid #ffffff2e;border-radius:0;width:20px;min-width:20px;height:20px;padding:0;box-shadow:inset 0 0 0 1px #0000002e}.artist-look-editor__color-swatch:focus-visible{outline:2px solid var(--band-detail-accent);outline-offset:2px}.artist-look-editor__color-picker-popover{z-index:80;background:linear-gradient(#141414f5,#0a0a0afa),#0c0c0cf5;border:1px solid #ffffff1f;padding:8px;position:fixed;box-shadow:0 12px 28px #0006}.artist-look-editor__color-picker-popover .react-colorful{width:180px;height:140px}.artist-look-editor__color-picker-popover .react-colorful__saturation{border-radius:0}.artist-look-editor__color-picker-popover .react-colorful__hue{border-radius:0;height:14px;margin-top:8px}.artist-look-editor__color-picker-popover .react-colorful__pointer-fill{box-shadow:0 0 0 1px #0000004d}.artist-look-editor__option-group{flex-direction:column;align-items:flex-start;gap:2px;min-width:0;margin:0;display:flex}.artist-look-editor__choice-row{flex-wrap:nowrap;align-items:center;gap:4px 8px;height:20px;display:flex}.artist-look-editor__checkbox{align-items:center;gap:4px;font-size:.68rem;display:inline-flex}.artist-look-editor__button{height:20px;min-height:20px;box-shadow:none;color:var(--band-detail-text);cursor:pointer;background:#ffffff0f;border:1px solid #ffffff29;border-radius:0;justify-content:center;align-items:center;padding:0 8px;font-size:.62rem;line-height:1;text-decoration:none;transition:transform .18s,background .18s,border-color .18s;display:inline-flex}.artist-look-editor__button:hover,.artist-look-editor__button:focus-visible{background:#ffffff1f;border-color:#ffffff57;transform:translateY(-1px)}.artist-look-editor__button--accent{border-color:var(--band-detail-accent);color:var(--band-detail-text)}.artist-look-editor__reset-button{white-space:nowrap;align-self:flex-end}@media (max-width:720px){.band-detail-gallery-carousel__slide{flex:none}.artist-page-action-group{bottom:18px;right:14px}.band-look-editor-preview--drawer-open{padding-bottom:13rem}.artist-look-editor{max-height:min(55vh,320px)}.artist-look-editor__chrome{padding:2px 0}.artist-look-editor__body{padding:4px 12px 6px}.artist-look-editor__footer{padding:2px 6px}.artist-look-editor__color-group{gap:4px}}@media (max-width:500px){.band-upsell-dialog .dialog-title{align-items:center}.band-upsell-dialog .premium-upsell-dialog__title-text{order:2}.band-upsell-dialog .premium-upsell-dialog__crown{order:1}.band-upsell-dialog .dialog-footer{justify-content:flex-start}}@media (prefers-reduced-motion:reduce){.band-detail-link-list-item,.band-detail-release-card,.band-detail-event-list .event-row{transition:none}}
