/* Shared Styles for Lyrics Study App */

.material-symbols-outlined {
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

.custom-scrollbar::-webkit-scrollbar { 
  width: 6px; 
}

.custom-scrollbar::-webkit-scrollbar-track { 
  background: transparent; 
}

.custom-scrollbar::-webkit-scrollbar-thumb { 
  background: #d1cbc2; 
  border-radius: 10px; 
}

.lattice-bg {
  background-color: #fcfaf7;
  background-image: radial-gradient(#e5e0d8 0.5px, transparent 0.5px);
  background-size: 24px 24px;
}

.chinese-seal {
  background-color: #c0262d;
  color: white;
  padding: 4px;
  font-weight: 900;
  line-height: 1;
  border-radius: 2px;
  box-shadow: 2px 2px 0px rgba(0,0,0,0.1);
}

.vertical-text {
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

.word-breakdown {
  font-size: 13px;
  line-height: 1.6;
}

/* Index Page Specifics */
.song-card:hover .chinese-seal {
  transform: scale(1.1) rotate(-5deg);
}
