/*
 * UGC Era Platform System v4.3.0
 * Global Creator profile experience for Felan single freelancer pages.
 */
body.ugc-era-creator-profile-marketplace{
  --ugc-profile-navy:#07101f;
  --ugc-profile-navy-2:#0d1729;
  --ugc-profile-ink:#10203a;
  --ugc-profile-muted:#69768d;
  --ugc-profile-line:#e3e8f1;
  --ugc-profile-soft:#f6f8fc;
  --ugc-profile-blue:#176bff;
  --ugc-profile-purple:#7854ff;
  --ugc-profile-pink:#f4268d;
  --ugc-profile-green:#20aa67;
  --ugc-profile-gradient:linear-gradient(110deg,#176bff 0%,#7854ff 52%,#f4268d 100%);
  --ugc-profile-shadow:0 20px 55px rgba(18,34,65,.08);
  background:var(--ugc-profile-soft);
  color:var(--ugc-profile-ink);
}
body.ugc-era-creator-profile-marketplace .main-content{background:var(--ugc-profile-soft);padding:34px 0 70px}
body.ugc-era-creator-profile-marketplace .main-content>.container{max-width:1240px!important;padding-left:24px!important;padding-right:24px!important}
body.ugc-era-creator-profile-marketplace .site-layout.has-sidebar{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:24px!important;align-items:start}
body.ugc-era-creator-profile-marketplace #primary{width:100%!important;max-width:none!important;min-width:0}
body.ugc-era-creator-profile-marketplace #secondary{display:none!important}
body.ugc-era-creator-profile-marketplace .cover-wrapper{grid-column:1/-1;overflow:hidden;margin:0 0 -76px;border-radius:24px;height:210px;background:var(--ugc-profile-navy)}
body.ugc-era-creator-profile-marketplace .cover-wrapper .cover,body.ugc-era-creator-profile-marketplace .cover-wrapper img{width:100%;height:100%;object-fit:cover}
body.ugc-era-creator-profile-marketplace .cover-wrapper:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,16,31,.55),rgba(120,84,255,.15),rgba(244,38,141,.14));pointer-events:none}

/* Hero / creator identity */
.ugc-era-creator-masthead{position:relative;grid-column:1/-1;z-index:2;overflow:hidden;margin:0 0 24px;padding:28px;border:1px solid rgba(221,228,240,.95);border-radius:26px;background:#fff;box-shadow:0 25px 70px rgba(18,34,65,.12)}
.ugc-era-creator-masthead__accent{position:absolute;inset:0 0 auto 0;height:5px;background:var(--ugc-profile-gradient)}
.ugc-era-creator-masthead:before{content:"";position:absolute;width:280px;height:280px;right:-120px;top:-145px;border-radius:50%;background:radial-gradient(circle,rgba(120,84,255,.13),rgba(244,38,141,0) 70%);pointer-events:none}
.ugc-era-creator-masthead__identity{display:grid;grid-template-columns:132px minmax(0,1fr);gap:24px;align-items:center}
.ugc-era-creator-masthead__avatar-wrap{position:relative;width:132px;height:132px;padding:4px;border-radius:50%;background:var(--ugc-profile-gradient);box-shadow:0 12px 32px rgba(90,71,218,.2)}
.ugc-era-creator-masthead__avatar{display:block;width:100%;height:100%;object-fit:cover;border:4px solid #fff;border-radius:50%;background:#eef2f8}
.ugc-era-creator-online{position:absolute;right:7px;bottom:9px;width:20px;height:20px;border:4px solid #fff;border-radius:50%;background:#20b96f;box-shadow:0 4px 12px rgba(32,185,111,.35)}
.ugc-era-creator-masthead__eyebrow{margin-bottom:7px;color:#6651df;font-size:11px;font-weight:850;letter-spacing:.11em;text-transform:uppercase}
.ugc-era-creator-masthead__name-row{display:flex;align-items:center;gap:9px 10px;flex-wrap:wrap}
.ugc-era-creator-masthead__name-row h1{margin:0;color:#0b1730!important;font-size:clamp(30px,4vw,46px)!important;line-height:1.05!important;letter-spacing:-.035em!important;font-weight:900!important}
.ugc-era-profile-badge{display:inline-flex;align-items:center;min-height:28px;padding:6px 10px;border-radius:999px;font-size:11px;font-weight:800;white-space:nowrap}
.ugc-era-profile-badge--approved{background:#eaf9f0;color:#16804e;border:1px solid #ccefdc}
.ugc-era-profile-badge--verified{background:#edf3ff;color:#1762d5;border:1px solid #d8e4ff}
.ugc-era-creator-masthead__position{margin:8px 0 0!important;color:#4c5a73!important;font-size:17px!important;font-weight:650!important}
.ugc-era-creator-masthead__meta{display:flex;flex-wrap:wrap;gap:8px 16px;margin-top:13px;color:#68758b;font-size:13px}
.ugc-era-creator-masthead__meta span{position:relative;display:inline-flex;align-items:center;gap:6px}
.ugc-era-creator-masthead__meta span:not(:last-child):after{content:"";width:3px;height:3px;margin-left:8px;border-radius:50%;background:#c0c7d4}
.ugc-era-creator-masthead__tags{display:flex;gap:7px;flex-wrap:wrap;margin-top:14px}
.ugc-era-creator-masthead__tags span{display:inline-flex;padding:7px 10px;border:1px solid #e6e7f5;border-radius:999px;background:linear-gradient(110deg,#f1f5ff,#fff0f8);color:#6550cc;font-size:11px;font-weight:750}
.ugc-era-creator-masthead__proof{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;margin-top:25px;padding-top:22px;border-top:1px solid #edf0f5}
.ugc-era-proof-card{min-width:0;padding:13px 14px;border:1px solid #e9edf4;border-radius:14px;background:#f9faff}
.ugc-era-proof-card strong,.ugc-era-proof-card span{display:block}
.ugc-era-proof-card strong{overflow:hidden;color:#111e36;font-size:14px;font-weight:850;text-overflow:ellipsis;white-space:nowrap}
.ugc-era-proof-card span{margin-top:4px;color:#8490a4;font-size:9px;font-weight:750;letter-spacing:.055em;text-transform:uppercase}
.ugc-era-proof-card--score{background:linear-gradient(135deg,#f0f4ff,#f8f0ff);border-color:#ddd7ff}
.ugc-era-proof-card--score strong{color:#6552df;font-size:22px;letter-spacing:-.03em}
.ugc-era-creator-masthead__actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:20px}
.ugc-era-action-placeholder{color:#8691a4;font-size:12px}
.ugc-era-creator-masthead__actions .felan-button,.ugc-era-creator-masthead__actions>a,.ugc-era-creator-masthead__actions .logged-out>a{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:7px;min-height:46px!important;margin:0!important;padding:11px 18px!important;border-radius:13px!important;font-size:13px!important;font-weight:800!important;text-decoration:none!important}
.ugc-era-creator-masthead__actions #felan-add-messages,.ugc-era-creator-masthead__actions .felan-invite{border-color:transparent!important;background:var(--ugc-profile-gradient)!important;color:#fff!important;box-shadow:0 10px 24px rgba(93,72,224,.18)}
.ugc-era-creator-masthead__actions .felan-add-to-follow-freelancer,.ugc-era-creator-masthead__actions .add-follow-freelancer{border:1px solid #dfe5ee!important;background:#fff!important;color:#24334d!important}

/* Main profile shell + tabs */
body.ugc-era-creator-profile-marketplace .single-freelancer-area{overflow:visible;border:0!important;background:transparent!important}
body.ugc-era-creator-profile-marketplace .block-freelancer-warrper{min-width:0}
body.ugc-era-creator-profile-marketplace .tab-single{overflow:visible}
body.ugc-era-creator-profile-marketplace .tab-single-list{position:relative;z-index:20;display:flex!important;align-items:center;gap:6px;overflow-x:auto;margin:0 0 18px!important;padding:7px!important;border:1px solid var(--ugc-profile-line);border-radius:17px;background:#fff;box-shadow:0 10px 28px rgba(22,34,62,.05);list-style:none;scrollbar-width:none}
body.ugc-era-creator-profile-marketplace .tab-single-list::-webkit-scrollbar{display:none}
body.ugc-era-creator-profile-marketplace .tab-single-list li{flex:0 0 auto;margin:0!important;padding:0!important;border:0!important}
body.ugc-era-creator-profile-marketplace .tab-single-list a{display:flex!important;align-items:center;justify-content:center;min-height:44px;padding:10px 16px!important;border:0!important;border-radius:11px!important;color:#59667c!important;font-size:13px!important;font-weight:800!important;text-decoration:none!important;white-space:nowrap;transition:.2s ease}
body.ugc-era-creator-profile-marketplace .tab-single-list li.active a,body.ugc-era-creator-profile-marketplace .tab-single-list a.active,body.ugc-era-creator-profile-marketplace .tab-single-list a:hover{background:linear-gradient(110deg,#eff4ff,#f9efff)!important;color:#5d48d4!important}
body.ugc-era-creator-profile-marketplace .tab-single-info{padding:0!important}
body.ugc-era-creator-profile-marketplace #tab-about_me{display:flex;flex-direction:column;gap:16px}
body.ugc-era-creator-profile-marketplace #tab-services,body.ugc-era-creator-profile-marketplace #tab-reviews,body.ugc-era-creator-profile-marketplace #tab-projects{min-width:0}
body.ugc-era-creator-profile-marketplace .block-freelancer-warrper .block-archive-inner,body.ugc-era-creator-profile-marketplace .block-freelancer-warrper .freelancer-single-field,body.ugc-era-creator-profile-marketplace .block-freelancer-warrper .felan-block-inner{margin:0!important;padding:24px!important;border:1px solid var(--ugc-profile-line)!important;border-radius:20px!important;background:#fff!important;box-shadow:var(--ugc-profile-shadow)}
body.ugc-era-creator-profile-marketplace .block-freelancer-warrper h3,body.ugc-era-creator-profile-marketplace .block-freelancer-warrper h4.title-freelancer{margin:0 0 18px!important;color:#11213c!important;font-size:22px!important;line-height:1.2!important;letter-spacing:-.02em!important;font-weight:850!important}

/* Creator media kit */
body.ugc-era-creator-profile-marketplace .ugc-public-media-kit{order:-20;margin:0!important;padding:26px!important;border-color:#dedff4!important;border-radius:22px!important;background:linear-gradient(135deg,#fff 0%,#fbf9ff 100%)!important;box-shadow:var(--ugc-profile-shadow)!important}
body.ugc-era-creator-profile-marketplace .ugc-media-kit-head h2{font-size:25px!important;color:#101c35!important;font-weight:850!important}
body.ugc-era-creator-profile-marketplace .ugc-kicker{color:#6652da!important;letter-spacing:.09em!important}
body.ugc-era-creator-profile-marketplace .ugc-media-kit-stats{gap:10px!important}
body.ugc-era-creator-profile-marketplace .ugc-media-kit-stats>div{border-color:#e6e9f2!important;background:#fff!important}
body.ugc-era-creator-profile-marketplace .ugc-media-kit-stats strong{color:#13203a!important;font-weight:850!important}
body.ugc-era-creator-profile-marketplace .ugc-media-kit-tags{border-color:#ececf4!important}
body.ugc-era-creator-profile-marketplace .ugc-media-kit-tags span{background:linear-gradient(110deg,#eff4ff,#fbecf7)!important;color:#6250cd!important}
body.ugc-era-creator-profile-marketplace .ugc-portfolio-grid article{border-radius:17px!important;box-shadow:0 9px 22px rgba(20,34,60,.07)}

/* About / experience information */
body.ugc-era-creator-profile-marketplace .freelancer-thumbnail-details{display:none!important}
body.ugc-era-creator-profile-marketplace .freelancer-head-details{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px!important}
body.ugc-era-creator-profile-marketplace .freelancer-head-details .info{min-width:0!important;flex:none!important;padding:14px;border:1px solid #e7ebf2;border-radius:14px;background:#f9faff}
body.ugc-era-creator-profile-marketplace .freelancer-head-details .title-info{margin:0 0 5px!important;color:#8791a3!important;font-size:10px!important;font-weight:800!important;letter-spacing:.06em;text-transform:uppercase}
body.ugc-era-creator-profile-marketplace .freelancer-head-details .list-cate,body.ugc-era-creator-profile-marketplace .freelancer-head-details .list-cate a{color:#17233a!important;font-size:13px!important;font-weight:800!important;text-decoration:none!important}
body.ugc-era-creator-profile-marketplace .freelancer-overview-details{font-size:15px;line-height:1.8;color:#5d697c}
body.ugc-era-creator-profile-marketplace .freelancer-overview-details:before{content:"About this Creator";display:block;margin:0 0 14px;color:#11213c;font-size:22px;line-height:1.2;letter-spacing:-.02em;font-weight:850}
body.ugc-era-creator-profile-marketplace .freelancer-overview-details p:last-child{margin-bottom:0}
body.ugc-era-creator-profile-marketplace .entry-thumb-wrap{overflow:hidden;border-radius:17px;background:#09111f}
body.ugc-era-creator-profile-marketplace .entry-thumb-wrap .entry-thumbnail{position:relative;overflow:hidden;border-radius:17px}
body.ugc-era-creator-profile-marketplace .entry-thumb-wrap img{width:100%!important;max-height:460px!important;object-fit:cover!important}
body.ugc-era-creator-profile-marketplace .entry-thumb-wrap .view-video{width:64px!important;height:64px!important;display:grid!important;place-items:center!important;border-radius:50%!important;background:#fff!important;color:#6852df!important;box-shadow:0 10px 30px rgba(0,0,0,.18)!important}
body.ugc-era-creator-profile-marketplace .single.freelancer-experience,body.ugc-era-creator-profile-marketplace .single.freelancer-education{position:relative;margin:0!important;padding:2px 0 18px 27px!important;border-left:2px solid #e6e9f2}
body.ugc-era-creator-profile-marketplace .single.freelancer-experience:last-child,body.ugc-era-creator-profile-marketplace .single.freelancer-education:last-child{padding-bottom:0!important}
body.ugc-era-creator-profile-marketplace .experience-title,body.ugc-era-creator-profile-marketplace .education-title{margin:0!important;color:#13203a!important;font-size:16px!important;font-weight:850!important}
body.ugc-era-creator-profile-marketplace .experience-title.time-dot:before,body.ugc-era-creator-profile-marketplace .education-title.time-dot:before{left:-34px!important;width:12px!important;height:12px!important;border:3px solid #fff!important;background:var(--ugc-profile-gradient)!important;box-shadow:0 0 0 1px #7558e8!important}
body.ugc-era-creator-profile-marketplace .experience-details,body.ugc-era-creator-profile-marketplace .education-details{margin:5px 0 0!important;color:#667389!important}
body.ugc-era-creator-profile-marketplace .experience-details.time-line:before,body.ugc-era-creator-profile-marketplace .education-details.time-line:before{display:none!important}
body.ugc-era-creator-profile-marketplace .experience-details span:first-child,body.ugc-era-creator-profile-marketplace .education-details span:first-child{color:#5c55cf!important;font-weight:750!important}
body.ugc-era-creator-profile-marketplace .experience-details .des,body.ugc-era-creator-profile-marketplace .education-details .des{margin-top:10px!important;color:#6d788b!important;line-height:1.7!important}

/* Native portfolio */
body.ugc-era-creator-profile-marketplace .freelancer-project-details{order:-12}
body.ugc-era-creator-profile-marketplace .freelancer-project-details .single-freelancer-thumbs{overflow:visible!important}
body.ugc-era-creator-profile-marketplace .freelancer-project-details figure{overflow:hidden;margin:0 7px!important;border:1px solid #e3e8ef;border-radius:18px;background:#f0f3f8;box-shadow:0 11px 26px rgba(19,32,57,.07)}
body.ugc-era-creator-profile-marketplace .freelancer-project-details .project{position:relative;display:block!important;min-height:240px!important;overflow:hidden!important;border-radius:18px!important}
body.ugc-era-creator-profile-marketplace .freelancer-project-details .project>img{display:block;width:100%!important;height:280px!important;object-fit:cover!important}
body.ugc-era-creator-profile-marketplace .freelancer-project-details .content-project{position:absolute!important;inset:auto 0 0!important;padding:42px 18px 18px!important;background:linear-gradient(transparent,rgba(5,12,25,.9))!important;color:#fff!important;transform:none!important;opacity:1!important}
body.ugc-era-creator-profile-marketplace .freelancer-project-details .content-project h4{margin:0!important;color:#fff!important;font-size:17px!important;font-weight:850!important}
body.ugc-era-creator-profile-marketplace .freelancer-project-details .project-inner{display:none!important}
body.ugc-era-creator-profile-marketplace .freelancer-project-details .slick-dots{margin-top:14px!important}
body.ugc-era-creator-profile-marketplace .ugc-era-broken-media{display:grid;place-items:center;min-height:240px;padding:30px;text-align:center;background:linear-gradient(135deg,#0e1728,#242043);color:#fff}
body.ugc-era-creator-profile-marketplace .ugc-era-broken-media strong{display:block;font-size:15px}.ugc-era-broken-media span{display:block;margin-top:6px;color:#bdc6d7;font-size:12px}

/* Services */
body.ugc-era-creator-profile-marketplace .freelancer-service-details{padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important}
body.ugc-era-creator-profile-marketplace .freelancer-service-details .service-inner{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px!important;margin:0!important}
body.ugc-era-creator-profile-marketplace .freelancer-service-details .service-item{width:auto!important;max-width:none!important;padding:0!important}
body.ugc-era-creator-profile-marketplace .freelancer-service-details .felan-service-item{height:100%;overflow:hidden;border:1px solid var(--ugc-profile-line)!important;border-radius:20px!important;background:#fff!important;box-shadow:var(--ugc-profile-shadow)!important;transition:.22s ease}
body.ugc-era-creator-profile-marketplace .freelancer-service-details .felan-service-item:hover{transform:translateY(-3px);box-shadow:0 22px 50px rgba(21,36,65,.12)!important}
body.ugc-era-creator-profile-marketplace .freelancer-service-details .felan-service-item img{width:100%!important;aspect-ratio:16/10!important;object-fit:cover!important}
body.ugc-era-creator-profile-marketplace .freelancer-service-details .felan-service-item .service-title,body.ugc-era-creator-profile-marketplace .freelancer-service-details .felan-service-item h3{font-weight:850!important;color:#15213a!important}

/* Reviews */
body.ugc-era-creator-profile-marketplace .freelancer-review-details{padding:26px!important}
body.ugc-era-creator-profile-marketplace .freelancer-review-details .entry-heading{gap:10px!important;flex-wrap:wrap}
body.ugc-era-creator-profile-marketplace .freelancer-review-details .rating-count{display:inline-flex;align-items:center;gap:5px;padding:8px 12px!important;border-radius:10px!important;background:var(--ugc-profile-gradient)!important;color:#fff!important;font-weight:850!important}
body.ugc-era-creator-profile-marketplace .freelancer-review-details .review-count{margin-left:0!important;color:#7e899c!important}
body.ugc-era-creator-profile-marketplace .rating-bars{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 18px!important;margin-top:10px}
body.ugc-era-creator-profile-marketplace .rating-bars .rating-bars-item{max-width:none!important;width:auto!important;flex:none!important;padding:13px 14px;border:1px solid #e8ebf2;border-radius:13px;background:#fafbfe}
body.ugc-era-creator-profile-marketplace .rating-bars-name{color:#46536a!important;font-size:12px!important;font-weight:750!important}
body.ugc-era-creator-profile-marketplace .rating-bars-rating{overflow:hidden;height:6px!important;border-radius:999px!important;background:#e8ebf1!important}
body.ugc-era-creator-profile-marketplace .rating-bars-rating-inner{border-radius:999px!important;background:var(--ugc-profile-gradient)!important}
body.ugc-era-creator-profile-marketplace .reviews-list .author-review{padding:18px!important;border-color:#e3e8f1!important;border-radius:16px!important;background:#fff!important;box-shadow:0 10px 25px rgba(21,34,60,.05)}
body.ugc-era-creator-profile-marketplace .reviews-list .entry-avatar img{width:52px!important;height:52px!important}

/* Make native lower sidebar/location non-dominant if a theme still renders it elsewhere */
body.ugc-era-creator-profile-marketplace .widget-area .felan-location{display:none!important}

/* Responsive */
@media(max-width:1050px){
  .ugc-era-creator-masthead__proof{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:850px){
  body.ugc-era-creator-profile-marketplace .main-content>.container{padding-left:18px!important;padding-right:18px!important}
  .ugc-era-creator-masthead{padding:22px}
  .ugc-era-creator-masthead__identity{grid-template-columns:100px minmax(0,1fr);gap:18px}
  .ugc-era-creator-masthead__avatar-wrap{width:100px;height:100px}
  body.ugc-era-creator-profile-marketplace .freelancer-head-details{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.ugc-era-creator-profile-marketplace .freelancer-service-details .service-inner{grid-template-columns:1fr}
  body.ugc-era-creator-profile-marketplace .rating-bars{grid-template-columns:1fr}
}
@media(max-width:600px){
  body.ugc-era-creator-profile-marketplace .main-content{padding-top:18px}
  body.ugc-era-creator-profile-marketplace .main-content>.container{padding-left:14px!important;padding-right:14px!important}
  .ugc-era-creator-masthead{padding:20px 16px;border-radius:20px}
  .ugc-era-creator-masthead__identity{grid-template-columns:1fr;text-align:center}
  .ugc-era-creator-masthead__avatar-wrap{width:112px;height:112px;margin:0 auto}
  .ugc-era-creator-masthead__name-row{justify-content:center}
  .ugc-era-creator-masthead__name-row h1{font-size:31px!important}
  .ugc-era-creator-masthead__meta,.ugc-era-creator-masthead__tags,.ugc-era-creator-masthead__actions{justify-content:center}
  .ugc-era-creator-masthead__meta span:not(:last-child):after{display:none}
  .ugc-era-creator-masthead__proof{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  .ugc-era-proof-card{padding:11px}
  .ugc-era-creator-masthead__actions>*{width:100%!important}
  .ugc-era-creator-masthead__actions .felan-button,.ugc-era-creator-masthead__actions>a,.ugc-era-creator-masthead__actions .logged-out>a{width:100%!important}
  body.ugc-era-creator-profile-marketplace .tab-single-list{margin-left:-2px!important;margin-right:-2px!important;padding:5px!important;border-radius:14px}
  body.ugc-era-creator-profile-marketplace .tab-single-list a{min-height:40px;padding:8px 12px!important;font-size:12px!important}
  body.ugc-era-creator-profile-marketplace .block-freelancer-warrper .block-archive-inner,body.ugc-era-creator-profile-marketplace .block-freelancer-warrper .freelancer-single-field,body.ugc-era-creator-profile-marketplace .block-freelancer-warrper .felan-block-inner{padding:18px!important;border-radius:17px!important}
  body.ugc-era-creator-profile-marketplace .freelancer-head-details{grid-template-columns:1fr 1fr}
  body.ugc-era-creator-profile-marketplace .ugc-media-kit-stats{grid-template-columns:1fr 1fr!important}
  body.ugc-era-creator-profile-marketplace .ugc-portfolio-grid{grid-template-columns:1fr!important}
  body.ugc-era-creator-profile-marketplace .freelancer-project-details .project>img{height:240px!important}
}
