:root{
  --ebuc-bg:#05070d;
  --ebuc-panel:#0d121c;
  --ebuc-panel-2:#141a26;
  --ebuc-ink:#f5f7ff;
  --ebuc-muted:#a7afbf;
  --ebuc-line:rgba(255,255,255,.13);
  --ebuc-violet:#8d28ff;
  --ebuc-violet-2:#cc47ff;
  --ebuc-gold:#d99a25;
  --ebuc-gold-2:#f1c86b;
  --ebuc-shadow:0 26px 76px rgba(0,0,0,.55);
}

html body.ebuc-standalone-page{
  margin:0!important;
  background:var(--ebuc-bg)!important;
  color:var(--ebuc-ink)!important;
  overflow-x:hidden;
  font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif!important;
}
.ebuc-standalone-page #wpadminbar{position:fixed}
.ebuc-app,.ebuc-app *{box-sizing:border-box}
.ebuc-app{
  min-height:100vh;
  background:#05070d!important;
  background-image:linear-gradient(135deg,#080b12 0%,#0b101a 58%,#06080f 100%)!important;
  color:var(--ebuc-ink);
}
.ebuc-app a{text-decoration:none}
.ebuc-main{padding:28px 0 0}
.ebuc-header-wrap{padding-top:24px}
.ebuc-native-header .emu-main-nav a.is-active{color:#f2d79e!important}
.ebuc-brand-mark,.ebuc-footer-mark{object-fit:contain!important}
.ebuc-native-header .ebuc-brand-mark{width:42px!important;height:42px!important}

/* Hard lock: old logo animation/orbit/laser leftovers must never render on the unified shell. */
.ebuc-standalone-page .ebuc-home-logo-panel,
.ebuc-standalone-page .ebuc-logo-ambient,
.ebuc-standalone-page .ebuc-logo-track,
.ebuc-standalone-page .ebuc-logo-bg-mark,
.ebuc-standalone-page .ebuc-logo-aura,
.ebuc-standalone-page .ebuc-logo-mainmark,
.ebuc-standalone-page .ebuc-logo-trace,
.ebuc-standalone-page .ebuc-logo-gleam,
.ebuc-standalone-page .ebuc-logo-orbit,
.ebuc-standalone-page .ebuc-track-base,
.ebuc-standalone-page .ebuc-track-glow,
.ebuc-standalone-page .ebuc-track-glow-blur{
  display:none!important;
  visibility:hidden!important;
  opacity:0!important;
  animation:none!important;
  transform:none!important;
  pointer-events:none!important;
}
.ebuc-standalone-page .ebuc-logo-track svg,
.ebuc-standalone-page .ebuc-logo-trace svg{display:none!important}
.ebuc-gateway-hero::before,
.ebuc-gateway-hero::after,
.ebuc-static-logo-panel::before,
.ebuc-static-logo-panel::after{content:none!important;display:none!important}

.ebuc-footer{margin-top:68px}
.ebuc-footer .emu-footer-col{display:flex;flex-direction:column;gap:10px}
.ebuc-footer .emu-footer-col h3{margin:0 0 6px;color:#f1bf54;font-size:13px;font-weight:950;text-transform:uppercase;letter-spacing:.045em}
.ebuc-footer .emu-footer-col a{color:#cfd5e3!important;font-weight:800!important}
.ebuc-footer .emu-footer-brand p{color:#a7afbf;line-height:1.55;max-width:390px}
.ebuc-footer-mark{width:52px!important;height:52px!important}
.ebuc-footer-bottom{padding:18px 0 28px;color:#9ea7bc;font-size:12px;border-top:1px solid rgba(255,255,255,.08);margin-top:20px}

.ebuc-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 12px;
  border:1px solid var(--ebuc-line);
  border-radius:999px;
  background:rgba(255,255,255,.08);
  color:#dfcdfd;
  font-size:13px;
  font-weight:900;
}
.ebuc-hero,.ebuc-page-hero{
  position:relative;
  overflow:hidden;
  border:1px solid var(--ebuc-line);
  border-radius:30px;
  background:linear-gradient(135deg,rgba(20,14,38,.86),rgba(12,15,24,.96) 54%,rgba(18,15,17,.90));
  box-shadow:var(--ebuc-shadow);
}
.ebuc-gateway-hero{
  min-height:500px;
  display:grid;
  grid-template-columns:minmax(0,1.02fr) minmax(320px,.98fr);
  gap:30px;
  align-items:center;
  padding:56px!important;
}
.ebuc-hero-copy h1,.ebuc-page-hero h1{
  font-size:clamp(44px,5.1vw,78px)!important;
  line-height:.98!important;
  letter-spacing:-.062em!important;
  margin:22px 0 18px!important;
  color:#fff!important;
  text-wrap:balance;
}
.ebuc-hero-copy p,.ebuc-page-hero p{max-width:820px;font-size:18px;line-height:1.62;color:#d1d6e5;margin:0}
.ebuc-home-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}

.ebuc-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin:24px 0 0;align-items:center}
.ebuc-hero-actions .emu-btn{min-height:48px;border-radius:14px;padding:0 18px;font-weight:900}
.ebuc-community-join-cta{white-space:nowrap}
@media(max-width:980px){.ebuc-community-join-cta{display:none!important}}
@media(max-width:760px){.ebuc-hero-actions .emu-btn{width:100%;justify-content:center}}
.ebuc-home-actions .emu-btn{min-height:54px!important;border-radius:15px!important;padding:0 22px!important;font-weight:950!important}
.ebuc-btn-gold{background:linear-gradient(135deg,var(--ebuc-gold),var(--ebuc-gold-2))!important;color:#141118!important;box-shadow:0 15px 35px rgba(217,154,37,.25)!important}

.ebuc-static-logo-panel{
  min-height:350px;
  border:1px solid var(--ebuc-line);
  border-radius:28px;
  background:linear-gradient(160deg,rgba(255,255,255,.068),rgba(255,255,255,.024));
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:36px;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.025),0 28px 80px rgba(0,0,0,.34);
}
.ebuc-static-logo-panel img{width:min(340px,84%);height:auto;display:block;filter:none!important}
.ebuc-static-logo-panel p{margin:22px 0 0;color:#d7deed;font-weight:900}
.ebuc-stage-note{margin-top:22px;display:inline-flex;border:1px solid rgba(217,154,37,.55);background:rgba(217,154,37,.10);color:#f2d79e;border-radius:14px;padding:11px 14px;font-weight:900;box-shadow:0 10px 30px rgba(0,0,0,.24)}

.ebuc-choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-top:28px!important}
.ebuc-choice-card{
  position:relative;
  overflow:hidden;
  display:block;
  min-height:250px;
  border:1px solid var(--ebuc-line);
  border-radius:24px;
  background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.04));
  padding:30px;
  box-shadow:0 18px 50px rgba(0,0,0,.34);
  color:var(--ebuc-ink);
}
.ebuc-choice-card:after{content:"→";position:absolute;right:28px;bottom:24px;color:#f05cff;font-weight:1000;font-size:32px}
.ebuc-choice-card.featured{border-color:rgba(217,154,37,.72);background:linear-gradient(180deg,rgba(217,154,37,.10),rgba(255,255,255,.04))}
.ebuc-choice-card span,.ebuc-section-head span{display:inline-flex;color:#f2d79e;font-size:13px;font-weight:950;text-transform:uppercase;letter-spacing:.04em}
.ebuc-choice-card h2,.ebuc-section-head h2{font-size:clamp(28px,3vw,44px);line-height:1.03;letter-spacing:-.045em;margin:14px 0 12px;color:#fff}
.ebuc-choice-card p{color:#cfd5e3;line-height:1.6;max-width:570px;margin:0}
.ebuc-choice-card b{display:inline-block;margin-top:24px;color:#fff}
.ebuc-section{margin-top:48px!important}
.ebuc-section-head{margin-bottom:18px}
.ebuc-feature-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.ebuc-feature-grid a,.ebuc-empty-card{display:block;border:1px solid var(--ebuc-line);border-radius:20px;background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.04));padding:22px;box-shadow:0 15px 44px rgba(0,0,0,.24);color:#fff}
.ebuc-feature-grid b{display:block;color:#fff;font-size:20px;margin-bottom:8px}
.ebuc-feature-grid small,.ebuc-empty-card p{display:block;color:#a7afbf;line-height:1.5}

.ebuc-page-hero{padding:58px!important;margin-top:24px!important}
.ebuc-page-hero h1{max-width:980px}
.ebuc-search{margin-top:28px!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:22px!important;background:rgba(255,255,255,.06)!important;display:grid!important;grid-template-columns:1.3fr repeat(3,minmax(160px,1fr)) auto!important;gap:12px!important;padding:14px!important;max-width:none!important}
.ebuc-professionals-app .ebuc-search{grid-template-columns:1.5fr minmax(180px,1fr) minmax(180px,1fr) auto!important}
.ebuc-search label{display:flex!important;flex-direction:column!important;gap:7px!important;background:transparent!important;padding:0!important;color:#fff!important}
.ebuc-search label span{color:#d7deed;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.04em}
.ebuc-search input,.ebuc-search select{width:100%;min-height:46px;border:1px solid rgba(255,255,255,.12)!important;border-radius:13px!important;background:rgba(5,7,13,.72)!important;color:#fff!important;padding:0 13px!important;outline:0}
.ebuc-search option{color:#111;background:#fff}
.ebuc-search button{min-height:46px;align-self:end}

.ebuc-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.ebuc-profile-card{overflow:hidden;border:1px solid var(--ebuc-line);border-radius:24px;background:linear-gradient(180deg,rgba(255,255,255,.076),rgba(255,255,255,.035));box-shadow:0 18px 52px rgba(0,0,0,.34);color:#fff}
.ebuc-profile-media{height:210px;display:grid;place-items:center;background:#0b1019;color:#fff;overflow:hidden}
.ebuc-profile-media img{width:100%;height:100%;object-fit:cover;display:block}
.ebuc-avatar{display:flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:14px;background:linear-gradient(145deg,#ffe58d,#e79608);color:#12141c;font-weight:1000;font-size:18px;text-transform:uppercase;border:2px solid rgba(255,255,255,.45)}
.ebuc-avatar.big{width:112px;height:112px;border-radius:28px;font-size:34px}
.ebuc-profile-content{padding:20px}
.ebuc-profile-content h3{font-size:22px;line-height:1.12;margin:12px 0 8px;color:#fff}
.ebuc-profile-content p{min-height:52px;color:#b9c2d3;line-height:1.45;margin:0 0 14px}
.ebuc-tags{gap:7px!important;flex-wrap:wrap}
.ebuc-tags span,.ebuc-tags a{display:inline-flex!important;align-items:center;text-decoration:none!important;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.075);border-radius:999px;padding:7px 9px;color:#e7ddff!important;font-size:12px!important;font-weight:850!important}
.ebuc-tags.small span,.ebuc-tags.small a{font-size:11px!important;color:#cfd5e3!important}
.ebuc-card-bottom{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:16px}
.ebuc-card-bottom>span{color:#cfd5e3;font-size:13px}
.ebuc-card-bottom strong{color:#f1c86b}
.ebuc-card-bottom .emu-btn{min-height:40px!important;border-radius:12px!important;padding:0 14px!important}
.ebuc-pagination{display:flex;justify-content:center;gap:10px;margin:30px 0}
.ebuc-pagination a,.ebuc-pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:38px;height:38px;border-radius:12px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.06);color:#fff;font-weight:900}
.ebuc-pagination .current{background:linear-gradient(135deg,var(--ebuc-violet),var(--ebuc-violet-2))}
.eband-stage-mode .ebuc-app:before{content:"STAGE · noindex · emails blocked";position:fixed;right:14px;bottom:14px;z-index:80;padding:8px 11px;border-radius:999px;background:rgba(217,154,37,.16);border:1px solid rgba(217,154,37,.45);color:#f6d284;font-size:11px;font-weight:950;letter-spacing:.04em;text-transform:uppercase}

@media(max-width:1120px){
  .ebuc-gateway-hero{grid-template-columns:1fr}
  .ebuc-feature-grid{grid-template-columns:repeat(2,1fr)}
  .ebuc-card-grid{grid-template-columns:repeat(2,1fr)}
  .ebuc-search,.ebuc-professionals-app .ebuc-search{grid-template-columns:1fr 1fr!important}
}
@media(max-width:760px){
  .ebuc-header-wrap{padding-top:14px}
  .ebuc-main{padding-top:18px}
  .ebuc-gateway-hero,.ebuc-page-hero{width:calc(100vw - 24px);padding:26px!important;border-radius:22px}
  .ebuc-hero-copy h1,.ebuc-page-hero h1{font-size:clamp(38px,11vw,54px)!important;letter-spacing:-.05em!important}
  .ebuc-choice-grid,.ebuc-feature-grid,.ebuc-card-grid,.ebuc-search,.ebuc-professionals-app .ebuc-search{grid-template-columns:1fr!important}
  .ebuc-choice-card{min-height:200px;padding:24px}
  .ebuc-static-logo-panel{min-height:220px}
  .ebuc-static-logo-panel img{width:min(260px,86%)}
  .eband-stage-mode .ebuc-app:before{left:14px;right:auto}
}


/* v0.4.7 hard visual lock: no decorative background circles/orbits on the unified shell. */
body.ebuc-standalone-page,
body.ebuc-standalone-page .ebmu-app.ebuc-app,
body.ebuc-standalone-page .ebuc-app{
  background:#05070d!important;
  background-image:linear-gradient(135deg,#080b12 0%,#0b101a 58%,#06080f 100%)!important;
}
body.ebuc-standalone-page .ebuc-app::before,
body.ebuc-standalone-page .ebuc-app::after,
body.ebuc-standalone-page .ebuc-main::before,
body.ebuc-standalone-page .ebuc-main::after,
body.ebuc-standalone-page .ebuc-gateway-hero::before,
body.ebuc-standalone-page .ebuc-gateway-hero::after,
body.ebuc-standalone-page .ebuc-static-logo-panel::before,
body.ebuc-standalone-page .ebuc-static-logo-panel::after,
body.ebuc-standalone-page .ebuc-page-hero::before,
body.ebuc-standalone-page .ebuc-page-hero::after{
  content:none!important;
  display:none!important;
}
body.ebuc-standalone-page [class*="orbit"],
body.ebuc-standalone-page [class*="laser"],
body.ebuc-standalone-page [class*="track-glow"],
body.ebuc-standalone-page .ebuc-logo-ambient,
body.ebuc-standalone-page .ebuc-logo-aura,
body.ebuc-standalone-page .ebuc-logo-gleam{
  display:none!important;
  visibility:hidden!important;
  opacity:0!important;
  animation:none!important;
}
.ebuc-home-note .ebuc-section-head{
  max-width:860px;
}
.ebuc-home-note p{
  margin:10px 0 0;
  color:#a7afbf;
  font-size:17px;
  line-height:1.6;
}

/* v0.4.9 production homepage: live card backgrounds, clean routing, no play overlay */
.ebuc-home-v10{
  --v10-purple:#b33cff;
  --v10-purple-2:#ec4cff;
  --v10-gold:#e1a72e;
  --v10-gold-2:#ffd66e;
  --v10-bg:#05070d;
  --v10-card:#090d15;
  background:
    radial-gradient(circle at 20% 18%, rgba(178,57,255,.16), transparent 34%),
    radial-gradient(circle at 82% 20%, rgba(225,167,46,.12), transparent 34%),
    linear-gradient(135deg,#04060b 0%,#080d17 54%,#04060b 100%)!important;
}
.ebuc-v10-main{padding-top:26px!important}
.ebuc-home-v10 .ebuc-header-wrap{padding-top:24px!important}
.ebuc-home-v10 .ebuc-native-header{
  border-color:rgba(255,255,255,.13)!important;
  background:linear-gradient(180deg,rgba(16,20,31,.92),rgba(7,10,18,.86))!important;
  box-shadow:0 18px 70px rgba(0,0,0,.42),0 0 42px rgba(179,60,255,.10)!important;
  backdrop-filter:blur(18px);
}
.ebuc-v10-hero{padding:22px 0 0!important}
.ebuc-v10-heading{text-align:center;max-width:1160px;margin:0 auto 30px;padding:0 18px}
.ebuc-v10-kicker{display:inline-flex;align-items:center;justify-content:center;gap:13px;color:#c06cff;font-size:13px;font-weight:1000;letter-spacing:.20em;text-transform:uppercase;margin-bottom:12px}
.ebuc-v10-kicker i{display:block;width:7px;height:7px;border-radius:999px;background:linear-gradient(135deg,var(--v10-purple),var(--v10-gold));box-shadow:0 0 18px rgba(255,210,100,.65)}
.ebuc-v10-kicker span:last-child{color:var(--v10-gold-2)}
.ebuc-v10-heading h1{margin:0!important;color:#fff!important;font-size:clamp(40px,4.4vw,72px)!important;line-height:1.03!important;letter-spacing:-.065em!important;font-weight:950!important;text-wrap:balance;text-shadow:0 14px 54px rgba(0,0,0,.55)}
.ebuc-v10-heading h1 em{font-style:normal}.ebuc-v10-heading h1 .is-purple{color:var(--v10-purple)}.ebuc-v10-heading h1 .is-gold{color:var(--v10-gold)}
.ebuc-v10-heading p{margin:16px auto 0!important;max-width:880px;color:#cdd4e4;font-size:18px;line-height:1.55;font-weight:600}
.ebuc-v10-split{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:stretch;margin-top:20px}
.ebuc-v10-card{position:relative;display:flex;flex-direction:column;min-height:505px;overflow:hidden;border-radius:28px;padding:30px 30px 24px;color:#fff!important;background:#05070d;border:1px solid rgba(255,255,255,.13);box-shadow:0 28px 90px rgba(0,0,0,.55),inset 0 0 0 1px rgba(255,255,255,.04);isolation:isolate;transform:translateZ(0);transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}
.ebuc-v10-card:hover{transform:translateY(-4px)}
.ebuc-v10-card-community{border-color:rgba(179,60,255,.72);box-shadow:0 28px 90px rgba(0,0,0,.55),0 0 56px rgba(179,60,255,.18),inset 0 0 0 1px rgba(255,255,255,.05)}
.ebuc-v10-card-marketplace{border-color:rgba(225,167,46,.72);box-shadow:0 28px 90px rgba(0,0,0,.55),0 0 56px rgba(225,167,46,.16),inset 0 0 0 1px rgba(255,255,255,.05)}
.ebuc-v10-card:before{content:"";position:absolute;inset:20px;border-radius:22px;border:1px solid rgba(255,255,255,.12);z-index:2;pointer-events:none}.ebuc-v10-card-community:before{border-color:rgba(199,89,255,.52)}.ebuc-v10-card-marketplace:before{border-color:rgba(255,210,99,.52)}
.ebuc-v10-card:after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(2,4,10,.26) 0%,rgba(2,4,10,.48) 41%,rgba(2,4,10,.86) 100%),radial-gradient(circle at 50% 42%,transparent 0%,rgba(0,0,0,.08) 38%,rgba(0,0,0,.62) 100%);pointer-events:none}
.ebuc-v10-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;filter:saturate(1.12) contrast(1.05)}
.ebuc-v10-card-glow{position:absolute;inset:auto auto 18% 50%;width:310px;height:310px;border-radius:999px;transform:translateX(-50%);z-index:1;filter:blur(46px);opacity:.30;pointer-events:none}.ebuc-v10-card-community .ebuc-v10-card-glow{background:var(--v10-purple)}.ebuc-v10-card-marketplace .ebuc-v10-card-glow{background:var(--v10-gold)}
.ebuc-v10-pill{position:relative;z-index:3;align-self:flex-start;border:1px solid rgba(255,255,255,.16);border-radius:999px;padding:9px 17px;font-size:13px;font-weight:1000;text-transform:uppercase;letter-spacing:.07em;color:#fff;background:rgba(5,7,13,.58);backdrop-filter:blur(12px)}
.ebuc-v10-card-community .ebuc-v10-pill{border-color:rgba(210,100,255,.5);background:rgba(137,34,222,.28)}.ebuc-v10-card-marketplace .ebuc-v10-pill{border-color:rgba(255,213,105,.55);background:rgba(225,167,46,.22);color:#ffe7a4}
.ebuc-v10-play{position:absolute;z-index:3;top:36%;left:50%;width:74px;height:74px;margin:-37px 0 0 -37px;border-radius:999px;display:grid;place-items:center;border:2px solid currentColor;background:rgba(5,7,13,.42);backdrop-filter:blur(10px);font-size:27px;text-indent:4px;box-shadow:0 0 26px rgba(0,0,0,.40)}.ebuc-v10-card-community .ebuc-v10-play{color:#d76bff}.ebuc-v10-card-marketplace .ebuc-v10-play{color:#ffd66e}
.ebuc-v10-card-copy{position:relative;z-index:3;margin:auto auto 18px;text-align:center;max-width:620px;padding:116px 18px 0}.ebuc-v10-question{display:block;margin-bottom:7px;font-size:17px;font-weight:900}.ebuc-v10-card-community .ebuc-v10-question{color:#d98bff}.ebuc-v10-card-marketplace .ebuc-v10-question{color:#f6c95f}
.ebuc-v10-card-copy h2{margin:0 0 10px!important;color:#fff!important;font-size:clamp(34px,3vw,50px)!important;letter-spacing:-.055em!important;line-height:1!important;font-weight:950!important}.ebuc-v10-card-copy p{max-width:560px;margin:0 auto!important;color:#e2e7f4!important;font-size:17px;line-height:1.52;font-weight:600}
.ebuc-v10-button{display:inline-flex;align-items:center;justify-content:center;gap:18px;margin-top:23px;min-height:58px;padding:0 30px;border-radius:15px;font-weight:1000;font-size:16px;box-shadow:0 18px 50px rgba(0,0,0,.32)}.ebuc-v10-card-community .ebuc-v10-button{background:linear-gradient(135deg,var(--v10-purple),var(--v10-purple-2));color:#fff}.ebuc-v10-card-marketplace .ebuc-v10-button{background:linear-gradient(135deg,var(--v10-gold),var(--v10-gold-2));color:#15100b}.ebuc-v10-button b{font-size:22px;line-height:1}
.ebuc-v10-mini-nav{position:relative;z-index:3;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:0;overflow:hidden;border:1px solid rgba(255,255,255,.10);border-radius:16px;background:rgba(6,9,16,.66);backdrop-filter:blur(16px);box-shadow:inset 0 0 0 1px rgba(255,255,255,.03)}.ebuc-v10-mini-nav span{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;min-height:82px;color:#fff;font-size:13px;font-weight:850;text-align:center;border-right:1px solid rgba(255,255,255,.10)}.ebuc-v10-mini-nav span:last-child{border-right:0}.ebuc-v10-mini-nav b{font-size:24px;line-height:1}.ebuc-v10-card-community .ebuc-v10-mini-nav b{color:#cf63ff}.ebuc-v10-card-marketplace .ebuc-v10-mini-nav b{color:#ffd66e}
.ebuc-v10-or{position:absolute;z-index:7;left:50%;top:47%;transform:translate(-50%,-50%);width:82px;height:82px;border-radius:999px;display:grid;place-items:center;color:#fff;font-size:30px;font-weight:950;background:linear-gradient(180deg,rgba(10,14,24,.92),rgba(5,7,13,.98));border:1px solid rgba(255,255,255,.14);box-shadow:0 0 0 1px rgba(179,60,255,.32),0 0 0 2px rgba(225,167,46,.28),0 0 42px rgba(179,60,255,.25),0 0 48px rgba(225,167,46,.20)}
.ebuc-v10-trust{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin-top:30px!important;border:1px solid rgba(255,255,255,.12);border-radius:20px;background:linear-gradient(180deg,rgba(255,255,255,.060),rgba(255,255,255,.028));box-shadow:0 20px 70px rgba(0,0,0,.38);overflow:hidden}.ebuc-v10-trust div{padding:24px 26px;border-right:1px solid rgba(255,255,255,.09)}.ebuc-v10-trust div:last-child{border-right:0}.ebuc-v10-trust strong{display:block;color:#fff;font-size:17px;font-weight:950;margin-bottom:7px}.ebuc-v10-trust span{display:block;color:#aeb7ca;font-size:14px;line-height:1.45;font-weight:650}
.ebuc-v10-entry{margin-top:34px!important}.ebuc-v10-entry-head{text-align:center;max-width:900px;margin:0 auto 18px}.ebuc-v10-entry-head span{display:inline-flex;color:#f2d79e;font-weight:1000;text-transform:uppercase;letter-spacing:.12em;font-size:12px}.ebuc-v10-entry-head h2{margin:10px 0 0!important;color:#fff!important;font-size:clamp(26px,2.7vw,42px)!important;line-height:1.08!important;letter-spacing:-.045em!important}.ebuc-v10-entry-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.ebuc-v10-entry-grid a{display:block;border:1px solid rgba(255,255,255,.11);border-radius:20px;padding:24px;background:linear-gradient(180deg,rgba(255,255,255,.065),rgba(255,255,255,.030));box-shadow:0 16px 55px rgba(0,0,0,.30);color:#fff!important}.ebuc-v10-entry-grid small{display:block;color:#f1c86b;font-size:12px;text-transform:uppercase;letter-spacing:.09em;font-weight:1000;margin-bottom:10px}.ebuc-v10-entry-grid strong{display:block;font-size:20px;line-height:1.15;margin-bottom:9px}.ebuc-v10-entry-grid p{margin:0!important;color:#aeb7ca;line-height:1.55;font-size:15px;font-weight:650}
@media(max-width:1180px){.ebuc-v10-split{gap:24px}.ebuc-v10-or{display:none}.ebuc-v10-card{min-height:485px}.ebuc-v10-trust{grid-template-columns:repeat(2,1fr)}.ebuc-v10-trust div:nth-child(2){border-right:0}.ebuc-v10-trust div:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.09)}}
@media(max-width:860px){.ebuc-v10-main{padding-top:18px!important}.ebuc-home-v10 .ebuc-header-wrap{padding-top:12px!important}.ebuc-v10-heading h1{font-size:clamp(34px,9vw,52px)!important}.ebuc-v10-heading p{font-size:16px}.ebuc-v10-split{grid-template-columns:1fr;gap:18px}.ebuc-v10-card{min-height:520px;border-radius:24px;padding:24px 20px 20px}.ebuc-v10-card:before{inset:14px;border-radius:18px}.ebuc-v10-card-copy{padding-top:104px}.ebuc-v10-mini-nav{grid-template-columns:repeat(5,1fr)}.ebuc-v10-mini-nav span{min-height:72px;font-size:11px}.ebuc-v10-mini-nav b{font-size:20px}.ebuc-v10-trust,.ebuc-v10-entry-grid{grid-template-columns:1fr}.ebuc-v10-trust div{border-right:0!important;border-bottom:1px solid rgba(255,255,255,.09)}.ebuc-v10-trust div:last-child{border-bottom:0}.ebuc-v10-kicker{font-size:11px;letter-spacing:.13em;gap:8px}}
@media(max-width:520px){.ebuc-v10-hero{padding-top:10px!important}.ebuc-v10-heading{text-align:left;padding:0 14px}.ebuc-v10-card-copy h2{font-size:34px!important}.ebuc-v10-button{width:100%;padding:0 18px}.ebuc-v10-mini-nav{grid-template-columns:repeat(2,1fr)}.ebuc-v10-mini-nav span{border-right:1px solid rgba(255,255,255,.10);border-bottom:1px solid rgba(255,255,255,.10)}.ebuc-v10-mini-nav span:nth-child(even){border-right:0}.ebuc-v10-mini-nav span:nth-last-child(-n+1){grid-column:1/-1}.ebuc-v10-play{top:30%;width:66px;height:66px;margin:-33px 0 0 -33px}.ebuc-v10-card-copy{padding-top:92px}}


/* v0.4.9 production fixes */
.ebuc-home-v10 .ebuc-v10-kicker,
.ebuc-home-v10 .ebuc-v10-pill,
.ebuc-home-v10 .ebuc-v10-entry-head span,
.ebuc-home-v10 .ebuc-v10-entry-grid small{
  text-transform:none!important;
}
.ebuc-home-v10 .ebuc-v10-play,
.ebuc-home-v10 .ebuc-v10-card .ebuc-v10-play,
.ebuc-home-v10 .ebuc-v10-card [class*="play"]{
  display:none!important;
  visibility:hidden!important;
  opacity:0!important;
  pointer-events:none!important;
}
.ebuc-home-v10 .ebuc-v10-card{
  cursor:pointer!important;
  text-decoration:none!important;
}
.ebuc-home-v10 .ebuc-v10-video{
  display:block!important;
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  z-index:0!important;
  pointer-events:none!important;
  opacity:1!important;
}
.ebuc-home-v10 .ebuc-v10-card-copy{
  padding-top:52px!important;
  transform:translateY(8px);
}
.ebuc-home-v10 .ebuc-v10-card:after{
  background:
    linear-gradient(180deg,rgba(2,4,10,.34) 0%,rgba(2,4,10,.46) 34%,rgba(2,4,10,.89) 100%),
    radial-gradient(circle at 50% 44%,rgba(0,0,0,.04) 0%,rgba(0,0,0,.18) 44%,rgba(0,0,0,.68) 100%)!important;
}
.ebuc-home-v10 .ebuc-v10-pill{
  letter-spacing:.045em!important;
}
.ebuc-home-v10 .ebuc-v10-mini-nav span{
  pointer-events:none!important;
}
.ebuc-home-v10 .ebuc-v10-button{
  position:relative!important;
  z-index:5!important;
}
@media(max-width:860px){
  .ebuc-home-v10 .ebuc-v10-card-copy{padding-top:40px!important;}
}
@media(max-width:520px){
  .ebuc-home-v10 .ebuc-v10-card-copy{padding-top:30px!important;}
}


/* v0.5.2 Premium typography + refined logo weight */
:root{
  --ebuc-font-body:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  --ebuc-font-display:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
}

html body.ebuc-standalone-page,
body.ebuc-standalone-page .ebuc-app,
body.ebuc-standalone-page .ebuc-app *{
  font-family:var(--ebuc-font-body)!important;
  -webkit-font-smoothing:antialiased!important;
  -moz-osx-font-smoothing:grayscale!important;
  text-rendering:geometricPrecision!important;
}

body.ebuc-standalone-page .emu-brand-title,
body.ebuc-standalone-page .emu-brand-title-main,
body.ebuc-standalone-page .emu-brand-title-accent,
body.ebuc-standalone-page .emu-footer-brand-title,
body.ebuc-standalone-page .emu-footer-brand-title-main,
body.ebuc-standalone-page .emu-footer-brand-title-accent{
  font-family:var(--ebuc-font-display)!important;
  font-weight:700!important;
  letter-spacing:-.045em!important;
  line-height:.95!important;
}

body.ebuc-standalone-page .emu-brand-title-accent,
body.ebuc-standalone-page .emu-footer-brand-title-accent{
  font-weight:650!important;
}

body.ebuc-standalone-page .emu-brand-lockup small,
body.ebuc-standalone-page .emu-footer-brand-text small{
  font-family:var(--ebuc-font-body)!important;
  font-weight:500!important;
  letter-spacing:-.01em!important;
  opacity:.86!important;
}

body.ebuc-standalone-page h1,
body.ebuc-standalone-page h2,
body.ebuc-standalone-page h3,
body.ebuc-standalone-page .ebuc-v10-heading h1,
body.ebuc-standalone-page .ebuc-page-hero h1,
body.ebuc-standalone-page .ebuc-hero-copy h1,
body.ebuc-standalone-page .ebuc-v10-card h2,
body.ebuc-standalone-page .ebuc-v10-card h3,
body.ebuc-standalone-page .emu-card h2,
body.ebuc-standalone-page .emu-card h3,
body.ebuc-standalone-page .ebuc-section-title{
  font-family:var(--ebuc-font-display)!important;
  font-weight:750!important;
  letter-spacing:-.052em!important;
}

body.ebuc-standalone-page .ebuc-v10-heading h1,
body.ebuc-standalone-page .ebuc-hero-copy h1,
body.ebuc-standalone-page .ebuc-page-hero h1{
  font-weight:800!important;
  letter-spacing:-.064em!important;
}

body.ebuc-standalone-page p,
body.ebuc-standalone-page .ebuc-card-copy,
body.ebuc-standalone-page .ebuc-v10-heading p,
body.ebuc-standalone-page .ebuc-v10-card p,
body.ebuc-standalone-page .ebuc-page-hero p,
body.ebuc-standalone-page .emu-card p,
body.ebuc-standalone-page .emu-profile-card p{
  font-weight:400!important;
  letter-spacing:-.012em!important;
  line-height:1.62!important;
}

body.ebuc-standalone-page .emu-main-nav a,
body.ebuc-standalone-page .emu-footer-col a,
body.ebuc-standalone-page .ebuc-v10-kicker,
body.ebuc-standalone-page .ebuc-eyebrow{
  font-family:var(--ebuc-font-body)!important;
  font-weight:650!important;
  letter-spacing:-.018em!important;
}

body.ebuc-standalone-page .emu-btn,
body.ebuc-standalone-page button,
body.ebuc-standalone-page .ebuc-v10-btn,
body.ebuc-standalone-page .ebuc-card-cta{
  font-family:var(--ebuc-font-display)!important;
  font-weight:700!important;
  letter-spacing:-.025em!important;
}

body.ebuc-standalone-page .ebuc-footer .emu-footer-col h3{
  font-family:var(--ebuc-font-display)!important;
  font-weight:700!important;
  letter-spacing:.025em!important;
}

body.ebuc-standalone-page .emu-brand,
body.ebuc-standalone-page .emu-footer-logo-lockup{
  letter-spacing:normal!important;
}

/* v0.5.5 - community first separation, profile pages and better media */
body.ebuc-standalone-page .ebuc-profile-card{min-height:100%;}
body.ebuc-standalone-page .ebuc-profile-media{height:260px;background:radial-gradient(circle at 50% 20%,rgba(191,47,255,.13),transparent 36%),#070b12;}
body.ebuc-standalone-page .ebuc-profile-media img{width:100%;height:100%;object-fit:cover;object-position:center center;transform:translateZ(0);}
body.ebuc-standalone-page .ebuc-musician-card .ebuc-profile-media img{object-position:center 34%;}
body.ebuc-standalone-page .ebuc-single-profile-card{display:grid;grid-template-columns:minmax(320px,42%) 1fr;gap:0;overflow:hidden;border:1px solid var(--ebuc-line);border-radius:28px;background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.035));box-shadow:0 24px 74px rgba(0,0,0,.42);}
body.ebuc-standalone-page .ebuc-single-profile-card.professional{border-color:rgba(217,154,37,.42);box-shadow:0 26px 80px rgba(217,154,37,.10),0 24px 74px rgba(0,0,0,.42);}
body.ebuc-standalone-page .ebuc-single-profile-card.community{border-color:rgba(191,47,255,.38);box-shadow:0 26px 80px rgba(191,47,255,.10),0 24px 74px rgba(0,0,0,.42);}
body.ebuc-standalone-page .ebuc-single-media{min-height:460px;display:grid;place-items:center;background:#070b12;overflow:hidden;}
body.ebuc-standalone-page .ebuc-single-media img{width:100%;height:100%;object-fit:cover;object-position:center center;display:block;}
body.ebuc-standalone-page .ebuc-single-content{padding:38px;display:flex;flex-direction:column;justify-content:center;min-width:0;}
body.ebuc-standalone-page .ebuc-single-content h2{margin:18px 0 14px;color:#fff;font-size:clamp(34px,4vw,58px);line-height:.98;letter-spacing:-.055em;font-weight:780;}
body.ebuc-standalone-page .ebuc-single-content p{color:#c4cbd9;font-size:18px;line-height:1.65;margin:0 0 24px;max-width:820px;}
@media(max-width:820px){body.ebuc-standalone-page .ebuc-single-profile-card{grid-template-columns:1fr;}body.ebuc-standalone-page .ebuc-single-media{min-height:320px;}body.ebuc-standalone-page .ebuc-single-content{padding:24px;}body.ebuc-standalone-page .ebuc-profile-media{height:230px;}}


/* v0.5.6 production fixes */
.ebuc-profile-media{height:236px;background:#080b12;overflow:hidden;display:block}
.ebuc-profile-media img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transform:translateZ(0)}
.ebuc-single-profile-card{align-items:stretch}
.ebuc-single-media{min-height:360px;background:#070911;overflow:hidden}
.ebuc-single-media img{width:100%;height:100%;min-height:360px;max-height:620px;object-fit:cover;object-position:center;display:block}
.ebuc-videos-section .ebv-marketplace-shell,.ebuc-videos-section .ebv-page{background:transparent!important;color:inherit!important}
.ebuc-news-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,520px);gap:28px;align-items:end;padding-top:38px;padding-bottom:26px}
.ebuc-news-hero h1{max-width:760px;font-size:clamp(42px,6vw,86px);line-height:.92;letter-spacing:-.07em;margin:.18em 0;color:#fff}
.ebuc-news-hero p{color:#bfc4d6;font-size:18px;max-width:680px}.ebuc-news-lead,.ebuc-news-card,.ebuc-news-mini-card{display:block;text-decoration:none;color:#fff;background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.035));border:1px solid rgba(255,255,255,.12);border-radius:22px;overflow:hidden;box-shadow:0 18px 55px rgba(0,0,0,.28)}
.ebuc-news-lead img{width:100%;height:280px;object-fit:cover;display:block}.ebuc-news-lead span,.ebuc-news-card span,.ebuc-news-mini-card span{display:block;color:#f4c34e;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.05em;margin:16px 18px 8px}.ebuc-news-lead strong{display:block;font-size:28px;line-height:1.05;margin:0 18px 20px}.ebuc-news-feature-strip{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;margin-bottom:22px}.ebuc-news-mini-card img{width:100%;height:120px;object-fit:cover}.ebuc-news-mini-card strong{display:block;font-size:14px;line-height:1.18;margin:0 14px 16px}.ebuc-news-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.ebuc-news-card img{width:100%;height:180px;object-fit:cover}.ebuc-news-card strong{display:block;font-size:18px;line-height:1.18;margin:0 16px 10px}.ebuc-news-card em{display:block;color:#aeb4c7;font-style:normal;font-size:12px;margin:0 16px 16px}.ebuc-video-grid .ebuc-video-card h3{min-height:unset}@media(max-width:980px){.ebuc-news-hero{grid-template-columns:1fr}.ebuc-news-feature-strip,.ebuc-news-grid{grid-template-columns:1fr 1fr}}@media(max-width:640px){.ebuc-news-feature-strip,.ebuc-news-grid{grid-template-columns:1fr}.ebuc-profile-media{height:210px}}


/* v0.5.7 Videos page + profile media cleanup */
body.ebuc-standalone-page .ebv-unified-videos-page{padding-top:0;background:radial-gradient(circle at 18% 0%,rgba(191,47,255,.22),transparent 25%),linear-gradient(180deg,#120018 0%,#25002d 44%,#120018 100%);}
body.ebuc-standalone-page .ebv-unified-videos-page .ebv-hero{padding-top:clamp(54px,7vw,96px);}
body.ebuc-standalone-page .ebv-unified-videos-page .ebv-container{width:min(1440px,calc(100% - 64px));}
body.ebuc-standalone-page .ebv-unified-videos-page h1{text-transform:none!important;}
body.ebuc-standalone-page .ebv-unified-videos-page .ebv-category-card-root{text-decoration:none!important;}
body.ebuc-standalone-page .ebv-unified-videos-page .ebv-card a{text-decoration:none!important;}
body.ebuc-standalone-page .ebuc-profile-media{height:260px;background:radial-gradient(circle at 50% 20%,rgba(191,47,255,.13),transparent 36%),#070b12;}
body.ebuc-standalone-page .ebuc-profile-media img{filter:saturate(1.03) contrast(1.02);}
body.ebuc-standalone-page .ebuc-musician-card .ebuc-profile-media img{object-position:center 30%;}
body.ebuc-standalone-page .ebuc-professional-card .ebuc-profile-media img{object-position:center 35%;}
body.ebuc-standalone-page .ebuc-avatar.big{min-height:260px;width:100%;height:100%;display:grid;place-items:center;background:radial-gradient(circle at 35% 15%,rgba(191,47,255,.28),transparent 34%),linear-gradient(145deg,#151b29,#080b12);font-size:42px;color:#fff;font-weight:900;letter-spacing:-.06em;}
@media(max-width:760px){body.ebuc-standalone-page .ebv-unified-videos-page .ebv-container{width:calc(100% - 28px);}body.ebuc-standalone-page .ebuc-profile-media{height:220px;}}


/* v0.5.8 videos: proper playable cards + restored section images + player frame */
.ebuc-video-player-section{padding-top:24px!important}
.ebuc-video-back{display:inline-flex!important;margin:0 0 18px!important;color:#ffd166!important;text-decoration:none!important;font-weight:900!important}
.ebuc-video-player-card{border:1px solid rgba(255,255,255,.14);border-radius:28px;background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.035));box-shadow:0 24px 70px rgba(0,0,0,.35);overflow:hidden}
.ebuc-video-player-frame{position:relative;aspect-ratio:16/9;background:#05030a}
.ebuc-video-player-frame iframe,.ebuc-video-player-frame video{position:absolute;inset:0;width:100%;height:100%;border:0;display:block;background:#000}
.ebuc-video-player-missing{min-height:260px;display:grid;place-items:center;color:#fff;font-weight:900;padding:30px;text-align:center}
.ebuc-video-player-copy{padding:22px 24px 26px}
.ebuc-video-player-copy h2{margin:8px 0 8px!important;color:#fff!important;font-size:clamp(28px,3.2vw,48px)!important;line-height:.98!important;letter-spacing:-.055em!important;font-weight:900!important}
.ebuc-video-player-copy p{margin:0!important;color:rgba(255,255,255,.76)!important;max-width:880px!important;font-size:16px!important;line-height:1.6!important}
.ebuc-video-grid .ebv-thumb,.ebv-video-grid .ebv-thumb{position:relative;display:block;overflow:hidden;background:#080611;text-decoration:none!important}
.ebuc-video-grid .ebv-thumb:after,.ebv-video-grid .ebv-thumb:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 50%,rgba(245,178,26,.18),transparent 32%),linear-gradient(180deg,transparent 45%,rgba(0,0,0,.64));opacity:.78;transition:.22s ease;pointer-events:none}
.ebuc-video-grid .ebv-card:hover .ebv-thumb:after,.ebv-video-grid .ebv-card:hover .ebv-thumb:after{opacity:.98}
.ebuc-video-grid .ebv-play-label,.ebv-video-grid .ebv-play-label{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:3;display:inline-flex;align-items:center;justify-content:center;min-width:58px;height:58px;border-radius:999px;background:linear-gradient(135deg,#ffd166,#f5a400);box-shadow:0 12px 34px rgba(245,178,26,.32);font-size:0;color:#130912;font-weight:1000;pointer-events:none}
.ebuc-video-grid .ebv-play-label:before,.ebv-video-grid .ebv-play-label:before{content:"▶";font-size:22px;margin-left:4px;line-height:1}
.ebv-root-category-grid .ebv-category-card-root .ebv-category-image img{filter:saturate(1.06) contrast(1.04)!important}
.ebv-root-category-grid .ebv-category-card-root:nth-child(1) .ebv-category-image img,.ebv-root-category-grid .ebv-category-card-root:nth-child(2) .ebv-category-image img{object-position:center center!important}
@media(max-width:760px){.ebuc-video-player-copy{padding:18px}.ebuc-video-player-copy h2{font-size:28px!important}.ebuc-video-grid .ebv-play-label,.ebv-video-grid .ebv-play-label{width:52px;height:52px;min-width:52px}}


/* v0.5.9 magic email login */
.ebuc-auth-card{max-width:760px;margin:0 auto;padding:28px;border-radius:24px;background:linear-gradient(180deg,rgba(255,255,255,.065),rgba(255,255,255,.025));border:1px solid rgba(255,255,255,.12);box-shadow:0 22px 70px rgba(0,0,0,.34)}
.ebuc-auth-card form{display:grid;gap:18px}.ebuc-auth-card label{display:grid;gap:8px;color:#f5f0ff}.ebuc-auth-card input[type=email]{min-height:54px;border-radius:15px;border:1px solid rgba(255,255,255,.14);background:rgba(5,7,13,.72);color:#fff;padding:0 16px;font:inherit;box-shadow:inset 0 1px 0 rgba(255,255,255,.05)}
.ebuc-success{margin:0 0 18px;padding:14px 16px;border-radius:15px;background:rgba(40,220,142,.12);border:1px solid rgba(40,220,142,.28);color:#bfffe2;font-weight:800}.ebuc-muted{color:#aeb6c8;font-size:14px;line-height:1.55}.ebuc-dashboard-profile{display:flex;align-items:center;gap:18px;margin-bottom:20px}.ebuc-dashboard-profile img{width:96px;height:96px;border-radius:22px;object-fit:cover;border:1px solid rgba(255,255,255,.14)}.ebuc-dashboard-profile h2{margin:0;color:#fff}.ebuc-dashboard-profile p{margin:6px 0 0;color:#aeb6c8}.ebuc-dashboard-actions{display:flex;gap:12px;flex-wrap:wrap;margin:18px 0}.emu-secondary{border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.06);color:#fff}


/* v0.6.1 profile polish + organized profile pages */
body.ebuc-standalone-page .ebuc-profile-hero{
  margin-top:28px!important;
  display:grid;
  grid-template-columns:minmax(340px,44%) 1fr;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.14);
  border-radius:32px;
  background:linear-gradient(135deg,rgba(24,15,40,.84),rgba(13,18,28,.96) 48%,rgba(10,12,18,.96));
  box-shadow:0 28px 86px rgba(0,0,0,.46), inset 0 0 0 1px rgba(255,255,255,.03);
}
body.ebuc-standalone-page .ebuc-profile-hero.community{border-color:rgba(191,47,255,.36);box-shadow:0 28px 86px rgba(0,0,0,.46),0 22px 80px rgba(191,47,255,.10)}
body.ebuc-standalone-page .ebuc-profile-hero.professional{border-color:rgba(217,154,37,.42);box-shadow:0 28px 86px rgba(0,0,0,.46),0 22px 80px rgba(217,154,37,.10)}
body.ebuc-standalone-page .ebuc-profile-hero-media{min-height:440px;background:#070911;overflow:hidden;display:grid;place-items:center}
body.ebuc-standalone-page .ebuc-profile-hero-media img{width:100%;height:100%;min-height:440px;object-fit:cover;object-position:center 34%;display:block;filter:saturate(1.04) contrast(1.03)}
body.ebuc-standalone-page .ebuc-profile-hero-copy{padding:clamp(30px,4vw,64px);display:flex;flex-direction:column;justify-content:center;min-width:0}
body.ebuc-standalone-page .ebuc-profile-hero-copy h1{margin:18px 0 16px!important;color:#fff!important;font-size:clamp(48px,6vw,92px)!important;line-height:.92!important;letter-spacing:-.07em!important;font-weight:760!important}
body.ebuc-standalone-page .ebuc-profile-hero-copy p{max-width:820px;color:#c6ccda;font-size:18px;line-height:1.68;margin:0!important}
body.ebuc-standalone-page .ebuc-profile-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
body.ebuc-standalone-page .ebuc-profile-layout{display:grid;grid-template-columns:minmax(260px,340px) 1fr;gap:22px;margin-top:22px!important}
body.ebuc-standalone-page .ebuc-profile-side-card,
body.ebuc-standalone-page .ebuc-profile-main-card{border:1px solid rgba(255,255,255,.13);border-radius:26px;background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.036));box-shadow:0 18px 58px rgba(0,0,0,.30);padding:28px;color:#fff}
body.ebuc-standalone-page .ebuc-profile-side-card h2,
body.ebuc-standalone-page .ebuc-profile-main-card h2{margin:0 0 18px!important;color:#fff!important;font-size:24px!important;line-height:1.1!important;letter-spacing:-.04em!important;font-weight:760!important}
body.ebuc-standalone-page .ebuc-profile-side-card dl{display:grid;gap:14px;margin:0}
body.ebuc-standalone-page .ebuc-profile-side-card div{border-top:1px solid rgba(255,255,255,.10);padding-top:14px}
body.ebuc-standalone-page .ebuc-profile-side-card div:first-child{border-top:0;padding-top:0}
body.ebuc-standalone-page .ebuc-profile-side-card dt{font-size:12px;color:#f1c86b;font-weight:850;letter-spacing:.035em;margin:0 0 5px}
body.ebuc-standalone-page .ebuc-profile-side-card dd{margin:0;color:#e9edf7;font-weight:650;line-height:1.4}
body.ebuc-standalone-page .ebuc-profile-main-card{display:grid;gap:28px}
body.ebuc-standalone-page .ebuc-profile-main-card p{font-size:18px;line-height:1.75;color:#c9d0dd;margin:0;max-width:980px}
body.ebuc-standalone-page .ebuc-tags span,body.ebuc-standalone-page .ebuc-tags a{text-transform:none!important}
body.ebuc-standalone-page .ebuc-profile-card .ebuc-tags span:first-child,body.ebuc-standalone-page .ebuc-profile-card .ebuc-tags a:first-child{background:rgba(191,47,255,.10);border-color:rgba(191,47,255,.24);color:#f0e6ff!important}
@media(max-width:900px){body.ebuc-standalone-page .ebuc-profile-hero,body.ebuc-standalone-page .ebuc-profile-layout{grid-template-columns:1fr}body.ebuc-standalone-page .ebuc-profile-hero-media{min-height:320px}body.ebuc-standalone-page .ebuc-profile-hero-media img{min-height:320px}body.ebuc-standalone-page .ebuc-profile-hero-copy{padding:28px}body.ebuc-standalone-page .ebuc-profile-hero-copy h1{font-size:clamp(42px,12vw,62px)!important}}

body.ebuc-standalone-page .ebuc-tags a:hover{border-color:rgba(217,154,37,.45)!important;color:#ffe7a3!important;background:rgba(217,154,37,.12)!important;transform:translateY(-1px)}
body.ebuc-standalone-page .ebuc-tags a.is-location{border-color:rgba(255,255,255,.16)!important;background:rgba(255,255,255,.08)!important}
body.ebuc-standalone-page .ebuc-profile-side-card dd .ebuc-tags{margin-top:2px}

/* v0.6.3 marketplace dedicated header + gold skin */
body.ebuc-standalone-page .ebuc-marketplace-skin{
  background:#05070d!important;
  background-image:
    radial-gradient(circle at 12% 0%,rgba(83,19,118,.42),transparent 33%),
    radial-gradient(circle at 84% 0%,rgba(236,172,44,.22),transparent 34%),
    linear-gradient(135deg,#070910 0%,#0b1019 58%,#07080d 100%)!important;
}
body.ebuc-standalone-page .ebuc-marketplace-native-header{
  border-color:rgba(230,174,62,.58)!important;
  background:linear-gradient(180deg,rgba(18,15,21,.94),rgba(8,10,16,.92))!important;
  box-shadow:0 22px 70px rgba(0,0,0,.62),0 0 42px rgba(230,174,62,.12)!important;
}
body.ebuc-standalone-page .ebuc-marketplace-brand{
  flex:0 0 260px!important;
  width:260px!important;
  min-width:220px!important;
  max-width:260px!important;
  padding:0!important;
}
body.ebuc-standalone-page .ebuc-marketplace-logo-full{
  width:238px!important;
  max-width:100%!important;
  height:auto!important;
  max-height:54px!important;
  object-fit:contain!important;
  display:block!important;
  filter:drop-shadow(0 10px 24px rgba(232,175,55,.12))!important;
}
body.ebuc-standalone-page .ebuc-marketplace-skin .emu-main-nav a.is-active,
body.ebuc-standalone-page .ebuc-marketplace-native-header .emu-main-nav a.is-active{
  color:#f7c861!important;
  border-bottom-color:#f7c861!important;
}
body.ebuc-standalone-page .ebuc-marketplace-skin .emu-vendor-cta,
body.ebuc-standalone-page .ebuc-marketplace-skin .ebuc-search button,
body.ebuc-standalone-page .ebuc-marketplace-skin .emu-primary{
  background:linear-gradient(135deg,#d99a25,#f4cf72)!important;
  color:#130f09!important;
  box-shadow:0 16px 44px rgba(217,154,37,.26)!important;
}
body.ebuc-standalone-page .ebuc-marketplace-skin .ebuc-page-hero{
  border-color:rgba(230,174,62,.42)!important;
  background:
    radial-gradient(circle at 84% 20%,rgba(232,174,55,.18),transparent 32%),
    linear-gradient(135deg,rgba(24,18,16,.94),rgba(10,13,22,.96) 58%,rgba(12,10,12,.94))!important;
}
body.ebuc-standalone-page .ebuc-marketplace-skin .ebuc-eyebrow{
  color:#ffe4a5!important;
  border-color:rgba(230,174,62,.50)!important;
  background:rgba(217,154,37,.11)!important;
}
body.ebuc-standalone-page .ebuc-marketplace-skin .ebuc-profile-card,
body.ebuc-standalone-page .ebuc-marketplace-skin .ebuc-empty-card{
  border-color:rgba(230,174,62,.22)!important;
}
body.ebuc-standalone-page .ebuc-marketplace-skin .ebuc-profile-content h3,
body.ebuc-standalone-page .ebuc-marketplace-skin .ebuc-page-hero h1{
  color:#fff!important;
}
body.ebuc-standalone-page .ebuc-marketplace-skin .ebuc-tags span,
body.ebuc-standalone-page .ebuc-marketplace-skin .ebuc-tags a{
  border-color:rgba(230,174,62,.25)!important;
  color:#f5d892!important;
  background:rgba(217,154,37,.08)!important;
}
@media(max-width:980px){
  body.ebuc-standalone-page .ebuc-marketplace-brand{flex:1 1 220px!important;width:220px!important;min-width:190px!important;max-width:240px!important;}
  body.ebuc-standalone-page .ebuc-marketplace-logo-full{width:220px!important;}
}
@media(max-width:560px){
  body.ebuc-standalone-page .ebuc-marketplace-brand{flex:1 1 190px!important;width:190px!important;min-width:170px!important;max-width:210px!important;}
  body.ebuc-standalone-page .ebuc-marketplace-logo-full{width:190px!important;max-height:48px!important;}
}

/* v0.6.4 larger marketplace logo + roomier gold header */
body.ebuc-standalone-page .ebuc-marketplace-native-header{min-height:82px!important;padding-top:12px!important;padding-bottom:12px!important;}
body.ebuc-standalone-page .ebuc-marketplace-brand{flex:0 0 360px!important;width:360px!important;min-width:300px!important;max-width:380px!important;}
body.ebuc-standalone-page .ebuc-marketplace-logo-full{width:330px!important;max-height:72px!important;}
body.ebuc-standalone-page .ebuc-marketplace-native-header .emu-main-nav{gap:22px!important;}
@media(max-width:1180px){body.ebuc-standalone-page .ebuc-marketplace-brand{flex:0 0 300px!important;width:300px!important;min-width:260px!important;}body.ebuc-standalone-page .ebuc-marketplace-logo-full{width:280px!important;max-height:64px!important;}}
@media(max-width:760px){body.ebuc-standalone-page .ebuc-marketplace-brand{flex:1 1 230px!important;width:230px!important;min-width:210px!important;}body.ebuc-standalone-page .ebuc-marketplace-logo-full{width:225px!important;max-height:56px!important;}}

/* v0.7.3 unified profiles: relationships, service request, image quality */
.ebuc-login-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;align-items:start}
.ebuc-form-block{border:1px solid rgba(255,255,255,.10);border-radius:18px;padding:18px;background:rgba(255,255,255,.025);margin:12px 0 16px}
.ebuc-form-block h3{margin:0 0 8px;color:#fff;font-size:18px}
.ebuc-member-row{display:grid;grid-template-columns:1.2fr 1fr .9fr;gap:10px;margin:8px 0}
.ebuc-check-label{display:flex!important;gap:10px;align-items:center;font-weight:700;color:#fff}
.ebuc-check-label input{width:auto!important;min-height:auto!important}
.ebuc-profile-hero-media{position:relative}
.ebuc-image-quality-dot{position:absolute;right:18px;top:18px;width:18px;height:18px;border-radius:999px;border:2px solid rgba(255,255,255,.88);box-shadow:0 0 0 4px rgba(0,0,0,.35),0 0 22px rgba(245,188,65,.45);z-index:5}
.ebuc-image-quality-dot.is-low{background:#f4c542}
.ebuc-image-quality-dot.is-missing{background:#ff4d6d}
.ebuc-relationship-section,.ebuc-profile-services{margin-top:30px}
.ebuc-relationship-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:14px}
.ebuc-relationship-chip{position:relative;border:1px solid rgba(255,255,255,.11);border-radius:20px;padding:16px 16px 14px;background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.028));display:flex;flex-direction:column;gap:10px;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease;box-shadow:0 14px 34px rgba(0,0,0,.18),inset 0 1px 0 rgba(255,255,255,.04)}
.ebuc-relationship-chip strong,.ebuc-relationship-chip a{color:#fff;font-weight:900;text-decoration:none}
.ebuc-relationship-title-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.ebuc-relationship-name{display:block;color:#fff;font-size:24px;line-height:1.08;font-weight:900;letter-spacing:-.02em}.ebuc-relationship-linkhint{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.10);color:#d9e2ff;font-size:12px;font-weight:800;white-space:nowrap}.ebuc-relationship-linkhint::after{content:"↗";font-size:12px;opacity:.85}.ebuc-relationship-role-badges{display:flex;flex-wrap:wrap;gap:8px;margin-top:0}
.ebuc-role-badge{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:6px 12px;border-radius:999px;background:linear-gradient(180deg,rgba(214,95,255,.22),rgba(115,76,255,.18));border:1px solid rgba(212,134,255,.34);color:#f6edff;font-size:12px;font-weight:900;line-height:1;letter-spacing:.01em;box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 6px 18px rgba(136,56,255,.14)}
.ebuc-service-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:12px}
.ebuc-service-card{border:1px solid rgba(220,37,234,.26);border-radius:18px;padding:16px;background:radial-gradient(circle at 0 0,rgba(220,37,234,.12),transparent 42%),rgba(255,255,255,.035)}
.ebuc-service-card strong{display:block;color:#fff;font-size:18px;margin-bottom:6px}
.ebuc-service-card em{display:inline-block;font-style:normal;color:#f5d892;background:rgba(217,154,37,.10);border:1px solid rgba(217,154,37,.28);border-radius:999px;padding:4px 9px;font-size:12px;font-weight:800;margin-bottom:8px}
.ebuc-service-card p{margin:8px 0;color:#c5ccdc}
.ebuc-service-card span{display:inline-block;margin-top:6px;color:#fff;font-weight:900}
.ebuc-error{border:1px solid rgba(255,77,109,.36);background:rgba(255,77,109,.10);color:#ffdbe3;border-radius:14px;padding:10px 12px;margin:0 0 12px;font-weight:800}
 .ebuc-relationship-chip:hover,.ebuc-relationship-chip:focus-visible{transform:translateY(-2px);border-color:rgba(217,92,255,.42);background:linear-gradient(180deg,rgba(255,255,255,.072),rgba(255,255,255,.036));box-shadow:0 18px 40px rgba(0,0,0,.22),0 0 0 1px rgba(217,92,255,.10) inset,0 12px 28px rgba(140,45,255,.16)}
.ebuc-relationship-chip.is-linked{cursor:pointer}
.ebuc-relationship-chip.is-linked:hover .ebuc-relationship-linkhint,.ebuc-relationship-chip.is-linked:focus-visible .ebuc-relationship-linkhint{background:rgba(255,255,255,.10);border-color:rgba(255,255,255,.18);color:#fff}
@media(max-width:980px){.ebuc-relationship-name{font-size:21px}}
@media(max-width:820px){.ebuc-login-grid,.ebuc-relationship-grid,.ebuc-service-list{grid-template-columns:1fr}.ebuc-member-row{grid-template-columns:1fr}.ebuc-relationship-title-row{align-items:flex-start;flex-direction:column}.ebuc-relationship-linkhint{padding:5px 9px}}


/* v0.7.6 platform messages */
.ebuc-inbox-cta{white-space:nowrap}
.ebuc-messages-layout{display:grid;grid-template-columns:360px minmax(0,1fr);gap:20px;align-items:start}
.ebuc-messages-sidebar,.ebuc-conversation-card,.ebuc-compose-card{border:1px solid rgba(255,255,255,.10);border-radius:24px;background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.024));box-shadow:0 18px 42px rgba(0,0,0,.18);padding:18px}
.ebuc-messages-sidebar-head,.ebuc-compose-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:14px;flex-wrap:wrap}
.ebuc-compose-head h2,.ebuc-messages-sidebar-head h2{margin:0;color:#fff}.ebuc-compose-head p{width:100%;margin:0;color:#bac2d4}.ebuc-thread-list{display:flex;flex-direction:column;gap:10px}.ebuc-thread-card{display:block;padding:14px 14px 12px;border:1px solid rgba(255,255,255,.08);border-radius:18px;background:rgba(255,255,255,.03);text-decoration:none;transition:.18s ease;color:#d7deee}.ebuc-thread-card strong{color:#fff;font-size:16px}.ebuc-thread-card p{margin:8px 0 0;color:#aeb8cd;font-size:13px;line-height:1.45}.ebuc-thread-card.is-active,.ebuc-thread-card:hover{border-color:rgba(217,92,255,.40);background:rgba(255,255,255,.06);transform:translateY(-1px)}.ebuc-thread-top{display:flex;align-items:center;justify-content:space-between;gap:10px}.ebuc-thread-subtitle{display:block;margin-top:4px;color:#cfaeff;font-size:12px;font-weight:800}.ebuc-thread-unread{display:inline-flex;min-width:24px;height:24px;padding:0 7px;border-radius:999px;align-items:center;justify-content:center;background:linear-gradient(180deg,#ff40d6,#b341ff);color:#fff;font-size:12px;font-weight:900}.ebuc-message-stream{display:flex;flex-direction:column;gap:12px;max-height:620px;overflow:auto;padding-right:6px;margin:8px 0 16px}.ebuc-message-bubble{max-width:78%;padding:14px 16px;border-radius:20px;border:1px solid rgba(255,255,255,.08);box-shadow:0 12px 28px rgba(0,0,0,.16)}.ebuc-message-bubble.mine{margin-left:auto;background:linear-gradient(180deg,rgba(218,71,255,.20),rgba(128,85,255,.18));border-color:rgba(214,109,255,.30)}.ebuc-message-bubble.theirs{margin-right:auto;background:rgba(255,255,255,.05)}.ebuc-message-body{color:#fff;line-height:1.6;font-size:15px}.ebuc-message-bubble time{display:block;margin-top:7px;color:#b5bfd6;font-size:11px;font-weight:700}.ebuc-message-form textarea{width:100%;min-height:120px;border-radius:18px;border:1px solid rgba(255,255,255,.12);background:rgba(5,8,20,.72);color:#fff;padding:14px 16px;resize:vertical;outline:none}.ebuc-message-form textarea:focus{border-color:rgba(217,92,255,.44);box-shadow:0 0 0 3px rgba(217,92,255,.10)}.ebuc-message-form-actions{display:flex;justify-content:flex-end;margin-top:12px}.ebuc-empty-card.small{padding:14px 16px;border-radius:18px}.ebuc-empty-card.small p{margin:0}.ebuc-profile-actions .emu-btn{white-space:nowrap}
@media(max-width:980px){.ebuc-messages-layout{grid-template-columns:1fr}.ebuc-message-bubble{max-width:100%}}


/* v0.7.7 admin owner view */
.ebuc-admin-owner-notice{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:0 0 18px;padding:14px 16px;border-radius:18px;border:1px solid rgba(245,188,65,.35);background:linear-gradient(180deg,rgba(245,188,65,.16),rgba(245,188,65,.07));box-shadow:0 14px 34px rgba(0,0,0,.16)}
.ebuc-admin-owner-notice strong{color:#fff;font-weight:900}
.ebuc-admin-owner-notice span{color:#f5dfaa;font-weight:800;font-size:13px}
.ebuc-owner-view-btn{border-color:rgba(245,188,65,.35)!important;color:#ffe9ad!important}
@media(max-width:760px){.ebuc-admin-owner-notice{align-items:flex-start;flex-direction:column}}

/* u79 unified profile studio */
.ebuc-profile-studio{max-width:1180px;padding:26px}
.ebuc-studio-hero{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(300px,.95fr);gap:18px;margin-bottom:24px}
.ebuc-studio-hero-main,.ebuc-studio-hero-stats,.ebuc-studio-card,.ebuc-studio-submit-bar{border:1px solid rgba(255,255,255,.10);background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.02));box-shadow:0 18px 50px rgba(0,0,0,.22)}
.ebuc-studio-hero-main{display:flex;gap:18px;align-items:stretch;padding:18px;border-radius:24px}
.ebuc-studio-hero-media{width:148px;min-width:148px;display:flex;flex-direction:column;gap:12px;align-items:center}
.ebuc-studio-hero-media img,.ebuc-studio-hero-media .ebuc-avatar{width:148px;height:148px;border-radius:28px;object-fit:cover;border:1px solid rgba(255,255,255,.14);background:rgba(9,11,20,.88)}
.ebuc-studio-quality-badge{display:inline-flex;align-items:center;justify-content:center;padding:8px 12px;border-radius:999px;font-size:12px;font-weight:800;text-align:center;line-height:1.3}
.ebuc-studio-quality-badge.is-good{background:rgba(41,213,125,.14);color:#bfffd8;border:1px solid rgba(41,213,125,.25)}
.ebuc-studio-quality-badge.is-low{background:rgba(255,183,77,.14);color:#ffe3ab;border:1px solid rgba(255,183,77,.28)}
.ebuc-studio-quality-badge.is-missing{background:rgba(255,93,122,.14);color:#ffc5d0;border:1px solid rgba(255,93,122,.28)}
.ebuc-studio-hero-copy{flex:1;display:flex;flex-direction:column;justify-content:center}
.ebuc-studio-hero-copy h2{margin:6px 0 10px;font-size:clamp(30px,4vw,52px);line-height:.98;color:#fff}
.ebuc-studio-tags{margin-top:4px}
.ebuc-studio-hero-stats{padding:18px;border-radius:24px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.ebuc-studio-stat-card{padding:14px;border-radius:18px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;gap:6px;min-height:94px}
.ebuc-studio-stat-card strong{color:#fff;font-size:18px;line-height:1.2}
.ebuc-studio-stat-card span{color:#aeb6c8;font-size:13px;line-height:1.35}
.ebuc-profile-studio-form{display:block;margin-top:8px}
.ebuc-studio-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.ebuc-studio-card{padding:20px;border-radius:24px}
.ebuc-studio-card-span-2{grid-column:1/-1}
.ebuc-studio-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px}
.ebuc-studio-card-head h3{margin:4px 0 0;color:#fff;font-size:24px;line-height:1.1}
.ebuc-studio-card-head p{max-width:420px;margin:0;color:#aeb6c8;font-size:14px;line-height:1.55}
.ebuc-studio-fields{display:grid;gap:16px}
.ebuc-studio-fields-2{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}
.ebuc-studio-fields-3{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start}
.ebuc-studio-field-span-2{grid-column:span 2}
.ebuc-studio-field-span-3{grid-column:1/-1}
.ebuc-studio-inline-hint{display:flex;flex-direction:column;justify-content:center;gap:4px;padding:14px 16px;border-radius:18px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.03);color:#dce2f0}
.ebuc-studio-inline-hint strong{color:#fff}
.ebuc-studio-inline-hint span{font-weight:800;color:#ffc7f5}
.ebuc-studio-inline-hint small{color:#aeb6c8;line-height:1.4}
.ebuc-studio-preview-tags{display:grid;gap:10px}.ebuc-studio-preview-tags>span{font-weight:800;color:#fff;font-size:13px}
.ebuc-studio-marketplace-card{position:relative;overflow:hidden}.ebuc-studio-marketplace-card:before{content:'';position:absolute;inset:auto -60px -60px auto;width:200px;height:200px;border-radius:999px;background:radial-gradient(circle,rgba(255,0,214,.16),rgba(255,0,214,0));pointer-events:none}
.ebuc-studio-marketplace-toggle{display:grid;gap:8px;margin-bottom:16px;padding:14px 16px;border-radius:18px;background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.10)}
.ebuc-studio-preview-card{position:relative;overflow:hidden}.ebuc-studio-preview-card:after{content:'';position:absolute;inset:-30% auto auto 70%;width:220px;height:220px;background:radial-gradient(circle,rgba(245,188,65,.14),rgba(245,188,65,0));pointer-events:none}
.ebuc-studio-preview-shell{display:grid;gap:14px;padding:18px;border-radius:22px;background:linear-gradient(180deg,rgba(4,8,18,.8),rgba(16,20,36,.68));border:1px solid rgba(255,255,255,.08)}
.ebuc-studio-preview-top{display:flex;align-items:flex-end;justify-content:space-between;gap:10px;flex-wrap:wrap}.ebuc-studio-preview-top strong{color:#fff;font-size:22px}.ebuc-studio-preview-top span{color:#cfb3ff;font-weight:800}
.ebuc-studio-checklist{margin:0;padding-left:18px;display:grid;gap:8px;color:#dbe1ee}.ebuc-studio-checklist li{line-height:1.45}
.ebuc-studio-submit-bar{margin-top:18px;border-radius:22px;padding:16px 18px;display:flex;align-items:center;justify-content:space-between;gap:16px;position:sticky;bottom:18px;backdrop-filter:blur(14px);background:linear-gradient(180deg,rgba(11,14,24,.92),rgba(21,25,41,.86))}
.ebuc-studio-submit-bar strong{display:block;color:#fff;font-size:18px;margin-bottom:4px}.ebuc-studio-submit-bar span{color:#aeb6c8;font-size:14px}
.ebuc-profile-studio input[type=text],.ebuc-profile-studio input[type=email],.ebuc-profile-studio input:not([type]),.ebuc-profile-studio select,.ebuc-profile-studio textarea{min-height:54px;border-radius:16px;border:1px solid rgba(255,255,255,.12);background:rgba(6,8,15,.78);color:#fff;padding:0 16px;font:inherit;box-shadow:inset 0 1px 0 rgba(255,255,255,.05)}
.ebuc-profile-studio textarea{padding:14px 16px;min-height:132px}
.ebuc-profile-studio input::placeholder,.ebuc-profile-studio textarea::placeholder{color:#8f98aa}
@media(max-width:1080px){.ebuc-studio-hero{grid-template-columns:1fr}.ebuc-studio-grid,.ebuc-studio-fields-2,.ebuc-studio-fields-3{grid-template-columns:1fr}.ebuc-studio-field-span-2,.ebuc-studio-field-span-3,.ebuc-studio-card-span-2{grid-column:auto}.ebuc-studio-submit-bar{position:static}}
@media(max-width:760px){.ebuc-profile-studio{padding:20px}.ebuc-studio-hero-main{flex-direction:column}.ebuc-studio-hero-media{width:100%;min-width:0;align-items:flex-start}.ebuc-studio-hero-media img,.ebuc-studio-hero-media .ebuc-avatar{width:120px;height:120px;border-radius:24px}.ebuc-studio-hero-stats{grid-template-columns:1fr}.ebuc-studio-card-head,.ebuc-studio-submit-bar{flex-direction:column;align-items:flex-start}.ebuc-studio-card-head p{max-width:none;width:100%}}

/* u80 band entity profile mode */
.ebuc-band-profile-hero{position:relative;overflow:hidden;border-color:rgba(245,188,65,.26)!important;background:linear-gradient(135deg,rgba(17,20,32,.96),rgba(6,9,18,.98) 55%,rgba(55,32,12,.88))!important}
.ebuc-band-profile-hero:before{content:'';position:absolute;inset:-30% -10% auto auto;width:520px;height:520px;border-radius:999px;background:radial-gradient(circle,rgba(245,188,65,.18),rgba(217,92,255,.08),rgba(0,0,0,0) 68%);pointer-events:none}
.ebuc-band-profile-hero .ebuc-profile-hero-copy{position:relative;z-index:1}
.ebuc-entity-kicker{display:inline-flex;align-items:center;gap:10px;margin:0 0 14px;padding:8px 12px;border-radius:999px;border:1px solid rgba(245,188,65,.34);background:rgba(245,188,65,.09);color:#ffe8ad;font-weight:900;letter-spacing:.01em}.ebuc-entity-kicker span{font-size:12px;text-transform:uppercase;color:#ffdc88}.ebuc-entity-kicker strong{font-size:13px;color:#fff}
.ebuc-band-hero-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:18px;max-width:780px}.ebuc-band-hero-stats span{display:flex;flex-direction:column;gap:4px;padding:12px 14px;border:1px solid rgba(255,255,255,.12);border-radius:18px;background:rgba(255,255,255,.045);box-shadow:inset 0 1px 0 rgba(255,255,255,.05)}.ebuc-band-hero-stats strong{color:#fff;font-size:18px;line-height:1.15}.ebuc-band-hero-stats em{font-style:normal;color:#b9c1d4;font-size:12px;font-weight:800}
.ebuc-band-side-card{border-color:rgba(245,188,65,.20)!important;background:linear-gradient(180deg,rgba(245,188,65,.06),rgba(255,255,255,.025))!important}.ebuc-section-label{display:inline-flex;margin:0 0 10px;padding:6px 10px;border-radius:999px;background:rgba(245,188,65,.10);border:1px solid rgba(245,188,65,.28);color:#ffe6a3;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.04em}.ebuc-band-intro-section h2,.ebuc-band-sound-section h2{color:#fff}.ebuc-band-sound-section{border-top:1px solid rgba(255,255,255,.08);padding-top:18px}
.ebuc-band-studio{border-color:rgba(245,188,65,.22)!important}.ebuc-band-studio .ebuc-studio-hero-main{background:linear-gradient(135deg,rgba(245,188,65,.08),rgba(255,255,255,.035) 44%,rgba(217,92,255,.04));border-color:rgba(245,188,65,.18)}.ebuc-band-studio .ebuc-studio-hero-copy h2:before{content:'♪ ';color:#f5bc41}.ebuc-band-members-card{border-color:rgba(245,188,65,.22)!important;background:linear-gradient(180deg,rgba(245,188,65,.055),rgba(255,255,255,.025))!important}.ebuc-band-members-card .ebuc-member-row input:first-child{font-weight:900}.ebuc-band-studio .ebuc-studio-marketplace-card{border-color:rgba(245,188,65,.18)}
@media(max-width:980px){.ebuc-band-hero-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){.ebuc-band-hero-stats{grid-template-columns:1fr}.ebuc-entity-kicker{align-items:flex-start;flex-direction:column;gap:3px}}

/* u81 premium responsive profile/dashboard refresh */
.ebuc-owner-dashboard-section,
.ebuc-owner-dashboard-section .ebuc-community-dashboard-card{width:100%}
.ebuc-community-dashboard-card{max-width:min(1460px,100%)!important;padding:clamp(18px,2.3vw,34px)!important;border-radius:32px!important;background:
radial-gradient(circle at top left,rgba(126,49,255,.16),rgba(126,49,255,0) 28%),
radial-gradient(circle at top right,rgba(245,188,65,.12),rgba(245,188,65,0) 26%),
linear-gradient(180deg,rgba(22,28,45,.92),rgba(10,14,25,.94) 54%,rgba(7,10,18,.98))!important;
border:1px solid rgba(255,255,255,.10)!important;box-shadow:0 34px 100px rgba(0,0,0,.42)!important;overflow:hidden}
.ebuc-profile-studio{position:relative}
.ebuc-profile-studio:before{content:'';position:absolute;inset:-25% auto auto -10%;width:440px;height:440px;border-radius:50%;background:radial-gradient(circle,rgba(130,68,255,.18),rgba(130,68,255,0) 70%);pointer-events:none;filter:blur(10px)}
.ebuc-profile-studio:after{content:'';position:absolute;inset:auto -12% -18% auto;width:380px;height:380px;border-radius:50%;background:radial-gradient(circle,rgba(245,188,65,.12),rgba(245,188,65,0) 70%);pointer-events:none}
.ebuc-owner-dashboard-section .ebuc-admin-owner-notice{margin:0 0 24px;border-radius:22px;padding:16px 18px;background:linear-gradient(180deg,rgba(245,188,65,.18),rgba(245,188,65,.07));backdrop-filter:blur(12px)}
.ebuc-studio-hero{position:relative;z-index:1;grid-template-columns:minmax(0,1.45fr) minmax(360px,.95fr);gap:22px;margin-bottom:24px}
.ebuc-studio-hero-main,.ebuc-studio-hero-stats,.ebuc-studio-card,.ebuc-studio-submit-bar{backdrop-filter:blur(18px)}
.ebuc-studio-hero-main{position:relative;overflow:hidden;padding:24px;border-radius:30px;background:linear-gradient(135deg,rgba(255,255,255,.08),rgba(255,255,255,.03) 44%,rgba(255,255,255,.015))}
.ebuc-studio-hero-main:before{content:'';position:absolute;inset:auto auto -70px -60px;width:240px;height:240px;border-radius:50%;background:radial-gradient(circle,rgba(131,57,255,.22),rgba(131,57,255,0) 70%);pointer-events:none}
.ebuc-studio-hero-copy{position:relative;z-index:1}
.ebuc-studio-hero-copy h2{font-size:clamp(34px,5vw,64px)!important;line-height:.92!important;letter-spacing:-.065em}
.ebuc-studio-hero-copy .ebuc-muted{max-width:760px;font-size:17px;line-height:1.65}
.ebuc-studio-hero-media{gap:14px}
.ebuc-studio-hero-media img,.ebuc-studio-hero-media .ebuc-avatar{width:156px;height:156px;border-radius:30px;box-shadow:0 20px 44px rgba(0,0,0,.28)}
.ebuc-studio-quality-badge{padding:10px 14px;font-size:12px;letter-spacing:.01em;box-shadow:inset 0 1px 0 rgba(255,255,255,.06)}
.ebuc-owner-dashboard-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:20px}
.ebuc-owner-dashboard-actions .emu-btn{min-height:48px;padding:0 18px;border-radius:14px}
.ebuc-studio-hero-stats{padding:20px;border-radius:30px;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.025))}
.ebuc-studio-stat-card{min-height:118px;padding:18px;border-radius:22px;background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.025));border:1px solid rgba(255,255,255,.1)}
.ebuc-studio-stat-card strong{font-size:22px;letter-spacing:-.03em;word-break:break-word}
.ebuc-studio-stat-card span{font-size:13px;color:#c8d0dd}
.ebuc-studio-grid{position:relative;z-index:1;grid-template-columns:repeat(12,minmax(0,1fr));gap:20px;align-items:start}
.ebuc-studio-card{padding:24px;border-radius:28px;background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.022));border:1px solid rgba(255,255,255,.1);box-shadow:0 18px 56px rgba(0,0,0,.22)}
.ebuc-studio-card-head{margin-bottom:18px;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.08)}
.ebuc-studio-card-head h3{font-size:28px;letter-spacing:-.04em}
.ebuc-studio-card-head p{max-width:520px;font-size:14px;line-height:1.65}
.ebuc-card-identity{grid-column:1 / span 7}
.ebuc-card-music{grid-column:8 / -1}
.ebuc-card-members{grid-column:1 / span 7}
.ebuc-card-member-bands{grid-column:8 / -1}
.ebuc-card-marketplace{grid-column:1 / span 7}
.ebuc-card-preview{grid-column:8 / -1;align-self:stretch}
.ebuc-band-studio .ebuc-card-members{grid-column:1 / span 8}
.ebuc-band-studio .ebuc-card-member-bands{grid-column:9 / -1}
.ebuc-band-studio .ebuc-card-marketplace{grid-column:1 / span 8}
.ebuc-band-studio .ebuc-card-preview{grid-column:9 / -1}
.ebuc-studio-fields{gap:18px}
.ebuc-studio-fields-2{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 18px}
.ebuc-studio-fields-3{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px 18px}
.ebuc-profile-studio label{gap:9px}
.ebuc-profile-studio label strong{font-size:13px;text-transform:uppercase;letter-spacing:.05em;color:#dfe6f6}
.ebuc-profile-studio input[type=text],.ebuc-profile-studio input[type=email],.ebuc-profile-studio input:not([type]),.ebuc-profile-studio select,.ebuc-profile-studio textarea{border-radius:18px!important;border:1px solid rgba(255,255,255,.12)!important;background:linear-gradient(180deg,rgba(6,9,18,.92),rgba(17,22,34,.88))!important;padding:0 16px!important;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}
.ebuc-profile-studio textarea{padding:16px!important;min-height:156px!important;resize:vertical}
.ebuc-profile-studio input:focus,.ebuc-profile-studio select:focus,.ebuc-profile-studio textarea:focus{outline:none;border-color:rgba(172,118,255,.55)!important;box-shadow:0 0 0 4px rgba(141,40,255,.14),0 14px 34px rgba(0,0,0,.18);transform:translateY(-1px)}
.ebuc-form-block{padding:16px 16px 8px;border-radius:22px;background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.015));border:1px solid rgba(255,255,255,.08)}
.ebuc-member-row{align-items:center;gap:12px;margin:0 0 10px;padding:10px;border-radius:18px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06)}
.ebuc-member-row input{min-height:50px!important}
.ebuc-studio-inline-hint{border-radius:22px;background:linear-gradient(180deg,rgba(120,54,255,.12),rgba(255,255,255,.03));border-color:rgba(148,98,255,.22)}
.ebuc-studio-preview-tags{padding:14px 16px;border-radius:18px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08)}
.ebuc-studio-marketplace-toggle{padding:16px 18px;border-radius:22px}
.ebuc-studio-preview-card{background:linear-gradient(180deg,rgba(19,25,42,.92),rgba(11,15,27,.96))}
.ebuc-studio-preview-shell{height:100%;padding:22px;border-radius:24px;background:linear-gradient(180deg,rgba(4,8,18,.88),rgba(18,24,41,.8));border:1px solid rgba(255,255,255,.07)}
.ebuc-studio-preview-top strong{font-size:28px;letter-spacing:-.045em}
.ebuc-studio-checklist{padding-left:20px;gap:10px}
.ebuc-studio-submit-bar{margin-top:22px;padding:18px 20px;border-radius:26px;border:1px solid rgba(255,255,255,.12);background:linear-gradient(180deg,rgba(15,19,32,.95),rgba(22,27,44,.9));box-shadow:0 18px 48px rgba(0,0,0,.3)}
.ebuc-studio-submit-bar .emu-btn{min-height:52px;padding:0 22px;border-radius:16px}

/* public profile full-width premium polish */
body.ebuc-standalone-page .ebuc-profile-hero,
body.ebuc-standalone-page .ebuc-profile-layout{width:min(1380px,calc(100% - 42px))!important}
body.ebuc-standalone-page .ebuc-profile-hero{border-radius:34px!important;overflow:hidden}
body.ebuc-standalone-page .ebuc-profile-main-card,
body.ebuc-standalone-page .ebuc-profile-side-card{border-radius:28px!important}
body.ebuc-standalone-page .ebuc-profile-main-card section{padding-bottom:24px;border-bottom:1px solid rgba(255,255,255,.08)}
body.ebuc-standalone-page .ebuc-profile-main-card section:last-child{padding-bottom:0;border-bottom:0}
body.ebuc-standalone-page .ebuc-profile-hero-copy p{max-width:900px}
body.ebuc-standalone-page .ebuc-profile-actions .emu-btn{min-height:48px;padding:0 18px;border-radius:14px}

@media(max-width:1280px){
  .ebuc-studio-grid{grid-template-columns:repeat(6,minmax(0,1fr))}
  .ebuc-card-identity,.ebuc-card-music,.ebuc-card-members,.ebuc-card-member-bands,.ebuc-card-marketplace,.ebuc-card-preview,
  .ebuc-band-studio .ebuc-card-members,.ebuc-band-studio .ebuc-card-member-bands,.ebuc-band-studio .ebuc-card-marketplace,.ebuc-band-studio .ebuc-card-preview{grid-column:span 3}
  .ebuc-card-marketplace,.ebuc-card-preview,.ebuc-band-studio .ebuc-card-marketplace,.ebuc-band-studio .ebuc-card-preview{grid-column:1 / -1}
}
@media(max-width:1080px){
  .ebuc-community-dashboard-card{padding:18px!important;border-radius:26px!important}
  .ebuc-studio-hero{grid-template-columns:1fr!important}
  .ebuc-studio-grid{grid-template-columns:1fr 1fr!important}
  .ebuc-card-identity,.ebuc-card-music,.ebuc-card-members,.ebuc-card-member-bands,.ebuc-card-marketplace,.ebuc-card-preview,
  .ebuc-band-studio .ebuc-card-members,.ebuc-band-studio .ebuc-card-member-bands,.ebuc-band-studio .ebuc-card-marketplace,.ebuc-band-studio .ebuc-card-preview{grid-column:auto}
  .ebuc-studio-submit-bar{position:static}
}
@media(max-width:820px){
  .ebuc-owner-dashboard-section .ebuc-admin-owner-notice{align-items:flex-start;flex-direction:column}
  .ebuc-studio-grid,.ebuc-studio-fields-2,.ebuc-studio-fields-3{grid-template-columns:1fr!important}
  .ebuc-studio-field-span-2,.ebuc-studio-field-span-3,.ebuc-studio-card-span-2{grid-column:auto!important}
  .ebuc-profile-studio{padding:18px!important}
  .ebuc-studio-hero-main{padding:20px;flex-direction:column}
  .ebuc-studio-hero-media{width:100%;min-width:0;align-items:flex-start}
  .ebuc-studio-hero-media img,.ebuc-studio-hero-media .ebuc-avatar{width:128px;height:128px;border-radius:24px}
  .ebuc-studio-hero-stats{grid-template-columns:1fr!important}
  .ebuc-studio-card,.ebuc-studio-preview-shell{padding:18px}
  .ebuc-studio-card-head,.ebuc-studio-submit-bar{flex-direction:column;align-items:flex-start}
  .ebuc-studio-card-head p{max-width:none;width:100%}
  .ebuc-member-row{grid-template-columns:1fr!important}
  body.ebuc-standalone-page .ebuc-profile-hero,
  body.ebuc-standalone-page .ebuc-profile-layout{width:min(100% - 24px,1380px)!important}
}
@media(max-width:560px){
  .ebuc-community-dashboard-card{padding:14px!important;border-radius:22px!important}
  .ebuc-studio-hero-copy h2{font-size:clamp(30px,11vw,46px)!important}
  .ebuc-studio-card-head h3{font-size:24px}
  .ebuc-studio-submit-bar{padding:16px}
  .ebuc-owner-dashboard-actions .emu-btn,.ebuc-studio-submit-bar .emu-btn{width:100%}
  body.ebuc-standalone-page .ebuc-profile-hero-copy{padding:22px!important}
  body.ebuc-standalone-page .ebuc-profile-hero-copy h1{font-size:clamp(36px,11vw,54px)!important}
}

/* u82 luxury profile navigation + music news speed */
html{scroll-behavior:smooth}
.ebuc-studio-section-tabs{position:sticky;top:92px;z-index:30;display:flex;gap:10px;overflow-x:auto;margin:0 0 22px;padding:10px;border-radius:24px;border:1px solid rgba(255,255,255,.11);background:linear-gradient(180deg,rgba(8,12,23,.86),rgba(12,17,31,.78));box-shadow:0 18px 52px rgba(0,0,0,.28);backdrop-filter:blur(18px);scrollbar-width:none}
.ebuc-studio-section-tabs::-webkit-scrollbar{display:none}
.ebuc-studio-section-tabs a{display:inline-flex;align-items:center;gap:8px;white-space:nowrap;min-height:42px;padding:0 14px;border-radius:999px;border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.045);color:#e8ecf7;text-decoration:none;font-size:13px;font-weight:900;transition:.18s ease}
.ebuc-studio-section-tabs a span{display:grid;place-items:center;width:24px;height:24px;border-radius:999px;background:linear-gradient(135deg,rgba(217,92,255,.28),rgba(245,188,65,.20));color:#fff;font-size:11px;box-shadow:inset 0 1px 0 rgba(255,255,255,.08)}
.ebuc-studio-section-tabs a:hover,.ebuc-studio-section-tabs a:focus-visible{transform:translateY(-1px);border-color:rgba(217,92,255,.38);background:rgba(255,255,255,.075);color:#fff;outline:none}
.ebuc-studio-card[id]{scroll-margin-top:165px}
.ebuc-public-profile-nav{position:sticky;top:92px;z-index:18;display:flex;gap:10px;overflow-x:auto;margin-top:16px!important;padding:10px;border-radius:22px;border:1px solid rgba(255,255,255,.10);background:linear-gradient(180deg,rgba(8,12,23,.82),rgba(12,17,31,.70));box-shadow:0 16px 46px rgba(0,0,0,.24);backdrop-filter:blur(18px);scrollbar-width:none}
.ebuc-public-profile-nav::-webkit-scrollbar{display:none}
.ebuc-public-profile-nav a{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;min-height:40px;padding:0 14px;border-radius:999px;border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.04);color:#e6eaf6;text-decoration:none;font-weight:900;font-size:13px;transition:.18s ease}
.ebuc-public-profile-nav a:hover,.ebuc-public-profile-nav a:focus-visible{border-color:rgba(245,188,65,.34);background:rgba(245,188,65,.08);color:#fff;outline:none;transform:translateY(-1px)}
.ebuc-profile-anchor,.ebuc-profile-service-anchor,#profile-overview,#profile-identity{scroll-margin-top:155px}
body.ebuc-standalone-page .ebuc-profile-lux-layout{width:min(1440px,calc(100% - 40px))!important;grid-template-columns:minmax(280px,360px) minmax(0,1fr);gap:26px!important;align-items:start}
body.ebuc-standalone-page .ebuc-profile-main-card{position:relative;overflow:hidden;background:radial-gradient(circle at 92% 6%,rgba(217,92,255,.10),transparent 26%),linear-gradient(180deg,rgba(255,255,255,.078),rgba(255,255,255,.032))!important}
body.ebuc-standalone-page .ebuc-profile-main-card:before{content:'';position:absolute;inset:-70px -90px auto auto;width:240px;height:240px;border-radius:50%;background:radial-gradient(circle,rgba(245,188,65,.12),rgba(245,188,65,0) 70%);pointer-events:none}
body.ebuc-standalone-page .ebuc-profile-main-card>section,body.ebuc-standalone-page .ebuc-profile-service-anchor>section{position:relative;z-index:1;padding:22px;border-radius:24px;background:rgba(255,255,255,.025);border:1px solid rgba(255,255,255,.065)}
body.ebuc-standalone-page .ebuc-lux-content-section h2{font-size:clamp(26px,2.8vw,38px)!important;letter-spacing:-.045em!important}
body.ebuc-standalone-page .ebuc-profile-side-card{background:linear-gradient(180deg,rgba(255,255,255,.065),rgba(255,255,255,.025))!important;box-shadow:0 18px 58px rgba(0,0,0,.26)}
.ebuc-profile-service-anchor:empty{display:none}
.ebuc-news-app .emu-news-ticker,.ebuc-news-app .emu-news-hero,.ebuc-news-app .emu-news-section{content-visibility:auto;contain-intrinsic-size:900px}
.ebuc-news-app .emu-news-brief-card img,.ebuc-news-app .emu-news-feature-tile img,.ebuc-news-app .emu-news-mag-thumb img{content-visibility:auto;background:#111827;transform:translateZ(0)}
.ebuc-news-app .emu-news-magazine-grid,.ebuc-news-app .emu-news-feature-strip{contain:layout paint style}
.ebuc-news-app .emu-news-mag-card,.ebuc-news-app .emu-news-feature-tile{will-change:auto}
@media(max-width:1080px){.ebuc-studio-section-tabs,.ebuc-public-profile-nav{top:76px}body.ebuc-standalone-page .ebuc-profile-lux-layout{grid-template-columns:1fr!important;width:min(100% - 28px,1440px)!important}.ebuc-studio-card[id],.ebuc-profile-anchor,.ebuc-profile-service-anchor,#profile-overview,#profile-identity{scroll-margin-top:135px}}
@media(max-width:640px){.ebuc-studio-section-tabs,.ebuc-public-profile-nav{top:0;border-radius:18px;margin-left:-4px;margin-right:-4px}.ebuc-studio-section-tabs a,.ebuc-public-profile-nav a{font-size:12px;min-height:38px;padding:0 11px}.ebuc-studio-section-tabs a span{width:22px;height:22px}body.ebuc-standalone-page .ebuc-profile-lux-layout{width:min(100% - 20px,1440px)!important}.ebuc-news-app .emu-news-ticker,.ebuc-news-app .emu-news-hero,.ebuc-news-app .emu-news-section{contain-intrinsic-size:700px}}

/* u84 managed profile entities: one account, many entities */
.ebuc-entity-switcher{position:relative;z-index:2;margin:0 0 26px;padding:22px;border:1px solid rgba(255,255,255,.10);border-radius:28px;background:linear-gradient(135deg,rgba(255,255,255,.065),rgba(255,255,255,.025));box-shadow:0 18px 54px rgba(0,0,0,.24);overflow:hidden}
.ebuc-entity-switcher:before{content:'';position:absolute;inset:-120px auto auto -80px;width:260px;height:260px;border-radius:999px;background:radial-gradient(circle,rgba(207,65,255,.18),rgba(207,65,255,0) 70%);pointer-events:none}.ebuc-entity-switcher:after{content:'';position:absolute;inset:auto -90px -120px auto;width:260px;height:260px;border-radius:999px;background:radial-gradient(circle,rgba(245,188,65,.16),rgba(245,188,65,0) 70%);pointer-events:none}
.ebuc-entity-switcher-head{position:relative;z-index:1;display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:18px}.ebuc-entity-switcher-head h3{margin:4px 0 6px;color:#fff;font-size:clamp(24px,3vw,34px);letter-spacing:-.04em}.ebuc-entity-switcher-head p{margin:0;max-width:760px;color:#b8c1d6;line-height:1.6}
.ebuc-entity-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:18px}.ebuc-entity-card{display:grid;grid-template-columns:72px minmax(0,1fr);gap:14px;align-items:center;padding:15px;border:1px solid rgba(255,255,255,.10);border-radius:22px;background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.02));box-shadow:0 12px 32px rgba(0,0,0,.18)}.ebuc-entity-card.band{border-color:rgba(245,188,65,.20);background:linear-gradient(180deg,rgba(245,188,65,.08),rgba(255,255,255,.025))}.ebuc-entity-avatar{width:72px;height:72px;border-radius:20px;overflow:hidden;background:rgba(5,8,18,.75);border:1px solid rgba(255,255,255,.12);display:flex;align-items:center;justify-content:center}.ebuc-entity-avatar img{width:100%;height:100%;object-fit:cover}.ebuc-entity-avatar span{font-weight:900;color:#fff;font-size:20px}.ebuc-entity-card-copy{min-width:0}.ebuc-entity-kicker{display:block;color:#eec9ff;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.06em;margin-bottom:5px}.ebuc-entity-card-copy strong{display:block;color:#fff;font-size:18px;line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ebuc-entity-card-copy small{display:block;color:#aeb8cd;margin-top:4px}.ebuc-entity-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.ebuc-entity-actions .emu-btn{min-height:36px;padding:0 12px;border-radius:12px;font-size:13px}
.ebuc-create-band-form{position:relative;z-index:1;border:1px solid rgba(245,188,65,.20);border-radius:24px;padding:18px;background:linear-gradient(135deg,rgba(245,188,65,.10),rgba(255,255,255,.025));display:grid;gap:16px}.ebuc-create-band-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;flex-wrap:wrap}.ebuc-create-band-head strong{color:#fff;font-size:22px;letter-spacing:-.03em}.ebuc-create-band-head span{max-width:680px;color:#c3cbe0;line-height:1.55}.ebuc-create-band-fields{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.ebuc-create-band-fields label{display:flex;flex-direction:column;gap:8px}.ebuc-create-band-fields label span{color:#f1e8c6;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.05em}.ebuc-create-band-fields .wide{grid-column:1/-1}.ebuc-create-band-form textarea{min-height:100px!important}.ebuc-create-band-form .emu-btn{justify-self:start}
@media(max-width:1180px){.ebuc-entity-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ebuc-create-band-fields{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.ebuc-entity-switcher{padding:16px;border-radius:22px}.ebuc-entity-switcher-head{flex-direction:column}.ebuc-entity-grid,.ebuc-create-band-fields{grid-template-columns:1fr}.ebuc-entity-card{grid-template-columns:58px minmax(0,1fr);padding:12px}.ebuc-entity-avatar{width:58px;height:58px;border-radius:16px}.ebuc-entity-actions .emu-btn,.ebuc-create-band-form .emu-btn{width:100%;justify-content:center}}

/* u85 professional business entities */
.ebuc-entity-head-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center}
.ebuc-entity-card.business{border-color:rgba(245,188,65,.32);background:linear-gradient(180deg,rgba(245,188,65,.10),rgba(255,255,255,.025))}
.ebuc-entity-card.business .ebuc-entity-kicker{color:#ffe2a0}
.ebuc-create-business-form{margin-top:18px;border-color:rgba(245,188,65,.22);background:linear-gradient(180deg,rgba(245,188,65,.08),rgba(255,255,255,.025))}
.ebuc-business-kicker{border-color:rgba(245,188,65,.32)!important;background:rgba(245,188,65,.10)!important;color:#ffe2a0!important}
.ebuc-business-details-section{display:grid;gap:14px}
.ebuc-business-info-block{padding:16px 18px;border-radius:18px;border:1px solid rgba(255,255,255,.09);background:rgba(255,255,255,.035)}
.ebuc-business-info-block strong{display:block;margin-bottom:8px;color:#fff;font-size:13px;text-transform:uppercase;letter-spacing:.06em}
.ebuc-business-info-block p{margin:0;color:#dce3f2;line-height:1.65}
.ebuc-profile-studio select{appearance:auto}
@media(max-width:820px){.ebuc-entity-head-actions{width:100%}.ebuc-entity-head-actions .emu-btn{width:100%;justify-content:center}.ebuc-create-business-form .ebuc-create-band-fields{grid-template-columns:1fr!important}}

/* u88 full flow foundation */
.ebuc-profile-card .ebuc-profile-media{position:relative;overflow:hidden}
.ebuc-profile-card .ebuc-image-quality-dot{position:absolute;right:12px;top:12px;z-index:4;box-shadow:0 0 0 4px rgba(4,7,16,.72),0 8px 18px rgba(0,0,0,.35)}
.ebuc-profile-card .ebuc-image-quality-dot.is-low{background:#f5bc41}
.ebuc-profile-card .ebuc-image-quality-dot.is-missing{background:#ff4d6d}
.ebuc-professional-grid .ebuc-profile-card{border-color:rgba(245,188,65,.18);background:linear-gradient(180deg,rgba(245,188,65,.06),rgba(255,255,255,.025))}
.ebuc-professional-card .ebuc-card-bottom span strong{color:#ffe2a0}
.ebuc-business-details-section{grid-template-columns:repeat(2,minmax(0,1fr))}
.ebuc-business-info-block:nth-child(1),.ebuc-business-info-block:nth-child(4){grid-column:1/-1}
.ebuc-public-profile-nav a[href*="marketplace"],.ebuc-public-profile-nav a[href*="booking"]{border-color:rgba(245,188,65,.28);background:rgba(245,188,65,.08)}
.ebuc-search select,.ebuc-search input{min-height:48px}
.ebuc-search button{min-height:48px;border-radius:14px}
@media(max-width:820px){.ebuc-business-details-section{grid-template-columns:1fr}.ebuc-business-info-block:nth-child(1),.ebuc-business-info-block:nth-child(4){grid-column:auto}}


/* 0.9.4: Theme chrome safe mode. Core pages live inside the active WordPress theme. */
body.ebuc-theme-embedded{margin:0;overflow-x:hidden;}
body.ebuc-theme-embedded .ebuc-theme-main{margin:0;padding:0;background:#05070d;}
body.ebuc-theme-embedded .ebuc-app{min-height:auto;}
body.ebuc-theme-embedded .ebuc-main{padding-top:28px;}
body.ebuc-theme-embedded .ebuc-app .emu-header-wrap,
body.ebuc-theme-embedded .ebuc-app .emu-footer{display:none!important;}


/* 0.9.6: Band entity member flow */
.ebuc-band-member-manager{display:grid;gap:16px}
.ebuc-band-member-manager-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:14px 16px;border-radius:18px;border:1px solid rgba(245,188,65,.16);background:rgba(245,188,65,.06)}
.ebuc-band-member-manager-head strong{color:#fff;font-size:20px;letter-spacing:-.02em}.ebuc-band-member-manager-head span{max-width:760px;color:#bfc8dc;line-height:1.55}
.ebuc-band-member-table{display:grid;gap:10px}.ebuc-band-member-row{display:grid;grid-template-columns:1fr 1.15fr 1fr .9fr .82fr .82fr;gap:10px;align-items:end;padding:12px;border-radius:18px;border:1px solid rgba(255,255,255,.075);background:rgba(255,255,255,.03)}
.ebuc-band-member-row.is-head{align-items:center;padding:10px 12px;background:rgba(255,255,255,.055);border-color:rgba(255,255,255,.10);color:#eef3ff;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.05em}.ebuc-band-member-row label{display:flex;flex-direction:column;gap:7px}.ebuc-band-member-row label span,.ebuc-new-band-member-grid label span{color:#cfd7eb;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.05em}.ebuc-band-member-row input,.ebuc-band-member-row select,.ebuc-new-band-member-grid input,.ebuc-new-band-member-grid select{min-height:46px!important;border-radius:14px!important}.ebuc-member-status-pill,.ebuc-member-invite-link{grid-column:auto;display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:0 10px;border-radius:999px;border:1px solid rgba(255,255,255,.10);font-weight:900;font-size:12px}.ebuc-member-status-pill.is-accepted{background:rgba(53,214,139,.12);color:#b8ffd8;border-color:rgba(53,214,139,.25)}.ebuc-member-status-pill.is-invited{background:rgba(245,188,65,.12);color:#ffe2a0;border-color:rgba(245,188,65,.25)}.ebuc-member-status-pill.is-declined{background:rgba(255,77,109,.10);color:#ffc4cf;border-color:rgba(255,77,109,.22)}.ebuc-member-invite-link a{color:#fff;text-decoration:none}.ebuc-new-band-member-box{display:grid;gap:14px;padding:16px;border-radius:20px;border:1px solid rgba(217,92,255,.18);background:linear-gradient(135deg,rgba(217,92,255,.075),rgba(255,255,255,.025))}.ebuc-new-band-member-box>strong{color:#fff;font-size:18px}.ebuc-new-band-member-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.ebuc-new-band-member-grid label{display:flex;flex-direction:column;gap:7px}.ebuc-new-band-member-actions{display:flex;flex-wrap:wrap;gap:10px}.ebuc-public-member-permission{display:inline-flex;align-self:flex-start;padding:5px 9px;border-radius:999px;border:1px solid rgba(245,188,65,.20);background:rgba(245,188,65,.08);color:#ffe2a0;font-weight:900;font-size:12px}
@media(max-width:1280px){.ebuc-band-member-row{grid-template-columns:repeat(3,minmax(0,1fr))}.ebuc-band-member-row.is-head{display:none}.ebuc-new-band-member-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.ebuc-band-member-manager-head{flex-direction:column}.ebuc-band-member-row,.ebuc-new-band-member-grid{grid-template-columns:1fr}.ebuc-new-band-member-actions .emu-btn{width:100%;justify-content:center}}

/* 0.9.8: Join selector + musician band onboarding */
.ebuc-join-selector-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;align-items:stretch}
.ebuc-join-selector-grid .ebuc-signup-card{min-height:260px;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:14px}
.ebuc-join-selector-grid .ebuc-signup-card h2{margin:0;color:#fff;font-size:clamp(22px,2.4vw,30px);letter-spacing:-.035em}
.ebuc-join-selector-grid .ebuc-signup-card p{margin:0;color:#c2cbdd;line-height:1.58}
.ebuc-join-selector-grid .ebuc-signup-card.band{border-color:rgba(245,188,65,.22);background:linear-gradient(180deg,rgba(245,188,65,.08),rgba(255,255,255,.025))}
.ebuc-join-selector-grid .ebuc-signup-card.venue,.ebuc-join-selector-grid .ebuc-signup-card.request{border-color:rgba(245,188,65,.20)}
.ebuc-community-onboarding-form .ebuc-form-block{border:1px solid rgba(255,255,255,.10);border-radius:20px;padding:16px;background:rgba(255,255,255,.035);margin:12px 0}
.ebuc-community-onboarding-form .ebuc-form-block h3,.ebuc-community-onboarding-form .ebuc-form-block h4{margin:0 0 8px;color:#fff;letter-spacing:-.025em}
.ebuc-community-onboarding-form .ebuc-form-block h4{font-size:16px;margin-top:12px}
.ebuc-onboarding-choice-note{border-color:rgba(217,92,255,.22)!important;background:linear-gradient(135deg,rgba(217,92,255,.08),rgba(255,255,255,.025))!important}
.ebuc-radio-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:12px}
.ebuc-radio-card-grid label{display:grid;grid-template-columns:auto minmax(0,1fr);gap:8px 10px;align-items:flex-start;padding:14px;border-radius:18px;border:1px solid rgba(255,255,255,.10);background:rgba(4,7,16,.34);cursor:pointer;transition:.18s ease}
.ebuc-radio-card-grid label:hover{border-color:rgba(217,92,255,.28);transform:translateY(-1px)}
.ebuc-radio-card-grid input{margin-top:4px}.ebuc-radio-card-grid strong{color:#fff}.ebuc-radio-card-grid span{grid-column:2;color:#aeb8cd;line-height:1.45;font-size:13px}
.ebuc-band-flow-block{border-color:rgba(245,188,65,.20)!important;background:linear-gradient(135deg,rgba(245,188,65,.08),rgba(255,255,255,.025))!important}
.ebuc-member-row-4{grid-template-columns:1fr 1.05fr 1fr 1fr!important}.ebuc-member-status-pill.is-requested{background:rgba(99,179,237,.12);color:#c7e8ff;border-color:rgba(99,179,237,.28)}
@media(max-width:1120px){.ebuc-join-selector-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.ebuc-member-row-4{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:720px){.ebuc-join-selector-grid,.ebuc-radio-card-grid,.ebuc-member-row-4{grid-template-columns:1fr!important}.ebuc-join-selector-grid .ebuc-signup-card{min-height:auto}.ebuc-radio-card-grid label{grid-template-columns:auto 1fr}}

/* 0.9.9: Professional join wizard */
.ebuc-join-wizard-app .ebuc-join-hero{margin-bottom:28px}
.ebuc-join-wizard{position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.10);border-radius:34px;padding:26px;background:radial-gradient(circle at 8% 0,rgba(217,92,255,.16),transparent 34%),radial-gradient(circle at 100% 20%,rgba(245,188,65,.10),transparent 32%),linear-gradient(180deg,rgba(17,22,36,.88),rgba(7,10,18,.96));box-shadow:0 24px 80px rgba(0,0,0,.34)}
.ebuc-join-progress{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:22px}.ebuc-join-progress span{display:inline-flex;align-items:center;gap:9px;min-height:38px;padding:0 14px;border-radius:999px;border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.035);color:#aeb8cd;font-weight:850;font-size:13px}.ebuc-join-progress b{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:999px;background:rgba(255,255,255,.08);color:#fff}.ebuc-join-progress .is-active{color:#fff;border-color:rgba(217,92,255,.34);background:rgba(217,92,255,.12);box-shadow:0 12px 34px rgba(217,92,255,.16)}
.ebuc-join-wizard-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:22px}.ebuc-join-wizard-head h2{margin:0 0 8px;color:#fff;font-size:clamp(28px,3.5vw,46px);letter-spacing:-.055em;line-height:.98}.ebuc-join-wizard-head p{margin:0;max-width:760px;color:#c1cbe0;line-height:1.62}.ebuc-join-safe-note{min-width:250px;max-width:330px;padding:14px 16px;border-radius:20px;border:1px solid rgba(245,188,65,.22);background:rgba(245,188,65,.075)}.ebuc-join-safe-note strong{display:block;color:#ffe2a0;margin-bottom:4px}.ebuc-join-safe-note span{display:block;color:#c7d0e3;line-height:1.45;font-size:13px}
.ebuc-join-wizard-layout{display:grid;grid-template-columns:minmax(0,1.14fr) minmax(360px,.86fr);gap:18px;align-items:stretch}.ebuc-join-choice-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.ebuc-join-option{width:100%;min-height:138px;display:grid;grid-template-columns:54px minmax(0,1fr) 28px;gap:14px;align-items:center;text-align:left;border:1px solid rgba(255,255,255,.10);border-radius:24px;padding:16px;background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.022));box-shadow:0 14px 40px rgba(0,0,0,.20);color:#fff;cursor:pointer;transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease}.ebuc-join-option:hover{transform:translateY(-2px);border-color:rgba(217,92,255,.30);box-shadow:0 18px 48px rgba(0,0,0,.27)}.ebuc-join-option.is-selected{border-color:rgba(217,92,255,.72);background:linear-gradient(135deg,rgba(217,92,255,.22),rgba(255,255,255,.045));box-shadow:0 20px 60px rgba(217,92,255,.18),inset 0 0 0 1px rgba(255,255,255,.08)}.ebuc-join-option.is-band.is-selected,.ebuc-join-option.is-marketplace.is-selected,.ebuc-join-option.is-request.is-selected{border-color:rgba(245,188,65,.58);background:linear-gradient(135deg,rgba(245,188,65,.16),rgba(255,255,255,.045));box-shadow:0 20px 60px rgba(245,188,65,.12),inset 0 0 0 1px rgba(255,255,255,.08)}.ebuc-join-icon{display:inline-flex;align-items:center;justify-content:center;width:54px;height:54px;border-radius:18px;border:1px solid rgba(255,255,255,.12);background:rgba(5,8,18,.70);font-size:24px;color:#fff}.ebuc-join-option-copy{display:grid;gap:5px;min-width:0}.ebuc-join-option-copy em{font-style:normal;color:#f0c5ff;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.07em}.ebuc-join-option.is-band .ebuc-join-option-copy em,.ebuc-join-option.is-marketplace .ebuc-join-option-copy em,.ebuc-join-option.is-request .ebuc-join-option-copy em{color:#ffe2a0}.ebuc-join-option-copy strong{font-size:20px;line-height:1.08;letter-spacing:-.035em}.ebuc-join-option-copy small{color:#b8c3d8;line-height:1.42;font-size:13px}.ebuc-join-option-arrow{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:999px;background:rgba(255,255,255,.07);color:#fff;font-weight:900}
.ebuc-join-next-panel{position:relative;border:1px solid rgba(255,255,255,.10);border-radius:28px;padding:22px;background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.025));box-shadow:inset 0 1px 0 rgba(255,255,255,.08)}.ebuc-join-next-kicker{display:inline-flex;margin-bottom:14px;padding:7px 11px;border-radius:999px;border:1px solid rgba(217,92,255,.28);background:rgba(217,92,255,.10);color:#f0c5ff;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.07em}.ebuc-join-detail{display:none}.ebuc-join-detail.is-active{display:grid;gap:16px;animation:ebucJoinFade .16s ease both}.ebuc-join-detail-title{display:grid;grid-template-columns:62px minmax(0,1fr);gap:14px;align-items:center}.ebuc-join-detail-title .ebuc-join-icon{width:62px;height:62px;border-radius:20px}.ebuc-join-detail-title small{display:block;color:#aeb8cd;font-weight:900;text-transform:uppercase;letter-spacing:.06em;font-size:12px}.ebuc-join-detail-title h3{margin:2px 0 0;color:#fff;font-size:clamp(24px,2.8vw,34px);letter-spacing:-.045em;line-height:1.02}.ebuc-join-detail p{margin:0;color:#d7deee;line-height:1.65}.ebuc-join-detail ul{display:grid;gap:8px;margin:0;padding:0;list-style:none}.ebuc-join-detail li{position:relative;padding-left:26px;color:#c1cbe0;line-height:1.5}.ebuc-join-detail li:before{content:'✓';position:absolute;left:0;top:0;color:#f5bc41;font-weight:1000}.ebuc-join-continue{justify-self:start;margin-top:2px}.ebuc-join-continue:after{content:' →';font-weight:1000}.ebuc-join-wizard button:focus-visible,.ebuc-join-wizard a:focus-visible{outline:3px solid rgba(245,188,65,.80);outline-offset:3px}
@keyframes ebucJoinFade{from{opacity:.55;transform:translateY(4px)}to{opacity:1;transform:none}}
@media(max-width:1180px){.ebuc-join-wizard-layout{grid-template-columns:1fr}.ebuc-join-next-panel{order:-1}.ebuc-join-choice-list{grid-template-columns:repeat(2,minmax(0,1fr))}.ebuc-join-safe-note{min-width:0;max-width:none}}
@media(max-width:760px){.ebuc-join-wizard{padding:18px;border-radius:26px}.ebuc-join-wizard-head{display:grid}.ebuc-join-choice-list{grid-template-columns:1fr}.ebuc-join-option{grid-template-columns:48px minmax(0,1fr) 24px;min-height:118px;padding:14px}.ebuc-join-icon{width:48px;height:48px;border-radius:16px}.ebuc-join-detail-title{grid-template-columns:52px minmax(0,1fr)}.ebuc-join-detail-title .ebuc-join-icon{width:52px;height:52px}.ebuc-join-continue{width:100%;justify-content:center}.ebuc-join-progress span{flex:1 1 100%}}

/* v0.10.0 controlled onboarding fields */
.ebuc-controlled-select{display:flex;flex-direction:column;gap:8px}
.ebuc-controlled-select select,.ebuc-member-row select,.ebuc-band-member-row select,.ebuc-new-band-member-grid select{width:100%;min-height:50px;border-radius:16px;border:1px solid rgba(255,255,255,.16);background:rgba(7,10,18,.72);color:#fff;padding:0 14px;font-weight:800;box-shadow:inset 0 1px 0 rgba(255,255,255,.05)}
.ebuc-controlled-select select:focus,.ebuc-member-row select:focus,.ebuc-band-member-row select:focus,.ebuc-new-band-member-grid select:focus{outline:2px solid rgba(217,92,255,.75);outline-offset:2px;border-color:rgba(217,92,255,.65)}
.ebuc-controlled-group{display:grid;gap:10px;margin:12px 0;padding:14px;border-radius:18px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.025)}
.ebuc-controlled-group>strong{color:#fff;font-size:13px;font-weight:950;letter-spacing:.02em;text-transform:uppercase}
.ebuc-controlled-grid{display:flex;flex-wrap:wrap;gap:8px}
.ebuc-controlled-chip{display:inline-flex;align-items:center;gap:8px;min-height:38px;padding:7px 11px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:rgba(4,7,16,.42);color:#dce5f7;font-weight:850;font-size:13px;cursor:pointer;transition:.16s ease}
.ebuc-controlled-chip:hover{border-color:rgba(217,92,255,.36);background:rgba(217,92,255,.08);transform:translateY(-1px)}
.ebuc-controlled-chip input{width:16px!important;height:16px!important;min-height:16px!important;margin:0;accent-color:#d95cff}
.ebuc-controlled-chip input:checked+span{color:#fff}
.ebuc-controlled-chip:has(input:checked){border-color:rgba(217,92,255,.70);background:linear-gradient(135deg,rgba(217,92,255,.20),rgba(245,188,65,.08));box-shadow:0 12px 30px rgba(217,92,255,.12)}
.ebuc-member-row select{min-width:0}
.ebuc-studio-fields .ebuc-controlled-group{grid-column:1/-1}
@media(max-width:720px){.ebuc-controlled-chip{width:100%;justify-content:flex-start}.ebuc-controlled-grid{display:grid;grid-template-columns:1fr}}


/* v0.10.1 polished onboarding controls */
.ebuc-community-onboarding-form .ebuc-muted,
.ebuc-create-band-form .ebuc-controlled-group > .ebuc-muted,
.ebuc-studio-card .ebuc-controlled-group > .ebuc-muted{
  display:none!important;
}
.ebuc-controlled-group{
  gap:14px;
  margin:16px 0;
  padding:18px;
  border-radius:22px;
  border:1px solid rgba(255,255,255,.10);
  background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.018));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.045),0 18px 45px rgba(0,0,0,.16);
}
.ebuc-controlled-group>strong{
  display:flex;
  align-items:center;
  justify-content:space-between;
  color:#fff;
  font-size:13px;
  line-height:1.2;
  font-weight:950;
  letter-spacing:.055em;
  text-transform:uppercase;
}
.ebuc-controlled-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(150px,1fr));
  gap:10px;
}
.ebuc-controlled-chip{
  position:relative;
  display:flex;
  align-items:center;
  min-height:48px;
  padding:0;
  border:0;
  background:transparent;
  color:#e9eefb;
  cursor:pointer;
  transition:transform .16s ease;
}
.ebuc-controlled-chip:hover{transform:translateY(-1px)}
.ebuc-controlled-chip input{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  min-height:1px!important;
  margin:0!important;
  padding:0!important;
  opacity:0!important;
  pointer-events:none!important;
}
.ebuc-controlled-chip span{
  width:100%;
  min-height:48px;
  display:flex;
  align-items:center;
  gap:10px;
  padding:11px 14px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.13);
  background:linear-gradient(180deg,rgba(13,18,31,.92),rgba(9,13,23,.86));
  color:#e8edf7;
  font-size:13px;
  font-weight:850;
  line-height:1.25;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.045),0 10px 24px rgba(0,0,0,.16);
  transition:border-color .16s ease,background .16s ease,box-shadow .16s ease,color .16s ease;
}
.ebuc-controlled-chip span:before{
  content:"";
  flex:0 0 18px;
  width:18px;
  height:18px;
  border-radius:7px;
  border:1px solid rgba(255,255,255,.22);
  background:rgba(255,255,255,.045);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05);
}
.ebuc-controlled-chip input:checked+span{
  color:#fff;
  border-color:rgba(234,55,255,.72);
  background:linear-gradient(135deg,rgba(213,32,255,.26),rgba(244,187,62,.10)),linear-gradient(180deg,rgba(20,20,34,.96),rgba(12,13,24,.94));
  box-shadow:0 16px 38px rgba(212,35,255,.16),inset 0 1px 0 rgba(255,255,255,.08);
}
.ebuc-controlled-chip input:checked+span:before{
  content:"✓";
  display:flex;
  align-items:center;
  justify-content:center;
  border-color:rgba(255,255,255,.28);
  background:linear-gradient(135deg,#d95cff,#f4bb3e);
  color:#111421;
  font-size:12px;
  font-weight:1000;
}
.ebuc-controlled-chip:focus-within span{
  outline:2px solid rgba(217,92,255,.62);
  outline-offset:2px;
}
@media(max-width:720px){
  .ebuc-controlled-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px}
  .ebuc-controlled-chip span{font-size:12px;padding:10px 11px;border-radius:14px}
}
@media(max-width:460px){.ebuc-controlled-grid{grid-template-columns:1fr!important}}


/* v0.10.2 adaptive onboarding fields */
.ebuc-adaptive-control-group{grid-column:1/-1;position:relative}
.ebuc-adaptive-control-group[data-ebuc-adaptive-ready="0"] .ebuc-controlled-group{display:none}
.ebuc-adaptive-control-group[data-ebuc-adaptive-ready="1"] .ebuc-adaptive-empty{display:none}
.ebuc-adaptive-empty{
  margin:12px 0 16px;
  min-height:56px;
  display:flex;
  align-items:center;
  padding:0 16px;
  border-radius:18px;
  border:1px dashed rgba(255,255,255,.16);
  background:rgba(255,255,255,.025);
  color:#b8c3d8;
  font-weight:850;
}
.ebuc-controlled-chip[hidden]{display:none!important}
.ebuc-adaptive-control-group.is-empty-options{display:none!important}

/* v0.10.3 service onboarding wizard */
.ebuc-service-wizard{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  margin:0 0 18px;
}
.ebuc-service-step{
  display:grid;
  grid-template-columns:42px minmax(0,1fr);
  column-gap:10px;
  row-gap:2px;
  align-items:center;
  padding:13px 14px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.10);
  background:linear-gradient(180deg,rgba(255,255,255,.052),rgba(255,255,255,.018));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.045),0 12px 30px rgba(0,0,0,.14);
}
.ebuc-service-step span{
  grid-row:1/3;
  width:42px;
  height:42px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:14px;
  background:rgba(7,10,18,.72);
  border:1px solid rgba(255,255,255,.12);
  color:#f4bb3e;
  font-weight:1000;
}
.ebuc-service-step strong{color:#fff;font-size:14px;line-height:1.1}
.ebuc-service-step small{color:#aeb8cd;font-weight:800;line-height:1.25}
.ebuc-service-step.is-active{
  border-color:rgba(217,92,255,.45);
  background:linear-gradient(135deg,rgba(217,92,255,.15),rgba(245,188,65,.055));
}
.ebuc-marketplace-form-card .ebuc-adaptive-empty{
  margin-top:8px;
  border-style:solid;
  border-color:rgba(217,92,255,.18);
  background:rgba(217,92,255,.055);
}
.ebuc-marketplace-form-card .ebuc-controlled-group,
.ebuc-create-business-form .ebuc-controlled-group{
  grid-column:1/-1;
}
@media(max-width:720px){
  .ebuc-service-wizard{grid-template-columns:1fr}
  .ebuc-service-step{grid-template-columns:38px minmax(0,1fr)}
  .ebuc-service-step span{width:38px;height:38px;border-radius:13px}
}

/* v0.10.5: mobile signup visibility + safer news route UX */
.ebuc-mobile-join-cta{display:none!important;white-space:nowrap!important;}
.ebuc-native-header .ebuc-nav-join{display:none!important;}
@media(max-width:980px){
  .ebuc-mobile-join-cta{display:inline-flex!important;min-height:42px!important;padding:0 14px!important;border-radius:13px!important;}
  .ebuc-native-header .ebuc-community-join-cta{display:none!important;}
  .ebuc-native-header .ebuc-nav-join{display:block!important;}
}
@media(max-width:620px){
  .ebuc-native-header .emu-header-actions{gap:7px!important;}
  .ebuc-mobile-join-cta{flex:1 1 auto!important;font-size:13px!important;padding:0 10px!important;}
  .ebuc-native-header .emu-vendor-cta{flex:1 1 auto!important;font-size:12px!important;padding:0 10px!important;}
}
@media(max-width:430px){
  .ebuc-mobile-join-cta{min-width:96px!important;}
  .ebuc-native-header .emu-vendor-cta{min-width:128px!important;}
}

/* 0.10.7 - mobile join guide: simpler role-first accordion */
.ebuc-join-option-mobile-detail{display:none}
@media(max-width:760px){
  .ebuc-join-wizard-app .ebuc-join-hero{margin-bottom:16px;padding-top:34px;padding-bottom:28px}
  .ebuc-join-wizard-app .ebuc-join-hero h1{font-size:clamp(38px,11vw,54px);line-height:.94;margin-bottom:12px}
  .ebuc-join-wizard-app .ebuc-join-hero p{font-size:15px;line-height:1.5}
  .ebuc-join-wizard{padding:14px;border-radius:24px;background:linear-gradient(180deg,rgba(17,22,36,.94),rgba(7,10,18,.98))}
  .ebuc-join-progress{margin-bottom:14px}
  .ebuc-join-progress span{display:none;min-height:34px;font-size:12px}
  .ebuc-join-progress span.is-active{display:inline-flex;flex:1 1 auto;justify-content:center}
  .ebuc-join-wizard-head{display:block;margin-bottom:14px}
  .ebuc-join-wizard-head h2{font-size:25px;line-height:1.05;margin-bottom:6px;letter-spacing:-.035em}
  .ebuc-join-wizard-head p{font-size:14px;line-height:1.45;color:#b9c3d7}
  .ebuc-join-safe-note{margin-top:12px;padding:11px 12px;border-radius:16px;font-size:12px}
  .ebuc-join-safe-note span{display:none}
  .ebuc-join-wizard-layout{display:block}
  .ebuc-join-next-panel{display:none!important}
  .ebuc-join-choice-list{display:grid;grid-template-columns:1fr;gap:10px}
  .ebuc-join-option{min-height:0;grid-template-columns:42px minmax(0,1fr) 26px;gap:10px;padding:12px;border-radius:18px;box-shadow:none;background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.025))}
  .ebuc-join-option:hover{transform:none}
  .ebuc-join-option.is-selected{border-color:rgba(217,92,255,.70);background:linear-gradient(135deg,rgba(217,92,255,.18),rgba(255,255,255,.04));box-shadow:0 12px 30px rgba(217,92,255,.12)}
  .ebuc-join-option.is-band.is-selected,.ebuc-join-option.is-marketplace.is-selected,.ebuc-join-option.is-request.is-selected{background:linear-gradient(135deg,rgba(245,188,65,.14),rgba(255,255,255,.04));box-shadow:0 12px 30px rgba(245,188,65,.10)}
  .ebuc-join-icon{width:42px;height:42px;border-radius:14px;font-size:20px}
  .ebuc-join-option-copy{gap:3px}
  .ebuc-join-option-copy em{font-size:10px;letter-spacing:.055em}
  .ebuc-join-option-copy strong{font-size:17px;line-height:1.08}
  .ebuc-join-option-copy small{font-size:12px;line-height:1.32;color:#aeb8cc}
  .ebuc-join-option-arrow{width:24px;height:24px;font-size:14px;transition:transform .18s ease,background .18s ease}
  .ebuc-join-option.is-selected .ebuc-join-option-arrow{transform:rotate(90deg);background:rgba(255,255,255,.13)}
  .ebuc-join-option-mobile-detail{margin:-4px 0 6px;padding:14px;border:1px solid rgba(255,255,255,.10);border-radius:18px;background:rgba(8,12,23,.78);box-shadow:inset 0 1px 0 rgba(255,255,255,.06)}
  .ebuc-join-option-mobile-detail.is-active{display:grid;gap:12px;animation:ebucJoinFade .16s ease both}
  .ebuc-join-option-mobile-detail p{margin:0;color:#d9e0ef;font-size:14px;line-height:1.5}
  .ebuc-join-option-mobile-detail ul{display:grid;gap:7px;margin:0;padding:0;list-style:none}
  .ebuc-join-option-mobile-detail li{position:relative;padding-left:20px;color:#bfc9dc;font-size:13px;line-height:1.35}
  .ebuc-join-option-mobile-detail li:before{content:'✓';position:absolute;left:0;top:0;color:#f5bc41;font-weight:1000}
  .ebuc-join-mobile-continue{width:100%;justify-content:center;min-height:46px}
  .ebuc-join-mobile-continue:after{content:' →';font-weight:1000}
}

/* 0.10.8 password-first login bridge */
.ebuc-login-single{display:grid;grid-template-columns:minmax(0,780px);justify-content:center;align-items:start}
.ebuc-auth-card-primary{width:100%;max-width:780px!important;border-color:rgba(245,188,65,.24)!important;background:radial-gradient(circle at 0 0,rgba(245,188,65,.12),transparent 34%),linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.026))!important}
.ebuc-login-card-head{display:grid;gap:10px;margin-bottom:18px}.ebuc-login-card-head h2{margin:0;color:#fff;font-size:clamp(28px,3vw,42px);letter-spacing:-.04em;line-height:1}.ebuc-auth-badge{display:inline-flex;width:max-content;align-items:center;justify-content:center;border-radius:999px;padding:7px 11px;background:rgba(245,188,65,.12);border:1px solid rgba(245,188,65,.30);color:#ffe3a2;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.04em}
.ebuc-auth-card input[type=text],.ebuc-auth-card input[type=password],.ebuc-auth-card input[type=email]{min-height:56px;border-radius:16px;border:1px solid rgba(255,255,255,.14);background:linear-gradient(180deg,rgba(6,9,18,.94),rgba(17,22,34,.9));color:#fff;padding:0 16px;font:inherit;box-shadow:inset 0 1px 0 rgba(255,255,255,.05);outline:none}
.ebuc-auth-card input[type=text]:focus,.ebuc-auth-card input[type=password]:focus,.ebuc-auth-card input[type=email]:focus{border-color:rgba(217,92,255,.52);box-shadow:0 0 0 4px rgba(217,92,255,.14),inset 0 1px 0 rgba(255,255,255,.05)}
.ebuc-login-row{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap}.ebuc-login-help-link{color:#ffd166;text-decoration:none;font-weight:900}.ebuc-login-help-link:hover{text-decoration:underline}.ebuc-login-fallback{margin-top:22px;padding:16px;border-radius:20px;border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.035)}.ebuc-login-fallback summary{cursor:pointer;color:#fff;font-weight:900}.ebuc-login-fallback[open] summary{margin-bottom:12px}.ebuc-link-login-form{margin-top:12px;padding-top:12px;border-top:1px solid rgba(255,255,255,.08)}
@media(max-width:760px){.ebuc-login-single{grid-template-columns:1fr}.ebuc-auth-card-primary{padding:22px!important}.ebuc-login-card-head h2{font-size:30px}.ebuc-login-row{align-items:flex-start;flex-direction:column}.ebuc-password-login-form .emu-btn{width:100%;justify-content:center}.ebuc-login-fallback .emu-btn{width:100%;justify-content:center}}

/* v0.11.0: photo-required publication rule */
.ebuc-photo-required-notice{border:1px solid rgba(245,188,65,.35);background:linear-gradient(135deg,rgba(245,188,65,.12),rgba(218,38,255,.06));border-radius:18px;padding:14px 16px;margin:4px 0 2px}
.ebuc-photo-required-notice strong{display:block;color:#ffd76a;margin-bottom:6px;font-weight:1000}
.ebuc-photo-upload{border:1px dashed rgba(255,255,255,.22);border-radius:18px;padding:14px 16px;background:rgba(255,255,255,.035)}
.ebuc-photo-upload input[type=file]{padding:12px;background:rgba(5,7,13,.6);border-radius:14px;border:1px solid rgba(255,255,255,.12)}
.ebuc-photo-upload small{color:#aeb8cb;line-height:1.45}
.ebuc-error{border:1px solid rgba(255,93,93,.38);background:rgba(255,93,93,.12);color:#ffd3d3;border-radius:16px;padding:14px 16px;margin-bottom:18px;font-weight:800}

/* 0.11.1 - mobile header: consistent two-row layout, no overlap with language switch */
@media(max-width:720px){
  .ebuc-native-header{
    display:flex!important;
    flex-wrap:wrap!important;
    align-items:center!important;
    gap:8px!important;
    padding:9px!important;
  }
  .ebuc-native-header .ebuc-brand,
  .ebuc-native-header .emu-brand{
    flex:1 1 calc(100% - 58px)!important;
    min-width:0!important;
    max-width:calc(100% - 58px)!important;
  }
  .ebuc-native-header .emu-header-actions{
    order:2!important;
    flex:1 1 100%!important;
    width:100%!important;
    min-width:0!important;
    margin-left:0!important;
    display:grid!important;
    grid-template-columns:auto minmax(92px,1fr) auto 44px!important;
    align-items:center!important;
    gap:7px!important;
  }
  .ebuc-native-header .emu-lang-switch{
    grid-column:1!important;
    min-width:max-content!important;
    align-self:center!important;
  }
  .ebuc-native-header .ebuc-mobile-join-cta{
    grid-column:2!important;
    width:100%!important;
    min-width:0!important;
    justify-content:center!important;
    font-size:13px!important;
    padding:0 10px!important;
  }
  .ebuc-native-header .ebuc-inbox-cta{
    grid-column:3!important;
    min-width:0!important;
    padding:0 10px!important;
    font-size:12px!important;
    white-space:nowrap!important;
  }
  .ebuc-native-header .emu-vendor-cta{
    display:none!important;
  }
  .ebuc-native-header .emu-menu{
    grid-column:4!important;
    width:44px!important;
    height:42px!important;
    display:grid!important;
    place-items:center!important;
    flex:0 0 44px!important;
  }
  .ebuc-native-header .emu-main-nav{
    order:3!important;
    flex:1 1 100%!important;
    width:100%!important;
    margin-left:0!important;
    padding-top:6px!important;
    display:none!important;
  }
  .ebuc-native-header .emu-main-nav.open{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:8px!important;
  }
  .ebuc-native-header .emu-main-nav.open a{
    display:block!important;
    width:100%!important;
    padding:12px 13px!important;
    border-radius:13px!important;
    background:rgba(255,255,255,.075)!important;
    font-size:14px!important;
    line-height:1.2!important;
  }
}
@media(max-width:420px){
  .ebuc-native-header .emu-header-actions{
    grid-template-columns:auto minmax(86px,1fr) 42px!important;
  }
  .ebuc-native-header .ebuc-inbox-cta{display:none!important;}
  .ebuc-native-header .emu-menu{grid-column:3!important;}
}

/* 0.11.2 - contextual headers: one clean community header and one clean marketplace header */
body.ebuc-standalone-page .ebuc-native-header{
  width:min(1540px,calc(100vw - 72px))!important;
  max-width:none!important;
  display:grid!important;
  grid-template-columns:minmax(230px,300px) minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:16px!important;
  min-height:64px!important;
  padding:9px 14px!important;
  overflow:visible!important;
}
body.ebuc-standalone-page .ebuc-community-native-header{
  border-color:rgba(205,71,255,.36)!important;
  background:linear-gradient(180deg,rgba(13,16,28,.94),rgba(8,10,18,.91))!important;
}
body.ebuc-standalone-page .ebuc-marketplace-native-header{
  border-color:rgba(245,188,65,.34)!important;
  background:linear-gradient(180deg,rgba(18,15,24,.96),rgba(9,10,16,.92))!important;
}
body.ebuc-standalone-page .ebuc-native-header .ebuc-brand,
body.ebuc-standalone-page .ebuc-native-header .emu-brand{
  min-width:0!important;
  width:auto!important;
  max-width:100%!important;
}
body.ebuc-standalone-page .ebuc-native-header .ebuc-marketplace-logo-full{
  display:block!important;
  width:min(248px,100%)!important;
  max-height:48px!important;
  object-fit:contain!important;
}
body.ebuc-standalone-page .ebuc-native-header .emu-main-nav{
  min-width:0!important;
  margin-left:0!important;
  display:flex!important;
  justify-content:center!important;
  align-items:center!important;
  gap:clamp(11px,1vw,20px)!important;
  overflow:hidden!important;
}
body.ebuc-standalone-page .ebuc-native-header .emu-main-nav a{
  min-width:0!important;
  white-space:nowrap!important;
  font-size:clamp(11.5px,.72vw,13px)!important;
  line-height:1!important;
  padding:8px 0!important;
}
body.ebuc-standalone-page .ebuc-native-header .emu-header-actions{
  min-width:max-content!important;
  margin-left:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:8px!important;
  flex-wrap:nowrap!important;
}
body.ebuc-standalone-page .ebuc-native-header .emu-lang-switch{flex:0 0 auto!important;position:relative!important;z-index:2!important;}
body.ebuc-standalone-page .ebuc-native-header .ebuc-login-cta,
body.ebuc-standalone-page .ebuc-native-header .ebuc-inbox-cta,
body.ebuc-standalone-page .ebuc-native-header .ebuc-community-join-cta,
body.ebuc-standalone-page .ebuc-native-header .emu-vendor-cta{
  flex:0 0 auto!important;
  white-space:nowrap!important;
  min-height:42px!important;
  border-radius:13px!important;
  padding:0 15px!important;
  font-size:13px!important;
}
body.ebuc-standalone-page .ebuc-community-native-header .emu-vendor-cta,
body.ebuc-standalone-page .ebuc-marketplace-native-header .ebuc-community-join-cta{display:none!important;}
body.ebuc-standalone-page .ebuc-community-native-header .ebuc-community-join-cta{border-color:rgba(255,255,255,.18)!important;background:linear-gradient(180deg,rgba(255,255,255,.10),rgba(255,255,255,.05))!important;}
body.ebuc-standalone-page .ebuc-marketplace-native-header .emu-vendor-cta{background:linear-gradient(135deg,var(--ebuc-gold),var(--ebuc-gold-2))!important;color:#17110a!important;box-shadow:0 15px 35px rgba(217,154,37,.28)!important;}
body.ebuc-standalone-page .ebuc-marketplace-native-header .emu-main-nav a.is-active{color:#ffd76a!important;}
body.ebuc-standalone-page .ebuc-community-native-header .emu-main-nav a.is-active{color:#f2d79e!important;}

@media(max-width:1320px){
  body.ebuc-standalone-page .ebuc-native-header{width:min(1240px,calc(100vw - 42px))!important;grid-template-columns:minmax(210px,260px) minmax(0,1fr) auto!important;gap:12px!important;}
  body.ebuc-standalone-page .ebuc-native-header .emu-main-nav{gap:12px!important;justify-content:flex-start!important;}
  body.ebuc-standalone-page .ebuc-native-header .emu-main-nav a{font-size:12px!important;}
  body.ebuc-standalone-page .ebuc-native-header .ebuc-login-cta,
  body.ebuc-standalone-page .ebuc-native-header .ebuc-inbox-cta,
  body.ebuc-standalone-page .ebuc-native-header .ebuc-community-join-cta,
  body.ebuc-standalone-page .ebuc-native-header .emu-vendor-cta{padding:0 12px!important;font-size:12px!important;}
}
@media(max-width:1180px){
  body.ebuc-standalone-page .ebuc-native-header{
    display:flex!important;
    flex-wrap:wrap!important;
    width:min(1080px,calc(100vw - 34px))!important;
    gap:10px!important;
  }
  body.ebuc-standalone-page .ebuc-native-header .ebuc-brand,
  body.ebuc-standalone-page .ebuc-native-header .emu-brand{flex:1 1 auto!important;}
  body.ebuc-standalone-page .ebuc-native-header .emu-header-actions{flex:0 0 auto!important;margin-left:auto!important;}
  body.ebuc-standalone-page .ebuc-native-header .emu-main-nav{
    order:3!important;
    flex:1 1 100%!important;
    width:100%!important;
    display:none!important;
    overflow:visible!important;
    padding-top:7px!important;
  }
  body.ebuc-standalone-page .ebuc-native-header .emu-main-nav.open{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:8px!important;
  }
  body.ebuc-standalone-page .ebuc-native-header .emu-main-nav.open a{
    display:block!important;
    width:100%!important;
    padding:12px 13px!important;
    border-radius:13px!important;
    background:rgba(255,255,255,.075)!important;
    font-size:14px!important;
  }
  body.ebuc-standalone-page .ebuc-native-header .emu-menu{display:grid!important;place-items:center!important;}
}
@media(max-width:720px){
  body.ebuc-standalone-page .ebuc-native-header{width:calc(100vw - 24px)!important;display:flex!important;padding:9px!important;}
  body.ebuc-standalone-page .ebuc-native-header .emu-header-actions{
    order:2!important;
    flex:1 1 100%!important;
    width:100%!important;
    min-width:0!important;
    margin-left:0!important;
    display:grid!important;
    grid-template-columns:auto minmax(90px,1fr) auto 44px!important;
    align-items:center!important;
    gap:7px!important;
  }
  body.ebuc-standalone-page .ebuc-native-header .emu-lang-switch{grid-column:1!important;}
  body.ebuc-standalone-page .ebuc-native-header .ebuc-login-cta,
  body.ebuc-standalone-page .ebuc-native-header .ebuc-inbox-cta{grid-column:2!important;width:100%!important;justify-content:center!important;min-width:0!important;}
  body.ebuc-standalone-page .ebuc-community-native-header .ebuc-community-join-cta,
  body.ebuc-standalone-page .ebuc-marketplace-native-header .emu-vendor-cta{grid-column:3!important;display:inline-flex!important;min-width:0!important;max-width:180px!important;overflow:hidden!important;text-overflow:ellipsis!important;justify-content:center!important;}
  body.ebuc-standalone-page .ebuc-native-header .emu-menu{grid-column:4!important;width:44px!important;height:42px!important;}
}
@media(max-width:480px){
  body.ebuc-standalone-page .ebuc-native-header .emu-header-actions{grid-template-columns:auto minmax(82px,1fr) 44px!important;}
  body.ebuc-standalone-page .ebuc-community-native-header .ebuc-community-join-cta,
  body.ebuc-standalone-page .ebuc-marketplace-native-header .emu-vendor-cta{display:none!important;}
  body.ebuc-standalone-page .ebuc-native-header .emu-menu{grid-column:3!important;}
}


/* Admin-only front-list preview notice */
.ebuc-admin-list-preview-notice{margin:18px auto 0;padding:14px 16px;border:1px solid rgba(245,184,64,.55);border-radius:18px;background:linear-gradient(135deg,rgba(245,184,64,.16),rgba(216,24,234,.08));color:#fff;display:flex;gap:14px;align-items:center;justify-content:space-between;box-shadow:0 18px 60px rgba(0,0,0,.22)}
.ebuc-admin-list-preview-notice p{margin:4px 0 0;color:rgba(255,255,255,.78)}
@media(max-width:720px){.ebuc-admin-list-preview-notice{flex-direction:column;align-items:flex-start}}


/* 0.11.4 readiness/header hardening */
.ebuc-native-header{align-items:center;gap:18px;min-width:0;}
.ebuc-native-header .emu-main-nav{min-width:0;flex:1 1 auto;justify-content:center;}
.ebuc-native-header .emu-header-actions{display:flex;align-items:center;gap:10px;flex:0 0 auto;min-width:0;}
.ebuc-native-header .emu-lang-switch{flex:0 0 auto;}
.ebuc-native-header .ebuc-login-cta,.ebuc-native-header .ebuc-inbox-cta,.ebuc-native-header .ebuc-community-join-cta,.ebuc-native-header .emu-vendor-cta{white-space:nowrap;}
.ebuc-admin-list-preview-notice{margin-top:18px;margin-bottom:18px;padding:14px 16px;border:1px solid rgba(245,188,65,.35);border-radius:16px;background:rgba(245,188,65,.10);display:flex;gap:12px;justify-content:space-between;align-items:center;}
@media(max-width:980px){
  .ebuc-native-header{flex-wrap:wrap;padding:12px!important;}
  .ebuc-native-header .emu-main-nav{order:4;flex-basis:100%;display:none;grid-template-columns:1fr;gap:8px;}
  .ebuc-native-header .emu-main-nav.open{display:grid;}
  .ebuc-native-header .emu-header-actions{order:3;width:100%;display:grid!important;grid-template-columns:auto minmax(96px,1fr) 44px;gap:8px;align-items:center;}
  .ebuc-native-header .emu-lang-switch{justify-self:start;}
  .ebuc-native-header .ebuc-login-cta,.ebuc-native-header .ebuc-inbox-cta{justify-self:stretch;text-align:center;min-height:40px;padding:0 10px;}
  .ebuc-native-header .emu-menu{justify-self:end;}
  .ebuc-native-header .ebuc-community-join-cta,.ebuc-native-header .emu-vendor-cta{display:none!important;}
  .ebuc-admin-list-preview-notice{display:block;}
  .ebuc-join-selector-grid{grid-template-columns:1fr!important;}
  .ebuc-join-selector-grid .ebuc-signup-card{min-height:0!important;padding:20px!important;}
}


/* 0.11.7: readable native dropdown menus inside owner/profile dashboard */
.ebuc-profile-studio select,
.ebuc-profile-studio .ebuc-controlled-select select,
.ebuc-profile-studio .ebuc-member-row select,
.ebuc-profile-studio .ebuc-band-member-row select,
.ebuc-profile-studio .ebuc-new-band-member-grid select,
.ebuc-profile-studio .ebv-filter-bar select{
  color-scheme: dark;
}
.ebuc-profile-studio select option,
.ebuc-profile-studio select optgroup,
.ebuc-profile-studio .ebuc-controlled-select select option,
.ebuc-profile-studio .ebuc-member-row select option,
.ebuc-profile-studio .ebuc-band-member-row select option,
.ebuc-profile-studio .ebuc-new-band-member-grid select option,
.ebuc-profile-studio .ebv-filter-bar select option{
  background:#ffffff!important;
  color:#101725!important;
}
.ebuc-profile-studio select option:checked,
.ebuc-profile-studio .ebuc-controlled-select select option:checked{
  background:#d95cff!important;
  color:#ffffff!important;
}


/* v0.12.2 - visible quote/request flow for Marketplace Professionals */
.ebuc-profile-quote-cta,.ebuc-side-quote-button,.ebuc-card-quote-btn{background:linear-gradient(135deg,#f0b545,#ffdc7a)!important;color:#15110a!important;box-shadow:0 16px 34px rgba(217,154,37,.30)!important}.ebuc-side-quote-button{width:100%;margin-top:14px}.ebuc-public-profile-nav a[href*="ebuc-request-form"]{color:#ffd978}.ebuc-quote-request-box{margin:0 0 22px;padding:20px;border:1px solid rgba(217,154,37,.44);border-radius:22px;background:radial-gradient(circle at 0 0,rgba(217,154,37,.22),transparent 32%),linear-gradient(180deg,rgba(255,255,255,.085),rgba(255,255,255,.045));box-shadow:0 24px 70px rgba(0,0,0,.44),0 0 0 1px rgba(204,71,255,.12) inset}.ebuc-quote-request-box:target{animation:ebucQuoteGlow 1.5s ease 1}.ebuc-quote-request-head{margin-bottom:16px}.ebuc-quote-request-head span{display:inline-flex;margin-bottom:8px;padding:6px 10px;border-radius:999px;background:rgba(217,154,37,.15);border:1px solid rgba(217,154,37,.35);color:#f8d891;font-size:12px;font-weight:950;text-transform:uppercase}.ebuc-quote-request-head h2{margin:0 0 8px;color:#fff;font-size:clamp(24px,3vw,36px);line-height:1.05;letter-spacing:-.045em}.ebuc-quote-request-head p{margin:0;color:#ccd5e8;line-height:1.48}.ebuc-quote-request-form{display:grid;gap:14px}.ebuc-quote-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.ebuc-quote-grid label,.ebuc-quote-consent{display:grid;gap:7px;color:#dfe5f5;font-size:12px;font-weight:900}.ebuc-quote-grid input,.ebuc-quote-grid textarea,.ebuc-quote-grid select{width:100%;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.08);color:#fff;border-radius:13px;padding:12px;outline:0}.ebuc-quote-grid input:disabled{opacity:.75}.ebuc-quote-message{grid-column:1/-1}.ebuc-quote-consent{display:flex;align-items:flex-start;gap:10px;padding:12px;border:1px solid rgba(255,255,255,.12);border-radius:14px;background:rgba(255,255,255,.055);font-size:13px;line-height:1.35}.ebuc-quote-consent input{margin-top:3px}.ebuc-hp{position:absolute!important;left:-9999px!important;opacity:0!important}.ebuc-card-bottom-actions{align-items:flex-end}.ebuc-card-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.ebuc-card-actions .emu-btn{min-height:38px;padding:0 13px;font-size:13px;white-space:nowrap}.ebuc-form-success,.ebuc-form-error{padding:12px 14px;border-radius:14px;margin-bottom:12px;font-weight:900}.ebuc-form-success{background:rgba(54,214,107,.18);color:#a6ffc4}.ebuc-form-error{background:rgba(238,79,53,.18);color:#ffbeb6}@keyframes ebucQuoteGlow{0%{box-shadow:0 0 0 0 rgba(217,154,37,.72),0 24px 70px rgba(0,0,0,.44)}100%{box-shadow:0 0 0 18px rgba(217,154,37,0),0 24px 70px rgba(0,0,0,.44)}}@media(max-width:760px){.ebuc-quote-grid{grid-template-columns:1fr}.ebuc-card-bottom-actions{display:grid;gap:12px}.ebuc-card-actions{display:grid;grid-template-columns:1fr;justify-content:stretch}.ebuc-card-actions .emu-btn{width:100%}}

/* v0.12.3 premium professional profile redesign: landing page + sticky CTA + modal request form */
body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-profile-hero.professional{
  width:min(1180px,calc(100% - 40px))!important;
  grid-template-columns:minmax(300px,40%) minmax(0,1fr)!important;
  margin-top:24px!important;
  border-radius:30px!important;
  background:radial-gradient(circle at 92% 8%,rgba(217,92,255,.18),transparent 34%),linear-gradient(135deg,rgba(12,17,28,.98),rgba(10,13,22,.96) 52%,rgba(31,19,35,.92))!important;
  border-color:rgba(245,188,65,.38)!important;
  box-shadow:0 30px 90px rgba(0,0,0,.48),0 0 0 1px rgba(255,255,255,.035) inset!important;
}
body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-profile-hero.professional .ebuc-profile-hero-media{min-height:410px!important;background:#05070d!important;}
body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-profile-hero.professional .ebuc-profile-hero-media img{min-height:410px!important;object-fit:cover!important;object-position:center center!important;}
body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-profile-hero.professional .ebuc-profile-hero-copy{padding:clamp(28px,4vw,54px)!important;}
body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-profile-hero.professional .ebuc-profile-hero-copy h1{font-size:clamp(46px,5.2vw,74px)!important;line-height:.92!important;margin:14px 0 14px!important;letter-spacing:-.075em!important;}
body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-profile-hero.professional .ebuc-profile-hero-copy p{font-size:16px!important;line-height:1.62!important;color:#d3d9e8!important;max-width:740px!important;}
.ebuc-profile-redesign-app .ebuc-profile-actions .emu-btn{border-radius:14px!important;min-height:44px!important;padding:0 16px!important;}
.ebuc-profile-redesign-app .ebuc-profile-quote-cta,.ebuc-profile-redesign-app .ebuc-side-quote-button,.ebuc-profile-redesign-app .ebuc-quick-quote-btn,.ebuc-profile-redesign-app .ebuc-card-quote-btn{background:linear-gradient(135deg,#ffd365,#f0a929)!important;color:#171007!important;border:1px solid rgba(255,229,145,.58)!important;box-shadow:0 16px 34px rgba(217,154,37,.24)!important;}
.ebuc-profile-redesign-app .ebuc-profile-quote-cta:hover,.ebuc-profile-redesign-app .ebuc-side-quote-button:hover,.ebuc-profile-redesign-app .ebuc-quick-quote-btn:hover{transform:translateY(-1px);filter:saturate(1.08);}
.ebuc-profile-redesign-app .ebuc-profile-quickfacts{width:min(1180px,calc(100% - 40px))!important;margin-top:16px!important;display:grid;grid-template-columns:repeat(4,minmax(0,1fr)) auto;gap:10px;align-items:stretch;padding:12px;border:1px solid rgba(255,255,255,.10);border-radius:22px;background:linear-gradient(180deg,rgba(10,14,24,.82),rgba(10,14,24,.58));box-shadow:0 18px 54px rgba(0,0,0,.24);backdrop-filter:blur(18px);}
.ebuc-profile-redesign-app .ebuc-profile-quickfacts>div{padding:12px 14px;border-radius:16px;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.08);min-width:0;}
.ebuc-profile-redesign-app .ebuc-profile-quickfacts span{display:block;color:#f4d184;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.06em;margin-bottom:5px;}
.ebuc-profile-redesign-app .ebuc-profile-quickfacts strong{display:block;color:#fff;font-size:14px;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.ebuc-profile-redesign-app .ebuc-quick-quote-btn{min-height:100%;border-radius:16px!important;white-space:nowrap;display:inline-flex;align-items:center;justify-content:center;}
body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-profile-lux-layout{width:min(1180px,calc(100% - 40px))!important;grid-template-columns:minmax(0,1fr) 340px!important;gap:22px!important;}
.ebuc-profile-redesign-app .ebuc-profile-lux-layout>.ebuc-profile-sticky-rail{order:2;position:sticky;top:116px;align-self:start;display:grid;gap:14px;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important;}
.ebuc-profile-redesign-app .ebuc-profile-lux-layout>.ebuc-profile-main-card{order:1;}
body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-profile-main-card{padding:20px!important;border-radius:28px!important;background:linear-gradient(180deg,rgba(255,255,255,.065),rgba(255,255,255,.025))!important;border:1px solid rgba(255,255,255,.11)!important;box-shadow:0 22px 70px rgba(0,0,0,.34)!important;}
body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-profile-main-card>section,body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-profile-service-anchor>section{padding:22px!important;border-radius:24px!important;background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.025))!important;border:1px solid rgba(255,255,255,.09)!important;}
.ebuc-profile-redesign-app .ebuc-sticky-quote-card,.ebuc-profile-redesign-app .ebuc-side-details-card{padding:18px;border:1px solid rgba(255,255,255,.11);border-radius:24px;background:radial-gradient(circle at 95% 0,rgba(245,188,65,.18),transparent 34%),linear-gradient(180deg,rgba(255,255,255,.070),rgba(255,255,255,.030));box-shadow:0 18px 54px rgba(0,0,0,.30);}
.ebuc-profile-redesign-app .ebuc-sticky-quote-card{border-color:rgba(245,188,65,.30);}
.ebuc-profile-redesign-app .ebuc-sticky-quote-card>span{display:inline-flex;padding:6px 10px;margin-bottom:10px;border-radius:999px;background:rgba(245,188,65,.12);border:1px solid rgba(245,188,65,.28);color:#ffe0a0;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.06em;}
.ebuc-profile-redesign-app .ebuc-sticky-quote-card h2,.ebuc-profile-redesign-app .ebuc-side-details-card h2{margin:0 0 10px!important;color:#fff!important;font-size:24px!important;line-height:1.08!important;letter-spacing:-.045em!important;}
.ebuc-profile-redesign-app .ebuc-sticky-quote-card p{margin:0 0 14px!important;color:#cfd6e6!important;line-height:1.55!important;font-size:14px!important;}
.ebuc-profile-redesign-app .ebuc-sticky-quote-card .emu-btn{width:100%;justify-content:center;margin:0 0 10px!important;}
.ebuc-profile-redesign-app .ebuc-sticky-quote-card small{display:block;color:#aeb7cc;line-height:1.45;font-size:12px;}
.ebuc-profile-redesign-app .ebuc-side-details-card dl{display:grid;gap:12px;margin:0;}
.ebuc-profile-redesign-app .ebuc-side-details-card dl>div{padding-top:12px;border-top:1px solid rgba(255,255,255,.08);}
.ebuc-profile-redesign-app .ebuc-side-details-card dl>div:first-child{padding-top:0;border-top:0;}
.ebuc-profile-redesign-app .ebuc-side-details-card dt{color:#f4d184;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.06em;margin-bottom:5px;}
.ebuc-profile-redesign-app .ebuc-side-details-card dd{margin:0;color:#eef3ff;font-weight:750;line-height:1.42;}
.ebuc-profile-redesign-app .ebuc-professional-role-section h2{font-size:clamp(28px,3vw,40px)!important;}
.ebuc-profile-redesign-app .ebuc-role-summary-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:16px;}
.ebuc-profile-redesign-app .ebuc-role-summary-grid .ebuc-business-info-block{margin:0;padding:16px;border-radius:18px;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.09);}
.ebuc-profile-redesign-app .ebuc-role-summary-grid .ebuc-business-info-block.is-wide{grid-column:1/-1;}
.ebuc-profile-redesign-app .ebuc-role-summary-grid .ebuc-business-info-block.is-highlight{border-color:rgba(245,188,65,.28);background:linear-gradient(135deg,rgba(245,188,65,.12),rgba(255,255,255,.035));}
.ebuc-profile-redesign-app .ebuc-role-summary-grid .ebuc-business-info-block strong{color:#fff;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.06em;margin-bottom:8px;}
.ebuc-profile-redesign-app .ebuc-role-summary-grid .ebuc-business-info-block p,.ebuc-profile-redesign-app .ebuc-role-summary-grid .ebuc-business-info-block a{font-size:15px!important;line-height:1.62!important;color:#dce4f6!important;word-break:break-word;}
.ebuc-profile-redesign-app .ebuc-quote-status-wrap{width:min(1180px,calc(100% - 40px));margin-top:18px;}
.ebuc-quote-modal{display:none;position:fixed;inset:0;z-index:99999;align-items:center;justify-content:center;padding:24px;}
.ebuc-quote-modal:target,.ebuc-quote-modal.is-open{display:flex;}
.ebuc-quote-modal-backdrop{position:absolute;inset:0;background:rgba(3,5,12,.78);backdrop-filter:blur(14px);}
.ebuc-quote-modal-panel{position:relative;z-index:1;width:min(860px,100%);max-height:min(92vh,860px);overflow:auto;margin:0!important;padding:24px!important;border-radius:26px!important;border-color:rgba(245,188,65,.44)!important;background:radial-gradient(circle at 0 0,rgba(245,188,65,.20),transparent 34%),linear-gradient(180deg,rgba(24,29,43,.98),rgba(10,14,24,.98))!important;box-shadow:0 34px 110px rgba(0,0,0,.58),0 0 0 1px rgba(217,92,255,.10) inset!important;}
.ebuc-quote-close{position:absolute;right:14px;top:12px;width:38px;height:38px;display:grid;place-items:center;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.07);color:#fff;text-decoration:none!important;font-size:28px;line-height:1;z-index:2;}
.ebuc-quote-close:hover{background:rgba(245,188,65,.14);color:#fff;}
.ebuc-quote-modal .ebuc-quote-request-head{padding-right:42px;}
.ebuc-quote-modal .ebuc-quote-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
.ebuc-quote-modal .ebuc-quote-grid input,.ebuc-quote-modal .ebuc-quote-grid textarea,.ebuc-quote-modal .ebuc-quote-grid select{min-height:46px;border-radius:14px;background:rgba(6,9,18,.76);border-color:rgba(255,255,255,.14);}
.ebuc-quote-modal .ebuc-quote-grid textarea{min-height:118px;}
body.ebuc-quote-modal-open{overflow:hidden;}
@media(max-width:1080px){
  body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-profile-hero.professional,
  .ebuc-profile-redesign-app .ebuc-profile-quickfacts,
  body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-profile-lux-layout{width:min(100% - 28px,1180px)!important;}
  body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-profile-lux-layout{grid-template-columns:1fr!important;}
  .ebuc-profile-redesign-app .ebuc-profile-lux-layout>.ebuc-profile-sticky-rail{order:1;position:static;}
  .ebuc-profile-redesign-app .ebuc-profile-lux-layout>.ebuc-profile-main-card{order:2;}
  .ebuc-profile-redesign-app .ebuc-profile-sticky-rail{grid-template-columns:1fr 1fr;}
}
@media(max-width:860px){
  body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-profile-hero.professional{grid-template-columns:1fr!important;}
  body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-profile-hero.professional .ebuc-profile-hero-media,body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-profile-hero.professional .ebuc-profile-hero-media img{min-height:300px!important;}
  .ebuc-profile-redesign-app .ebuc-profile-quickfacts{grid-template-columns:repeat(2,minmax(0,1fr));}
  .ebuc-profile-redesign-app .ebuc-quick-quote-btn{grid-column:1/-1;min-height:48px;}
  .ebuc-profile-redesign-app .ebuc-profile-sticky-rail{grid-template-columns:1fr;}
}
@media(max-width:720px){
  .ebuc-profile-redesign-app .ebuc-role-summary-grid,.ebuc-quote-modal .ebuc-quote-grid{grid-template-columns:1fr;}
  .ebuc-profile-redesign-app .ebuc-profile-quickfacts{grid-template-columns:1fr;}
  .ebuc-quote-modal{padding:14px;align-items:flex-end;}
  .ebuc-quote-modal-panel{max-height:88vh;padding:20px!important;border-radius:24px 24px 18px 18px!important;}
  .ebuc-profile-redesign-app .ebuc-quick-quote-btn{position:fixed;left:14px;right:14px;bottom:14px;z-index:70;min-height:54px!important;border-radius:18px!important;box-shadow:0 18px 44px rgba(0,0,0,.42),0 0 0 1px rgba(255,255,255,.12) inset!important;}
  body.ebuc-standalone-page .ebuc-profile-redesign-app{padding-bottom:74px;}
}


/* 0.12.4 clean professional profile UX: fixes raw option labels, oversized blocks and noisy generic sections */
body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-profile-hero.professional{
  width:min(1180px,calc(100% - 40px))!important;
  grid-template-columns:minmax(280px,420px) minmax(0,1fr)!important;
  min-height:0!important;
  align-items:stretch!important;
  margin-top:28px!important;
  border-radius:30px!important;
  overflow:hidden!important;
}
body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-profile-hero.professional .ebuc-profile-hero-media{
  min-height:0!important;
  aspect-ratio:1.12/1!important;
  background:linear-gradient(180deg,#05070d,#02040a)!important;
  padding:0!important;
}
body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-profile-hero.professional .ebuc-profile-hero-media img{
  width:100%!important;
  height:100%!important;
  min-height:0!important;
  object-fit:contain!important;
  object-position:center center!important;
  background:#03050a!important;
}
body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-profile-hero.professional .ebuc-profile-hero-copy{
  padding:clamp(28px,3.2vw,44px)!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
}
body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-profile-hero.professional .ebuc-profile-hero-copy h1{
  font-size:clamp(42px,4.4vw,64px)!important;
  line-height:.96!important;
  margin:12px 0 12px!important;
  letter-spacing:-.07em!important;
}
body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-profile-hero.professional .ebuc-profile-hero-copy p{
  max-width:650px!important;
  font-size:15.5px!important;
  line-height:1.58!important;
}
.ebuc-profile-redesign-app .ebuc-entity-kicker{
  width:auto!important;
  max-width:100%!important;
  display:inline-flex!important;
  gap:6px!important;
  flex-wrap:wrap!important;
  padding:7px 12px!important;
  border-radius:999px!important;
}
.ebuc-profile-redesign-app .ebuc-profile-actions{margin-top:18px!important;}
.ebuc-profile-redesign-app .ebuc-profile-quickfacts{
  width:min(1180px,calc(100% - 40px))!important;
  grid-template-columns:repeat(4,minmax(0,1fr)) minmax(190px,auto)!important;
  margin-top:14px!important;
  padding:10px!important;
  border-radius:22px!important;
}
.ebuc-profile-redesign-app .ebuc-profile-quickfacts>div{padding:13px 15px!important;}
.ebuc-profile-redesign-app .ebuc-profile-quickfacts strong{font-size:15px!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important;}
.ebuc-profile-redesign-app .ebuc-public-profile-nav{
  position:static!important;
  top:auto!important;
  width:min(1180px,calc(100% - 40px))!important;
  margin:14px auto 22px!important;
  padding:8px!important;
  border-radius:18px!important;
  background:rgba(10,14,24,.72)!important;
  box-shadow:none!important;
}
body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-profile-lux-layout{
  width:min(1180px,calc(100% - 40px))!important;
  grid-template-columns:minmax(0,1fr) 330px!important;
  gap:22px!important;
}
body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-profile-main-card{
  padding:18px!important;
  border-radius:26px!important;
}
body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-profile-main-card>section,
body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-profile-service-anchor>section{
  padding:24px!important;
  border-radius:22px!important;
}
body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-lux-content-section h2{
  font-size:clamp(26px,2.5vw,34px)!important;
  line-height:1.08!important;
}
.ebuc-profile-redesign-app .ebuc-clean-section-head{margin-bottom:14px!important;}
.ebuc-profile-redesign-app .ebuc-clean-section-head span{
  display:inline-flex!important;
  padding:5px 9px!important;
  border-radius:999px!important;
  background:rgba(245,188,65,.10)!important;
  border:1px solid rgba(245,188,65,.24)!important;
  color:#ffe0a0!important;
  font-size:11px!important;
  font-weight:950!important;
  text-transform:uppercase!important;
  letter-spacing:.06em!important;
  margin-bottom:8px!important;
}
.ebuc-profile-redesign-app .ebuc-clean-section-head h2{margin:0!important;}
.ebuc-profile-redesign-app .ebuc-pro-clean-section .ebuc-section-label{display:none!important;}
.ebuc-profile-redesign-app .ebuc-professional-role-section h2{font-size:clamp(24px,2.6vw,32px)!important;}
.ebuc-profile-redesign-app .ebuc-role-summary-grid{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:12px!important;
  margin-top:0!important;
}
.ebuc-profile-redesign-app .ebuc-role-summary-grid .ebuc-business-info-block{
  min-height:0!important;
  border-radius:16px!important;
  padding:15px!important;
}
.ebuc-profile-redesign-app .ebuc-role-summary-grid .ebuc-business-info-block.is-highlight{
  grid-column:auto!important;
  background:linear-gradient(135deg,rgba(245,188,65,.10),rgba(255,255,255,.035))!important;
}
.ebuc-profile-redesign-app .ebuc-role-summary-grid .ebuc-business-info-block.is-wide{grid-column:1/-1!important;}
.ebuc-profile-redesign-app .ebuc-side-details-card dd{font-size:17px!important;}
.ebuc-profile-redesign-app .ebuc-side-details-card .emu-tags span,
.ebuc-profile-redesign-app .ebuc-side-details-card .ebuc-tags span{font-size:12px!important;}
.ebuc-profile-redesign-app .ebuc-profile-services .ebuc-service-list{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important;}
.ebuc-profile-redesign-app .ebuc-profile-services .ebuc-service-card{border-radius:18px!important;padding:18px!important;min-height:0!important;}
@media(max-width:1080px){
  body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-profile-lux-layout{grid-template-columns:1fr!important;}
  .ebuc-profile-redesign-app .ebuc-profile-lux-layout>.ebuc-profile-sticky-rail{order:2!important;position:static!important;grid-template-columns:1fr 1fr!important;}
  .ebuc-profile-redesign-app .ebuc-profile-lux-layout>.ebuc-profile-main-card{order:1!important;}
}
@media(max-width:860px){
  body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-profile-hero.professional{grid-template-columns:1fr!important;width:min(100% - 28px,1180px)!important;}
  body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-profile-hero.professional .ebuc-profile-hero-media{aspect-ratio:16/10!important;}
  .ebuc-profile-redesign-app .ebuc-profile-quickfacts{width:min(100% - 28px,1180px)!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  .ebuc-profile-redesign-app .ebuc-quick-quote-btn{grid-column:1/-1!important;}
  .ebuc-profile-redesign-app .ebuc-public-profile-nav{width:min(100% - 28px,1180px)!important;}
  body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-profile-lux-layout{width:min(100% - 28px,1180px)!important;}
}
@media(max-width:720px){
  .ebuc-profile-redesign-app .ebuc-profile-quickfacts,
  .ebuc-profile-redesign-app .ebuc-role-summary-grid,
  .ebuc-profile-redesign-app .ebuc-profile-services .ebuc-service-list,
  .ebuc-profile-redesign-app .ebuc-profile-sticky-rail{grid-template-columns:1fr!important;}
  body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-profile-hero.professional .ebuc-profile-hero-copy h1{font-size:38px!important;}
}
.ebuc-profile-redesign-app .ebuc-role-summary-grid .ebuc-business-info-block:nth-child(1),
.ebuc-profile-redesign-app .ebuc-role-summary-grid .ebuc-business-info-block:nth-child(4){grid-column:auto!important;}
.ebuc-profile-redesign-app .ebuc-role-summary-grid .ebuc-business-info-block.is-wide{grid-column:1/-1!important;}

/* 0.12.5 professional profile layout hard-fix: no image overlap, aligned cards, clean uppercase Greek labels */
body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-profile-hero.professional{
  display:flex!important;
  grid-template-columns:none!important;
  align-items:stretch!important;
  width:min(1180px,calc(100% - 40px))!important;
  min-height:0!important;
  overflow:hidden!important;
  isolation:isolate!important;
}
body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-profile-hero.professional .ebuc-profile-hero-media{
  flex:0 0 360px!important;
  width:360px!important;
  max-width:360px!important;
  min-width:0!important;
  min-height:0!important;
  height:auto!important;
  aspect-ratio:auto!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:#02040a!important;
  overflow:hidden!important;
  position:relative!important;
  z-index:0!important;
}
body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-profile-hero.professional .ebuc-profile-hero-media img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  min-height:0!important;
  object-fit:contain!important;
  object-position:center center!important;
  position:relative!important;
  z-index:0!important;
  transform:none!important;
}
body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-profile-hero.professional .ebuc-profile-hero-copy{
  flex:1 1 auto!important;
  min-width:0!important;
  overflow:hidden!important;
  position:relative!important;
  z-index:2!important;
  padding:34px 44px!important;
}
body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-profile-hero.professional .ebuc-profile-hero-copy h1,
body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-profile-hero.professional .ebuc-profile-hero-copy p,
body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-profile-actions,
body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-tags{
  position:relative!important;
  z-index:3!important;
}
body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-profile-hero.professional .ebuc-profile-hero-copy h1{
  font-size:clamp(40px,4.1vw,62px)!important;
  line-height:.98!important;
  letter-spacing:-.06em!important;
  max-width:100%!important;
  overflow-wrap:break-word!important;
}
.ebuc-profile-redesign-app .ebuc-profile-actions{display:flex!important;align-items:center!important;gap:10px!important;flex-wrap:wrap!important;}
.ebuc-profile-redesign-app .ebuc-profile-actions .emu-btn{min-height:42px!important;padding:0 15px!important;font-size:15px!important;}
.ebuc-profile-redesign-app .ebuc-profile-quickfacts{
  grid-template-columns:repeat(4,minmax(0,1fr)) minmax(190px,230px)!important;
  align-items:stretch!important;
  gap:10px!important;
}
.ebuc-profile-redesign-app .ebuc-profile-quickfacts>div,
.ebuc-profile-redesign-app .ebuc-quick-quote-btn{
  min-height:86px!important;
  height:auto!important;
}
.ebuc-profile-redesign-app .ebuc-profile-quickfacts span,
.ebuc-profile-redesign-app .ebuc-sticky-quote-card>span,
.ebuc-profile-redesign-app .ebuc-side-details-card dt,
.ebuc-profile-redesign-app .ebuc-clean-section-head span,
.ebuc-profile-redesign-app .ebuc-business-info-block strong,
.ebuc-profile-redesign-app .ebuc-role-summary-grid .ebuc-business-info-block strong{
  text-transform:none!important;
  letter-spacing:.055em!important;
}
body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-profile-main-card>section,
body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-profile-service-anchor>section{
  display:block!important;
}
.ebuc-profile-redesign-app .ebuc-professional-role-section{
  display:block!important;
}
.ebuc-profile-redesign-app .ebuc-clean-section-head{
  display:block!important;
  max-width:100%!important;
  margin:0 0 18px!important;
}
.ebuc-profile-redesign-app .ebuc-clean-section-head h2{
  max-width:780px!important;
}
.ebuc-profile-redesign-app .ebuc-role-summary-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:14px!important;
  margin:0!important;
  align-items:stretch!important;
}
.ebuc-profile-redesign-app .ebuc-role-summary-grid .ebuc-business-info-block,
.ebuc-profile-redesign-app .ebuc-role-summary-grid .ebuc-business-info-block.is-highlight,
.ebuc-profile-redesign-app .ebuc-role-summary-grid .ebuc-business-info-block.is-wide,
.ebuc-profile-redesign-app .ebuc-role-summary-grid .ebuc-business-info-block:nth-child(1),
.ebuc-profile-redesign-app .ebuc-role-summary-grid .ebuc-business-info-block:nth-child(4){
  grid-column:auto!important;
  min-height:116px!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:flex-start!important;
  align-self:stretch!important;
}
.ebuc-profile-redesign-app .ebuc-role-summary-grid .ebuc-business-info-block p{
  margin-top:0!important;
}
.ebuc-profile-redesign-app .ebuc-profile-services .ebuc-service-list{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:14px!important;
  align-items:stretch!important;
}
.ebuc-profile-redesign-app .ebuc-profile-services .ebuc-service-card{
  height:100%!important;
  display:flex!important;
  flex-direction:column!important;
}
@media(max-width:1120px){
  body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-profile-hero.professional .ebuc-profile-hero-media{flex-basis:320px!important;width:320px!important;max-width:320px!important;}
  body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-profile-hero.professional .ebuc-profile-hero-copy{padding:28px!important;}
  .ebuc-profile-redesign-app .ebuc-profile-quickfacts{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  .ebuc-profile-redesign-app .ebuc-quick-quote-btn{grid-column:1/-1!important;}
}
@media(max-width:860px){
  body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-profile-hero.professional{display:block!important;width:min(100% - 28px,1180px)!important;}
  body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-profile-hero.professional .ebuc-profile-hero-media{width:100%!important;max-width:100%!important;min-height:260px!important;height:260px!important;}
  body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-profile-hero.professional .ebuc-profile-hero-copy{padding:24px!important;}
  .ebuc-profile-redesign-app .ebuc-role-summary-grid,.ebuc-profile-redesign-app .ebuc-profile-services .ebuc-service-list{grid-template-columns:1fr!important;}
}
@media(max-width:640px){
  .ebuc-profile-redesign-app .ebuc-profile-quickfacts{grid-template-columns:1fr!important;}
  .ebuc-profile-redesign-app .ebuc-profile-quickfacts>div{min-height:0!important;}
}


/* 0.12.6 - compact Community cards + platform-managed leads + stricter profile layout */
body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-profile-hero.professional{
  display:grid!important;
  grid-template-columns:300px minmax(0,1fr)!important;
  width:min(1120px,calc(100% - 40px))!important;
  min-height:320px!important;
  max-height:none!important;
  align-items:stretch!important;
  overflow:hidden!important;
}
body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-profile-hero.professional .ebuc-profile-hero-media{
  grid-column:1!important;
  width:300px!important;
  max-width:300px!important;
  min-width:300px!important;
  height:320px!important;
  min-height:320px!important;
  max-height:320px!important;
  aspect-ratio:auto!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:#02040a!important;
  overflow:hidden!important;
  border-right:1px solid rgba(245,188,65,.20)!important;
}
body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-profile-hero.professional .ebuc-profile-hero-media img{
  width:100%!important;
  height:100%!important;
  min-width:0!important;
  min-height:0!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:contain!important;
  object-position:center center!important;
  transform:none!important;
  filter:saturate(1.02) contrast(1.02)!important;
}
body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-profile-hero.professional .ebuc-profile-hero-copy{
  grid-column:2!important;
  min-width:0!important;
  width:100%!important;
  overflow:hidden!important;
  padding:30px 40px!important;
}
body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-profile-hero.professional .ebuc-profile-hero-copy h1{
  font-size:clamp(36px,4vw,58px)!important;
  line-height:1!important;
  margin:12px 0!important;
  letter-spacing:-.055em!important;
  word-break:normal!important;
  overflow-wrap:anywhere!important;
}
body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-profile-hero.professional .ebuc-profile-hero-copy p{
  font-size:15px!important;
  line-height:1.52!important;
  max-width:680px!important;
}
.ebuc-profile-redesign-app .ebuc-side-call-button{display:none!important;}
.ebuc-profile-redesign-app .ebuc-profile-quickfacts{width:min(1120px,calc(100% - 40px))!important;grid-template-columns:repeat(4,minmax(0,1fr)) 220px!important;}
.ebuc-profile-redesign-app .ebuc-profile-quickfacts>div,.ebuc-profile-redesign-app .ebuc-quick-quote-btn{min-height:76px!important;}
.ebuc-profile-redesign-app .ebuc-profile-quickfacts span,
.ebuc-profile-redesign-app .ebuc-sticky-quote-card>span,
.ebuc-profile-redesign-app .ebuc-side-details-card dt,
.ebuc-profile-redesign-app .ebuc-clean-section-head span,
.ebuc-profile-redesign-app .ebuc-business-info-block strong{
  text-transform:none!important;
  letter-spacing:.04em!important;
}
body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-profile-lux-layout{width:min(1120px,calc(100% - 40px))!important;}
.ebuc-profile-redesign-app .ebuc-professional-role-section{display:block!important;padding:20px!important;}
.ebuc-profile-redesign-app .ebuc-clean-section-head{display:block!important;margin:0 0 16px!important;max-width:100%!important;}
.ebuc-profile-redesign-app .ebuc-clean-section-head h2{font-size:clamp(26px,2.6vw,36px)!important;line-height:1.05!important;margin:0!important;max-width:none!important;}
.ebuc-profile-redesign-app .ebuc-role-summary-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;align-items:stretch!important;}
.ebuc-profile-redesign-app .ebuc-role-summary-grid .ebuc-business-info-block,
.ebuc-profile-redesign-app .ebuc-role-summary-grid .ebuc-business-info-block.is-highlight,
.ebuc-profile-redesign-app .ebuc-role-summary-grid .ebuc-business-info-block.is-wide{
  grid-column:auto!important;
  min-height:0!important;
  padding:15px!important;
  border-radius:16px!important;
}
.ebuc-profile-redesign-app .ebuc-role-summary-grid .ebuc-business-info-block p{font-size:14px!important;line-height:1.48!important;margin:8px 0 0!important;}
.ebuc-profile-redesign-app .ebuc-profile-services .ebuc-service-list{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;}
.ebuc-profile-redesign-app .ebuc-profile-services .ebuc-service-card{min-height:0!important;padding:16px!important;}

body.ebuc-standalone-page .ebuc-musicians-app .ebuc-section.emu-container{width:min(1560px,calc(100% - 40px))!important;}
body.ebuc-standalone-page .ebuc-musicians-app .ebuc-card-grid.ebuc-musician-grid{
  display:grid!important;
  grid-template-columns:repeat(auto-fill,minmax(220px,1fr))!important;
  gap:16px!important;
  align-items:stretch!important;
}
body.ebuc-standalone-page .ebuc-musicians-app .ebuc-musician-card{
  border-radius:20px!important;
  min-height:0!important;
  box-shadow:0 14px 38px rgba(0,0,0,.30)!important;
}
body.ebuc-standalone-page .ebuc-musicians-app .ebuc-musician-card .ebuc-profile-media{
  height:145px!important;
  min-height:145px!important;
  background:radial-gradient(circle at 50% 25%,rgba(191,47,255,.14),transparent 40%),#070b12!important;
}
body.ebuc-standalone-page .ebuc-musicians-app .ebuc-musician-card .ebuc-profile-media img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center 34%!important;
}
body.ebuc-standalone-page .ebuc-musicians-app .ebuc-musician-card .ebuc-profile-content{padding:13px 14px 14px!important;display:flex!important;flex-direction:column!important;gap:9px!important;}
body.ebuc-standalone-page .ebuc-musicians-app .ebuc-musician-card .ebuc-tags{gap:5px!important;}
body.ebuc-standalone-page .ebuc-musicians-app .ebuc-musician-card .ebuc-tags span,
body.ebuc-standalone-page .ebuc-musicians-app .ebuc-musician-card .ebuc-tags a{font-size:10px!important;padding:4px 7px!important;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
body.ebuc-standalone-page .ebuc-musicians-app .ebuc-musician-card h3{font-size:18px!important;line-height:1.12!important;margin:0!important;letter-spacing:-.025em!important;}
body.ebuc-standalone-page .ebuc-musicians-app .ebuc-musician-card p{font-size:13px!important;line-height:1.42!important;margin:0!important;color:#cbd2e2!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
body.ebuc-standalone-page .ebuc-musicians-app .ebuc-musician-card .ebuc-card-bottom{margin-top:auto!important;}
body.ebuc-standalone-page .ebuc-musicians-app .ebuc-musician-card .ebuc-card-bottom .emu-btn{min-height:34px!important;padding:0 12px!important;font-size:12px!important;border-radius:11px!important;}

@media(max-width:1180px){
  body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-profile-hero.professional{grid-template-columns:260px minmax(0,1fr)!important;}
  body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-profile-hero.professional .ebuc-profile-hero-media{width:260px!important;max-width:260px!important;min-width:260px!important;}
  .ebuc-profile-redesign-app .ebuc-profile-quickfacts{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  .ebuc-profile-redesign-app .ebuc-quick-quote-btn{grid-column:1/-1!important;}
}
@media(max-width:860px){
  body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-profile-hero.professional{grid-template-columns:1fr!important;width:min(100% - 28px,1120px)!important;}
  body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-profile-hero.professional .ebuc-profile-hero-media{grid-column:1!important;width:100%!important;max-width:100%!important;min-width:0!important;height:230px!important;min-height:230px!important;max-height:230px!important;border-right:0!important;border-bottom:1px solid rgba(245,188,65,.20)!important;}
  body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-profile-hero.professional .ebuc-profile-hero-copy{grid-column:1!important;padding:22px!important;}
  .ebuc-profile-redesign-app .ebuc-role-summary-grid,.ebuc-profile-redesign-app .ebuc-profile-services .ebuc-service-list{grid-template-columns:1fr!important;}
}
@media(max-width:620px){
  body.ebuc-standalone-page .ebuc-musicians-app .ebuc-card-grid.ebuc-musician-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;}
  body.ebuc-standalone-page .ebuc-musicians-app .ebuc-musician-card .ebuc-profile-media{height:120px!important;min-height:120px!important;}
  body.ebuc-standalone-page .ebuc-musicians-app .ebuc-musician-card .ebuc-profile-content{padding:11px!important;}
  body.ebuc-standalone-page .ebuc-musicians-app .ebuc-musician-card h3{font-size:16px!important;}
}


/* v0.12.8 owner studio cleanup: compact forms, clean owner view, no accented uppercase labels */
.ebuc-admin-owner-notice{display:none!important}
.ebuc-profile-studio label strong,
.ebuc-profile-studio .ebuc-controlled-group>strong,
.ebuc-create-band-fields label>span,
.ebuc-new-band-member-grid label>span,
.ebuc-band-member-row label>span{
  text-transform:none!important;
  letter-spacing:.01em!important;
}
.ebuc-profile-studio .ebuc-eyebrow,
.ebuc-profile-studio .ebuc-section-label{letter-spacing:.02em!important}
.ebuc-profile-studio .ebuc-studio-card-head p:empty,
.ebuc-profile-studio .ebuc-form-block .ebuc-muted:empty{display:none!important}
.ebuc-profile-studio .ebuc-studio-card-head p{display:none!important}
.ebuc-profile-studio .ebuc-card-preview{display:none!important}
.ebuc-profile-studio .ebuc-card-marketplace{grid-column:1/-1!important}
.ebuc-profile-studio .ebuc-card-identity{grid-column:1/span 6!important}
.ebuc-profile-studio .ebuc-card-music{grid-column:7/-1!important}
.ebuc-profile-studio .ebuc-card-members{grid-column:1/span 6!important}
.ebuc-profile-studio .ebuc-card-member-bands{grid-column:7/-1!important}
.ebuc-entity-switcher{padding:18px!important;border-radius:26px!important;margin-bottom:22px!important}
.ebuc-entity-switcher-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:14px!important}
.ebuc-entity-switcher-head h3{margin-bottom:4px!important}
.ebuc-entity-switcher-head p{max-width:760px!important;font-size:14px!important;line-height:1.45!important;margin:0!important;color:#b8c2d5!important}
.ebuc-entity-grid{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(230px,1fr))!important;gap:12px!important;margin-bottom:12px!important}
.ebuc-entity-card{min-height:0!important;padding:14px!important;border-radius:20px!important}
.ebuc-entity-card .emu-btn{min-height:36px!important;padding:0 12px!important;font-size:12px!important}
.ebuc-entity-create-details{margin-top:12px;border:1px solid rgba(255,255,255,.10);border-radius:20px;background:rgba(255,255,255,.028);overflow:hidden}
.ebuc-entity-create-details>summary{cursor:pointer;list-style:none;padding:14px 16px;color:#fff;font-weight:950;background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.025))}
.ebuc-entity-create-details>summary::-webkit-details-marker{display:none}
.ebuc-entity-create-details>summary:after{content:'+';float:right;color:#ffd35d;font-size:20px;line-height:1}
.ebuc-entity-create-details[open]>summary:after{content:'−'}
.ebuc-entity-create-details .ebuc-create-band-form{margin:0!important;padding:16px!important;border:0!important;background:transparent!important}
.ebuc-create-band-head{margin-bottom:12px!important}
.ebuc-create-band-head span{font-size:14px!important;line-height:1.45!important;color:#c4ccdc!important}
.ebuc-create-band-fields{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important;align-items:start!important}
.ebuc-create-band-fields>.wide,
.ebuc-create-band-fields>.ebuc-adaptive-control-group,
.ebuc-create-band-fields>.ebuc-controlled-group{grid-column:1/-1!important}
.ebuc-create-band-fields textarea{min-height:92px!important}
.ebuc-controlled-grid{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))!important;gap:8px!important;max-height:220px;overflow:auto;padding:2px 4px 6px 0;scrollbar-width:thin}
.ebuc-controlled-chip{min-height:34px!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;transform:none!important}
.ebuc-controlled-chip span{min-height:34px!important;padding:8px 10px!important;border-radius:12px!important;font-size:12px!important;line-height:1.15!important;text-transform:none!important;letter-spacing:.01em!important;width:100%;overflow-wrap:anywhere}
.ebuc-controlled-chip span:before{width:16px!important;height:16px!important;flex-basis:16px!important;border-radius:5px!important}
.ebuc-adaptive-empty{min-height:42px!important;margin:8px 0 0!important;border-radius:14px!important;font-size:14px!important}
.ebuc-studio-section-tabs{top:76px!important;gap:8px!important;padding:8px!important;margin-bottom:16px!important}
.ebuc-studio-section-tabs a{min-height:38px!important;padding:0 12px!important;font-size:12px!important}
.ebuc-studio-hero{margin-bottom:16px!important}
.ebuc-studio-hero-main{padding:18px!important;border-radius:24px!important}
.ebuc-studio-hero-media{width:118px!important;min-width:118px!important}
.ebuc-studio-hero-media img,.ebuc-studio-hero-media .ebuc-avatar{width:118px!important;height:118px!important;border-radius:22px!important;object-fit:cover!important}
.ebuc-studio-quality-badge{font-size:11px!important;padding:7px 10px!important}
.ebuc-studio-hero-copy h2{font-size:clamp(30px,4vw,48px)!important;line-height:1!important}
.ebuc-studio-hero-copy .ebuc-muted{font-size:15px!important;line-height:1.45!important;max-width:620px!important}
.ebuc-studio-hero-stats{grid-template-columns:repeat(3,minmax(0,1fr))!important;padding:14px!important;border-radius:24px!important;gap:10px!important}
.ebuc-studio-stat-card{min-height:76px!important;padding:12px!important;border-radius:16px!important}
.ebuc-studio-stat-card strong{font-size:16px!important;line-height:1.18!important}
.ebuc-studio-stat-card span{font-size:12px!important}
.ebuc-studio-grid{gap:16px!important}
.ebuc-studio-card{padding:18px!important;border-radius:22px!important}
.ebuc-studio-card-head{margin-bottom:14px!important;padding-bottom:10px!important}
.ebuc-studio-card-head h3{font-size:24px!important;line-height:1.1!important}
.ebuc-studio-fields{gap:12px!important}
.ebuc-studio-fields-2,.ebuc-studio-fields-3{gap:12px!important}
.ebuc-profile-studio input[type=text],
.ebuc-profile-studio input[type=email],
.ebuc-profile-studio input:not([type]),
.ebuc-profile-studio select,
.ebuc-profile-studio textarea{min-height:46px!important;border-radius:14px!important;font-size:14px!important;padding:0 12px!important}
.ebuc-profile-studio textarea{min-height:96px!important;padding:12px!important}
.ebuc-form-block{padding:12px!important;border-radius:16px!important}
.ebuc-member-row{display:grid!important;grid-template-columns:minmax(120px,1fr) minmax(140px,180px) minmax(120px,1fr)!important;gap:8px!important;padding:8px!important;margin-bottom:8px!important;border-radius:14px!important}
.ebuc-member-row input,.ebuc-member-row select{min-height:42px!important;font-size:13px!important}
.ebuc-studio-submit-bar{bottom:10px!important;padding:12px 14px!important;border-radius:18px!important}
.ebuc-studio-submit-bar span{display:none!important}
.ebuc-studio-submit-bar .emu-btn{min-height:46px!important}
@media(max-width:1180px){
  .ebuc-profile-studio .ebuc-card-identity,.ebuc-profile-studio .ebuc-card-music,.ebuc-profile-studio .ebuc-card-members,.ebuc-profile-studio .ebuc-card-member-bands,.ebuc-profile-studio .ebuc-card-marketplace{grid-column:1/-1!important}
  .ebuc-create-band-fields{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .ebuc-studio-hero-stats{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:760px){
  .ebuc-entity-switcher-head{display:grid!important}
  .ebuc-entity-head-actions{display:grid!important;grid-template-columns:1fr!important;width:100%!important}
  .ebuc-create-band-fields,.ebuc-studio-fields-2,.ebuc-studio-fields-3{grid-template-columns:1fr!important}
  .ebuc-controlled-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;max-height:260px}
  .ebuc-member-row{grid-template-columns:1fr!important}
  .ebuc-studio-hero-media{width:100%!important;min-width:0!important;align-items:flex-start!important}
  .ebuc-studio-hero-stats{grid-template-columns:1fr!important}
}
@media(max-width:460px){.ebuc-controlled-grid{grid-template-columns:1fr!important}}

/* v0.12.8 final chip container reset */
.ebuc-controlled-chip:has(input:checked),
.ebuc-controlled-chip:hover{border:0!important;background:transparent!important;box-shadow:none!important;transform:none!important}

/* Admin-only destructive profile cleanup action. Hidden from visitors by capability checks in PHP. */
.ebuc-admin-delete-user-form{display:inline-flex;margin:0}
.ebuc-profile-actions .ebuc-admin-delete-user-form .emu-btn.ebuc-danger-btn{border-color:rgba(255,80,110,.55)!important;color:#ffd7df!important;background:rgba(255,70,100,.08)!important}
.ebuc-profile-actions .ebuc-admin-delete-user-form .emu-btn.ebuc-danger-btn:hover{background:rgba(255,70,100,.18)!important;border-color:rgba(255,80,110,.85)!important;color:#fff!important}

/* Admin frontend publish/profile cleanup actions */
.ebuc-admin-publish-profile-form,.ebuc-admin-delete-user-form{display:inline-flex;margin:0}.ebuc-card-actions .ebuc-admin-publish-profile-form,.ebuc-card-bottom-actions .ebuc-admin-publish-profile-form{display:inline-flex}.ebuc-admin-publish-btn{white-space:nowrap}.ebuc-admin-published-badge{opacity:.72;cursor:default;pointer-events:none}.ebuc-danger-btn{border-color:rgba(239,68,68,.55)!important;color:#fecaca!important;background:rgba(127,29,29,.22)!important}

/* v0.12.8-admin-marketplace-compact-cards
   Marketplace professional cards: smaller visual footprint and logo-safe images. */
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-professional-grid{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:14px!important;
}
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-professional-card{
  border-radius:18px!important;
  box-shadow:0 12px 34px rgba(0,0,0,.30)!important;
}
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-professional-card .ebuc-profile-media{
  height:145px!important;
  min-height:145px!important;
  padding:10px!important;
  background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(0,0,0,.18)),#070a10!important;
}
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-professional-card .ebuc-profile-media img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:center center!important;
  filter:saturate(1.02) contrast(1.02)!important;
}
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-professional-card .ebuc-profile-content{
  padding:14px!important;
}
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-professional-card .ebuc-profile-content h3{
  font-size:17px!important;
  line-height:1.14!important;
  margin:9px 0 6px!important;
}
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-professional-card .ebuc-profile-content p{
  min-height:48px!important;
  font-size:13px!important;
  line-height:1.38!important;
  margin-bottom:10px!important;
}
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-professional-card .ebuc-tags span,
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-professional-card .ebuc-tags a{
  padding:5px 7px!important;
  font-size:10px!important;
  line-height:1.1!important;
}
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-professional-card .ebuc-card-bottom{
  align-items:flex-start!important;
  gap:8px!important;
  margin-top:10px!important;
}
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-professional-card .ebuc-card-actions{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:6px!important;
  justify-content:flex-end!important;
}
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-professional-card .emu-btn{
  min-height:32px!important;
  padding:0 9px!important;
  border-radius:10px!important;
  font-size:11px!important;
}
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-image-quality-dot{display:none!important;}
@media(max-width:1180px){body.ebuc-standalone-page .ebuc-professionals-app .ebuc-professional-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;}}
@media(max-width:820px){body.ebuc-standalone-page .ebuc-professionals-app .ebuc-professional-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}body.ebuc-standalone-page .ebuc-professionals-app .ebuc-professional-card .ebuc-profile-media{height:135px!important;min-height:135px!important;}}
@media(max-width:560px){body.ebuc-standalone-page .ebuc-professionals-app .ebuc-professional-grid{grid-template-columns:1fr!important;}body.ebuc-standalone-page .ebuc-professionals-app .ebuc-professional-card .ebuc-profile-media{height:160px!important;min-height:160px!important;}}

/* v0.12.8-marketplace-community-card-parity
   Make marketplace directory cards follow the same compact rhythm as the community cards. */
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-section.emu-container{width:min(1560px,calc(100% - 40px))!important;}
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-card-grid.ebuc-professional-grid{
  display:grid!important;
  grid-template-columns:repeat(auto-fill,minmax(220px,1fr))!important;
  gap:16px!important;
  align-items:stretch!important;
}
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-professional-card{
  border-radius:20px!important;
  min-height:0!important;
  box-shadow:0 14px 38px rgba(0,0,0,.30)!important;
}
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-professional-card .ebuc-profile-media{
  height:145px!important;
  min-height:145px!important;
  padding:0!important;
  background:radial-gradient(circle at 50% 25%,rgba(245,188,65,.14),transparent 40%),#070b12!important;
}
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-professional-card .ebuc-profile-media img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center 34%!important;
  filter:saturate(1.03) contrast(1.02)!important;
}
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-professional-card .ebuc-profile-content{
  padding:13px 14px 14px!important;
  display:flex!important;
  flex-direction:column!important;
  gap:9px!important;
}
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-professional-card .ebuc-tags{gap:5px!important;}
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-professional-card .ebuc-tags span,
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-professional-card .ebuc-tags a{
  font-size:10px!important;
  padding:4px 7px!important;
  max-width:100%;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-professional-card h3{
  font-size:18px!important;
  line-height:1.12!important;
  margin:0!important;
  letter-spacing:-.025em!important;
}
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-professional-card p{
  min-height:0!important;
  font-size:13px!important;
  line-height:1.42!important;
  margin:0!important;
  color:#cbd2e2!important;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-professional-card .ebuc-card-bottom{
  margin-top:auto!important;
  align-items:flex-end!important;
  gap:8px!important;
}
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-professional-card .ebuc-card-actions{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:6px!important;
  justify-content:flex-end!important;
}
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-professional-card .ebuc-card-bottom .emu-btn,
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-professional-card .emu-btn{
  min-height:34px!important;
  padding:0 12px!important;
  font-size:12px!important;
  border-radius:11px!important;
}
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-image-quality-dot{display:none!important;}
@media(max-width:620px){
  body.ebuc-standalone-page .ebuc-professionals-app .ebuc-card-grid.ebuc-professional-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;}
  body.ebuc-standalone-page .ebuc-professionals-app .ebuc-professional-card .ebuc-profile-media{height:120px!important;min-height:120px!important;}
  body.ebuc-standalone-page .ebuc-professionals-app .ebuc-professional-card .ebuc-profile-content{padding:11px!important;}
  body.ebuc-standalone-page .ebuc-professionals-app .ebuc-professional-card h3{font-size:16px!important;}
}

/* v0.12.8-marketplace-exact-community-directory-parity
   Professionals directory now uses the exact same card sizing rhythm as the community directory. */
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-main,
body.ebuc-standalone-page .ebuc-musicians-app .ebuc-main{
  width:100%!important;
}
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-section.emu-container,
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-page-hero.emu-container{
  width:min(1560px,calc(100vw - 40px))!important;
  max-width:none!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-card-grid.ebuc-professional-grid{
  display:grid!important;
  grid-template-columns:repeat(auto-fill,minmax(220px,1fr))!important;
  gap:16px!important;
  align-items:stretch!important;
}
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-professional-card{
  display:flex!important;
  flex-direction:column!important;
  min-height:465px!important;
  border-radius:20px!important;
  overflow:hidden!important;
}
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-professional-card .ebuc-profile-media,
body.ebuc-standalone-page .ebuc-musicians-app .ebuc-musician-card .ebuc-profile-media{
  height:145px!important;
  min-height:145px!important;
  max-height:145px!important;
}
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-professional-card .ebuc-profile-media{
  padding:0!important;
  background:radial-gradient(circle at 50% 25%,rgba(245,188,65,.14),transparent 40%),#070b12!important;
}
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-professional-card .ebuc-profile-media img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center 34%!important;
}
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-professional-card .ebuc-profile-content{
  flex:1 1 auto!important;
  display:flex!important;
  flex-direction:column!important;
  gap:9px!important;
  padding:13px 14px 14px!important;
}
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-professional-card .ebuc-profile-content h3{
  font-size:18px!important;
  line-height:1.12!important;
  margin:0!important;
  letter-spacing:-.025em!important;
}
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-professional-card .ebuc-profile-content p{
  min-height:0!important;
  font-size:13px!important;
  line-height:1.42!important;
  margin:0!important;
  color:#cbd2e2!important;
  display:-webkit-box!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
}
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-professional-card .ebuc-tags{
  gap:5px!important;
}
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-professional-card .ebuc-tags span,
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-professional-card .ebuc-tags a{
  font-size:10px!important;
  padding:4px 7px!important;
  max-width:100%!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-professional-card .ebuc-card-bottom{
  margin-top:auto!important;
  display:flex!important;
  align-items:flex-end!important;
  justify-content:space-between!important;
  gap:8px!important;
}
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-professional-card .ebuc-card-bottom > span{
  min-width:58px!important;
  font-size:12px!important;
  line-height:1.25!important;
}
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-professional-card .ebuc-card-actions{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:6px!important;
  justify-content:flex-end!important;
  align-items:flex-end!important;
}
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-professional-card .emu-btn{
  min-height:34px!important;
  padding:0 12px!important;
  font-size:12px!important;
  border-radius:11px!important;
  line-height:1!important;
}
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-image-quality-dot{display:none!important;}
@media(max-width:620px){
  body.ebuc-standalone-page .ebuc-professionals-app .ebuc-section.emu-container,
  body.ebuc-standalone-page .ebuc-professionals-app .ebuc-page-hero.emu-container{width:calc(100vw - 28px)!important;}
  body.ebuc-standalone-page .ebuc-professionals-app .ebuc-card-grid.ebuc-professional-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;}
  body.ebuc-standalone-page .ebuc-professionals-app .ebuc-professional-card{min-height:420px!important;}
}

/* v0.12.8-premium-professional-profile-2026
   Premium public professional profile refresh: cleaner hero, larger brand media, stronger CTA hierarchy,
   sticky conversion rail, better typography/spacing, and modern marketplace card rhythm. */
body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-profile-hero.professional{
  width:min(1180px,calc(100vw - 40px))!important;
  display:grid!important;
  grid-template-columns:minmax(360px,44%) minmax(0,1fr)!important;
  min-height:360px!important;
  border-radius:30px!important;
  overflow:hidden!important;
  background:linear-gradient(135deg,rgba(10,14,24,.96),rgba(14,18,29,.98) 48%,rgba(36,20,43,.92))!important;
  border:1px solid rgba(246,183,59,.36)!important;
  box-shadow:0 34px 100px rgba(0,0,0,.48),0 20px 80px rgba(246,183,59,.08)!important;
}
body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-profile-hero.professional:before{content:none!important;}
body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-profile-hero.professional .ebuc-profile-hero-media{
  min-height:360px!important;
  height:auto!important;
  background:radial-gradient(circle at 50% 45%,rgba(255,255,255,.08),transparent 42%),#05070d!important;
  border-right:1px solid rgba(255,255,255,.08)!important;
}
body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-profile-hero.professional .ebuc-profile-hero-media img{
  width:100%!important;
  height:100%!important;
  min-height:360px!important;
  object-fit:contain!important;
  object-position:center center!important;
  padding:18px!important;
  background:#05070d!important;
  filter:saturate(1.03) contrast(1.02)!important;
}
body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-profile-hero.professional .ebuc-profile-hero-copy{
  padding:clamp(32px,4vw,58px)!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  background:radial-gradient(circle at 92% 8%,rgba(229,43,255,.16),transparent 32%),linear-gradient(135deg,rgba(255,255,255,.02),rgba(255,255,255,0))!important;
}
body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-profile-hero.professional .ebuc-profile-hero-copy h1{
  font-size:clamp(42px,5vw,72px)!important;
  line-height:.94!important;
  letter-spacing:-.075em!important;
  margin:13px 0 14px!important;
  color:#fff!important;
  text-wrap:balance!important;
}
body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-profile-hero.professional .ebuc-profile-hero-copy p{
  font-size:16px!important;
  line-height:1.72!important;
  max-width:680px!important;
  color:#d6dbe8!important;
}
body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-profile-actions{gap:10px!important;margin-top:22px!important;display:flex!important;flex-wrap:wrap!important;align-items:center!important;}
body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-profile-actions .emu-btn,
body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-profile-quickfacts .emu-btn,
body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-sticky-quote-card .emu-btn{min-height:44px!important;border-radius:14px!important;padding:0 18px!important;font-weight:800!important;}
body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-profile-quickfacts{
  width:min(1180px,calc(100vw - 40px))!important;
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr)) auto!important;
  gap:10px!important;
  margin-top:14px!important;
  background:rgba(11,15,24,.82)!important;
  border:1px solid rgba(255,255,255,.10)!important;
  border-radius:18px!important;
  padding:10px!important;
  backdrop-filter:blur(14px)!important;
}
body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-profile-quickfacts div{
  min-height:64px!important;
  border-radius:14px!important;
  padding:12px 14px!important;
  background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.022))!important;
  border:1px solid rgba(255,255,255,.08)!important;
}
body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-profile-quickfacts span{font-size:10px!important;letter-spacing:.08em!important;text-transform:uppercase!important;color:#f3bd49!important;font-weight:900!important;}
body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-profile-quickfacts strong{display:block!important;margin-top:5px!important;color:#fff!important;font-size:14px!important;line-height:1.25!important;}
body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-quick-quote-btn{align-self:stretch!important;display:flex!important;align-items:center!important;justify-content:center!important;background:linear-gradient(135deg,#ffd46b,#f4a62c)!important;color:#120b05!important;border-color:rgba(255,219,123,.55)!important;box-shadow:0 14px 36px rgba(244,166,44,.20)!important;}
body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-public-profile-nav{
  width:min(1180px,calc(100vw - 40px))!important;
  min-height:48px!important;
  margin-top:14px!important;
  padding:8px!important;
  display:flex!important;
  gap:8px!important;
  background:rgba(8,12,20,.88)!important;
  border:1px solid rgba(255,255,255,.10)!important;
  border-radius:17px!important;
}
body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-public-profile-nav a{padding:10px 14px!important;border-radius:12px!important;font-weight:800!important;color:#f5f7fb!important;background:rgba(255,255,255,.035)!important;border:1px solid rgba(255,255,255,.08)!important;}
body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-public-profile-nav a:hover{background:rgba(244,177,55,.16)!important;border-color:rgba(244,177,55,.36)!important;}
body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-profile-layout.ebuc-profile-lux-layout{
  width:min(1180px,calc(100vw - 40px))!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 330px!important;
  gap:24px!important;
  align-items:start!important;
  margin-top:22px!important;
}
body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-profile-main-card{display:grid!important;gap:22px!important;}
body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-lux-content-section,
body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-band-sound-section,
body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-profile-services,
body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-professional-role-profile{
  border-radius:24px!important;
  background:linear-gradient(180deg,rgba(255,255,255,.065),rgba(255,255,255,.025))!important;
  border:1px solid rgba(255,255,255,.10)!important;
  box-shadow:0 18px 48px rgba(0,0,0,.22)!important;
  padding:clamp(24px,3vw,34px)!important;
}
body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-lux-content-section h2,
body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-profile-services h2,
body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-professional-role-profile h2{font-size:clamp(28px,3vw,38px)!important;letter-spacing:-.055em!important;line-height:1.02!important;margin:0 0 16px!important;color:#fff!important;}
body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-lux-content-section p,
body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-professional-role-profile p{font-size:16px!important;line-height:1.82!important;color:#d8deeb!important;max-width:760px!important;}
body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-profile-sticky-rail{position:sticky!important;top:22px!important;display:grid!important;gap:16px!important;}
body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-sticky-quote-card,
body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-side-details-card{
  border-radius:24px!important;
  background:linear-gradient(150deg,rgba(255,214,112,.12),rgba(255,255,255,.04) 38%,rgba(11,15,24,.95))!important;
  border:1px solid rgba(244,177,55,.24)!important;
  box-shadow:0 18px 50px rgba(0,0,0,.28)!important;
  padding:22px!important;
}
body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-sticky-quote-card h2{font-size:26px!important;line-height:1.04!important;letter-spacing:-.055em!important;margin:8px 0 10px!important;}
body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-sticky-quote-card p{color:#d8deeb!important;line-height:1.62!important;}
body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-side-details-card h2{font-size:24px!important;letter-spacing:-.045em!important;margin:0 0 14px!important;}
body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-side-details-card dl{display:grid!important;gap:12px!important;margin:0!important;}
body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-side-details-card dl>div{padding-bottom:12px!important;border-bottom:1px solid rgba(255,255,255,.08)!important;}
body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-side-details-card dt{color:#f3bd49!important;font-size:10px!important;text-transform:uppercase!important;letter-spacing:.08em!important;font-weight:900!important;}
body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-side-details-card dd{margin:5px 0 0!important;color:#fff!important;font-size:14px!important;line-height:1.35!important;}
@media(max-width:960px){
  body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-profile-hero.professional{grid-template-columns:1fr!important;width:calc(100vw - 28px)!important;}
  body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-profile-hero.professional .ebuc-profile-hero-media{min-height:280px!important;border-right:0!important;border-bottom:1px solid rgba(255,255,255,.08)!important;}
  body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-profile-hero.professional .ebuc-profile-hero-media img{min-height:280px!important;}
  body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-profile-quickfacts{grid-template-columns:repeat(2,minmax(0,1fr))!important;width:calc(100vw - 28px)!important;}
  body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-quick-quote-btn{grid-column:1/-1!important;}
  body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-public-profile-nav,
  body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-profile-layout.ebuc-profile-lux-layout{width:calc(100vw - 28px)!important;}
  body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-profile-layout.ebuc-profile-lux-layout{grid-template-columns:1fr!important;}
  body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-profile-sticky-rail{position:static!important;}
}
@media(max-width:560px){
  body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-profile-quickfacts{grid-template-columns:1fr!important;}
  body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-profile-hero.professional .ebuc-profile-hero-copy{padding:24px!important;}
  body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-profile-hero.professional .ebuc-profile-hero-copy h1{font-size:38px!important;}
}

/* 0.13.1: limited directory cards must render even when imported profiles have no real photo. */
.ebuc-profile-media .ebuc-profile-no-photo{width:100%!important;height:100%!important;border-radius:0!important;min-height:100%!important;display:grid!important;place-items:center!important;background:radial-gradient(circle at 35% 15%,rgba(191,47,255,.22),transparent 36%),linear-gradient(145deg,#171d2b,#080b12)!important;color:#fff!important;font-size:42px!important;font-weight:900!important;letter-spacing:-.05em!important;border:0!important}
.ebuc-profile-media .ebuc-no-photo-note{position:absolute;left:12px;bottom:12px;border-radius:999px;background:rgba(0,0,0,.62);color:#fff;font-size:11px;font-weight:800;padding:6px 9px;letter-spacing:.02em}

/* v0.13.4 mobile performance: no video download/paint on mobile, cheaper first screen */
@media(max-width:760px){
  .ebuc-home-v10 .ebuc-v10-card{
    min-height:420px!important;
    background-image:linear-gradient(180deg,rgba(2,4,10,.38) 0%,rgba(2,4,10,.58) 42%,rgba(2,4,10,.92) 100%),var(--ebuc-card-poster)!important;
    background-size:cover!important;
    background-position:center!important;
    box-shadow:0 16px 42px rgba(0,0,0,.42),inset 0 0 0 1px rgba(255,255,255,.04)!important;
    transform:none!important;
    contain:layout paint;
  }
  .ebuc-home-v10 .ebuc-v10-video{display:none!important;visibility:hidden!important;content-visibility:hidden!important;}
  .ebuc-home-v10 .ebuc-v10-card-glow{display:none!important;filter:none!important;}
  .ebuc-home-v10 .ebuc-native-header{backdrop-filter:none!important;box-shadow:0 12px 34px rgba(0,0,0,.36)!important;}
  .ebuc-home-v10 .ebuc-v10-card:before{inset:12px!important;}
  .ebuc-home-v10 .ebuc-v10-card-copy{padding-top:18px!important;transform:none!important;}
  .ebuc-home-v10 .ebuc-v10-mini-nav{backdrop-filter:none!important;}
  .ebuc-home-v10 .ebuc-v10-trust,.ebuc-home-v10 .ebuc-v10-entry{content-visibility:auto;contain-intrinsic-size:700px;}
}
@media(prefers-reduced-motion:reduce){
  .ebuc-home-v10 .ebuc-v10-video{display:none!important;}
  .ebuc-home-v10 *{animation:none!important;transition:none!important;}
}

/* v0.13.5 mobile LCP hero optimization
   Keep desktop rich, but make the mobile first viewport paint from a tiny WebP poster,
   with no autoplay video, no heavy blur and less above-the-fold shadow work. */
@media (max-width: 860px){
  body.ebuc-standalone-page .ebuc-home-v10{
    background:#05070d!important;
    background-image:linear-gradient(135deg,#05070d 0%,#080d17 62%,#05070d 100%)!important;
  }
  body.ebuc-standalone-page .ebuc-home-v10 .ebuc-native-header{
    backdrop-filter:none!important;
    box-shadow:0 10px 34px rgba(0,0,0,.34)!important;
  }
  body.ebuc-standalone-page .ebuc-home-v10 .ebuc-v10-video,
  body.ebuc-standalone-page .ebuc-home-v10 .ebuc-v10-card .ebuc-v10-video{
    display:none!important;
    visibility:hidden!important;
    opacity:0!important;
  }
  body.ebuc-standalone-page .ebuc-home-v10 .ebuc-v10-card{
    min-height:410px!important;
    padding:20px 16px 16px!important;
    border-radius:22px!important;
    box-shadow:0 16px 42px rgba(0,0,0,.34),inset 0 0 0 1px rgba(255,255,255,.035)!important;
    transform:none!important;
    transition:border-color .18s ease!important;
    background-color:#070b14!important;
    background-image:
      linear-gradient(180deg,rgba(2,4,10,.46) 0%,rgba(2,4,10,.58) 40%,rgba(2,4,10,.92) 100%),
      var(--ebuc-card-poster-mobile)!important;
    background-size:cover!important;
    background-position:center!important;
  }
  body.ebuc-standalone-page .ebuc-home-v10 .ebuc-v10-card:hover{
    transform:none!important;
  }
  body.ebuc-standalone-page .ebuc-home-v10 .ebuc-v10-card:before{
    inset:12px!important;
    border-radius:17px!important;
  }
  body.ebuc-standalone-page .ebuc-home-v10 .ebuc-v10-card:after{
    background:linear-gradient(180deg,rgba(2,4,10,.10) 0%,rgba(2,4,10,.24) 42%,rgba(2,4,10,.70) 100%)!important;
  }
  body.ebuc-standalone-page .ebuc-home-v10 .ebuc-v10-card-glow{
    display:none!important;
  }
  body.ebuc-standalone-page .ebuc-home-v10 .ebuc-v10-pill,
  body.ebuc-standalone-page .ebuc-home-v10 .ebuc-v10-mini-nav{
    backdrop-filter:none!important;
  }
  body.ebuc-standalone-page .ebuc-home-v10 .ebuc-v10-card-copy{
    padding-top:24px!important;
    transform:none!important;
    margin:auto auto 14px!important;
  }
  body.ebuc-standalone-page .ebuc-home-v10 .ebuc-v10-card-copy h2{
    font-size:clamp(30px,8vw,38px)!important;
  }
  body.ebuc-standalone-page .ebuc-home-v10 .ebuc-v10-card-copy p{
    font-size:15px!important;
    line-height:1.42!important;
  }
  body.ebuc-standalone-page .ebuc-home-v10 .ebuc-v10-button{
    min-height:52px!important;
    margin-top:18px!important;
  }
  body.ebuc-standalone-page .ebuc-home-v10 .ebuc-v10-mini-nav span{
    min-height:56px!important;
  }
  body.ebuc-standalone-page .ebuc-home-v10 .ebuc-v10-trust,
  body.ebuc-standalone-page .ebuc-home-v10 .ebuc-v10-entry,
  body.ebuc-standalone-page .ebuc-home-v10 .ebuc-footer{
    content-visibility:auto;
    contain-intrinsic-size:1px 520px;
  }
}
@media (max-width: 520px){
  body.ebuc-standalone-page .ebuc-home-v10 .ebuc-v10-heading{
    margin-bottom:18px!important;
  }
  body.ebuc-standalone-page .ebuc-home-v10 .ebuc-v10-card{
    min-height:370px!important;
    padding:18px 14px 14px!important;
  }
  body.ebuc-standalone-page .ebuc-home-v10 .ebuc-v10-card-copy{
    padding-top:12px!important;
  }
  body.ebuc-standalone-page .ebuc-home-v10 .ebuc-v10-mini-nav span{
    min-height:48px!important;
  }
}


/* 0.14.5 profile UX polish: avoid ugly Greek uppercase labels and add clear image viewer controls. */
body.ebuc-standalone-page .ebuc-entity-kicker,
body.ebuc-standalone-page .ebuc-entity-kicker span,
body.ebuc-standalone-page .ebuc-entity-kicker strong,
body.ebuc-standalone-page .ebuc-business-kicker,
body.ebuc-standalone-page .ebuc-profile-hero-copy .ebuc-tags span,
body.ebuc-standalone-page .ebuc-profile-hero-copy .ebuc-tags a,
body.ebuc-standalone-page .ebuc-profile-hero-copy .emu-tags span,
body.ebuc-standalone-page .ebuc-profile-hero-copy .emu-tags a{
  text-transform:none!important;
  letter-spacing:.01em!important;
}
body.ebuc-standalone-page .ebuc-profile-hero-media img,
body.ebuc-standalone-page .ebuc-profile-media img,
body.ebuc-standalone-page .ebuc-gallery img{cursor:zoom-in;}
.ebuc-image-viewer{position:fixed;inset:0;z-index:999999;display:none;align-items:center;justify-content:center;padding:28px;background:rgba(0,0,0,.86);backdrop-filter:blur(8px)}
.ebuc-image-viewer.is-open{display:flex;}
.ebuc-image-viewer-panel{position:relative;max-width:min(1120px,94vw);max-height:90vh;display:grid;gap:14px;justify-items:center;}
.ebuc-image-viewer img{max-width:100%;max-height:78vh;border-radius:22px;object-fit:contain;background:#05070d;box-shadow:0 30px 90px rgba(0,0,0,.58);border:1px solid rgba(255,255,255,.14)}
.ebuc-image-viewer-actions{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;width:100%;}
.ebuc-image-viewer-close{appearance:none;border:1px solid rgba(255,255,255,.18);border-radius:999px;min-height:44px;padding:0 18px;background:linear-gradient(135deg,#8d28ff,#cc47ff);color:#fff;font-weight:900;cursor:pointer;box-shadow:0 16px 40px rgba(141,40,255,.28)}
.ebuc-image-viewer-x{position:absolute;top:-14px;right:-14px;width:44px;height:44px;border-radius:999px;border:1px solid rgba(255,255,255,.18);background:rgba(12,14,22,.92);color:#fff;font-size:26px;line-height:1;cursor:pointer;box-shadow:0 12px 34px rgba(0,0,0,.38)}
@media(max-width:640px){.ebuc-image-viewer{padding:16px}.ebuc-image-viewer img{max-height:72vh;border-radius:16px}.ebuc-image-viewer-x{top:6px;right:6px}.ebuc-image-viewer-close{width:100%;}}


/* 0.14.6 gallery viewer polish: fixed visible controls + Greek label casing. */
body.ebuc-image-viewer-open{overflow:hidden!important;}
.ebuc-image-viewer{align-items:center!important;justify-content:center!important;overflow:auto!important;padding:76px 24px 92px!important;}
.ebuc-image-viewer-panel{position:static!important;width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0!important;}
.ebuc-image-viewer img{max-width:min(1120px,calc(100vw - 48px))!important;max-height:calc(100vh - 176px)!important;width:auto!important;height:auto!important;}
.ebuc-image-viewer-actions{position:fixed!important;left:24px!important;top:24px!important;z-index:1000001!important;width:auto!important;display:flex!important;gap:10px!important;}
.ebuc-image-viewer-close{min-height:46px!important;padding:0 18px!important;border-radius:999px!important;background:linear-gradient(135deg,#8d28ff,#cc47ff)!important;color:#fff!important;border:1px solid rgba(255,255,255,.22)!important;font-weight:950!important;box-shadow:0 18px 44px rgba(141,40,255,.35)!important;}
.ebuc-image-viewer-x{position:fixed!important;top:24px!important;right:24px!important;z-index:1000002!important;background:rgba(12,14,22,.96)!important;}
.ebuc-entity-kicker span,.ebuc-entity-kicker strong,.ebuc-section-label,.ebuc-profile-studio label strong,.ebuc-create-band-fields label span,.ebuc-band-member-row.is-head,.ebuc-band-member-row label span,.ebuc-new-band-member-grid label span{ text-transform:none!important; letter-spacing:.01em!important; }
@media(max-width:640px){.ebuc-image-viewer{padding:82px 14px 92px!important}.ebuc-image-viewer img{max-width:calc(100vw - 28px)!important;max-height:calc(100vh - 190px)!important}.ebuc-image-viewer-actions{left:14px!important;right:72px!important;top:14px!important}.ebuc-image-viewer-close{width:100%!important}.ebuc-image-viewer-x{top:14px!important;right:14px!important}}


/* 0.14.7 gallery lightbox hardfix: keep gallery controls visible above every overlay. */
#eband-gallery-hardfix-viewer{font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif!important;}
#eband-gallery-hardfix-viewer button{font-family:inherit!important;}
@media(max-width:640px){#eband-gallery-hardfix-viewer{padding:82px 14px 92px!important}#eband-gallery-hardfix-viewer .eband-gallery-hardfix-back{left:14px!important;right:74px!important;top:14px!important;width:auto!important;font-size:14px!important}#eband-gallery-hardfix-viewer .eband-gallery-hardfix-close{right:14px!important;top:14px!important;width:48px!important;height:48px!important}#eband-gallery-hardfix-viewer img{max-width:calc(100vw - 28px)!important;max-height:calc(100vh - 182px)!important}}


/* 0.14.9: hide/remove accidental empty public chips/links that can appear from legacy metadata. */
.ebuc-app .ebuc-tags a:empty,
.ebuc-app .ebuc-tags span:empty,
.ebuc-app .emu-tags a:empty,
.ebuc-app .emu-tags span:empty,
.ebuc-app .ebuc-filter-chip:empty,
.ebuc-app .emu-tag:empty,
.ebuc-app .emu-chip:empty{
  display:none!important;
  width:0!important;
  min-width:0!important;
  height:0!important;
  min-height:0!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  overflow:hidden!important;
}

/* 0.14.11 contact form/footer route fix */
.ebuc-contact-page{padding:72px 0 96px}.ebuc-page-hero{max-width:920px;margin-bottom:28px}.ebuc-eyebrow{display:inline-flex;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.07);border-radius:999px;padding:8px 12px;font-weight:900;color:#f0d8ff}.ebuc-page-hero h1{font-size:clamp(44px,6vw,78px);line-height:1;margin:22px 0 16px;color:#fff;letter-spacing:-.06em}.ebuc-page-hero p{font-size:18px;color:#c8cfdf;line-height:1.65}.ebuc-contact-layout{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(300px,.7fr);gap:24px;align-items:start}.ebuc-contact-form,.ebuc-contact-aside article{border:1px solid rgba(255,255,255,.13);background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.035));border-radius:24px;padding:24px;box-shadow:0 20px 55px rgba(0,0,0,.28)}.ebuc-contact-form{display:grid;grid-template-columns:1fr 1fr;gap:16px}.ebuc-contact-form label{display:grid;gap:8px;color:#dfe5f5;font-weight:900}.ebuc-contact-form label.wide{grid-column:1/-1}.ebuc-contact-form input,.ebuc-contact-form select,.ebuc-contact-form textarea{width:100%;border:1px solid rgba(255,255,255,.16);border-radius:14px;background:rgba(3,7,15,.72);color:#fff;padding:13px 14px;box-shadow:none}.ebuc-contact-form textarea{resize:vertical}.ebuc-contact-form button{justify-self:start}.ebuc-hp-field{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}.ebuc-contact-aside{display:grid;gap:16px}.ebuc-contact-aside h2{margin:0 0 10px;color:#fff}.ebuc-contact-aside p{color:#c8cfdf;line-height:1.55}.ebuc-contact-notice{border-radius:16px;padding:14px 16px;margin:0 0 18px;font-weight:900}.ebuc-contact-notice.ok{background:rgba(42,255,168,.12);border:1px solid rgba(42,255,168,.25);color:#b9ffe3}.ebuc-contact-notice.error{background:rgba(255,80,120,.12);border:1px solid rgba(255,80,120,.28);color:#ffd3dc}@media(max-width:880px){.ebuc-contact-layout,.ebuc-contact-form{grid-template-columns:1fr}.ebuc-contact-page{padding:40px 0 70px}}

/* 0.14.19 role-specific quote form selects */
.ebuc-quote-grid select{appearance:auto!important;color:#fff!important;background:rgba(6,9,18,.76)!important}.ebuc-quote-grid select option{background:#0b101a!important;color:#fff!important}.ebuc-role-specific-quote-grid .ebuc-quote-message textarea{min-height:118px}

/* 0.14.23 footer/page link cleanup */
.emu-footer-v230 ul,.ebuc-footer-unified ul{list-style:none!important;margin:0!important;padding:0!important}
.emu-footer-v230 li,.ebuc-footer-unified li{list-style:none!important;margin:0!important;padding:0!important}
.emu-footer-v230 li::marker,.ebuc-footer-unified li::marker{content:''!important}
.emu-footer-v230 .emu-footer-col a,.ebuc-footer-unified .emu-footer-col a{display:inline-flex!important;align-items:center!important;gap:7px!important;text-decoration:none!important}
.emu-footer-v230 .emu-footer-col a:before,.ebuc-footer-unified .emu-footer-col a:before{content:'›'!important;color:#e600ff!important;font-weight:900!important;line-height:1!important}
.ebuc-footer-legal{display:flex!important;flex-wrap:wrap!important;gap:10px 18px!important;align-items:center!important;margin-top:20px!important;padding-top:18px!important;border-top:1px solid rgba(255,255,255,.08)!important}
.ebuc-footer-legal a{color:#9fa8bd!important;font-size:12px!important;font-weight:800!important;text-decoration:none!important}
.ebuc-footer-legal a:hover{color:#fff!important}


/* 0.14.27 canonical header/footer hardening and no-gallery-for-no-photo profiles. */
.ebuc-native-header,
.ebuc-native-header *{box-sizing:border-box!important;}
.ebuc-native-header{display:flex!important;align-items:center!important;gap:18px!important;overflow:visible!important;}
.ebuc-native-header .ebuc-brand,
.ebuc-native-header .emu-brand{flex:0 0 auto!important;min-width:0!important;white-space:nowrap!important;}
.ebuc-native-header .emu-main-nav{display:flex!important;align-items:center!important;justify-content:center!important;gap:clamp(10px,1.05vw,18px)!important;flex:1 1 auto!important;min-width:0!important;margin:0 auto!important;white-space:nowrap!important;overflow:visible!important;line-height:1!important;}
.ebuc-native-header .emu-main-nav a,
.ebuc-native-header .ebuc-nav-link{display:inline-flex!important;align-items:center!important;justify-content:center!important;flex:0 0 auto!important;margin:0!important;padding:0!important;white-space:nowrap!important;text-decoration:none!important;line-height:1.15!important;font-size:clamp(11px,.72vw,13px)!important;letter-spacing:-.015em!important;}
.ebuc-native-header .emu-header-actions{flex:0 0 auto!important;display:flex!important;align-items:center!important;gap:8px!important;margin-left:0!important;white-space:nowrap!important;}
.ebuc-native-header .emu-btn{white-space:nowrap!important;}
.ebuc-native-header .ebuc-marketplace-logo-full{display:block!important;width:auto!important;height:52px!important;max-width:260px!important;object-fit:contain!important;}
.ebuc-community-native-header .emu-brand-mark{width:42px!important;height:42px!important;}
.ebuc-footer-unified .emu-footer-col li,
.emu-footer-v230 .emu-footer-col li{display:list-item!important;width:100%!important;clear:both!important;}
.ebuc-footer-unified .emu-footer-col li a,
.emu-footer-v230 .emu-footer-col li a{display:inline-flex!important;width:auto!important;}
.ebuc-profile-redesign-app .ebuc-business-info-block.is-gallery:empty,
.ebuc-profile-redesign-app .ebuc-business-info-block.is-gallery.ebuc-hidden{display:none!important;}
@media(max-width:1180px){
  .ebuc-native-header .emu-main-nav{gap:9px!important;}
  .ebuc-native-header .emu-main-nav a,.ebuc-native-header .ebuc-nav-link{font-size:11.5px!important;}
  .ebuc-native-header .ebuc-marketplace-logo-full{height:48px!important;max-width:230px!important;}
}
@media(max-width:980px){
  .ebuc-native-header{flex-wrap:wrap!important;}
  .ebuc-native-header .emu-main-nav{order:3!important;flex:0 0 100%!important;justify-content:flex-start!important;overflow-x:auto!important;overflow-y:hidden!important;padding-top:10px!important;scrollbar-width:thin!important;}
}

.emu-footer-col .emu-footer-heading{display:block;margin:0 0 7px;color:#f1bf54;font-size:13px;font-weight:950;text-transform:uppercase;letter-spacing:.045em;line-height:1.2;}


/* 0.14.41: band membership approval flow */
.ebuc-membership-flow-card{display:grid;gap:14px;padding:14px;border-radius:18px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.025)}
.ebuc-membership-row{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px;border-radius:16px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.035)}
.ebuc-membership-row>div:first-child{display:grid;gap:4px;min-width:0}.ebuc-membership-row strong{color:#fff}.ebuc-membership-row span{color:#cfd8ec}.ebuc-membership-row small{color:#9fafc8}.ebuc-membership-row.is-invited,.ebuc-membership-row.is-requested{border-color:rgba(245,188,65,.22);background:rgba(245,188,65,.055)}.ebuc-membership-row.is-accepted{border-color:rgba(145,255,208,.22);background:rgba(145,255,208,.045)}
.ebuc-membership-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.ebuc-membership-actions form{margin:0}.ebuc-new-member-band-request{display:grid;gap:10px;margin-top:4px;padding:12px;border-radius:16px;background:rgba(255,255,255,.025);border:1px dashed rgba(255,255,255,.12)}
.ebuc-new-member-band-request small{color:#aeb9cf}.ebuc-band-member-row label small{display:block;margin-top:5px;color:#9fafc8;font-size:11px;line-height:1.35;text-transform:none;letter-spacing:0}
@media(max-width:820px){.ebuc-membership-row{align-items:flex-start;flex-direction:column}.ebuc-membership-actions{justify-content:flex-start}}

/* v0.14.43 homepage intent router: task-first, same header/footer, mobile-first performance */
.ebuc-home-v11{min-height:100vh;background:#05070d;color:#fff;overflow-x:hidden}
.ebuc-home-v11 .ebuc-v11-main{padding:0 0 72px;background:radial-gradient(circle at 18% 8%,rgba(168,45,255,.18),transparent 34%),radial-gradient(circle at 82% 10%,rgba(255,194,61,.14),transparent 31%),#05070d}
.ebuc-v11-hero{position:relative;isolation:isolate;min-height:clamp(520px,72svh,760px);display:flex;align-items:center;border-bottom:1px solid rgba(255,255,255,.08);overflow:hidden}
.ebuc-v11-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,7,13,.22),#05070d 96%),radial-gradient(circle at 50% 48%,rgba(5,7,13,.08),rgba(5,7,13,.64) 70%);z-index:-1;pointer-events:none}
.ebuc-v11-hero-media{position:absolute;inset:0;z-index:-2;display:block;background:#05070d}
.ebuc-v11-hero-media img{width:100%;height:100%;object-fit:cover;display:block;opacity:.92;filter:saturate(1.08) contrast(1.04)}
.ebuc-v11-hero-inner{position:relative;text-align:center;padding-top:clamp(46px,6vw,76px);padding-bottom:34px}
.ebuc-v11-kicker{display:inline-flex;align-items:center;gap:8px;margin:0 0 14px;padding:7px 12px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:rgba(11,15,26,.52);color:#ffd76b!important;font-weight:850;font-size:13px;line-height:1.1;box-shadow:0 12px 34px rgba(0,0,0,.24)}
.ebuc-v11-hero h1{max-width:980px;margin:0 auto!important;color:#fff!important;font-weight:950!important;font-size:clamp(42px,7.2vw,92px)!important;line-height:.94!important;letter-spacing:-.07em!important;text-wrap:balance;text-shadow:0 18px 60px rgba(0,0,0,.45)}
.ebuc-v11-subtitle{max-width:820px;margin:16px auto 0!important;color:#e6ecf8!important;font-size:clamp(16px,2vw,22px)!important;line-height:1.5!important;text-wrap:balance}
.ebuc-v11-intent{max-width:900px;margin:28px auto 0;padding:20px;border:1px solid rgba(255,255,255,.14);border-radius:24px;background:rgba(7,10,18,.82);box-shadow:0 26px 88px rgba(0,0,0,.42);backdrop-filter:blur(8px);text-align:left}
.ebuc-v11-intent label{display:block;margin:0 0 10px;color:#fff;font-size:14px;font-weight:900;letter-spacing:0;text-transform:none}
.ebuc-v11-intent-row{display:grid;grid-template-columns:1fr auto;gap:0;align-items:stretch;border-radius:16px;overflow:hidden;background:#fff;box-shadow:inset 0 0 0 1px rgba(0,0,0,.08)}
.ebuc-v11-intent input{width:100%;min-height:62px;border:0!important;background:#fff!important;color:#111827!important;padding:0 18px!important;font-size:16px!important;font-weight:700!important;box-shadow:none!important;outline:0!important}
.ebuc-v11-intent input::placeholder{color:#667085!important;font-weight:650!important;opacity:1}
.ebuc-v11-intent button{min-height:62px;border:0!important;border-radius:0!important;padding:0 26px!important;background:linear-gradient(135deg,#8d1cff,#ec35df)!important;color:#fff!important;font-weight:950!important;font-size:15px!important;cursor:pointer;box-shadow:none!important;white-space:nowrap}
.ebuc-v11-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:13px}
.ebuc-v11-chips a{display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border-radius:999px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.055);color:#f2f5fb!important;text-decoration:none!important;font-size:13px;font-weight:800}
.ebuc-v11-chips a:hover{border-color:rgba(236,53,223,.56);background:rgba(236,53,223,.12)}
.ebuc-v11-tasks,.ebuc-v11-routes,.ebuc-v11-worlds,.ebuc-v11-how,.ebuc-v11-final{margin-top:clamp(28px,5vw,58px)}
.ebuc-v11-tasks h2,.ebuc-v11-routes h2,.ebuc-v11-how h2{margin:0 0 18px!important;text-align:center;color:#fff!important;font-size:clamp(25px,3.6vw,42px)!important;line-height:1.05!important;letter-spacing:-.045em!important;font-weight:950!important}
.ebuc-v11-task-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.ebuc-v11-task{display:flex;min-height:230px;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:24px 20px;border:1px solid rgba(255,255,255,.13);border-radius:24px;background:linear-gradient(180deg,rgba(19,25,38,.9),rgba(8,12,21,.96));box-shadow:0 18px 60px rgba(0,0,0,.22);text-decoration:none!important;color:#fff!important;contain:layout style paint}
.ebuc-v11-task:hover{border-color:rgba(184,67,255,.5);transform:translateY(-2px)}
.ebuc-v11-task-icon{width:64px;height:64px;border-radius:50%;display:grid;place-items:center;margin-bottom:16px;background:linear-gradient(135deg,#8b1cff,#e035ff);box-shadow:0 16px 40px rgba(168,45,255,.24)}
.ebuc-v11-task-icon.is-gold{background:linear-gradient(135deg,#ffd86a,#f1a91c);box-shadow:0 16px 40px rgba(255,194,61,.18)}
.ebuc-v11-task-icon svg{width:31px;height:31px;fill:none;stroke:#fff;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.ebuc-v11-task strong{display:block;margin:0;color:#fff!important;font-size:20px!important;line-height:1.13!important;font-weight:950!important;letter-spacing:-.025em}
.ebuc-v11-task small{display:block;margin:9px 0 0;color:#cdd5e5!important;font-size:14px!important;line-height:1.45!important;font-weight:650!important}
.ebuc-v11-route-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.ebuc-v11-route-grid a{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:74px;padding:0 18px;border-radius:18px;border:1px solid rgba(255,255,255,.12);background:rgba(18,24,36,.78);color:#fff!important;text-decoration:none!important;box-shadow:0 12px 38px rgba(0,0,0,.16);contain:layout style paint}
.ebuc-v11-route-grid span{font-size:15px;font-weight:900;line-height:1.22}.ebuc-v11-route-grid b{color:#ffd76b;font-size:22px}
.ebuc-v11-worlds{display:grid;grid-template-columns:1fr 1fr;gap:18px;content-visibility:auto;contain-intrinsic-size:1px 540px}
.ebuc-v11-world{position:relative;min-height:360px;border-radius:26px;overflow:hidden;border:1px solid rgba(255,255,255,.13);background:#0a0f1a;text-decoration:none!important;color:#fff!important;box-shadow:0 22px 78px rgba(0,0,0,.24);contain:layout style paint}
.ebuc-v11-world img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;opacity:.92;transition:transform .3s ease}.ebuc-v11-world:hover img{transform:scale(1.025)}
.ebuc-v11-world:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,7,13,.92) 0%,rgba(5,7,13,.62) 54%,rgba(5,7,13,.18) 100%)}
.ebuc-v11-world>div{position:relative;z-index:1;max-width:470px;padding:32px}.ebuc-v11-world h2{margin:0 0 10px!important;color:#fff!important;font-size:32px!important;line-height:1.05!important;font-weight:950!important;letter-spacing:-.045em}.ebuc-v11-world p{margin:0 0 14px!important;color:#e8edf7!important;font-size:16px!important;line-height:1.55!important}.ebuc-v11-world ul{margin:0!important;padding:0!important;list-style:none!important}.ebuc-v11-world li{margin:8px 0!important;color:#fff!important;font-weight:800!important}.ebuc-v11-world li:before{content:"✓";color:#ffd76b;margin-right:9px}.ebuc-v11-how{content-visibility:auto;contain-intrinsic-size:1px 340px}.ebuc-v11-how-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border:1px solid rgba(255,255,255,.12);border-radius:24px;overflow:hidden;background:rgba(15,21,32,.82)}
.ebuc-v11-how-grid div{display:grid;grid-template-columns:auto 1fr;gap:6px 14px;padding:24px;border-right:1px solid rgba(255,255,255,.1)}.ebuc-v11-how-grid div:last-child{border-right:0}.ebuc-v11-how-grid b{grid-row:1/3;width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#8d1cff,#ec35df);color:#fff;font-weight:950}.ebuc-v11-how-grid strong{color:#fff;font-size:16px;font-weight:950}.ebuc-v11-how-grid span{color:#cfd7e7;font-size:14px;line-height:1.45}.ebuc-v11-final{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:28px;border:1px solid rgba(255,255,255,.12);border-radius:24px;background:linear-gradient(135deg,rgba(136,30,255,.18),rgba(255,197,61,.1));content-visibility:auto;contain-intrinsic-size:1px 260px}.ebuc-v11-final h2{margin:0 0 8px!important;color:#fff!important;font-size:clamp(24px,3vw,36px)!important;line-height:1.05!important;font-weight:950!important;letter-spacing:-.04em}.ebuc-v11-final p{margin:0!important;color:#d8dfed!important;font-size:16px!important;line-height:1.5!important}.ebuc-v11-final-actions{display:flex;gap:10px;flex-wrap:wrap}.ebuc-v11-final-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 18px;border-radius:14px;background:#fff;color:#111827!important;text-decoration:none!important;font-weight:950}.ebuc-v11-final-actions a:nth-child(2){background:linear-gradient(135deg,#ffc94a,#f5a718)}
@media(min-width:861px){.ebuc-home-v11 .ebuc-header-wrap{padding-top:24px!important}.ebuc-v11-hero{margin-top:-1px}.ebuc-v11-intent button:hover{filter:brightness(1.05)}}
@media(max-width:1020px){.ebuc-v11-task-grid,.ebuc-v11-route-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ebuc-v11-worlds{grid-template-columns:1fr}.ebuc-v11-how-grid{grid-template-columns:1fr}.ebuc-v11-how-grid div{border-right:0;border-bottom:1px solid rgba(255,255,255,.1)}.ebuc-v11-how-grid div:last-child{border-bottom:0}.ebuc-v11-final{align-items:flex-start;flex-direction:column}}
@media(max-width:760px){.ebuc-home-v11 .ebuc-header-wrap{padding-top:12px!important}.ebuc-v11-hero{min-height:auto;align-items:flex-start;padding-top:0}.ebuc-v11-hero-inner{padding-top:34px;padding-bottom:28px}.ebuc-v11-hero h1{font-size:clamp(38px,11vw,54px)!important;letter-spacing:-.06em!important}.ebuc-v11-subtitle{font-size:15px!important;max-width:330px}.ebuc-v11-kicker{font-size:12px;margin-bottom:12px}.ebuc-v11-intent{margin-top:22px;padding:12px;border-radius:18px;backdrop-filter:none}.ebuc-v11-intent-row{grid-template-columns:1fr;border-radius:14px;background:transparent;gap:8px;box-shadow:none}.ebuc-v11-intent input{min-height:58px!important;border-radius:13px!important}.ebuc-v11-intent button{min-height:52px;border-radius:13px!important}.ebuc-v11-chips{display:grid;grid-template-columns:1fr 1fr;gap:8px}.ebuc-v11-chips a{justify-content:center;text-align:center;min-height:40px;padding:0 8px;font-size:12px}.ebuc-v11-task-grid{grid-template-columns:1fr;gap:10px}.ebuc-v11-task{min-height:104px;display:grid;grid-template-columns:auto 1fr;align-items:center;justify-items:start;text-align:left;padding:16px 16px;border-radius:18px}.ebuc-v11-task:after{content:"→";color:#ffd76b;font-weight:950;font-size:22px;grid-column:3}.ebuc-v11-task-icon{width:50px;height:50px;margin:0 12px 0 0}.ebuc-v11-task-icon svg{width:25px;height:25px}.ebuc-v11-task strong{font-size:16px!important}.ebuc-v11-task small{font-size:13px!important;margin-top:4px}.ebuc-v11-route-grid{grid-template-columns:1fr 1fr;gap:9px}.ebuc-v11-route-grid a{min-height:86px;align-items:flex-start;flex-direction:column;padding:14px;border-radius:16px}.ebuc-v11-world{min-height:330px;border-radius:20px}.ebuc-v11-world:after{background:linear-gradient(180deg,rgba(5,7,13,.2),rgba(5,7,13,.92) 74%)}.ebuc-v11-world>div{padding:22px;position:absolute;left:0;right:0;bottom:0}.ebuc-v11-world h2{font-size:27px!important}.ebuc-v11-world p{font-size:14px!important}.ebuc-v11-world li{font-size:13px!important}.ebuc-v11-how-grid div{grid-template-columns:auto 1fr;padding:18px}.ebuc-v11-final{padding:20px;border-radius:20px}.ebuc-v11-final-actions{width:100%;display:grid;grid-template-columns:1fr}.ebuc-v11-final-actions a{width:100%}.ebuc-home-v11 .ebuc-footer{content-visibility:auto;contain-intrinsic-size:1px 720px}}
@media(max-width:380px){.ebuc-v11-chips,.ebuc-v11-route-grid{grid-template-columns:1fr}.ebuc-v11-hero h1{font-size:36px!important}}
@media(max-width:860px),(prefers-reduced-motion:reduce){.ebuc-home-v11 *{animation:none!important;transition:none!important}.ebuc-v11-intent{box-shadow:0 16px 48px rgba(0,0,0,.34)}.ebuc-v11-hero-media img{filter:none}.ebuc-v11-task:hover,.ebuc-v11-world:hover img{transform:none!important}}

/* v0.14.44 homepage full premium intent router: approved mockup density, existing header/footer */
.ebuc-home-v11 .ebuc-v11-main{padding:0 0 86px;background:radial-gradient(circle at 10% 5%,rgba(160,42,255,.24),transparent 30%),radial-gradient(circle at 90% 8%,rgba(255,192,55,.18),transparent 28%),linear-gradient(180deg,#05070d 0%,#070a12 46%,#05070d 100%)!important}
.ebuc-v11-hero{min-height:clamp(690px,82svh,900px)!important;align-items:center!important;border-bottom:1px solid rgba(255,255,255,.09)!important}
.ebuc-v11-hero:before{content:"";position:absolute;inset:auto 0 0;height:160px;background:linear-gradient(180deg,transparent,#05070d 88%);z-index:-1;pointer-events:none}
.ebuc-v11-hero:after{background:linear-gradient(180deg,rgba(5,7,13,.1) 0%,rgba(5,7,13,.28) 46%,#05070d 98%),radial-gradient(circle at 50% 44%,rgba(5,7,13,.02),rgba(5,7,13,.5) 72%)!important}
.ebuc-v11-hero-media img{opacity:1!important;filter:saturate(1.18) contrast(1.08) brightness(1.07)!important}
.ebuc-v11-hero-inner{padding-top:clamp(74px,8vw,112px)!important;padding-bottom:54px!important}
.ebuc-v11-kicker{margin-bottom:20px!important;color:#ffd76b!important;background:rgba(8,11,18,.62)!important;border-color:rgba(255,216,106,.25)!important;box-shadow:0 18px 50px rgba(0,0,0,.34)!important}
.ebuc-v11-hero h1{max-width:1080px!important;font-size:clamp(58px,8.4vw,108px)!important;line-height:.92!important;letter-spacing:-.078em!important;text-shadow:0 20px 70px rgba(0,0,0,.62)!important}
.ebuc-v11-hero h1 span{color:#c22cff;background:linear-gradient(135deg,#c22cff,#ed55ff);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-shadow:none}
.ebuc-v11-subtitle{max-width:850px!important;margin-top:18px!important;color:#f0f4fb!important;font-size:clamp(18px,2.15vw,23px)!important;text-shadow:0 10px 32px rgba(0,0,0,.55)}
.ebuc-v11-intent{max-width:980px!important;margin-top:34px!important;padding:22px!important;border-radius:25px!important;background:rgba(7,10,18,.9)!important;border-color:rgba(255,255,255,.18)!important;box-shadow:0 32px 110px rgba(0,0,0,.58),0 0 0 1px rgba(255,255,255,.03) inset!important}
.ebuc-v11-intent label{font-size:15px!important}.ebuc-v11-intent input{min-height:66px!important;font-size:17px!important}.ebuc-v11-intent button{min-height:66px!important;font-size:16px!important;padding:0 32px!important}.ebuc-v11-chips{gap:10px!important;margin-top:15px!important}.ebuc-v11-chips a{min-height:36px!important;padding:0 14px!important;background:rgba(12,16,26,.76)!important}
.ebuc-v11-tasks,.ebuc-v11-routes,.ebuc-v11-worlds,.ebuc-v11-how,.ebuc-v11-stats,.ebuc-v11-news,.ebuc-v11-final{margin-top:clamp(38px,5.4vw,72px)!important}.ebuc-v11-tasks h2,.ebuc-v11-routes h2,.ebuc-v11-how h2,.ebuc-v11-stats h2,.ebuc-v11-news h2{margin:0 0 22px!important;text-align:center;color:#fff!important;font-size:clamp(30px,4vw,46px)!important;line-height:1.02!important;letter-spacing:-.05em!important;font-weight:950!important;text-shadow:0 14px 44px rgba(0,0,0,.45)}
.ebuc-v11-task-grid{gap:18px!important}.ebuc-v11-task{min-height:255px!important;border-radius:26px!important;background:linear-gradient(180deg,rgba(24,31,46,.93),rgba(8,12,22,.98))!important;border-color:rgba(255,255,255,.15)!important;box-shadow:0 24px 78px rgba(0,0,0,.32)!important}.ebuc-v11-task:hover{transform:translateY(-4px)!important;border-color:rgba(199,60,255,.7)!important;box-shadow:0 28px 90px rgba(0,0,0,.38),0 0 38px rgba(178,57,255,.15)!important}.ebuc-v11-task-icon{width:72px!important;height:72px!important}.ebuc-v11-task strong{font-size:21px!important}.ebuc-v11-task small{font-size:14.5px!important}
.ebuc-v11-route-grid{gap:14px!important}.ebuc-v11-route-grid a{min-height:82px!important;border-radius:19px!important;background:linear-gradient(180deg,rgba(19,25,37,.9),rgba(10,14,23,.95))!important;border-color:rgba(255,255,255,.14)!important}.ebuc-v11-route-grid a:hover{border-color:rgba(255,216,106,.45)!important;background:linear-gradient(180deg,rgba(24,31,44,.96),rgba(12,17,28,.98))!important}
.ebuc-v11-worlds{gap:22px!important}.ebuc-v11-world{min-height:430px!important;border-radius:28px!important;border-color:rgba(255,255,255,.16)!important;box-shadow:0 28px 100px rgba(0,0,0,.34)!important}.ebuc-v11-world img{opacity:1!important;filter:saturate(1.18) contrast(1.08) brightness(1.05)}.ebuc-v11-world:after{background:linear-gradient(90deg,rgba(5,7,13,.94) 0%,rgba(5,7,13,.72) 47%,rgba(5,7,13,.12) 100%)!important}.ebuc-v11-world>div{padding:42px!important}.ebuc-v11-world h2{font-size:42px!important}.ebuc-v11-world p{font-size:17px!important}.ebuc-v11-world li{font-size:15px!important}
.ebuc-v11-how-grid{box-shadow:0 22px 78px rgba(0,0,0,.24)!important}.ebuc-v11-how-grid div{padding:28px!important}.ebuc-v11-how-grid b{width:48px!important;height:48px!important}.ebuc-v11-how-grid strong{font-size:17px!important}.ebuc-v11-how-grid span{font-size:14.5px!important}
.ebuc-v11-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.ebuc-v11-stat{min-height:134px;padding:24px;border-radius:24px;border:1px solid rgba(255,255,255,.13);background:linear-gradient(180deg,rgba(16,22,34,.88),rgba(8,12,22,.96));box-shadow:0 18px 64px rgba(0,0,0,.26);text-align:center}.ebuc-v11-stat strong{display:block;color:#ffd76b;font-size:clamp(34px,4.8vw,54px);line-height:1;font-weight:950;letter-spacing:-.055em}.ebuc-v11-stat span{display:block;margin-top:10px;color:#e7edf8;font-size:15px;font-weight:850}
.ebuc-v11-news{content-visibility:auto;contain-intrinsic-size:1px 560px}.ebuc-v11-news-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.ebuc-v11-news-card{display:flex;min-height:350px;position:relative;overflow:hidden;border-radius:24px;border:1px solid rgba(255,255,255,.13);background:#0a0f19;color:#fff!important;text-decoration:none!important;box-shadow:0 22px 80px rgba(0,0,0,.26);contain:layout style paint}.ebuc-v11-news-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.82;filter:saturate(1.12) contrast(1.06)}.ebuc-v11-news-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,7,13,.12),rgba(5,7,13,.92) 74%)}.ebuc-v11-news-card span,.ebuc-v11-news-card strong,.ebuc-v11-news-card em{position:relative;z-index:1}.ebuc-v11-news-card{flex-direction:column;justify-content:flex-end;padding:22px}.ebuc-v11-news-card span{align-self:flex-start;margin-bottom:10px;padding:6px 9px;border-radius:999px;background:rgba(255,255,255,.1);color:#fff;font-size:11px;font-weight:950;letter-spacing:.02em}.ebuc-v11-news-card strong{display:block;color:#fff;font-size:20px;line-height:1.14;font-weight:950;letter-spacing:-.03em}.ebuc-v11-news-card em{display:block;margin-top:14px;color:#ffd76b;font-style:normal;font-size:14px;font-weight:900}.ebuc-v11-news-card:hover{border-color:rgba(198,51,255,.55)}.ebuc-v11-news-card:hover img{transform:scale(1.035)}
.ebuc-v11-final{padding:34px!important;border-radius:26px!important;background:linear-gradient(135deg,rgba(132,28,255,.25),rgba(255,197,61,.14))!important;box-shadow:0 24px 86px rgba(0,0,0,.28)!important}.ebuc-v11-final-actions a{min-height:54px!important;padding:0 22px!important}
@media(max-width:1120px){.ebuc-v11-news-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ebuc-v11-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.ebuc-home-v11 .ebuc-v11-main{padding-bottom:54px!important}.ebuc-v11-hero{min-height:auto!important}.ebuc-v11-hero:after{background:linear-gradient(180deg,rgba(5,7,13,.1) 0%,rgba(5,7,13,.44) 58%,#05070d 100%)!important}.ebuc-v11-hero-media img{height:100%;object-position:center top!important}.ebuc-v11-hero-inner{text-align:left!important;padding:34px 18px 34px!important}.ebuc-v11-kicker{font-size:11px!important;margin-bottom:14px!important}.ebuc-v11-hero h1{font-size:clamp(42px,13vw,62px)!important;line-height:.94!important;max-width:390px!important;margin-left:0!important}.ebuc-v11-subtitle{max-width:370px!important;margin-left:0!important;font-size:16px!important}.ebuc-v11-intent{margin:24px 0 0!important;padding:14px!important;border-radius:20px!important}.ebuc-v11-intent input{min-height:60px!important}.ebuc-v11-intent button{min-height:54px!important}.ebuc-v11-tasks h2,.ebuc-v11-routes h2,.ebuc-v11-how h2,.ebuc-v11-stats h2,.ebuc-v11-news h2{text-align:left!important;font-size:28px!important;margin-bottom:16px!important}.ebuc-v11-task{min-height:118px!important}.ebuc-v11-world{min-height:430px!important}.ebuc-v11-world>div{padding:24px!important}.ebuc-v11-world h2{font-size:32px!important}.ebuc-v11-stat-grid{grid-template-columns:1fr 1fr;gap:10px}.ebuc-v11-stat{min-height:106px;padding:18px 12px;border-radius:18px}.ebuc-v11-stat strong{font-size:32px}.ebuc-v11-stat span{font-size:12.5px}.ebuc-v11-news-grid{grid-template-columns:1fr;gap:12px}.ebuc-v11-news-card{min-height:260px;border-radius:20px;padding:18px}.ebuc-v11-news-card strong{font-size:18px}.ebuc-v11-final{padding:22px!important}}
@media(max-width:420px){.ebuc-v11-stat-grid{grid-template-columns:1fr}.ebuc-v11-hero h1{font-size:40px!important}}

/* v0.14.45 homepage visual polish + mobile centering + marketplace signup full-width layout */
.ebuc-home-v11 .ebuc-v11-hero-media img{opacity:1!important;filter:saturate(1.18) contrast(1.08) brightness(1.04)!important;object-position:center center!important}
.ebuc-home-v11 .ebuc-v11-hero:after{background:linear-gradient(180deg,rgba(5,7,13,.06) 0%,rgba(5,7,13,.20) 42%,#05070d 98%),radial-gradient(circle at 50% 44%,rgba(5,7,13,.02),rgba(5,7,13,.34) 72%)!important}
.ebuc-home-v11 .ebuc-v11-main>.emu-container,.ebuc-home-v11 .ebuc-v11-hero-inner{width:min(1500px,calc(100% - 64px))!important;max-width:none!important;margin-left:auto!important;margin-right:auto!important}
.ebuc-home-v11 .ebuc-v11-hero{min-height:clamp(720px,84svh,930px)!important}
.ebuc-home-v11 .ebuc-v11-intent{max-width:1040px!important}
.ebuc-home-v11 .ebuc-v11-world,.ebuc-home-v11 .ebuc-v11-news-card{background:#080c15!important}
.ebuc-home-v11 .ebuc-v11-world img,.ebuc-home-v11 .ebuc-v11-news-card img{opacity:.98!important;filter:saturate(1.18) contrast(1.08) brightness(1.04)!important}
.ebuc-home-v11 .ebuc-v11-world:after{background:linear-gradient(90deg,rgba(5,7,13,.90) 0%,rgba(5,7,13,.56) 48%,rgba(5,7,13,.05) 100%)!important}
.ebuc-home-v11 .ebuc-v11-news-card:after{background:linear-gradient(180deg,rgba(5,7,13,.03),rgba(5,7,13,.84) 77%)!important}
.ebuc-home-v11 .ebuc-v11-task,.ebuc-home-v11 .ebuc-v11-route-grid a,.ebuc-home-v11 .ebuc-v11-stat,.ebuc-home-v11 .ebuc-v11-how-grid{border-color:rgba(255,255,255,.16)!important;background:linear-gradient(180deg,rgba(20,27,42,.92),rgba(8,12,22,.98))!important}

.ebuc-marketplace-signup-app .ebuc-page-hero.emu-container,
.ebuc-marketplace-signup-app .ebuc-section.emu-container{width:min(1480px,calc(100% - 56px))!important;max-width:none!important;margin-left:auto!important;margin-right:auto!important}
.ebuc-marketplace-signup-app .ebuc-signup-hero{display:grid!important;grid-template-columns:minmax(0,1.05fr) minmax(300px,.72fr);gap:clamp(22px,4vw,56px);align-items:center;padding:clamp(34px,5vw,70px)!important;border-radius:32px!important;background:radial-gradient(circle at 12% 18%,rgba(168,45,255,.24),transparent 38%),radial-gradient(circle at 92% 18%,rgba(255,203,76,.16),transparent 34%),linear-gradient(135deg,rgba(15,19,31,.94),rgba(7,10,18,.98))!important;border:1px solid rgba(255,255,255,.13)!important;box-shadow:0 28px 98px rgba(0,0,0,.32)!important}
.ebuc-marketplace-signup-app .ebuc-signup-hero:after{content:"";min-height:280px;border-radius:28px;background:linear-gradient(90deg,rgba(5,7,13,.12),rgba(5,7,13,.18)),url('../images/homepage-events-card.webp') center/cover no-repeat;border:1px solid rgba(255,255,255,.12);box-shadow:0 20px 70px rgba(0,0,0,.28)}
.ebuc-marketplace-signup-app .ebuc-signup-hero h1{max-width:860px!important;font-size:clamp(44px,5.5vw,84px)!important;line-height:.94!important;letter-spacing:-.07em!important}
.ebuc-marketplace-signup-app .ebuc-signup-hero p{max-width:820px!important;font-size:clamp(16px,1.4vw,20px)!important;line-height:1.6!important}
.ebuc-marketplace-signup-app .ebuc-marketplace-form-card{width:100%!important;max-width:none!important;margin:0 auto!important;padding:clamp(24px,3.4vw,50px)!important;border-radius:32px!important;background:radial-gradient(circle at 0 0,rgba(168,45,255,.16),transparent 28%),radial-gradient(circle at 100% 0,rgba(255,203,76,.10),transparent 26%),linear-gradient(180deg,rgba(18,24,38,.92),rgba(8,12,22,.98))!important;border-color:rgba(255,255,255,.14)!important}
.ebuc-marketplace-signup-app .ebuc-marketplace-form{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:20px!important;align-items:start!important}
.ebuc-marketplace-signup-app .ebuc-marketplace-form>.ebuc-service-wizard,
.ebuc-marketplace-signup-app .ebuc-marketplace-form>.ebuc-form-block,
.ebuc-marketplace-signup-app .ebuc-marketplace-form>.ebuc-photo-upload,
.ebuc-marketplace-signup-app .ebuc-marketplace-form>.ebuc-controlled-group,
.ebuc-marketplace-signup-app .ebuc-marketplace-form>.ebuc-adaptive-control-group,
.ebuc-marketplace-signup-app .ebuc-marketplace-form>label:has(textarea),
.ebuc-marketplace-signup-app .ebuc-marketplace-form>button{grid-column:1/-1!important}
.ebuc-marketplace-signup-app .ebuc-marketplace-form label{min-width:0!important;margin:0!important}
.ebuc-marketplace-signup-app .ebuc-marketplace-form input,
.ebuc-marketplace-signup-app .ebuc-marketplace-form select,
.ebuc-marketplace-signup-app .ebuc-marketplace-form textarea{width:100%!important;box-sizing:border-box!important;font-size:16px!important}
.ebuc-marketplace-signup-app .ebuc-marketplace-form input[type="text"],
.ebuc-marketplace-signup-app .ebuc-marketplace-form input[type="email"],
.ebuc-marketplace-signup-app .ebuc-marketplace-form input[type="password"],
.ebuc-marketplace-signup-app .ebuc-marketplace-form input[type="url"],
.ebuc-marketplace-signup-app .ebuc-marketplace-form select{min-height:62px!important;border-radius:18px!important}
.ebuc-marketplace-signup-app .ebuc-marketplace-form textarea{min-height:130px!important;border-radius:18px!important;padding:16px!important;background:linear-gradient(180deg,rgba(6,9,18,.94),rgba(17,22,34,.9))!important;color:#fff!important;border:1px solid rgba(255,255,255,.14)!important}
.ebuc-marketplace-signup-app .ebuc-controlled-grid{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(190px,1fr))!important;max-height:none!important;overflow:visible!important;gap:10px!important}
.ebuc-marketplace-signup-app .ebuc-controlled-chip span{min-height:44px!important;font-size:13px!important;align-items:center!important}
.ebuc-marketplace-signup-app .ebuc-service-wizard{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px!important;margin-bottom:8px!important}
.ebuc-marketplace-signup-app .ebuc-service-step{padding:18px!important;border-radius:22px!important}
.ebuc-marketplace-signup-app .ebuc-marketplace-form .emu-btn{justify-self:start!important;min-width:min(420px,100%)!important;min-height:60px!important;justify-content:center!important;font-size:16px!important}

@media(max-width:900px){
  .ebuc-home-v11 .ebuc-v11-main>.emu-container,.ebuc-home-v11 .ebuc-v11-hero-inner{width:calc(100vw - 24px)!important;max-width:none!important;padding-left:0!important;padding-right:0!important}
  .ebuc-home-v11 .ebuc-v11-hero{min-height:auto!important;display:block!important;padding:0!important}
  .ebuc-home-v11 .ebuc-v11-hero-inner{text-align:center!important;padding-top:clamp(42px,12vw,76px)!important;padding-bottom:34px!important}
  .ebuc-home-v11 .ebuc-v11-kicker{margin-left:auto!important;margin-right:auto!important}
  .ebuc-home-v11 .ebuc-v11-hero h1{margin-left:auto!important;margin-right:auto!important;max-width:min(520px,100%)!important;text-align:center!important;font-size:clamp(42px,12vw,62px)!important;line-height:.95!important}
  .ebuc-home-v11 .ebuc-v11-subtitle{margin-left:auto!important;margin-right:auto!important;max-width:520px!important;text-align:center!important}
  .ebuc-home-v11 .ebuc-v11-intent{width:100%!important;max-width:560px!important;margin-left:auto!important;margin-right:auto!important;text-align:left!important;box-sizing:border-box!important}
  .ebuc-home-v11 .ebuc-v11-intent-row{grid-template-columns:1fr!important;gap:8px!important;background:transparent!important;box-shadow:none!important;overflow:visible!important}
  .ebuc-home-v11 .ebuc-v11-intent input,.ebuc-home-v11 .ebuc-v11-intent button{border-radius:15px!important;width:100%!important}
  .ebuc-home-v11 .ebuc-v11-chips{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important}
  .ebuc-home-v11 .ebuc-v11-chips a{justify-content:center!important;text-align:center!important;min-height:42px!important}
  .ebuc-home-v11 .ebuc-v11-tasks h2,.ebuc-home-v11 .ebuc-v11-routes h2,.ebuc-home-v11 .ebuc-v11-how h2,.ebuc-home-v11 .ebuc-v11-stats h2,.ebuc-home-v11 .ebuc-v11-news h2{text-align:center!important}
  .ebuc-home-v11 .ebuc-v11-task-grid{grid-template-columns:1fr!important;gap:12px!important}
  .ebuc-home-v11 .ebuc-v11-task{width:100%!important;min-height:132px!important;display:grid!important;grid-template-columns:58px 1fr!important;text-align:left!important;align-items:center!important;justify-content:stretch!important;padding:18px!important;box-sizing:border-box!important}
  .ebuc-home-v11 .ebuc-v11-task-icon{grid-row:1/3!important;width:52px!important;height:52px!important;margin:0!important}.ebuc-home-v11 .ebuc-v11-task strong,.ebuc-home-v11 .ebuc-v11-task small{margin-left:0!important}
  .ebuc-home-v11 .ebuc-v11-route-grid{grid-template-columns:1fr!important}.ebuc-home-v11 .ebuc-v11-route-grid a{width:100%!important;min-height:60px!important;box-sizing:border-box!important}
  .ebuc-home-v11 .ebuc-v11-worlds{grid-template-columns:1fr!important}.ebuc-home-v11 .ebuc-v11-world{width:100%!important;min-height:360px!important}.ebuc-home-v11 .ebuc-v11-world>div{text-align:left!important}.ebuc-home-v11 .ebuc-v11-how-grid{grid-template-columns:1fr!important}.ebuc-home-v11 .ebuc-v11-how-grid div{border-right:0!important;border-bottom:1px solid rgba(255,255,255,.10)!important}.ebuc-home-v11 .ebuc-v11-how-grid div:last-child{border-bottom:0!important}
  .ebuc-home-v11 .ebuc-v11-stat-grid{grid-template-columns:1fr 1fr!important}.ebuc-home-v11 .ebuc-v11-news-grid{grid-template-columns:1fr!important}.ebuc-home-v11 .ebuc-v11-final{width:100%!important;box-sizing:border-box!important;text-align:center!important}.ebuc-home-v11 .ebuc-v11-final-actions{grid-template-columns:1fr!important;width:100%!important}
  .ebuc-marketplace-signup-app .ebuc-page-hero.emu-container,.ebuc-marketplace-signup-app .ebuc-section.emu-container{width:calc(100vw - 24px)!important;max-width:none!important}
  .ebuc-marketplace-signup-app .ebuc-signup-hero{grid-template-columns:1fr!important;padding:24px 18px!important;text-align:center!important;border-radius:24px!important}.ebuc-marketplace-signup-app .ebuc-signup-hero:after{min-height:220px;order:-1;border-radius:20px}.ebuc-marketplace-signup-app .ebuc-signup-hero h1{font-size:clamp(38px,11vw,56px)!important}.ebuc-marketplace-signup-app .ebuc-marketplace-form{grid-template-columns:1fr!important;gap:16px!important}.ebuc-marketplace-signup-app .ebuc-service-wizard{grid-template-columns:1fr!important}.ebuc-marketplace-signup-app .ebuc-marketplace-form-card{padding:20px 14px!important;border-radius:24px!important}.ebuc-marketplace-signup-app .ebuc-controlled-grid{grid-template-columns:1fr 1fr!important}.ebuc-marketplace-signup-app .ebuc-marketplace-form .emu-btn{width:100%!important}
}
@media(max-width:460px){.ebuc-home-v11 .ebuc-v11-chips,.ebuc-home-v11 .ebuc-v11-stat-grid,.ebuc-marketplace-signup-app .ebuc-controlled-grid{grid-template-columns:1fr!important}.ebuc-home-v11 .ebuc-v11-hero h1{font-size:38px!important}.ebuc-home-v11 .ebuc-v11-task{grid-template-columns:50px 1fr!important;padding:16px!important}}


/* v0.14.46 homepage custom visuals + mobile cards + centered stats
   Uses generated bundled assets, keeps existing Unified Core header/footer, and avoids video/remote assets. */
.ebuc-home-v11 .ebuc-v11-main{
  background:
    radial-gradient(circle at 50% 0%,rgba(194,44,255,.14),transparent 28%),
    radial-gradient(circle at 92% 14%,rgba(255,196,58,.11),transparent 24%),
    linear-gradient(180deg,#05070d 0%,#070a12 42%,#05070d 100%)!important;
}
.ebuc-home-v11 .ebuc-v11-main>.emu-container{
  width:min(1460px,calc(100% - 72px))!important;
  max-width:none!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
.ebuc-home-v11 .ebuc-v11-hero{
  min-height:clamp(680px,82svh,900px)!important;
  background:#05070d!important;
  overflow:hidden!important;
}
.ebuc-home-v11 .ebuc-v11-hero-media img{
  opacity:1!important;
  object-position:center center!important;
  filter:none!important;
  transform:translateZ(0)!important;
}
.ebuc-home-v11 .ebuc-v11-hero:after{
  background:
    radial-gradient(ellipse at center,rgba(5,7,13,.22) 0%,rgba(5,7,13,.46) 44%,rgba(5,7,13,.72) 75%,#05070d 100%),
    linear-gradient(180deg,rgba(5,7,13,.18) 0%,rgba(5,7,13,.18) 46%,#05070d 98%)!important;
}
.ebuc-home-v11 .ebuc-v11-hero:before{
  height:190px!important;
  background:linear-gradient(180deg,transparent,#05070d 88%)!important;
}
.ebuc-home-v11 .ebuc-v11-hero-inner{
  width:min(1180px,calc(100% - 56px))!important;
  padding-top:clamp(78px,8vw,118px)!important;
  padding-bottom:clamp(46px,5vw,70px)!important;
  text-align:center!important;
}
.ebuc-home-v11 .ebuc-v11-hero h1{
  max-width:1020px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  font-size:clamp(58px,8vw,112px)!important;
  line-height:.91!important;
  letter-spacing:-.075em!important;
  text-shadow:0 22px 72px rgba(0,0,0,.72)!important;
}
.ebuc-home-v11 .ebuc-v11-subtitle{
  max-width:650px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  font-size:clamp(17px,1.22vw,21px)!important;
  line-height:1.55!important;
  text-shadow:0 12px 38px rgba(0,0,0,.68)!important;
}
.ebuc-home-v11 .ebuc-v11-intent{
  width:min(820px,100%)!important;
  margin:34px auto 0!important;
  padding:18px!important;
  border-radius:24px!important;
  background:rgba(7,10,18,.84)!important;
  border:1px solid rgba(255,255,255,.22)!important;
  box-shadow:0 26px 80px rgba(0,0,0,.42)!important;
}
.ebuc-home-v11 .ebuc-v11-intent label{font-size:14px!important;margin-bottom:10px!important;color:#fff!important;font-weight:950!important}
.ebuc-home-v11 .ebuc-v11-intent input{font-size:16px!important;font-weight:800!important;color:#101521!important}
.ebuc-home-v11 .ebuc-v11-intent button{font-size:16px!important;font-weight:950!important;white-space:nowrap!important}
.ebuc-home-v11 .ebuc-v11-task-grid{gap:20px!important;align-items:stretch!important}
.ebuc-home-v11 .ebuc-v11-task{
  min-height:176px!important;
  padding:28px 22px!important;
  border-radius:24px!important;
  background:linear-gradient(180deg,rgba(20,27,42,.96),rgba(8,12,22,.98))!important;
  border:1px solid rgba(255,255,255,.18)!important;
  box-shadow:0 18px 64px rgba(0,0,0,.24)!important;
}
.ebuc-home-v11 .ebuc-v11-task strong{font-size:20px!important;line-height:1.16!important;max-width:100%!important}
.ebuc-home-v11 .ebuc-v11-task small{font-size:14px!important;line-height:1.45!important;color:#dce5f4!important;max-width:100%!important}
.ebuc-home-v11 .ebuc-v11-task-icon{width:68px!important;height:68px!important;margin-bottom:18px!important;box-shadow:0 16px 36px rgba(194,44,255,.24)!important}
.ebuc-home-v11 .ebuc-v11-task-icon.is-gold{box-shadow:0 16px 36px rgba(255,192,55,.20)!important}
.ebuc-home-v11 .ebuc-v11-task-icon svg{width:31px!important;height:31px!important}
.ebuc-home-v11 .ebuc-v11-route-grid{gap:16px!important}
.ebuc-home-v11 .ebuc-v11-route-grid a{
  min-height:78px!important;
  padding:0 22px!important;
  border-radius:20px!important;
  align-items:center!important;
  background:linear-gradient(180deg,rgba(19,25,37,.94),rgba(10,14,23,.98))!important;
  border-color:rgba(255,255,255,.18)!important;
}
.ebuc-home-v11 .ebuc-v11-route-grid span{font-size:16px!important;line-height:1.18!important;font-weight:950!important}
.ebuc-home-v11 .ebuc-v11-route-grid b{font-size:25px!important;color:#ffd76b!important}
.ebuc-home-v11 .ebuc-v11-worlds{gap:26px!important;align-items:stretch!important}
.ebuc-home-v11 .ebuc-v11-world{
  min-height:430px!important;
  border-radius:28px!important;
  border-color:rgba(255,255,255,.18)!important;
  background:#070b14!important;
  box-shadow:0 24px 90px rgba(0,0,0,.30)!important;
}
.ebuc-home-v11 .ebuc-v11-world img{
  opacity:1!important;
  filter:none!important;
  transform:none!important;
}
.ebuc-home-v11 .ebuc-v11-world:after{
  background:
    linear-gradient(90deg,rgba(5,7,13,.94) 0%,rgba(5,7,13,.68) 44%,rgba(5,7,13,.20) 100%),
    linear-gradient(180deg,rgba(5,7,13,.06),rgba(5,7,13,.52))!important;
}
.ebuc-home-v11 .ebuc-v11-world>div{padding:42px!important;max-width:560px!important}
.ebuc-home-v11 .ebuc-v11-world h2{font-size:clamp(36px,3vw,54px)!important;line-height:.98!important;margin-bottom:16px!important}
.ebuc-home-v11 .ebuc-v11-world p{font-size:17px!important;line-height:1.52!important;color:#f2f6ff!important}
.ebuc-home-v11 .ebuc-v11-world li{font-size:16px!important;line-height:1.46!important;color:#fff!important}
.ebuc-home-v11 .ebuc-v11-stats{text-align:center!important}
.ebuc-home-v11 .ebuc-v11-stats h2{text-align:center!important;margin-left:auto!important;margin-right:auto!important}
.ebuc-home-v11 .ebuc-v11-stat-grid{
  display:grid!important;
  grid-template-columns:repeat(auto-fit,minmax(230px,300px))!important;
  justify-content:center!important;
  justify-items:stretch!important;
  gap:18px!important;
  width:100%!important;
  max-width:1040px!important;
  margin:0 auto!important;
}
.ebuc-home-v11 .ebuc-v11-stat{
  min-height:132px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  padding:22px!important;
  border-radius:24px!important;
}
.ebuc-home-v11 .ebuc-v11-stat strong{font-size:clamp(40px,4vw,58px)!important;line-height:.96!important}
.ebuc-home-v11 .ebuc-v11-stat span{font-size:15px!important;line-height:1.22!important;text-align:center!important}
.ebuc-home-v11 .ebuc-v11-news-grid{gap:22px!important}
.ebuc-home-v11 .ebuc-v11-news-card{min-height:340px!important;border-radius:24px!important;padding:22px!important;box-shadow:0 22px 72px rgba(0,0,0,.28)!important}
.ebuc-home-v11 .ebuc-v11-news-card img{opacity:1!important;filter:none!important;transform:none!important}
.ebuc-home-v11 .ebuc-v11-news-card:after{background:linear-gradient(180deg,rgba(5,7,13,.02) 0%,rgba(5,7,13,.18) 36%,rgba(5,7,13,.88) 100%)!important}
.ebuc-home-v11 .ebuc-v11-news-card strong{font-size:21px!important;line-height:1.18!important}

@media(max-width:900px){
  .ebuc-home-v11 .ebuc-v11-main>.emu-container,
  .ebuc-home-v11 .ebuc-v11-hero-inner{
    width:calc(100vw - 24px)!important;
    max-width:none!important;
    margin-left:auto!important;
    margin-right:auto!important;
    padding-left:0!important;
    padding-right:0!important;
  }
  .ebuc-home-v11 .ebuc-v11-hero{
    min-height:auto!important;
    display:block!important;
  }
  .ebuc-home-v11 .ebuc-v11-hero-media img{
    object-position:center top!important;
  }
  .ebuc-home-v11 .ebuc-v11-hero:after{
    background:
      linear-gradient(180deg,rgba(5,7,13,.16) 0%,rgba(5,7,13,.45) 44%,#05070d 100%),
      radial-gradient(ellipse at center,rgba(5,7,13,.06),rgba(5,7,13,.58) 68%)!important;
  }
  .ebuc-home-v11 .ebuc-v11-hero-inner{
    text-align:center!important;
    padding-top:clamp(42px,12vw,76px)!important;
    padding-bottom:34px!important;
  }
  .ebuc-home-v11 .ebuc-v11-kicker{margin-left:auto!important;margin-right:auto!important}
  .ebuc-home-v11 .ebuc-v11-hero h1{
    margin-left:auto!important;
    margin-right:auto!important;
    max-width:min(540px,100%)!important;
    text-align:center!important;
    font-size:clamp(42px,12.5vw,64px)!important;
    line-height:.94!important;
  }
  .ebuc-home-v11 .ebuc-v11-subtitle{
    margin-left:auto!important;
    margin-right:auto!important;
    max-width:520px!important;
    text-align:center!important;
    font-size:16px!important;
  }
  .ebuc-home-v11 .ebuc-v11-intent{
    width:100%!important;
    max-width:560px!important;
    margin:24px auto 0!important;
    text-align:left!important;
    box-sizing:border-box!important;
  }
  .ebuc-home-v11 .ebuc-v11-intent-row{grid-template-columns:1fr!important;gap:10px!important;background:transparent!important;box-shadow:none!important;overflow:visible!important}
  .ebuc-home-v11 .ebuc-v11-intent input,
  .ebuc-home-v11 .ebuc-v11-intent button{border-radius:16px!important;width:100%!important;min-height:58px!important}
  .ebuc-home-v11 .ebuc-v11-chips{display:grid!important;grid-template-columns:1fr 1fr!important;gap:9px!important}
  .ebuc-home-v11 .ebuc-v11-chips a{justify-content:center!important;text-align:center!important;min-height:46px!important;font-size:13px!important;padding:0 10px!important}
  .ebuc-home-v11 .ebuc-v11-tasks h2,
  .ebuc-home-v11 .ebuc-v11-routes h2,
  .ebuc-home-v11 .ebuc-v11-how h2,
  .ebuc-home-v11 .ebuc-v11-stats h2,
  .ebuc-home-v11 .ebuc-v11-news h2{text-align:center!important;font-size:clamp(29px,8vw,42px)!important;margin-bottom:18px!important}
  .ebuc-home-v11 .ebuc-v11-task-grid{grid-template-columns:1fr!important;gap:14px!important}
  .ebuc-home-v11 .ebuc-v11-task{
    width:100%!important;
    min-height:124px!important;
    display:grid!important;
    grid-template-columns:64px minmax(0,1fr) 28px!important;
    grid-template-rows:auto auto!important;
    text-align:left!important;
    align-items:center!important;
    column-gap:14px!important;
    padding:20px!important;
    box-sizing:border-box!important;
    border-radius:22px!important;
  }
  .ebuc-home-v11 .ebuc-v11-task:after{content:"→";grid-column:3!important;grid-row:1/3!important;color:#ffd76b;font-size:25px;font-weight:950;align-self:center;justify-self:end}
  .ebuc-home-v11 .ebuc-v11-task-icon{grid-column:1!important;grid-row:1/3!important;width:58px!important;height:58px!important;margin:0!important}
  .ebuc-home-v11 .ebuc-v11-task strong{grid-column:2!important;font-size:18px!important;line-height:1.15!important;margin:0!important}
  .ebuc-home-v11 .ebuc-v11-task small{grid-column:2!important;font-size:14px!important;line-height:1.38!important;margin:5px 0 0!important}
  .ebuc-home-v11 .ebuc-v11-route-grid{grid-template-columns:1fr 1fr!important;gap:10px!important}
  .ebuc-home-v11 .ebuc-v11-route-grid a{
    width:100%!important;
    min-height:92px!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    justify-content:space-between!important;
    padding:16px!important;
    box-sizing:border-box!important;
    border-radius:19px!important;
  }
  .ebuc-home-v11 .ebuc-v11-route-grid span{font-size:16px!important;line-height:1.15!important}
  .ebuc-home-v11 .ebuc-v11-route-grid b{font-size:24px!important;align-self:flex-end!important}
  .ebuc-home-v11 .ebuc-v11-worlds{grid-template-columns:1fr!important;gap:16px!important}
  .ebuc-home-v11 .ebuc-v11-world{width:100%!important;min-height:360px!important;border-radius:22px!important}
  .ebuc-home-v11 .ebuc-v11-world:after{background:linear-gradient(180deg,rgba(5,7,13,.12),rgba(5,7,13,.92) 75%)!important}
  .ebuc-home-v11 .ebuc-v11-world>div{padding:24px!important;text-align:left!important;position:absolute!important;left:0!important;right:0!important;bottom:0!important}
  .ebuc-home-v11 .ebuc-v11-world h2{font-size:34px!important}
  .ebuc-home-v11 .ebuc-v11-how-grid{grid-template-columns:1fr!important}.ebuc-home-v11 .ebuc-v11-how-grid div{border-right:0!important;border-bottom:1px solid rgba(255,255,255,.10)!important}.ebuc-home-v11 .ebuc-v11-how-grid div:last-child{border-bottom:0!important}
  .ebuc-home-v11 .ebuc-v11-stat-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))!important;max-width:620px!important;gap:12px!important}
  .ebuc-home-v11 .ebuc-v11-stat{min-height:112px!important;border-radius:20px!important;padding:16px!important}
  .ebuc-home-v11 .ebuc-v11-stat strong{font-size:36px!important}
  .ebuc-home-v11 .ebuc-v11-stat span{font-size:13px!important}
  .ebuc-home-v11 .ebuc-v11-news-grid{grid-template-columns:1fr!important;gap:14px!important}
  .ebuc-home-v11 .ebuc-v11-news-card{min-height:280px!important;border-radius:22px!important}
  .ebuc-home-v11 .ebuc-v11-final{width:100%!important;box-sizing:border-box!important;text-align:center!important;border-radius:22px!important}
  .ebuc-home-v11 .ebuc-v11-final-actions{grid-template-columns:1fr!important;width:100%!important}
}
@media(max-width:480px){
  .ebuc-home-v11 .ebuc-v11-main>.emu-container,.ebuc-home-v11 .ebuc-v11-hero-inner{width:calc(100vw - 18px)!important}
  .ebuc-home-v11 .ebuc-v11-hero h1{font-size:40px!important;line-height:.96!important}
  .ebuc-home-v11 .ebuc-v11-chips{grid-template-columns:1fr!important}
  .ebuc-home-v11 .ebuc-v11-task{grid-template-columns:58px minmax(0,1fr) 22px!important;min-height:118px!important;padding:17px!important}
  .ebuc-home-v11 .ebuc-v11-task-icon{width:52px!important;height:52px!important}
  .ebuc-home-v11 .ebuc-v11-task strong{font-size:17px!important}
  .ebuc-home-v11 .ebuc-v11-route-grid{grid-template-columns:1fr!important}
  .ebuc-home-v11 .ebuc-v11-route-grid a{min-height:74px!important;flex-direction:row!important;align-items:center!important;padding:0 18px!important}
  .ebuc-home-v11 .ebuc-v11-stat-grid{grid-template-columns:1fr!important;max-width:360px!important}
}

/* v0.14.47 homepage visual crop + layout corrections.
   Fixes the oversized empty hero, dark buried images, mobile card readability, centered stats and join marketplace width. */
.ebuc-home-v11 .ebuc-v11-main{
  overflow-x:hidden!important;
}
.ebuc-home-v11 .ebuc-v11-main>.emu-container{
  width:min(1320px,calc(100% - 56px))!important;
  max-width:none!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
.ebuc-home-v11 .ebuc-v11-hero{
  min-height:clamp(540px,64svh,720px)!important;
  display:flex!important;
  align-items:center!important;
  border-bottom:1px solid rgba(255,255,255,.10)!important;
  background:#05070d!important;
}
.ebuc-home-v11 .ebuc-v11-hero-media img{
  opacity:1!important;
  object-fit:cover!important;
  object-position:center center!important;
  filter:saturate(1.08) contrast(1.04) brightness(1.03)!important;
}
.ebuc-home-v11 .ebuc-v11-hero:after{
  background:
    radial-gradient(ellipse at center,rgba(5,7,13,.58) 0%,rgba(5,7,13,.48) 40%,rgba(5,7,13,.50) 62%,rgba(5,7,13,.78) 100%),
    linear-gradient(180deg,rgba(5,7,13,.10) 0%,rgba(5,7,13,.24) 58%,#05070d 100%)!important;
}
.ebuc-home-v11 .ebuc-v11-hero:before{
  height:86px!important;
  background:linear-gradient(180deg,transparent,#05070d 92%)!important;
}
.ebuc-home-v11 .ebuc-v11-hero-inner{
  width:min(1040px,calc(100% - 44px))!important;
  padding-top:clamp(62px,6.2vw,92px)!important;
  padding-bottom:clamp(38px,4vw,56px)!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
.ebuc-home-v11 .ebuc-v11-hero h1{
  max-width:900px!important;
  font-size:clamp(54px,6.9vw,92px)!important;
  line-height:.92!important;
  letter-spacing:-.074em!important;
  text-shadow:0 18px 64px rgba(0,0,0,.72)!important;
}
.ebuc-home-v11 .ebuc-v11-subtitle{
  max-width:620px!important;
  font-size:clamp(16px,1.04vw,19px)!important;
  line-height:1.48!important;
}
.ebuc-home-v11 .ebuc-v11-intent{
  width:min(760px,100%)!important;
  margin-top:28px!important;
  padding:16px!important;
  border-radius:22px!important;
  background:rgba(7,10,18,.78)!important;
  backdrop-filter:blur(10px)!important;
  border-color:rgba(255,255,255,.20)!important;
}
.ebuc-home-v11 .ebuc-v11-intent-row input{min-height:58px!important;}
.ebuc-home-v11 .ebuc-v11-intent-row button{min-height:58px!important;padding:0 22px!important;}
.ebuc-home-v11 .ebuc-v11-tasks,
.ebuc-home-v11 .ebuc-v11-routes,
.ebuc-home-v11 .ebuc-v11-worlds,
.ebuc-home-v11 .ebuc-v11-how,
.ebuc-home-v11 .ebuc-v11-stats,
.ebuc-home-v11 .ebuc-v11-news,
.ebuc-home-v11 .ebuc-v11-final{
  margin-top:clamp(34px,4.4vw,58px)!important;
}
.ebuc-home-v11 .ebuc-v11-tasks h2,
.ebuc-home-v11 .ebuc-v11-routes h2,
.ebuc-home-v11 .ebuc-v11-how h2,
.ebuc-home-v11 .ebuc-v11-stats h2,
.ebuc-home-v11 .ebuc-v11-news h2{
  text-align:center!important;
  font-size:clamp(30px,3.35vw,44px)!important;
  margin-bottom:22px!important;
}
.ebuc-home-v11 .ebuc-v11-task-grid{
  gap:18px!important;
}
.ebuc-home-v11 .ebuc-v11-task{
  min-height:158px!important;
  padding:24px 20px!important;
  border-radius:23px!important;
}
.ebuc-home-v11 .ebuc-v11-task strong{
  font-size:19px!important;
  line-height:1.16!important;
}
.ebuc-home-v11 .ebuc-v11-task small{
  font-size:13.5px!important;
  line-height:1.4!important;
}
.ebuc-home-v11 .ebuc-v11-task-icon{
  width:62px!important;
  height:62px!important;
  margin-bottom:16px!important;
}
.ebuc-home-v11 .ebuc-v11-route-grid{
  gap:14px!important;
}
.ebuc-home-v11 .ebuc-v11-route-grid a{
  min-height:70px!important;
  padding:0 20px!important;
}
.ebuc-home-v11 .ebuc-v11-world{
  min-height:360px!important;
  border-radius:27px!important;
}
.ebuc-home-v11 .ebuc-v11-world img{
  opacity:1!important;
  filter:saturate(1.08) contrast(1.04) brightness(1.02)!important;
  object-position:center center!important;
}
.ebuc-home-v11 .ebuc-v11-world:after{
  background:
    linear-gradient(90deg,rgba(5,7,13,.88) 0%,rgba(5,7,13,.60) 44%,rgba(5,7,13,.12) 100%),
    linear-gradient(180deg,rgba(5,7,13,.04),rgba(5,7,13,.40))!important;
}
.ebuc-home-v11 .ebuc-v11-world>div{
  padding:34px!important;
}
.ebuc-home-v11 .ebuc-v11-world h2{
  font-size:clamp(34px,2.7vw,48px)!important;
}
.ebuc-home-v11 .ebuc-v11-stats{
  display:grid!important;
  justify-items:center!important;
  text-align:center!important;
}
.ebuc-home-v11 .ebuc-v11-stat-grid{
  width:100%!important;
  max-width:940px!important;
  display:grid!important;
  grid-template-columns:repeat(auto-fit,minmax(220px,280px))!important;
  justify-content:center!important;
  justify-items:stretch!important;
  margin-left:auto!important;
  margin-right:auto!important;
  gap:16px!important;
}
.ebuc-home-v11 .ebuc-v11-stat{
  min-height:118px!important;
  padding:18px 20px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
}
.ebuc-home-v11 .ebuc-v11-news-grid{
  gap:18px!important;
}
.ebuc-home-v11 .ebuc-v11-news-card{
  min-height:310px!important;
  border-radius:23px!important;
}
.ebuc-home-v11 .ebuc-v11-news-card img{
  opacity:1!important;
  filter:saturate(1.08) contrast(1.04) brightness(1.02)!important;
  object-position:center center!important;
}
.ebuc-home-v11 .ebuc-v11-news-card:after{
  background:linear-gradient(180deg,rgba(5,7,13,.06) 0%,rgba(5,7,13,.18) 42%,rgba(5,7,13,.90) 100%)!important;
}
.ebuc-marketplace-signup-app .ebuc-signup-hero:after{
  background:linear-gradient(90deg,rgba(5,7,13,.08),rgba(5,7,13,.12)),url('../images/homepage-v01447-join-marketplace.webp') center/cover no-repeat!important;
}

@media(min-width:1500px){
  .ebuc-home-v11 .ebuc-v11-hero{min-height:660px!important;}
  .ebuc-home-v11 .ebuc-v11-hero h1{font-size:92px!important;}
}
@media(max-width:900px){
  .ebuc-home-v11 .ebuc-v11-main>.emu-container,
  .ebuc-home-v11 .ebuc-v11-hero-inner{
    width:min(100%,calc(100vw - 24px))!important;
    max-width:none!important;
    padding-left:0!important;
    padding-right:0!important;
  }
  .ebuc-home-v11 .ebuc-v11-hero{
    min-height:auto!important;
    display:block!important;
  }
  .ebuc-home-v11 .ebuc-v11-hero-media img{
    object-position:center top!important;
  }
  .ebuc-home-v11 .ebuc-v11-hero:after{
    background:linear-gradient(180deg,rgba(5,7,13,.28) 0%,rgba(5,7,13,.46) 52%,#05070d 100%)!important;
  }
  .ebuc-home-v11 .ebuc-v11-hero:before{height:52px!important;}
  .ebuc-home-v11 .ebuc-v11-hero-inner{
    padding-top:clamp(34px,10vw,66px)!important;
    padding-bottom:30px!important;
    text-align:center!important;
  }
  .ebuc-home-v11 .ebuc-v11-hero h1{
    max-width:560px!important;
    margin-left:auto!important;
    margin-right:auto!important;
    text-align:center!important;
    font-size:clamp(42px,11.2vw,62px)!important;
    line-height:.94!important;
  }
  .ebuc-home-v11 .ebuc-v11-subtitle{
    max-width:520px!important;
    margin-left:auto!important;
    margin-right:auto!important;
    text-align:center!important;
    font-size:16px!important;
  }
  .ebuc-home-v11 .ebuc-v11-intent{
    width:100%!important;
    max-width:560px!important;
    margin:22px auto 0!important;
    padding:14px!important;
  }
  .ebuc-home-v11 .ebuc-v11-chips{
    grid-template-columns:1fr 1fr!important;
    gap:8px!important;
  }
  .ebuc-home-v11 .ebuc-v11-chips a{
    min-height:44px!important;
    font-size:13px!important;
  }
  .ebuc-home-v11 .ebuc-v11-tasks h2,
  .ebuc-home-v11 .ebuc-v11-routes h2,
  .ebuc-home-v11 .ebuc-v11-how h2,
  .ebuc-home-v11 .ebuc-v11-stats h2,
  .ebuc-home-v11 .ebuc-v11-news h2{
    text-align:center!important;
    font-size:clamp(30px,7.6vw,40px)!important;
  }
  .ebuc-home-v11 .ebuc-v11-task-grid{
    grid-template-columns:1fr!important;
    gap:12px!important;
  }
  .ebuc-home-v11 .ebuc-v11-task{
    min-height:118px!important;
    width:100%!important;
    display:grid!important;
    grid-template-columns:58px minmax(0,1fr) 28px!important;
    grid-template-rows:auto auto!important;
    column-gap:14px!important;
    align-items:center!important;
    text-align:left!important;
    padding:18px!important;
  }
  .ebuc-home-v11 .ebuc-v11-task:after{
    content:"→"!important;
    grid-column:3!important;
    grid-row:1 / 3!important;
    justify-self:end!important;
    color:#ffd76b!important;
    font-size:26px!important;
    font-weight:950!important;
  }
  .ebuc-home-v11 .ebuc-v11-task-icon{
    grid-column:1!important;
    grid-row:1 / 3!important;
    width:54px!important;
    height:54px!important;
    margin:0!important;
  }
  .ebuc-home-v11 .ebuc-v11-task strong{
    grid-column:2!important;
    font-size:18px!important;
    line-height:1.15!important;
  }
  .ebuc-home-v11 .ebuc-v11-task small{
    grid-column:2!important;
    font-size:14px!important;
    line-height:1.34!important;
  }
  .ebuc-home-v11 .ebuc-v11-route-grid{
    grid-template-columns:1fr!important;
    gap:10px!important;
  }
  .ebuc-home-v11 .ebuc-v11-route-grid a{
    min-height:66px!important;
    width:100%!important;
    display:flex!important;
    flex-direction:row!important;
    align-items:center!important;
    justify-content:space-between!important;
    padding:0 18px!important;
    border-radius:18px!important;
  }
  .ebuc-home-v11 .ebuc-v11-route-grid span{
    font-size:17px!important;
    line-height:1.15!important;
  }
  .ebuc-home-v11 .ebuc-v11-worlds{
    grid-template-columns:1fr!important;
  }
  .ebuc-home-v11 .ebuc-v11-world{
    min-height:330px!important;
  }
  .ebuc-home-v11 .ebuc-v11-world:after{
    background:linear-gradient(180deg,rgba(5,7,13,.10),rgba(5,7,13,.92) 76%)!important;
  }
  .ebuc-home-v11 .ebuc-v11-world>div{
    position:absolute!important;
    left:0!important;
    right:0!important;
    bottom:0!important;
    padding:22px!important;
  }
  .ebuc-home-v11 .ebuc-v11-stat-grid{
    grid-template-columns:1fr!important;
    width:min(420px,100%)!important;
    max-width:420px!important;
    justify-content:center!important;
  }
  .ebuc-home-v11 .ebuc-v11-news-grid{
    grid-template-columns:1fr!important;
  }
  .ebuc-home-v11 .ebuc-v11-news-card{
    min-height:260px!important;
  }
}
@media(max-width:480px){
  .ebuc-home-v11 .ebuc-v11-main>.emu-container,
  .ebuc-home-v11 .ebuc-v11-hero-inner{
    width:calc(100vw - 18px)!important;
  }
  .ebuc-home-v11 .ebuc-v11-hero h1{
    font-size:39px!important;
  }
  .ebuc-home-v11 .ebuc-v11-chips{
    grid-template-columns:1fr!important;
  }
  .ebuc-home-v11 .ebuc-v11-route-grid a{
    min-height:64px!important;
  }
}


/* v0.14.49 marketplace cohort directory + professional signup form fix */
.ebuc-marketplace-signup-app .ebuc-section.emu-container{
  width:min(1560px,calc(100vw - 40px))!important;
  max-width:none!important;
}
.ebuc-marketplace-signup-app .ebuc-marketplace-form-card{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  overflow:visible!important;
}
.ebuc-marketplace-signup-app .ebuc-marketplace-form{
  display:block!important;
  width:100%!important;
  max-width:none!important;
}
.ebuc-marketplace-signup-app .ebuc-service-wizard{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:14px!important;
  width:100%!important;
  margin:0 0 24px!important;
}
.ebuc-marketplace-signup-app .ebuc-marketplace-form label,
.ebuc-marketplace-signup-app .ebuc-marketplace-form .ebuc-controlled-select,
.ebuc-marketplace-signup-app .ebuc-marketplace-form .ebuc-controlled-group,
.ebuc-marketplace-signup-app .ebuc-marketplace-form .ebuc-adaptive-control-group,
.ebuc-marketplace-signup-app .ebuc-marketplace-form .ebuc-form-block,
.ebuc-marketplace-signup-app .ebuc-marketplace-form .ebuc-photo-upload{
  display:grid!important;
  gap:10px!important;
  width:100%!important;
  max-width:none!important;
  margin:0 0 18px!important;
}
.ebuc-marketplace-signup-app .ebuc-marketplace-form > label:not(:has(textarea)),
.ebuc-marketplace-signup-app .ebuc-marketplace-form > .ebuc-controlled-select{
  display:inline-grid!important;
  vertical-align:top!important;
  width:calc(50% - 10px)!important;
  margin-right:16px!important;
}
.ebuc-marketplace-signup-app .ebuc-marketplace-form > label:nth-of-type(2n),
.ebuc-marketplace-signup-app .ebuc-marketplace-form > .ebuc-controlled-select:nth-of-type(2n){
  margin-right:0!important;
}
.ebuc-marketplace-signup-app .ebuc-marketplace-form input,
.ebuc-marketplace-signup-app .ebuc-marketplace-form select,
.ebuc-marketplace-signup-app .ebuc-marketplace-form textarea{
  width:100%!important;
  box-sizing:border-box!important;
  border-radius:18px!important;
  border:1px solid rgba(255,255,255,.18)!important;
  background:#080d18!important;
  color:#fff!important;
  font-size:17px!important;
  font-weight:800!important;
}
.ebuc-marketplace-signup-app .ebuc-marketplace-form input,
.ebuc-marketplace-signup-app .ebuc-marketplace-form select{
  min-height:62px!important;
  padding:0 18px!important;
}
.ebuc-marketplace-signup-app .ebuc-marketplace-form select{
  color-scheme:dark!important;
  appearance:auto!important;
}
.ebuc-marketplace-signup-app .ebuc-marketplace-form select option{
  background:#101827!important;
  color:#ffffff!important;
  font-size:16px!important;
  line-height:1.6!important;
  padding:10px 12px!important;
}
.ebuc-marketplace-signup-app .ebuc-marketplace-form select option:checked,
.ebuc-marketplace-signup-app .ebuc-marketplace-form select option:hover{
  background:#d95cff!important;
  color:#fff!important;
}
.ebuc-marketplace-signup-app .ebuc-marketplace-form textarea{
  min-height:150px!important;
  padding:18px!important;
  line-height:1.55!important;
}
.ebuc-marketplace-signup-app .ebuc-controlled-grid{
  display:grid!important;
  grid-template-columns:repeat(auto-fit,minmax(210px,1fr))!important;
  gap:12px!important;
  max-height:none!important;
  overflow:visible!important;
  padding:0!important;
}
.ebuc-marketplace-signup-app .ebuc-controlled-chip span{
  min-height:52px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  padding:12px 14px!important;
  font-size:15px!important;
  line-height:1.25!important;
  border-radius:15px!important;
  background:rgba(255,255,255,.035)!important;
  border:1px solid rgba(255,255,255,.13)!important;
}
.ebuc-marketplace-signup-app .ebuc-controlled-chip:has(input:checked) span{
  border-color:rgba(217,92,255,.75)!important;
  background:linear-gradient(135deg,rgba(217,92,255,.24),rgba(245,188,65,.08))!important;
}
.ebuc-marketplace-signup-app .ebuc-marketplace-form .emu-btn{
  width:min(520px,100%)!important;
  min-height:64px!important;
  display:flex!important;
  justify-content:center!important;
  margin-top:10px!important;
  font-size:17px!important;
}
.ebuc-professionals-app .ebuc-professional-grid{
  align-items:stretch!important;
}
@media(max-width:980px){
  .ebuc-marketplace-signup-app .ebuc-service-wizard{grid-template-columns:1fr!important;}
  .ebuc-marketplace-signup-app .ebuc-marketplace-form > label:not(:has(textarea)),
  .ebuc-marketplace-signup-app .ebuc-marketplace-form > .ebuc-controlled-select{
    display:grid!important;
    width:100%!important;
    margin-right:0!important;
  }
  .ebuc-marketplace-signup-app .ebuc-controlled-grid{grid-template-columns:1fr 1fr!important;}
}
@media(max-width:560px){
  .ebuc-marketplace-signup-app .ebuc-section.emu-container,
  .ebuc-marketplace-signup-app .ebuc-page-hero.emu-container{width:calc(100vw - 20px)!important;}
  .ebuc-marketplace-signup-app .ebuc-marketplace-form-card{padding:18px 12px!important;border-radius:22px!important;}
  .ebuc-marketplace-signup-app .ebuc-controlled-grid{grid-template-columns:1fr!important;}
  .ebuc-marketplace-signup-app .ebuc-marketplace-form input,
  .ebuc-marketplace-signup-app .ebuc-marketplace-form select{min-height:58px!important;font-size:16px!important;}
}

/* v0.14.50-professional-card-price-test-flow-fix
   Professionals directory QA cards: stable price/CTA footer, readable card width,
   and admin controls isolated so they cannot overlap public prices. */
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-section.emu-container,
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-page-hero.emu-container{
  width:min(1540px,calc(100vw - 56px))!important;
}
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-card-grid.ebuc-professional-grid{
  display:grid!important;
  grid-template-columns:repeat(auto-fill,minmax(285px,1fr))!important;
  gap:20px!important;
  align-items:stretch!important;
}
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-professional-card{
  display:flex!important;
  flex-direction:column!important;
  min-height:548px!important;
  border-radius:22px!important;
  overflow:hidden!important;
}
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-professional-card .ebuc-profile-media{
  height:180px!important;
  min-height:180px!important;
  max-height:180px!important;
}
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-professional-card .ebuc-profile-content{
  flex:1 1 auto!important;
  display:flex!important;
  flex-direction:column!important;
  gap:10px!important;
  padding:15px 16px 16px!important;
}
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-professional-card .ebuc-tags span,
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-professional-card .ebuc-tags a{
  max-width:100%!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-professional-card .ebuc-profile-content p{
  -webkit-line-clamp:3!important;
  min-height:55px!important;
}
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-professional-card .ebuc-professional-card-footer,
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-professional-card .ebuc-card-bottom.ebuc-professional-card-footer{
  margin-top:auto!important;
  padding-top:13px!important;
  border-top:1px solid rgba(255,255,255,.10)!important;
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:10px!important;
  align-items:stretch!important;
  min-height:0!important;
}
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-professional-card .ebuc-price-line{
  display:flex!important;
  align-items:baseline!important;
  gap:5px!important;
  width:100%!important;
  min-width:0!important;
  color:#f8d99a!important;
  font-size:12px!important;
  line-height:1.25!important;
  white-space:normal!important;
  overflow:visible!important;
}
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-professional-card .ebuc-price-line em{
  display:inline!important;
  font-style:normal!important;
  color:#cdd5e6!important;
  opacity:.86!important;
  flex:0 0 auto!important;
}
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-professional-card .ebuc-price-line strong{
  display:inline!important;
  color:#ffe08a!important;
  font-size:14px!important;
  line-height:1.18!important;
  white-space:normal!important;
  overflow:visible!important;
  text-overflow:clip!important;
}
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-professional-card .ebuc-public-card-actions{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:8px!important;
  width:100%!important;
  margin:0!important;
}
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-professional-card .ebuc-public-card-actions .emu-btn{
  width:100%!important;
  min-width:0!important;
  min-height:38px!important;
  padding:0 10px!important;
  display:inline-flex!important;
  justify-content:center!important;
  align-items:center!important;
  text-align:center!important;
  white-space:nowrap!important;
}
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-professional-card .ebuc-card-admin-actions{
  display:none!important;
  visibility:hidden!important;
  height:0!important;
  min-height:0!important;
  overflow:hidden!important;
}
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-professional-card .ebuc-admin-publish-profile-form,
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-professional-card .ebuc-admin-delete-user-form,
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-professional-card .ebuc-admin-publish-btn,
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-professional-card .ebuc-admin-published-badge,
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-professional-card .ebuc-danger-btn{
  display:none!important;
}
@media(max-width:980px){
  body.ebuc-standalone-page .ebuc-professionals-app .ebuc-card-grid.ebuc-professional-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
@media(max-width:620px){
  body.ebuc-standalone-page .ebuc-professionals-app .ebuc-section.emu-container,
  body.ebuc-standalone-page .ebuc-professionals-app .ebuc-page-hero.emu-container{
    width:calc(100vw - 28px)!important;
  }
  body.ebuc-standalone-page .ebuc-professionals-app .ebuc-card-grid.ebuc-professional-grid{
    grid-template-columns:1fr!important;
    gap:16px!important;
  }
  body.ebuc-standalone-page .ebuc-professionals-app .ebuc-professional-card{
    min-height:0!important;
  }
  body.ebuc-standalone-page .ebuc-professionals-app .ebuc-professional-card .ebuc-profile-media{
    height:190px!important;
    min-height:190px!important;
    max-height:190px!important;
  }
}
@media(max-width:380px){
  body.ebuc-standalone-page .ebuc-professionals-app .ebuc-professional-card .ebuc-public-card-actions{
    grid-template-columns:1fr!important;
  }
}

/* v0.14.55: mobile professional profile details must use the full viewport width.
   Older profile layouts kept the details rail as a narrow desktop/sidebar card on
   mobile, leaving empty horizontal space. Force the details/quote rail to become
   a full-width stacked content section in the e-band dark/purple/gold visual language. */
@media (max-width: 960px) {
  body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-profile-layout.ebuc-profile-lux-layout,
  body.ebuc-standalone-page .ebuc-profile-layout.ebuc-profile-lux-layout {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    width: calc(100vw - 28px) !important;
    max-width: calc(100vw - 28px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    gap: 18px !important;
    overflow: visible !important;
  }

  body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-profile-layout > .ebuc-profile-sticky-rail,
  body.ebuc-standalone-page .ebuc-profile-layout > .ebuc-profile-sticky-rail,
  body.ebuc-standalone-page .ebuc-profile-side-card.ebuc-profile-sticky-rail {
    order: 2 !important;
    position: static !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    justify-self: stretch !important;
    align-self: stretch !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 14px !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
  }

  body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-profile-layout > .ebuc-profile-main-card,
  body.ebuc-standalone-page .ebuc-profile-layout > .ebuc-profile-main-card {
    order: 1 !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    justify-self: stretch !important;
    box-sizing: border-box !important;
  }

  body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-sticky-quote-card,
  body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-side-details-card,
  body.ebuc-standalone-page .ebuc-sticky-quote-card,
  body.ebuc-standalone-page .ebuc-side-details-card {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    box-sizing: border-box !important;
    justify-self: stretch !important;
    border-radius: 24px !important;
    padding: 22px !important;
  }

  body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-side-details-card dl,
  body.ebuc-standalone-page .ebuc-side-details-card dl {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 0 !important;
  }

  body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-side-details-card dl > div,
  body.ebuc-standalone-page .ebuc-side-details-card dl > div {
    width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-side-details-card .emu-tags,
  body.ebuc-standalone-page .ebuc-side-details-card .emu-tags {
    display: flex !important;
    width: 100% !important;
    max-width: 100% !important;
    flex-wrap: wrap !important;
  }

  body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-side-quote-button,
  body.ebuc-standalone-page .ebuc-side-quote-button {
    width: 100% !important;
    max-width: 100% !important;
    justify-content: center !important;
  }
}

@media (max-width: 520px) {
  body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-profile-layout.ebuc-profile-lux-layout,
  body.ebuc-standalone-page .ebuc-profile-layout.ebuc-profile-lux-layout {
    width: calc(100vw - 24px) !important;
    max-width: calc(100vw - 24px) !important;
  }

  body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-side-details-card,
  body.ebuc-standalone-page .ebuc-side-details-card,
  body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-sticky-quote-card,
  body.ebuc-standalone-page .ebuc-sticky-quote-card {
    border-radius: 22px !important;
    padding: 20px !important;
  }

  body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-side-details-card h2,
  body.ebuc-standalone-page .ebuc-side-details-card h2 {
    font-size: 30px !important;
    line-height: 1.02 !important;
  }

  body.ebuc-standalone-page .ebuc-profile-redesign-app .ebuc-side-details-card dd,
  body.ebuc-standalone-page .ebuc-side-details-card dd {
    font-size: 16px !important;
    line-height: 1.4 !important;
  }
}

/* 0.14.56 provider readiness portal */
.ebuc-marketplace-readiness-panel{display:grid;gap:12px;margin:0 0 18px;padding:16px 18px;border-radius:22px;border:1px solid rgba(245,188,65,.26);background:linear-gradient(180deg,rgba(245,188,65,.10),rgba(255,255,255,.025));box-shadow:inset 0 1px 0 rgba(255,255,255,.06)}
.ebuc-readiness-head{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#fff;font-weight:900}.ebuc-readiness-head span{display:inline-flex;align-items:center;justify-content:center;min-width:64px;height:34px;border-radius:999px;background:rgba(245,188,65,.18);color:#ffd66e;border:1px solid rgba(245,188,65,.28)}
.ebuc-readiness-bar{height:10px;border-radius:999px;background:rgba(255,255,255,.08);overflow:hidden}.ebuc-readiness-bar i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#f5bc41,#d95cff)}
.ebuc-readiness-list{margin:0;padding-left:20px;display:grid;gap:7px;color:#e5e8f2}.ebuc-readiness-list li{line-height:1.45}.ebuc-success-mini{margin:0;color:#c8ffd9;font-weight:800}.ebuc-marketplace-service-picker .ebuc-controlled-grid{max-height:260px;overflow:auto;padding-right:4px}
@media(max-width:760px){.ebuc-marketplace-readiness-panel{padding:14px}.ebuc-readiness-head{align-items:flex-start;flex-direction:column}.ebuc-marketplace-service-picker .ebuc-controlled-grid{max-height:none}}


/* 0.14.57 provider portal guided readiness */
.ebuc-marketplace-readiness-panel.is-blocked{border-color:rgba(255,96,128,.36)!important;background:linear-gradient(180deg,rgba(255,96,128,.10),rgba(245,188,65,.055))!important}
.ebuc-marketplace-readiness-panel.is-ready{border-color:rgba(82,255,169,.34)!important;background:linear-gradient(180deg,rgba(82,255,169,.10),rgba(255,255,255,.025))!important}
.ebuc-readiness-blocked-note{margin:0;color:#ffd8e2;font-weight:800;line-height:1.45}.ebuc-readiness-blocked-note strong{color:#fff}.ebuc-marketplace-service-picker [hidden]{display:none!important}.ebuc-marketplace-empty{display:none;color:#b9b1ca;font-size:13px;margin-top:10px}.ebuc-marketplace-service-picker .ebuc-controlled-grid{min-height:44px}.ebuc-studio-stat-card strong{overflow-wrap:anywhere}.ebuc-studio-quality-badge.is-low,.ebuc-studio-quality-badge.is-missing{background:linear-gradient(135deg,rgba(245,188,65,.26),rgba(255,96,128,.22))!important;color:#ffd76a!important;border-color:rgba(245,188,65,.42)!important}


/* 0.14.58 provider portal family + samples UX */
.ebuc-link-list-field{display:grid;gap:10px}
.ebuc-link-list-field input[type=url]{width:100%;min-height:46px;border-radius:14px;border:1px solid rgba(255,255,255,.14);background:rgba(5,9,18,.62);color:#fff;padding:0 14px;font:inherit;font-weight:750}
.ebuc-link-list-field textarea{margin-top:2px}
.ebuc-marketplace-service-picker .ebuc-controlled-chip:not([hidden]){display:inline-flex}


/* 0.14.59 provider portal UI polish + upload gallery */
.ebuc-studio-card .ebuc-controlled-grid,
.ebuc-studio-form .ebuc-controlled-grid,
.ebuc-profile-studio-form .ebuc-controlled-grid{
  display:grid!important;
  grid-template-columns:repeat(auto-fit,minmax(178px,1fr))!important;
  gap:10px!important;
  max-height:none!important;
  overflow:visible!important;
  padding:0!important;
}
.ebuc-profile-studio-form .ebuc-controlled-chip{
  display:flex!important;
  min-height:46px!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  transform:none!important;
}
.ebuc-profile-studio-form .ebuc-controlled-chip input{
  position:absolute!important;
  inline-size:1px!important;
  block-size:1px!important;
  opacity:0!important;
  pointer-events:none!important;
}
.ebuc-profile-studio-form .ebuc-controlled-chip span{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  min-height:46px!important;
  padding:12px 14px!important;
  border-radius:16px!important;
  border:1px solid rgba(255,255,255,.14)!important;
  background:linear-gradient(180deg,rgba(15,20,34,.92),rgba(8,12,22,.88))!important;
  color:#eef3ff!important;
  font-size:13px!important;
  font-weight:850!important;
  line-height:1.22!important;
  text-align:center!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.055),0 12px 28px rgba(0,0,0,.18)!important;
  overflow-wrap:anywhere!important;
}
.ebuc-profile-studio-form .ebuc-controlled-chip span:before{display:none!important;content:none!important}
.ebuc-profile-studio-form .ebuc-controlled-chip:hover span{
  border-color:rgba(217,92,255,.38)!important;
  background:linear-gradient(180deg,rgba(31,25,48,.96),rgba(12,15,27,.92))!important;
}
.ebuc-profile-studio-form .ebuc-controlled-chip input:checked+span{
  border-color:rgba(245,188,65,.70)!important;
  background:linear-gradient(135deg,rgba(245,188,65,.22),rgba(217,92,255,.16)),linear-gradient(180deg,rgba(25,21,39,.98),rgba(12,14,25,.96))!important;
  color:#fff!important;
  box-shadow:0 16px 38px rgba(245,188,65,.10),inset 0 1px 0 rgba(255,255,255,.09)!important;
}
.ebuc-profile-studio-form .ebuc-controlled-chip input:checked+span:after{
  content:'✓';
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:20px;
  height:20px;
  margin-left:8px;
  border-radius:999px;
  background:linear-gradient(135deg,#ffd66e,#d95cff);
  color:#111421;
  font-size:12px;
  font-weight:1000;
  flex:0 0 20px;
}
.ebuc-gallery-upload-field{display:grid;gap:12px;border:1px solid rgba(255,255,255,.10);border-radius:22px;padding:16px;background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.018))}
.ebuc-gallery-upload-field>strong{color:#fff;font-size:13px;font-weight:950;text-transform:uppercase;letter-spacing:.055em}
.ebuc-gallery-existing{display:grid;grid-template-columns:repeat(auto-fit,minmax(136px,1fr));gap:10px}
.ebuc-gallery-thumb{display:grid!important;gap:8px;padding:8px;border-radius:16px;border:1px solid rgba(255,255,255,.12);background:rgba(5,9,18,.55)}
.ebuc-gallery-thumb img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:12px;background:#080b14}
.ebuc-gallery-thumb span{display:flex;align-items:center;gap:7px;color:#d9e1f1;font-size:12px;font-weight:800}
.ebuc-gallery-file-input{display:grid!important;gap:8px;padding:14px;border:1px dashed rgba(245,188,65,.38);border-radius:18px;background:rgba(245,188,65,.055)}
.ebuc-gallery-file-input span{font-weight:900;color:#fff}
.ebuc-gallery-file-input input[type=file]{width:100%;border:1px solid rgba(255,255,255,.14);border-radius:14px;background:rgba(6,9,18,.72);color:#fff;padding:10px}
.ebuc-gallery-file-input small{color:#bfc8dc;font-size:12px;line-height:1.45}
@media(max-width:760px){.ebuc-profile-studio-form .ebuc-controlled-grid{grid-template-columns:1fr 1fr!important}.ebuc-profile-studio-form .ebuc-controlled-chip span{min-height:44px!important;font-size:12px!important;padding:10px!important}.ebuc-gallery-existing{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:460px){.ebuc-profile-studio-form .ebuc-controlled-grid,.ebuc-gallery-existing{grid-template-columns:1fr!important}}

/* 0.14.60 provider portal professional UI hard cleanup
   Clean SaaS controls: no native checkbox artifacts, no duplicated legacy service wall,
   compact mobile-safe service/area selectors and upload-based gallery. */
.ebuc-profile-studio-form .ebuc-controlled-chip input,
.ebuc-create-business-form .ebuc-controlled-chip input,
.ebuc-studio-marketplace-card .ebuc-controlled-chip input{
  display:none!important;
  appearance:none!important;
  -webkit-appearance:none!important;
  opacity:0!important;
  width:0!important;
  height:0!important;
  margin:0!important;
  padding:0!important;
  position:absolute!important;
  pointer-events:none!important;
}
.ebuc-profile-studio-form .ebuc-controlled-group,
.ebuc-create-business-form .ebuc-controlled-group{
  border-radius:20px!important;
  padding:14px!important;
  background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.014))!important;
  box-shadow:none!important;
}
.ebuc-profile-studio-form .ebuc-controlled-group>strong,
.ebuc-create-business-form .ebuc-controlled-group>strong{
  font-size:12px!important;
  letter-spacing:.035em!important;
  text-transform:none!important;
  color:#dfe7fb!important;
}
.ebuc-profile-studio-form .ebuc-controlled-grid,
.ebuc-create-business-form .ebuc-controlled-grid{
  display:grid!important;
  grid-template-columns:repeat(auto-fit,minmax(132px,1fr))!important;
  gap:8px!important;
  max-height:none!important;
  overflow:visible!important;
  padding:0!important;
}
.ebuc-profile-studio-form .ebuc-marketplace-service-picker .ebuc-controlled-grid,
.ebuc-create-business-form .ebuc-marketplace-service-picker .ebuc-controlled-grid{
  grid-template-columns:repeat(auto-fit,minmax(178px,1fr))!important;
}
.ebuc-profile-studio-form .ebuc-controlled-chip,
.ebuc-create-business-form .ebuc-controlled-chip{
  min-width:0!important;
  min-height:0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.ebuc-profile-studio-form .ebuc-controlled-chip span,
.ebuc-create-business-form .ebuc-controlled-chip span{
  justify-content:flex-start!important;
  text-align:left!important;
  min-height:40px!important;
  padding:9px 34px 9px 12px!important;
  border-radius:13px!important;
  border:1px solid rgba(255,255,255,.12)!important;
  background:rgba(7,11,21,.78)!important;
  color:#e9eefb!important;
  font-size:12.5px!important;
  font-weight:850!important;
  line-height:1.18!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04)!important;
  overflow-wrap:normal!important;
  word-break:normal!important;
  hyphens:none!important;
}
.ebuc-profile-studio-form .ebuc-controlled-chip span:before,
.ebuc-create-business-form .ebuc-controlled-chip span:before{
  display:none!important;
  content:none!important;
}
.ebuc-profile-studio-form .ebuc-controlled-chip span:after,
.ebuc-create-business-form .ebuc-controlled-chip span:after{
  content:'';
  position:absolute;
  right:10px;
  top:50%;
  width:16px;
  height:16px;
  border-radius:999px;
  transform:translateY(-50%);
  border:1px solid rgba(255,255,255,.22);
  background:rgba(255,255,255,.035);
}
.ebuc-profile-studio-form .ebuc-controlled-chip:hover span,
.ebuc-create-business-form .ebuc-controlled-chip:hover span{
  border-color:rgba(217,92,255,.42)!important;
  background:rgba(20,17,34,.92)!important;
}
.ebuc-profile-studio-form .ebuc-controlled-chip input:checked+span,
.ebuc-create-business-form .ebuc-controlled-chip input:checked+span{
  border-color:rgba(245,188,65,.70)!important;
  background:linear-gradient(135deg,rgba(245,188,65,.16),rgba(217,92,255,.12)),rgba(10,13,23,.92)!important;
  color:#fff!important;
  box-shadow:0 10px 26px rgba(245,188,65,.08),inset 0 1px 0 rgba(255,255,255,.07)!important;
}
.ebuc-profile-studio-form .ebuc-controlled-chip input:checked+span:after,
.ebuc-create-business-form .ebuc-controlled-chip input:checked+span:after{
  content:'✓';
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  border:0;
  background:linear-gradient(135deg,#ffd66e,#d95cff);
  color:#10131f;
  font-size:11px;
  font-weight:1000;
}
.ebuc-studio-marketplace-card .ebuc-muted{font-size:12px!important;line-height:1.45!important;color:#aeb8cc!important}
.ebuc-studio-marketplace-card .ebuc-studio-fields{gap:14px!important}
.ebuc-studio-marketplace-card textarea{min-height:96px!important}
.ebuc-gallery-upload-field textarea{min-height:60px!important}
.ebuc-link-list-field textarea{min-height:54px!important}
@media(max-width:900px){
  .ebuc-profile-studio-form .ebuc-studio-fields-3,
  .ebuc-profile-studio-form .ebuc-studio-fields-2,
  .ebuc-create-business-form .ebuc-create-band-fields{grid-template-columns:1fr!important}
}
@media(max-width:760px){
  .ebuc-profile-studio-form .ebuc-controlled-grid,
  .ebuc-profile-studio-form .ebuc-marketplace-service-picker .ebuc-controlled-grid,
  .ebuc-create-business-form .ebuc-controlled-grid,
  .ebuc-create-business-form .ebuc-marketplace-service-picker .ebuc-controlled-grid{
    grid-template-columns:1fr!important;
    gap:7px!important;
  }
  .ebuc-profile-studio-form .ebuc-controlled-chip span,
  .ebuc-create-business-form .ebuc-controlled-chip span{
    min-height:42px!important;
    font-size:13px!important;
    padding:10px 36px 10px 12px!important;
  }
  .ebuc-studio-card{border-radius:20px!important;padding:14px!important}
  .ebuc-studio-marketplace-card .ebuc-studio-card-head{gap:6px!important}
  .ebuc-gallery-upload-field{padding:12px!important;border-radius:18px!important}
}

/* 0.14.62 smart service picker UX: primary suggestions + optional curated extras, never an infinite wall */
.ebuc-smart-service-picker{
  gap:14px!important;
  padding:16px!important;
  border-radius:22px!important;
  background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.018))!important;
  border:1px solid rgba(255,255,255,.10)!important;
}
.ebuc-smart-service-picker > strong{
  font-size:13px!important;
  color:#fff!important;
  letter-spacing:.02em!important;
  text-transform:none!important;
}
.ebuc-smart-service-hint{
  margin:0!important;
  max-width:760px;
  color:#aeb8cc!important;
  font-size:12.5px!important;
  line-height:1.45!important;
}
.ebuc-service-zone{
  display:grid;
  gap:10px;
}
.ebuc-service-zone-title,
.ebuc-service-secondary-title{
  color:#ffd66e;
  font-size:12px;
  font-weight:950;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.ebuc-smart-service-picker .ebuc-controlled-grid,
.ebuc-profile-studio-form .ebuc-smart-service-picker .ebuc-controlled-grid,
.ebuc-create-business-form .ebuc-smart-service-picker .ebuc-controlled-grid{
  display:grid!important;
  grid-template-columns:repeat(auto-fit,minmax(190px,1fr))!important;
  gap:9px!important;
  max-height:none!important;
  overflow:visible!important;
  padding:0!important;
}
.ebuc-service-extra-box{
  border:1px solid rgba(255,255,255,.10);
  border-radius:18px;
  background:rgba(5,8,17,.36);
  overflow:hidden;
}
.ebuc-service-extra-box summary{
  list-style:none;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:13px 14px;
  color:#fff;
  font-weight:950;
  font-size:13px;
}
.ebuc-service-extra-box summary::-webkit-details-marker{display:none}
.ebuc-service-extra-box summary:after{
  content:'+';
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:24px;
  height:24px;
  border-radius:999px;
  background:rgba(217,92,255,.18);
  color:#ffd66e;
  font-weight:1000;
}
.ebuc-service-extra-box[open] summary:after{content:'−'}
.ebuc-service-extra-note{
  margin:0 14px 12px;
  color:#aeb8cc;
  font-size:12px;
  line-height:1.45;
}
.ebuc-secondary-service-groups{
  display:grid;
  gap:12px;
  padding:0 14px 14px;
}
.ebuc-service-secondary-group{
  display:grid;
  gap:8px;
  padding-top:10px;
  border-top:1px solid rgba(255,255,255,.08);
}
.ebuc-smart-service-picker .is-secondary-service span{
  opacity:.94;
  border-style:dashed!important;
}
.ebuc-smart-service-picker .is-primary-service span{
  font-weight:950!important;
}
@media(max-width:760px){
  .ebuc-smart-service-picker{padding:13px!important;border-radius:18px!important}
  .ebuc-smart-service-picker .ebuc-controlled-grid,
  .ebuc-profile-studio-form .ebuc-smart-service-picker .ebuc-controlled-grid,
  .ebuc-create-business-form .ebuc-smart-service-picker .ebuc-controlled-grid{
    grid-template-columns:1fr!important;
  }
  .ebuc-service-extra-box summary{padding:12px;font-size:13px}
  .ebuc-secondary-service-groups{padding:0 12px 12px}
}


/* 0.14.63 launch ux consolidation */
.ebuc-marketplace-hero-search .ebuc-marketplace-search-title{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-bottom:12px;color:#fff}
.ebuc-marketplace-hero-search .ebuc-marketplace-search-title strong{font-size:18px;font-weight:950;letter-spacing:-.02em}.ebuc-marketplace-hero-search .ebuc-marketplace-search-title span{color:#dbe4ff;font-size:13px;font-weight:800}.ebuc-marketplace-hero-search-row{grid-template-columns:minmax(0,1.2fr) minmax(0,.9fr) auto!important;align-items:end!important;background:transparent!important;gap:10px!important;box-shadow:none!important;overflow:visible!important}.ebuc-marketplace-hero-search-row label{display:grid!important;gap:7px!important;margin:0!important;color:#fff!important}.ebuc-marketplace-hero-search-row label span{font-size:12px!important;font-weight:950!important;color:#eef3ff!important}.ebuc-marketplace-hero-search-row input{border-radius:15px!important}.ebuc-v11-hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin:14px 0 0}.ebuc-v11-hero-actions .emu-btn{min-height:42px;padding:0 16px;border-radius:999px}.ebuc-launch-marketplace-blocks{display:grid;grid-template-columns:1.2fr .8fr;gap:16px;margin-top:30px;margin-bottom:30px}.ebuc-launch-block{padding:24px;border:1px solid rgba(255,255,255,.12);border-radius:24px;background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.035));box-shadow:0 22px 70px rgba(0,0,0,.28)}.ebuc-launch-block span{display:inline-flex;margin-bottom:9px;color:#ffd76b;font-weight:950;text-transform:uppercase;font-size:12px}.ebuc-launch-block h2{margin:0 0 12px;color:#fff;font-size:clamp(22px,3vw,34px);letter-spacing:-.04em;line-height:1.05}.ebuc-launch-block p,.ebuc-launch-block li{color:#dbe4ff;line-height:1.5}.ebuc-launch-block ol{margin:0;padding-left:20px;display:grid;gap:7px}.ebuc-search-hero{padding-bottom:18px!important}.ebuc-search-results-shell{display:grid;grid-template-columns:minmax(240px,300px) minmax(0,1fr);gap:22px;align-items:start}.ebuc-results-filter-panel{position:sticky;top:92px;padding:16px;border:1px solid rgba(255,255,255,.12);border-radius:22px;background:rgba(8,12,23,.88);box-shadow:0 24px 70px rgba(0,0,0,.34)}.ebuc-filter-panel-head{display:none}.ebuc-marketplace-filter-form{display:grid!important;grid-template-columns:1fr!important;gap:12px!important;margin:0!important}.ebuc-marketplace-filter-form label{display:grid;gap:6px}.ebuc-marketplace-filter-form input,.ebuc-marketplace-filter-form select{width:100%;min-height:44px;border-radius:12px}.ebuc-filter-actions{display:grid;grid-template-columns:1fr;gap:8px}.ebuc-filter-actions a{display:flex;align-items:center;justify-content:center;min-height:42px;border-radius:999px;border:1px solid rgba(255,255,255,.18);color:#fff;text-decoration:none;font-weight:900}.ebuc-mobile-filter-bar{display:none}.ebuc-card-core-tags span:first-child{background:rgba(255,211,101,.16)!important;border-color:rgba(255,211,101,.32)!important;color:#ffe39b!important}.ebuc-service-summary-tags span{max-width:100%;overflow:hidden;text-overflow:ellipsis}.ebuc-trust-row{display:flex;gap:8px;flex-wrap:wrap;margin:10px 0 0}.ebuc-trust-badge{display:inline-flex;align-items:center;gap:5px;padding:6px 9px;border-radius:999px;font-size:11px;font-weight:950}.ebuc-trust-checked{background:rgba(54,214,107,.15);color:#aaffc7;border:1px solid rgba(54,214,107,.26)}.ebuc-trust-media{background:rgba(97,171,255,.14);color:#cfe6ff;border:1px solid rgba(97,171,255,.26)}.ebuc-no-results-lead h2{margin-top:0}.ebuc-no-results-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}.ebuc-mobile-sticky-profile-cta{display:none}
@media(max-width:860px){.ebuc-marketplace-hero-search-row{grid-template-columns:1fr!important}.ebuc-marketplace-hero-search .ebuc-marketplace-search-title{display:grid}.ebuc-v11-hero-actions{display:grid;grid-template-columns:1fr}.ebuc-v11-hero-actions .emu-btn{width:100%;justify-content:center}.ebuc-launch-marketplace-blocks{grid-template-columns:1fr;margin-top:18px}.ebuc-search-results-shell{display:block}.ebuc-mobile-filter-bar{display:flex;position:sticky;top:0;z-index:20;align-items:center;justify-content:space-between;gap:10px;margin:-6px 0 14px;padding:10px;border:1px solid rgba(255,255,255,.12);border-radius:16px;background:rgba(6,9,18,.96);backdrop-filter:blur(12px)}.ebuc-results-filter-panel{display:none;position:fixed;z-index:2147483000;left:0;right:0;bottom:0;top:auto;max-height:88vh;overflow:auto;border-radius:24px 24px 0 0;padding:18px;background:#080c17;box-shadow:0 -24px 80px rgba(0,0,0,.65)}.ebuc-results-filter-panel.is-open{display:block}.ebuc-filter-panel-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;color:#fff}.ebuc-filter-panel-head button{width:42px;height:42px;border-radius:999px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.08);color:#fff;font-size:24px}.ebuc-filter-backdrop{position:fixed;z-index:2147482999;inset:0;background:rgba(0,0,0,.58)}.ebuc-no-results-actions{display:grid}.ebuc-mobile-sticky-profile-cta{display:block;position:fixed;left:12px;right:12px;bottom:12px;z-index:70}.ebuc-mobile-sticky-profile-cta .emu-btn{width:100%;min-height:52px;justify-content:center;border-radius:999px;box-shadow:0 18px 48px rgba(0,0,0,.45)}.ebuc-profile-single-app .ebuc-main{padding-bottom:78px}.ebuc-card-actions{grid-template-columns:1fr!important}.ebuc-card-actions .emu-btn{width:100%;justify-content:center}}
@media(max-width:420px){.ebuc-v11-chips{grid-template-columns:1fr!important}.ebuc-launch-block{padding:18px;border-radius:20px}.ebuc-search-hero h1{font-size:34px!important}}

/* 0.14.65 marketplace signup guide fix: true step-by-step form, no overflow, no infinite service wall */
.ebuc-marketplace-signup-app,
.ebuc-marketplace-signup-app *{
  box-sizing:border-box!important;
}
.ebuc-marketplace-signup-app{
  overflow-x:hidden!important;
}
.ebuc-marketplace-signup-app .ebuc-page-hero.emu-container,
.ebuc-marketplace-signup-app .ebuc-section.emu-container{
  width:min(1180px,calc(100vw - 40px))!important;
  max-width:none!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
.ebuc-marketplace-signup-app .ebuc-marketplace-guide-hero{
  display:grid!important;
  grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr)!important;
  gap:clamp(20px,4vw,42px)!important;
  align-items:center!important;
  overflow:hidden!important;
}
.ebuc-marketplace-signup-app .ebuc-marketplace-guide-hero:after{
  display:none!important;
  content:none!important;
}
.ebuc-marketplace-signup-app .ebuc-marketplace-guide-hero h1{
  max-width:760px!important;
  font-size:clamp(40px,5vw,72px)!important;
  line-height:.96!important;
  letter-spacing:-.055em!important;
  overflow-wrap:break-word!important;
  word-break:normal!important;
}
.ebuc-marketplace-signup-app .ebuc-marketplace-guide-hero p{
  max-width:760px!important;
}
.ebuc-marketplace-guide-card{
  display:grid!important;
  gap:14px!important;
  min-width:0!important;
  padding:22px!important;
  border-radius:24px!important;
  background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.028))!important;
  border:1px solid rgba(255,255,255,.14)!important;
  box-shadow:0 22px 70px rgba(0,0,0,.24)!important;
}
.ebuc-marketplace-guide-card strong{
  color:#ffd66e!important;
  font-weight:1000!important;
  font-size:15px!important;
}
.ebuc-marketplace-guide-card ol{
  margin:0!important;
  padding-left:22px!important;
  display:grid!important;
  gap:10px!important;
  color:#e5ecff!important;
  line-height:1.45!important;
}
.ebuc-marketplace-signup-section{
  margin-top:34px!important;
}
.ebuc-marketplace-signup-app .ebuc-marketplace-form-card{
  width:100%!important;
  max-width:920px!important;
  margin:0 auto!important;
  padding:clamp(18px,3vw,34px)!important;
  overflow:hidden!important;
  border-radius:28px!important;
}
.ebuc-marketplace-form-intro{
  display:grid!important;
  gap:8px!important;
  margin-bottom:20px!important;
  text-align:left!important;
}
.ebuc-marketplace-form-intro h2{
  margin:0!important;
  color:#fff!important;
  font-size:clamp(28px,3.6vw,42px)!important;
  line-height:1.03!important;
  letter-spacing:-.04em!important;
  overflow-wrap:break-word!important;
}
.ebuc-marketplace-form-intro p{
  margin:0!important;
  max-width:760px!important;
  color:#cad5eb!important;
  line-height:1.55!important;
}
.ebuc-marketplace-signup-app .ebuc-marketplace-guide-form{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  overflow:visible!important;
}
.ebuc-marketplace-signup-app .ebuc-service-wizard{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:10px!important;
  width:100%!important;
  max-width:100%!important;
  margin:0 0 18px!important;
  position:static!important;
  top:auto!important;
  right:auto!important;
  left:auto!important;
  transform:none!important;
  z-index:auto!important;
}
.ebuc-marketplace-signup-app .ebuc-service-step{
  appearance:none!important;
  border:1px solid rgba(255,255,255,.14)!important;
  cursor:pointer!important;
  min-width:0!important;
  width:100%!important;
  text-align:left!important;
  color:#fff!important;
  overflow:hidden!important;
}
.ebuc-marketplace-signup-app .ebuc-service-step strong,
.ebuc-marketplace-signup-app .ebuc-service-step small{
  min-width:0!important;
  max-width:100%!important;
  overflow-wrap:anywhere!important;
  word-break:normal!important;
  white-space:normal!important;
}
.ebuc-marketplace-step-panel{
  display:none!important;
  width:100%!important;
  min-width:0!important;
  padding:clamp(16px,2.4vw,24px)!important;
  border-radius:24px!important;
  border:1px solid rgba(255,255,255,.12)!important;
  background:linear-gradient(180deg,rgba(12,18,31,.92),rgba(7,10,18,.98))!important;
  overflow:hidden!important;
}
.ebuc-marketplace-step-panel.is-active{
  display:grid!important;
  gap:18px!important;
}
.ebuc-step-panel-head{
  display:grid!important;
  gap:7px!important;
  min-width:0!important;
}
.ebuc-step-panel-head span{
  color:#ffd66e!important;
  font-size:12px!important;
  font-weight:1000!important;
  text-transform:uppercase!important;
  letter-spacing:.04em!important;
}
.ebuc-step-panel-head h3{
  margin:0!important;
  color:#fff!important;
  font-size:clamp(24px,3vw,34px)!important;
  line-height:1.08!important;
  letter-spacing:-.035em!important;
  overflow-wrap:break-word!important;
}
.ebuc-step-panel-head p{
  margin:0!important;
  color:#bfc9df!important;
  line-height:1.55!important;
}
.ebuc-marketplace-step-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:14px!important;
  width:100%!important;
}
.ebuc-marketplace-signup-app .ebuc-marketplace-guide-form label,
.ebuc-marketplace-signup-app .ebuc-marketplace-guide-form .ebuc-controlled-select,
.ebuc-marketplace-signup-app .ebuc-marketplace-guide-form .ebuc-controlled-group,
.ebuc-marketplace-signup-app .ebuc-marketplace-guide-form .ebuc-adaptive-control-group,
.ebuc-marketplace-signup-app .ebuc-marketplace-guide-form .ebuc-form-block,
.ebuc-marketplace-signup-app .ebuc-marketplace-guide-form .ebuc-photo-upload{
  display:grid!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  margin:0!important;
  gap:9px!important;
}
.ebuc-marketplace-signup-app .ebuc-marketplace-guide-form > label:not(:has(textarea)),
.ebuc-marketplace-signup-app .ebuc-marketplace-guide-form > .ebuc-controlled-select,
.ebuc-marketplace-signup-app .ebuc-marketplace-step-panel > label:not(:has(textarea)),
.ebuc-marketplace-signup-app .ebuc-marketplace-step-panel > .ebuc-controlled-select{
  display:grid!important;
  width:100%!important;
  margin-right:0!important;
}
.ebuc-marketplace-signup-app .ebuc-marketplace-guide-form input,
.ebuc-marketplace-signup-app .ebuc-marketplace-guide-form select,
.ebuc-marketplace-signup-app .ebuc-marketplace-guide-form textarea{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  box-sizing:border-box!important;
  color:#fff!important;
  overflow:hidden!important;
}
.ebuc-marketplace-signup-app .ebuc-marketplace-guide-form select{
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
.ebuc-marketplace-signup-app .ebuc-marketplace-guide-form select option{
  white-space:normal!important;
  overflow-wrap:anywhere!important;
  max-width:100%!important;
}
.ebuc-marketplace-signup-app .ebuc-controlled-grid{
  display:grid!important;
  grid-template-columns:repeat(auto-fit,minmax(190px,1fr))!important;
  gap:10px!important;
  max-height:none!important;
  overflow:visible!important;
  width:100%!important;
  min-width:0!important;
}
.ebuc-marketplace-signup-app .ebuc-controlled-chip{
  min-width:0!important;
  max-width:100%!important;
  overflow:hidden!important;
}
.ebuc-marketplace-signup-app .ebuc-controlled-chip span{
  min-width:0!important;
  max-width:100%!important;
  width:100%!important;
  min-height:50px!important;
  padding:11px 12px!important;
  font-size:14px!important;
  line-height:1.25!important;
  white-space:normal!important;
  overflow-wrap:anywhere!important;
  word-break:normal!important;
}
.ebuc-marketplace-signup-app .ebuc-adaptive-control-group[data-ebuc-adaptive-ready="0"] .ebuc-controlled-group,
.ebuc-marketplace-signup-app .ebuc-adaptive-control-group.ebuc-force-empty-services .ebuc-controlled-group{
  display:none!important;
}
.ebuc-marketplace-signup-app .ebuc-adaptive-control-group[data-ebuc-adaptive-ready="0"] .ebuc-adaptive-empty,
.ebuc-marketplace-signup-app .ebuc-adaptive-control-group.ebuc-force-empty-services .ebuc-adaptive-empty{
  display:flex!important;
}
.ebuc-guide-actions{
  display:flex!important;
  gap:10px!important;
  flex-wrap:wrap!important;
  justify-content:flex-start!important;
  padding-top:4px!important;
}
.ebuc-guide-actions .emu-btn{
  min-width:min(260px,100%)!important;
  min-height:54px!important;
  justify-content:center!important;
}
@media(max-width:820px){
  .ebuc-marketplace-signup-app .ebuc-page-hero.emu-container,
  .ebuc-marketplace-signup-app .ebuc-section.emu-container{
    width:calc(100vw - 24px)!important;
  }
  .ebuc-marketplace-signup-app .ebuc-marketplace-guide-hero{
    grid-template-columns:1fr!important;
    text-align:left!important;
    padding:24px 18px!important;
    border-radius:24px!important;
  }
  .ebuc-marketplace-signup-app .ebuc-marketplace-guide-hero h1{
    font-size:clamp(36px,11vw,52px)!important;
    letter-spacing:-.045em!important;
  }
  .ebuc-marketplace-signup-app .ebuc-marketplace-form-card{
    max-width:none!important;
    padding:16px 12px!important;
    border-radius:22px!important;
  }
  .ebuc-marketplace-signup-app .ebuc-service-wizard{
    grid-template-columns:1fr!important;
  }
  .ebuc-marketplace-step-grid{
    grid-template-columns:1fr!important;
  }
  .ebuc-marketplace-step-panel{
    padding:16px 12px!important;
    border-radius:20px!important;
  }
  .ebuc-marketplace-signup-app .ebuc-controlled-grid{
    grid-template-columns:1fr!important;
  }
  .ebuc-guide-actions{
    display:grid!important;
    grid-template-columns:1fr!important;
  }
  .ebuc-guide-actions .emu-btn{
    width:100%!important;
  }
}


/* 0.14.66 professional signup UI polish: remove duplicate i18n stepper, calm colors, premium compact guide */
.ebuc-marketplace-signup-app .ebmp-stepper,
.ebuc-marketplace-signup-app .ebmp-step{
  display:none!important;
}
.ebuc-marketplace-signup-app .ebmp-form-shell{
  display:block!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
}
.ebuc-marketplace-signup-app .ebuc-section.emu-container,
.ebuc-marketplace-signup-app .ebuc-page-hero.emu-container{
  width:min(1120px,calc(100vw - 40px))!important;
}
.ebuc-marketplace-signup-app .ebuc-marketplace-form-card{
  max-width:860px!important;
  padding:0!important;
  overflow:hidden!important;
  border-radius:30px!important;
  border:1px solid rgba(255,255,255,.11)!important;
  background:linear-gradient(180deg,rgba(17,23,37,.96),rgba(7,11,20,.98))!important;
  box-shadow:0 28px 90px rgba(0,0,0,.38)!important;
}
.ebuc-marketplace-signup-app .ebuc-marketplace-form-intro{
  padding:30px 34px 22px!important;
  margin:0!important;
  border-bottom:1px solid rgba(255,255,255,.08)!important;
  background:radial-gradient(circle at 0 0,rgba(174,49,255,.14),transparent 34%),linear-gradient(180deg,rgba(255,255,255,.035),transparent)!important;
}
.ebuc-marketplace-signup-app .ebuc-marketplace-form-intro .ebuc-eyebrow{
  display:inline-flex!important;
  width:max-content!important;
  padding:7px 11px!important;
  border-radius:999px!important;
  border:1px solid rgba(255,213,106,.25)!important;
  background:rgba(255,213,106,.08)!important;
  color:#ffe394!important;
  font-size:11px!important;
  letter-spacing:.07em!important;
}
.ebuc-marketplace-signup-app .ebuc-marketplace-form-intro h2{
  max-width:780px!important;
  font-size:clamp(30px,3.2vw,44px)!important;
  letter-spacing:-.045em!important;
  line-height:1.02!important;
}
.ebuc-marketplace-signup-app .ebuc-marketplace-form-intro p{
  color:#c7d1e6!important;
  font-size:16px!important;
  line-height:1.55!important;
}
.ebuc-marketplace-signup-app .ebuc-marketplace-guide-form{
  padding:24px 34px 34px!important;
}
.ebuc-marketplace-signup-app .ebuc-service-wizard{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:10px!important;
  margin:0 0 22px!important;
  padding:6px!important;
  border-radius:20px!important;
  border:1px solid rgba(255,255,255,.08)!important;
  background:rgba(4,7,13,.42)!important;
}
.ebuc-marketplace-signup-app .ebuc-service-step{
  display:grid!important;
  grid-template-columns:34px minmax(0,1fr)!important;
  align-items:center!important;
  gap:10px!important;
  min-height:68px!important;
  padding:12px!important;
  border-radius:16px!important;
  border:1px solid transparent!important;
  background:transparent!important;
  box-shadow:none!important;
  color:#dbe4f6!important;
}
.ebuc-marketplace-signup-app .ebuc-service-step:hover{
  background:rgba(255,255,255,.045)!important;
  border-color:rgba(255,255,255,.10)!important;
}
.ebuc-marketplace-signup-app .ebuc-service-step.is-active{
  background:linear-gradient(180deg,rgba(255,213,106,.12),rgba(255,213,106,.055))!important;
  border-color:rgba(255,213,106,.34)!important;
}
.ebuc-marketplace-signup-app .ebuc-service-step>span{
  grid-row:1/3!important;
  display:grid!important;
  place-items:center!important;
  width:34px!important;
  height:34px!important;
  border-radius:12px!important;
  background:#090d16!important;
  border:1px solid rgba(255,255,255,.10)!important;
  color:#ffd76b!important;
  font-weight:950!important;
  font-size:14px!important;
}
.ebuc-marketplace-signup-app .ebuc-service-step strong{
  display:block!important;
  margin:0!important;
  color:#f8fbff!important;
  font-size:14px!important;
  line-height:1.15!important;
  font-weight:900!important;
  letter-spacing:-.01em!important;
  overflow:visible!important;
  text-overflow:clip!important;
  overflow-wrap:normal!important;
}
.ebuc-marketplace-signup-app .ebuc-service-step small{
  display:block!important;
  margin:3px 0 0!important;
  color:#9fa9bd!important;
  font-size:12px!important;
  line-height:1.25!important;
  font-weight:650!important;
  overflow:visible!important;
  text-overflow:clip!important;
  overflow-wrap:normal!important;
}
.ebuc-marketplace-signup-app .ebuc-marketplace-step-panel{
  padding:26px!important;
  border-radius:24px!important;
  border:1px solid rgba(255,255,255,.105)!important;
  background:linear-gradient(180deg,rgba(14,20,33,.92),rgba(8,12,22,.98))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.035)!important;
}
.ebuc-marketplace-signup-app .ebuc-step-panel-head{
  max-width:720px!important;
  padding-bottom:4px!important;
}
.ebuc-marketplace-signup-app .ebuc-step-panel-head span{
  color:#ffd76b!important;
  font-size:11px!important;
}
.ebuc-marketplace-signup-app .ebuc-step-panel-head h3{
  font-size:clamp(25px,2.6vw,34px)!important;
  letter-spacing:-.035em!important;
}
.ebuc-marketplace-signup-app .ebuc-step-panel-head p{
  max-width:680px!important;
  color:#c2cbe0!important;
  font-size:15px!important;
}
.ebuc-marketplace-signup-app .ebuc-marketplace-step-grid{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:16px!important;
}
.ebuc-marketplace-signup-app .ebuc-marketplace-guide-form label>strong,
.ebuc-marketplace-signup-app .ebuc-marketplace-guide-form label>span,
.ebuc-marketplace-signup-app .ebuc-marketplace-guide-form .ebuc-controlled-select>strong,
.ebuc-marketplace-signup-app .ebuc-marketplace-guide-form .ebuc-controlled-group>strong,
.ebuc-marketplace-signup-app .ebuc-marketplace-guide-form .ebuc-adaptive-control-group>strong{
  color:#e9eefc!important;
  font-size:13px!important;
  line-height:1.25!important;
  font-weight:850!important;
  letter-spacing:0!important;
}
.ebuc-marketplace-signup-app .ebuc-marketplace-guide-form input:not([type=checkbox]):not([type=radio]):not([type=file]),
.ebuc-marketplace-signup-app .ebuc-marketplace-guide-form select,
.ebuc-marketplace-signup-app .ebuc-marketplace-guide-form textarea{
  min-height:56px!important;
  padding:14px 16px!important;
  border-radius:15px!important;
  border:1px solid rgba(255,255,255,.13)!important;
  background:linear-gradient(180deg,rgba(10,15,26,.98),rgba(17,23,36,.96))!important;
  color:#f7f9ff!important;
  font-size:15px!important;
  line-height:1.35!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04)!important;
}
.ebuc-marketplace-signup-app .ebuc-marketplace-guide-form input:focus,
.ebuc-marketplace-signup-app .ebuc-marketplace-guide-form select:focus,
.ebuc-marketplace-signup-app .ebuc-marketplace-guide-form textarea:focus{
  outline:2px solid rgba(255,213,106,.26)!important;
  border-color:rgba(255,213,106,.38)!important;
}
.ebuc-marketplace-signup-app .ebuc-account-password-block,
.ebuc-marketplace-signup-app .ebuc-photo-required-notice,
.ebuc-marketplace-signup-app .ebuc-review-note{
  padding:18px!important;
  border-radius:18px!important;
  border:1px solid rgba(255,255,255,.10)!important;
  background:rgba(255,255,255,.035)!important;
}
.ebuc-marketplace-signup-app .ebuc-photo-required-notice{
  border-color:rgba(255,213,106,.16)!important;
  background:linear-gradient(135deg,rgba(255,213,106,.07),rgba(255,255,255,.025))!important;
}
.ebuc-marketplace-signup-app .ebuc-account-password-block h3,
.ebuc-marketplace-signup-app .ebuc-form-block strong{
  color:#fff!important;
  font-size:16px!important;
}
.ebuc-marketplace-signup-app .ebuc-muted,
.ebuc-marketplace-signup-app small{
  color:#aeb8cb!important;
  line-height:1.55!important;
}
.ebuc-marketplace-signup-app input[type=file]{
  padding:14px!important;
  border-radius:15px!important;
  border:1px dashed rgba(255,255,255,.18)!important;
  background:rgba(5,8,14,.55)!important;
  color:#dce5f8!important;
}
.ebuc-marketplace-signup-app .ebuc-controlled-grid{
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr))!important;
  gap:10px!important;
}
.ebuc-marketplace-signup-app .ebuc-controlled-chip span{
  min-height:48px!important;
  border-radius:14px!important;
  background:rgba(255,255,255,.045)!important;
  border:1px solid rgba(255,255,255,.10)!important;
  color:#eaf0ff!important;
  font-size:13px!important;
  font-weight:780!important;
  line-height:1.28!important;
  box-shadow:none!important;
}
.ebuc-marketplace-signup-app .ebuc-controlled-chip:hover span{
  border-color:rgba(255,213,106,.22)!important;
  background:rgba(255,213,106,.055)!important;
}
.ebuc-marketplace-signup-app .ebuc-controlled-chip input:checked + span,
.ebuc-marketplace-signup-app .ebuc-controlled-chip:has(input:checked) span{
  border-color:rgba(255,213,106,.50)!important;
  background:linear-gradient(180deg,rgba(255,213,106,.16),rgba(255,213,106,.07))!important;
  color:#fff8df!important;
}
.ebuc-marketplace-signup-app .ebuc-guide-actions{
  margin-top:4px!important;
  padding-top:10px!important;
}
.ebuc-marketplace-signup-app .ebuc-guide-actions .emu-btn{
  min-width:0!important;
  width:auto!important;
  min-height:50px!important;
  padding:0 22px!important;
  border-radius:999px!important;
  font-size:15px!important;
  font-weight:900!important;
  box-shadow:none!important;
}
.ebuc-marketplace-signup-app .ebuc-guide-actions .emu-primary{
  background:linear-gradient(135deg,#ffe38a,#f3b932)!important;
  color:#161106!important;
}
.ebuc-marketplace-signup-app .ebuc-guide-actions .emu-secondary{
  background:rgba(255,255,255,.05)!important;
  color:#f5f8ff!important;
  border:1px solid rgba(255,255,255,.14)!important;
}
@media(max-width:820px){
  .ebuc-marketplace-signup-app .ebuc-section.emu-container,
  .ebuc-marketplace-signup-app .ebuc-page-hero.emu-container{width:calc(100vw - 24px)!important;}
  .ebuc-marketplace-signup-app .ebuc-marketplace-form-intro{padding:24px 18px 18px!important;}
  .ebuc-marketplace-signup-app .ebuc-marketplace-guide-form{padding:18px!important;}
  .ebuc-marketplace-signup-app .ebuc-service-wizard{grid-template-columns:1fr!important;}
  .ebuc-marketplace-signup-app .ebuc-service-step{min-height:62px!important;}
  .ebuc-marketplace-signup-app .ebuc-marketplace-step-panel{padding:18px!important;}
  .ebuc-marketplace-signup-app .ebuc-marketplace-step-grid{grid-template-columns:1fr!important;}
  .ebuc-marketplace-signup-app .ebuc-guide-actions{display:grid!important;grid-template-columns:1fr!important;}
  .ebuc-marketplace-signup-app .ebuc-guide-actions .emu-btn{width:100%!important;}
}

/* 0.14.69 search/filter safe patch: only marketplace search UI, no global shell changes */
.ebuc-home-v11 .ebuc-marketplace-hero-search-row select,
.ebuc-professionals-app .ebuc-marketplace-filter-form select{
  -webkit-appearance:auto!important;
  appearance:auto!important;
}
.ebuc-home-v11 .ebuc-marketplace-hero-search-row select{
  width:100%!important;
  min-height:66px!important;
  border:0!important;
  border-radius:15px!important;
  background:#fff!important;
  color:#111827!important;
  padding:0 18px!important;
  font-size:16px!important;
  font-weight:850!important;
  box-shadow:none!important;
  outline:0!important;
}
.ebuc-home-v11 .ebuc-marketplace-hero-search-row input[list]{
  border-radius:15px!important;
}
.ebuc-professionals-app .ebuc-marketplace-brand{
  flex:0 0 300px!important;
  width:300px!important;
  min-width:260px!important;
}
.ebuc-professionals-app .ebuc-marketplace-logo-full{
  width:290px!important;
  max-width:290px!important;
  height:auto!important;
  max-height:70px!important;
  object-fit:contain!important;
}
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-search-results-shell{
  display:grid!important;
  grid-template-columns:minmax(260px,320px) minmax(0,1fr)!important;
  gap:32px!important;
  align-items:start!important;
  width:min(1360px,calc(100vw - 56px))!important;
  max-width:none!important;
  margin-left:auto!important;
  margin-right:auto!important;
  overflow:visible!important;
}
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-results-filter-panel{
  grid-column:1!important;
  width:100%!important;
  max-width:320px!important;
  min-width:0!important;
  box-sizing:border-box!important;
  z-index:2!important;
}
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-results-main{
  grid-column:2!important;
  min-width:0!important;
  width:100%!important;
  max-width:100%!important;
  position:relative!important;
  z-index:1!important;
}
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-card-grid.ebuc-professional-grid{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  display:grid!important;
  grid-template-columns:repeat(auto-fill,minmax(285px,1fr))!important;
  gap:22px!important;
  align-items:stretch!important;
  margin:0!important;
}
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-marketplace-filter-form{
  width:100%!important;
  max-width:100%!important;
  box-sizing:border-box!important;
}
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-marketplace-filter-form label,
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-marketplace-filter-form input,
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-marketplace-filter-form select{
  max-width:100%!important;
  box-sizing:border-box!important;
}
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-marketplace-filter-form input,
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-marketplace-filter-form select{
  min-height:46px!important;
  background:#080d18!important;
  color:#fff!important;
  border:1px solid rgba(255,255,255,.16)!important;
  border-radius:13px!important;
}
@media(max-width:1180px){
  .ebuc-professionals-app .ebuc-marketplace-brand{flex:0 0 245px!important;width:245px!important;min-width:220px!important;}
  .ebuc-professionals-app .ebuc-marketplace-logo-full{width:235px!important;max-width:235px!important;}
  body.ebuc-standalone-page .ebuc-professionals-app .ebuc-search-results-shell{grid-template-columns:minmax(235px,280px) minmax(0,1fr)!important;gap:24px!important;}
}
@media(max-width:860px){
  .ebuc-professionals-app .ebuc-marketplace-brand{flex:1 1 230px!important;width:230px!important;min-width:210px!important;}
  .ebuc-professionals-app .ebuc-marketplace-logo-full{width:220px!important;max-width:220px!important;}
  .ebuc-home-v11 .ebuc-marketplace-hero-search-row select{min-height:58px!important;border-radius:15px!important;}
  body.ebuc-standalone-page .ebuc-professionals-app .ebuc-search-results-shell{display:block!important;width:min(100%,calc(100vw - 24px))!important;}
  body.ebuc-standalone-page .ebuc-professionals-app .ebuc-results-main{grid-column:auto!important;}
  body.ebuc-standalone-page .ebuc-professionals-app .ebuc-card-grid.ebuc-professional-grid{grid-template-columns:1fr!important;gap:14px!important;}
}


/* 0.14.70 marketplace search UI fix
   Scope: professionals marketplace search/results only.
   Fixes screenshot issues: hero line collision, filter form forced into wrong multi-column grid,
   oversized/overflowing reset action, and result grid containment. No new plugin/module added. */
body.ebuc-standalone-page .ebuc-professionals-app.ebuc-launch-search-page,
body.ebuc-standalone-page .ebuc-professionals-app.ebuc-launch-search-page *{
  box-sizing:border-box!important;
}
body.ebuc-standalone-page .ebuc-professionals-app.ebuc-launch-search-page{
  overflow-x:hidden!important;
}
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-search-hero{
  width:min(1280px,calc(100vw - 56px))!important;
  max-width:none!important;
  min-height:0!important;
  padding:54px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  overflow:hidden!important;
}
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-search-hero h1{
  max-width:900px!important;
  font-size:clamp(44px,4.5vw,68px)!important;
  line-height:1.09!important;
  letter-spacing:-.048em!important;
  margin:18px 0 16px!important;
  text-wrap:balance!important;
  word-break:normal!important;
  overflow-wrap:normal!important;
}
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-search-hero p{
  max-width:760px!important;
  font-size:16px!important;
  line-height:1.62!important;
}
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-search-results-shell{
  width:min(1280px,calc(100vw - 56px))!important;
  grid-template-columns:minmax(240px,285px) minmax(0,1fr)!important;
  gap:24px!important;
  overflow:visible!important;
}
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-results-filter-panel{
  max-width:285px!important;
  padding:14px!important;
  overflow:hidden!important;
}
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-results-filter-panel .ebuc-marketplace-filter-form{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:12px!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  overflow:visible!important;
}
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-results-filter-panel .ebuc-marketplace-filter-form label{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:6px!important;
  width:100%!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
}
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-results-filter-panel .ebuc-marketplace-filter-form label span{
  display:block!important;
  min-width:0!important;
  font-size:11px!important;
  line-height:1.2!important;
  letter-spacing:.025em!important;
  white-space:normal!important;
  overflow-wrap:anywhere!important;
}
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-results-filter-panel .ebuc-marketplace-filter-form input,
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-results-filter-panel .ebuc-marketplace-filter-form select{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  min-height:43px!important;
  padding:0 12px!important;
  font-size:13px!important;
  line-height:1.2!important;
}
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-results-filter-panel .ebuc-filter-actions{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:8px!important;
  width:100%!important;
  min-width:0!important;
  margin:2px 0 0!important;
}
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-results-filter-panel .ebuc-filter-actions button,
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-results-filter-panel .ebuc-filter-actions a{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  min-height:42px!important;
  padding:0 12px!important;
  border-radius:999px!important;
  font-size:13px!important;
  font-weight:900!important;
  line-height:1.15!important;
  text-align:center!important;
  text-decoration:none!important;
  white-space:normal!important;
  overflow-wrap:anywhere!important;
}
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-results-filter-panel .ebuc-filter-actions a{
  color:#eef3ff!important;
  background:rgba(255,255,255,.065)!important;
  border:1px solid rgba(255,255,255,.16)!important;
  box-shadow:none!important;
}
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-results-main,
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-card-grid.ebuc-professional-grid{
  min-width:0!important;
  max-width:100%!important;
}
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-card-grid.ebuc-professional-grid{
  grid-template-columns:repeat(auto-fit,minmax(276px,1fr))!important;
  gap:20px!important;
}
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-professional-card{
  min-width:0!important;
}
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-professional-card .ebuc-profile-content,
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-professional-card .ebuc-tags,
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-professional-card .ebuc-card-bottom,
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-professional-card .ebuc-card-actions{
  min-width:0!important;
}
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-professional-card .ebuc-tags span,
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-professional-card .ebuc-tags a,
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-trust-badge{
  max-width:100%!important;
  white-space:normal!important;
  overflow-wrap:anywhere!important;
  line-height:1.2!important;
}
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-professional-card .ebuc-card-actions .emu-btn{
  min-width:0!important;
  white-space:normal!important;
  text-align:center!important;
  line-height:1.15!important;
}
@media(max-width:1180px){
  body.ebuc-standalone-page .ebuc-professionals-app .ebuc-search-hero,
  body.ebuc-standalone-page .ebuc-professionals-app .ebuc-search-results-shell{
    width:min(100%,calc(100vw - 36px))!important;
  }
  body.ebuc-standalone-page .ebuc-professionals-app .ebuc-search-results-shell{
    grid-template-columns:minmax(230px,265px) minmax(0,1fr)!important;
    gap:20px!important;
  }
  body.ebuc-standalone-page .ebuc-professionals-app .ebuc-results-filter-panel{max-width:265px!important;}
}
@media(max-width:860px){
  body.ebuc-standalone-page .ebuc-professionals-app .ebuc-search-hero{
    width:calc(100vw - 24px)!important;
    padding:32px 24px!important;
    border-radius:22px!important;
  }
  body.ebuc-standalone-page .ebuc-professionals-app .ebuc-search-hero h1{
    font-size:clamp(34px,9vw,46px)!important;
    line-height:1.08!important;
    letter-spacing:-.045em!important;
  }
  body.ebuc-standalone-page .ebuc-professionals-app .ebuc-search-hero p{
    font-size:15px!important;
  }
  body.ebuc-standalone-page .ebuc-professionals-app .ebuc-search-results-shell{
    display:block!important;
    width:calc(100vw - 24px)!important;
  }
  body.ebuc-standalone-page .ebuc-professionals-app .ebuc-results-filter-panel{
    max-width:none!important;
    overflow:auto!important;
  }
  body.ebuc-standalone-page .ebuc-professionals-app .ebuc-card-grid.ebuc-professional-grid{
    grid-template-columns:1fr!important;
    gap:14px!important;
  }
}


/* 0.14.71 directory search parity
   Professionals now uses the same hero-level horizontal search pattern as Community.
   The old desktop sidebar filter panel is removed from the page markup; these scoped rules
   keep the marketplace cards full-width and prevent older sidebar CSS from reasserting. */
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-search-hero .ebuc-marketplace-filter-form.ebuc-directory-inline-search,
.ebuc-professionals-app .ebuc-search-hero .ebuc-marketplace-filter-form.ebuc-directory-inline-search{
  display:grid!important;
  grid-template-columns:minmax(260px,1.35fr) minmax(170px,.85fr) minmax(190px,.9fr) minmax(170px,.85fr) auto!important;
  align-items:end!important;
  gap:12px!important;
  margin-top:28px!important;
  padding:14px!important;
  border:1px solid rgba(255,255,255,.12)!important;
  border-radius:22px!important;
  background:rgba(255,255,255,.06)!important;
  box-shadow:none!important;
  max-width:none!important;
}
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-search-hero .ebuc-marketplace-filter-form.ebuc-directory-inline-search label,
.ebuc-professionals-app .ebuc-search-hero .ebuc-marketplace-filter-form.ebuc-directory-inline-search label{
  display:flex!important;
  flex-direction:column!important;
  gap:7px!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  background:transparent!important;
}
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-search-hero .ebuc-marketplace-filter-form.ebuc-directory-inline-search label span,
.ebuc-professionals-app .ebuc-search-hero .ebuc-marketplace-filter-form.ebuc-directory-inline-search label span{
  color:#d7deed!important;
  font-size:12px!important;
  font-weight:900!important;
  text-transform:uppercase!important;
  letter-spacing:.04em!important;
  white-space:nowrap!important;
}
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-search-hero .ebuc-marketplace-filter-form.ebuc-directory-inline-search input,
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-search-hero .ebuc-marketplace-filter-form.ebuc-directory-inline-search select,
.ebuc-professionals-app .ebuc-search-hero .ebuc-marketplace-filter-form.ebuc-directory-inline-search input,
.ebuc-professionals-app .ebuc-search-hero .ebuc-marketplace-filter-form.ebuc-directory-inline-search select{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  min-height:46px!important;
  padding:0 13px!important;
  border:1px solid rgba(255,255,255,.12)!important;
  border-radius:13px!important;
  background:rgba(5,7,13,.72)!important;
  color:#fff!important;
  font-size:14px!important;
  outline:0!important;
}
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-search-hero .ebuc-marketplace-filter-form.ebuc-directory-inline-search button,
.ebuc-professionals-app .ebuc-search-hero .ebuc-marketplace-filter-form.ebuc-directory-inline-search button{
  min-height:46px!important;
  align-self:end!important;
  white-space:nowrap!important;
}
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-search-results-shell.ebuc-search-results-only,
.ebuc-professionals-app .ebuc-search-results-shell.ebuc-search-results-only{
  display:block!important;
  width:min(1280px,calc(100vw - 56px))!important;
  max-width:none!important;
  margin-left:auto!important;
  margin-right:auto!important;
  overflow:visible!important;
}
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-search-results-shell.ebuc-search-results-only .ebuc-results-main,
.ebuc-professionals-app .ebuc-search-results-shell.ebuc-search-results-only .ebuc-results-main{
  display:block!important;
  grid-column:auto!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
}
body.ebuc-standalone-page .ebuc-professionals-app .ebuc-search-results-shell.ebuc-search-results-only .ebuc-card-grid.ebuc-professional-grid,
.ebuc-professionals-app .ebuc-search-results-shell.ebuc-search-results-only .ebuc-card-grid.ebuc-professional-grid{
  width:100%!important;
  max-width:100%!important;
  grid-template-columns:repeat(auto-fit,minmax(276px,1fr))!important;
  gap:22px!important;
  margin:0!important;
}
@media(max-width:1080px){
  body.ebuc-standalone-page .ebuc-professionals-app .ebuc-search-hero .ebuc-marketplace-filter-form.ebuc-directory-inline-search,
  .ebuc-professionals-app .ebuc-search-hero .ebuc-marketplace-filter-form.ebuc-directory-inline-search{
    grid-template-columns:1fr 1fr!important;
  }
}
@media(max-width:860px){
  body.ebuc-standalone-page .ebuc-professionals-app .ebuc-search-hero .ebuc-marketplace-filter-form.ebuc-directory-inline-search,
  .ebuc-professionals-app .ebuc-search-hero .ebuc-marketplace-filter-form.ebuc-directory-inline-search{
    grid-template-columns:1fr!important;
    gap:10px!important;
    padding:12px!important;
  }
  body.ebuc-standalone-page .ebuc-professionals-app .ebuc-search-results-shell.ebuc-search-results-only,
  .ebuc-professionals-app .ebuc-search-results-shell.ebuc-search-results-only{
    width:calc(100vw - 24px)!important;
  }
  body.ebuc-standalone-page .ebuc-professionals-app .ebuc-search-results-shell.ebuc-search-results-only .ebuc-card-grid.ebuc-professional-grid,
  .ebuc-professionals-app .ebuc-search-results-shell.ebuc-search-results-only .ebuc-card-grid.ebuc-professional-grid{
    grid-template-columns:1fr!important;
    gap:14px!important;
  }
}


/* 0.14.101 — direct Marketplace form visibility/runtime fix.
   The renderer marks this form as inline, therefore it must override the generic
   modal display:none rule. */
.ebuc-quote-modal.ebuc-quote-inline-visible{
  display:block!important;
  position:relative!important;
  inset:auto!important;
  z-index:auto!important;
  width:min(1180px,calc(100% - 40px))!important;
  margin:24px auto 34px!important;
  padding:0!important;
  scroll-margin-top:120px;
}
.ebuc-quote-modal.ebuc-quote-inline-visible .ebuc-quote-modal-backdrop,
.ebuc-quote-modal.ebuc-quote-inline-visible .ebuc-quote-close{
  display:none!important;
}
.ebuc-quote-modal.ebuc-quote-inline-visible .ebuc-quote-modal-panel{
  display:block!important;
  position:relative!important;
  width:100%!important;
  max-height:none!important;
  overflow:visible!important;
  margin:0!important;
}
.ebuc-quote-modal.ebuc-quote-inline-visible .ebuc-quote-request-head{
  padding-right:0!important;
}
body.ebuc-quote-modal-open:has(.ebuc-quote-inline-visible){
  overflow:auto!important;
}
@media(max-width:720px){
  .ebuc-quote-modal.ebuc-quote-inline-visible{
    width:min(100% - 24px,1180px)!important;
    margin:18px auto 28px!important;
    padding:0!important;
  }
  .ebuc-quote-modal.ebuc-quote-inline-visible .ebuc-quote-modal-panel{
    max-height:none!important;
    border-radius:22px!important;
  }
}


/* 0.14.105 — Marketplace request modal hard fix.
   #request-form reveals the form without JavaScript. Old #ebuc-request-form
   links continue to work through the existing .ebuc-quote-modal:target rule. */
.ebuc-request-target{
  display:block!important;
  position:relative!important;
  height:0!important;
  min-height:0!important;
  width:100%!important;
  margin:0!important;
  padding:0!important;
  z-index:99999!important;
}
.ebuc-request-target:target:not([data-ebuc-request-state="closed"]) > .ebuc-quote-modal{
  display:flex!important;
}
.ebuc-request-target:target:not([data-ebuc-request-state="closed"]) > .ebuc-quote-modal .ebuc-quote-modal-panel{
  display:block!important;
}
.ebuc-direct-request-modal{
  position:fixed!important;
  inset:0!important;
  z-index:2147483000!important;
}
.ebuc-direct-request-modal.is-open{
  display:flex!important;
}
.ebuc-direct-request-modal .ebuc-quote-modal-panel{
  width:min(900px,100%)!important;
}
@media(max-width:720px){
  .ebuc-direct-request-modal{
    padding:12px!important;
    align-items:flex-end!important;
  }
  .ebuc-direct-request-modal .ebuc-quote-modal-panel{
    max-height:90vh!important;
    overflow:auto!important;
  }
}


/* 0.14.107 — request modal/footer stacking hard fix.
   The modal is portalled to <body> by JavaScript. These rules also protect the
   native :target fallback when a cached/disabled script is used. */
html:has(body.ebuc-quote-modal-open),
body.ebuc-quote-modal-open,
html:has(#request-form:target:not([data-ebuc-request-state="closed"])),
body:has(#request-form:target:not([data-ebuc-request-state="closed"])){
  overflow:hidden!important;
}

body.ebuc-quote-modal-open .ebuc-footer,
body.ebuc-quote-modal-open .emu-footer,
body.ebuc-quote-modal-open footer.ebuc-footer-unified,
body:has(#request-form:target:not([data-ebuc-request-state="closed"])) .ebuc-footer,
body:has(#request-form:target:not([data-ebuc-request-state="closed"])) .emu-footer,
body:has(#request-form:target:not([data-ebuc-request-state="closed"])) footer.ebuc-footer-unified{
  visibility:hidden!important;
  opacity:0!important;
  pointer-events:none!important;
}

#request-form.ebuc-request-target{
  isolation:isolate!important;
}

#request-form.ebuc-request-target:target:not([data-ebuc-request-state="closed"]){
  position:fixed!important;
  inset:0!important;
  width:100vw!important;
  height:100vh!important;
  min-height:100vh!important;
  z-index:2147483646!important;
  margin:0!important;
  padding:0!important;
}

#request-form > .ebuc-direct-request-modal,
#request-form:target:not([data-ebuc-request-state="closed"]) > .ebuc-direct-request-modal,
.ebuc-direct-request-modal.is-open{
  position:fixed!important;
  inset:0!important;
  width:100vw!important;
  height:100vh!important;
  max-width:none!important;
  max-height:none!important;
  z-index:2147483647!important;
  margin:0!important;
  padding:clamp(12px,3vw,30px)!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:hidden!important;
  transform:none!important;
  contain:none!important;
  isolation:isolate!important;
}

.ebuc-direct-request-modal .ebuc-quote-modal-backdrop{
  position:fixed!important;
  inset:0!important;
  width:100vw!important;
  height:100vh!important;
  z-index:0!important;
}

.ebuc-direct-request-modal .ebuc-quote-modal-panel{
  position:relative!important;
  z-index:2!important;
  width:min(900px,calc(100vw - 28px))!important;
  max-height:calc(100vh - 28px)!important;
  overflow-y:auto!important;
  overscroll-behavior:contain!important;
  margin:auto!important;
}

@media(max-width:720px){
  #request-form > .ebuc-direct-request-modal,
  #request-form:target:not([data-ebuc-request-state="closed"]) > .ebuc-direct-request-modal,
  .ebuc-direct-request-modal.is-open{
    padding:10px!important;
    align-items:flex-end!important;
  }

  .ebuc-direct-request-modal .ebuc-quote-modal-panel{
    width:100%!important;
    max-height:calc(100dvh - 20px)!important;
    margin:0!important;
  }
}


/* 0.14.108 — reliable close state and polished request form */
#request-form[hidden],
#ebuc-request-form[hidden]{
  display:none!important;
}

#request-form.ebuc-request-target{
  position:fixed!important;
  inset:0!important;
  width:100vw!important;
  height:100dvh!important;
  margin:0!important;
  padding:0!important;
  z-index:2147483646!important;
  isolation:isolate!important;
}

#request-form > .ebuc-direct-request-modal{
  display:none!important;
  position:fixed!important;
  inset:0!important;
  width:100vw!important;
  height:100dvh!important;
  padding:24px!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:hidden!important;
  background:transparent!important;
  z-index:2147483647!important;
}

#request-form > .ebuc-direct-request-modal.is-open{
  display:flex!important;
}

.ebuc-direct-request-modal .ebuc-quote-modal-backdrop{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  border:0!important;
  background:rgba(2,5,12,.86)!important;
  -webkit-backdrop-filter:blur(10px)!important;
  backdrop-filter:blur(10px)!important;
  cursor:pointer!important;
  z-index:0!important;
}

.ebuc-direct-request-modal .ebuc-quote-modal-panel{
  position:relative!important;
  z-index:2!important;
  width:min(820px,calc(100vw - 32px))!important;
  max-height:min(86dvh,780px)!important;
  margin:0!important;
  padding:26px!important;
  overflow-y:auto!important;
  overscroll-behavior:contain!important;
  border:1px solid rgba(245,188,65,.38)!important;
  border-radius:24px!important;
  background:
    radial-gradient(circle at 0 0,rgba(245,188,65,.13),transparent 32%),
    linear-gradient(180deg,#171d2a 0%,#0c111c 100%)!important;
  box-shadow:0 34px 120px rgba(0,0,0,.72),0 0 0 1px rgba(211,62,255,.08) inset!important;
  color:#fff!important;
  scrollbar-width:thin!important;
}

.ebuc-direct-request-modal .ebuc-quote-close{
  position:sticky!important;
  top:0!important;
  float:right!important;
  display:grid!important;
  place-items:center!important;
  width:42px!important;
  height:42px!important;
  margin:0 0 -42px 16px!important;
  border:1px solid rgba(255,255,255,.16)!important;
  border-radius:999px!important;
  background:#242c3b!important;
  color:#fff!important;
  text-decoration:none!important;
  font-size:27px!important;
  line-height:1!important;
  box-shadow:0 10px 24px rgba(0,0,0,.28)!important;
  cursor:pointer!important;
  z-index:30!important;
}

.ebuc-direct-request-modal .ebuc-quote-close:hover,
.ebuc-direct-request-modal .ebuc-quote-close:focus-visible{
  background:#343e50!important;
  border-color:rgba(245,188,65,.7)!important;
  outline:3px solid rgba(245,188,65,.22)!important;
  outline-offset:2px!important;
}

.ebuc-direct-request-modal .ebuc-quote-request-head{
  padding:0 58px 18px 0!important;
  margin:0 0 20px!important;
  border-bottom:1px solid rgba(255,255,255,.09)!important;
}

.ebuc-direct-request-modal .ebuc-quote-request-head > span{
  display:inline-flex!important;
  margin:0 0 10px!important;
}

.ebuc-direct-request-modal .ebuc-quote-request-head h2{
  margin:0 0 10px!important;
  max-width:680px!important;
  font-size:clamp(27px,3vw,38px)!important;
  line-height:1.08!important;
  letter-spacing:-.025em!important;
}

.ebuc-direct-request-modal .ebuc-quote-request-head p{
  margin:0!important;
  max-width:700px!important;
  color:#c8cfdb!important;
  font-size:16px!important;
  line-height:1.55!important;
}

.ebuc-direct-request-modal .ebuc-quote-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:16px!important;
}

.ebuc-direct-request-modal .ebuc-quote-grid label{
  min-width:0!important;
}

.ebuc-direct-request-modal .ebuc-quote-grid label > span,
.ebuc-direct-request-modal .ebuc-quote-consent span{
  color:#e9edf5!important;
}

.ebuc-direct-request-modal input:not([type="checkbox"]),
.ebuc-direct-request-modal select,
.ebuc-direct-request-modal textarea{
  width:100%!important;
  min-height:48px!important;
  border:1px solid rgba(255,255,255,.14)!important;
  border-radius:13px!important;
  background:#080d17!important;
  color:#fff!important;
  box-shadow:none!important;
}

.ebuc-direct-request-modal input:focus,
.ebuc-direct-request-modal select:focus,
.ebuc-direct-request-modal textarea:focus{
  border-color:#f3bf4e!important;
  outline:3px solid rgba(243,191,78,.16)!important;
  outline-offset:1px!important;
}

.ebuc-direct-request-modal .ebuc-quote-consent{
  margin:18px 0!important;
  padding:14px!important;
  border:1px solid rgba(255,255,255,.09)!important;
  border-radius:14px!important;
  background:rgba(255,255,255,.035)!important;
}

.ebuc-direct-request-modal .ebuc-quote-actions{
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  padding-top:2px!important;
}

.ebuc-direct-request-modal .ebuc-quote-actions .emu-btn{
  min-height:46px!important;
  justify-content:center!important;
}

.ebuc-direct-request-modal .ebuc-quote-cancel{
  border:1px solid rgba(255,255,255,.14)!important;
  background:rgba(255,255,255,.06)!important;
  color:#fff!important;
}

html.ebuc-quote-modal-open,
body.ebuc-quote-modal-open{
  overflow:hidden!important;
}

@media(max-width:720px){
  #request-form > .ebuc-direct-request-modal{
    padding:8px!important;
    align-items:flex-end!important;
  }

  .ebuc-direct-request-modal .ebuc-quote-modal-panel{
    width:100%!important;
    max-height:calc(100dvh - 16px)!important;
    padding:20px 16px!important;
    border-radius:20px!important;
  }

  .ebuc-direct-request-modal .ebuc-quote-request-head{
    padding-right:48px!important;
  }

  .ebuc-direct-request-modal .ebuc-quote-request-head h2{
    font-size:28px!important;
  }

  .ebuc-direct-request-modal .ebuc-quote-request-head p{
    font-size:15px!important;
  }

  .ebuc-direct-request-modal .ebuc-quote-grid{
    grid-template-columns:1fr!important;
    gap:13px!important;
  }

  .ebuc-direct-request-modal .ebuc-quote-actions{
    flex-direction:column!important;
  }

  .ebuc-direct-request-modal .ebuc-quote-actions .emu-btn{
    width:100%!important;
  }
}

/* 0.14.109 — request modal ownership and transparent-overlay fail-safe.
   The full-viewport portal cannot intercept profile clicks unless it is the
   active Unified Core request modal. A stale hash or cached secondary script
   therefore cannot leave the page locked after close. */
#request-form.ebuc-request-target{
  display:none!important;
  pointer-events:none!important;
}

#request-form.ebuc-request-target[data-ebuc-request-state="open"],
#request-form.ebuc-request-target:target:not([data-ebuc-request-state="closed"]){
  display:block!important;
  pointer-events:auto!important;
}

#request-form.ebuc-request-target[data-ebuc-request-state="closed"],
#request-form.ebuc-request-target[hidden],
#ebuc-request-form[data-ebuc-request-state="closed"],
#ebuc-request-form[hidden]{
  display:none!important;
  pointer-events:none!important;
}

#request-form.ebuc-request-target[data-ebuc-request-state="open"] > .ebuc-direct-request-modal.is-open,
#request-form.ebuc-request-target:target:not([data-ebuc-request-state="closed"]) > .ebuc-direct-request-modal{
  display:flex!important;
  pointer-events:auto!important;
}

