<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Shopify CDN: Minification failed

Line 145:140 Comments in CSS use "/* ... */" instead of "//"
Line 243:103 Comments in CSS use "/* ... */" instead of "//"
Line 250:102 Comments in CSS use "/* ... */" instead of "//"
Line 257:100 Comments in CSS use "/* ... */" instead of "//"
Line 264:102 Comments in CSS use "/* ... */" instead of "//"
Line 321:84 Comments in CSS use "/* ... */" instead of "//"
Line 399:7 Expected ":"
Line 409:7 Expected ":"
Line 419:7 Expected ":"
Line 429:7 Expected ":"
... and 18 more hidden warnings

**/
:root {
  color-scheme: only light;
}

html #outer {
  box-sizing: border-box;
  font-size: 62.5%; /* reseting base font-size to 10px */
  height: 100% !important;
}
*, *:before, *:after {
  box-sizing: inherit;

  /* Disable text selection/highlighting */
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;           /* Non-prefixed version, currently not supported by any browser */

  /* Remove Gray Highlight When Tapping Links in Mobile Safari/Chrome */
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  outline: none;
}

*:hover, *:active {
  transition: all ease 0.2s;
}

body{
  height: 100vh !important;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.1rem; /* base font size is 12px */
  background: #0B1D31;
  color: white;
  overflow: hidden; /* always hide scrollbars */
  text-transform: uppercase;
  text-align: center;
}

body, h1, h2, h3, p, menu, button{
	margin:0;
	padding:0;
}

div:empty {
  display: block !important;
}

main {
  margin: 0 !important;
  padding: 0 !important;
}

button.txt {
  background-color: rgba(0, 0, 0, 0.0);
  border: none;
  font-size: 1.2rem;
  font-weight: 150;
  color: #ffffff;
  padding: 0;
  margin: 0;
}

/* Hide Header and Footer of max Game Area */
.utility-bar, header, footer, .site-header, .site-footer {
  display: none !important;
}

/* Layout Fix */

.page-element, .page-container{
  height: 100vh !important;
  margin: 0 !important;
  padding: 0 !important;
  background-color: #000000;
  position: static !important;
  top: 0 !important;
}

a {
  color: #58D1FF;
  text-decoration: none;
  padding: 10px 0;
  display: inline-block;
}

hr {
  border: none;
  border-bottom: 1px solid rgba(255,255,255,0.3);
  margin-bottom: 1em;
}

input[type=text] {
  width: 100%;
  padding: 12px 15px;
  margin: 5px 0;
  box-sizing: border-box;
  opacity: 0.5;
  border-radius: 25px;
}

.formInput {
  width: 100%;
  padding: 12px 15px;
  margin: 5px 0;
  box-sizing: border-box;
  opacity: 0.5;
  border-radius: 25px;
}

.txt-bold {
  font-weight: 600;
}

.txt-mini {
  font-size: 1.0rem;
  font-weight: 100;
}

.text-align-right {
  text-align: right;
}

.text-align-left {
  text-align: left;
}

.main-wrapper {
  background: url('/cdn/shop/files/background-Pattern.svg?v=1745745108') no-repeat rgb(44, 30, 18) center; //rgb(11, 29, 49);
  background-size: 300% 100%;
  width: 100%;
  max-width: 50%;
  height: 100vh;
  box-shadow: 0 0 250px 0 rgba(0,0,0,0.8);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.fixed-100w-wrapper {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.fixed-75w-wrapper {
  width: 75%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
}

.fixed-75w-wrapper2 {
  width: 75%;
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
}

.fixed-50w-wrapper {
  width: 50%;
  position: absolute;
  top: 25%;
  left: 25%;
}

.fixed-25w-wrapper {
  width: 50%;
  margin: 0 auto;
  float: left;
}

.page-cont {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
}

/* ------ Different backgrounds for the pages ------ */

.page-faded-bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  background: rgba(44, 30, 18, 0.7); /* rgba(11, 29, 49, 0.9);*/
}

.gm-page-faded-bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  background: rgba(44, 30, 18, 0.7); /* rgba(11, 29, 49, 0.9); */
}

/* ::after - Animated Gradient Background */
.anmtd-grdnt-bg::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  animation: anmtdOpcty 2s alternate infinite ease-in-out;
  -webkit-animation: anmtdOpcty 2s alternate infinite ease-in-out;
  -moz-animation: anmtdOpcty 2s alternate infinite ease-in-out;
  -o-animation: anmtdOpcty 2s alternate infinite ease-in-out;
}

/* Blue Background Gradient */
.blu-grdnt-bg::after {
  background-image: -webkit-linear-gradient(270deg, rgba(44,38,17,0.00) 0%, rgba(0,0,255, 0.15) 100%); //rgba(88,209,255,0.35) 100%);
  background-image: -o-linear-gradient(270deg, rgba(44,38,17,0.00) 0%, rgba(0,0,255, 0.35) 100%);
  background-image: linear-gradient(0deg, rgba(44,38,17,0.00) 0%, rgba(0,0,255, 0.35) 100%);
}

/* Red Background Gradient */
.rd-grdnt-bg::after {
  background-image: -webkit-linear-gradient(270deg, rgba(44,38,17,0.00) 0%, rgba(255,0,0,0.15) 100%); //rgba(255,19,68,0.35) 100%);
  background-image: -o-linear-gradient(270deg, rgba(44,38,17,0.00) 0%, rgba(255,0,0,0.35) 100%);
  background-image: linear-gradient(0deg, rgba(44,38,17,0.00) 0%, rgba(255,0,0,0.35) 100%);
}

/* Red Background Gradient for Coupon */
.rd-grdnt-coupon-bg::after {
  background-image: -webkit-linear-gradient(180deg, rgba(20,0,0,0.70) 0%, rgba(255,0,0,0.20) 100%); //rgba(255,19,68,0.35) 100%);
  background-image: -o-linear-gradient(180deg, rgba(20,0,0,0.70) 0%, rgba(255,0,0,0.20) 100%);
  background-image: linear-gradient(180deg, rgba(20,0,0,0.70) 0%, rgba(255,0,0,0.20) 100%);
}

/* Green Background Gradient */
.grn-grdnt-bg::after {
  background-image: -webkit-linear-gradient(270deg, rgba(44,38,17,0.00) 0%, rgba(0,255,0,0.15) 100%); //rgba(11,29,48,0.00) 0%, rgba(0,255,107,0.35) 100%);
  background-image: -o-linear-gradient(270deg, rgba(44,38,17,0.00) 0%, rgba(0,255,0,0.35) 100%);
  background-image: linear-gradient(0deg, rgba(44,38,17,0.00) 0%, rgba(0,255,0,0.35) 100%);
}


/* Remove any background */
.no-bg {
  background: none;
}

/* ------ ALL PAGES ------ */
.page-splash { z-index: 12; display: block; }
.page-game-menu { z-index: 11; display: none; }
.page-registration{ z-index: 10; display: none; }
.page-login { z-index: 9; display: none; }
.page-about { z-index: 8; display: none; }
.page-high-score { z-index: 7; display: none; }
.page-tutorial { z-index: 6; display: none; }
.page-play-delay { z-index: 5; display: none; }
.page-play-area { z-index: 4; display: none; }
.page-pause-menu { z-index: 3; display: none; }
.page-you-lost { z-index: 2; display: none; }
.page-level-passed { z-index: 1; display: none; }
/*  -------- Game play area page -------- */

.credits-cont {
  text-align: center;
  height: 3em;
  line-height: 2;
  overflow: hidden;
  margin-top: 1.2em;
}

.credits-list {
  padding: 3em 0;
}

#playDelayNum {
}

.countdown {
  font-size: 10rem !important;  
}

.page-play-delay {
  /*background: ;*/
}

.page-play-area::after {
  content: "";
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: -webkit-linear-gradient(#2c1e12 0%, rgba(44, 30, 18, 0.5) 50%); //rgba(11,29,49,0.5) 50%);
  background-image: -o-linear-gradient(#2c1e12 0%, rgba(44, 30, 18, 0.5) 50%);
  background-image: linear-gradient(#2c1e12 0%, rgba(44, 30, 18, 0.5) 50%);
}

.game-stats-cont {
  width: 100%;
  height: 10%;
  margin: 0 auto;
  position: fixed;
  top: 5.2%;
}

.gm-stats-time-progress {
  background: #58D1FF;
  width: 100%;
  height: 4%;
  transition: all ease 0.2s;
}

.gm-stats-wrapper {
  width: 94%;
  max-width: 840px;
  height: 96%;
  margin: 0 auto;
  position: relative;
}

.gm-stats-vcont {
  height: 98%;
  display: inline-block;
  text-align: center;
  float:left;
  width: calc(100%/4);
  position: relative;
}

.gm-stats-pause-button {
  width: 40px;
  height: 100%;
  border: none;
  background: url('/cdn/shop/files/emergency-stop.svg?v=1745745106') center no-repeat;
  float: left;
}
.gm-stats-pause-button:active {
  transform: scale(2);
}

.gm-stats-tap-count {
  display: inline-block;
  color: #58D1FF;
}

.stat-wrapper {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.gm-stats-title {
  width: 100%;
  font-size: 0.6rem;
}

.gm-stats-value {
  width: 100%;
  font-size: 0.8rem;
  font-weight: 600;
}

.ad-lfd-1 {
  position: absolute;
  top: 0px;
  left: 20px;
  width: 100%;
  height: 50px;
  background: url('/cdn/shop/files/ad-board-1.svg?v=1746773072') center no-repeat;
  right 0px;
}

.ad-lfd-2 {
  position: absolute;
  top: 0px;
  left: 20px;
  width: 100%;
  height: 50px;
  background: url('/cdn/shop/files/ad-board-2.svg?v=1746772854') center no-repeat;
  right 0px;
}

.ad-lfd-3 {
  position: absolute;
  top: 0px;
  left: 20px;
  width: 100%;
  height: 50px;
  background: url('/cdn/shop/files/ad-board-3.svg?v=1746772916') center no-repeat;
  right 0px;
}

.ad-lfd-4 {
  position: absolute;
  top: 0px;
  left: 20px;
  width: 100%;
  height: 50px;
  background: url('/cdn/shop/files/ad-board-4.svg?v=1745745106') center no-repeat;
  right 0px;
}

.ad-lfd-5 {
  position: absolute;
  top: 0px;
  left: 20px;
  width: 100%;
  height: 50px;
  background: url('/cdn/shop/files/ad-board-5.svg?v=1746772455') center no-repeat;
  right 0px;
}

.ad-lfd-6 {
  position: absolute;
  top: 0px;
  left: 20px;
  width: 100%;
  height: 50px;
  background: url('/cdn/shop/files/ad-board-6.svg?v=1746772138') center no-repeat;
  right 0px;
}

.ad-lfd-7 {
  position: absolute;
  top: 0px;
  left: 20px;
  width: 100%;
  height: 50px;
  background: url('/cdn/shop/files/ad-board-7.svg?v=1746772119') center no-repeat;
  right 0px;
}

.ad-lfd-8 {
  position: absolute;
  top: 0px;
  left: 20px;
  width: 100%;
  height: 50px;
  background: url('/cdn/shop/files/ad-board-8.svg?v=1746772483') center no-repeat;
  right 0px;
}

.ad-lfd-9 {
  position: absolute;
  top: 0px;
  left: 20px;
  width: 100%;
  height: 50px;
  background: url('/cdn/shop/files/ad-board-9.svg?v=1746772762') center no-repeat;
  right 0px;
}

.ad-lfd-10 {
  position: absolute;
  top: 0px;
  left: 20px;
  width: 100%;
  height: 50px;
  background: url('/cdn/shop/files/ad-board-10.svg?v=1746772106') center no-repeat;
  right 0px;
}

.ad-lfd::after {
  animation: slide-down 2s ease-out;
  -webkit-animation: slide-down 2s ease-out;
  -moz-animation: slide-down 2s ease-out;
  -o-animation: slide-down 2s ease-out;
}

@-webkit-keyframes slide-down {
      0% { opacity: 0; -webkit-transform: translateY(-100%); }
    100% { opacity: 1; -webkit-transform: translateY(0); }
}
@-moz-keyframes slide-down {
      0% { opacity: 0; -moz-transform: translateY(-100%); }
    100% { opacity: 1; -moz-transform: translateY(0); }
}

/*   game play area   */
.game-space {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

/* Tappable circles */
.tpbl-circle {
  width: 44px;
  height: 44px;
  position: absolute;
  border-radius: 50%;
  z-index: 0;
  cursor: pointer;
}
.tpbl-circle::before, .tpbl-circle::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  border-radius: 50%;
  animation: beating 1.5s infinite ease-in-out;
  -webkit-animation: beating 1.5s infinite ease-in-out;
  -moz-animation: beating 1.5s infinite ease-in-out;
  -o-animation: beating 1.5s infinite ease-in-out;
  opacity: 0;
  z-index: -1;
}
.tpbl-circle::after {
  animation: beating 1.5s 0.4s infinite ease-in-out;
  -webkit-animation: beating 1.5s 0.4s infinite ease-in-out;
  -moz-animation: beating 1.5s 0.4s infinite ease-in-out;
  -o-animation: beating 1.5s 0.4s infinite ease-in-out;
}
.tpbl-circle:active {
  transform: scale(2);
}

.c-blue {
  background: url('/cdn/shop/files/nail.svg?v=1745745106');
  background-size: cover;
  filter: drop-shadow(0px 10px 5px rgba(0, 0, 0, 0.4));
  z-index: 3;
}
.c-blue::before, .c-blue::after {
  box-shadow: inset 0 0 0 3px rgba(88, 209, 255, 1);
}

.c-red {
  background: url('/cdn/shop/files/screw.svg?v=1745745106');
  background-size: cover;
  filter: drop-shadow(0px 10px 5px rgba(0, 0, 0, 0.4));
  z-index: 2;
}
.c-red::before, .c-red::after {
  box-shadow: inset 0 0 0 3px rgba(250, 71, 96, 1);
}

.c-white {
  background: url('/cdn/shop/files/nail.svg?v=1745745106');
  background-size: cover;
  filter: drop-shadow(0px 10px 5px rgba(0, 0, 0, 0.4));
}
.c-white::before, .c-white::after {
  box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 1);
}

.game-logo {
  background: url('/cdn/shop/files/game-logo.svg?v=1747214769') center no-repeat;
  background-size: contain;
  filter: drop-shadow(0px 15px 10px rgba(0, 0, 0, 0.5));
  z-index: 2;
}

.sbmt-tryagain-txt {
  width: 100%;
  margin: 0 0 0.75em 0;
}
.submit-circle {
  display:block;
  position: relative;
  margin: 0 auto;
}

.good-circle {
  transform: scale(0);
  cursor: pointer;
  background: url('/cdn/shop/files/nail.svg?v=1745745106');
  background-size: cover;
}

.evil-circle {
  transform: scale(0);
  cursor: pointer;
  background: url('/cdn/shop/files/screw.svg?v=1745745106');
  background-size: cover;
}

/* -------- Splash Screen -------- */
.splash-screen-logo {
  position: relative;
  margin: 0 auto 1.5em;
  width: 3.5em;
  height: 3.5em;
  //box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 1);
}


/*  -------- Game menu page -------- */

.page-game-menu {
  background: url('/cdn/shop/files/background-Pattern.svg?v=1745745108') covver no-repeat rgb(44, 30, 18); //rgb(11, 29, 49);
  background-size: 300% 100%;
}

.gm-menu-header-cont {
  height: 50%;
  font-size: 1em;
  margin: 0 0 1.5em 0;
}

.gm-menu-logo-main {
  position: relative;
  margin: 0 auto 1.5em;
  max-width: 100%;
  height: 12em;
  //box-shadow: inset 0 0 0 3px rgba(88, 209, 255, 0.5);
}

.gm-menu-logo-bg {
  position: relative;
  margin: 0 auto 1.5em;
  width: 2em;
  height: 2em;
  //box-shadow: inset 0 0 0 3px rgba(88, 209, 255, 0.5);
}

.gm-menu-logo-bg::before, .gm-menu-logo-bg::after {
  box-shadow: inset 0 0 0 3px #58D1FF;
}

.gm-menu-title, .gm-menu-subtitle {
  text-align: center;
  width: 100%;
}
.gm-menu-title {
  -webkit-transform: rotate(-5deg); 
  -moz-transform: rotate(-5deg);
  /*font-size: 1.45454545454545em;*/
  font-size: 2.0em;
  font-weight: 600;
}

.gm-menu-subtitle {
  font-size: 1em;
  font-weight: 400;
  color: #58D1FF;
}

.gm-btn {
  display: block;
  width: 100%;
  background: none;
  border: none;
  font-size: 1em;
  color: white;
  padding: 0.6em 0;
  border-radius: 3em;
  margin: 0 auto 0.9em;
  font-weight: 300;
  border: 2px solid white;
  text-transform: uppercase;
  cursor: pointer;
}
.gm-btn:active {
  transform: scale(1.1);
  background: white;
  color: rgba(11, 29, 49, 1);
  box-shadow: 0 0 20px 0 rgba(0,0,0,0.5);
}

.btn-blue {
  border-color: #58D1FF;
  font-weight: 600;
}

.btn-blue:active {
  background: #58D1FF;
}

.btn-white {
  font-weight: 600;
}

/*  -------- Registration page -------- */

.page-registration {
  background: url('/cdn/shop/files/background-Pattern.svg?v=1745745108') no-repeat rgb(44, 30, 18) center; //rgb(11, 29, 49);
  background-size: 300% 100%;
}

.reg-header-cont {
  height: 50%;
  font-size: 1em;
  margin: 0 0 1.5em 0;
}

.reg-logo-bg {
  position: relative;
  margin: 0 auto 1.5em;
  width: 2em;
  height: 2em;
  //box-shadow: inset 0 0 0 3px rgba(88, 209, 255, 0.5);
}

.reg-logo-bg::before, .reg-logo-bg::after {
  box-shadow: inset 0 0 0 3px #58D1FF;
}

.reg-title, .reg-subtitle {
  text-align: center;
  width: 100%;
  color: #FFFFFF;
}
.reg-title {
  -webkit-transform: rotate(-5deg); 
  -moz-transform: rotate(-5deg);
  /*font-size: 1.45454545454545em;*/
  font-size: 2.0em;
  font-weight: 600;
}

.reg-subtitle {
  font-size: 1em;
  font-weight: 400;
  color: #58D1FF;
}

.reg-btn {
  display: block;
  width: 100%;
  background: none;
  border: none;
  font-size: 1em;
  color: white;
  padding: 0.6em 0;
  border-radius: 3em;
  margin: 0 auto 0.9em;
  font-weight: 300;
  border: 2px solid white;
  text-transform: uppercase;
  cursor: pointer;
}
.reg-btn:active {
  transform: scale(1.1);
  background: white;
  color: rgba(11, 29, 49, 1);
  box-shadow: 0 0 20px 0 rgba(0,0,0,0.5);
}

.reg-blue {
  border-color: #58D1FF;
  font-weight: 600;
}
.reg-blue:active {
  background: #58D1FF;
}

/*  -------- Login page -------- */

.page-login {
  background: url('/cdn/shop/files/background-Pattern.svg?v=1745745108') no-repeat rgb(44, 30, 18) center; //rgb(11, 29, 49);
  background-size: 300% 100%;
}

.login-header-cont {
  height: 50%;
  font-size: 1em;
  margin: 0 0 1.5em 0;
}

.login-logo-bg {
  position: relative;
  margin: 0 auto 1.5em;
  width: 2em;
  height: 2em;
  //box-shadow: inset 0 0 0 3px rgba(88, 209, 255, 0.5);
}

.login-logo-bg::before, .login-logo-bg::after {
  box-shadow: inset 0 0 0 3px #58D1FF;
}

.login-title, .login-subtitle {
  text-align: center;
  width: 100%;
  color: #FFFFFF;
}

.login-title {
  -webkit-transform: rotate(-5deg); 
  -moz-transform: rotate(-5deg);
  /*font-size: 1.45454545454545em;*/
  font-size: 2.0em;
  font-weight: 600;
}

.login-subtitle {
  font-size: 1em;
  font-weight: 400;
  color: #58D1FF;
}

.login-btn {
  display: block;
  width: 100%;
  background: none;
  border: none;
  font-size: 1em;
  color: white;
  padding: 0.6em 0;
  border-radius: 3em;
  margin: 0 auto 0.9em;
  font-weight: 300;
  border: 2px solid white;
  text-transform: uppercase;
  cursor: pointer;
}
.login-btn:active {
  transform: scale(1.1);
  background: white;
  color: rgba(11, 29, 49, 1);
  box-shadow: 0 0 20px 0 rgba(0,0,0,0.5);
}

.login-blue {
  border-color: #58D1FF;
  font-weight: 600;
}
.login-blue:active {
  background: #58D1FF;
}

/* About page */

.about-title, .about-subtitle {
  text-align: center;
  width: 100%;
}

.about-title {
  -webkit-transform: rotate(-5deg); 
  -moz-transform: rotate(-5deg);
  /*font-size: 1.45454545454545em;*/
  font-size: 2.0em;
  font-weight: 600;
  color: #FFFFFF;
}

.about-subtitle {
  font-size: 1em;
  font-weight: 400;
  color: #58D1FF;
}

/* Game Tutorial page */
.page-tutorial {
  background: url('/cdn/shop/files/background-Pattern.svg?v=1745745108') no-repeat rgb(44, 30, 18) center; //rgb(11, 29, 49);
  background-size: 300% 100%;
  position: relative;
}

.tut-circle {
  position: relative;
  margin: 0 auto;
}

.target-go {
  height: 6em; /* 22px * 4 = 88px */
  max-width: 100%;
  background: url('/cdn/shop/files/target-go.svg?v=1746507518') no-repeat;
  background-position: center;
  background-size: 70% 70%;
  filter: drop-shadow(0px 10px 5px rgba(0, 0, 0, 0.4));
  animation: anmtdBG 0.5s alternate infinite cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation: anmtdBG 0.5s alternate infinite cubic-bezier(0.4, 0, 0.2, 1);
  -moz-animation: anmtdBG 0.5s alternate infinite cubic-bezier(0.4, 0, 0.2, 1);
  -o-animation: anmtdBG 0.5s alternate infinite cubic-bezier(0.4, 0, 0.2, 1);
  &amp;:clicked {
    animation-play-state: paused;
  }
}

.target-go:active {
  transform: translate(0px, 20px);
}

.target-no {
  height: 6em; /* 22px * 4 = 88px */
  max-width: 100%;
  background: url('/cdn/shop/files/target-no.svg?v=1746507515') no-repeat;
  background-position: center;
  background-size: 70% 70%;
  filter: drop-shadow(0px 10px 5px rgba(0, 0, 0, 0.4));
  animation: anmtdBG 0.5s alternate infinite cubic-bezier(0.4, 0.5, 0.2, 0.1);
  -webkit-animation: anmtdBG 0.5s alternate infinite cubic-bezier(0.4, 0.5, 0.2, 0.1);
  -moz-animation: anmtdBG 0.5s alternate infinite cubic-bezier(0.4, 0.5, 0.2, 0.1);
  -o-animation: anmtdBG 0.5s alternate infinite cubic-bezier(0.4, 0.5, 0.2, 0.1);
  &amp;:clicked {
    animation-play-state: paused;
  }
}

.target-no:active {
  transform: translate(0px, 20px);
}

.tut-text {
  -webkit-transform: rotate(-5deg); 
  -moz-transform: rotate(-5deg);
  font-size: 2em;
  font-weight: 600;
  text-align: center;
  width: 100%;
  color: #FFFFFF;
}

.tut-text2 {
  font-size: 1em;
  font-weight: 400;
  font-style: italic;
  text-align: center;
  width: 100%;
  color: #fa4760;
}

.lvl-title {
  border-bottom: solid 2px rgba(255, 255, 255, 0.3);
  padding: 0.75em 0;
}

.lvl-goals-cont {
  overflow: hidden;
}

.lvl-taps-cont, .lvl-time-cont {
  width: 50%;
  height: 100%;
  float: left;
  padding: 0.75em 0;
}

.lvl-taps-cont {
  border-right: solid 1px rgba(255, 255, 255, 0.3);
}

.lvl-info-taps-icon, .lvl-info-time-icon {
  width: 100%;
  height: 32px;
  margin: 0 auto 0.4545454545em; /* 0.4545454545 is 10px which came from 10/22 */
}

.lvl-info-taps-icon {
  background: url('/cdn/shop/files/hammer.svg?v=1745745106') center no-repeat;
}

.lvl-time-cont {
  border-left: solid 1px rgba(255, 255, 255, 0.3);
}

.lvl-info-time-icon {
  background: url('/cdn/shop/files/watchicon.svg?v=1745745106') center no-repeat;
}

.lvl-extra-goals {
  font-size: 0.8em;
  margin: 0 0 2em 0;
}

.lvl-extra-goals-circle{
  position: relative;
  display: inline-block;
  transform: scale(0.5);
  vertical-align: middle;
  animation: none;
}
.lvl-extra-goals-circle:active {
  transform: scale(0.5);
}


/* GAME PAUSE MENU PAGE */
.gm-puz-title-cont {
  margin: 0 0 1.5em 0;
}

.puz-icon {
  background: url('/cdn/shop/files/emergency-stop.svg?v=1745745106') no-repeat center;
  height: 100px;
  width: 100%;
  margin: 0 0 0.3em 0;
}

.gm-puz-title {
  font-size: 1.4545454545em; /* 32px */
}

/* LEVEL PASSED PAGE */
.page-level-passed {
  background: url('/cdn/shop/files/background-Pattern-Coupon.svg?v=1746262442') no-repeat rgb(44, 30, 18) center; //rgb(11, 29, 49);
  background-size: 300% 100%;
  position: relative;
}

.info-screen-title-cont {
  margin: 0 0 0.75em 0;
}

.info-screen-title-cont2 {
  margin: 0 0 0 0;
}

.info-screen-title-cont3 {
  margin: 0 0 0 0;
}

.info-screen-icon {
  width: 100%;
  height: 48px;
  margin: 0 0 0.75em 0;
}

.info-screen-icon2 {
  width: 100%;
  height: 100px;
  margin: 0 0 0 0;
}

.info-screen-icon3 {
  width: 100%;
  height: 100px;
  margin: 0 0 0 0;
}

.flag-icon {
  background: url('/cdn/shop/files/flagIcon.svg?v=1745745768') no-repeat center;
}


.coupon-icon {
  background: url('/cdn/shop/files/ace-logo-white.svg?v=1745745106') no-repeat center;
  height: 100px;
  width: 100%;
}

.barcode-img {
  width: 100%;
  height: 150px;
  margin: 0 0 0 0;
}

.barcode-100 {
  background: url('/cdn/shop/files/barcode-100.svg?v=1745745106') no-repeat center;
  height: 150px;
  width: 100%;
}

.barcode-150 {
  background: url('/cdn/shop/files/barcode-150.svg?v=1745745106') no-repeat center;
  height: 150px;
  width: 100%;
}

.barcode-200 {
  background: url('/cdn/shop/files/barcode-200.svg?v=1745745106') no-repeat center;
  height: 150px;
  width: 100%;
}

.info-screen-ttl-txt-reg, .info-screen-ttl-txt-bld {
  font-size: 1.4545454545em;
}
.info-screen-ttl-txt-reg {
  font-weight: 300;
}

.info-screen-ttl-txt-bld {
  font-weight: 600;
}

.info-screen-txt-cont {
  border-top: 1px solid rgba(255,255,255,0.3);
  border-bottom: 1px solid rgba(255,255,255,0.3);
  padding: 0.75em 0;
  margin: 0 0 1em 0;
}

.lvl-fnshd-score-nmb &gt; H2{
  font-size: 1.4545454545em;
  font-weight: 600;
  color: #FFFFFF;
}


/* LEVEL PASSED &amp; GAME OVER PAGES */

.times-up-icon {
  background: url('/cdn/shop/files/watchicon.svg?v=1745745106') no-repeat center;
}

.you-lost-icon {
  background: url('/cdn/shop/files/screw.svg?v=1745745106') no-repeat center;
  filter: drop-shadow(0px 10px 5px rgba(0, 0, 0, 0.4));
}

.lvl-fnshd-highscore-icon {
  background: url('/cdn/shop/files/gemIcon.svg?v=1745745929') no-repeat center;
  width: 100%;
  height: 24px;
  margin-top: 0.5em;
}

/* =================== ADMIN CONTROL PANEL =================== */
.admin-cp {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 99999;
  width: 300px;
  text-transform: none;
  padding: 20px;
  border-radius: 4px;
  text-align: left;

  display: none;
}
.admin-cp h4 {
  margin: 0 0 20px 0;
}

.hidden {
  display: none;
}

.admin-cp-button {
  width: 100%;
  padding: 15px 0;
  border: none;
  border-radius: 5px;
  border: 1px solid white;
  background: none;
  color: white;
  font-size: 14px;
  cursor: pointer;

  display: none;
}
.admin-cp-button:hover {
  background: white;
  color: #000;
}
.admin-cp-button:active {
  padding: 12px 0 8px 0;
}

.vzbltyLabel {
  display: inline-block;
  width: 100%;
  margin: 15px 0 0 0;
  font-size: 18px;
  cursor: pointer;
}

.toggleCheckbox {
  position: relative;
  width: 20px;
  height: 20px;
  visibility: hidden;
  margin: 0 10px 0 0;
}
.toggleCheckbox::before {
  visibility: visible;
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: solid 1px rgb(255, 255, 255);
}
.toggleCheckbox:checked::before {
  background: rgb(255, 255, 255);
}
/* ========================================================== */

/*-------------------------------------------------------------------------------*/
/*  animation  */
@keyframes beating {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.6);
    opacity; 0;
  }
}

@keyframes anmtdBG {
  0% {
    background-position: center 0.5em;
  }
  100% {
    background-position: center 1.5em;
  }
}

@keyframes anmtdOpcty {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}

@keyframes shrink {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}

@keyframes grow {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(2);
  }
  100% {
    transform: scale(1);
  }
}
.grow-animation {
  animation: grow .2s ease-in-out forwards;
}

@keyframes burst {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  50% {
    transform: scale(5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.burst-animation {
  animation: burst 0.25s ease-in-out;
}

@keyframes switchColors {
  0% {
  background-color: #FA4760;
  }
  100% {
    background-color: #58D1FF;
  }
}
.switchColors-animation {
  animation: switchColors 0.2s ease-in-out infinite alternate;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
.fadeOut-animation {
  animation: fadeOut 0.5s 1s ease-in-out forwards;
}


@keyframes moveUp {
  0% {
    margin-top: 0;
  }
  100% {
    margin-top: -20em;
  }
}
.moveUpFadeOut-animation {
  animation: fadeOut 0.5s 0.5s ease-in-out forwards,
  moveUp 0.5s 0.5s ease-in-out forwards;
}

/*   responsive   */

@media screen and (max-width: 640px) {
  .main-wrapper {
    margin: 0;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    max-height: 100%;
  }
  .admin-cp {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  body {
    font-size: 1.05rem;
  }
  .game-stats-cont {
    top: 0;
  }
}

@media screen and (max-width: 384px) {
  body {
    font-size: 1.00rem;
  }
  .game-stats-cont {
    top: 0;
  }
}

@media screen and (max-height: 480px) {
  body {
    font-size: 0.65rem;
  }
}
</pre></body></html>