:root{--mp-container:1200px;--mp-primary:#111;--mp-secondary:#333;--mp-accent:#9E1B32;--mp-dark:#111;--mp-light:#fff;--mp-bg:#fff;--mp-surface:#f7f7f8;--mp-text:#171717;--mp-muted:#6b7280;--mp-line:#e6e6e8;--mp-radius:18px;--mp-shadow:0 14px 38px rgba(17,17,17,.10);font-family:Inter,system-ui,-apple-system,Segoe UI,Arial,sans-serif}*{box-sizing:border-box}body{margin:0;background:var(--mp-bg);color:var(--mp-text);font-family:Inter,system-ui,-apple-system,Segoe UI,Arial,sans-serif;line-height:1.55}a{color:inherit}.mp-container{width:min(var(--mp-container),calc(100% - 40px));margin-inline:auto}.skip-link{position:absolute;left:-999px;top:auto}.skip-link:focus{left:12px;top:12px;z-index:1000;background:#fff;color:#111;padding:10px 14px;border:2px solid var(--mp-accent)}.mp-topbar{background:var(--mp-dark);color:#fff;font-size:14px}.mp-header{position:relative;z-index:50;background:#fff;border-bottom:1px solid var(--mp-line)}.has-sticky-header .mp-header{position:sticky;top:0}.mp-header__inner{min-height:78px;display:flex;align-items:center;gap:28px}.mp-brand{display:flex;align-items:center;gap:14px;text-decoration:none;font-weight:800}.mp-brand img{height:72px;width:auto;max-height:none;object-fit:contain;display:block}.mp-brand span{font-size:13px;color:var(--mp-muted)}.mp-mainnav{flex:1}.mp-mainnav ul,.mp-mobile-drawer ul{display:flex;gap:22px;list-style:none;margin:0;padding:0}.mp-mainnav a{text-decoration:none;font-weight:700}.mp-mainnav a:focus-visible,.btn:focus-visible,.mp-icon:focus-visible,.mp-menu-toggle:focus-visible{outline:3px solid color-mix(in srgb,var(--mp-accent),white 40%);outline-offset:3px}.mp-header-actions{display:flex;align-items:center;gap:12px}.mp-search input{min-height:40px;border:1px solid var(--mp-line);border-radius:999px;padding:0 14px}.mp-icon,.mp-menu-toggle{display:inline-grid;place-items:center;width:42px;height:42px;border:1px solid var(--mp-line);border-radius:999px;background:#fff;text-decoration:none}.mp-search-toggle{display:none}.mp-menu-toggle{display:none;gap:4px}.mp-menu-toggle span{width:18px;height:2px;background:var(--mp-text);display:block}.mp-mobile-drawer{position:fixed;inset:0;z-index:100;background:rgba(0,0,0,.48)}.mp-mobile-drawer__panel{margin-left:auto;width:min(380px,92vw);height:100%;background:#fff;padding:26px;box-shadow:var(--mp-shadow)}.mp-drawer-close{font-size:34px;border:0;background:transparent;float:right}.mp-mobile-drawer ul{clear:both;display:grid;margin-top:40px}.mp-hero{background:linear-gradient(90deg,rgba(0,0,0,.78),rgba(0,0,0,.32)),radial-gradient(circle at 75% 35%,#9E1B32,transparent 30%),#111;color:#fff}.mp-hero__content{min-height:480px;display:grid;align-content:center;max-width:760px}.eyebrow{letter-spacing:.12em;text-transform:uppercase;color:#f0c9d0;font-weight:800}.mp-hero h1{font-size:clamp(42px,7vw,82px);line-height:.98;margin:.1em 0}.mp-hero p{font-size:clamp(18px,2vw,24px);color:#eee}.mp-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:18px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:999px;text-decoration:none;font-weight:900;border:1px solid transparent}.btn-primary{background:var(--mp-accent);color:#fff}.btn-secondary{background:#fff;color:#111}.mp-main{min-height:50vh}.mp-section{padding:52px 0}.mp-section:nth-of-type(even){background:var(--mp-surface)}.mp-breadcrumbs{padding:16px 0;color:var(--mp-muted);font-size:14px}.mp-layout{display:grid;grid-template-columns:minmax(0,1fr);gap:32px;padding:36px 0}.mp-layout.has-left{grid-template-columns:280px minmax(0,1fr)}.mp-layout.has-right{grid-template-columns:minmax(0,1fr) 300px}.mp-layout.has-left.has-right{grid-template-columns:240px minmax(0,1fr) 260px}.mp-content{min-width:0}.mp-sidebar{background:var(--mp-surface);border:1px solid var(--mp-line);border-radius:var(--mp-radius);padding:22px;align-self:start}.mp-footer{background:var(--mp-dark);color:#fff;padding:50px 0 84px}.mp-footer__grid{display:grid;grid-template-columns:1.4fr repeat(4,1fr);gap:28px}.mp-footer img{width:220px;max-width:100%;height:auto}.mp-footer a{color:#fff}.mp-footer p{color:#d8d8d8}.mp-footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:30px;padding-top:18px;color:#bbb}.mp-bottom-nav{display:none}.mp-error{min-height:70vh;display:grid;place-content:center;text-align:center}.mp-error h1{font-size:90px;margin:0}.artist-profile-shell,.marketplace-shell,.dashboard-shell{display:grid;gap:20px}.artist-hero-shell{min-height:260px;border-radius:var(--mp-radius);background:linear-gradient(135deg,#111,var(--mp-accent));color:#fff;padding:32px}.artist-tabs-shell{position:sticky;top:78px;z-index:10;background:#fff;border-bottom:1px solid var(--mp-line);overflow:auto}.artist-tabs-shell ul{display:flex;gap:18px;list-style:none;margin:0;padding:12px 0}.marketplace-layout,.dashboard-layout{display:grid;grid-template-columns:280px minmax(0,1fr);gap:28px}.filter-sidebar,.dashboard-sidebar{background:var(--mp-surface);border:1px solid var(--mp-line);border-radius:var(--mp-radius);padding:18px}.listing-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}

/* v0.3.4 Header + Hero alignment based on Design mp home */
.mp-header{background:#050505;color:#fff;border-bottom:1px solid rgba(255,255,255,.08)}
.has-sticky-header .mp-header{position:sticky;top:0}
.mp-header__inner{min-height:86px;gap:34px}
.mp-brand{flex:0 0 auto}
.mp-brand img{height:72px;width:auto;max-height:none;object-fit:contain;display:block}
.mp-brand span{display:none}
.mp-mainnav ul{align-items:center;gap:30px}
.mp-mainnav a{color:#fff;text-transform:uppercase;font-size:13px;letter-spacing:.045em;font-weight:900;padding:31px 0 27px;border-bottom:3px solid transparent}
.mp-mainnav a:hover,.mp-mainnav .active>a,.mp-mainnav .current>a{color:#fff;border-bottom-color:var(--mp-accent)}
.mp-header-actions{margin-left:auto}
.mp-search input{min-height:42px;min-width:300px;border:1px solid rgba(255,255,255,.10);background:#15171b;color:#fff;border-radius:4px;padding:0 44px 0 16px}
.mp-search input::placeholder{color:#b8bcc5}.mp-icon,.mp-menu-toggle{background:#050505;color:#fff;border-color:rgba(255,255,255,.20)}.mp-menu-toggle span{background:#fff}
.mp-hero{background:linear-gradient(90deg,rgba(0,0,0,.88) 0%,rgba(0,0,0,.66) 38%,rgba(0,0,0,.38) 64%,rgba(0,0,0,.76) 100%),radial-gradient(circle at 60% 40%,rgba(158,27,50,.55),transparent 34%),#080808;background-size:cover;background-position:center;color:#fff;overflow:hidden}
.mp-hero__grid{min-height:390px;display:grid;grid-template-columns:minmax(0,1.1fr) 380px;gap:64px;align-items:center;padding-top:38px;padding-bottom:38px}
.mp-hero__content{min-height:0;display:block;align-content:initial;max-width:620px;margin:0;text-align:left}.mp-hero .eyebrow{display:none}
.mp-hero h1{font-size:clamp(42px,5.2vw,74px);line-height:.98;margin:0 0 18px;font-weight:950;letter-spacing:-.045em;max-width:620px}.mp-hero h1::first-line{color:#fff}
.mp-hero__lead,.mp-hero p{font-size:clamp(17px,1.55vw,22px);line-height:1.45;color:#fff;margin:0;max-width:560px}.mp-actions{margin-top:28px;gap:14px}.btn{min-height:48px;border-radius:4px;padding:0 24px;text-transform:uppercase;font-size:13px;letter-spacing:.02em}.btn-primary{background:var(--mp-accent);border-color:var(--mp-accent);color:#fff}.btn-outline{background:transparent;border-color:rgba(255,255,255,.70);color:#fff}.btn-outline:hover{background:#fff;color:#111}.mp-hero__benefits{display:grid;gap:28px;justify-self:end;width:100%;max-width:360px}.mp-benefit{display:grid;grid-template-columns:44px minmax(0,1fr);gap:18px;align-items:start;color:#fff}.mp-benefit__icon{width:34px;height:34px;border:2px solid var(--mp-accent);color:var(--mp-accent);border-radius:10px;display:grid;place-items:center;font-size:20px;font-weight:900}.mp-benefit strong{display:block;font-size:15px;line-height:1.3;font-weight:900}.mp-benefit small{display:block;margin-top:6px;color:#f2f2f2;font-size:13px;line-height:1.35}.mp-main>.mp-container>h1:first-child{display:none}

/* v0.4.0 Header + Hero final pass based on Design mp home */
.mp-header{
  background:#050505;
  color:#fff;
  border-bottom:1px solid rgba(255,255,255,.10);
}
.mp-header__inner{
  min-height:104px;
  gap:42px;
}
.mp-brand img{height:72px;width:auto;max-height:none;object-fit:contain;display:block}
.mp-mainnav{
  display:flex;
  align-items:center;
}
.mp-mainnav ul,
.mp-fallback-menu{
  display:flex;
  align-items:center;
  gap:32px;
  list-style:none;
  margin:0;
  padding:0;
}
.mp-mainnav a{
  color:#fff;
  text-transform:none;
  font-size:18px;
  letter-spacing:0;
  font-weight:800;
  padding:38px 0 30px;
  border-bottom:4px solid transparent;
  opacity:.96;
}
.mp-mainnav a:hover,
.mp-mainnav .active>a,
.mp-mainnav .current>a,
.mp-mainnav a.active{
  border-bottom-color:var(--mp-accent);
  opacity:1;
}
.mp-header-actions{
  gap:22px;
}
.mp-search-toggle,
.mp-icon,
.mp-menu-toggle{
  width:54px;
  height:54px;
  border:2px solid rgba(255,255,255,.35);
  background:#050505;
  color:#fff;
  font-size:30px;
}
.mp-menu-toggle{
  display:inline-grid;
  gap:5px;
}
.mp-menu-toggle span{
  width:23px;
  height:2px;
  background:#fff;
}
.mp-search{display:none;}
.mp-search-toggle{display:inline-grid;}
.mp-icon{font-size:0;position:relative;}
.mp-icon::before{content:'◎';font-size:31px;line-height:1;}
.mp-search-toggle{font-size:0;position:relative;}
.mp-search-toggle::before{content:'⌕';font-size:38px;line-height:1;transform:rotate(-20deg);display:block;}

.mp-hero{
  position:relative;
  isolation:isolate;
  background-color:#050505;
  background-size:cover;
  background-position:24% center;
  color:#fff;
  overflow:hidden;
}
.mp-hero::before{
  content:'';
  position:absolute;
  inset:0;
  z-index:-2;
  background:linear-gradient(90deg,rgba(0,0,0,.80) 0%,rgba(0,0,0,.55) 38%,rgba(0,0,0,.30) 58%,rgba(0,0,0,.86) 76%,rgba(0,0,0,.98) 100%);
}
.mp-hero::after{
  content:'';
  position:absolute;
  inset:0 0 0 auto;
  width:48%;
  z-index:-1;
  background:linear-gradient(90deg,rgba(0,0,0,0) 0%,rgba(0,0,0,.58) 35%,rgba(0,0,0,.92) 100%);
  pointer-events:none;
}
.mp-hero__grid{
  min-height:668px;
  display:grid;
  grid-template-columns:minmax(0,520px) minmax(360px,440px);
  justify-content:space-between;
  align-items:center;
  gap:80px;
  padding-top:74px;
  padding-bottom:78px;
}
.mp-hero__content{
  max-width:540px;
  min-height:0;
  display:block;
  margin:0;
  text-align:left;
}
.mp-hero h1{
  font-size:clamp(48px,5.1vw,76px);
  line-height:.96;
  margin:0 0 24px;
  font-weight:950;
  letter-spacing:-.05em;
  max-width:540px;
}
.mp-hero h1 span,
.mp-hero h1 em{
  font-style:normal;
  display:inline;
}
.mp-hero h1 em,
.mp-hero h1 span{
  color:var(--mp-accent);
}
.mp-hero__kicker{
  margin:0 0 26px;
  font-size:clamp(25px,2.25vw,34px);
  line-height:1.14;
  font-weight:650;
  letter-spacing:-.025em;
  color:#fff;
  max-width:540px;
}
.mp-hero__lead,
.mp-hero p.mp-hero__lead{
  margin:0;
  max-width:430px;
  color:#fff;
  font-size:clamp(18px,1.45vw,24px);
  line-height:1.45;
  font-weight:450;
}
.mp-actions{
  display:flex;
  gap:20px;
  flex-wrap:wrap;
  margin-top:34px;
}
.btn{
  min-height:60px;
  min-width:210px;
  padding:0 28px;
  border-radius:9px;
  text-transform:uppercase;
  font-size:16px;
  letter-spacing:.01em;
  font-weight:950;
}
.btn-primary{
  background:var(--mp-accent);
  border-color:var(--mp-accent);
  color:#fff;
}
.btn-outline{
  background:rgba(5,5,5,.18);
  border:2px solid rgba(255,255,255,.85);
  color:#fff;
}
.btn-outline:hover{
  background:#fff;
  color:#111;
}
.mp-hero__benefits{
  width:100%;
  max-width:430px;
  justify-self:end;
  display:grid;
  gap:54px;
  position:relative;
  z-index:2;
}
.mp-benefit{
  display:grid;
  grid-template-columns:78px minmax(0,1fr);
  gap:26px;
  align-items:center;
  color:#fff;
}
.mp-benefit__icon{
  width:70px;
  height:70px;
  border:2px solid var(--mp-accent);
  color:var(--mp-accent);
  border-radius:999px;
  display:grid;
  place-items:center;
  font-size:38px;
  font-weight:800;
  background:rgba(0,0,0,.22);
  box-shadow:0 0 28px rgba(158,27,50,.16);
}
.mp-benefit strong{
  display:block;
  font-size:24px;
  line-height:1.18;
  font-weight:950;
  letter-spacing:-.02em;
}
.mp-benefit small{
  display:block;
  margin-top:8px;
  color:#fff;
  font-size:18px;
  line-height:1.35;
  font-weight:450;
}

/* v0.4.1 Hero Final: admin-driven content, lighter typography, design-aligned sizing */
.mp-hero{
  position:relative;
  isolation:isolate;
  background-color:#050505;
  background-size:cover;
  background-position:24% center;
  color:#fff;
  overflow:hidden;
}
.mp-hero::before{
  content:'';
  position:absolute;
  inset:0;
  z-index:-2;
  background:linear-gradient(90deg,rgba(0,0,0,.82) 0%,rgba(0,0,0,.58) 36%,rgba(0,0,0,.35) 56%,rgba(0,0,0,.78) 74%,rgba(0,0,0,.96) 100%);
}
.mp-hero::after{
  content:'';
  position:absolute;
  inset:0 0 0 auto;
  width:48%;
  z-index:-1;
  background:linear-gradient(90deg,rgba(0,0,0,0) 0%,rgba(0,0,0,.62) 34%,rgba(0,0,0,.96) 100%);
  pointer-events:none;
}
.mp-hero__grid{
  min-height:600px;
  display:grid;
  grid-template-columns:minmax(0,500px) minmax(340px,420px);
  justify-content:space-between;
  align-items:center;
  gap:72px;
  padding-top:64px;
  padding-bottom:68px;
}
.mp-hero__content{max-width:500px;min-height:0;display:block;margin:0;text-align:left}.mp-hero__title{margin:0 0 18px;max-width:500px;font-size:clamp(42px,4.15vw,60px);line-height:1.02;font-weight:760;letter-spacing:-.04em}.mp-hero__title-main,.mp-hero__title-highlight{display:block}.mp-hero__title-highlight{color:var(--mp-accent)}.mp-hero__subheadline{margin:0 0 24px;max-width:500px;color:#fff;font-size:clamp(22px,2vw,30px);line-height:1.16;font-weight:540;letter-spacing:-.02em}.mp-hero__lead,.mp-hero p.mp-hero__lead{margin:0;max-width:420px;color:#fff;font-size:clamp(17px,1.32vw,21px);line-height:1.45;font-weight:430}.mp-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}.btn{min-height:54px;min-width:185px;padding:0 24px;border-radius:8px;text-transform:uppercase;font-size:14px;letter-spacing:.01em;font-weight:850}.btn-primary{background:var(--mp-accent);border:2px solid var(--mp-accent);color:#fff}.btn-outline{background:rgba(5,5,5,.18);border:2px solid rgba(255,255,255,.82);color:#fff}.mp-hero__benefits{width:100%;max-width:410px;justify-self:end;display:grid;gap:42px;position:relative;z-index:2}.mp-benefit{display:grid;grid-template-columns:64px minmax(0,1fr);gap:22px;align-items:center;color:#fff}.mp-benefit__icon{width:58px;height:58px;border:2px solid var(--mp-accent);color:var(--mp-accent);border-radius:999px;display:grid;place-items:center;font-size:30px;font-weight:760;background:rgba(0,0,0,.28);box-shadow:0 0 26px rgba(158,27,50,.14)}.mp-benefit strong{display:block;font-size:21px;line-height:1.18;font-weight:780;letter-spacing:-.018em}.mp-benefit small{display:block;margin-top:7px;color:#fff;font-size:16px;line-height:1.35;font-weight:430}


/* v0.4.2 Hero title color fix: only highlight uses accent color */
.mp-hero .mp-hero__title{
  color:#fff;
  font-weight:700;
  font-size:clamp(40px,4vw,56px);
  line-height:1.02;
}
.mp-hero .mp-hero__title .mp-hero__title-main{
  display:block;
  color:#fff;
}
.mp-hero .mp-hero__title .mp-hero__title-highlight{
  display:block;
  color:var(--mp-accent);
}

/* v0.4.3 Branding polish: slightly larger header logo */
.mp-header .mp-brand img{height:72px;width:auto;max-height:none;object-fit:contain;display:block}
.mp-header__inner{
  min-height:108px;
}


/* v0.4.4 Branding polish: logo size controlled by CSS, not fixed HTML attrs */
.mp-header .mp-brand{
  padding-left:24px;
}
.mp-header .mp-brand img{height:72px;width:auto;max-height:none;object-fit:contain;display:block}
.mp-header__inner{
  min-height:96px;
}
@media (max-width:1199px){
  .mp-header .mp-brand img{height:72px;width:auto;max-height:none;object-fit:contain;display:block}
  .mp-header__inner{min-height:88px;}
}
@media (max-width:720px){
  .mp-header .mp-brand{padding-left:0;}
  .mp-header .mp-brand img{height:72px;width:auto;max-height:none;object-fit:contain;display:block}
  .mp-header__inner{min-height:72px;}
}

/* v0.4.5 Footer social links */
.mp-footer__brand{display:grid;gap:14px;align-content:start}.mp-social{display:flex;align-items:center;gap:12px;margin-top:4px}.mp-social__link{width:34px;height:34px;border-radius:999px;display:inline-grid;place-items:center;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18);color:#fff;text-decoration:none;line-height:1;transition:background .2s ease,border-color .2s ease,transform .2s ease,color .2s ease}.mp-social__link svg{width:17px;height:17px;display:block;fill:currentColor}.mp-social__link--instagram svg{width:18px;height:18px}.mp-social__link--youtube svg{width:19px;height:19px}.mp-social__link--tiktok svg{width:16px;height:16px}.mp-social__link:hover,.mp-social__link:focus-visible{background:var(--mp-accent);border-color:var(--mp-accent);color:#fff;transform:translateY(-1px);outline:none}
@media (max-width:1199px){.mp-brand img{height:64px}}@media (max-width:768px){.mp-brand img{height:48px}.mp-footer__brand{justify-items:start}.mp-social__link{width:32px;height:32px}}


/* v0.4.7 Footer social polish: light icons on dark footer, clean YouTube play icon */
.mp-footer .mp-social{
  display:flex;
  align-items:center;
  gap:14px;
  margin-top:8px;
}
.mp-footer .mp-social__link{
  width:32px;
  height:32px;
  border-radius:999px;
  display:inline-grid;
  place-items:center;
  background:rgba(255,255,255,.06) !important;
  border:1px solid rgba(255,255,255,.28) !important;
  color:rgba(255,255,255,.88) !important;
  text-decoration:none;
  line-height:1;
  opacity:1;
  transition:background .2s ease,border-color .2s ease,transform .2s ease,color .2s ease;
}
.mp-footer .mp-social__link svg{
  width:18px;
  height:18px;
  display:block;
  fill:currentColor;
  stroke:currentColor;
}
.mp-footer .mp-social__link--instagram svg{
  width:19px;
  height:19px;
  fill:none;
}
.mp-footer .mp-social__link--instagram svg circle[fill="currentColor"]{
  fill:currentColor;
  stroke:none;
}
.mp-footer .mp-social__link--youtube svg{
  width:20px;
  height:20px;
  fill:currentColor;
  stroke:none;
}
.mp-footer .mp-social__link:hover,
.mp-footer .mp-social__link:focus-visible{
  background:rgba(158,27,50,.18) !important;
  border-color:var(--mp-accent) !important;
  color:#fff !important;
  transform:translateY(-1px);
  outline:none;
}
@media (max-width:768px){
  .mp-footer .mp-social__link{width:32px;height:32px;}
}

/* v0.5.4 Breadcrumb polish */
.mp-breadcrumbs{padding:24px 0 10px;color:var(--mp-muted);font-size:14px}.mp-breadcrumb__list{display:flex;align-items:center;gap:0;flex-wrap:wrap;list-style:none;margin:0;padding:0}.mp-breadcrumb__item{display:flex;align-items:center;min-width:0}.mp-breadcrumb__item+ .mp-breadcrumb__item::before{content:"—";display:inline-block;margin:0 .55rem;color:#9ca3af}.mp-breadcrumb__item a{color:var(--mp-muted);text-decoration:none}.mp-breadcrumb__item a:hover{color:var(--mp-accent);text-decoration:underline}.mp-breadcrumb__item.is-active span{color:#4b5563}.mp-breadcrumb__item span,.mp-breadcrumb__item a{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:48ch}


/* v0.6.3 Featured Artists + Artist profile */
.mp-home-artists{background:#fff;padding:56px 0 62px}.mp-home-artists .mp-artists-carousel__head{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin:0 auto 28px;width:min(var(--mp-container),calc(100% - 40px))}.mp-home-artists .mp-section-kicker{margin:0 0 6px;color:var(--mp-accent);font-weight:900;text-transform:uppercase;letter-spacing:.08em;font-size:13px}.mp-home-artists h2{margin:0;font-size:clamp(34px,4vw,56px);line-height:.95;font-weight:850}.mp-artists-carousel{position:relative;width:min(var(--mp-container),calc(100% - 40px));margin:0 auto}.mp-artists-carousel__all{font-weight:900;color:var(--mp-accent);text-transform:uppercase;text-decoration:none;font-size:13px}.mp-artists-carousel__viewport{overflow:hidden}.mp-artists-carousel__track{display:flex;gap:36px;overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none}.mp-artists-carousel__track::-webkit-scrollbar{display:none}.mp-artists-carousel .artist-card{flex:0 0 calc((100% - (36px * (var(--mp-artists-desktop) - 1))) / var(--mp-artists-desktop));min-width:0;text-align:center;scroll-snap-align:start}.mp-artists-grid .mp-artists-carousel__viewport{overflow:visible}.mp-artists-grid .mp-artists-carousel__track{display:grid;grid-template-columns:repeat(var(--mp-artists-desktop),minmax(0,1fr));overflow:visible}.artist-card--circle{background:transparent;border:0;box-shadow:none}.artist-card--circle .artist-card__media{width:150px;height:150px;margin:0 auto 14px;border-radius:50%;display:grid;place-items:center;overflow:hidden;background:#f3f3f4;border:3px solid #fff;box-shadow:0 12px 32px rgba(17,17,17,.12);text-decoration:none}.artist-card--circle .artist-card__media img{width:100%;height:100%;object-fit:cover}.artist-card--circle .artist-card__placeholder{font-weight:900;font-size:38px;color:var(--mp-accent)}.artist-card--circle .artist-card__body{display:flex;flex-direction:column;align-items:center;gap:7px}.artist-card--circle h3{font-size:16px;line-height:1.2;margin:0;font-weight:900}.artist-card--circle h3 a{text-decoration:none}.artist-card--circle .artist-card__genre{display:inline-flex;margin:0;padding:4px 8px;border-radius:4px;background:var(--mp-accent);color:#fff;font-weight:900;text-transform:uppercase;font-size:11px;line-height:1.1;letter-spacing:.03em}.artist-card--circle .artist-card__text{margin:0;max-width:170px;color:var(--mp-muted);font-size:14px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.artist-card--circle .artist-card__link{display:block;color:var(--mp-accent);font-weight:900;text-decoration:none;font-size:14px}.artist-card--circle .mp-verified{color:var(--mp-accent)}.mp-artists-carousel__nav{position:absolute;top:66px;z-index:4;width:42px;height:42px;border:0;border-radius:50%;background:#f1f1f2;color:#111;font-size:32px;line-height:1;display:grid;place-items:center;cursor:pointer;box-shadow:0 8px 22px rgba(17,17,17,.08)}.mp-artists-carousel__nav:hover{background:var(--mp-accent);color:#fff}.mp-artists-carousel__nav--prev{left:-56px}.mp-artists-carousel__nav--next{right:-56px}
.mp-artist-profile .mp-artist-hero{min-height:420px;background-color:#111;background-size:cover;background-position:center;color:#fff;display:grid;align-items:end;padding:80px 0}.mp-artist-hero__inner{display:flex;align-items:flex-end;gap:28px}.mp-artist-avatar{width:170px;height:170px;border-radius:50%;object-fit:cover;border:4px solid #fff;box-shadow:0 20px 45px rgba(0,0,0,.35);background:#202020;display:grid;place-items:center;color:#fff;font-weight:900}.mp-artist-hero__text h1{font-size:clamp(44px,6vw,78px);line-height:.95;margin:0 0 10px;font-weight:850}.mp-artist-genre{display:inline-flex;background:var(--mp-accent);color:#fff;border-radius:5px;padding:5px 9px;text-transform:uppercase;letter-spacing:.05em;font-weight:900;font-size:12px;margin:0 0 14px}.mp-artist-short{max-width:760px;font-size:20px;color:#f4f4f4}.mp-artist-social{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}.mp-artist-social a{display:inline-flex;border:1px solid rgba(255,255,255,.28);border-radius:999px;padding:8px 13px;color:#fff;text-decoration:none;font-weight:800;font-size:13px}.mp-artist-social a:hover{background:var(--mp-accent);border-color:var(--mp-accent)}.mp-artist-tabs{position:sticky;top:0;z-index:30;background:#fff;border-bottom:1px solid var(--mp-line);box-shadow:0 8px 22px rgba(17,17,17,.05)}.mp-artist-tabs .mp-container{display:flex;gap:22px;overflow:auto}.mp-artist-tabs a{padding:14px 0;color:#111;text-decoration:none;font-weight:800;white-space:nowrap}.mp-artist-tabs a:hover{color:var(--mp-accent)}.mp-artist-content{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:42px;padding:48px 0}.mp-artist-main{font-size:18px}.mp-artist-side{background:var(--mp-surface);border:1px solid var(--mp-line);border-radius:var(--mp-radius);padding:24px;align-self:start}.mp-artist-placeholder-sections{display:grid;gap:20px;padding:0 0 60px}.mp-artist-placeholder-sections section{background:#fff;border:1px solid var(--mp-line);border-radius:var(--mp-radius);padding:24px}.mp-muted{color:var(--mp-muted)}
@media (max-width:1100px){.mp-artists-carousel .artist-card{flex-basis:calc((100% - (28px * (var(--mp-artists-tablet) - 1))) / var(--mp-artists-tablet))}.mp-artists-grid .mp-artists-carousel__track{grid-template-columns:repeat(var(--mp-artists-tablet),minmax(0,1fr))}.mp-artists-carousel__track{gap:28px}.mp-artists-carousel__nav--prev{left:-16px}.mp-artists-carousel__nav--next{right:-16px}.mp-artist-content{grid-template-columns:1fr}.mp-artist-hero__inner{align-items:center}.mp-artist-avatar{width:140px;height:140px}}@media (max-width:720px){.mp-home-artists .mp-artists-carousel__head{display:block}.mp-artists-carousel .artist-card{flex-basis:calc((100% - (22px * (var(--mp-artists-mobile) - 1))) / var(--mp-artists-mobile))}.mp-artists-grid .mp-artists-carousel__track{grid-template-columns:repeat(var(--mp-artists-mobile),minmax(0,1fr))}.mp-artists-carousel__track{gap:22px}.artist-card--circle .artist-card__media{width:124px;height:124px}.mp-artists-carousel__nav{display:none}.mp-artist-profile .mp-artist-hero{padding:52px 0;min-height:360px}.mp-artist-hero__inner{display:block;text-align:center}.mp-artist-avatar{margin:0 auto 20px}.mp-artist-tabs .mp-container{width:100%;padding:0 20px}.mp-artist-content{padding:30px 0}.mp-artist-hero__text h1{font-size:42px}}


/* v0.6.4 Featured artists section header polish */
.mp-home-artists .mp-artists-carousel__head{align-items:center;margin-bottom:32px}
.mp-home-artists .mp-artists-carousel__titleline{display:flex;align-items:center;gap:18px;flex-wrap:wrap}
.mp-home-artists .mp-section-kicker{margin:0;color:var(--mp-accent);font-weight:900;text-transform:uppercase;letter-spacing:.08em;font-size:13px;line-height:1.2}
.mp-home-artists .mp-section-subtitle{color:#111;font-weight:700;font-size:13px;line-height:1.2}
.mp-home-artists .mp-artists-carousel__all{margin-left:auto;white-space:nowrap;font-weight:900;color:var(--mp-accent);text-transform:uppercase;text-decoration:none;font-size:13px;line-height:1.2}
.mp-home-artists .mp-artists-carousel__all:hover{text-decoration:underline}
@media (max-width:720px){.mp-home-artists .mp-artists-carousel__head{align-items:flex-start;gap:12px}.mp-home-artists .mp-artists-carousel__titleline{display:block}.mp-home-artists .mp-section-subtitle{display:block;margin-top:6px}.mp-home-artists .mp-artists-carousel__all{display:inline-flex;margin-top:12px;margin-left:0}}


/* v0.6.6 Home artists section background/alignment fix */
.mp-section.mp-home-artists{background:#fff;}
.mp-section.mp-home-artists > .mp-container{width:100%;max-width:none;}
.mp-section.mp-home-artists .mp-home-artists{background:#fff;}
.mp-section.mp-home-artists .mp-artists-carousel__head,
.mp-section.mp-home-artists .mp-artists-carousel{width:min(var(--mp-container),calc(100% - 40px));}
@media (min-width: 1220px){
  .mp-section.mp-home-artists .mp-artists-carousel__nav--prev{left:-64px;}
  .mp-section.mp-home-artists .mp-artists-carousel__nav--next{right:-64px;}
}


/* v0.6.7 / mod_mp_featured_articles v0.1.1 section header alignment */
.mp-featured-articles-module{margin-top:0;}
.mp-module-section-head{display:flex;align-items:center;justify-content:space-between;gap:24px;margin:0 0 28px;}
.mp-module-section-titleline{display:flex;align-items:center;gap:18px;flex-wrap:wrap;}
.mp-module-section-head .mp-section-kicker,.mp-home-artists .mp-section-kicker{margin:0;color:var(--mp-accent);font-weight:900;text-transform:uppercase;letter-spacing:.08em;font-size:13px;line-height:1.2;}
.mp-module-section-head .mp-section-subtitle,.mp-home-artists .mp-section-subtitle{color:#111;font-weight:700;font-size:13px;line-height:1.2;}
.mp-module-section-all,.mp-home-artists .mp-artists-carousel__all{margin-left:auto;white-space:nowrap;font-weight:900;color:var(--mp-accent);text-transform:uppercase;text-decoration:none;font-size:13px;line-height:1.2;}
.mp-module-section-all:hover,.mp-home-artists .mp-artists-carousel__all:hover{text-decoration:underline;}
.mp-featured-articles-module > h2,.mp-featured-articles-module .module-title{font-size:13px;line-height:1.2;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:var(--mp-accent);margin:0 0 24px;}
.mp-section{padding-top:42px;padding-bottom:42px;}
.mp-section.mp-home-artists{padding-top:34px;padding-bottom:48px;}
.mp-section:has(.mp-featured-articles-module){padding-bottom:34px;}
@media(max-width:720px){.mp-module-section-head{align-items:flex-start;display:block}.mp-module-section-titleline{display:block}.mp-module-section-head .mp-section-subtitle{display:block;margin-top:6px}.mp-module-section-all{display:inline-flex;margin-top:12px;margin-left:0}.mp-section{padding-top:32px;padding-bottom:32px}}


/* v0.6.8 Section header alignment and spacing polish */
.mp-section.mp-home-news,
.mp-section:has(.mp-featured-articles-module){
  padding-top:42px;
  padding-bottom:22px;
}
.mp-section.mp-home-artists{
  padding-top:22px;
  padding-bottom:46px;
  background:#fff;
}
.mp-section.mp-home-artists > .mp-container{
  width:min(var(--mp-container),calc(100% - 40px));
  max-width:var(--mp-container);
  margin-inline:auto;
}
.mp-section.mp-home-artists .mp-home-artists{
  padding:0;
  background:#fff;
}
.mp-section.mp-home-artists .mp-artists-carousel__head,
.mp-section.mp-home-artists .mp-artists-carousel{
  width:100%;
  max-width:none;
  margin-inline:0;
}
.mp-module-section-head,
.mp-home-artists .mp-artists-carousel__head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  margin:0 0 28px;
}
.mp-module-section-titleline,
.mp-home-artists .mp-artists-carousel__titleline{
  display:flex;
  align-items:center;
  gap:18px;
  flex-wrap:wrap;
}
.mp-module-section-head .mp-section-kicker,
.mp-home-artists .mp-section-kicker{
  font-size:20px;
  line-height:1.1;
}
.mp-module-section-head .mp-section-subtitle,
.mp-home-artists .mp-section-subtitle{
  font-size:14px;
  line-height:1.2;
}
.mp-module-section-all,
.mp-home-artists .mp-artists-carousel__all{
  margin-left:auto;
  font-size:14px;
  line-height:1.2;
}
@media (min-width: 1220px){
  .mp-section.mp-home-artists .mp-artists-carousel__nav--prev{left:-42px;}
  .mp-section.mp-home-artists .mp-artists-carousel__nav--next{right:-42px;}
}
@media(max-width:720px){
  .mp-module-section-head,
  .mp-home-artists .mp-artists-carousel__head{
    display:block;
    margin-bottom:22px;
  }
  .mp-module-section-titleline,
  .mp-home-artists .mp-artists-carousel__titleline{
    display:block;
  }
  .mp-module-section-head .mp-section-kicker,
  .mp-home-artists .mp-section-kicker{
    font-size:16px;
  }
  .mp-module-section-head .mp-section-subtitle,
  .mp-home-artists .mp-section-subtitle{
    display:block;
    margin-top:6px;
  }
  .mp-module-section-all,
  .mp-home-artists .mp-artists-carousel__all{
    display:inline-flex;
    margin-top:12px;
    margin-left:0;
  }
}


/* v0.6.9 Homepage section container alignment fix
   Fixes CSS collision from previous home-artists container rules. */
.mp-section.mp-home-news > .mp-container,
.mp-section:has(.mp-featured-articles-module) > .mp-container,
.mp-section.mp-home-artists > .mp-container{
  width:min(var(--mp-container),calc(100% - 40px)) !important;
  max-width:var(--mp-container) !important;
  margin-inline:auto !important;
  padding-inline:0 !important;
}
.mp-section.mp-home-news,
.mp-section:has(.mp-featured-articles-module){
  padding-top:40px;
  padding-bottom:18px;
}
.mp-section.mp-home-artists{
  padding-top:18px;
  padding-bottom:42px;
  background:#fff !important;
}
.mp-section.mp-home-artists .mp-home-artists{
  padding:0 !important;
  background:#fff !important;
}
.mp-section.mp-home-artists .mp-artists-carousel__head,
.mp-section.mp-home-artists .mp-artists-carousel{
  width:100% !important;
  max-width:none !important;
  margin-inline:0 !important;
}
.mp-module-section-head,
.mp-home-artists .mp-artists-carousel__head{
  width:100% !important;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  margin:0 0 26px !important;
}
.mp-module-section-titleline,
.mp-home-artists .mp-artists-carousel__titleline{
  display:flex;
  align-items:center;
  gap:18px;
  flex-wrap:wrap;
}
.mp-module-section-head .mp-section-kicker,
.mp-home-artists .mp-section-kicker{
  font-size:20px !important;
  line-height:1.1;
}
.mp-module-section-all,
.mp-home-artists .mp-artists-carousel__all{
  margin-left:auto !important;
  text-align:right;
  white-space:nowrap;
}
@media (min-width:1220px){
  .mp-section.mp-home-artists .mp-artists-carousel__nav--prev{left:-42px !important;}
  .mp-section.mp-home-artists .mp-artists-carousel__nav--next{right:-42px !important;}
}
@media(max-width:720px){
  .mp-section.mp-home-news > .mp-container,
  .mp-section:has(.mp-featured-articles-module) > .mp-container,
  .mp-section.mp-home-artists > .mp-container{
    width:min(var(--mp-container),calc(100% - 28px)) !important;
  }
  .mp-module-section-head,
  .mp-home-artists .mp-artists-carousel__head{
    display:block;
  }
  .mp-module-section-all,
  .mp-home-artists .mp-artists-carousel__all{
    display:inline-flex;
    margin-top:12px;
    margin-left:0 !important;
    text-align:left;
  }
}

/* v0.7.0 Home Products */
.mp-section.mp-home-products,
.mp-section:has(.mp-featured-products-module){background:#fff;padding-top:34px;padding-bottom:44px;}
.mp-section.mp-home-products > .mp-container,
.mp-section:has(.mp-featured-products-module) > .mp-container{width:min(var(--mp-container),calc(100% - 40px));margin-inline:auto;}
.mp-featured-products-module{width:100%;}
.mp-featured-products-module .mp-module-section-head{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:24px;}
.mp-featured-products-module .mp-module-section-titleline{display:flex;align-items:baseline;gap:16px;min-width:0;}
.mp-featured-products-module .mp-section-kicker{margin:0;color:var(--mp-accent);font-weight:950;text-transform:uppercase;letter-spacing:.075em;font-size:18px;line-height:1.1;}
.mp-featured-products-module .mp-section-subtitle{color:#111;font-weight:750;font-size:13px;line-height:1.2;}
.mp-featured-products-module .mp-module-section-all{margin-left:auto;color:var(--mp-accent);font-weight:950;text-transform:uppercase;text-decoration:none;font-size:13px;white-space:nowrap;}
.mp-products-row{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:28px;align-items:stretch;}
.mp-product-card{background:#fff;border:1px solid var(--mp-line);border-radius:10px;box-shadow:0 12px 30px rgba(17,17,17,.06);overflow:hidden;display:flex;flex-direction:column;min-width:0;height:100%;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;}
.mp-product-card:hover{transform:translateY(-2px);box-shadow:0 18px 40px rgba(17,17,17,.10);border-color:rgba(158,27,50,.25);}
.mp-product-card .product-card__media{display:grid;place-items:center;aspect-ratio:1/1;background:#fff;padding:12px;text-decoration:none;border-bottom:1px solid rgba(0,0,0,.04);}
.mp-product-card .product-card__media img{width:100%;height:100%;object-fit:contain;display:block;border-radius:6px;}
.mp-product-card .product-card__placeholder{width:100%;height:100%;display:grid;place-items:center;background:#111;color:#fff;border-radius:8px;font-weight:950;font-size:30px;}
.mp-product-card .product-card__body{padding:12px 12px 12px;display:flex;flex-direction:column;gap:5px;min-height:142px;flex:1;}
.mp-product-card .product-card__category{font-size:11px;font-weight:900;color:#111;line-height:1.15;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.mp-product-card .product-card__title{font-size:14px;line-height:1.22;margin:0;font-weight:900;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:34px;}
.mp-product-card .product-card__title a{text-decoration:none;}
.mp-product-card .product-card__type{font-size:12px;color:var(--mp-muted);line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.mp-product-card .product-card__footer{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:10px;}
.mp-product-card .product-card__price{font-size:17px;font-weight:950;color:#111;line-height:1;}
.mp-product-card .product-card__cart{width:30px;height:30px;flex:0 0 30px;border:1px solid var(--mp-line);border-radius:8px;display:grid;place-items:center;text-decoration:none;background:#fff;color:#111;font-size:16px;line-height:1;}
.mp-product-card .product-card__cart:hover{background:var(--mp-accent);border-color:var(--mp-accent);color:#fff;}
.mp-products-empty{color:var(--mp-muted);}
@media(max-width:1100px){.mp-products-row{grid-template-columns:repeat(3,minmax(0,1fr));}}
@media(max-width:720px){.mp-featured-products-module .mp-module-section-head{align-items:flex-start;display:block}.mp-featured-products-module .mp-module-section-titleline{display:block}.mp-featured-products-module .mp-section-subtitle{display:block;margin-top:6px}.mp-featured-products-module .mp-module-section-all{display:inline-flex;margin-top:12px}.mp-products-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.mp-product-card .product-card__body{min-height:135px}.mp-product-card .product-card__price{font-size:16px}}
@media(max-width:420px){.mp-products-row{grid-template-columns:1fr}}

/* v0.19.16: compact, sharp two-column product modules on phones. */
@media(max-width:640px){
  .mp-featured-products-module .mp-products-row,
  .mp-article-related-products .mp-products-row{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:12px;
  }
  .mp-featured-products-module .mp-product-card .product-card__media,
  .mp-article-related-products .mp-product-card .product-card__media{
    padding:7px;
  }
  .mp-featured-products-module .mp-product-card .product-card__body,
  .mp-article-related-products .mp-product-card .product-card__body{
    min-height:124px;
    padding:9px;
    gap:4px;
  }
  .mp-featured-products-module .mp-product-card .product-card__category,
  .mp-article-related-products .mp-product-card .product-card__category{
    font-size:9px;
  }
  .mp-featured-products-module .mp-product-card .product-card__artist,
  .mp-article-related-products .mp-product-card .product-card__artist{
    font-size:10px;
  }
  .mp-featured-products-module .mp-product-card .product-card__title,
  .mp-article-related-products .mp-product-card .product-card__title{
    min-height:30px;
    font-size:12px;
    line-height:1.25;
    overflow-wrap:anywhere;
  }
  .mp-featured-products-module .mp-product-card .product-card__type,
  .mp-article-related-products .mp-product-card .product-card__type{
    font-size:10px;
  }
  .mp-featured-products-module .mp-product-card .product-card__footer,
  .mp-article-related-products .mp-product-card .product-card__footer{
    gap:6px;
    padding-top:7px;
  }
  .mp-featured-products-module .mp-product-card .product-card__price,
  .mp-article-related-products .mp-product-card .product-card__price{
    font-size:15px;
  }
  .mp-featured-products-module .mp-product-card .product-card__cart,
  .mp-article-related-products .mp-product-card .product-card__cart{
    width:30px;
    height:30px;
    flex-basis:30px;
  }
}
@media(max-width:360px){
  .mp-featured-products-module .mp-products-row,
  .mp-article-related-products .mp-products-row{gap:8px;}
}
/* v0.7.1 product artist/manufacturer meta */
.mp-product-card .product-card__artist{font-size:12px;font-weight:900;color:var(--mp-accent);line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}

/* v0.7.6 Latest videos + newsletter */
.mp-video-section{max-width:var(--mp-container,1280px);margin:0 auto;padding:34px 24px 24px;background:#fff;border-top:1px solid rgba(0,0,0,.08)}
.mp-video-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px;margin-top:22px}.mp-video-card{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:10px;overflow:hidden;box-shadow:0 12px 28px rgba(0,0,0,.06)}.mp-video-thumb{position:relative;display:block;aspect-ratio:16/9;background:#111;overflow:hidden}.mp-video-thumb img{width:100%;height:100%;object-fit:cover;display:block}.mp-video-thumb:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.25))}.mp-video-play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:2;width:54px;height:54px;border-radius:999px;border:3px solid rgba(255,255,255,.9);display:flex;align-items:center;justify-content:center;color:#fff;background:rgba(0,0,0,.25);font-size:22px;text-indent:3px}.mp-video-duration{position:absolute;right:8px;bottom:8px;z-index:2;background:rgba(0,0,0,.76);color:#fff;border-radius:4px;padding:3px 6px;font-size:12px;font-weight:800}.mp-video-title{font-size:15px;line-height:1.35;margin:12px 14px 16px}.mp-video-title a{color:#101010;text-decoration:none}.mp-video-title a:hover{color:var(--mp-accent,#9e2f3d)}
.mp-article-media-embed{max-width:980px;margin:0 auto 28px}.mp-video-ratio{position:relative;aspect-ratio:16/9;background:#000;border-radius:16px;overflow:hidden}.mp-video-ratio iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.mp-newsletter-cta{max-width:var(--mp-container,1280px);margin:26px auto 0;padding:28px 34px;background:linear-gradient(90deg,#8f2b2d,#b7423d);color:#fff;display:grid;grid-template-columns:auto 1fr minmax(360px,520px);gap:22px;align-items:center;border-radius:8px}.mp-newsletter-icon{font-size:44px;line-height:1;opacity:.9}.mp-newsletter-copy h2{margin:0 0 5px;font-size:25px;line-height:1.1;color:#fff}.mp-newsletter-copy p{margin:0;color:rgba(255,255,255,.88)}.mp-newsletter-form{display:flex;background:#fff;border-radius:4px;overflow:hidden}.mp-newsletter-form input{flex:1;border:0;padding:0 18px;min-height:54px;font-size:16px}.mp-newsletter-form button{border:0;background:#131313;color:#fff;font-weight:900;text-transform:uppercase;padding:0 28px}.mp-newsletter-privacy{grid-column:2 / 4;margin:0;color:rgba(255,255,255,.75);font-size:12px}
@media(max-width:1100px){.mp-video-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.mp-newsletter-cta{grid-template-columns:auto 1fr;}.mp-newsletter-form{grid-column:1 / -1}.mp-newsletter-privacy{grid-column:1 / -1}}
@media(max-width:700px){.mp-video-grid{grid-template-columns:1fr}.mp-newsletter-cta{margin:18px 16px 0;padding:24px 18px;grid-template-columns:1fr;text-align:left}.mp-newsletter-form{display:grid}.mp-newsletter-form button{min-height:50px}.mp-video-section{padding-left:16px;padding-right:16px}}

/* v0.7.7 Video + Newsletter polish */
.mp-home-videos{padding-top:22px;padding-bottom:18px;background:#fff}
.mp-home-videos .mp-container{max-width:var(--mp-container,1280px)}
.mp-video-section{padding:0;background:#fff;border-top:1px solid rgba(0,0,0,.08);border-bottom:1px solid rgba(0,0,0,.08)}
.mp-video-section .mp-section-row{padding-top:26px}
.mp-video-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:18px;margin:18px 0 26px}
.mp-video-card{border-radius:8px;box-shadow:none;border:1px solid rgba(0,0,0,.10)}
.mp-video-play{width:48px;height:48px;font-size:20px;border-width:2px;background:rgba(0,0,0,.34)}
.mp-video-title{font-size:14px;font-weight:800;min-height:38px}
.mp-home-newsletter{padding-top:18px;padding-bottom:0;background:#fff}
.mp-newsletter-cta{max-width:var(--mp-container,1280px);margin:0 auto 0;padding:24px 30px;background:linear-gradient(90deg,#913735,#a9473f);border-radius:6px;color:#fff;display:grid;grid-template-columns:auto minmax(260px,1fr) minmax(420px,620px);gap:20px;align-items:center}
.mp-newsletter-icon{width:56px;height:56px;border:2px solid rgba(255,255,255,.82);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:34px;line-height:1;color:#fff;opacity:1}
.mp-newsletter-copy h2{margin:0 0 5px;font-size:24px;line-height:1.15;color:#fff;font-weight:900}.mp-newsletter-copy p{margin:0;color:rgba(255,255,255,.9);font-size:15px}
.mp-newsletter-form{display:flex;align-items:stretch;background:#fff;border-radius:5px;padding:3px;overflow:hidden;box-shadow:inset 0 0 0 1px rgba(0,0,0,.12)}
.mp-newsletter-form input{flex:1;min-width:0;border:0!important;outline:0!important;box-shadow:none!important;padding:0 18px;min-height:50px;font-size:15px;color:#111;background:#fff;border-radius:3px}.mp-newsletter-form input:focus{box-shadow:none!important}
.mp-newsletter-form button{min-height:50px;border:0;border-radius:4px;background:#151515;color:#fff;font-weight:900;text-transform:uppercase;padding:0 28px;white-space:nowrap}.mp-newsletter-form button:hover{background:#050505}.mp-newsletter-privacy{grid-column:2 / 4;margin:0;color:rgba(255,255,255,.75);font-size:12px}
@media(max-width:1100px){.mp-video-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.mp-newsletter-cta{grid-template-columns:auto 1fr}.mp-newsletter-form{grid-column:1 / -1}.mp-newsletter-privacy{grid-column:1 / -1}}
@media(max-width:700px){.mp-video-grid{grid-template-columns:1fr}.mp-newsletter-cta{margin:0 16px;padding:22px 18px;grid-template-columns:1fr}.mp-newsletter-icon{width:48px;height:48px;font-size:28px}.mp-newsletter-form{display:grid}.mp-newsletter-form button{width:100%}.mp-video-section .mp-section-row{padding-top:18px}}

/* v0.7.8 Videos + Newsletter design alignment */
.mp-home-videos{
  padding-top:30px;
  padding-bottom:20px;
  background:#fff;
}
.mp-home-videos .mp-container,
.mp-home-newsletter .mp-container{
  width:min(var(--mp-container,1280px),calc(100% - 80px));
  margin-inline:auto;
}
.mp-video-section{
  max-width:none;
  width:100%;
  margin:0;
  padding:0;
  background:#fff;
  border-top:1px solid rgba(17,17,17,.10);
  border-bottom:1px solid rgba(17,17,17,.10);
}
.mp-video-section .mp-section-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding-top:24px;
  margin:0;
}
.mp-video-section .mp-section-titleline{
  display:flex;
  align-items:baseline;
  gap:16px;
  min-width:0;
}
.mp-video-section .mp-section-kicker{
  color:var(--mp-accent,#9e1b32);
  font-size:18px;
  line-height:1.1;
  letter-spacing:.075em;
  font-weight:950;
  text-transform:uppercase;
}
.mp-video-section .mp-section-subtitle{
  color:#111;
  font-weight:750;
  font-size:13px;
  line-height:1.2;
}
.mp-video-section .mp-section-view-all{
  margin-left:auto;
  color:var(--mp-accent,#9e1b32);
  font-size:13px;
  font-weight:950;
  letter-spacing:.02em;
  text-transform:uppercase;
  text-decoration:none;
  white-space:nowrap;
}
.mp-video-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:18px;
  margin:18px 0 28px;
}
.mp-video-card{
  border-radius:8px;
  border:1px solid rgba(17,17,17,.12);
  background:#fff;
  overflow:hidden;
  box-shadow:0 8px 22px rgba(17,17,17,.035);
}
.mp-video-thumb{aspect-ratio:16/9;border-radius:0;}
.mp-video-play{
  width:52px;
  height:52px;
  border-width:2px;
  background:rgba(0,0,0,.36);
  box-shadow:0 6px 18px rgba(0,0,0,.25);
}
.mp-video-duration{
  right:8px;
  bottom:8px;
  font-size:12px;
  border-radius:4px;
  padding:3px 7px;
}
.mp-video-title{
  margin:12px 14px 15px;
  font-size:14px;
  line-height:1.35;
  font-weight:900;
  min-height:38px;
}
.mp-home-newsletter{
  padding-top:0;
  padding-bottom:0;
  background:#fff;
}
.mp-newsletter-cta{
  max-width:none;
  width:100%;
  min-height:122px;
  margin:0;
  padding:28px 38px;
  display:grid;
  grid-template-columns:76px minmax(300px,1fr) minmax(420px,680px);
  gap:24px;
  align-items:center;
  border-radius:8px 8px 0 0;
  background:linear-gradient(90deg,#8f302f 0%,#a6413a 54%,#8e302f 100%);
  color:#fff;
}
.mp-newsletter-icon{
  width:68px;
  height:68px;
  border:2px solid rgba(255,255,255,.82);
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:40px;
  line-height:1;
}
.mp-newsletter-copy h2{
  margin:0 0 6px;
  color:#fff;
  font-size:34px;
  line-height:1.05;
  font-weight:950;
  letter-spacing:-.02em;
}
.mp-newsletter-copy p{
  margin:0;
  color:rgba(255,255,255,.92);
  font-size:16px;
  line-height:1.35;
}
.mp-newsletter-form{
  display:flex;
  align-items:stretch;
  min-height:58px;
  padding:0;
  border:1px solid rgba(255,255,255,.35);
  border-radius:6px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 8px 24px rgba(0,0,0,.14);
}
.mp-newsletter-form input{
  flex:1;
  min-width:0;
  min-height:58px;
  border:0!important;
  border-radius:0!important;
  padding:0 22px;
  font-size:16px;
  color:#111;
  background:#fff;
  outline:0!important;
  box-shadow:none!important;
}
.mp-newsletter-form button{
  min-height:58px;
  border:0;
  border-left:1px solid rgba(0,0,0,.16);
  border-radius:0!important;
  padding:0 34px;
  background:#111;
  color:#fff;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.02em;
  white-space:nowrap;
}
.mp-newsletter-form button:hover{background:#050505;}
.mp-newsletter-privacy{
  grid-column:3 / 4;
  margin:-8px 0 0;
  font-size:12px;
  color:rgba(255,255,255,.75);
}
@media(max-width:1100px){
  .mp-video-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
  .mp-newsletter-cta{grid-template-columns:70px 1fr;}
  .mp-newsletter-form{grid-column:1 / -1;}
  .mp-newsletter-privacy{grid-column:1 / -1;margin:0;}
}
@media(max-width:760px){
  .mp-home-videos .mp-container,
  .mp-home-newsletter .mp-container{width:calc(100% - 32px);}
  .mp-video-section .mp-section-row{display:block;padding-top:20px;}
  .mp-video-section .mp-section-subtitle{display:block;margin-top:6px;}
  .mp-video-section .mp-section-view-all{display:inline-flex;margin-top:10px;}
  .mp-video-grid{grid-template-columns:1fr;gap:14px;}
  .mp-newsletter-cta{grid-template-columns:1fr;gap:14px;padding:24px 18px;border-radius:8px 8px 0 0;}
  .mp-newsletter-copy h2{font-size:26px;}
  .mp-newsletter-icon{width:56px;height:56px;font-size:32px;}
  .mp-newsletter-form{display:grid;}
  .mp-newsletter-form button{border-left:0;border-top:1px solid rgba(0,0,0,.12);}
}

/* v0.7.9 Video + Newsletter final polish */
.mp-home-videos{
  background:#fff !important;
  padding-top:0;
  padding-bottom:0;
}
.mp-home-videos .mp-container{
  background:#fff;
}
.mp-home-videos + .mp-home-newsletter{
  margin-top:0;
}
.mp-video-section{
  background:#fff !important;
  border-top:1px solid rgba(17,17,17,.10);
  border-bottom:0;
}
.mp-video-grid{
  margin-bottom:26px;
}
.mp-home-newsletter{
  background:#111 !important;
  padding-top:0 !important;
  padding-bottom:0 !important;
  margin-bottom:0 !important;
}
.mp-home-newsletter .mp-container{
  width:min(var(--mp-container,1280px),calc(100% - 80px));
  margin-inline:auto;
}
.mp-newsletter-cta{
  margin:0 !important;
  border-radius:8px 8px 0 0;
}
.mp-newsletter-icon svg{
  width:54px;
  height:42px;
  display:block;
}
.mp-newsletter-icon{
  border:0;
  border-radius:0;
  width:76px;
  height:72px;
}
.mp-main > .mp-container:empty{
  display:none;
}
@media(max-width:760px){
  .mp-home-newsletter .mp-container{width:calc(100% - 32px);}
  .mp-newsletter-icon{width:58px;height:52px;}
  .mp-newsletter-icon svg{width:48px;height:36px;}
}


/* v0.8.0 Newsletter + footer unified content-width block */
.mp-home-newsletter{
  background:#fff !important;
  padding-top:24px !important;
  padding-bottom:0 !important;
  margin-bottom:0 !important;
}
.mp-home-newsletter .mp-container{
  width:min(var(--mp-container,1280px),calc(100% - 80px)) !important;
  margin-inline:auto !important;
}
.mp-newsletter-cta{
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  min-height:120px;
  border-radius:8px 8px 0 0 !important;
  box-shadow:0 18px 50px rgba(17,17,17,.08);
  padding:28px 38px;
  grid-template-columns:86px minmax(300px,1fr) minmax(460px,660px);
  background:linear-gradient(90deg,#8f302f 0%,#a8433d 58%,#8c302f 100%) !important;
}
.mp-newsletter-icon{
  width:78px !important;
  height:72px !important;
  border:0 !important;
  border-radius:0 !important;
  color:#fff;
  opacity:.95;
}
.mp-newsletter-icon svg{
  width:70px !important;
  height:54px !important;
  stroke-width:3.2px;
}
.mp-footer{
  background:#fff !important;
  color:#fff;
  padding:0 0 72px !important;
}
.mp-footer > .mp-container{
  width:min(var(--mp-container,1280px),calc(100% - 80px)) !important;
  margin-inline:auto !important;
  background:#111 !important;
}
.mp-footer__grid{
  padding:52px 42px 30px;
  border-radius:0 !important;
  box-shadow:0 26px 60px rgba(17,17,17,.12);
}
.mp-footer-bottom{
  margin-top:0 !important;
  padding:22px 42px 32px !important;
  border-top:1px solid rgba(255,255,255,.12);
  border-radius:0 0 8px 8px;
}
.mp-home-newsletter + .mp-footer .mp-footer__grid{
  border-radius:0 !important;
}
@media(max-width:1100px){
  .mp-newsletter-cta{grid-template-columns:78px 1fr;}
  .mp-newsletter-form{grid-column:1 / -1;}
}
@media(max-width:760px){
  .mp-home-newsletter .mp-container,
  .mp-footer > .mp-container{width:calc(100% - 32px) !important;}
  .mp-newsletter-cta{grid-template-columns:1fr;gap:14px;padding:24px 18px;}
  .mp-newsletter-icon{width:60px !important;height:52px !important;}
  .mp-newsletter-icon svg{width:56px !important;height:44px !important;}
  .mp-footer__grid{padding:34px 24px 22px;}
  .mp-footer-bottom{padding:20px 24px 28px !important;}
}


/* v0.8.1 Footer Style Polish - no position/layout changes */
.mp-footer__grid{
  grid-template-columns:1.35fr repeat(4,minmax(130px,1fr)) !important;
  column-gap:46px !important;
  row-gap:34px;
  align-items:start;
}
.mp-footer__brand{
  display:grid;
  gap:18px;
  align-content:start;
}
.mp-footer__brand img{
  width:190px !important;
  max-width:100%;
  margin-bottom:8px;
}
.mp-footer__brand p{
  max-width:250px;
  margin:0;
  color:#d7d7d7 !important;
  font-size:15px;
  line-height:1.65;
  font-weight:400;
}
.mp-footer__grid .moduletable,
.mp-footer__grid .moduletable_menu,
.mp-footer__grid .module,
.mp-footer__grid nav{
  color:#d7d7d7;
}
.mp-footer__grid h3,
.mp-footer__grid .module-title,
.mp-footer__grid .moduletitle,
.mp-footer__grid .mod-title{
  margin:0 0 18px !important;
  color:#fff !important;
  font-size:17px !important;
  line-height:1.2;
  font-weight:900 !important;
  letter-spacing:.01em;
  text-transform:none;
}
.mp-footer__grid ul,
.mp-footer__grid .mod-menu{
  list-style:none !important;
  margin:0 !important;
  padding:0 !important;
  display:grid;
  gap:8px;
}
.mp-footer__grid li,
.mp-footer__grid .mod-menu li{
  list-style:none !important;
  margin:0 !important;
  padding:0 !important;
}
.mp-footer__grid li::marker{content:"";}
.mp-footer__grid a,
.mp-footer__grid .mod-menu a{
  color:#d4d4d4 !important;
  text-decoration:none !important;
  font-size:15px;
  line-height:1.35;
  font-weight:500;
  transition:color .18s ease, transform .18s ease;
}
.mp-footer__grid a:hover,
.mp-footer__grid a:focus-visible{
  color:#fff !important;
  text-decoration:none !important;
}
.mp-footer__grid .mod-menu a:hover{
  color:#d14a4a !important;
}
.mp-footer .mp-social{
  margin-top:10px !important;
  gap:13px !important;
}
.mp-footer .mp-social__link{
  width:36px !important;
  height:36px !important;
  border-color:rgba(255,255,255,.28) !important;
  background:rgba(255,255,255,.035) !important;
}
.mp-footer .mp-social__link svg{
  width:17px !important;
  height:17px !important;
}
.mp-footer .mp-social__link:hover,
.mp-footer .mp-social__link:focus-visible{
  background:var(--mp-accent) !important;
  border-color:var(--mp-accent) !important;
}
.mp-footer-bottom{
  color:#bdbdbd !important;
  font-size:14px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}
.mp-footer-bottom a{
  color:#d7d7d7 !important;
  text-decoration:none !important;
}
.mp-footer-bottom a:hover{color:#fff !important;}
@media(max-width:1100px){
  .mp-footer__grid{grid-template-columns:1.2fr repeat(2,minmax(160px,1fr)) !important;}
}
@media(max-width:760px){
  .mp-footer__grid{grid-template-columns:1fr !important;column-gap:0 !important;}
  .mp-footer__brand img{width:170px !important;}
  .mp-footer-bottom{display:grid;justify-content:start;}
}

/* v0.19.14 Compact trust/price-comparison badges in the footer bottom row. */
.mp-footer-bottom > .mod-custom,
.mp-footer-bottom > .custom{
  flex:1 1 100%;
  width:100%;
  min-width:0;
}
.mp-footer-bottom .mp-footer-badges{
  display:flex !important;
  width:100% !important;
  margin:0 !important;
  padding:0 !important;
  align-items:center !important;
  justify-content:flex-end !important;
  flex-wrap:wrap;
  gap:10px;
  text-align:right !important;
}
.mp-footer-bottom .mp-footer-badges > p{
  display:contents;
  margin:0 !important;
  padding:0 !important;
}
.mp-footer-bottom .mp-footer-badges a{
  display:inline-flex;
  align-items:center;
  flex:0 0 auto;
  line-height:0;
}
.mp-footer-bottom .mp-footer-badges img{
  display:block !important;
  width:auto !important;
  height:30px !important;
  max-width:110px !important;
  object-fit:contain;
  margin:0 !important;
  border:0 !important;
}
@media(max-width:760px){
  .mp-footer-bottom .mp-footer-badges{
    justify-content:flex-end !important;
  }
}


/* v0.8.2 Content page module positions */
.mp-content-banner{
  background:#fff;
  padding:18px 0 10px;
}
.mp-content-banner .moduletable,
.mp-content-banner .module{
  margin:0;
}
.mp-content-banner img{
  display:block;
  width:100%;
  height:auto;
  border-radius:14px;
}
.mp-content-banner .custom,
.mp-content-banner .banneritem,
.mp-content-banner .mp-banner{
  width:100%;
}

/* v0.19.15 Joomla Banners: keep every banner inside its module position. */
.mod-banners,
.bannergroup,
.mod-banners__item,
.banneritem{
  width:100%;
  max-width:100%;
  min-width:0;
  overflow:hidden;
}
.mod-banners a,
.bannergroup a,
.mod-banners picture,
.bannergroup picture,
.banneritem a,
.banneritem picture{
  display:block;
  max-width:100%;
}
.mod-banners img,
.bannergroup img,
.mod-banners__item img,
.banneritem img{
  display:block;
  width:auto !important;
  max-width:100% !important;
  height:auto !important;
  margin-inline:auto;
  object-fit:contain;
}
.mp-content-top{
  margin:0 0 28px;
}
.mp-content-bottom{
  margin:44px 0 0;
}
.mp-content-bottom > .moduletable,
.mp-content-bottom > .module{
  margin:0;
}
.mp-content-bottom .mp-latest-videos,
.mp-content-bottom .mp-latest-videos-wrap,
.mp-content-bottom .mp-video-section{
  background:#fff;
  border-radius:0;
  box-shadow:none;
}
.mp-content-bottom .mp-section-header{
  margin-left:0;
  margin-right:0;
}
.mp-category-blog__header .mp-section-kicker{
  color:var(--mp-accent);
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.mp-category-news-grid .news-card{
  transition:transform .18s ease, box-shadow .18s ease;
}
.mp-category-news-grid .news-card:hover{
  transform:translateY(-4px);
}
.mp-category-news-grid .news-card__meta{
  color:#6f6f6f;
}
.mp-category-news-grid .news-card__readmore{
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.045em;
}
@media(max-width:760px){
  .mp-content-banner{padding:12px 0 6px;}
  .mp-content-bottom{margin-top:30px;}
}

/* v0.10.0 — slash breadcrumbs */
.mp-breadcrumb__item + .mp-breadcrumb__item::before{
  content:"/";
  display:inline-block;
  margin:0 .6rem;
  color:#9ca3af;
}


/* v0.12.14 order success */
.vm-order-done{max-width:1100px;margin:60px auto;padding:56px;background:#fff;border:1px solid #ececec;border-radius:20px;box-shadow:0 20px 60px rgba(0,0,0,.08);text-align:center}.vm-order-done:before{content:'✓';display:flex;align-items:center;justify-content:center;width:72px;height:72px;margin:0 auto 24px;border-radius:50%;background:#2e7d32;color:#fff;font-size:38px;font-weight:700}.vm-order-done h1{font-size:32px;font-weight:800;margin-bottom:16px;color:#111}.vm-order-done .btn,.vm-order-done a.btn{display:inline-flex;align-items:center;justify-content:center;margin-top:30px;min-width:220px;height:52px;border-radius:999px;background:#9f2d39;color:#fff!important;text-decoration:none;font-weight:700;text-transform:uppercase}


/* MP Artists profile v0.12.21 */
.mp-artist-cover{min-height:420px;background:#111 center/cover no-repeat;color:#fff;display:flex;align-items:flex-end}.mp-artist-cover__inner{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;padding:72px 0 36px}.mp-artist-cover__main{display:flex;align-items:flex-end;gap:24px}.mp-artist-cover__avatar{width:142px;height:142px;border:4px solid var(--mp-accent,#9e2b37);border-radius:50%;background:#111;overflow:hidden;box-shadow:0 16px 40px rgba(0,0,0,.35);display:grid;place-items:center;font-weight:900}.mp-artist-cover__avatar img{width:100%;height:100%;object-fit:cover}.mp-artist-cover h1{font-size:clamp(42px,6vw,76px);line-height:.95;margin:0 0 10px;font-weight:950}.mp-artist-cover__meta{font-weight:800;margin:0 0 18px}.mp-artist-cover__short{max-width:680px;font-size:18px}.mp-verified{display:inline-grid;place-items:center;width:.65em;height:.65em;border-radius:50%;background:#d21f32;color:#fff;font-size:.45em;vertical-align:middle}.mp-artist-cover__actions{display:flex;gap:12px;flex-wrap:wrap}.mp-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:8px;padding:12px 24px;font-weight:900;text-transform:uppercase;text-decoration:none}.mp-btn--primary{background:#a32d3a;color:#fff}.mp-btn--ghost{border:1px solid rgba(255,255,255,.7);color:#fff}.mp-artist-cover__social{display:flex;gap:10px}.mp-artist-cover__social a{width:42px;height:42px;border-radius:50%;border:1px solid rgba(255,255,255,.5);display:grid;place-items:center;color:#fff;text-decoration:none;font-weight:900}.mp-artist-stats{background:#fff;border-bottom:1px solid #eee}.mp-artist-stats .mp-container{display:grid;grid-template-columns:repeat(4,1fr);text-align:center}.mp-artist-stats div{padding:18px 8px}.mp-artist-stats strong{display:block;font-size:24px}.mp-artist-stats span{text-transform:uppercase;font-size:12px;font-weight:800;color:#777}.mp-artist-tabs{background:#fff;border-bottom:1px solid #ddd;position:sticky;top:var(--mp-header-height,0);z-index:4}.mp-artist-tabs .mp-container{display:flex;gap:30px;overflow-x:auto}.mp-artist-tabs a{padding:16px 0;color:#111;text-decoration:none;text-transform:uppercase;font-weight:900;font-size:13px}.mp-artist-tabs a:first-child{color:#9e2b37;border-bottom:3px solid #9e2b37}.mp-artist-dashboard{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:36px;padding-top:34px}.mp-artist-section{margin-bottom:34px}.mp-artist-section h2,.mp-module-title{font-size:20px;text-transform:uppercase;color:#9e2b37;letter-spacing:.04em;margin:0 0 18px}.mp-artist-article-list,.mp-artist-video-list{display:grid;gap:16px}.mp-artist-article-card{display:grid;grid-template-columns:180px 1fr;gap:16px;background:#fff;border:1px solid #eee;border-radius:12px;padding:10px;text-decoration:none;color:#111}.mp-artist-article-card img{width:180px;height:105px;object-fit:cover;border-radius:8px}.mp-artist-article-card h3{margin:0 0 8px;font-size:18px}.mp-artist-article-card small{color:#777}.mp-artist-event-card{display:grid;grid-template-columns:74px 1fr auto;gap:14px;align-items:center;background:#fff;border:1px solid #eee;border-radius:12px;padding:12px;margin-bottom:10px}.mp-artist-event-date{text-align:center}.mp-artist-event-date strong{display:block;font-size:28px}.mp-artist-event-date span{font-weight:900;font-size:12px;text-transform:uppercase}.mp-artist-products-grid{display:grid;grid-template-columns:repeat(var(--mp-product-cols,4),minmax(0,1fr));gap:20px}.mp-artist-spotify iframe{box-shadow:0 16px 42px rgba(0,0,0,.08)}@media(max-width:900px){.mp-artist-cover__inner,.mp-artist-cover__main{align-items:flex-start;flex-direction:column}.mp-artist-dashboard{grid-template-columns:1fr}.mp-artist-stats .mp-container{grid-template-columns:repeat(2,1fr)}.mp-artist-products-grid{grid-template-columns:repeat(2,1fr)}.mp-artist-article-card{grid-template-columns:1fr}.mp-artist-article-card img{width:100%;height:auto}}

/* v0.12.31 Artist profile social icons and product cards */
.mp-artist-cover__social.mp-social{margin-top:0;gap:10px;}
.mp-artist-cover__social .mp-social__link{width:42px;height:42px;border-radius:999px;border:1px solid rgba(255,255,255,.48);background:rgba(255,255,255,.08);display:grid;place-items:center;color:#fff;text-decoration:none;font-size:0;font-weight:400;line-height:1;box-shadow:none;}
.mp-artist-cover__social .mp-social__link svg{width:18px;height:18px;display:block;fill:currentColor;}
.mp-artist-cover__social .mp-social__link--instagram svg,.mp-artist-cover__social .mp-social__link--website svg{fill:none;}
.mp-artist-cover__social .mp-social__link--youtube svg{width:20px;height:20px;}
.mp-artist-cover__social .mp-social__link:hover,.mp-artist-cover__social .mp-social__link:focus-visible{background:var(--mp-accent,#9e2b37);border-color:var(--mp-accent,#9e2b37);transform:translateY(-1px);outline:none;}
.mp-artist-products-grid{align-items:stretch;}
.mp-artist-products-grid .mp-product-card{height:100%;}
.mp-artist-products-grid .mp-product-card .product-card__media{aspect-ratio:1/1;padding:12px;background:#fff;}
.mp-artist-products-grid .mp-product-card .product-card__body{min-height:150px;}
@media(max-width:560px){.mp-artist-products-grid{grid-template-columns:1fr;}.mp-artist-cover__social .mp-social__link{width:38px;height:38px;}}

/* v0.12.46 header actions */
.mp-header-actions{position:relative;display:flex;align-items:center;gap:12px;margin-left:auto}
.mp-header-action,.mp-search-toggle{position:relative;display:inline-grid;place-items:center;width:48px;height:48px;flex:0 0 48px;padding:0;border:1px solid rgba(255,255,255,.38);border-radius:50%;background:#050505;color:#fff;text-decoration:none;cursor:pointer}
.mp-header-action:hover,.mp-search-toggle:hover{border-color:#fff;background:#151515}
.mp-header-action:focus-visible,.mp-search-toggle:focus-visible{outline:3px solid var(--mp-accent);outline-offset:3px}
.mp-header-action svg,.mp-search-toggle svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.mp-header-action::before,.mp-search-toggle::before{content:none!important}
.mp-cart-action span{position:absolute;top:-5px;right:-4px;min-width:20px;height:20px;padding:0 5px;border-radius:10px;background:var(--mp-accent);color:#fff;border:2px solid #050505;font-size:11px;line-height:16px;font-weight:900;text-align:center}
.mp-account-menu{position:relative}
.mp-account-dropdown{position:absolute;top:calc(100% + 12px);right:0;z-index:120;width:260px;padding:8px;background:#fff;color:var(--mp-text);border:1px solid var(--mp-line);border-radius:14px;box-shadow:0 18px 48px rgba(0,0,0,.18)}
.mp-account-dropdown.is-open{display:block}
.mp-account-user{padding:11px 12px;border-bottom:1px solid var(--mp-line);font-size:14px;font-weight:800;overflow-wrap:anywhere}
.mp-account-menu-list,.mp-account-dropdown .mod-menu{list-style:none;margin:0;padding:4px 0}
.mp-account-dropdown li{margin:0;padding:0}
.mp-account-dropdown a,.mp-account-dropdown button{display:flex;width:100%;min-height:42px;align-items:center;padding:8px 12px;border:0;border-radius:8px;background:transparent;color:var(--mp-text);text-decoration:none;text-align:left;font:inherit;font-weight:750;cursor:pointer}
.mp-account-dropdown a:hover,.mp-account-dropdown button:hover,.mp-account-dropdown a:focus-visible{background:var(--mp-surface);color:var(--mp-accent)}
.mp-account-dropdown form{margin:0}
.mp-menu-toggle{display:none!important}
.mp-global-search{width:min(720px,calc(100% - 32px));padding:0;border:0;border-radius:8px;background:#fff;color:#111;box-shadow:0 24px 80px rgba(0,0,0,.34)}
.mp-global-search::backdrop{background:rgba(0,0,0,.72)}
.mp-global-search__head{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 24px 16px}
.mp-global-search__head h2{margin:0;font-size:24px}
.mp-global-search__head button{width:38px;height:38px;border:0;background:transparent;font-size:30px;line-height:1;cursor:pointer}
.mp-search-modes{display:flex;gap:4px;padding:0 24px 18px;border-bottom:1px solid var(--mp-line)}
.mp-search-modes button{min-height:38px;padding:0 16px;border:1px solid var(--mp-line);border-radius:6px;background:#fff;color:#555;font-weight:800;cursor:pointer}
.mp-search-modes button.is-active{background:#111;color:#fff;border-color:#111}
.mp-global-search__form{padding:24px}
.mp-global-search__form>label{display:block;margin-bottom:8px;font-size:13px;font-weight:800;color:#555}
.mp-global-search__form>div{display:grid;grid-template-columns:minmax(0,1fr) 52px}
.mp-global-search__form input{width:100%;height:52px;padding:0 16px;border:1px solid #bbb;border-right:0;border-radius:7px 0 0 7px;background:#fff;color:#111;font-size:17px}
.mp-global-search__form button{display:grid;place-items:center;border:0;border-radius:0 7px 7px 0;background:var(--mp-accent);color:#fff;cursor:pointer}
.mp-global-search__form button svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}
@media(max-width:1100px){.mp-menu-toggle{display:inline-grid!important}}
@media(max-width:720px){.mp-header-actions{gap:8px}.mp-header-action,.mp-search-toggle,.mp-menu-toggle{width:42px;height:42px;flex-basis:42px}.mp-header-action svg,.mp-search-toggle svg{width:22px;height:22px}.mp-account-dropdown{position:fixed;top:74px;right:14px;width:min(280px,calc(100vw - 28px));max-height:calc(100vh - 92px);overflow-y:auto}.mp-search-modes{overflow-x:auto;padding-inline:16px}.mp-search-modes button{white-space:nowrap}.mp-global-search__head,.mp-global-search__form{padding-inline:16px}}

/* v0.13.2 account and dashboard UX */
.mp-account-page,.mp-placeholder-page{width:min(760px,calc(100% - 32px));margin:0 auto;padding:56px 0 72px}
.mp-card{background:#fff;border:1px solid var(--mp-line);border-radius:var(--mp-radius);box-shadow:var(--mp-shadow)}
.mp-account-card{width:min(520px,100%);margin:0 auto;padding:clamp(24px,5vw,42px)}
.mp-account-card--wide{width:min(680px,100%)}
.mp-account-card__header{text-align:center;margin-bottom:28px}.mp-account-card__header p{margin:8px 0 0;color:var(--mp-muted)}
.mp-account-card__icon{display:grid;place-items:center;width:58px;height:58px;margin:0 auto 16px;border-radius:50%;background:var(--mp-surface);font-size:28px}
.mp-heading{margin:0 0 20px;color:var(--mp-dark);font-size:clamp(28px,4vw,40px);line-height:1.12}
.mp-form fieldset{min-width:0;margin:0 0 20px;padding:0;border:0}.mp-form legend{margin-bottom:14px;font-size:18px;font-weight:850}
.mp-form .control-group{margin-bottom:18px}.mp-form .control-label{margin-bottom:7px}.mp-form label{display:inline-block;color:var(--mp-text);font-weight:750}
.mp-form input:not([type=checkbox]):not([type=radio]),.mp-form select,.mp-form textarea{width:100%;min-height:50px;padding:10px 14px;border:1px solid #cfd1d5;border-radius:10px;background:#fff;color:var(--mp-text);font:inherit}
.mp-form textarea{min-height:120px}.mp-form input:focus,.mp-form select:focus,.mp-form textarea:focus{outline:3px solid color-mix(in srgb,var(--mp-accent) 22%,transparent);border-color:var(--mp-accent)}
.mp-form .form-check{display:flex;align-items:flex-start;gap:10px}.mp-form input[type=checkbox]{width:20px;height:20px;margin-top:2px;accent-color:var(--mp-accent)}
.mp-button{display:inline-flex;min-height:48px;align-items:center;justify-content:center;padding:10px 22px;border:1px solid transparent;border-radius:999px;font:inherit;font-weight:850;text-decoration:none;cursor:pointer}
.mp-button--primary{background:var(--mp-accent);color:#fff}.mp-button--primary:hover{filter:brightness(.92);color:#fff}
.mp-button--secondary{border-color:var(--mp-line);background:#fff;color:var(--mp-text)}
.mp-button--google{width:100%;border-color:var(--mp-line);background:#fff;color:var(--mp-text)}
.mp-button:disabled{cursor:not-allowed;opacity:.55}.mp-form>.mp-button--primary{width:100%}.mp-form-actions{display:flex;gap:12px;flex-wrap:wrap}
.mp-account-links{display:flex;justify-content:center;gap:12px 20px;flex-wrap:wrap;margin-top:22px;font-weight:700}.mp-account-links a{color:var(--mp-accent)}
.mp-social-login{display:grid;gap:12px;margin:24px 0;text-align:center}.mp-social-login>span{display:flex;align-items:center;gap:12px;color:var(--mp-muted);font-size:13px}.mp-social-login>span::before,.mp-social-login>span::after{content:"";height:1px;flex:1;background:var(--mp-line)}
.mp-profile-card{display:grid;grid-template-columns:130px minmax(0,1fr);gap:30px;padding:clamp(24px,5vw,42px)}.mp-profile-avatar{display:grid;place-items:center;width:120px;height:120px;border-radius:50%;background:linear-gradient(135deg,var(--mp-accent),var(--mp-dark));color:#fff;font-size:50px;font-weight:900}.mp-eyebrow{margin:0 0 6px;color:var(--mp-accent);font-weight:850;text-transform:uppercase;letter-spacing:.08em}.mp-profile-data{display:grid;gap:14px;margin:20px 0 28px}.mp-profile-data div{padding-bottom:12px;border-bottom:1px solid var(--mp-line)}.mp-profile-data dt{color:var(--mp-muted);font-size:13px;font-weight:800}.mp-profile-data dd{margin:2px 0 0;font-weight:700;overflow-wrap:anywhere}
.mp-dashboard{width:min(var(--mp-container),calc(100% - 32px));margin:0 auto;padding:46px 0 72px}.mp-dashboard-hero{padding:clamp(26px,5vw,48px);border-radius:var(--mp-radius);background:linear-gradient(125deg,var(--mp-dark),#2b1016 70%,var(--mp-accent));color:#fff}.mp-dashboard-hero p{margin:0 0 6px;color:#e5bac2;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.mp-dashboard-hero h1{margin:0;font-size:clamp(32px,5vw,54px);line-height:1.05}
.mp-dashboard-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px;margin-top:24px}.mp-dashboard-grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}
.mp-dashboard-card{display:flex;min-height:170px;flex-direction:column;align-items:flex-start;padding:22px;color:var(--mp-text);text-decoration:none;transition:transform .18s ease,border-color .18s ease}.mp-dashboard-card[href]:hover{transform:translateY(-3px);border-color:var(--mp-accent)}.mp-dashboard-card>span{font-size:30px}.mp-dashboard-card strong{margin-top:auto;font-size:17px}.mp-dashboard-card small{margin-top:5px;color:var(--mp-muted)}
.mp-activity{margin-top:24px;padding:26px}.mp-activity h2{margin:0 0 8px}.mp-activity p{margin:0;color:var(--mp-muted)}
.mp-placeholder-page{text-align:center}.mp-placeholder-page .mp-card{padding:clamp(30px,6vw,58px)}.mp-placeholder-icon{display:block;margin-bottom:16px;font-size:52px}.mp-status-pill{display:inline-flex;margin:18px 8px 0;padding:6px 12px;border-radius:999px;background:var(--mp-surface);color:var(--mp-muted);font-size:12px;font-weight:850;text-transform:uppercase;letter-spacing:.06em}
@media(max-width:900px){.mp-dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.mp-account-page,.mp-placeholder-page{padding:30px 0 50px}.mp-account-card{padding:24px 20px}.mp-profile-card{grid-template-columns:1fr}.mp-profile-avatar{width:86px;height:86px;font-size:36px}.mp-dashboard{padding-top:28px}.mp-dashboard-grid,.mp-dashboard-grid--three{grid-template-columns:1fr}.mp-dashboard-card{min-height:130px}.mp-form-actions .mp-button{width:100%}}

/* Keep Joomla frontend module editing available without exposing its long
   accessibility label as visible header/footer content. */
.jmodedit{position:absolute!important;z-index:1000;display:grid!important;place-items:center;width:32px!important;height:32px!important;min-width:32px!important;padding:0!important;overflow:hidden!important;border:1px solid var(--mp-line)!important;border-radius:50%!important;background:#fff!important;color:var(--mp-dark)!important;font-size:0!important;line-height:1!important;box-shadow:0 4px 14px rgba(0,0,0,.15)}
.jmodedit .icon-edit,.jmodedit [class*="icon-"]{font-size:15px!important}

/* v0.13.5 artist profile tabs */
.mp-artist-tabs a:first-child{color:#111;border-bottom-color:transparent}
.mp-artist-tabs a.is-active{color:var(--mp-accent);border-bottom:3px solid var(--mp-accent)}
.mp-artist-stats .mp-container{grid-template-columns:repeat(4,1fr)}
.mp-artist-tab-layout{align-items:start}
.mp-artist-tab-content{min-width:0}
.mp-artist-tab-content>.mp-artist-section>h1{margin:0 0 24px;font-size:clamp(30px,4vw,44px);line-height:1.1}
.mp-artist-side-column{min-width:0}
.mp-artist-news-full,.mp-artist-events-full{display:grid;gap:14px}
.mp-artist-news-card{display:grid;grid-template-columns:180px minmax(0,1fr);gap:18px;padding:12px;border:1px solid var(--mp-line);border-radius:14px;background:#fff;box-shadow:0 10px 26px rgba(0,0,0,.035)}
.mp-artist-news-card__image{display:block;width:180px;height:112px;border-radius:9px;overflow:hidden;background:var(--mp-surface)}
.mp-artist-news-card__image img{width:100%;height:100%;object-fit:cover}
.mp-artist-news-card h2{margin:0 0 5px;font-size:18px;line-height:1.25;text-transform:none;letter-spacing:0}
.mp-artist-news-card h2 a{text-decoration:none}
.mp-artist-news-card time{color:var(--mp-muted);font-size:13px}
.mp-artist-news-card p{margin:8px 0;color:#4b5563;font-size:14px}
.mp-artist-more{color:var(--mp-accent);font-size:13px;font-weight:850;text-decoration:none}
.mp-artist-pagination{display:flex;gap:8px;flex-wrap:wrap;margin-top:22px}
.mp-artist-pagination a{display:grid;place-items:center;min-width:38px;height:38px;padding:0 10px;border:1px solid var(--mp-line);border-radius:8px;text-decoration:none;font-weight:800}
.mp-artist-pagination a.is-active{border-color:var(--mp-accent);background:var(--mp-accent);color:#fff}
.mp-artist-empty{padding:28px;border:1px solid var(--mp-line);border-radius:14px;background:var(--mp-surface);color:var(--mp-muted)}
.mp-event-card--artist-full{display:grid;grid-template-columns:76px 116px minmax(0,1fr) auto;gap:16px;align-items:center;padding:14px;border:1px solid var(--mp-line);border-radius:14px;background:#fff;box-shadow:0 10px 26px rgba(0,0,0,.035)}
.mp-event-card--artist-full .mp-event-card__image{width:112px;height:88px}
.mp-event-card--artist-full .mp-event-card__body small{display:block;margin-top:6px;color:var(--mp-muted)}
.mp-spotify-frame{border:0;border-radius:12px;box-shadow:0 16px 42px rgba(0,0,0,.08)}
.mp-artist-about-intro{font-size:20px;font-weight:650;color:#30343a}
.mp-artist-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:28px}
.mp-artist-facts div{padding:16px;border:1px solid var(--mp-line);border-radius:12px;background:var(--mp-surface)}
.mp-artist-facts dt{color:var(--mp-muted);font-size:12px;font-weight:850;text-transform:uppercase}
.mp-artist-facts dd{margin:4px 0 0;font-weight:800}
.mp-artist-about-links{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}.mp-artist-about-links a{display:inline-flex;padding:8px 13px;border:1px solid var(--mp-line);border-radius:999px;color:var(--mp-accent);font-weight:800;text-decoration:none}.mp-artist-contact{margin:16px 0 0}
@media(min-width:901px){.mp-artist-side-column{position:sticky;top:150px}}
@media(max-width:900px){.mp-artist-tab-layout{grid-template-columns:1fr}.mp-artist-side-column{position:static}.mp-event-card--artist-full{grid-template-columns:72px 100px minmax(0,1fr)}.mp-event-card--artist-full .mp-event-card__ticket{grid-column:2/-1;justify-self:start}}
@media(max-width:640px){.mp-artist-news-card{grid-template-columns:1fr}.mp-artist-news-card__image{width:100%;height:auto;aspect-ratio:16/9}.mp-event-card--artist-full{grid-template-columns:64px minmax(0,1fr)}.mp-event-card--artist-full .mp-event-card__image{grid-column:2;width:100%;height:auto;aspect-ratio:16/9}.mp-event-card--artist-full .mp-event-card__body{grid-column:2}.mp-event-card--artist-full .mp-event-card__ticket{grid-column:2}.mp-artist-facts{grid-template-columns:1fr}}
.mp-artist-contact-card{padding:20px;border:1px solid var(--mp-line);border-radius:14px;background:#fff;box-shadow:0 10px 26px rgba(0,0,0,.035)}
.mp-artist-contact-list{display:grid;gap:9px}.mp-artist-contact-link{display:flex;min-height:44px;align-items:center;gap:11px;padding:9px 12px;border:1px solid var(--mp-line);border-radius:10px;background:var(--mp-surface);color:var(--mp-text);text-decoration:none}.mp-artist-contact-link>span{display:grid;place-items:center;width:25px;height:25px;border-radius:50%;background:#fff;color:var(--mp-accent)}.mp-artist-contact-link--whatsapp{background:#eefaf2;border-color:#ccebd6}.mp-artist-contact-link--whatsapp>span{color:#168c46}

/* v0.13.13 Configurable light homepage branding; header remains unchanged. */
.mp-hero.mp-hero--light{
  background-color:#f4f1ee;
  background-position:center center;
  color:#111;
}
.mp-hero.mp-hero--light::before{
  background:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.92) 30%,rgba(255,255,255,.54) 50%,rgba(255,255,255,.16) 70%,rgba(255,255,255,.02) 100%);
}
.mp-hero.mp-hero--light::after{
  background:none;
}
.mp-hero.mp-hero--light .mp-hero__grid{
  grid-template-columns:minmax(0,560px) minmax(340px,410px);
  gap:50px;
}
.mp-hero.mp-hero--light .mp-hero__title,
.mp-hero.mp-hero--light .mp-hero__title .mp-hero__title-main,
.mp-hero.mp-hero--light .mp-hero__subheadline,
.mp-hero.mp-hero--light .mp-hero__lead,
.mp-hero.mp-hero--light p.mp-hero__lead,
.mp-hero.mp-hero--light .mp-benefit{
  color:#111;
}
.mp-hero.mp-hero--light .mp-hero__title::first-line,
.mp-hero.mp-hero--light h1::first-line{
  color:#111;
}
.mp-hero.mp-hero--light .mp-hero__content,
.mp-hero.mp-hero--light .mp-hero__title{
  max-width:560px;
}
.mp-hero.mp-hero--light .mp-benefit small{color:#3f4248;}
.mp-hero.mp-hero--light .mp-benefit__icon{
  background:rgba(255,255,255,.78);
  border-color:var(--mp-accent);
  color:var(--mp-accent);
  box-shadow:0 10px 28px rgba(17,17,17,.08);
}
.mp-hero.mp-hero--light .btn-outline{
  background:rgba(255,255,255,.72);
  border-color:var(--mp-accent);
  color:var(--mp-accent);
}
.mp-hero.mp-hero--light .btn-outline:hover,
.mp-hero.mp-hero--light .btn-outline:focus-visible{
  background:var(--mp-accent);
  color:#fff;
}
@media(max-width:1100px){
  .mp-hero.mp-hero--light::before{
    background:linear-gradient(180deg,rgba(255,255,255,.72),rgba(255,255,255,.9));
  }
  .mp-hero.mp-hero--light::after{
    width:100%;
    background:none;
  }
  .mp-hero.mp-hero--light .mp-hero__grid{
    grid-template-columns:1fr;
    gap:38px;
  }
}

/* v0.13.15 — benefits form one raised row below the homepage CTAs. */
@media(min-width:1101px){
  .mp-hero .mp-actions{
    margin-top:42px;
  }
  .mp-hero .mp-hero__grid,
  .mp-hero.mp-hero--light .mp-hero__grid{
    grid-template-columns:1fr;
    grid-template-rows:auto auto;
    align-content:center;
    align-items:start;
    gap:0;
  }
  .mp-hero .mp-hero__content,
  .mp-hero.mp-hero--light .mp-hero__content{
    grid-column:1;
    grid-row:1;
    max-width:760px;
  }
  .mp-hero .mp-hero__lead,
  .mp-hero p.mp-hero__lead,
  .mp-hero.mp-hero--light .mp-hero__lead,
  .mp-hero.mp-hero--light p.mp-hero__lead{
    max-width:760px;
  }
  .mp-hero .mp-hero__benefits,
  .mp-hero.mp-hero--light .mp-hero__benefits{
    grid-column:1;
    grid-row:2;
    width:min(760px,62%);
    max-width:760px;
    justify-self:start;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:18px;
    margin-top:95px;
    transform:translateY(-50px);
  }
  .mp-hero .mp-benefit{
    grid-template-columns:48px minmax(0,1fr);
    gap:11px;
    min-width:0;
  }
  .mp-hero .mp-benefit__icon{
    width:46px;
    height:46px;
    font-size:23px;
  }
  .mp-hero .mp-benefit strong{font-size:16px;}
  .mp-hero .mp-benefit small{margin-top:4px;font-size:12px;}
}
/* v0.19.3 — artist applause profile and advertisement popup. */
.mp-artist-cover__main{min-width:0}
.mp-artist-cover__avatar{flex:0 0 142px;width:142px;height:142px;aspect-ratio:1/1}
.mp-artist-cover__avatar img{display:block;width:100%;height:100%;object-fit:cover}
.mp-artist-cover__main>div:last-child{min-width:0;flex:1 1 auto}
.mp-artist-profile .mp-applause,.mp-artist-page .mp-applause{position:relative;display:inline-flex;align-items:center;gap:8px}
.mp-artist-profile .mp-applause__tooltip,.mp-artist-page .mp-applause__tooltip{position:absolute;z-index:30;left:0;bottom:calc(100% + 12px);display:block;width:min(330px,80vw);height:auto;padding:13px 15px;margin:0;border-radius:12px;background:#fff;color:#171717;line-height:1.45;white-space:normal;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(5px)}
.mp-artist-profile .mp-applause__hint:hover+.mp-applause__tooltip,.mp-artist-profile .mp-applause__hint:focus-visible+.mp-applause__tooltip,.mp-artist-profile .mp-applause.is-tooltip-open .mp-applause__tooltip,.mp-artist-page .mp-applause__hint:hover+.mp-applause__tooltip,.mp-artist-page .mp-applause__hint:focus-visible+.mp-applause__tooltip,.mp-artist-page .mp-applause.is-tooltip-open .mp-applause__tooltip{opacity:1;visibility:visible;pointer-events:auto;transform:none}
.mp-artist-stats .mp-container{grid-template-columns:repeat(5,minmax(0,1fr))}
body .mp-applause-modal[hidden]{display:none!important}
body .mp-applause-modal:not([hidden]){position:fixed!important;z-index:2147483000!important;inset:0!important;width:100vw!important;height:100dvh!important;margin:0!important;padding:24px!important;display:grid!important;place-items:center!important;overflow:auto!important;background:rgba(0,0,0,.78)!important;backdrop-filter:blur(3px)}
body .mp-applause-modal__panel{position:relative!important;width:min(720px,calc(100vw - 32px))!important;max-height:calc(100dvh - 48px)!important;margin:auto!important;padding:34px!important;overflow:auto!important;border-radius:20px!important;background:#fff!important;color:#111!important;box-shadow:0 30px 100px rgba(0,0,0,.55)!important}
body .mp-applause-modal__panel h2{margin:0 48px 22px 0!important;color:#111!important;font-size:clamp(22px,3vw,32px)!important;line-height:1.15!important}
body .mp-applause-modal__close{position:absolute!important;z-index:2!important;top:12px!important;right:12px!important;width:42px!important;height:42px!important;margin:0!important;padding:0!important;display:grid!important;place-items:center!important;border:0!important;border-radius:50%!important;background:#eee!important;color:#111!important;font:700 30px/1 Arial,sans-serif!important;cursor:pointer!important}
body .mp-applause-modal__close:hover,body .mp-applause-modal__close:focus-visible{background:#a32d3a!important;color:#fff!important;outline:2px solid #fff!important;outline-offset:2px!important}
body .mp-applause-modal__content{max-width:100%!important;overflow:hidden!important}
body .mp-applause-modal__content img{display:block!important;max-width:100%!important;width:auto!important;height:auto!important;margin:0 auto!important}
body .mp-applause-modal__content iframe{display:block!important;max-width:100%!important;margin:0 auto!important}
body.mp-modal-open{overflow:hidden!important}
body .mp-applause-modal__countdown{position:absolute!important;z-index:2!important;top:12px!important;right:12px!important;width:42px!important;height:42px!important;display:grid!important;place-items:center!important;border-radius:50%!important;background:#a32d3a!important;color:#fff!important;font:800 18px/1 Arial,sans-serif!important;box-shadow:0 4px 14px rgba(0,0,0,.16)!important}
body .mp-applause-modal__countdown[hidden],body .mp-applause-modal__close[hidden]{display:none!important}
@media(max-width:900px){.mp-artist-cover__avatar{flex-basis:112px;width:112px;height:112px}.mp-artist-stats .mp-container{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:600px){body .mp-applause-modal:not([hidden]){padding:10px!important}body .mp-applause-modal__panel{width:calc(100vw - 20px)!important;max-height:calc(100dvh - 20px)!important;padding:26px 16px 18px!important;border-radius:14px!important}}
@media(max-width:480px){.mp-artist-stats .mp-container{grid-template-columns:repeat(2,minmax(0,1fr))}}
