/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[10].use[3]!./app/globals.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
@import url("https://unpkg.com/leaflet@1.9.4/dist/leaflet.css");

:root {
  font-family: "Inter", "Space Grotesk", system-ui, -apple-system,
    BlinkMacSystemFont, "Segoe UI", sans-serif;
  background-color: #040308;
  color: #f5f7fb;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  background: radial-gradient(circle at 20% -10%, #3551ff 0%, #07101c 47%),
    radial-gradient(circle at 80% -20%, rgba(67, 198, 229, 0.78) 0%, transparent 47%),
    linear-gradient(180deg, #091327 0%, #03070d 72%);
  color: #eef2ff;
}

a {
  color: inherit;
  text-decoration: none;
}

.page-shell {
  max-width: 1200px;
  margin: 0 auto;
  padding: 32px 20px 64px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  font-feature-settings: "liga" on, "calt" on;
}

.legal-page {
  max-width: 860px;
  gap: 24px;
}

.legal-lede {
  max-width: 720px;
  margin: 0 auto;
  color: #cdd7ff;
}

.legal-section {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 20px 24px;
  line-height: 1.7;
}

.legal-section h2 {
  margin-top: 0;
  color: #9ac8ff;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.9rem;
}

.legal-section ul {
  margin: 0;
  padding-left: 1.2rem;
  color: #dde4ff;
}

.legal-section a {
  color: #72f5a0;
}

.legal-back {
  text-align: center;
  margin-top: 12px;
}

.legal-back a {
  color: #72f5a0;
  font-weight: 600;
}

.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 12px;
  padding: 32px 0 48px;
  text-align: center;
  color: #a5b4ff;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.site-footer nav {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 0.9rem;
}

.site-footer a {
  color: #72f5a0;
  font-weight: 600;
}


.hero {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.hero h1 {
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  margin: 0;
  letter-spacing: -0.04em;
  text-transform: none;
}

.hero-title {
  font-size: clamp(3.5rem, 8vw, 5.5rem);
  letter-spacing: 0.2em;
  display: inline-flex;
  justify-content: center;
}

.hero-title-link {
  color: inherit;
  text-decoration: none;
  display: inline-flex;
  padding: 6px 12px;
  border-radius: 16px;
}

.hero-title-link:focus-visible {
  outline: 2px solid #72f5a0;
  outline-offset: 6px;
}

.hero .eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.75rem;
  color: #8cb4ff;
  margin: 0;
}

.hero .lede {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0;
}

.hero .support {
  margin: 0 auto;
  max-width: 680px;
  font-size: 1.05rem;
  color: #d1dbff;
  line-height: 1.6;
}

.filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 12px;
}

.filter-chip {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.05);
  color: #f6f9ff;
  border-radius: 999px;
  padding: 12px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  cursor: pointer;
  transition: border 0.2s, transform 0.2s;
}

.filter-chip small {
  font-size: 0.7rem;
  color: #9fb7ff;
}

.filter-chip.active {
  border-color: #72f5a0;
  background: rgba(114, 245, 160, 0.1);
  transform: translateY(-2px);
}

.map-panel {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(5, 7, 20, 0.9);
  z-index: 0;
}

.map-shell {
  width: 100%;
  height: min(70vh, 640px);
  position: relative;
  z-index: 0;
}

.floating-add {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: none;
  background: linear-gradient(135deg, #ff6fd8, #7850ff);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 15px 35px rgba(120, 80, 255, 0.5);
  cursor: pointer;
}

.floating-add:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  box-shadow: none;
}

.map-loader {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #8cb4ff;
}

.error-banner {
  padding: 14px 18px;
  border-radius: 18px;
  background: rgba(255, 138, 138, 0.12);
  border: 1px solid rgba(255, 138, 138, 0.35);
  color: #ffbdbd;
  text-align: center;
  font-weight: 600;
}

.success-banner,
.warning-banner,
.pending-banner {
  padding: 14px 18px;
  border-radius: 18px;
  text-align: center;
  font-weight: 600;
}

.success-banner {
  background: rgba(16, 76, 44, 0.92);
  border: 1px solid rgba(114, 245, 160, 0.46);
  color: #f4fff7;
  box-shadow: 0 14px 32px rgba(7, 32, 19, 0.28);
}

.warning-banner {
  background: rgba(104, 59, 14, 0.92);
  border: 1px solid rgba(255, 166, 58, 0.46);
  color: #fff4e2;
  box-shadow: 0 14px 32px rgba(48, 25, 5, 0.24);
}

.pending-banner {
  background: rgba(28, 46, 104, 0.92);
  border: 1px solid rgba(120, 145, 255, 0.4);
  color: #eef3ff;
  box-shadow: 0 14px 32px rgba(10, 18, 42, 0.24);
}

.map-density-banner {
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 30;
  margin: 0;
  padding: 8px 14px;
  max-width: calc(100% - 120px);
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(12, 17, 38, 0.76);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  font-size: 0.82rem;
  line-height: 1.25;
  color: #dce7ff;
  text-align: center;
  white-space: nowrap;
  pointer-events: none;
}

.cta-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 16px 22px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.cta-copy {
  margin: 4px 0 0;
  font-weight: 600;
}

.submission-guidance {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: -12px;
}

.submission-disclaimer {
  margin: 0;
  text-align: left;
}

.motivation {
  background: rgba(255, 255, 255, 0.03);
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 18px 22px;
}

.motivation-card h3 {
  margin: 0 0 12px;
}

.motivation-card ul {
  margin: 0 0 12px 18px;
  padding: 0;
}

.motivation-card li {
  margin-bottom: 6px;
  color: #c8dafe;
}

.motivation-note {
  margin: 0;
  color: #72f5a0;
  font-weight: 600;
}

.list-panel {
  background: rgba(4, 6, 18, 0.8);
  border-radius: 32px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.55);
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
}

.list-panel header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 16px;
}

.overline {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.7rem;
  margin: 0 0 6px;
  color: #a6b1ff;
}

.disclaimer {
  margin: 0 0 18px;
  font-size: 0.85rem;
  color: #9fb2ff;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 20px;
  padding: 12px 16px;
}

.hero-disclaimer {
  max-width: 720px;
  margin-top: 20px;
}

.map-disclaimer {
  text-align: center;
  margin: 16px auto 40px;
  max-width: 760px;
}

.list-panel h2 {
  margin: 0;
  font-size: 1.8rem;
}

.top-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.post-card {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 18px;
  padding: 18px 22px;
  border-radius: 22px;
  background: linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.15),
      rgba(255, 255, 255, 0.05)
    ),
    rgba(12, 14, 28, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.07);
  box-shadow: 0 18px 40px rgba(5, 7, 17, 0.7);
  transition: border 0.2s ease, transform 0.2s ease;
}

.post-card:hover {
  border-color: rgba(255, 255, 255, 0.25);
  transform: translateY(-2px);
}

.post-thumb-button {
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  align-self: flex-start;
  text-align: left;
  display: block;
  width: 100%;
  max-width: 160px;
}

.post-thumb-button:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.7);
  outline-offset: 4px;
  border-radius: 18px;
}

.post-thumb {
  width: 100%;
  max-width: 160px;
  height: auto;
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  align-self: flex-start;
}

.post-thumb.mini {
  padding: 0;
}

.mini-preview {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}

.post-thumb.mini img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.post-thumb.platform-instagram .mini-preview {
  background: #000;
}

.post-thumb.platform-instagram img {
  object-fit: contain;
}

.thumb-fallback {
  font-size: 0.8rem;
  text-align: center;
  padding: 8px;
  color: #f3f3f3;
}

.platform-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.05em;
  border: 1px solid rgba(255, 255, 255, 0.18);
  margin-bottom: 8px;
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
}

.post-info {
  min-width: 0;
}

.post-title {
  margin: 0 0 6px;
  font-weight: 700;
  font-size: 1.05rem;
  color: #f6f8ff;
  line-height: 1.4;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.post-meta {
  margin: 0;
  color: #95a3d9;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.post-actions {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}

.ghost,
.like-button,
.primary {
  border-radius: 999px;
  padding: 10px 18px;
  border: 1px solid transparent;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
}

.ghost {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.2);
}

.ghost.reported {
  border-color: rgba(255, 128, 128, 0.6);
  color: #ffb3b3;
}

.like-button {
  background: rgba(255, 255, 255, 0.15);
}

.like-button:disabled {
  cursor: not-allowed;
  opacity: 0.4;
}

.like-button.liked {
  background: linear-gradient(135deg, #ffa9fb, #ffdd73);
  color: #0a0b14;
  opacity: 1;
  box-shadow: 0 10px 25px rgba(255, 169, 251, 0.35);
  cursor: not-allowed;
}

.like-button.liked svg {
  color: #0a0b14;
}

.primary {
  background: linear-gradient(135deg, #00ffc6, #5a68ff);
  border: none;
}

.primary:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.empty {
  text-align: center;
  color: #97a0c9;
  margin: 0;
  padding: 32px 0;
}

.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(3, 4, 10, 0.75);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  overflow-y: auto;
  padding: max(12px, env(safe-area-inset-top)) 20px 20px;
  z-index: 2000;
}

.modal-card {
  background: #040611;
  border-radius: 28px;
  width: min(720px, 100%);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 8px;
  max-height: calc(100dvh - 28px);
  overflow: auto;
}

.modal-card.instagram-modal {
  max-height: calc(100dvh - 24px);
  overflow: hidden;
  overflow-x: hidden;
}

.share-card {
  max-width: 520px;
}

.share-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.share-media {
  border-radius: 20px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
}

.share-body code {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 14px;
  font-size: 0.9rem;
  word-break: break-all;
}

.share-actions {
  display: flex;
  gap: 10px;
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  position: sticky;
  top: 0;
  z-index: 5;
  background: #040611;
  padding-top: 2px;
}

.modal-header > div {
  flex: 1 1 auto;
  min-width: 0;
  max-width: calc(100% - 56px);
}

.modal-close-inline {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  padding: 0;
  justify-content: center;
  border-color: rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.12);
  flex: 0 0 auto;
  margin-left: auto;
}

.modal-close-floating {
  position: fixed;
  top: max(10px, env(safe-area-inset-top));
  right: max(10px, env(safe-area-inset-right));
  z-index: 2200;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  background: rgba(4, 6, 17, 0.94);
  color: #f4f7ff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.45);
}

.popup-title-clamped {
  margin: 0;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.popup-title-clamped-2 {
  margin: 0;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.popup-title-mobile-compact {
  white-space: pre-line;
}

.popup-author {
  margin-top: 8px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #c9d8ff;
  max-width: 100%;
}

.popup-author:hover {
  color: #ffffff;
}

.popup-author-avatar,
.popup-author-avatar-fallback {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.3);
  flex: 0 0 auto;
}

.popup-author-avatar-fallback {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 700;
}

.popup-author-name {
  font-size: 0.88rem;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.popup-author-avatar-fallback svg {
  width: 14px;
  height: 14px;
}

.modal-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
}

.modal-body.video-scroll-body {
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  padding-right: 4px;
  padding-bottom: 6px;
}

.modal-body.instagram-body {
  height: auto;
  max-height: calc(100dvh - 130px);
  overflow-y: auto;
  overflow-x: hidden;
  flex: 1 1;
  min-height: 0;
  padding-right: 0;
  scrollbar-gutter: stable;
  -webkit-overflow-scrolling: touch;
}

.modal-card.tiktok-modal {
  max-height: 94vh;
  overflow: hidden;
  overflow-x: hidden;
}

.modal-body.tiktok-body {
  height: auto;
  max-height: calc(94vh - 170px);
  overflow-y: auto;
  overflow-x: hidden;
  flex: 1 1;
  min-height: 0;
  padding-right: 0;
  -webkit-overflow-scrolling: touch;
}

.modal-card.instagram-modal .viewer.instagram-embed.aspect-9-16,
.modal-card.instagram-modal .viewer.instagram-preview.aspect-9-16 {
  width: 100%;
  max-width: min(100%, 520px);
  aspect-ratio: 9 / 16;
  height: auto;
  margin: 0 auto;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 0.9rem;
}

.field input,
.field select {
  padding: 12px 16px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(5, 8, 20, 0.9);
  color: #f9fbff;
}

.field.checkbox-field {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  min-height: 44px;
}

.field.checkbox-field input[type="checkbox"] {
  width: 18px;
  height: 18px;
}

.inline-search-field {
  display: flex;
  gap: 10px;
  align-items: stretch;
}

.inline-search-field input {
  flex: 1 1 auto;
  min-width: 0;
}

.search-place-button {
  justify-content: center;
  white-space: nowrap;
}

.place-search-results {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-height: 180px;
  overflow: auto;
  padding-right: 4px;
}

.place-search-result {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.05);
  color: #edf2ff;
  border-radius: 14px;
  text-align: left;
  padding: 10px 12px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.place-search-result:hover {
  border-color: rgba(90, 136, 255, 0.75);
  background: rgba(90, 136, 255, 0.16);
}

.place-search-result.active {
  border-color: rgba(114, 245, 160, 0.8);
  background: rgba(114, 245, 160, 0.18);
}

.place-search-result span {
  font-size: 0.85rem;
  line-height: 1.35;
  color: #d9e6ff;
}

.place-search-result strong {
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #a9bcff;
}

.location-picked {
  margin: 0;
  color: #a9bcff;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mini-map .map-shell {
  height: 320px;
  border-radius: 24px;
}

.form-message {
  color: #ff8a8a;
  margin: 0;
  font-size: 0.85rem;
}

.modal-footer {
  display: flex;
  justify-content: flex-end;
}

.modal-footer.actions {
  justify-content: flex-start;
  gap: 10px;
  flex-wrap: wrap;
}

.viewer {
  width: min(100%, 720px);
  border-radius: 24px;
  overflow: hidden;
  background: #000;
  position: relative;
  display: flex;
  margin: 0 auto;
  justify-content: center;
}

.instagram-media {
  width: 100% !important;
  border: 0 !important;
  background: transparent !important;
}

.viewer.external {
  display: flex;
  text-decoration: none;
  color: inherit;
}

.post-thumb .viewer,
.post-thumb .viewer * {
  pointer-events: none;
}

.post-thumb .viewer {
  width: 100%;
  max-width: none;
  border-radius: 12px;
  min-height: auto;
}

.post-thumb.mini .viewer {
  width: 100%;
  height: 100%;
}

.post-thumb .viewer iframe,
.post-thumb .viewer img {
  object-fit: cover;
}

.mini-preview.aspect-16-9 {
  aspect-ratio: 16 / 9;
}

.mini-preview.aspect-9-16 {
  aspect-ratio: 9 / 16;
}

.viewer.external img {
  object-fit: cover;
}

.viewer .viewer-media {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.viewer.instagram-embed .viewer-media {
  object-fit: contain;
  background: #000;
}

.external-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.viewer.external.website-card {
  background: #111827;
  overflow: hidden;
}

.external-fallback {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
}

.external-fallback.website-card-fallback {
  justify-content: flex-end;
  align-items: stretch;
  background:
    linear-gradient(180deg, rgba(17, 24, 39, 0.1) 0%, rgba(17, 24, 39, 0.76) 60%, rgba(6, 10, 18, 0.96) 100%),
    linear-gradient(135deg, #1f2937 0%, #111827 100%);
}

.external-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.06) 0%, rgba(15, 23, 42, 0.55) 58%, rgba(2, 6, 23, 0.92) 100%);
  pointer-events: none;
}

.external-copy {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
}

.external-site-label {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  max-width: 100%;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #f8fafc;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.external-card-title {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #fff;
  font-size: 1rem;
  line-height: 1.25;
  text-wrap: balance;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.34);
}

.external-card-description {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: rgba(241, 245, 249, 0.92);
  font-size: 0.82rem;
  line-height: 1.4;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.28);
}

.external-pill {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.35);
}

.viewer iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.viewer.facebook-post-embed {
  background: #f8f9fb;
}

.viewer.facebook-post-embed.aspect-9-16 {
  max-width: min(100%, 460px);
}

.viewer.facebook-post-embed iframe {
  background: #fff;
}

.viewer.instagram-embed {
  width: 100%;
  margin: 0 auto;
  display: block;
  background: #000;
  position: relative;
  overflow: hidden;
}

.viewer.instagram-embed .video-frame,
.viewer.tiktok-local-video .video-frame {
  position: relative;
  width: 100%;
  height: 100%;
}

.viewer.instagram-embed video,
.viewer.tiktok-local-video video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  background: #000;
}

.viewer.instagram-embed .instagram-media {
  margin: 0 !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  max-width: none !important;
  display: block !important;
  background: #000;
}

.viewer.instagram-embed .instagram-media iframe {
  width: 100% !important;
  height: 100% !important;
  border: 0;
  display: block;
}

.viewer.tiktok-embed-viewer {
  background: #000;
  position: relative;
  overflow: hidden;
}

.viewer.tiktok-embed-viewer iframe {
  width: 100% !important;
  height: 100% !important;
  border: 0;
  display: block;
}

.viewer.instagram-preview .viewer-media {
  object-fit: contain;
  background: #000;
}

.aspect-16-9 {
  aspect-ratio: 16 / 9;
}

.aspect-1-1 {
  aspect-ratio: 1 / 1;
  max-width: 520px;
  margin: 0 auto;
}

.aspect-9-16 {
  aspect-ratio: 9 / 16;
  max-width: 360px;
  margin: 0 auto;
}

.aspect-1-1 iframe,
.aspect-9-16 iframe {
  height: 100%;
}

.aspect-instagram-post {
  aspect-ratio: 646 / 867;
  width: min(100%, 420px);
  height: auto;
  margin: 0 auto;
}

.like-tooltip {
  display: none;
}

.pin-icon-wrapper {
  display: block;
}

.pin-cluster-wrapper {
  display: block;
}

.pin-cluster {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at 35% 30%, #86b8ff, #3a63ff 70%);
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 14px 26px rgba(19, 33, 84, 0.52);
  font-weight: 800;
  font-size: 0.92rem;
}

.pin-icon {
  width: 46px;
  height: 50px;
  border-radius: 50% 50% 44% 44%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
  text-transform: uppercase;
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.55);
}

.pin-letter {
  letter-spacing: 0.08em;
}

.pin-icon.pending {
  background: linear-gradient(135deg, #6e7588, #535a6e) !important;
}

.pin-icon-highlight .pin-icon {
  box-shadow:
    0 0 0 4px rgba(114, 245, 160, 0.45),
    0 0 0 9px rgba(114, 245, 160, 0.2),
    0 16px 28px rgba(0, 0, 0, 0.45);
  animation: pin-highlight-pulse 1.45s ease-in-out infinite;
}

@keyframes pin-highlight-pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.08);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes validating-pin-pulse {
  0% {
    transform: translateZ(0) scale(1);
    box-shadow: 0 16px 28px rgba(216, 120, 32, 0.42);
  }
  50% {
    transform: translateZ(0) scale(1.08);
    box-shadow: 0 20px 32px rgba(246, 165, 58, 0.58);
  }
  100% {
    transform: translateZ(0) scale(1);
    box-shadow: 0 16px 28px rgba(216, 120, 32, 0.42);
  }
}

.pin-icon.pending.validating {
  background: linear-gradient(135deg, #f6a53a, #d87820) !important;
  animation: validating-pin-pulse 1.1s ease-in-out infinite;
  transform-origin: center;
  will-change: transform, box-shadow;
}

.pin-status-badge {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #d5d9e7;
  color: #2d3346;
  border-radius: 999px;
  padding: 2px 7px;
  font-size: 0.57rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.35);
  font-weight: 700;
}

.pin-icon.pending.validating .pin-status-badge {
  background: #ffe0b3;
  color: #713f10;
}

@media (prefers-reduced-motion: reduce) {
  .pin-icon.pending.validating,
  .pin-icon-highlight .pin-icon {
    animation: none;
  }
}

.pin-like {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #fff;
  color: #0a0b14;
  border-radius: 999px;
  padding: 2px 6px;
  font-size: 0.65rem;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.35);
  font-weight: 600;
}

.pin-like::before {
  content: "❤️";
  font-size: 0.7rem;
  margin-right: 4px;
}

.pin-icon::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 20px;
  background: inherit;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-top: none;
  box-shadow: 0 16px 22px rgba(0, 0, 0, 0.35);
}

.pin-icon.platform-youtube,
.pin-icon.platform-youtubeShort {
  background: linear-gradient(135deg, #ff416c, #ff4b2b);
}

.pin-icon.platform-tiktok {
  background: linear-gradient(135deg, #00f5a0, #00d9f5);
}

.pin-icon.platform-instagram {
  background: linear-gradient(135deg, #f58529, #dd2a7b, #8134af, #515bd4);
}

.pin-icon.platform-twitter {
  background: linear-gradient(135deg, #0f1419, #2f3644);
}

.pin-icon.platform-facebook {
  background: linear-gradient(135deg, #1877f2, #21a1ff);
}

.pin-icon.platform-linkedin {
  background: linear-gradient(135deg, #0a66c2, #74c0ff);
}

.map-spotlight-popup {
  position: absolute;
  z-index: 900;
  pointer-events: auto;
  cursor: pointer;
}

.map-spotlight-popup:focus-visible {
  outline: 2px solid rgba(114, 245, 160, 0.9);
  outline-offset: 2px;
}

.map-spotlight-card {
  position: relative;
  width: var(--spotlight-width, 196px);
  pointer-events: auto;
  cursor: pointer;
  transform: translate(var(--spotlight-shift-x, -50%), var(--spotlight-shift-y, calc(-100% - 18px)));
}

.map-spotlight-shell {
  position: relative;
  height: var(--spotlight-shell-height, 166px);
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(10, 14, 28, 0.96);
  box-shadow: 0 26px 52px rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}

.map-spotlight-stem {
  position: absolute;
  background: rgba(10, 14, 28, 0.96);
}

.map-spotlight-card.placement-top .map-spotlight-stem {
  left: calc(var(--spotlight-anchor-x, 98px) - 13px);
  bottom: -19px;
  width: 26px;
  height: 20px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.map-spotlight-card.placement-bottom .map-spotlight-stem {
  left: calc(var(--spotlight-anchor-x, 98px) - 13px);
  top: -19px;
  width: 26px;
  height: 20px;
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
}

.map-spotlight-card.placement-left .map-spotlight-stem {
  top: calc(var(--spotlight-anchor-y, 83px) - 13px);
  right: -19px;
  width: 20px;
  height: 26px;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}

.map-spotlight-card.placement-right .map-spotlight-stem {
  top: calc(var(--spotlight-anchor-y, 83px) - 13px);
  left: -19px;
  width: 20px;
  height: 26px;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}

.map-spotlight-media {
  position: relative;
  width: 100%;
  height: 96px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.06);
}

.map-spotlight-media-backdrop {
  position: absolute;
  inset: 0;
  background-position: center center;
  background-size: cover;
  filter: blur(14px) brightness(0.72);
  transform: scale(1.14);
}

.map-spotlight-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 10, 18, 0.12), rgba(8, 10, 18, 0.22));
}

.map-spotlight-thumb {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
  object-position: center center;
  background: transparent;
  pointer-events: none;
}

.map-spotlight-thumb.fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
}

.map-spotlight-thumb.fallback.platform-youtube,
.map-spotlight-thumb.fallback.platform-youtubeShort {
  background: linear-gradient(135deg, #ff416c, #ff4b2b);
}

.map-spotlight-thumb.fallback.platform-instagram {
  background: linear-gradient(135deg, #f58529, #dd2a7b, #8134af, #515bd4);
}

.map-spotlight-thumb.fallback.platform-tiktok {
  background: linear-gradient(135deg, #00f5a0, #00d9f5);
}

.map-spotlight-thumb.fallback.platform-facebook {
  background: linear-gradient(135deg, #1877f2, #21a1ff);
}

.map-spotlight-content {
  padding: 10px 12px 12px;
  pointer-events: none;
}

.map-spotlight-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
}

.map-spotlight-platform,
.map-spotlight-likes {
  font-size: 0.72rem;
  font-weight: 700;
  color: #cfe0ff;
}

.map-spotlight-title {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.3;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 768px) {
  .map-spotlight-card {
    width: var(--spotlight-width, 168px);
  }

  .map-spotlight-shell {
    height: var(--spotlight-shell-height, 148px);
  }

  .map-spotlight-media {
    height: 84px;
  }

  .map-spotlight-media-backdrop {
    filter: blur(12px) brightness(0.74);
  }

  .map-spotlight-content {
    padding: 9px 10px 10px;
  }

  .map-spotlight-title {
    font-size: 0.78rem;
  }
  .page-shell {
    padding: 20px 16px 80px;
  }

  .hero-actions {
    flex-direction: column;
  }

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

  .floating-add {
    top: 16px;
    right: 16px;
  }

  .post-actions {
    width: 100%;
    justify-content: space-between;
  }

  .modal-overlay {
    align-items: flex-start;
    overflow-y: auto;
    padding: max(8px, env(safe-area-inset-top)) 12px 14px;
  }

  .modal-card {
    padding: 18px;
    border-radius: 22px;
    margin-top: 8px;
    max-height: calc(100dvh - 22px);
  }

  .modal-card.instagram-modal,
  .modal-card.tiktok-modal {
    max-height: calc(100dvh - 20px);
  }

  .modal-close-floating {
    display: none !important;
  }

  .floating-add {
    width: 56px;
    height: 56px;
    bottom: 16px;
    right: 16px;
  }

  .cta-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .map-density-banner {
    max-width: calc(100% - 24px);
    white-space: normal;
  }

  .inline-search-field {
    flex-direction: column;
  }

  .inline-search-field .search-place-button {
    width: 100%;
  }

  .modal-card.instagram-modal .viewer.instagram-embed,
  .modal-card.instagram-modal .viewer.instagram-preview {
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 9 / 16;
    margin-left: auto;
    margin-right: auto;
  }

  .modal-card.tiktok-modal .viewer.aspect-9-16 {
    max-width: 100%;
  }

  .modal-card.instagram-modal .viewer.instagram-embed .instagram-media,
  .modal-card.instagram-modal .viewer.instagram-embed iframe,
  .modal-card.instagram-modal .viewer.instagram-embed video,
  .modal-card.instagram-modal .viewer.instagram-embed .video-frame,
  .modal-card.instagram-modal .viewer.instagram-preview .viewer-media {
    width: 100% !important;
    height: 100% !important;
  }
}
.viewer.instagram-photo img {
  object-fit: contain;
  background: #000;
}

.viewer.instagram-photo blockquote {
  margin: 0;
}

.admin-shell {
  max-width: 1200px;
  margin: 0 auto;
  padding: 28px 20px 40px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.admin-header {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
}

.admin-filters {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.admin-filter {
  border-radius: 999px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #e5ecff;
  background: transparent;
  font-weight: 600;
  font-size: 0.9rem;
}

.admin-filter.active {
  border-color: rgba(114, 245, 160, 0.85);
  background: rgba(114, 245, 160, 0.15);
  color: #a5ffc5;
}

.admin-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
  gap: 16px;
}

.admin-card {
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(7, 9, 24, 0.9);
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.admin-card iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  border-radius: 14px;
  background: #000;
}

.admin-meta {
  font-size: 0.86rem;
  line-height: 1.6;
  color: #cbdaff;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.admin-location-block {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.admin-location-block .post-meta {
  margin: 0;
}

.admin-location-map {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  border-radius: 14px;
  background: #0d1024;
}

.admin-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.admin-form {
  max-width: 420px;
  margin: 70px auto;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 24px;
  background: rgba(4, 6, 18, 0.9);
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.admin-reviewers {
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(7, 9, 24, 0.85);
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.admin-reviewers-header h2 {
  margin: 2px 0 4px;
}

.admin-reviewer-create {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 10px;
  align-items: end;
}

.admin-reviewer-create button {
  min-height: 42px;
}

.admin-reviewer-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 12px;
}

.admin-reviewer-card {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(12, 15, 34, 0.92);
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.admin-reviewer-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 0.85rem;
  color: #cbdaff;
}

.admin-reviewer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.admin-reviewer-reset {
  display: flex;
  gap: 8px;
  align-items: end;
}

.admin-reviewer-reset .field {
  flex: 1 1;
}

.admin-pagination-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.admin-pagination-summary {
  margin: 0;
}

.admin-pagination {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.admin-pagination.bottom {
  justify-content: center;
}

.admin-page-link {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 6px 10px;
  text-decoration: none;
  color: #dce7ff;
  font-size: 0.85rem;
  min-width: 34px;
  text-align: center;
  background: transparent;
}

.admin-page-link:hover {
  border-color: rgba(114, 245, 160, 0.65);
}

.admin-page-link.active {
  border-color: rgba(114, 245, 160, 0.85);
  background: rgba(114, 245, 160, 0.18);
  color: #b8ffcf;
}

.admin-page-link.disabled {
  opacity: 0.45;
  pointer-events: none;
}

.admin-synthetic {
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(7, 9, 24, 0.85);
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.admin-synthetic-header-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.admin-synthetic-header-row h2 {
  margin: 2px 0 4px;
}

.admin-synthetic-enabled-form {
  margin-top: 4px;
}

.admin-synthetic-enabled-toggle {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 1.02rem;
  font-weight: 600;
  color: #e9f0ff;
  letter-spacing: 0.03em;
  -webkit-user-select: none;
          user-select: none;
}

.admin-synthetic-enabled-toggle input {
  width: 22px;
  height: 22px;
}

.admin-synthetic-settings-shell {
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(9, 12, 27, 0.82);
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.admin-synthetic-settings-shell h3 {
  margin: 0;
  font-size: 0.96rem;
  color: #e6ecff;
  letter-spacing: 0.03em;
}

.admin-synthetic-settings {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.admin-synthetic-settings .field {
  gap: 6px;
}

.admin-synthetic-setting-row {
  display: grid;
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
  gap: 12px;
  align-items: end;
}

.admin-synthetic-setting-side {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.admin-synthetic-setting-side-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.admin-synthetic-settings input,
.admin-synthetic-settings select {
  min-height: 42px;
}

.admin-synthetic-settings select {
  appearance: none;
  background-color: rgba(8, 10, 28, 0.96);
  color: #ecf2ff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23d9e4ff' d='M4.2 6.1 8 9.9l3.8-3.8 1.2 1.2L8 12.3 3 7.3z'/%3E%3C/svg%3E");
  background-position: calc(100% - 12px) 50%;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  padding-left: 14px;
  padding-right: 38px;
}

.admin-synthetic-settings input:disabled,
.admin-synthetic-settings select:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  border-color: rgba(255, 255, 255, 0.12);
}

.admin-synthetic-hints {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.admin-synthetic-settings-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.admin-synthetic-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.admin-synthetic-summary {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  font-size: 0.84rem;
  color: #c8d6fb;
}

.admin-synthetic-summary span {
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 5px 10px;
  background: rgba(12, 15, 34, 0.92);
}

.admin-synthetic-entry {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.admin-window-separator {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #a8bbdf;
  margin: 2px 0;
}

.admin-window-separator-line {
  flex: 1 1;
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(145, 183, 248, 0.08), rgba(145, 183, 248, 0.8), rgba(145, 183, 248, 0.08));
}

.admin-window-separator-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  text-align: center;
  min-width: min(640px, calc(100vw - 160px));
}

.admin-window-separator-content strong {
  font-size: 0.73rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #d9e5ff;
}

.admin-window-separator-content span {
  font-size: 0.74rem;
  color: #b5c8ea;
}

.admin-synthetic-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.admin-pagination-row-bottom {
  margin-top: 8px;
}

.admin-synthetic-row {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(12, 15, 34, 0.92);
  padding: 10px 12px;
  display: grid;
  grid-template-columns: minmax(172px, auto) 172px 1fr;
  gap: 12px;
  align-items: center;
}

.admin-synthetic-time {
  font-size: 0.79rem;
  color: #95aacb;
  white-space: nowrap;
}

.admin-synthetic-state {
  border-radius: 999px;
  padding: 4px 8px;
  text-align: center;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  font-weight: 700;
  border: 1px solid transparent;
}

.admin-synthetic-state.state-pending {
  color: #dce7ff;
  border-color: rgba(220, 231, 255, 0.4);
  background: rgba(220, 231, 255, 0.1);
}

.admin-synthetic-state.state-executed {
  color: #a7ffca;
  border-color: rgba(114, 245, 160, 0.5);
  background: rgba(114, 245, 160, 0.14);
}

.admin-synthetic-state.state-missed {
  color: #ffd57a;
  border-color: rgba(255, 213, 122, 0.5);
  background: rgba(255, 213, 122, 0.14);
}

.admin-synthetic-state.state-skipped {
  color: #ffb3d5;
  border-color: rgba(255, 179, 213, 0.5);
  background: rgba(255, 179, 213, 0.14);
}

.admin-synthetic-state.state-canceled {
  color: #ffb0b0;
  border-color: rgba(255, 176, 176, 0.5);
  background: rgba(255, 176, 176, 0.15);
}

.admin-synthetic-pin-link {
  color: #dce7ff;
  text-decoration: none;
  font-size: 0.84rem;
}

.admin-synthetic-pin-link:hover {
  color: #a6ffc6;
}

@media (max-width: 768px) {
  .admin-shell {
    padding: 20px 16px 80px;
  }

  .admin-grid {
    grid-template-columns: 1fr;
  }

  .admin-reviewer-create,
  .admin-reviewer-list {
    grid-template-columns: 1fr;
  }

  .admin-reviewer-reset {
    flex-direction: column;
    align-items: stretch;
  }

  .admin-synthetic {
    padding: 14px;
  }

  .admin-synthetic-header-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .admin-synthetic-enabled-form {
    width: 100%;
  }

  .admin-synthetic-enabled-toggle {
    width: 100%;
    justify-content: space-between;
  }

  .admin-synthetic-setting-row {
    grid-template-columns: 1fr;
  }

  .admin-synthetic-setting-side-grid {
    grid-template-columns: 1fr;
  }

  .admin-synthetic-settings-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .admin-pagination-row,
  .admin-pagination-row-bottom {
    justify-content: center;
  }

  .admin-pagination-row {
    flex-direction: column;
    align-items: center;
  }

  .admin-window-separator-content {
    min-width: 0;
    width: 100%;
  }

  .admin-synthetic-row {
    grid-template-columns: 1fr;
    align-items: start;
  }
}

.cookie-consent {
  position: fixed;
  inset: auto 16px 16px 16px;
  display: flex;
  justify-content: center;
  z-index: 1200;
}

.cookie-consent-panel {
  width: min(740px, 100%);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(8, 10, 22, 0.96);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  padding: 14px 16px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
}

.cookie-consent-panel h2 {
  margin: 0 0 8px;
  font-size: 1rem;
}

.cookie-consent-panel p {
  margin: 0;
  color: #d6e0ff;
  font-size: 0.92rem;
  line-height: 1.45;
}

.cookie-consent-links {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px !important;
}

.cookie-consent-links a {
  color: #9bc8ff;
  text-decoration: underline;
}

.cookie-consent-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.turnstile-submit-wrap {
  margin-top: 10px;
  padding: 10px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(9, 12, 28, 0.62);
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.turnstile-widget {
  min-height: 65px;
}

.turnstile-vote-hidden {
  position: fixed;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  left: -9999px;
  top: -9999px;
}

.youtube-embed-viewer {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.caption-hint-banner {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.35;
  color: #fff4c5;
  background: rgba(255, 192, 67, 0.16);
  border: 1px solid rgba(255, 192, 67, 0.45);
  border-radius: 10px;
  padding: 8px 10px;
}


.bottom-info-stack {
  display: grid;
  gap: 0;
  margin-top: 1rem;
  padding: 0.35rem 1.35rem;
  border: 1px solid rgba(143, 167, 255, 0.16);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(14, 20, 42, 0.92), rgba(10, 15, 32, 0.94));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03), 0 18px 34px rgba(0, 0, 0, 0.22);
}

.bottom-info-line {
  margin: 0;
  padding: 1rem 0;
  color: rgba(229, 236, 255, 0.86);
  line-height: 1.72;
}

.bottom-info-line + .bottom-info-line {
  border-top: 1px solid rgba(143, 167, 255, 0.12);
}

@media (max-width: 768px) {
  .bottom-info-stack {
    padding: 0.2rem 1rem;
    border-radius: 20px;
  }

  .bottom-info-line {
    padding: 0.92rem 0;
    line-height: 1.64;
  }
}

