#site-header {background: #0c0c0e;}
.header-right {z-index: 1;}
.darkcorners-animation-bg {position: fixed; inset: 0; z-index: -1; overflow: hidden;}
.darkcorners-animation-image {position: absolute; inset: -50px; will-change: transform;}
.darkcorners-animation-image img {width: 100%; height: 100%; object-fit: cover;}
.darkcorners-animation-overlay {position: absolute; inset: 0; background: rgba(0,0,0,0.75); z-index: 2;}
.audio-page {display: grid; grid-template-columns: 320px 1fr; gap: 20px; margin-inline: max(5%, (100% - 1366px) / 2); margin-top: 50px; margin-bottom: 50px; color: #fff;}
.audio-left {background-color: #FFFFFF08; border-radius: 8px; text-align: center; position: sticky; padding: 20px; margin-top: 13px;}
.audio-disc {width: 260px; height: 260px; border-radius: 50%; overflow: hidden; border: 6px solid rgba(255,255,255,0.1); box-shadow: 0 0 40px rgba(255,0,0,0.25),inset 0 0 20px rgba(0,0,0,0.5); animation: spin 12s linear infinite; animation-play-state: paused; justify-self: center;}
.audio-disc img {width: 100%; height: 100%; object-fit: cover;}
@keyframes spin {from { transform: rotate(0deg); } to { transform: rotate(360deg); }}
.audio-desc {font-size: 14px; line-height: 1.6; color: #ccc;}
.audio-right {max-width:900px; background-color:#FFFFFF08; border:2px solid #FFFFFF08; border-radius:8px; padding:10px 20px; min-width:0;}
.audio-right legend {font-size: 24px; font-weight: bold; color: #f5c518; padding: 0 10px;}
#av-audio-player {background: rgba(20,20,20,0.8); border-radius: 15px; padding: 25px; box-shadow: 0 10px 40px rgba(0,0,0,0.6);}
.av-controls {display: flex; gap: 10px; margin-bottom: 15px;}
.av-controls button {width: 42px; border-radius: 6px; border: none; background: #e50914; color: #fff; cursor: pointer; transition: 0.2s;}
.av-controls button:hover {transform: scale(1.1); background: #ff1f2e;}
.av-speed select {background: #222; color: #fff; border: none; padding: 6px 10px; border-radius: 6px; cursor: pointer;}
#av-time {background: #222; color: #fff; font-size: 12px; padding: 6px 10px; border-radius: 6px; white-space: nowrap;}
.av-progress {flex: 1; height: 8px; background: rgba(255,255,255,0.1); border-radius: 10px; overflow: hidden; margin-top: 10px; cursor: pointer; min-width: 100px;}
#av-progress-bar {height: 100%; background: linear-gradient(90deg, #ff0000, #ff4d4d); transition: width 0.3s linear;}
.av-chapters {margin-top: 20px; max-height: 400px; overflow-y: auto;}
.av-chapters::-webkit-scrollbar {width: 6px;}
.av-chapters::-webkit-scrollbar-thumb {background: #444; border-radius: 10px;}
.av-chapter {padding: 12px 15px; border-radius: 8px; margin-bottom: 6px; background: rgba(255,255,255,0.03); transition: 0.2s; cursor: pointer;}
.av-chapter:hover {background: rgba(255,255,255,0.08);}
.av-chapter.active {background: linear-gradient(90deg, #e50914, #b20710); font-weight: 600;}
.av-chapter.active::before {content: '▶ ';}
@media(max-width:900px){
    .darkcorners-animation-bg{display: none;}
    .audio-page{display: block; max-width: 800px;}
    .av-controls{display: block; text-align: center;}
    .av-speed{margin: 10px 0px;}
	#site-footer{display:none;}
}
@media(max-width:480px){
    .darkcorners-animation-bg{display: none;}
    .audio-page{display: block; max-width: 350px;}
    .av-controls{display: block; text-align: center;}
    .av-speed{margin: 10px 0px;}
	#site-footer{display:none;}
}