.actor-grid{display:grid;gap:1rem;grid-template-columns:repeat(2,1fr);container-type:inline-size}.actor-card{display:flex;flex-direction:column;height:100%;border-radius:.5rem;overflow:hidden;box-shadow:0 2px 6px rgba(0,0,0,.06);background:#212529}.actor-card .thumb{aspect-ratio:3/4;width:100%;overflow:hidden;position:relative}.thumb .hot{position:absolute;top:0;left:0;background:rgba(220,53,69,1);padding-top:.5rem;padding-bottom:.5rem;padding-left:2rem;padding-right:2rem;font-size:1rem;color:#fff;transform:rotate(-45deg) translate(-20%,-70%)}.thumb .hot:hover{cursor:pointer}.thumb>.overlay{position:absolute;left:0;right:0;bottom:0;width:100%;height:10%;background:linear-gradient(transparent,rgba(0,0,0,.95));display:flex;flex-direction:column;justify-content:space-between;align-items:stretch;transition:all .3s ease}.thumb .overlay .more{color:#999;display:flex;flex-direction:column;flex-wrap:wrap;gap:.5rem;width:100%;height:100%;padding:.5rem}.thumb .overlay .more .info{display:flex;flex-direction:column;gap:.5rem;width:100%;color:#fff}.thumb .overlay .more .info>div{display:flex;flex-direction:row;gap:.5rem;align-items:center;font-size:.9rem}.thumb .overlay .more .info span{background:rgba(0,0,0,.5);padding:.2rem .5rem;border-radius:.2rem;white-space:nowrap}.thumb .overlay .more .tags{display:flex;flex-wrap:wrap;gap:.3rem}.thumb .overlay .more .tags span{background:rgba(255,255,255,.05);color:#bbb;padding:.15rem .4rem;border-radius:.2rem;font-size:.8rem;white-space:nowrap}.thumb .overlay:hover{cursor:pointer;height:40%;background-color:rgba(0,0,0,.6)}.thumb img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .3s ease}.thumb img:hover{cursor:pointer;transform:scale(1.3)}:root{--overlay-h:30%}.thumb::after{content:"";position:absolute;left:0;right:0;bottom:0;height:var(--overlay-h);pointer-events:none;background:linear-gradient(to top,rgba(0,0,0,.9) 0%,rgba(0,0,0,.6) 40%,rgba(0,0,0,.2) 70%,rgba(0,0,0,0) 100%)}.actor-card .title{display:flex;flex-wrap:nowrap;flex-direction:row;justify-content:space-between;align-items:center;width:100%;padding:.5rem;text-align:center;font-size:1.2rem;color:#fff;z-index:1}.actor-card .title .left{display:flex;flex-direction:column;justify-content:center;gap:.25em;margin-left:.5rem}.actor-card .title .flag-icon{vertical-align:middle}.actor-card .title .right{font-size:.8rem;color:#bbb;text-align:right;display:flex;align-items:center}@media(max-width:720px){.thumb>.overlay{height:15%}}@media(min-width:720px){.thumb>.overlay{height:12%}}@media(min-width:1024px){.actor-grid{grid-template-columns:repeat(4,1fr)}}@media(min-width:1440px){.thumb>.overlay{height:15%}.actor-grid{grid-template-columns:repeat(6,1fr)}}@media(min-width:1920px){.thumb>.overlay{height:12%}.actor-grid{grid-template-columns:repeat(5,1fr)}}@media(min-width:2300px){.thumb>.overlay{height:10%}.actor-grid{grid-template-columns:repeat(6,1fr)}}