/* ============================================
   ORBITAL GALAXY - HOBBIES SECTION
   ============================================ */

.page-hobbies {
  background: linear-gradient(135deg, #0a0a1a 0%, #1a1a2e 50%, #0f0f1a 100%);
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  padding: 80px 0;
  z-index: 1;
}

.page-hobbies h1 {
  color: #fff;
  font-size: 2.5rem;
  background: linear-gradient(135deg, #fff 0%, #ffd700 50%, #ef3724 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.page-hobbies .text-muted {
  color: rgba(255, 255, 255, 0.6) !important;
}

/* Galaxy Container */
.galaxy-container {
  position: relative;
  width: 100%;
  max-width: 700px;
  height: 700px;
  margin: 0 auto;
}

/* Twinkling Stars */
.galaxy-stars,
.stars-container {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.galaxy-stars span,
.stars-container .star {
  position: absolute;
  width: 3px;
  height: 3px;
  background: #fff;
  border-radius: 50%;
  animation: twinkle 3s infinite ease-in-out;
}

.galaxy-stars span:nth-child(1) { top: 5%; left: 10%; animation-delay: 0s; }
.galaxy-stars span:nth-child(2) { top: 15%; left: 85%; animation-delay: 0.5s; }
.galaxy-stars span:nth-child(3) { top: 25%; left: 30%; animation-delay: 1s; }
.galaxy-stars span:nth-child(4) { top: 35%; left: 70%; animation-delay: 1.5s; }
.galaxy-stars span:nth-child(5) { top: 45%; left: 5%; animation-delay: 2s; }
.galaxy-stars span:nth-child(6) { top: 55%; left: 95%; animation-delay: 0.3s; }
.galaxy-stars span:nth-child(7) { top: 65%; left: 20%; animation-delay: 0.8s; }
.galaxy-stars span:nth-child(8) { top: 75%; left: 80%; animation-delay: 1.3s; }
.galaxy-stars span:nth-child(9) { top: 85%; left: 40%; animation-delay: 1.8s; }
.galaxy-stars span:nth-child(10) { top: 95%; left: 60%; animation-delay: 2.3s; }
.galaxy-stars span:nth-child(11) { top: 10%; left: 50%; animation-delay: 0.2s; width: 2px; height: 2px; }
.galaxy-stars span:nth-child(12) { top: 30%; left: 15%; animation-delay: 0.7s; width: 4px; height: 4px; }
.galaxy-stars span:nth-child(13) { top: 50%; left: 45%; animation-delay: 1.2s; width: 2px; height: 2px; }
.galaxy-stars span:nth-child(14) { top: 70%; left: 55%; animation-delay: 1.7s; width: 4px; height: 4px; }
.galaxy-stars span:nth-child(15) { top: 90%; left: 25%; animation-delay: 2.2s; width: 2px; height: 2px; }
.galaxy-stars span:nth-child(16) { top: 20%; left: 65%; animation-delay: 0.4s; width: 3px; height: 3px; }
.galaxy-stars span:nth-child(17) { top: 40%; left: 90%; animation-delay: 0.9s; width: 2px; height: 2px; }
.galaxy-stars span:nth-child(18) { top: 60%; left: 35%; animation-delay: 1.4s; width: 4px; height: 4px; }
.galaxy-stars span:nth-child(19) { top: 80%; left: 75%; animation-delay: 1.9s; width: 2px; height: 2px; }
.galaxy-stars span:nth-child(20) { top: 8%; left: 42%; animation-delay: 2.4s; width: 3px; height: 3px; }

/* Star positions for .stars-container .star elements */
.stars-container .star:nth-child(1) { top: 5%; left: 10%; animation-delay: 0s; }
.stars-container .star:nth-child(2) { top: 15%; left: 85%; animation-delay: 0.5s; }
.stars-container .star:nth-child(3) { top: 25%; left: 30%; animation-delay: 1s; }
.stars-container .star:nth-child(4) { top: 35%; left: 70%; animation-delay: 1.5s; }
.stars-container .star:nth-child(5) { top: 45%; left: 5%; animation-delay: 2s; }
.stars-container .star:nth-child(6) { top: 55%; left: 95%; animation-delay: 0.3s; }
.stars-container .star:nth-child(7) { top: 65%; left: 20%; animation-delay: 0.8s; }
.stars-container .star:nth-child(8) { top: 75%; left: 80%; animation-delay: 1.3s; }
.stars-container .star:nth-child(9) { top: 85%; left: 40%; animation-delay: 1.8s; }
.stars-container .star:nth-child(10) { top: 95%; left: 60%; animation-delay: 2.3s; }
.stars-container .star:nth-child(11) { top: 10%; left: 50%; animation-delay: 0.2s; width: 2px; height: 2px; }
.stars-container .star:nth-child(12) { top: 30%; left: 15%; animation-delay: 0.7s; width: 4px; height: 4px; }
.stars-container .star:nth-child(13) { top: 50%; left: 45%; animation-delay: 1.2s; width: 2px; height: 2px; }
.stars-container .star:nth-child(14) { top: 70%; left: 55%; animation-delay: 1.7s; width: 4px; height: 4px; }
.stars-container .star:nth-child(15) { top: 90%; left: 25%; animation-delay: 2.2s; width: 2px; height: 2px; }
.stars-container .star:nth-child(16) { top: 20%; left: 65%; animation-delay: 0.4s; width: 3px; height: 3px; }
.stars-container .star:nth-child(17) { top: 40%; left: 90%; animation-delay: 0.9s; width: 2px; height: 2px; }
.stars-container .star:nth-child(18) { top: 60%; left: 35%; animation-delay: 1.4s; width: 4px; height: 4px; }
.stars-container .star:nth-child(19) { top: 80%; left: 75%; animation-delay: 1.9s; width: 2px; height: 2px; }
.stars-container .star:nth-child(20) { top: 8%; left: 42%; animation-delay: 2.4s; width: 3px; height: 3px; }

@keyframes twinkle {
  0%, 100% { opacity: 0.3; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.5); }
}

/* Orbital System */
.orbital-system {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 600px;
}

/* Galaxy Core (Center) */
.galaxy-core {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  z-index: 10;
}

.core-glow {
  position: absolute;
  inset: -20px;
  background: radial-gradient(circle, rgba(239, 55, 36, 0.4) 0%, transparent 70%);
  border-radius: 50%;
  animation: coreGlow 3s ease-in-out infinite;
}

.core-ring {
  position: absolute;
  inset: -10px;
  border: 2px dashed rgba(255, 215, 0, 0.5);
  border-radius: 50%;
  animation: coreRingSpin 15s linear infinite;
}

.core-ring.core-ring-2 {
  inset: -20px;
  border-color: rgba(239, 55, 36, 0.3);
  animation: coreRingSpin 20s linear infinite reverse;
}

.core-photo {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #ef3724;
  box-shadow:
    0 0 30px rgba(239, 55, 36, 0.5),
    0 0 60px rgba(239, 55, 36, 0.3),
    inset 0 0 20px rgba(0, 0, 0, 0.3);
}

.core-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  z-index: 5;
}

.core-image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #ef3724;
  box-shadow:
    0 0 30px rgba(239, 55, 36, 0.5),
    0 0 60px rgba(239, 55, 36, 0.3),
    inset 0 0 20px rgba(0, 0, 0, 0.3);
}

.core-label {
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 3px;
  color: #ffd700;
  text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
  white-space: nowrap;
}

@keyframes coreGlow {
  0%, 100% { opacity: 0.5; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.2); }
}

@keyframes coreRingSpin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* Orbits */
.orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform-style: preserve-3d;
  pointer-events: none; /* Allow clicks to pass through to planets */
}

.orbit-inner {
  width: 320px;
  height: 320px;
  margin-left: -160px;
  margin-top: -160px;
  animation: orbitRotate 25s linear infinite;
}

.orbit-outer {
  width: 480px;
  height: 480px;
  margin-left: -240px;
  margin-top: -240px;
  animation: orbitRotate 40s linear infinite reverse;
}

.orbit-path {
  position: absolute;
  inset: 0;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  box-shadow:
    inset 0 0 30px rgba(239, 55, 36, 0.1),
    0 0 20px rgba(239, 55, 36, 0.05);
}

.orbit-inner .orbit-path {
  border-color: rgba(239, 55, 36, 0.2);
}

.orbit-outer .orbit-path {
  border-color: rgba(255, 215, 0, 0.15);
}

@keyframes orbitRotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* Hobby Planets */
.hobby-planet,
.planet[data-hobby] {
  position: absolute;
  width: 70px;
  height: 70px;
  cursor: pointer;
  transition: transform 0.3s ease;
  margin-left: -35px;
  margin-top: -35px;
  z-index: 5;
  pointer-events: auto; /* Make planets clickable even when orbit has pointer-events: none */
}

/* Position planets using CSS calc and angles */
.orbit-inner .hobby-planet,
.orbit-inner .planet[data-hobby] {
  top: 50%;
  left: 50%;
}

.orbit-inner [data-hobby="travel"] {
  --start-angle: 0deg;
  transform: rotate(0deg) translateX(160px) rotate(0deg);
}

.orbit-inner [data-hobby="tech"] {
  --start-angle: 120deg;
  transform: rotate(120deg) translateX(160px) rotate(-120deg);
}

.orbit-inner [data-hobby="languages"] {
  --start-angle: 240deg;
  transform: rotate(240deg) translateX(160px) rotate(-240deg);
}

.orbit-outer .hobby-planet,
.orbit-outer .planet[data-hobby] {
  top: 50%;
  left: 50%;
}

.orbit-outer [data-hobby="reading"] {
  --start-angle: 0deg;
  transform: rotate(0deg) translateX(240px) rotate(0deg);
}

.orbit-outer [data-hobby="animals"] {
  --start-angle: 90deg;
  transform: rotate(90deg) translateX(240px) rotate(-90deg);
}

.orbit-outer [data-hobby="anime"] {
  --start-angle: 180deg;
  transform: rotate(180deg) translateX(240px) rotate(-180deg);
}

.orbit-outer [data-hobby="finance"] {
  --start-angle: 270deg;
  transform: rotate(270deg) translateX(240px) rotate(-270deg);
}

/* Planet Icon */
.planet-icon {
  position: relative;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #1a1a2e 0%, #2d2d44 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid rgba(239, 55, 36, 0.5);
  box-shadow:
    0 0 20px rgba(239, 55, 36, 0.3),
    inset 0 0 15px rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
  z-index: 2;
}

.hobby-emoji {
  font-size: 2rem;
  filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
  transition: transform 0.3s ease;
}

.planet-glow {
  position: absolute;
  inset: -10px;
  background: radial-gradient(circle, rgba(239, 55, 36, 0.3) 0%, transparent 70%);
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.planet-icon span,
.planet-icon i {
  font-size: 1.5rem;
  color: #ef3724;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.planet-label {
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.7rem;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.hobby-planet:hover .planet-label,
.planet[data-hobby]:hover .planet-label {
  opacity: 1;
  color: #ffd700;
}

.planet-trail {
  position: absolute;
  width: 40px;
  height: 3px;
  background: linear-gradient(90deg, rgba(239, 55, 36, 0.5), transparent);
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
  border-radius: 3px;
  opacity: 0.5;
}

/* Planet Hover Effects */
.hobby-planet:hover .planet-icon,
.planet[data-hobby]:hover .planet-icon {
  transform: scale(1.15);
  border-color: #ffd700;
  box-shadow:
    0 0 30px rgba(255, 215, 0, 0.5),
    0 0 60px rgba(239, 55, 36, 0.3),
    inset 0 0 20px rgba(255, 215, 0, 0.2);
}

.hobby-planet:hover .planet-glow,
.planet[data-hobby]:hover .planet-glow {
  opacity: 1;
  background: radial-gradient(circle, rgba(255, 215, 0, 0.4) 0%, transparent 70%);
}

.hobby-planet:hover .hobby-emoji,
.planet[data-hobby]:hover .hobby-emoji {
  transform: scale(1.2) rotate(10deg);
}

/* Hobby Detail Cards */
/* Hobby Overlay - Dark backdrop when card is open */
.hobby-overlay,
.galaxy-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  pointer-events: none;
}

.hobby-overlay.active,
.galaxy-overlay.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  cursor: pointer;
}

.hobby-cards-container {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  pointer-events: none;
}

.hobby-details {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  pointer-events: none;
}

.hobby-card {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 450px;
  background: linear-gradient(135deg, rgba(26, 26, 46, 0.98) 0%, rgba(15, 15, 26, 0.98) 100%);
  border-radius: 24px;
  padding: 40px;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -50%) scale(0.8);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  pointer-events: none;
  border: 1px solid rgba(239, 55, 36, 0.3);
  box-shadow:
    0 25px 80px rgba(0, 0, 0, 0.5),
    0 0 40px rgba(239, 55, 36, 0.2);
  z-index: 1001;
  text-align: center;
}

.hobby-card.active {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
  pointer-events: auto;
}

.hobby-card-glow {
  position: absolute;
  inset: -2px;
  background: linear-gradient(135deg, #ef3724, #ffd700, #ef3724);
  border-radius: 26px;
  z-index: -1;
  opacity: 0.5;
  filter: blur(10px);
  animation: cardGlowPulse 3s ease-in-out infinite;
}

@keyframes cardGlowPulse {
  0%, 100% { opacity: 0.3; }
  50% { opacity: 0.6; }
}

.hobby-card-content {
  position: relative;
  z-index: 1;
  text-align: center;
}

.hobby-card-icon {
  font-size: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  animation: iconFloat 3s ease-in-out infinite;
  color: #ef3724;
}

.hobby-card-icon span {
  font-size: 4rem;
  color: #ef3724;
}

@keyframes iconFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

.hobby-card h3,
.hobby-card h4 {
  color: #fff !important;
  font-size: 1.5rem;
  margin-bottom: 15px;
  background: linear-gradient(135deg, #fff, #ffd700);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hobby-card h5 {
  color: #ffd700 !important;
  font-size: 1rem;
  margin-bottom: 10px;
  margin-top: 15px;
}

.hobby-card p {
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 20px;
}

.hobby-card strong {
  color: #ffd700 !important;
}

.hobby-card span {
  color: rgba(255, 255, 255, 0.9);
}

.hobby-card .country-flags span,
.hobby-card .pet-emoji,
.hobby-card .anime-emoji {
  font-size: 2rem;
  display: inline-block;
  margin: 5px;
  transition: transform 0.3s ease;
}

.hobby-card .country-flags span:hover,
.hobby-card .pet-emoji:hover,
.hobby-card .anime-emoji:hover {
  transform: scale(1.3);
}

/* Country Flags */
.hobby-countries {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 15px;
}

.country-flag {
  font-size: 1.8rem;
  transition: transform 0.3s ease;
  cursor: default;
}

.country-flag:hover {
  transform: scale(1.3);
}

/* Tech Tags */
.hobby-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 15px;
}

.tech-tag {
  background: linear-gradient(135deg, rgba(239, 55, 36, 0.2), rgba(255, 215, 0, 0.2));
  border: 1px solid rgba(255, 215, 0, 0.3);
  padding: 8px 16px;
  border-radius: 20px;
  color: #ffd700;
  font-size: 0.85rem;
  font-weight: 500;
  transition: all 0.3s ease;
}

.tech-tag:hover {
  background: linear-gradient(135deg, rgba(239, 55, 36, 0.4), rgba(255, 215, 0, 0.4));
  transform: translateY(-2px);
}

/* Hobby Card Details */
.hobby-card-details {
  margin-top: 20px;
  text-align: center;
}

.hobby-card-details h5 {
  color: #ffd700 !important;
  font-size: 0.95rem;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.countries-visited,
.tech-interests,
.language-progress,
.reading-topics,
.pets-section,
.anime-favorites,
.finance-interests {
  margin-top: 15px;
}

.country-flags,
.genre-tags,
.finance-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}

.countries-count,
.animal-note {
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 0.9rem;
  margin-top: 15px;
}

.language-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  margin-bottom: 10px;
}

.lang-flag {
  font-size: 1.5rem;
}

.lang-name {
  color: #fff !important;
  font-weight: 500;
}

.lang-level {
  color: #ffd700 !important;
  font-size: 0.85rem;
  margin-left: auto;
}

.topic-tag {
  background: linear-gradient(135deg, rgba(239, 55, 36, 0.2), rgba(255, 215, 0, 0.2));
  border: 1px solid rgba(255, 215, 0, 0.3);
  padding: 8px 16px;
  border-radius: 20px;
  color: #ffd700 !important;
  font-size: 0.85rem;
  font-weight: 500;
  display: inline-block;
  margin: 5px;
}

.pet-item {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  margin: 10px 15px;
}

.pet-label {
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 0.85rem;
  margin-top: 5px;
}

.anime-icons {
  margin-top: 15px;
}

.hobby-card-description {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 20px;
}

/* Countries Visited */
.countries-visited h5 {
  color: #ffd700;
  font-size: 0.9rem;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.country-flags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 15px;
}

.country-flags span {
  font-size: 2rem;
  transition: transform 0.3s ease;
  cursor: default;
}

.country-flags span:hover {
  transform: scale(1.3);
}

.countries-count {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.95rem;
}

.countries-count strong {
  color: #ffd700;
  font-size: 1.2rem;
}

/* Tech Interests */
.tech-interests {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

/* Language Progress */
.language-progress {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.language-item {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.05);
  padding: 12px 16px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.lang-flag {
  font-size: 1.5rem;
}

.lang-name {
  color: #fff;
  font-weight: 500;
  flex: 1;
}

.lang-level {
  color: #ffd700;
  font-size: 0.85rem;
}

/* Reading Topics */
.reading-topics {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.topic-tag {
  background: linear-gradient(135deg, rgba(239, 55, 36, 0.2), rgba(255, 215, 0, 0.2));
  border: 1px solid rgba(255, 215, 0, 0.3);
  padding: 8px 16px;
  border-radius: 20px;
  color: #ffd700;
  font-size: 0.85rem;
  font-weight: 500;
  transition: all 0.3s ease;
}

.topic-tag:hover {
  background: linear-gradient(135deg, rgba(239, 55, 36, 0.4), rgba(255, 215, 0, 0.4));
  transform: translateY(-2px);
}

/* Pets Section */
.pets-section {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 15px;
}

.pet-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.pet-emoji {
  font-size: 3rem;
  animation: petBounce 2s ease-in-out infinite;
}

.pet-item:nth-child(2) .pet-emoji {
  animation-delay: 0.3s;
}

.pet-label {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.85rem;
}

.animal-note {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
  font-style: italic;
  margin-top: 10px;
}

/* Anime & Movies Section */
.anime-favorites h5,
.finance-interests h5 {
  color: #ffd700;
  font-size: 0.9rem;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.genre-tags,
.finance-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}

.anime-icons,
.finance-icons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 15px;
}

.anime-emoji,
.finance-emoji {
  font-size: 2.5rem;
  animation: iconBounce 2s ease-in-out infinite;
  cursor: default;
  transition: transform 0.3s ease;
}

.anime-emoji:nth-child(2),
.finance-emoji:nth-child(2) {
  animation-delay: 0.2s;
}

.anime-emoji:nth-child(3),
.finance-emoji:nth-child(3) {
  animation-delay: 0.4s;
}

.anime-emoji:hover,
.finance-emoji:hover {
  transform: scale(1.3);
}

@keyframes iconBounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

/* Language Badges */
.hobby-languages {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 15px;
}

.lang-badge {
  background: linear-gradient(135deg, #1a1a2e, #2d2d44);
  border: 2px solid rgba(239, 55, 36, 0.5);
  padding: 12px 20px;
  border-radius: 12px;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  transition: all 0.3s ease;
}

.lang-badge:hover {
  border-color: #ffd700;
  box-shadow: 0 0 20px rgba(255, 215, 0, 0.3);
}

/* Pet Icons */
.hobby-pets {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 15px;
}

.pet-icon {
  font-size: 3rem;
  animation: petBounce 2s ease-in-out infinite;
}

.pet-icon:nth-child(2) {
  animation-delay: 0.3s;
}

@keyframes petBounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

/* Close Button */
.hobby-card-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 50%;
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hobby-card-close:hover {
  background: rgba(239, 55, 36, 0.5);
  transform: rotate(90deg);
}

/* Instruction Text */
.galaxy-instruction {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.9rem;
  text-align: center;
  animation: instructionPulse 2s ease-in-out infinite;
}

@keyframes instructionPulse {
  0%, 100% { opacity: 0.5; }
  50% { opacity: 1; }
}

/* Overlay when card is open */
.galaxy-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(5px);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.galaxy-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .galaxy-container {
    height: 500px;
  }

  .orbital-system {
    width: 400px;
    height: 400px;
    transform: translate(-50%, -50%) scale(0.7);
  }

  .galaxy-core {
    width: 90px;
    height: 90px;
  }

  .core-image {
    width: 75px;
    height: 75px;
  }

  .hobby-planet,
  .planet[data-hobby] {
    width: 55px;
    height: 55px;
    margin-left: -27.5px;
    margin-top: -27.5px;
  }

  .hobby-emoji {
    font-size: 1.5rem;
  }

  .hobby-card {
    padding: 30px 25px;
    margin: 20px;
  }

  .hobby-card-icon {
    font-size: 3rem;
  }

  .hobby-card h4 {
    font-size: 1.25rem;
  }

  .page-hobbies h1 {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .orbital-system {
    transform: translate(-50%, -50%) scale(0.55);
  }

  .galaxy-container {
    height: 400px;
  }

  .core-image {
    width: 60px;
    height: 60px;
  }

  .hobby-card {
    padding: 25px 20px;
  }

  .country-flag {
    font-size: 1.5rem;
  }

  .lang-badge {
    padding: 10px 15px;
    font-size: 0.9rem;
  }
}

/* Pause animation on hover for better UX */
.orbital-system:hover .orbit {
  animation-play-state: paused;
}

.orbital-system:hover .hobby-planet,
.orbital-system:hover .planet[data-hobby] {
  animation-play-state: paused;
}

/* ============================================
   HOBBIES - LIGHT/DARK MODE THEMING
   Orbital Galaxy with Planets
   ============================================ */

/* Light Mode Styles (Default - when no [data-theme="dark"]) */
:root .page-hobbies {
  background: linear-gradient(135deg, #f0f4f8 0%, #e2e8f0 50%, #f5f7fa 100%);
}

:root .page-hobbies h1 {
  color: #1a202c;
  background: linear-gradient(135deg, #2d3748 0%, #ef3724 50%, #c53030 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: none;
}

:root .page-hobbies .text-muted {
  color: #4a5568 !important;
}

:root .page-hobbies .badge-subhead {
  background: linear-gradient(135deg, rgba(239, 55, 36, 0.12) 0%, rgba(239, 55, 36, 0.08) 100%);
  color: #c53030;
  border: 1px solid rgba(239, 55, 36, 0.2);
}

/* Galaxy Container - Light Mode */
:root .galaxy-container {
  background: linear-gradient(135deg, #e8eef5 0%, #d1dce8 50%, #e2e8f0 100%);
  box-shadow:
    inset 0 0 100px rgba(0, 0, 0, 0.05),
    0 20px 60px rgba(0, 0, 0, 0.1);
}

/* Stars - Subtle in Light Mode */
:root .stars-container .star,
:root .galaxy-stars span {
  background: rgba(45, 55, 72, 0.3);
  box-shadow: 0 0 3px rgba(45, 55, 72, 0.2);
}

/* Galaxy Core - Light Mode */
:root .galaxy-core {
  background: linear-gradient(135deg, #fff 0%, #f7fafc 100%);
  box-shadow:
    0 0 30px rgba(239, 55, 36, 0.2),
    0 0 60px rgba(239, 55, 36, 0.1),
    inset 0 0 20px rgba(239, 55, 36, 0.05);
}

:root .core-glow {
  background: radial-gradient(circle, rgba(239, 55, 36, 0.15) 0%, transparent 70%);
}

:root .core-image {
  border: 3px solid rgba(239, 55, 36, 0.3);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

:root .core-ring {
  border: 2px solid rgba(239, 55, 36, 0.2);
}

:root .core-ring.core-ring-2 {
  border: 1px solid rgba(239, 55, 36, 0.1);
}

/* Orbit Paths - Light Mode */
:root .orbit-path {
  border: 2px solid rgba(45, 55, 72, 0.15);
}

:root .orbit-inner .orbit-path {
  border-color: rgba(239, 55, 36, 0.15);
}

:root .orbit-outer .orbit-path {
  border-color: rgba(45, 55, 72, 0.1);
}

/* Planet Icons - Light Mode */
:root .planet-icon,
:root .hobby-planet .planet-icon {
  background: linear-gradient(135deg, #fff 0%, #f7fafc 100%);
  border: 3px solid rgba(239, 55, 36, 0.4);
  color: #ef3724;
  box-shadow:
    0 5px 20px rgba(0, 0, 0, 0.1),
    0 0 15px rgba(239, 55, 36, 0.15);
}

:root .planet-icon i,
:root .hobby-planet .planet-icon i {
  color: #ef3724;
}

:root .planet-glow {
  background: radial-gradient(circle, rgba(239, 55, 36, 0.1) 0%, transparent 70%);
}

/* Planet Labels - Light Mode */
:root .planet-label,
:root .hobby-planet .planet-label {
  color: #2d3748;
  background: rgba(255, 255, 255, 0.95);
  padding: 4px 10px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.05);
}

/* Hobby Cards - Light Mode */
:root .hobby-card {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 250, 252, 0.98) 100%);
  border: 1px solid rgba(239, 55, 36, 0.15);
  box-shadow:
    0 25px 60px rgba(0, 0, 0, 0.15),
    0 10px 30px rgba(0, 0, 0, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

:root .hobby-card-close {
  color: #4a5568;
  background: rgba(0, 0, 0, 0.05);
}

:root .hobby-card-close:hover {
  color: #ef3724;
  background: rgba(239, 55, 36, 0.1);
}

:root .hobby-card-header h3 {
  color: #1a202c;
  background: linear-gradient(135deg, #2d3748 0%, #ef3724 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

:root .hobby-card-icon {
  box-shadow: 0 5px 20px rgba(239, 55, 36, 0.2);
}

:root .hobby-card-description {
  color: #4a5568;
}

:root .hobby-card-content p {
  color: #4a5568;
}

:root .hobby-card h4,
:root .hobby-card h5 {
  color: #2d3748;
}

/* Hobby Stats - Light Mode */
:root .hobby-stats {
  background: rgba(239, 55, 36, 0.05);
  border: 1px solid rgba(239, 55, 36, 0.1);
}

:root .hobby-stat .stat-number {
  color: #ef3724;
}

:root .hobby-stat .stat-label {
  color: #4a5568;
}

/* Country Tags - Light Mode */
:root .country-tag,
:root .countries-visited .country-tag {
  background: rgba(255, 255, 255, 0.9);
  color: #2d3748;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

:root .country-tag:hover {
  background: rgba(239, 55, 36, 0.1);
  border-color: rgba(239, 55, 36, 0.3);
  color: #c53030;
}

/* Topic Tags - Light Mode */
:root .topic-tag,
:root .reading-topics .topic-tag {
  background: linear-gradient(135deg, rgba(239, 55, 36, 0.08) 0%, rgba(239, 55, 36, 0.05) 100%);
  color: #c53030;
  border: 1px solid rgba(239, 55, 36, 0.15);
}

:root .topic-tag:hover {
  background: rgba(239, 55, 36, 0.15);
  border-color: rgba(239, 55, 36, 0.3);
}

/* Tech Interest Items - Light Mode */
:root .tech-interest-item,
:root .tech-interests .tech-interest-item {
  background: rgba(255, 255, 255, 0.9);
  color: #2d3748;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

:root .tech-interest-item i {
  color: #ef3724;
}

:root .tech-interest-item:hover {
  background: rgba(239, 55, 36, 0.08);
  border-color: rgba(239, 55, 36, 0.2);
}

/* Finance Items - Light Mode */
:root .finance-item,
:root .finance-interests .finance-item {
  background: rgba(255, 255, 255, 0.9);
  color: #2d3748;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

:root .finance-item i {
  color: #ef3724;
}

:root .finance-item:hover {
  background: rgba(239, 55, 36, 0.08);
  border-color: rgba(239, 55, 36, 0.2);
}

/* Language Items - Light Mode */
:root .language-item {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  padding: 12px;
}

:root .language-name {
  color: #2d3748;
}

:root .language-level {
  color: #718096;
}

:root .language-bar {
  background: rgba(0, 0, 0, 0.08);
}

:root .language-fill {
  background: linear-gradient(90deg, #ef3724 0%, #f56565 100%);
}

/* Pet Items - Light Mode */
:root .pet-item,
:root .pet-showcase .pet-item {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.08);
}

:root .pet-label {
  color: #4a5568;
}

:root .pet-item:hover {
  background: rgba(239, 55, 36, 0.08);
  border-color: rgba(239, 55, 36, 0.2);
}

/* Anime Genre Tags - Light Mode */
:root .genre-tag,
:root .anime-genres .genre-tag {
  background: linear-gradient(135deg, rgba(239, 55, 36, 0.08) 0%, rgba(255, 215, 0, 0.08) 100%);
  color: #c53030;
  border: 1px solid rgba(239, 55, 36, 0.15);
}

:root .genre-tag:hover {
  background: linear-gradient(135deg, rgba(239, 55, 36, 0.15) 0%, rgba(255, 215, 0, 0.15) 100%);
}

/* Favorite Shows Tags - Light Mode */
:root .show-tag,
:root .favorite-shows .show-tag {
  background: rgba(255, 255, 255, 0.9);
  color: #2d3748;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

:root .show-tag:hover {
  background: rgba(239, 55, 36, 0.1);
  border-color: rgba(239, 55, 36, 0.3);
  color: #c53030;
}

/* Hobby Overlay - Light Mode */
:root .hobby-overlay {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(5px);
}

/* Instruction Text - Light Mode */
:root .page-hobbies .text-center.text-muted.mt-4 {
  color: #4a5568 !important;
}

:root .page-hobbies .text-center.text-muted.mt-4 i {
  color: #ef3724;
}

/* ============================================
   HOBBIES - DARK MODE STYLES
   ============================================ */

/* Dark Mode Styles */
[data-theme="dark"] .page-hobbies {
  background: linear-gradient(135deg, #0a0a1a 0%, #1a1a2e 50%, #0f0f1a 100%);
}

[data-theme="dark"] .page-hobbies h1 {
  color: #fff;
  background: linear-gradient(135deg, #fff 0%, #ffd700 50%, #ef3724 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0 0 30px rgba(239, 55, 36, 0.3);
}

[data-theme="dark"] .page-hobbies .text-muted {
  color: rgba(255, 255, 255, 0.7) !important;
}

[data-theme="dark"] .page-hobbies .badge-subhead {
  background: linear-gradient(135deg, rgba(239, 55, 36, 0.2) 0%, rgba(255, 215, 0, 0.1) 100%);
  color: #ffd700;
  border: 1px solid rgba(255, 215, 0, 0.3);
}

/* Galaxy Container - Dark Mode */
[data-theme="dark"] .galaxy-container {
  background: radial-gradient(ellipse at center, #1a1a2e 0%, #0a0a1a 70%, #050510 100%);
  box-shadow:
    inset 0 0 100px rgba(239, 55, 36, 0.05),
    inset 0 0 200px rgba(255, 215, 0, 0.02);
}

/* Stars - Bright in Dark Mode */
[data-theme="dark"] .stars-container .star,
[data-theme="dark"] .galaxy-stars span {
  background: #fff;
  box-shadow: 0 0 6px rgba(255, 255, 255, 0.8);
}

/* Galaxy Core - Dark Mode */
[data-theme="dark"] .galaxy-core {
  background: linear-gradient(135deg, #2d2d44 0%, #1a1a2e 100%);
  box-shadow:
    0 0 50px rgba(239, 55, 36, 0.4),
    0 0 100px rgba(255, 215, 0, 0.2),
    inset 0 0 30px rgba(239, 55, 36, 0.1);
}

[data-theme="dark"] .core-glow {
  background: radial-gradient(circle, rgba(239, 55, 36, 0.4) 0%, rgba(255, 215, 0, 0.2) 30%, transparent 70%);
}

[data-theme="dark"] .core-image {
  border: 3px solid rgba(239, 55, 36, 0.5);
  box-shadow: 0 0 30px rgba(239, 55, 36, 0.3);
}

[data-theme="dark"] .core-ring {
  border: 2px solid rgba(239, 55, 36, 0.3);
}

[data-theme="dark"] .core-ring.core-ring-2 {
  border: 1px solid rgba(255, 215, 0, 0.2);
}

/* Orbit Paths - Dark Mode */
[data-theme="dark"] .orbit-path {
  border: 2px solid rgba(255, 255, 255, 0.1);
}

[data-theme="dark"] .orbit-inner .orbit-path {
  border-color: rgba(239, 55, 36, 0.2);
}

[data-theme="dark"] .orbit-outer .orbit-path {
  border-color: rgba(255, 255, 255, 0.08);
}

/* Planet Icons - Dark Mode */
[data-theme="dark"] .planet-icon,
[data-theme="dark"] .hobby-planet .planet-icon {
  background: linear-gradient(135deg, #1a1a2e 0%, #2d2d44 100%);
  border: 3px solid rgba(239, 55, 36, 0.5);
  color: #fff;
  box-shadow:
    0 0 20px rgba(239, 55, 36, 0.3),
    0 0 40px rgba(255, 215, 0, 0.1);
}

[data-theme="dark"] .planet-icon i,
[data-theme="dark"] .hobby-planet .planet-icon i {
  color: #fff;
}

[data-theme="dark"] .planet-glow {
  background: radial-gradient(circle, rgba(239, 55, 36, 0.3) 0%, transparent 70%);
}

/* Planet Labels - Dark Mode */
[data-theme="dark"] .planet-label,
[data-theme="dark"] .hobby-planet .planet-label {
  color: #fff;
  background: rgba(26, 26, 46, 0.9);
  padding: 4px 10px;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(239, 55, 36, 0.2);
  border: 1px solid rgba(239, 55, 36, 0.2);
}

/* Hobby Cards - Dark Mode */
[data-theme="dark"] .hobby-card {
  background: linear-gradient(135deg, rgba(26, 26, 46, 0.98) 0%, rgba(15, 15, 26, 0.98) 100%);
  border: 1px solid rgba(239, 55, 36, 0.3);
  box-shadow:
    0 25px 80px rgba(0, 0, 0, 0.5),
    0 0 40px rgba(239, 55, 36, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

[data-theme="dark"] .hobby-card-close {
  color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.1);
}

[data-theme="dark"] .hobby-card-close:hover {
  color: #ef3724;
  background: rgba(239, 55, 36, 0.2);
}

[data-theme="dark"] .hobby-card-header h3 {
  color: #fff;
  background: linear-gradient(135deg, #fff 0%, #ffd700 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

[data-theme="dark"] .hobby-card-icon {
  box-shadow: 0 0 30px rgba(239, 55, 36, 0.4);
}

[data-theme="dark"] .hobby-card-description {
  color: rgba(255, 255, 255, 0.8);
}

[data-theme="dark"] .hobby-card-content p {
  color: rgba(255, 255, 255, 0.8);
}

[data-theme="dark"] .hobby-card h4,
[data-theme="dark"] .hobby-card h5 {
  color: rgba(255, 255, 255, 0.9);
}

/* Hobby Stats - Dark Mode */
[data-theme="dark"] .hobby-stats {
  background: rgba(239, 55, 36, 0.1);
  border: 1px solid rgba(239, 55, 36, 0.2);
}

[data-theme="dark"] .hobby-stat .stat-number {
  color: #ffd700;
}

[data-theme="dark"] .hobby-stat .stat-label {
  color: rgba(255, 255, 255, 0.7);
}

/* Country Tags - Dark Mode */
[data-theme="dark"] .country-tag,
[data-theme="dark"] .countries-visited .country-tag {
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

[data-theme="dark"] .country-tag:hover {
  background: rgba(239, 55, 36, 0.2);
  border-color: rgba(239, 55, 36, 0.4);
  color: #ffd700;
}

/* Topic Tags - Dark Mode */
[data-theme="dark"] .topic-tag,
[data-theme="dark"] .reading-topics .topic-tag {
  background: linear-gradient(135deg, rgba(239, 55, 36, 0.15) 0%, rgba(255, 215, 0, 0.1) 100%);
  color: #ffd700;
  border: 1px solid rgba(255, 215, 0, 0.2);
}

[data-theme="dark"] .topic-tag:hover {
  background: rgba(239, 55, 36, 0.25);
  border-color: rgba(255, 215, 0, 0.4);
}

/* Tech Interest Items - Dark Mode */
[data-theme="dark"] .tech-interest-item,
[data-theme="dark"] .tech-interests .tech-interest-item {
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

[data-theme="dark"] .tech-interest-item i {
  color: #ef3724;
}

[data-theme="dark"] .tech-interest-item:hover {
  background: rgba(239, 55, 36, 0.15);
  border-color: rgba(239, 55, 36, 0.3);
}

/* Finance Items - Dark Mode */
[data-theme="dark"] .finance-item,
[data-theme="dark"] .finance-interests .finance-item {
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

[data-theme="dark"] .finance-item i {
  color: #ffd700;
}

[data-theme="dark"] .finance-item:hover {
  background: rgba(255, 215, 0, 0.15);
  border-color: rgba(255, 215, 0, 0.3);
}

/* Language Items - Dark Mode */
[data-theme="dark"] .language-item {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 12px;
}

[data-theme="dark"] .language-name {
  color: #fff;
}

[data-theme="dark"] .language-level {
  color: rgba(255, 255, 255, 0.6);
}

[data-theme="dark"] .language-bar {
  background: rgba(255, 255, 255, 0.1);
}

[data-theme="dark"] .language-fill {
  background: linear-gradient(90deg, #ef3724 0%, #ffd700 100%);
}

/* Pet Items - Dark Mode */
[data-theme="dark"] .pet-item,
[data-theme="dark"] .pet-showcase .pet-item {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

[data-theme="dark"] .pet-label {
  color: rgba(255, 255, 255, 0.8);
}

[data-theme="dark"] .pet-item:hover {
  background: rgba(239, 55, 36, 0.15);
  border-color: rgba(239, 55, 36, 0.3);
}

/* Anime Genre Tags - Dark Mode */
[data-theme="dark"] .genre-tag,
[data-theme="dark"] .anime-genres .genre-tag {
  background: linear-gradient(135deg, rgba(239, 55, 36, 0.15) 0%, rgba(255, 215, 0, 0.1) 100%);
  color: #ffd700;
  border: 1px solid rgba(255, 215, 0, 0.2);
}

[data-theme="dark"] .genre-tag:hover {
  background: linear-gradient(135deg, rgba(239, 55, 36, 0.25) 0%, rgba(255, 215, 0, 0.2) 100%);
}

/* Favorite Shows Tags - Dark Mode */
[data-theme="dark"] .show-tag,
[data-theme="dark"] .favorite-shows .show-tag {
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

[data-theme="dark"] .show-tag:hover {
  background: rgba(239, 55, 36, 0.2);
  border-color: rgba(239, 55, 36, 0.4);
  color: #ffd700;
}

/* Hobby Overlay - Dark Mode */
[data-theme="dark"] .hobby-overlay {
  background: rgba(10, 10, 26, 0.85);
  backdrop-filter: blur(8px);
}

/* Instruction Text - Dark Mode */
[data-theme="dark"] .page-hobbies .text-center.text-muted.mt-4 {
  color: rgba(255, 255, 255, 0.6) !important;
}

[data-theme="dark"] .page-hobbies .text-center.text-muted.mt-4 i {
  color: #ffd700;
}

