/* Sira Le Seriw — UI Phase 14.1.1.3.1
   Category-aware profile cover fallback.
   Real creator cover/portfolio media still wins via .has-media. */
.profile-cover-fallback-v5.profile-category-cover-v141131{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:flex-end;
  padding:34px 38px;
  color:#fff;
  background:linear-gradient(135deg,var(--pcf-a,#174838),var(--pcf-b,#8b6b36));
  font-family:Inter,system-ui,sans-serif;
  letter-spacing:0;
  isolation:isolate;
}
.profile-cover-fallback-v5.profile-category-cover-v141131:before,
.profile-cover-fallback-v5.profile-category-cover-v141131:after{
  content:"";
  position:absolute;
  border-radius:999px;
  pointer-events:none;
  z-index:0;
}
.profile-cover-fallback-v5.profile-category-cover-v141131:before{
  width:310px;height:310px;right:-70px;top:-125px;
  border:42px solid rgba(255,255,255,.10);
}
.profile-cover-fallback-v5.profile-category-cover-v141131:after{
  width:165px;height:165px;left:-42px;bottom:-72px;
  background:rgba(255,255,255,.075);
  box-shadow:165px -168px 0 30px rgba(255,255,255,.04);
}
.profile-category-cover-v141131 i,
.profile-category-cover-v141131 strong,
.profile-category-cover-v141131 small{position:relative;z-index:2}
.profile-category-cover-v141131 i{
  margin-bottom:auto;
  font-style:normal;
  font-size:54px;
  line-height:1;
  filter:drop-shadow(0 4px 10px rgba(0,0,0,.14));
}
.profile-category-cover-v141131 strong{
  display:block;
  max-width:760px;
  font-family:Fraunces,Georgia,serif;
  font-size:38px;
  line-height:1.02;
  text-wrap:balance;
  text-shadow:0 2px 4px rgba(0,0,0,.12);
}
.profile-category-cover-v141131 small{
  margin-top:9px;
  font-size:11px;
  line-height:1.2;
  font-weight:800;
  letter-spacing:.11em;
  text-transform:uppercase;
  color:rgba(255,255,255,.80);
}
.profile-category-cover-v141131.f-design{--pcf-a:#6a3f86;--pcf-b:#d06e51}
.profile-category-cover-v141131.f-video{--pcf-a:#792b38;--pcf-b:#d35b3f}
.profile-category-cover-v141131.f-photo{--pcf-a:#254854;--pcf-b:#6d8f7e}
.profile-category-cover-v141131.f-audio{--pcf-a:#403d77;--pcf-b:#8a5c83}
.profile-category-cover-v141131.f-marketing{--pcf-a:#1f6658;--pcf-b:#c28b2c}
.profile-category-cover-v141131.f-writing{--pcf-a:#7c442b;--pcf-b:#c9894b}
.profile-category-cover-v141131.f-tech{--pcf-a:#153d54;--pcf-b:#2f7281}
.profile-category-cover-v141131.f-ai{--pcf-a:#303f69;--pcf-b:#6a63a8}
.profile-category-cover-v141131.f-business{--pcf-a:#3a4d44;--pcf-b:#8b7950}
.profile-category-cover-v141131.f-sales{--pcf-a:#5e4a25;--pcf-b:#b77b2d}
.profile-category-cover-v141131.f-architecture{--pcf-a:#4d514a;--pcf-b:#9a8060}
.profile-category-cover-v141131.f-finance{--pcf-a:#174b45;--pcf-b:#7a9c63}
.profile-category-cover-v141131.f-education{--pcf-a:#375274;--pcf-b:#a7793c}
.profile-category-cover-v141131.f-lifestyle{--pcf-a:#7d414f;--pcf-b:#d58b68}
.profile-category-cover-v141131.f-creative{--pcf-a:#174838;--pcf-b:#8b6b36}
@media(max-width:767px){
  .profile-cover-fallback-v5.profile-category-cover-v141131{padding:24px 22px}
  .profile-category-cover-v141131 i{font-size:40px}
  .profile-category-cover-v141131 strong{font-size:27px;max-width:90%}
  .profile-category-cover-v141131 small{font-size:9px}
}
