@charset "UTF-8";
.strip[data-id=ba0644] {
  --section-id: "ba0644";
  --storage-url: "https://adik.proweb.cz/_section/ba0644";
  --public-url: "https://adik.proweb.cz/_section/ba0644";
}
.strip[data-id=ba0644] .main-header {
  background-color: #000;
  color: #fff;
  padding: 1rem 0;
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 2px solid #ff0000;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}
.strip[data-id=ba0644] :global(body) {
  background-color: #000 !important;
  color: #fff;
}
.strip[data-id=ba0644] .header-content {
  display: flex;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
}
.strip[data-id=ba0644] .logo a {
  text-decoration: none;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.strip[data-id=ba0644] .logo img {
  height: 60px; /* Mírně zvětšeno pro lepší čitelnost nového loga */
  width: auto;
  filter: drop-shadow(0 0 10px rgba(255, 0, 0, 0.3));
}
.strip[data-id=ba0644] .brand-name {
  font-weight: 900;
  font-size: 1.4rem;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
}
.strip[data-id=ba0644] .main-nav {
  flex: 1;
  display: flex;
  justify-content: center;
}
.strip[data-id=ba0644] .nav-links {
  list-style: none;
  display: flex;
  gap: 2.5rem;
  margin: 0;
  padding: 0;
}
.strip[data-id=ba0644] .nav-links a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.95rem;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.3s;
  letter-spacing: 0.5px;
}
.strip[data-id=ba0644] .nav-links a:hover {
  color: #ff0000;
}
.strip[data-id=ba0644] .discord-btn {
  background-color: #ff0000;
  color: #fff;
  padding: 0.6rem 1.5rem;
  border-radius: 4px;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 800;
  text-transform: uppercase;
  transition: all 0.2s;
}
.strip[data-id=ba0644] .discord-btn:hover {
  background-color: #fff;
  color: #000;
  transform: translateY(-2px);
}
.strip[data-id=ba0644] .menu-toggle {
  display: none;
  flex-direction: column;
  gap: 4px;
  background: none;
  border: none;
  cursor: pointer;
}
.strip[data-id=ba0644] .menu-toggle span {
  display: block;
  width: 25px;
  height: 2px;
  background-color: #fff;
}
@media (max-width: 1024px) {
  .strip[data-id=ba0644] .nav-links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #111;
    flex-direction: column;
    padding: 2rem;
    gap: 1.5rem;
    text-align: center;
    border-bottom: 2px solid #ff0000;
  }
  .strip[data-id=ba0644] .nav-links.active {
    display: flex;
  }
  .strip[data-id=ba0644] .menu-toggle {
    display: flex;
  }
}@charset "UTF-8";
.strip[data-id=b873c5] {
  --section-id: "b873c5";
  --storage-url: "https://adik.proweb.cz/_section/b873c5";
  --public-url: "https://adik.proweb.cz/_section/b873c5";
}
.strip[data-id=b873c5] .rules-section {
  padding: 100px 0;
  background-color: #000;
  color: #fff;
  line-height: 1.6;
}
.strip[data-id=b873c5] .rules-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 2rem;
}
.strip[data-id=b873c5] .rules-header {
  text-align: center;
  margin-bottom: 80px;
}
.strip[data-id=b873c5] .rules-header h1 {
  font-size: 3.5rem;
  font-weight: 900;
  text-transform: uppercase;
  color: #ff0000;
  margin-bottom: 1.5rem;
  letter-spacing: -1px;
}
.strip[data-id=b873c5] .rules-intro {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 700px;
  margin: 0 auto;
  border-left: 4px solid #ff0000;
  padding-left: 1.5rem;
  text-align: left;
}
.strip[data-id=b873c5] .rules-category {
  margin-bottom: 60px;
}
.strip[data-id=b873c5] .rules-category h2 {
  font-size: 2rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.strip[data-id=b873c5] .rules-category h2::after {
  content: "";
  flex: 1;
  height: 2px;
  background: linear-gradient(to right, #ff0000, transparent);
}
.strip[data-id=b873c5] .rules-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.5rem;
}
.strip[data-id=b873c5] .rule-item {
  background: #111;
  padding: 1.5rem;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: transform 0.3s;
}
.strip[data-id=b873c5] .rule-item:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 0, 0, 0.3);
}
.strip[data-id=b873c5] .rule-item strong {
  color: #ff0000;
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
  text-transform: uppercase;
}
.strip[data-id=b873c5] .rule-block {
  background: #111;
  padding: 2rem;
  border-radius: 8px;
  margin-bottom: 1.5rem;
  border-left: 4px solid #ff0000;
}
.strip[data-id=b873c5] .rule-block h3 {
  color: #ff0000;
  margin-bottom: 1.5rem;
  font-size: 1.4rem;
  text-transform: uppercase;
}
.strip[data-id=b873c5] .rule-block p {
  margin-bottom: 1rem;
}
.strip[data-id=b873c5] .rule-block ul {
  list-style: none;
  padding: 0;
}
.strip[data-id=b873c5] .rule-block li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.8rem;
}
.strip[data-id=b873c5] .rule-block li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: #ff0000;
}
@media (max-width: 768px) {
  .strip[data-id=b873c5] .rules-header h1 {
    font-size: 2.5rem;
  }
}.strip[data-id=a70959] {
  --section-id: "a70959";
  --storage-url: "https://adik.proweb.cz/_section/a70959";
  --public-url: "https://adik.proweb.cz/_section/a70959";
}
.strip[data-id=a70959] .main-footer {
  background-color: #000;
  color: #fff;
  padding: 80px 0 40px;
  border-top: 2px solid #ff0000;
}
.strip[data-id=a70959] .footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}
.strip[data-id=a70959] .footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr; /* Upraveno na 3 sloupce */
  gap: 60px;
}
.strip[data-id=a70959] .footer-brand img {
  height: 80px;
  margin-bottom: 1.5rem;
}
.strip[data-id=a70959] .footer-brand p {
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.6;
  max-width: 300px;
}
.strip[data-id=a70959] .footer-col h3 {
  font-size: 1.1rem;
  font-weight: 800;
  margin-bottom: 2rem;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
}
.strip[data-id=a70959] .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.strip[data-id=a70959] .footer-links a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: color 0.3s;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.9rem;
}
.strip[data-id=a70959] .footer-links a:hover {
  color: #ff0000;
}
.strip[data-id=a70959] .social-icons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.strip[data-id=a70959] .social-icon {
  width: 45px;
  height: 45px;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
  font-weight: 800;
  font-size: 0.8rem;
}
.strip[data-id=a70959] .social-icon:hover {
  background: #ff0000;
  color: #fff;
  transform: translateY(-3px);
}
.strip[data-id=a70959] .footer-bottom {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  text-align: center;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.4);
}
.strip[data-id=a70959] .footer-bottom strong {
  font-weight: 900;
  color: #ff0000;
}
@media (max-width: 1024px) {
  .strip[data-id=a70959] .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media (max-width: 600px) {
  .strip[data-id=a70959] .footer-grid {
    grid-template-columns: 1fr;
  }
  .strip[data-id=a70959] .footer-brand {
    text-align: center;
  }
  .strip[data-id=a70959] .footer-brand p {
    margin: 0 auto 1.5rem;
  }
  .strip[data-id=a70959] .social-icons {
    justify-content: center;
  }
}