.hvc-section{background-color:#141414;width:100%;padding:24px 0 40px}
.hvc-container{max-width:400px;margin:0 auto;padding:0 20px}
.hvc-header{text-align:center;margin-bottom:20px}
.hvc-header__title{color:#fff;font-size:20px;font-weight:800;margin:0 0 6px}
.hvc-header__subtitle{color:#e84b1c;font-size:13px;font-weight:600;margin:0}
.hvc-loading,.hvc-error{color:#9a9a9a;font-size:13px;text-align:center;padding:20px 0}
.hvc-accordion{display:flex;flex-direction:column;gap:10px}
.hvc-genre-section{background-color:#1a1a1a;border-radius:10px;overflow:hidden}
.hvc-genre-header{display:flex;align-items:center;justify-content:space-between;color:#fff;font-size:14px;font-weight:700;padding:14px 16px;cursor:pointer}
.hvc-genre-arrow{width:10px;height:10px;border-right:2px solid #e84b1c;border-bottom:2px solid #e84b1c;transform:rotate(45deg);transition:transform .2s ease;flex-shrink:0}
.hvc-genre-section.open .hvc-genre-arrow{transform:rotate(-135deg)}
.hvc-genre-body{display:none}
.hvc-genre-section.open .hvc-genre-body{display:block}
.hvc-genre-channel{display:flex;align-items:center;gap:10px;color:#e0e0e0;font-size:13px;padding:12px 16px;border-top:1px solid #2a2a2a}
.hvc-viewmore{display:block;margin:20px auto 0;background-color:transparent;border:1px solid #e84b1c;color:#e84b1c;font-size:13px;font-weight:700;padding:10px 24px;border-radius:20px;cursor:pointer}
@media(min-width:768px){.hvc-container{max-width:480px;padding-top:12px}
.hvc-header__title{font-size:22px}
}
@media(min-width:1024px){.hvc-container{max-width:720px}
.hvc-header__title{font-size:26px}
.hvc-header__subtitle{font-size:14px}
.hvc-genre-header{padding:16px 20px;font-size:15px}
.hvc-genre-body{padding:4px 8px 8px}
.hvc-genre-body.open,.hvc-genre-section.open .hvc-genre-body{display:grid;grid-template-columns:repeat(2,1fr);gap:4px 12px}
.hvc-genre-channel{border-top:0;border-radius:8px;padding:10px 12px}
.hvc-genre-channel:hover{background-color:#232323}
}