
.gpp-creators-directory{
  --gpp-red:#f3163b;
  --gpp-red-2:#ff3b5c;
  --gpp-bg:#080a0f;
  --gpp-panel:#11141b;
  --gpp-panel-2:#151923;
  --gpp-line:rgba(255,255,255,.09);
  --gpp-muted:#9aa3b2;
  max-width:1280px;
  margin:0 auto;
  padding:34px 24px 80px;
  color:#f7f8fb;
}

.gpp-creators-directory *{box-sizing:border-box}

.gpp-directory-hero{
  position:relative;
  overflow:hidden;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:end;
  gap:28px;
  min-height:260px;
  padding:42px 44px;
  border:1px solid var(--gpp-line);
  border-radius:28px;
  background:
    radial-gradient(circle at 85% 20%,rgba(243,22,59,.32),transparent 30%),
    radial-gradient(circle at 72% 105%,rgba(109,40,217,.20),transparent 34%),
    linear-gradient(135deg,#161922 0%,#0c0f15 58%,#101219 100%);
  box-shadow:0 24px 70px rgba(0,0,0,.28);
}

.gpp-directory-hero:after{
  content:"";
  position:absolute;
  width:260px;
  height:260px;
  right:-80px;
  top:-90px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.06);
  box-shadow:0 0 0 32px rgba(255,255,255,.018),0 0 0 64px rgba(255,255,255,.012);
  pointer-events:none;
}

.gpp-directory-hero>div:first-child{position:relative;z-index:2;max-width:790px}

.gpp-directory-hero>div:first-child>span{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-bottom:14px;
  color:#ff4d6b;
  font-size:11px;
  font-weight:900;
  letter-spacing:.18em;
}
.gpp-directory-hero>div:first-child>span:before{
  content:"";
  width:28px;
  height:2px;
  border-radius:99px;
  background:var(--gpp-red);
}

.gpp-directory-hero h1{
  margin:0 0 14px;
  max-width:780px;
  color:#fff;
  font-size:clamp(38px,5vw,68px);
  line-height:.98;
  letter-spacing:-.045em;
}

.gpp-directory-hero p{
  max-width:700px;
  margin:0;
  color:#b3bac6;
  font-size:15px;
  line-height:1.7;
}

.gpp-directory-count{
  position:relative;
  z-index:2;
  min-width:150px;
  padding:18px 20px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:20px;
  background:rgba(7,9,14,.50);
  backdrop-filter:blur(14px);
  text-align:center;
}
.gpp-directory-count strong{
  display:block;
  color:#fff;
  font-size:38px;
  line-height:1;
}
.gpp-directory-count span{
  display:block;
  margin-top:7px;
  color:#8f98a8;
  font-size:9px;
  font-weight:800;
  letter-spacing:.13em;
  text-transform:uppercase;
}

.gpp-directory-tools{
  position:sticky;
  top:18px;
  z-index:20;
  margin:20px 0;
  padding:16px;
  border:1px solid var(--gpp-line);
  border-radius:20px;
  background:rgba(13,16,22,.94);
  box-shadow:0 18px 55px rgba(0,0,0,.22);
  backdrop-filter:blur(16px);
}

.gpp-directory-search{
  display:flex;
  align-items:center;
  gap:10px;
  min-height:54px;
  padding:0 16px;
  border:1px solid rgba(255,255,255,.11);
  border-radius:14px;
  background:#0b0e14;
}
.gpp-directory-search>span{
  color:#fff;
  font-size:17px;
  opacity:.8;
}
.gpp-directory-search input{
  width:100%;
  min-height:52px!important;
  padding:0!important;
  border:0!important;
  outline:0!important;
  background:transparent!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  box-shadow:none!important;
  font-size:13px!important;
}
.gpp-directory-search input::placeholder{color:#6f7887}

.gpp-directory-filters{
  display:flex;
  gap:8px;
  margin-top:13px;
  padding-bottom:2px;
  overflow-x:auto;
  scrollbar-width:none;
}
.gpp-directory-filters::-webkit-scrollbar{display:none}
.gpp-directory-filters button{
  flex:0 0 auto;
  min-height:34px;
  padding:0 13px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:999px;
  background:#171b24;
  color:#aeb6c3;
  font-size:9px;
  font-weight:800;
  cursor:pointer;
  transition:.18s ease;
}
.gpp-directory-filters button:hover{
  border-color:rgba(243,22,59,.55);
  color:#fff;
}
.gpp-directory-filters button.is-active{
  border-color:var(--gpp-red);
  background:var(--gpp-red);
  color:#fff;
  box-shadow:0 8px 24px rgba(243,22,59,.24);
}

.gpp-directory-available{
  display:inline-flex;
  align-items:center;
  gap:9px;
  margin-top:14px;
  color:#b2bac6;
  font-size:11px;
  cursor:pointer;
}
.gpp-directory-available input{
  width:16px;
  height:16px;
  accent-color:var(--gpp-red);
}

.gpp-directory-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}

.gpp-directory-card{
  position:relative;
  overflow:hidden;
  min-width:0;
  border:1px solid var(--gpp-line);
  border-radius:22px;
  background:linear-gradient(180deg,#141821 0%,#101319 100%);
  box-shadow:0 14px 40px rgba(0,0,0,.18);
  transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;
}
.gpp-directory-card:hover{
  transform:translateY(-4px);
  border-color:rgba(243,22,59,.34);
  box-shadow:0 22px 54px rgba(0,0,0,.30);
}
.gpp-directory-card[hidden]{display:none!important}

.gpp-directory-card__top{
  position:relative;
  min-height:128px;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  padding:18px;
  background:
    radial-gradient(circle at 88% 18%,rgba(243,22,59,.20),transparent 32%),
    linear-gradient(135deg,#1b202a,#12151c);
}
.gpp-directory-card__top:after{
  content:"";
  position:absolute;
  inset:auto 0 0;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.09),transparent);
}

.gpp-directory-avatar{
  width:88px;
  height:88px;
  display:grid;
  place-items:center;
  overflow:hidden;
  border:4px solid #11141b;
  border-radius:24px;
  background:#252b36;
  box-shadow:0 10px 28px rgba(0,0,0,.30);
  font-size:30px;
}
.gpp-directory-avatar img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.gpp-directory-score{
  min-width:74px;
  padding:10px 11px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:14px;
  background:rgba(7,9,13,.44);
  text-align:center;
}
.gpp-directory-score strong{
  display:block;
  color:#fff;
  font-size:24px;
  line-height:1;
}
.gpp-directory-score span{
  display:block;
  margin-top:5px;
  color:#7f8999;
  font-size:7px;
  line-height:1.25;
}

.gpp-directory-card__body{padding:20px 18px 18px}

.gpp-directory-status{
  display:inline-flex;
  align-items:center;
  gap:7px;
  color:#8d96a5;
  font-size:9px;
  font-weight:800;
}
.gpp-directory-status i{
  width:7px;
  height:7px;
  border-radius:50%;
  background:#69717d;
}
.gpp-directory-status.is-available{color:#6ee7a0}
.gpp-directory-status.is-available i{
  background:#22c55e;
  box-shadow:0 0 0 4px rgba(34,197,94,.09);
}

.gpp-directory-card h2{
  margin:10px 0 4px;
  color:#fff;
  font-size:24px;
  line-height:1.05;
  letter-spacing:-.025em;
}
.gpp-directory-card p{
  margin:0;
  color:#8791a1;
  font-size:10px;
}

.gpp-directory-roles,
.gpp-directory-skills{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin-top:13px;
}
.gpp-directory-roles b{
  padding:6px 9px;
  border-radius:8px;
  background:rgba(243,22,59,.11);
  color:#ff6078;
  font-size:9px;
}
.gpp-directory-skills span{
  padding:6px 9px;
  border:1px solid #2a303a;
  border-radius:8px;
  background:#101319;
  color:#a8b1bf;
  font-size:9px;
}

.gpp-directory-card footer{padding:0 18px 18px}
.gpp-directory-card footer a{
  min-height:44px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(255,255,255,.08);
  border-radius:12px;
  background:linear-gradient(135deg,var(--gpp-red),var(--gpp-red-2));
  box-shadow:0 10px 24px rgba(243,22,59,.18);
  color:#fff!important;
  text-decoration:none;
  font-size:11px;
  font-weight:900;
  transition:.18s ease;
}
.gpp-directory-card footer a:hover{
  transform:translateY(-1px);
  box-shadow:0 14px 30px rgba(243,22,59,.28);
}

.gpp-directory-empty{
  margin-top:18px;
  padding:58px 20px;
  border:1px dashed rgba(255,255,255,.10);
  border-radius:18px;
  text-align:center;
  color:#8e97a6;
}
.gpp-directory-empty strong{
  display:block;
  margin-bottom:5px;
  color:#fff;
  font-size:18px;
}

@media(max-width:1020px){
  .gpp-directory-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .gpp-directory-hero{grid-template-columns:1fr}
  .gpp-directory-count{width:max-content;text-align:left}
}

@media(max-width:640px){
  .gpp-creators-directory{padding:20px 12px 55px}
  .gpp-directory-hero{min-height:0;padding:28px 22px;border-radius:20px}
  .gpp-directory-hero h1{font-size:38px}
  .gpp-directory-hero p{font-size:13px}
  .gpp-directory-grid{grid-template-columns:1fr}
  .gpp-directory-tools{top:8px;border-radius:16px}
}


/* v14.6.4 — Global directory types */
.gpp-directory-type-tabs{
  display:flex;
  gap:8px;
  margin-top:13px;
  padding:5px;
  width:max-content;
  max-width:100%;
  overflow-x:auto;
  border:1px solid rgba(255,255,255,.09);
  border-radius:12px;
  background:#0b0e14;
}
.gpp-directory-type-tabs button{
  min-height:34px;
  padding:0 14px;
  border:0;
  border-radius:8px;
  background:transparent;
  color:#8f98a8;
  font-size:10px;
  font-weight:900;
  cursor:pointer;
}
.gpp-directory-type-tabs button.is-active{
  background:#202530;
  color:#fff;
}

.gpp-directory-card--studio .gpp-directory-card__top{
  background:
    radial-gradient(circle at 88% 18%,rgba(124,58,237,.22),transparent 34%),
    linear-gradient(135deg,#1a1e27,#11141b);
}
.gpp-directory-studio-badge{
  padding:8px 10px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:999px;
  background:rgba(8,10,15,.52);
  color:#d8dce5;
  font-size:8px;
  font-weight:900;
  letter-spacing:.08em;
}
.gpp-directory-price{
  margin-top:14px;
  padding-top:12px;
  border-top:1px solid rgba(255,255,255,.07);
  color:#8f98a8;
  font-size:10px;
}
.gpp-directory-price strong{
  color:#fff;
  font-size:14px;
}
.gpp-directory-studio-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
}
.gpp-directory-studio-actions a.is-secondary{
  border:1px solid rgba(255,255,255,.11);
  background:#171b23;
  box-shadow:none;
}
.gpp-directory-studio-actions a.is-secondary:hover{
  border-color:rgba(255,255,255,.22);
  box-shadow:none;
}
@media(max-width:480px){
  .gpp-directory-studio-actions{grid-template-columns:1fr}
}
