body,html{margin:0;padding:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#0f0f14;color:#fff}a{text-decoration:none;color:inherit}.home{min-height:100vh}.navbar{position:-webkit-sticky;position:sticky;top:0;z-index:100;display:flex;justify-content:space-between;align-items:center;padding:16px 24px;background:rgba(15,15,20,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #222}.logo{font-size:1.5rem;font-weight:700}.login-btn{background:#e11d48;padding:10px 20px;border-radius:8px;font-weight:500;transition:background .3s ease}.login-btn:hover{background:#be123c}.container{max-width:1200px;margin:0 auto;padding:40px 24px}.section{margin-bottom:60px}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.section-title{font-size:1.25rem;font-weight:600}.view-all{font-size:.9rem;color:#e879f9}.view-all:hover{text-decoration:underline}.video-grid{display:grid;grid-gap:20px;gap:20px;grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}.video-card{position:relative;border-radius:12px;overflow:hidden;background:#1a1a1f;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.video-card:hover{transform:scale(1.03);box-shadow:0 6px 20px rgba(0,0,0,.45)}.video-card img{width:100%;height:180px;object-fit:cover;display:block}.video-card .overlay{position:absolute;inset:0;background:rgba(0,0,0,.45);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s ease}.video-card:hover .overlay{opacity:1}.video-card .overlay svg{width:40px;height:40px;fill:#fff}.video-info{position:absolute;bottom:0;left:0;right:0;padding:12px;background:linear-gradient(0deg,rgba(0,0,0,.85),transparent)}.video-info h3{font-size:.95rem;font-weight:600;margin:0 0 4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.video-info p{font-size:.8rem;color:#aaa;margin:0}.skeleton-card{background:#1a1a1f;border-radius:12px;padding:12px;box-shadow:0 4px 12px rgba(0,0,0,.3);animation:pulse 1.5s infinite}.skeleton-thumb{width:100%;height:140px;border-radius:8px;margin-bottom:10px}.skeleton-line,.skeleton-thumb{background:linear-gradient(90deg,#2a2a2f 25%,#3a3a3f 50%,#2a2a2f 75%);background-size:200% 100%;animation:shimmer 1.5s linear infinite}.skeleton-line{height:12px;border-radius:6px;margin:6px 0}.skeleton-line.short{width:60%}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}