.poki-play-layout { display: grid; gap: 16px; }

.poki-play-hero { padding: 18px; background: linear-gradient(135deg, #ffffff 0%, #f6fbff 100%); border: 1px solid rgba(201, 219, 239, 0.9); }
.poki-play-hero__head { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 8px; }
.poki-play-hero__chips { display: inline-flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.poki-pill-link {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 8px 13px; border-radius: 999px; font-size: 13px; font-weight: 700;
  background: #eaf4ff; border: 1px solid #d4e7fb; color: #1b4c76;
}
.poki-pill {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 6px 11px; border-radius: 999px; font-size: 12px; font-weight: 700;
  background: #fff; border: 1px solid rgba(201, 219, 239, 0.95); color: #335b7d;
}
.poki-play-hero__title { margin: 0; font-size: clamp(1.5rem, 2.8vw, 2rem); line-height: 1.2; color: #002b50; letter-spacing: -0.02em; }
.poki-play-hero__sub { margin: 6px 0 0; font-size: 14px; color: #56748f; }

.poki-play-player { padding: 14px; background: #ffffff; }
.poki-play-toolbar { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.poki-play-toolbar .poki-play-name {
  flex: 1; font-weight: 700; color: #123e63;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.poki-play-toolbar .poki-fs {
  border: 1px solid rgba(0,124,221,0.25);
  background: linear-gradient(135deg, #009cff, #007ed1);
  color: #fff; border-radius: 999px; padding: 8px 14px; font-size: 13px; font-weight: 700;
  cursor: pointer;
}
.poki-stage {
  position: relative; width: 100%; aspect-ratio: 16 / 9; border-radius: 14px; overflow: hidden;
  background: #0d2337; border: 1px solid rgba(8, 30, 47, 0.35);
}
.poki-stage iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

.poki-play-meta { padding: 16px 16px 12px; background: #ffffff; }
.poki-play-meta h2 { margin: 0 0 10px; font-size: 1.25rem; color: #0d3b66; }
.poki-play-meta .des { margin: 0 0 11px; line-height: 1.7; color: #2e4f6a; font-size: 14px; }

.poki-related { padding: 16px; background: #ffffff; }

@media (max-width: 767px) {
  .poki-play-hero { padding: 14px; }
  .poki-play-hero__head { flex-direction: column; align-items: flex-start; }
  .poki-play-player { padding: 10px; }
  .poki-play-toolbar .poki-fs { padding: 7px 12px; font-size: 12px; }
  .poki-play-meta { padding: 14px 12px 10px; }
  .poki-related { padding: 12px; }
}
