.v3-master { background: #0d1117; color: #c9d1d9; font-family: 'Inter', sans-serif; padding-bottom: 50px; }
.v3-container { max-width: 1140px; margin: 0 auto; padding: 20px 15px; }
.v3-bc { font-size: 13px; margin-bottom: 20px; color: #8b949e; }
.v3-bc a { color: #58a6ff; text-decoration: none; }
.v3-player-card { background: #161b22; border: 1px solid #30363d; border-radius: 12px; overflow: hidden; margin-bottom: 30px; }
.v3-srv-bar { background: #0d1117; padding: 10px; display: flex; gap: 8px; overflow-x: auto; border-bottom: 1px solid #30363d; }
.v3-btn { background: #21262d; border: 1px solid #30363d; color: #fff; padding: 8px 12px; border-radius: 6px; cursor: pointer; min-width: 120px; text-align: left; }
.v3-btn.active { background: #238636; border-color: #3fb950; }
.v3-btn b { display: block; font-size: 11px; }
.v3-btn span { font-size: 9px; color: #8b949e; }
.v3-btn.active span { color: #aff5b4; }
.v3-video-box { position: relative; padding-top: 56.25%; background: #000; }
#v3-frame { position: absolute; top:0; left:0; width:100%; height:100%; border:0; display: none; z-index: 5; } .v3-overlay { position: absolute; top:0; left:0; width:100%; height:100%; background: #000; display: flex; align-items: center; justify-content: center; z-index: 10; cursor: pointer; }
.play-wrapper { text-align: center; }
.play-circle { 
width: 80px; height: 80px; background: rgba(255,255,255,0.1); 
border-radius: 50%; display: flex; align-items: center; justify-content: center; 
margin: 0 auto 10px; border: 2px solid #fff; transition: 0.2s;
}
.v3-overlay:hover .play-circle { background: #238636; border-color: #3fb950; }
.play-circle svg { fill: #fff; width: 30px; height: 30px; margin-left: 4px; }
.play-text { color: #fff; font-weight: 600; font-size: 14px; text-transform: uppercase; letter-spacing: 1px; }
#v3-loader-box { position: absolute; z-index: 20; text-align: center; display: none; width: 100%; height: 100%; background: #000; align-items: center; justify-content: center; flex-direction: column; top:0; left:0; }
.v3-spinner { width: 40px; height: 40px; border: 3px solid #30363d; border-top: 3px solid #238636; border-radius: 50%; animation: spin 0.8s linear infinite; margin-bottom: 10px; }
@keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }
.v3-grid { display: flex; flex-wrap: wrap; gap: 30px; }
.v3-side { flex: 0 0 240px; }
.v3-main { flex: 1; min-width: 300px; }
.v3-poster-img { width: 100%; border-radius: 8px; border: 1px solid #30363d; height: 315px !important; object-fit: cover; }
.v3-card { background: #161b22; border: 1px solid #30363d; border-radius: 8px; padding: 20px; margin-bottom: 20px; }
.v3-info-table { width: 100%; border-collapse: collapse; }
.v3-info-table tr { border-bottom: 1px solid #21262d; }
.v3-info-table td { padding: 10px 5px; font-size: 14px; color: #8b949e; }
.v3-info-table td.v-label { font-weight: bold; color: #f0f6fc; width: 130px; }
@media (max-width: 800px) { .v3-grid { flex-direction: column; } .v3-side { margin: 0 auto; } } html { scroll-behavior: smooth; }
.v3-jump-btn {
display: inline-block;
background: #238636;
color: #fff !important;
padding: 10px 20px;
border-radius: 6px;
text-decoration: none;
font-weight: bold;
font-size: 14px;
margin-top: 15px;
transition: 0.3s;
border: 1px solid rgba(255,255,255,0.1);
}
.v3-jump-btn:hover { background: #2ea043; transform: translateY(-2px); }