#root{padding:.5em}.home{height:100vh;display:flex;justify-content:center;align-items:center;background-color:#f0f2f5}.card{background-color:#fff;border-radius:12px;padding:40px;box-shadow:0 4px 16px #0000001a;width:360px;text-align:center;border:1px solid #e5e5e5}.logo{width:60px;height:60px;margin-bottom:20px}.input{margin-bottom:20px;margin-left:0%}.button{width:100%}.nav-panel{background-color:#4a85bb;padding:10px 20px;display:flex;justify-content:space-between;align-items:center;color:#fff}.nav-panel-el{font-size:20px;display:flex;align-items:center;gap:10px}.menu{display:flex;gap:15px}.menuBtn{color:#fff;text-decoration:none;padding:6px 12px;border-radius:4px;transition:.3s ease}.menuBtn:hover{background:#140ed833}.search{background-color:#fff;padding:40px;text-align:center}.search-el-input{height:7vh;width:50%}.search-el-button{height:7vh}.video-card{margin-bottom:16px;border-radius:8px;overflow:hidden;transition:box-shadow .3s ease}.video-card:hover{box-shadow:0 6px 18px #00000026}.video-card.list{display:flex;padding:12px}.video-list-content{display:flex;gap:16px;align-items:flex-start}.video-thumbnail{width:200px;height:auto;border-radius:8px;object-fit:cover;flex-shrink:0;transition:transform .3s ease,box-shadow .3s ease}.video-thumbnail:hover{transform:scale(1.05);box-shadow:0 4px 12px #0003}@media (max-width: 600px){.video-list-content{flex-direction:column;align-items:center;text-align:center}.video-thumbnail{width:100%;max-width:320px}}.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.video-segment{background:#fff;padding:6px 12px;border-radius:10px;box-shadow:0 2px 8px #fff;transition:all .2s ease}.video-segment:hover{box-shadow:0 3px 10px #4a85bb}.video-segment{background:#4a85bb;color:#fff;font-weight:500}.video-content{margin-top:20px}.favorite-container{padding:24px}.favorite-title{margin-bottom:16px}.favorite-list{background:#fff;border-radius:12px;overflow:hidden}.favorite-list-item{padding:12px 16px}.favorite-button{width:100%;text-align:left;padding:0;height:auto;font-size:16px}.modal-section{margin-bottom:16px}.modal-slider-info{text-align:right;font-size:12px}.modal-actions{display:flex;gap:8px;justify-content:space-between}
