/* Creator Hub mock module */

.page-creator-hub .dashboard-main-panel,
.page-creator-apply .dashboard-main-panel {
  max-width: 1320px;
}

.creator-panel-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.creator-status-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 32px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid #dbeafe;
  background: #eff6ff;
  color: #1e40af;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.creator-filter-shell {
  margin-bottom: 16px;
  padding-bottom: 18px;
}

.creator-filter-shell .trade-fairs-filters-row {
  align-items: flex-end;
}

.creator-search-field {
  flex: 1.6;
  min-width: 260px;
}

.creator-advanced-wrap {
  flex: 0 0 auto;
  min-width: 188px;
  align-self: flex-end;
}

.creator-advanced-toggle {
  height: 42px;
  min-height: 42px;
  justify-content: center;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 12px;
  padding: 10px 14px;
  font-size: 13px;
  white-space: nowrap;
}

.creator-advanced-count {
  min-width: 22px;
  padding: 2px 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
  font-size: 11px;
  line-height: 1.2;
  text-align: center;
}

.creator-advanced-panel {
  position: static;
  width: 100%;
  max-width: none;
  min-width: 0;
  max-height: none;
  overflow: visible;
  padding: 16px;
  border-radius: 12px;
  background: #f8fafc;
  box-shadow: none;
  z-index: auto;
}

.creator-advanced-head {
  align-items: center;
}

.creator-advanced-summary {
  margin: 4px 0 0;
  color: #64748b;
  font-size: 12px;
  font-weight: 650;
}

.creator-advanced-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(170px, 1fr));
  gap: 12px;
}

.creator-advanced-divider {
  height: 1px;
  background: #e2e8f0;
}

.creator-advanced-panel .creator-chip-section {
  margin-bottom: 0;
}

.creator-input,
.creator-select,
.creator-textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 10px 12px;
  background: #ffffff;
  color: var(--ink);
  font: inherit;
  font-size: 14px;
  font-weight: 650;
}

.creator-textarea {
  min-height: 100px;
  resize: vertical;
  line-height: 1.5;
  font-weight: 500;
}

.creator-textarea-compact {
  min-height: 96px;
}

.creator-input::placeholder,
.creator-textarea::placeholder {
  color: #94a3b8;
}

.creator-input:focus,
.creator-select:focus,
.creator-textarea:focus {
  outline: none;
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}

.creator-input.is-invalid,
.creator-select.is-invalid,
.creator-textarea.is-invalid {
  border-color: #dc2626;
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.12);
}

.creator-check-grid.is-invalid,
.creator-legal-list.is-invalid {
  border: 1px solid #fecaca;
  border-radius: 10px;
  background: #fff7f7;
  padding: 8px;
}

.creator-field-note {
  color: var(--muted);
  font-size: 11px;
  font-weight: 650;
  line-height: 1.45;
}

.creator-kpi-grid {
  grid-template-columns: repeat(5, minmax(150px, 1fr));
  margin-bottom: 14px;
}

.creator-kpi-card {
  min-height: 78px;
  box-shadow: none;
}

.creator-chip-section {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 18px;
}

.creator-chip-title {
  margin: 0;
  color: #0f172a;
  font-size: 13px;
  font-weight: 850;
}

.creator-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.creator-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 32px;
  border: 1px solid #d9e4f2;
  border-radius: 999px;
  background: #ffffff;
  color: #1e3a5f;
  padding: 6px 11px;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.creator-chip:hover,
.creator-chip.is-active {
  border-color: #93c5fd;
  background: #eff6ff;
  color: #1d4ed8;
}

.creator-chip-count {
  min-width: 22px;
  padding: 1px 6px;
  border-radius: 999px;
  background: #e7eef9;
  color: #0b3c5d;
  font-size: 11px;
  text-align: center;
}

.creator-tabs-container {
  margin-top: 6px;
}

.creator-tabs {
  display: flex;
  flex: 1;
  gap: 4px;
}

.creator-workspace {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.72fr);
  gap: 16px;
  align-items: start;
}

.creator-workspace.is-detail-closed {
  grid-template-columns: 1fr;
}

.creator-list-panel,
.creator-detail-panel,
.creator-saved-panel,
.creator-requests-panel,
.creator-apply-card,
.creator-apply-aside {
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #ffffff;
}

.creator-list-panel,
.creator-saved-panel,
.creator-requests-panel {
  min-width: 0;
  overflow: hidden;
}

.creator-list-head,
.creator-detail-head,
.creator-panel-subhead {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  padding: 16px 18px;
  border-bottom: 1px solid #e2e8f0;
}

.creator-list-head h2,
.creator-detail-head h2,
.creator-panel-subhead h2 {
  margin: 0;
  font-size: 16px;
  font-weight: 850;
  color: #0f172a;
}

.creator-list-head p,
.creator-detail-head p,
.creator-panel-subhead p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.creator-table-wrap {
  overflow-x: auto;
  overflow-y: visible;
  max-height: 620px;
  min-height: 320px;
  position: relative;
  scrollbar-color: rgba(139, 92, 246, 0.72) rgba(226, 232, 240, 0.48);
  scrollbar-width: thin;
}

.creator-table-wrap::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

.creator-table-wrap::-webkit-scrollbar-track {
  background: linear-gradient(180deg, rgba(226, 232, 240, 0.34), rgba(239, 246, 255, 0.76));
  border: 3px solid rgba(255, 255, 255, 0.84);
  border-radius: 999px;
}

.creator-table-wrap::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #67e8f9 0%, #3b82f6 48%, #a855f7 100%);
  background-clip: padding-box;
  border: 3px solid rgba(255, 255, 255, 0.84);
  border-radius: 999px;
  box-shadow:
    0 0 12px rgba(139, 92, 246, 0.3),
    0 0 8px rgba(34, 211, 238, 0.22);
}

.creator-table-wrap::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #22d3ee 0%, #2563eb 48%, #9333ea 100%);
  background-clip: padding-box;
}

.creator-table {
  width: 100%;
  min-width: 1040px;
  table-layout: fixed;
}

.creator-table th,
.creator-table td {
  overflow-wrap: normal;
  word-break: normal;
}

.creator-table th:nth-child(1),
.creator-table td:nth-child(1) {
  width: 27%;
}

.creator-table th:nth-child(2),
.creator-table td:nth-child(2) {
  width: 16%;
}

.creator-table th:nth-child(3),
.creator-table td:nth-child(3) {
  width: 22%;
}

.creator-table th:nth-child(4),
.creator-table td:nth-child(4) {
  width: 23%;
}

.creator-table th:nth-child(5),
.creator-table td:nth-child(5) {
  width: 12%;
  min-width: 112px;
}

.creator-table .is-selected {
  background: #f8fbff;
  box-shadow: inset 3px 0 0 #2563eb;
}

.creator-table tbody tr {
  cursor: pointer;
}

.creator-table tbody tr:hover {
  background: #f8fafc;
}

.creator-profile-cell {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 210px;
}

.creator-avatar,
.creator-avatar-large,
.creator-preview-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1px solid rgba(255, 255, 255, 0.55);
  background:
    radial-gradient(circle at 25% 20%, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0) 26%),
    linear-gradient(135deg, #0b3c5d, #2563eb 45%, #7c3aed);
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0.02em;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.14);
}

.creator-avatar {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  font-size: 13px;
}

.creator-avatar-large {
  width: 84px;
  height: 84px;
  border-radius: 16px;
  font-size: 22px;
}

.creator-preview-avatar {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  font-size: 16px;
}

.creator-avatar,
.creator-avatar-large,
.creator-preview-avatar,
.creator-avatar-preview {
  background-size: cover;
  background-position: center;
}

.creator-avatar.is-image,
.creator-avatar-large.is-image,
.creator-preview-avatar.is-image,
.creator-avatar-preview.is-image {
  color: transparent;
  text-indent: -999px;
}

.creator-name {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #0f172a;
  font-size: 14px;
  font-weight: 850;
}

.creator-meta {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.creator-reviewed-badge {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  border: 1px solid #bfdbfe;
  background: #eff6ff;
  color: #0b3c5d;
  flex: 0 0 22px;
}

.creator-reviewed-badge svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.creator-reviewed-badge::after {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 8px);
  z-index: 20;
  width: 232px;
  max-width: min(232px, calc(100vw - 32px));
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.16);
  color: #0f172a;
  content: attr(data-tooltip);
  font-size: 12px;
  font-weight: 750;
  line-height: 1.35;
  opacity: 0;
  padding: 9px 10px;
  pointer-events: none;
  text-align: left;
  transform: translate(-50%, 4px);
  transition: opacity 140ms ease, transform 140ms ease;
  white-space: normal;
}

.creator-reviewed-badge:hover::after,
.creator-reviewed-badge:focus-visible::after {
  opacity: 1;
  transform: translate(-50%, 0);
}

.creator-verified-dot {
  display: none !important;
}

.creator-tag-stack,
.creator-service-stack,
.creator-trust-stack,
.creator-mini-portfolio {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
}

.creator-tag,
.creator-service,
.creator-trust,
.creator-availability {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  border-radius: 999px;
  padding: 3px 8px;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  white-space: nowrap;
}

.creator-tag {
  background: #eef2f7;
  color: #1e293b;
}

.creator-service {
  background: #eff6ff;
  color: #1d4ed8;
}

.creator-trust {
  background: #f0fdf4;
  color: #166534;
}

.creator-availability {
  background: #f3e8ff;
  color: #6b21a8;
}

.creator-availability.in-person {
  background: #dcfce7;
  color: #166534;
}

.creator-availability.remote {
  background: #e0f2fe;
  color: #075985;
}

.creator-portfolio-thumb {
  width: 32px;
  height: 32px;
  border-radius: 7px;
  border: 1px solid #e2e8f0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0)),
    var(--thumb-bg, linear-gradient(135deg, #0f172a, #2563eb));
}

.creator-portfolio-thumb.is-image {
  background-image:
    linear-gradient(135deg, rgba(15, 23, 42, 0), rgba(15, 23, 42, 0.18)),
    var(--portfolio-bg);
  background-position: center;
  background-size: cover;
}

.creator-actions {
  display: flex;
  justify-content: flex-end;
  gap: 6px;
  white-space: nowrap;
}

.creator-action-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  border: 1px solid #dbe3ef;
  border-radius: 8px;
  background: #ffffff;
  color: #0b3c5d;
  padding: 6px 9px;
  font-size: 12px;
  font-weight: 850;
  cursor: pointer;
}

.creator-action-btn:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

.creator-icon-btn {
  width: 34px;
  min-width: 34px;
  padding: 0;
}

.creator-icon-btn svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.creator-icon-btn.is-active svg {
  fill: currentColor;
}

.creator-action-btn:hover,
.creator-action-btn.is-active {
  border-color: #93c5fd;
  background: #eff6ff;
}

.creator-action-btn.is-active svg {
  fill: currentColor;
}

.creator-action-btn.is-primary {
  border-color: transparent;
  background: var(--accent);
  color: #ffffff;
}

.creator-action-btn.is-primary:hover {
  filter: brightness(0.96);
}

.creator-hub-toast {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 1000;
  max-width: min(360px, calc(100vw - 32px));
  border: 1px solid #bfdbfe;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.18);
  color: #0f172a;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.4;
  padding: 12px 14px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.creator-hub-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.creator-hub-toast.is-success {
  border-color: #bbf7d0;
}

.creator-hub-toast.is-warning {
  border-color: #fde68a;
}

.creator-hub-toast.is-error {
  border-color: #fecaca;
}

.creator-share-menu {
  position: absolute;
  z-index: 1010;
  width: 236px;
  border: 1px solid #dbe3ef;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.18);
  padding: 8px;
}

.creator-share-menu-title {
  color: #64748b;
  font-size: 11px;
  font-weight: 850;
  padding: 5px 8px 7px;
  text-transform: uppercase;
}

.creator-share-menu-item {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 9px;
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: #0f172a;
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
  padding: 8px;
  text-align: left;
}

.creator-share-menu-item:hover {
  background: #eff6ff;
  color: #075985;
}

.creator-share-menu-item .creator-social-logo {
  width: 24px;
  height: 24px;
  border-radius: 6px;
}

.creator-detail-panel {
  position: sticky;
  top: 84px;
  overflow: hidden;
}

.creator-detail-panel[hidden] {
  display: none !important;
}

.creator-detail-head {
  align-items: center;
}

.creator-close-btn {
  width: 32px;
  height: 32px;
  border: 1px solid #dbe3ef;
  border-radius: 8px;
  background: #ffffff;
  color: #64748b;
  font-size: 18px;
  cursor: pointer;
}

.creator-detail-body {
  padding: 16px 18px 18px;
}

.creator-detail-identity {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-bottom: 16px;
}

.creator-detail-name {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: #0f172a;
  font-size: 18px;
  font-weight: 900;
}

.creator-section {
  padding: 14px 0;
  border-top: 1px solid #edf2f7;
}

.creator-section:first-child {
  border-top: none;
  padding-top: 0;
}

.creator-section-title {
  margin: 0 0 10px;
  color: #0f172a;
  font-size: 13px;
  font-weight: 900;
}

.creator-social-list {
  display: grid;
  gap: 8px;
}

.creator-social-link {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  border: 1px solid #dbe3ef;
  border-radius: 10px;
  background: #ffffff;
  color: #0b3c5d;
  padding: 7px 9px;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

button.creator-social-link {
  width: 100%;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.creator-social-link[href]:hover {
  border-color: #93c5fd;
  background: #eff6ff;
}

.creator-protected-access {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: center;
  width: 100%;
  min-height: 48px;
  border: 1px dashed #bfdbfe;
  border-radius: 10px;
  background: #f8fafc;
  color: #0b3c5d;
  padding: 10px 12px;
  text-align: left;
  cursor: pointer;
}

.creator-protected-access:hover {
  border-color: #60a5fa;
  background: #eff6ff;
}

.creator-protected-access span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 9px;
  background: #ffffff;
  color: #0b3c5d;
}

.creator-protected-access svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.creator-protected-access strong {
  color: #0f172a;
  font-size: 13px;
  font-weight: 900;
}

.creator-social-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  border-radius: 9px;
  background: #0b3c5d;
  color: #ffffff;
}

.creator-social-logo svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.creator-social-youtube svg,
.creator-social-linkedin svg {
  fill: currentColor;
}

.creator-social-instagram {
  background: linear-gradient(135deg, #f58529, #dd2a7b 48%, #515bd4);
}

.creator-social-youtube {
  background: #ff0033;
}

.creator-social-twitch {
  background: #9146ff;
}

.creator-social-linkedin {
  background: #0a66c2;
}

.creator-social-artstation {
  background: #13aff0;
}

.creator-social-behance {
  background: #1769ff;
}

.creator-social-itch {
  background: #fa5c5c;
}

.creator-social-steam {
  background: #171a21;
}

.creator-social-tiktok {
  background: #111827;
}

.creator-social-podcast {
  background: #7c3aed;
}

.creator-social-x {
  background: #111827;
}

.creator-social-website {
  background: #0b3c5d;
}

.creator-social-discord {
  background: #5865f2;
}

.creator-social-letter {
  color: #ffffff;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0;
}

.creator-social-copy {
  min-width: 0;
}

.creator-social-copy span,
.creator-social-copy strong,
.creator-social-copy small {
  display: block;
}

.creator-social-copy span {
  color: #64748b;
}

.creator-social-copy strong {
  overflow: hidden;
  color: #0f172a;
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.creator-portfolio-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.creator-portfolio-large {
  aspect-ratio: 1.35;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0)),
    var(--thumb-bg, linear-gradient(135deg, #0f172a, #2563eb));
}

.creator-portfolio-large.is-image {
  background-image:
    linear-gradient(135deg, rgba(15, 23, 42, 0), rgba(15, 23, 42, 0.18)),
    var(--portfolio-bg);
  background-position: center;
  background-size: cover;
}

.creator-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 12px;
}

.creator-info-item {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.creator-info-label {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.creator-info-value {
  color: #0f172a;
  font-size: 13px;
  font-weight: 700;
}

.creator-event-list,
.creator-requirements-list,
.creator-process-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.creator-event-item,
.creator-process-item {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  color: #0f172a;
  font-size: 13px;
}

.creator-event-item span:last-child,
.creator-process-item span:first-child {
  color: var(--muted);
  font-weight: 750;
}

.creator-detail-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding-top: 14px;
  border-top: 1px solid #edf2f7;
}

.creator-empty-state {
  padding: 34px 18px;
  color: var(--muted);
  text-align: center;
  font-size: 14px;
}

.creator-tab-panel[hidden] {
  display: none !important;
}

.creator-profile-page-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.creator-profile-breadcrumb {
  margin: 0;
}

.creator-profile-breadcrumb button {
  border: none;
  background: transparent;
  color: #64748b;
  font: inherit;
  cursor: pointer;
  padding: 0;
}

.creator-profile-breadcrumb button:hover {
  color: #2563eb;
}

.creator-profile-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 14px;
  align-items: start;
}

.creator-profile-primary {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.creator-profile-hero-card {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr) 260px;
  gap: 22px;
  align-items: stretch;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #ffffff;
  padding: 18px;
}

.creator-profile-photo {
  min-height: 220px;
  border-radius: 12px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 18px;
  color: #ffffff;
  background:
    radial-gradient(circle at 25% 18%, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0) 22%),
    radial-gradient(circle at 78% 24%, rgba(96, 165, 250, 0.55), rgba(96, 165, 250, 0) 34%),
    var(--portrait-bg, linear-gradient(135deg, #0b3c5d, #2563eb));
  box-shadow: inset 0 -80px 90px rgba(2, 6, 23, 0.26);
}

.creator-profile-photo span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 18px;
  background: rgba(15, 23, 42, 0.34);
  color: #ffffff;
  font-size: 28px;
  font-weight: 950;
  backdrop-filter: blur(10px);
}

.creator-profile-hero-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 9px;
}

.creator-profile-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.creator-profile-name {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: #0f172a;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 950;
}

.creator-profile-role,
.creator-profile-location,
.creator-profile-bio {
  margin: 0;
  color: #475569;
  font-size: 13px;
  line-height: 1.5;
}

.creator-profile-role {
  color: #0f172a;
  font-weight: 800;
}

.creator-profile-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
}

.creator-profile-stat-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 560px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: #f8fafc;
}

.creator-profile-stat-row div {
  padding: 11px 12px;
  border-left: 1px solid #e2e8f0;
}

.creator-profile-stat-row div:first-child {
  border-left: none;
}

.creator-profile-stat-row strong {
  display: block;
  color: #0f172a;
  font-size: 16px;
  font-weight: 950;
}

.creator-profile-stat-row span {
  display: block;
  color: #64748b;
  font-size: 11px;
  font-weight: 750;
}

.creator-profile-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
}

.creator-profile-secondary-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.creator-profile-button {
  min-height: 40px;
  gap: 8px;
  border-radius: 9px;
}

.creator-profile-button svg,
.creator-profile-tab svg,
.creator-profile-side-head svg,
.creator-profile-trust-strip svg,
.creator-profile-event-icon svg,
.creator-profile-requirement-grid svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}

.creator-profile-response-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2px 9px;
  align-items: center;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: #f8fafc;
  padding: 12px;
}

.creator-profile-response-card svg {
  grid-row: span 2;
  color: #16a34a;
}

.creator-profile-response-card span {
  color: #64748b;
  font-size: 11px;
  font-weight: 750;
}

.creator-profile-response-card strong {
  color: #0f172a;
  font-size: 13px;
  font-weight: 900;
}

.creator-profile-tabs-container {
  padding: 4px;
  border-radius: 12px;
  background: #f1f5f9;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
}

.creator-profile-tabs-container::-webkit-scrollbar {
  display: none;
}

.creator-profile-tabs {
  display: flex;
  gap: 4px;
  width: max-content;
  min-width: 100%;
}

.creator-profile-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 38px;
  border: none;
  border-radius: 10px;
  background: transparent;
  color: #64748b;
  padding: 9px 16px;
  font-size: 13px;
  font-weight: 850;
  white-space: nowrap;
  cursor: pointer;
}

.creator-profile-tab:hover {
  background: rgba(255, 255, 255, 0.55);
  color: #0f172a;
}

.creator-profile-tab.is-active {
  background: #ffffff;
  color: #0f172a;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.08);
}

.creator-profile-tab.is-active svg {
  color: #2563eb;
}

.creator-profile-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 14px;
  align-items: start;
}

.creator-profile-main {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.creator-profile-sidebar {
  position: sticky;
  top: 84px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.creator-profile-section,
.creator-profile-side-card {
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #ffffff;
  padding: 16px;
}

.creator-profile-section-head,
.creator-profile-side-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}

.creator-profile-side-head {
  justify-content: flex-start;
}

.creator-profile-section-head h3,
.creator-profile-side-head h3 {
  margin: 0;
  color: #0f172a;
  font-size: 15px;
  font-weight: 900;
}

.creator-profile-section-head span {
  color: #2563eb;
  font-size: 12px;
  font-weight: 850;
}

.creator-link-button {
  border: none;
  background: transparent;
  color: #2563eb;
  padding: 0;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

.creator-profile-portfolio-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.creator-profile-portfolio-card {
  min-width: 0;
}

.creator-profile-portfolio-media {
  aspect-ratio: 1.7;
  display: flex;
  align-items: flex-end;
  border: 1px solid #e2e8f0;
  border-radius: 9px;
  padding: 10px;
  background:
    linear-gradient(180deg, rgba(15, 23, 42, 0), rgba(15, 23, 42, 0.5)),
    var(--thumb-bg, linear-gradient(135deg, #0f172a, #2563eb));
  overflow: hidden;
}

.creator-profile-portfolio-media.is-image {
  background-image:
    linear-gradient(180deg, rgba(15, 23, 42, 0), rgba(15, 23, 42, 0.56)),
    var(--portfolio-bg);
  background-position: center;
  background-size: cover;
}

.creator-profile-portfolio-media span {
  display: inline-flex;
  max-width: 100%;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.92);
  color: #0b3c5d;
  padding: 4px 7px;
  font-size: 11px;
  font-weight: 900;
}

.creator-profile-portfolio-card h4 {
  margin: 9px 0 2px;
  color: #0f172a;
  font-size: 13px;
  font-weight: 900;
}

.creator-profile-portfolio-card p {
  margin: 0;
  color: #64748b;
  font-size: 12px;
  font-weight: 650;
}

.creator-profile-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.88fr);
  gap: 14px;
}

.creator-profile-event-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.creator-profile-event-row {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 10px 0;
  border-top: 1px solid #edf2f7;
}

.creator-profile-event-row:first-child {
  border-top: none;
  padding-top: 0;
}

.creator-profile-event-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: #eff6ff;
  color: #2563eb;
}

.creator-profile-event-row strong {
  display: block;
  color: #0f172a;
  font-size: 13px;
  font-weight: 900;
}

.creator-profile-event-row span {
  color: #64748b;
  font-size: 12px;
  font-weight: 650;
}

.creator-profile-event-row em {
  border-radius: 999px;
  background: #dcfce7;
  color: #166534;
  padding: 4px 8px;
  font-size: 11px;
  font-style: normal;
  font-weight: 850;
}

.creator-profile-review-card {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 14px;
  align-items: stretch;
}

.creator-profile-rating {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: #f8fafc;
  padding: 14px;
}

.creator-profile-rating strong {
  color: #0f172a;
  font-size: 26px;
  font-weight: 950;
}

.creator-profile-rating strong span {
  font-size: 14px;
}

.creator-profile-rating > span {
  color: #64748b;
  font-size: 11px;
  font-weight: 750;
}

.creator-profile-review-card p {
  margin: 0;
  align-self: center;
  color: #334155;
  font-size: 13px;
  line-height: 1.55;
}

.creator-profile-review-author {
  grid-column: 2;
  display: flex;
  align-items: center;
  gap: 9px;
}

.creator-profile-review-author > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #e0f2fe;
  color: #0b3c5d;
  font-size: 12px;
  font-weight: 950;
}

.creator-profile-review-author strong,
.creator-profile-review-author small {
  display: block;
}

.creator-profile-review-author strong {
  color: #0f172a;
  font-size: 12px;
  font-weight: 900;
}

.creator-profile-review-author small {
  color: #64748b;
  font-size: 11px;
  font-weight: 650;
}

.creator-profile-review-empty {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: #f8fafc;
  padding: 14px;
}

.creator-profile-review-empty svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  color: #2563eb;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.creator-profile-review-empty strong {
  display: block;
  color: #0f172a;
  font-size: 13px;
  font-weight: 900;
}

.creator-profile-review-empty p {
  margin: 4px 0 0;
  color: #475569;
  font-size: 12px;
  line-height: 1.5;
}

.creator-profile-next {
  margin-bottom: 10px;
}

.creator-profile-next span,
.creator-profile-price span {
  display: block;
  color: #64748b;
  font-size: 12px;
  font-weight: 750;
}

.creator-profile-next strong {
  display: block;
  color: #16a34a;
  font-size: 18px;
  font-weight: 950;
}

.creator-profile-fact-list {
  display: grid;
  gap: 10px;
  margin: 13px 0 0;
}

.creator-profile-fact-list div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.creator-profile-fact-list dt,
.creator-profile-fact-list dd {
  margin: 0;
  font-size: 12px;
}

.creator-profile-fact-list dt {
  color: #64748b;
  font-weight: 750;
}

.creator-profile-fact-list dd {
  color: #0f172a;
  font-weight: 850;
  text-align: right;
}

.creator-profile-link-list {
  display: grid;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.creator-profile-link-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 34px;
  color: #0f172a;
  font-size: 13px;
  font-weight: 800;
}

.creator-profile-language-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.creator-profile-language-grid span {
  display: block;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #f8fafc;
  padding: 9px;
}

.creator-profile-language-grid strong,
.creator-profile-language-grid small {
  display: block;
}

.creator-profile-language-grid strong {
  color: #0f172a;
  font-size: 12px;
  font-weight: 900;
}

.creator-profile-language-grid small {
  color: #64748b;
  font-size: 11px;
  font-weight: 700;
}

.creator-profile-price strong {
  display: block;
  margin-bottom: 4px;
  color: #0f172a;
  font-size: 15px;
  font-weight: 950;
}

.creator-profile-detail-grid,
.creator-profile-requirement-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.creator-profile-detail-grid div,
.creator-profile-requirement-grid span {
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: #f8fafc;
  padding: 12px;
}

.creator-profile-detail-grid span,
.creator-profile-detail-grid strong {
  display: block;
}

.creator-profile-detail-grid span {
  color: #64748b;
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

.creator-profile-detail-grid strong {
  margin-top: 3px;
  color: #0f172a;
  font-size: 13px;
  font-weight: 900;
}

.creator-profile-requirement-grid span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #0f172a;
  font-size: 13px;
  font-weight: 850;
}

.creator-profile-requirement-grid svg {
  color: #16a34a;
}

.creator-profile-trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #ffffff;
}

.creator-profile-trust-strip div {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 62px;
  padding: 12px 16px;
  border-left: 1px solid #e2e8f0;
}

.creator-profile-trust-strip div:first-child {
  border-left: none;
}

.creator-profile-trust-strip svg {
  color: #2563eb;
}

.creator-profile-trust-strip strong,
.creator-profile-trust-strip small {
  display: block;
}

.creator-profile-trust-strip strong {
  color: #0f172a;
  font-size: 12px;
  font-weight: 900;
}

.creator-profile-trust-strip small {
  color: #64748b;
  font-size: 11px;
  font-weight: 650;
}

@media (max-width: 1500px) {
  .creator-profile-hero-card {
    grid-template-columns: 190px minmax(0, 1fr);
  }

  .creator-profile-photo {
    min-height: 190px;
  }

  .creator-profile-actions {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .creator-profile-secondary-actions,
  .creator-profile-response-card {
    grid-column: span 2;
  }
}

.creator-saved-panel,
.creator-requests-panel {
  min-height: 320px;
}

.creator-saved-grid,
.creator-requests-list {
  display: grid;
  gap: 12px;
  padding: 16px 18px 18px;
}

.creator-saved-grid {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.creator-saved-card,
.creator-request-card {
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 14px;
  background: #ffffff;
}

.creator-request-card {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr auto;
  gap: 12px;
  align-items: center;
}

.creator-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(2, 6, 23, 0.54);
}

.creator-modal[hidden] {
  display: none !important;
}

.creator-modal-card {
  width: min(720px, 100%);
  max-height: min(760px, calc(100vh - 36px));
  overflow: auto;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 24px 80px rgba(15, 23, 42, 0.25);
}

.creator-modal-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  padding: 18px 20px;
  border-bottom: 1px solid #e2e8f0;
}

.creator-modal-head h2 {
  margin: 0;
  font-size: 18px;
}

.creator-modal-head p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.creator-modal-close {
  border: 1px solid #dbe3ef;
  background: #ffffff;
  border-radius: 8px;
  width: 34px;
  height: 34px;
  color: #64748b;
  cursor: pointer;
  font-size: 20px;
}

.creator-modal-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 18px 20px 20px;
}

.creator-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.creator-field label,
.creator-field-label {
  color: #0f172a;
  font-size: 12px;
  font-weight: 850;
}

.creator-field.is-full {
  grid-column: 1 / -1;
}

.creator-modal-actions,
.creator-form-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  grid-column: 1 / -1;
  padding-top: 4px;
}

.creator-apply-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.creator-apply-card {
  padding: 0;
  border: none;
  background: transparent;
}

.creator-apply-aside {
  position: sticky;
  top: 84px;
  padding: 18px;
}

.creator-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.creator-stepper {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 6px;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: #f8fafc;
  padding: 6px;
}

.creator-step-button {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  border: 1px solid transparent;
  border-radius: 8px;
  background: transparent;
  color: #64748b;
  padding: 6px 8px;
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.creator-step-button span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  border-radius: 999px;
  background: #e2e8f0;
  color: #475569;
  font-size: 12px;
  font-weight: 900;
}

.creator-step-button strong {
  color: inherit;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
}

.creator-step-button.is-active {
  border-color: #bfdbfe;
  background: #eff6ff;
  color: #1d4ed8;
}

.creator-step-button.is-active span,
.creator-step-button.is-complete span {
  background: #2563eb;
  color: #ffffff;
}

.creator-step-button.is-complete {
  color: #0b3c5d;
}

.creator-wizard-step[hidden] {
  display: none !important;
}

.creator-form-section {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 18px;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: #ffffff;
}

.creator-form-section + .creator-form-actions {
  margin-top: -4px;
}

.creator-wizard-step {
  min-height: 0;
}

.creator-form-section-head h2 {
  margin: 0;
  color: #0f172a;
  font-size: 17px;
  font-weight: 900;
}

.creator-form-section-head p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.creator-step-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.creator-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.creator-field.is-wide {
  grid-column: 1 / -1;
}

.creator-avatar-uploader {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: #f8fafc;
  padding: 10px;
}

.creator-avatar-preview {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 12px;
  background:
    radial-gradient(circle at 25% 20%, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0) 26%),
    linear-gradient(135deg, #0b3c5d, #2563eb 45%, #7c3aed);
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.02em;
  box-shadow: 0 8px 16px rgba(15, 23, 42, 0.10);
}

.creator-avatar-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 6px 0 4px;
}

.creator-file-input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.creator-form-helper {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.45;
}

.creator-form-helper.is-wide {
  grid-column: 1 / -1;
}

.creator-optional-details {
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: #fbfdff;
  overflow: hidden;
}

.creator-optional-details.is-wide {
  grid-column: 1 / -1;
}

.creator-optional-details summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 42px;
  padding: 10px 12px;
  color: #0f172a;
  cursor: pointer;
  font-size: 13px;
  font-weight: 900;
  list-style: none;
}

.creator-optional-details summary::-webkit-details-marker {
  display: none;
}

.creator-optional-details[open] summary {
  border-bottom: 1px solid #e2e8f0;
}

.creator-optional-body {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 12px;
}

.creator-optional-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 12px;
}

.creator-optional-badge {
  border-radius: 999px;
  background: #eef2f7;
  color: #475569;
  padding: 3px 8px;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
}

.creator-check-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 8px;
}

.creator-check-pill {
  position: relative;
}

.creator-check-pill input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.creator-check-pill span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  border: 1px solid #dbe3ef;
  border-radius: 8px;
  background: #ffffff;
  color: #475569;
  padding: 7px 10px;
  text-align: center;
  font-size: 12px;
  font-weight: 850;
  cursor: pointer;
}

.creator-check-pill input:checked + span {
  border-color: #93c5fd;
  background: #eff6ff;
  color: #1d4ed8;
}

.creator-legal-list {
  display: grid;
  gap: 10px;
}

.creator-legal-check {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  border: 1px solid #dbe3ef;
  border-radius: 10px;
  background: #ffffff;
  padding: 12px;
  cursor: pointer;
}

.creator-legal-check:focus-within {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}

.creator-legal-check:has(input:checked) {
  border-color: #93c5fd;
  background: #f8fbff;
}

.creator-legal-check input {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  accent-color: var(--blue);
}

.creator-legal-copy {
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: #0f172a;
  line-height: 1.45;
}

.creator-legal-copy strong {
  font-size: 13px;
  font-weight: 850;
}

.creator-legal-copy small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 650;
}

.creator-legal-copy a {
  color: #1d4ed8;
  font-weight: 850;
  text-decoration: none;
}

.creator-legal-copy a:hover {
  text-decoration: underline;
}

.creator-required-label {
  display: inline-flex;
  margin-left: 6px;
  border-radius: 999px;
  background: #eff6ff;
  color: #1d4ed8;
  padding: 2px 6px;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  vertical-align: middle;
}

.creator-upload-box {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
  min-height: 88px;
  border: 1px dashed #b8c4d6;
  border-radius: 10px;
  background: #f8fafc;
  padding: 14px;
}

.creator-upload-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.creator-portfolio-preview-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
}

.creator-portfolio-preview-grid[hidden] {
  display: none;
}

.creator-portfolio-preview-item {
  min-width: 0;
  margin: 0;
}

.creator-portfolio-preview-image {
  position: relative;
  aspect-ratio: 1.35;
  border: 1px solid #dbe3ef;
  border-radius: 10px;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0) 28%),
    linear-gradient(135deg, #0b3c5d, #2563eb);
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

.creator-portfolio-preview-remove {
  position: absolute;
  top: 6px;
  right: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: #0f172a;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
}

.creator-portfolio-preview-item figcaption {
  overflow: hidden;
  margin-top: 6px;
  color: #475569;
  font-size: 11px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.creator-reference-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.creator-event-reference-list {
  display: grid;
  gap: 10px;
}

.creator-event-reference {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: end;
  padding: 12px;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: #f8fafc;
}

.creator-event-reference-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.creator-event-reference-remove {
  min-width: 82px;
}

.creator-preview-card {
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 14px;
  background: #ffffff;
  margin-bottom: 16px;
}

.creator-review-preview {
  border: 1px solid #dbeafe;
  border-radius: 12px;
  background: #f8fbff;
  padding: 14px;
}

.creator-review-preview .creator-preview-card {
  margin-bottom: 0;
}

.creator-review-preview-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.creator-preview-head {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 12px;
}

.creator-preview-title {
  margin: 0;
  font-size: 15px;
  font-weight: 900;
}

.creator-aside-title {
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 900;
}

.creator-process-item {
  justify-content: flex-start;
  align-items: flex-start;
}

.creator-process-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: #eff6ff;
  color: #1d4ed8;
  font-size: 12px;
  font-weight: 900;
  flex-shrink: 0;
}

.creator-requirements-list li {
  position: relative;
  padding-left: 16px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.creator-requirements-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #2563eb;
}

.creator-message {
  border-radius: 10px;
  padding: 12px 14px;
  background: #eff6ff;
  color: #1e40af;
  font-size: 13px;
  font-weight: 750;
}

.creator-message.is-success {
  background: #f0fdf4;
  color: #166534;
}

@media (max-width: 1180px) {
  .creator-workspace,
  .creator-apply-layout {
    grid-template-columns: 1fr;
  }

  .creator-kpi-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .creator-table-wrap {
    overflow: visible;
    padding: 0 14px 16px;
  }

  .creator-table {
    min-width: 0;
    width: 100%;
    table-layout: auto;
  }

  .creator-table thead {
    display: none;
  }

  .creator-table,
  .creator-table tbody,
  .creator-table tr,
  .creator-table td {
    display: block;
  }

  .creator-table tbody {
    display: grid;
    gap: 12px;
  }

  .creator-table tbody tr {
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #ffffff;
    padding: 12px;
    cursor: default;
  }

  .creator-table .is-selected {
    background: #f8fbff;
    box-shadow: inset 3px 0 0 #2563eb;
  }

  .creator-table tbody tr:hover {
    background: #ffffff;
  }

  .creator-table tbody tr.is-selected:hover {
    background: #f8fbff;
  }

  .creator-table td {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
    border-bottom: 1px solid #edf2f7;
    padding: 9px 0;
    text-align: right !important;
  }

  .creator-table td::before {
    content: attr(data-label);
    flex: 0 0 104px;
    color: #64748b;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.03em;
    line-height: 1.35;
    text-align: left;
    text-transform: uppercase;
  }

  .creator-table td:first-child {
    display: block;
    padding-top: 0;
    text-align: left !important;
  }

  .creator-table td:first-child::before {
    display: none;
  }

  .creator-table td:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  .creator-table .creator-profile-cell {
    min-width: 0;
  }

  .creator-table .creator-tag-stack,
  .creator-table .creator-service-stack,
  .creator-table .creator-trust-stack,
  .creator-table .creator-mini-portfolio {
    justify-content: flex-end;
  }

  .creator-table .creator-actions {
    flex-wrap: wrap;
    justify-content: flex-end;
    white-space: normal;
  }

  .creator-detail-panel,
  .creator-apply-aside,
  .creator-profile-sidebar {
    position: static;
  }

  .creator-profile-shell,
  .creator-profile-hero-card,
  .creator-profile-layout {
    grid-template-columns: 1fr;
  }

  .creator-profile-photo {
    min-height: 240px;
  }

  .creator-profile-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .creator-profile-response-card {
    grid-column: 1 / -1;
  }
}

@media (max-width: 820px) {
  .creator-filter-shell .trade-fairs-filters-row {
    gap: 10px;
  }

  .creator-filter-shell .trade-fairs-field {
    flex: 1 1 calc(50% - 5px);
    min-width: 0;
  }

  .creator-search-field {
    flex-basis: 100%;
  }

  .creator-advanced-wrap {
    flex: 1 1 calc(50% - 5px);
    min-width: 0;
  }

  .creator-advanced-toggle {
    width: 100%;
  }

  .creator-advanced-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .creator-kpi-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .creator-stepper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .creator-modal-form,
  .creator-form-grid,
  .creator-optional-grid {
    grid-template-columns: 1fr;
  }

  .creator-tabs {
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: thin;
  }

  .creator-tabs .trade-calendar-view-toggle {
    flex: 0 0 auto;
  }

  .creator-field.is-wide,
  .creator-field.is-full {
    grid-column: auto;
  }

  .creator-detail-actions,
  .creator-request-card,
  .creator-profile-hero,
  .creator-profile-split,
  .creator-profile-review-card,
  .creator-profile-grid,
  .creator-avatar-uploader,
  .creator-event-reference,
  .creator-event-reference-grid {
    grid-template-columns: 1fr;
  }

  .creator-profile-trust {
    justify-content: flex-start;
  }

  .creator-profile-tabs {
    min-width: max-content;
  }

  .creator-profile-portfolio-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .creator-profile-trust-strip {
    grid-template-columns: 1fr;
  }

  .creator-profile-trust-strip div {
    border-left: none;
    border-top: 1px solid #e2e8f0;
  }

  .creator-profile-trust-strip div:first-child {
    border-top: none;
  }

  .creator-profile-review-author {
    grid-column: auto;
  }
}

@media (max-width: 560px) {
  .creator-filter-shell .trade-fairs-field,
  .creator-search-field,
  .creator-advanced-wrap {
    flex: 1 1 100%;
    width: 100%;
  }

  .creator-advanced-grid {
    grid-template-columns: 1fr;
  }

  .creator-advanced-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .creator-chip {
    width: 100%;
    justify-content: space-between;
    border-radius: 10px;
  }

  .creator-table-wrap {
    padding: 0 12px 14px;
  }

  .creator-table td {
    display: block;
    text-align: left !important;
  }

  .creator-table td::before {
    display: block;
    margin-bottom: 6px;
  }

  .creator-table .creator-tag-stack,
  .creator-table .creator-service-stack,
  .creator-table .creator-trust-stack,
  .creator-table .creator-mini-portfolio,
  .creator-table .creator-actions {
    justify-content: flex-start;
  }

  .creator-table .creator-icon-btn {
    flex: 1 1 42px;
  }

  .creator-kpi-grid {
    grid-template-columns: 1fr;
  }

  .creator-profile-hero-card {
    padding: 14px;
  }

  .creator-profile-photo {
    min-height: 210px;
  }

  .creator-profile-name {
    font-size: 24px;
  }

  .creator-profile-stat-row,
  .creator-profile-actions,
  .creator-profile-secondary-actions,
  .creator-profile-portfolio-grid,
  .creator-profile-detail-grid,
  .creator-profile-requirement-grid,
  .creator-profile-language-grid {
    grid-template-columns: 1fr;
  }

  .creator-profile-stat-row div,
  .creator-profile-stat-row div:first-child {
    border-left: none;
    border-top: 1px solid #e2e8f0;
  }

  .creator-profile-stat-row div:first-child {
    border-top: none;
  }

  .creator-profile-secondary-actions {
    grid-column: auto;
  }

  .creator-panel-actions,
  .creator-reference-head,
  .creator-profile-toolbar,
  .creator-review-preview-head,
  .creator-form-helper,
  .creator-avatar-actions,
  .creator-step-actions,
  .creator-form-actions,
  .creator-modal-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .creator-panel-actions .btn,
  .creator-profile-toolbar .creator-action-btn,
  .creator-avatar-actions .btn,
  .creator-step-actions .btn,
  .creator-form-actions .btn,
  .creator-modal-actions .btn {
    width: 100%;
  }
}

.page-creator-hub.creator-profile-mode .app-page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 32px 24px;
}

.page-creator-hub.creator-profile-mode .dashboard-main-panel {
  max-width: 1320px;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  background: var(--card);
  padding: 24px 32px;
  box-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.05),
    0 2px 4px -1px rgba(0, 0, 0, 0.03);
}

.creator-profile-mode .creator-profile-page-card {
  gap: 18px;
}

.creator-profile-mode .creator-profile-breadcrumb {
  align-items: center;
  color: #64748b;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0;
  padding: 0 2px;
}

.creator-profile-mode .creator-profile-breadcrumb button {
  color: #475569;
  font-weight: 800;
}

.creator-profile-mode .creator-profile-breadcrumb button:hover {
  color: #0369a1;
}

.creator-profile-mode .creator-profile-shell {
  grid-template-columns: minmax(0, 1fr) 348px;
  gap: 20px;
}

.creator-profile-mode .creator-profile-primary {
  gap: 16px;
}

.creator-profile-mode .creator-profile-hero-card {
  position: relative;
  grid-template-columns: 206px minmax(0, 1fr);
  gap: 24px;
  align-items: stretch;
  border: 1px solid rgba(203, 213, 225, 0.92);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 251, 255, 0.98) 100%);
  box-shadow:
    0 24px 60px rgba(15, 23, 42, 0.08),
    0 1px 0 rgba(255, 255, 255, 0.92) inset;
  padding: 20px;
}

.creator-profile-mode .creator-profile-photo {
  min-height: 236px;
  border-radius: 8px;
  border: 1px solid rgba(14, 116, 144, 0.22);
  box-shadow:
    inset 0 -96px 110px rgba(2, 6, 23, 0.28),
    0 14px 30px rgba(14, 116, 144, 0.12);
}

.creator-profile-mode .creator-profile-photo span {
  width: 62px;
  height: 62px;
  border-radius: 8px;
  background: rgba(15, 23, 42, 0.46);
  font-size: 25px;
  letter-spacing: 0;
}

.creator-profile-mode .creator-profile-hero-copy {
  justify-content: flex-start;
  gap: 10px;
  padding: 42px 0 6px;
}

.creator-profile-mode .creator-profile-title-row {
  padding-right: 0;
}

.creator-profile-mode .creator-profile-name {
  color: #08111f;
  font-size: 34px;
  letter-spacing: 0;
}

.creator-profile-mode .creator-profile-role {
  color: #0f172a;
  font-size: 14px;
  font-weight: 900;
}

.creator-profile-mode .creator-profile-location {
  color: #667085;
  font-size: 13px;
}

.creator-profile-mode .creator-profile-bio {
  max-width: 620px;
  color: #475569;
  font-size: 14px;
  line-height: 1.55;
}

.creator-profile-mode .creator-profile-pill-row {
  gap: 8px;
}

.creator-profile-mode .creator-availability,
.creator-profile-mode .creator-tag,
.creator-profile-mode .creator-service,
.creator-profile-mode .creator-trust {
  border-radius: 999px;
  min-height: 24px;
  padding: 4px 9px;
  font-size: 11px;
}

.creator-profile-mode .creator-profile-stat-row {
  width: 100%;
  max-width: 590px;
  border-color: #e2e8f0;
  border-radius: 8px;
  background: #ffffff;
}

.creator-profile-mode .creator-profile-stat-row div {
  padding: 12px 14px;
}

.creator-profile-mode .creator-profile-stat-row strong {
  color: #0f172a;
  font-size: 18px;
}

.creator-profile-mode .creator-profile-stat-row span {
  color: #667085;
  font-size: 11px;
  line-height: 1.25;
}

.creator-profile-mode .creator-profile-actions {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  display: flex;
  flex-direction: row;
  gap: 6px;
  justify-content: flex-end;
  padding: 0;
}

.creator-profile-mode .creator-profile-button {
  width: 38px;
  min-width: 38px;
  height: 38px;
  min-height: 38px;
  border-radius: 8px;
  padding: 0;
  font-size: 12px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.07);
}

.creator-profile-mode .creator-profile-button.is-primary {
  min-height: 38px;
  border-color: #075985;
  background: linear-gradient(180deg, #075985 0%, #064b72 100%);
  box-shadow: 0 10px 22px rgba(7, 89, 133, 0.18);
}

.creator-profile-mode .creator-profile-button svg {
  width: 17px;
  height: 17px;
}

.creator-profile-mode .creator-action-label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.creator-profile-mode .creator-profile-response-card {
  border-radius: 8px;
  border-color: #dbeafe;
  background: #f8fbff;
  padding: 12px 13px;
}

.creator-profile-mode .creator-profile-tabs-container {
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #eef3f8;
  padding: 4px;
}

.creator-profile-mode .creator-profile-tabs {
  width: 100%;
}

.creator-profile-mode .creator-profile-tab {
  flex: 1 1 0;
  min-width: 112px;
  border-radius: 6px;
  color: #667085;
  padding: 9px 11px;
  letter-spacing: 0;
}

.creator-profile-mode .creator-profile-tab.is-active {
  color: #0f172a;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.96) inset,
    0 8px 18px rgba(15, 23, 42, 0.07);
}

.creator-profile-mode .creator-profile-main {
  gap: 16px;
}

.creator-profile-mode .creator-profile-section,
.creator-profile-mode .creator-profile-side-card,
.creator-profile-mode .creator-profile-trust-strip {
  border-color: #e2e8f0;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.035);
}

.creator-profile-mode .creator-profile-section {
  padding: 18px;
}

.creator-profile-mode .creator-profile-section-head {
  margin-bottom: 14px;
}

.creator-profile-mode .creator-profile-section-head h3,
.creator-profile-mode .creator-profile-side-head h3 {
  color: #0f172a;
  font-size: 15px;
  letter-spacing: 0;
}

.creator-profile-mode .creator-profile-section-head span,
.creator-profile-mode .creator-link-button {
  color: #0369a1;
}

.creator-profile-mode .creator-profile-portfolio-grid {
  gap: 12px;
}

.creator-profile-mode .creator-profile-portfolio-card {
  min-width: 0;
}

.creator-profile-mode .creator-profile-portfolio-media {
  aspect-ratio: 1.58;
  border-color: rgba(15, 23, 42, 0.08);
  border-radius: 8px;
  padding: 11px;
}

.creator-profile-mode .creator-profile-portfolio-media span {
  border-radius: 6px;
  color: #0b3c5d;
  font-size: 11px;
}

.creator-profile-mode .creator-profile-portfolio-card h4 {
  margin-top: 10px;
}

.creator-profile-mode .creator-profile-split {
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  gap: 16px;
}

.creator-profile-mode .creator-profile-event-row {
  grid-template-columns: 32px minmax(0, 1fr) auto;
  min-height: 58px;
  padding: 10px 0;
}

.creator-profile-mode .creator-profile-event-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: #eef6ff;
  color: #0369a1;
}

.creator-profile-mode .creator-profile-event-row em {
  background: #e9f9ef;
  color: #15803d;
}

.creator-profile-mode .creator-profile-review-empty {
  min-height: 96px;
  border-radius: 8px;
  border-color: #e2e8f0;
  background: #f8fbff;
}

.creator-profile-mode .creator-profile-sidebar {
  top: calc(var(--app-topbar-height, 78px) + 20px);
  gap: 12px;
}

.creator-profile-mode .creator-profile-side-card {
  padding: 16px;
}

.creator-profile-mode .creator-profile-side-card:first-child {
  border-color: #bfdbfe;
  background:
    linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.creator-profile-mode .creator-profile-side-head {
  gap: 9px;
  margin-bottom: 13px;
}

.creator-profile-mode .creator-profile-side-head svg {
  color: #0369a1;
}

.creator-profile-mode .creator-profile-next strong {
  color: #16a34a;
  font-size: 20px;
}

.creator-profile-mode .creator-profile-fact-list {
  gap: 9px;
  margin-top: 14px;
}

.creator-profile-mode .creator-profile-fact-list div {
  padding-top: 9px;
  border-top: 1px solid #eef2f7;
}

.creator-profile-mode .creator-profile-fact-list div:first-child {
  border-top: 0;
  padding-top: 0;
}

.creator-profile-mode .creator-profile-link-list li {
  min-height: 38px;
  border-top: 1px solid #eef2f7;
}

.creator-profile-mode .creator-profile-link-list li:first-child {
  border-top: 0;
}

.creator-profile-mode .creator-social-link {
  border-radius: 8px;
  border-color: #e5eaf1;
  background: #ffffff;
}

.creator-profile-mode .creator-social-logo {
  border-radius: 8px;
}

.creator-profile-mode .creator-profile-language-grid span,
.creator-profile-mode .creator-profile-detail-grid div,
.creator-profile-mode .creator-profile-requirement-grid span {
  border-radius: 8px;
  background: #f8fbff;
}

.creator-profile-mode .creator-profile-trust-strip {
  overflow: hidden;
}

.creator-profile-mode .creator-profile-trust-strip div {
  min-height: 66px;
  padding: 14px 18px;
}

.creator-profile-mode .creator-profile-trust-strip svg {
  color: #0369a1;
}

@media (max-width: 1680px) {
  .creator-profile-mode .creator-profile-hero-card {
    grid-template-columns: 190px minmax(0, 1fr);
  }
}

@media (max-width: 1180px) {
  .page-creator-hub.creator-profile-mode .app-page {
    padding: 28px 18px 42px;
  }

  .creator-profile-mode .creator-profile-shell,
  .creator-profile-mode .creator-profile-hero-card {
    grid-template-columns: 1fr;
  }

  .creator-profile-mode .creator-profile-sidebar {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .creator-profile-mode .creator-profile-side-card:first-child,
  .creator-profile-mode .creator-profile-side-card:nth-child(3) {
    grid-column: 1 / -1;
  }
}

@media (max-width: 820px) {
  .page-creator-hub.creator-profile-mode .app-page {
    padding: 22px 14px 34px;
  }

  .creator-profile-mode .creator-profile-name {
    font-size: 28px;
  }

  .creator-profile-mode .creator-profile-secondary-actions,
  .creator-profile-mode .creator-profile-split,
  .creator-profile-mode .creator-profile-sidebar,
  .creator-profile-mode .creator-profile-trust-strip {
    grid-template-columns: 1fr;
  }

  .creator-profile-mode .creator-profile-tabs {
    min-width: max-content;
  }

  .creator-profile-mode .creator-profile-tab {
    flex: 0 0 auto;
  }
}

@media (max-width: 560px) {
  .creator-profile-mode .creator-profile-hero-card,
  .creator-profile-mode .creator-profile-section,
  .creator-profile-mode .creator-profile-side-card {
    padding: 12px;
  }

  .creator-profile-mode .creator-profile-photo {
    min-height: 180px;
  }

  .creator-profile-mode .creator-profile-name {
    font-size: 24px;
  }

  .creator-profile-mode .creator-profile-hero-copy {
    padding-top: 6px;
  }

  .creator-profile-mode .creator-profile-title-row {
    padding-right: 0;
  }

  .creator-profile-mode .creator-profile-actions {
    top: 18px;
    right: 18px;
    padding: 4px;
    border: 1px solid rgba(226, 232, 240, 0.82);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(10px);
  }

  .creator-profile-mode .creator-profile-button {
    width: 34px;
    min-width: 34px;
    height: 34px;
    min-height: 34px;
    box-shadow: none;
  }

  .creator-profile-mode .creator-profile-stat-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .creator-profile-mode .creator-profile-stat-row div,
  .creator-profile-mode .creator-profile-stat-row div:first-child {
    border-top: none;
    border-left: 1px solid #e2e8f0;
    padding: 10px 9px;
  }

  .creator-profile-mode .creator-profile-stat-row div:first-child {
    border-left: none;
  }

  .creator-profile-mode .creator-profile-stat-row strong {
    font-size: 15px;
    line-height: 1.15;
  }

  .creator-profile-mode .creator-profile-stat-row span {
    font-size: 10px;
  }

  .creator-profile-mode .creator-profile-response-card {
    padding: 10px;
  }
}
