.posts-copy {
  text-align: center;
}

.posts-copy .latest-posts-list {
  display: inline-block;
  text-align: left;
}

.posts-copy .latest-posts {
  display: inline-block;
  text-align: left;
}

.latest-empty {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.75);
  font-style: italic;
}
.personal-page {
  padding: 4rem 0 2rem;
  background: linear-gradient(135deg, #f7f7fb, #fdfdf5);
}

.personal-hero {
  text-align: center;
  max-width: 860px;
}

.personal-hero h1 {
  font-size: 2.75rem;
  font-weight: 700;
}

.personal-hero .lead {
  font-size: 1.15rem;
  color: rgba(0, 0, 0, 0.75);
}

body.dark .personal-hero .lead {
  color: rgba(255, 255, 255, 0.7);
}

.eyebrow-label {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #ff6b6b;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

body.dark .eyebrow-label {
  color: #ffa987;
}

.personal-section-wrapper {
  padding: 4rem 0;
  position: relative;
  border-bottom: none;
}

.personal-section-wrapper:nth-of-type(odd) {
  background: linear-gradient(135deg, rgba(244, 247, 252, 0.9), rgba(248, 253, 251, 0.9));
}

.personal-section-wrapper:nth-of-type(even) {
  background: linear-gradient(135deg, rgba(252, 245, 253, 0.9), rgba(247, 250, 255, 0.9));
}

body.dark .personal-section-wrapper:nth-of-type(odd),
body.dark .personal-section-wrapper:nth-of-type(even) {
  background: rgba(18, 20, 30, 0.6);
  border-color: rgba(255, 255, 255, 0.08);
}

.personal-section .section-copy h2 {
  font-size: 2rem;
  font-weight: 700;
}

.personal-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.75rem;
}

@media (min-width: 960px) {
  .personal-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.personal-card {
  border-radius: 1rem;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 12px 35px rgba(20, 16, 34, 0.08);
  height: 100%;
  display: flex;
  flex-direction: column;
}

body.dark .personal-card {
  background: #222331;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.45);
}

.personal-card .card-media {
  width: 100%;
  padding-top: 55%;
  background-size: cover;
  background-position: center;
}

.personal-card .card-body {
  padding: 1.5rem;
}

.personal-card h3 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

.personal-card p {
  margin-bottom: 0.75rem;
  color: rgba(0, 0, 0, 0.8);
}

body.dark .personal-card p {
  color: rgba(255, 255, 255, 0.75);
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.tag {
  font-size: 0.75rem;
  padding: 0.15rem 0.55rem;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.08);
  color: rgba(0, 0, 0, 0.85);
}

body.dark .tag {
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.85);
}

.tag.status {
  background: #0045ff;
  color: #fff;
}

.tag.subtle {
  background: rgba(0, 0, 0, 0.05);
}

.latest-posts h3 {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.75rem;
}

.latest-posts-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.latest-posts-list li {
  margin-bottom: 0.65rem;
}

.latest-posts-list a {
  font-weight: 600;
}

.latest-posts .meta {
  display: block;
  font-size: 0.8rem;
  color: rgba(0, 0, 0, 0.6);
}

body.dark .latest-posts .meta {
  color: rgba(255, 255, 255, 0.6);
}

.gallery-card {
  overflow: hidden;
  border-radius: 1rem;
  box-shadow: 0 10px 30px rgba(20, 16, 34, 0.08);
  background: #fff;
}

body.dark .gallery-card {
  background: #1c1d29;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.45);
}

.gallery-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.gallery-card figcaption {
  padding: 1.25rem;
}

.gallery-card .location {
  font-size: 0.9rem;
  font-weight: 600;
  color: #888;
}

body.dark .gallery-card .location {
  color: rgba(255, 255, 255, 0.65);
}

.personal-empty {
  font-size: 0.95rem;
  color: rgba(0, 0, 0, 0.6);
  margin: 0 auto;
  max-width: 520px;
}

body.dark .personal-empty {
  color: rgba(255, 255, 255, 0.6);
}

.game-preview {
  width: 100%;
  max-width: 260px;
  margin: 1rem auto 0;
  border-radius: 0.9rem;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(11, 6, 40, 0.25);
  background: radial-gradient(circle at 20% 20%, #222844, #0f0f1a);
  position: relative;
  aspect-ratio: 5 / 4;
}

.game-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.game-preview-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.game-preview-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(14, 14, 26, 0.85), rgba(32, 27, 57, 0.45));
  opacity: 0;
  transition: opacity 200ms ease;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
  cursor: pointer;
  z-index: 2;
}

.game-preview-link:hover .game-preview-overlay,
.game-preview-link:focus .game-preview-overlay,
.game-preview-link:focus-visible .game-preview-overlay {
  opacity: 1;
}

.game-preview-play {
  background: #ff6b6b;
  border: none;
  border-radius: 999px;
  padding: 0.65rem 1.5rem;
  font-weight: 600;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  box-shadow: 0 8px 20px rgba(255, 107, 107, 0.35);
  pointer-events: none;
}

.game-preview-play i {
  font-size: 0.95rem;
}


@media (max-width: 767.98px) {
  .personal-hero h1 {
    font-size: 2.1rem;
  }

  .personal-section-wrapper {
    padding: 3rem 0;
  }
}

