/* ============================================
   PAPER PARCHMENT ABOUT OVERLAY (VINTAGE JOURNAL)
   ============================================ */

.parchment-about-overlay {
  background: #f5f0e6 !important;
  background-image: radial-gradient(ellipse at center, #fcf9f2 0%, #ebe2d0 100%) !important;
  color: #1c1a17 !important;
  padding: 0 !important;
  overflow-y: auto !important;
  position: fixed;
  inset: 0;
  z-index: 2000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(100%);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.35, 1), opacity 0.4s ease, visibility 0.4s ease !important;
}

.parchment-about-overlay.active {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translateX(0) !important;
}

/* ============================================
   TOP-TO-BOTTOM CASCADING CONTENT ENTRANCE
   (Synchronized with 3.4s Page Turn)
   ============================================ */

@keyframes aboutCascadeDown {
  0% {
    opacity: 0;
    transform: translateY(-24px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.parchment-about-overlay.active .paper-header .paper-section-num,
.parchment-about-overlay.active .paper-header .paper-num-line {
  animation: aboutCascadeDown 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.25s both;
}

.parchment-about-overlay.active .paper-main-title {
  animation: aboutCascadeDown 0.95s cubic-bezier(0.16, 1, 0.3, 1) 0.5s both;
}

.parchment-about-overlay.active .paper-subtitle-wrapper {
  animation: aboutCascadeDown 0.95s cubic-bezier(0.16, 1, 0.3, 1) 0.75s both;
}

.parchment-about-overlay.active .paper-header-pen-sketch {
  animation: aboutCascadeDown 1.0s cubic-bezier(0.16, 1, 0.3, 1) 0.65s both;
}

.parchment-about-overlay.active .about-close {
  animation: aboutCascadeDown 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.4s both;
}

.parchment-about-overlay.active .journal-timeline-spine {
  animation: aboutCascadeDown 1.1s cubic-bezier(0.16, 1, 0.3, 1) 0.9s both;
}

.parchment-about-overlay.active #journal-sec-1 .journal-step-badge {
  animation: aboutCascadeDown 0.95s cubic-bezier(0.16, 1, 0.3, 1) 1.05s both;
}

.parchment-about-overlay.active #journal-sec-1 .profile-left {
  animation: aboutCascadeDown 0.95s cubic-bezier(0.16, 1, 0.3, 1) 1.25s both;
}

.parchment-about-overlay.active #journal-sec-1 .profile-right-specs {
  animation: aboutCascadeDown 0.95s cubic-bezier(0.16, 1, 0.3, 1) 1.45s both;
}

.parchment-about-overlay.active #journal-sec-2 {
  animation: aboutCascadeDown 0.95s cubic-bezier(0.16, 1, 0.3, 1) 1.75s both;
}

.parchment-about-overlay.active #journal-sec-3 {
  animation: aboutCascadeDown 0.95s cubic-bezier(0.16, 1, 0.3, 1) 2.05s both;
}

.parchment-about-overlay.active #journal-sec-4 {
  animation: aboutCascadeDown 0.95s cubic-bezier(0.16, 1, 0.3, 1) 2.35s both;
}

.parchment-about-overlay.active #journal-sec-5 {
  animation: aboutCascadeDown 0.95s cubic-bezier(0.16, 1, 0.3, 1) 2.6s both;
}

.parchment-about-overlay.active #journal-sec-6 {
  animation: aboutCascadeDown 0.95s cubic-bezier(0.16, 1, 0.3, 1) 2.85s both;
}

.parchment-about-overlay.active #journal-sec-7 {
  animation: aboutCascadeDown 0.95s cubic-bezier(0.16, 1, 0.3, 1) 3.1s both;
}

.paper-journal-layout {
  max-width: 1050px;
  margin: 0 auto;
  padding: 4rem 2rem 6rem 2rem;
  position: relative;
}

.paper-header-pen-sketch {
  position: absolute;
  top: 3rem;
  right: 2rem;
  width: 90px;
  height: 90px;
  opacity: 0.85;
}

.journal-body-grid {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 1.5rem;
  margin-top: 3rem;
  position: relative;
}

.journal-timeline-spine {
  position: relative;
  width: 80px;
}

.spine-svg {
  width: 80px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.journal-sections-column {
  display: flex;
  flex-direction: column;
  gap: 4.5rem;
}

.journal-section {
  position: relative;
}

.journal-step-badge {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 0.8rem;
  position: relative;
}

.spine-pointer-arrow {
  position: absolute;
  left: -52px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  opacity: 0.85;
  pointer-events: none;
}

.spine-pointer-arrow svg {
  width: 45px;
  height: 16px;
}

.paper-svg-icon {
  width: 22px;
  height: 22px;
  stroke: #4a433a;
  display: block;
}

.pill-svg-icon {
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: -2px;
  margin-right: 4px;
}

.paper-skill-svg {
  width: 22px;
  height: 22px;
  stroke: #4a433a;
  display: block;
}

.paper-hobby-svg {
  width: 32px;
  height: 32px;
  stroke: #4a433a;
  display: block;
  margin: 0 auto;
}

.step-num {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #ede4d3;
  border: 1.5px solid #3a342c;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: 1.15rem;
  color: #1c1a17;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}

.step-script {
  font-family: var(--font-handwriting);
  font-size: 1.45rem;
  color: #4a433a;
}

.mountain-sketch {
  width: 65px;
  height: 32px;
  margin-left: 0.5rem;
}

.paper-meta-label {
  font-family: var(--font-mono);
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  color: #7a7266;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.3rem;
}

.journal-sec-title {
  font-family: var(--font-serif);
  font-size: 2.1rem;
  font-weight: 700;
  color: #1c1a17;
  margin-bottom: 1.5rem;
  letter-spacing: -0.01em;
}

/* Profile Section */
.profile-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 2.5rem;
  margin-top: 0.8rem;
}

.profile-name {
  font-family: var(--font-serif);
  font-size: 2.4rem;
  font-weight: 700;
  color: #1c1a17;
  margin-bottom: 0.8rem;
}

.profile-bio {
  font-family: var(--font-serif);
  font-size: 1.08rem;
  line-height: 1.65;
  color: #3b352e;
  margin-bottom: 1.5rem;
}

.profile-scroll-note {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-handwriting);
  font-size: 1.35rem;
  color: #5c5448;
}

.profile-right-specs {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background: #f4eee2;
  border: 1px solid rgba(60, 50, 40, 0.16);
  padding: 1.5rem;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.04);
}

.spec-item {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.spec-icon {
  font-size: 1.2rem;
}

.spec-text {
  display: flex;
  flex-direction: column;
}

.spec-label {
  font-family: var(--font-mono);
  font-size: 0.6rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #7a7266;
}

.spec-val {
  font-family: var(--font-serif);
  font-size: 1rem;
  font-weight: 600;
  color: #1c1a17;
}

/* Education Card */
.paper-edu-card {
  display: flex;
  align-items: center;
  gap: 1.8rem;
  background: #f4eee2;
  border: 1px solid rgba(60, 50, 40, 0.16);
  border-radius: 12px;
  padding: 1.8rem;
  box-shadow: 0 6px 20px rgba(0,0,0,0.04);
}

.edu-building-sketch {
  width: 90px;
  height: 70px;
  flex-shrink: 0;
}

.edu-institution {
  font-family: var(--font-serif);
  font-size: 1.45rem;
  font-weight: 700;
  color: #1c1a17;
  margin-bottom: 0.3rem;
}

.edu-degree-text {
  font-family: var(--font-serif);
  font-size: 1.05rem;
  color: #4a433a;
  margin-bottom: 0.8rem;
}

.edu-pills-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.paper-pill {
  font-family: var(--font-serif);
  font-size: 0.85rem;
  background: rgba(60, 50, 40, 0.06);
  border: 1px solid rgba(60, 50, 40, 0.15);
  padding: 0.25rem 0.7rem;
  border-radius: 6px;
  color: #3b352e;
}

.paper-pill.accent-pill {
  background: rgba(200, 16, 46, 0.08);
  border-color: rgba(200, 16, 46, 0.25);
  color: #8b1022;
  font-weight: 600;
}

/* ============================================
   INTERACTIVE SKILLS & COMPETENCIES MATRIX
   ============================================ */

.skills-section-header {
  margin-bottom: 1.8rem;
}

.skills-sec-desc {
  font-family: var(--font-serif);
  font-size: 1.08rem;
  line-height: 1.6;
  color: #4a433a;
  max-width: 600px;
}

.skills-interactive-container {
  display: grid;
  grid-template-columns: 290px 1fr;
  gap: 2rem;
  align-items: stretch;
  margin-top: 1.5rem;
}

/* Left Column: Category Tabs Menu */
.skills-nav-tabs {
  background: transparent;
  border: 1px solid rgba(60, 52, 42, 0.09);
  border-radius: 8px;
  overflow: visible;
  box-shadow: none;
  display: flex;
  flex-direction: column;
}

.skill-tab-btn {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 1rem 1.3rem;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(60, 52, 42, 0.06);
  text-align: left;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
  font-family: var(--font-serif);
  color: #554e44;
  width: 100%;
}

.skill-tab-btn:first-child {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.skill-tab-btn:last-child {
  border-bottom: none;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}

.skill-tab-btn .tab-icon {
  font-family: var(--font-mono);
  font-size: 0.92rem;
  font-weight: 600;
  width: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #554e44;
  transition: color 0.2s ease;
}

.skill-tab-btn .tab-num {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  color: #9c9283;
  letter-spacing: 0.08em;
}

.skill-tab-btn .tab-name {
  font-size: 1.02rem;
  font-weight: 500;
  color: #4a433a;
  flex: 1;
  transition: color 0.2s ease, font-weight 0.2s ease;
}

.skill-tab-btn .tab-active-dot {
  width: 5.5px;
  height: 5.5px;
  border-radius: 50%;
  background: #a8291c;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.skill-tab-btn .tab-arrow-pointer {
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 14px;
  height: 14px;
  background: #f5f0e6;
  border-top: 1px solid rgba(60, 52, 42, 0.1);
  border-right: 1px solid rgba(60, 52, 42, 0.1);
  opacity: 0;
  transition: opacity 0.2s ease;
  z-index: 10;
}

.skill-tab-btn:hover {
  background: rgba(60, 52, 42, 0.035);
}

.skill-tab-btn:hover .tab-name,
.skill-tab-btn:hover .tab-icon {
  color: #1c1a17;
}

.skill-tab-btn.active {
  background: rgba(60, 52, 42, 0.045);
}

.skill-tab-btn.active .tab-name {
  font-weight: 700;
  color: #1c1a17;
}

.skill-tab-btn.active .tab-icon {
  color: #1c1a17;
}

.skill-tab-btn.active .tab-active-dot {
  opacity: 1;
}

.skill-tab-btn.active .tab-arrow-pointer {
  opacity: 1;
}

/* Right Column: Detailed Interactive Sheet */
.skills-display-sheet {
  position: relative;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(60, 52, 42, 0.09);
  border-radius: 10px;
  padding: 2.2rem 2.6rem;
  box-shadow: 0 4px 20px rgba(40, 32, 22, 0.02);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  min-height: 440px;
}

.sheet-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2rem;
  flex-wrap: wrap;
  gap: 1.2rem;
}

.sheet-title-group {
  display: flex;
  flex-direction: column;
}

.sheet-num {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  color: #a8291c;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: 0.2rem;
}

.sheet-title {
  font-family: var(--font-serif);
  font-size: 2.4rem;
  font-weight: 700;
  color: #1c1a17;
  margin: 0 0 0.3rem 0;
  line-height: 1.1;
}

.sheet-subtitle-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.sheet-subtitle {
  font-family: var(--font-handwriting);
  font-size: 1.6rem;
  color: #4a433a;
  line-height: 1.2;
}

.proficiency-guide-box {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.45rem;
}

.guide-tag {
  font-family: var(--font-mono);
  font-size: 0.65rem;
  letter-spacing: 0.18em;
  color: #6a6256;
  background: rgba(60, 52, 42, 0.07);
  border: 1px solid rgba(60, 52, 42, 0.18);
  border-radius: 100px;
  padding: 0.25rem 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
}

.guide-legend {
  display: flex;
  gap: 0.9rem;
  font-family: var(--font-serif);
  font-size: 0.82rem;
  color: #5a5247;
}

.dot-full {
  color: #1c1a17;
  font-size: 0.9rem;
  margin-right: 3px;
}

.dot-adv {
  color: #2c2825;
  font-size: 0.85rem;
  letter-spacing: -2px;
  margin-right: 4px;
}

.dot-fam {
  color: #4a433a;
  font-size: 0.85rem;
  letter-spacing: -2px;
  margin-right: 4px;
}

.dot-exp {
  color: #7a7063;
  font-size: 0.85rem;
  margin-right: 3px;
}

/* Skills Cards Grid Container */
.sheet-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.8rem;
  margin-bottom: 2rem;
  position: relative;
  z-index: 2;
}

.tech-detail-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0.8rem 0.5rem;
  transition: transform 0.25s ease;
}

.tech-detail-card:hover {
  transform: translateY(-3px);
}

.tech-icon-blob-wrapper {
  position: relative;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.tech-watercolor-blob {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 45% 45%, rgba(195, 180, 160, 0.45) 0%, rgba(195, 180, 160, 0.1) 60%, transparent 75%);
  border-radius: 46% 54% 52% 48% / 48% 46% 54% 52%;
  filter: blur(1px);
}

.tech-icon-svg {
  position: relative;
  z-index: 2;
  width: 42px;
  height: 42px;
  stroke: #2c2825;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.tech-name {
  font-family: var(--font-serif);
  font-size: 1.35rem;
  font-weight: 700;
  color: #1c1a17;
  margin-bottom: 0.35rem;
}

.tech-dots-row {
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  color: #2c2825;
  margin-bottom: 0.6rem;
}

.tech-desc {
  font-family: var(--font-serif);
  font-size: 0.88rem;
  line-height: 1.5;
  color: #554e44;
}

.sheet-mountain-sketch {
  position: absolute;
  bottom: 6px;
  right: 12px;
  width: 290px;
  height: 75px;
  pointer-events: none;
  z-index: 1;
  opacity: 0.5;
}

/* Responsive adjustment */
@media (max-width: 900px) {
  .skills-interactive-container {
    grid-template-columns: 1fr;
  }
  .skill-tab-btn .tab-arrow-pointer {
    display: none;
  }
}
  font-size: 0.6rem;
  letter-spacing: 0.15em;
  color: #7a7266;
}

.skill-cat-name {
  font-family: var(--font-serif);
  font-size: 1.18rem;
  font-weight: 700;
  color: #1c1a17;
  margin-bottom: 0.7rem;
}

.skill-tags-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.45rem;
}

/* Leadership Cards */
.paper-leadership-list {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.paper-lead-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f4eee2;
  border: 1px solid rgba(60, 50, 40, 0.16);
  border-radius: 12px;
  padding: 1.6rem 2rem;
  box-shadow: 0 6px 20px rgba(0,0,0,0.04);
}

.lead-code {
  font-family: var(--font-mono);
  font-size: 0.62rem;
  letter-spacing: 0.15em;
  color: #7a7266;
  display: block;
  margin-bottom: 0.2rem;
}

.lead-title {
  font-family: var(--font-serif);
  font-size: 1.4rem;
  font-weight: 700;
  color: #1c1a17;
  margin-bottom: 0.2rem;
}

.lead-sub {
  font-family: var(--font-serif);
  font-size: 0.95rem;
  color: #61584c;
  font-style: italic;
  margin-bottom: 0.5rem;
}

.lead-desc {
  font-family: var(--font-serif);
  font-size: 1.02rem;
  color: #3b352e;
  line-height: 1.5;
  max-width: 650px;
}

.lead-sketch-img {
  width: 100px;
  height: 65px;
  flex-shrink: 0;
}

/* ============================================
   SECTION 05: WHAT I DO OFF-SCREEN (HOBBIES)
   ============================================ */

.offscreen-header-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2.2rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.offscreen-subtitle {
  font-family: var(--font-handwriting);
  font-size: 1.55rem;
  color: #4a433a;
  margin-top: 0.2rem;
}

.offscreen-note-badge {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.recharge-text {
  font-family: var(--font-handwriting);
  font-size: 1.45rem;
  color: #2c2825;
  line-height: 1.1;
  text-align: right;
}

.recharge-text em {
  font-style: normal;
  color: #1c1a17;
}

.offscreen-cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.4rem;
}

.offscreen-card {
  position: relative;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(60, 52, 42, 0.1);
  border-radius: 10px;
  padding: 2.2rem 1.3rem 1.6rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 4px 16px rgba(40, 32, 22, 0.02);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.offscreen-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(40, 32, 22, 0.06);
}

.offscreen-pill-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #96281e;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(150, 40, 30, 0.3);
  border: 2px solid #fbf7ee;
}

.offscreen-art-box {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.offscreen-art-svg {
  width: 100%;
  height: 100%;
}

.offscreen-card-title {
  font-family: var(--font-serif);
  font-size: 1.35rem;
  font-weight: 700;
  color: #1c1a17;
  margin-bottom: 0.45rem;
}

.offscreen-card-desc {
  font-family: var(--font-serif);
  font-size: 0.92rem;
  line-height: 1.55;
  color: #554e44;
}

.highlight-ink {
  color: #96281e;
  font-style: italic;
  font-weight: 600;
}

/* ============================================
   SECTION 06: CURRENTLY PLAYING (GAMING)
   ============================================ */

.gaming-header-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2.2rem;
  flex-wrap: wrap;
  gap: 1.2rem;
}

.gaming-subtitle {
  font-family: var(--font-handwriting);
  font-size: 1.55rem;
  color: #4a433a;
  margin-top: 0.2rem;
}

.gaming-header-note {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.gaming-note-text {
  font-family: var(--font-handwriting);
  font-size: 1.4rem;
  color: #3a342c;
  line-height: 1.1;
  text-align: right;
}

.gaming-cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.4rem;
  margin-bottom: 2.2rem;
}

.taped-game-card {
  position: relative;
  background: rgba(255, 255, 255, 0.22);
  border: 1px solid rgba(60, 52, 42, 0.1);
  border-radius: 8px;
  overflow: visible;
  box-shadow: 0 4px 16px rgba(40, 32, 22, 0.03);
  transition: transform 0.25s ease;
  padding-bottom: 0.5rem;
}

.taped-game-card:hover {
  transform: translateY(-4px);
}

.washi-tape-strip {
  position: absolute;
  top: -9px;
  width: 44px;
  height: 18px;
  background: rgba(225, 215, 195, 0.88);
  backdrop-filter: blur(2px);
  border: 1px dashed rgba(60, 52, 42, 0.25);
  box-shadow: 0 2px 6px rgba(0,0,0,0.06);
  z-index: 10;
}

.washi-tape-strip.tape-left {
  left: 12px;
  transform: rotate(-5deg);
}

.washi-tape-strip.tape-right {
  right: 12px;
  transform: rotate(5deg);
}

.game-badge-icon {
  position: absolute;
  top: 7px;
  right: 8px;
  font-size: 0.9rem;
  z-index: 5;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  line-height: 1;
  pointer-events: none;
}

.game-banner-box {
  height: 110px;
  overflow: hidden;
  border-radius: 7px 7px 0 0;
  position: relative;
}

.game-banner-art {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.valorant-art {
  background: linear-gradient(135deg, #0f1923 0%, #ff4655 100%);
}

.val-logo {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.15rem;
  letter-spacing: 0.22em;
  color: #ffffff;
  text-shadow: 0 2px 8px rgba(0,0,0,0.6);
}

.elden-art {
  background: radial-gradient(circle at center, #2b2318 0%, #0d0a08 100%);
  border-bottom: 1px solid rgba(212, 175, 55, 0.3);
}

.elden-logo {
  font-family: var(--font-serif);
  font-size: 1.15rem;
  letter-spacing: 0.25em;
  color: #e6c67a;
  font-weight: 700;
  text-shadow: 0 0 10px rgba(212, 175, 55, 0.4);
}

.cyberpunk-art {
  background: linear-gradient(135deg, #050505 0%, #ffe600 100%);
}

.cyberpunk-logo {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 1.05rem;
  letter-spacing: 0.1em;
  color: #ffe600;
  text-shadow: 0 2px 10px rgba(0,0,0,0.8);
}

.cyberpunk-logo em {
  color: #00f0ff;
  font-style: normal;
}

.gta-art {
  background: linear-gradient(135deg, #f76b1c 0%, #200122 100%);
}

.gta-logo {
  font-family: var(--font-display), sans-serif;
  font-size: 1rem;
  letter-spacing: 0.05em;
  color: #ffffff;
  text-shadow: 0 2px 8px rgba(0,0,0,0.8);
  font-weight: 800;
}

.gta-logo em {
  color: #7ed957;
  font-style: normal;
  font-size: 1.3rem;
  font-weight: 900;
}

.game-meta-body {
  padding: 0.9rem 1rem;
}

.game-name {
  font-family: var(--font-serif);
  font-size: 1.25rem;
  font-weight: 700;
  color: #1c1a17;
  margin-bottom: 0.25rem;
}

.game-genre-pill {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  color: #7a7063;
  background: rgba(60, 52, 42, 0.06);
  padding: 0.2rem 0.55rem;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 0.7rem;
}

.game-footer-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px dashed rgba(60, 52, 42, 0.12);
  padding-top: 0.55rem;
  font-family: var(--font-serif);
  font-size: 0.82rem;
}

.status-dot-text {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.red-dot .dot-circle { color: #b82a20; font-size: 0.75rem; }
.green-dot .dot-circle { color: #2e7d32; font-size: 0.75rem; }
.amber-dot .dot-circle { color: #d97706; font-size: 0.75rem; }
.purple-dot .dot-circle { color: #7c3aed; font-size: 0.75rem; }

.game-hours {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  color: #7a7063;
}

/* Bottom Quote Box & Splatter Sketch (Centered Quote + Floating Controller) */
.gaming-bottom-container {
  position: relative;
  width: 100%;
  margin-top: 2.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 0 1.5rem;
}

.gaming-quote-box {
  position: relative;
  max-width: 520px;
  width: 100%;
  background: rgba(255, 255, 255, 0.16);
  border: 1.2px dashed rgba(60, 52, 42, 0.25);
  border-radius: 8px;
  padding: 1.2rem 2.2rem;
  text-align: center;
  margin: 0 auto;
}

.quote-mark {
  position: absolute;
  top: -12px;
  left: -8px;
  font-family: var(--font-serif);
  font-size: 2.2rem;
  line-height: 1;
  color: #1c1a17;
  font-weight: 700;
  background: #f5f0e6;
  padding: 0 4px;
}

.quote-text {
  font-family: var(--font-mono);
  font-size: 0.84rem;
  line-height: 1.65;
  color: #4a433a;
  margin: 0;
}

.gaming-controller-splatter {
  position: absolute;
  right: 0;
  bottom: -20px;
  width: 160px;
  height: 110px;
  pointer-events: none;
  z-index: 5;
  opacity: 0.85;
}

/* Responsive adjustments */
@media (max-width: 900px) {
  .offscreen-cards-grid,
  .gaming-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .gaming-bottom-container {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 580px) {
  .offscreen-cards-grid,
  .gaming-cards-grid {
    grid-template-columns: 1fr;
  }
}
