.loading,.error{text-align:center;margin:2rem 0;font-size:1.2rem}.error{color:#c00}.main-grid{display:grid;grid-template-columns:1fr;gap:2rem}.videos-section{background-color:var(--elevated-bg);border:1px solid var(--elevated-border);border-radius:var(--radius);padding:1rem}.videos-section .section-header{margin-bottom:1rem}.videos-section .section-header h2{font-size:1.5rem;color:var(--accent)}.videos-section .videos-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.videos-section .videos-grid.twitch-grid{grid-template-columns:repeat(auto-fill,minmax(400px,1fr))}.videos-section .channel-groups{display:grid;gap:2rem}.videos-section .channel-title{font-size:1.25rem;margin:0 0 .5rem;color:#fff}.videos-section .video-title{margin:.5rem;font-size:.95rem;color:#fff}.videos-section .video-card{border:1px solid var(--elevated-border);border-radius:4px;overflow:hidden;transition:transform .2s ease;background:var(--card-bg)}.videos-section .video-card:hover{transform:translateY(-4px)}.videos-section .video-card a{text-decoration:none;display:flex;flex-direction:column;height:100%}.videos-section .video-card img{width:100%;aspect-ratio:16/9;object-fit:cover;display:block}.videos-section .video-card h3{margin:.5rem;font-size:1rem;line-height:1.2;color:#fff;flex-grow:1}.videos-section .video-card .publish-date{margin:.5rem .5rem 0;font-size:.85rem;color:#aaa}.videos-section .twitch-frame{text-align:center}.videos-section .twitch-frame iframe{border-radius:4px;max-width:100%}.videos-section .twitch-frame .twitch-label{margin-top:.5rem;font-size:.9rem;color:#fff}
