.card.card-ad .chips {
  margin-top: 10px;
}

.card.card-ad .card-ad-hero-image {
  aspect-ratio: 4 / 5 !important;
  position: static;
  inset: auto;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  margin: 0 !important;
  object-fit: cover;
  object-position: center;
}

.card-ad-bottom-note {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 4;
  padding: 7px 10px;
  border-radius: 10px;
  border: 1px solid rgba(210, 243, 101, 0.34);
  background: rgba(9, 9, 9, 0.72);
  backdrop-filter: blur(4px);
  color: #ececea;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  pointer-events: none;
}

.ad-inquiry-panel {
  width: min(660px, 100%);
}

.ad-inquiry-form {
  display: grid;
  gap: 10px;
  padding: 10px;
  border: 1px solid rgba(210, 243, 101, 0.28);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(10, 10, 11, 0.94), rgba(8, 8, 8, 0.9));
}

.ad-inquiry-grid-two {
  grid-template-columns: 1fr 1fr;
}

.ad-inquiry-form textarea {
  min-height: 118px;
}

.ad-inquiry-form .primary {
  width: 100%;
}

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

.auth-file-name {
  text-align: center;
  font-size: 13px;
  color: var(--text-muted);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.profile-preview-box {
  width: 136px;
  height: 136px;
  margin: 0 auto;
  border: 1px dashed rgba(210, 243, 101, 0.46);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(13, 13, 15, 0.9), rgba(10, 10, 11, 0.82));
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 0;
  cursor: pointer;
  transition: transform 0.12s ease, border-color 0.12s ease, box-shadow 0.12s ease;
}

.profile-preview-box:hover {
  transform: translateY(-1px);
  border-color: rgba(210, 243, 101, 0.68);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.3);
}

.profile-preview-placeholder {
  display: grid;
  gap: 8px;
  justify-items: center;
  color: var(--text-soft);
  font-size: 13px;
}

.profile-preview-placeholder i {
  font-size: 20px;
}

.profile-preview-box.has-image .profile-preview-placeholder {
  display: none;
}

.profile-preview {
  width: 100%;
  height: 100%;
  border-radius: 999px;
  object-fit: cover;
  border: 0;
  background: rgba(14, 14, 15, 0.86);
}

.auth-inline-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--sp-2);
}

.auth-status {
  min-height: 20px;
  margin: 0;
  font-size: 13px;
  color: var(--text-muted);
}

.auth-status.ok {
  color: var(--primary);
}

.auth-status.error {
  color: #ff9f9f;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--sp-2);
}

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

.post-tabs {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  margin-bottom: -1px;
  overflow-x: auto;
  padding-bottom: 2px;
  scrollbar-width: none;
}

.post-tabs::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

.post-tab {
  width: 44px;
  min-width: 44px;
  height: 38px;
  padding: 0;
  border-radius: 10px 10px 0 0;
  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);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.post-tab i {
  margin-right: 0;
  font-size: 14px;
}

.post-icon-btn {
  width: 42px;
  min-width: 42px;
  height: 40px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.post-icon-btn i {
  margin: 0;
  font-size: 16px;
}

.post-tab.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;
}

.post-section {
  display: grid;
  gap: var(--sp-2);
}

.post-owner-search-results {
  display: grid;
  gap: 8px;
  max-height: 220px;
  overflow-y: auto;
  border: none;
  background: transparent;
}

.post-owner-search-item {
  width: 100%;
  height: 70px;
  text-align: left;
  color: var(--text);
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  border: none;
}

.post-owner-search-item-has-action {
  grid-template-columns: 38px minmax(0, 1fr) auto;
}

.post-owner-search-item-action {
  width: 34px;
  min-width: 34px;
  height: 34px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
}

.post-owner-search-item[data-post-artist-profile] {
  cursor: pointer;
}

.post-invite-item {
  align-items: stretch;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  gap: 8px;
}

.post-invite-link-field {
  margin-top: 6px;
  height: 34px;
  border-radius: 10px;
  border: 1px solid rgba(210, 243, 101, 0.22);
  background: rgba(8, 8, 9, 0.8);
  color: #eff0ee;
  font-size: 12px;
  padding: 0 10px;
  width: 100%;
  min-width: 0;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;
  white-space: nowrap;
  overflow-x: auto;
}

.post-invite-copy-btn {
  min-width: 118px;
  height: 34px;
  border-radius: 10px;
  font-size: 12px;
  white-space: nowrap;
}

.post-invite-actions-stack {
  display: grid;
  gap: 6px;
  align-content: start;
}

@media (max-width: 760px) {
  .post-invite-item {
  }
  .post-invite-copy-btn {
    width: 100%;
  }
}

.post-owner-search-main {
  font-size: 13px;
  line-height: 1.4;
  color: #ececea;
}

.post-owner-search-section-title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #bcc69b;
  margin: 10px 0 8px;
}

.post-owner-search-tag {
  display: inline-flex;
  align-items: center;
  height: 18px;
  margin-left: 6px;
  padding: 0 7px;
  border-radius: 999px;
  font-size: 10px;
  border: 1px solid rgba(210, 243, 101, 0.35);
  color: #eff0ee;
  background: rgba(21, 21, 23, 0.82);
}

.post-owner-search-tag.is-owner {
  border-color: rgba(221, 252, 120, 0.42);
  color: #ededeb;
  background: rgba(57, 69, 19, 0.84);
}

.post-owner-search-tag.is-pending {
  border-color: rgba(242, 205, 132, 0.5);
  color: #ffe7b6;
  background: rgba(44, 34, 16, 0.82);
}

.post-owner-search-sub {
  margin-top: 3px;
  font-size: 11px;
  line-height: 1.3;
  color: #bcc69b;
}

.post-owner-search-copy {
  min-width: 0;
}

.post-owner-search-avatar {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  object-fit: cover;
  border: 1px solid rgba(210, 243, 101, 0.3);
  background: rgba(9, 9, 9, 0.9);
}

.post-owner-search-avatar-placeholder {
  display: grid;
  place-items: center;
  color: #bcc69b;
}

.post-owner-picker-btn {
  width: 100%;
  justify-content: center;
  min-height: 44px;
  border-radius: 12px;
}

.post-owner-selected-label {
  border: 1px solid rgba(210, 243, 101, 0.2);
  border-radius: 12px;
  background: rgba(10, 10, 11, 0.72);
  color: #e4e4e2;
  font-size: 13px;
  line-height: 1.4;
  padding: 10px 12px;
  word-break: break-word;
}

.change-owner-panel {
  width: min(760px, calc(100vw - 28px));
  max-height: calc(100vh - 28px);
  overflow-y: auto;
  padding: 22px 22px 18px;
}

.change-owner-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 10px 12px;
  margin-top: 8px;
}

.change-owner-col {
  display: grid;
  gap: 6px;
}

.change-owner-label {
  font-size: 12px;
  color: var(--text-muted);
}

.change-owner-results {
  grid-column: 1 / -1;
  max-height: 420px;
}

.change-owner-help {
  grid-column: 1 / -1;
  margin-top: 0;
}

.change-owner-actions {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, auto));
  justify-content: end;
  gap: 8px;
}

.post-artists-panel {
  width: min(880px, calc(100vw - 28px));
  height: min(760px, calc(100vh - 28px));
  max-height: calc(100vh - 28px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.post-artists-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 10px;
  margin-bottom: 2px;
}

.post-artist-search-panel {
  width: min(620px, calc(100vw - 28px));
  max-height: min(680px, calc(100dvh - 28px));
  display: grid;
  gap: 12px;
}

.post-artist-search-head {
  display: grid;
  gap: 4px;
  padding-right: 44px;
}

.post-artist-search-head h3 {
  margin: 0;
}

.post-artist-search-row {
  display: inline-flex;
  align-items: stretch;
  border-radius: 999px;
  border: 1px solid rgba(226, 251, 144, 0.24);
  background: rgba(15, 15, 17, 0.52);
  overflow: hidden;
  width: 100%;
}

.post-artist-search-row input {
  flex: 1;
  min-width: 0;
  border: 0;
  background: transparent;
  color: rgba(247, 247, 247, 0.96);
  padding: 12px 16px;
  font-size: 14px;
  outline: none;
}

.post-artist-search-row input::placeholder {
  color: rgba(226, 227, 224, 0.52);
}

.post-artist-search-row button {
  flex: 0 0 52px;
  padding: 0;
  border: 0;
  background: transparent;
  border-radius: 0;
  color: rgba(237, 238, 236, 0.8);
  cursor: pointer;
  transition: all 0.2s ease;
}

.post-artist-search-row button:hover {
  background: rgba(235, 253, 175, 0.1);
  color: rgba(245, 245, 244, 0.96);
}

.post-artists-search-results {
  max-height: min(48dvh, 360px);
  min-height: 220px;
  align-content: start;
}

.post-artist-candidate-item {
  height: auto;
  min-height: 78px;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-self: start;
  align-items: center;
  border: none;
  background: transparent;
  border-radius: 14px;
  padding: 10px;
  overflow: hidden;
}

.post-artist-add-btn {
  min-height: 38px;
  border-radius: 999px;
  padding: 0 12px;
  white-space: nowrap;
  justify-self: end;
}

.post-artist-search-actions {
  display: flex;
  justify-content: flex-end;
}

.post-artist-search-actions button {
  min-width: 120px;
}

#postArtistSearchModal {
  z-index: 75;
}

@media (max-width: 760px) {
  .post-artists-toolbar {
    grid-template-columns: 1fr;
  }

  .post-artist-candidate-item {
    grid-template-columns: 42px minmax(0, 1fr) auto;
    min-height: 78px;
    align-items: center;
  }

  .post-artist-add-btn {
    grid-column: auto;
    width: auto;
    justify-self: end;
    margin-top: 0;
  }

  .post-artist-search-actions button {
    width: 100%;
  }
}

.post-artists-grid {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
  min-height: 0;
  overflow: hidden;
  margin-top: 10px;
}

.post-artists-controls {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: end;
  gap: 12px;
}

.post-artists-search-col {
  min-width: 0;
  position: relative;
}

.post-artists-search-dropdown {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 6px);
  z-index: 6;
  max-height: 230px;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.4);
}

@media (max-width: 760px) {
  .post-artists-controls {
    grid-template-columns: 1fr;
    align-items: stretch;
    gap: 8px;
  }

  .post-artists-controls > button {
    width: 100%;
  }

  .post-artists-search-col {
    position: static;
  }

  .post-artists-search-dropdown {
    position: static;
    left: auto;
    right: auto;
    top: auto;
    z-index: auto;
    margin-top: 6px;
    max-height: 220px;
    box-shadow: none;
  }
}

.post-artists-grid .post-owner-search-results {
  max-height: min(56vh, 420px);
}

.post-artists-assigned-list {
  display: grid;
  gap: 8px;
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  background: rgba(8, 8, 8, 0.7);
}

.post-artists-assigned-list .post-owner-search-section-title:first-child {
  margin-top: 0;
}

.post-collaborators-modal-panel {
  width: min(560px, calc(100vw - 28px));
  max-height: min(720px, calc(100dvh - 28px));
  display: grid;
  gap: 10px;
  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));
  border: 1px solid rgba(145, 166, 78, 0.34);
}

.post-collaborators-head {
  display: grid;
  gap: 2px;
  padding-right: 44px;
}

.post-collaborators-head h3 {
  margin: 0;
  font-size: 20px;
}

.post-collaborators-list {
  max-height: min(58dvh, 460px);
  min-height: 220px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  display: grid;
  gap: 0;
}

.post-collaborator-modal-item {
  min-height: 60px;
  align-items: center;
  border-radius: 0;
  padding: 10px 0;
  border-bottom: 1px solid rgba(240, 241, 239, 0.06);
  background: transparent;
}

.post-collaborator-modal-item[role="button"] {
  cursor: pointer;
}

.post-collaborator-modal-item[role="button"]:hover {
  background: transparent;
  border-color: rgba(220, 251, 119, 0.16);
}

.post-collaborator-modal-item[role="button"]:focus-visible {
  outline: none;
  border-color: rgba(220, 251, 119, 0.28);
  box-shadow: inset 0 -1px 0 rgba(220, 251, 119, 0.22);
}

.post-collaborators-list > .post-owner-search-sub {
  margin-top: 0;
  padding: 10px 0;
}

.post-collaborators-modal-panel .post-owner-search-avatar {
  width: 42px;
  height: 42px;
  border: 0;
  background: rgba(255, 255, 255, 0.03);
}

.post-collaborators-modal-panel .post-owner-search-copy {
  display: grid;
  gap: 2px;
}

.post-collaborators-modal-panel .post-owner-search-main {
  font-size: 14px;
  color: #f2f3f1;
}

.post-collaborators-modal-panel .post-owner-search-sub {
  font-size: 12px;
  color: rgba(203, 209, 182, 0.72);
}

.post-collaborators-modal-panel .post-owner-search-tag {
  margin-left: 8px;
  padding: 0;
  height: auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(227, 247, 161, 0.82);
  font-size: 11px;
  font-weight: 600;
}

.post-collaborators-modal-panel .post-owner-search-tag.is-owner {
  color: #e7fd9e;
  background: transparent;
}

.post-collaborators-modal-panel .post-owner-search-tag::before {
  content: "·";
  margin-right: 6px;
  color: rgba(227, 247, 161, 0.5);
}

@media (max-width: 760px) {
  .topbar-notification-inline-actions {
    justify-content: stretch;
  }

  .topbar-notification-inline-btn {
    flex: 1 1 0;
  }

  .post-collaborators-modal-panel {
    width: 100%;
    max-height: calc(100dvh - 28px);
  }

  .post-collaborators-list {
    max-height: none;
  }
}

.post-artists-accept-btn {
  min-width: 132px;
  min-height: 46px;
  font-weight: 700;
  border-color: rgba(214, 251, 94, 0.72);
  background: linear-gradient(180deg, rgba(215, 251, 96, 0.32), rgba(166, 196, 67, 0.24));
  box-shadow:
    0 0 0 1px rgba(214, 251, 94, 0.28) inset,
    0 8px 22px rgba(189, 224, 76, 0.28);
}

.post-artists-accept-btn:hover {
  border-color: rgba(225, 252, 136, 0.9);
  box-shadow:
    0 0 0 1px rgba(225, 252, 136, 0.34) inset,
    0 10px 26px rgba(206, 239, 96, 0.36);
}

.post-panel {
  width: min(920px, 100%);
  max-height: calc(100vh - 28px);
  overflow-y: auto;
  gap: 14px;
  padding: 18px 18px 16px;
  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));
  box-shadow:
    0 22px 48px rgba(0, 0, 0, 0.46),
    inset 0 1px 0 rgba(230, 252, 155, 0.08);
}

.post-panel .modal-close {
  top: 12px;
  right: 12px;
}

.post-panel .post-head {
  padding-right: 70px;
}

.post-panel .post-head h3 {
  margin: 0;
  font-size: clamp(30px, 2.5vw, 38px);
  line-height: 1.02;
  letter-spacing: -0.45px;
}

.post-panel .panel-sub {
  margin-top: 6px;
  font-size: 18px;
  line-height: 1.2;
  color: #e2eac8;
}

.post-tab-shell {
  border: 1px solid rgba(208, 243, 93, 0.2);
  border-radius: 16px;
  padding: 10px 10px 8px;
  background: linear-gradient(180deg, rgba(13, 13, 14, 0.72), rgba(10, 10, 11, 0.62));
}

.post-tabs {
  gap: 4px;
  padding: 2px 2px 4px;
  margin-bottom: 2px;
}

.post-tab {
  width: 46px;
  min-width: 46px;
  height: 40px;
  border-radius: 12px;
  border: 1px solid rgba(212, 245, 103, 0.24);
  background: rgba(18, 18, 20, 0.82);
}

.post-tab.is-active {
  border-color: rgba(220, 251, 117, 0.56);
  background: linear-gradient(180deg, rgba(34, 34, 38, 0.98), rgba(20, 20, 22, 0.98));
  box-shadow: 0 0 0 2px rgba(203, 236, 95, 0.15);
}

.post-step-pill {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.15px;
  color: #e3e4e1;
  border: 1px solid rgba(210, 243, 101, 0.36);
  background: rgba(87, 100, 45, 0.42);
  padding: 6px 11px;
}

.post-progress {
  display: grid;
  gap: 8px;
  margin: -2px 0 2px;
}

.post-progress-track {
  width: 100%;
  height: 6px;
  border-radius: 999px;
  background: rgba(151, 169, 91, 0.24);
  border: 1px solid rgba(210, 243, 101, 0.24);
  overflow: hidden;
}

.post-progress-bar {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(221, 250, 124, 0.92), rgba(206, 250, 61, 0.92));
  box-shadow: 0 0 12px rgba(221, 250, 124, 0.35);
  transition: width 0.22s ease;
}

.post-step-dots {
  display: flex;
  align-items: center;
  gap: 6px;
}

.post-step-dot {
  width: 9px;
  min-width: 9px;
  height: 9px;
  border-radius: 999px;
  border: 1px solid rgba(179, 200, 110, 0.55);
  background: rgba(88, 98, 54, 0.56);
  padding: 0;
}

.post-step-dot.is-active {
  width: 22px;
  min-width: 22px;
  border-color: rgba(221, 250, 124, 0.72);
  background: linear-gradient(90deg, rgba(221, 250, 124, 0.94), rgba(206, 250, 61, 0.92));
}

.post-section {
  gap: 10px;
}

#postTabInfo {
  display: grid;
  grid-template-columns: minmax(320px, 1.05fr) minmax(360px, 1fr);
  grid-template-rows: auto auto auto auto;
  gap: 12px 14px;
  align-items: start;
}

#postTabInfo > label {
  grid-column: 1;
  grid-row: 1;
  margin-bottom: -2px;
}

#postTabInfo #postImageDropZone {
  grid-column: 1;
  grid-row: 1 / span 4;
  margin-top: 0;
  align-self: stretch;
  min-height: 300px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  cursor: pointer;
}

#postTabInfo #postTitle {
  grid-column: 2;
  grid-row: 1;
}

#postTabInfo #postDescription {
  grid-column: 2;
  grid-row: 2;
  min-height: 218px;
}

#postTabInfo #postTags {
  grid-column: 2;
  grid-row: 3;
}

#postTabInfo #postTitle,
#postTabInfo #postDescription,
#postTabInfo #postTags {
  width: 100%;
}

#postTabInfo #postImagePreview.profile-preview {
  width: 100%;
  height: 100%;
  min-height: 0;
  max-height: none;
  margin: 0;
  border-radius: 12px;
  object-fit: contain;
  object-position: center;
  border: 1px solid rgba(212, 245, 102, 0.34);
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.32);
  background: rgba(7, 7, 8, 0.82);
  flex: 1 1 auto;
}

#postTabInfo #postImageDropZone .upload-trigger {
  display: none;
}

#postTabInfo #postImageFileName {
  font-size: 14px;
  font-weight: 600;
  color: #e1ebc3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#postTabInfo .upload-drop-hint {
  margin-top: -6px;
}

#postTabInfo #postTitle,
#postTabInfo #postTags {
  min-height: 46px;
}

#postTabInfo #postDescription {
  min-height: 230px;
}

.post-section > label {
  font-size: 13px;
  font-weight: 700;
  color: #e4e4e2;
}

.post-section .panel-sub {
  margin-top: -2px;
  font-size: 12px;
  line-height: 1.35;
  color: #bec99c;
}

.post-panel .form-grid {
  gap: 10px;
}

.instagram-import-panel {
  display: grid;
  gap: 8px;
}

.instagram-import-panel > label {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #e0ebba;
}

.ig-import-row {
  grid-template-columns: minmax(0, 1fr) 46px;
  align-items: center;
}

.post-maps-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.post-maps-search-wrap {
  position: relative;
  z-index: 1200;
  isolation: isolate;
}

.post-location-map {
  --post-map-hue: 120deg;
  --post-map-saturation: 0.7;
  --post-map-brightness: 0.72;
  --post-map-contrast: 1.05;
  height: 220px;
  border: 1px solid rgba(210, 243, 101, 0.24);
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.post-location-map .post-map-base-tiles {
  filter: hue-rotate(var(--post-map-hue)) saturate(var(--post-map-saturation)) brightness(var(--post-map-brightness)) contrast(var(--post-map-contrast));
}

.post-location-map .post-map-label-tiles {
  filter: hue-rotate(140deg) saturate(0.55) brightness(1.6) contrast(1.1);
}

.post-location-map .leaflet-control-attribution {
  background: rgba(6, 6, 7, 0.7);
  color: #e3ebca;
  border-radius: 8px 0 0 0;
}

.post-maps-search-results {
  display: grid;
  gap: 6px;
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 6px);
  z-index: 1300;
  border: 1px solid rgba(210, 243, 101, 0.24);
  border-radius: 12px;
  background: rgba(10, 10, 11, 0.9);
  padding: 8px;
  max-height: 190px;
  overflow-y: auto;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.42);
}

.post-maps-search-item {
  width: 100%;
  text-align: left;
  min-height: 58px;
  border-radius: 10px;
  border: 1px solid rgba(210, 243, 101, 0.2);
  background: rgba(13, 13, 14, 0.86);
  color: var(--text);
  padding: 11px 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  overflow: hidden;
  line-height: 1.25;
  min-width: 0;
}

.post-maps-search-item strong {
  display: block;
  font-size: 13px;
  line-height: 1.3;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.post-maps-search-item span {
  display: block;
  font-size: 12px;
  line-height: 1.3;
  margin: 0;
  padding: 0;
  color: var(--text-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.post-price-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #e2e3df;
}

.post-price-table {
  display: grid;
  gap: 8px;
}

.post-price-toolbar {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.post-price-add-row-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 8px;
  padding: 12px 16px;
  border-radius: 14px;
  border: 1px dashed rgba(210, 243, 101, 0.22);
  background: rgba(210, 243, 101, 0.03);
  color: rgba(210, 243, 101, 0.65);
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: border-color 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.post-price-add-row-btn:hover {
  border-color: rgba(210, 243, 101, 0.42);
  background: rgba(210, 243, 101, 0.07);
  color: rgba(210, 243, 101, 0.9);
}

.post-compose-url-fields {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 4px;
}

.post-compose-url-entry {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.post-compose-url-entry-label {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: rgba(210, 243, 101, 0.5);
  padding: 0 2px;
}

.post-compose-url-entry-label i {
  font-size: 12px;
}

.post-price-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 130px 52px 40px;
  gap: 8px;
  align-items: center;
}

.post-price-row-head {
  grid-template-columns: 28px minmax(0, 1fr) 130px 52px;
  background: rgba(17, 17, 19, 0.82);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #dae5b6;
}

.post-price-add-btn {
  width: 24px;
  min-width: 24px;
  height: 24px;
  padding: 0;
  border-radius: 999px;
  font-weight: 700;
  justify-self: center;
}

.post-price-row-head span:last-child {
  text-align: center;
}

.post-price-enabled {
  justify-self: center;
  width: 16px;
  height: 16px;
}

.post-price-remove-btn {
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  padding: 0;
  justify-self: end;
  border-radius: 12px;
}

.post-price-label,
.post-price-value {
  min-height: 38px;
}

@media (max-width: 760px) {
  .post-price-row-head {
    display: none;
  }
  .post-price-row {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 10px;
  }
  .post-price-enabled {
    justify-self: start;
  }
  .post-price-remove-btn {
    justify-self: start;
  }
}

.post-time-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 6px;
  margin-top: 6px;
}

.post-time-row select {
  min-height: 42px;
}

.post-time-presets {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.post-time-preset {
  min-height: 32px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
}

.post-date-range-block {
  display: grid;
  gap: 6px;
}

#postOpenDateRangeModalBtn {
  justify-content: flex-start;
  min-height: 42px;
}

.post-date-range-summary {
  border: 1px solid rgba(210, 243, 101, 0.2);
  border-radius: 12px;
  background: rgba(10, 10, 11, 0.72);
  color: #e4e4e2;
  font-size: 13px;
  line-height: 1.4;
  padding: 9px 12px;
}

.post-date-range-modal-panel {
  position: relative;
  width: min(560px, calc(100vw - 24px));
  max-height: calc(100vh - 24px);
  overflow-y: auto;
}

.post-date-range-time-summary {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.post-date-range-time-chip {
  display: grid;
  gap: 4px;
  text-align: left;
  color: #f4f4f3;
  border: none;
  background: transparent;
  
}

.post-date-range-time-chip:disabled {
  cursor: default;
}

.post-date-range-time-chip-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #c7d2a5;
}

.post-date-range-time-chip strong {
  font-size: 18px;
  line-height: 1;
}

.post-date-range-time-overlay {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(9, 11, 2, 0.72);
  backdrop-filter: blur(10px);
}

.post-date-range-time-sheet {
  width: min(360px, 100%);
  display: grid;
  gap: 14px;
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(210, 243, 101, 0.2);
  background:
    linear-gradient(180deg, rgba(16, 16, 18, 0.98), rgba(10, 10, 11, 0.98));
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.38);
}

.post-date-range-time-sheet-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.post-date-range-time-sheet-head h4 {
  margin: 2px 0 0;
  font-size: 24px;
  line-height: 1.05;
}

.post-date-range-time-sheet-head .panel-sub {
  margin: 6px 0 0;
}

.post-date-range-time-kicker {
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  border-radius: 999px;
  border: 1px solid rgba(210, 243, 101, 0.24);
  background: rgba(106, 122, 53, 0.22);
  color: #ececea;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.post-date-range-time-presets {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.post-date-range-time-preset {
  min-height: 46px;
  border-radius: 14px;
  border: 1px solid rgba(210, 243, 101, 0.18);
  background: rgba(14, 14, 16, 0.94);
  color: #f8f8f7;
  font-weight: 700;
}

.post-date-range-time-preset.is-active {
  border-color: rgba(221, 250, 124, 0.58);
  background: linear-gradient(180deg, rgba(209, 238, 113, 0.28), rgba(153, 179, 69, 0.22));
  box-shadow: 0 0 0 1px rgba(221, 250, 124, 0.18) inset;
}

.post-date-range-time-field {
  display: grid;
  gap: 8px;
}

.post-date-range-time-field span {
  font-size: 12px;
  font-weight: 700;
  color: #e7eed2;
}

.post-date-range-time-field input {
  min-height: 52px;
  border-radius: 14px;
}

.post-mini-cal-head {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) 40px;
  align-items: center;
  gap: 8px;
}

.post-mini-cal-head strong {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.02em;
}

.post-mini-cal-weekdays {
  margin-top: 6px;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 4px;
}

.post-mini-cal-weekdays span {
  text-align: center;
  font-size: 11px;
  color: #d2dab5;
  font-weight: 700;
}

.post-mini-cal-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 4px;
}

.post-mini-cal-day {
  min-height: 34px;
  border-radius: 8px;
  border: 1px solid rgba(210, 243, 101, 0.2);
  background: rgba(11, 11, 12, 0.84);
  color: var(--text);
  font-size: 12px;
}

.post-mini-cal-day.is-muted {
  opacity: 0.38;
}

.post-mini-cal-day.is-selected {
  background: linear-gradient(180deg, rgba(221, 250, 124, 0.34), rgba(165, 194, 70, 0.24));
  border-color: rgba(221, 250, 124, 0.62);
  color: #f5f5f4;
}

.post-mini-cal-day.is-in-range {
  background: rgba(210, 243, 101, 0.15);
  border-color: rgba(210, 243, 101, 0.4);
}

#postTabLocation {
  gap: 12px;
}

#postTabLocation .form-grid:last-of-type {
  margin-top: 4px;
}

@media (max-width: 640px) {
  .post-location-map {
    height: 180px;
  }
  .post-maps-search-results {
    max-height: 150px;
  }
  #postTabLocation {
    gap: 10px;
  }

  .post-date-range-modal-panel {
    width: 100vw;
    max-width: 100vw;
    min-height: 100dvh;
    height: 100dvh;
    max-height: 100dvh;
    margin: 0;
    padding: calc(env(safe-area-inset-top, 0px) + 16px) 12px calc(env(safe-area-inset-bottom, 0px) + 14px);
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .post-date-range-time-summary {
  }

  .post-date-range-time-overlay {
    padding: 12px;
  }

  .post-date-range-time-sheet {
    width: 100%;
    border-radius: 20px;
    padding: 16px;
  }

  .post-date-range-time-sheet-head h4 {
    font-size: 22px;
  }
}

.upload-field {
  border-radius: 14px;
  padding: 10px;
  background: rgba(13, 13, 15, 0.7);
}

.upload-trigger {
  min-width: 190px;
  height: 40px;
  border-radius: 11px;
  border-color: rgba(215, 247, 110, 0.4);
  background: rgba(20, 20, 22, 0.92);
}

.upload-hint {
  font-size: 13px;
  color: #cdd5b4;
}

.upload-drop-hint {
  margin-top: -2px;
  color: #b6c193;
}

.post-panel input,
.post-panel textarea {
  border-radius: 13px;
  border: 1px solid rgba(206, 239, 95, 0.28);
  background: rgba(9, 9, 9, 0.78);
  min-height: 44px;
  padding: 11px 14px;
}

.post-panel textarea {
  min-height: 124px;
  resize: vertical;
}

.post-panel input::placeholder,
.post-panel textarea::placeholder {
  color: #a1a985;
}

.post-panel input:focus,
.post-panel textarea:focus {
  border-color: rgba(221, 252, 119, 0.62);
  box-shadow: 0 0 0 3px rgba(208, 241, 100, 0.14);
}

.post-panel .post-actions {
  margin-top: 4px;
  padding-top: 12px;
}

.post-panel #postPrevBtn {
  min-height: 48px;
  border-radius: 13px;
  font-size: 16px;
  font-weight: 700;
}

.post-panel #savePostBtn {
  min-height: 48px;
  font-size: 19px;
  font-weight: 800;
  letter-spacing: 0.2px;
  border-radius: 13px;
}

.post-head-quick {
  align-items: end;
}

.post-head-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  margin-bottom: 8px;
  border-radius: 999px;
  border: 1px solid rgba(218, 250, 111, 0.34);
  background: rgba(82, 96, 38, 0.34);
  color: #e6e7e4;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.post-sections.post-sections-quick {
  height: auto;
  min-height: 0;
  overflow: visible;
  padding-top: 0;
  padding-bottom: 110px;
}

.post-panel-steps {
  max-width: 760px;
}

.post-head-steps {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.post-stepper {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.post-step-dot {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(210, 243, 101, 0.24);
  background: rgba(11, 11, 12, 0.72);
  color: #bec99c;
  font-weight: 800;
}

.post-step-dot.is-active {
  border-color: rgba(221, 252, 119, 0.62);
  background: linear-gradient(180deg, rgba(120, 137, 63, 0.96), rgba(70, 81, 36, 0.96));
  color: #f8f8f7;
  box-shadow: 0 0 0 3px rgba(208, 241, 100, 0.12);
}

.post-step-line {
  width: 28px;
  height: 2px;
  border-radius: 999px;
  background: rgba(221, 252, 119, 0.22);
}

.post-sections.post-sections-quick.post-sections-steps {
  height: var(--post-sections-height, 220px);
  min-height: 180px;
  overflow: hidden;
  border-radius: 18px;
  padding-bottom: 0;
  background: rgba(8, 8, 9, 0.28);
}

.post-sections.post-sections-quick.post-sections-steps .post-section.post-section-quick {
  position: absolute;
  inset: 0;
  padding-top: 0;
  opacity: 0;
  transform: translateY(10px) scale(0.985);
  pointer-events: none;
  clip-path: inset(0 0 100% 0 round 14px);
  filter: blur(1.5px);
  display: grid;
  gap: 14px;
  transition:
    opacity 0.2s ease,
    transform 0.24s cubic-bezier(0.2, 0.65, 0.2, 1),
    clip-path 0.28s cubic-bezier(0.2, 0.65, 0.2, 1),
    filter 0.2s ease;
}

.post-sections.post-sections-quick.post-sections-steps .post-section.post-section-quick.is-active {
  position: relative;
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
  clip-path: inset(0 0 0 0 round 14px);
  filter: blur(0);
}

.post-step-screen {
  display: grid;
  gap: 14px;
}

.post-step-screen-media {
  grid-template-columns: 1fr;
}

.post-step-screen-info {
  grid-template-columns: 124px minmax(0, 1fr);
  align-items: start;
  gap: 14px;
}

.post-step-image-dropzone {
  min-height: 420px;
  padding: 14px !important;
  justify-content: center;
}

.post-step-image-mini {
  position: sticky;
  top: 0;
  min-height: 168px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(240, 241, 239, 0.12);
  background: rgba(9, 9, 9, 0.82);
  display: grid;
  place-items: center;
}

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

.post-step-image-mini-empty {
  width: 100%;
  min-height: 168px;
  display: grid;
  place-items: center;
  color: rgba(232, 232, 230, 0.72);
  font-size: 34px;
  background:
    radial-gradient(circle at top, rgba(236, 253, 178, 0.14), transparent 38%),
    linear-gradient(180deg, rgba(13, 13, 15, 0.96), rgba(9, 9, 10, 0.98));
}

.post-step-form {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.post-advanced-grid-single {
  grid-template-columns: 1fr;
  padding: 0;
}

.post-actions-steps {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
}

.post-actions-steps #postPrevBtn,
.post-actions-steps #savePostBtn {
  min-height: 50px;
}

.post-sections.post-sections-quick .post-section.post-section-quick {
  position: relative;
  inset: auto;
  padding-top: 0;
  opacity: 1;
  transform: none;
  pointer-events: auto;
  clip-path: none;
  filter: none;
  display: grid;
  gap: 14px;
}

#postModal #postSections.post-sections-quick #postTabInfo.post-section-quick {
  grid-template-columns: 1fr !important;
  grid-template-rows: none !important;
  align-items: stretch !important;
}

#postModal #postSections.post-sections-quick #postTabInfo.post-section-quick > * {
  grid-column: auto !important;
  grid-row: auto !important;
}

.post-quick-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1.05fr);
  gap: 12px;
  align-items: start;
  min-width: 0;
}

.post-quick-image {
  min-height: 280px;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 8px;
  min-width: 0;
}

.post-quick-main {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.post-quick-location-grid {
  grid-template-columns: minmax(0, 1.2fr) minmax(180px, 0.8fr);
}

#postModal #postSections.post-sections-quick .post-quick-main > #postTitle,
#postModal #postSections.post-sections-quick .post-quick-main > #postDescription,
#postModal #postSections.post-sections-quick .post-quick-main > #postTags,
#postModal #postSections.post-sections-quick .post-quick-main > .post-quick-location-grid,
#postModal #postSections.post-sections-quick .post-quick-main > .post-maps-search-wrap,
#postModal #postSections.post-sections-quick .post-quick-main > #postLocationMap,
#postModal #postSections.post-sections-quick .post-quick-main > .panel-sub,
#postModal #postSections.post-sections-quick .post-quick-main > .post-date-range-block,
#postModal #postSections.post-sections-quick .post-quick-image#postImageDropZone {
  grid-column: auto !important;
  grid-row: auto !important;
  width: 100% !important;
}

#postModal #postSections.post-sections-quick .post-quick-image#postImageDropZone {
  margin-top: 0 !important;
  padding: 10px !important;
}

#postModal #postSections.post-sections-quick .post-quick-image #postImagePreview.profile-preview {
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  min-height: 0 !important;
  margin: 0 !important;
  object-fit: contain !important;
  flex: 0 0 auto !important;
}

#postModal #postSections.post-sections-quick .post-quick-main input,
#postModal #postSections.post-sections-quick .post-quick-main textarea,
#postModal #postSections.post-sections-quick .post-quick-main button {
  min-width: 0;
}

#postModal .instagram-import-panel-hero .ig-import-row {
  grid-template-columns: minmax(0, 1fr) 48px;
  align-items: center;
  gap: 0;
  border: 1px solid rgba(206, 239, 95, 0.28);
  border-radius: 14px;
  background: rgba(9, 9, 9, 0.78);
  overflow: hidden;
}

#postModal .instagram-import-panel-hero .post-icon-btn {
  width: 48px;
  min-width: 48px;
  padding: 0;
  height: 100%;
  border: 0;
  border-left: 1px solid rgba(206, 239, 95, 0.22);
  border-radius: 0;
  background: rgba(18, 18, 20, 0.82);
  box-shadow: none;
}

#postModal .instagram-import-panel-hero .ig-import-row input {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

#postModal .instagram-import-panel-hero .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);
}

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

#postModal #postSections.post-sections-quick .post-advanced-card > input,
#postModal #postSections.post-sections-quick .post-advanced-card > textarea,
#postModal #postSections.post-sections-quick .post-advanced-card > button,
#postModal #postSections.post-sections-quick .post-advanced-card > .panel-sub,
#postModal #postSections.post-sections-quick .post-advanced-card > .post-price-quick-toggle,
#postModal #postSections.post-sections-quick .post-advanced-card > .post-price-quick-row,
#postModal #postSections.post-sections-quick .post-advanced-card > .post-artists-assigned-list,
#postModal #postSections.post-sections-quick .post-advanced-card > .post-owner-selected-label {
  grid-column: auto !important;
  grid-row: auto !important;
  width: 100% !important;
  min-width: 0;
}

.post-quick-date-block {
  margin-top: 2px;
}

.instagram-import-panel-hero {
  padding: 12px;
  border-radius: 14px;
  background:
    radial-gradient(120% 160% at 0% 0%, rgba(129, 148, 67, 0.18), transparent 48%),
    rgba(11, 11, 12, 0.84);
}

.instagram-import-panel-hero > label {
  font-size: 13px;
}

.post-advanced-details {
  border: 1px solid rgba(210, 243, 101, 0.2);
  border-radius: 14px;
  background: rgba(9, 9, 10, 0.74);
  overflow: visible;
}

.post-advanced-details > summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  cursor: pointer;
  padding: 12px 14px;
  font-weight: 700;
  color: #ededeb;
  transition: background 0.22s ease, color 0.22s ease;
}

.post-advanced-details > summary::-webkit-details-marker {
  display: none;
}

.post-advanced-details[open] > summary::after {
  transform: rotate(180deg);
  color: #f5f5f4;
}

.post-advanced-details[open] > summary {
  background: rgba(18, 18, 20, 0.42);
}

.post-advanced-summary-note {
  font-size: 12px;
  font-weight: 600;
  color: #bec99c;
}

.post-accordion-body {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition:
    grid-template-rows 0.28s cubic-bezier(0.2, 0.65, 0.2, 1),
    opacity 0.2s ease,
    transform 0.24s ease;
  transform: translateY(-6px);
}

.post-accordion-body > * {
  min-height: 0;
  overflow: hidden;
}

.post-advanced-details[open] > .post-accordion-body {
  grid-template-rows: 1fr;
  opacity: 1;
  transform: translateY(0);
}

#postModal #postLogisticsDetails > .post-accordion-body,
#postModal #postLogisticsDetails > .post-accordion-body > * ,
#postModal #postLogisticsDetails .post-advanced-grid,
#postModal #postLogisticsDetails .post-advanced-card,
#postModal #postLogisticsDetails .post-maps-search-wrap {
  overflow: visible;
}

#postModal #postLogisticsDetails .post-maps-search-wrap {
  z-index: 1400;
}

#postModal #postLogisticsDetails .post-maps-search-results {
  z-index: 1500;
}

.post-advanced-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 0 14px 14px;
}

.post-accordion-panel {
  padding: 0 14px 14px;
}

.post-location-picked {
  color: #d6e0b6;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  padding: 0;
  min-height: 0;
}

#postModal #postVenue {
  display: none;
  margin-top: 2px;
}

.post-date-simple-block {
  display: grid;
  gap: 10px;
}

.post-choice-pill-group {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.post-choice-pill {
  min-height: 42px;
  border-radius: 12px;
  border: 1px solid rgba(206, 239, 95, 0.24);
  background: rgba(13, 13, 14, 0.78);
  color: #e3eacd;
  font-weight: 700;
}

.post-choice-pill.is-active {
  border-color: rgba(221, 250, 124, 0.62);
  background: linear-gradient(180deg, rgba(76, 87, 39, 0.96), rgba(25, 25, 27, 0.96));
  color: #f8f8f7;
  box-shadow: 0 0 0 2px rgba(208, 241, 100, 0.12);
}

.post-advanced-card {
  display: grid;
  gap: 8px;
  padding: 12px;
  border: 1px solid rgba(210, 243, 101, 0.16);
  border-radius: 14px;
  background: rgba(13, 13, 14, 0.68);
}

.post-advanced-card h4 {
  margin: 0;
  font-size: 14px;
  color: #eaeae8;
}

#postTabArtists {
  align-content: start;
}

#postModal #postArtistsDetails .post-advanced-grid {
  grid-template-columns: minmax(0, 1fr);
}

#postModal #postPriceDetails > #postTabPrice {
  width: 100%;
  max-width: none;
  padding: 12px 14px 14px;
}

#postModal #postArtistsDetails #postTabArtists {
  width: 100%;
  max-width: none;
  min-height: 0;
  padding: 14px;
}

#postModal #postTabArtists .change-owner-label {
  font-size: 12px;
  color: #d6e0b6;
  margin-top: 2px;
}

#postModal #postTabArtists .post-owner-picker-btn {
  justify-content: center;
}

#postModal #postTabArtists .post-artists-search-dropdown {
  position: static;
  max-height: 180px;
  margin-top: -2px;
}

.post-artists-inline-list {
  min-height: 180px;
  border: 1px solid rgba(210, 243, 101, 0.16);
  border-radius: 14px;
  background: rgba(10, 10, 11, 0.54);
  padding: 10px;
  display: grid;
  gap: 8px;
}

.post-artists-inline-list .post-owner-search-section-title {
  margin-top: 2px;
}

.post-artists-inline-list .post-owner-search-item,
.post-artists-inline-list .post-invite-item {
}

.post-artists-inline-list .post-owner-search-item:not(.post-invite-item) {
  height: auto;
  min-height: 68px;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  align-items: center;
}

.post-artists-inline-list .post-owner-search-copy {
  min-width: 0;
  display: grid;
  gap: 2px;
  align-content: center;
}

.post-artists-inline-list .post-owner-search-main {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  line-height: 1.25;
}

.post-artists-inline-list .post-owner-search-main .post-owner-search-tag {
  margin-left: 0;
}

.post-artists-inline-list .post-owner-search-item:not(.post-invite-item) .post-owner-search-sub {
  margin: 0;
  min-height: 0;
  display: block;
  text-align: left;
}

.post-artists-inline-list .post-invite-item {
  height: auto;
  min-height: 68px;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  align-items: center;
}

.post-artists-inline-list .post-invite-item .post-owner-search-copy {
  align-content: start;
  gap: 6px;
}

.post-artists-inline-list .post-invite-item .post-owner-search-main {
  line-height: 1.25;
}

.post-artists-inline-list .post-invite-item .post-owner-search-main .post-owner-search-tag {
  margin-left: 0;
}

.post-artists-inline-list .post-invite-item .post-invite-link-field {
  margin-top: 0;
}

.post-artists-inline-list .post-invite-item .post-invite-actions-stack {
  width: 136px;
}

.post-artists-inline-list .post-invite-item .post-invite-copy-btn {
  width: 100%;
}

.post-artists-inline-list > .post-owner-search-sub {
  margin: 0;
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#postModal #postPriceDetails > #postTabPrice {
  gap: 10px;
}

#postPricesModal #postTabPrice {
  display: grid;
  gap: 14px;
  padding: 0;
  align-content: start;
  grid-auto-rows: min-content;
  overflow-y: auto;
  overscroll-behavior: contain;
}

#postPricesModal .post-price-row.post-price-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) 112px 42px;
  gap: 0;
  align-items: center;
  padding: 0;
  min-height: 48px;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid rgba(210, 243, 101, 0.14);
  background: rgba(7, 7, 8, 0.9);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
}

#postPricesModal .post-price-checkbox-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  min-width: 46px;
  min-height: 48px;
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: 0;
  border-right: 1px solid rgba(210, 243, 101, 0.1);
  background: rgba(210, 243, 101, 0.08);
  cursor: pointer;
}

#postPricesModal .post-price-enabled {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: #d2f365;
}

#postPricesModal .post-price-label,
#postPricesModal .post-price-value {
  min-height: 48px;
  margin: 0;
  padding: 0 14px;
  border-radius: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  font-size: 14px;
}

#postPricesModal .post-price-label {
  min-width: 0;
  border-right: 1px solid rgba(210, 243, 101, 0.1);
}

#postPricesModal .post-price-value {
  text-align: center;
  font-weight: 800;
  padding-inline: 12px;
  border-right: 1px solid rgba(210, 243, 101, 0.1);
}

#postPricesModal .post-price-remove-btn {
  width: 42px;
  min-width: 42px;
  height: 48px;
  min-height: 48px;
  padding: 0;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffb8b8;
  border: 0;
  background: rgba(255, 112, 112, 0.06);
  flex: 0 0 auto;
}

#postPricesModal .post-price-remove-btn:hover {
  background: rgba(255, 112, 112, 0.12);
  color: #ffd1d1;
}

#postPricesModal .post-price-remove-btn span {
  display: none;
}

#postModal #postPriceDetails > #postTabPrice .post-price-row.post-price-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  padding: 14px;
  align-items: stretch;
  border-radius: 14px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(210, 243, 101, 0.18) !important;
  color: var(--primary) !important;
  background: rgba(9, 9, 10, 0.78) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
}

#postModal #postPriceDetails > #postTabPrice .post-price-topbar {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#postModal #postPriceDetails > #postTabPrice .post-price-checkbox-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: flex-start;
  width: fit-content;
  min-height: 34px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(210, 243, 101, 0.14);
  background: rgba(210, 243, 101, 0.05);
}

#postModal #postPriceDetails > #postTabPrice .post-price-checkbox-label {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #ddeab3;
}

#postModal #postPriceDetails > #postTabPrice .post-price-enabled {
  width: 18px;
  height: 18px;
  margin: 0;
  cursor: pointer;
  accent-color: #d2f365;
}

#postModal #postPriceDetails > #postTabPrice .post-price-inputs-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 120px;
  gap: 10px;
  align-items: center;
}

#postModal #postPriceDetails > #postTabPrice .post-price-label,
#postModal #postPriceDetails > #postTabPrice .post-price-value {
  border: 1px solid rgba(210, 243, 101, 0.16);
  border-radius: 8px;
  background: rgba(9, 9, 9, 0.86);
  box-shadow: none;
  min-height: 44px;
  margin: 0;
  padding: 0 14px;
  font-size: 14px;
}

#postModal #postPriceDetails > #postTabPrice .post-price-label {
  min-width: 0;
}

#postModal #postPriceDetails > #postTabPrice .post-price-value {
  text-align: center;
  font-weight: 800;
}

#postModal #postPriceDetails > #postTabPrice .post-price-actions {
  display: flex;
  justify-content: flex-start;
}

#postModal #postPriceDetails > #postTabPrice .post-price-remove-btn {
  min-width: 108px;
  height: 38px;
  min-height: 38px;
  padding: 0 12px;
  justify-self: flex-start;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 0;
}

@media (min-width: 761px) and (max-width: 1024px) {
  #postModal #postPriceDetails > #postTabPrice .post-price-row.post-price-card {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 14px;
  }

  #postModal #postPriceDetails > #postTabPrice .post-price-inputs-wrap {
    grid-template-columns: minmax(0, 1fr) 118px;
  }

  #postModal #postPriceDetails > #postTabPrice .post-price-label,
  #postModal #postPriceDetails > #postTabPrice .post-price-value {
    min-height: 42px;
    padding: 0 14px;
  }
}

@media (max-width: 760px) {
  #postPricesModal #postTabPrice {
    padding: 0;
  }

  #postPricesModal .post-price-row.post-price-card {
    grid-template-columns: auto minmax(0, 1fr) 92px 42px;
    padding: 0;
    gap: 0;
    border-radius: 14px;
  }

  #postPricesModal .post-price-label,
  #postPricesModal .post-price-value {
    min-height: 44px;
    padding: 0 12px;
  }

  #postPricesModal .post-price-checkbox-wrap {
    min-height: 44px;
    width: 44px;
    min-width: 44px;
  }

  #postPricesModal .post-price-remove-btn {
    width: 44px;
    min-width: 44px;
    min-height: 44px;
    padding: 0;
  }

  #postModal #postArtistsDetails #postTabArtists {
    padding: 12px;
  }

  #postModal #postPriceDetails > #postTabPrice {
    padding: 10px;
  }

  .post-artists-inline-list {
    min-height: 140px;
  }

  .post-artists-inline-list > .post-owner-search-sub {
    min-height: 96px;
  }

  .post-artists-inline-list .post-invite-item {
    grid-template-columns: 38px minmax(0, 1fr) auto;
  }

  .post-artists-inline-list .post-invite-item .post-invite-actions-stack {
    width: 108px;
  }

  #postModal #postPriceDetails > #postTabPrice .post-price-row.post-price-card {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 14px;
  }

  #postModal #postPriceDetails > #postTabPrice .post-price-inputs-wrap {
    grid-template-columns: minmax(0, 1fr) 96px;
    gap: 10px;
  }

  #postModal #postPriceDetails > #postTabPrice .post-price-label,
  #postModal #postPriceDetails > #postTabPrice .post-price-value {
    min-height: 42px;
    padding: 0 12px;
    font-size: 14px;
  }

  #postModal #postPriceDetails > #postTabPrice .post-price-remove-btn {
    width: 100%;
    justify-content: center;
  }
}

@media (min-width: 761px) {
  #postPricesModal .post-prices-panel {
    width: min(640px, calc(100vw - 40px));
  }
}

.post-price-quick-toggle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  color: #e8e8e6;
}

.post-price-quick-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
}

.post-price-quick-row label,
.post-price-quick-row span {
  font-size: 13px;
  font-weight: 700;
  color: #dde7bc;
}

#postModal input[type="datetime-local"] {
  min-height: 46px;
}

.post-actions-quick {
  grid-template-columns: 1fr;
}

#postModal .post-advanced-details + .post-advanced-details {
  margin-top: 10px;
}

#postModal .post-location-map {
  height: 170px;
}

#postModal .post-date-range-summary {
  padding: 8px 12px;
  min-height: 0;
}

#postModal .post-panel .post-actions.post-actions-quick {
  position: sticky;
  bottom: 0;
  padding-top: 10px;
  padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 6px);
  margin-top: -84px;
  z-index: 5;
}

#postModal .post-panel #savePostBtn {
  min-height: 54px;
}

#postModal .post-panel-compose {
  width: min(780px, calc(100vw - 28px));
  padding: 18px 18px 16px;
  border: 1px solid rgba(164, 190, 77, 0.34);
  background:
    radial-gradient(120% 160% at 0% 0%, rgba(92, 106, 46, 0.18), transparent 50%),
    linear-gradient(180deg, rgba(9, 9, 9, 0.98), rgba(8, 8, 9, 0.985));
  box-shadow:
    0 28px 60px rgba(0, 0, 0, 0.42),
    inset 0 0 0 1px rgba(201, 229, 109, 0.08);
}

#postModal .post-head-compose {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding-right: 48px;
  margin-bottom: 14px;
}

#postModal .post-head-copy {
  min-width: 0;
}

#postModal .post-head-copy h3 {
  margin: 2px 0 4px;
  font-size: clamp(34px, 4.6vw, 58px);
  line-height: 0.96;
  letter-spacing: -0.04em;
}

