.freebies-game-container{color:#fff;max-width:1280px;min-height:80vh;margin:0 auto;padding:2.5rem 1rem;font-family:Outfit,Inter,sans-serif}.freebies-game-container .game-header{text-align:center;margin-bottom:3rem;position:relative}.freebies-game-container .game-header:after{content:"";background:linear-gradient(90deg,#0fa,#00e7ff);border-radius:2px;width:80px;height:4px;position:absolute;bottom:-1.25rem;left:50%;transform:translate(-50%)}.freebies-game-container .game-header h1{text-transform:uppercase;letter-spacing:-1px;background:linear-gradient(135deg,#fff 30%,rgba(255,255,255,.7));-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin:0 0 .75rem;font-family:Syne,sans-serif;font-size:max(2rem,min(4vw,3.25rem));font-weight:850}.freebies-game-container .game-header p{color:rgba(255,255,255,.6);max-width:600px;margin:0 auto;font-size:max(.9rem,min(1.8vw,1.15rem));line-height:1.5}.freebies-game-container .game-control-panel{-webkit-backdrop-filter:blur(12px);background:rgba(20,10,35,.45);border:1px solid rgba(0,255,170,.15);border-radius:24px;flex-direction:column;align-items:center;gap:2rem;max-width:520px;margin:0 auto 4rem;padding:2.5rem;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 50px rgba(0,0,0,.5),inset 0 0 30px rgba(0,255,170,.05)}@media (max-width:576px){.freebies-game-container .game-control-panel{gap:1.5rem;margin-bottom:2.5rem;padding:1.5rem 1.25rem}}.freebies-game-container .game-control-panel:before{content:"";pointer-events:none;background:radial-gradient(circle,rgba(0,255,170,.08) 0%,transparent 60%);width:200%;height:200%;position:absolute;top:-50%;left:-50%}.freebies-game-container .game-control-panel .rolls-counter{text-align:center;z-index:1}.freebies-game-container .game-control-panel .rolls-counter .counter-label{text-transform:uppercase;letter-spacing:2px;color:rgba(255,255,255,.45);margin-bottom:.5rem;font-size:.82rem;font-weight:700;display:block}.freebies-game-container .game-control-panel .rolls-counter .counter-value{color:#0fa;text-shadow:0 0 10px rgba(0,255,170,.4);font-family:Syne,sans-serif;font-size:1.5rem;font-weight:800}.freebies-game-container .game-control-panel .game-roll-button{color:#05020a;text-transform:uppercase;letter-spacing:1px;cursor:pointer;z-index:1;background:linear-gradient(135deg,#0fa 0%,#00e7ff 100%);border:none;border-radius:14px;width:100%;max-width:280px;padding:1rem 2rem;font-size:1.05rem;font-weight:800;transition:all .3s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 8px 25px rgba(0,255,170,.3)}.freebies-game-container .game-control-panel .game-roll-button:hover:not(:disabled){transform:translateY(-3px)scale(1.03);box-shadow:0 12px 30px rgba(0,255,170,.5)}.freebies-game-container .game-control-panel .game-roll-button:active:not(:disabled){transform:translateY(0)scale(.98)}.freebies-game-container .game-control-panel .game-roll-button:disabled{color:rgba(255,255,255,.25);box-shadow:none;cursor:not-allowed;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1)}.freebies-game-container .game-control-panel .game-game-info{color:rgba(255,255,255,.4);text-align:center;z-index:1;max-width:380px;font-size:.8rem;line-height:1.4}.freebies-game-container .scene{perspective:500px;z-index:1;width:90px;height:90px;margin:.5rem 0}.freebies-game-container .cube{width:100%;height:100%;transform-style:preserve-3d;transition:transform 1.5s cubic-bezier(.25,1.25,.5,1);position:relative}.freebies-game-container .cube.rolling{animation:1.2s linear infinite cube-spin}.freebies-game-container .cube-face{box-sizing:border-box;background:linear-gradient(135deg,rgba(25,10,45,.98),rgba(15,5,30,.98));border:2px solid rgba(0,255,170,.35);border-radius:14px;grid-template-rows:repeat(3,1fr);grid-template-columns:repeat(3,1fr);width:90px;height:90px;padding:8px;display:grid;position:absolute;box-shadow:inset 0 0 15px rgba(0,255,170,.2),0 0 10px rgba(0,0,0,.5)}.freebies-game-container .cube-face .dot{background:#0fa;border-radius:50%;place-self:center;width:12px;height:12px;display:block;box-shadow:0 0 8px rgba(0,255,170,.8)}.freebies-game-container .cube-face.face-1{transform:rotateY(0)translateZ(45px)}.freebies-game-container .cube-face.face-1 .dot{grid-area:2/2}.freebies-game-container .cube-face.face-2{transform:rotateY(90deg)translateZ(45px)}.freebies-game-container .cube-face.face-2 .dot:first-child{grid-area:1/1}.freebies-game-container .cube-face.face-2 .dot:nth-child(2){grid-area:3/3}.freebies-game-container .cube-face.face-3{transform:rotateY(180deg)translateZ(45px)}.freebies-game-container .cube-face.face-3 .dot:first-child{grid-area:1/1}.freebies-game-container .cube-face.face-3 .dot:nth-child(2){grid-area:2/2}.freebies-game-container .cube-face.face-3 .dot:nth-child(3){grid-area:3/3}.freebies-game-container .cube-face.face-4{transform:rotateY(-90deg)translateZ(45px)}.freebies-game-container .cube-face.face-4 .dot:first-child{grid-area:1/1}.freebies-game-container .cube-face.face-4 .dot:nth-child(2){grid-area:1/3}.freebies-game-container .cube-face.face-4 .dot:nth-child(3){grid-area:3/1}.freebies-game-container .cube-face.face-4 .dot:nth-child(4){grid-area:3/3}.freebies-game-container .cube-face.face-5{transform:rotateX(90deg)translateZ(45px)}.freebies-game-container .cube-face.face-5 .dot:first-child{grid-area:1/1}.freebies-game-container .cube-face.face-5 .dot:nth-child(2){grid-area:1/3}.freebies-game-container .cube-face.face-5 .dot:nth-child(3){grid-area:2/2}.freebies-game-container .cube-face.face-5 .dot:nth-child(4){grid-area:3/1}.freebies-game-container .cube-face.face-5 .dot:nth-child(5){grid-area:3/3}.freebies-game-container .cube-face.face-6{transform:rotateX(-90deg)translateZ(45px)}.freebies-game-container .cube-face.face-6 .dot:first-child{grid-area:1/1}.freebies-game-container .cube-face.face-6 .dot:nth-child(2){grid-area:1/3}.freebies-game-container .cube-face.face-6 .dot:nth-child(3){grid-area:2/1}.freebies-game-container .cube-face.face-6 .dot:nth-child(4){grid-area:2/3}.freebies-game-container .cube-face.face-6 .dot:nth-child(5){grid-area:3/1}.freebies-game-container .cube-face.face-6 .dot:nth-child(6){grid-area:3/3}.freebies-game-container .freebies-game-board{flex-direction:column;gap:3.5rem;display:flex}.freebies-game-container .game-layer{background:rgba(10,5,20,.3);border:1px solid rgba(255,255,255,.05);border-radius:20px;padding:2rem;animation:.6s cubic-bezier(.175,.885,.32,1.1) forwards layer-slide-in;box-shadow:0 10px 30px rgba(0,0,0,.2)}.freebies-game-container .game-layer.layer-2{background:rgba(0,231,255,.02);border-color:rgba(0,231,255,.15)}.freebies-game-container .game-layer.layer-3{background:rgba(0,255,170,.02);border-color:rgba(0,255,170,.15)}.freebies-game-container .game-layer .layer-header{border-bottom:1px solid rgba(255,255,255,.06);justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:.75rem;display:flex}.freebies-game-container .game-layer .layer-header h2{text-transform:uppercase;align-items:center;gap:.5rem;margin:0;font-family:Syne,sans-serif;font-size:1.35rem;font-weight:750;display:flex}.freebies-game-container .game-layer .layer-header h2:before{content:"";border-radius:50%;width:8px;height:8px;display:inline-block}.freebies-game-container .game-layer .layer-header .layer-badge{color:rgba(255,255,255,.6);background:rgba(255,255,255,.08);border-radius:12px;padding:.25rem .65rem;font-size:.75rem;font-weight:600}.freebies-game-container .game-layer.layer-1 h2:before{background:rgba(255,255,255,.6)}.freebies-game-container .game-layer.layer-2 h2:before{background:#00e7ff}.freebies-game-container .game-layer.layer-3 h2:before{background:#0fa}.freebies-game-container .game-layer.layer-2 .layer-badge{color:#00e7ff;background:rgba(0,231,255,.12)}.freebies-game-container .game-layer.layer-3 .layer-badge{color:#0fa;background:rgba(0,255,170,.12)}.freebies-game-container .freebies-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:1.25rem;display:grid}@media (min-width:1280px){.freebies-game-container .freebies-grid{grid-template-columns:repeat(8,1fr)}}@media (max-width:768px){.freebies-game-container .freebies-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:1rem}}@media (max-width:480px){.freebies-game-container .freebies-grid{grid-template-columns:repeat(auto-fill,minmax(95px,1fr));gap:.75rem}}.freebies-game-container .freebies-grid .card-item{cursor:pointer!important;height:100%!important;min-width:unset!important;max-width:unset!important;width:100%!important;box-shadow:none!important;background:rgba(255,255,255,.02)!important;border:1px solid rgba(255,255,255,.05)!important;border-radius:12px!important;flex-direction:column!important;transition:all .3s!important;display:flex!important;overflow:hidden!important}.freebies-game-container .freebies-grid .card-item:hover{border-color:rgba(0,255,170,.25)!important;transform:translateY(-4px)!important;box-shadow:0 8px 20px rgba(0,255,170,.08)!important}.freebies-game-container .freebies-grid .card-item:hover .thumb .thumb-img{transform:scale(1.05)!important}.freebies-game-container .freebies-grid .card-item .thumb{aspect-ratio:1!important;background:rgba(0,0,0,.2)!important;border-top-left-radius:12px!important;border-top-right-radius:12px!important;flex:none!important;width:100%!important;height:auto!important;padding-top:0!important;position:relative!important;overflow:hidden!important}.freebies-game-container .freebies-grid .card-item .thumb .thumb-img{object-fit:cover!important;width:100%!important;height:100%!important;transition:transform .5s!important;position:absolute!important;top:0!important;left:0!important}.freebies-game-container .freebies-grid .card-item .info{min-height:unset!important;flex-direction:column!important;flex:auto!important;justify-content:space-between!important;gap:.4rem!important;padding:.5rem!important;display:flex!important}.freebies-game-container .freebies-grid .card-item .info .title{color:#fff!important;-webkit-line-clamp:2!important;text-overflow:ellipsis!important;white-space:normal!important;-webkit-box-orient:vertical!important;height:2.1rem!important;font-family:Outfit,Inter,sans-serif!important;font-size:.78rem!important;font-weight:600!important;line-height:1.3!important;display:-webkit-box!important;overflow:hidden!important}.freebies-game-container .freebies-grid .card-item .info .fbottom{flex-direction:column!important;gap:.3rem!important;display:flex!important}.freebies-game-container .freebies-grid .card-item .info .fbottom .chips{display:none!important}.freebies-game-container .freebies-grid .card-item .info .fbottom .fmeta{justify-content:flex-end!important;display:flex!important}.freebies-game-container .freebies-grid .card-item .info .fbottom .fmeta a{color:rgba(255,255,255,.45)!important;text-transform:uppercase!important;letter-spacing:.5px!important;font-size:.7rem!important;font-weight:600!important;transition:color .3s!important}.freebies-game-container .freebies-grid .card-item .info .fbottom .fmeta a:hover{color:#0fa!important}.freebies-game-container .loading-container{flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;padding:5rem 1rem;display:flex}.freebies-game-container .loading-container .spinner-bar{border:3px solid rgba(0,255,170,.1);border-top-color:#0fa;border-radius:50%;width:50px;height:50px;animation:.8s linear infinite spinner-spin}.freebies-game-container .loading-container p{color:rgba(255,255,255,.5);font-size:.95rem}.freebies-game-container .error-container{text-align:center;background:rgba(234,67,53,.06);border:1px solid rgba(234,67,53,.2);border-radius:20px;max-width:450px;margin:2rem auto;padding:4rem 2rem}.freebies-game-container .error-container h3{color:#ea4335;margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.freebies-game-container .error-container p{color:rgba(255,255,255,.6);margin-bottom:1.5rem;font-size:.88rem;line-height:1.45}.freebies-game-container .error-container .retry-btn{color:#fff;cursor:pointer;background:#ea4335;border:none;border-radius:8px;padding:.65rem 1.5rem;font-weight:600;transition:background .3s}.freebies-game-container .error-container .retry-btn:hover{background:#d33225}@keyframes cube-spin{0%{transform:rotateX(0)rotateY(0)rotate(0)}to{transform:rotateX(360deg)rotateY(360deg)rotate(360deg)}}@keyframes spinner-spin{to{transform:rotate(360deg)}}@keyframes layer-slide-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
