html,
body {
  margin: 0;
  padding: 0;
}

/* Vodafone (W = normal) */
@font-face {
  font-family: "Vodafone";
  src: url("fonts/Vodafone_XLt_W.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Vodafone";
  src: url("fonts/Vodafone_Lt_W.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Vodafone";
  src: url("fonts/Vodafone_Rg_W.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Vodafone";
  src: url("fonts/Vodafone_Md_W.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Vodafone";
  src: url("fonts/Vodafone_SBd_W.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Vodafone";
  src: url("fonts/Vodafone_Bd_W.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Vodafone";
  src: url("fonts/Vodafone_XBd_W.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Vodafone";
  src: url("fonts/Vodafone_Bk_W.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* Pokud máš Blk jako extra black, nech taky 900; prohlížeč si vybere dle pořadí */
@font-face {
  font-family: "Vodafone";
  src: url("fonts/Vodafone_Blk_W.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "Vodafone", Arial, sans-serif;
}

.app {
  min-height: 100svh;
  background: radial-gradient(circle at 50% 20%, #ff1a1a, #9b0000 70%);
  color: #fff;

  background-image: url(../pcs/pcs_layout/2026bcg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.app2 {
  background-image: url(../pcs/pcs_layout/2026bcg.jpg);
}

.timerXXXX {
  font-size: clamp(48px, 12vw, 96px);
  font-weight: 700;
  text-align: center;
  line-height: 1;
}

.grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: clamp(10px, 2.5vw, 16px);
  width: 100%;
  max-width: 520px; /* trochu víc i pro větší mobily */
  margin: 0 auto;
  padding: 0 12px;
}

.cell {
  aspect-ratio: 1 / 1;
  background: #fff;
  color: #6d0404;
  border-radius: 16px;

  font-weight: 500;
  font-size: clamp(30px, 6vw, 42px);

  display: flex;
  align-items: center;
  justify-content: center;

  border: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.cell:active {
  transform: scale(0.97);
}

.topLogo {
  max-height: 60px;
}
.top20Let {
  max-height: 60px;
}

h1.mainTitle,
h1.mainTitle strong {
  font-size: clamp(27px, 14vw, 52px);
  line-height: 1em;
}
/*
body.lang2 h1.mainTitle,
body.lang2 h1.mainTitle strong {
  font-size: clamp(23px, 14vw, 40px);
  line-height: 1em;
}*/

h1.mainTitle strong {
  font-weight: 800;
}

h2.subTitle,
h2.subTitle strong {
  font-size: 26px;
  font-size: clamp(15px, 15vw, 26px);
}
/*
body.lang2 h2.subTitle,
body.lang2 h2.subTitle strong {
  font-size: 26px;
  font-size: clamp(14px, 15vw, 23px);
}*/

/*
body.lang2 h2.subTitle strong {
  font-weight: 800;
}*/

.introText {
  font-size: 20px;
}

.messageOk {
  font-weight: bold;
  font-size: 26px;
  font-size: clamp(15px, 15vw, 26px);
  margin-bottom: 10px;
  margin-top: 10px;
}

.odd {
  border-bottom: 2px solid White;
  margin-top: 17px;
  margin-bottom: 17px;
}

.textPravidla,
.textPravidla strong {
  font-size: 26px;
  font-size: clamp(16px, 12vw, 26px);
  line-height: 1.2em;
}

.textPravidla strong {
  font-weight: 800;
}

.formTelefon {
  background-color: #6d0404;
  color: #ff0000;
  text-align: center;
  border: none;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  min-height: 50px;
  font-size: 20px;
  margin-bottom: 10px;
}

.formTelefon::placeholder {
  color: #ff0000;
}

.formMessage {
  background-color: #6d0404;
  color: #ff0000;
  text-align: center;
  border: none;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  min-height: 150px !important;
  font-size: 20px;
  margin-bottom: 10px;
}

.formMessage::placeholder {
  color: #ff0000;
}

.formFile {
  background-color: #6d0404;
  color: #ff0000;
  text-align: center;
  border: none;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  min-height: 50px;
  font-size: 25px;
  margin-bottom: 10px;
}

.formFile::placeholder {
  color: #ff0000;
}

.soutezButton {
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 100px;
  border: none;
  width: 100%;
  color: white;
  font-size: 20px;
  font-weight: bold;
  min-height: 50px;
  margin-bottom: 10px;
}

.runGigaHash {
  color: white;
  font-size: 17px;
  font-weight: 900;
}

.linkPodminky {
  color: white;
  font-size: 16px;
  font-weight: 100;
  text-decoration: underline;
}

.imgFlag {
  max-width: 50px;
}

.dotSeznam {
  margin: 0;
}

.dotSeznam .dot {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 40px;
  position: relative;
  display: flex;
  align-items: center; /* vertikální střed */
  justify-content: start; /* horizontální střed */
  text-align: left; /* centrování vícerádkového textu */
  min-height: 48px; /* výška řádku – můžeš doladit */
  padding: 8px 16px 8px 60px;

  font-size: clamp(14px, 5vw, 17px);
}

.dotSeznam li.dot1 {
  background-image: url(../pcs/pcs_layout/dot1.png);
}
.dotSeznam li.dot2 {
  background-image: url(../pcs/pcs_layout/dot2.png);
}
.dotSeznam li.dot3 {
  background-image: url(../pcs/pcs_layout/dot3.png);
}
.dotSeznam li.dot4 {
  background-image: url(../pcs/pcs_layout/dot4.png);
}

/* tečka */

.gameTime {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  text-align: center;

  font-weight: 300;
  font-size: clamp(125px, 12vw, 250px);
  line-height: 1;
  letter-spacing: 0.1em;
}

.cell.active {
  background: #111;
  color: #fff;
}

.cell:disabled {
  cursor: default;
  opacity: 1;
}

.buttonDisabled {
  opacity: 0.4;
  pointer-events: none;
}

.resultScreen {
  width: 100%;
  padding: 24px 16px;
}

.resultTitle {
  font-size: clamp(50px, 7vw, 80px);
  font-weight: 800;
  line-height: 1.05;
  margin-bottom: 12px;
}

.resultText,
.resultText strong {
  font-size: clamp(25px, 4vw, 45px);
  font-weight: 600;
}

.resultText {
  line-height: 1.25;
  margin-bottom: 14px;
}

.resultTime {
  font-size: clamp(20px, 4vw, 30px);
}

.d-none {
  display: none !important;
}

@keyframes shake {
  0% {
    transform: translateX(0);
  }

  25% {
    transform: translateX(-3px);
  }

  50% {
    transform: translateX(3px);
  }

  75% {
    transform: translateX(-2px);
  }

  100% {
    transform: translateX(0);
  }
}

.cell.shake {
  animation: shake 0.25s ease;
}

/* Wrapper: “file input” look */
.formFileWrap {
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 999px;
  overflow: hidden;
}

/* Left button */
.formFileBtn {
  border: 0;
  padding: 12px 18px;
  background: #fff;
  color: #111;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  font-size: 20px;
}

.formFileBtn:focus {
  outline: 2px solid rgba(255, 255, 255, 0.6);
  outline-offset: -2px;
}

/* Right “input” area */
.formFileText {
  flex: 1;
  padding: 12px 130px 12px 0;
  color: #ff3b30;
  /* text jako dřív (červený) */
  background: #6f0000;
  /* tmavě červené pozadí */
  font-weight: 600;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
}

/* Pokud chceš, aby celek měl “form-control” feel */
.formFileWrap {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15);
}

.smallInfo {
  font-size: 16px;
}

.checkPohlavi,
.labelPohlavi {
  font-size: 20px !important;
}

.container169 {
  aspect-ratio: 16 / 9;
  width: 100%;
}

.container169 {
  width: 100%;
  height: 100%;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  text-align: center;

  color: white;
  padding: 4vh 4vw;
  box-sizing: border-box;

  background-image: url(../pcs/pcs_layout/nahled.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.textVzkazu {
  max-width: 90%;
  font-size: clamp(28px, 4vw, 80px);
  line-height: 1.2;
  margin-bottom: 3vh;
  word-wrap: break-word;
  font-weight: bold;
  text-align: center;
}

.textHuge {
  font-size: clamp(30px, 8vw, 100px);
}

.textLarge {
  font-size: clamp(25px, 6vw, 50px);
}

.textMedium {
  font-size: clamp(24px, 4vw, 40px);
}

.textSmall {
  font-size: clamp(14px, 3vw, 28px);
}

@media (min-width: 720px) {
  .textHuge {
    font-size: clamp(60px, 8vw, 140px);
  }

  .textLarge {
    font-size: clamp(45px, 6vw, 100px);
  }

  .textMedium {
    font-size: clamp(34px, 4vw, 70px);
  }

  .textSmall {
    font-size: clamp(24px, 3vw, 48px);
    font-size: clamp(24px, 3.5vw, 88px);
  }
}

/*
.obrazekVzkaz {
  width: 60%;
  display: flex;
  justify-content: center;
}

.obrazekVzkaz img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
*/

.obrazekVzkaz {
  width: 60%;
  max-height: 60%;
  display: flex;
  justify-content: center;
}

.obrazekVzkaz img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

/* default = stacked (jak to máš teď) */
.container169 {
  display: flex;
  flex-direction: column;
}

/* když je obrázek na výšku → vedle sebe */
.container169.portrait {
  flex-direction: row;
  text-align: left;
}

/* text vlevo */
.container169.portrait .textVzkazu {
  width: 50%;
  margin-bottom: 0;
  padding-right: 2vw;
}

/* obrázek vpravo */
.container169.portrait .obrazekVzkaz {
  width: 31%;
  max-height: 450px;
  align-items: center;
}
