.video-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:25px;margin-bottom:40px}.video-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.2);transition:transform .3s ease,box-shadow .3s ease;position:relative}.video-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px rgba(0,0,0,.25)}.duration-badge{position:absolute;bottom:8px;right:8px;background:rgba(0,0,0,.8);color:#fff;padding:4px 8px;border-radius:4px;font-size:.9rem;font-weight:600}.card-content{padding:20px}.video-title{font-size:1.2rem;font-weight:700;color:#333;margin-bottom:10px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;cursor:pointer}.video-title:hover{color:#0178fd}.channel-info{display:flex;align-items:center;margin-bottom:12px}.channel-title{font-weight:600;color:#555}.published-date{color:#888;margin-left:auto}.description{color:#666;font-size:.95rem;line-height:1.5;margin-bottom:15px;display:-webkit-box;-webkit-line-clamp:12;-webkit-box-orient:vertical;overflow:auto;text-align:left;scrollbar-width:thin;scrollbar-color:#007bff #f0f0f0}.description::-webkit-scrollbar-track{background:#f0f0f0}.description::-webkit-scrollbar-thumb{background-color:#007bff}.stat-item,.stats{display:flex;align-items:center}.stats{justify-content:space-between;padding:12px 0;border-top:1px solid #eee;margin-top:15px}.stat-item{font-size:.95rem;color:#666}.stat-item svg{width:16px;height:16px;margin-right:5px;fill:currentColor}.tags{margin-top:12px;text-align:left}.tag{display:inline-block;background:#f0f8ff;color:#06c;padding:4px 8px;border-radius:12px;font-size:.75rem;margin:2px 4px 2px 0;border:1px solid #e0e8f0}.video-id{font-family:"Courier New",monospace;background:#f8f9fa;padding:8px;border-radius:8px;color:#666;margin-top:10px;border-left:3px solid #007bff}