/*
 Theme Name:   Nova Web Radio Child
 Description:  Tema Fila do Underwind (Nova Web Radio)
 Author:       Admin
 Template:     underwind
 Version:      1.0.0
 Text Domain:  novawebradio-child
*/

.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}
.snap-y-container {
    scroll-snap-type: y mandatory;
    overflow-y: scroll;
    height: 100vh;
    scrollbar-width: none;
}
.snap-section {
    scroll-snap-align: start;
    min-height: 100vh;
    width: 100%;
    position: relative;
}
.brand-gradient-text {
    background: linear-gradient(to right, #ff7a2f, #ff007a);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.brand-gradient-bg {
    background: linear-gradient(135deg, #9c3f00, #b60055);
}
::-webkit-scrollbar {
    display: none;
}
#webgl-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.glass-player {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}
.nav-header {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(8px);
}

/* Custom Comments Styling for Dark Mode */
.comment-list .comment {
    list-style: none;
    margin-bottom: 2rem;
}
.comment-list .comment-body {
    background: #09090b; /* zinc-950 */
    border: 1px solid #27272a; /* zinc-800 */
    border-radius: 1rem; /* rounded-2xl */
    padding: 1.5rem;
    position: relative;
}
.comment-list .comment-meta {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #27272a;
}
.comment-list .comment-author {
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 700;
}
.comment-list .comment-author img.avatar {
    border-radius: 50%;
    margin-right: 1rem;
    border: 2px solid #27272a;
}
.comment-list .comment-author .fn {
    font-style: normal;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.125rem;
}
.comment-list .comment-metadata {
    margin-left: auto;
    font-size: 0.875rem;
}
.comment-list .comment-metadata a {
    color: #a1a1aa; /* zinc-400 */
    text-decoration: none;
}
.comment-list .comment-metadata a:hover {
    color: #ff7a2f; /* primary */
}
.comment-list .comment-content {
    color: #d4d4d8; /* zinc-300 */
    line-height: 1.6;
    font-family: 'Manrope', sans-serif;
}
.comment-list .comment-content p {
    margin-bottom: 1rem;
}
.comment-list .comment-content p:last-child {
    margin-bottom: 0;
}
.comment-list .children {
    list-style: none;
    margin-top: 1.5rem;
    padding-left: 2rem;
    border-left: 2px solid #27272a;
}
@media (max-width: 768px) {
    .comment-list .children {
        padding-left: 1rem;
    }
}
/* Comment form tweaks */
.comment-form-cookies-consent {
    color: #a1a1aa;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}
.comment-form-cookies-consent input[type="checkbox"] {
    background-color: #09090b;
    border: 1px solid #27272a;
    border-radius: 4px;
}

/* Global Link Overrides - No Underlines */
a, a:hover, a:focus, a:active,
.prose a, .prose a:hover {
    text-decoration: none !important;
}
