/* Keepie Uppie PC phone preview styles */ :root {
  --bg-1: #260937;
  --bg-2: #9900FF;
  --brand: #b0db37;
  --brand-dark: #075A2D;
  --text: #f6fff9;
  --muted: rgba(246, 255, 249, 0.72);
  --phone: #0c0f12;
  --phone-edge: #121212;
  --glass: rgba(255, 255, 255, 0.1);
  --pointer-x: 50%;
  --pointer-y: 50%;
}
* {
  box-sizing: border-box;
}
html, body {
  overflow-x: hidden;
}
body {
  margin: 0;
  min-height: 100vh;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: radial-gradient(circle at var(--pointer-x) var(--pointer-y), rgba(255, 255, 255, 0.94), transparent 16%), radial-gradient(circle at 18% 18%, rgba(0, 201, 129, 0.28), transparent 48%), radial-gradient(circle at 82% 74%, rgba(87, 255, 158, 0.42), transparent 24%), linear-gradient(135deg, var(--bg-1), var(--bg-2));
  overflow-x: hidden;
}
/* unvisited link */
a:link {
  color: rgba(212, 194, 252, 1.00);
  text-decoration: none;
}
/* visited link */
a:visited {
  color: rgba(255, 255, 255, 1.00);
}
/* mouse over link */
a:hover {
  color: rgba(100, 255, 142, 1.00);
  text-decoration: none;
}
/* selected link */
a:active {
  color: blue;
  color: rgba(255, 255, 255, 1.00);
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.13;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(circle at center, black 0%, transparent 80%);
  animation: bgGridDrift 32s linear infinite;
  z-index: 0;
}
body::after {
  content: "";
  position: fixed;
  inset: -20%;
  pointer-events: none;
  background:
    radial-gradient(circle at 24% 28%, rgba(176, 219, 55, 0.16), transparent 24%), radial-gradient(circle at 76% 68%, rgba(255, 255, 255, 0.10), transparent 22%), radial-gradient(circle at 54% 88%, rgba(0, 201, 129, 0.12), transparent 24%);
  filter: blur(8px);
  opacity: 0.72;
  mix-blend-mode: screen;
  animation: bgAurora 18s ease-in-out infinite alternate;
  z-index: 0;
}
.bg-balls {
  position: fixed;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}
.bg-ball {
  position: absolute;
  top: calc(-1 * var(--size, 120px));
  left: var(--left, 50%);
  width: var(--size, 120px);
  height: var(--size, 120px);
  background-image: url("../img/background-ball.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: var(--opacity, 0.18);
  filter: grayscale(0.2) saturate(0.55) blur(var(--blur, 0px));
  transform: translate3d(0, 0, 0) rotate(var(--rotate-start, 0deg));
  transform-origin: center;
  will-change: transform;
  animation: bgBallFall var(--duration, 22s) linear var(--delay, 0s) infinite, bgBallSway var(--sway-duration, 7s) ease-in-out var(--delay, 0s) infinite alternate;
}
.page {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) auto minmax(280px, 0.8fr);
  align-items: center;
  gap: clamp(24px, 4vw, 72px);
  padding: clamp(28px, 5vw, 1px);
}
.brand-panel {
  max-width: 420px;
  justify-self: end;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: var(--glass);
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(18px);
}
.ball {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 35%, white 0 15%, transparent 16%), conic-gradient(from 45deg, #111 0 12.5%, #fff 0 25%, #111 0 37.5%, #fff 0 50%, #111 0 62.5%, #fff 0 75%, #111 0 87.5%, #fff 0);
  box-shadow: 0 0 18px rgba(49, 233, 129, 0.55);
}
h1 {
  margin: 22px 0 16px;
  font-size: 40px;
  line-height: 0.9;
  letter-spacing: -0.075em;
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.5));
}
h1 span {
  /*  display: block;*/
  color: var(--brand);
  background: linear-gradient(to top, #86CF32, #C6E728);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.5));
}
.intro {
  margin: 0;
  color: #fff;
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  line-height: 1.6;
  font-weight: 600;
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.8));
}
.meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.pill {
  border-radius: 999px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.9rem;
  font-weight: 700;
  min-width: 85%;
  text-align: left;
  text-transform: uppercase;
}
.pill-g {
  padding: 20px 13px;
  border-radius: 999px;
  background: rgba(29, 2, 55, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.05);
  color: rgba(198, 230, 43, 1.00);
  font-size: 1.2rem;
  font-weight: 700;
  min-width: 85%;
  text-align: center;
  text-transform: uppercase;
  height: 65px;
}
.phone-wrap {
  position: relative;
  justify-self: center;
  /*  filter: drop-shadow(0 34px 34px rgba(0, 0, 0, 0.28));*/
}
.phone-glow {
  position: absolute;
  inset: 8% -16%;
  border-radius: 48px;
  background: linear-gradient(90deg, rgba(217, 122, 255, 0.25), rgba(17, 187, 190, 0.30));
  filter: blur(82px);
  z-index: -1;
}
.phone {
  position: relative;
  width: min(455px, 104vw);
  aspect-ratio: 9.8 / 19.5;
  padding: 16px;
  border-radius: 44px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.24), transparent 18% 72%, rgba(255, 255, 255, 0.14)), var(--phone);
  border: 1px solid var(--phone-edge);
  filter: drop-shadow(24px 24px 24px rgba(0, 0, 0, 0.65));
  /*
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    inset 0 -18px 36px rgba(255, 255, 255, 0.04),
    0 0 0 7px rgba(255, 255, 255, 0.045);
*/
}
.notch {
  position: absolute;
  top: 19px;
  left: 50%;
  width: 34%;
  height: 28px;
  transform: translateX(-50%);
  border-radius: 0 0 18px 18px;
  background: #07090b;
  z-index: 3;
}
.speaker {
  position: absolute;
  top: 9px;
  left: 50%;
  width: 48px;
  height: 5px;
  transform: translateX(-50%);
  border-radius: 99px;
  background: #20272f;
}
.camera {
  position: absolute;
  top: 7px;
  right: 20%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #25313b;
  box-shadow: inset 0 0 0 2px #10151a;
}
.screen {
  position: relative;
  height: 100%;
  max-width: 100%;
  overflow: hidden;
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 45px;
  background-image: url("../img/phone top.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
}
.screen::after {
  content: "";
  position: absolute;
  top: 76px;
  right: 5px;
  width: 4px;
  height: 72px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
  opacity: 0.55;
  pointer-events: none;
  z-index: 4;
  animation: phoneScrollHint 3.4s ease-in-out infinite;
}
.screen iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  border: 0;
  background: #000;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.22) transparent;
}
.screen iframe::-webkit-scrollbar {
  width: 4px;
}
.screen iframe::-webkit-scrollbar-track {
  background: transparent;
}
.screen iframe::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
}
@keyframes bgGridDrift {
  from {
    background-position: 0 0, 0 0;
  }
  to {
    background-position: 56px 56px, 56px 56px;
  }
}
@keyframes bgAurora {
  from {
    transform: translate3d(-1.5%, -1%, 0) scale(1);
  }
  to {
    transform: translate3d(1.5%, 1%, 0) scale(1.04);
  }
}
@keyframes bgBallFall {
  0% {
    transform: translate3d(0, -12vh, 0) rotate(var(--rotate-start, 0deg));
  }
  100% {
    transform: translate3d(var(--drift, 0px), 120vh, 0) rotate(var(--rotate-end, 360deg));
  }
}
@keyframes bgBallSway {
  0% {
    margin-left: calc(var(--sway, 18px) * -1);
  }
  100% {
    margin-left: var(--sway, 18px);
  }
}
@keyframes phoneScrollHint {
  0%, 18% {
    opacity: 0;
    transform: translateY(-10px);
  }
  30%, 72% {
    opacity: 0.55;
  }
  100% {
    opacity: 0;
    transform: translateY(36px);
  }
}
.phone-button {
  position: absolute;
  right: -7px;
  top: 25%;
  width: 7px;
  height: 64px;
  border-radius: 0 10px 10px 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.1), transparent 18% 72%, rgba(255, 255, 255, 0.1)), var(--phone);
}
.side-copy {
  max-width: 320px;
  align-self: end;
  margin-left: 150px;
  padding-bottom: 70px
}
.side-copy h2 {
  margin: 0 0 12px;
  font-size: 1.4rem;
  letter-spacing: -0.03em;
}
.side-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}
.qr-card {
  margin-top: 24px;
  width: fit-content;
  padding: 5px;
  border-radius: 15px;
  background: #A2D51B;
  background: linear-gradient(180deg, rgba(224, 255, 0, 1) 1%, rgba(224, 255, 0, 1) 13%, rgba(32, 164, 168, 0.2) 13%, rgba(32, 164, 168, 0.2) 100%);
  border: 3px solid rgba(198, 231, 43, 1.00);
  backdrop-filter: blur(28px);
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.5));
  text-align: center;
  align-content: center;
  color: #0F0019;
  font-weight: 700;
}
.qr-placeholder {
  display: grid;
  place-items: center;
  width: 190px;
  height: 190px;
  border-radius: 14px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.72rem;
  font-weight: 800;
  text-align: center;
  background-size: 18px 18px;
}
.qr-placeholder img {
  width: 100%;
  padding-top: 5px;
}
.footer {
  position: fixed;
  z-index: 2;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.85rem;
  background-color: #1D4870;
  height: 80px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 7px;
  padding-top: 7px;
  border-top-width: 2px;
  border-top-color: rgba(32, 86, 154, 1.00);
  border-top-style: solid;
}
@media (max-width: 1050px) {
  .page {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    padding-bottom: 86px;
  }
  .brand-panel, .side-copy {
    justify-self: center;
  }
  .meta {
    justify-content: center;
  }
  .side-copy {
    align-content: center;
    margin-bottom: 0;
    text-align: center;
    margin-left: 0;
  }
  .qr-card {
    margin-inline: auto;
  }
  #tkuVideo {
    position: fixed;
    left: -100px;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
    opacity: 0.55;
    object-fit: cover;
  }
}
@media (max-width: 560px) {
  .page {
    padding: 5px;
  }
  .phone {
    width: min(390px, 94vw);
    border-radius: 38px;
  }
  .screen {
    border-radius: 28px;
  }
  .footer {
    position: static;
    padding: 0 20px 20px;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
@media (prefers-reduced-motion: reduce) {
  body::before, body::after, .screen::after, .bg-ball {
    animation: none !important;
  }
  .bg-ball {
    opacity: 0.08;
  }
}
/* Legal footer links */
.footer {
  pointer-events: auto;
  align-items: center;
}
.footer-links {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  text-align: center;
}
.footer-button-link {
  appearance: none;
  border: 0;
  padding: 0;
  background: transparent;
  color: rgba(255, 255, 255, 1);
  font: inherit;
  cursor: pointer;
  text-decoration: none;
}
.footer-button-link:hover, .footer-links a:hover {
  color: rgba(100, 255, 142, 1);
}
/* Cookie control */
.cookie-banner, .cookie-modal-backdrop {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.cookie-banner {
  position: fixed;
  left: clamp(16px, 3vw, 32px);
  right: clamp(16px, 3vw, 32px);
  bottom: clamp(16px, 3vw, 32px);
  z-index: 50;
  display: none;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 24px;
  background: rgba(12, 2, 24, 0.88);
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.45);
  color: var(--text);
  backdrop-filter: blur(18px);
}
.cookie-banner.is-visible {
  display: flex;
}
.cookie-banner__copy {
  max-width: 760px;
}
.cookie-banner__copy strong {
  display: block;
  margin-bottom: 4px;
  font-size: 1rem;
}
.cookie-banner__copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
  font-size: 0.92rem;
}
.cookie-banner__actions, .cookie-modal__actions {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cookie-btn {
  appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--text);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}
.cookie-btn:hover {
  border-color: rgba(176, 219, 55, 0.72);
  color: rgba(176, 219, 55, 1);
}
.cookie-btn--primary {
  border-color: transparent;
  background: rgba(176, 219, 55, 1);
  color: #180135;
}
.cookie-btn--primary:hover {
  color: #180135;
  filter: brightness(1.05);
}
.cookie-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: none;
  place-items: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.58);
  backdrop-filter: blur(8px);
}
.cookie-modal-backdrop.is-visible {
  display: grid;
}
.cookie-modal {
  width: min(680px, 100%);
  max-height: min(86vh, 820px);
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 28px;
  background: rgba(18, 3, 34, 0.96);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.55);
  color: var(--text);
}
.cookie-modal__inner {
  padding: clamp(20px, 4vw, 32px);
}
.cookie-modal h2 {
  margin: 0 0 10px;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  letter-spacing: -0.04em;
}
.cookie-modal p {
  color: var(--muted);
  line-height: 1.6;
}
.cookie-option {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: center;
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.cookie-option strong {
  display: block;
  margin-bottom: 4px;
}
.cookie-option span {
  display: block;
  color: var(--muted);
  line-height: 1.45;
  font-size: 0.92rem;
}
.cookie-option input[type="checkbox"] {
  width: 44px;
  height: 24px;
  accent-color: var(--brand);
  cursor: pointer;
}
.cookie-option input[disabled] {
  cursor: not-allowed;
  opacity: 0.72;
}
/* Legal pages */
.legal-shell {
  position: relative;
  z-index: 1;
  width: min(980px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(32px, 6vw, 72px) 0 110px;
}
.legal-card {
  padding: clamp(24px, 4vw, 46px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 32px;
  background: rgba(12, 2, 24, 0.80);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(18px);
}
.legal-card h1 {
  margin-top: 0;
  letter-spacing: -0.055em;
}
.legal-card h2 {
  margin-top: 34px;
  color: var(--brand);
  letter-spacing: -0.025em;
}
.legal-card p, .legal-card li {
  color: var(--muted);
  line-height: 1.7;
}
.legal-card ul {
  padding-left: 1.2rem;
}
.legal-back-link {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--brand);
  font-weight: 800;
}
@media (max-width: 760px) {
  .cookie-banner {
    align-items: stretch;
    flex-direction: column;
  }
  .cookie-banner__actions, .cookie-modal__actions {
    justify-content: stretch;
  }
  .cookie-btn {
    flex: 1 1 auto;
  }
}
#tkuVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
  opacity: 0.55;
}
#shareBtn {
  width: 99%;
  height: 50px;
  border-radius: 999px;
  background-color: rgba(132, 208, 49, 1.00);
  color: #180135;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  background: linear-gradient(to top, #86CF32, #C6E728);
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.5));
}
#shareBtn:hover {
  background: linear-gradient(to top, #C6E728, #86CF32);
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.5));
}
.shareBtn {
  width: 99%;
  height: 50px;
  border-radius: 999px;
  background-color: rgba(132, 208, 49, 1.00);
  color: #180135;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  background: linear-gradient(to top, #86CF32, #C6E728);
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.5));
}
.shareBtn:hover {
  background: linear-gradient(to top, #C6E728, #86CF32);
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.5));
}
.gameBtn {
  width: 172px;
  height: 40px;
  border-radius: 999px;
  color: #C7E72C;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  background-color: #1D4870;
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.5));
  border: none;
  text-align: center;
  float: left;
  border: 1px solid rgba(255, 255, 255, 0.10);
  margin-right: 3px;
}
.gameBtn:hover {
  background: linear-gradient(to top, #C6E728, #86CF32);
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.5));
  color: #000417;
}
.contact {
  text-align: center;
  width: 100%;
  padding-bottom: 20px;
}
.topText {
  font-weight: 600;
  font-size: 120%;
  border-radius: 999px;
  height: 20px;
}
.topText span {
  color: #C5E62B
}
.topText img {
  display: inline-block;
}
.info {
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 1.00) !important;
  padding: 15px;
  border-radius: 15px;
  background-color: rgba(18, 0, 65, 0.40);
  font-weight: 600;
}
.logo {
  margin-bottom: 50px;
}