.videos-module__stBVxa__videosPage{background:var(--bg-hero);min-height:100vh;padding-bottom:5rem}.videos-module__stBVxa__hero{text-align:center;flex-direction:column;align-items:center;gap:1rem;padding:3.6rem 2rem 2.4rem;display:flex}.videos-module__stBVxa__heroIcon{border-radius:var(--radius-xl);background:#fff0f0;border:2px solid #ffd0d0;justify-content:center;align-items:center;width:88px;height:88px;display:inline-flex;box-shadow:0 6px 24px #ff00001f}.videos-module__stBVxa__hero h1{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:2.8rem;font-weight:800}.videos-module__stBVxa__hero p{color:var(--text-secondary);font-size:1.6rem}.videos-module__stBVxa__channelBtn{color:#fff;border-radius:var(--radius-full);font-family:var(--font-heading);transition:box-shadow var(--transition-fast);background:red;align-items:center;gap:.7rem;padding:.8rem 2rem;font-size:1.4rem;font-weight:700;text-decoration:none;display:inline-flex;box-shadow:0 4px 16px #ff00004d}.videos-module__stBVxa__channelBtn:hover{box-shadow:0 6px 22px #ff000073}.videos-module__stBVxa__grid{grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1100px;margin:0 auto;padding:0 2.4rem;display:grid}.videos-module__stBVxa__videoCard{border:1px solid var(--border-card);border-radius:var(--radius-xl);cursor:pointer;box-shadow:var(--shadow-card);transition:box-shadow var(--transition-normal);background:#fff;overflow:hidden}.videos-module__stBVxa__videoCard:hover{box-shadow:var(--shadow-card-hover)}.videos-module__stBVxa__thumbWrap{aspect-ratio:16/9;background:#111;position:relative;overflow:hidden}.videos-module__stBVxa__thumb{object-fit:cover;width:100%;height:100%;transition:transform .4s}.videos-module__stBVxa__videoCard:hover .videos-module__stBVxa__thumb{transform:scale(1.04)}.videos-module__stBVxa__thumbOverlay{opacity:0;transition:opacity var(--transition-normal);background:#00000040;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.videos-module__stBVxa__videoCard:hover .videos-module__stBVxa__thumbOverlay{opacity:1}.videos-module__stBVxa__playBtn{background:#ff0000e6;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;display:flex;box-shadow:0 4px 20px #0006}.videos-module__stBVxa__videoInfo{padding:1.2rem 1.4rem 1.4rem}.videos-module__stBVxa__videoTitle{color:var(--text-primary);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.4rem;font-size:1.4rem;font-weight:700;display:-webkit-box;overflow:hidden}.videos-module__stBVxa__videoDesc{color:var(--text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:1.2rem;display:-webkit-box;overflow:hidden}.videos-module__stBVxa__skeleton{border-radius:var(--radius-xl);aspect-ratio:16/12;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;animation:1.4s infinite videos-module__stBVxa__shimmer}@keyframes videos-module__stBVxa__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.videos-module__stBVxa__empty{text-align:center;flex-direction:column;grid-column:1/-1;align-items:center;gap:.8rem;padding:5rem 2rem;display:flex}.videos-module__stBVxa__emptyEmoji{font-size:5rem}.videos-module__stBVxa__empty p{color:var(--text-primary);font-size:1.8rem;font-weight:700}.videos-module__stBVxa__emptyHint{color:var(--text-muted);font-size:1.3rem}.videos-module__stBVxa__modalBackdrop{z-index:200;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b8;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.videos-module__stBVxa__modalContent{border-radius:var(--radius-xl);background:#fff;width:100%;max-width:860px;overflow:hidden;box-shadow:0 24px 80px #00000080}.videos-module__stBVxa__modalHeader{border-bottom:1px solid var(--border-card);justify-content:space-between;align-items:center;gap:1rem;padding:1.2rem 1.6rem;display:flex}.videos-module__stBVxa__modalHeader h3{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:1.6rem;font-weight:700;overflow:hidden}.videos-module__stBVxa__modalActions{flex-shrink:0;align-items:center;gap:.6rem;display:flex}.videos-module__stBVxa__ytLink{background:var(--bg-input);border-radius:var(--radius-md);width:34px;height:34px;color:var(--text-secondary);transition:background var(--transition-fast), color var(--transition-fast);justify-content:center;align-items:center;text-decoration:none;display:flex}.videos-module__stBVxa__ytLink:hover{color:#fff;background:red}.videos-module__stBVxa__closeBtn{background:var(--bg-input);border-radius:var(--radius-md);cursor:pointer;width:34px;height:34px;color:var(--text-secondary);transition:background var(--transition-fast);border:none;font-size:1.4rem}.videos-module__stBVxa__closeBtn:hover{color:#fff;background:#ff6b6b}.videos-module__stBVxa__iframeWrap{aspect-ratio:16/9;background:#000;position:relative}.videos-module__stBVxa__iframe{border:none;width:100%;height:100%;position:absolute;inset:0}.videos-module__stBVxa__modalDesc{color:var(--text-secondary);padding:1rem 1.6rem 1.4rem;font-size:1.3rem}@media (max-width:1024px){.videos-module__stBVxa__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.videos-module__stBVxa__grid{grid-template-columns:1fr;padding:0 1.2rem}.videos-module__stBVxa__hero{padding:2.4rem 1.2rem 1.6rem}.videos-module__stBVxa__hero h1{font-size:2.2rem}.videos-module__stBVxa__modalBackdrop{align-items:flex-end;padding:0}.videos-module__stBVxa__modalContent{border-radius:var(--radius-lg) var(--radius-lg) 0 0}}
