@font-face {
  font-family: VHS;
  src: url("https://peachyvoid.com/fonts/VT323-Regular.ttf");
}

body {
    
    background: 
    url('https://peachyvoid.com/graphics/shrines/tang/station2.png');
    background-size: cover;    
    background-attachment: fixed;
}

.wrapper {
  position: relative;
  width: 65%;
  max-width: 900px;
  margin: 40px auto;
}

.content {
  background-color: rgba(0, 0, 0, 0.836); 
  color: #fff; 
  font-family: VHS;
  font-size: 20px;
  padding: 20px;
  border-radius: 12px; 
  max-width: 800px;
  height: 750px;
  margin: 40px auto;
  backdrop-filter: blur(5px); 
  text-align: center;
  border: 4px double rgba(0, 195, 255, 0.521);
}

.inner-text {
  color: #fff; 
  font-family: VHS;
  font-size: 20px;
  padding: 20px 60px 40px 60px; 
  height: 700px;        
  overflow: auto;       
  scrollbar-width: thin; 
  scrollbar-color: rgba(0,195,255,0.5) rgba(0,0,0,0.5); 
}

.inner-text::-webkit-scrollbar {
  width: 8px;
}

.inner-text::-webkit-scrollbar-thumb {
  background-color: rgba(0,195,255,0.5);
  border-radius: 4px;
}

.inner-text::-webkit-scrollbar-track {
  background: rgba(0,0,0,0.3);
}


.pendant {
  position: absolute;               
  top: 1%;
  left: -20%;
  width: 40%;                    
  height: 340px;                     
  background: url('https://peachyvoid.com/graphics/shrines/tang/pendant.png') no-repeat center;
  background-size: contain;       
  pointer-events: none;             
  z-index: 20;                       
  transform: rotate(-35deg);       
}

.file2 {
  position: absolute;               
  top: 20%;
  left: -25%;
  width: 40%;                 
  height: 340px;                     
  background: url('https://peachyvoid.com/graphics/shrines/tang/file4.png') no-repeat center;
  background-size: contain;       
  pointer-events: none;             
  z-index: 20;                       
  transform: rotate(-12deg);       
}

.ticket {
  position: absolute;
  top: 22%;
  left: 5%;
  width: 12%;                   
  height: 340px;                     
  background: url('https://peachyvoid.com/graphics/shrines/tang/tickets.png') no-repeat center;
  background-size: contain;       
  pointer-events: none;             
  z-index: 20;                       
  transform: rotate(12deg);       
}

.tangerines {
  position: absolute;               
  top: 5%;
  left: 87%;
  width: 30%;                   
  height: 340px;                     
  background: url('https://peachyvoid.com/graphics/shrines/tang/tang1.png') no-repeat center;
  background-size: contain;       
  pointer-events: none;             
  z-index: 20;                       
  transform: rotate(40deg);       
}

.revolver {
  position: absolute;
  top: 34%;
  left: -25%;
  width: 40%;                
  height: 340px;                     
  background: url('https://peachyvoid.com/graphics/shrines/tang/revolver1.png') no-repeat center;
  background-size: contain;       
  pointer-events: none;             
  z-index: 20;                       
  transform: scaleX(-1) rotate(-7deg);
}

.clipping-container {
  text-align: center;
  margin: 40px 0;
  padding: 20px 0;
}

.clipping {
  position: relative;      
  display: inline-block;
  vertical-align: top;
  margin: 15px;
}


.clipping[style*="top:"],
.clipping[style*="left:"] {
  position: relative !important;
  top: auto !important;
  left: auto !important;
}

.clipping::before {
  content: "";
  position: absolute;
  top: -15px; 
  left: 50%;
  transform: translateX(-50%) rotate(-3deg);
  width: 60px;
  height: 25px;
  background: url(https://peachyvoid.com/graphics/shrines/tang/tape.png);
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.3);
  z-index: 3;
}

.img img {
  width: 100%;
  height: auto;
  display: block;
}

.clipping.no-tape::before {
  display: none;
}

.spacer {
  height: 250px; 
}

.tv-container {
  position: absolute; 
  top: 71%;           
  left: 110%;          
  width: 400px;       
  transform: translateX(-50%);  
}

.tv-video {
  position: absolute;
  top: 6%;
  left: 3%;
  width: 80%;      
  height: 88%;
  z-index: 1;
  border: none;
  object-fit: cover;  
  transform: rotate(-5deg); 
}

.tv-overlay {
  position: relative;  
  width: 100%;
  height: auto;
  z-index: 2;
  pointer-events: none;  
  transform: rotate(-2deg);   
}

.hover-zoom {
  transition: transform 0.3s ease;
  display: inline-block;
  transform: rotate(var(--rotation)); 
}

.hover-zoom:hover {
  transform: rotate(var(--rotation)) scale(1.1);  
}

.hover-label {
  position: relative;
  display: inline-block;
}

.hover-label .label-text {
  position: absolute;
  bottom: 55px; 
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0,0,0,0.7);
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  font-family: VHS;
  font-size: 25px;
  opacity: 0;
  pointer-events: none; 
  transition: opacity 0.3s ease;
}


.hover-label:hover .label-text {
  opacity: 1;
}

.back-button {
  position: fixed;
  top: 20px;
  left: 20px;
  padding: 8px 14px;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  text-decoration: none;
  font-size: 14px;
  border-radius: 6px;
  z-index: 1000;
  transition: background 0.2s ease;
}

.back-button:hover {
  background: rgba(0, 0, 0, 0.8);
}

.back-home {
  position: fixed;
  top: 60px;
  left: 20px;
  padding: 8px 14px;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  text-decoration: none;
  font-size: 14px;
  border-radius: 6px;
  z-index: 1000;
  transition: background 0.2s ease;
}

.back-home:hover {
  background: rgba(0, 0, 0, 0.8);
}