.yal-creator-mount {
  min-height: calc(100vh - 53px);
  display: flex;
  flex-direction: column;
  background: var(--bg);
}

.yal-creator-head {
  display: grid;
  grid-template-columns: 40px 1fr 40px;
  align-items: center;
  padding: 10px 12px;
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.92);
  backdrop-filter: blur(8px);
}

.yal-creator-head h1 {
  margin: 0;
  text-align: center;
  font-size: 1.05rem;
  font-weight: 800;
}

.yal-creator-back {
  border: none;
  background: transparent;
  color: var(--text);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
}

.yal-creator-back:hover {
  background: rgba(231, 233, 234, 0.08);
}

.yal-creator-back svg {
  width: 20px;
  height: 20px;
}

.yal-creator-body {
  flex: 1;
  overflow-y: auto;
  padding-bottom: 24px;
}

.yal-creator-section {
  padding-top: 8px;
}

.yal-creator-section-title {
  margin: 0;
  padding: 12px 16px 6px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
}

.yal-creator-row {
  display: grid;
  grid-template-columns: 28px 1fr auto 20px;
  gap: 12px;
  align-items: center;
  width: 100%;
  text-align: left;
  border: none;
  background: transparent;
  color: var(--text);
  padding: 14px 16px;
  cursor: pointer;
  border-radius: 0;
}

.yal-creator-row:hover {
  background: rgba(231, 233, 234, 0.04);
}

.yal-creator-row-icon {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--text);
}

.yal-creator-row-icon svg {
  width: 22px;
  height: 22px;
}

.yal-creator-row-text strong {
  display: block;
  font-size: 0.95rem;
  font-weight: 700;
}

.yal-creator-row-text span {
  display: block;
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 400;
}

.yal-creator-badge {
  border: 1px solid var(--border);
  background: #16181c;
  color: var(--text);
  font-size: 0.72rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 999px;
  white-space: nowrap;
}

.yal-creator-badge.eligible {
  border-color: #0f4c2a;
  background: rgba(0, 186, 124, 0.12);
  color: #00ba7c;
}

.yal-creator-chevron {
  color: var(--muted);
  font-size: 1.1rem;
  line-height: 1;
}

.yal-creator-panel {
  padding: 16px;
}

.yal-creator-panel h2 {
  margin: 0 0 8px;
  font-size: 1.25rem;
  font-weight: 800;
}

.yal-creator-panel p {
  margin: 0 0 12px;
  color: var(--muted);
  line-height: 1.5;
  font-size: 0.92rem;
}

.yal-creator-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 16px 0;
}

.yal-creator-metric {
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 14px;
  background: #000;
}

.yal-creator-metric strong {
  display: block;
  font-size: 1.35rem;
  margin-bottom: 4px;
}

.yal-creator-metric span {
  color: var(--muted);
  font-size: 0.82rem;
}

.yal-creator-post {
  border-bottom: 1px solid #16181c;
  padding: 12px 0;
}

.yal-creator-post:last-child {
  border-bottom: none;
}

.yal-creator-post p {
  margin: 0 0 6px;
  color: var(--text);
  font-size: 0.92rem;
  line-height: 1.45;
}

.yal-creator-post-meta {
  color: var(--muted) !important;
  font-size: 0.8rem !important;
}

.yal-creator-gate {
  padding: 32px 20px;
  text-align: center;
  color: var(--muted);
}

.yal-creator-req {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.yal-creator-req li {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 0;
  color: var(--text);
  font-size: 0.9rem;
}

.yal-creator-req li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--muted);
  flex-shrink: 0;
}

.yal-creator-req li.met::before {
  background: #00ba7c;
}

.yal-creator-link {
  color: var(--blue);
  text-decoration: none;
}

.yal-creator-link:hover {
  text-decoration: underline;
}
