.poster-proof-section {
  position: relative;
  overflow: hidden;
  background: #f4f7f5;
  padding: 76px 24px 88px;
  color: #0f172a;
}
.poster-proof-inner { width: min(1320px, 100%); margin: 0 auto; }
.poster-proof-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.7fr);
  align-items: end;
  gap: 48px;
  margin-bottom: 28px;
}
.poster-proof-kicker {
  display: inline-block;
  color: #047857;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.poster-proof-heading h2 {
  max-width: 780px;
  margin: 12px 0 0;
  color: #10231a;
  font-size: clamp(34px, 4.4vw, 64px);
  font-weight: 900;
  line-height: 0.98;
}
.poster-proof-heading p {
  margin: 0;
  color: #526158;
  font-size: 15px;
  line-height: 1.7;
}
.poster-proof-dashboard {
  overflow: hidden;
  border: 1px solid #243245;
  border-radius: 8px;
  background: #111827;
  box-shadow: 0 34px 80px -38px rgba(15,23,42,0.48);
}
.poster-proof-toolbar {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 12px 16px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  color: white;
}
.poster-proof-toolbar__title { min-width: 0; }
.poster-proof-toolbar__title-line { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; }
.poster-proof-toolbar__title strong { display: block; font-size: 16px; }
.poster-proof-real-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(110,231,183,0.28);
  border-radius: 999px;
  background: rgba(16,185,129,0.12);
  color: #a7f3d0;
  padding: 4px 8px;
  font-size: 9px;
  font-weight: 850;
  text-transform: uppercase;
}
.poster-proof-real-badge::before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #34d399;
  box-shadow: 0 0 0 3px rgba(52,211,153,0.14);
  content: '';
}
.poster-proof-toolbar__meta { display: block; margin-top: 5px; color: #9ca3af; font-size: 11px; }
.poster-proof-toolbar__right { display: flex; align-items: center; gap: 18px; }
.poster-proof-tabs {
  display: grid;
  grid-template-columns: 1fr 1.45fr;
  gap: 3px;
  border: 1px solid rgba(255,255,255,0.13);
  border-radius: 6px;
  background: rgba(255,255,255,0.05);
  padding: 3px;
}
.poster-proof-tab {
  min-height: 34px;
  border: 0;
  border-radius: 4px;
  background: transparent;
  color: #cbd5e1;
  padding: 0 13px;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}
.poster-proof-tab.is-active { background: #22c55e; color: #062a17; }
.poster-proof-total { min-width: 90px; text-align: right; }
.poster-proof-total strong { display: block; color: #6ee7b7; font-size: 21px; line-height: 1; }
.poster-proof-total span { display: block; margin-top: 4px; color: #94a3b8; font-size: 9px; text-transform: uppercase; }
.poster-proof-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  min-height: 570px;
}
.poster-proof-stage { position: relative; min-width: 0; background: #e6ece8; }
#poster-proof-map { position: absolute; inset: 0; }
.poster-proof-map-status {
  position: absolute;
  left: 14px;
  top: 14px;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(15,23,42,0.1);
  border-radius: 5px;
  background: rgba(255,255,255,0.96);
  color: #334155;
  padding: 8px 10px;
  font-size: 10px;
  font-weight: 800;
  box-shadow: 0 10px 22px -14px rgba(15,23,42,0.45);
}
.poster-proof-map-status::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #10b981;
  box-shadow: 0 0 0 3px #d1fae5;
  content: '';
}
.poster-proof-interaction-hint {
  position: absolute;
  left: 14px;
  top: 56px;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: min(360px, calc(100% - 28px));
  border: 1px solid rgba(15,23,42,0.1);
  border-radius: 5px;
  background: rgba(15,23,42,0.9);
  color: white;
  padding: 9px 11px;
  font-size: 10px;
  font-weight: 800;
  box-shadow: 0 10px 24px -14px rgba(15,23,42,0.6);
  pointer-events: none;
}
.poster-proof-interaction-hint::before {
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 50%;
  background: #34d399;
  box-shadow: 0 0 0 0 rgba(52,211,153,0.42);
  animation: poster-proof-hint-pulse 1.8s cubic-bezier(.23,1,.32,1) infinite;
  content: '';
}
.poster-proof-interaction-hint.is-manual::before {
  animation: none;
  box-shadow: 0 0 0 3px rgba(52,211,153,0.16);
}
.poster-proof-pin {
  width: 30px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid white;
  border-radius: 16px 16px 16px 3px;
  background: #2563eb;
  color: white;
  font-size: 10px;
  font-weight: 900;
  box-shadow: 0 5px 12px rgba(15,23,42,0.28);
  opacity: 0;
  transform: rotate(-45deg) scale(0.4);
  animation: poster-proof-pin-in 450ms cubic-bezier(.2,.8,.2,1) forwards;
}
.poster-proof-pin span { transform: rotate(45deg); }
.poster-proof-pin.is-active {
  background: #10b981;
  box-shadow: 0 0 0 5px rgba(16,185,129,0.2), 0 5px 12px rgba(15,23,42,0.3);
  animation: poster-proof-pin-active 650ms cubic-bezier(.23,1,.32,1) both;
  animation-delay: 0ms !important;
}
@keyframes poster-proof-pin-in { to { opacity: 1; transform: rotate(-45deg) scale(1); } }
@keyframes poster-proof-pin-active {
  0% { opacity: 1; transform: rotate(-45deg) scale(0.86); }
  55% { opacity: 1; transform: rotate(-45deg) scale(1.16); }
  100% { opacity: 1; transform: rotate(-45deg) scale(1); }
}
@keyframes poster-proof-hint-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(52,211,153,0.38); }
  50% { box-shadow: 0 0 0 7px rgba(52,211,153,0); }
}
.poster-proof-list {
  position: absolute;
  inset: 0;
  z-index: 5;
  overflow: auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-content: start;
  gap: 10px;
  background: #edf2ee;
  padding: 14px;
}
.poster-proof-list[hidden] { display: none; }
.poster-proof-list-item {
  min-width: 0;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 9px;
  align-items: center;
  border: 1px solid #d9e2dc;
  border-radius: 6px;
  background: white;
  padding: 7px;
  text-align: left;
  cursor: pointer;
}
.poster-proof-list-item:hover, .poster-proof-list-item:focus-visible { border-color: #10b981; outline: none; }
.poster-proof-list-item img { width: 72px; height: 58px; border-radius: 4px; object-fit: cover; }
.poster-proof-list-item strong { display: block; overflow: hidden; color: #17251e; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.poster-proof-list-item span { display: block; margin-top: 4px; color: #64748b; font-size: 8px; }
.poster-proof-detail {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  border-left: 1px solid #dbe4de;
  background: #fff;
  color: #0f172a;
}
.poster-proof-address {
  background: #15803d;
  color: white;
  padding: 18px;
}
.poster-proof-address span { display: block; color: #bbf7d0; font-size: 9px; font-weight: 850; text-transform: uppercase; }
.poster-proof-address strong { display: block; margin-top: 7px; font-size: 15px; line-height: 1.35; }
.poster-proof-photo-wrap { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: #e2e8f0; }
.poster-proof-photo-wrap img { width: 100%; height: 100%; object-fit: cover; transition: opacity 180ms ease; }
.poster-proof-photo-badge {
  position: absolute;
  left: 10px;
  bottom: 10px;
  border-radius: 4px;
  background: rgba(15,23,42,0.86);
  color: white;
  padding: 6px 8px;
  font-size: 9px;
  font-weight: 750;
}
.poster-proof-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 16px 18px; }
.poster-proof-meta div { border-top: 1px solid #e2e8f0; padding-top: 10px; }
.poster-proof-meta span { display: block; color: #94a3b8; font-size: 8px; text-transform: uppercase; }
.poster-proof-meta strong { display: block; margin-top: 4px; color: #25342c; font-size: 11px; }
.poster-proof-check {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: auto 18px 12px;
  border: 1px solid #bbf7d0;
  border-radius: 5px;
  background: #f0fdf4;
  color: #166534;
  padding: 9px 10px;
  font-size: 10px;
  font-weight: 800;
}
.poster-proof-check::before { width: 8px; height: 8px; border-radius: 50%; background: #22c55e; content: ''; }
.poster-proof-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; padding: 0 18px 18px; }
.poster-proof-nav button {
  min-height: 36px;
  border: 1px solid #dbe4de;
  border-radius: 5px;
  background: white;
  color: #334155;
  font: inherit;
  font-size: 10px;
  font-weight: 800;
  cursor: pointer;
}
.poster-proof-nav button:hover { border-color: #10b981; color: #047857; }
@media (max-width: 960px) {
  .poster-proof-heading { grid-template-columns: 1fr; gap: 18px; }
  .poster-proof-body { grid-template-columns: 1fr; }
  .poster-proof-stage { min-height: 470px; }
  .poster-proof-detail { display: grid; grid-template-columns: 220px 1fr; border-left: 0; border-top: 1px solid #dbe4de; }
  .poster-proof-address { grid-column: 1 / -1; }
  .poster-proof-photo-wrap { aspect-ratio: auto; min-height: 190px; }
  .poster-proof-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .poster-proof-section { padding: 58px 14px 68px; }
  .poster-proof-toolbar { align-items: flex-start; flex-direction: column; }
  .poster-proof-toolbar__right { width: 100%; justify-content: space-between; }
  .poster-proof-total { min-width: 70px; }
  .poster-proof-stage { min-height: 430px; }
  .poster-proof-list { grid-template-columns: 1fr; }
  .poster-proof-detail { display: flex; }
  .poster-proof-photo-wrap { flex: 0 0 280px; min-height: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .poster-proof-pin { opacity: 1; transform: rotate(-45deg) scale(1); animation: none; }
  .poster-proof-pin.is-active, .poster-proof-interaction-hint::before { animation: none; }
  .poster-proof-photo-wrap img { transition: none; }
}
