/* Straznik strony Lary — pelnoekranowy overlay z polem na kod. */
#_strazak {
  position: fixed;
  inset: 0;
  z-index: 999999;
  background: linear-gradient(135deg, #ffd1dc 0%, #ffb6e6 50%, #c9a9ff 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
  -webkit-tap-highlight-color: transparent;
}

#_strazak ._strazak-box {
  background: white;
  border-radius: 28px;
  padding: 2.5rem 2rem 2rem;
  max-width: 380px;
  width: 100%;
  text-align: center;
  box-shadow: 0 12px 0 rgba(106, 27, 154, 0.18), 0 20px 50px rgba(0, 0, 0, 0.15);
}

#_strazak ._strazak-emoji {
  font-size: 4rem;
  line-height: 1;
  margin-bottom: 0.5rem;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
}

#_strazak h2 {
  color: #6a1b9a;
  font-size: 1.6rem;
  margin: 0.5rem 0 0.5rem;
  letter-spacing: -0.01em;
}

#_strazak p {
  color: #555;
  font-size: 1.05rem;
  margin: 0 0 1.25rem;
}

#_strazak #_strazak-kod {
  width: 100%;
  font-size: 2rem;
  text-align: center;
  letter-spacing: 0.5rem;
  padding: 0.85rem 1rem;
  border: 3px solid #e0c8f0;
  border-radius: 16px;
  outline: none;
  background: #fafafa;
  color: #2a1140;
  font-weight: 700;
  margin-bottom: 1rem;
  box-sizing: border-box;
}

#_strazak #_strazak-kod:focus {
  border-color: #6a1b9a;
  background: white;
}

#_strazak #_strazak-ok {
  width: 100%;
  background: linear-gradient(135deg, #ff85c1 0%, #c9a9ff 100%);
  color: white;
  border: none;
  border-radius: 18px;
  padding: 1rem 1.5rem;
  font-size: 1.3rem;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 5px 0 rgba(106, 27, 154, 0.3);
  transition: transform 0.1s, box-shadow 0.1s;
  font-family: inherit;
}

#_strazak #_strazak-ok:active {
  transform: translateY(2px);
  box-shadow: 0 3px 0 rgba(106, 27, 154, 0.3);
}

#_strazak #_strazak-zle {
  display: none;
  margin-top: 1rem;
  color: #d63384;
  font-weight: 700;
  font-size: 1rem;
}
