.highlights__header{align-items:center}.highlights__search-form{display:flex;gap:.5rem;justify-content:flex-end}@media (max-width:767px){.highlights__search-form{flex-wrap:wrap}.highlights__search-form .form-control{flex:1 1 100%}.highlights__search-form .form-select{flex:1 1 auto;max-width:100%!important}.highlights__search-form .btn{flex:1 1 auto}}.highlights__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.highlights__grid>*{min-width:0}@media (max-width:1199px){.highlights__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:767px){.highlights__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.highlights__grid{grid-template-columns:1fr}}.highlights__card{background:#1a1a1a;border-radius:10px;overflow:hidden;display:flex;flex-direction:column;transition:transform .2s ease,box-shadow .2s ease}.highlights__card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.5)}.highlights__thumbnail{position:relative;width:100%;aspect-ratio:16/9;background:#000;cursor:pointer;overflow:hidden}.highlights__thumbnail img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;transition:transform .3s ease}.highlights__thumbnail:hover img{transform:scale(1.03)}.highlights__thumbnail--empty{width:100%;height:100%;background:#111}.highlights__play-btn-wrapper{inset:0;pointer-events:none}.highlights__card-share,.highlights__play-btn-wrapper{position:absolute;display:flex;align-items:center;justify-content:center}.highlights__card-share{top:8px;right:8px;width:32px;height:32px;border-radius:50%;background:rgba(0,0,0,.55);border:none;color:#fff;cursor:pointer;z-index:2;transition:background .2s ease}.highlights__card-share:hover{background:rgba(0,0,0,.8)}.highlights__card-like{position:absolute;top:8px;right:48px;height:32px;padding:0 8px;border-radius:16px;background:rgba(0,0,0,.55);border:none;color:#fff;display:flex;align-items:center;gap:4px;cursor:pointer;z-index:2;font-size:12px;transition:background .2s ease}.highlights__card-like .material-icons{font-size:18px}.highlights__card-like:hover{background:rgba(0,0,0,.8)}.highlights__card-like.is-liked{color:#ff4d6d}.highlights__play-btn{width:64px;height:64px;background:hsla(0,0%,100%,.85);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .2s ease,transform .2s ease}.highlights__thumbnail:hover .highlights__play-btn{background:#fff;transform:scale(1.1)}.highlights__play-btn span{font-size:26px;margin-left:5px;color:#000}.highlights__iframe{position:absolute;inset:0;width:100%;height:100%;border:none}.highlights__card-body{padding:14px;display:flex;flex-direction:column;gap:6px;flex:1}.highlights__card-title{font-weight:700;color:#fff;font-size:.95rem;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.highlights__card-player{margin:0;font-size:.85rem}.highlights__card-player a{color:#fff;text-decoration:none}.highlights__card-player a:hover{text-decoration:underline}.highlights__card-meta{display:flex;justify-content:space-between;font-size:.8rem;color:#888;margin-top:auto}.highlights__modal-meta{display:flex;gap:12px;margin-top:6px;flex-wrap:wrap;font-size:13px;color:#aaa}.highlights .event-card{min-width:0;width:100%}.highlights .event-card .event-image img{width:100%;height:auto}.highlights .event-card .event-wrapper{padding:10px 12px!important}.highlights .event-card .event-players{padding-top:6px!important}.highlights .event-card .event-players .user-avatar{width:32px!important;height:32px!important;min-width:32px;border-radius:50%!important;overflow:hidden;flex-shrink:0}.highlights .event-card .event-players .user-avatar.text{display:flex;align-items:center;justify-content:center;font-size:11px}.highlights .event-card .event-players .user-avatar img{width:32px!important;height:32px!important;-o-object-fit:cover;object-fit:cover;border-radius:50%}@media (max-width:767px){.highlights .pagination .page-link{padding:.6rem .9rem;font-size:1rem}.highlights .pagination svg{width:20px;height:20px}}