@font-face{font-family:'Asai';src:url('../themes/forclix-tvth/assets/fonts/Asai-Analogue.ttf') format('truetype')}
@font-face{font-family:'Asai';src:url('../themes/forclix-tvth/assets/fonts/Asai-Analogue.ttf') format('truetype')}
.showcase-list{margin:20px 0;overflow:hidden;width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw}
.showcase-list .showcase-slider{display:flex;gap:10px;width:max-content;animation:infiniteScroll 60s linear infinite}
.showcase-list .showcase-slider:hover{animation-play-state:paused}
.showcase-list .showcase-item{flex:0 0 auto;width:calc((100vw - 40px) / 4)}
@media (max-width:1200px){.showcase-list .showcase-item{width:calc((100vw - 30px) / 3)}}
@media (max-width:992px){.showcase-list .showcase-item{width:calc((100vw - 20px) / 2)}}
@keyframes infiniteScroll{from{transform:translateX(0)}to{transform:translateX(calc(-50%))}}
.home-top{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:20px;margin-bottom:40px}
@media (max-width:992px){.home-top{grid-template-columns:minmax(0,1fr)}}
.tags--panel{display:flex;flex-direction:column;padding:16px;background-color:#161434;border:2px solid #362F4C;border-radius:5px}
.tags--panel .section-header{margin-bottom:12px}
.tags--panel .section-body{max-height:138px;margin-bottom:12px;overflow:hidden;align-content:flex-start;-webkit-mask-image:linear-gradient(to bottom,#000 118px,transparent);mask-image:linear-gradient(to bottom,#000 118px,transparent)}
.tags--panel.is-expanded .section-body{max-height:none;overflow:visible;-webkit-mask-image:none;mask-image:none}
@media (max-width:768px){.tags--panel .section-body{max-height:none;overflow-x:auto;-webkit-mask-image:none;mask-image:none}}
.tags__more{margin-top:auto;align-self:flex-start;padding:8px 16px;border:1px solid #42426D;border-radius:5px;background:transparent;color:#B3B6CE;font-size:14px;font-weight:500;cursor:pointer;transition:border-color 0.15s ease,color 0.15s ease}
.tags__more:hover{border-color:#BFFB34;color:#BFFB34}
.totw__card{height:100%;display:grid;grid-template-columns:minmax(0,55%) minmax(0,1fr);gap:20px;align-items:stretch;padding:16px;background-color:#161434;border:2px solid #362F4C;border-radius:5px;transition:border-color 0.15s ease}
.totw__card:hover{border-color:#BFFB34}
.totw__media{border-radius:4px;overflow:hidden;line-height:0}
.totw__media img{display:block;width:100%;height:100%;object-fit:cover}
.totw__body{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}
.totw__badge{font-size:12px;font-weight:500;letter-spacing:.08em;color:#BFFB34}
.totw__title{margin:8px 0 4px;font-size:32px;color:#fff;overflow-wrap:anywhere}
.totw__author,
.totw__saves{margin:0;font-size:14px;font-weight:300;color:#B3B6CE}
.totw__cadence{margin:10px 0 0;font-size:12px;font-weight:300;color:#8381ab}
.totw__cta{display:inline-block;margin-top:16px;padding:8px 16px;border-radius:5px;background-color:#6226AE;color:#fff;font-size:14px;font-weight:500}
.totw__card:hover .totw__cta{background-color:#4F1D8A}
@media (max-width:768px){.totw__card{grid-template-columns:minmax(0,1fr)}.totw__media{aspect-ratio:805 / 500}.totw__media img{object-fit:contain}}