/* === ZÁKLADNÍ BLOKY === */

body, html {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: Verdana, sans-serif;
  background: linear-gradient(to bottom, #a1c4fd 0%, #c2e9fb 100%) fixed;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-y: scroll;
}

.container {
  width: 1100px;
  margin: 0 auto;
  flex: 1;
  font-size: 14px;
}

/* === OBECNÉ === */

label {
  font-size: 10px;
}

.right { text-align: right; }
.middle { text-align: center; margin: 0 auto; }

#seoOptions { display: none; margin-top: 10px; }
#progress { margin-top: 10px; font-weight: bold; }

#logBox {
  border: 1px solid #ccc;
  padding: 8px;
  width: 1080px;
  height: 200px;
  overflow: auto;
  white-space: pre-wrap;
  background: #fafafa;
  border-radius: 8px;
}

/* === TLAČÍTKA === */
.btn-grad {
  margin: 10px;
  padding: 15px 45px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-image: linear-gradient(to right, #3a10d3 0%, #4466af 51%, #3a10d3 100%);
  background-size: 200% auto;
  color: #fff;
  box-shadow: 0 0 20px #eee;
  border-radius: 10px;
  display: block;
}

.btn-grad:hover {
  background-position: right center;
  text-decoration: none;
}

/* === TABULKY === */
table {
  border-collapse: collapse;
  width: 1100px;
  margin-top: 10px;
  font-size: 13px;
}

table th {
  background-color: #4a90e2;
  color: #fff;
  font-weight: bold;
  border: 1px solid #ddd;
  padding: 6px;
  text-align: center;
}

table td {
  border: 1px solid #ddd;
  padding: 6px;
  color: #333;
}

table tr:nth-child(odd) { background-color: #f9f9f9; }
table tr:nth-child(even) { background-color: #fff; }
table tr:hover { background-color: #e8f0fe; }

/* === ZÁPATÍ === */
.footer {
  background: linear-gradient(90deg, #3a10d3 0%, #4466af 100%);
  color: #fff;
  text-align: center;
  padding: 15px 10px;
  font-size: 12px;
  width: 100%;
  box-shadow: 0 -2px 8px rgba(0,0,0,0.15);
}

.footer a {
  color: #fff;
  text-decoration: underline;
  margin: 0 6px;
}
.footer a:hover { text-decoration: none; opacity: 0.8; }

/* === BALÍČKY === */
.packages-section {
  border: 1px solid #ccc;
  border-radius: 8px;
  margin: 15px 0;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  background: #fff;
}

.packages-header {
  background: #f5f5f5;
  padding: 10px 15px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background 0.2s;
  border-radius: 8px;
}
.packages-header:hover { background: #eee; }

#packages {
  overflow: hidden;
  max-height: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  padding: 0 15px;
  transition: max-height 0.4s ease, padding 0.4s ease;
}
#packages.open {
  max-height: 600px;
  padding: 10px 15px;
}

#packages div {
  background-color: #f2f2f2;
  padding: 10px 15px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.arrow { transition: transform 0.3s; }
.arrow.rotate { transform: rotate(180deg); }

.packages_footer,
.cleanupinfo {
  margin-top: 10px;
  margin-bottom: 40px;
  text-align: center;
  font-size: 13px;
  color: #555;
}

.cleanupinfo { text-align: justify; }

/* === CHECKBOX NOTIFY === */
.notify-option {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 10px 0;
  font-size: 13px;
  color: #333;
}
.notify-option input[type="checkbox"] {
  width: 16px; height: 16px;
  cursor: pointer;
  accent-color: #3a10d3;
}
.notify-option label { cursor: pointer; line-height: 1; }

/* === LOGIN & RESET === */
/* (ponechávám beze změn – nejsou duplicitní) */
.reset-container, .login-container {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  font-family: Verdana, sans-serif;
}

/* === FORMULÁŘ + MEME === */
.form-meme-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 20px;
}
.form-wrapper { flex: 0 0 400px; }

#memecontainer {
  flex: 0 0 320px;
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 10px;
  /*border: 1px solid rgba(0,0,0,0.1); */
  background: transparent;
}

/* === LOGO === */
.logo-body {
  text-align: center;
  background: transparent;
}

.logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: auto;
  height: auto;
}

/* Horní oblouk (Upload And Sleep) – posuneme o něco dolů */
.logo__top {
  width: 250px;
  /*height: 90px;*/
  display: block;
  margin-top: 0px;
  overflow: visible;
}

/* Spodní text (uas.lol) – posuneme o něco nahoru */
.logo__bottom {
  width: 300px;
  height: auto;
  display: block;
  overflow: visible;
  margin-top: -30px;  /* přiblíží text k obrázku */
}

.logo__img {
  width: 120px;
  height: 120px;
  margin: -40px;
  margin-bottom:-5px;
  margin-left: -60px;
  filter: drop-shadow(2px 2px 3px rgba(0,0,0,0.4));
}

/* SVG text – světle modrý s černým obrysem */
svg text {
  font-family: "Arial Black", Verdana, sans-serif;
  fill: #7CC4FF;
  stroke: #000;
  stroke-width: 3px;
  stroke-linejoin: round;
  paint-order: stroke;
  filter:
    drop-shadow(1px 1px 1px rgba(0,0,0,0.6))
    drop-shadow(-1px -1px 1px rgba(255,255,255,0.3));
}

.memetext {
  fill: #7CC4FF;
  text-decoration: none;
  margin-left:auto;
  margin-right:auto;
}
.memetext:hover { opacity: 0.85; }

/* === FORMULÁŘOVÉ POLOŽKY === */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="url"],
select,
textarea {
  /* width: 100%; */
  padding: 10px 12px;
  border: 1px solid #b3c7f7;
  border-radius: 8px;
  background: #f8fbff;
  font-size: 13px;
  color: #333;
  box-shadow: inset 0 1px 3px rgba(58, 16, 211, 0.05);
  transition: border-color 0.3s, box-shadow 0.3s, background 0.3s;
}

/* Hover efekt – jemný nádech gradientu */
input:hover,
select:hover,
textarea:hover {
  border-color: #4466af;
  background: #f0f6ff;
}

/* Focus efekt – ladí k tlačítku */
input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: #3a10d3;
  box-shadow: 0 0 6px rgba(58, 16, 211, 0.3);
  background: linear-gradient(to right, #f9fbff, #edf2ff);
}

/* Disabled / readonly */
input[disabled],
textarea[disabled],
select[disabled],
input[readonly],
textarea[readonly] {
  background: #eef1f7;
  color: #999;
  cursor: not-allowed;
}

/* Placeholder text – decentně šedý */
::placeholder {
  color: #999;
  opacity: 0.7;
}

/* Radio a checkbox (pro jednotný styl s accent-color) */
input[type="radio"],
input[type="checkbox"] {
  accent-color: #3a10d3;
  cursor: pointer;
}

/* Fieldset a legend – decentní rámeček a barva */
fieldset {
  border: 1px solid #b3c7f7;
  border-radius: 8px;
  padding: 12px 15px;
  margin-bottom: 15px;
}
legend {
  font-weight: bold;
  color: #3a10d3;
  padding: 0 6px;
}

/* === ODKAZY (textové) === */
a {
  color: #3a10d3; /* základní modrofialová */
  text-decoration: underline;
  font-weight: 500;
  transition: color 0.3s ease, text-decoration-color 0.3s ease;
  text-decoration-color: rgba(58, 16, 211, 0.3);
}

/* Hover – světlejší přechod, bez podtržení */
a:hover {
  color: #5b78ff;
  text-decoration: none;
}

/* Aktivní (při kliknutí) – ztmavení s přechodem do fialova */
a:active {
  color: #2c0a9b;
}

/* Navštívený – decentní, ale ne „fialový z 90. let“ :) */
a:visited {
  color: #5a48b8;
}

/* Pokud chceš odkazy v odstavcích jemnější */
p a {
  font-weight: normal;
}