#postModal #postStepText.panel-sub {
  margin: 0;
  color: rgba(234, 234, 232, 0.88);
  font-size: 15px;
}

#postModal .post-head-nav-btn {
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(171, 197, 86, 0.3);
  background: rgba(13, 13, 15, 0.86);
  color: #ececea;
  box-shadow: none;
  flex-shrink: 0;
}

#postModal .post-head-nav-btn span {
  font-weight: 800;
  letter-spacing: 0.01em;
}

#postModal #postSections.post-sections-compose {
  position: relative;
  min-height: 240px;
  height: var(--post-sections-height, 240px);
  padding: 0;
  overflow: hidden;
  background: transparent;
}

#postModal #postSections.post-sections-compose > .post-section {
  display: none;
}

#postModal #postSections.post-sections-compose > .post-section.is-active {
  display: block;
}

#postModal .post-compose-screen {
  display: grid;
  gap: 16px;
}

#postModal .post-compose-screen-media {
  padding-top: 4px;
}

#postModal .post-compose-intro-card,
#postModal .post-compose-card,
#postInstagramImportModal .instagram-import-panel-modal {
}

#postModal .post-compose-intro-card {
}

#postModal .post-text-action {
  appearance: none;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: #e6e7e4;
  cursor: pointer;
}

#postModal .post-text-action:hover {
  color: #d8fb65;
}

#postModal .post-import-instagram-btn {
  min-height: 88px;
  padding: 14px 16px;
  border: 1px solid rgba(221, 250, 124, 0.18);
  border-radius: 18px;
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 102, 196, 0.14), transparent 28%),
    radial-gradient(circle at 100% 0%, rgba(255, 183, 77, 0.12), transparent 26%),
    linear-gradient(180deg, rgba(16, 16, 18, 0.96), rgba(11, 11, 12, 0.96));
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  text-align: left;
  transition: border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease, color 0.18s ease;
}

#postModal .post-import-instagram-btn:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 141, 201, 0.28);
  box-shadow: 0 14px 28px rgba(5, 5, 5, 0.18);
}

#postModal .post-import-instagram-btn-icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  border: 1px solid rgba(255, 171, 213, 0.22);
  background: linear-gradient(135deg, rgba(255, 74, 168, 0.2), rgba(255, 180, 74, 0.18));
  color: #fff3fb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

#postModal .post-import-instagram-btn-copy {
  min-width: 0;
  display: grid;
  gap: 4px;
}

#postModal .post-import-instagram-btn-copy strong {
  font-size: 15px;
  line-height: 1.1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #f7f7f7;
}

#postModal .post-import-instagram-btn-copy span {
  font-size: 13px;
  line-height: 1.4;
  color: rgba(229, 230, 227, 0.78);
}

#postModal .post-import-instagram-btn-arrow {
  color: rgba(229, 230, 227, 0.56);
  font-size: 14px;
}

#postModal .post-compose-dropzone {
  min-height: 356px;
  padding: 18px !important;
  border-radius: 22px;
  justify-content: center;
  background:
    radial-gradient(circle at top, rgba(188, 218, 90, 0.12), transparent 36%),
    rgba(9, 9, 10, 0.92);
}

#postModal .post-compose-dropzone #postImagePreview.post-compose-upload-preview {
  width: min(100%, 280px);
  max-width: 280px;
  max-height: 320px;
  margin: 10px auto 0;
  object-fit: contain;
  border-radius: 16px;
}

#postModal .post-compose-grid {
  display: grid;
  grid-template-columns: 96px minmax(200px, 0.88fr) minmax(280px, 1.12fr);
  gap: 18px;
  align-items: start;
}

#postModal .post-compose-preview-card {
  align-self: start;
}

#postModal .post-compose-preview-image {
  width: 96px;
  height: 156px;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(231, 231, 229, 0.14);
  background: rgba(9, 9, 9, 0.94);
  display: grid;
  place-items: center;
}

#postModal #postImagePreviewMini.post-compose-mini-preview {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
}

#postModal .post-compose-preview-empty {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  color: rgba(230, 230, 228, 0.66);
  font-size: 28px;
  background:
    radial-gradient(circle at top, rgba(236, 253, 178, 0.14), transparent 40%),
    linear-gradient(180deg, rgba(13, 13, 14, 0.96), rgba(8, 8, 9, 0.96));
}

#postModal .post-compose-side,
#postModal .post-compose-main,
#postModal .post-compose-more-grid {
  display: grid;
  gap: 14px;
  min-width: 0;
}

#postModal .post-compose-card {
  padding: 14px;
}

#postModal .post-compose-card h4 {
  margin: 0 0 10px;
  font-size: 15px;
}

#postModal .post-compose-card label {
  display: block;
  margin: 0 0 6px;
  color: rgba(225, 226, 223, 0.82);
  font-size: 12px;
  font-weight: 700;
}

#postModal .post-compose-main {
  grid-template-rows: auto 1fr;
}

#postModal .post-compose-main #postTitle,
#postModal .post-compose-main #postDescription {
  width: 100%;
}

#postModal .post-compose-main #postTitle {
  min-height: 50px;
}

#postModal .post-compose-main #postDescription {
  min-height: 246px;
  resize: vertical;
}

#postModal .post-compose-date-block {
  display: grid;
  gap: 8px;
}

#postModal .post-compose-more {
  margin-top: 2px;
}

#postModal .post-compose-more-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

#postModal .post-actions-compose {
  margin-top: 14px;
}

#postModal .post-actions-compose #savePostBtn {
  width: 100%;
  min-height: 54px;
}

#postModal .post-actions-compose #savePostDraftBtn {
  width: 100%;
  min-height: 46px;
  margin-top: 10px;
  order: 2;
}

#postModal .post-actions-compose {
  display: flex;
  flex-direction: column;
}

#postModal .post-actions-compose #savePostBtn {
  order: 1;
}

#postInstagramImportModal .post-import-modal {
  width: min(540px, calc(100vw - 28px));
  padding: 18px;
  border: 1px solid rgba(164, 190, 77, 0.28);
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 16px;
  background:
    radial-gradient(120% 160% at 0% 0%, rgba(92, 106, 46, 0.16), transparent 50%),
    radial-gradient(80% 90% at 100% 0%, rgba(255, 112, 176, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(9, 9, 9, 0.985), rgba(8, 8, 9, 0.99));
  box-shadow:
    0 24px 54px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(233, 234, 231, 0.06);
}

#postInstagramImportModal .post-import-modal h3 {
  margin: 6px 0 4px;
  font-size: clamp(34px, 4vw, 44px);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

#postInstagramImportModal .post-import-head-copy {
  padding-right: 52px;
  display: grid;
  gap: 6px;
}

#postInstagramImportModal .post-import-head-badge {
  background: rgba(27, 27, 30, 0.92);
  border-color: rgba(224, 252, 135, 0.24);
}

#postInstagramImportModal .instagram-import-panel-modal {
  margin-top: 0;
}

#postInstagramImportModal .instagram-import-panel-modal > label {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #eeefed;
}

#postInstagramImportModal .ig-import-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 56px;
  align-items: center;
  gap: 0;
  border: 1px solid rgba(206, 239, 95, 0.18);
  border-radius: 16px;
  background: rgba(9, 9, 9, 0.78);
  overflow: hidden;
}

#postInstagramImportModal .ig-import-row input {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  min-height: 56px;
  padding-left: 14px;
  padding-right: 14px;
  font-size: 15px;
}

#postInstagramImportModal .post-icon-btn {
  width: 56px;
  min-width: 56px;
  height: 100%;
  padding: 0;
  border: 0;
  border-left: 1px solid rgba(206, 239, 95, 0.16);
  border-radius: 0;
  background: linear-gradient(180deg, rgba(28, 28, 31, 0.94), rgba(17, 17, 19, 0.94));
  box-shadow: none;
  color: #f5f5f4;
}

#postInstagramImportModal .ig-import-row:focus-within {
  border-color: rgba(221, 252, 119, 0.62);
  box-shadow: 0 0 0 3px rgba(208, 241, 100, 0.14);
}

#postInstagramImportModal .ig-import-row:focus-within input,
#postInstagramImportModal .ig-import-row:focus-within .post-icon-btn {
  box-shadow: none;
}

#postInstagramImportModal .instagram-import-panel-modal .panel-sub {
  margin: 10px 0 0;
  color: rgba(229, 230, 227, 0.72);
}

#postModal .post-compose-screen-info {
  padding-top: 4px;
}

#postModal .post-compose-stream {
  display: grid;
  gap: 0;
  overflow: hidden;
}

#postModal .post-compose-entry-main,
#postModal .post-compose-row,
#postModal .post-advanced-details.post-compose-more > summary,
#postModal .post-compose-more-block {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

#postModal .post-compose-entry-main {
  display: flex;
  grid-template-columns: 1fr;
  gap: 12px;
  padding: 14px;
}

#postModal .post-compose-entry-media {
  width: 105px;
  height: auto;
  justify-self: start;
  border-radius: 16px;
  overflow: hidden;
  background: rgba(15, 15, 17, 0.96);
  display: grid;
  place-items: center;
}

#postModal .post-compose-entry-media #postImagePreviewMini.post-compose-mini-preview {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  border-radius: 0;
}

#postModal .post-compose-entry-fields {
  gap: 10px;
  min-width: 0;
  width: 100%;
}

#postModal .post-compose-entry-fields #postTitle,
#postModal .post-compose-entry-fields #postTitle,
#postModal .post-compose-entry-fields input,
#postModal .post-compose-entry-fields #postDescription {
  width: 100%;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}

#postModal .post-compose-entry-fields #postTitle {
  min-height: 34px;
  font-size: 18px;
  font-weight: 700;
}

#postModal .post-compose-entry-fields #postDescription {
  min-height: 120px;
  resize: vertical;
}

#postModal .post-compose-row {
  width: 100%;
  min-height: 58px;
  padding: 0 14px;
  border: 0;
  background: transparent;
  color: #f2f3f1;
  display: grid;
  grid-template-columns: minmax(120px, auto) minmax(0, 1fr) 16px;
  gap: 12px;
  align-items: center;
  text-align: left;
  cursor: pointer;
}

#postModal .post-compose-row:hover {
  background: rgba(255, 255, 255, 0.025);
}

#postModal .post-compose-row-label {
  font-size: 16px;
  font-weight: 600;
}

#postModal .post-compose-row:has(.post-compose-row-label--icon) {
  grid-template-columns: 36px minmax(0, 1fr) 16px;
}

#postModal .post-compose-row-label--icon {
  font-size: 17px;
  color: rgba(210, 243, 101, 0.65);
  display: flex;
  align-items: center;
  justify-content: center;
}

#postModal .post-compose-row-value {
  color: rgba(231, 231, 229, 0.68);
  font-size: 14px;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#postModal .post-compose-row > i {
  color: rgba(231, 231, 229, 0.52);
  justify-self: end;
}

#postModal .post-compose-tag-assist {
  padding: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  display: grid;
  gap: 12px;
}

#postModal .post-compose-tag-assist-head,
#postModal .post-compose-tag-assist-copy {
  display: grid;
  gap: 4px;
}

#postModal .post-compose-tag-assist-status {
  color: rgba(231, 231, 229, 0.68);
  font-size: 13px;
  line-height: 1.35;
}

#postModal .post-compose-tag-pills {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-bottom: 2px;
}

#postModal .post-compose-tag-pills::-webkit-scrollbar {
  display: none;
}

#postModal .post-compose-tag-pill {
  flex: 0 0 auto;
  min-height: 38px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(210, 243, 101, 0.18);
  background: rgba(255, 255, 255, 0.035);
  color: #f2f3f1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-direction: row;
  justify-content: center;
  text-align: left;
  white-space: nowrap;
  transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

#postModal .post-compose-tag-pill:hover {
  transform: translateY(-1px);
  border-color: rgba(221, 252, 119, 0.3);
  background: rgba(221, 252, 119, 0.08);
}

#postModal .post-compose-tag-pill.is-active {
  border-color: rgba(221, 252, 119, 0.22);
  background: linear-gradient(180deg, rgba(221, 252, 119, 0.2), rgba(162, 190, 68, 0.14));
  box-shadow: 0 10px 18px rgba(110, 131, 40, 0.16);
}

#postModal .post-compose-tag-pill span {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

#postModal .post-compose-tag-pill small {
  font-size: 10px;
  color: rgba(246, 246, 245, 0.76);
  line-height: 1;
  display: inline-flex;
  align-items: center;
  min-height: 18px;
  padding: 0 7px;
  border-radius: 999px;
  background: rgba(210, 243, 101, 0.1);
}

#postModal .post-compose-tag-pill.is-active small {
  color: rgba(246, 246, 245, 0.92);
  background: rgba(246, 246, 245, 0.14);
}

#postModal .post-compose-tag-input-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: rgba(229, 229, 227, 0.74);
}

#postModal .post-compose-tag-input-wrap #postTags {
  min-height: 46px;
}

#postModal .post-advanced-details.post-compose-more {
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

#postModal .post-advanced-details.post-compose-more > summary {
  padding: 0;
  list-style: none;
}

#postModal .post-advanced-details.post-compose-more > summary::-webkit-details-marker {
  display: none;
}

#postModal .post-compose-more .post-accordion-body {
  padding: 0;
}

#postModal .post-compose-more-summary {
  min-height: 66px;
  padding: 12px 14px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 16px;
  gap: 12px;
  align-items: center;
}

#postModal .post-compose-more-summary-copy {
  display: grid;
  gap: 5px;
  min-width: 0;
}

#postModal .post-compose-more-summary-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  color: #f2f3f1;
}

#postModal .post-compose-more-summary-note {
  color: rgba(231, 231, 229, 0.68);
  font-size: 14px;
  line-height: 1.35;
}

#postModal .post-compose-more-summary-icon {
  color: rgba(231, 231, 229, 0.52);
  justify-self: end;
  transition: transform 0.2s ease;
}

#postModal .post-compose-more[open] .post-compose-more-summary-icon {
  transform: rotate(90deg);
}

#postModal .post-compose-more-stack {
  display: grid;
}

#postModal .post-compose-more-block {
  padding: 14px;
}

#postModal .post-compose-more-block:last-child {
  border-bottom: 0;
}

#postModal .post-compose-more-block h4 {
  margin: 0 0 10px;
  font-size: 14px;
}

#postModal .post-compose-more-block input,
#postModal .post-compose-more-block textarea,
#postLocationModal .post-compose-more-block input {
  width: 100%;
}

#postModal .post-compose-more-block .post-owner-picker-btn {
  margin-bottom: 10px;
}

#postModal .post-location-picked {
  margin-top: 10px;
  color: rgba(231, 231, 229, 0.68);
  font-size: 14px;
}

#postLocationModal .post-location-modal h3 {
  margin: 4px 0;
  font-size: 30px;
  line-height: 1.02;
  padding: 0;
}

#postLocationModal .post-location-modal {
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding: 0;
}

#postLocationModal .post-location-head {
  margin-bottom: 12px;
  padding-right: 44px;
}

#postLocationModal .post-compose-more-stack {
  margin-top: 0;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
  border: 1px solid rgba(160, 186, 76, 0.22);
  border-radius: 16px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(11, 11, 12, 0.97), rgba(9, 9, 10, 0.96));
}

#postLocationModal .post-compose-more-block {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

#postLocationModal .post-compose-more-block:last-child {
  border-bottom: 0;
}

#postLocationModal .post-compose-more-block label {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 700;
}

#postLocationModal .post-location-search-block {
  position: absolute;
  top: 12px;
  left: 12px;
  right: 64px;
  z-index: 30;
  padding: 0;
  overflow: visible;
}

#postLocationModal .post-location-search-row {
  display: block;
  overflow: visible;
}

#postLocationModal .post-location-search-group {
  display: grid;
  gap: 8px;
  align-items: center;
  width: 100%;
  overflow: visible;
}

#postLocationModal .post-location-pill-input {
  min-height: 46px;
  border-radius: 999px !important;
  padding-left: 18px;
  padding-right: 18px;
  border: 1px solid rgba(217, 228, 179, 0.18);
  background: rgba(15, 15, 17, 0.95);
  color: rgba(218, 228, 185, 0.9);
}

#postLocationModal .post-maps-search-wrap {
  isolation: visible;
  overflow: visible;
  position: relative;
}

#postLocationModal .post-maps-search-results {
  position: absolute;
  left: 0;
  width: 100%;
  max-width: none;
  transform: none;
}

#postLocationModal .post-location-search-btn {
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  padding: 0;
  border-radius: 999px;
  border: 1px solid rgba(217, 228, 179, 0.18);
  background: linear-gradient(180deg, rgba(15, 15, 17, 0.95), rgba(9, 9, 10, 0.9));
  color: rgba(218, 228, 185, 0.9);
}

#postLocationModal .post-location-fab-stack {
  position: absolute;
  right: 12px;
  bottom: 14px;
  z-index: 20;
  display: grid;
  gap: 10px;
}

#postLocationModal .post-location-fab {
  width: 54px;
  height: 54px;
  min-width: 54px;
  min-height: 54px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.28);
}

#postLocationModal .post-location-current-btn {
  background: rgba(247, 247, 246, 0.92);
  color: #1a1a1c;
}

#postLocationModal .post-location-save-btn {
  background: linear-gradient(180deg, rgba(212, 249, 91, 0.98), rgba(175, 207, 68, 0.98));
  color: #101012;
}

#postLocationModal .post-location-map-block {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  position: relative;
}

#postLocationModal .post-location-map {
  height: 100%;
  min-height: 320px;
  flex: 1 1 auto;
  border-radius: 22px;
}

#postLocationModal .post-location-footer-block {
  padding-top: 10px;
  padding-bottom: 10px;
}

#postLocationModal .post-location-footer-block input {
  min-height: 44px;
}

#postLocationModal #postLocationModalSummary {
  margin-top: 8px;
  font-size: 13px;
}

#postLocationModal .post-actions-compose {
  display: none;
}

@media (max-width: 860px) {
  #postModal .post-panel-compose {
    width: min(680px, calc(100vw - 22px));
    padding: 16px;
  }

  #postModal .post-compose-grid {
    grid-template-columns: 82px minmax(0, 1fr);
  }

  #postModal .post-compose-main {
    grid-column: 1 / -1;
    grid-template-rows: auto auto;
  }

  #postModal .post-compose-main #postDescription {
    min-height: 180px;
  }
}

@media (max-width: 900px) {
  #postArtistsModal.modal,
  #postPricesModal.modal,
  #changeOwnerModal.modal,
  #artistLinksModal.modal {
    padding: 0;
    align-items: stretch;
    justify-content: stretch;
    background:
      radial-gradient(circle at 14% 6%, rgba(225, 252, 135, 0.05), transparent 30%),
      rgba(6, 6, 6, 0.98);
    backdrop-filter: blur(0);
  }

  #postArtistsModal .post-artists-panel,
  #postPricesModal .post-prices-panel,
  .post-artist-search-panel,
  #changeOwnerModal .change-owner-panel,
  #artistLinksModal .change-owner-panel {
    width: 100vw;
    min-width: 100vw;
    max-width: 100vw;
    min-height: 100dvh;
    height: 100dvh;
    max-height: 100dvh;
    margin: 0;
    padding: calc(env(safe-area-inset-top, 0px) + 14px) 12px calc(env(safe-area-inset-bottom, 0px) + 14px);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    overflow-y: auto;
    background: rgba(10, 10, 11, 0.995);
  }

  #postArtistsModal .modal-close,
  #postPricesModal .modal-close,
  #changeOwnerModal .modal-close,
  #artistLinksModal .modal-close {
    top: calc(env(safe-area-inset-top, 0px) + 10px);
    right: 12px;
  }

  #postArtistsModal .post-artists-panel,
  #postPricesModal .post-prices-panel,
  #artistLinksModal .post-artists-panel {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  #postArtistsModal .post-artists-inline-list,
  #postPricesModal #postTabPrice,
  #artistLinksModal #artistLinksModalList {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
  }

  #changeOwnerModal .change-owner-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  #changeOwnerModal .change-owner-actions,
  #artistLinksModal .change-owner-actions {
    grid-template-columns: 1fr;
    justify-content: stretch;
  }

  #changeOwnerModal .change-owner-actions > *,
  #artistLinksModal .change-owner-actions > * {
    width: 100%;
  }
}

@media (max-width: 640px) {
  #postModal .post-compose-intro-card {
  }

  #postModal .post-import-instagram-btn {
    min-height: 82px;
    padding: 12px 13px;
    gap: 10px;
    border-radius: 16px;
  }

  #postModal .post-import-instagram-btn-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    font-size: 17px;
  }

  #postModal .post-import-instagram-btn-copy strong {
    font-size: 14px;
  }

  #postModal .post-import-instagram-btn-copy span {
    font-size: 12px;
  }

  #confirmActionModal.modal {
    padding: 12px;
    align-items: center;
    justify-content: center;
    background: rgba(6, 6, 6, 0.72);
    backdrop-filter: blur(10px);
  }

  #confirmActionModal .confirm-action-panel {
    width: min(440px, calc(100vw - 24px));
    min-width: 0;
    max-width: calc(100vw - 24px);
    min-height: auto;
    height: auto;
    max-height: none;
    margin: 0;
    padding: 18px 14px 14px;
    border: 1px solid rgba(210, 243, 101, 0.24);
    border-radius: 16px;
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.34);
    overflow: visible;
    background:
      radial-gradient(circle at 86% 0%, rgba(209, 241, 103, 0.2), transparent 46%),
      linear-gradient(180deg, #101011, #0c0c0e);
  }

  #confirmActionModal .modal-close {
    top: 12px;
    right: 12px;
  }

  #postInstagramImportModal .post-import-modal h3 {
    font-size: 30px;
    line-height: 0.98;
  }

  #postInstagramImportModal .post-import-modal {
    padding:
      calc(env(safe-area-inset-top, 0px) + 18px)
      16px
      calc(env(safe-area-inset-bottom, 0px) + 18px);
    gap: 14px;
    justify-content: flex-start;
  }

  #postInstagramImportModal .post-import-head-copy {
    padding-right: 46px;
    gap: 4px;
  }

  #postInstagramImportModal .post-import-head-copy .panel-sub {
    margin: 0;
    max-width: 24ch;
    font-size: 14px;
    line-height: 1.35;
  }

  #postInstagramImportModal .instagram-import-panel-modal {
    margin-top: 4px;
    padding: 14px;
    border-radius: 16px;
  }

  #postInstagramImportModal .ig-import-row {
    grid-template-columns: minmax(0, 1fr) 52px;
    border-radius: 14px;
  }

  #postInstagramImportModal .ig-import-row input {
    min-height: 52px;
    font-size: 14px;
  }

  #postInstagramImportModal .post-icon-btn {
    width: 52px;
    min-width: 52px;
  }

  #postModal .post-panel-compose,
  #postInstagramImportModal .post-import-modal {
    width: calc(100vw - 16px);
    padding: 14px;
  }

  #postModal.modal,
  #postInstagramImportModal.modal,
  #postDateRangeModal.modal,
  #postLocationModal.modal,
  #postArtistsModal.modal,
  #postPricesModal.modal,
  #postArtistSearchModal.modal,
  #changeOwnerModal.modal,
  #artistLinksModal.modal {
    padding: 0;
    align-items: stretch;
    justify-content: stretch;
    background:
      radial-gradient(circle at 14% 6%, rgba(225, 252, 135, 0.06), transparent 30%),
      rgba(6, 6, 6, 0.98);
    backdrop-filter: blur(0);
  }

  #postModal .post-panel-compose,
  .post-import-modal,
  #postLocationModal .post-import-modal.post-location-modal,
  #postArtistsModal .post-artists-panel,
  #postPricesModal .post-prices-panel,
  #changeOwnerModal .change-owner-panel,
  #artistLinksModal .change-owner-panel {
    width: 100vw;
    min-width: 100vw;
    max-width: 100vw;
    min-height: 100dvh;
    height: 100dvh;
    margin: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    align-content: start;
    overflow-y: auto;
  }

  #postModal .post-panel-compose {
    padding: calc(env(safe-area-inset-top, 0px) + 12px) 10px calc(env(safe-area-inset-bottom, 0px) + 14px);
  }

  #postLocationModal .post-import-modal.post-location-modal {
    display: flex;
    flex-direction: column;
    padding: 0;
  }

  #postArtistsModal .post-artists-panel,
  #postPricesModal .post-prices-panel,
  #changeOwnerModal .change-owner-panel,
  #artistLinksModal .change-owner-panel {
    max-height: 100dvh;
    padding: calc(env(safe-area-inset-top, 0px) + 14px) 12px calc(env(safe-area-inset-bottom, 0px) + 14px);
    overflow-y: auto;
  }

  #postModal .modal-close,
  #postInstagramImportModal .modal-close,
  #postDateRangeModal .modal-close,
  #postLocationModal .modal-close,
  #postArtistsModal .modal-close,
  #postPricesModal .modal-close,
  #postArtistSearchModal .modal-close,
  #changeOwnerModal .modal-close,
  #artistLinksModal .modal-close {
    top: calc(env(safe-area-inset-top, 0px) + 10px);
    right: 12px;
  }

  #postArtistsModal .post-artists-panel,
  #postPricesModal .post-prices-panel,
  #postArtistSearchModal .post-artist-search-panel,
  #artistLinksModal .post-artists-panel {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  #postArtistsModal .post-artists-inline-list,
  #postPricesModal #postTabPrice,
  #artistLinksModal #artistLinksModalList {
    flex: 1 1 auto;
    min-height: 0;
  }

  #changeOwnerModal .change-owner-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  #changeOwnerModal .change-owner-actions,
  #artistLinksModal .change-owner-actions {
    grid-template-columns: 1fr;
    justify-content: stretch;
  }

  #changeOwnerModal .change-owner-actions > *,
  #artistLinksModal .change-owner-actions > * {
    width: 100%;
  }

  #postModal .post-head-compose {
    gap: 10px;
    padding-right: 42px;
  }

  #postModal .post-head-copy h3 {
    font-size: 32px;
  }

  #postModal .post-head-nav-btn {
    min-height: 36px;
    padding: 0 12px;
    font-size: 13px;
  }

  #postModal .post-compose-dropzone {
    min-height: 286px;
    padding: 14px !important;
  }

  #postModal .post-compose-entry-main {
    display: grid;
    padding: 12px;
  }

  #postModal .post-compose-entry-media {
    width: 108px;
    height: auto;
    border-radius: 14px;
    justify-self: center;
  }

  #postModal .post-compose-entry-fields #postDescription {
    min-height: 104px;
  }

  #postModal .post-compose-row {
    grid-template-columns: minmax(110px, auto) minmax(0, 1fr) 14px;
    min-height: 54px;
    padding: 0 12px;
  }

  #postModal .post-compose-row-label {
    font-size: 15px;
  }

  #postModal .post-compose-row-value {
    font-size: 13px;
  }

  #postLocationModal .post-compose-more-stack {
    border: 0;
    border-radius: 0;
    background: transparent;
    overflow: visible;
  }

  #postLocationModal .post-compose-more-block {
    padding-left: 0;
    padding-right: 0;
    border-bottom: 0;
  }

  #postLocationModal .post-location-map-block {
    flex: 1 1 auto;
    min-height: 0;
    padding: 0;
  }

  #postLocationModal .post-location-map {
    height: 100%;
    min-height: 100%;
    flex: 1 1 auto;
    border-radius: 0;
  }

  #postLocationModal .post-location-search-block {
    top: calc(env(safe-area-inset-top, 0px) + 10px);
    left: 12px;
    right: 64px;
  }

  #postLocationModal .post-location-fab-stack {
    right: 14px;
    bottom: calc(env(safe-area-inset-bottom, 0px) + 14px);
  }

  #postLocationModal .post-location-footer-block {
    display: none;
  }
}

.instagram-follow-panel {
  width: min(520px, 100%);
  gap: 16px;
  padding-top: 18px;
  border-color: rgba(145, 166, 78, 0.34);
  background:
    radial-gradient(120% 120% at 100% 0%, rgba(161, 189, 68, 0.14), transparent 44%),
    linear-gradient(180deg, rgba(13, 16, 22, 0.98), rgba(10, 13, 18, 0.98));
}

.instagram-follow-head {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}

.instagram-follow-avatar {
  width: 82px;
  height: 82px;
  border-radius: 14px;
  object-fit: cover;
  border: 1px solid rgba(210, 243, 101, 0.5);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.34);
}

.instagram-follow-copy h3 {
  margin: 0 0 4px;
  line-height: 1.15;
}

.instagram-follow-handle {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid rgba(210, 243, 101, 0.28);
  background: rgba(210, 243, 101, 0.11);
  color: #ecf8c6;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2px;
  padding: 4px 9px;
  margin-bottom: 6px;
}

.instagram-follow-copy .panel-sub {
  margin: 0;
  font-size: 15px;
}

.instagram-follow-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.public-profile-panel {
  width: min(620px, 100%);
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 18px;
  height: calc(100vh - 24px);
  height: calc(100dvh - 24px);
  max-height: calc(100vh - 24px);
  max-height: calc(100dvh - 24px);
  min-height: min(680px, calc(100vh - 24px));
  min-height: min(680px, calc(100dvh - 24px));
  overflow-y: auto;
}

.public-profile-head {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
}

.public-profile-avatar-wrap {
  position: relative;
  width: 84px;
  height: 84px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  overflow: hidden;
  border: 1px solid rgba(210, 243, 101, 0.48);
  background: rgba(11, 11, 12, 0.9);
}

.public-profile-avatar {
  width: 84px;
  height: 84px;
  border-radius: 999px;
  object-fit: cover;
  border: 1px solid rgba(210, 243, 101, 0.48);
  background: rgba(11, 11, 12, 0.9);
}

.public-profile-head-copy h3 {
  margin: 0 0 2px;
  line-height: 1.1;
}

.public-profile-head-copy .panel-sub {
  margin: 0;
}

.public-profile-follow-meta {
  margin-top: 6px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  color: var(--text-muted);
  flex-wrap: wrap;
}

.public-profile-follow-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#publicProfileFollowBtn {
  min-width: 120px;
  height: 36px;
  border-radius: 10px;
}

#publicProfileFollowBtn.is-following {
  border-color: rgba(210, 243, 101, 0.45);
  background: rgba(210, 243, 101, 0.14);
  color: #ededeb;
}

.public-profile-tab-shell {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-height: 0;
}

.public-profile-tabs {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  margin-bottom: -1px;
}

.public-profile-tabs button {
  min-height: 36px;
  border-radius: 10px 10px 0 0;
  font-size: 12px;
  white-space: nowrap;
  padding: 0 10px;
  border: 1px solid rgba(210, 243, 101, 0.26);
  border-bottom-color: rgba(210, 243, 101, 0.16);
  background: rgba(14, 14, 15, 0.64);
  color: var(--text-soft);
}

.public-profile-tabs button.is-active {
  border-color: rgba(210, 243, 101, 0.34);
  border-bottom-color: rgba(11, 11, 12, 0.92);
  background: linear-gradient(180deg, rgba(21, 21, 23, 0.96), rgba(11, 11, 12, 0.92));
  color: #ebece9;
  font-weight: 700;
}

.public-profile-tab-content {
  border: 1px solid rgba(210, 243, 101, 0.26);
  border-radius: 0 12px 12px 12px;
  background: rgba(11, 11, 12, 0.92);
  padding: 12px;
}

.public-profile-posts-wrap {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 0 0 auto;
}

.public-profile-posts-wrap > span {
  font-size: 13px;
  color: var(--text-muted);
  margin: 0;
  line-height: 1.2;
}

.public-profile-posts-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 2px;
  min-height: 0;
  flex: 0 0 auto;
  height: auto;
  overflow: visible;
  padding-right: 2px;
  align-content: start;
}

@media (min-width: 900px) {
  .public-profile-panel {
    width: min(1080px, calc(100vw - 34px));
    min-height: min(760px, calc(100vh - 24px));
    min-height: min(760px, calc(100dvh - 24px));
  }

  .public-profile-head {
    grid-template-columns: 96px minmax(0, 1fr) auto;
    gap: 16px;
  }

  .public-profile-follow-actions {
    justify-self: end;
  }

  .public-profile-avatar {
    width: 96px;
    height: 96px;
  }

  .public-profile-avatar-wrap {
    width: 96px;
    height: 96px;
  }

  .public-profile-posts-grid {
    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
    gap: 12px;
  }
}

@media (max-width: 760px) {
  .public-profile-head {
    grid-template-columns: 72px minmax(0, 1fr);
  }

  .public-profile-avatar-wrap {
    width: 72px;
    height: 72px;
  }

  .public-profile-follow-actions {
    grid-column: 1 / -1;
    justify-content: flex-start;
  }
}

.public-profile-empty-section {
  display: grid;
}

.public-profile-empty-card {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(14, 14, 15, 0.86), rgba(11, 11, 12, 0.88));
  padding: 16px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  width: 100%;
  min-height: 94px;
  box-sizing: border-box;
}

.public-profile-empty-card-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  border: 1px solid rgba(221, 250, 124, 0.18);
  background: rgba(221, 250, 124, 0.08);
  color: #ebece9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.public-profile-empty-card-copy {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.public-profile-empty-card h4 {
  margin: 0;
  font-size: 17px;
  line-height: 1.2;
}

.public-profile-empty-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  color: var(--text-muted);
}

.public-profile-social-section {
  display: grid;
  gap: 10px;
}

.public-profile-social-list {
  display: grid;
  gap: 10px;
}

.public-profile-social-card {
  border: 1px solid rgba(210, 243, 101, 0.24);
  border-radius: 12px;
  text-decoration: none;
  color: var(--text);
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 128, 64, 0.14), transparent 44%),
    linear-gradient(180deg, rgba(12, 12, 14, 0.92), rgba(8, 8, 9, 0.92));
  min-height: 56px;
  padding: 10px 12px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(239, 253, 192, 0.06);
  transition: border-color 0.16s ease, transform 0.16s ease, box-shadow 0.16s ease;
}

.public-profile-social-card:hover {
  border-color: rgba(255, 141, 86, 0.62);
  transform: translateY(-1px);
  box-shadow: 0 13px 28px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 206, 176, 0.09);
}

.public-profile-social-card-icon {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  border: 1px solid rgba(210, 243, 101, 0.22);
  background: rgba(6, 6, 7, 0.75);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #f4b08b;
  font-size: 15px;
}

.public-profile-social-card-copy {
  min-width: 0;
  display: grid;
  gap: 1px;
}

.public-profile-social-card-copy strong {
  font-size: 18px;
  line-height: 1.15;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.public-profile-social-card-copy small {
  color: var(--text-muted);
  font-size: 12px;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.public-profile-social-card-open {
  width: 28px;
  height: 28px;
  border-radius: 9px;
  border: 1px solid rgba(210, 243, 101, 0.22);
  background: rgba(8, 8, 8, 0.8);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--text);
  font-size: 12px;
}

.public-profile-social-link {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(14, 14, 15, 0.72);
  min-height: 42px;
  padding: 0 12px;
  text-decoration: none;
  color: var(--text);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.public-profile-social-link:hover {
  border-color: var(--line-strong);
}

.public-profile-social-embed {
  width: 100%;
  min-height: 220px;
  border: 1px solid rgba(210, 243, 101, 0.24);
  border-radius: 12px;
  background: rgba(9, 9, 10, 0.9);
}

.public-profile-set-card {
  border: 1px solid rgba(210, 243, 101, 0.28);
  border-radius: 14px;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 128, 64, 0.18), transparent 42%),
    radial-gradient(circle at 0% 100%, rgba(210, 243, 101, 0.12), transparent 42%),
    linear-gradient(180deg, rgba(14, 14, 15, 0.9), rgba(9, 9, 10, 0.9));
  padding: 11px;
  display: grid;
  grid-template-columns: 172px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.26), inset 0 1px 0 rgba(237, 253, 186, 0.08);
}

.public-profile-set-card--soundcloud {
  border-color: rgba(255, 138, 82, 0.38);
  grid-template-areas:
    "cover top"
    "cover player";
  grid-template-rows: auto auto;
  gap: 12px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 188, 148, 0.08);
}

.public-profile-set-card--youtube {
  border-color: rgba(255, 109, 109, 0.45);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 170, 170, 0.1);
}

.public-profile-set-card--youtube .public-profile-set-source {
  color: #ffb7b7;
  border-color: rgba(255, 126, 126, 0.4);
  background: rgba(255, 109, 109, 0.14);
}

.public-profile-set-card--youtube .public-profile-set-cover-fallback {
  color: rgba(255, 126, 126, 0.95);
}

.public-profile-set-cover-wrap {
  position: relative;
  width: 100%;
  height: 132px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(210, 243, 101, 0.24);
  background: rgba(8, 8, 9, 0.84);
  grid-column: 1;
}

.public-profile-set-card--soundcloud .public-profile-set-cover-wrap {
  grid-area: cover;
  min-height: 176px;
  height: 100%;
  border-color: rgba(255, 138, 82, 0.34);
  border-radius: 12px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 138, 82, 0.2), transparent 52%),
    linear-gradient(180deg, rgba(9, 9, 10, 0.94), rgba(6, 6, 7, 0.9));
}

.public-profile-set-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.public-profile-set-cover-fallback {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  color: rgba(255, 159, 111, 0.9);
  font-size: 26px;
}

.public-profile-set-cover-wrap--fallback .public-profile-set-cover-fallback {
  color: rgba(210, 243, 101, 0.9);
  font-size: 24px;
}

.public-profile-set-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  grid-column: 2;
}

.public-profile-set-card--soundcloud .public-profile-set-top {
  grid-area: top;
  gap: 8px;
}

.public-profile-set-heading {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.public-profile-set-source {
  font-size: 11px;
  color: #ff9a64;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-weight: 700;
  letter-spacing: 0.2px;
  padding: 2px 8px;
  border: 1px solid rgba(255, 152, 96, 0.34);
  border-radius: 999px;
  width: fit-content;
  background: rgba(255, 138, 82, 0.12);
}

.public-profile-set-title {
  font-size: 16px;
  font-weight: 700;
  color: #f7f7f7;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.public-profile-set-meta {
  font-size: 12px;
  color: #d7dec2;
}

.public-profile-set-link {
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid rgba(210, 243, 101, 0.28);
  border-radius: 10px;
  color: var(--text);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(11, 11, 12, 0.92);
  font-size: 12px;
  white-space: nowrap;
}

.public-profile-set-link:hover {
  border-color: rgba(255, 152, 96, 0.6);
}

.public-profile-set-player {
  width: 100%;
  height: 112px;
  border: 1px solid rgba(210, 243, 101, 0.2);
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(9, 9, 10, 0.94), rgba(7, 7, 8, 0.92));
  grid-column: 2;
  display: block;
}

.public-profile-set-card--soundcloud .public-profile-set-player {
  grid-area: player;
  height: 112px;
  border-color: rgba(255, 152, 96, 0.3);
}

.public-profile-set-card--youtube .public-profile-set-player {
  height: 200px;
  border-color: rgba(255, 109, 109, 0.4);
}

/* Rejilla de portadas, en la misma linea visual que la rejilla de publicaciones. */
.public-profile-set-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
  gap: 14px;
}

.public-profile-sets-toolbar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.public-profile-sets-btn {
  min-height: 34px;
  border-radius: 10px;
  border: 1px solid rgba(220, 224, 205, 0.26);
  background: linear-gradient(180deg, rgba(21, 21, 23, 0.95), rgba(12, 12, 13, 0.94));
  color: rgba(245, 245, 244, 0.95);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 0 11px;
  font-size: 12px;
  font-weight: 700;
}

.public-profile-sets-btn:hover {
  border-color: rgba(237, 237, 235, 0.44);
  background: linear-gradient(180deg, rgba(27, 27, 29, 0.96), rgba(15, 15, 16, 0.96));
}

.public-profile-sets-btn.is-disabled,
.public-profile-sets-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.public-profile-set-editor-list {
  display: grid;
  gap: 10px;
}

.public-profile-set-editor-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  border: 1px solid rgba(210, 243, 101, 0.24);
  border-radius: 12px;
  padding: 8px;
  background: linear-gradient(180deg, rgba(11, 11, 12, 0.94), rgba(8, 8, 9, 0.92));
}

.public-profile-set-editor-input {
  width: 100%;
  min-height: 36px;
  border-radius: 10px;
  border: 1px solid rgba(220, 224, 205, 0.26);
  background: rgba(9, 9, 9, 0.92);
  color: #f7f7f7;
  padding: 0 10px;
  font-size: 13px;
}

.public-profile-set-editor-input:focus {
  outline: none;
  border-color: rgba(237, 237, 235, 0.5);
}

.public-profile-set-editor-remove {
  min-height: 32px;
  width: 32px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-color: rgba(220, 224, 205, 0.26) !important;
}

.public-profile-set-editor-remove:hover {
  border-color: rgba(255, 124, 124, 0.52) !important;
}

.public-profile-set-row {
  position: relative;
  display: grid;
  grid-template-areas:
    "cover"
    "copy";
  gap: 8px;
  min-width: 0;
}

.public-profile-set-row-index {
  display: none;
}

.public-profile-set-row-cover {
  grid-area: cover;
  position: relative;
  width: 100%;
  /* height:auto es obligatorio: la regla global de <button> fija 44px. */
  height: auto;
  aspect-ratio: 1 / 1;
  padding: 0;
  border-radius: 12px;
  border: 1px solid rgba(210, 243, 101, 0.2);
  display: grid;
  place-items: center;
  overflow: hidden;
  cursor: pointer;
  font-size: 34px;
  color: rgba(227, 231, 213, 0.82);
  background: radial-gradient(circle at 50% 0%, rgba(255, 138, 82, 0.2), transparent 60%), rgba(7, 7, 8, 0.92);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.public-profile-set-row.is-youtube .public-profile-set-row-cover {
  border-color: rgba(255, 109, 109, 0.32);
  background: radial-gradient(circle at 50% 0%, rgba(255, 109, 109, 0.2), transparent 60%), rgba(7, 7, 8, 0.92);
}

.public-profile-set-row.is-spotify .public-profile-set-row-cover {
  border-color: rgba(189, 232, 49, 0.34);
  background: radial-gradient(circle at 50% 0%, rgba(189, 232, 49, 0.2), transparent 60%), rgba(7, 7, 8, 0.92);
}

