@charset "UTF-8";.game-card{border-radius:32px;padding:0;position:relative;overflow:hidden;cursor:pointer;height:100%;display:flex;flex-direction:column;min-height:280px;text-decoration:none;aspect-ratio:4/3;background:linear-gradient(145deg,var(--card-primary) 0%,var(--card-secondary) 100%);border:4px solid #462019;box-shadow:inset 0 2px 10px #0000004d,0 10px 30px #0000004d}.felt-texture{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.3;background-image:url(/assets/img/felt.png);pointer-events:none;z-index:1}.radial-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at center,#ffe69626,#0000004d 60%,#000c);z-index:2}.circles-container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;z-index:3}.circle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%;border-style:solid}.circle-1{width:80px;height:80px;border-width:2px;border-color:#c9a84c99}.circle-2{width:144px;height:144px;border-width:16px;border-color:#ffffff0d}.circle-3{width:208px;height:208px;border-width:16px;border-color:#ffffff0a}.circle-4{width:272px;height:272px;border-width:16px;border-color:#ffffff08}.circle-5{width:336px;height:336px;border-width:16px;border-color:#ffffff05}.circle-6{width:400px;height:400px;border-width:16px;border-color:#ffffff03}.card-fan{position:absolute;top:0;right:0;bottom:0;left:0;z-index:4;pointer-events:none}.fan-card{position:absolute;left:50%;top:25%;transform-origin:50% 160%;box-shadow:0 2px 8px #0006;opacity:0;transform:translate(-50%) translateY(60px) rotate(0) scale(.7)}.fan-card:nth-child(1){--fan-rot: -20deg;--fan-delay: 0s}.fan-card:nth-child(2){--fan-rot: -10deg;--fan-delay: .12s}.fan-card:nth-child(3){--fan-rot: 0deg;--fan-delay: .24s}.fan-card:nth-child(4){--fan-rot: 10deg;--fan-delay: .36s}.fan-card:nth-child(5){--fan-rot: 20deg;--fan-delay: .48s}.card-fan--active .fan-card{animation:fanDeal .5s cubic-bezier(.34,1.56,.64,1) both;animation-delay:var(--fan-delay)}@keyframes fanDeal{0%{opacity:0;transform:translate(-50%) translateY(60px) rotate(0) scale(.7)}40%{opacity:1}to{opacity:1;transform:translate(-50%) rotate(var(--fan-rot)) scale(1)}}.game-title-panel{position:absolute;bottom:0;left:0;right:0;padding:1rem 1.5rem;background:linear-gradient(180deg,#0e1a1600,#0e1a16f2);display:flex;align-items:center;justify-content:center;z-index:20}.game-title{font-family:MuseoSlabRounded,Georgia,serif;font-size:1.4rem;font-weight:700;color:#eeebc7;margin:0;padding:0;line-height:1;text-shadow:0 2px 4px rgba(0,0,0,.5);letter-spacing:.02em}.game-card:focus{outline:2px solid #c9a84c;outline-offset:2px}.game-card:focus:not(:focus-visible){outline:none}@media (max-width: 1024px){.game-card{min-height:260px}.circle-1{width:60px;height:60px}.circle-2{width:110px;height:110px;border-width:12px}.circle-3{width:160px;height:160px;border-width:12px}.circle-4{width:210px;height:210px;border-width:12px}.circle-5{width:260px;height:260px;border-width:12px}.circle-6{width:310px;height:310px;border-width:12px}}@media (max-width: 768px){.game-card{border-radius:24px;border-width:3px;min-height:200px}.game-title-panel{padding:.75rem 1rem}.game-title{font-size:1.2rem}.circle-1{width:50px;height:50px}.circle-2{width:90px;height:90px;border-width:10px}.circle-3{width:130px;height:130px;border-width:10px}.circle-4{width:170px;height:170px;border-width:10px}.circle-5,.circle-6{display:none}}@media (max-width: 480px){.game-card{border-radius:20px;min-height:180px}.game-title-panel{padding:.6rem 1rem}.game-title{font-size:1rem}.circle-1{width:40px;height:40px;border-width:1px}.circle-2{width:70px;height:70px;border-width:8px}.circle-3{width:100px;height:100px;border-width:8px}.circle-4{display:none}}
