
/* ---- styles.css ---- */
:root{
  --ink:#141414;
  --muted:#656565;
  --line:#e7e7e7;
  --soft:#f7f7f5;
  --brand:#13a86b;
  --brand-dark:#0b7d4f;
  --dark:#111c18;
  --white:#ffffff;
  --shadow:0 18px 50px rgba(20,20,20,.08);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff;line-height:1.55}
a{text-decoration:none;color:inherit}
button,input,select{font:inherit}
.container{width:min(1180px,calc(100% - 40px));margin:0 auto}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);border-bottom:1px solid rgba(231,231,231,.85)}
.nav-wrap{height:74px;display:flex;align-items:center;justify-content:flex-start;gap:18px}
.brand{font-size:30px;font-weight:800;letter-spacing:-1.25px;flex:0 0 auto}.brand span{color:#ffd84d;-webkit-text-stroke:2.45px #050505;paint-order:stroke fill;font-weight:900;text-shadow:.65px 0 #050505,-.65px 0 #050505,0 .65px #050505,0 -.65px #050505}
.desktop-nav{display:flex;align-items:center;justify-content:flex-end;gap:18px;flex:1 1 auto;min-width:0;color:#3b3b3b;font-weight:500;font-size:14px;line-height:1.2;white-space:nowrap}.desktop-nav>a,.desktop-nav .dynamic-top-link,.dynamic-more-button{font-size:14px;font-weight:500;line-height:1.2}.desktop-nav a{transition:color .22s ease}.desktop-nav>a:hover{color:var(--brand-dark)}
.nav-actions{display:flex;align-items:center;gap:10px;flex:0 0 auto;margin-left:0}.nav-actions .link-btn,.nav-actions .btn.small{font-size:14px;line-height:1.2}.link-btn{font-weight:600}.menu-btn{display:none;border:0;background:none;font-size:24px;cursor:pointer}
.btn{display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent;border-radius:10px;padding:13px 18px;font-weight:700;cursor:pointer;transition:.2s ease}.btn:hover{transform:translateY(-1px)}
.btn.small{padding:10px 13px}.btn-primary{background:var(--brand);color:#fff}.btn-primary:hover{background:var(--brand-dark)}.btn-outline{border-color:#d9d9d9;background:#fff}.btn-light{background:#fff;color:var(--dark)}
.dynamic-menu-parent,.dynamic-more{position:relative;display:inline-flex;align-items:center;gap:2px;flex:0 0 auto}.dynamic-menu-parent .dynamic-has-submenu{transition:color .28s ease}.dynamic-menu-parent:hover>.dynamic-has-submenu,.dynamic-menu-parent.is-open>.dynamic-has-submenu,.dynamic-menu-parent:focus-within>.dynamic-has-submenu{color:#2563eb!important}.dynamic-more-button{border:0;background:transparent;color:#3b3b3b;cursor:pointer;padding:6px 8px;border-radius:8px;font-weight:600}.dynamic-more-button:hover{background:#f5f5f3}.dynamic-submenu,.dynamic-more-menu{position:absolute;top:calc(100% + 7px);left:0;min-width:200px;padding:8px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 16px 36px rgba(15,23,42,.14);z-index:1000;white-space:normal;animation:ugcSubmenuIn .22s ease both}.dynamic-submenu a,.dynamic-more-menu>a,.dynamic-more-menu .dynamic-menu-parent{display:block;width:100%;padding:9px 10px;border-radius:8px;font-size:14px}.dynamic-submenu a:hover,.dynamic-more-menu>a:hover{background:#f7f7f5}.dynamic-more-menu{right:0;left:auto}.dynamic-more-menu .dynamic-menu-parent{position:relative}.dynamic-more-menu .dynamic-submenu{top:0;left:auto;right:100%;margin-right:6px}@keyframes ugcSubmenuIn{from{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}
.mobile-menu{display:none;padding:10px 20px 18px;border-top:1px solid var(--line)}.mobile-menu a{display:block;padding:11px 0;font-weight:600}
.hero{padding:76px 0 68px;background:linear-gradient(135deg,#f8fbf9 0%,#ffffff 55%,#eef9f4 100%)}
.hero .container{width:min(100% - 40px,1380px)}
.hero-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(560px,1.1fr);gap:44px;align-items:center}
.eyebrow,.kicker{display:inline-block;color:var(--brand-dark);font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.1em;margin-bottom:14px}
.hero h1{font-size:clamp(44px,6vw,72px);line-height:1.02;letter-spacing:-3.4px;margin:0 0 22px;max-width:760px}.hero-copy>p{font-size:19px;color:var(--muted);max-width:690px;margin:0 0 28px}
.hero-search{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:end;gap:7px;background:#fff;border:1px solid #dcdedc;border-radius:15px;padding:8px;box-shadow:var(--shadow);width:100%;max-width:880px;overflow:hidden}.search-control{display:flex;flex-direction:column;gap:3px;min-width:0;border-bottom:1px solid #eceeec;padding:6px 12px}.search-control[hidden]{display:none}.search-control span{color:#707770;font-size:10px;line-height:1.1;font-weight:800;letter-spacing:.07em;text-transform:uppercase}.search-control input,.search-control select{width:100%;min-width:0;border:0;outline:0;background:#fff;color:var(--ink);padding:5px 0;text-overflow:ellipsis}.search-control select{cursor:pointer}.hero-search .btn{width:100%;min-width:0;min-height:47px;white-space:nowrap}.hero-search:has(#regionControl[hidden]) #searchBtn{grid-column:1/-1}.search-note{margin:9px 4px 0;color:#6f776f;font-size:12px}.hero-meta{display:flex;flex-wrap:wrap;gap:18px;margin-top:18px;color:#4f5e56;font-size:14px;font-weight:600}
.hero-visual{position:relative;min-height:650px;min-width:0}.creator-reels{position:absolute;inset:8px -4px 0;display:flex;justify-content:center;align-items:center;gap:20px}.creator-reel{position:relative;width:min(48%,330px);aspect-ratio:9/16;border-radius:30px;overflow:hidden;background:#1a1a1a;color:#fff;box-shadow:0 34px 78px rgba(20,20,20,.28);border:5px solid #fff;contain:layout paint;isolation:isolate}.creator-reel:nth-child(1){transform:rotate(-2.5deg) translateY(-8px)}.creator-reel:nth-child(2){transform:rotate(2.5deg) translateY(22px)}.creator-reel video{position:absolute;inset:0;width:100%;height:100%;max-width:none;display:block;object-fit:cover;opacity:0;transition:none;backface-visibility:hidden}.creator-reel video.is-ready{opacity:1}.reel-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.28),transparent 35%,rgba(0,0,0,.64))}.reel-top{position:absolute;left:18px;right:18px;top:18px;display:flex;justify-content:space-between;align-items:center;font-size:12px}.pill{background:rgba(0,0,0,.35);border:1px solid rgba(255,255,255,.25);backdrop-filter:blur(8px);padding:8px 12px;border-radius:999px}.live-dot{color:#ffd84d;font-size:13px}.reel-caption{position:absolute;left:20px;right:20px;bottom:22px;display:flex;flex-direction:column;line-height:1.2}.reel-caption strong{font-size:21px}.reel-caption span{margin-top:6px;color:rgba(255,255,255,.84);font-size:12px}.floating-card{position:absolute;z-index:2;background:#fff;border:1px solid #ececec;border-radius:16px;padding:14px 16px;box-shadow:var(--shadow);display:flex;align-items:center;gap:12px}.floating-card span{display:block;color:var(--muted);font-size:12px;margin-top:2px}.floating-card b{margin-left:10px}.card-a{left:-8px;top:48px}.card-b{right:-5px;bottom:30px;gap:22px}.avatar{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;color:#fff;font-weight:800}.avatar-1{background:linear-gradient(135deg,#b76fff,#ff8b9f)}.stat strong,.stat span{display:block}
.reel-makeup video{object-position:54% center}
.reel-product video{object-position:center 40%;transform:scale(2.6);transform-origin:50% 66%}
.trust-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}.trust-inner{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap;color:#737373;font-size:14px}.trust-inner strong{color:#343434}
.section{padding:88px 0}.soft-bg{background:var(--soft)}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:34px}.section-heading h2,.center-heading h2,.brand-cta h2,.final-cta h2{font-size:clamp(32px,4vw,48px);line-height:1.08;letter-spacing:-1.9px;margin:0}.section-heading>a{font-weight:700;color:var(--brand-dark)}
.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.category-card{padding:26px;border:1px solid var(--line);border-radius:18px;background:#fff;transition:.2s}.category-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.category-card>span{font-size:30px}.category-card h3{margin:18px 0 6px}.category-card p{margin:0;color:var(--muted)}
.creator-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.creator-card{display:flex;flex-direction:column;background:#fff;border:1px solid #e8e8e8;border-radius:18px;overflow:hidden}.creator-cover{height:220px;position:relative;background-size:cover;background-position:center}.cover-1{background:linear-gradient(150deg,#ffd8e3,#a65379)}.cover-2{background:linear-gradient(150deg,#cfe8ff,#3e6386)}.cover-3{background:linear-gradient(150deg,#ffe7bf,#a35f28)}.cover-4{background:linear-gradient(150deg,#d9d2ff,#4c4086)}.creator-badge{position:absolute;z-index:3;top:12px;left:12px;background:#fff;padding:7px 10px;border-radius:999px;font-size:11px;font-weight:800;box-shadow:0 5px 16px rgba(0,0,0,.13)}.creator-body{display:flex;flex:1;flex-direction:column;padding:18px}.creator-title{display:flex;justify-content:space-between;gap:12px}.creator-title h3{margin:0 0 4px}.creator-title p{margin:0;color:var(--muted);font-size:13px}.tags{display:flex;flex-wrap:wrap;gap:7px;margin:16px 0}.tags span{background:#f1f1ef;padding:6px 8px;border-radius:7px;font-size:11px}.creator-footer{margin-top:auto;border-top:1px solid var(--line);padding-top:14px;display:flex;justify-content:space-between;color:var(--muted)}.creator-footer strong{color:var(--ink)}
.creator-carousel-shell{position:relative}.creator-carousel{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 60px)/4);gap:20px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:inline mandatory;scroll-behavior:smooth;scrollbar-width:none;padding:2px 2px 14px}.creator-carousel::-webkit-scrollbar{display:none}.creator-carousel .creator-card{min-width:0;scroll-snap-align:start}.carousel-arrow{position:absolute;z-index:8;top:102px;width:46px;height:46px;display:grid;place-items:center;border:1px solid #dedede;border-radius:50%;background:#fff;color:#161616;box-shadow:0 10px 28px rgba(0,0,0,.16);font-size:31px;line-height:1;cursor:pointer}.carousel-arrow:hover{background:#ffd84d;border-color:#ffd84d}.carousel-arrow-prev{left:-23px}.carousel-arrow-next{right:-23px}.creator-portfolio{position:relative;height:220px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px;padding:4px;background:#151515}.work-preview{position:relative;min-width:0;overflow:hidden;border:0;border-radius:10px;padding:0;cursor:pointer;color:#fff;background:linear-gradient(155deg,#616161,#202020)}.work-preview video{position:absolute;inset:0;width:100%;height:100%;display:block;object-fit:cover;opacity:0;background:#1d1d1d}.work-preview.has-loaded video{opacity:1}.work-preview::before{content:"";position:absolute;z-index:1;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.1),transparent 35%,rgba(0,0,0,.35));pointer-events:none}.preview-beauty,.preview-fashion{background:linear-gradient(150deg,#eaa7c5,#77314f)}.preview-skincare,.preview-wellness{background:linear-gradient(150deg,#b7dfce,#35715a)}.preview-makeup,.preview-warm{background:linear-gradient(150deg,#f3c49f,#9f563a)}.preview-tech,.preview-app{background:linear-gradient(150deg,#a8c7ed,#355f91)}.preview-coffee,.preview-food{background:linear-gradient(150deg,#d9ae7d,#6e4529)}.preview-fitness,.preview-product{background:linear-gradient(150deg,#b7b1ec,#4d438f)}.preview-travel,.preview-lifestyle{background:linear-gradient(150deg,#9ed9df,#34727b)}.preview-finance,.preview-home,.preview-grooming{background:linear-gradient(150deg,#c9d6b0,#5c7042)}.work-number{position:absolute;z-index:2;right:7px;bottom:7px;font-size:10px;font-weight:900;letter-spacing:.08em;text-shadow:0 1px 4px rgba(0,0,0,.6)}.work-play{position:absolute;z-index:2;left:50%;top:50%;width:32px;height:32px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.72);border-radius:50%;background:rgba(0,0,0,.54);transform:translate(-50%,-50%);font-size:11px;padding-left:2px;box-shadow:0 4px 14px rgba(0,0,0,.2)}.work-preview.is-playing .work-play,.work-preview.is-playing .work-number{opacity:0}
.center-heading{text-align:center;max-width:720px;margin:0 auto 42px}.center-heading p{color:var(--muted);font-size:18px}.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.steps-grid article{padding:26px;border-top:3px solid var(--ink);background:#fff}.step-no{font-size:13px;font-weight:800;color:var(--brand);margin-bottom:34px}.steps-grid h3{font-size:20px;margin:0 0 8px}.steps-grid p{color:var(--muted);margin:0}
.brand-cta{background:var(--dark);color:#fff;padding:82px 0}.brand-cta-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:70px;align-items:center}.brand-cta p{font-size:18px;color:#cdd9d4;max-width:650px}.kicker.light,.text-link.light{color:#a7e7c9}.cta-actions{display:flex;gap:16px;align-items:center;flex-wrap:wrap}.text-link{font-weight:700}.campaign-panel{background:#182a23;border:1px solid rgba(255,255,255,.1);padding:28px;border-radius:20px}.campaign-row{display:flex;justify-content:space-between;gap:20px;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.08)}.campaign-row span{color:#9fb0a8}.campaign-progress{height:9px;background:#2c3c35;border-radius:999px;margin:28px 0 10px;overflow:hidden}.campaign-progress span{display:block;height:100%;background:#49d392;border-radius:999px}.campaign-panel small{color:#9fb0a8}
.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.testimonial-grid blockquote{margin:0;padding:28px;border:1px solid var(--line);border-radius:18px;font-size:18px;line-height:1.55}.testimonial-grid footer{margin-top:22px;color:var(--muted);font-size:13px}
.final-cta{padding:68px 0;background:#f0faf5}.final-cta-inner{display:flex;justify-content:space-between;gap:30px;align-items:center}.final-cta p{color:var(--muted);margin-bottom:0}
.site-footer{background:#0d0f0e;color:#fff;padding:64px 0 26px}.footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:40px}.footer-brand{display:inline-block;margin-bottom:12px}.footer-grid p{color:#a7aaa8;max-width:330px}.footer-grid h4{margin:0 0 16px}.footer-grid>div:not(:first-child){display:flex;flex-direction:column;gap:9px}.footer-grid a{color:#d7d9d8;font-size:14px}.footer-grid a:hover{color:#fff}.footer-bottom{border-top:1px solid #242625;margin-top:46px;padding-top:22px;color:#808482;font-size:13px}
@media(max-width:1050px){.hero-grid{grid-template-columns:1fr}.hero-visual{min-height:610px}.creator-grid{grid-template-columns:repeat(2,1fr)}.steps-grid{grid-template-columns:repeat(2,1fr)}.brand-cta-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:860px){.desktop-nav,.nav-actions>a{display:none}.menu-btn{display:block}.nav-wrap{justify-content:space-between}.mobile-menu:not([hidden]){display:block}.hero{padding-top:48px}.hero h1{font-size:46px}.hero-grid{gap:20px}.hero-visual{min-height:560px}.category-grid,.testimonial-grid{grid-template-columns:1fr}.final-cta-inner{align-items:flex-start;flex-direction:column}}
@media(max-width:620px){.container{width:min(100% - 28px,1180px)}.hero h1{font-size:40px;letter-spacing:-2.2px}.hero-search{grid-template-columns:1fr}.hero-search:has(#regionControl[hidden]) #searchBtn{grid-column:auto}.hero-visual{min-height:480px}.creator-reels{gap:10px}.creator-reel{width:48%;border-width:3px;border-radius:22px}.reel-caption strong{font-size:15px}.floating-card{display:none}.creator-grid,.steps-grid,.footer-grid{grid-template-columns:1fr}}
/* UGCHost featured creators: four compact cards with stepped automatic carousel on rich dark background. */
#creators{
  position:relative;
  overflow:hidden;
  padding:56px 0 48px;
  background:
    radial-gradient(circle at 8% 18%,rgba(255,216,77,.18) 0 2px,transparent 2.8px),
    radial-gradient(circle at 24% 72%,rgba(255,255,255,.10) 0 1.5px,transparent 2.4px),
    radial-gradient(circle at 78% 28%,rgba(255,216,77,.12) 0 2px,transparent 2.8px),
    radial-gradient(circle at 92% 78%,rgba(255,255,255,.09) 0 1.5px,transparent 2.4px),
    linear-gradient(120deg,transparent 0 44%,rgba(255,216,77,.045) 45% 46%,transparent 47% 100%),
    linear-gradient(35deg,transparent 0 58%,rgba(255,255,255,.035) 59% 60%,transparent 61% 100%),
    #050505 !important;
  background-size:auto,auto,auto,auto,180px 180px,220px 220px,auto;
  color:#fff;
}
#creators::before,#creators::after{content:"";position:absolute;pointer-events:none;z-index:0}
#creators::before{
  inset:0;
  background:
    repeating-radial-gradient(circle at 18% 32%,rgba(255,216,77,.10) 0 1px,transparent 1px 18px),
    repeating-linear-gradient(135deg,transparent 0 34px,rgba(255,255,255,.025) 35px 36px,transparent 37px 72px);
  opacity:.55;
  mask-image:linear-gradient(90deg,rgba(0,0,0,.9),rgba(0,0,0,.35) 45%,rgba(0,0,0,.75));
}
#creators::after{
  width:420px;height:420px;right:-110px;top:-90px;
  border:1px solid rgba(255,216,77,.18);
  border-radius:42% 58% 65% 35% / 45% 35% 65% 55%;
  box-shadow:-220px 260px 0 -170px rgba(255,216,77,.08),-110px 120px 0 -105px rgba(255,255,255,.06),inset 0 0 0 28px rgba(255,255,255,.012);
  transform:rotate(18deg);
}
#creators .container{position:relative;z-index:1}
#creators .section-heading{position:relative;z-index:2;margin-bottom:24px}
#creators .section-heading h2{color:#fff}
#creators .kicker,#creators .section-heading>a{color:#ffd84d}
#creators .creator-carousel-shell{position:relative;z-index:2;overflow:visible}
#creatorCarousel.creator-carousel{
  display:grid;
  grid-auto-flow:column;
  grid-auto-columns:calc((100% - 60px)/4);
  gap:20px;
  overflow-x:auto;
  overscroll-behavior-inline:contain;
  scroll-snap-type:inline mandatory;
  scroll-behavior:smooth;
  scrollbar-width:none;
  padding:4px 2px 12px;
}
#creatorCarousel.creator-carousel::-webkit-scrollbar{display:none}
#creatorCarousel .creator-card{
  min-width:0;
  width:auto;
  scroll-snap-align:start;
  border-radius:20px;
  transition:transform .28s ease,box-shadow .28s ease,filter .28s ease;
  box-shadow:0 18px 42px rgba(0,0,0,.34),0 4px 0 rgba(255,255,255,.025);
}
#creatorCarousel .creator-card:hover{
  transform:translateY(-10px) scale(1.02);
  box-shadow:0 30px 64px rgba(0,0,0,.48),0 6px 0 rgba(255,216,77,.04);
  filter:saturate(1.04);
}
#creatorCarousel .creator-portfolio{height:220px;border-radius:20px 20px 0 0}
#creatorCarousel .creator-body{padding:18px}
#creatorCarousel .creator-title h3{font-size:18px}
.creator-carousel-shell .carousel-arrow{
  position:absolute;
  z-index:8;
  top:50%;
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
  transform:translateY(-50%);
  border:1px solid rgba(255,255,255,.22);
  border-radius:50%;
  background:#fff;
  color:#111;
  box-shadow:0 12px 30px rgba(0,0,0,.35);
  font-size:30px;
  line-height:1;
  cursor:pointer;
  transition:transform .2s ease,background .2s ease,box-shadow .2s ease;
}
.creator-carousel-shell .carousel-arrow:hover{background:#ffd84d;box-shadow:0 16px 34px rgba(0,0,0,.42)}
.creator-carousel-shell .carousel-arrow-prev{left:-22px}
.creator-carousel-shell .carousel-arrow-next{right:-22px}
.work-preview video{opacity:1;background:#171717}
.work-preview:not(.has-loaded) video{opacity:1}
@media (max-width:1000px){
  #creators{padding:52px 0 44px}
  #creatorCarousel.creator-carousel{grid-auto-columns:calc((100% - 40px)/3)}
}
@media (max-width:760px){
  #creators{padding:46px 0 40px}
  #creatorCarousel.creator-carousel{grid-auto-columns:calc((100% - 20px)/2)}
  .creator-carousel-shell .carousel-arrow-prev{left:-14px}
  .creator-carousel-shell .carousel-arrow-next{right:-14px}
}
@media (max-width:520px){
  #creators{padding:40px 0 36px}
  #creatorCarousel.creator-carousel{grid-auto-columns:86%;gap:16px}
  .creator-carousel-shell .carousel-arrow{width:40px;height:40px;font-size:26px}
  .creator-carousel-shell .carousel-arrow-prev{left:-8px}
  .creator-carousel-shell .carousel-arrow-next{right:-8px}
}
@media (prefers-reduced-motion:reduce){#creatorCarousel .creator-card{transition:none}#creatorCarousel .creator-card:hover{transform:none}}


/* ---- home-approved-v19.css ---- */
/* UGCHost Homepage V19 — exact approved premium mockup implementation.
   Scope: homepage <main> only. Existing live header/footer are intentionally untouched. */
body.ugc-home-v19{
  --u19-bg:#020b14;
  --u19-bg2:#04111c;
  --u19-panel:#061521;
  --u19-panel2:#081a28;
  --u19-gold:#d99b34;
  --u19-gold-hi:#efbd61;
  --u19-gold-soft:#b9781f;
  --u19-line:rgba(222,157,52,.55);
  --u19-line-soft:rgba(222,157,52,.20);
  --u19-text:#f4eee5;
  --u19-muted:#a8b0b9;
  background:#020b14;
}
body.ugc-home-v19 main{
  margin:0!important;
  padding:0!important;
  background:#020b14!important;
  color:var(--u19-text);
  overflow:hidden;
}
body.ugc-home-v19 main *{box-sizing:border-box}
body.ugc-home-v19 main a{text-decoration:none}

.ugc19-home{
  position:relative;
  overflow:hidden;
  font-family:Inter,Arial,sans-serif;
  background:
    radial-gradient(circle at 83% 6%,rgba(224,157,49,.08),transparent 23%),
    radial-gradient(circle at 8% 66%,rgba(57,95,122,.08),transparent 24%),
    linear-gradient(180deg,#020a12 0%,#03111c 47%,#020a12 100%);
}
.ugc19-home::before{
  content:"";
  position:absolute;inset:0;pointer-events:none;opacity:.22;
  background-image:
    radial-gradient(circle at 9% 15%,rgba(245,196,104,.72) 0 1px,transparent 1.6px),
    radial-gradient(circle at 78% 11%,rgba(245,196,104,.68) 0 1px,transparent 1.6px),
    radial-gradient(circle at 61% 59%,rgba(255,255,255,.26) 0 1px,transparent 1.5px);
  background-size:245px 245px,315px 315px,205px 205px;
}
.ugc19-shell{position:relative;z-index:2;width:min(1420px,calc(100% - 54px));margin:0 auto}
.ugc19-kicker{
  display:block;margin-bottom:14px;color:var(--u19-gold);
  font:800 10px/1 Inter,Arial,sans-serif;letter-spacing:.17em;text-transform:uppercase;
}
.ugc19-section-title{
  margin:0;color:#eee8df;font-family:"Cormorant Garamond",Georgia,serif;
  font-size:clamp(35px,3vw,49px);font-weight:600;line-height:1.02;letter-spacing:-.025em;
}
.ugc19-link{display:inline-flex;align-items:center;gap:8px;color:#e5a43a;font:800 10px/1 Inter,Arial,sans-serif;white-space:nowrap}
.ugc19-link:hover{color:#f8cc78}

/* HERO */
.ugc19-hero{position:relative;padding:57px 0 28px;border-bottom:1px solid rgba(217,155,52,.25)}
.ugc19-hero::after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:1px;background:linear-gradient(90deg,transparent,rgba(217,155,52,.52),transparent)}
.ugc19-hero-grid{
  display:grid;grid-template-columns:minmax(500px,.96fr) minmax(520px,1.04fr);
  gap:46px;align-items:start;min-height:570px;
}
.ugc19-copy{position:relative;z-index:5;padding-top:14px}
.ugc19-copy h1{
  max-width:700px;margin:0;color:#f4eee6;font-family:"Cormorant Garamond",Georgia,serif;
  font-size:clamp(61px,5.2vw,84px);font-weight:600;line-height:.94;letter-spacing:-.047em;
  text-shadow:0 18px 44px rgba(0,0,0,.35);
}
.ugc19-copy h1 em{color:#dc9830;font-style:normal}
.ugc19-copy>p{max-width:640px;margin:21px 0 0;color:#bbc2c9;font:420 15px/1.62 Inter,Arial,sans-serif}
.ugc19-benefits{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin-top:25px;max-width:660px}
.ugc19-benefit{display:grid;grid-template-columns:33px 1fr;gap:10px;align-items:center;min-width:0}
.ugc19-benefit i{
  width:31px;height:31px;display:grid;place-items:center;border:1px solid rgba(225,159,53,.72);
  border-radius:50%;color:#e5a13a;font-style:normal;font-size:15px;box-shadow:0 0 16px rgba(217,155,52,.08);
}
.ugc19-benefit b{display:block;color:#f1ede7;font-size:10px;line-height:1.2}
.ugc19-benefit small{display:block;margin-top:3px;color:#87919c;font-size:8px;line-height:1.2}

.ugc19-visual{position:relative;min-height:510px;padding-top:0}
.ugc19-hero-collage{
  position:absolute;right:-4px;top:0;width:min(100%,590px);height:auto;display:block;
  filter:drop-shadow(0 30px 56px rgba(0,0,0,.42));
}
.ugc19-hero-play{
  position:absolute;z-index:5;right:47%;top:33%;
  transform:translate(50%,-50%);width:62px;height:62px;display:grid;place-items:center;
  border:1px solid rgba(255,226,169,.94);border-radius:50%;background:rgba(7,16,23,.48);
  color:#fff9ec;box-shadow:0 0 0 5px rgba(223,158,53,.13),0 0 29px rgba(221,155,49,.38);
  font-size:21px;backdrop-filter:blur(7px);cursor:pointer;transition:.2s ease;
}
.ugc19-hero-play:hover{transform:translate(50%,-50%) scale(1.08);background:rgba(167,105,20,.76)}
.ugc19-hero-glow{position:absolute;right:5%;top:4%;width:76%;aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,rgba(217,155,52,.08),transparent 62%);filter:blur(4px);pointer-events:none}

/* SEARCH */
.ugc19-search-wrap{margin-top:26px;max-width:755px}
.ugc19-search-title{margin:0 0 9px;color:#d5d8db;font:700 9px/1 Inter,Arial,sans-serif}
body.ugc-home-v19 .ugc19-live-search,
body.ugc-home-v19 .ugc19-live-search.ugc9-master-search,
body.ugc-home-v19 .ugc19-live-search.ugc-has-region{
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:10px!important;align-items:end!important;width:100%!important;max-width:none!important;
  margin:0!important;padding:15px!important;border:1px solid rgba(219,157,53,.55)!important;
  border-radius:14px!important;background:linear-gradient(145deg,rgba(6,18,28,.98),rgba(4,13,22,.995))!important;
  box-shadow:inset 0 1px rgba(255,255,255,.025),0 18px 40px rgba(0,0,0,.28)!important;overflow:visible!important;
}
body.ugc-home-v19 .ugc19-live-search .search-control{
  display:flex!important;min-width:0!important;margin:0!important;padding:8px 10px!important;
  flex-direction:column!important;justify-content:center!important;border:1px solid rgba(219,157,53,.25)!important;
  border-radius:7px!important;background:#06121d!important;box-shadow:none!important;
}
body.ugc-home-v19 .ugc19-live-search .search-control-profession{
  grid-column:1/-1!important;grid-row:1!important;min-height:50px!important;
}
body.ugc-home-v19 .ugc19-live-search .ugc19-filter-control{grid-row:2!important}
body.ugc-home-v19 .ugc19-live-search #searchBtn{
  grid-row:3!important;grid-column:1/2!important;min-height:44px!important;width:100%!important;margin:0!important;padding:0 17px!important;
  border:1px solid #f0c16b!important;border-radius:7px!important;color:#1c1308!important;
  background:linear-gradient(180deg,#f2c36e,#d7952e 66%,#bd751b)!important;
  box-shadow:inset 0 1px rgba(255,249,226,.68),0 10px 22px rgba(173,106,17,.20)!important;
  font:850 10px/1 Inter,Arial,sans-serif!important;white-space:nowrap!important;
}
body.ugc-home-v19 .ugc19-live-search #regionControl{
  grid-row:3!important;grid-column:3/5!important;min-height:44px!important;
}
body.ugc-home-v19 .ugc19-live-search #regionControl[hidden]{display:none!important}
body.ugc-home-v19 .ugc19-live-search .search-control>span,
body.ugc-home-v19 .ugc19-live-search label>span{
  margin:0 0 4px!important;color:#d6d8dc!important;font:700 8px/1 Inter,Arial,sans-serif!important;
  letter-spacing:0!important;text-transform:none!important;
}
body.ugc-home-v19 .ugc19-live-search input,
body.ugc-home-v19 .ugc19-live-search select{
  width:100%!important;height:25px!important;min-height:25px!important;margin:0!important;padding:0!important;
  border:0!important;outline:0!important;background:transparent!important;color:#efebe6!important;box-shadow:none!important;
  font:600 9px/1.2 Inter,Arial,sans-serif!important;
}
body.ugc-home-v19 .ugc19-live-search select option{color:#151515;background:#fff}
body.ugc-home-v19 .ugc19-live-search input::placeholder{color:#7e8994!important;opacity:1}
body.ugc-home-v19 .ugc-search-suggestions{
  top:calc(100% + 6px)!important;border:1px solid rgba(219,157,53,.42)!important;border-radius:10px!important;
  background:#071522!important;box-shadow:0 20px 45px rgba(0,0,0,.44)!important;
}
body.ugc-home-v19 .ugc-search-option{color:#e9e5df!important;background:#071522!important}
body.ugc-home-v19 .ugc-search-option:hover,body.ugc-home-v19 .ugc-search-option.is-active{background:#102333!important}
body.ugc-home-v19 .ugc-search-option small{color:#929dac!important}
body.ugc-home-v19 .ugc-search-option em{color:#dda146!important}
.ugc19-popular{display:flex;gap:7px;align-items:center;flex-wrap:wrap;margin-top:9px;color:#9da5ad;font:600 8px/1 Inter,Arial,sans-serif}
.ugc19-popular a{padding:5px 9px;border:1px solid rgba(217,155,52,.29);border-radius:999px;color:#adb4ba;background:rgba(5,16,24,.70);font-weight:700}
.ugc19-popular a:hover{color:#f4c66d;border-color:rgba(217,155,52,.58)}

/* FEATURED */
.ugc19-featured{padding:28px 0 20px}
.ugc19-heading-row{display:flex;justify-content:space-between;align-items:flex-end;gap:22px;margin-bottom:17px}
.ugc19-creator-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}
.ugc19-creator-card{
  display:block;overflow:hidden;border:1px solid rgba(218,155,52,.46);border-radius:8px;background:#061522;color:#fff;
  box-shadow:0 14px 30px rgba(0,0,0,.20);transition:.2s ease;
}
.ugc19-creator-card:hover{transform:translateY(-3px);border-color:#dfa13f;box-shadow:0 19px 38px rgba(0,0,0,.28),0 0 21px rgba(217,155,52,.09)}
.ugc19-creator-photo{position:relative;height:176px;overflow:hidden;background:#172027}
.ugc19-creator-photo img{width:100%;height:100%;object-fit:cover;display:block;image-rendering:auto}
.ugc19-creator-info{padding:10px 10px 9px;min-height:79px;background:linear-gradient(180deg,#071522,#06111c)}
.ugc19-creator-info strong{display:flex;justify-content:space-between;gap:7px;color:#ece8e2;font:750 10px/1.2 Inter,Arial,sans-serif}
.ugc19-creator-info strong b{color:#efb44e;font-size:9px;white-space:nowrap}
.ugc19-creator-info span{display:block;margin-top:5px;color:#b7bdc3;font-size:8px}
.ugc19-creator-info small{display:block;margin-top:5px;color:#8e98a2;font-size:8px}

/* CATEGORIES */
.ugc19-categories{padding:9px 0 21px}
.ugc19-category-layout{display:grid;grid-template-columns:260px 1fr;gap:27px;align-items:end}
.ugc19-category-copy p{max-width:235px;margin:10px 0 0;color:#a7afb7;font:450 10px/1.55 Inter,Arial,sans-serif}
.ugc19-category-grid{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:10px}
.ugc19-category-card{
  min-height:116px;padding:13px 7px 10px;display:flex;flex-direction:column;align-items:center;justify-content:center;
  border:1px solid rgba(218,155,52,.50);border-radius:9px;color:#d8d4cf;background:linear-gradient(180deg,rgba(8,22,32,.92),rgba(5,16,24,.94));
  transition:.2s ease;
}
.ugc19-category-card:hover{transform:translateY(-3px);border-color:#e9ad4f;background:#0a1b27;box-shadow:0 15px 29px rgba(0,0,0,.25),0 0 22px rgba(217,155,52,.08)}
.ugc19-category-card svg{width:36px;height:36px;margin-bottom:9px;fill:none;stroke:#e6a43c;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 5px rgba(217,155,52,.12))}
.ugc19-category-card strong{display:block;text-align:center;color:#d8d4cf;font:600 8.5px/1.28 Inter,Arial,sans-serif}

/* BRANDS + STATS */
.ugc19-proof{padding:7px 0 28px}
.ugc19-brand-row{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:8px 2px 17px;color:#c7c3bd}
.ugc19-brand-row b{font:600 clamp(16px,1.45vw,22px)/1 Inter,Arial,sans-serif;letter-spacing:.17em;white-space:nowrap;opacity:.83}
.ugc19-brand-row b:nth-child(2){font-family:Georgia,serif;letter-spacing:0;font-weight:400}
.ugc19-brand-row b:nth-child(3){letter-spacing:0;font-weight:600}
.ugc19-stats{
  display:grid;grid-template-columns:repeat(4,1fr);border:1px solid rgba(218,155,52,.57);border-radius:10px;
  background:linear-gradient(180deg,rgba(8,22,32,.94),rgba(5,16,24,.97));box-shadow:inset 0 1px rgba(255,255,255,.02),0 16px 34px rgba(0,0,0,.21);
}
.ugc19-stat{display:flex;align-items:center;justify-content:center;gap:14px;min-height:88px;padding:15px 17px;border-right:1px solid rgba(218,155,52,.21)}
.ugc19-stat:last-child{border-right:0}
.ugc19-stat svg{width:37px;height:37px;fill:none;stroke:#e6a33b;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}
.ugc19-stat strong{display:block;color:#eab04a;font-family:"Cormorant Garamond",Georgia,serif;font-size:31px;font-weight:700;line-height:.9}
.ugc19-stat span{display:block;margin-top:4px;color:#aeb5bb;font-size:8px}

/* TESTIMONIALS */
.ugc19-testimonials{position:relative;padding:12px 0 31px}
.ugc19-testimonials::after{
  content:"";position:absolute;left:0;right:0;bottom:-1px;height:115px;pointer-events:none;opacity:.63;
  background:
    radial-gradient(ellipse at 9% 100%,rgba(221,154,46,.36),transparent 18%),
    radial-gradient(ellipse at 91% 100%,rgba(221,154,46,.34),transparent 18%);
}
.ugc19-review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
.ugc19-review{
  position:relative;min-height:148px;padding:18px 19px 16px;border:1px solid rgba(218,155,52,.50);
  border-radius:9px;background:linear-gradient(180deg,rgba(8,22,32,.93),rgba(5,16,24,.96));color:#c4c9cd;
}
.ugc19-review::before{content:"“";position:absolute;left:15px;top:6px;color:#e8a841;font-family:Georgia,serif;font-size:34px;line-height:1}
.ugc19-review q{display:block;padding-left:23px;color:#c7ccd0;font:450 9px/1.6 Inter,Arial,sans-serif;quotes:none}
.ugc19-review-person{display:flex;align-items:center;gap:9px;margin-top:16px}
.ugc19-review-person img{width:31px;height:31px;border-radius:50%;object-fit:cover;border:1px solid rgba(218,155,52,.34)}
.ugc19-review-person strong{display:block;color:#eee9e3;font-size:8.5px}
.ugc19-review-person span span{display:block;margin-top:3px;color:#929aa2;font-size:7.5px}
.ugc19-dots{display:flex;justify-content:center;gap:10px;margin-top:19px;position:relative;z-index:3}
.ugc19-dots i{width:8px;height:8px;border:1px solid #70787f;border-radius:50%;background:transparent}
.ugc19-dots i:first-child{border-color:#efb34c;background:#efb34c;box-shadow:0 0 9px rgba(239,179,76,.32)}

/* HOW IT WORKS */
.ugc19-how{position:relative;padding:7px 0 26px;border-bottom:1px solid rgba(218,155,52,.23)}
.ugc19-steps{display:grid;grid-template-columns:repeat(4,1fr);position:relative;margin-top:9px}
.ugc19-steps::before{content:"";position:absolute;left:12.5%;right:12.5%;top:45px;height:1px;background:linear-gradient(90deg,#a56d1c,#e3a640,#a56d1c)}
.ugc19-step{position:relative;text-align:center;padding:0 24px;z-index:1}
.ugc19-step-no{position:absolute;left:calc(50% - 51px);top:7px;width:27px;height:27px;display:grid;place-items:center;border-radius:50%;background:#b87921;color:#fff5e2;font:800 12px/1 Inter,Arial,sans-serif;box-shadow:0 0 13px rgba(217,155,52,.21)}
.ugc19-step-icon{width:75px;height:75px;margin:0 auto 12px;display:grid;place-items:center;border:1px solid #ce8f2a;border-radius:50%;color:#e9ab45;background:#061521;box-shadow:0 0 0 4px rgba(217,155,52,.08),0 0 23px rgba(217,155,52,.16)}
.ugc19-step-icon svg{width:34px;height:34px;fill:none;stroke:#e9ab45;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.ugc19-step h3{margin:0;color:#ece7df;font:700 10px/1.25 Inter,Arial,sans-serif}
.ugc19-step p{max-width:205px;margin:7px auto 0;color:#9ca5ad;font:450 8px/1.45 Inter,Arial,sans-serif}
.ugc19-footer-bridge{height:12px;background:linear-gradient(180deg,#03101a,#020a12)}

/* accessibility */
.ugc19-sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}

/* RESPONSIVE */
@media(max-width:1250px){
  .ugc19-shell{width:min(100% - 36px,1420px)}
  .ugc19-hero-grid{grid-template-columns:minmax(470px,.94fr) minmax(470px,1.06fr);gap:28px}
  .ugc19-copy h1{font-size:clamp(56px,5.2vw,76px)}
  .ugc19-creator-photo{height:150px}
  .ugc19-category-layout{grid-template-columns:220px 1fr;gap:20px}
}
@media(max-width:1020px){
  .ugc19-hero{padding-top:42px}
  .ugc19-hero-grid{grid-template-columns:1fr;min-height:0;gap:24px}
  .ugc19-copy{max-width:760px;margin:0 auto;text-align:center}
  .ugc19-copy>p,.ugc19-benefits,.ugc19-search-wrap{margin-left:auto;margin-right:auto}
  .ugc19-benefits{text-align:left}
  .ugc19-visual{min-height:520px;max-width:650px;width:100%;margin:0 auto}
  .ugc19-hero-collage{position:relative;right:auto;top:auto;width:100%;max-width:570px;margin:0 auto}
  .ugc19-hero-play{right:55%;top:32%}
  .ugc19-creator-grid{grid-template-columns:repeat(3,1fr)}
  .ugc19-creator-photo{height:190px}
  .ugc19-category-layout{grid-template-columns:1fr}
  .ugc19-category-copy{text-align:center}
  .ugc19-category-copy p{margin-left:auto;margin-right:auto}
  .ugc19-category-grid{grid-template-columns:repeat(4,1fr)}
}
@media(max-width:720px){
  .ugc19-shell{width:min(100% - 24px,700px)}
  .ugc19-copy h1{font-size:48px}
  .ugc19-copy>p{font-size:13px}
  .ugc19-benefits{grid-template-columns:1fr;max-width:330px}
  body.ugc-home-v19 .ugc19-live-search,
  body.ugc-home-v19 .ugc19-live-search.ugc9-master-search,
  body.ugc-home-v19 .ugc19-live-search.ugc-has-region{grid-template-columns:1fr 1fr!important}
  body.ugc-home-v19 .ugc19-live-search .search-control-profession{grid-column:1/-1!important}
  body.ugc-home-v19 .ugc19-live-search .ugc19-filter-control{grid-row:auto!important}
  body.ugc-home-v19 .ugc19-live-search #searchBtn{grid-row:auto!important;grid-column:1/-1!important}
  body.ugc-home-v19 .ugc19-live-search #regionControl{grid-row:auto!important;grid-column:1/-1!important}
  .ugc19-creator-grid{grid-template-columns:repeat(2,1fr)}
  .ugc19-creator-photo{height:180px}
  .ugc19-category-grid{grid-template-columns:repeat(2,1fr)}
  .ugc19-brand-row{flex-wrap:wrap;justify-content:center}
  .ugc19-stats{grid-template-columns:repeat(2,1fr)}
  .ugc19-stat:nth-child(2){border-right:0}
  .ugc19-stat:nth-child(-n+2){border-bottom:1px solid rgba(218,155,52,.21)}
  .ugc19-review-grid{grid-template-columns:1fr}
  .ugc19-steps{grid-template-columns:1fr 1fr;gap:28px 0}
  .ugc19-steps::before{display:none}
}
@media(max-width:460px){
  .ugc19-copy h1{font-size:42px}
  .ugc19-visual{min-height:420px}
  .ugc19-hero-play{width:52px;height:52px;right:54%;top:31%}
  body.ugc-home-v19 .ugc19-live-search,
  body.ugc-home-v19 .ugc19-live-search.ugc9-master-search,
  body.ugc-home-v19 .ugc19-live-search.ugc-has-region{grid-template-columns:1fr!important}
  .ugc19-creator-grid{grid-template-columns:1fr 1fr}
  .ugc19-creator-photo{height:145px}
  .ugc19-category-grid{grid-template-columns:1fr 1fr}
  .ugc19-stat{padding:13px 9px}
  .ugc19-stat strong{font-size:25px}
  .ugc19-steps{grid-template-columns:1fr}
}


/* ---- home-featured-premium-v20.css ---- */
/* UGCHost Homepage V20 — Featured Creators premium card correction.
   Scope: Featured Creators inside <main> only. Header/footer are intentionally untouched. */

body.ugc-home-v19 .ugc19-featured{
  position:relative;
  padding:38px 0 32px;
  border-top:1px solid rgba(223,160,55,.14);
  border-bottom:1px solid rgba(223,160,55,.16);
  background:
    radial-gradient(ellipse 48% 80% at 10% 12%,rgba(224,157,49,.055),transparent 72%),
    radial-gradient(ellipse 42% 76% at 88% 82%,rgba(224,157,49,.035),transparent 74%),
    linear-gradient(180deg,rgba(3,12,21,.985),rgba(3,14,23,.995));
}
body.ugc-home-v19 .ugc19-featured::before{
  content:"";
  position:absolute;
  left:0;right:0;top:0;height:1px;
  background:linear-gradient(90deg,transparent,rgba(238,178,79,.38),transparent);
  box-shadow:0 0 18px rgba(222,157,52,.14);
  pointer-events:none;
}
body.ugc-home-v19 .ugc19-featured::after{
  content:"";
  position:absolute;
  right:-8%;top:12%;width:36%;height:75%;
  border:1px solid rgba(224,157,49,.10);
  border-radius:50%;
  transform:rotate(-12deg);
  filter:drop-shadow(0 0 14px rgba(222,157,52,.08));
  pointer-events:none;
}
body.ugc-home-v19 .ugc19-featured .ugc19-shell{position:relative;z-index:2}
body.ugc-home-v19 .ugc19-featured .ugc19-heading-row{margin-bottom:22px}
body.ugc-home-v19 .ugc19-featured .ugc19-section-title{
  text-shadow:0 14px 34px rgba(0,0,0,.42);
}

body.ugc-home-v19 .ugc19-creator-grid{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:14px;
  align-items:stretch;
}

body.ugc-home-v19 .ugc19-creator-card{
  position:relative;
  isolation:isolate;
  display:flex;
  flex-direction:column;
  min-width:0;
  min-height:304px;
  overflow:hidden;
  border:1px solid rgba(235,173,68,.72);
  border-radius:11px;
  background:linear-gradient(180deg,#071724 0%,#04101a 100%);
  color:#fff;
  box-shadow:
    inset 0 0 0 1px rgba(255,226,164,.035),
    0 18px 42px rgba(0,0,0,.32),
    0 0 18px rgba(217,155,52,.055);
  transform:translateZ(0);
  transition:transform .26s ease,border-color .26s ease,box-shadow .26s ease;
}
body.ugc-home-v19 .ugc19-creator-card::before{
  content:"";
  position:absolute;
  z-index:5;
  inset:3px;
  border:1px solid rgba(255,209,124,.12);
  border-radius:8px;
  pointer-events:none;
}
body.ugc-home-v19 .ugc19-creator-card::after{
  content:"";
  position:absolute;
  z-index:6;
  left:8%;right:8%;top:-1px;height:1px;
  background:linear-gradient(90deg,transparent,#f3bd5f,transparent);
  box-shadow:0 0 12px rgba(244,188,94,.46);
  opacity:.68;
  pointer-events:none;
}
body.ugc-home-v19 .ugc19-creator-card:hover,
body.ugc-home-v19 .ugc19-creator-card:focus-visible{
  transform:translateY(-6px);
  border-color:#f0b652;
  box-shadow:
    inset 0 0 0 1px rgba(255,231,176,.05),
    0 24px 52px rgba(0,0,0,.42),
    0 0 28px rgba(218,155,52,.16);
  outline:none;
}

body.ugc-home-v19 .ugc19-creator-photo{
  position:relative;
  height:214px;
  flex:0 0 auto;
  overflow:hidden;
  background:#101820;
  border-bottom:1px solid rgba(229,164,56,.42);
}
body.ugc-home-v19 .ugc19-creator-photo::before{
  content:"Verified";
  position:absolute;
  z-index:4;
  left:10px;top:10px;
  padding:5px 8px;
  border:1px solid rgba(241,183,82,.65);
  border-radius:999px;
  color:#f6ce84;
  background:rgba(4,13,21,.72);
  box-shadow:0 8px 20px rgba(0,0,0,.25),0 0 12px rgba(219,157,53,.10);
  backdrop-filter:blur(7px);
  font:800 7px/1 Inter,Arial,sans-serif;
  letter-spacing:.08em;
  text-transform:uppercase;
}
body.ugc-home-v19 .ugc19-creator-photo::after{
  content:"";
  position:absolute;
  z-index:3;
  inset:0;
  background:
    linear-gradient(180deg,rgba(2,8,13,.02) 35%,rgba(2,9,15,.24) 67%,rgba(2,9,15,.82) 100%),
    radial-gradient(circle at 70% 15%,rgba(242,181,77,.08),transparent 35%);
  pointer-events:none;
}
body.ugc-home-v19 .ugc19-creator-photo img{
  position:relative;
  z-index:1;
  width:100%;height:100%;
  display:block;
  object-fit:cover;
  object-position:center 22%;
  transform:scale(1.012);
  filter:saturate(.96) contrast(1.025);
  transition:transform .42s ease,filter .42s ease;
}
body.ugc-home-v19 .ugc19-creator-card:hover .ugc19-creator-photo img{
  transform:scale(1.055);
  filter:saturate(1.02) contrast(1.04);
}

body.ugc-home-v19 .ugc19-creator-info{
  position:relative;
  z-index:4;
  flex:1 1 auto;
  min-height:90px;
  padding:12px 12px 11px;
  background:
    radial-gradient(circle at 100% 0,rgba(224,158,50,.05),transparent 38%),
    linear-gradient(180deg,#071622 0%,#04101a 100%);
}
body.ugc-home-v19 .ugc19-creator-info::before{
  content:"";
  position:absolute;
  left:12px;right:12px;top:0;height:1px;
  background:linear-gradient(90deg,transparent,rgba(239,180,79,.42),transparent);
  pointer-events:none;
}
body.ugc-home-v19 .ugc19-creator-info strong{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  color:#f3eee7;
  font-family:"Cormorant Garamond",Georgia,serif;
  font-size:15px;
  font-weight:700;
  line-height:1.1;
  letter-spacing:-.01em;
}
body.ugc-home-v19 .ugc19-creator-info strong b{
  flex:0 0 auto;
  padding:4px 6px;
  border:1px solid rgba(230,165,58,.22);
  border-radius:999px;
  color:#efb44e;
  background:rgba(217,155,52,.055);
  font-family:Inter,Arial,sans-serif;
  font-size:8px;
  font-weight:800;
  line-height:1;
  white-space:nowrap;
}
body.ugc-home-v19 .ugc19-creator-info span{
  display:block;
  margin-top:7px;
  color:#c4c7c9;
  font:600 9px/1.25 Inter,Arial,sans-serif;
}
body.ugc-home-v19 .ugc19-creator-info small{
  display:flex;
  align-items:center;
  gap:5px;
  margin-top:7px;
  color:#969fa7;
  font:550 8px/1.2 Inter,Arial,sans-serif;
}
body.ugc-home-v19 .ugc19-creator-info small::before{
  content:"⌖";
  color:#e3a13b;
  font-size:10px;
  line-height:1;
}

@media(max-width:1250px){
  body.ugc-home-v19 .ugc19-creator-photo{height:194px}
  body.ugc-home-v19 .ugc19-creator-card{min-height:284px}
}
@media(max-width:1020px){
  body.ugc-home-v19 .ugc19-creator-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
  body.ugc-home-v19 .ugc19-creator-photo{height:235px}
}
@media(max-width:720px){
  body.ugc-home-v19 .ugc19-featured{padding:30px 0 27px}
  body.ugc-home-v19 .ugc19-featured .ugc19-heading-row{align-items:flex-start}
  body.ugc-home-v19 .ugc19-creator-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
  body.ugc-home-v19 .ugc19-creator-photo{height:210px}
}
@media(max-width:460px){
  body.ugc-home-v19 .ugc19-creator-grid{grid-template-columns:1fr 1fr;gap:10px}
  body.ugc-home-v19 .ugc19-creator-card{min-height:252px;border-radius:9px}
  body.ugc-home-v19 .ugc19-creator-photo{height:162px}
  body.ugc-home-v19 .ugc19-creator-info{padding:10px 9px 9px;min-height:84px}
  body.ugc-home-v19 .ugc19-creator-info strong{font-size:13px}
}


/* ---- home-categories-premium-v21.css ---- */
/* UGCHost Homepage V21 — Browse Categories premium correction.
   Scope: Browse Categories inside <main> only. Header/footer remain untouched. */

body.ugc-home-v19 .ugc19-categories{
  position:relative;
  padding:31px 0 32px;
  border-bottom:1px solid rgba(223,160,55,.15);
  background:
    radial-gradient(ellipse 52% 90% at 0% 48%,rgba(219,155,52,.045),transparent 70%),
    radial-gradient(ellipse 46% 88% at 100% 42%,rgba(219,155,52,.035),transparent 72%),
    linear-gradient(180deg,#03101a 0%,#020c15 100%);
}
body.ugc-home-v19 .ugc19-categories::before{
  content:"";
  position:absolute;
  left:4%;right:4%;top:0;height:1px;
  background:linear-gradient(90deg,transparent,rgba(239,180,78,.30),transparent);
  box-shadow:0 0 16px rgba(221,157,52,.10);
  pointer-events:none;
}
body.ugc-home-v19 .ugc19-categories::after{
  content:"";
  position:absolute;
  left:-10%;bottom:-54%;width:42%;height:120%;
  border:1px solid rgba(229,165,60,.085);
  border-radius:50%;
  transform:rotate(18deg);
  box-shadow:0 0 30px rgba(219,155,52,.04);
  pointer-events:none;
}

body.ugc-home-v19 .ugc19-category-layout{
  display:grid;
  grid-template-columns:320px 1fr;
  gap:28px;
  align-items:end;
}
body.ugc-home-v19 .ugc19-category-copy{
  position:relative;
  padding:4px 4px 5px 0;
}
body.ugc-home-v19 .ugc19-category-copy::after{
  content:"";
  position:absolute;
  right:-15px;top:10%;bottom:7%;width:1px;
  background:linear-gradient(180deg,transparent,rgba(222,158,54,.32),transparent);
}
body.ugc-home-v19 .ugc19-category-copy .ugc19-section-title{
  width:max-content;
  max-width:100%;
  white-space:nowrap;
  font-size:clamp(38px,2.8vw,47px);
  text-shadow:0 14px 34px rgba(0,0,0,.42);
}
body.ugc-home-v19 .ugc19-category-copy p{
  max-width:285px;
  margin:12px 0 0;
  color:#aeb5bb;
  font:450 10px/1.55 Inter,Arial,sans-serif;
}
body.ugc-home-v19 .ugc19-category-copy .ugc19-link{
  margin-top:14px!important;
  padding-bottom:3px;
  border-bottom:1px solid rgba(226,162,55,.34);
}

body.ugc-home-v19 .ugc19-category-grid{
  display:grid;
  grid-template-columns:repeat(8,minmax(0,1fr));
  gap:11px;
}
body.ugc-home-v19 .ugc19-category-card{
  position:relative;
  isolation:isolate;
  min-height:128px;
  padding:15px 8px 12px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  border:1px solid rgba(232,170,66,.64);
  border-radius:10px;
  color:#dcd7d0;
  background:
    radial-gradient(circle at 50% 0%,rgba(224,158,49,.055),transparent 42%),
    linear-gradient(180deg,#071722 0%,#04101a 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255,226,172,.025),
    0 14px 28px rgba(0,0,0,.22),
    0 0 14px rgba(219,155,52,.04);
  transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease,background .24s ease;
}
body.ugc-home-v19 .ugc19-category-card::before{
  content:"";
  position:absolute;
  z-index:1;
  inset:3px;
  border:1px solid rgba(255,213,134,.10);
  border-radius:7px;
  pointer-events:none;
}
body.ugc-home-v19 .ugc19-category-card::after{
  content:"";
  position:absolute;
  z-index:1;
  left:18%;right:18%;top:-1px;height:1px;
  background:linear-gradient(90deg,transparent,#f0b454,transparent);
  box-shadow:0 0 10px rgba(240,180,84,.40);
  opacity:.60;
  pointer-events:none;
}
body.ugc-home-v19 .ugc19-category-card:hover,
body.ugc-home-v19 .ugc19-category-card:focus-visible{
  transform:translateY(-5px);
  border-color:#efb14a;
  background:
    radial-gradient(circle at 50% 0%,rgba(224,158,49,.095),transparent 46%),
    linear-gradient(180deg,#091b28 0%,#05121d 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255,226,172,.04),
    0 22px 38px rgba(0,0,0,.32),
    0 0 22px rgba(219,155,52,.13);
  outline:none;
}
body.ugc-home-v19 .ugc19-category-card svg{
  position:relative;
  z-index:2;
  width:39px;height:39px;
  margin-bottom:11px;
  fill:none;
  stroke:#e7a33c;
  stroke-width:1.55;
  stroke-linecap:round;
  stroke-linejoin:round;
  filter:drop-shadow(0 0 6px rgba(224,158,49,.20));
  transition:transform .24s ease,filter .24s ease,stroke .24s ease;
}
body.ugc-home-v19 .ugc19-category-card:hover svg{
  transform:translateY(-2px) scale(1.06);
  stroke:#f2bd60;
  filter:drop-shadow(0 0 9px rgba(233,170,63,.30));
}
body.ugc-home-v19 .ugc19-category-card strong{
  position:relative;
  z-index:2;
  display:block;
  max-width:105px;
  text-align:center;
  color:#ddd8d1;
  font:650 9px/1.32 Inter,Arial,sans-serif;
  letter-spacing:.005em;
}

@media(max-width:1250px){
  body.ugc-home-v19 .ugc19-category-layout{grid-template-columns:290px 1fr;gap:24px}
  body.ugc-home-v19 .ugc19-category-copy .ugc19-section-title{font-size:40px}
  body.ugc-home-v19 .ugc19-category-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
  body.ugc-home-v19 .ugc19-category-card{min-height:118px}
}
@media(max-width:1020px){
  body.ugc-home-v19 .ugc19-category-layout{grid-template-columns:1fr;gap:22px}
  body.ugc-home-v19 .ugc19-category-copy{text-align:center;padding-right:0}
  body.ugc-home-v19 .ugc19-category-copy::after{display:none}
  body.ugc-home-v19 .ugc19-category-copy .ugc19-section-title,
  body.ugc-home-v19 .ugc19-category-copy p{margin-left:auto;margin-right:auto}
  body.ugc-home-v19 .ugc19-category-copy .ugc19-section-title{font-size:42px}
  body.ugc-home-v19 .ugc19-category-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
}
@media(max-width:720px){
  body.ugc-home-v19 .ugc19-categories{padding:27px 0 28px}
  body.ugc-home-v19 .ugc19-category-copy .ugc19-section-title{font-size:38px}
  body.ugc-home-v19 .ugc19-category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}
  body.ugc-home-v19 .ugc19-category-card{min-height:116px}
}
@media(max-width:460px){
  body.ugc-home-v19 .ugc19-category-copy .ugc19-section-title{font-size:32px}
  body.ugc-home-v19 .ugc19-category-grid{grid-template-columns:1fr 1fr;gap:9px}
  body.ugc-home-v19 .ugc19-category-card{min-height:108px;padding:12px 6px 10px}
  body.ugc-home-v19 .ugc19-category-card svg{width:34px;height:34px;margin-bottom:9px}
  body.ugc-home-v19 .ugc19-category-card strong{font-size:8px}
}


/* ---- home-hero-real-v25.css ---- */
/* UGCHost Homepage V26 — sharp-media premium hero.
   Replaces stretched thumbnail portraits with UHD creator media and crisp,
   non-blurred gold framing. Scope: homepage hero <main> only. */

body.ugc-home-v19 .ugc19-hero{
  position:relative;
  overflow:hidden;
  padding:58px 0 34px;
  border-bottom:1px solid rgba(221,161,63,.48);
  background:
    radial-gradient(ellipse 54% 80% at 79% 38%,rgba(219,151,40,.075),transparent 68%),
    radial-gradient(ellipse 38% 58% at 7% 8%,rgba(31,65,88,.16),transparent 72%),
    linear-gradient(118deg,#01070d 0%,#020b13 38%,#03101a 72%,#01070c 100%);
}
body.ugc-home-v19 .ugc19-copy{position:relative;z-index:8}
body.ugc-home-v19 .ugc19-visual{
  position:relative;
  z-index:5;
  min-height:556px;
  padding:0;
  overflow:visible;
  isolation:isolate;
}
body.ugc-home-v19 .ugc19-visual.ugc26-sharp-cards .ugc19-hero-collage,
body.ugc-home-v19 .ugc19-visual.ugc26-sharp-cards .ugc19-hero-play,
body.ugc-home-v19 .ugc19-visual.ugc26-sharp-cards .ugc25-card,
body.ugc-home-v19 .ugc19-visual.ugc26-sharp-cards .ugc25-thread-field,
body.ugc-home-v19 .ugc19-visual.ugc26-sharp-cards .ugc25-vetted-badge{display:none!important}

.ugc26-thread-field{
  position:absolute;
  z-index:0;
  inset:-5% -7% -9% -12%;
  pointer-events:none;
  overflow:visible;
}
.ugc26-thread{
  position:absolute;
  display:block;
  border:1px solid rgba(201,137,40,.44);
  border-radius:50%;
  transform-origin:center;
  animation:ugc26ThreadDrift 18s ease-in-out infinite alternate;
}
.ugc26-thread-a{left:4%;top:8%;width:89%;height:58%;transform:rotate(-10deg)}
.ugc26-thread-b{left:10%;top:23%;width:84%;height:59%;transform:rotate(16deg);animation-duration:22s}
.ugc26-thread-c{left:2%;top:35%;width:91%;height:43%;transform:rotate(-25deg);animation-duration:20s}
.ugc26-thread-d{left:20%;top:3%;width:63%;height:87%;transform:rotate(30deg);opacity:.7;animation-duration:26s}
@keyframes ugc26ThreadDrift{from{translate:0 0}to{translate:4px -3px}}

.ugc26-card{
  position:absolute;
  z-index:3;
  display:flex;
  flex-direction:column;
  overflow:hidden;
  border:2px solid #d99d3c;
  border-radius:14px;
  color:#f5efe6;
  background:#06111a;
  box-shadow:
    0 0 0 1px #6e470f,
    0 0 0 3px rgba(255,215,136,.24),
    inset 0 0 0 1px rgba(255,239,206,.82),
    0 23px 46px rgba(0,0,0,.54);
  transform-origin:center;
  transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease;
  text-decoration:none!important;
  backface-visibility:hidden;
}
.ugc26-card::before{
  content:"";
  position:absolute;
  z-index:9;
  inset:6px;
  border:1px solid rgba(255,218,145,.72);
  border-radius:9px;
  pointer-events:none;
}
.ugc26-card::after{
  content:"";
  position:absolute;
  z-index:10;
  left:11%;right:11%;top:4px;height:1px;
  background:linear-gradient(90deg,transparent,#fff0bf 38%,#eab457 62%,transparent);
  pointer-events:none;
}
.ugc26-card:hover,.ugc26-card:focus-visible{
  z-index:14;
  border-color:#efbd64;
  box-shadow:
    0 0 0 1px #7b5115,
    0 0 0 3px rgba(255,226,166,.38),
    inset 0 0 0 1px rgba(255,244,220,.9),
    0 29px 54px rgba(0,0,0,.60);
  outline:none;
}
.ugc26-card-main{left:4%;top:8%;width:51%;height:384px;transform:rotate(-2.2deg);z-index:8}
.ugc26-card-main:hover{transform:rotate(-1.3deg) translateY(-5px)}
.ugc26-card-top{right:3%;top:2%;width:34%;height:278px;transform:rotate(2.4deg);z-index:4}
.ugc26-card-top:hover{transform:rotate(1.4deg) translateY(-5px)}
.ugc26-card-bottom-left{left:19%;bottom:1%;width:34%;height:246px;transform:rotate(-1.4deg);z-index:6}
.ugc26-card-bottom-left:hover{transform:rotate(-.7deg) translateY(-5px)}
.ugc26-card-bottom-right{right:2%;bottom:1%;width:35%;height:278px;transform:rotate(2.8deg);z-index:7}
.ugc26-card-bottom-right:hover{transform:rotate(1.7deg) translateY(-5px)}

.ugc26-card-media{
  position:relative;
  flex:1 1 auto;
  min-height:0;
  overflow:hidden;
  background:linear-gradient(135deg,#15222a,#061019 64%,#0d151a);
}
.ugc26-card video{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center center;
  filter:none!important;
  transform:none!important;
  opacity:1;
}
.ugc26-card-main video{object-position:center 34%}
.ugc26-card-top video{object-position:center 28%}
.ugc26-card-bottom-left video{object-position:center 30%}
.ugc26-card-bottom-right video{object-position:center 30%}
.ugc26-media-fallback::before{
  content:"High-resolution creator preview";
  position:absolute;inset:0;display:grid;place-items:center;
  padding:20px;text-align:center;color:#e7c27a;font:700 10px/1.4 Inter,Arial,sans-serif;
  background:linear-gradient(135deg,#13212a,#06111a 60%,#111820);
}

.ugc26-ribbon{
  position:absolute;
  z-index:12;
  left:15px;top:15px;
  padding:6px 10px;
  border:1px solid #dca443;
  border-radius:7px;
  color:#f6cf83;
  background:#08131b;
  font:800 8px/1 Inter,Arial,sans-serif;
}
.ugc26-bookmark{
  position:absolute;
  z-index:12;
  right:15px;top:14px;
  color:#f2bd5e;
  font-size:18px;
  text-shadow:0 1px 0 #2a1703;
}
.ugc26-card-info{
  position:relative;
  z-index:5;
  flex:0 0 auto;
  min-height:86px;
  padding:13px 15px 12px;
  border-top:1px solid #9b6723;
  background:linear-gradient(180deg,#071620,#030d15);
}
.ugc26-card-main .ugc26-card-info{min-height:102px;padding:15px 17px 14px}
.ugc26-card-title{display:flex;align-items:center;justify-content:space-between;gap:10px}
.ugc26-card-title strong{
  min-width:0;color:#f4eee6;font-family:"Cormorant Garamond",Georgia,serif;
  font-size:18px;font-weight:700;line-height:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}
.ugc26-card-main .ugc26-card-title strong{font-size:22px}
.ugc26-verified{color:#efb14a;font-family:Inter,Arial,sans-serif;font-size:10px;vertical-align:middle}
.ugc26-rating{flex:0 0 auto;color:#f1b64f;font:800 10px/1 Inter,Arial,sans-serif;white-space:nowrap}
.ugc26-card-info>span{display:block;margin-top:8px;color:#c7ccd0;font:600 9px/1.2 Inter,Arial,sans-serif}
.ugc26-card-info>small{display:block;margin-top:7px;color:#939da5;font:550 8px/1.2 Inter,Arial,sans-serif}
.ugc26-card-main .ugc26-card-info>span{font-size:10px}
.ugc26-card-main .ugc26-card-info>small{font-size:9px}

.ugc26-vetted-wrap{
  position:absolute;
  z-index:16;
  right:28.5%;top:44%;
  width:116px;height:116px;
  transform:translate(50%,-50%);
  display:grid;place-items:center;
  pointer-events:none;
}
.ugc26-vetted-badge{
  position:relative;
  z-index:4;
  width:96px;height:96px;
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  border:2px solid #e6ad4b;
  border-radius:50%;
  text-align:center;
  background:linear-gradient(180deg,#4a2f10,#1d1409);
  box-shadow:
    0 0 0 2px #6e470f,
    0 0 0 5px rgba(238,184,85,.28),
    inset 0 0 0 1px #ffe2a3,
    0 17px 32px rgba(0,0,0,.48);
}
.ugc26-vetted-badge::before{
  content:"";position:absolute;inset:8px;border:1px solid #d89e3d;border-radius:50%;
}
.ugc26-vetted-badge strong{
  position:relative;z-index:2;display:block;color:#ffdc98;
  font-family:"Cormorant Garamond",Georgia,serif;font-size:26px;line-height:.9;
}
.ugc26-vetted-badge span{
  position:relative;z-index:2;display:block;margin-top:6px;color:#eee0c8;
  font:800 8px/1.15 Inter,Arial,sans-serif;
}
.ugc26-orbit{
  position:absolute;
  z-index:1;
  left:50%;top:50%;
  width:172px;height:66px;
  border:1px solid #bd7f26;
  border-radius:50%;
  transform:translate(-50%,-50%) rotate(-18deg);
}
.ugc26-orbit::before,.ugc26-orbit::after{
  content:"";position:absolute;width:5px;height:5px;border:1px solid #f0bd64;border-radius:50%;background:#7b4d0d;
}
.ugc26-orbit::before{left:12%;top:10%}
.ugc26-orbit::after{right:10%;bottom:9%}
.ugc26-orbit.orbit-b{width:154px;height:80px;transform:translate(-50%,-50%) rotate(24deg);border-color:#9e6920}

@media(max-width:1250px){
  body.ugc-home-v19 .ugc19-visual{min-height:528px}
  .ugc26-card-main{height:364px}
  .ugc26-card-top{height:262px}
  .ugc26-card-bottom-left{height:232px}
  .ugc26-card-bottom-right{height:260px}
  .ugc26-vetted-wrap{width:108px;height:108px}
  .ugc26-vetted-badge{width:90px;height:90px}
}
@media(max-width:1020px){
  body.ugc-home-v19 .ugc19-visual{min-height:560px;max-width:660px;width:100%;margin:0 auto}
  .ugc26-card-main{left:5%;width:52%}
  .ugc26-card-top{right:3%;width:34%}
  .ugc26-card-bottom-left{left:18%;width:34%}
  .ugc26-card-bottom-right{right:2%;width:35%}
}
@media(max-width:720px){
  body.ugc-home-v19 .ugc19-hero{padding-top:40px}
  body.ugc-home-v19 .ugc19-visual{min-height:506px}
  .ugc26-card-main{left:3%;top:7%;width:58%;height:340px}
  .ugc26-card-top{right:0;top:4%;width:39%;height:244px}
  .ugc26-card-bottom-left{left:11%;bottom:0;width:41%;height:216px}
  .ugc26-card-bottom-right{right:0;bottom:2%;width:41%;height:244px}
  .ugc26-vetted-wrap{right:29%;top:45%;width:92px;height:92px}
  .ugc26-vetted-badge{width:78px;height:78px}
  .ugc26-vetted-badge strong{font-size:22px}
  .ugc26-vetted-badge span{font-size:7px}
  .ugc26-orbit{width:134px;height:54px}
  .ugc26-orbit.orbit-b{width:120px;height:65px}
  .ugc26-card-title strong{font-size:15px}
  .ugc26-card-main .ugc26-card-title strong{font-size:19px}
  .ugc26-card-info{padding:11px 12px 10px;min-height:78px}
  .ugc26-card-main .ugc26-card-info{min-height:92px;padding:13px 14px 12px}
}
@media(max-width:520px){
  body.ugc-home-v19 .ugc19-visual{min-height:458px}
  .ugc26-card-main{left:1%;width:59%;height:306px}
  .ugc26-card-top{right:-1%;width:40%;height:220px}
  .ugc26-card-bottom-left{left:8%;width:43%;height:194px}
  .ugc26-card-bottom-right{right:-1%;width:42%;height:220px}
  .ugc26-vetted-wrap{right:27%;top:46%;transform:translate(50%,-50%) scale(.9)}
  .ugc26-card{border-width:1.5px;box-shadow:0 0 0 1px #6e470f,0 0 0 2px rgba(255,215,136,.22),0 18px 34px rgba(0,0,0,.52)}
}
@media(prefers-reduced-motion:reduce){
  .ugc26-thread{animation:none!important}
  .ugc26-card{transition:none!important}
}


/* ---- home-hero-layout-v27.css ---- */
/* UGCHost Homepage Hero V27 — approved four-tab layout.
   Keeps V26 UHD creator media and crisp gold framing.
   Scope: homepage hero only; header/footer/search untouched. */

body.ugc-home-v19 .ugc19-visual{
  min-height:520px;
}

/* Four equal creator tablets, nearly straight, intentionally overlapping. */
body.ugc-home-v19 .ugc19-visual .ugc26-card{
  width:28%!important;
  height:410px!important;
  top:7%!important;
  bottom:auto!important;
  border-radius:14px!important;
}
body.ugc-home-v19 .ugc19-visual .ugc26-card-main{
  left:0!important;
  right:auto!important;
  transform:rotate(-1.1deg)!important;
  z-index:7!important;
}
body.ugc-home-v19 .ugc19-visual .ugc26-card-top{
  left:24%!important;
  right:auto!important;
  transform:rotate(.55deg)!important;
  z-index:8!important;
}
body.ugc-home-v19 .ugc19-visual .ugc26-card-bottom-left{
  left:48%!important;
  right:auto!important;
  transform:rotate(-.45deg)!important;
  z-index:9!important;
}
body.ugc-home-v19 .ugc19-visual .ugc26-card-bottom-right{
  left:72%!important;
  right:auto!important;
  transform:rotate(.9deg)!important;
  z-index:10!important;
}
body.ugc-home-v19 .ugc19-visual .ugc26-card-main:hover,
body.ugc-home-v19 .ugc19-visual .ugc26-card-top:hover,
body.ugc-home-v19 .ugc19-visual .ugc26-card-bottom-left:hover,
body.ugc-home-v19 .ugc19-visual .ugc26-card-bottom-right:hover{
  transform:translateY(-5px) rotate(0deg)!important;
}

/* Equal information treatment so all four read as one tablet set. */
body.ugc-home-v19 .ugc19-visual .ugc26-card-info,
body.ugc-home-v19 .ugc19-visual .ugc26-card-main .ugc26-card-info{
  min-height:94px!important;
  padding:14px 14px 13px!important;
}
body.ugc-home-v19 .ugc19-visual .ugc26-card-title strong,
body.ugc-home-v19 .ugc19-visual .ugc26-card-main .ugc26-card-title strong{
  font-size:17px!important;
}
body.ugc-home-v19 .ugc19-visual .ugc26-card-info>span,
body.ugc-home-v19 .ugc19-visual .ugc26-card-main .ugc26-card-info>span{
  font-size:9px!important;
}
body.ugc-home-v19 .ugc19-visual .ugc26-card-info>small,
body.ugc-home-v19 .ugc19-visual .ugc26-card-main .ugc26-card-info>small{
  font-size:8px!important;
}

/* Center the 2K badge over the small overlap between the middle cards. */
body.ugc-home-v19 .ugc19-visual .ugc26-vetted-wrap{
  left:50%!important;
  right:auto!important;
  top:47%!important;
  transform:translate(-50%,-50%)!important;
}

/* Atomic field: continuous rotation behind the cards. */
body.ugc-home-v19 .ugc19-visual .ugc26-thread-field{
  animation:ugc27AtomicFieldSpin 34s linear infinite!important;
  transform-origin:52% 49%!important;
  will-change:transform;
}
body.ugc-home-v19 .ugc19-visual .ugc26-thread{
  animation:none!important;
}
@keyframes ugc27AtomicFieldSpin{
  from{transform:rotate(0deg)}
  to{transform:rotate(360deg)}
}

/* The two rings around the vetted badge rotate independently for a visible atomic effect. */
body.ugc-home-v19 .ugc19-visual .ugc26-orbit{
  animation:ugc27BadgeOrbitA 12s linear infinite!important;
  transform-origin:center!important;
}
body.ugc-home-v19 .ugc19-visual .ugc26-orbit.orbit-b{
  animation:ugc27BadgeOrbitB 9s linear infinite reverse!important;
}
@keyframes ugc27BadgeOrbitA{
  from{transform:translate(-50%,-50%) rotate(-18deg)}
  to{transform:translate(-50%,-50%) rotate(342deg)}
}
@keyframes ugc27BadgeOrbitB{
  from{transform:translate(-50%,-50%) rotate(24deg)}
  to{transform:translate(-50%,-50%) rotate(384deg)}
}

@media(max-width:1250px){
  body.ugc-home-v19 .ugc19-visual{min-height:490px!important}
  body.ugc-home-v19 .ugc19-visual .ugc26-card{height:380px!important}
  body.ugc-home-v19 .ugc19-visual .ugc26-card-title strong,
  body.ugc-home-v19 .ugc19-visual .ugc26-card-main .ugc26-card-title strong{font-size:16px!important}
}

@media(max-width:1020px){
  body.ugc-home-v19 .ugc19-visual{min-height:455px!important;max-width:680px!important}
  body.ugc-home-v19 .ugc19-visual .ugc26-card{width:28%!important;height:360px!important;top:7%!important}
  body.ugc-home-v19 .ugc19-visual .ugc26-card-main{left:0!important}
  body.ugc-home-v19 .ugc19-visual .ugc26-card-top{left:24%!important}
  body.ugc-home-v19 .ugc19-visual .ugc26-card-bottom-left{left:48%!important}
  body.ugc-home-v19 .ugc19-visual .ugc26-card-bottom-right{left:72%!important}
}

@media(max-width:720px){
  body.ugc-home-v19 .ugc19-visual{min-height:400px!important}
  body.ugc-home-v19 .ugc19-visual .ugc26-card{width:28.5%!important;height:318px!important;top:8%!important;border-radius:11px!important}
  body.ugc-home-v19 .ugc19-visual .ugc26-card-main{left:-1%!important}
  body.ugc-home-v19 .ugc19-visual .ugc26-card-top{left:23.5%!important}
  body.ugc-home-v19 .ugc19-visual .ugc26-card-bottom-left{left:48%!important}
  body.ugc-home-v19 .ugc19-visual .ugc26-card-bottom-right{left:72.5%!important}
  body.ugc-home-v19 .ugc19-visual .ugc26-card-info,
  body.ugc-home-v19 .ugc19-visual .ugc26-card-main .ugc26-card-info{min-height:78px!important;padding:10px 9px!important}
  body.ugc-home-v19 .ugc19-visual .ugc26-card-title strong,
  body.ugc-home-v19 .ugc19-visual .ugc26-card-main .ugc26-card-title strong{font-size:13px!important}
  body.ugc-home-v19 .ugc19-visual .ugc26-rating{font-size:8px!important}
  body.ugc-home-v19 .ugc19-visual .ugc26-vetted-wrap{top:46%!important;transform:translate(-50%,-50%) scale(.82)!important}
}

@media(max-width:520px){
  body.ugc-home-v19 .ugc19-visual{min-height:350px!important}
  body.ugc-home-v19 .ugc19-visual .ugc26-card{width:29%!important;height:280px!important;top:8%!important}
  body.ugc-home-v19 .ugc19-visual .ugc26-card-main{left:-2%!important}
  body.ugc-home-v19 .ugc19-visual .ugc26-card-top{left:22.5%!important}
  body.ugc-home-v19 .ugc19-visual .ugc26-card-bottom-left{left:47%!important}
  body.ugc-home-v19 .ugc19-visual .ugc26-card-bottom-right{left:71.5%!important}
  body.ugc-home-v19 .ugc19-visual .ugc26-card-title strong,
  body.ugc-home-v19 .ugc19-visual .ugc26-card-main .ugc26-card-title strong{font-size:11px!important}
  body.ugc-home-v19 .ugc19-visual .ugc26-card-info>span,
  body.ugc-home-v19 .ugc19-visual .ugc26-card-info>small{font-size:7px!important}
  body.ugc-home-v19 .ugc19-visual .ugc26-vetted-wrap{transform:translate(-50%,-50%) scale(.7)!important}
}

@media(prefers-reduced-motion:reduce){
  body.ugc-home-v19 .ugc19-visual .ugc26-thread-field,
  body.ugc-home-v19 .ugc19-visual .ugc26-orbit{animation:none!important}
}


/* ---- home-search-wide-v28.css ---- */
/* UGCHost Homepage Search V28 — wide bottom search rail.
   Scope: homepage hero search only. Header, footer, creator cards, and search behavior remain unchanged. */

@media (min-width:1021px){
  body.ugc-home-v19 .ugc19-hero-grid{
    min-height:720px!important;
  }

  /* Let the search rail position against the full hero shell instead of the left copy column. */
  body.ugc-home-v19 .ugc19-copy{
    position:static!important;
  }
  body.ugc-home-v19 .ugc19-copy> :not(.ugc19-search-wrap){
    position:relative;
    z-index:8;
  }

  body.ugc-home-v19 .ugc19-search-wrap{
    position:absolute!important;
    z-index:30!important;
    left:0!important;
    right:0!important;
    bottom:24px!important;
    width:auto!important;
    max-width:none!important;
    margin:0!important;
    padding:14px 16px 12px!important;
    overflow:visible!important;
    border:1px solid rgba(229,169,70,.80)!important;
    border-radius:22px!important;
    background:
      radial-gradient(circle at 13% 0%,rgba(239,184,87,.075),transparent 25%),
      linear-gradient(180deg,rgba(7,20,31,.985),rgba(3,12,20,.995))!important;
    box-shadow:
      0 0 0 1px rgba(101,62,12,.72),
      inset 0 1px 0 rgba(255,231,181,.18),
      0 18px 42px rgba(0,0,0,.42),
      0 7px 26px rgba(219,155,52,.13)!important;
    animation:ugc28SearchLift 5.2s ease-in-out infinite;
  }

  /* Gold reflector: a moving highlight across the long rail. */
  body.ugc-home-v19 .ugc19-search-wrap::before{
    content:"";
    position:absolute;
    z-index:0;
    left:20px;
    right:20px;
    top:-1px;
    height:2px;
    border-radius:999px;
    background:linear-gradient(90deg,transparent 0%,rgba(217,155,52,.18) 15%,#f0bd64 42%,#ffe2a2 50%,#d69731 60%,rgba(217,155,52,.18) 83%,transparent 100%);
    background-size:220% 100%;
    animation:ugc28GoldReflect 6.5s linear infinite;
    pointer-events:none;
  }
  body.ugc-home-v19 .ugc19-search-wrap::after{
    content:"";
    position:absolute;
    z-index:0;
    inset:1px;
    border-radius:20px;
    pointer-events:none;
    box-shadow:inset 0 0 0 1px rgba(255,219,147,.075);
  }
  body.ugc-home-v19 .ugc19-search-wrap>*{
    position:relative;
    z-index:2;
  }

  body.ugc-home-v19 .ugc19-search-title{
    margin:0 0 9px 4px!important;
    color:#ded8cf!important;
    font-size:9px!important;
    letter-spacing:.015em!important;
  }

  /* One straight horizontal search row. Flex keeps the country/region control dynamic. */
  body.ugc-home-v19 .ugc19-live-search,
  body.ugc-home-v19 .ugc19-live-search.ugc9-master-search,
  body.ugc-home-v19 .ugc19-live-search.ugc-has-region{
    display:flex!important;
    flex-wrap:nowrap!important;
    align-items:stretch!important;
    gap:8px!important;
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    overflow:visible!important;
  }

  body.ugc-home-v19 .ugc19-live-search .search-control,
  body.ugc-home-v19 .ugc19-live-search .ugc19-filter-control,
  body.ugc-home-v19 .ugc19-live-search #regionControl{
    grid-row:auto!important;
    grid-column:auto!important;
    min-width:0!important;
    min-height:54px!important;
    margin:0!important;
    padding:8px 11px!important;
    justify-content:center!important;
    border:1px solid rgba(219,157,53,.34)!important;
    border-radius:13px!important;
    background:linear-gradient(180deg,#071824,#05121c)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.025)!important;
  }

  body.ugc-home-v19 .ugc19-live-search .search-control-profession{
    flex:2.2 1 255px!important;
    min-width:220px!important;
  }
  body.ugc-home-v19 .ugc19-live-search .ugc19-filter-control{
    flex:1 1 118px!important;
  }
  body.ugc-home-v19 .ugc19-live-search #regionControl{
    flex:1 1 130px!important;
  }
  body.ugc-home-v19 .ugc19-live-search #regionControl[hidden]{
    display:none!important;
  }

  body.ugc-home-v19 .ugc19-live-search #searchBtn{
    grid-row:auto!important;
    grid-column:auto!important;
    flex:0 0 142px!important;
    width:142px!important;
    min-width:142px!important;
    min-height:54px!important;
    margin:0!important;
    padding:0 18px!important;
    border:1px solid #f1c36d!important;
    border-radius:14px!important;
    background:linear-gradient(180deg,#f0bf68 0%,#dc982f 64%,#bb7218 100%)!important;
    color:#1b1207!important;
    box-shadow:
      inset 0 1px 0 rgba(255,248,225,.78),
      0 7px 17px rgba(183,110,19,.22),
      0 0 0 1px rgba(89,52,8,.46)!important;
    font-size:10px!important;
    white-space:nowrap!important;
  }

  body.ugc-home-v19 .ugc19-live-search .search-control>span,
  body.ugc-home-v19 .ugc19-live-search label>span{
    margin:0 0 5px!important;
    color:#d9d6d1!important;
    font-size:8px!important;
    line-height:1!important;
    white-space:nowrap!important;
  }

  body.ugc-home-v19 .ugc19-live-search input,
  body.ugc-home-v19 .ugc19-live-search select{
    width:100%!important;
    height:27px!important;
    min-height:27px!important;
    margin:0!important;
    padding:0!important;
    color:#f2eee7!important;
    font-size:10px!important;
    line-height:1.2!important;
    white-space:nowrap!important;
    text-overflow:ellipsis!important;
  }
  body.ugc-home-v19 .ugc19-live-search .search-control-profession input{
    font-size:11px!important;
  }

  body.ugc-home-v19 .ugc19-popular{
    margin-top:10px!important;
    padding-left:4px!important;
    gap:7px!important;
    font-size:8px!important;
  }
  body.ugc-home-v19 .ugc19-popular a{
    padding:5px 10px!important;
    border-color:rgba(217,155,52,.34)!important;
    background:rgba(4,14,22,.72)!important;
  }
}

@keyframes ugc28SearchLift{
  0%,100%{transform:translateY(0);box-shadow:0 0 0 1px rgba(101,62,12,.72),inset 0 1px 0 rgba(255,231,181,.18),0 18px 42px rgba(0,0,0,.42),0 7px 26px rgba(219,155,52,.13)}
  50%{transform:translateY(-3px);box-shadow:0 0 0 1px rgba(122,76,17,.82),inset 0 1px 0 rgba(255,235,191,.24),0 23px 48px rgba(0,0,0,.48),0 11px 32px rgba(219,155,52,.18)}
}
@keyframes ugc28GoldReflect{
  from{background-position:200% 0}
  to{background-position:-20% 0}
}

/* Tablet/mobile: keep the search in normal flow and let controls wrap cleanly. */
@media (max-width:1020px){
  body.ugc-home-v19 .ugc19-search-wrap{
    position:relative!important;
    left:auto!important;
    right:auto!important;
    bottom:auto!important;
    width:100%!important;
    max-width:none!important;
    margin:26px 0 0!important;
    padding:13px!important;
    border:1px solid rgba(229,169,70,.68)!important;
    border-radius:18px!important;
    background:linear-gradient(180deg,rgba(7,20,31,.985),rgba(3,12,20,.995))!important;
    box-shadow:0 15px 34px rgba(0,0,0,.36),0 6px 22px rgba(219,155,52,.10)!important;
  }
  body.ugc-home-v19 .ugc19-live-search,
  body.ugc-home-v19 .ugc19-live-search.ugc9-master-search,
  body.ugc-home-v19 .ugc19-live-search.ugc-has-region{
    display:flex!important;
    flex-wrap:wrap!important;
    gap:8px!important;
    padding:0!important;
    border:0!important;
    background:transparent!important;
    box-shadow:none!important;
  }
  body.ugc-home-v19 .ugc19-live-search .search-control-profession{
    flex:1 1 100%!important;
    grid-row:auto!important;
    grid-column:auto!important;
  }
  body.ugc-home-v19 .ugc19-live-search .ugc19-filter-control,
  body.ugc-home-v19 .ugc19-live-search #regionControl{
    flex:1 1 calc(33.333% - 8px)!important;
    grid-row:auto!important;
    grid-column:auto!important;
  }
  body.ugc-home-v19 .ugc19-live-search #searchBtn{
    flex:1 1 150px!important;
    width:auto!important;
    grid-row:auto!important;
    grid-column:auto!important;
  }
}

@media (max-width:650px){
  body.ugc-home-v19 .ugc19-live-search .ugc19-filter-control,
  body.ugc-home-v19 .ugc19-live-search #regionControl{
    flex:1 1 calc(50% - 8px)!important;
  }
  body.ugc-home-v19 .ugc19-live-search #searchBtn{
    flex:1 1 100%!important;
  }
}

@media (prefers-reduced-motion:reduce){
  body.ugc-home-v19 .ugc19-search-wrap,
  body.ugc-home-v19 .ugc19-search-wrap::before{
    animation:none!important;
  }
}


/* ---- home-light-luxury-v30.css ---- */
/* UGCHost Homepage V30 — light premium luxury theme.
   Scope: homepage only. Preserves approved V19-V28 layout, behavior, media and content.
   Palette: warm ivory, pearl white, champagne, refined metallic gold and charcoal ink. */

body.ugc-home-light-v30{
  --u30-ivory:#f7f2e9;
  --u30-pearl:#fffdf9;
  --u30-champagne:#efe3d0;
  --u30-gold:#b7832d;
  --u30-gold-hi:#d2a24d;
  --u30-gold-soft:#e8d3aa;
  --u30-ink:#26231f;
  --u30-ink2:#403a33;
  --u30-muted:#756e65;
  --u30-line:rgba(174,126,47,.28);
  --u30-shadow:0 18px 48px rgba(79,58,30,.10);
  background:#f7f2e9!important;
  color:#26231f!important;
}
body.ugc-home-light-v30.ugc-home-v19 main,
body.ugc-home-light-v30 main{
  background:#f7f2e9!important;
  color:#26231f!important;
}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-home{
  color:#26231f!important;
  background:
    radial-gradient(ellipse 48% 34% at 82% 4%,rgba(205,159,76,.15),transparent 72%),
    radial-gradient(ellipse 44% 54% at 5% 32%,rgba(224,209,184,.38),transparent 72%),
    radial-gradient(ellipse 42% 36% at 55% 66%,rgba(214,182,126,.10),transparent 74%),
    linear-gradient(145deg,#fffdf9 0%,#f8f2e8 32%,#f4ecdf 65%,#fffaf2 100%)!important;
}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-home::before{
  opacity:.42!important;
  background-image:
    linear-gradient(rgba(132,99,48,.032) 1px,transparent 1px),
    linear-gradient(90deg,rgba(132,99,48,.028) 1px,transparent 1px),
    radial-gradient(circle at 13% 19%,rgba(188,137,50,.42) 0 1px,transparent 1.6px),
    radial-gradient(circle at 79% 14%,rgba(188,137,50,.32) 0 1px,transparent 1.6px)!important;
  background-size:78px 78px,78px 78px,285px 285px,350px 350px!important;
}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-kicker{color:#aa7725!important}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-section-title{color:#27231f!important;text-shadow:none!important}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-link{color:#a66f19!important}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-link:hover{color:#7d5010!important}

/* Source header/footer: keep first paint light before global shell mounts. */
body.ugc-home-light-v30>.site-header{
  background:linear-gradient(180deg,#fffdf9,#f8f1e7)!important;
  border-bottom:1px solid rgba(176,129,48,.24)!important;
  color:#2a2621!important;
  box-shadow:0 10px 30px rgba(76,55,28,.08)!important;
}
body.ugc-home-light-v30>.site-header a{color:#34302a!important}
body.ugc-home-light-v30>.site-header .brand span{color:#b9822b!important}
body.ugc-home-light-v30>.site-footer{
  background:linear-gradient(180deg,#f5ede1,#eee2d1)!important;
  color:#3b352e!important;
  border-top:1px solid rgba(176,129,48,.25)!important;
}
body.ugc-home-light-v30>.site-footer a,
body.ugc-home-light-v30>.site-footer p{color:#6f675e!important}
body.ugc-home-light-v30>.site-footer h4{color:#2a2621!important}

/* HERO */
body.ugc-home-light-v30.ugc-home-v19 .ugc19-hero{
  border-bottom:1px solid rgba(178,129,47,.28)!important;
  background:
    radial-gradient(ellipse 51% 73% at 79% 35%,rgba(205,157,73,.17),transparent 70%),
    radial-gradient(ellipse 42% 60% at 5% 3%,rgba(225,212,191,.48),transparent 74%),
    linear-gradient(118deg,#fffdf9 0%,#faf4ea 37%,#f5ecdf 70%,#fffaf2 100%)!important;
}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-hero::before{
  background:linear-gradient(110deg,rgba(255,255,255,.62),transparent 36%,rgba(204,159,79,.08) 68%,transparent)!important;
}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-copy h1{
  color:#24211e!important;
  text-shadow:0 18px 40px rgba(79,57,29,.08)!important;
}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-copy h1 em{color:#ad7723!important}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-copy>p{color:#625c54!important}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-benefit b{color:#302b26!important}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-benefit small{color:#7c746b!important}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-benefit i{
  border-color:#c2923f!important;
  background:radial-gradient(circle at 32% 25%,#fffefb 0%,#f8eddc 52%,#ead8b9 100%)!important;
  box-shadow:0 0 0 3px rgba(190,140,52,.08),inset 0 0 0 1px rgba(255,255,255,.82),0 10px 24px rgba(95,69,31,.10)!important;
}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-search-title{color:#514a43!important}

/* Wide search rail */
body.ugc-home-light-v30.ugc-home-v19 .ugc19-search-wrap{
  border-color:rgba(178,128,45,.50)!important;
  background:
    radial-gradient(circle at 13% 0%,rgba(217,174,96,.13),transparent 27%),
    linear-gradient(180deg,rgba(255,253,249,.99),rgba(248,241,230,.995))!important;
  box-shadow:0 0 0 1px rgba(183,139,69,.10),inset 0 1px 0 rgba(255,255,255,.95),0 18px 40px rgba(83,59,26,.11),0 7px 24px rgba(178,128,45,.08)!important;
}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-search-wrap::after{box-shadow:inset 0 0 0 1px rgba(190,143,67,.08)!important}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-live-search .search-control,
body.ugc-home-light-v30.ugc-home-v19 .ugc19-live-search .ugc19-filter-control,
body.ugc-home-light-v30.ugc-home-v19 .ugc19-live-search #regionControl{
  border-color:rgba(177,129,49,.27)!important;
  background:linear-gradient(180deg,#fffefb,#f8f0e5)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.94),0 4px 12px rgba(72,52,25,.045)!important;
}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-live-search .search-control>span,
body.ugc-home-light-v30.ugc-home-v19 .ugc19-live-search label>span{color:#655d54!important}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-live-search input,
body.ugc-home-light-v30.ugc-home-v19 .ugc19-live-search select{color:#2f2a25!important}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-live-search input::placeholder{color:#9a9187!important}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-live-search #searchBtn{
  border-color:#cf9d46!important;
  background:linear-gradient(180deg,#e8c77f 0%,#c9963f 58%,#b67b24 100%)!important;
  color:#271b0c!important;
  box-shadow:inset 0 1px 0 rgba(255,250,233,.86),0 8px 20px rgba(135,91,25,.18)!important;
}
body.ugc-home-light-v30.ugc-home-v19 .ugc-search-suggestions{
  border-color:rgba(177,129,49,.30)!important;
  background:#fffdf9!important;
  box-shadow:0 20px 42px rgba(75,54,27,.14)!important;
}
body.ugc-home-light-v30.ugc-home-v19 .ugc-search-option{color:#38322c!important;background:#fffdf9!important}
body.ugc-home-light-v30.ugc-home-v19 .ugc-search-option:hover,
body.ugc-home-light-v30.ugc-home-v19 .ugc-search-option.is-active{background:#f4eadb!important}
body.ugc-home-light-v30.ugc-home-v19 .ugc-search-option small{color:#857d73!important}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-popular{color:#756e65!important}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-popular a{
  color:#655b4e!important;
  border-color:rgba(177,129,49,.26)!important;
  background:rgba(255,253,249,.86)!important;
}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-popular a:hover{color:#8e5e16!important;border-color:rgba(177,129,49,.52)!important;background:#fffaf1!important}

/* HERO CREATOR MEDIA */
body.ugc-home-light-v30 .ugc26-thread{border-color:rgba(184,131,43,.34)!important}
body.ugc-home-light-v30 .ugc26-card{
  color:#2d2823!important;
  background:#fffdf9!important;
  border-color:#c59340!important;
  box-shadow:0 0 0 1px rgba(151,104,34,.22),0 0 0 3px rgba(228,197,139,.26),inset 0 0 0 1px rgba(255,255,255,.92),0 23px 46px rgba(75,54,26,.16)!important;
}
body.ugc-home-light-v30 .ugc26-card::before{border-color:rgba(199,151,72,.38)!important}
body.ugc-home-light-v30 .ugc26-card:hover,
body.ugc-home-light-v30 .ugc26-card:focus-visible{box-shadow:0 0 0 1px rgba(151,104,34,.28),0 0 0 3px rgba(228,197,139,.36),inset 0 0 0 1px #fff,0 29px 54px rgba(75,54,26,.20)!important}
body.ugc-home-light-v30 .ugc26-card-media{background:linear-gradient(135deg,#eee8df,#faf6ef 64%,#e9dfd1)!important}
body.ugc-home-light-v30 .ugc26-media-fallback::before{color:#956416!important;background:linear-gradient(135deg,#f3ebdf,#fffaf2 60%,#efe2cf)!important}
body.ugc-home-light-v30 .ugc26-ribbon{color:#8f6118!important;background:rgba(255,253,248,.92)!important;border-color:#c99743!important;box-shadow:0 5px 16px rgba(68,48,24,.10)!important}
body.ugc-home-light-v30 .ugc26-bookmark{color:#a8731e!important;text-shadow:none!important}
body.ugc-home-light-v30 .ugc26-card-info{
  border-top-color:rgba(169,119,40,.28)!important;
  background:linear-gradient(180deg,#fffdf9,#f8f0e4)!important;
}
body.ugc-home-light-v30 .ugc26-card-title strong{color:#2c2722!important}
body.ugc-home-light-v30 .ugc26-rating,.ugc26-verified{color:#a66f19!important}
body.ugc-home-light-v30 .ugc26-card-info>span{color:#5f5850!important}
body.ugc-home-light-v30 .ugc26-card-info>small{color:#857d74!important}
body.ugc-home-light-v30 .ugc26-vetted-badge{
  border-color:#c7953f!important;
  background:linear-gradient(180deg,#fff7e7,#ead3aa)!important;
  box-shadow:0 0 0 2px rgba(164,112,34,.28),0 0 0 5px rgba(216,175,101,.20),inset 0 0 0 1px #fff8e8,0 17px 32px rgba(76,52,22,.15)!important;
}
body.ugc-home-light-v30 .ugc26-vetted-badge strong{color:#865714!important}
body.ugc-home-light-v30 .ugc26-vetted-badge span{color:#58452b!important}
body.ugc-home-light-v30 .ugc26-orbit{border-color:#b98635!important}
body.ugc-home-light-v30 .ugc26-orbit::before,
body.ugc-home-light-v30 .ugc26-orbit::after{background:#f6e4c2!important;border-color:#be8a35!important}

/* FEATURED CREATORS */
body.ugc-home-light-v30.ugc-home-v19 .ugc19-featured{
  border-top-color:rgba(180,132,52,.18)!important;
  border-bottom-color:rgba(180,132,52,.20)!important;
  background:
    radial-gradient(ellipse 46% 78% at 9% 8%,rgba(217,177,105,.11),transparent 72%),
    radial-gradient(ellipse 42% 74% at 90% 83%,rgba(217,177,105,.08),transparent 74%),
    linear-gradient(180deg,#fbf6ee,#f6ede1)!important;
}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-featured::after{border-color:rgba(184,133,48,.11)!important}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-creator-card{
  border-color:rgba(184,132,45,.46)!important;
  background:linear-gradient(180deg,#fffefa,#f7efe4)!important;
  color:#2e2924!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.78),0 18px 38px rgba(72,51,24,.10),0 0 18px rgba(176,124,39,.05)!important;
}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-creator-card::before{border-color:rgba(188,137,52,.15)!important}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-creator-card:hover,
body.ugc-home-light-v30.ugc-home-v19 .ugc19-creator-card:focus-visible{border-color:#bb8430!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.92),0 24px 48px rgba(72,51,24,.14),0 0 24px rgba(176,124,39,.10)!important}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-creator-photo{background:#e9e1d6!important;border-bottom-color:rgba(184,132,45,.30)!important}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-creator-photo::before{color:#8b5a12!important;background:rgba(255,251,243,.90)!important;border-color:rgba(184,132,45,.48)!important;box-shadow:0 7px 18px rgba(62,43,21,.10)!important}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-creator-info{
  background:radial-gradient(circle at 100% 0,rgba(204,157,76,.08),transparent 40%),linear-gradient(180deg,#fffdf9,#f7efe4)!important;
}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-creator-info strong{color:#2c2722!important}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-creator-info strong b{color:#9b6718!important;background:rgba(185,132,44,.075)!important;border-color:rgba(185,132,44,.22)!important}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-creator-info span{color:#615a52!important}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-creator-info small{color:#847c72!important}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-creator-info small::before{color:#a8711e!important}

/* CATEGORIES */
body.ugc-home-light-v30.ugc-home-v19 .ugc19-categories{
  border-bottom-color:rgba(180,132,52,.20)!important;
  background:
    radial-gradient(ellipse 48% 88% at 0 48%,rgba(221,186,123,.11),transparent 72%),
    radial-gradient(ellipse 44% 86% at 100% 42%,rgba(221,186,123,.08),transparent 72%),
    linear-gradient(180deg,#fffaf3,#f7efe4)!important;
}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-category-copy::after{background:linear-gradient(180deg,transparent,rgba(177,126,43,.26),transparent)!important}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-category-copy p{color:#70685f!important}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-category-card{
  color:#38322c!important;
  border-color:rgba(184,132,45,.42)!important;
  background:radial-gradient(circle at 50% 0%,rgba(209,165,88,.09),transparent 44%),linear-gradient(180deg,#fffefb,#f5ecdf)!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.84),0 14px 28px rgba(70,50,25,.08),0 0 14px rgba(176,124,39,.035)!important;
}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-category-card::before{border-color:rgba(188,137,52,.14)!important}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-category-card:hover,
body.ugc-home-light-v30.ugc-home-v19 .ugc19-category-card:focus-visible{border-color:#b97f2a!important;background:radial-gradient(circle at 50% 0%,rgba(209,165,88,.14),transparent 46%),linear-gradient(180deg,#fffdf8,#f0e4d2)!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.92),0 22px 38px rgba(70,50,25,.13),0 0 20px rgba(176,124,39,.08)!important}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-category-card svg{stroke:#ad7621!important;filter:drop-shadow(0 2px 4px rgba(132,88,22,.10))!important}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-category-card:hover svg{stroke:#8c5b14!important}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-category-card strong{color:#39332d!important}

/* PROOF + STATS */
body.ugc-home-light-v30.ugc-home-v19 .ugc19-proof{
  background:radial-gradient(ellipse 55% 110% at 50% 115%,rgba(214,174,103,.12),transparent 72%),linear-gradient(180deg,#f8f1e7,#fffaf3)!important;
}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-brand-row{color:#736b62!important}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-brand-row b{color:#6e665d!important;text-shadow:none!important}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-brand-row b:hover{color:#342f2a!important;text-shadow:0 0 16px rgba(177,126,43,.08)!important}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-stats{
  border-color:rgba(184,132,45,.44)!important;
  background:radial-gradient(circle at 50% -30%,rgba(209,165,88,.11),transparent 48%),linear-gradient(180deg,#fffefb,#f6ecdf)!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.84),0 19px 38px rgba(72,51,24,.10),0 0 18px rgba(176,124,39,.045)!important;
}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-stat{border-right-color:rgba(177,126,43,.18)!important}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-stat svg{stroke:#a87220!important}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-stat strong{color:#9e6718!important;text-shadow:none!important}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-stat span{color:#6e675e!important}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-stat:hover{background:linear-gradient(180deg,rgba(207,161,82,.055),rgba(207,161,82,.025))!important}

/* TESTIMONIALS */
body.ugc-home-light-v30.ugc-home-v19 .ugc19-testimonials{
  background:radial-gradient(ellipse 58% 95% at 50% 118%,rgba(216,177,108,.16),transparent 63%),linear-gradient(180deg,#fffaf3,#f6eee2)!important;
}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-testimonials::after{opacity:.38!important}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-review{
  border-color:rgba(184,132,45,.40)!important;
  background:radial-gradient(circle at 100% 0%,rgba(209,165,88,.08),transparent 36%),linear-gradient(180deg,#fffefb,#f6ecdf)!important;
  color:#4f4942!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.84),0 18px 36px rgba(72,51,24,.09),0 0 14px rgba(176,124,39,.04)!important;
}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-review::after{border-color:rgba(188,137,52,.12)!important}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-review q{color:#575047!important}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-review-person{border-top-color:rgba(177,126,43,.17)!important}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-review-person strong{color:#312c27!important}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-review-person span span{color:#7d756c!important}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-dots i{border-color:#aaa096!important}

/* HOW IT WORKS */
body.ugc-home-light-v30.ugc-home-v19 .ugc19-how{
  border-top-color:rgba(180,132,52,.18)!important;
  border-bottom-color:rgba(180,132,52,.21)!important;
  background:radial-gradient(ellipse 48% 95% at 50% -12%,rgba(214,174,103,.13),transparent 68%),linear-gradient(180deg,#f7efe4,#fffaf3)!important;
}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-step-no{
  color:#fffaf0!important;
  background:linear-gradient(180deg,#c4974a,#a86f1d)!important;
  box-shadow:inset 0 1px rgba(255,245,220,.42),0 0 0 3px rgba(177,126,43,.06),0 7px 18px rgba(112,76,22,.13)!important;
}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-step-icon{
  color:#a66f19!important;
  border-color:rgba(184,132,45,.52)!important;
  background:radial-gradient(circle at 50% 25%,rgba(215,174,99,.13),transparent 48%),linear-gradient(180deg,#fffefb,#f3e8d7)!important;
  box-shadow:inset 0 0 0 4px rgba(177,126,43,.025),0 0 0 5px rgba(177,126,43,.045),0 0 22px rgba(177,126,43,.08),0 16px 30px rgba(70,50,25,.09)!important;
}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-step-icon::before{border-color:rgba(188,137,52,.13)!important}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-step-icon svg{stroke:#a66f19!important;filter:none!important}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-step h3{color:#302b26!important}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-step p{color:#766f66!important}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-footer-bridge{background:linear-gradient(180deg,#fffaf3,#f2e7d8)!important}

/* GLOBAL HEADER — homepage only */
body.ugc-home-light-v30 #ugcGlobalHeader{
  color:#2b2722!important;
  background:linear-gradient(180deg,#fffdf9 0%,#f8f1e7 100%)!important;
  border-bottom-color:rgba(181,132,51,.34)!important;
  box-shadow:0 18px 42px rgba(70,50,25,.09)!important;
}
body.ugc-home-light-v30 #ugcGlobalHeader .ugh-top{
  border-bottom-color:rgba(181,132,51,.15)!important;
  background:radial-gradient(circle at 15% 0%,rgba(209,166,91,.12),transparent 30%),linear-gradient(180deg,rgba(255,253,249,.99),rgba(248,241,231,.99))!important;
}
body.ugc-home-light-v30 #ugcGlobalHeader .ugh-nav{background:linear-gradient(180deg,#f7f0e6,#f0e5d6)!important}
body.ugc-home-light-v30 #ugcGlobalHeader .ugh-utility{color:#4e4740!important;background:rgba(255,255,255,.46)!important;border-color:rgba(132,99,55,.14)!important}
body.ugc-home-light-v30 #ugcGlobalHeader .ugh-utility:hover{color:#2c2722!important;background:rgba(191,143,61,.09)!important;border-color:rgba(181,132,51,.42)!important}
body.ugc-home-light-v30 #ugcGlobalHeader .ugh-menu-link,
body.ugc-home-light-v30 #ugcGlobalHeader .ugh-more-button{color:#433d36!important}
body.ugc-home-light-v30 #ugcGlobalHeader .ugh-menu-link:hover,
body.ugc-home-light-v30 #ugcGlobalHeader .ugh-menu-item.is-open>.ugh-menu-link,
body.ugc-home-light-v30 #ugcGlobalHeader .ugh-more-button:hover{background:rgba(183,135,54,.09)!important;color:#8c5c16!important}
body.ugc-home-light-v30 #ugcGlobalHeader .ugh-nav-actions{border-left-color:rgba(181,132,51,.18)!important}
body.ugc-home-light-v30 #ugcGlobalHeader .ugh-secondary-cta{color:#835613!important;background:rgba(255,255,255,.38)!important;border-color:rgba(181,132,51,.50)!important}
body.ugc-home-light-v30 #ugcGlobalHeader .ugh-panel{background:#fffdf9!important;border-color:rgba(181,132,51,.24)!important;box-shadow:0 20px 45px rgba(64,46,23,.13)!important}
body.ugc-home-light-v30 #ugcGlobalHeader .ugh-panel a{color:#4b443d!important}
body.ugc-home-light-v30 #ugcGlobalHeader .ugh-panel a:hover{background:#f5eadb!important;color:#865714!important}
body.ugc-home-light-v30 #ugcGlobalHeader .ugh-mobile-toggle{background:#fffaf2!important;color:#8b5a13!important;border-color:rgba(181,132,51,.34)!important}
body.ugc-home-light-v30 #ugcGlobalHeader .ugh-mobile{background:#f8f1e7!important;border-top-color:rgba(181,132,51,.18)!important}
body.ugc-home-light-v30 #ugcGlobalHeader .ugh-mobile-links a{color:#433d36!important;border-bottom-color:rgba(109,82,43,.08)!important}

/* GLOBAL FOOTER — homepage only */
body.ugc-home-light-v30 .ugcf{
  --ugcf-line:rgba(126,94,52,.14);
  --ugcf-text:#302b26;
  --ugcf-muted:#726a61;
  --ugcf-gold:#b37c23;
  --ugcf-gold2:#9c6718;
  background:radial-gradient(circle at 14% 2%,rgba(205,162,88,.16),transparent 30%),radial-gradient(circle at 86% 30%,rgba(221,205,180,.28),transparent 31%),linear-gradient(145deg,#f7efe4 0%,#fffaf3 44%,#eee2d2 100%)!important;
  color:#302b26!important;
  border-top-color:rgba(181,132,51,.34)!important;
}
body.ugc-home-light-v30 .ugcf:before{background-image:linear-gradient(rgba(114,83,41,.028) 1px,transparent 1px),linear-gradient(90deg,rgba(114,83,41,.025) 1px,transparent 1px)!important}
body.ugc-home-light-v30 .ugcf-watermark{color:rgba(107,78,39,.035)!important}
body.ugc-home-light-v30 .ugcf-logo{color:#29241f!important}
body.ugc-home-light-v30 .ugcf-monogram{background:linear-gradient(145deg,#fffdf9,#eadcc7)!important;border-color:rgba(181,132,51,.52)!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.75),0 15px 38px rgba(68,48,23,.10)!important}
body.ugc-home-light-v30 .ugcf-monogram i{color:#3b352f!important;border-right-color:rgba(113,82,42,.12)!important}
body.ugc-home-light-v30 .ugcf-monogram i:last-child{color:#9c6718!important}
body.ugc-home-light-v30 .ugcf-wordmark small{color:#82786c!important}
body.ugc-home-light-v30 .ugcf-brand-note{color:#7c7369!important}
body.ugc-home-light-v30 .ugcf-hero-copy h2{color:#2c2722!important}
body.ugc-home-light-v30 .ugcf-hero-copy p{color:#6e675f!important}
body.ugc-home-light-v30 .ugcf-secondary{color:#4b443c!important;background:rgba(255,255,255,.48)!important;border-color:rgba(113,82,42,.16)!important}
body.ugc-home-light-v30 .ugcf-secondary:hover{color:#2f2a25!important;background:#fffaf2!important;border-color:rgba(181,132,51,.40)!important}
body.ugc-home-light-v30 .ugcf-capabilities strong{color:#403931!important}
body.ugc-home-light-v30 .ugcf-capabilities small{color:#776f65!important}
body.ugc-home-light-v30 .ugcf-links{border-right-color:rgba(113,82,42,.10)!important}
body.ugc-home-light-v30 .ugcf-links h3{color:#38322c!important}
body.ugc-home-light-v30 .ugcf-links nav a{color:#766d62!important}
body.ugc-home-light-v30 .ugcf-links nav a:hover{color:#2f2a25!important}
body.ugc-home-light-v30 .ugcf-workspace{background:linear-gradient(145deg,rgba(204,160,83,.10),rgba(255,255,255,.48))!important;border-color:rgba(181,132,51,.20)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.60)!important}
body.ugc-home-light-v30 .ugcf-bottom{color:#7e756b!important}
body.ugc-home-light-v30 .ugcf-bottom-links a,
body.ugc-home-light-v30 .ugcf-top{color:#756d63!important}
body.ugc-home-light-v30 .ugcf-bottom-links a:hover,
body.ugc-home-light-v30 .ugcf-top:hover{color:#2f2a25!important}

/* Reduce the dark-photo overlays in light mode while preserving readability. */
body.ugc-home-light-v30.ugc-home-v19 .ugc19-creator-photo::after{
  background:linear-gradient(180deg,rgba(28,20,11,.01) 38%,rgba(32,22,12,.08) 72%,rgba(32,22,12,.28) 100%),radial-gradient(circle at 70% 15%,rgba(242,181,77,.06),transparent 35%)!important;
}

@media(max-width:1100px){
  body.ugc-home-light-v30.ugc-home-v19 .ugc19-stat:nth-child(-n+2){border-bottom-color:rgba(177,126,43,.18)!important}
}

@media(max-width:820px){
  body.ugc-home-light-v30 #ugcGlobalHeader .ugh-mobile-search input{background:#fffdf9!important;color:#2e2924!important;border-color:rgba(181,132,51,.24)!important}
}

@media(prefers-reduced-motion:reduce){
  body.ugc-home-light-v30.ugc-home-v19 .ugc19-search-wrap{animation:none!important}
}


/* ---- home-light-luxury-chrome-v31.css ---- */
/* UGCHost Homepage V31 — soft dark luxury header/footer chrome.
   Homepage chrome only: the V30 light premium body remains unchanged.
   Tone: warm graphite, muted midnight, champagne gold and soft ivory. */

/* First-paint source header/footer before universal chrome mounts. */
body.ugc-home-light-v30>.site-header{
  color:#f5eee4!important;
  background:
    radial-gradient(circle at 15% 0%,rgba(207,163,83,.10),transparent 34%),
    linear-gradient(180deg,#353432 0%,#2c2d2d 100%)!important;
  border-bottom:1px solid rgba(212,170,88,.42)!important;
  box-shadow:0 12px 34px rgba(35,31,27,.18)!important;
}
body.ugc-home-light-v30>.site-header a{color:#f2ece2!important}
body.ugc-home-light-v30>.site-header a:hover{color:#e8bd67!important}
body.ugc-home-light-v30>.site-header .brand span{color:#dfae50!important}
body.ugc-home-light-v30>.site-header .btn{
  border-color:rgba(220,177,91,.48)!important;
}

body.ugc-home-light-v30>.site-footer{
  color:#eee7dd!important;
  background:
    radial-gradient(circle at 12% 0%,rgba(209,166,83,.08),transparent 30%),
    linear-gradient(155deg,#383633 0%,#302f2e 52%,#393631 100%)!important;
  border-top:1px solid rgba(211,168,83,.38)!important;
  box-shadow:0 -12px 34px rgba(41,34,27,.08)!important;
}
body.ugc-home-light-v30>.site-footer h4{color:#f7f0e6!important}
body.ugc-home-light-v30>.site-footer a,
body.ugc-home-light-v30>.site-footer p{color:#c9c0b5!important}
body.ugc-home-light-v30>.site-footer a:hover{color:#e7bb64!important}
body.ugc-home-light-v30>.site-footer .brand{color:#fff7ec!important}
body.ugc-home-light-v30>.site-footer .brand span{color:#e0ad4e!important}

/* Universal header — soft dark, never near-black. */
body.ugc-home-light-v30 #ugcGlobalHeader{
  color:#f5efe6!important;
  background:linear-gradient(180deg,#343535 0%,#2c2e2f 100%)!important;
  border-bottom-color:rgba(214,172,89,.46)!important;
  box-shadow:0 18px 42px rgba(35,31,27,.18)!important;
}
body.ugc-home-light-v30 #ugcGlobalHeader .ugh-top{
  border-bottom-color:rgba(218,177,95,.20)!important;
  background:
    radial-gradient(circle at 16% 0%,rgba(220,178,93,.115),transparent 32%),
    linear-gradient(180deg,#3a3936 0%,#313231 100%)!important;
}
body.ugc-home-light-v30 #ugcGlobalHeader .ugh-nav{
  background:linear-gradient(180deg,#313232 0%,#292b2c 100%)!important;
}
body.ugc-home-light-v30 #ugcGlobalHeader .ugh-search input{
  background:#f8f4ed!important;
  color:#2d2a27!important;
  border-color:rgba(231,201,143,.35)!important;
  box-shadow:0 7px 22px rgba(18,18,18,.16)!important;
}
body.ugc-home-light-v30 #ugcGlobalHeader .ugh-search input:focus{
  border-color:#d6a94f!important;
  box-shadow:0 0 0 3px rgba(214,169,79,.15),0 7px 22px rgba(18,18,18,.16)!important;
}
body.ugc-home-light-v30 #ugcGlobalHeader .ugh-search svg{stroke:#756d64!important}
body.ugc-home-light-v30 #ugcGlobalHeader .ugh-utility{
  color:#ece5dc!important;
  background:rgba(255,255,255,.045)!important;
  border-color:rgba(255,255,255,.12)!important;
}
body.ugc-home-light-v30 #ugcGlobalHeader .ugh-utility:hover{
  color:#fff7e9!important;
  background:rgba(222,175,82,.10)!important;
  border-color:rgba(222,175,82,.50)!important;
}
body.ugc-home-light-v30 #ugcGlobalHeader .ugh-utility svg{stroke:#e0b45c!important}
body.ugc-home-light-v30 #ugcGlobalHeader .ugh-menu-link,
body.ugc-home-light-v30 #ugcGlobalHeader .ugh-more-button{
  color:#eee7de!important;
}
body.ugc-home-light-v30 #ugcGlobalHeader .ugh-menu-link svg{stroke:#ddb15a!important}
body.ugc-home-light-v30 #ugcGlobalHeader .ugh-chevron{color:#d6aa53!important}
body.ugc-home-light-v30 #ugcGlobalHeader .ugh-menu-link:hover,
body.ugc-home-light-v30 #ugcGlobalHeader .ugh-menu-item.is-open>.ugh-menu-link,
body.ugc-home-light-v30 #ugcGlobalHeader .ugh-more-button:hover{
  color:#f1c66f!important;
  background:rgba(222,175,82,.10)!important;
}
body.ugc-home-light-v30 #ugcGlobalHeader .ugh-nav-actions{
  border-left-color:rgba(218,177,95,.22)!important;
}
body.ugc-home-light-v30 #ugcGlobalHeader .ugh-secondary-cta{
  color:#f3d694!important;
  background:rgba(255,255,255,.025)!important;
  border-color:rgba(224,181,91,.58)!important;
}
body.ugc-home-light-v30 #ugcGlobalHeader .ugh-secondary-cta:hover{
  color:#fff3d5!important;
  background:rgba(224,181,91,.11)!important;
  border-color:#ddb157!important;
}
body.ugc-home-light-v30 #ugcGlobalHeader .ugh-primary-cta,
body.ugc-home-light-v30 #ugcGlobalHeader .ugh-home{
  color:#25231f!important;
  background:linear-gradient(145deg,#f0ce82 0%,#d7a84d 56%,#bd842d 100%)!important;
  box-shadow:0 7px 20px rgba(94,65,22,.22)!important;
}
body.ugc-home-light-v30 #ugcGlobalHeader .ugh-panel{
  color:#eee7de!important;
  background:#3b3936!important;
  border-color:rgba(220,177,89,.31)!important;
  box-shadow:0 20px 46px rgba(28,25,22,.28)!important;
}
body.ugc-home-light-v30 #ugcGlobalHeader .ugh-panel a{color:#ebe4da!important}
body.ugc-home-light-v30 #ugcGlobalHeader .ugh-panel a:hover{
  color:#f1c670!important;
  background:rgba(222,175,82,.10)!important;
}
body.ugc-home-light-v30 #ugcGlobalHeader .ugh-mobile-toggle{
  color:#edc875!important;
  background:rgba(255,255,255,.04)!important;
  border-color:rgba(220,177,89,.40)!important;
}
body.ugc-home-light-v30 #ugcGlobalHeader .ugh-mobile{
  color:#eee7de!important;
  background:#323231!important;
  border-top-color:rgba(218,177,95,.22)!important;
}
body.ugc-home-light-v30 #ugcGlobalHeader .ugh-mobile-links a{
  color:#eee7de!important;
  border-bottom-color:rgba(255,255,255,.07)!important;
}
body.ugc-home-light-v30 #ugcGlobalHeader .ugh-mobile-links a:hover{color:#edc36d!important}
body.ugc-home-light-v30 #ugcGlobalHeader .ugh-mobile-search input{
  color:#2d2a27!important;
  background:#f8f4ed!important;
  border-color:rgba(220,177,89,.34)!important;
}

/* Universal footer — slightly softer/lighter than the old dark theme. */
body.ugc-home-light-v30 .ugcf{
  --ugcf-ink:#363431;
  --ugcf-ink2:#30302f;
  --ugcf-panel:#403c37;
  --ugcf-line:rgba(236,218,187,.13);
  --ugcf-text:#f4ede4;
  --ugcf-muted:#b7ada2;
  --ugcf-gold:#d7a94d;
  --ugcf-gold2:#e9c46f;
  background:
    radial-gradient(circle at 14% 2%,rgba(215,171,82,.13),transparent 30%),
    radial-gradient(circle at 86% 30%,rgba(170,153,130,.09),transparent 31%),
    linear-gradient(145deg,#3a3835 0%,#302f2e 44%,#3c3935 100%)!important;
  color:#f4ede4!important;
  border-top-color:rgba(215,171,82,.42)!important;
}
body.ugc-home-light-v30 .ugcf:before{
  background-image:linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px)!important;
}
body.ugc-home-light-v30 .ugcf-watermark{color:rgba(255,255,255,.025)!important}
body.ugc-home-light-v30 .ugcf-logo{color:#fff8ef!important}
body.ugc-home-light-v30 .ugcf-monogram{
  background:linear-gradient(145deg,#494641,#363431)!important;
  border-color:rgba(230,193,113,.58)!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.045),0 15px 40px rgba(18,17,15,.20)!important;
}
body.ugc-home-light-v30 .ugcf-monogram i{color:#f5eee5!important;border-right-color:rgba(255,255,255,.10)!important}
body.ugc-home-light-v30 .ugcf-monogram i:last-child{color:#e8c36d!important}
body.ugc-home-light-v30 .ugcf-wordmark strong{color:#fff8ef!important}
body.ugc-home-light-v30 .ugcf-wordmark b{color:#e8c36d!important}
body.ugc-home-light-v30 .ugcf-wordmark small{color:#b9aea2!important}
body.ugc-home-light-v30 .ugcf-brand-note{color:#afa599!important}
body.ugc-home-light-v30 .ugcf-kicker,
body.ugc-home-light-v30 .ugcf-mini{color:#e8c36d!important}
body.ugc-home-light-v30 .ugcf-hero-copy h2{color:#fff8ef!important}
body.ugc-home-light-v30 .ugcf-hero-copy h2 em{color:#e8c36d!important}
body.ugc-home-light-v30 .ugcf-hero-copy p{color:#c5bbb0!important}
body.ugc-home-light-v30 .ugcf-secondary{
  color:#f1eae1!important;
  background:rgba(255,255,255,.045)!important;
  border-color:rgba(255,255,255,.15)!important;
}
body.ugc-home-light-v30 .ugcf-secondary:hover{
  color:#fff7ea!important;
  background:rgba(229,185,95,.09)!important;
  border-color:rgba(229,185,95,.45)!important;
}
body.ugc-home-light-v30 .ugcf-capabilities strong{color:#f0e9df!important}
body.ugc-home-light-v30 .ugcf-capabilities small{color:#aca296!important}
body.ugc-home-light-v30 .ugcf-links{border-right-color:rgba(255,255,255,.08)!important}
body.ugc-home-light-v30 .ugcf-links h3{color:#f6eee5!important}
body.ugc-home-light-v30 .ugcf-links nav a{color:#b7ada2!important}
body.ugc-home-light-v30 .ugcf-links nav a:hover{color:#f3c970!important}
body.ugc-home-light-v30 .ugcf-workspace{
  background:linear-gradient(145deg,rgba(219,173,80,.10),rgba(255,255,255,.025))!important;
  border-color:rgba(221,176,86,.23)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04)!important;
}
body.ugc-home-light-v30 .ugcf-bottom{color:#aaa095!important}
body.ugc-home-light-v30 .ugcf-bottom-links a,
body.ugc-home-light-v30 .ugcf-top{color:#b2a89d!important}
body.ugc-home-light-v30 .ugcf-bottom-links a:hover,
body.ugc-home-light-v30 .ugcf-top:hover{color:#efc66e!important}

@media(max-width:820px){
  body.ugc-home-light-v30 #ugcGlobalHeader .ugh-mobile-search button{
    background:#d7a84d!important;
    color:#29251f!important;
  }
}


/* ---- home-search-static-readable-v29.css ---- */
/* UGCHost Homepage Search V29 — static, readable search rail.
   Scope: homepage hero search only. Keeps the long search rail fixed and increases text readability. */

body.ugc-home-v19 .ugc19-search-wrap{
  animation:none!important;
  transform:none!important;
}

body.ugc-home-v19 .ugc19-search-wrap::before{
  animation:none!important;
  background-position:50% 0!important;
}

body.ugc-home-v19 .ugc19-search-title{
  font-size:12px!important;
  line-height:1.25!important;
  font-weight:700!important;
}

body.ugc-home-v19 .ugc19-live-search .search-control,
body.ugc-home-v19 .ugc19-live-search .ugc19-filter-control,
body.ugc-home-v19 .ugc19-live-search #regionControl{
  min-height:60px!important;
  padding:9px 12px!important;
}

body.ugc-home-v19 .ugc19-live-search .search-control>span,
body.ugc-home-v19 .ugc19-live-search label>span{
  margin-bottom:6px!important;
  font-size:10.5px!important;
  line-height:1.15!important;
  font-weight:700!important;
}

body.ugc-home-v19 .ugc19-live-search input,
body.ugc-home-v19 .ugc19-live-search select{
  height:30px!important;
  min-height:30px!important;
  font-size:13px!important;
  line-height:1.25!important;
  font-weight:600!important;
}

body.ugc-home-v19 .ugc19-live-search .search-control-profession input{
  font-size:13.5px!important;
}

body.ugc-home-v19 .ugc19-live-search #searchBtn{
  min-height:60px!important;
  font-size:12.5px!important;
  font-weight:800!important;
}

body.ugc-home-v19 .ugc19-popular{
  font-size:10.5px!important;
  line-height:1.35!important;
}

body.ugc-home-v19 .ugc19-popular a{
  font-size:10.5px!important;
  line-height:1.15!important;
}

@media (max-width:1020px){
  body.ugc-home-v19 .ugc19-search-wrap{
    animation:none!important;
    transform:none!important;
  }

  body.ugc-home-v19 .ugc19-search-title{
    font-size:12.5px!important;
  }

  body.ugc-home-v19 .ugc19-live-search .search-control>span,
  body.ugc-home-v19 .ugc19-live-search label>span{
    font-size:11px!important;
  }

  body.ugc-home-v19 .ugc19-live-search input,
  body.ugc-home-v19 .ugc19-live-search select,
  body.ugc-home-v19 .ugc19-live-search .search-control-profession input{
    font-size:14px!important;
  }

  body.ugc-home-v19 .ugc19-live-search #searchBtn{
    font-size:13px!important;
  }

  body.ugc-home-v19 .ugc19-popular,
  body.ugc-home-v19 .ugc19-popular a{
    font-size:11px!important;
  }
}

@media (max-width:650px){
  body.ugc-home-v19 .ugc19-search-title{
    font-size:13px!important;
  }

  body.ugc-home-v19 .ugc19-live-search input,
  body.ugc-home-v19 .ugc19-live-search select,
  body.ugc-home-v19 .ugc19-live-search .search-control-profession input{
    font-size:16px!important;
  }

  body.ugc-home-v19 .ugc19-live-search #searchBtn{
    font-size:14px!important;
  }
}


/* ---- home-footer-original-v33.css ---- */
/* UGCHost Homepage V33 — restore the original footer palette exactly.
   Footer only. V30 light homepage and V31 soft-dark header remain unchanged. */

/* Match the original footer during first paint before the universal footer mounts. */
body.ugc-home-light-v30>.site-footer{
  color:#f7f9fc!important;
  background:
    radial-gradient(circle at 15% 2%,rgba(230,180,42,.18),transparent 28%),
    radial-gradient(circle at 86% 30%,rgba(58,118,207,.17),transparent 30%),
    linear-gradient(145deg,#050b13 0%,#081322 42%,#0d1b2e 100%)!important;
  border-top:1px solid rgba(230,180,42,.42)!important;
  box-shadow:none!important;
}
body.ugc-home-light-v30>.site-footer h4{color:#fff!important}
body.ugc-home-light-v30>.site-footer a{color:#8798ae!important}
body.ugc-home-light-v30>.site-footer p{color:#aab7c8!important}
body.ugc-home-light-v30>.site-footer a:hover{color:#fff!important}
body.ugc-home-light-v30>.site-footer .brand{color:#fff!important}
body.ugc-home-light-v30>.site-footer .brand span{color:#ffd66b!important}

/* Restore the exact original universal footer color system. */
body.ugc-home-light-v30 .ugcf{
  --ugcf-ink:#07101c;
  --ugcf-ink2:#0a1727;
  --ugcf-panel:#0f2035;
  --ugcf-line:rgba(255,255,255,.11);
  --ugcf-text:#f7f9fc;
  --ugcf-muted:#9caabd;
  --ugcf-gold:#e6b42a;
  --ugcf-gold2:#ffd66b;
  --ugcf-blue:#6da8ff;
  background:
    radial-gradient(circle at 15% 2%,rgba(230,180,42,.18),transparent 28%),
    radial-gradient(circle at 86% 30%,rgba(58,118,207,.17),transparent 30%),
    linear-gradient(145deg,#050b13 0%,#081322 42%,#0d1b2e 100%)!important;
  color:var(--ugcf-text)!important;
  border-top-color:rgba(230,180,42,.42)!important;
  box-shadow:none!important;
}
body.ugc-home-light-v30 .ugcf:before{
  background-image:
    linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px)!important;
}
body.ugc-home-light-v30 .ugcf-aura{
  border-color:rgba(230,180,42,.14)!important;
  box-shadow:0 0 0 70px rgba(230,180,42,.025),0 0 0 140px rgba(230,180,42,.018)!important;
}
body.ugc-home-light-v30 .ugcf-watermark{color:rgba(255,255,255,.018)!important}
body.ugc-home-light-v30 .ugcf-logo{color:#fff!important}
body.ugc-home-light-v30 .ugcf-monogram{
  border-color:rgba(255,214,107,.66)!important;
  background:linear-gradient(145deg,rgba(255,255,255,.1),rgba(255,255,255,.02))!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.06),0 15px 45px rgba(0,0,0,.32)!important;
}
body.ugc-home-light-v30 .ugcf-monogram i{color:#fff!important;border-right-color:rgba(255,255,255,.12)!important}
body.ugc-home-light-v30 .ugcf-monogram i:last-child{color:var(--ugcf-gold2)!important}
body.ugc-home-light-v30 .ugcf-wordmark strong{color:#fff!important}
body.ugc-home-light-v30 .ugcf-wordmark b{color:var(--ugcf-gold2)!important}
body.ugc-home-light-v30 .ugcf-wordmark small{color:#7f91a9!important}
body.ugc-home-light-v30 .ugcf-brand-note{color:#73859d!important}
body.ugc-home-light-v30 .ugcf-kicker,
body.ugc-home-light-v30 .ugcf-mini{color:var(--ugcf-gold2)!important}
body.ugc-home-light-v30 .ugcf-hero-copy h2{color:#f7f9fc!important}
body.ugc-home-light-v30 .ugcf-hero-copy h2 em{color:var(--ugcf-gold2)!important}
body.ugc-home-light-v30 .ugcf-hero-copy p{color:#aab7c8!important}
body.ugc-home-light-v30 .ugcf-secondary{
  color:#fff!important;
  background:rgba(255,255,255,.045)!important;
  border-color:rgba(255,255,255,.17)!important;
}
body.ugc-home-light-v30 .ugcf-secondary:hover{
  color:#fff!important;
  background:rgba(255,255,255,.075)!important;
  border-color:rgba(255,214,107,.5)!important;
}
body.ugc-home-light-v30 .ugcf-capabilities strong{color:#e9eef5!important}
body.ugc-home-light-v30 .ugcf-capabilities small{color:#7e8ea3!important}
body.ugc-home-light-v30 .ugcf-links{border-right-color:rgba(255,255,255,.07)!important}
body.ugc-home-light-v30 .ugcf-links h3{color:#fff!important}
body.ugc-home-light-v30 .ugcf-links nav a{color:#8798ae!important}
body.ugc-home-light-v30 .ugcf-links nav a span{color:var(--ugcf-gold2)!important}
body.ugc-home-light-v30 .ugcf-links nav a:hover{color:#fff!important}
body.ugc-home-light-v30 .ugcf-workspace{
  background:linear-gradient(145deg,rgba(230,180,42,.085),rgba(255,255,255,.025))!important;
  border-color:rgba(230,180,42,.2)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05)!important;
}
body.ugc-home-light-v30 .ugcf-workspace .ugcf-mini{color:var(--ugcf-gold2)!important}
body.ugc-home-light-v30 .ugcf-bottom{color:#748399!important}
body.ugc-home-light-v30 .ugcf-bottom-links a,
body.ugc-home-light-v30 .ugcf-top{color:#7f8da1!important}
body.ugc-home-light-v30 .ugcf-bottom-links a:hover,
body.ugc-home-light-v30 .ugcf-top:hover{color:#fff!important}
body.ugc-home-light-v30 .ugcf-status-dot{
  background:var(--ugcf-gold2)!important;
  box-shadow:0 0 0 4px rgba(255,214,107,.08),0 0 16px rgba(255,214,107,.35)!important;
}


/* ---- home-header-footer-match-v34.css ---- */
/* UGCHost Homepage V34 — header matches the original footer atmosphere.
   Header only. Keeps the V30 light body and V33 original footer unchanged. */

/* First-paint source header before the universal header mounts. */
body.ugc-home-light-v30>.site-header{
  position:relative!important;
  isolation:isolate!important;
  color:#f7f9fc!important;
  background:
    radial-gradient(circle at 15% 2%,rgba(230,180,42,.18),transparent 28%),
    radial-gradient(circle at 86% 30%,rgba(58,118,207,.17),transparent 30%),
    linear-gradient(145deg,#050b13 0%,#081322 42%,#0d1b2e 100%)!important;
  border-bottom:1px solid rgba(230,180,42,.42)!important;
  box-shadow:0 18px 42px rgba(4,11,18,.20)!important;
}
body.ugc-home-light-v30>.site-header::before{
  content:"UGC";
  position:absolute;
  z-index:-1;
  right:4%;
  top:50%;
  transform:translateY(-50%);
  color:rgba(255,255,255,.026);
  font:950 clamp(78px,8vw,126px)/.72 Inter,Arial,sans-serif;
  letter-spacing:-.085em;
  pointer-events:none;
  user-select:none;
  white-space:nowrap;
}
body.ugc-home-light-v30>.site-header a{color:#f7f9fc!important}
body.ugc-home-light-v30>.site-header a:hover{color:#ffd66b!important}
body.ugc-home-light-v30>.site-header .brand span{color:#ffd66b!important}

/* Universal header: exact original footer color atmosphere. */
body.ugc-home-light-v30 #ugcGlobalHeader{
  isolation:isolate!important;
  color:#f7f9fc!important;
  background:
    radial-gradient(circle at 15% 2%,rgba(230,180,42,.18),transparent 28%),
    radial-gradient(circle at 86% 30%,rgba(58,118,207,.17),transparent 30%),
    linear-gradient(145deg,#050b13 0%,#081322 42%,#0d1b2e 100%)!important;
  border-bottom:1px solid rgba(230,180,42,.42)!important;
  box-shadow:0 18px 42px rgba(4,11,18,.20)!important;
}
body.ugc-home-light-v30 #ugcGlobalHeader::before{
  content:"UGC";
  position:absolute;
  z-index:0;
  right:4.5%;
  top:50%;
  transform:translateY(-50%);
  color:rgba(255,255,255,.026);
  font:950 clamp(88px,8.5vw,142px)/.72 Inter,Arial,sans-serif;
  letter-spacing:-.09em;
  pointer-events:none;
  user-select:none;
  white-space:nowrap;
  text-shadow:0 0 34px rgba(109,168,255,.025);
}
body.ugc-home-light-v30 #ugcGlobalHeader>.ugh-top,
body.ugc-home-light-v30 #ugcGlobalHeader>.ugh-nav,
body.ugc-home-light-v30 #ugcGlobalHeader>.ugh-mobile{
  position:relative!important;
  z-index:1!important;
}
body.ugc-home-light-v30 #ugcGlobalHeader .ugh-top{
  background:linear-gradient(180deg,rgba(5,11,19,.42),rgba(8,19,34,.22))!important;
  border-bottom-color:rgba(255,255,255,.075)!important;
}
body.ugc-home-light-v30 #ugcGlobalHeader .ugh-nav{
  background:linear-gradient(180deg,rgba(10,23,39,.34),rgba(5,13,23,.48))!important;
}
body.ugc-home-light-v30 #ugcGlobalHeader .ugh-menu-link,
body.ugc-home-light-v30 #ugcGlobalHeader .ugh-more-button{color:#eef3f8!important}
body.ugc-home-light-v30 #ugcGlobalHeader .ugh-menu-link svg{stroke:#e6b42a!important}
body.ugc-home-light-v30 #ugcGlobalHeader .ugh-chevron{color:#d7b45c!important}
body.ugc-home-light-v30 #ugcGlobalHeader .ugh-menu-link:hover,
body.ugc-home-light-v30 #ugcGlobalHeader .ugh-menu-item.is-open>.ugh-menu-link,
body.ugc-home-light-v30 #ugcGlobalHeader .ugh-more-button:hover{
  color:#ffd66b!important;
  background:rgba(230,180,42,.085)!important;
}
body.ugc-home-light-v30 #ugcGlobalHeader .ugh-utility{
  color:#edf2f8!important;
  background:rgba(255,255,255,.035)!important;
  border-color:rgba(255,255,255,.12)!important;
}
body.ugc-home-light-v30 #ugcGlobalHeader .ugh-utility:hover{
  color:#fff!important;
  background:rgba(109,168,255,.08)!important;
  border-color:rgba(109,168,255,.34)!important;
}
body.ugc-home-light-v30 #ugcGlobalHeader .ugh-utility svg{stroke:#ffd66b!important}
body.ugc-home-light-v30 #ugcGlobalHeader .ugh-nav-actions{border-left-color:rgba(255,255,255,.10)!important}
body.ugc-home-light-v30 #ugcGlobalHeader .ugh-secondary-cta{
  color:#f5d77f!important;
  background:rgba(255,255,255,.025)!important;
  border-color:rgba(230,180,42,.58)!important;
}
body.ugc-home-light-v30 #ugcGlobalHeader .ugh-secondary-cta:hover{
  color:#fff0bd!important;
  background:rgba(230,180,42,.10)!important;
  border-color:#e6b42a!important;
}
body.ugc-home-light-v30 #ugcGlobalHeader .ugh-panel{
  color:#f3f6fa!important;
  background:linear-gradient(145deg,#0a1727,#0f2035)!important;
  border-color:rgba(230,180,42,.28)!important;
  box-shadow:0 20px 48px rgba(0,0,0,.34)!important;
}
body.ugc-home-light-v30 #ugcGlobalHeader .ugh-panel a{color:#e9eef5!important}
body.ugc-home-light-v30 #ugcGlobalHeader .ugh-panel a:hover{
  color:#ffd66b!important;
  background:rgba(230,180,42,.09)!important;
}
body.ugc-home-light-v30 #ugcGlobalHeader .ugh-mobile-toggle{
  color:#ffd66b!important;
  background:rgba(255,255,255,.035)!important;
  border-color:rgba(230,180,42,.38)!important;
}
body.ugc-home-light-v30 #ugcGlobalHeader .ugh-mobile{
  color:#f3f6fa!important;
  background:linear-gradient(145deg,#07101c,#0a1727)!important;
  border-top-color:rgba(230,180,42,.16)!important;
}
body.ugc-home-light-v30 #ugcGlobalHeader .ugh-mobile-links a{
  color:#f0f3f7!important;
  border-bottom-color:rgba(255,255,255,.055)!important;
}
body.ugc-home-light-v30 #ugcGlobalHeader .ugh-mobile-links a:hover{color:#ffd66b!important}

@media(max-width:820px){
  body.ugc-home-light-v30 #ugcGlobalHeader::before{
    right:7%;
    font-size:clamp(66px,18vw,104px);
    color:rgba(255,255,255,.022);
  }
}


/* ---- home-worldclass-luxury-v40.css ---- */
/* UGCHost Homepage V40 — world-class classic luxury surface.
   Visual-only override. Keeps all approved homepage structure, cards, search,
   affiliate content and header behavior intact while replacing the busy
   textile menu treatment and flat page canvas with a quieter premium finish. */

body.ugc-home-light-v30{
  --ugc40-ink:#171915;
  --ugc40-emerald:#10251f;
  --ugc40-emerald-deep:#07100d;
  --ugc40-gold:#b88a42;
  --ugc40-gold-hi:#d8b66c;
  --ugc40-pearl:#fffdf8;
  --ugc40-ivory:#f8f2e9;
  --ugc40-champagne:#eee1cf;
  background:
    radial-gradient(900px 620px at 86% 8%,rgba(185,139,66,.12),transparent 68%),
    radial-gradient(760px 560px at 6% 40%,rgba(16,51,42,.055),transparent 70%),
    linear-gradient(145deg,#fffdf9 0%,#f8f2e9 43%,#f0e5d6 100%)!important;
  color:var(--ugc40-ink)!important;
}

body.ugc-home-light-v30 main,
body.ugc-home-light-v30.ugc-home-v19 main{
  position:relative;
  background:
    radial-gradient(900px 520px at 88% 7%,rgba(190,145,72,.10),transparent 65%),
    radial-gradient(720px 520px at 2% 35%,rgba(15,54,43,.045),transparent 68%),
    linear-gradient(150deg,#fffdfa 0%,#f7f0e6 48%,#eee1cf 100%)!important;
}

body.ugc-home-light-v30.ugc-home-v19 .ugc19-home{
  position:relative;
  isolation:isolate;
  background:
    radial-gradient(760px 520px at 81% 8%,rgba(203,161,89,.13),transparent 68%),
    radial-gradient(680px 520px at 3% 32%,rgba(18,57,47,.052),transparent 70%),
    radial-gradient(580px 420px at 58% 86%,rgba(213,180,123,.075),transparent 72%),
    linear-gradient(142deg,#fffdfa 0%,#f8f2e9 46%,#efe3d3 100%)!important;
}

/* Remove the old grid-like page texture and replace it with quiet pearl light. */
body.ugc-home-light-v30.ugc-home-v19 .ugc19-home::before{
  opacity:.72!important;
  background:
    radial-gradient(circle at 78% 9%,rgba(255,255,255,.78),transparent 30%),
    radial-gradient(circle at 17% 44%,rgba(255,255,255,.46),transparent 27%),
    linear-gradient(115deg,rgba(255,255,255,.34),transparent 34%,rgba(187,139,62,.035) 72%,transparent)!important;
  background-size:auto!important;
}

/* HERO: classic champagne/pearl canvas with subtle emerald depth. */
body.ugc-home-light-v30.ugc-home-v19 .ugc19-hero{
  position:relative;
  border-bottom:1px solid rgba(177,132,60,.26)!important;
  background:
    radial-gradient(ellipse 58% 78% at 81% 34%,rgba(199,153,77,.18),transparent 69%),
    radial-gradient(ellipse 42% 64% at 4% 7%,rgba(17,55,44,.07),transparent 73%),
    radial-gradient(ellipse 45% 38% at 52% 98%,rgba(225,199,157,.13),transparent 76%),
    linear-gradient(122deg,#fffefb 0%,#faf5ed 38%,#f3e9dc 72%,#fffaf4 100%)!important;
  box-shadow:inset 0 -1px 0 rgba(255,255,255,.72)!important;
}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-hero::before{
  opacity:1!important;
  background:
    linear-gradient(112deg,rgba(255,255,255,.66),transparent 31%,rgba(203,158,82,.055) 67%,transparent),
    radial-gradient(ellipse at 76% 35%,rgba(255,255,255,.22),transparent 52%)!important;
}

/* Keep later homepage sections within one refined material family. */
body.ugc-home-light-v30.ugc-home-v19 .ugc19-featured{
  background:
    radial-gradient(ellipse 46% 72% at 8% 10%,rgba(205,166,100,.085),transparent 72%),
    radial-gradient(ellipse 42% 70% at 92% 82%,rgba(19,60,49,.035),transparent 75%),
    linear-gradient(180deg,rgba(255,252,247,.96),rgba(245,237,226,.96))!important;
}

/* FALLBACK source header before the runtime global header mounts. */
body.ugc-home-light-v30>.site-header{
  background:
    radial-gradient(ellipse at 14% 0%,rgba(216,177,98,.09),transparent 32%),
    linear-gradient(118deg,#070a09 0%,#0b1915 45%,#10251f 72%,#080b0a 100%)!important;
  border-bottom:1px solid rgba(211,171,92,.48)!important;
  box-shadow:0 16px 38px rgba(5,12,10,.28),inset 0 -1px 0 rgba(255,224,158,.07)!important;
  color:#f7f1e8!important;
}
body.ugc-home-light-v30>.site-header a{color:#f7f1e8!important}
body.ugc-home-light-v30>.site-header .brand span{color:#d5b36d!important}

/* GLOBAL MENU BAR: remove the old full-frame textile artwork completely. */
#ugcGlobalHeader,
body.ugc-home-light-v30 #ugcGlobalHeader{
  position:relative!important;
  overflow:visible!important;
  background:
    radial-gradient(ellipse 32% 120% at 11% 0%,rgba(213,173,91,.10),transparent 70%),
    radial-gradient(ellipse 38% 130% at 88% 100%,rgba(34,88,70,.18),transparent 72%),
    linear-gradient(118deg,#060908 0%,#0a1713 33%,#10251f 63%,#090d0b 100%)!important;
  background-image:
    radial-gradient(ellipse 32% 120% at 11% 0%,rgba(213,173,91,.10),transparent 70%),
    radial-gradient(ellipse 38% 130% at 88% 100%,rgba(34,88,70,.18),transparent 72%),
    linear-gradient(118deg,#060908 0%,#0a1713 33%,#10251f 63%,#090d0b 100%)!important;
  border-bottom:1px solid rgba(216,178,98,.60)!important;
  box-shadow:0 18px 44px rgba(4,10,8,.32),inset 0 -1px 0 rgba(255,227,164,.08)!important;
}

/* Replace textile weave/pattern pseudo-layers with a restrained metallic glow. */
#ugcGlobalHeader::before,
body.ugc-home-light-v30 #ugcGlobalHeader::before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:0!important;
  pointer-events:none!important;
  opacity:.72!important;
  background:
    linear-gradient(90deg,transparent 0%,rgba(255,255,255,.025) 23%,transparent 44%,rgba(222,184,101,.035) 72%,transparent 100%),
    linear-gradient(180deg,rgba(255,255,255,.025),transparent 34%,transparent 68%,rgba(216,177,94,.025))!important;
}
#ugcGlobalHeader::after,
body.ugc-home-light-v30 #ugcGlobalHeader::after{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:0!important;
  pointer-events:none!important;
  opacity:1!important;
  mix-blend-mode:normal!important;
  -webkit-mask-image:none!important;
  mask-image:none!important;
  background:
    linear-gradient(90deg,transparent 0%,rgba(218,180,98,.18) 18%,rgba(246,218,151,.38) 50%,rgba(218,180,98,.18) 82%,transparent 100%) left bottom/100% 1px no-repeat!important;
}

/* Two-row menu surfaces become quiet dark glass instead of competing artwork. */
#ugcGlobalHeader.ugh-two-row-v10 .ugh-top,
body.ugc-home-light-v30 #ugcGlobalHeader.ugh-two-row-v10 .ugh-top{
  position:relative!important;
  z-index:2!important;
  background:linear-gradient(180deg,rgba(7,13,11,.82),rgba(10,24,20,.68))!important;
  border-bottom:1px solid rgba(210,169,88,.18)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025),inset 0 -1px 0 rgba(218,176,88,.08)!important;
  backdrop-filter:blur(14px)!important;
  -webkit-backdrop-filter:blur(14px)!important;
}
#ugcGlobalHeader.ugh-two-row-v10 .ugh-nav,
body.ugc-home-light-v30 #ugcGlobalHeader.ugh-two-row-v10 .ugh-nav{
  position:relative!important;
  z-index:2!important;
  background:linear-gradient(180deg,rgba(12,32,26,.94),rgba(7,18,15,.97))!important;
  border-top:1px solid rgba(255,255,255,.018)!important;
  border-bottom:1px solid rgba(214,173,91,.36)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025),inset 0 -1px 0 rgba(220,178,91,.08)!important;
  backdrop-filter:blur(14px)!important;
  -webkit-backdrop-filter:blur(14px)!important;
}

/* Crisp classic menu typography and understated hover. */
#ugcGlobalHeader .ugh-menu-link,
#ugcGlobalHeader .ugh-more-button,
#ugcGlobalHeader .ugh-utility,
#ugcGlobalHeader .ugh-signup-v39{
  color:#f4efe7!important;
}
#ugcGlobalHeader .ugh-menu-link:hover,
#ugcGlobalHeader .ugh-more-button:hover,
#ugcGlobalHeader .ugh-menu-item.is-open>.ugh-menu-link,
#ugcGlobalHeader .ugh-more.is-open>.ugh-more-button{
  color:#f2d28c!important;
  background:rgba(213,171,86,.075)!important;
}
#ugcGlobalHeader .ugh-menu-link svg,
#ugcGlobalHeader .ugh-chevron{color:#d4b36d!important;stroke:#d4b36d!important}

@media(max-width:980px){
  #ugcGlobalHeader,
  body.ugc-home-light-v30 #ugcGlobalHeader{
    background:
      radial-gradient(ellipse 55% 120% at 88% 0%,rgba(43,96,78,.16),transparent 74%),
      linear-gradient(125deg,#070a09 0%,#0c1d18 58%,#09100d 100%)!important;
  }
}

@media(prefers-reduced-motion:reduce){
  #ugcGlobalHeader *,body.ugc-home-light-v30 .ugc19-home *{scroll-behavior:auto!important}
}


/* ---- home-hero-dark-luxury-v41.css ---- */
/* UGCHost Homepage V41 — dark luxury creator-card hero showcase.
   Visual-only override for the homepage hero area that contains the four
   creator cards. Keeps cards, search, affiliate logos and layout unchanged. */

body.ugc-home-light-v30.ugc-home-v19 .ugc19-hero{
  position:relative!important;
  isolation:isolate!important;
  overflow:hidden!important;
  border-bottom:1px solid rgba(218,174,88,.42)!important;
  background:
    radial-gradient(ellipse 46% 72% at 78% 31%,rgba(215,166,76,.22),transparent 64%),
    radial-gradient(ellipse 38% 60% at 91% 84%,rgba(40,111,86,.20),transparent 70%),
    radial-gradient(ellipse 42% 68% at 8% 12%,rgba(40,91,74,.16),transparent 70%),
    radial-gradient(circle at 51% 106%,rgba(181,126,49,.12),transparent 31%),
    repeating-linear-gradient(118deg,rgba(239,198,111,.026) 0 1px,transparent 1px 17px),
    repeating-linear-gradient(28deg,rgba(82,151,125,.018) 0 1px,transparent 1px 23px),
    linear-gradient(122deg,#050706 0%,#07110e 18%,#0d211a 43%,#17130e 72%,#080a08 100%)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,235,188,.035),
    inset 0 -1px 0 rgba(218,174,88,.09),
    0 30px 70px rgba(0,0,0,.22)!important;
}

/* Layered ambient light and fine architectural detail without a busy pattern. */
body.ugc-home-light-v30.ugc-home-v19 .ugc19-hero::before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:0!important;
  pointer-events:none!important;
  opacity:1!important;
  background:
    radial-gradient(ellipse 54% 44% at 76% 28%,rgba(255,222,145,.095),transparent 66%),
    radial-gradient(ellipse 30% 58% at 8% 42%,rgba(58,127,100,.10),transparent 72%),
    linear-gradient(90deg,transparent 0%,rgba(255,255,255,.018) 24%,transparent 45%,rgba(224,181,91,.028) 72%,transparent 100%),
    linear-gradient(180deg,rgba(255,255,255,.018),transparent 30%,transparent 72%,rgba(224,181,91,.026))!important;
}

body.ugc-home-light-v30.ugc-home-v19 .ugc19-hero::after{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:0!important;
  pointer-events:none!important;
  opacity:.78!important;
  background:
    radial-gradient(circle at 82% 33%,transparent 0 108px,rgba(231,187,97,.075) 109px 110px,transparent 111px),
    radial-gradient(circle at 82% 33%,transparent 0 176px,rgba(231,187,97,.048) 177px 178px,transparent 179px),
    radial-gradient(circle at 12% 74%,transparent 0 124px,rgba(70,141,112,.045) 125px 126px,transparent 127px),
    linear-gradient(90deg,transparent 0%,rgba(224,181,91,.13) 18%,rgba(247,219,154,.25) 50%,rgba(224,181,91,.13) 82%,transparent 100%) left bottom/100% 1px no-repeat!important;
}

body.ugc-home-light-v30.ugc-home-v19 .ugc19-hero>.container,
body.ugc-home-light-v30.ugc-home-v19 .ugc19-hero .ugc19-hero-inner{
  position:relative!important;
  z-index:2!important;
}

/* Premium light typography against the dark showcase. */
body.ugc-home-light-v30.ugc-home-v19 .ugc19-kicker{
  color:#deb86b!important;
  text-shadow:0 1px 12px rgba(0,0,0,.28)!important;
}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-copy h1{
  color:#f8f4ec!important;
  text-shadow:0 18px 42px rgba(0,0,0,.30)!important;
}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-copy h1 em{color:#e3bb69!important}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-copy>p{color:#c8cbc5!important}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-benefit b{color:#f1ece3!important}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-benefit small{color:#aeb7b0!important}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-benefit i{
  border-color:rgba(221,177,89,.74)!important;
  background:radial-gradient(circle at 31% 24%,#fff3d1 0%,#d5a951 48%,#8c601f 100%)!important;
  box-shadow:0 0 0 3px rgba(220,176,88,.08),0 10px 28px rgba(0,0,0,.24)!important;
}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-search-title{color:#eee5d7!important}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-popular{color:#b8beb8!important}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-popular a{
  color:#eee9e1!important;
  border-color:rgba(217,174,87,.30)!important;
  background:rgba(9,20,16,.55)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025)!important;
}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-popular a:hover{
  color:#f4d58e!important;
  border-color:rgba(225,184,96,.62)!important;
  background:rgba(20,43,35,.76)!important;
}

/* Affiliate title remains readable while logo tiles keep their approved sizing. */
body.ugc-home-light-v30 .ugc-affiliate-platform-title span{
  color:#f4efe7!important;
  text-shadow:0 6px 18px rgba(0,0,0,.24)!important;
}
body.ugc-home-light-v30 .ugc-affiliate-platform-title b{color:#b8c0ba!important}
body.ugc-home-light-v30 .ugc-affiliate-platform{
  border-color:rgba(222,179,91,.34)!important;
  background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(244,238,228,.94))!important;
  box-shadow:0 12px 28px rgba(0,0,0,.22),inset 0 1px 0 rgba(255,255,255,.96)!important;
}

/* Make the gold threads around the creator cards feel intentional and premium. */
body.ugc-home-light-v30 .ugc26-thread{
  border-color:rgba(226,181,90,.50)!important;
  box-shadow:0 0 16px rgba(215,165,73,.045)!important;
}
body.ugc-home-light-v30 .ugc26-vetted-wrap{filter:drop-shadow(0 16px 22px rgba(0,0,0,.23))}

@media(max-width:720px){
  body.ugc-home-light-v30.ugc-home-v19 .ugc19-hero{
    background:
      radial-gradient(ellipse 64% 70% at 78% 22%,rgba(211,164,77,.19),transparent 66%),
      radial-gradient(ellipse 54% 58% at 8% 15%,rgba(42,105,82,.15),transparent 72%),
      repeating-linear-gradient(118deg,rgba(239,198,111,.022) 0 1px,transparent 1px 16px),
      linear-gradient(125deg,#050706 0%,#0b1c17 50%,#15110d 100%)!important;
  }
}

@media(prefers-reduced-motion:reduce){
  body.ugc-home-light-v30.ugc-home-v19 .ugc19-hero *{animation:none!important}
}


/* ---- home-header-footer-final-v42.css ---- */
/* UGCHost Homepage V42 — final header/footer background match and gap removal.
   Homepage only. Reuses the original footer atmosphere on the two-row global header
   and removes the invisible fixed-header spacer so the hero meets the menu directly. */

body.ugc-home-light-v30 #ugcGlobalHeader{
  position:sticky!important;
  top:0!important;
  left:auto!important;
  right:auto!important;
  width:100%!important;
  background:
    radial-gradient(circle at 15% 2%,rgba(230,180,42,.18),transparent 28%),
    radial-gradient(circle at 86% 30%,rgba(58,118,207,.17),transparent 30%),
    linear-gradient(145deg,#050b13 0%,#081322 42%,#0d1b2e 100%)!important;
  background-image:
    radial-gradient(circle at 15% 2%,rgba(230,180,42,.18),transparent 28%),
    radial-gradient(circle at 86% 30%,rgba(58,118,207,.17),transparent 30%),
    linear-gradient(145deg,#050b13 0%,#081322 42%,#0d1b2e 100%)!important;
  background-size:auto!important;
  background-position:center!important;
  background-repeat:no-repeat!important;
  background-color:#050b13!important;
  border-bottom:1px solid rgba(230,180,42,.42)!important;
  box-shadow:0 14px 34px rgba(4,11,18,.22)!important;
  overflow:visible!important;
}

/* Remove the later African textile layer so the menu uses the footer treatment exactly. */
body.ugc-home-light-v30 #ugcGlobalHeader::after{
  content:none!important;
  display:none!important;
  background:none!important;
}

/* Keep the subtle UGC watermark while matching the footer palette. */
body.ugc-home-light-v30 #ugcGlobalHeader::before{
  color:rgba(255,255,255,.022)!important;
  opacity:1!important;
  text-shadow:none!important;
}

/* Both menu rows reveal one continuous footer-style background. */
body.ugc-home-light-v30 #ugcGlobalHeader>.ugh-top,
body.ugc-home-light-v30 #ugcGlobalHeader>.ugh-nav{
  background:transparent!important;
  background-image:none!important;
  box-shadow:none!important;
}
body.ugc-home-light-v30 #ugcGlobalHeader>.ugh-top{
  border-bottom:1px solid rgba(255,255,255,.075)!important;
}
body.ugc-home-light-v30 #ugcGlobalHeader>.ugh-nav{
  margin-top:0!important;
  border-bottom:0!important;
}

/* The header now participates in document flow, so the old fixed-header spacer
   would create the white band the user reported. Remove it completely. */
body.ugc-home-light-v30 #ugcGlobalHeaderSpacer{
  display:none!important;
  height:0!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
}

body.ugc-home-v19 main,
body.ugc-home-light-v30 main,
body.ugc-home-light-v30 .ugc19-home,
body.ugc-home-light-v30 .ugc19-hero{
  margin-top:0!important;
}

@media(max-width:820px){
  body.ugc-home-light-v30 #ugcGlobalHeader{
    position:sticky!important;
    top:0!important;
  }
  body.ugc-home-light-v30 #ugcGlobalHeader>.ugh-mobile{
    background:
      radial-gradient(circle at 15% 2%,rgba(230,180,42,.13),transparent 30%),
      linear-gradient(145deg,#050b13 0%,#081322 52%,#0d1b2e 100%)!important;
    border-top:1px solid rgba(230,180,42,.18)!important;
  }
}


/* ---- home-header-search-centered-v45.css ---- */
/* UGCHost Homepage Header Search V45 — centered premium Creator ID search.
   Scope: homepage top-header Creator ID search only. No hero, menu, lower search,
   creator cards, footer, or runtime behavior is changed. */

@media (min-width:1181px){
  body.ugc-home-light-v30 #ugcGlobalHeader.ugh-two-row-v10 .ugh-creator-id-search-v11{
    width:100%!important;
    max-width:286px!important;
    min-height:40px!important;
    align-self:center!important;
  }

  body.ugc-home-light-v30 #ugcGlobalHeader.ugh-two-row-v10 .ugh-creator-id-search-v11 input{
    height:40px!important;
    min-height:40px!important;
    padding:0 46px 0 39px!important;
    border:1px solid rgba(210,164,75,.82)!important;
    border-radius:999px!important;
    background:linear-gradient(180deg,#fffdf8 0%,#f5ead8 100%)!important;
    color:#14221d!important;
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.96),
      0 8px 22px rgba(0,0,0,.20),
      0 0 0 1px rgba(90,61,20,.16)!important;
    font-size:12px!important;
    font-weight:650!important;
    letter-spacing:.01em!important;
    caret-color:#9a7028!important;
  }

  body.ugc-home-light-v30 #ugcGlobalHeader.ugh-two-row-v10 .ugh-creator-id-search-v11 input::placeholder{
    color:#4f5e56!important;
    opacity:1!important;
  }

  body.ugc-home-light-v30 #ugcGlobalHeader.ugh-two-row-v10 .ugh-creator-id-search-v11 input:focus{
    border-color:#e3b95f!important;
    background:#fffdf8!important;
    box-shadow:
      0 0 0 3px rgba(218,177,91,.16),
      0 10px 26px rgba(0,0,0,.24)!important;
  }

  body.ugc-home-light-v30 #ugcGlobalHeader.ugh-two-row-v10 .ugh-creator-id-icon-v11{
    left:14px!important;
    color:#8d6727!important;
  }

  body.ugc-home-light-v30 #ugcGlobalHeader.ugh-two-row-v10 .ugh-creator-id-search-v11 button{
    right:4px!important;
    width:32px!important;
    height:32px!important;
    min-width:32px!important;
    min-height:32px!important;
    border:1px solid rgba(255,235,186,.82)!important;
    border-radius:50%!important;
    background:linear-gradient(145deg,#f3cb72 0%,#d59a32 62%,#bb781d 100%)!important;
    color:#102019!important;
    box-shadow:
      inset 0 1px 0 rgba(255,248,224,.84),
      0 5px 13px rgba(154,96,21,.28)!important;
  }

  /* Align the homepage brand with the left edge of the creator/results content
     below. Transform remains visual-only, so the centered Creator ID search and
     right-side actions keep their approved geometry. */
  body.ugc-home-light-v30 #ugcGlobalHeader.ugh-two-row-v10 .ugh-brand{
    transform:translateX(clamp(92px,6.3vw,124px))!important;
    /* The approved menu-logo PNG contains a narrow white strip at its far left.
       Mask only that strip without shifting/scaling the visible gold logo. */
    background-image:
      linear-gradient(90deg,#0f1710 0 26px,transparent 26px),
      url("assets/ugchost-menu-logo-20260830.png")!important;
    background-repeat:no-repeat,no-repeat!important;
    background-position:left center,center center!important;
    background-size:100% 100%,contain!important;
  }
}

/* On wide desktop screens, use the familiar marketplace composition:
   brand left, search truly centered, account/actions right. */
@media (min-width:1480px){
  body.ugc-home-light-v30 #ugcGlobalHeader.ugh-two-row-v10 .ugh-top-inner{
    grid-template-columns:1fr 286px 1fr!important;
    justify-content:stretch!important;
    column-gap:14px!important;
  }

  body.ugc-home-light-v30 #ugcGlobalHeader.ugh-two-row-v10 .ugh-brand{
    grid-column:1!important;
    justify-self:start!important;
  }

  body.ugc-home-light-v30 #ugcGlobalHeader.ugh-two-row-v10 .ugh-creator-id-search-v11{
    grid-column:2!important;
    justify-self:center!important;
    margin:0!important;
  }

  body.ugc-home-light-v30 #ugcGlobalHeader.ugh-two-row-v10 .ugh-utilities{
    grid-column:3!important;
    justify-self:end!important;
    margin:0!important;
  }
}

/* Keep the already-approved compact/mobile header untouched. */
@media (max-width:1180px){
  body.ugc-home-light-v30 #ugcGlobalHeader .ugh-creator-id-search-v11,
  body.ugc-home-light-v30 #ugcGlobalHeader .ugh-creator-id-search-v11 input,
  body.ugc-home-light-v30 #ugcGlobalHeader .ugh-creator-id-search-v11 button{
    box-sizing:border-box!important;
  }
}


/* ---- home-dark-gold-premium-v46.css ---- */
/* UGCHost Homepage V46 — premium dark-gold finish.
   Visual-only homepage override. Keeps approved structure, creator media,
   search behavior, header/footer behavior and responsive layout intact. */

body.ugc-home-light-v30{
  --ugc46-black:#030403;
  --ugc46-night:#070a08;
  --ugc46-green:#0b1712;
  --ugc46-panel:#0d120f;
  --ugc46-panel2:#15130d;
  --ugc46-gold:#d3a34a;
  --ugc46-gold-hi:#f0cf82;
  --ugc46-gold-deep:#8b5918;
  --ugc46-ivory:#fbf4e7;
  --ugc46-muted:#b9b4aa;
  --ugc46-line:rgba(214,166,76,.42);
  background:#030403!important;
  color:var(--ugc46-ivory)!important;
}

body.ugc-home-light-v30 main,
body.ugc-home-light-v30.ugc-home-v19 main{
  color:var(--ugc46-ivory)!important;
  background:
    radial-gradient(950px 720px at 82% 8%,rgba(205,153,58,.19),transparent 66%),
    radial-gradient(760px 620px at 4% 36%,rgba(36,89,68,.15),transparent 70%),
    linear-gradient(145deg,#020302 0%,#07100c 42%,#120f08 72%,#030403 100%)!important;
}

body.ugc-home-light-v30.ugc-home-v19 .ugc19-home{
  color:var(--ugc46-ivory)!important;
  background:
    radial-gradient(760px 560px at 83% 5%,rgba(226,174,73,.17),transparent 68%),
    radial-gradient(660px 520px at 8% 31%,rgba(30,88,65,.13),transparent 72%),
    radial-gradient(620px 460px at 54% 70%,rgba(173,112,27,.12),transparent 74%),
    repeating-linear-gradient(118deg,rgba(242,195,100,.018) 0 1px,transparent 1px 21px),
    linear-gradient(148deg,#030504 0%,#07100c 34%,#111008 67%,#040504 100%)!important;
}

body.ugc-home-light-v30.ugc-home-v19 .ugc19-home::before{
  opacity:.82!important;
  background:
    radial-gradient(circle at 17% 16%,rgba(255,223,151,.34) 0 1px,transparent 1.7px),
    radial-gradient(circle at 81% 14%,rgba(235,187,91,.30) 0 1px,transparent 1.7px),
    radial-gradient(circle at 63% 58%,rgba(255,255,255,.11) 0 1px,transparent 1.6px),
    linear-gradient(110deg,transparent 0%,rgba(229,183,90,.035) 29%,transparent 49%,rgba(229,183,90,.045) 75%,transparent 100%)!important;
  background-size:285px 285px,355px 355px,235px 235px,auto!important;
}

body.ugc-home-light-v30.ugc-home-v19 .ugc19-kicker{
  color:#e4b75f!important;
  text-shadow:0 0 18px rgba(211,163,74,.18)!important;
}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-section-title,
body.ugc-home-light-v30.ugc-home-v19 .ugc19-heading-row h2{
  color:#fbf5ea!important;
  text-shadow:0 12px 32px rgba(0,0,0,.28)!important;
}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-link{color:#e0ad50!important}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-link:hover{color:#f5d994!important}

/* Hero: richer black, antique gold and dark emerald lighting. */
body.ugc-home-light-v30.ugc-home-v19 .ugc19-hero{
  border-bottom:1px solid rgba(226,177,83,.50)!important;
  background:
    radial-gradient(ellipse 46% 76% at 78% 31%,rgba(223,169,67,.25),transparent 65%),
    radial-gradient(ellipse 38% 62% at 91% 82%,rgba(126,76,18,.17),transparent 70%),
    radial-gradient(ellipse 42% 68% at 5% 14%,rgba(34,102,75,.17),transparent 72%),
    linear-gradient(124deg,#020302 0%,#06100c 24%,#0d1c15 47%,#171108 72%,#050604 100%)!important;
  box-shadow:inset 0 -1px 0 rgba(255,221,150,.07),0 28px 72px rgba(0,0,0,.25)!important;
}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-hero::before{
  opacity:1!important;
  background:
    radial-gradient(ellipse 54% 43% at 76% 29%,rgba(255,222,145,.11),transparent 66%),
    linear-gradient(110deg,rgba(255,255,255,.018),transparent 31%,rgba(230,184,91,.045) 67%,transparent)!important;
}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-copy h1{color:#fbf5ea!important}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-copy h1 em{color:#e3b55c!important}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-copy>p{color:#c7c6bf!important}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-benefit b{color:#f4eee4!important}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-benefit small{color:#a9b0aa!important}

/* Affiliate strip: high contrast on the dark hero. */
body.ugc-home-light-v30 .ugc-affiliate-platform-title span{
  color:#f1c56d!important;
  text-shadow:0 5px 18px rgba(0,0,0,.42),0 0 18px rgba(220,170,72,.12)!important;
}
body.ugc-home-light-v30 .ugc-affiliate-platform-title b{color:#bac0b9!important}
body.ugc-home-light-v30 .ugc-affiliate-platform>span{
  filter:drop-shadow(0 9px 15px rgba(0,0,0,.38)) drop-shadow(0 0 9px rgba(210,159,64,.08))!important;
}

/* Search rail: dark glass and warm metallic gold instead of the light panel. */
body.ugc-home-light-v30.ugc-home-v19 .ugc19-search-wrap{
  border:1px solid rgba(226,177,83,.72)!important;
  background:
    radial-gradient(circle at 15% 0%,rgba(231,183,93,.10),transparent 30%),
    linear-gradient(180deg,rgba(13,18,15,.985),rgba(5,8,7,.995))!important;
  box-shadow:
    0 0 0 1px rgba(113,70,17,.62),
    inset 0 1px 0 rgba(255,231,181,.12),
    0 20px 48px rgba(0,0,0,.44),
    0 0 34px rgba(198,143,47,.09)!important;
}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-search-wrap::before{
  background:linear-gradient(90deg,transparent,rgba(209,155,58,.18),#f2cc7a 49%,rgba(209,155,58,.18),transparent)!important;
}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-search-wrap::after{box-shadow:inset 0 0 0 1px rgba(255,219,147,.055)!important}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-search-title{color:#f1e6d4!important}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-live-search .search-control,
body.ugc-home-light-v30.ugc-home-v19 .ugc19-live-search .ugc19-filter-control,
body.ugc-home-light-v30.ugc-home-v19 .ugc19-live-search #regionControl{
  border-color:rgba(220,168,73,.34)!important;
  background:linear-gradient(180deg,#0e1713,#080d0b)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025)!important;
}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-live-search .search-control>span,
body.ugc-home-light-v30.ugc-home-v19 .ugc19-live-search label>span{color:#d8d2c8!important}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-live-search input,
body.ugc-home-light-v30.ugc-home-v19 .ugc19-live-search select{color:#f5f0e8!important}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-live-search input::placeholder{color:#89928c!important}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-live-search select option{color:#f5f0e8!important;background:#0b110e!important}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-live-search #searchBtn{
  border-color:#f0ca79!important;
  background:linear-gradient(180deg,#efc872 0%,#d89a32 61%,#ad6818 100%)!important;
  color:#1c1206!important;
  box-shadow:inset 0 1px 0 rgba(255,248,225,.80),0 9px 21px rgba(176,105,18,.28),0 0 22px rgba(220,164,66,.11)!important;
}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-popular{color:#aaaFA9!important}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-popular a{
  color:#eee8df!important;
  border-color:rgba(220,168,73,.34)!important;
  background:rgba(8,16,13,.78)!important;
}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-popular a:hover{color:#f1c76f!important;border-color:rgba(233,186,92,.66)!important;background:#121b16!important}
body.ugc-home-light-v30.ugc-home-v19 .ugc-search-suggestions{border-color:rgba(222,172,78,.42)!important;background:#0a120f!important}
body.ugc-home-light-v30.ugc-home-v19 .ugc-search-option{color:#ede9e2!important;background:#0a120f!important}
body.ugc-home-light-v30.ugc-home-v19 .ugc-search-option:hover,
body.ugc-home-light-v30.ugc-home-v19 .ugc-search-option.is-active{background:#15231c!important}
body.ugc-home-light-v30.ugc-home-v19 .ugc-search-option small{color:#9ca69f!important}

/* Later homepage sections: alternate black/emerald and antique-gold light pools. */
body.ugc-home-light-v30.ugc-home-v19 .ugc19-featured{
  border-top:1px solid rgba(211,163,74,.18)!important;
  border-bottom:1px solid rgba(211,163,74,.24)!important;
  background:
    radial-gradient(ellipse 50% 82% at 8% 6%,rgba(211,158,65,.13),transparent 72%),
    radial-gradient(ellipse 42% 72% at 92% 84%,rgba(34,91,70,.10),transparent 74%),
    linear-gradient(180deg,#050706,#0a0d0a 55%,#0f0c07)!important;
}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-categories{
  background:
    radial-gradient(ellipse 52% 76% at 87% 18%,rgba(194,135,42,.14),transparent 73%),
    radial-gradient(ellipse 42% 72% at 7% 81%,rgba(30,84,63,.10),transparent 74%),
    linear-gradient(145deg,#0a0d0a,#111008 56%,#050706)!important;
}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-proof{
  border-top:1px solid rgba(217,167,76,.20)!important;
  border-bottom:1px solid rgba(217,167,76,.20)!important;
  background:
    radial-gradient(ellipse 48% 84% at 15% 22%,rgba(223,170,70,.12),transparent 72%),
    linear-gradient(180deg,#050706,#09120e 52%,#050605)!important;
}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-testimonials{
  background:
    radial-gradient(ellipse 50% 75% at 88% 18%,rgba(199,139,44,.14),transparent 73%),
    linear-gradient(145deg,#0c0e0b,#130f08 57%,#060806)!important;
}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-how{
  border-top:1px solid rgba(214,164,73,.19)!important;
  background:
    radial-gradient(ellipse 48% 78% at 9% 18%,rgba(32,92,69,.10),transparent 72%),
    radial-gradient(ellipse 48% 72% at 90% 80%,rgba(206,149,54,.12),transparent 74%),
    linear-gradient(180deg,#050706,#0b0f0b 58%,#100d08)!important;
}

body.ugc-home-light-v30.ugc-home-v19 .ugc19-category-copy p,
body.ugc-home-light-v30.ugc-home-v19 .ugc19-step p,
body.ugc-home-light-v30.ugc-home-v19 .ugc19-review,
body.ugc-home-light-v30.ugc-home-v19 .ugc19-review q{color:#c3c4be!important}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-brand-row{color:#d4cfc5!important}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-brand-row b{color:#d8d1c5!important}

/* Creator cards remain easy to scan but now sit in dark-gold frames. */
body.ugc-home-light-v30.ugc-home-v19 .ugc19-creator-card{
  border-color:rgba(218,165,69,.52)!important;
  background:linear-gradient(180deg,#101612,#090d0b)!important;
  color:#f5efe5!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.03),0 18px 40px rgba(0,0,0,.30),0 0 22px rgba(198,142,45,.055)!important;
}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-creator-card:hover{
  border-color:#e0ad50!important;
  box-shadow:0 22px 44px rgba(0,0,0,.38),0 0 28px rgba(206,151,58,.10)!important;
}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-creator-info{
  background:linear-gradient(180deg,#0e1713,#080c0a)!important;
}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-creator-info strong{color:#f5efe5!important}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-creator-info strong b{color:#e8b75e!important}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-creator-info span{color:#c1c6c0!important}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-creator-info small{color:#929d95!important}

body.ugc-home-light-v30.ugc-home-v19 .ugc19-category-card,
body.ugc-home-light-v30.ugc-home-v19 .ugc19-stat,
body.ugc-home-light-v30.ugc-home-v19 .ugc19-review,
body.ugc-home-light-v30.ugc-home-v19 .ugc19-step{
  border-color:rgba(218,165,69,.42)!important;
  background:linear-gradient(180deg,rgba(16,25,20,.96),rgba(7,12,9,.98))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025),0 16px 34px rgba(0,0,0,.24)!important;
}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-category-card:hover,
body.ugc-home-light-v30.ugc-home-v19 .ugc19-review:hover,
body.ugc-home-light-v30.ugc-home-v19 .ugc19-step:hover{
  border-color:rgba(234,187,91,.66)!important;
  box-shadow:0 20px 38px rgba(0,0,0,.31),0 0 24px rgba(205,149,53,.08)!important;
}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-category-card strong,
body.ugc-home-light-v30.ugc-home-v19 .ugc19-step h3,
body.ugc-home-light-v30.ugc-home-v19 .ugc19-stat strong,
body.ugc-home-light-v30.ugc-home-v19 .ugc19-review-person strong{color:#f3eee5!important}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-stat span,
body.ugc-home-light-v30.ugc-home-v19 .ugc19-review-person span{color:#aeb5ae!important}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-category-card svg{stroke:#e3b158!important}

/* Preserve the already-approved dark global header/footer family. */
body.ugc-home-light-v30>.site-header,
body.ugc-home-light-v30>.site-footer{
  background:linear-gradient(120deg,#050706,#0c1813 58%,#100d08)!important;
  color:#f6efe5!important;
  border-color:rgba(214,166,76,.42)!important;
}
body.ugc-home-light-v30>.site-header a,
body.ugc-home-light-v30>.site-footer h4{color:#f4eee5!important}
body.ugc-home-light-v30>.site-footer a,
body.ugc-home-light-v30>.site-footer p{color:#aaaFA9!important}

@media(max-width:720px){
  body.ugc-home-light-v30.ugc-home-v19 .ugc19-home{
    background:
      radial-gradient(ellipse 65% 65% at 83% 4%,rgba(219,166,70,.15),transparent 70%),
      linear-gradient(145deg,#020302,#07100c 48%,#100c07 100%)!important;
  }
}

@media(prefers-reduced-motion:reduce){
  body.ugc-home-light-v30.ugc-home-v19 .ugc19-home *{scroll-behavior:auto!important}
}


/* ---- home-footer-blue-background-v48.css ---- */
/* UGCHost Homepage V48 — reuse the approved footer backdrop across the homepage.
   Visual-only override: same navy/gold/blue background values and subtle grid
   treatment as the classic universal footer. Search behavior and layout unchanged. */

body.ugc-home-light-v30{
  --ugc48-night:#050b13;
  --ugc48-navy:#081322;
  --ugc48-blue:#0d1b2e;
  --ugc48-gold:#e6b42a;
  --ugc48-blue-glow:#3a76cf;
  background:
    radial-gradient(circle at 15% 2%,rgba(230,180,42,.18),transparent 28%),
    radial-gradient(circle at 86% 30%,rgba(58,118,207,.17),transparent 30%),
    linear-gradient(145deg,#050b13 0%,#081322 42%,#0d1b2e 100%)!important;
}

body.ugc-home-light-v30 main,
body.ugc-home-light-v30.ugc-home-v19 main{
  position:relative!important;
  isolation:isolate!important;
  color:#f7f9fc!important;
  background:
    radial-gradient(circle at 15% 2%,rgba(230,180,42,.18),transparent 28%),
    radial-gradient(circle at 86% 30%,rgba(58,118,207,.17),transparent 30%),
    linear-gradient(145deg,#050b13 0%,#081322 42%,#0d1b2e 100%)!important;
}

body.ugc-home-light-v30.ugc-home-v19 .ugc19-home{
  position:relative!important;
  isolation:isolate!important;
  color:#f7f9fc!important;
  background:transparent!important;
}

/* The footer's almost-invisible architectural grid, extended through the homepage. */
body.ugc-home-light-v30.ugc-home-v19 .ugc19-home::before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:0!important;
  pointer-events:none!important;
  opacity:1!important;
  background-image:
    linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px)!important;
  background-size:54px 54px!important;
}

body.ugc-home-light-v30.ugc-home-v19 .ugc19-home>section,
body.ugc-home-light-v30.ugc-home-v19 .ugc19-footer-bridge{
  position:relative!important;
  z-index:1!important;
}

/* Let the shared footer-style backdrop flow continuously behind every home section. */
body.ugc-home-light-v30.ugc-home-v19 .ugc19-hero,
body.ugc-home-light-v30.ugc-home-v19 .ugc19-featured,
body.ugc-home-light-v30.ugc-home-v19 .ugc19-categories,
body.ugc-home-light-v30.ugc-home-v19 .ugc19-proof,
body.ugc-home-light-v30.ugc-home-v19 .ugc19-testimonials,
body.ugc-home-light-v30.ugc-home-v19 .ugc19-how,
body.ugc-home-light-v30.ugc-home-v19 .ugc19-footer-bridge{
  background:transparent!important;
}

/* Keep section divisions elegant on the continuous blue field. */
body.ugc-home-light-v30.ugc-home-v19 .ugc19-hero,
body.ugc-home-light-v30.ugc-home-v19 .ugc19-featured,
body.ugc-home-light-v30.ugc-home-v19 .ugc19-categories,
body.ugc-home-light-v30.ugc-home-v19 .ugc19-proof,
body.ugc-home-light-v30.ugc-home-v19 .ugc19-testimonials,
body.ugc-home-light-v30.ugc-home-v19 .ugc19-how{
  border-color:rgba(230,180,42,.20)!important;
}

/* A restrained blue light pool gives the longer lower page the same depth as the footer. */
body.ugc-home-light-v30.ugc-home-v19 .ugc19-categories::before,
body.ugc-home-light-v30.ugc-home-v19 .ugc19-testimonials::before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:-1!important;
  pointer-events:none!important;
  background:radial-gradient(circle at 86% 32%,rgba(58,118,207,.10),transparent 34%)!important;
}

body.ugc-home-light-v30.ugc-home-v19 .ugc19-featured::before,
body.ugc-home-light-v30.ugc-home-v19 .ugc19-how::before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:-1!important;
  pointer-events:none!important;
  background:radial-gradient(circle at 15% 8%,rgba(230,180,42,.075),transparent 30%)!important;
}

/* Existing dark creator/search cards remain readable over the new navy background. */
body.ugc-home-light-v30.ugc-home-v19 .ugc19-section-title,
body.ugc-home-light-v30.ugc-home-v19 .ugc19-heading-row h2,
body.ugc-home-light-v30.ugc-home-v19 .ugc19-copy h1{
  color:#f7f9fc!important;
}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-category-copy p,
body.ugc-home-light-v30.ugc-home-v19 .ugc19-step p,
body.ugc-home-light-v30.ugc-home-v19 .ugc19-review,
body.ugc-home-light-v30.ugc-home-v19 .ugc19-review q,
body.ugc-home-light-v30.ugc-home-v19 .ugc19-copy>p{
  color:#aab7c8!important;
}
body.ugc-home-light-v30.ugc-home-v19 .ugc19-kicker,
body.ugc-home-light-v30.ugc-home-v19 .ugc19-link,
body.ugc-home-light-v30.ugc-home-v19 .ugc19-copy h1 em{
  color:#ffd66b!important;
}


/* ---- home-featured-live-slider-v49.css ---- */
/* UGCHost Homepage V49 — live featured creators slider.
   Scope: Featured Creators section only. Premium gold splash heading +
   horizontally sliding real creator profiles. */

body.ugc-home-light-v30.ugc-home-v19 .ugc19-featured.ugc49-featured-upgrade{
  overflow:hidden;
  padding:46px 0 42px!important;
  background:
    radial-gradient(ellipse 44% 76% at 10% 2%,rgba(236,184,76,.17),transparent 70%),
    radial-gradient(ellipse 34% 64% at 94% 78%,rgba(32,91,70,.14),transparent 72%),
    linear-gradient(135deg,#040706 0%,#07120e 42%,#100e08 76%,#050706 100%)!important;
}

body.ugc-home-light-v30.ugc-home-v19 .ugc19-featured.ugc49-featured-upgrade::after{
  right:-10%!important;
  top:4%!important;
  width:44%!important;
  height:88%!important;
  border-color:rgba(236,184,76,.14)!important;
  box-shadow:0 0 70px rgba(206,150,49,.06)!important;
}

body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc19-heading-row{
  align-items:flex-end!important;
  margin-bottom:25px!important;
  gap:24px!important;
}

body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade #ugc19FeaturedTitle{
  position:relative;
  isolation:isolate;
  display:inline-block;
  width:auto;
  margin:9px 0 3px!important;
  padding:9px 23px 11px!important;
  color:#171106!important;
  font-size:clamp(31px,3vw,46px)!important;
  font-weight:700!important;
  line-height:.94!important;
  letter-spacing:-.035em!important;
  text-shadow:none!important;
  transform:rotate(-.55deg);
}

body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade #ugc19FeaturedTitle::before{
  content:"";
  position:absolute;
  z-index:-1;
  inset:-8px -23px -9px -18px;
  background:
    radial-gradient(circle at 13% 34%,rgba(255,255,255,.42) 0 1px,transparent 2px),
    radial-gradient(circle at 84% 65%,rgba(118,72,4,.20) 0 1px,transparent 2px),
    linear-gradient(103deg,#f1b62f 0%,#ffd958 28%,#f6c638 58%,#dfa01e 100%);
  clip-path:polygon(1% 23%,5% 18%,4% 7%,14% 11%,18% 1%,27% 9%,39% 2%,48% 8%,60% 1%,69% 10%,80% 4%,86% 13%,98% 8%,95% 23%,100% 35%,96% 46%,99% 59%,93% 67%,97% 82%,86% 79%,80% 94%,69% 86%,57% 98%,48% 90%,35% 97%,28% 88%,16% 94%,13% 82%,2% 86%,7% 69%,0 60%,5% 48%,1% 39%);
  filter:drop-shadow(0 10px 22px rgba(0,0,0,.34)) drop-shadow(0 0 17px rgba(240,184,63,.17));
}

body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade #ugc19FeaturedTitle::after{
  content:"";
  position:absolute;
  z-index:-2;
  left:-31px;
  bottom:4px;
  width:18px;
  height:13px;
  border-radius:46% 54% 63% 37%;
  background:#edb42e;
  box-shadow:9px 17px 0 -4px #d69718,calc(100% + 367px) -22px 0 -3px #f3bf37;
  transform:rotate(-19deg);
  opacity:.95;
}

body.ugc-home-light-v30.ugc-home-v19 .ugc49-heading-actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:9px;
  flex:0 0 auto;
}

body.ugc-home-light-v30.ugc-home-v19 .ugc49-heading-actions .ugc19-link{
  margin-right:5px;
  white-space:nowrap;
}

body.ugc-home-light-v30.ugc-home-v19 .ugc49-slider-control{
  width:39px;
  height:39px;
  display:grid;
  place-items:center;
  border:1px solid rgba(236,184,76,.55);
  border-radius:50%;
  background:linear-gradient(180deg,rgba(26,31,25,.96),rgba(8,12,10,.98));
  color:#f0c56c;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 9px 22px rgba(0,0,0,.24);
  font:800 18px/1 Inter,Arial,sans-serif;
  cursor:pointer;
  transition:transform .2s ease,border-color .2s ease,background .2s ease,color .2s ease;
}

body.ugc-home-light-v30.ugc-home-v19 .ugc49-slider-control:hover,
body.ugc-home-light-v30.ugc-home-v19 .ugc49-slider-control:focus-visible{
  transform:translateY(-2px);
  border-color:#f0c667;
  background:linear-gradient(180deg,#f2c65f,#c98a1d);
  color:#171006;
  outline:none;
}

/* Slider viewport. */
body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc19-creator-grid{
  position:relative;
  display:block!important;
  width:100%;
  max-width:none;
  overflow-x:auto;
  overflow-y:visible;
  padding:11px 4px 19px!important;
  margin:0!important;
  scroll-behavior:smooth;
  scroll-snap-type:x mandatory;
  scrollbar-width:none;
  -ms-overflow-style:none;
  overscroll-behavior-inline:contain;
  -webkit-mask-image:linear-gradient(90deg,transparent 0,#000 2.7%,#000 97.3%,transparent 100%);
  mask-image:linear-gradient(90deg,transparent 0,#000 2.7%,#000 97.3%,transparent 100%);
}
body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc19-creator-grid::-webkit-scrollbar{display:none}

body.ugc-home-light-v30.ugc-home-v19 .ugc49-track{
  display:flex;
  align-items:stretch;
  width:max-content;
  gap:0;
}

body.ugc-home-light-v30.ugc-home-v19 .ugc49-set{
  display:flex;
  align-items:stretch;
  gap:16px;
  padding-right:16px;
}

/* Premium creator card. */
body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc19-creator-card,
body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc49-card{
  position:relative;
  flex:0 0 236px!important;
  width:236px!important;
  min-width:236px!important;
  min-height:356px!important;
  scroll-snap-align:start;
  overflow:hidden;
  border:1px solid rgba(233,178,75,.70)!important;
  border-radius:18px!important;
  background:linear-gradient(180deg,#111a15 0%,#070c09 100%)!important;
  color:#f8f2e8!important;
  box-shadow:
    inset 0 1px 0 rgba(255,246,218,.065),
    inset 0 0 0 1px rgba(255,222,151,.025),
    0 20px 45px rgba(0,0,0,.36),
    0 0 24px rgba(205,147,45,.055)!important;
  transform:translateZ(0);
  transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease!important;
}

body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc19-creator-card::before{
  inset:4px!important;
  border-radius:14px!important;
  border-color:rgba(255,218,145,.10)!important;
}

body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc19-creator-card::after{
  left:10%!important;
  right:10%!important;
  background:linear-gradient(90deg,transparent,#ffd56f 48%,transparent)!important;
  box-shadow:0 0 17px rgba(245,192,85,.46)!important;
}

body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc19-creator-card:hover,
body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc19-creator-card:focus-visible{
  transform:translateY(-8px) scale(1.012)!important;
  border-color:#f2c45e!important;
  box-shadow:0 27px 58px rgba(0,0,0,.45),0 0 34px rgba(220,163,59,.14)!important;
}

body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc19-creator-photo{
  height:246px!important;
  background:
    radial-gradient(circle at 32% 20%,rgba(235,188,93,.15),transparent 38%),
    linear-gradient(145deg,#18241d,#080c0a)!important;
  border-bottom:1px solid rgba(231,175,72,.54)!important;
}

body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc19-creator-photo::before{
  content:attr(data-badge)!important;
  top:11px!important;
  left:11px!important;
  padding:6px 9px!important;
  border:1px solid rgba(250,205,112,.72)!important;
  background:rgba(6,12,9,.78)!important;
  color:#f6cd76!important;
  font-size:7px!important;
  letter-spacing:.105em!important;
  backdrop-filter:blur(9px)!important;
}

body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc19-creator-photo::after{
  background:linear-gradient(180deg,transparent 43%,rgba(4,9,7,.15) 66%,rgba(4,9,7,.86) 100%)!important;
}

body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc19-creator-photo img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center 24%!important;
  transform:scale(1.01)!important;
  filter:saturate(.97) contrast(1.035)!important;
}

body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc19-creator-card:hover .ugc19-creator-photo img{
  transform:scale(1.065)!important;
  filter:saturate(1.04) contrast(1.055)!important;
}

body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc49-monogram{
  position:absolute;
  inset:0;
  z-index:1;
  display:grid;
  place-items:center;
  background:
    radial-gradient(circle at 35% 24%,rgba(245,199,103,.25),transparent 30%),
    linear-gradient(145deg,#18261f,#0a0e0c 70%);
  color:#edc369;
  font:700 62px/1 "Cormorant Garamond",Georgia,serif;
  letter-spacing:-.06em;
  text-shadow:0 12px 25px rgba(0,0,0,.44);
}

body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc49-photo-meta{
  position:absolute;
  z-index:5;
  right:10px;
  bottom:10px;
  display:flex;
  align-items:center;
  gap:4px;
  padding:5px 7px;
  border:1px solid rgba(235,181,80,.30);
  border-radius:999px;
  background:rgba(4,10,7,.76);
  color:#f2c76d;
  backdrop-filter:blur(8px);
  font:800 8px/1 Inter,Arial,sans-serif;
}

body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc19-creator-info{
  min-height:109px!important;
  padding:13px 13px 12px!important;
  background:
    radial-gradient(circle at 100% 0,rgba(224,166,60,.08),transparent 39%),
    linear-gradient(180deg,#101913 0%,#080c09 100%)!important;
}

body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc19-creator-info strong{
  color:#fff8ed!important;
  font-size:17px!important;
  line-height:1.05!important;
}

body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc19-creator-info strong b{
  border-color:rgba(234,178,76,.34)!important;
  color:#f3c35f!important;
  background:rgba(223,163,58,.07)!important;
  font-size:8px!important;
}

body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc19-creator-info span{
  margin-top:8px!important;
  color:#d4d2cc!important;
  font-size:9px!important;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc19-creator-info small{
  margin-top:7px!important;
  color:#969f99!important;
  font-size:8px!important;
}

body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc49-card-cta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  margin-top:10px;
  padding-top:9px;
  border-top:1px solid rgba(229,174,72,.16);
  color:#e8b755;
  font:800 8px/1 Inter,Arial,sans-serif;
  letter-spacing:.045em;
  text-transform:uppercase;
}
body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc49-card-cta i{
  font-style:normal;
  font-size:12px;
  transition:transform .2s ease;
}
body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc19-creator-card:hover .ugc49-card-cta i{transform:translateX(3px)}

body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc49-loading{
  min-height:356px;
  flex:0 0 236px;
  border:1px solid rgba(222,169,70,.24);
  border-radius:18px;
  background:linear-gradient(100deg,#0a100c 22%,#152018 42%,#0a100c 62%);
  background-size:260% 100%;
  animation:ugc49Shimmer 1.25s linear infinite;
}
@keyframes ugc49Shimmer{to{background-position:-130% 0}}

@media(max-width:1020px){
  body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade #ugc19FeaturedTitle{font-size:clamp(29px,5vw,40px)!important}
  body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc19-creator-card,
  body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc49-card{flex-basis:224px!important;width:224px!important;min-width:224px!important}
  body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc19-creator-photo{height:232px!important}
}

@media(max-width:720px){
  body.ugc-home-light-v30.ugc-home-v19 .ugc19-featured.ugc49-featured-upgrade{padding:36px 0 32px!important}
  body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc19-heading-row{align-items:flex-start!important;flex-direction:column!important;gap:15px!important}
  body.ugc-home-light-v30.ugc-home-v19 .ugc49-heading-actions{width:100%;justify-content:flex-start}
  body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade #ugc19FeaturedTitle{font-size:32px!important;padding:8px 18px 10px!important}
  body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc19-creator-grid{-webkit-mask-image:none;mask-image:none;padding-left:0!important;padding-right:0!important}
  body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc19-creator-card,
  body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc49-card{flex-basis:211px!important;width:211px!important;min-width:211px!important;min-height:330px!important}
  body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc19-creator-photo{height:218px!important}
}

@media(max-width:460px){
  body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade #ugc19FeaturedTitle{font-size:28px!important}
  body.ugc-home-light-v30.ugc-home-v19 .ugc49-heading-actions .ugc19-link{font-size:10px!important}
  body.ugc-home-light-v30.ugc-home-v19 .ugc49-slider-control{width:36px;height:36px}
}

@media(prefers-reduced-motion:reduce){
  body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc19-creator-grid{scroll-behavior:auto}
  body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc19-creator-card,
  body.ugc-home-light-v30.ugc-home-v19 .ugc49-slider-control{transition:none!important}
  body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc49-loading{animation:none}
}


/* ---- home-featured-clean-heading-v51.css ---- */
/* UGCHost Homepage V51 — clean Featured Creators heading + quieter photo overlays.
   Scope: Featured Creators section only. Removes the V49/V50 gold splash treatment
   and keeps creator photography visually clean. */

body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade #ugc19FeaturedTitle{
  position:relative!important;
  display:block!important;
  width:auto!important;
  margin:0 0 5px!important;
  padding:0!important;
  color:#f6f0e7!important;
  font-size:clamp(31px,3vw,46px)!important;
  font-weight:600!important;
  line-height:1!important;
  letter-spacing:-.032em!important;
  text-shadow:0 10px 28px rgba(0,0,0,.32)!important;
  transform:none!important;
  filter:none!important;
}

body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade #ugc19FeaturedTitle::before,
body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade #ugc19FeaturedTitle::after,
body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc19-heading-row > div:first-child::after{
  content:none!important;
  display:none!important;
  animation:none!important;
  background:none!important;
  box-shadow:none!important;
  filter:none!important;
}

/* Remove the extra text badge sitting on top of each photograph. The creator
   details remain below the image, while the photo itself stays uncluttered. */
body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc19-creator-photo::before{
  content:none!important;
  display:none!important;
}

@media(max-width:720px){
  body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade #ugc19FeaturedTitle{
    padding:0!important;
    font-size:32px!important;
  }
}

@media(max-width:460px){
  body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade #ugc19FeaturedTitle{
    font-size:28px!important;
  }
}


/* ---- home-featured-play-v52.css ---- */
/* UGCHost Homepage V52 — premium play icon for Featured Creator cards.
   The icon is visual; the existing card link remains the single click target. */

body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc19-creator-photo{
  position:relative!important;
}

body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc52-play-overlay{
  position:absolute;
  z-index:8;
  left:50%;
  top:49%;
  display:grid;
  place-items:center;
  transform:translate(-50%,-50%);
  pointer-events:none;
}

body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc52-play-circle{
  position:relative;
  width:58px;
  height:58px;
  display:grid;
  place-items:center;
  border:1px solid rgba(248,204,111,.88);
  border-radius:50%;
  background:
    radial-gradient(circle at 34% 24%,rgba(255,255,255,.10),transparent 31%),
    linear-gradient(145deg,rgba(9,18,14,.84),rgba(3,8,6,.94));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.12),
    inset 0 0 0 4px rgba(237,183,77,.055),
    0 9px 26px rgba(0,0,0,.42),
    0 0 0 7px rgba(7,15,11,.23),
    0 0 28px rgba(229,171,61,.15);
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
  transition:transform .24s ease,background .24s ease,border-color .24s ease,box-shadow .24s ease;
}

body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc52-play-triangle{
  width:0;
  height:0;
  margin-left:4px;
  border-top:9px solid transparent;
  border-bottom:9px solid transparent;
  border-left:14px solid #f5c969;
  filter:drop-shadow(0 2px 5px rgba(0,0,0,.42));
  transition:border-left-color .24s ease,transform .24s ease;
}

/* Compatibility guard for any older cached overlay markup. */
body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc52-play-label{
  display:none!important;
}

body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc19-creator-card:hover .ugc52-play-circle,
body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc19-creator-card:focus-visible .ugc52-play-circle{
  transform:scale(1.10);
  border-color:#ffe09a;
  background:
    radial-gradient(circle at 33% 23%,rgba(255,255,255,.34),transparent 28%),
    linear-gradient(145deg,#f3cb71,#c68a20);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.42),
    0 12px 30px rgba(0,0,0,.46),
    0 0 0 7px rgba(228,170,60,.12),
    0 0 34px rgba(240,188,80,.30);
}

body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc19-creator-card:hover .ugc52-play-triangle,
body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc19-creator-card:focus-visible .ugc52-play-triangle{
  border-left-color:#10140f;
  transform:scale(1.04);
}

@media(max-width:720px){
  body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc52-play-circle{
    width:52px;
    height:52px;
  }
  body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc52-play-triangle{
    border-top-width:8px;
    border-bottom-width:8px;
    border-left-width:12px;
  }
}


/* ---- home-featured-profile-cards-v53.css ---- */
/* UGCHost Homepage V53b — readable butter/gold Featured Creator cards.
   Supporting card text is 14px, Creator name remains larger for hierarchy.
   The section and card bodies use a light butter/cream luxury treatment. */

body.ugc-home-light-v30.ugc-home-v19 .ugc19-featured.ugc49-featured-upgrade{
  position:relative!important;
  isolation:isolate!important;
  overflow:hidden!important;
  padding:56px 0 52px!important;
  background:
    radial-gradient(circle at 8% 18%,rgba(180,126,22,.16) 0 2px,transparent 3px),
    radial-gradient(circle at 17% 67%,rgba(212,168,69,.14) 0 1.5px,transparent 2.5px),
    radial-gradient(circle at 79% 15%,rgba(180,126,22,.13) 0 2px,transparent 3px),
    radial-gradient(circle at 90% 72%,rgba(212,168,69,.14) 0 1.5px,transparent 2.5px),
    radial-gradient(ellipse 48% 86% at 4% 12%,rgba(233,196,111,.32),transparent 70%),
    radial-gradient(ellipse 42% 74% at 94% 18%,rgba(255,242,196,.72),transparent 70%),
    radial-gradient(ellipse 50% 70% at 50% 115%,rgba(221,177,72,.17),transparent 72%),
    linear-gradient(135deg,#f5e4b7 0%,#fff4d3 42%,#f8e9bf 72%,#f2ddb0 100%)!important;
  border-top:1px solid rgba(177,126,28,.28)!important;
  border-bottom:1px solid rgba(177,126,28,.28)!important;
}

body.ugc-home-light-v30.ugc-home-v19 .ugc19-featured.ugc49-featured-upgrade::before{
  content:""!important;
  position:absolute!important;
  z-index:-1!important;
  left:-170px!important;
  top:46px!important;
  width:520px!important;
  height:520px!important;
  border:1px solid rgba(177,126,28,.20)!important;
  border-radius:50%!important;
  background:none!important;
  box-shadow:
    0 0 0 42px rgba(177,126,28,.035),
    0 0 0 96px rgba(177,126,28,.024),
    inset 0 0 65px rgba(177,126,28,.045)!important;
  transform:rotate(-17deg)!important;
  opacity:1!important;
  pointer-events:none!important;
}

body.ugc-home-light-v30.ugc-home-v19 .ugc19-featured.ugc49-featured-upgrade::after{
  content:""!important;
  position:absolute!important;
  z-index:-1!important;
  right:-250px!important;
  top:-210px!important;
  width:720px!important;
  height:720px!important;
  border:1px solid rgba(177,126,28,.18)!important;
  border-radius:50%!important;
  background:
    linear-gradient(90deg,transparent 49.8%,rgba(177,126,28,.10) 50%,transparent 50.2%),
    linear-gradient(0deg,transparent 49.8%,rgba(177,126,28,.08) 50%,transparent 50.2%)!important;
  box-shadow:
    0 0 0 74px rgba(177,126,28,.025),
    0 0 0 148px rgba(177,126,28,.016)!important;
  transform:rotate(23deg)!important;
  opacity:1!important;
  pointer-events:none!important;
}

body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc19-heading-row{
  position:relative!important;
  z-index:3!important;
  margin-bottom:30px!important;
}

body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade #ugc19FeaturedTitle{
  color:#12233a!important;
  text-shadow:none!important;
}

body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc19-kicker{
  color:#9b6a12!important;
}

body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc19-link{
  color:#193b68!important;
}

body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc19-creator-grid{
  position:relative!important;
  z-index:3!important;
}

body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc19-creator-card,
body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc49-card{
  flex-basis:300px!important;
  width:300px!important;
  min-width:300px!important;
  min-height:510px!important;
  border-color:rgba(176,124,23,.58)!important;
  background:linear-gradient(180deg,#fffdf6 0%,#f9efcf 100%)!important;
  color:#13243a!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.9),
    inset 0 0 0 1px rgba(177,126,28,.045),
    0 20px 44px rgba(96,67,15,.15),
    0 0 28px rgba(177,126,28,.07)!important;
}

body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc19-creator-card:hover,
body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc19-creator-card:focus-visible{
  border-color:#c8922c!important;
  box-shadow:
    0 27px 58px rgba(96,67,15,.20),
    0 0 34px rgba(177,126,28,.15)!important;
}

body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc19-creator-photo{
  height:250px!important;
  border-bottom:1px solid rgba(176,124,23,.40)!important;
}

body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc19-creator-info{
  min-height:256px!important;
  padding:18px 18px 17px!important;
  background:
    radial-gradient(circle at 96% 0,rgba(224,186,102,.22),transparent 38%),
    linear-gradient(180deg,#fffdf6 0%,#fbf1d5 100%)!important;
}

body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc19-creator-info strong{
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  color:#10223a!important;
  font-size:18px!important;
  line-height:1.18!important;
}

body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc19-creator-info strong b{
  font-size:14px!important;
  line-height:1!important;
  color:#8b6216!important;
  border-color:rgba(176,124,23,.28)!important;
  background:rgba(213,173,84,.13)!important;
}

body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc19-creator-info .ugc53-niche,
body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc19-creator-info > span:not(.ugc53-actions),
body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc19-creator-info small{
  display:block!important;
  margin-top:8px!important;
  color:#42536a!important;
  font-size:14px!important;
  line-height:1.35!important;
  font-weight:600!important;
}

body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc19-creator-info small{
  color:#617084!important;
  font-weight:500!important;
}

body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc53-about{
  display:-webkit-box!important;
  -webkit-box-orient:vertical!important;
  -webkit-line-clamp:2!important;
  line-clamp:2!important;
  overflow:hidden!important;
  min-height:41px!important;
  max-height:41px!important;
  margin:13px 0 0!important;
  color:#26384f!important;
  font:500 14px/1.45 Inter,Arial,sans-serif!important;
  letter-spacing:0!important;
  text-transform:none!important;
}

body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc53-actions{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  margin-top:15px!important;
  padding-top:14px!important;
  border-top:1px solid rgba(176,124,23,.18)!important;
}

body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc53-read-more{
  display:inline-block!important;
  margin:0!important;
  padding:0 0 3px!important;
  color:#1769bb!important;
  border-bottom:2px solid #1769bb!important;
  font:800 14px/1.15 Inter,Arial,sans-serif!important;
  letter-spacing:0!important;
  text-transform:none!important;
  white-space:nowrap!important;
  transition:color .2s ease,border-color .2s ease!important;
}

body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc53-book-now{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:104px!important;
  min-height:38px!important;
  margin:0!important;
  padding:9px 16px!important;
  border:1px solid rgba(156,106,15,.62)!important;
  border-radius:999px!important;
  background:linear-gradient(180deg,#f0c768 0%,#d7a537 100%)!important;
  color:#13243a!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.55),0 7px 16px rgba(116,79,13,.14)!important;
  font:900 14px/1 Inter,Arial,sans-serif!important;
  letter-spacing:0!important;
  text-transform:none!important;
  white-space:nowrap!important;
  transition:transform .2s ease,filter .2s ease,box-shadow .2s ease!important;
}

body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc49-photo-meta{
  padding:7px 10px!important;
  font-size:14px!important;
  line-height:1!important;
}

body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc19-creator-photo::before{
  font-size:14px!important;
  line-height:1!important;
  letter-spacing:.05em!important;
  padding:7px 10px!important;
}

body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc19-creator-card:hover .ugc53-read-more,
body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc19-creator-card:focus-visible .ugc53-read-more{
  color:#0d559c!important;
  border-bottom-color:#0d559c!important;
}

body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc19-creator-card:hover .ugc53-book-now,
body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc19-creator-card:focus-visible .ugc53-book-now{
  transform:translateY(-1px)!important;
  filter:brightness(1.04)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.64),0 10px 20px rgba(116,79,13,.18)!important;
}

@media(max-width:720px){
  body.ugc-home-light-v30.ugc-home-v19 .ugc19-featured.ugc49-featured-upgrade{
    padding:44px 0 42px!important;
  }
  body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc19-creator-card,
  body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc49-card{
    flex-basis:286px!important;
    width:286px!important;
    min-width:286px!important;
    min-height:500px!important;
  }
  body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc19-creator-photo{
    height:242px!important;
  }
}


/* ---- home-featured-premium-pearl-v54.css ---- */
/* UGCHost Homepage V54 — premium pearl/champagne Featured Creator section.
   Replaces the flat butter field with a layered luxury neutral and
   gives Hire Now a high-contrast royal-navy treatment. */

body.ugc-home-light-v30.ugc-home-v19 .ugc19-featured.ugc49-featured-upgrade{
  position:relative!important;
  isolation:isolate!important;
  overflow:hidden!important;
  background:
    radial-gradient(ellipse 42% 72% at 3% 16%,rgba(198,153,72,.19),transparent 68%),
    radial-gradient(ellipse 35% 64% at 94% 16%,rgba(45,78,116,.105),transparent 70%),
    radial-gradient(ellipse 52% 68% at 52% 112%,rgba(187,143,63,.10),transparent 72%),
    linear-gradient(118deg,rgba(255,255,255,.78) 0%,rgba(255,255,255,.16) 39%,rgba(255,255,255,0) 58%),
    repeating-linear-gradient(126deg,rgba(169,125,51,.032) 0 1px,transparent 1px 31px),
    linear-gradient(135deg,#f6f4ef 0%,#edf0f2 38%,#f3eee6 69%,#f8f7f3 100%)!important;
  border-top:1px solid rgba(171,127,50,.28)!important;
  border-bottom:1px solid rgba(171,127,50,.28)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.8),
    inset 0 -1px 0 rgba(255,255,255,.58)!important;
}

body.ugc-home-light-v30.ugc-home-v19 .ugc19-featured.ugc49-featured-upgrade::before{
  content:""!important;
  position:absolute!important;
  z-index:-1!important;
  left:-210px!important;
  top:-135px!important;
  width:590px!important;
  height:590px!important;
  border:1px solid rgba(174,128,48,.20)!important;
  border-radius:50%!important;
  background:
    radial-gradient(circle at 64% 62%,rgba(255,255,255,.44),transparent 43%),
    conic-gradient(from 235deg,transparent 0 68%,rgba(186,139,59,.09) 69% 76%,transparent 77% 100%)!important;
  box-shadow:
    0 0 0 44px rgba(174,128,48,.030),
    0 0 0 102px rgba(174,128,48,.018),
    inset 0 0 80px rgba(255,255,255,.32)!important;
  transform:rotate(-13deg)!important;
  opacity:1!important;
  pointer-events:none!important;
}

body.ugc-home-light-v30.ugc-home-v19 .ugc19-featured.ugc49-featured-upgrade::after{
  content:""!important;
  position:absolute!important;
  z-index:-1!important;
  right:-275px!important;
  bottom:-355px!important;
  top:auto!important;
  width:760px!important;
  height:760px!important;
  border:1px solid rgba(174,128,48,.17)!important;
  border-radius:50%!important;
  background:
    linear-gradient(90deg,transparent 49.85%,rgba(174,128,48,.10) 50%,transparent 50.15%),
    linear-gradient(0deg,transparent 49.85%,rgba(174,128,48,.07) 50%,transparent 50.15%)!important;
  box-shadow:
    0 0 0 82px rgba(174,128,48,.018),
    0 0 0 166px rgba(174,128,48,.010)!important;
  transform:rotate(21deg)!important;
  opacity:1!important;
  pointer-events:none!important;
}

body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade #ugc19FeaturedTitle{
  color:#122841!important;
  text-shadow:0 1px 0 rgba(255,255,255,.72)!important;
}

body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc19-kicker{
  color:#a3721d!important;
}

body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc19-link{
  color:#244f7d!important;
}

body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc19-creator-card,
body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc49-card{
  border-color:rgba(173,129,52,.52)!important;
  background:linear-gradient(180deg,rgba(255,255,255,.97) 0%,rgba(248,245,238,.97) 100%)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,1),
    inset 0 0 0 1px rgba(174,128,48,.035),
    0 22px 46px rgba(36,48,61,.12),
    0 4px 14px rgba(174,128,48,.06)!important;
}

body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc19-creator-card:hover,
body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc19-creator-card:focus-visible{
  border-color:#b98933!important;
  box-shadow:
    0 30px 64px rgba(34,48,64,.16),
    0 0 0 1px rgba(185,137,51,.07),
    0 0 34px rgba(185,137,51,.10)!important;
}

body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc19-creator-info{
  background:
    radial-gradient(circle at 100% 0,rgba(203,166,96,.12),transparent 35%),
    linear-gradient(180deg,#fffefa 0%,#f7f4ed 100%)!important;
}

body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc53-book-now{
  min-width:112px!important;
  border:1px solid #bf9648!important;
  background:
    radial-gradient(circle at 28% 0,rgba(255,255,255,.13),transparent 42%),
    linear-gradient(180deg,#285a8f 0%,#14375f 58%,#0f2a4b 100%)!important;
  color:#ffffff!important;
  text-shadow:0 1px 1px rgba(0,0,0,.24)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.20),
    0 8px 18px rgba(18,46,80,.22),
    0 0 0 1px rgba(191,150,72,.10)!important;
  font:900 20px/1 Inter,Arial,sans-serif!important;
}

body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc19-creator-card:hover .ugc53-book-now,
body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc19-creator-card:focus-visible .ugc53-book-now{
  transform:translateY(-2px)!important;
  filter:none!important;
  border-color:#d0aa61!important;
  background:linear-gradient(180deg,#3269a1 0%,#194572 58%,#12335a 100%)!important;
  color:#ffffff!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.24),
    0 11px 22px rgba(18,46,80,.27),
    0 0 0 3px rgba(191,150,72,.08)!important;
}

body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc49-slider-control{
  border-color:rgba(157,112,33,.45)!important;
  background:rgba(255,255,255,.76)!important;
  color:#173c65!important;
  box-shadow:0 8px 18px rgba(37,50,64,.10)!important;
  backdrop-filter:blur(10px)!important;
}

body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc49-slider-control:hover,
body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc49-slider-control:focus-visible{
  background:linear-gradient(180deg,#f1d69a,#c99940)!important;
  border-color:#b7832e!important;
  color:#102b49!important;
}


/* ---- home-featured-trust-v55.css ---- */
/* UGCHost Homepage V55 — verified trust + five-star rating treatment. */

body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc19-creator-info strong{
  display:flex!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  gap:7px!important;
}

body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc55-creator-name{
  min-width:0!important;
  color:#10223a!important;
  font:800 18px/1.18 Inter,Arial,sans-serif!important;
}

body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc55-verified-tick{
  flex:0 0 auto!important;
  width:20px!important;
  height:20px!important;
  display:inline-grid!important;
  place-items:center!important;
  margin:0!important;
  padding:0!important;
  border:2px solid #ffffff!important;
  border-radius:50%!important;
  background:linear-gradient(180deg,#2587e8 0%,#0966c4 100%)!important;
  color:#ffffff!important;
  box-shadow:0 2px 7px rgba(15,103,193,.28),0 0 0 1px rgba(14,92,172,.18)!important;
  font:900 12px/1 Inter,Arial,sans-serif!important;
  text-align:center!important;
}

body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc55-rating{
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  width:max-content!important;
  max-width:100%!important;
  margin-top:8px!important;
  padding:5px 9px!important;
  border:1px solid rgba(172,126,46,.20)!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.64)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.78)!important;
  color:#22384f!important;
  font:700 14px/1 Inter,Arial,sans-serif!important;
  white-space:nowrap!important;
}

body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc55-stars{
  display:inline-block!important;
  margin:0!important;
  color:#c8932f!important;
  font:900 16px/1 Inter,Arial,sans-serif!important;
  letter-spacing:1px!important;
  text-shadow:0 1px 0 rgba(255,255,255,.65)!important;
}

body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc55-rating-value{
  display:inline-block!important;
  margin:0!important;
  color:#183a61!important;
  font:800 14px/1 Inter,Arial,sans-serif!important;
}

/* Prevent any older inline rating chip from appearing beside the name. */
body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc19-creator-info strong > b{
  display:none!important;
}

@media(max-width:720px){
  body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc55-verified-tick{
    width:19px!important;
    height:19px!important;
    font-size:11px!important;
  }
  body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc55-stars{
    font-size:15px!important;
  }
}


/* ---- home-featured-demo-tiers-v56.css ---- */
/* UGCHost Homepage V56g — balanced black Creator names, adjacent profile-matched verified mark,
   and intentionally tiny plain Creator-level text. */

/* The older V49 slider styles target every span in .ugc19-creator-info at 9px.
   Style the identity row itself AND the named spans with higher specificity so
   both live and fallback/demo cards always show a readable Creator name. */
body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc19-creator-info strong{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  flex-wrap:nowrap!important;
  gap:2px!important;
  width:max-content!important;
  max-width:100%!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:none!important;
  box-shadow:none!important;
  color:#000000!important;
  font:500 26px/1.06 Inter,Arial,sans-serif!important;
  letter-spacing:-.025em!important;
  text-transform:none!important;
}

body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc19-creator-info strong > span.ugc55-creator-name{
  display:inline-block!important;
  flex:0 1 auto!important;
  min-width:0!important;
  max-width:calc(100% - 22px)!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:none!important;
  box-shadow:none!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
  color:#000000!important;
  font:500 26px/1.06 Inter,Arial,sans-serif!important;
  letter-spacing:-.025em!important;
  text-transform:none!important;
}

/* Creator level stays intentionally quiet: tiny black text over the photograph,
   with no box, pill, border, fill, or badge container. */
body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc56-level-badge{
  position:absolute!important;
  z-index:9!important;
  left:12px!important;
  top:12px!important;
  display:block!important;
  width:auto!important;
  min-width:0!important;
  min-height:0!important;
  max-width:calc(100% - 24px)!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:none!important;
  color:#111111!important;
  box-shadow:none!important;
  filter:none!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
  font:800 9px/1.1 Inter,Arial,sans-serif!important;
  letter-spacing:.045em!important;
  text-transform:uppercase!important;
  text-shadow:0 0 4px rgba(255,255,255,.95),0 1px 2px rgba(255,255,255,.85)!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  pointer-events:none!important;
}

/* Match the verified mark used on creator-profile.html / creator-profile.css:
   blue starburst/seal with a white check. The direct-child selector beats the
   old generic .ugc19-creator-info span rule and keeps the tick beside the name. */
body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc19-creator-info strong > span.ugc55-verified-tick{
  position:relative!important;
  flex:0 0 20px!important;
  width:20px!important;
  height:20px!important;
  min-width:20px!important;
  min-height:20px!important;
  display:inline-grid!important;
  place-items:center!important;
  margin:0 0 0 1px!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:none!important;
  color:#fff!important;
  box-shadow:none!important;
  filter:none!important;
  font:900 10px/1 Inter,Arial,sans-serif!important;
  text-align:center!important;
  text-shadow:0 1px 1px rgba(0,66,145,.32)!important;
  white-space:normal!important;
  overflow:visible!important;
  text-overflow:clip!important;
  isolation:isolate!important;
}

body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc55-verified-tick::before{
  content:""!important;
  position:absolute!important;
  z-index:-1!important;
  inset:0!important;
  background:linear-gradient(180deg,#2399ff,#1877f2 58%,#0f6adf)!important;
  clip-path:polygon(50% 0%,61% 8%,74% 5%,83% 16%,95% 20%,97% 34%,100% 50%,92% 61%,95% 74%,84% 83%,80% 95%,65% 97%,50% 100%,39% 92%,26% 95%,17% 84%,5% 80%,3% 65%,0% 50%,8% 39%,5% 26%,16% 17%,20% 5%,35% 3%)!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:0 2px 7px rgba(15,103,193,.22)!important;
}

body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc55-verified-tick svg{
  position:relative!important;
  z-index:1!important;
  width:11px!important;
  height:11px!important;
  display:block!important;
  margin:0!important;
  stroke:#fff!important;
  stroke-width:3!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
  fill:none!important;
}

body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc56-demo-decorated .ugc55-rating{
  border-color:rgba(166,124,47,.24)!important;
  background:rgba(255,255,255,.78)!important;
}

body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc56-demo-decorated .ugc55-stars{
  color:#c58f27!important;
}

@media(max-width:720px){
  body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc19-creator-info strong,
  body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc19-creator-info strong > span.ugc55-creator-name{
    font-size:23px!important;
  }
  body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc56-level-badge{
    left:10px!important;
    top:10px!important;
    font-size:8px!important;
  }
  body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc19-creator-info strong > span.ugc55-verified-tick{
    flex-basis:19px!important;
    width:19px!important;
    height:19px!important;
    min-width:19px!important;
    min-height:19px!important;
    font-size:9px!important;
  }
  body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc55-verified-tick svg{
    width:10px!important;
    height:10px!important;
  }
}


/* ---- home-global-creators-intro-v57.css ---- */
/* UGCHost Homepage V57b — short Global Creators introduction and Read More CTA. */
body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc57-global-intro{
  max-width:760px!important;
  margin:11px 0 0!important;
}

body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc57-global-intro p{
  max-width:740px!important;
  margin:0!important;
  color:#000000!important;
  font:500 15px/1.4 Inter,Arial,sans-serif!important;
  letter-spacing:0!important;
  text-transform:none!important;
}

body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc57-global-read-more{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  min-height:38px!important;
  margin-top:11px!important;
  padding:8px 17px!important;
  border:1px solid rgba(183,139,54,.68)!important;
  border-radius:999px!important;
  background:linear-gradient(180deg,#173b69 0%,#0b294f 100%)!important;
  color:#ffffff!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 8px 18px rgba(14,43,79,.14)!important;
  font:700 13px/1 Inter,Arial,sans-serif!important;
  letter-spacing:.01em!important;
  text-decoration:none!important;
  white-space:nowrap!important;
  transition:transform .2s ease,box-shadow .2s ease,background .2s ease!important;
}

body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc57-global-read-more span{
  margin:0!important;
  color:#f2cb73!important;
  font-size:16px!important;
  line-height:1!important;
}

body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc57-global-read-more:hover,
body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc57-global-read-more:focus-visible{
  transform:translateY(-2px)!important;
  background:linear-gradient(180deg,#1d4a81 0%,#0c315f 100%)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 12px 23px rgba(14,43,79,.20)!important;
  outline:none!important;
}

@media(max-width:720px){
  body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc57-global-intro{
    max-width:100%!important;
    margin-top:10px!important;
  }
  body.ugc-home-light-v30.ugc-home-v19 .ugc49-featured-upgrade .ugc57-global-intro p{
    color:#000000!important;
    font-size:14px!important;
    line-height:1.4!important;
  }
}


/* ---- home-creators-hub-v62.css ---- */
/* UGCHost Creators Hub V62 — image-free interactive pathway map.
   Built entirely in HTML/CSS/SVG: no generated mockup and no creator photos. */

html body .ugc62-hub{
  position:relative!important;
  isolation:isolate!important;
  overflow:hidden!important;
  padding:58px 0 64px!important;
  color:#102039!important;
  background:
    radial-gradient(circle at 4% 9%,rgba(255,255,255,.98),transparent 20%),
    radial-gradient(circle at 93% 86%,rgba(206,164,91,.18),transparent 28%),
    radial-gradient(circle at 72% 12%,rgba(167,183,202,.16),transparent 27%),
    linear-gradient(135deg,#f8f7f3 0%,#e5eaf0 48%,#faf8f2 100%)!important;
  border-top:1px solid rgba(203,163,92,.34)!important;
  border-bottom:1px solid rgba(203,163,92,.34)!important;
}

html body .ugc62-hub::before{
  content:""!important;
  position:absolute!important;
  z-index:0!important;
  inset:0!important;
  pointer-events:none!important;
  background-image:
    linear-gradient(rgba(17,39,65,.038) 1px,transparent 1px),
    linear-gradient(90deg,rgba(17,39,65,.038) 1px,transparent 1px)!important;
  background-size:48px 48px!important;
  -webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,.74),transparent 88%)!important;
  mask-image:linear-gradient(to bottom,rgba(0,0,0,.74),transparent 88%)!important;
}

html body .ugc62-hub::after{
  content:""!important;
  position:absolute!important;
  z-index:0!important;
  right:-190px!important;
  top:-225px!important;
  width:640px!important;
  height:640px!important;
  border:1px solid rgba(180,140,72,.35)!important;
  border-radius:50%!important;
  box-shadow:
    0 0 0 54px rgba(255,255,255,.26),
    0 0 0 108px rgba(17,39,65,.027)!important;
  pointer-events:none!important;
}

html body .ugc62-shell{
  position:relative!important;
  z-index:2!important;
  width:min(1500px,calc(100% - 64px))!important;
  margin:0 auto!important;
}

html body .ugc62-panel{
  position:relative!important;
  overflow:hidden!important;
  border:1px solid rgba(17,38,63,.15)!important;
  border-radius:34px!important;
  background:#fbfaf7!important;
  box-shadow:
    0 38px 76px rgba(11,28,48,.16),
    inset 0 1px 0 #fff!important;
}

html body .ugc62-panel::before{
  content:""!important;
  position:absolute!important;
  z-index:6!important;
  left:0!important;
  right:0!important;
  top:0!important;
  height:5px!important;
  background:linear-gradient(90deg,#152d4a,#c99b4c 42%,#f2d593 53%,#c99b4c 64%,#152d4a)!important;
}

html body .ugc62-header{
  display:grid!important;
  grid-template-columns:minmax(0,1.35fr) minmax(360px,.65fr)!important;
  gap:28px!important;
  align-items:stretch!important;
  padding:42px 42px 31px!important;
}

html body .ugc62-intro{
  min-width:0!important;
  padding:8px 18px 6px 2px!important;
}

html body .ugc62-kicker{
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  margin-bottom:14px!important;
  color:#9d6918!important;
  font:800 12px/1 Inter,Arial,sans-serif!important;
  letter-spacing:.19em!important;
  text-transform:uppercase!important;
}

html body .ugc62-kicker::before{
  content:""!important;
  width:42px!important;
  height:2px!important;
  background:#c79542!important;
}

html body .ugc62-intro h2{
  margin:0!important;
  color:#10233d!important;
  font-family:"Cormorant Garamond",Georgia,serif!important;
  font-size:clamp(64px,5.7vw,92px)!important;
  font-weight:600!important;
  line-height:.88!important;
  letter-spacing:-.048em!important;
}

html body .ugc62-headline{
  margin:15px 0 0!important;
  color:#18314f!important;
  font-family:"Cormorant Garamond",Georgia,serif!important;
  font-size:clamp(31px,2.5vw,43px)!important;
  font-weight:600!important;
  line-height:1.02!important;
  letter-spacing:-.025em!important;
}

html body .ugc62-headline em{
  color:#b37a23!important;
  font-style:normal!important;
}

html body .ugc62-copy{
  max-width:760px!important;
  margin:18px 0 0!important;
  color:#556275!important;
  font:500 16px/1.65 Inter,Arial,sans-serif!important;
}

html body .ugc62-signals{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:10px!important;
  margin-top:24px!important;
}

html body .ugc62-signals>span{
  min-width:145px!important;
  display:grid!important;
  grid-template-columns:auto 1fr!important;
  grid-template-rows:auto auto!important;
  column-gap:9px!important;
  align-items:center!important;
  padding:11px 14px!important;
  border:1px solid rgba(17,38,63,.12)!important;
  border-radius:14px!important;
  background:#fff!important;
  box-shadow:0 7px 16px rgba(20,38,59,.055)!important;
}

html body .ugc62-signals b{
  grid-row:1/3!important;
  color:#b4771c!important;
  font:800 18px/1 Inter,Arial,sans-serif!important;
}

html body .ugc62-signals small{
  color:#566579!important;
  font:700 10px/1.3 Inter,Arial,sans-serif!important;
}

html body .ugc62-join-card{
  position:relative!important;
  isolation:isolate!important;
  overflow:hidden!important;
  padding:29px 28px 26px!important;
  border:1px solid rgba(225,185,111,.36)!important;
  border-radius:25px!important;
  background:
    radial-gradient(circle at 100% 0,rgba(230,190,116,.23),transparent 38%),
    linear-gradient(145deg,#183452,#0b1e34 66%,#071627)!important;
  color:#fff!important;
  box-shadow:
    0 22px 43px rgba(9,25,45,.23),
    inset 0 1px 0 rgba(255,255,255,.16)!important;
}

html body .ugc62-join-card::after{
  content:""!important;
  position:absolute!important;
  z-index:0!important;
  right:-54px!important;
  bottom:-72px!important;
  width:190px!important;
  height:190px!important;
  border:1px solid rgba(230,190,116,.29)!important;
  border-radius:50%!important;
  box-shadow:
    0 0 0 24px rgba(255,255,255,.025),
    0 0 0 48px rgba(230,190,116,.035)!important;
  pointer-events:none!important;
}

html body .ugc62-join-card>*{
  position:relative!important;
  z-index:2!important;
}

html body .ugc62-join-eyebrow{
  color:#e5bd73!important;
  font:800 10px/1 Inter,Arial,sans-serif!important;
  letter-spacing:.17em!important;
}

html body .ugc62-join-card h3{
  margin:14px 0 8px!important;
  color:#fff!important;
  font-family:"Cormorant Garamond",Georgia,serif!important;
  font-size:36px!important;
  font-weight:600!important;
  line-height:1!important;
}

html body .ugc62-join-card>p:not(.ugc62-selection):not(.ugc62-status){
  margin:0 0 19px!important;
  color:#c6d0dd!important;
  font:500 13px/1.55 Inter,Arial,sans-serif!important;
}

html body .ugc62-country{
  display:grid!important;
  grid-template-columns:34px 1fr!important;
  align-items:center!important;
  min-height:54px!important;
  padding:0 14px!important;
  border:1px solid rgba(255,255,255,.24)!important;
  border-radius:14px!important;
  background:rgba(255,255,255,.09)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08)!important;
}

html body .ugc62-country svg{
  width:22px!important;
  height:22px!important;
  fill:none!important;
  stroke:#efce8a!important;
  stroke-width:1.8!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}

html body .ugc62-country select{
  width:100%!important;
  height:52px!important;
  border:0!important;
  outline:0!important;
  background:transparent!important;
  color:#fff!important;
  font:600 13px/1 Inter,Arial,sans-serif!important;
  cursor:pointer!important;
}

html body .ugc62-country select option{
  color:#111!important;
  background:#fff!important;
}

html body .ugc62-country.is-error{
  border-color:#ef7d7d!important;
  box-shadow:0 0 0 3px rgba(239,125,125,.12)!important;
}

html body .ugc62-join-button{
  width:100%!important;
  min-height:54px!important;
  margin-top:11px!important;
  padding:0 18px!important;
  border:1px solid #e0b86e!important;
  border-radius:14px!important;
  background:linear-gradient(180deg,#f1d08d,#c99239)!important;
  color:#13243a!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.82),
    0 10px 20px rgba(0,0,0,.18)!important;
  font:800 14px/1 Inter,Arial,sans-serif!important;
  cursor:pointer!important;
  transition:transform .2s ease,box-shadow .2s ease!important;
}

html body .ugc62-join-button:hover,
html body .ugc62-join-button:focus-visible{
  transform:translateY(-2px)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.92),
    0 14px 25px rgba(0,0,0,.24)!important;
  outline:none!important;
}

html body .ugc62-join-button span{
  margin-left:8px!important;
  font-size:18px!important;
}

html body .ugc62-selection{
  margin:12px 0 0!important;
  color:#e5bd73!important;
  font:700 11px/1.35 Inter,Arial,sans-serif!important;
}

html body .ugc62-status{
  min-height:17px!important;
  margin:5px 0 0!important;
  color:#ffaaaa!important;
  font:700 11px/1.35 Inter,Arial,sans-serif!important;
}

html body .ugc62-system{
  padding:0 42px 44px!important;
}

html body .ugc62-system-head{
  display:flex!important;
  align-items:end!important;
  justify-content:space-between!important;
  gap:28px!important;
  padding:8px 2px 19px!important;
}

html body .ugc62-system-head>div>span{
  display:block!important;
  margin-bottom:8px!important;
  color:#9e6b1a!important;
  font:800 10px/1 Inter,Arial,sans-serif!important;
  letter-spacing:.18em!important;
}

html body .ugc62-system-head h3{
  margin:0!important;
  color:#10233d!important;
  font-family:"Cormorant Garamond",Georgia,serif!important;
  font-size:36px!important;
  font-weight:600!important;
  line-height:1!important;
}

html body .ugc62-system-head>p{
  max-width:390px!important;
  margin:0!important;
  color:#657185!important;
  text-align:right!important;
  font:500 13px/1.5 Inter,Arial,sans-serif!important;
}

html body .ugc62-map{
  position:relative!important;
  isolation:isolate!important;
  min-height:550px!important;
  display:grid!important;
  grid-template-columns:minmax(280px,1fr) 300px minmax(280px,1fr)!important;
  grid-template-rows:repeat(2,minmax(215px,1fr))!important;
  gap:24px 78px!important;
  align-items:center!important;
  padding:27px 22px!important;
  overflow:hidden!important;
  border:1px solid rgba(17,38,63,.13)!important;
  border-radius:30px!important;
  background:
    radial-gradient(circle at 50% 50%,rgba(203,157,77,.14),transparent 24%),
    radial-gradient(circle at 9% 18%,rgba(255,255,255,.92),transparent 30%),
    radial-gradient(circle at 91% 82%,rgba(184,199,216,.24),transparent 32%),
    linear-gradient(135deg,#eef1f4 0%,#fbfaf7 47%,#e7ebef 100%)!important;
  box-shadow:
    inset 0 1px 0 #fff,
    inset 0 0 0 1px rgba(255,255,255,.48)!important;
}

html body .ugc62-map::before{
  content:""!important;
  position:absolute!important;
  z-index:0!important;
  inset:0!important;
  pointer-events:none!important;
  background-image:radial-gradient(circle,rgba(21,47,76,.12) 0 1px,transparent 1.5px)!important;
  background-size:26px 26px!important;
  -webkit-mask-image:radial-gradient(circle at center,#000 0 38%,transparent 82%)!important;
  mask-image:radial-gradient(circle at center,#000 0 38%,transparent 82%)!important;
  opacity:.50!important;
}

html body .ugc62-map::after{
  content:""!important;
  position:absolute!important;
  z-index:0!important;
  left:50%!important;
  top:50%!important;
  width:430px!important;
  height:430px!important;
  transform:translate(-50%,-50%)!important;
  border:1px solid rgba(186,146,77,.24)!important;
  border-radius:50%!important;
  box-shadow:
    0 0 0 38px rgba(255,255,255,.20),
    0 0 0 76px rgba(20,45,74,.025)!important;
  pointer-events:none!important;
}

html body .ugc62-connections{
  position:absolute!important;
  z-index:1!important;
  inset:2.5%!important;
  width:95%!important;
  height:95%!important;
  overflow:visible!important;
  pointer-events:none!important;
}

html body .ugc62-connections path{
  fill:none!important;
  stroke:rgba(34,60,88,.30)!important;
  stroke-width:2!important;
  stroke-linecap:round!important;
  stroke-dasharray:5 8!important;
  transition:stroke .25s ease,stroke-width .25s ease,filter .25s ease!important;
}

html body .ugc62-connections path.is-selected{
  stroke:#c59039!important;
  stroke-width:3!important;
  filter:drop-shadow(0 0 6px rgba(197,144,57,.42))!important;
  animation:ugc62LineFlow 2.5s linear infinite!important;
}

html body .ugc62-connections circle{
  fill:#d1a24f!important;
  stroke:#fff!important;
  stroke-width:3!important;
  filter:drop-shadow(0 3px 7px rgba(17,38,63,.24))!important;
}

html body .ugc62-node{
  position:relative!important;
  z-index:3!important;
  min-width:0!important;
  min-height:202px!important;
  display:flex!important;
  flex-direction:column!important;
  padding:18px 18px 16px!important;
  overflow:hidden!important;
  border:1px solid rgba(17,38,63,.14)!important;
  border-radius:21px!important;
  background:
    radial-gradient(circle at 100% 0,rgba(206,164,91,.10),transparent 36%),
    linear-gradient(145deg,#fff,#f7f7f4)!important;
  color:#132841!important;
  text-align:left!important;
  box-shadow:
    0 17px 34px rgba(22,39,59,.10),
    inset 0 1px 0 #fff!important;
  cursor:pointer!important;
  appearance:none!important;
  -webkit-appearance:none!important;
  transition:transform .23s ease,border-color .23s ease,box-shadow .23s ease,background .23s ease!important;
}

html body .ugc62-node::before{
  content:""!important;
  position:absolute!important;
  left:0!important;
  top:0!important;
  width:5px!important;
  height:100%!important;
  background:linear-gradient(180deg,#173554,#c5933f,#ead092)!important;
  opacity:.55!important;
  transition:width .23s ease,opacity .23s ease!important;
}

html body .ugc62-node:hover,
html body .ugc62-node:focus-visible,
html body .ugc62-node.is-selected{
  transform:translateY(-5px)!important;
  border-color:#bd8730!important;
  background:
    radial-gradient(circle at 100% 0,rgba(221,181,105,.17),transparent 40%),
    linear-gradient(145deg,#fff,#fbf7ef)!important;
  box-shadow:
    0 24px 45px rgba(18,37,59,.15),
    0 0 0 3px rgba(190,135,48,.075),
    inset 0 1px 0 #fff!important;
  outline:none!important;
}

html body .ugc62-node:hover::before,
html body .ugc62-node.is-selected::before{
  width:7px!important;
  opacity:1!important;
}

html body .ugc62-node--mentorship{grid-column:1!important;grid-row:1!important}
html body .ugc62-node--network{grid-column:3!important;grid-row:1!important}
html body .ugc62-node--training{grid-column:1!important;grid-row:2!important}
html body .ugc62-node--team{grid-column:3!important;grid-row:2!important}

html body .ugc62-node-meta{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  margin-bottom:14px!important;
}

html body .ugc62-node-meta b{
  color:#a66d16!important;
  font:850 12px/1 Inter,Arial,sans-serif!important;
  letter-spacing:.14em!important;
}

html body .ugc62-node-meta em{
  padding:6px 9px!important;
  border:1px solid rgba(17,38,63,.11)!important;
  border-radius:999px!important;
  background:#eef1f4!important;
  color:#31465f!important;
  font:800 9px/1 Inter,Arial,sans-serif!important;
  font-style:normal!important;
  letter-spacing:.11em!important;
}

html body .ugc62-node-main{
  display:grid!important;
  grid-template-columns:58px minmax(0,1fr)!important;
  gap:14px!important;
  align-items:start!important;
}

html body .ugc62-node-icon{
  width:56px!important;
  height:56px!important;
  display:grid!important;
  place-items:center!important;
  border:1px solid rgba(187,137,52,.34)!important;
  border-radius:17px!important;
  background:linear-gradient(145deg,#173451,#0c2138)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.17),
    0 9px 18px rgba(10,30,52,.18)!important;
}

html body .ugc62-node-icon svg{
  width:31px!important;
  height:31px!important;
  fill:none!important;
  stroke:#f0cc84!important;
  stroke-width:1.7!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}

html body .ugc62-node-copy{
  min-width:0!important;
  display:block!important;
}

html body .ugc62-node-copy strong{
  display:block!important;
  color:#112740!important;
  font-family:"Cormorant Garamond",Georgia,serif!important;
  font-size:28px!important;
  font-weight:650!important;
  line-height:.98!important;
}

html body .ugc62-node-copy em{
  display:block!important;
  margin-top:6px!important;
  color:#a66d16!important;
  font:750 11px/1.3 Inter,Arial,sans-serif!important;
  font-style:normal!important;
}

html body .ugc62-node-copy small{
  display:block!important;
  margin-top:7px!important;
  color:#5b687a!important;
  font:500 12px/1.48 Inter,Arial,sans-serif!important;
}

html body .ugc62-node-action{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  margin-top:auto!important;
  padding-top:14px!important;
  border-top:1px solid rgba(17,38,63,.09)!important;
  color:#556477!important;
  font:750 10px/1 Inter,Arial,sans-serif!important;
  letter-spacing:.02em!important;
}

html body .ugc62-node-action b{
  width:26px!important;
  height:26px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:50%!important;
  background:#e9edf1!important;
  color:#173451!important;
  font-size:13px!important;
  transition:transform .2s ease,background .2s ease,color .2s ease!important;
}

html body .ugc62-node:hover .ugc62-node-action b,
html body .ugc62-node.is-selected .ugc62-node-action b{
  transform:rotate(45deg)!important;
  background:#173451!important;
  color:#f0cc84!important;
}

html body .ugc62-core{
  position:relative!important;
  z-index:4!important;
  grid-column:2!important;
  grid-row:1/3!important;
  align-self:center!important;
  justify-self:center!important;
  width:270px!important;
  height:270px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  padding:30px!important;
  border:1px solid rgba(238,206,145,.78)!important;
  border-radius:50%!important;
  background:
    radial-gradient(circle at 33% 25%,rgba(255,255,255,.16),transparent 24%),
    radial-gradient(circle at 50% 50%,#1c3a59 0%,#102945 52%,#07182b 100%)!important;
  color:#fff!important;
  text-align:center!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.24),
    inset 0 -22px 40px rgba(0,8,20,.22),
    0 0 0 8px rgba(255,255,255,.66),
    0 0 0 10px rgba(188,142,66,.52),
    0 23px 45px rgba(10,29,50,.28),
    0 0 42px rgba(197,151,72,.18)!important;
}

html body .ugc62-core::before{
  content:""!important;
  position:absolute!important;
  inset:17px!important;
  border:1px solid rgba(240,205,139,.27)!important;
  border-radius:50%!important;
  pointer-events:none!important;
}

html body .ugc62-core::after{
  content:""!important;
  position:absolute!important;
  left:50%!important;
  top:-12px!important;
  width:12px!important;
  height:12px!important;
  transform:translateX(-50%)!important;
  border:3px solid #fff!important;
  border-radius:50%!important;
  background:#d2a24e!important;
  box-shadow:0 0 0 5px rgba(210,162,78,.18),0 0 18px rgba(210,162,78,.55)!important;
}

html body .ugc62-orbit{
  position:absolute!important;
  border:1px solid rgba(193,149,76,.28)!important;
  border-radius:50%!important;
  pointer-events:none!important;
}

html body .ugc62-orbit--one{
  inset:-30px!important;
  transform:rotate(22deg)!important;
  animation:ugc62Orbit 18s linear infinite!important;
}

html body .ugc62-orbit--two{
  inset:-51px 4px!important;
  transform:rotate(-31deg)!important;
  border-color:rgba(30,58,88,.16)!important;
  animation:ugc62OrbitReverse 24s linear infinite!important;
}

html body .ugc62-orbit--one::after,
html body .ugc62-orbit--two::after{
  content:""!important;
  position:absolute!important;
  left:50%!important;
  top:-5px!important;
  width:9px!important;
  height:9px!important;
  border:2px solid #fff!important;
  border-radius:50%!important;
  background:#c99947!important;
  box-shadow:0 0 9px rgba(201,153,71,.48)!important;
}

html body .ugc62-core-icon{
  width:43px!important;
  height:43px!important;
  display:grid!important;
  place-items:center!important;
  margin-bottom:9px!important;
}

html body .ugc62-core-icon svg{
  width:43px!important;
  height:43px!important;
  fill:none!important;
  stroke:#edcb87!important;
  stroke-width:1.55!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
  filter:drop-shadow(0 0 8px rgba(237,203,135,.18))!important;
}

html body .ugc62-core-kicker{
  color:#e6be72!important;
  font:800 8px/1 Inter,Arial,sans-serif!important;
  letter-spacing:.18em!important;
}

html body .ugc62-core>strong{
  display:block!important;
  margin-top:8px!important;
  color:#fff!important;
  font-family:"Cormorant Garamond",Georgia,serif!important;
  font-size:39px!important;
  font-weight:600!important;
  line-height:.80!important;
  letter-spacing:-.035em!important;
}

html body .ugc62-core-choice{
  display:block!important;
  max-width:190px!important;
  margin-top:17px!important;
  padding:7px 11px!important;
  border:1px solid rgba(255,255,255,.16)!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.08)!important;
  color:#dce5ef!important;
  font:700 9px/1.3 Inter,Arial,sans-serif!important;
}

@keyframes ugc62LineFlow{
  to{stroke-dashoffset:-26}
}

@keyframes ugc62Orbit{
  to{transform:rotate(382deg)}
}

@keyframes ugc62OrbitReverse{
  to{transform:rotate(-391deg)}
}

@media(max-width:1250px){
  html body .ugc62-map{
    grid-template-columns:minmax(250px,1fr) 250px minmax(250px,1fr)!important;
    gap:22px 54px!important;
  }
  html body .ugc62-core{width:235px!important;height:235px!important}
  html body .ugc62-core>strong{font-size:35px!important}
  html body .ugc62-node-copy strong{font-size:25px!important}
}

@media(max-width:1050px){
  html body .ugc62-header{grid-template-columns:1fr!important}
  html body .ugc62-join-card{max-width:none!important}
  html body .ugc62-map{
    min-height:0!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    grid-template-rows:auto auto auto!important;
    gap:17px!important;
    padding:35px 24px 25px!important;
  }
  html body .ugc62-connections{display:none!important}
  html body .ugc62-map::after{width:360px!important;height:360px!important;top:145px!important}
  html body .ugc62-core{
    grid-column:1/-1!important;
    grid-row:1!important;
    width:230px!important;
    height:230px!important;
    margin:8px auto 30px!important;
  }
  html body .ugc62-node--mentorship{grid-column:1!important;grid-row:2!important}
  html body .ugc62-node--network{grid-column:2!important;grid-row:2!important}
  html body .ugc62-node--training{grid-column:1!important;grid-row:3!important}
  html body .ugc62-node--team{grid-column:2!important;grid-row:3!important}
}

@media(max-width:760px){
  html body .ugc62-hub{padding:34px 0 38px!important}
  html body .ugc62-shell{width:min(100% - 28px,1500px)!important}
  html body .ugc62-panel{border-radius:25px!important}
  html body .ugc62-header{padding:31px 20px 24px!important}
  html body .ugc62-intro{padding-right:0!important}
  html body .ugc62-intro h2{font-size:clamp(54px,15vw,72px)!important}
  html body .ugc62-headline{font-size:30px!important}
  html body .ugc62-copy{font-size:14px!important}
  html body .ugc62-signals>span{flex:1 1 145px!important}
  html body .ugc62-system{padding:0 20px 25px!important}
  html body .ugc62-system-head{display:block!important}
  html body .ugc62-system-head>p{max-width:none!important;margin-top:9px!important;text-align:left!important}
  html body .ugc62-map{
    grid-template-columns:1fr!important;
    grid-template-rows:auto!important;
    padding:31px 15px 18px!important;
  }
  html body .ugc62-map::after{width:300px!important;height:300px!important;top:135px!important}
  html body .ugc62-core{
    grid-column:1!important;
    grid-row:auto!important;
    width:215px!important;
    height:215px!important;
    margin:5px auto 27px!important;
  }
  html body .ugc62-node--mentorship,
  html body .ugc62-node--network,
  html body .ugc62-node--training,
  html body .ugc62-node--team{
    grid-column:1!important;
    grid-row:auto!important;
  }
  html body .ugc62-node{min-height:190px!important}
  html body .ugc62-node-copy strong{font-size:27px!important}
}

@media(max-width:470px){
  html body .ugc62-shell{width:calc(100% - 20px)!important}
  html body .ugc62-header{padding:29px 15px 21px!important}
  html body .ugc62-join-card{padding:25px 20px 23px!important}
  html body .ugc62-system{padding:0 15px 19px!important}
  html body .ugc62-system-head h3{font-size:31px!important}
  html body .ugc62-map{padding:27px 10px 13px!important}
  html body .ugc62-node{padding:16px 15px 15px!important}
  html body .ugc62-node-main{grid-template-columns:51px minmax(0,1fr)!important;gap:12px!important}
  html body .ugc62-node-icon{width:50px!important;height:50px!important}
  html body .ugc62-node-icon svg{width:28px!important;height:28px!important}
  html body .ugc62-node-copy strong{font-size:25px!important}
  html body .ugc62-core{width:195px!important;height:195px!important;padding:23px!important}
  html body .ugc62-core>strong{font-size:32px!important}
  html body .ugc62-orbit--one{inset:-21px!important}
  html body .ugc62-orbit--two{inset:-38px 1px!important}
}

@media(prefers-reduced-motion:reduce){
  html body .ugc62-orbit,
  html body .ugc62-connections path.is-selected{
    animation:none!important;
  }
  html body .ugc62-node,
  html body .ugc62-join-button,
  html body .ugc62-node-action b{
    transition:none!important;
  }
}

/* ---- home-creators-hub-avatars-v82.css ---- */
/* UGCHost Homepage V82 — unique Creator portrait groups inside all four Creators Hub pathways. */
html body .ugc62-node-action{justify-content:flex-start!important;gap:9px!important;overflow:visible!important}
html body .ugc62-node-action>span:first-child{flex:0 0 auto!important;margin-right:auto!important;white-space:nowrap!important}
html body .ugc82-creator-stack{position:relative!important;flex:0 0 auto!important;display:flex!important;align-items:center!important;min-width:116px!important;min-height:39px!important;padding:3px 7px 3px 5px!important;border:1px solid rgba(185,137,48,.42)!important;border-radius:999px!important;background:linear-gradient(145deg,rgba(255,255,255,.94),rgba(246,242,233,.88))!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.95),0 7px 17px rgba(25,45,67,.11)!important;isolation:isolate!important;pointer-events:none!important}
html body .ugc82-creator-stack::after{content:""!important;width:31px!important;height:31px!important;flex:0 0 31px!important;margin-left:-9px!important;border:2px solid #fffdf8!important;border-radius:50%!important;background:radial-gradient(circle at 34% 28%,#244b6a,#0d2c46 68%,#071b2c)!important;box-shadow:0 3px 9px rgba(15,40,62,.22)!important}
html body .ugc82-creator-stack img{position:relative!important;display:block!important;width:31px!important;height:31px!important;flex:0 0 31px!important;margin:0 0 0 -9px!important;border:2px solid #fffdf8!important;border-radius:50%!important;object-fit:cover!important;object-position:50% 38%!important;background:#dfe5ea!important;box-shadow:0 3px 9px rgba(15,40,62,.20)!important;filter:saturate(.96) contrast(1.02)!important;transform:translateZ(0)!important}
html body .ugc82-creator-stack img:first-child{margin-left:0!important;z-index:6!important}html body .ugc82-creator-stack img:nth-child(2){z-index:5!important}html body .ugc82-creator-stack img:nth-child(3){z-index:4!important}html body .ugc82-creator-stack img:nth-child(4){z-index:3!important}html body .ugc82-creator-stack img:nth-child(5){z-index:2!important}
html body .ugc62-node:hover .ugc82-creator-stack,html body .ugc62-node.is-selected .ugc82-creator-stack{border-color:rgba(194,139,36,.68)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.98),0 9px 20px rgba(25,45,67,.15),0 0 0 3px rgba(218,165,64,.07)!important}
@media(max-width:1180px){html body .ugc62-node-action{gap:7px!important}html body .ugc82-creator-stack{min-width:101px!important;min-height:35px!important;padding:3px 6px 3px 4px!important}html body .ugc82-creator-stack img,html body .ugc82-creator-stack::after{width:28px!important;height:28px!important;flex-basis:28px!important}html body .ugc82-creator-stack img{margin-left:-9px!important}html body .ugc82-creator-stack img:first-child{margin-left:0!important}html body .ugc82-creator-stack::after{margin-left:-9px!important}}
@media(max-width:760px){html body .ugc82-creator-stack{min-width:105px!important;min-height:36px!important}html body .ugc82-creator-stack img,html body .ugc82-creator-stack::after{width:29px!important;height:29px!important;flex-basis:29px!important}}
@media(max-width:420px){html body .ugc62-node-action{gap:6px!important}html body .ugc62-node-action>span:first-child{font-size:9px!important}html body .ugc82-creator-stack{min-width:88px!important;min-height:32px!important;padding:2px 5px 2px 3px!important}html body .ugc82-creator-stack img,html body .ugc82-creator-stack::after{width:25px!important;height:25px!important;flex-basis:25px!important}html body .ugc82-creator-stack img{margin-left:-10px!important}html body .ugc82-creator-stack img:first-child{margin-left:0!important}html body .ugc82-creator-stack::after{margin-left:-10px!important}}
@media(prefers-reduced-motion:reduce){html body .ugc82-creator-stack{transition:none!important}}


/* ---- home-creators-hub-glow-v83.css ---- */
/* UGCHost Homepage V83 — illuminated Creators Hub centre. */
html body .ugc62-core{
  animation:ugc83CoreGlow 3.8s ease-in-out infinite!important;
  will-change:box-shadow!important;
}
html body .ugc62-core-icon svg{
  animation:ugc83CoreIconGlow 3.8s ease-in-out infinite!important;
}
html body .ugc62-core>strong{
  text-shadow:0 2px 4px rgba(0,0,0,.22),0 0 17px rgba(240,204,132,.27)!important;
}
html body .ugc62-core-kicker{
  text-shadow:0 0 14px rgba(235,193,112,.33)!important;
}
html body .ugc62-orbit--one,
html body .ugc62-orbit--two{
  filter:drop-shadow(0 0 8px rgba(213,166,81,.24))!important;
}
@keyframes ugc83CoreGlow{
  0%,100%{
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.26),
      inset 0 -22px 40px rgba(0,8,20,.22),
      0 0 0 8px rgba(255,255,255,.70),
      0 0 0 10px rgba(188,142,66,.55),
      0 23px 45px rgba(10,29,50,.28),
      0 0 36px rgba(197,151,72,.24),
      0 0 72px rgba(224,181,96,.12)!important;
  }
  50%{
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.31),
      inset 0 -22px 40px rgba(0,8,20,.18),
      0 0 0 8px rgba(255,255,255,.84),
      0 0 0 11px rgba(223,179,94,.78),
      0 24px 48px rgba(10,29,50,.31),
      0 0 55px rgba(231,188,100,.52),
      0 0 105px rgba(240,207,139,.25)!important;
  }
}
@keyframes ugc83CoreIconGlow{
  0%,100%{filter:drop-shadow(0 0 7px rgba(237,203,135,.24))!important}
  50%{filter:drop-shadow(0 0 15px rgba(247,220,158,.72))!important}
}
@media(prefers-reduced-motion:reduce){
  html body .ugc62-core,
  html body .ugc62-core-icon svg{animation:none!important}
  html body .ugc62-core{
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.28),
      inset 0 -22px 40px rgba(0,8,20,.22),
      0 0 0 8px rgba(255,255,255,.76),
      0 0 0 10px rgba(206,158,78,.67),
      0 23px 45px rgba(10,29,50,.28),
      0 0 55px rgba(222,176,87,.36)!important;
  }
}


/* ---- home-mentor-programs-v70.css ---- */
/* UGCHost Homepage V70 — fixed-grid mentorship program showcase. No slider. */

html body .ugc70-mentorship{
  position:relative!important;
  isolation:isolate!important;
  overflow:hidden!important;
  padding:68px 0 66px!important;
  color:#112840!important;
  background:
    radial-gradient(circle at 5% 9%,rgba(255,232,197,.68),transparent 25%),
    radial-gradient(circle at 92% 15%,rgba(194,225,220,.48),transparent 27%),
    radial-gradient(circle at 79% 91%,rgba(216,190,235,.28),transparent 30%),
    linear-gradient(135deg,#fffaf1 0%,#eef4f2 48%,#fffdf8 100%)!important;
  border-top:1px solid rgba(255,255,255,.92)!important;
  border-bottom:1px solid rgba(178,130,52,.25)!important;
  content-visibility:auto!important;
  contain-intrinsic-size:1px 1280px!important;
}

html body .ugc70-mentorship::before{
  content:""!important;
  position:absolute!important;
  z-index:0!important;
  inset:0!important;
  pointer-events:none!important;
  background-image:
    radial-gradient(circle,rgba(24,53,80,.055) 0 1px,transparent 1.5px),
    linear-gradient(115deg,transparent 0 42%,rgba(255,255,255,.54) 43%,transparent 44% 100%)!important;
  background-size:34px 34px,100% 100%!important;
  -webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,.62),transparent 94%)!important;
  mask-image:linear-gradient(to bottom,rgba(0,0,0,.62),transparent 94%)!important;
}

html body .ugc70-mentorship::after{
  content:""!important;
  position:absolute!important;
  z-index:0!important;
  left:-260px!important;
  bottom:-365px!important;
  width:780px!important;
  height:780px!important;
  border:1px solid rgba(187,139,61,.22)!important;
  border-radius:50%!important;
  box-shadow:0 0 0 68px rgba(255,255,255,.26),0 0 0 136px rgba(20,48,74,.018)!important;
  pointer-events:none!important;
}

html body .ugc70-shell{
  position:relative!important;
  z-index:2!important;
  width:min(1460px,calc(100% - 64px))!important;
  margin:0 auto!important;
}

html body .ugc70-header{
  display:grid!important;
  grid-template-columns:minmax(0,1.05fr) minmax(460px,.95fr)!important;
  gap:24px!important;
  align-items:stretch!important;
}

html body .ugc70-heading{
  position:relative!important;
  overflow:hidden!important;
  min-height:430px!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  padding:52px 54px!important;
  border:1px solid rgba(22,50,77,.12)!important;
  border-radius:32px!important;
  background:
    radial-gradient(circle at 91% 12%,rgba(225,184,107,.19),transparent 28%),
    linear-gradient(145deg,rgba(255,255,255,.95),rgba(255,252,246,.86))!important;
  box-shadow:0 27px 58px rgba(23,44,64,.10),inset 0 1px 0 #fff!important;
}

html body .ugc70-heading::before{
  content:""!important;
  position:absolute!important;
  right:-93px!important;
  top:-126px!important;
  width:340px!important;
  height:340px!important;
  border:1px solid rgba(191,142,63,.20)!important;
  border-radius:50%!important;
  box-shadow:0 0 0 31px rgba(255,255,255,.48),0 0 0 62px rgba(23,53,80,.025)!important;
  pointer-events:none!important;
}

html body .ugc70-heading>*{
  position:relative!important;
  z-index:2!important;
}

html body .ugc70-kicker{
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  margin:0 0 16px!important;
  color:#a66d17!important;
  font:850 11px/1 Inter,Arial,sans-serif!important;
  letter-spacing:.19em!important;
  text-transform:uppercase!important;
}

html body .ugc70-kicker::before{
  content:""!important;
  width:44px!important;
  height:2px!important;
  border-radius:999px!important;
  background:linear-gradient(90deg,#b87a27,#e6bf75)!important;
}

html body .ugc70-heading h2{
  max-width:760px!important;
  margin:0!important;
  color:#10243d!important;
  font-family:"Cormorant Garamond",Georgia,serif!important;
  font-size:clamp(55px,5.4vw,82px)!important;
  font-weight:650!important;
  line-height:.91!important;
  letter-spacing:-.047em!important;
}

html body .ugc70-heading h2 em{
  color:#b37620!important;
  font-style:normal!important;
}

html body .ugc70-heading>p{
  max-width:720px!important;
  margin:21px 0 0!important;
  color:#596a7c!important;
  font:500 16px/1.7 Inter,Arial,sans-serif!important;
}

html body .ugc70-actions{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:11px!important;
  margin-top:28px!important;
}

html body .ugc70-actions a{
  min-height:51px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
  padding:0 21px!important;
  border-radius:15px!important;
  text-decoration:none!important;
  font:800 13px/1 Inter,Arial,sans-serif!important;
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease!important;
}

html body .ugc70-actions a:hover,
html body .ugc70-actions a:focus-visible{
  transform:translateY(-2px)!important;
  outline:none!important;
}

html body .ugc70-actions svg{
  width:19px!important;
  height:19px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:2!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}

html body .ugc70-primary{
  border:1px solid #d9ad61!important;
  background:linear-gradient(180deg,#f2d391,#ca9239)!important;
  color:#11263e!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.82),0 13px 25px rgba(118,75,15,.16)!important;
}

html body .ugc70-primary:hover,
html body .ugc70-primary:focus-visible{
  box-shadow:inset 0 1px 0 #fff,0 17px 30px rgba(118,75,15,.23)!important;
}

html body .ugc70-secondary{
  border:1px solid rgba(18,45,72,.16)!important;
  background:#fff!important;
  color:#17334f!important;
  box-shadow:0 10px 22px rgba(23,48,72,.07),inset 0 1px 0 #fff!important;
}

html body .ugc70-membership{
  position:relative!important;
  isolation:isolate!important;
  overflow:hidden!important;
  min-height:430px!important;
  padding:37px 36px 34px!important;
  border:1px solid rgba(229,190,117,.39)!important;
  border-radius:32px!important;
  background:
    radial-gradient(circle at 100% 0,rgba(231,190,112,.25),transparent 34%),
    radial-gradient(circle at 0 100%,rgba(82,139,150,.17),transparent 31%),
    linear-gradient(145deg,#183b59 0%,#0b263e 61%,#061a2c 100%)!important;
  color:#fff!important;
  box-shadow:0 29px 62px rgba(7,24,41,.25),inset 0 1px 0 rgba(255,255,255,.16)!important;
}

html body .ugc70-membership::before{
  content:""!important;
  position:absolute!important;
  z-index:0!important;
  inset:0!important;
  pointer-events:none!important;
  background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px)!important;
  background-size:38px 38px!important;
  -webkit-mask-image:linear-gradient(135deg,#000,transparent 86%)!important;
  mask-image:linear-gradient(135deg,#000,transparent 86%)!important;
}

html body .ugc70-membership::after{
  content:""!important;
  position:absolute!important;
  z-index:0!important;
  right:-76px!important;
  bottom:-108px!important;
  width:290px!important;
  height:290px!important;
  border:1px solid rgba(235,201,136,.25)!important;
  border-radius:50%!important;
  box-shadow:0 0 0 31px rgba(255,255,255,.025),0 0 0 62px rgba(235,201,136,.025)!important;
}

html body .ugc70-membership>*{
  position:relative!important;
  z-index:2!important;
}

html body .ugc70-membership-kicker{
  color:#edc982!important;
  font:850 10px/1 Inter,Arial,sans-serif!important;
  letter-spacing:.17em!important;
}

html body .ugc70-membership h3{
  margin:15px 0 8px!important;
  color:#fff!important;
  font-family:"Cormorant Garamond",Georgia,serif!important;
  font-size:clamp(39px,3.5vw,55px)!important;
  font-weight:650!important;
  line-height:.94!important;
  letter-spacing:-.035em!important;
}

html body .ugc70-membership>p{
  max-width:620px!important;
  margin:0!important;
  color:#c9d6e1!important;
  font:500 13px/1.65 Inter,Arial,sans-serif!important;
}

html body .ugc70-mentor-stack{
  display:flex!important;
  align-items:center!important;
  margin:22px 0 20px!important;
}

html body .ugc70-mentor-stack>span{
  width:38px!important;
  height:38px!important;
  display:grid!important;
  place-items:center!important;
  margin-left:-9px!important;
  border:2px solid #173650!important;
  border-radius:50%!important;
  background:linear-gradient(145deg,#f5d38f,#b97b28)!important;
  color:#112941!important;
  box-shadow:0 6px 14px rgba(0,0,0,.17)!important;
  font:850 11px/1 Inter,Arial,sans-serif!important;
}

html body .ugc70-mentor-stack>span:first-child{margin-left:0!important;background:linear-gradient(145deg,#f0bfa7,#b9684d)!important}
html body .ugc70-mentor-stack>span:nth-child(2){background:linear-gradient(145deg,#aadbd2,#3f8d84)!important}
html body .ugc70-mentor-stack>span:nth-child(3){background:linear-gradient(145deg,#c8c8ef,#6969a8)!important}
html body .ugc70-mentor-stack>span:nth-child(4){background:linear-gradient(145deg,#f1d28f,#b57c2d)!important}

html body .ugc70-mentor-stack>b{
  margin-left:12px!important;
  color:#e6edf3!important;
  font:750 11px/1.35 Inter,Arial,sans-serif!important;
}

html body .ugc70-membership-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:10px!important;
}

html body .ugc70-membership-grid>span{
  min-height:91px!important;
  display:grid!important;
  grid-template-columns:32px minmax(0,1fr)!important;
  grid-template-rows:auto auto!important;
  gap:4px 9px!important;
  align-content:center!important;
  padding:13px!important;
  border:1px solid rgba(255,255,255,.12)!important;
  border-radius:16px!important;
  background:rgba(255,255,255,.065)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06)!important;
}

html body .ugc70-membership-grid svg{
  grid-row:1/3!important;
  align-self:start!important;
  width:28px!important;
  height:28px!important;
  fill:none!important;
  stroke:#efcb84!important;
  stroke-width:1.8!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}

html body .ugc70-membership-grid b{
  color:#fff!important;
  font:750 12px/1.2 Inter,Arial,sans-serif!important;
}

html body .ugc70-membership-grid small{
  color:#aebdca!important;
  font:500 10px/1.4 Inter,Arial,sans-serif!important;
}

html body .ugc70-section-heading{
  display:flex!important;
  align-items:flex-end!important;
  justify-content:space-between!important;
  gap:36px!important;
  padding:43px 3px 23px!important;
}

html body .ugc70-section-heading>div>span{
  display:block!important;
  margin-bottom:10px!important;
  color:#9d6819!important;
  font:850 10px/1 Inter,Arial,sans-serif!important;
  letter-spacing:.18em!important;
}

html body .ugc70-section-heading h3{
  margin:0!important;
  color:#112942!important;
  font-family:"Cormorant Garamond",Georgia,serif!important;
  font-size:clamp(39px,3.8vw,56px)!important;
  font-weight:650!important;
  line-height:.94!important;
  letter-spacing:-.035em!important;
}

html body .ugc70-section-heading>p{
  max-width:530px!important;
  margin:0!important;
  color:#657588!important;
  text-align:right!important;
  font:500 13px/1.58 Inter,Arial,sans-serif!important;
}

html body .ugc70-program-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:17px!important;
}

html body .ugc70-program{
  --ugc70-accent:#c58f37;
  --ugc70-soft:rgba(197,143,55,.14);
  --ugc70-deep:#8d5c15;
  position:relative!important;
  overflow:hidden!important;
  min-height:410px!important;
  display:flex!important;
  flex-direction:column!important;
  padding:24px 23px 22px!important;
  border:1px solid rgba(20,49,76,.12)!important;
  border-radius:25px!important;
  background:
    radial-gradient(circle at 100% 0,var(--ugc70-soft),transparent 34%),
    linear-gradient(150deg,#fff,#fffdf9)!important;
  box-shadow:0 18px 42px rgba(23,45,67,.085),inset 0 1px 0 #fff!important;
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease!important;
}

html body .ugc70-program::before{
  content:""!important;
  position:absolute!important;
  left:0!important;
  right:0!important;
  top:0!important;
  height:4px!important;
  background:linear-gradient(90deg,transparent,var(--ugc70-accent),transparent)!important;
}

html body .ugc70-program:hover{
  transform:translateY(-6px)!important;
  border-color:var(--ugc70-accent)!important;
  box-shadow:0 27px 52px rgba(23,45,67,.14),0 0 0 3px var(--ugc70-soft)!important;
}

html body .ugc70-program-top{
  display:flex!important;
  align-items:flex-start!important;
  justify-content:space-between!important;
  gap:14px!important;
  margin-bottom:20px!important;
}

html body .ugc70-program-icon{
  width:67px!important;
  height:67px!important;
  display:grid!important;
  place-items:center!important;
  border:1px solid var(--ugc70-accent)!important;
  border-radius:20px!important;
  background:
    radial-gradient(circle at 30% 17%,rgba(255,255,255,.94),transparent 30%),
    linear-gradient(145deg,#fff,var(--ugc70-soft))!important;
  box-shadow:0 11px 23px rgba(24,47,70,.10),0 0 0 6px rgba(255,255,255,.52)!important;
}

html body .ugc70-program-icon svg{
  width:38px!important;
  height:38px!important;
  fill:none!important;
  stroke:var(--ugc70-deep)!important;
  stroke-width:1.8!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}

html body .ugc70-program-label{
  display:inline-flex!important;
  align-items:center!important;
  gap:7px!important;
  padding:8px 10px!important;
  border:1px solid rgba(22,49,76,.10)!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.80)!important;
  color:#506174!important;
  box-shadow:0 6px 14px rgba(23,45,67,.05)!important;
  font:800 8px/1 Inter,Arial,sans-serif!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
}

html body .ugc70-program-label i{
  width:7px!important;
  height:7px!important;
  border-radius:50%!important;
  background:#2b9b67!important;
  box-shadow:0 0 0 4px rgba(43,155,103,.10)!important;
}

html body .ugc70-program-category{
  display:block!important;
  margin-bottom:9px!important;
  color:var(--ugc70-deep)!important;
  font:850 9px/1 Inter,Arial,sans-serif!important;
  letter-spacing:.17em!important;
}

html body .ugc70-program h3{
  margin:0!important;
  color:#122b46!important;
  font-family:"Cormorant Garamond",Georgia,serif!important;
  font-size:clamp(29px,2.35vw,37px)!important;
  font-weight:650!important;
  line-height:.96!important;
  letter-spacing:-.03em!important;
}

html body .ugc70-program>p{
  min-height:78px!important;
  margin:13px 0 0!important;
  color:#657486!important;
  font:500 12px/1.6 Inter,Arial,sans-serif!important;
}

html body .ugc70-program-tags{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:6px!important;
  margin-top:15px!important;
}

html body .ugc70-program-tags span{
  padding:7px 9px!important;
  border:1px solid rgba(20,49,76,.09)!important;
  border-radius:999px!important;
  background:#f5f7f6!important;
  color:#526477!important;
  font:750 8px/1 Inter,Arial,sans-serif!important;
}

html body .ugc70-program-foot{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  gap:12px!important;
  align-items:end!important;
  margin-top:auto!important;
  padding-top:19px!important;
  border-top:1px solid rgba(20,49,76,.09)!important;
}

html body .ugc70-program-foot>span b,
html body .ugc70-program-foot>span small{
  display:block!important;
}

html body .ugc70-program-foot>span b{
  color:#273e56!important;
  font:750 10px/1.2 Inter,Arial,sans-serif!important;
}

html body .ugc70-program-foot>span small{
  margin-top:4px!important;
  color:#8793a0!important;
  font:600 8px/1.3 Inter,Arial,sans-serif!important;
}

html body .ugc70-program-foot a{
  min-height:39px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
  padding:0 12px!important;
  border:1px solid rgba(18,46,73,.17)!important;
  border-radius:12px!important;
  background:linear-gradient(180deg,#183a58,#0b263e)!important;
  color:#f0cb82!important;
  text-decoration:none!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.14),0 8px 17px rgba(8,27,44,.13)!important;
  font:800 9px/1 Inter,Arial,sans-serif!important;
  white-space:nowrap!important;
  transition:transform .18s ease,box-shadow .18s ease!important;
}

html body .ugc70-program-foot a:hover,
html body .ugc70-program-foot a:focus-visible{
  transform:translateY(-2px)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.18),0 12px 22px rgba(8,27,44,.20)!important;
  outline:none!important;
}

html body .ugc70-program-foot svg{
  width:16px!important;
  height:16px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:2!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}

html body .ugc70-tone--blue{--ugc70-accent:#4d8fbf;--ugc70-soft:rgba(77,143,191,.15);--ugc70-deep:#2d6e9d}
html body .ugc70-tone--orange{--ugc70-accent:#dc8a38;--ugc70-soft:rgba(220,138,56,.15);--ugc70-deep:#a45a16}
html body .ugc70-tone--green{--ugc70-accent:#5b9d70;--ugc70-soft:rgba(91,157,112,.15);--ugc70-deep:#367a4b}
html body .ugc70-tone--rose{--ugc70-accent:#c46b7e;--ugc70-soft:rgba(196,107,126,.14);--ugc70-deep:#954054}
html body .ugc70-tone--violet{--ugc70-accent:#8170bc;--ugc70-soft:rgba(129,112,188,.14);--ugc70-deep:#5b4a94}

html body .ugc70-access-path{
  position:relative!important;
  overflow:hidden!important;
  display:grid!important;
  grid-template-columns:minmax(250px,.66fr) minmax(620px,1.55fr) auto!important;
  gap:28px!important;
  align-items:center!important;
  margin-top:22px!important;
  padding:27px 29px!important;
  border:1px solid rgba(229,190,117,.34)!important;
  border-radius:25px!important;
  background:
    radial-gradient(circle at 100% 0,rgba(224,181,101,.22),transparent 30%),
    linear-gradient(135deg,#153752 0%,#0b263f 62%,#071b2d 100%)!important;
  color:#fff!important;
  box-shadow:0 23px 48px rgba(7,25,43,.19),inset 0 1px 0 rgba(255,255,255,.14)!important;
}

html body .ugc70-access-path::after{
  content:""!important;
  position:absolute!important;
  right:-100px!important;
  bottom:-135px!important;
  width:310px!important;
  height:310px!important;
  border:1px solid rgba(235,201,136,.21)!important;
  border-radius:50%!important;
  box-shadow:0 0 0 34px rgba(255,255,255,.022)!important;
  pointer-events:none!important;
}

html body .ugc70-access-path>*{
  position:relative!important;
  z-index:2!important;
}

html body .ugc70-access-copy>span{
  color:#ebc77e!important;
  font:850 9px/1 Inter,Arial,sans-serif!important;
  letter-spacing:.17em!important;
}

html body .ugc70-access-copy h3{
  margin:9px 0 0!important;
  color:#fff!important;
  font-family:"Cormorant Garamond",Georgia,serif!important;
  font-size:31px!important;
  font-weight:650!important;
  line-height:.94!important;
  letter-spacing:-.025em!important;
}

html body .ugc70-access-path ol{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:9px!important;
  margin:0!important;
  padding:0!important;
  list-style:none!important;
}

html body .ugc70-access-path li{
  min-height:86px!important;
  display:grid!important;
  grid-template-columns:31px minmax(0,1fr)!important;
  gap:8px!important;
  align-content:center!important;
  padding:11px!important;
  border:1px solid rgba(255,255,255,.10)!important;
  border-radius:14px!important;
  background:rgba(255,255,255,.055)!important;
}

html body .ugc70-access-path li>b{
  width:29px!important;
  height:29px!important;
  display:grid!important;
  place-items:center!important;
  border:1px solid rgba(235,201,136,.34)!important;
  border-radius:50%!important;
  color:#efca81!important;
  font:850 8px/1 Inter,Arial,sans-serif!important;
}

html body .ugc70-access-path li strong,
html body .ugc70-access-path li small{
  display:block!important;
}

html body .ugc70-access-path li strong{
  color:#fff!important;
  font:750 10px/1.25 Inter,Arial,sans-serif!important;
}

html body .ugc70-access-path li small{
  margin-top:4px!important;
  color:#aebcca!important;
  font:500 8px/1.35 Inter,Arial,sans-serif!important;
}

html body .ugc70-access-path>a{
  min-height:48px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  padding:0 17px!important;
  border:1px solid #e0b76d!important;
  border-radius:14px!important;
  background:linear-gradient(180deg,#f2d28f,#cb9239)!important;
  color:#11263e!important;
  text-decoration:none!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.84),0 12px 22px rgba(0,0,0,.18)!important;
  font:850 10px/1 Inter,Arial,sans-serif!important;
  white-space:nowrap!important;
  transition:transform .2s ease,box-shadow .2s ease!important;
}

html body .ugc70-access-path>a:hover,
html body .ugc70-access-path>a:focus-visible{
  transform:translateY(-2px)!important;
  box-shadow:inset 0 1px 0 #fff,0 15px 27px rgba(0,0,0,.24)!important;
  outline:none!important;
}

html body .ugc70-access-path>a svg{
  width:18px!important;
  height:18px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:2!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}

@media(max-width:1240px){
  html body .ugc70-header{grid-template-columns:minmax(0,1fr) minmax(410px,.88fr)!important}
  html body .ugc70-heading{padding:45px 42px!important}
  html body .ugc70-membership{padding:34px 30px 31px!important}
  html body .ugc70-program-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  html body .ugc70-access-path{grid-template-columns:1fr!important}
  html body .ugc70-access-copy h3{max-width:650px!important}
  html body .ugc70-access-path>a{justify-self:start!important}
}

@media(max-width:980px){
  html body .ugc70-header{grid-template-columns:1fr!important}
  html body .ugc70-heading,
  html body .ugc70-membership{min-height:0!important}
  html body .ugc70-section-heading{display:block!important}
  html body .ugc70-section-heading>p{max-width:680px!important;margin-top:12px!important;text-align:left!important}
}

@media(max-width:760px){
  html body .ugc70-mentorship{
    padding:38px 0 40px!important;
    contain-intrinsic-size:1px 1760px!important;
  }
  html body .ugc70-mentorship::before,
  html body .ugc70-mentorship::after{display:none!important}
  html body .ugc70-shell{width:min(100% - 28px,1460px)!important}
  html body .ugc70-heading{padding:36px 24px!important;border-radius:25px!important}
  html body .ugc70-heading::before{right:-160px!important;top:-185px!important}
  html body .ugc70-heading h2{font-size:clamp(48px,13vw,66px)!important}
  html body .ugc70-heading>p{font-size:14px!important}
  html body .ugc70-actions{display:grid!important;grid-template-columns:1fr!important}
  html body .ugc70-actions a{width:100%!important}
  html body .ugc70-membership{padding:30px 22px 24px!important;border-radius:25px!important}
  html body .ugc70-membership-grid{grid-template-columns:1fr!important}
  html body .ugc70-section-heading{padding:35px 2px 20px!important}
  html body .ugc70-section-heading h3{font-size:40px!important}
  html body .ugc70-program-grid{grid-template-columns:1fr!important}
  html body .ugc70-program{min-height:0!important}
  html body .ugc70-program>p{min-height:0!important}
  html body .ugc70-access-path{padding:24px 19px!important;border-radius:22px!important}
  html body .ugc70-access-path ol{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  html body .ugc70-access-path>a{width:100%!important;justify-self:stretch!important}
}

@media(max-width:470px){
  html body .ugc70-shell{width:calc(100% - 20px)!important}
  html body .ugc70-heading{padding:32px 18px!important}
  html body .ugc70-heading h2{font-size:46px!important}
  html body .ugc70-membership{padding:27px 17px 21px!important}
  html body .ugc70-membership h3{font-size:42px!important}
  html body .ugc70-mentor-stack>b{font-size:10px!important}
  html body .ugc70-program{padding:22px 18px 19px!important;border-radius:22px!important}
  html body .ugc70-program h3{font-size:31px!important}
  html body .ugc70-program-foot{grid-template-columns:1fr!important;align-items:start!important}
  html body .ugc70-program-foot a{width:100%!important}
  html body .ugc70-access-path ol{grid-template-columns:1fr!important}
}

@media(prefers-reduced-motion:reduce){
  html body .ugc70-program,
  html body .ugc70-actions a,
  html body .ugc70-program-foot a,
  html body .ugc70-access-path>a{
    transition:none!important;
  }
}


/* ---- home-paid-mentorship-split-v87.css ---- */
/* UGCHost Paid Mentorship V87 — canonical two-panel layout. */

html body .ugc70-mentorship[data-ugc-mentor-programs="v87-split"]{
  padding-top:48px!important;
}

/* Never allow an older flat-row enhancer to replace the canonical split design. */
html body .ugc70-mentorship[data-ugc-mentor-programs="v87-split"] .ugc84-titlebar,
html body .ugc70-mentorship[data-ugc-mentor-programs="v87-split"] .ugc84-approved-header{
  display:none!important;
}
html body .ugc70-mentorship[data-ugc-mentor-programs="v87-split"] .ugc70-header{
  display:grid!important;
  visibility:visible!important;
  opacity:1!important;
}

html body .ugc87-titlebar{
  position:relative!important;
  z-index:4!important;
  max-width:980px!important;
  margin:0 auto 34px!important;
  padding:0 24px!important;
  text-align:center!important;
}
html body .ugc87-titlebar>span{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:14px!important;
  margin:0 0 11px!important;
  color:#a36b18!important;
  font:850 10px/1 Inter,Arial,sans-serif!important;
  letter-spacing:.19em!important;
  text-transform:uppercase!important;
}
html body .ugc87-titlebar>span i{
  width:54px!important;
  height:1px!important;
  background:linear-gradient(90deg,transparent,#c28a35)!important;
}
html body .ugc87-titlebar>span i:last-child{transform:scaleX(-1)!important}
html body .ugc87-titlebar h2{
  margin:0!important;
  color:#102941!important;
  font-family:"Cormorant Garamond",Georgia,serif!important;
  font-size:clamp(54px,5.1vw,78px)!important;
  font-weight:650!important;
  line-height:.92!important;
  letter-spacing:-.047em!important;
}
html body .ugc87-titlebar p{
  max-width:780px!important;
  margin:14px auto 0!important;
  color:#617184!important;
  font:500 14px/1.65 Inter,Arial,sans-serif!important;
}

html body .ugc87-split-header{
  grid-template-columns:minmax(0,1.06fr) minmax(430px,.94fr)!important;
  gap:24px!important;
  align-items:stretch!important;
}

html body .ugc87-mentor-panel,
html body .ugc87-brand-panel{
  min-height:760px!important;
  border-radius:32px!important;
}

html body .ugc87-mentor-panel{
  justify-content:flex-start!important;
  padding:39px 42px 36px!important;
  background:
    radial-gradient(circle at 92% 7%,rgba(226,184,106,.20),transparent 26%),
    linear-gradient(145deg,rgba(255,255,255,.98),rgba(255,251,244,.93))!important;
}
html body .ugc87-mentor-panel .ugc70-kicker{
  margin-bottom:13px!important;
}
html body .ugc87-mentor-panel>h2{
  max-width:720px!important;
  font-size:clamp(48px,4.25vw,67px)!important;
  line-height:.89!important;
}
html body .ugc87-mentor-panel>p{
  max-width:690px!important;
  margin-top:17px!important;
  font-size:14px!important;
  line-height:1.62!important;
}

html body .ugc87-mentor-grid{
  position:relative!important;
  z-index:3!important;
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:12px!important;
  margin:24px 0 0!important;
}
html body .ugc87-mentor-card{
  position:relative!important;
  overflow:hidden!important;
  min-width:0!important;
  aspect-ratio:1.34/1!important;
  margin:0!important;
  border:1px solid rgba(18,46,72,.13)!important;
  border-radius:20px!important;
  background:linear-gradient(145deg,#e8eceb,#ced8dc)!important;
  box-shadow:0 13px 28px rgba(17,42,63,.12),inset 0 1px 0 rgba(255,255,255,.82)!important;
}
html body .ugc87-mentor-card::after{
  content:""!important;
  position:absolute!important;
  inset:auto 0 0!important;
  height:43%!important;
  pointer-events:none!important;
  background:linear-gradient(to top,rgba(5,23,38,.83),rgba(5,23,38,.34) 58%,transparent)!important;
}
html body .ugc87-mentor-card img{
  width:100%!important;
  height:100%!important;
  display:block!important;
  object-fit:cover!important;
  object-position:center 20%!important;
  transform:scale(1.012)!important;
  transition:transform .42s ease,filter .3s ease!important;
}
html body .ugc87-mentor-card[data-mentor-portrait="mature-black-woman"] img{object-position:center 18%!important}
html body .ugc87-mentor-card[data-mentor-portrait="arab-woman"] img{object-position:center 16%!important}
html body .ugc87-mentor-card[data-mentor-portrait="white-woman"] img{object-position:center 16%!important}
html body .ugc87-mentor-card:hover img{transform:scale(1.05)!important}
html body .ugc87-mentor-card figcaption{
  position:absolute!important;
  z-index:3!important;
  right:15px!important;
  bottom:13px!important;
  left:15px!important;
  display:block!important;
  color:#fff!important;
}
html body .ugc87-mentor-card figcaption strong{
  display:block!important;
  font:800 12px/1.2 Inter,Arial,sans-serif!important;
}
html body .ugc87-mentor-card figcaption span{
  display:block!important;
  margin-top:4px!important;
  color:#dbe5ec!important;
  font:500 9px/1.25 Inter,Arial,sans-serif!important;
}

html body .ugc87-actions{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:10px!important;
  margin-top:19px!important;
}
html body .ugc87-actions a{
  width:100%!important;
  min-width:0!important;
  min-height:47px!important;
  padding:0 14px!important;
  font-size:11px!important;
  white-space:nowrap!important;
}
html body .ugc87-actions svg{
  flex:0 0 auto!important;
  width:17px!important;
  height:17px!important;
}
html body .ugc87-login,
html body .ugc87-browse{
  border:1px solid rgba(18,45,72,.16)!important;
  background:#fff!important;
  color:#17334f!important;
  box-shadow:0 10px 22px rgba(23,48,72,.07),inset 0 1px 0 #fff!important;
}
html body .ugc87-login:hover,
html body .ugc87-login:focus-visible,
html body .ugc87-browse:hover,
html body .ugc87-browse:focus-visible{
  border-color:rgba(18,45,72,.28)!important;
  box-shadow:0 15px 26px rgba(15,42,65,.13),inset 0 1px 0 #fff!important;
}

html body .ugc87-brand-panel{
  display:flex!important;
  flex-direction:column!important;
  padding:39px 38px 34px!important;
  background:
    radial-gradient(circle at 100% 0,rgba(231,190,112,.26),transparent 33%),
    radial-gradient(circle at 0 100%,rgba(82,139,150,.18),transparent 31%),
    linear-gradient(145deg,#183b59 0%,#0b263e 61%,#061a2c 100%)!important;
}
html body .ugc87-brand-title-row{
  align-items:center!important;
  margin:15px 0 10px!important;
}
html body .ugc87-brand-title{
  min-width:0!important;
  flex:1 1 auto!important;
}
html body .ugc87-brand-title h3{
  margin:0!important;
  font-size:clamp(42px,3.6vw,57px)!important;
  line-height:.91!important;
}
html body .ugc87-brand-title h3 em{
  color:#edc982!important;
  font-style:normal!important;
}
html body .ugc87-logo-shell{
  width:clamp(112px,8.7vw,145px)!important;
}
html body .ugc87-brand-panel>p{
  max-width:640px!important;
  font-size:13px!important;
  line-height:1.66!important;
}

html body .ugc87-brand-ribbon{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:10px!important;
  margin:22px 0 11px!important;
}
html body .ugc87-brand-ribbon>span{
  min-height:93px!important;
  display:grid!important;
  grid-template-columns:35px minmax(0,1fr)!important;
  grid-template-rows:auto auto!important;
  gap:4px 10px!important;
  align-content:center!important;
  padding:14px!important;
  border:1px solid rgba(239,203,132,.20)!important;
  border-radius:17px!important;
  background:rgba(255,255,255,.07)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08)!important;
}
html body .ugc87-brand-ribbon svg{
  grid-row:1/3!important;
  width:30px!important;
  height:30px!important;
  fill:none!important;
  stroke:#efcb84!important;
  stroke-width:1.8!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
html body .ugc87-brand-ribbon b{
  color:#fff!important;
  font:780 12px/1.2 Inter,Arial,sans-serif!important;
}
html body .ugc87-brand-ribbon small{
  color:#aebdca!important;
  font:500 9px/1.45 Inter,Arial,sans-serif!important;
}

html body .ugc87-brand-grid{
  margin-top:0!important;
}
html body .ugc87-brand-grid>span{
  min-height:96px!important;
}
html body .ugc87-brand-foot{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:8px!important;
  margin-top:auto!important;
  padding-top:18px!important;
}
html body .ugc87-brand-foot span{
  display:inline-flex!important;
  align-items:center!important;
  min-height:31px!important;
  padding:0 11px!important;
  border:1px solid rgba(238,202,135,.22)!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.055)!important;
  color:#d7e1e9!important;
  font:750 9px/1 Inter,Arial,sans-serif!important;
  letter-spacing:.025em!important;
}

html body .ugc70-mentorship[data-ugc-mentor-programs="v87-split"] .ugc70-section-heading{
  padding-top:42px!important;
}

@media(max-width:1180px){
  html body .ugc87-split-header{
    grid-template-columns:minmax(0,1fr) minmax(390px,.92fr)!important;
  }
  html body .ugc87-mentor-panel,
  html body .ugc87-brand-panel{min-height:720px!important}
  html body .ugc87-mentor-panel{padding:35px 32px 32px!important}
  html body .ugc87-brand-panel{padding:35px 31px 30px!important}
  html body .ugc87-mentor-panel>h2{font-size:55px!important}
  html body .ugc87-mentor-card{aspect-ratio:1.22/1!important}
}

@media(max-width:980px){
  html body .ugc87-split-header{
    grid-template-columns:1fr!important;
  }
  html body .ugc87-mentor-panel,
  html body .ugc87-brand-panel{min-height:0!important}
  html body .ugc87-mentor-card{aspect-ratio:1.35/1!important}
  html body .ugc87-brand-foot{margin-top:18px!important}
}

@media(max-width:680px){
  html body .ugc70-mentorship[data-ugc-mentor-programs="v87-split"]{padding-top:38px!important}
  html body .ugc87-titlebar{margin-bottom:26px!important}
  html body .ugc87-titlebar h2{font-size:49px!important}
  html body .ugc87-mentor-panel,
  html body .ugc87-brand-panel{padding:31px 23px 27px!important;border-radius:25px!important}
  html body .ugc87-mentor-panel>h2{font-size:47px!important}
  html body .ugc87-mentor-grid{gap:9px!important}
  html body .ugc87-mentor-card{border-radius:16px!important;aspect-ratio:1.05/1!important}
  html body .ugc87-mentor-card figcaption{right:10px!important;bottom:10px!important;left:10px!important}
  html body .ugc87-brand-ribbon{grid-template-columns:1fr!important}
}

@media(max-width:500px){
  html body .ugc87-titlebar>span i{width:27px!important}
  html body .ugc87-titlebar p{font-size:13px!important}
  html body .ugc87-mentor-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  html body .ugc87-mentor-card{aspect-ratio:.92/1!important}
  html body .ugc87-mentor-card figcaption strong{font-size:10px!important}
  html body .ugc87-mentor-card figcaption span{display:none!important}
  html body .ugc87-actions{grid-template-columns:1fr!important}
  html body .ugc87-brand-title-row{align-items:flex-start!important}
  html body .ugc87-brand-title h3{font-size:39px!important}
  html body .ugc87-logo-shell{width:86px!important}
  html body .ugc87-brand-grid{grid-template-columns:1fr!important}
}

@media(prefers-reduced-motion:reduce){
  html body .ugc87-mentor-card img,
  html body .ugc87-actions a{transition:none!important}
}


/* ---- home-category-icons-v63.css ---- */
/* UGCHost Homepage V63 — premium category icon and button upgrade. */

html body.ugc-home-v19 .ugc19-categories .ugc19-category-card.ugc63-category-card{
  min-height:154px!important;
  padding:17px 9px 14px!important;
  border:1px solid rgba(235,177,78,.72)!important;
  border-radius:17px!important;
  background:
    radial-gradient(circle at 50% -5%,rgba(236,177,77,.12),transparent 43%),
    linear-gradient(180deg,#0a1b28 0%,#04111b 100%)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,230,181,.08),
    inset 0 0 0 1px rgba(255,255,255,.018),
    0 18px 34px rgba(0,0,0,.28),
    0 0 0 1px rgba(227,166,64,.04)!important;
}

html body.ugc-home-v19 .ugc19-categories .ugc19-category-card.ugc63-category-card::before{
  inset:4px!important;
  border-radius:13px!important;
  border-color:rgba(255,220,159,.12)!important;
}

html body.ugc-home-v19 .ugc19-categories .ugc19-category-card.ugc63-category-card::after{
  left:13%!important;
  right:13%!important;
  height:2px!important;
  background:linear-gradient(90deg,transparent,#ffd07d 48%,transparent)!important;
  box-shadow:0 0 16px rgba(242,184,83,.55)!important;
  opacity:.72!important;
}

html body.ugc-home-v19 .ugc63-icon-shell{
  position:relative!important;
  z-index:3!important;
  width:66px!important;
  height:66px!important;
  flex:0 0 66px!important;
  display:grid!important;
  place-items:center!important;
  margin:0 0 12px!important;
  border:1px solid rgba(246,202,126,.56)!important;
  border-radius:21px!important;
  background:
    radial-gradient(circle at 29% 20%,rgba(255,255,255,.18),transparent 28%),
    linear-gradient(145deg,rgba(237,179,79,.16),rgba(7,24,37,.86) 58%,rgba(4,14,23,.96))!important;
  box-shadow:
    inset 0 1px 0 rgba(255,236,201,.22),
    inset 0 -12px 24px rgba(0,5,10,.24),
    0 0 0 4px rgba(224,163,62,.045),
    0 10px 20px rgba(0,0,0,.23),
    0 0 18px rgba(231,169,65,.10)!important;
  transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease!important;
}

html body.ugc-home-v19 .ugc63-icon-shell::before{
  content:""!important;
  position:absolute!important;
  inset:5px!important;
  border:1px solid rgba(255,231,188,.13)!important;
  border-radius:16px!important;
  pointer-events:none!important;
}

html body.ugc-home-v19 .ugc63-icon-shell::after{
  content:""!important;
  position:absolute!important;
  left:12px!important;
  right:12px!important;
  top:6px!important;
  height:18px!important;
  border-radius:50%!important;
  background:linear-gradient(180deg,rgba(255,255,255,.18),transparent)!important;
  pointer-events:none!important;
}

html body.ugc-home-v19 .ugc63-icon-shell .ugc63-category-icon{
  width:43px!important;
  height:43px!important;
  margin:0!important;
  overflow:visible!important;
  fill:none!important;
  stroke:none!important;
  filter:none!important;
  transform:none!important;
}

html body.ugc-home-v19 .ugc63-category-icon .ugc63-soft{
  fill:rgba(224,160,57,.12)!important;
  stroke:none!important;
}

html body.ugc-home-v19 .ugc63-category-icon .ugc63-main{
  fill:none!important;
  stroke:#f0b75d!important;
  stroke-width:2!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
  filter:drop-shadow(0 0 4px rgba(235,173,70,.17))!important;
}

html body.ugc-home-v19 .ugc63-category-icon .ugc63-accent{
  fill:none!important;
  stroke:#fff0c8!important;
  stroke-width:1.65!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}

html body.ugc-home-v19 .ugc19-category-card.ugc63-category-card strong{
  max-width:118px!important;
  min-height:30px!important;
  display:grid!important;
  place-items:center!important;
  color:#f4f0e9!important;
  font:700 10px/1.35 Inter,Arial,sans-serif!important;
  letter-spacing:.012em!important;
}

html body.ugc-home-v19 .ugc63-card-foot{
  position:relative!important;
  z-index:3!important;
  width:100%!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
  margin-top:7px!important;
  color:#c9a765!important;
  font:750 8px/1 Inter,Arial,sans-serif!important;
  letter-spacing:.12em!important;
  text-transform:uppercase!important;
}

html body.ugc-home-v19 .ugc63-card-foot b{
  width:21px!important;
  height:21px!important;
  display:grid!important;
  place-items:center!important;
  border:1px solid rgba(239,181,81,.34)!important;
  border-radius:50%!important;
  color:#f0ba61!important;
  background:rgba(235,174,70,.055)!important;
  font:700 11px/1 Inter,Arial,sans-serif!important;
  transition:transform .22s ease,background .22s ease,color .22s ease!important;
}

html body.ugc-home-v19 .ugc19-category-card.ugc63-category-card:hover,
html body.ugc-home-v19 .ugc19-category-card.ugc63-category-card:focus-visible{
  transform:translateY(-6px)!important;
  border-color:#f4bd61!important;
  background:
    radial-gradient(circle at 50% -5%,rgba(239,181,82,.18),transparent 44%),
    linear-gradient(180deg,#0d2232 0%,#061521 100%)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,235,196,.10),
    0 27px 44px rgba(0,0,0,.37),
    0 0 26px rgba(229,166,63,.13)!important;
}

html body.ugc-home-v19 .ugc19-category-card.ugc63-category-card:hover .ugc63-icon-shell,
html body.ugc-home-v19 .ugc19-category-card.ugc63-category-card:focus-visible .ugc63-icon-shell{
  transform:translateY(-2px) scale(1.045)!important;
  border-color:rgba(255,214,143,.78)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,241,214,.30),
    inset 0 -12px 24px rgba(0,5,10,.24),
    0 0 0 5px rgba(226,163,59,.06),
    0 13px 25px rgba(0,0,0,.28),
    0 0 22px rgba(236,175,72,.18)!important;
}

html body.ugc-home-v19 .ugc19-category-card.ugc63-category-card:hover .ugc63-card-foot b,
html body.ugc-home-v19 .ugc19-category-card.ugc63-category-card:focus-visible .ugc63-card-foot b{
  transform:translate(2px,-2px)!important;
  color:#0b1d2b!important;
  background:#efb658!important;
}

@media(max-width:1250px){
  html body.ugc-home-v19 .ugc19-categories .ugc19-category-card.ugc63-category-card{min-height:145px!important}
}

@media(max-width:720px){
  html body.ugc-home-v19 .ugc63-icon-shell{width:60px!important;height:60px!important;flex-basis:60px!important;border-radius:19px!important}
  html body.ugc-home-v19 .ugc63-icon-shell .ugc63-category-icon{width:39px!important;height:39px!important}
  html body.ugc-home-v19 .ugc19-categories .ugc19-category-card.ugc63-category-card{min-height:142px!important}
}

@media(max-width:460px){
  html body.ugc-home-v19 .ugc63-icon-shell{width:55px!important;height:55px!important;flex-basis:55px!important;margin-bottom:9px!important}
  html body.ugc-home-v19 .ugc63-icon-shell .ugc63-category-icon{width:36px!important;height:36px!important}
  html body.ugc-home-v19 .ugc19-category-card.ugc63-category-card strong{font-size:9px!important}
}

/* ---- home-communities-v64.css ---- */
/* UGCHost Homepage V68 — people-friendly Join a Community picker (no carousel or horizontal scrollbar). */

html body.ugc-home-v19 .ugc64-communities{
  position:relative!important;
  isolation:isolate!important;
  overflow:hidden!important;
  padding:66px 0 64px!important;
  color:#122640!important;
  background:
    radial-gradient(circle at 8% 14%,rgba(255,225,195,.54),transparent 26%),
    radial-gradient(circle at 88% 12%,rgba(196,225,219,.46),transparent 25%),
    radial-gradient(circle at 76% 92%,rgba(221,194,139,.28),transparent 29%),
    linear-gradient(135deg,#fffaf2 0%,#f3f6f4 48%,#fffdf9 100%)!important;
  border-top:1px solid rgba(255,255,255,.92)!important;
  border-bottom:1px solid rgba(190,145,73,.24)!important;
}

html body.ugc-home-v19 .ugc64-communities::before{
  content:""!important;
  position:absolute!important;
  z-index:0!important;
  inset:0!important;
  pointer-events:none!important;
  background-image:
    radial-gradient(circle at 12% 28%,rgba(25,55,82,.055) 0 1px,transparent 1.5px),
    radial-gradient(circle at 88% 66%,rgba(181,129,49,.065) 0 1px,transparent 1.5px)!important;
  background-size:31px 31px,37px 37px!important;
  -webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,.55),transparent 92%)!important;
  mask-image:linear-gradient(to bottom,rgba(0,0,0,.55),transparent 92%)!important;
}

html body.ugc-home-v19 .ugc64-communities::after{
  content:""!important;
  position:absolute!important;
  z-index:0!important;
  right:-250px!important;
  top:-320px!important;
  width:720px!important;
  height:720px!important;
  border:1px solid rgba(190,145,73,.20)!important;
  border-radius:50%!important;
  box-shadow:0 0 0 64px rgba(255,255,255,.24),0 0 0 128px rgba(24,55,84,.018)!important;
  pointer-events:none!important;
}

html body.ugc-home-v19 .ugc64-shell{
  position:relative!important;
  z-index:2!important;
  width:min(1460px,calc(100% - 64px))!important;
  margin:0 auto!important;
}

html body.ugc-home-v19 .ugc64-header{
  display:flex!important;
  align-items:flex-end!important;
  justify-content:space-between!important;
  gap:34px!important;
  margin-bottom:30px!important;
}

html body.ugc-home-v19 .ugc64-heading{
  max-width:800px!important;
}

html body.ugc-home-v19 .ugc64-kicker{
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  margin:0 0 13px!important;
  color:#a06b18!important;
  font:850 11px/1 Inter,Arial,sans-serif!important;
  letter-spacing:.19em!important;
  text-transform:uppercase!important;
}

html body.ugc-home-v19 .ugc64-kicker::before{
  content:""!important;
  width:43px!important;
  height:2px!important;
  border-radius:999px!important;
  background:linear-gradient(90deg,#bd8232,#e2bc72)!important;
}

html body.ugc-home-v19 .ugc64-heading h2{
  margin:0!important;
  color:#10243d!important;
  font-family:"Cormorant Garamond",Georgia,serif!important;
  font-size:clamp(52px,4.7vw,76px)!important;
  font-weight:650!important;
  line-height:.93!important;
  letter-spacing:-.045em!important;
}

html body.ugc-home-v19 .ugc64-heading p{
  max-width:720px!important;
  margin:15px 0 0!important;
  color:#566779!important;
  font:500 16px/1.65 Inter,Arial,sans-serif!important;
}

html body.ugc-home-v19 .ugc64-welcome{
  flex:0 0 auto!important;
  display:flex!important;
  flex-wrap:wrap!important;
  justify-content:flex-end!important;
  gap:9px!important;
  max-width:460px!important;
}

html body.ugc-home-v19 .ugc64-welcome>span{
  display:inline-flex!important;
  align-items:center!important;
  gap:7px!important;
  min-height:38px!important;
  padding:0 13px!important;
  border:1px solid rgba(22,51,80,.12)!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.77)!important;
  color:#43566a!important;
  box-shadow:0 8px 21px rgba(25,47,70,.055),inset 0 1px 0 #fff!important;
  font:750 11px/1 Inter,Arial,sans-serif!important;
  white-space:nowrap!important;
}

html body.ugc-home-v19 .ugc64-welcome svg{
  width:15px!important;
  height:15px!important;
  fill:none!important;
  stroke:#2f9566!important;
  stroke-width:2.2!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}

html body.ugc-home-v19 .ugc64-community-board{
  display:grid!important;
  grid-template-columns:minmax(420px,.92fr) minmax(520px,1.08fr)!important;
  gap:22px!important;
  align-items:stretch!important;
}

html body.ugc-home-v19 .ugc64-chooser,
html body.ugc-home-v19 .ugc64-spotlight{
  position:relative!important;
  overflow:hidden!important;
  border:1px solid rgba(21,49,77,.12)!important;
  border-radius:30px!important;
  background:rgba(255,255,255,.88)!important;
  box-shadow:0 24px 55px rgba(24,44,64,.10),inset 0 1px 0 #fff!important;
}

html body.ugc-home-v19 .ugc64-chooser{
  padding:24px!important;
}

html body.ugc-home-v19 .ugc64-chooser::after{
  content:""!important;
  position:absolute!important;
  left:-90px!important;
  bottom:-120px!important;
  width:260px!important;
  height:260px!important;
  border-radius:50%!important;
  background:radial-gradient(circle,rgba(225,184,111,.16),transparent 68%)!important;
  pointer-events:none!important;
}

html body.ugc-home-v19 .ugc64-chooser-head{
  position:relative!important;
  z-index:2!important;
  display:flex!important;
  align-items:flex-start!important;
  justify-content:space-between!important;
  gap:18px!important;
  margin-bottom:18px!important;
  padding:2px 2px 18px!important;
  border-bottom:1px solid rgba(22,50,78,.09)!important;
}

html body.ugc-home-v19 .ugc64-chooser-head>div>span{
  display:block!important;
  color:#142d49!important;
  font:800 18px/1.2 Inter,Arial,sans-serif!important;
}

html body.ugc-home-v19 .ugc64-chooser-head>div>small{
  display:block!important;
  margin-top:6px!important;
  color:#748194!important;
  font:500 12px/1.45 Inter,Arial,sans-serif!important;
}

html body.ugc-home-v19 .ugc64-chooser-head>b{
  flex:0 0 auto!important;
  display:inline-flex!important;
  align-items:center!important;
  min-height:31px!important;
  padding:0 10px!important;
  border:1px solid rgba(177,128,48,.18)!important;
  border-radius:999px!important;
  background:#fff7e8!important;
  color:#9a671d!important;
  font:800 9px/1 Inter,Arial,sans-serif!important;
  letter-spacing:.06em!important;
  text-transform:uppercase!important;
}

html body.ugc-home-v19 .ugc64-choice-grid{
  position:relative!important;
  z-index:2!important;
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:10px!important;
}

html body.ugc-home-v19 .ugc64-choice{
  --ugc64-accent:#c5913e;
  --ugc64-soft:rgba(197,145,62,.13);
  position:relative!important;
  min-width:0!important;
  min-height:72px!important;
  display:grid!important;
  grid-template-columns:44px minmax(0,1fr) 20px!important;
  align-items:center!important;
  gap:10px!important;
  padding:10px 11px!important;
  border:1px solid rgba(22,50,78,.095)!important;
  border-radius:17px!important;
  background:#fff!important;
  color:#142b45!important;
  text-align:left!important;
  box-shadow:0 7px 17px rgba(24,47,70,.045)!important;
  cursor:pointer!important;
  transition:transform .2s ease,border-color .2s ease,background .2s ease,box-shadow .2s ease!important;
}

html body.ugc-home-v19 .ugc64-choice:hover,
html body.ugc-home-v19 .ugc64-choice:focus-visible{
  transform:translateY(-2px)!important;
  border-color:var(--ugc64-accent)!important;
  box-shadow:0 12px 24px rgba(24,47,70,.085),0 0 0 3px var(--ugc64-soft)!important;
  outline:none!important;
}

html body.ugc-home-v19 .ugc64-choice.is-selected,
html body.ugc-home-v19 .ugc64-choice[aria-pressed="true"]{
  border-color:var(--ugc64-accent)!important;
  background:linear-gradient(135deg,#fff 0%,var(--ugc64-soft) 100%)!important;
  box-shadow:0 14px 27px rgba(24,47,70,.09),0 0 0 3px var(--ugc64-soft)!important;
}

html body.ugc-home-v19 .ugc64-choice::before{
  content:""!important;
  position:absolute!important;
  left:0!important;
  top:18px!important;
  bottom:18px!important;
  width:3px!important;
  border-radius:0 999px 999px 0!important;
  background:var(--ugc64-accent)!important;
  opacity:0!important;
  transition:opacity .2s ease!important;
}

html body.ugc-home-v19 .ugc64-choice.is-selected::before,
html body.ugc-home-v19 .ugc64-choice[aria-pressed="true"]::before{
  opacity:1!important;
}

html body.ugc-home-v19 .ugc64-choice-icon{
  width:44px!important;
  height:44px!important;
  display:grid!important;
  place-items:center!important;
  border:1px solid var(--ugc64-accent)!important;
  border-radius:14px!important;
  background:linear-gradient(145deg,#fff,var(--ugc64-soft))!important;
  color:var(--ugc64-accent)!important;
  box-shadow:inset 0 1px 0 #fff,0 7px 14px var(--ugc64-soft)!important;
}

html body.ugc-home-v19 .ugc64-choice-icon svg{
  width:27px!important;
  height:27px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.8!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}

html body.ugc-home-v19 .ugc64-choice-copy{
  min-width:0!important;
  display:block!important;
}

html body.ugc-home-v19 .ugc64-choice-copy small{
  display:block!important;
  margin-bottom:5px!important;
  color:var(--ugc64-accent)!important;
  font:850 8px/1 Inter,Arial,sans-serif!important;
  letter-spacing:.12em!important;
}

html body.ugc-home-v19 .ugc64-choice-copy strong{
  display:block!important;
  overflow:hidden!important;
  color:#1b344f!important;
  font:750 12px/1.28 Inter,Arial,sans-serif!important;
  text-overflow:ellipsis!important;
}

html body.ugc-home-v19 .ugc64-choice-check{
  width:20px!important;
  height:20px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:50%!important;
  background:var(--ugc64-accent)!important;
  color:#fff!important;
  opacity:0!important;
  transform:scale(.72)!important;
  transition:opacity .2s ease,transform .2s ease!important;
}

html body.ugc-home-v19 .ugc64-choice.is-selected .ugc64-choice-check,
html body.ugc-home-v19 .ugc64-choice[aria-pressed="true"] .ugc64-choice-check{
  opacity:1!important;
  transform:scale(1)!important;
}

html body.ugc-home-v19 .ugc64-choice-check svg{
  width:12px!important;
  height:12px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:2.4!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}

html body.ugc-home-v19 .ugc64-spotlight{
  --ugc64-accent:#c5913e;
  --ugc64-soft:rgba(197,145,62,.13);
  min-height:100%!important;
  display:flex!important;
  flex-direction:column!important;
  padding:32px 34px 30px!important;
  background:
    radial-gradient(circle at 95% 0,var(--ugc64-soft),transparent 34%),
    radial-gradient(circle at 0 100%,rgba(255,225,191,.24),transparent 34%),
    linear-gradient(145deg,#fffefb 0%,#f8faf9 55%,#fffaf1 100%)!important;
}

html body.ugc-home-v19 .ugc64-spotlight::before{
  content:""!important;
  position:absolute!important;
  z-index:1!important;
  left:0!important;
  top:0!important;
  bottom:0!important;
  width:5px!important;
  background:linear-gradient(180deg,transparent,var(--ugc64-accent) 18% 82%,transparent)!important;
}

html body.ugc-home-v19 .ugc64-spotlight>*{
  position:relative!important;
  z-index:3!important;
}

html body.ugc-home-v19 .ugc64-shape{
  position:absolute!important;
  z-index:0!important;
  border-radius:50%!important;
  pointer-events:none!important;
}

html body.ugc-home-v19 .ugc64-shape--one{
  right:-108px!important;
  top:-125px!important;
  width:330px!important;
  height:330px!important;
  border:1px solid var(--ugc64-accent)!important;
  opacity:.16!important;
  box-shadow:0 0 0 38px rgba(255,255,255,.32),0 0 0 76px var(--ugc64-soft)!important;
}

html body.ugc-home-v19 .ugc64-shape--two{
  right:110px!important;
  bottom:-135px!important;
  width:260px!important;
  height:260px!important;
  background:radial-gradient(circle,var(--ugc64-soft),transparent 69%)!important;
}

html body.ugc-home-v19 .ugc64-spotlight-head{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:18px!important;
  margin-bottom:23px!important;
}

html body.ugc-home-v19 .ugc64-emblem{
  width:76px!important;
  height:76px!important;
  display:grid!important;
  place-items:center!important;
  border:1px solid var(--ugc64-accent)!important;
  border-radius:23px!important;
  background:linear-gradient(145deg,#fff,var(--ugc64-soft))!important;
  color:var(--ugc64-accent)!important;
  box-shadow:inset 0 1px 0 #fff,0 0 0 7px rgba(255,255,255,.54),0 15px 30px rgba(23,47,72,.12)!important;
}

html body.ugc-home-v19 .ugc64-emblem svg{
  width:45px!important;
  height:45px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.8!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}

html body.ugc-home-v19 .ugc64-open{
  display:inline-flex!important;
  align-items:center!important;
  gap:8px!important;
  min-height:37px!important;
  padding:0 13px!important;
  border:1px solid rgba(40,151,100,.17)!important;
  border-radius:999px!important;
  background:#eefaf4!important;
  color:#287b58!important;
  font:800 10px/1 Inter,Arial,sans-serif!important;
  letter-spacing:.06em!important;
  text-transform:uppercase!important;
}

html body.ugc-home-v19 .ugc64-open i{
  width:8px!important;
  height:8px!important;
  border-radius:50%!important;
  background:#2fa36f!important;
  box-shadow:0 0 0 4px rgba(47,163,111,.12)!important;
}

html body.ugc-home-v19 .ugc64-category{
  display:block!important;
  margin:0 0 10px!important;
  color:var(--ugc64-accent)!important;
  font:850 10px/1 Inter,Arial,sans-serif!important;
  letter-spacing:.18em!important;
}

html body.ugc-home-v19 .ugc64-spotlight h3{
  margin:0!important;
  color:#112a47!important;
  font-family:"Cormorant Garamond",Georgia,serif!important;
  font-size:clamp(40px,3.6vw,57px)!important;
  font-weight:650!important;
  line-height:.98!important;
  letter-spacing:-.035em!important;
}

html body.ugc-home-v19 .ugc64-description{
  max-width:760px!important;
  margin:14px 0 0!important;
  color:#5a6b7d!important;
  font:500 14px/1.7 Inter,Arial,sans-serif!important;
}

html body.ugc-home-v19 .ugc64-people-row{
  display:flex!important;
  align-items:center!important;
  gap:17px!important;
  margin-top:22px!important;
  padding:17px!important;
  border:1px solid rgba(22,50,78,.10)!important;
  border-radius:19px!important;
  background:rgba(255,255,255,.76)!important;
  box-shadow:inset 0 1px 0 #fff,0 10px 24px rgba(24,47,70,.055)!important;
}

html body.ugc-home-v19 .ugc64-avatars{
  flex:0 0 auto!important;
  display:flex!important;
  align-items:center!important;
  min-width:137px!important;
  padding-left:3px!important;
}

html body.ugc-home-v19 .ugc64-avatars img,
html body.ugc-home-v19 .ugc64-avatars>span{
  width:39px!important;
  height:39px!important;
  display:grid!important;
  place-items:center!important;
  margin-left:-9px!important;
  border:3px solid #fff!important;
  border-radius:50%!important;
  object-fit:cover!important;
  background:#183650!important;
  color:#f4ce84!important;
  box-shadow:0 5px 13px rgba(20,42,64,.16)!important;
  font:800 14px/1 Inter,Arial,sans-serif!important;
}

html body.ugc-home-v19 .ugc64-avatars img:first-child{
  margin-left:0!important;
}

html body.ugc-home-v19 .ugc64-people-row>div:last-child{
  min-width:0!important;
}

html body.ugc-home-v19 .ugc64-people-row strong{
  display:block!important;
  color:#18324e!important;
  font:800 13px/1.3 Inter,Arial,sans-serif!important;
}

html body.ugc-home-v19 .ugc64-people-row span{
  display:block!important;
  margin-top:5px!important;
  color:#6c7b8d!important;
  font:500 11px/1.5 Inter,Arial,sans-serif!important;
}

html body.ugc-home-v19 .ugc64-benefit-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:10px!important;
  margin-top:15px!important;
}

html body.ugc-home-v19 .ugc64-benefit-grid>span{
  min-width:0!important;
  display:grid!important;
  grid-template-columns:24px minmax(0,1fr)!important;
  column-gap:8px!important;
  row-gap:4px!important;
  padding:13px!important;
  border:1px solid rgba(22,50,78,.09)!important;
  border-radius:16px!important;
  background:#fff!important;
  box-shadow:0 7px 17px rgba(24,47,70,.04)!important;
}

html body.ugc-home-v19 .ugc64-benefit-grid svg{
  grid-row:1 / span 2!important;
  width:22px!important;
  height:22px!important;
  padding:4px!important;
  border-radius:50%!important;
  background:var(--ugc64-soft)!important;
  fill:none!important;
  stroke:var(--ugc64-accent)!important;
  stroke-width:2.3!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}

html body.ugc-home-v19 .ugc64-benefit-grid b{
  color:#1c354f!important;
  font:800 11px/1.25 Inter,Arial,sans-serif!important;
}

html body.ugc-home-v19 .ugc64-benefit-grid small{
  color:#788698!important;
  font:500 9px/1.45 Inter,Arial,sans-serif!important;
}

html body.ugc-home-v19 .ugc64-tags{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:7px!important;
  margin-top:17px!important;
}

html body.ugc-home-v19 .ugc64-tags span{
  display:inline-flex!important;
  align-items:center!important;
  min-height:29px!important;
  padding:0 10px!important;
  border:1px solid var(--ugc64-soft)!important;
  border-radius:999px!important;
  background:var(--ugc64-soft)!important;
  color:#405367!important;
  font:750 9px/1 Inter,Arial,sans-serif!important;
}

html body.ugc-home-v19 .ugc64-action-row{
  display:flex!important;
  align-items:center!important;
  gap:17px!important;
  margin-top:auto!important;
  padding-top:23px!important;
}

html body.ugc-home-v19 .ugc64-join{
  flex:0 0 auto!important;
  min-width:190px!important;
  min-height:52px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:11px!important;
  padding:0 21px!important;
  border:1px solid #d9aa59!important;
  border-radius:999px!important;
  background:linear-gradient(180deg,#173a60,#0b2747)!important;
  color:#fff!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.18),0 13px 27px rgba(11,39,71,.21)!important;
  text-decoration:none!important;
  font:850 14px/1 Inter,Arial,sans-serif!important;
  transition:transform .2s ease,box-shadow .2s ease!important;
}

html body.ugc-home-v19 .ugc64-join:hover,
html body.ugc-home-v19 .ugc64-join:focus-visible{
  transform:translateY(-2px)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.22),0 18px 34px rgba(11,39,71,.27)!important;
  outline:none!important;
}

html body.ugc-home-v19 .ugc64-join svg{
  width:20px!important;
  height:20px!important;
  fill:none!important;
  stroke:#efc97f!important;
  stroke-width:1.9!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}

html body.ugc-home-v19 .ugc64-action-row>small{
  max-width:250px!important;
  color:#778597!important;
  font:500 10px/1.5 Inter,Arial,sans-serif!important;
}

html body.ugc-home-v19 .ugc64-bottom{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:24px!important;
  margin-top:18px!important;
  padding:17px 19px 17px 23px!important;
  border:1px solid rgba(21,49,77,.10)!important;
  border-radius:21px!important;
  background:rgba(255,255,255,.68)!important;
  box-shadow:0 12px 28px rgba(24,47,70,.055),inset 0 1px 0 #fff!important;
}

html body.ugc-home-v19 .ugc64-bottom>div strong{
  display:block!important;
  color:#17314e!important;
  font:800 12px/1.25 Inter,Arial,sans-serif!important;
}

html body.ugc-home-v19 .ugc64-bottom>div span{
  display:block!important;
  margin-top:4px!important;
  color:#718093!important;
  font:500 10px/1.45 Inter,Arial,sans-serif!important;
}

html body.ugc-home-v19 .ugc64-all{
  flex:0 0 auto!important;
  min-height:42px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:9px!important;
  padding:0 15px!important;
  border:1px solid rgba(171,119,39,.35)!important;
  border-radius:999px!important;
  background:#fff8e9!important;
  color:#805417!important;
  text-decoration:none!important;
  font:800 11px/1 Inter,Arial,sans-serif!important;
  transition:transform .2s ease,background .2s ease!important;
}

html body.ugc-home-v19 .ugc64-all:hover,
html body.ugc-home-v19 .ugc64-all:focus-visible{
  transform:translateY(-2px)!important;
  background:#fff1d5!important;
  outline:none!important;
}

html body.ugc-home-v19 .ugc64-tone--gold{--ugc64-accent:#b67b25;--ugc64-soft:rgba(219,170,83,.16)}
html body.ugc-home-v19 .ugc64-tone--blue{--ugc64-accent:#3476bd;--ugc64-soft:rgba(76,139,205,.14)}
html body.ugc-home-v19 .ugc64-tone--copper{--ugc64-accent:#b96735;--ugc64-soft:rgba(196,106,59,.14)}
html body.ugc-home-v19 .ugc64-tone--green{--ugc64-accent:#328b69;--ugc64-soft:rgba(61,151,113,.14)}
html body.ugc-home-v19 .ugc64-tone--rose{--ugc64-accent:#b95773;--ugc64-soft:rgba(195,83,119,.13)}
html body.ugc-home-v19 .ugc64-tone--violet{--ugc64-accent:#7660bd;--ugc64-soft:rgba(118,96,189,.13)}
html body.ugc-home-v19 .ugc64-tone--teal{--ugc64-accent:#258b93;--ugc64-soft:rgba(37,139,147,.13)}
html body.ugc-home-v19 .ugc64-tone--amber{--ugc64-accent:#bf8428;--ugc64-soft:rgba(204,145,51,.15)}
html body.ugc-home-v19 .ugc64-tone--slate{--ugc64-accent:#546b85;--ugc64-soft:rgba(84,107,133,.14)}
html body.ugc-home-v19 .ugc64-tone--red{--ugc64-accent:#b94c45;--ugc64-soft:rgba(185,76,69,.13)}

@media(max-width:1120px){
  html body.ugc-home-v19 .ugc64-community-board{
    grid-template-columns:minmax(360px,.82fr) minmax(460px,1.18fr)!important;
  }
  html body.ugc-home-v19 .ugc64-choice{
    grid-template-columns:40px minmax(0,1fr) 18px!important;
    min-height:68px!important;
    gap:8px!important;
  }
  html body.ugc-home-v19 .ugc64-choice-icon{width:40px!important;height:40px!important}
  html body.ugc-home-v19 .ugc64-choice-icon svg{width:24px!important;height:24px!important}
  html body.ugc-home-v19 .ugc64-benefit-grid{grid-template-columns:1fr!important}
  html body.ugc-home-v19 .ugc64-benefit-grid>span{grid-template-columns:24px minmax(0,1fr)!important}
}

@media(max-width:920px){
  html body.ugc-home-v19 .ugc64-header{
    align-items:flex-start!important;
    flex-direction:column!important;
    gap:20px!important;
  }
  html body.ugc-home-v19 .ugc64-welcome{
    justify-content:flex-start!important;
    max-width:none!important;
  }
  html body.ugc-home-v19 .ugc64-community-board{
    grid-template-columns:1fr!important;
  }
  html body.ugc-home-v19 .ugc64-choice-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  html body.ugc-home-v19 .ugc64-spotlight{
    min-height:0!important;
  }
  html body.ugc-home-v19 .ugc64-benefit-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
}

@media(max-width:700px){
  html body.ugc-home-v19 .ugc64-communities{
    padding:51px 0 49px!important;
  }
  html body.ugc-home-v19 .ugc64-shell{
    width:min(100% - 28px,1460px)!important;
  }
  html body.ugc-home-v19 .ugc64-heading h2{
    font-size:48px!important;
  }
  html body.ugc-home-v19 .ugc64-heading p{
    font-size:14px!important;
  }
  html body.ugc-home-v19 .ugc64-welcome{
    gap:7px!important;
  }
  html body.ugc-home-v19 .ugc64-welcome>span{
    min-height:34px!important;
    padding:0 10px!important;
    font-size:9px!important;
  }
  html body.ugc-home-v19 .ugc64-chooser{
    padding:18px!important;
    border-radius:24px!important;
  }
  html body.ugc-home-v19 .ugc64-chooser-head{
    align-items:flex-start!important;
    flex-direction:column!important;
    gap:10px!important;
  }
  html body.ugc-home-v19 .ugc64-choice-grid{
    gap:8px!important;
  }
  html body.ugc-home-v19 .ugc64-choice{
    min-height:70px!important;
    grid-template-columns:39px minmax(0,1fr) 18px!important;
    padding:9px!important;
    border-radius:15px!important;
  }
  html body.ugc-home-v19 .ugc64-choice-icon{
    width:39px!important;
    height:39px!important;
    border-radius:12px!important;
  }
  html body.ugc-home-v19 .ugc64-choice-copy strong{
    font-size:10px!important;
  }
  html body.ugc-home-v19 .ugc64-spotlight{
    padding:25px 22px 23px!important;
    border-radius:25px!important;
  }
  html body.ugc-home-v19 .ugc64-spotlight h3{
    font-size:39px!important;
  }
  html body.ugc-home-v19 .ugc64-people-row{
    align-items:flex-start!important;
    flex-direction:column!important;
  }
  html body.ugc-home-v19 .ugc64-benefit-grid{
    grid-template-columns:1fr!important;
  }
  html body.ugc-home-v19 .ugc64-action-row{
    align-items:flex-start!important;
    flex-direction:column!important;
  }
  html body.ugc-home-v19 .ugc64-join{
    width:100%!important;
  }
  html body.ugc-home-v19 .ugc64-action-row>small{
    max-width:none!important;
  }
  html body.ugc-home-v19 .ugc64-bottom{
    align-items:flex-start!important;
    flex-direction:column!important;
  }
  html body.ugc-home-v19 .ugc64-all{
    width:100%!important;
  }
}

@media(max-width:450px){
  html body.ugc-home-v19 .ugc64-choice-grid{
    grid-template-columns:1fr!important;
  }
  html body.ugc-home-v19 .ugc64-choice-copy strong{
    overflow:visible!important;
    font-size:11px!important;
    text-overflow:clip!important;
  }
  html body.ugc-home-v19 .ugc64-spotlight-head{
    align-items:flex-start!important;
  }
  html body.ugc-home-v19 .ugc64-emblem{
    width:67px!important;
    height:67px!important;
  }
  html body.ugc-home-v19 .ugc64-emblem svg{
    width:39px!important;
    height:39px!important;
  }
  html body.ugc-home-v19 .ugc64-open{
    min-height:33px!important;
    padding:0 10px!important;
    font-size:8px!important;
  }
}

@media(prefers-reduced-motion:reduce){
  html body.ugc-home-v19 .ugc64-choice,
  html body.ugc-home-v19 .ugc64-choice-check,
  html body.ugc-home-v19 .ugc64-join,
  html body.ugc-home-v19 .ugc64-all{
    transition:none!important;
  }
}


/* ---- home-creator-payments-v65.css ---- */
/* UGCHost Homepage V65 — creator payment confidence strip.
   Code-first, image-free and placed after the Creator Communities carousel. */

html body .ugc65-payments{
  position:relative!important;
  isolation:isolate!important;
  overflow:hidden!important;
  padding:54px 0 58px!important;
  color:#f7f2e8!important;
  background:
    radial-gradient(circle at 7% 9%,rgba(236,194,113,.15),transparent 24%),
    radial-gradient(circle at 92% 86%,rgba(74,113,158,.20),transparent 31%),
    linear-gradient(135deg,#061523 0%,#0b2744 52%,#071827 100%)!important;
  border-top:1px solid rgba(220,177,92,.28)!important;
  border-bottom:1px solid rgba(220,177,92,.28)!important;
}

html body .ugc65-payments::before{
  content:""!important;
  position:absolute!important;
  z-index:0!important;
  inset:0!important;
  pointer-events:none!important;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px)!important;
  background-size:46px 46px!important;
  -webkit-mask-image:linear-gradient(90deg,transparent,#000 20% 80%,transparent)!important;
  mask-image:linear-gradient(90deg,transparent,#000 20% 80%,transparent)!important;
}

html body .ugc65-payments::after{
  content:""!important;
  position:absolute!important;
  z-index:0!important;
  right:-220px!important;
  top:-300px!important;
  width:720px!important;
  height:720px!important;
  border:1px solid rgba(226,183,99,.20)!important;
  border-radius:50%!important;
  box-shadow:
    0 0 0 55px rgba(255,255,255,.018),
    0 0 0 110px rgba(226,183,99,.018)!important;
  pointer-events:none!important;
}

html body .ugc65-shell{
  position:relative!important;
  z-index:2!important;
  width:min(1500px,calc(100% - 64px))!important;
  margin:0 auto!important;
}

html body .ugc65-panel{
  display:grid!important;
  grid-template-columns:minmax(260px,.82fr) minmax(560px,1.55fr) minmax(220px,.58fr)!important;
  gap:24px!important;
  align-items:stretch!important;
  padding:26px!important;
  border:1px solid rgba(235,199,128,.28)!important;
  border-radius:30px!important;
  background:
    radial-gradient(circle at 5% 5%,rgba(255,255,255,.075),transparent 26%),
    linear-gradient(135deg,rgba(255,255,255,.055),rgba(255,255,255,.018))!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.10),
    0 28px 58px rgba(0,0,0,.24)!important;
}

html body .ugc65-copy{
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  min-width:0!important;
  padding:14px 10px 14px 4px!important;
}

html body .ugc65-kicker{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  margin:0 0 12px!important;
  color:#e5bc70!important;
  font:800 10px/1 Inter,Arial,sans-serif!important;
  letter-spacing:.19em!important;
  text-transform:uppercase!important;
}

html body .ugc65-kicker::before{
  content:""!important;
  width:35px!important;
  height:2px!important;
  background:#d6a654!important;
  box-shadow:0 0 11px rgba(214,166,84,.30)!important;
}

html body .ugc65-copy h2{
  margin:0!important;
  color:#fff!important;
  font-family:"Cormorant Garamond",Georgia,serif!important;
  font-size:clamp(38px,3vw,54px)!important;
  font-weight:600!important;
  line-height:.98!important;
  letter-spacing:-.034em!important;
}

html body .ugc65-copy h2 em{
  color:#e1b568!important;
  font-style:normal!important;
}

html body .ugc65-copy>p{
  max-width:430px!important;
  margin:15px 0 0!important;
  color:#c5d0dc!important;
  font:500 14px/1.62 Inter,Arial,sans-serif!important;
}

html body .ugc65-more{
  width:max-content!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:10px!important;
  min-height:45px!important;
  margin-top:20px!important;
  padding:0 17px!important;
  border:1px solid rgba(231,190,111,.72)!important;
  border-radius:999px!important;
  background:linear-gradient(180deg,#efd18f,#c58b32)!important;
  color:#10233b!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.78),
    0 10px 22px rgba(0,0,0,.18)!important;
  text-decoration:none!important;
  font:800 13px/1 Inter,Arial,sans-serif!important;
  transition:transform .2s ease,box-shadow .2s ease!important;
}

html body .ugc65-more svg{
  width:18px!important;
  height:18px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:2!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}

html body .ugc65-more:hover,
html body .ugc65-more:focus-visible{
  transform:translateY(-2px)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.90),
    0 14px 28px rgba(0,0,0,.24)!important;
  outline:none!important;
}

html body .ugc65-flow{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:10px!important;
  align-items:stretch!important;
}

html body .ugc65-step{
  position:relative!important;
  min-width:0!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:flex-start!important;
  padding:17px 15px 16px!important;
  border:1px solid rgba(255,255,255,.12)!important;
  border-radius:18px!important;
  background:
    radial-gradient(circle at 100% 0,rgba(225,179,94,.10),transparent 38%),
    rgba(255,255,255,.045)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06)!important;
}

html body .ugc65-step-number{
  color:#d4a455!important;
  font:800 9px/1 Inter,Arial,sans-serif!important;
  letter-spacing:.16em!important;
}

html body .ugc65-step-icon{
  width:42px!important;
  height:42px!important;
  display:grid!important;
  place-items:center!important;
  margin:12px 0 14px!important;
  border:1px solid rgba(228,188,110,.34)!important;
  border-radius:13px!important;
  background:rgba(255,255,255,.055)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08)!important;
}

html body .ugc65-step-icon svg{
  width:25px!important;
  height:25px!important;
  fill:none!important;
  stroke:#f0cb84!important;
  stroke-width:1.7!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}

html body .ugc65-step strong{
  display:block!important;
  color:#fff!important;
  font:750 14px/1.25 Inter,Arial,sans-serif!important;
}

html body .ugc65-step small{
  display:block!important;
  margin-top:7px!important;
  color:#aebdcc!important;
  font:500 11px/1.52 Inter,Arial,sans-serif!important;
}

html body .ugc65-connector{
  position:absolute!important;
  z-index:3!important;
  right:-10px!important;
  top:50%!important;
  width:20px!important;
  height:20px!important;
  transform:translateY(-50%)!important;
  display:grid!important;
  place-items:center!important;
  border:1px solid rgba(230,188,107,.34)!important;
  border-radius:50%!important;
  background:#0b2744!important;
  color:#e6bd70!important;
  font:700 11px/1 Inter,Arial,sans-serif!important;
}

html body .ugc65-time{
  position:relative!important;
  overflow:hidden!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  align-items:center!important;
  min-width:0!important;
  padding:22px 18px!important;
  border:1px solid rgba(229,191,117,.72)!important;
  border-radius:22px!important;
  background:
    radial-gradient(circle at 88% 8%,rgba(255,255,255,.42),transparent 23%),
    linear-gradient(145deg,#f4d794,#c8933d 66%,#aa7428)!important;
  color:#10233b!important;
  text-align:center!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.80),
    0 18px 34px rgba(0,0,0,.22)!important;
}

html body .ugc65-time::after{
  content:""!important;
  position:absolute!important;
  right:-45px!important;
  bottom:-55px!important;
  width:140px!important;
  height:140px!important;
  border:1px solid rgba(20,43,71,.16)!important;
  border-radius:50%!important;
  box-shadow:0 0 0 23px rgba(255,255,255,.08)!important;
}

html body .ugc65-time>*{
  position:relative!important;
  z-index:2!important;
}

html body .ugc65-time>span{
  font:850 9px/1.35 Inter,Arial,sans-serif!important;
  letter-spacing:.14em!important;
}

html body .ugc65-time>strong{
  margin-top:8px!important;
  font-family:"Cormorant Garamond",Georgia,serif!important;
  font-size:64px!important;
  font-weight:700!important;
  line-height:.78!important;
  letter-spacing:-.06em!important;
}

html body .ugc65-time>b{
  margin-top:10px!important;
  font:800 15px/1 Inter,Arial,sans-serif!important;
}

html body .ugc65-time>p{
  max-width:190px!important;
  margin:12px 0 0!important;
  color:#253952!important;
  font:650 10px/1.5 Inter,Arial,sans-serif!important;
}

html body .ugc65-flexibility{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:12px!important;
  margin-top:14px!important;
}

html body .ugc65-flexibility>span{
  display:grid!important;
  grid-template-columns:auto 1fr!important;
  align-items:center!important;
  column-gap:11px!important;
  min-height:64px!important;
  padding:12px 16px!important;
  border:1px solid rgba(255,255,255,.10)!important;
  border-radius:16px!important;
  background:rgba(255,255,255,.035)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.045)!important;
}

html body .ugc65-flexibility>span::before{
  content:"✓"!important;
  grid-row:1/3!important;
  width:28px!important;
  height:28px!important;
  display:grid!important;
  place-items:center!important;
  border:1px solid rgba(229,188,109,.40)!important;
  border-radius:50%!important;
  color:#ecc77f!important;
  font:800 12px/1 Inter,Arial,sans-serif!important;
}

html body .ugc65-flexibility b{
  color:#f8f3e8!important;
  font:750 12px/1.3 Inter,Arial,sans-serif!important;
}

html body .ugc65-flexibility small{
  margin-top:4px!important;
  color:#aebdcb!important;
  font:500 10px/1.4 Inter,Arial,sans-serif!important;
}

@media(max-width:1280px){
  html body .ugc65-panel{
    grid-template-columns:minmax(250px,.85fr) minmax(480px,1.45fr)!important;
  }
  html body .ugc65-time{
    grid-column:1/-1!important;
    min-height:150px!important;
    display:grid!important;
    grid-template-columns:auto auto auto minmax(220px,1fr)!important;
    column-gap:15px!important;
    text-align:left!important;
  }
  html body .ugc65-time>strong{margin:0!important;font-size:58px!important}
  html body .ugc65-time>b{margin:0!important}
  html body .ugc65-time>p{max-width:none!important;margin:0!important}
}

@media(max-width:980px){
  html body .ugc65-shell{width:min(100% - 38px,1500px)!important}
  html body .ugc65-panel{grid-template-columns:1fr!important}
  html body .ugc65-copy{padding:7px 3px 4px!important}
  html body .ugc65-copy>p{max-width:720px!important}
  html body .ugc65-time{grid-column:auto!important}
  html body .ugc65-flexibility{grid-template-columns:1fr!important}
}

@media(max-width:720px){
  html body .ugc65-payments{padding:40px 0 44px!important}
  html body .ugc65-shell{width:min(100% - 26px,1500px)!important}
  html body .ugc65-panel{padding:18px!important;border-radius:24px!important}
  html body .ugc65-flow{grid-template-columns:1fr 1fr!important}
  html body .ugc65-connector{display:none!important}
  html body .ugc65-time{
    min-height:0!important;
    display:flex!important;
    text-align:center!important;
  }
  html body .ugc65-time>strong{margin-top:8px!important;font-size:60px!important}
  html body .ugc65-time>b{margin-top:10px!important}
  html body .ugc65-time>p{max-width:260px!important;margin-top:12px!important}
}

@media(max-width:480px){
  html body .ugc65-copy h2{font-size:38px!important}
  html body .ugc65-flow{grid-template-columns:1fr!important}
  html body .ugc65-step{padding:16px!important}
}


/* ---- home-brand-collaboration-v73.css ---- */
/* UGCHost Homepage V73 — brand, ambassador and agency collaboration showcase. */

html body .ugc73-partnerships{
  position:relative!important;
  isolation:isolate!important;
  overflow:hidden!important;
  padding:70px 0 68px!important;
  color:#112840!important;
  background:
    radial-gradient(circle at 6% 9%,rgba(255,226,187,.58),transparent 25%),
    radial-gradient(circle at 92% 14%,rgba(190,220,225,.46),transparent 28%),
    radial-gradient(circle at 78% 92%,rgba(224,198,151,.29),transparent 30%),
    linear-gradient(135deg,#fffaf3 0%,#eef4f5 49%,#fffdf8 100%)!important;
  border-top:1px solid rgba(255,255,255,.94)!important;
  border-bottom:1px solid rgba(182,134,55,.25)!important;
  content-visibility:auto!important;
  contain-intrinsic-size:1px 1220px!important;
}

html body .ugc73-partnerships::before{
  content:""!important;
  position:absolute!important;
  z-index:0!important;
  inset:0!important;
  pointer-events:none!important;
  background-image:
    radial-gradient(circle,rgba(19,47,74,.052) 0 1px,transparent 1.5px),
    linear-gradient(115deg,transparent 0 43%,rgba(255,255,255,.56) 44%,transparent 45% 100%)!important;
  background-size:35px 35px,100% 100%!important;
  -webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,.65),transparent 95%)!important;
  mask-image:linear-gradient(to bottom,rgba(0,0,0,.65),transparent 95%)!important;
}

html body .ugc73-partnerships::after{
  content:""!important;
  position:absolute!important;
  z-index:0!important;
  right:-290px!important;
  bottom:-390px!important;
  width:820px!important;
  height:820px!important;
  border:1px solid rgba(182,136,61,.21)!important;
  border-radius:50%!important;
  box-shadow:0 0 0 72px rgba(255,255,255,.25),0 0 0 144px rgba(17,45,71,.018)!important;
  pointer-events:none!important;
}

html body .ugc73-shell{
  position:relative!important;
  z-index:2!important;
  width:min(1460px,calc(100% - 64px))!important;
  margin:0 auto!important;
}

html body .ugc73-hero{
  display:grid!important;
  grid-template-columns:minmax(0,1.08fr) minmax(500px,.92fr)!important;
  gap:24px!important;
  align-items:stretch!important;
}

html body .ugc73-copy-panel,
html body .ugc73-network{
  position:relative!important;
  isolation:isolate!important;
  overflow:hidden!important;
  min-height:490px!important;
  border-radius:33px!important;
}

html body .ugc73-copy-panel{
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  padding:52px 55px!important;
  border:1px solid rgba(229,190,117,.39)!important;
  background:
    radial-gradient(circle at 96% 4%,rgba(234,193,118,.25),transparent 34%),
    radial-gradient(circle at 0 100%,rgba(76,132,148,.18),transparent 31%),
    linear-gradient(145deg,#173b59 0%,#0b263e 62%,#061a2c 100%)!important;
  color:#fff!important;
  box-shadow:0 30px 64px rgba(7,24,41,.25),inset 0 1px 0 rgba(255,255,255,.16)!important;
}

html body .ugc73-copy-panel::before{
  content:""!important;
  position:absolute!important;
  z-index:0!important;
  inset:0!important;
  pointer-events:none!important;
  background-image:linear-gradient(rgba(255,255,255,.026) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.026) 1px,transparent 1px)!important;
  background-size:42px 42px!important;
  -webkit-mask-image:linear-gradient(135deg,#000,transparent 88%)!important;
  mask-image:linear-gradient(135deg,#000,transparent 88%)!important;
}

html body .ugc73-copy-panel::after{
  content:""!important;
  position:absolute!important;
  z-index:0!important;
  right:-108px!important;
  bottom:-150px!important;
  width:360px!important;
  height:360px!important;
  border:1px solid rgba(235,201,136,.24)!important;
  border-radius:50%!important;
  box-shadow:0 0 0 38px rgba(255,255,255,.024),0 0 0 76px rgba(235,201,136,.025)!important;
  pointer-events:none!important;
}

html body .ugc73-copy-panel>*{
  position:relative!important;
  z-index:2!important;
}

html body .ugc73-kicker{
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  margin:0 0 17px!important;
  color:#edca83!important;
  font:850 11px/1 Inter,Arial,sans-serif!important;
  letter-spacing:.19em!important;
  text-transform:uppercase!important;
}

html body .ugc73-kicker::before{
  content:""!important;
  width:44px!important;
  height:2px!important;
  border-radius:999px!important;
  background:linear-gradient(90deg,#d8a953,#f1d394)!important;
}

html body .ugc73-copy-panel h2{
  max-width:790px!important;
  margin:0!important;
  color:#fff!important;
  font-family:"Cormorant Garamond",Georgia,serif!important;
  font-size:clamp(55px,5.35vw,82px)!important;
  font-weight:650!important;
  line-height:.91!important;
  letter-spacing:-.047em!important;
}

html body .ugc73-copy-panel h2 em{
  color:#efc97e!important;
  font-style:normal!important;
}

html body .ugc73-copy-panel>p{
  max-width:760px!important;
  margin:21px 0 0!important;
  color:#c9d5df!important;
  font:500 16px/1.7 Inter,Arial,sans-serif!important;
}

html body .ugc73-actions{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:11px!important;
  margin-top:29px!important;
}

html body .ugc73-actions a{
  min-height:52px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
  padding:0 21px!important;
  border-radius:15px!important;
  text-decoration:none!important;
  font:800 13px/1 Inter,Arial,sans-serif!important;
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease!important;
}

html body .ugc73-actions a:hover,
html body .ugc73-actions a:focus-visible{
  transform:translateY(-2px)!important;
  outline:none!important;
}

html body .ugc73-actions svg{
  width:19px!important;
  height:19px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:2!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}

html body .ugc73-primary{
  border:1px solid #e1b96e!important;
  background:linear-gradient(180deg,#f3d797,#cb9238)!important;
  color:#11263e!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.85),0 14px 26px rgba(0,0,0,.19)!important;
}

html body .ugc73-primary:hover,
html body .ugc73-primary:focus-visible{
  box-shadow:inset 0 1px 0 #fff,0 18px 32px rgba(0,0,0,.26)!important;
}

html body .ugc73-secondary{
  border:1px solid rgba(255,255,255,.24)!important;
  background:rgba(255,255,255,.075)!important;
  color:#fff!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.09)!important;
}

html body .ugc73-trust-row{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:9px!important;
  margin-top:24px!important;
}

html body .ugc73-trust-row>span{
  display:inline-flex!important;
  align-items:center!important;
  gap:8px!important;
  min-height:38px!important;
  padding:0 12px!important;
  border:1px solid rgba(255,255,255,.11)!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.055)!important;
  color:#d8e2ea!important;
}

html body .ugc73-trust-row svg{
  width:17px!important;
  height:17px!important;
  fill:none!important;
  stroke:#efca82!important;
  stroke-width:1.9!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}

html body .ugc73-trust-row b{
  font:750 10px/1 Inter,Arial,sans-serif!important;
}

html body .ugc73-network{
  padding:32px 31px 27px!important;
  border:1px solid rgba(21,49,76,.12)!important;
  background:
    radial-gradient(circle at 50% 55%,rgba(210,164,84,.15),transparent 26%),
    radial-gradient(circle at 8% 11%,rgba(255,255,255,.98),transparent 29%),
    radial-gradient(circle at 91% 88%,rgba(175,204,215,.26),transparent 30%),
    linear-gradient(145deg,#f8faf9 0%,#fffdf8 48%,#e9eff1 100%)!important;
  box-shadow:0 27px 58px rgba(23,44,64,.10),inset 0 1px 0 #fff!important;
}

html body .ugc73-network::before{
  content:""!important;
  position:absolute!important;
  z-index:0!important;
  inset:0!important;
  pointer-events:none!important;
  background-image:radial-gradient(circle,rgba(20,48,75,.11) 0 1px,transparent 1.5px)!important;
  background-size:25px 25px!important;
  -webkit-mask-image:radial-gradient(circle at center,#000 0 38%,transparent 82%)!important;
  mask-image:radial-gradient(circle at center,#000 0 38%,transparent 82%)!important;
  opacity:.45!important;
}

html body .ugc73-network-label{
  position:relative!important;
  z-index:3!important;
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  color:#9d6919!important;
  font:850 10px/1 Inter,Arial,sans-serif!important;
  letter-spacing:.17em!important;
}

html body .ugc73-network-label::before{
  content:""!important;
  width:34px!important;
  height:2px!important;
  background:#c6933f!important;
}

html body .ugc73-network-map{
  position:relative!important;
  z-index:2!important;
  min-height:405px!important;
  margin-top:6px!important;
}

html body .ugc73-network-node{
  position:absolute!important;
  z-index:4!important;
  width:188px!important;
  min-height:119px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  padding:14px!important;
  border:1px solid rgba(20,49,77,.13)!important;
  border-radius:22px!important;
  background:rgba(255,255,255,.92)!important;
  text-align:center!important;
  box-shadow:0 16px 31px rgba(20,42,63,.11),inset 0 1px 0 #fff!important;
}

html body .ugc73-network-node--brand{left:1%!important;top:9%!important}
html body .ugc73-network-node--creator{right:1%!important;top:9%!important}
html body .ugc73-network-node--agency{left:50%!important;bottom:0!important;transform:translateX(-50%)!important}

html body .ugc73-network-node>span{
  width:43px!important;
  height:43px!important;
  display:grid!important;
  place-items:center!important;
  border:1px solid rgba(195,145,63,.33)!important;
  border-radius:14px!important;
  background:linear-gradient(145deg,#173852,#0b263e)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 8px 16px rgba(8,28,47,.15)!important;
}

html body .ugc73-network-node svg{
  width:27px!important;
  height:27px!important;
  fill:none!important;
  stroke:#edc980!important;
  stroke-width:1.75!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}

html body .ugc73-network-node strong{
  margin-top:8px!important;
  color:#132b45!important;
  font:800 13px/1.2 Inter,Arial,sans-serif!important;
}

html body .ugc73-network-node small{
  margin-top:4px!important;
  color:#778596!important;
  font:550 9px/1.35 Inter,Arial,sans-serif!important;
}

html body .ugc73-network-core{
  position:absolute!important;
  z-index:5!important;
  left:50%!important;
  top:51%!important;
  width:196px!important;
  height:196px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  transform:translate(-50%,-50%)!important;
  border:1px solid rgba(235,201,136,.74)!important;
  border-radius:50%!important;
  background:
    radial-gradient(circle at 32% 22%,rgba(255,255,255,.16),transparent 24%),
    radial-gradient(circle at center,#1e405e 0%,#102b47 55%,#071a2d 100%)!important;
  color:#fff!important;
  text-align:center!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.22),0 0 0 8px rgba(255,255,255,.74),0 0 0 10px rgba(190,143,66,.48),0 22px 42px rgba(10,29,49,.27)!important;
}

html body .ugc73-network-core>span{
  color:#fff!important;
  font:850 19px/1 Inter,Arial,sans-serif!important;
  letter-spacing:-.02em!important;
}

html body .ugc73-network-core>span span{color:#e5b860!important}

html body .ugc73-network-core strong{
  margin-top:8px!important;
  color:#efcc87!important;
  font-family:"Cormorant Garamond",Georgia,serif!important;
  font-size:31px!important;
  font-weight:650!important;
  line-height:.83!important;
}

html body .ugc73-network-core small{
  margin-top:13px!important;
  color:#c3d0dc!important;
  font:750 8px/1 Inter,Arial,sans-serif!important;
  letter-spacing:.08em!important;
}

html body .ugc73-network-line{
  position:absolute!important;
  z-index:1!important;
  height:2px!important;
  transform-origin:left center!important;
  background:linear-gradient(90deg,rgba(188,141,64,.12),rgba(188,141,64,.72),rgba(188,141,64,.12))!important;
  box-shadow:0 0 10px rgba(188,141,64,.18)!important;
}

html body .ugc73-network-line--one{left:27%!important;top:35%!important;width:28%!important;transform:rotate(22deg)!important}
html body .ugc73-network-line--two{right:27%!important;top:35%!important;width:28%!important;transform-origin:right center!important;transform:rotate(-22deg)!important}
html body .ugc73-network-line--three{left:50%!important;top:62%!important;width:20%!important;transform:rotate(90deg)!important}

html body .ugc73-section-heading{
  display:flex!important;
  align-items:end!important;
  justify-content:space-between!important;
  gap:30px!important;
  padding:43px 2px 21px!important;
}

html body .ugc73-section-heading>div>span{
  display:block!important;
  margin-bottom:9px!important;
  color:#9f6a18!important;
  font:850 10px/1 Inter,Arial,sans-serif!important;
  letter-spacing:.18em!important;
}

html body .ugc73-section-heading h3{
  margin:0!important;
  color:#10253e!important;
  font-family:"Cormorant Garamond",Georgia,serif!important;
  font-size:clamp(38px,3.5vw,53px)!important;
  font-weight:650!important;
  line-height:.95!important;
  letter-spacing:-.034em!important;
}

html body .ugc73-section-heading>p{
  max-width:540px!important;
  margin:0!important;
  color:#667688!important;
  text-align:right!important;
  font:500 13px/1.58 Inter,Arial,sans-serif!important;
}

html body .ugc73-path-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:18px!important;
}

html body .ugc73-path{
  --ugc73-accent:#c38c35;
  --ugc73-soft:rgba(195,140,53,.14);
  position:relative!important;
  overflow:hidden!important;
  min-height:345px!important;
  display:flex!important;
  flex-direction:column!important;
  padding:27px 27px 24px!important;
  border:1px solid rgba(20,48,75,.12)!important;
  border-radius:27px!important;
  background:
    radial-gradient(circle at 100% 0,var(--ugc73-soft),transparent 37%),
    linear-gradient(145deg,#fff,#fffdf8)!important;
  box-shadow:0 22px 48px rgba(23,43,63,.09),inset 0 1px 0 #fff!important;
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease!important;
}

html body .ugc73-path::before{
  content:""!important;
  position:absolute!important;
  left:0!important;
  right:0!important;
  top:0!important;
  height:4px!important;
  background:linear-gradient(90deg,transparent,var(--ugc73-accent),transparent)!important;
}

html body .ugc73-path:hover{
  transform:translateY(-5px)!important;
  border-color:rgba(195,140,53,.30)!important;
  box-shadow:0 29px 55px rgba(23,43,63,.14),inset 0 1px 0 #fff!important;
}

html body .ugc73-path-top{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:16px!important;
}

html body .ugc73-path-icon{
  width:64px!important;
  height:64px!important;
  display:grid!important;
  place-items:center!important;
  border:1px solid rgba(20,48,75,.11)!important;
  border-radius:20px!important;
  background:
    radial-gradient(circle at 35% 20%,rgba(255,255,255,.26),transparent 33%),
    linear-gradient(145deg,#193a56,#0b253d)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.14),0 11px 22px rgba(8,29,47,.16)!important;
}

html body .ugc73-path-icon svg{
  width:37px!important;
  height:37px!important;
  fill:none!important;
  stroke:var(--ugc73-accent)!important;
  stroke-width:1.75!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}

html body .ugc73-path-number{
  color:rgba(16,40,64,.19)!important;
  font-family:"Cormorant Garamond",Georgia,serif!important;
  font-size:44px!important;
  font-weight:700!important;
  line-height:1!important;
}

html body .ugc73-path-label{
  display:block!important;
  margin-top:23px!important;
  color:var(--ugc73-accent)!important;
  font:850 9px/1 Inter,Arial,sans-serif!important;
  letter-spacing:.17em!important;
}

html body .ugc73-path h3{
  margin:11px 0 0!important;
  color:#132a44!important;
  font-family:"Cormorant Garamond",Georgia,serif!important;
  font-size:34px!important;
  font-weight:650!important;
  line-height:.96!important;
  letter-spacing:-.028em!important;
}

html body .ugc73-path>p{
  margin:14px 0 0!important;
  color:#647386!important;
  font:500 13px/1.63 Inter,Arial,sans-serif!important;
}

html body .ugc73-path-status{
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  margin-top:auto!important;
  padding-top:20px!important;
  border-top:1px solid rgba(20,48,75,.09)!important;
  color:#5f7082!important;
  font:750 9px/1.3 Inter,Arial,sans-serif!important;
}

html body .ugc73-path-status i{
  width:8px!important;
  height:8px!important;
  flex:0 0 auto!important;
  border-radius:50%!important;
  background:#38a66e!important;
  box-shadow:0 0 0 4px rgba(56,166,110,.11)!important;
}

html body .ugc73-tone--blue{--ugc73-accent:#4c91be;--ugc73-soft:rgba(76,145,190,.14)}
html body .ugc73-tone--green{--ugc73-accent:#5b9d70;--ugc73-soft:rgba(91,157,112,.14)}

html body .ugc73-agency-band{
  position:relative!important;
  overflow:hidden!important;
  display:grid!important;
  grid-template-columns:auto minmax(0,1fr) auto!important;
  gap:23px!important;
  align-items:center!important;
  margin-top:20px!important;
  padding:29px 30px!important;
  border:1px solid rgba(187,139,61,.26)!important;
  border-radius:27px!important;
  background:
    radial-gradient(circle at 0 50%,rgba(224,177,98,.17),transparent 27%),
    linear-gradient(135deg,#fffdf8,#eef4f3)!important;
  box-shadow:0 22px 46px rgba(23,44,64,.08),inset 0 1px 0 #fff!important;
}

html body .ugc73-agency-band::after{
  content:""!important;
  position:absolute!important;
  right:-105px!important;
  bottom:-130px!important;
  width:300px!important;
  height:300px!important;
  border:1px solid rgba(185,137,59,.17)!important;
  border-radius:50%!important;
  box-shadow:0 0 0 31px rgba(255,255,255,.38)!important;
  pointer-events:none!important;
}

html body .ugc73-agency-band>*{
  position:relative!important;
  z-index:2!important;
}

html body .ugc73-agency-icon{
  width:76px!important;
  height:76px!important;
  display:grid!important;
  place-items:center!important;
  border:1px solid rgba(225,185,111,.38)!important;
  border-radius:23px!important;
  background:linear-gradient(145deg,#173a57,#0a243c)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 13px 25px rgba(8,28,46,.17)!important;
}

html body .ugc73-agency-icon svg{
  width:43px!important;
  height:43px!important;
  fill:none!important;
  stroke:#efcb83!important;
  stroke-width:1.7!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}

html body .ugc73-agency-band>div:nth-child(2)>span{
  color:#9e6917!important;
  font:850 9px/1 Inter,Arial,sans-serif!important;
  letter-spacing:.17em!important;
}

html body .ugc73-agency-band h3{
  margin:7px 0 0!important;
  color:#122a43!important;
  font-family:"Cormorant Garamond",Georgia,serif!important;
  font-size:34px!important;
  font-weight:650!important;
  line-height:.96!important;
  letter-spacing:-.025em!important;
}

html body .ugc73-agency-band p{
  max-width:760px!important;
  margin:9px 0 0!important;
  color:#647386!important;
  font:500 12px/1.55 Inter,Arial,sans-serif!important;
}

html body .ugc73-agency-actions{
  display:flex!important;
  flex-direction:column!important;
  gap:9px!important;
  align-items:stretch!important;
}

html body .ugc73-agency-actions a{
  min-height:45px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  padding:0 15px!important;
  border:1px solid rgba(19,48,75,.15)!important;
  border-radius:13px!important;
  background:#fff!important;
  color:#18354f!important;
  text-decoration:none!important;
  white-space:nowrap!important;
  font:800 10px/1 Inter,Arial,sans-serif!important;
  box-shadow:0 9px 19px rgba(22,45,67,.07)!important;
  transition:transform .18s ease,box-shadow .18s ease!important;
}

html body .ugc73-agency-actions a:last-child{
  border-color:#ddb064!important;
  background:linear-gradient(180deg,#f1d18d,#cb9138)!important;
  color:#11263d!important;
}

html body .ugc73-agency-actions a:hover,
html body .ugc73-agency-actions a:focus-visible{
  transform:translateY(-2px)!important;
  box-shadow:0 13px 24px rgba(22,45,67,.13)!important;
  outline:none!important;
}

html body .ugc73-agency-actions svg{
  width:17px!important;
  height:17px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:2!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}

@media(max-width:1240px){
  html body .ugc73-hero{grid-template-columns:minmax(0,1fr) minmax(430px,.88fr)!important}
  html body .ugc73-copy-panel{padding:46px 43px!important}
  html body .ugc73-network-node{width:165px!important}
  html body .ugc73-network-core{width:178px!important;height:178px!important}
  html body .ugc73-agency-band{grid-template-columns:auto 1fr!important}
  html body .ugc73-agency-actions{grid-column:1/-1!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important}
}

@media(max-width:1000px){
  html body .ugc73-hero{grid-template-columns:1fr!important}
  html body .ugc73-copy-panel,
  html body .ugc73-network{min-height:0!important}
  html body .ugc73-network-map{min-height:390px!important}
  html body .ugc73-section-heading{display:block!important}
  html body .ugc73-section-heading>p{max-width:720px!important;margin-top:12px!important;text-align:left!important}
}

@media(max-width:760px){
  html body .ugc73-partnerships{
    padding:39px 0 41px!important;
    contain-intrinsic-size:1px 1820px!important;
  }
  html body .ugc73-partnerships::before,
  html body .ugc73-partnerships::after{display:none!important}
  html body .ugc73-shell{width:min(100% - 28px,1460px)!important}
  html body .ugc73-copy-panel{padding:37px 24px!important;border-radius:25px!important}
  html body .ugc73-copy-panel h2{font-size:clamp(48px,13vw,66px)!important}
  html body .ugc73-copy-panel>p{font-size:14px!important}
  html body .ugc73-actions{display:grid!important;grid-template-columns:1fr!important}
  html body .ugc73-actions a{width:100%!important}
  html body .ugc73-network{padding:28px 18px 22px!important;border-radius:25px!important}
  html body .ugc73-network-map{
    min-height:0!important;
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:12px!important;
    padding-top:18px!important;
  }
  html body .ugc73-network-line{display:none!important}
  html body .ugc73-network-core{
    position:relative!important;
    left:auto!important;
    top:auto!important;
    grid-column:1/-1!important;
    grid-row:1!important;
    width:170px!important;
    height:170px!important;
    margin:6px auto 12px!important;
    transform:none!important;
  }
  html body .ugc73-network-node{
    position:relative!important;
    left:auto!important;
    right:auto!important;
    top:auto!important;
    bottom:auto!important;
    width:auto!important;
    min-height:124px!important;
    transform:none!important;
  }
  html body .ugc73-network-node--brand{grid-column:1!important;grid-row:2!important}
  html body .ugc73-network-node--creator{grid-column:2!important;grid-row:2!important}
  html body .ugc73-network-node--agency{grid-column:1/-1!important;grid-row:3!important}
  html body .ugc73-path-grid{grid-template-columns:1fr!important}
  html body .ugc73-path{min-height:0!important}
  html body .ugc73-agency-band{grid-template-columns:1fr!important;padding:25px 21px!important;border-radius:23px!important}
  html body .ugc73-agency-icon{width:66px!important;height:66px!important}
  html body .ugc73-agency-actions{grid-column:auto!important;grid-template-columns:1fr!important}
}

@media(max-width:470px){
  html body .ugc73-shell{width:calc(100% - 20px)!important}
  html body .ugc73-copy-panel{padding:33px 18px!important}
  html body .ugc73-copy-panel h2{font-size:46px!important}
  html body .ugc73-trust-row{display:grid!important;grid-template-columns:1fr!important}
  html body .ugc73-network-map{grid-template-columns:1fr!important}
  html body .ugc73-network-node--brand,
  html body .ugc73-network-node--creator,
  html body .ugc73-network-node--agency{grid-column:1!important;grid-row:auto!important}
  html body .ugc73-path{padding:23px 19px 21px!important;border-radius:22px!important}
  html body .ugc73-path h3{font-size:31px!important}
  html body .ugc73-agency-band h3{font-size:31px!important}
}

@media(prefers-reduced-motion:reduce){
  html body .ugc73-path,
  html body .ugc73-actions a,
  html body .ugc73-agency-actions a{transition:none!important}
}


/* ---- home-how-ecosystem-v74.css ---- */
/* UGCHost Homepage V74 — multi-path How UGCHost Works ecosystem. */

html body .ugc74-how{
  position:relative!important;
  isolation:isolate!important;
  overflow:hidden!important;
  padding:72px 0 70px!important;
  color:#112840!important;
  background:
    radial-gradient(circle at 7% 10%,rgba(255,231,196,.58),transparent 24%),
    radial-gradient(circle at 92% 14%,rgba(188,218,225,.47),transparent 28%),
    radial-gradient(circle at 78% 93%,rgba(219,191,234,.28),transparent 30%),
    linear-gradient(135deg,#fffaf3 0%,#eef4f5 48%,#fffdf8 100%)!important;
  border-top:1px solid rgba(255,255,255,.94)!important;
  border-bottom:1px solid rgba(181,133,54,.25)!important;
  content-visibility:auto!important;
  contain-intrinsic-size:1px 1450px!important;
}

html body .ugc74-how::before{
  content:""!important;
  position:absolute!important;
  z-index:0!important;
  inset:0!important;
  pointer-events:none!important;
  background-image:
    radial-gradient(circle,rgba(19,47,74,.055) 0 1px,transparent 1.5px),
    linear-gradient(115deg,transparent 0 43%,rgba(255,255,255,.58) 44%,transparent 45% 100%)!important;
  background-size:36px 36px,100% 100%!important;
  -webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,.66),transparent 96%)!important;
  mask-image:linear-gradient(to bottom,rgba(0,0,0,.66),transparent 96%)!important;
}

html body .ugc74-how::after{
  content:""!important;
  position:absolute!important;
  z-index:0!important;
  left:-300px!important;
  bottom:-430px!important;
  width:860px!important;
  height:860px!important;
  border:1px solid rgba(181,134,58,.20)!important;
  border-radius:50%!important;
  box-shadow:0 0 0 74px rgba(255,255,255,.25),0 0 0 148px rgba(17,45,71,.018)!important;
  pointer-events:none!important;
}

html body .ugc74-shell{
  position:relative!important;
  z-index:2!important;
  width:min(1460px,calc(100% - 64px))!important;
  margin:0 auto!important;
}

html body .ugc74-header{
  position:relative!important;
  overflow:hidden!important;
  display:grid!important;
  grid-template-columns:minmax(0,1.15fr) minmax(390px,.85fr)!important;
  gap:30px!important;
  align-items:end!important;
  padding:44px 47px!important;
  border:1px solid rgba(20,49,76,.12)!important;
  border-radius:33px!important;
  background:
    radial-gradient(circle at 96% 8%,rgba(224,180,103,.18),transparent 29%),
    radial-gradient(circle at 0 100%,rgba(188,218,225,.18),transparent 32%),
    linear-gradient(145deg,rgba(255,255,255,.96),rgba(255,252,246,.88))!important;
  box-shadow:0 28px 60px rgba(23,44,64,.10),inset 0 1px 0 #fff!important;
}

html body .ugc74-header::before{
  content:""!important;
  position:absolute!important;
  right:-118px!important;
  top:-156px!important;
  width:390px!important;
  height:390px!important;
  border:1px solid rgba(185,137,59,.18)!important;
  border-radius:50%!important;
  box-shadow:0 0 0 36px rgba(255,255,255,.47),0 0 0 72px rgba(20,49,76,.021)!important;
  pointer-events:none!important;
}

html body .ugc74-header>*{
  position:relative!important;
  z-index:2!important;
}

html body .ugc74-kicker{
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  margin:0 0 16px!important;
  color:#a36c18!important;
  font:850 11px/1 Inter,Arial,sans-serif!important;
  letter-spacing:.19em!important;
  text-transform:uppercase!important;
}

html body .ugc74-kicker::before{
  content:""!important;
  width:44px!important;
  height:2px!important;
  border-radius:999px!important;
  background:linear-gradient(90deg,#b87a27,#e6bf75)!important;
}

html body .ugc74-heading h2{
  max-width:860px!important;
  margin:0!important;
  color:#10243d!important;
  font-family:"Cormorant Garamond",Georgia,serif!important;
  font-size:clamp(56px,5.5vw,84px)!important;
  font-weight:650!important;
  line-height:.90!important;
  letter-spacing:-.048em!important;
}

html body .ugc74-heading h2 em{
  color:#b37620!important;
  font-style:normal!important;
}

html body .ugc74-heading>p{
  max-width:820px!important;
  margin:21px 0 0!important;
  color:#5a6a7b!important;
  font:500 16px/1.7 Inter,Arial,sans-serif!important;
}

html body .ugc74-role-pills{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:11px!important;
}

html body .ugc74-role-pills>span{
  min-height:68px!important;
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  padding:12px 15px!important;
  border:1px solid rgba(20,49,76,.11)!important;
  border-radius:18px!important;
  background:rgba(255,255,255,.86)!important;
  color:#243e57!important;
  box-shadow:0 12px 25px rgba(22,44,64,.07),inset 0 1px 0 #fff!important;
  font:800 12px/1 Inter,Arial,sans-serif!important;
}

html body .ugc74-role-pills svg{
  width:31px!important;
  height:31px!important;
  flex:0 0 auto!important;
  fill:none!important;
  stroke:#b77a22!important;
  stroke-width:1.7!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}

html body .ugc74-path-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:19px!important;
  margin-top:23px!important;
}

html body .ugc74-path{
  --ugc74-accent:#c38d36;
  --ugc74-soft:rgba(195,141,54,.14);
  --ugc74-deep:#9b6515;
  position:relative!important;
  overflow:hidden!important;
  min-height:570px!important;
  display:flex!important;
  flex-direction:column!important;
  padding:31px 31px 27px!important;
  border:1px solid rgba(20,48,75,.12)!important;
  border-radius:29px!important;
  background:
    radial-gradient(circle at 100% 0,var(--ugc74-soft),transparent 36%),
    linear-gradient(145deg,#fff,#fffdf8)!important;
  box-shadow:0 24px 50px rgba(23,43,63,.09),inset 0 1px 0 #fff!important;
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease!important;
}

html body .ugc74-path::before{
  content:""!important;
  position:absolute!important;
  left:0!important;
  right:0!important;
  top:0!important;
  height:4px!important;
  background:linear-gradient(90deg,transparent,var(--ugc74-accent),transparent)!important;
}

html body .ugc74-path:hover{
  transform:translateY(-5px)!important;
  border-color:rgba(195,141,54,.30)!important;
  box-shadow:0 31px 59px rgba(23,43,63,.14),inset 0 1px 0 #fff!important;
}

html body .ugc74-path-head{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:18px!important;
}

html body .ugc74-role-icon{
  width:72px!important;
  height:72px!important;
  display:grid!important;
  place-items:center!important;
  border:1px solid rgba(20,48,75,.11)!important;
  border-radius:22px!important;
  background:
    radial-gradient(circle at 35% 20%,rgba(255,255,255,.25),transparent 34%),
    linear-gradient(145deg,#193b58,#0b263e)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 12px 24px rgba(8,29,47,.16)!important;
}

html body .ugc74-role-icon svg{
  width:42px!important;
  height:42px!important;
  fill:none!important;
  stroke:var(--ugc74-accent)!important;
  stroke-width:1.75!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}

html body .ugc74-path-number{
  color:rgba(16,40,64,.17)!important;
  font-family:"Cormorant Garamond",Georgia,serif!important;
  font-size:55px!important;
  font-weight:700!important;
  line-height:1!important;
}

html body .ugc74-role{
  display:block!important;
  margin-top:24px!important;
  color:var(--ugc74-accent)!important;
  font:850 10px/1 Inter,Arial,sans-serif!important;
  letter-spacing:.17em!important;
  text-transform:uppercase!important;
}

html body .ugc74-path h3{
  max-width:610px!important;
  margin:11px 0 0!important;
  color:#132a44!important;
  font-family:"Cormorant Garamond",Georgia,serif!important;
  font-size:clamp(36px,3vw,47px)!important;
  font-weight:650!important;
  line-height:.94!important;
  letter-spacing:-.032em!important;
}

html body .ugc74-path>p{
  max-width:650px!important;
  margin:15px 0 0!important;
  color:#647386!important;
  font:500 13px/1.65 Inter,Arial,sans-serif!important;
}

html body .ugc74-path ol{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:9px!important;
  margin:22px 0 0!important;
  padding:0!important;
  list-style:none!important;
}

html body .ugc74-path li{
  min-height:72px!important;
  display:grid!important;
  grid-template-columns:31px minmax(0,1fr)!important;
  gap:9px!important;
  align-items:center!important;
  padding:11px!important;
  border:1px solid rgba(20,48,75,.09)!important;
  border-radius:15px!important;
  background:#f7f8f7!important;
}

html body .ugc74-path li>b{
  width:29px!important;
  height:29px!important;
  display:grid!important;
  place-items:center!important;
  border:1px solid var(--ugc74-soft)!important;
  border-radius:50%!important;
  background:#fff!important;
  color:var(--ugc74-deep)!important;
  font:850 8px/1 Inter,Arial,sans-serif!important;
  box-shadow:0 5px 11px rgba(20,44,67,.06)!important;
}

html body .ugc74-path li>span{
  color:#42566b!important;
  font:700 10px/1.38 Inter,Arial,sans-serif!important;
}

html body .ugc74-path>a{
  min-height:48px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:9px!important;
  align-self:flex-start!important;
  margin-top:auto!important;
  padding:0 17px!important;
  border:1px solid rgba(20,48,75,.16)!important;
  border-radius:14px!important;
  background:linear-gradient(180deg,#193a57,#0b263e)!important;
  color:#efca82!important;
  text-decoration:none!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 10px 21px rgba(8,28,46,.14)!important;
  font:850 11px/1 Inter,Arial,sans-serif!important;
  transition:transform .18s ease,box-shadow .18s ease!important;
}

html body .ugc74-path>a:hover,
html body .ugc74-path>a:focus-visible{
  transform:translateY(-2px)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.18),0 14px 25px rgba(8,28,46,.21)!important;
  outline:none!important;
}

html body .ugc74-path>a svg{
  width:18px!important;
  height:18px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:2!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}

html body .ugc74-tone--blue{--ugc74-accent:#4d91bf;--ugc74-soft:rgba(77,145,191,.15);--ugc74-deep:#2e6f9d}
html body .ugc74-tone--green{--ugc74-accent:#5c9e71;--ugc74-soft:rgba(92,158,113,.15);--ugc74-deep:#367a4b}
html body .ugc74-tone--violet{--ugc74-accent:#8170bb;--ugc74-soft:rgba(129,112,187,.14);--ugc74-deep:#5b4a94}

html body .ugc74-shared-flow{
  position:relative!important;
  overflow:hidden!important;
  display:grid!important;
  grid-template-columns:minmax(270px,.72fr) minmax(0,1.28fr)!important;
  gap:28px!important;
  align-items:center!important;
  margin-top:23px!important;
  padding:31px 32px!important;
  border:1px solid rgba(229,190,117,.35)!important;
  border-radius:28px!important;
  background:
    radial-gradient(circle at 100% 0,rgba(231,190,112,.23),transparent 32%),
    radial-gradient(circle at 0 100%,rgba(82,139,150,.16),transparent 30%),
    linear-gradient(145deg,#173b59 0%,#0b263e 62%,#061a2c 100%)!important;
  color:#fff!important;
  box-shadow:0 27px 58px rgba(7,24,41,.22),inset 0 1px 0 rgba(255,255,255,.15)!important;
}

html body .ugc74-shared-flow::after{
  content:""!important;
  position:absolute!important;
  right:-100px!important;
  bottom:-135px!important;
  width:320px!important;
  height:320px!important;
  border:1px solid rgba(235,201,136,.22)!important;
  border-radius:50%!important;
  box-shadow:0 0 0 35px rgba(255,255,255,.022)!important;
  pointer-events:none!important;
}

html body .ugc74-shared-flow>*{
  position:relative!important;
  z-index:2!important;
}

html body .ugc74-shared-copy>span{
  color:#ebc77e!important;
  font:850 9px/1 Inter,Arial,sans-serif!important;
  letter-spacing:.17em!important;
}

html body .ugc74-shared-copy h3{
  margin:10px 0 0!important;
  color:#fff!important;
  font-family:"Cormorant Garamond",Georgia,serif!important;
  font-size:38px!important;
  font-weight:650!important;
  line-height:.94!important;
  letter-spacing:-.028em!important;
}

html body .ugc74-shared-steps{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:10px!important;
}

html body .ugc74-shared-steps>span{
  min-height:150px!important;
  display:flex!important;
  flex-direction:column!important;
  padding:15px!important;
  border:1px solid rgba(255,255,255,.10)!important;
  border-radius:17px!important;
  background:rgba(255,255,255,.055)!important;
}

html body .ugc74-shared-steps svg{
  width:31px!important;
  height:31px!important;
  fill:none!important;
  stroke:#efca82!important;
  stroke-width:1.8!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}

html body .ugc74-shared-steps b{
  margin-top:12px!important;
  color:#fff!important;
  font:750 11px/1.3 Inter,Arial,sans-serif!important;
}

html body .ugc74-shared-steps small{
  margin-top:7px!important;
  color:#aebcca!important;
  font:500 9px/1.45 Inter,Arial,sans-serif!important;
}

html body .ugc74-final-cta{
  position:relative!important;
  overflow:hidden!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:26px!important;
  margin-top:20px!important;
  padding:27px 29px!important;
  border:1px solid rgba(185,137,59,.25)!important;
  border-radius:25px!important;
  background:linear-gradient(135deg,#fffdf8,#eef4f3)!important;
  box-shadow:0 22px 46px rgba(23,44,64,.08),inset 0 1px 0 #fff!important;
}

html body .ugc74-final-cta>div:first-child>span{
  display:block!important;
  color:#9e6917!important;
  font:850 9px/1 Inter,Arial,sans-serif!important;
  letter-spacing:.17em!important;
}

html body .ugc74-final-cta>div:first-child>strong{
  display:block!important;
  margin-top:7px!important;
  color:#122a43!important;
  font-family:"Cormorant Garamond",Georgia,serif!important;
  font-size:34px!important;
  font-weight:650!important;
  line-height:.96!important;
  letter-spacing:-.025em!important;
}

html body .ugc74-final-cta>div:last-child{
  display:flex!important;
  flex-wrap:wrap!important;
  justify-content:flex-end!important;
  gap:9px!important;
}

html body .ugc74-final-cta a{
  min-height:47px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  padding:0 16px!important;
  border:1px solid rgba(19,48,75,.15)!important;
  border-radius:13px!important;
  background:#fff!important;
  color:#18354f!important;
  text-decoration:none!important;
  white-space:nowrap!important;
  font:800 10px/1 Inter,Arial,sans-serif!important;
  box-shadow:0 9px 19px rgba(22,45,67,.07)!important;
  transition:transform .18s ease,box-shadow .18s ease!important;
}

html body .ugc74-final-cta a:last-child{
  border-color:#ddb064!important;
  background:linear-gradient(180deg,#f1d18d,#cb9138)!important;
  color:#11263d!important;
}

html body .ugc74-final-cta a:hover,
html body .ugc74-final-cta a:focus-visible{
  transform:translateY(-2px)!important;
  box-shadow:0 13px 24px rgba(22,45,67,.13)!important;
  outline:none!important;
}

html body .ugc74-final-cta a svg{
  width:17px!important;
  height:17px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:2!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}

@media(max-width:1240px){
  html body .ugc74-header{grid-template-columns:minmax(0,1fr) minmax(350px,.72fr)!important;padding:40px!important}
  html body .ugc74-shared-flow{grid-template-columns:1fr!important}
  html body .ugc74-shared-copy h3{max-width:720px!important}
}

@media(max-width:1000px){
  html body .ugc74-header{grid-template-columns:1fr!important}
  html body .ugc74-role-pills{max-width:760px!important}
  html body .ugc74-shared-steps{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  html body .ugc74-final-cta{align-items:flex-start!important;flex-direction:column!important}
  html body .ugc74-final-cta>div:last-child{justify-content:flex-start!important}
}

@media(max-width:760px){
  html body .ugc74-how{
    padding:40px 0 42px!important;
    contain-intrinsic-size:1px 2450px!important;
  }
  html body .ugc74-how::before,
  html body .ugc74-how::after{display:none!important}
  html body .ugc74-shell{width:min(100% - 28px,1460px)!important}
  html body .ugc74-header{padding:36px 24px!important;border-radius:25px!important}
  html body .ugc74-heading h2{font-size:clamp(49px,13vw,66px)!important}
  html body .ugc74-heading>p{font-size:14px!important}
  html body .ugc74-role-pills{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  html body .ugc74-role-pills>span{min-height:61px!important;padding:10px 12px!important;font-size:10px!important}
  html body .ugc74-role-pills svg{width:27px!important;height:27px!important}
  html body .ugc74-path-grid{grid-template-columns:1fr!important}
  html body .ugc74-path{min-height:0!important;padding:27px 23px 24px!important;border-radius:24px!important}
  html body .ugc74-path ol{grid-template-columns:1fr!important}
  html body .ugc74-path>a{width:100%!important;align-self:stretch!important;margin-top:22px!important}
  html body .ugc74-shared-flow{padding:27px 21px!important;border-radius:23px!important}
  html body .ugc74-shared-steps{grid-template-columns:1fr!important}
  html body .ugc74-shared-steps>span{min-height:0!important}
  html body .ugc74-final-cta{padding:25px 21px!important;border-radius:22px!important}
  html body .ugc74-final-cta>div:last-child{display:grid!important;grid-template-columns:1fr!important;width:100%!important}
  html body .ugc74-final-cta a{width:100%!important}
}

@media(max-width:470px){
  html body .ugc74-shell{width:calc(100% - 20px)!important}
  html body .ugc74-header{padding:33px 18px!important}
  html body .ugc74-heading h2{font-size:46px!important}
  html body .ugc74-role-pills{grid-template-columns:1fr!important}
  html body .ugc74-path{padding:24px 18px 21px!important}
  html body .ugc74-path h3{font-size:34px!important}
  html body .ugc74-role-icon{width:64px!important;height:64px!important}
  html body .ugc74-role-icon svg{width:37px!important;height:37px!important}
  html body .ugc74-shared-copy h3{font-size:34px!important}
  html body .ugc74-final-cta>div:first-child>strong{font-size:31px!important}
}

@media(prefers-reduced-motion:reduce){
  html body .ugc74-path,
  html body .ugc74-path>a,
  html body .ugc74-final-cta a{transition:none!important}
}


/* ---- home-performance-v66.css ---- */
/* UGCHost Homepage Performance V66
   Paint containment, lighter mobile effects, stable media boxes and reduced motion. */

html body .ugc19-featured,
html body .ugc62-hub,
html body .ugc19-categories,
html body .ugc64-communities,
html body .ugc65-payments,
html body .ugc19-proof,
html body .ugc19-testimonials,
html body .ugc19-how,
html body .site-footer{
  content-visibility:auto;
  contain-intrinsic-size:1px 760px;
}

html body .ugc19-hero{
  contain:layout paint;
}

html body .ugc26-card-media{
  background:#10233d;
}

html body .ugc26-card-media>img,
html body .ugc26-card-media>video{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
}

html body .ugc26-card-media>img{
  transform:translateZ(0);
}

html body .ugc26-card-media video:not([data-ugc66-loaded="1"]){
  background:transparent;
}

html body img[loading="lazy"]{
  content-visibility:auto;
}

@media(max-width:760px){
  html{
    scroll-behavior:auto!important;
  }

  html body .ugc19-featured,
  html body .ugc62-hub,
  html body .ugc19-categories,
  html body .ugc64-communities,
  html body .ugc65-payments,
  html body .ugc19-proof,
  html body .ugc19-testimonials,
  html body .ugc19-how{
    contain-intrinsic-size:1px 620px;
  }

  html body .ugc19-hero::before,
  html body .ugc19-hero::after,
  html body .ugc62-hub::after,
  html body .ugc64-communities::before,
  html body .ugc64-communities::after,
  html body .ugc65-payments::before,
  html body .ugc65-payments::after{
    animation:none!important;
    filter:none!important;
  }

  html body .ugc62-orbit,
  html body .ugc64-orbit,
  html body .ugc26-thread,
  html body .ugc26-orbit{
    animation:none!important;
  }

  html body .ugc62-panel,
  html body .ugc64-card,
  html body .ugc65-panel,
  html body .ugc19-creator-card,
  html body .ugc19-review,
  html body .ugc19-step{
    box-shadow:0 10px 24px rgba(10,27,47,.10)!important;
  }

  html body .ugc26-social-icon,
  html body .ugc62-country,
  html body .ugc64-card,
  html body .ugc65-panel{
    -webkit-backdrop-filter:none!important;
    backdrop-filter:none!important;
  }

  html body .ugc26-card-media video{
    display:none!important;
  }

  html body .ugc26-card-media img{
    display:block!important;
  }
}

@media(max-width:520px){
  html body .ugc19-shell,
  html body .ugc61-shell,
  html body .ugc62-shell,
  html body .ugc64-shell,
  html body .ugc65-shell{
    width:min(100% - 24px,1500px)!important;
  }

  html body .ugc19-copy h1#ugc19HeroTitle{
    text-wrap:balance!important;
  }
}

@media(prefers-reduced-motion:reduce){
  html:focus-within{
    scroll-behavior:auto!important;
  }

  html body *,
  html body *::before,
  html body *::after{
    animation-duration:.01ms!important;
    animation-iteration-count:1!important;
    transition-duration:.01ms!important;
    scroll-behavior:auto!important;
  }
}

/* Consolidated hero runtime styles previously injected by several scripts. */
html body .ugc-affiliate-platform-strip{
  max-width:880px;
  margin:20px 0 0;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:18px;
  position:relative;
  z-index:18;
  padding:3px 1px 8px;
}
html body .ugc-affiliate-platform-title{
  flex:0 0 100%;
  width:100%;
  display:flex;
  align-items:baseline;
  gap:12px;
  margin:0 0 9px;
  color:#332d27;
  text-decoration:none!important;
  white-space:nowrap;
}
html body .ugc-affiliate-platform-title span{
  color:#a66f19;
  font:850 17px/1 Inter,Arial,sans-serif;
  letter-spacing:.095em;
  text-transform:uppercase;
}
html body .ugc-affiliate-platform-title b{
  color:#71685f;
  font:700 10px/1.2 Inter,Arial,sans-serif;
}
html body .ugc-affiliate-platform{
  flex:0 0 68px!important;
  width:68px!important;
  height:68px!important;
  display:grid!important;
  place-items:center!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  text-decoration:none!important;
  transition:transform .18s ease,filter .18s ease!important;
}
html body .ugc-affiliate-platform:hover,
html body .ugc-affiliate-platform:focus-visible{
  transform:translateY(-2px) scale(1.045)!important;
  filter:brightness(1.08)!important;
  outline:none!important;
}
html body .ugc-affiliate-platform>span,
html body .ugc-affiliate-platform svg{
  display:block!important;
  width:64px!important;
  height:64px!important;
}
html body .ugc-affiliate-platform>span{
  display:grid!important;
  place-items:center!important;
  filter:drop-shadow(0 8px 13px rgba(0,0,0,.28));
}
html body .ugc-affiliate-platform strong{display:none!important}

html body .ugc26-social-rail{
  position:absolute;
  z-index:14;
  right:8px;
  top:50%;
  transform:translateY(-50%);
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:5px;
  pointer-events:none;
}
html body .ugc26-social-item{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:2px;
  color:#fff;
  text-shadow:0 1px 3px rgba(0,0,0,.9);
}
html body .ugc26-social-icon{
  width:27px;
  height:27px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.3);
  border-radius:50%;
  background:rgba(2,10,17,.64);
  box-shadow:0 4px 10px rgba(0,0,0,.26);
  -webkit-backdrop-filter:blur(5px);
  backdrop-filter:blur(5px);
}
html body .ugc26-social-icon svg{width:15px;height:15px;display:block}
html body .ugc26-social-item b{color:#fff;font:800 7.5px/1 Inter,Arial,sans-serif}
html body .ugc26-card-main .ugc26-social-icon{width:30px;height:30px}
html body .ugc26-card-main .ugc26-social-icon svg{width:17px;height:17px}
html body .ugc26-card-main .ugc26-social-item b{font-size:8px}

html body.ugc-home-light-v30.ugc-home-v19 .ugc19-benefit i{
  width:38px!important;
  height:38px!important;
  display:grid!important;
  place-items:center!important;
  border:1px solid rgba(110,169,255,.92)!important;
  border-radius:50%!important;
  color:#0b5fcb!important;
  background:linear-gradient(145deg,#f5f9ff 0%,#d8e9ff 100%)!important;
  box-shadow:0 0 0 3px rgba(80,146,235,.10),0 9px 24px rgba(0,0,0,.28)!important;
  text-shadow:none!important;
}
html body.ugc-home-light-v30.ugc-home-v19 .ugc19-benefit i svg{
  width:20px!important;
  height:20px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:2!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
html body.ugc-home-light-v30.ugc-home-v19 .ugc19-benefit{
  grid-template-columns:38px 1fr!important;
  gap:11px!important;
}
html body.ugc-home-light-v30.ugc-home-v19 .ugc19-copy h1#ugc19HeroTitle{
  max-width:720px!important;
  font-family:"Cormorant Garamond",Georgia,serif!important;
  font-size:clamp(60px,5vw,82px)!important;
  font-weight:700!important;
  line-height:.94!important;
  letter-spacing:-.045em!important;
  text-wrap:balance!important;
}
html body.ugc-home-light-v30.ugc-home-v19 #ugc19HeroTitle .ugc19-brand-global-line{
  white-space:nowrap!important;
}
html body.ugc-home-light-v30.ugc-home-v19 .ugc19-copy h1#ugc19HeroTitle em{
  color:#e3bb69!important;
  font-style:normal!important;
  font-weight:700!important;
}

@media(max-width:1020px){
  html body .ugc-affiliate-platform-strip{max-width:100%;gap:15px;margin-top:19px}
  html body .ugc-affiliate-platform-title span{font-size:16px}
  html body .ugc-affiliate-platform{flex-basis:60px!important;width:60px!important;height:60px!important}
  html body .ugc-affiliate-platform>span,
  html body .ugc-affiliate-platform svg{width:58px!important;height:58px!important}
}
@media(max-width:650px){
  html body .ugc-affiliate-platform-strip{gap:12px}
  html body .ugc-affiliate-platform-title{margin-bottom:6px}
  html body .ugc-affiliate-platform-title span{font-size:14px}
  html body .ugc-affiliate-platform-title b{display:none}
  html body .ugc-affiliate-platform{flex-basis:54px!important;width:54px!important;height:54px!important}
  html body .ugc-affiliate-platform>span,
  html body .ugc-affiliate-platform svg{width:50px!important;height:50px!important}
  html body .ugc26-social-rail{right:5px;gap:2px}
  html body .ugc26-social-icon,
  html body .ugc26-card-main .ugc26-social-icon{width:18px;height:18px}
  html body .ugc26-social-icon svg,
  html body .ugc26-card-main .ugc26-social-icon svg{width:10px;height:10px}
  html body .ugc26-social-item b,
  html body .ugc26-card-main .ugc26-social-item b{font-size:5.7px}
  html body.ugc-home-light-v30.ugc-home-v19 .ugc19-copy h1#ugc19HeroTitle{font-size:clamp(43px,11vw,61px)!important}
}


/* ---- home-hero-trust-copy-v76.css ---- */
/* UGCHost Homepage V76 — readable hero trust and affiliate microcopy. */

html body.ugc-home-v19 .ugc19-benefits{
  max-width:760px!important;
  gap:clamp(20px,2vw,30px)!important;
}

html body.ugc-home-v19 .ugc19-benefit{
  grid-template-columns:42px minmax(0,1fr)!important;
  gap:12px!important;
}

html body.ugc-home-v19 .ugc19-benefit b{
  display:block!important;
  color:#f7f4ef!important;
  font:800 16px/1.2 Inter,Arial,sans-serif!important;
  letter-spacing:-.01em!important;
}

html body.ugc-home-v19 .ugc19-benefit small{
  display:block!important;
  margin-top:4px!important;
  color:#c4cbd2!important;
  font:650 13px/1.3 Inter,Arial,sans-serif!important;
}

html body.ugc-home-v19 .ugc-affiliate-platform-title{
  gap:15px!important;
}

html body.ugc-home-v19 .ugc-affiliate-platform-title b{
  display:block!important;
  color:#d8d2ca!important;
  font:750 15px/1.25 Inter,Arial,sans-serif!important;
  letter-spacing:0!important;
}

@media(max-width:1020px){
  html body.ugc-home-v19 .ugc19-benefits{
    gap:18px!important;
  }
  html body.ugc-home-v19 .ugc19-benefit b{
    font-size:15px!important;
  }
  html body.ugc-home-v19 .ugc19-benefit small{
    font-size:12px!important;
  }
  html body.ugc-home-v19 .ugc-affiliate-platform-title b{
    font-size:14px!important;
  }
}

@media(max-width:760px){
  html body.ugc-home-v19 .ugc19-benefits{
    grid-template-columns:1fr!important;
    max-width:100%!important;
    gap:14px!important;
  }
  html body.ugc-home-v19 .ugc-affiliate-platform-title{
    flex-wrap:wrap!important;
    align-items:flex-start!important;
    white-space:normal!important;
    gap:7px 12px!important;
  }
  html body.ugc-home-v19 .ugc-affiliate-platform-title b{
    flex:0 0 100%!important;
    font-size:13px!important;
  }
}


/* ---- home-hero-video-rotation-v77.css ---- */
/* UGCHost Homepage V77 — box-free affiliate logos + all-video human/pet hero rotation. */

/* Affiliate logos must float directly on the hero background, with no tiles. */
html body.ugc-home-v19 .ugc-affiliate-platform,
html body.ugc-home-v19 .ugc-affiliate-platform:hover,
html body.ugc-home-v19 .ugc-affiliate-platform:focus,
html body.ugc-home-v19 .ugc-affiliate-platform:focus-visible,
html body.ugc-home-v19 .ugc-affiliate-platform > span,
html body.ugc-home-v19 .ugc-affiliate-platform > svg{
  border:0!important;
  border-radius:0!important;
  outline:0!important;
  background:transparent!important;
  background-color:transparent!important;
  background-image:none!important;
  box-shadow:none!important;
}

html body.ugc-home-v19 .ugc-affiliate-platform::before,
html body.ugc-home-v19 .ugc-affiliate-platform::after,
html body.ugc-home-v19 .ugc-affiliate-platform > span::before,
html body.ugc-home-v19 .ugc-affiliate-platform > span::after{
  content:none!important;
  display:none!important;
}

html body.ugc-home-v19 .ugc-affiliate-platform{
  overflow:visible!important;
  filter:none!important;
}

html body.ugc-home-v19 .ugc-affiliate-platform > span{
  overflow:visible!important;
  filter:drop-shadow(0 8px 13px rgba(0,0,0,.30))!important;
}

html body.ugc-home-v19 .ugc-affiliate-platform svg{
  overflow:visible!important;
}

/* Every hero Creator card now renders video media. Never reveal the old stills. */
html body.ugc-home-v19 .ugc26-card-media > img{
  display:none!important;
  visibility:hidden!important;
  opacity:0!important;
}

html body.ugc-home-v19 .ugc26-card-media > video.ugc77-card-video{
  position:relative!important;
  z-index:2!important;
  display:block!important;
  visibility:visible!important;
  width:100%!important;
  height:100%!important;
  min-width:100%!important;
  min-height:100%!important;
  object-fit:cover!important;
  opacity:1!important;
  filter:none!important;
  transform:translateZ(0)!important;
  background:#0b1822!important;
}

html body.ugc-home-v19 .ugc26-card-media{
  transition:opacity .25s ease,transform .25s ease,filter .25s ease!important;
}

html body.ugc-home-v19 .ugc77-switching .ugc26-card-media{
  opacity:.12!important;
  transform:scale(.985)!important;
  filter:brightness(.7)!important;
}

html body.ugc-home-v19 .ugc26-card.ugc77-video-loading .ugc26-card-media::before,
html body.ugc-home-v19 .ugc26-card.ugc77-video-failed .ugc26-card-media::before{
  content:""!important;
  position:absolute!important;
  z-index:1!important;
  inset:0!important;
  display:block!important;
  background:
    radial-gradient(circle at 50% 42%,rgba(224,173,83,.16),transparent 34%),
    linear-gradient(145deg,#132532 0%,#07131d 58%,#0c1a24 100%)!important;
}

html body.ugc-home-v19 .ugc26-card.ugc77-video-loading .ugc26-card-media::after{
  content:""!important;
  position:absolute!important;
  z-index:7!important;
  left:50%!important;
  top:50%!important;
  width:28px!important;
  height:28px!important;
  margin:-14px 0 0 -14px!important;
  border:2px solid rgba(240,201,126,.24)!important;
  border-top-color:#efc66f!important;
  border-radius:50%!important;
  animation:ugc77VideoSpin .8s linear infinite!important;
  pointer-events:none!important;
}

html body.ugc-home-v19 .ugc26-card.ugc77-video-failed .ugc26-card-media::after{
  content:"VIDEO PREVIEW"!important;
  position:absolute!important;
  z-index:7!important;
  left:50%!important;
  top:50%!important;
  transform:translate(-50%,-50%)!important;
  color:#efc66f!important;
  font:800 9px/1.2 Inter,Arial,sans-serif!important;
  letter-spacing:.13em!important;
  white-space:nowrap!important;
  pointer-events:none!important;
}

@keyframes ugc77VideoSpin{to{transform:rotate(360deg)}}

html body.ugc-home-v19 .ugc26-social-rail{
  z-index:8!important;
}

html body.ugc-home-v19 .ugc77-set-badge{
  position:absolute!important;
  z-index:18!important;
  right:1.5%!important;
  top:-13px!important;
  min-width:174px!important;
  min-height:39px!important;
  display:grid!important;
  grid-template-columns:10px minmax(0,1fr)!important;
  grid-template-areas:"dot title" "dot next"!important;
  align-items:center!important;
  gap:2px 8px!important;
  padding:7px 12px!important;
  border:1px solid rgba(232,185,91,.55)!important;
  border-radius:999px!important;
  background:linear-gradient(145deg,rgba(11,30,44,.96),rgba(4,15,24,.98))!important;
  box-shadow:0 12px 26px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.08)!important;
  color:#f7e4ba!important;
  pointer-events:none!important;
}

html body.ugc-home-v19 .ugc77-set-badge i{
  grid-area:dot!important;
  width:8px!important;
  height:8px!important;
  border-radius:50%!important;
  background:#e63946!important;
  box-shadow:0 0 0 4px rgba(230,57,70,.12),0 0 13px rgba(230,57,70,.7)!important;
  animation:ugc77VideoPulse 1.25s ease-in-out infinite!important;
}

html body.ugc-home-v19 .ugc77-set-badge span{
  grid-area:title!important;
  color:#f5d18a!important;
  font:850 9px/1 Inter,Arial,sans-serif!important;
  letter-spacing:.105em!important;
  white-space:nowrap!important;
}

html body.ugc-home-v19 .ugc77-set-badge small{
  grid-area:next!important;
  color:#c6cfd7!important;
  font:650 8px/1.1 Inter,Arial,sans-serif!important;
  white-space:nowrap!important;
}

@keyframes ugc77VideoPulse{
  0%,100%{opacity:1;transform:scale(1)}
  50%{opacity:.45;transform:scale(.72)}
}

html body.ugc-home-v19 .ugc77-pet-card .ugc26-ribbon{
  color:#fff2cf!important;
  border-color:#e0ae50!important;
  background:linear-gradient(145deg,#7b4012,#3b210c)!important;
}

@media(max-width:1020px){
  html body.ugc-home-v19 .ugc77-set-badge{
    right:1%!important;
    top:-8px!important;
    min-width:160px!important;
  }
}

/* The earlier performance pass hid videos on phones. V77 intentionally reverses
   that rule because this hero is now an all-video experience on every device. */
@media(max-width:760px){
  html body.ugc-home-v19 .ugc26-card-media > video.ugc77-card-video{
    display:block!important;
    visibility:visible!important;
  }
  html body.ugc-home-v19 .ugc26-card-media > img{
    display:none!important;
  }
  html body.ugc-home-v19 .ugc77-set-badge{
    right:0!important;
    top:-3px!important;
    min-width:145px!important;
    min-height:35px!important;
    padding:6px 10px!important;
  }
  html body.ugc-home-v19 .ugc77-set-badge span{font-size:8px!important}
  html body.ugc-home-v19 .ugc77-set-badge small{font-size:7px!important}
}

@media(max-width:520px){
  html body.ugc-home-v19 .ugc77-set-badge{
    top:0!important;
    min-width:132px!important;
    padding:5px 9px!important;
  }
}

@media(prefers-reduced-motion:reduce){
  html body.ugc-home-v19 .ugc26-card-media{transition:none!important}
  html body.ugc-home-v19 .ugc77-set-badge i,
  html body.ugc-home-v19 .ugc26-card.ugc77-video-loading .ugc26-card-media::after{animation:none!important}
}


/* ---- home-popular-links-large-v79.css ---- */
/* UGCHost Homepage V80.1 — compact, readable, single-row niche links below the search form. */
html body.ugc-home-v19 .ugc19-popular{
  display:flex!important;
  align-items:center!important;
  flex-wrap:nowrap!important;
  gap:5px!important;
  width:100%!important;
  max-width:100%!important;
  margin-top:10px!important;
  color:#c8ced4!important;
  font-family:Inter,Arial,sans-serif!important;
  font-size:clamp(10px,.72vw,11px)!important;
  font-weight:700!important;
  line-height:1!important;
  letter-spacing:-.01em!important;
  white-space:nowrap!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  overscroll-behavior-inline:contain!important;
  scrollbar-width:none!important;
  -ms-overflow-style:none!important;
  -webkit-overflow-scrolling:touch!important;
}

html body.ugc-home-v19 .ugc19-popular::-webkit-scrollbar{
  display:none!important;
  width:0!important;
  height:0!important;
}

html body.ugc-home-v19 .ugc19-popular a{
  display:inline-flex!important;
  flex:0 0 auto!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:29px!important;
  padding:5px 7px!important;
  border:1px solid rgba(224,171,79,.44)!important;
  border-radius:999px!important;
  color:#edf0f2!important;
  background:rgba(7,22,32,.84)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.045),0 5px 12px rgba(0,0,0,.14)!important;
  font-family:Inter,Arial,sans-serif!important;
  font-size:inherit!important;
  font-weight:780!important;
  line-height:1!important;
  letter-spacing:-.01em!important;
  white-space:nowrap!important;
  transition:color .2s ease,border-color .2s ease,background .2s ease,transform .2s ease!important;
}

html body.ugc-home-v19 .ugc19-popular a:hover,
html body.ugc-home-v19 .ugc19-popular a:focus-visible{
  color:#fff4d4!important;
  border-color:#e8b75f!important;
  background:rgba(20,42,56,.96)!important;
  transform:translateY(-1px)!important;
  outline:none!important;
}

@media(min-width:900px){
  html body.ugc-home-v19 .ugc19-popular{
    justify-content:flex-start!important;
  }
}

@media(max-width:760px){
  html body.ugc-home-v19 .ugc19-popular{
    gap:5px!important;
    margin-top:10px!important;
    font-size:10.5px!important;
    scroll-padding-inline:4px!important;
  }
  html body.ugc-home-v19 .ugc19-popular a{
    min-height:29px!important;
    padding:5px 7px!important;
  }
}

@media(max-width:420px){
  html body.ugc-home-v19 .ugc19-popular{
    gap:4px!important;
    font-size:10px!important;
  }
  html body.ugc-home-v19 .ugc19-popular a{
    min-height:28px!important;
    padding:5px 6px!important;
  }
}


/* ---- home-mentor-media-v89.css ---- */
/* UGCHost Paid Mentorship V94 — approved image only, sharp crest, stable slim banner. */

html body .ugc88-guidance-story,
html body [data-ugc88-guidance-story]{
  display:none!important;
}

html body .ugc87-brand-panel[data-ugc-mentorship-media="v89"]{
  overflow:hidden!important;
}

html body .ugc87-brand-panel[data-ugc-mentorship-media="v89"] .ugc87-brand-title-row{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(145px,160px)!important;
  align-items:center!important;
  gap:18px!important;
  margin:14px 0 10px!important;
}

html body .ugc87-brand-panel[data-ugc-mentorship-media="v89"] .ugc89-logo-clear{
  align-self:center!important;
  justify-self:end!important;
  width:clamp(148px,10vw,160px)!important;
  max-width:100%!important;
  aspect-ratio:160/171!important;
  margin:0!important;
  overflow:visible!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}

html body .ugc87-brand-panel[data-ugc-mentorship-media="v89"] .ugc89-logo-clear::before{
  display:none!important;
}

html body .ugc87-brand-panel[data-ugc-mentorship-media="v89"] .ugc89-logo-clear img{
  width:100%!important;
  height:100%!important;
  display:block!important;
  object-fit:contain!important;
  image-rendering:auto!important;
  filter:none!important;
  opacity:1!important;
}

html body .ugc87-brand-panel[data-ugc-mentorship-media="v89"] .ugc89-guidance-image{
  position:relative!important;
  width:auto!important;
  height:auto!important;
  min-height:0!important;
  flex:0 0 auto!important;
  aspect-ratio:3.6/1!important;
  display:block!important;
  overflow:hidden!important;
  margin:18px -20px 0!important;
  padding:0!important;
  border:0!important;
  border-top:1px solid rgba(238,202,135,.20)!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}

html body .ugc87-brand-panel[data-ugc-mentorship-media="v89"] .ugc89-guidance-image img{
  width:100%!important;
  height:100%!important;
  aspect-ratio:auto!important;
  display:block!important;
  object-fit:cover!important;
  object-position:center 48%!important;
  border:0!important;
  border-radius:0!important;
  filter:none!important;
  opacity:1!important;
}

html body .ugc87-brand-panel[data-ugc-mentorship-media="v89"] .ugc87-brand-foot{
  position:relative!important;
  z-index:2!important;
  margin-top:10px!important;
  padding-top:0!important;
}

@media(max-width:1240px){
  html body .ugc87-brand-panel[data-ugc-mentorship-media="v89"] .ugc87-brand-title-row{
    grid-template-columns:minmax(0,1fr) 148px!important;
    gap:13px!important;
  }
  html body .ugc87-brand-panel[data-ugc-mentorship-media="v89"] .ugc89-logo-clear{
    width:148px!important;
  }
}

@media(max-width:980px){
  html body .ugc87-brand-panel[data-ugc-mentorship-media="v89"] .ugc87-brand-title-row{
    grid-template-columns:minmax(0,1fr) 156px!important;
  }
  html body .ugc87-brand-panel[data-ugc-mentorship-media="v89"] .ugc89-logo-clear{
    width:156px!important;
  }
  html body .ugc87-brand-panel[data-ugc-mentorship-media="v89"] .ugc89-guidance-image{
    aspect-ratio:3.2/1!important;
    margin-top:20px!important;
  }
}

@media(max-width:680px){
  html body .ugc87-brand-panel[data-ugc-mentorship-media="v89"] .ugc87-brand-title-row{
    grid-template-columns:minmax(0,1fr) 118px!important;
    gap:9px!important;
  }
  html body .ugc87-brand-panel[data-ugc-mentorship-media="v89"] .ugc89-logo-clear{
    width:118px!important;
  }
  html body .ugc87-brand-panel[data-ugc-mentorship-media="v89"] .ugc89-guidance-image{
    aspect-ratio:2.5/1!important;
    margin-right:-14px!important;
    margin-left:-14px!important;
  }
}

@media(max-width:480px){
  html body .ugc87-brand-panel[data-ugc-mentorship-media="v89"] .ugc87-brand-title-row{
    grid-template-columns:1fr 96px!important;
  }
  html body .ugc87-brand-panel[data-ugc-mentorship-media="v89"] .ugc89-logo-clear{
    width:96px!important;
  }
  html body .ugc87-brand-panel[data-ugc-mentorship-media="v89"] .ugc89-guidance-image{
    aspect-ratio:2.2/1!important;
  }
}


/* ---- home-mentor-learning-v95.css ---- */
/* UGCHost mentorship learning cards V95 */
html body .ugc70-mentorship[data-ugc-learning-catalog="v95-learning-catalog"] .ugc70-program-grid{
  gap:18px!important;
}
html body .ugc95-program{
  min-height:430px!important;
  padding:0!important;
  overflow:hidden!important;
  border:1px solid rgba(17,48,75,.12)!important;
  border-radius:26px!important;
  background:linear-gradient(155deg,rgba(255,255,255,.99),rgba(250,251,252,.96))!important;
  box-shadow:0 18px 45px rgba(17,43,65,.08),inset 0 1px 0 #fff!important;
  transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease!important;
}
html body .ugc95-program:hover{
  transform:translateY(-4px)!important;
  border-color:rgba(184,127,38,.25)!important;
  box-shadow:0 25px 52px rgba(17,43,65,.13),inset 0 1px 0 #fff!important;
}
html body .ugc95-program::before{
  height:4px!important;
}
html body .ugc95-program-mentor{
  position:relative!important;
  display:grid!important;
  grid-template-columns:58px minmax(0,1fr) auto!important;
  grid-template-rows:auto auto!important;
  align-items:center!important;
  gap:3px 12px!important;
  min-height:88px!important;
  padding:15px 18px!important;
  border-bottom:1px solid rgba(20,52,78,.09)!important;
  background:linear-gradient(110deg,rgba(246,249,251,.98),rgba(255,255,255,.95))!important;
}
html body .ugc95-program-avatar{
  grid-row:1/3!important;
  width:58px!important;
  height:58px!important;
  overflow:hidden!important;
  border:3px solid #fff!important;
  border-radius:50%!important;
  background:#e5ebef!important;
  box-shadow:0 6px 16px rgba(12,39,61,.16),0 0 0 1px rgba(177,123,35,.15)!important;
}
html body .ugc95-program-avatar img{
  width:100%!important;
  height:100%!important;
  display:block!important;
  object-fit:cover!important;
  object-position:center 18%!important;
}
html body .ugc95-program-mentor-copy{
  min-width:0!important;
  align-self:end!important;
}
html body .ugc95-program-name{
  display:flex!important;
  align-items:center!important;
  gap:5px!important;
  min-width:0!important;
  color:#142e46!important;
  font:800 13px/1.2 Inter,Arial,sans-serif!important;
}
html body .ugc95-program-name strong{
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
html body .ugc95-verified{
  flex:0 0 auto!important;
  width:17px!important;
  height:17px!important;
  display:inline-flex!important;
}
html body .ugc95-verified svg{
  width:17px!important;
  height:17px!important;
  overflow:visible!important;
}
html body .ugc95-verified circle{fill:#1687ed!important;stroke:none!important}
html body .ugc95-verified path{fill:none!important;stroke:#fff!important;stroke-width:2.2!important;stroke-linecap:round!important;stroke-linejoin:round!important}
html body .ugc95-program-id{
  display:block!important;
  margin-top:4px!important;
  color:#738194!important;
  font:750 9px/1.2 Inter,Arial,sans-serif!important;
  letter-spacing:.04em!important;
}
html body .ugc95-program-rating{
  align-self:end!important;
  justify-self:end!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:4px!important;
  margin-right:1px!important;
  color:#31465c!important;
  font:850 11px/1 Inter,Arial,sans-serif!important;
}
html body .ugc95-program-rating b{
  color:#e6a51d!important;
  font-size:15px!important;
  line-height:1!important;
}
html body .ugc95-program-mentor .ugc70-program-label{
  position:absolute!important;
  top:10px!important;
  right:12px!important;
  min-height:21px!important;
  padding:0 8px!important;
  font-size:7px!important;
  letter-spacing:.1em!important;
}
html body .ugc95-program-course-head{
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  padding:19px 20px 0!important;
}
html body .ugc95-program-course-head .ugc70-program-icon{
  flex:0 0 auto!important;
  width:54px!important;
  height:54px!important;
  margin:0!important;
}
html body .ugc95-program-course-head .ugc70-program-category{
  margin:0!important;
  font-size:9px!important;
  letter-spacing:.13em!important;
}
html body .ugc95-program>h3{
  margin:13px 20px 0!important;
  font-size:clamp(28px,2.05vw,36px)!important;
  line-height:.98!important;
}
html body .ugc95-program>p{
  min-height:58px!important;
  margin:12px 20px 0!important;
  color:#64758a!important;
  font-size:11px!important;
  line-height:1.55!important;
}
html body .ugc95-program .ugc70-program-tags{
  margin:13px 20px 0!important;
}
html body .ugc95-program-facts{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:8px!important;
  margin:16px 20px 0!important;
}
html body .ugc95-program-facts>span{
  min-width:0!important;
  padding:9px 10px!important;
  border:1px solid rgba(20,52,78,.08)!important;
  border-radius:12px!important;
  background:#f8fafb!important;
}
html body .ugc95-program-facts b,
html body .ugc95-program-facts small{
  display:block!important;
}
html body .ugc95-program-facts b{
  color:#18334c!important;
  font:800 10px/1.2 Inter,Arial,sans-serif!important;
}
html body .ugc95-program-facts small{
  margin-top:3px!important;
  color:#8390a0!important;
  font:650 8px/1.3 Inter,Arial,sans-serif!important;
}
html body .ugc95-program-foot{
  margin-top:auto!important;
  padding:15px 20px 18px!important;
  border-top:1px solid rgba(20,52,78,.08)!important;
}
html body .ugc95-program-foot>a{
  min-height:41px!important;
  padding:0 13px!important;
  border-radius:12px!important;
  background:linear-gradient(145deg,#173d5c,#092942)!important;
  box-shadow:0 9px 20px rgba(9,41,66,.18)!important;
}
html body .ugc95-program-foot>a:hover,
html body .ugc95-program-foot>a:focus-visible{
  transform:translateY(-2px)!important;
  box-shadow:0 13px 26px rgba(9,41,66,.24)!important;
}
html body .ugc95-program-pagination{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  margin:30px auto 4px!important;
  padding:0 12px!important;
}
html body .ugc95-program-pagination a{
  min-width:42px!important;
  height:42px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  border:1px solid rgba(23,55,80,.14)!important;
  border-radius:12px!important;
  background:#fff!important;
  color:#1d3850!important;
  text-decoration:none!important;
  box-shadow:0 7px 18px rgba(20,48,70,.06)!important;
  font:800 11px/1 Inter,Arial,sans-serif!important;
  transition:.2s ease!important;
}
html body .ugc95-program-pagination a:hover,
html body .ugc95-program-pagination a:focus-visible{
  border-color:#c38b32!important;
  transform:translateY(-2px)!important;
}
html body .ugc95-program-pagination a.is-active{
  border-color:#163b59!important;
  background:#163b59!important;
  color:#fff!important;
  box-shadow:0 10px 24px rgba(18,54,82,.20)!important;
}
html body .ugc95-program-pagination .ugc95-page-next{
  width:auto!important;
  gap:7px!important;
  padding:0 15px!important;
}
html body .ugc95-program-pagination .ugc95-page-next svg{
  width:15px!important;
  height:15px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:2!important;
}
@media(max-width:1100px){
  html body .ugc95-program{min-height:415px!important}
  html body .ugc95-program>p{min-height:52px!important}
}
@media(max-width:740px){
  html body .ugc95-program{min-height:0!important}
  html body .ugc95-program>p{min-height:0!important}
  html body .ugc95-program-pagination{flex-wrap:wrap!important}
}
@media(max-width:480px){
  html body .ugc95-program-mentor{grid-template-columns:52px minmax(0,1fr) auto!important;padding:13px 14px!important}
  html body .ugc95-program-avatar{width:52px!important;height:52px!important}
  html body .ugc95-program-course-head{padding-right:15px!important;padding-left:15px!important}
  html body .ugc95-program>h3,
  html body .ugc95-program>p,
  html body .ugc95-program .ugc70-program-tags,
  html body .ugc95-program-facts{margin-right:15px!important;margin-left:15px!important}
  html body .ugc95-program-foot{padding-right:15px!important;padding-left:15px!important}
  html body .ugc95-program-pagination a{min-width:38px!important;height:38px!important}
}


/* ---- home-mentor-identity-v96.css ---- */
/* UGCHost mentorship learning cards V96 — clearer mentor identity */
html body .ugc70-mentorship[data-ugc-learning-catalog="v95-learning-catalog"] .ugc95-program-mentor{
  grid-template-columns:78px minmax(0,1fr) auto!important;
  gap:5px 15px!important;
  min-height:116px!important;
  padding:18px 20px!important;
}
html body .ugc70-mentorship[data-ugc-learning-catalog="v95-learning-catalog"] .ugc95-program-avatar{
  width:78px!important;
  height:78px!important;
  border-width:4px!important;
  box-shadow:0 8px 21px rgba(12,39,61,.18),0 0 0 1px rgba(177,123,35,.18)!important;
}
html body .ugc70-mentorship[data-ugc-learning-catalog="v95-learning-catalog"] .ugc95-program-name{
  gap:7px!important;
  font:900 17px/1.2 Inter,Arial,sans-serif!important;
  letter-spacing:-.01em!important;
}
html body .ugc70-mentorship[data-ugc-learning-catalog="v95-learning-catalog"] .ugc95-verified,
html body .ugc70-mentorship[data-ugc-learning-catalog="v95-learning-catalog"] .ugc95-verified svg{
  width:23px!important;
  height:23px!important;
}
html body .ugc70-mentorship[data-ugc-learning-catalog="v95-learning-catalog"] .ugc95-verified path{
  stroke-width:2.5!important;
}
html body .ugc70-mentorship[data-ugc-learning-catalog="v95-learning-catalog"] .ugc95-program-id{
  margin-top:6px!important;
  color:#607286!important;
  font:800 11px/1.25 Inter,Arial,sans-serif!important;
  letter-spacing:.045em!important;
}
html body .ugc70-mentorship[data-ugc-learning-catalog="v95-learning-catalog"] .ugc95-program-rating{
  gap:5px!important;
  margin-right:2px!important;
  color:#243d54!important;
  font:900 14px/1 Inter,Arial,sans-serif!important;
}
html body .ugc70-mentorship[data-ugc-learning-catalog="v95-learning-catalog"] .ugc95-program-rating b{
  font-size:20px!important;
}
@media(max-width:740px){
  html body .ugc70-mentorship[data-ugc-learning-catalog="v95-learning-catalog"] .ugc95-program-mentor{
    grid-template-columns:68px minmax(0,1fr) auto!important;
    min-height:104px!important;
    padding:16px!important;
    gap:4px 12px!important;
  }
  html body .ugc70-mentorship[data-ugc-learning-catalog="v95-learning-catalog"] .ugc95-program-avatar{
    width:68px!important;
    height:68px!important;
  }
  html body .ugc70-mentorship[data-ugc-learning-catalog="v95-learning-catalog"] .ugc95-program-name{
    font-size:15px!important;
  }
  html body .ugc70-mentorship[data-ugc-learning-catalog="v95-learning-catalog"] .ugc95-verified,
  html body .ugc70-mentorship[data-ugc-learning-catalog="v95-learning-catalog"] .ugc95-verified svg{
    width:20px!important;
    height:20px!important;
  }
  html body .ugc70-mentorship[data-ugc-learning-catalog="v95-learning-catalog"] .ugc95-program-id{
    font-size:10px!important;
  }
  html body .ugc70-mentorship[data-ugc-learning-catalog="v95-learning-catalog"] .ugc95-program-rating{
    font-size:12px!important;
  }
  html body .ugc70-mentorship[data-ugc-learning-catalog="v95-learning-catalog"] .ugc95-program-rating b{
    font-size:18px!important;
  }
}
@media(max-width:480px){
  html body .ugc70-mentorship[data-ugc-learning-catalog="v95-learning-catalog"] .ugc95-program-mentor{
    grid-template-columns:64px minmax(0,1fr) auto!important;
    min-height:100px!important;
    padding:14px!important;
  }
  html body .ugc70-mentorship[data-ugc-learning-catalog="v95-learning-catalog"] .ugc95-program-avatar{
    width:64px!important;
    height:64px!important;
  }
}


/* ---- home-mentor-course-facts-v97.css ---- */
/* UGCHost Mentorship course facts V97 — clearer pricing, duration and membership format. */
html body .ugc95-program .ugc95-program-facts{
  gap:11px!important;
  margin-top:18px!important;
}
html body .ugc95-program .ugc95-program-facts>span{
  min-height:68px!important;
  padding:12px 13px!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
}
html body .ugc95-program .ugc95-program-facts>span:first-child b{
  color:#126bc3!important;
  font:900 23px/1.05 Inter,Arial,sans-serif!important;
  letter-spacing:-.025em!important;
}
html body .ugc95-program .ugc95-program-facts>span:first-child small{
  margin-top:6px!important;
  color:#587087!important;
  font:750 10.5px/1.25 Inter,Arial,sans-serif!important;
}
html body .ugc95-program .ugc95-program-facts>span:nth-child(2) b{
  color:#cc3947!important;
  font:900 21px/1.05 Inter,Arial,sans-serif!important;
  letter-spacing:-.02em!important;
}
html body .ugc95-program .ugc95-program-facts>span:nth-child(2) small{
  margin-top:6px!important;
  color:#6d7580!important;
  font:750 10.5px/1.25 Inter,Arial,sans-serif!important;
}
html body .ugc95-program .ugc95-program-foot{
  align-items:center!important;
  gap:14px!important;
  padding-top:17px!important;
  padding-bottom:20px!important;
}
html body .ugc95-program .ugc95-program-foot>span{
  min-width:0!important;
}
html body .ugc95-program .ugc95-program-foot>span>b{
  display:block!important;
  color:#15354f!important;
  font:900 14px/1.2 Inter,Arial,sans-serif!important;
}
html body .ugc95-program .ugc95-program-foot>span>small{
  display:block!important;
  margin-top:5px!important;
  color:#66798c!important;
  font:750 11px/1.35 Inter,Arial,sans-serif!important;
  letter-spacing:.005em!important;
}
@media(max-width:480px){
  html body .ugc95-program .ugc95-program-facts>span:first-child b{font-size:21px!important}
  html body .ugc95-program .ugc95-program-facts>span:nth-child(2) b{font-size:19px!important}
  html body .ugc95-program .ugc95-program-foot>span>b{font-size:13px!important}
  html body .ugc95-program .ugc95-program-foot>span>small{font-size:10.5px!important}
}

