body {
    background-color: #F9FAFB;
    color: #2D3436;
}

.glass {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.gradient-text {
    background: linear-gradient(135deg, #2D3436 0%, #0984E3 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Page-specific styles */

/* Responsive video wrapper for article.html */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    border-radius: 1rem;
    margin: 2rem 0;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.article-media {
    border-radius: 1rem;
    margin: 2rem 0;
    width: 100%;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
}
