*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%}body{color:#e2e8f0;background:#0f172a;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5}#root{min-height:100vh}a{color:inherit;text-decoration:none}.video-card{background:#1e293b;border:1px solid #263244;border-radius:10px;margin-bottom:12px;transition:all .25s;overflow:hidden}.video-header{cursor:pointer;padding:12px 16px;transition:background .2s}.video-header:hover{background:#263244}.video-header h3{color:#f1f5f9;font-size:.9rem;font-weight:500}.video-content{opacity:0;max-height:0;padding:0 16px;transition:all .3s;overflow:hidden}.video-card.open .video-content{opacity:1;max-height:800px;padding:16px}.video-content p{color:#94a3b8;margin-bottom:12px;font-size:.85rem}.container{max-width:900px;margin:0 auto;padding:40px 20px}h1{text-align:center;color:#f8fafc;margin-bottom:30px;font-size:1.8rem;font-weight:600}.tabs{justify-content:center;gap:10px;margin-bottom:30px;display:flex}.tab-button{color:#cbd5e1;cursor:pointer;background:#1e293b;border:1px solid #1e293b;border-radius:8px;padding:6px 14px;font-size:.85rem;transition:all .2s}.tab-button:hover{background:#334155}.tab-button.active{color:#fff;background:#3b82f6;border-color:#3b82f6}.video-list{flex-direction:column;gap:18px;display:flex}.video-item{background:#fff;border-radius:14px;transition:all .3s;overflow:hidden;box-shadow:0 6px 18px #0000000f}.video-header{cursor:pointer;justify-content:space-between;align-items:center;padding:18px 22px;display:flex}.video-header h2{font-size:1.05rem;font-weight:500}.video-header span{font-size:1.5rem;font-weight:300}.video-content{max-height:0;padding:0 22px;transition:max-height .4s,padding .3s;overflow:hidden}.video-item.open .video-content{max-height:800px;padding:0 22px 22px}.video-content p{color:#475569;margin-bottom:14px}video{background:#000;border-radius:10px;width:100%}
