@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body.main-container-dmn3 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  background: linear-gradient(135deg, #f8f9ff 0%, #f5f7ff 100%);
  color: #2d3748;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

.age-warning-dmn3 {
  background: linear-gradient(90deg, #0d9488 0%, #0891b2 100%);
  color: white;
  text-align: center;
  padding: 0.5rem 0;
  font-size: 0.875rem;
  font-weight: 500;
}

.warning-content-dmn3 {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.warning-icon-dmn3 {
  font-size: 1rem;
}

.warning-text-dmn3 {
  letter-spacing: 0.02em;
}

.navigation-header-dmn3 {
  position: sticky;
  top: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  z-index: 1000;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(226, 232, 240, 0.8);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.05);
}

.nav-wrapper-dmn3 {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.logo-container-dmn3 {
  position: relative;
  display: flex;
  align-items: center;
}

.logo-text-dmn3 {
  font-size: 1.8rem;
  font-weight: 800;
  background: linear-gradient(90deg, #0d9488 0%, #0891b2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -0.5px;
}

.logo-accent-dmn3 {
  position: absolute;
  bottom: -4px;
  right: -8px;
  width: 12px;
  height: 12px;
  background: #f59e0b;
  border-radius: 50%;
  opacity: 0.8;
}

.menu-dmn3 {
  display: flex;
  gap: 2.5rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.mobile-auth-dmn3 {
  display: none;
}

.nav-item-dmn3 {
  text-decoration: none;
  color: #ccc;
  font-weight: 600;
  padding: 0.5rem 0;
  position: relative;
  transition: color 0.3s ease;
  font-size: 1.125rem;
}

.nav-item-dmn3:hover {
  color: #0d9488;
}

.nav-item-dmn3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, #0d9488 0%, #0891b2 100%);
  transition: width 0.3s ease;
  border-radius: 2px;
}

.nav-item-dmn3:hover::after {
  width: 100%;
}

.active-nav-dmn3 {
  color: #0d9488;
}

.active-nav-dmn3::after {
  width: 100%;
}

.header-buttons-dmn3 {
  display: flex;
  gap: 1rem;
}

.auth-link-dmn3 {
  padding: 0.75rem 1.5rem;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}

.login-link-dmn3 {
  background: transparent;
  color: #0d9488;
  border: 2px solid #0d9488;
}

.login-link-dmn3:hover {
  background: #0d9488;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(13, 148, 136, 0.2);
}

.register-link-dmn3 {
  background: linear-gradient(90deg, #0d9488 0%, #0891b2 100%);
  color: white;
}

.register-link-dmn3:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(13, 148, 136, 0.3);
}

.mobile-menu-dmn3 {
  display: none;
  flex-direction: column;
  gap: 4px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1001;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
}

.menu-line-dmn3 {
  width: 24px;
  height: 3px;
  background: #4a5568;
  transition: all 0.3s ease;
  border-radius: 2px;
  transform-origin: center;
}

.content-wrapper-dmn3 {
  margin-top: 0;
}

.hero-section-dmn3 {
  position: relative;
  padding: 96px 0;
  background:
    radial-gradient(1200px 600px at 10% -10%, rgba(255, 255, 255, 0.06), transparent 40%),
    linear-gradient(180deg, #0f1115 0%, #0b0d12 100%);
  overflow: hidden;
}

.hero-content-dmn3 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 64px;
  align-items: center;
}

.hero-text-dmn3 {
  position: relative;
  z-index: 2;
}

.hero-subtitle-dmn3 {
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 14px;
}

.hero-title-dmn3 {
  font-size: clamp(38px, 4vw, 56px);
  line-height: 1.05;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 22px;
}

.highlight-text-dmn3 {
  background: linear-gradient(90deg, #ff5f6d, #ffc371);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-description-dmn3 {
  font-size: 17px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.72);
  max-width: 520px;
  margin-bottom: 36px;
}

.primary-button-dmn3 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  color: #111;
  background: linear-gradient(135deg, #ffc371, #ff5f6d);
  border: none;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  box-shadow: 0 10px 28px rgba(255, 95, 109, 0.35);
}

.primary-button-dmn3:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(255, 95, 109, 0.45);
}

.hero-visual-dmn3 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.animated-card-dmn3 {
  width: 240px;
  height: 300px;
  border-radius: 20px;
  background: linear-gradient(180deg, #1b1e26, #12141a);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: floatCard 6s ease-in-out infinite;
}

@keyframes floatCard {
  0% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
  100% { transform: translateY(0); }
}

.card-content-dmn3 {
  text-align: center;
}

.card-number-dmn3 {
  font-size: 72px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 8px;
}

.card-label-dmn3 {
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.decorative-circle-dmn3 {
  position: absolute;
  top: -40px;
  left: -40px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 95, 109, 0.18), transparent 70%);
}

.decorative-triangle-dmn3 {
  position: absolute;
  bottom: -60px;
  left: 120px;
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 80px solid rgba(255, 195, 113, 0.15);
}

@media (max-width: 900px) {
  .hero-content-dmn3 {
    grid-template-columns: 1fr;
    gap: 56px;
    text-align: center;
  }
  .hero-description-dmn3 {
    margin-left: auto;
    margin-right: auto;
  }
}


.animated-card-dmn3 {
  width: 320px;
  height: 320px;
  background: linear-gradient(135deg, #0d9488 0%, #0891b2 100%);
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: card-float-dmn3 4s ease-in-out infinite;
  box-shadow: 0 25px 60px rgba(13, 148, 136, 0.25);
  z-index: 2;
}

@keyframes card-float-dmn3 {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(5deg);
  }
}
.card-content-dmn3 {
  text-align: center;
  color: white;
}

.card-number-dmn3 {
  font-size: 4.5rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.card-label-dmn3 {
  font-size: 1.25rem;
  opacity: 0.9;
  letter-spacing: 0.05em;
}

.floating-element-dmn3 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 250px;
  height: 250px;
  background: linear-gradient(135deg, rgba(13, 148, 136, 0.05) 0%, rgba(8, 145, 178, 0.05) 100%);
  border-radius: 50%;
  animation: float-dmn3 6s ease-in-out infinite;
  z-index: 1;
}

@keyframes float-dmn3 {
  0%, 100% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  50% {
    transform: translate(-50%, -55%) rotate(180deg);
  }
}
.hero-text-dmn3 {
  position: relative;
  z-index: 2;
}

.decorative-circle-dmn3 {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(13, 148, 136, 0.1) 0%, rgba(8, 145, 178, 0.1) 100%);
  z-index: -1;
}
@media (max-width: 768px) {
  .decorative-circle-dmn3 {
    top: -10px;
    right: -10px;
    width: 80px;
    height: 80px;
  }
}

.decorative-triangle-dmn3 {
  position: absolute;
  bottom: -30px;
  left: -30px;
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.1) 0%, rgba(217, 70, 239, 0.1) 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  z-index: -1;
}


.primary-button-dmn3 {
  background: linear-gradient(90deg, #0d9488 0%, #0891b2 100%);
  color: white;
  border: none;
  padding: 1rem 2.5rem;
  font-size: 1.125rem;
  font-weight: 600;
  border-radius: 50px;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}

.primary-button-dmn3:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(13, 148, 136, 0.3);
}

.pulse-animation-dmn3 {
  animation: pulse-dmn3 2s infinite;
}

@keyframes pulse-dmn3 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.section-header-dmn3 {
  text-align: center;
  margin-bottom: 4rem;
  padding: 0 1rem;
}

.section-title-dmn3 {
  font-size: 2.75rem;
  font-weight: 800;
  margin-bottom: 1rem;
  color: #2d3748;
  letter-spacing: -0.5px;
}

.accent-span-dmn3 {
  background: linear-gradient(90deg, #0d9488 0%, #0891b2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-subtitle-dmn3 {
  font-size: 1.25rem;
  color: #718096;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.5;
}

.games-section-dmn3 {
  max-width: 1280px;
  margin: 6rem auto;
  padding: 0 1rem;
}

.carousel-container-dmn3 {
  position: relative;
  overflow: hidden;
}

.carousel-dmn3 {
  overflow: hidden;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  padding: 2rem;
  border: 1px solid rgba(226, 232, 240, 0.8);
}

.carousel-track-dmn3 {
  display: flex;
  flex-wrap: nowrap;
  transition: transform 0.5s ease-in-out;
  gap: 2rem;
}

.game-card-dmn3 {
  flex: 1 1 calc(100% - 4rem);
  background: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  margin: 0;
}

.game-card-dmn3:hover {
  transform: translateY(-10px);
}

.game-image-dmn3 {
  position: relative;
  height: 250px;
  background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.game-img-dmn3 {
  max-width: 80%;
  max-height: 80%;
  object-fit: contain;
}

.game-tag-dmn3 {
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding: 0.5rem 1.25rem;
  background: linear-gradient(90deg, #0d9488 0%, #0891b2 100%);
  color: white;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.875rem;
  box-shadow: 0 4px 12px rgba(13, 148, 136, 0.3);
}

.game-content-dmn3 {
  padding: 2rem;
}

.game-title-dmn3 {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #2d3748;
}

.game-description-dmn3 {
  color: #718096;
  margin-bottom: 20px;
  line-height: 1.6;
  font-size: 1.125rem;
}

.carousel-controls-dmn3 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-top: 2rem;
}

.carousel-prev-dmn3,
.carousel-next-dmn3 {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: white;
  border: 2px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.carousel-prev-dmn3:hover,
.carousel-next-dmn3:hover {
  border-color: #0d9488;
  background: #0d9488;
}

.carousel-prev-dmn3:hover svg,
.carousel-next-dmn3:hover svg {
  fill: white;
}

.carousel-prev-dmn3 svg,
.carousel-next-dmn3 svg {
  fill: #4a5568;
  transition: fill 0.3s ease;
}

.carousel-dots-dmn3 {
  display: flex;
  gap: 0.75rem;
}

.carousel-dot-dmn3 {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #e2e8f0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.active-dot-dmn3 {
  background: #0d9488;
  transform: scale(1.2);
}

.guides-section-dmn3 {
  max-width: 1280px;
  margin: 6rem auto;
  padding: 0 1rem;
}

.guides-grid-dmn3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  padding: 0 1rem;
}

.guide-card-dmn3 {
  background: white;
  border-radius: 20px;
  padding: 2.5rem;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(226, 232, 240, 0.8);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.guide-card-dmn3:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 50px rgba(13, 148, 136, 0.12);
}

.guide-header-dmn3 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #f0f9ff;
}

.guide-title-dmn3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2d3748;
  flex: 1;
}

.guide-icon-dmn3 {
  font-size: 2rem;
  background: linear-gradient(90deg, #0d9488 0%, #0891b2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
}

.guide-content-dmn3 {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.guide-description-dmn3 {
  color: #718096;
  line-height: 1.6;
  font-size: 1.125rem;
}

.guide-details-dmn3 {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.detail-item-dmn3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 0;
  border-bottom: 1px solid #f0f9ff;
}

.detail-item-dmn3:last-child {
  border-bottom: none;
}

.detail-label-dmn3 {
  color: #4a5568;
  font-weight: 500;
}

.detail-value-dmn3 {
  color: #0d9488;
  font-weight: 700;
  background: rgba(13, 148, 136, 0.1);
  padding: 0.25rem 1rem;
  border-radius: 50px;
}

.faq-section-dmn3 {
  
  padding: 0 1rem;
}

.faq-container-dmn3 {
  background: white;
  border-radius: 24px;
  margin: 0 auto;
  max-width: 800px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(226, 232, 240, 0.8);
}

.faq-item-dmn3 {
  border-bottom: 1px solid #f0f9ff;
}

.faq-item-dmn3:last-child {
  border-bottom: none;
}

.faq-question-dmn3 {
  width: 100%;
  padding: 1.75rem 2rem;
  background: none;
  border: none;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.faq-question-dmn3:hover {
  background-color: #f8fafc;
}

.question-text-dmn3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #2d3748;
  flex: 1;
}

.faq-icon-dmn3 {
  font-size: 1.5rem;
  font-weight: 300;
  color: #0d9488;
  transition: transform 0.3s ease;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq-answer-dmn3 {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0 2rem;
}

.faq-answer-dmn3.open-faq-dmn3 {
  max-height: 500px;
  padding: 0 2rem 1.75rem;
}

.faq-answer-dmn3 p {
  color: #718096;
  line-height: 1.6;
  font-size: 1.125rem;
}

.premTicketPurchase {
  background: radial-gradient(1200px 600px at 10% -10%, rgba(255, 255, 255, 0.06), transparent 40%), linear-gradient(180deg, #0f1115 0%, #0b0d12 100%);
  color: #fff;
  padding: 80px 20px;
  font-family: 'Inter', sans-serif;
}

.premTicketPurchase .container {
  max-width: 1400px;
  margin: 0 auto;
}

.premSectionTitle {
  font-size: 42px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px;
  background: linear-gradient(90deg, #ff6b6b, #f8e71c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.premTicketGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.premTicketForm {
  background: #1a1c22;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.5);
}

.premFormGroup {
  margin-bottom: 30px;
}

.premFormLabel {
  display: block;
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 16px;
  color: #ccc;
}

.premLotteryOptions {
  display: flex;
  gap: 15px;
}

.premLotteryOption {
  flex: 1;
  background: #2a2c33;
  padding: 15px;
  border-radius: 12px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.premLotteryOption.active, 
.premLotteryOption:hover {
  background: linear-gradient(90deg, #ff6b6b, #f8e71c);
  color: #0b0d12;
  transform: translateY(-5px);
}

.premLotteryOptionIcon {
  font-size: 28px;
  margin-bottom: 8px;
}

.premNumbersGrid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
  margin-bottom: 15px;
}

.premNumber {
  background: #2a2c33;
  padding: 15px;
  border-radius: 8px;
  text-align: center;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s;
}

.premNumber.active, 
.premNumber:hover {
  background: linear-gradient(90deg, #ff6b6b, #f8e71c);
  color: #0b0d12;
  transform: scale(1.1);
}

.premSelectedNumbers {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.premSelectedNumber {
  background: #ff6b6b;
  padding: 10px 15px;
  border-radius: 8px;
  font-weight: 600;
  color: #0b0d12;
}

.premButton {
  background: linear-gradient(90deg, #ff6b6b, #f8e71c);
  border: none;
  padding: 15px 10px;
  border-radius: 12px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s;
  color: #0b0d12;
}

.premButton:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(255, 107, 107, 0.6);
}

.premCart {
  background: #1a1c22;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.5);
}

.premProcessTitle {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
}

.premCartItems {
  margin-bottom: 20px;
}

.premCartItem {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #2a2c33;
  color: #ccc;
}

.premCartTotal {
  display: flex;
  justify-content: space-between;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 30px;
  color: #fff;
}

.premFormInput, 
.premFormSelect {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: none;
  background: #2a2c33;
  color: #fff;
}

.premFormInput::placeholder {
  color: #aaa;
}

.premFormCheckbox {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #ccc;
}

.premFormSuccess {
  display: none;
  padding: 15px;
  background: #2ecc71;
  border-radius: 8px;
  text-align: center;
  color: #0b0d12;
  font-weight: 600;
  margin-top: 15px;
}

.premModalOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.85);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.premModalOverlay.active {
  display: flex;
}

.premModal {
  background: #1a1c22;
  border-radius: 20px;
  width: 400px;
  max-width: 95%;
  overflow: hidden;
}

.premModalHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background: #2a2c33;
}

.premModalTitle {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}

.premModalClose {
  font-size: 28px;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
}

.premModalTabs {
  display: flex;
  border-bottom: 1px solid #2a2c33;
}

.premModalTab {
  flex: 1;
  text-align: center;
  padding: 15px;
  cursor: pointer;
  font-weight: 600;
  color: #ccc;
}

.premModalTab.active {
  background: linear-gradient(90deg, #ff6b6b, #f8e71c);
  color: #0b0d12;
}

.premForm {
  padding: 20px;
  display: none;
}

.premForm.active {
  display: block;
}

.premFormError {
  display: none;
  padding: 12px;
  background: #e74c3c;
  color: #fff;
  border-radius: 8px;
  margin-bottom: 15px;
  text-align: center;
}


.footer-dmn3 {
  background: radial-gradient(1200px 600px at 10% -10%, rgba(255, 255, 255, 0.06), transparent 40%), linear-gradient(180deg, #0f1115 0%, #0b0d12 100%);
  color: white;
  padding: 4rem 0 2rem;
}
@media (max-width: 768px) {
  .footer-dmn3 {
    padding: 2rem 0;
    margin-top: 2rem;
  }
}

.footer-content-dmn3 {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2rem;
}

.footer-top-dmn3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-logo-dmn3 {
  flex: 1;
}

.footer-tagline-dmn3 {
  color: #a0aec0;
  margin-top: 0.5rem;
  font-size: 1.125rem;
}

.footer-logos-dmn3 {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}

.footer-logo-link-dmn3 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 60px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-logo-link-dmn3:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.2);
}

.footer-logo-img-dmn3 {
  max-width: 80%;
  max-height: 80%;
  object-fit: contain;
}

.footer-middle-dmn3 {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-links-dmn3 {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
  justify-content: center;
}

.footer-link-dmn3 {
  color: #cbd5e0;
  text-decoration: none;
  font-size: 1.125rem;
  font-weight: 500;
  transition: color 0.3s ease;
  position: relative;
  padding: 0.5rem 0;
}

.footer-link-dmn3:hover {
  color: white;
}

.footer-link-dmn3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #0d9488 0%, #0891b2 100%);
  transition: width 0.3s ease;
}

.footer-link-dmn3:hover::after {
  width: 100%;
}

.footer-bottom-dmn3 {
  text-align: center;
}

.footer-text-dmn3 {
  color: #a0aec0;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto;
}

.footer-text-dmn3 p {
  margin-bottom: 1rem;
}

.copyright-dmn3 {
  color: #a0aec0;
  font-size: 0.875rem;
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 1024px) {
  .hero-content-dmn3 {
    grid-template-columns: 1fr;
    gap: 3rem;
    text-align: center;
  }
  .hero-visual-dmn3 {
    order: 1;
  }
  .hero-text-dmn3 {
    order: -1;
  }
  .menu-dmn3 {
    position: static;
    transform: none;
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    gap: 1.5rem;
    align-items: center;
  }
  .menu-dmn3.mobile-open-dmn3 {
    display: flex;
  }
  .mobile-auth-dmn3 {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    max-width: 300px;
    margin-top: 1.5rem;
  }
  .mobile-auth-dmn3 .auth-link-dmn3 {
    width: 100%;
    text-align: center;
  }
  .header-buttons-dmn3 {
    display: none;
  }
  .mobile-menu-dmn3 {
    display: flex;
  }
  .hero-title-dmn3 {
    font-size: 2.75rem;
  }
  .section-title-dmn3 {
    font-size: 2.25rem;
  }
  .guides-grid-dmn3 {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .footer-top-dmn3 {
    flex-direction: column;
    gap: 2rem;
    text-align: center;
  }
  .footer-logos-dmn3 {
    justify-content: center;
  }
}
@media (max-width: 1000px) {
  .carousel-track-dmn3 {
    gap: 1rem;
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .nav-wrapper-dmn3 {
    padding: 0;
  }
  .hero-section-dmn3,
  .games-section-dmn3,
  .guides-section-dmn3,
  .faq-section-dmn3 {
    padding: 2rem 1rem 1rem;
    margin: 2rem 0;
  }
  .hero-title-dmn3 {
    font-size: 2.25rem;
  }
  .section-title-dmn3 {
    font-size: 2rem;
  }
  .animated-card-dmn3 {
    width: 280px;
    height: 280px;
  }
  .card-number-dmn3 {
    font-size: 3.5rem;
  }
  .game-card-dmn3 {
    flex: 0 0 calc(100% - 2rem);
    margin: 0 1rem;
  }
  .carousel-dmn3 {
    padding: 1rem;
  }
  .carousel-track-dmn3 {
    gap: 1rem;
  }
  .game-image-dmn3 {
    height: 200px;
  }
  .footer-content-dmn3 {
    padding: 0 1.5rem;
  }
  .footer-links-dmn3 {
    flex-direction: column;
    gap: 1rem;
    align-items: center;
  }
}
@media (max-width: 480px) {
  .hero-title-dmn3 {
    font-size: 1.875rem;
  }
  .section-title-dmn3 {
    font-size: 1.75rem;
  }
  .hero-description-dmn3 {
    font-size: 1.125rem;
  }
  .animated-card-dmn3 {
    width: 250px;
    height: 250px;
  }
  .card-number-dmn3 {
    font-size: 3rem;
  }
  .game-card-dmn3 {
    flex: 0 0 calc(100% - 1rem);
    margin: 0 0.5rem;
  }
  .carousel-dmn3 {
    padding: 0.5rem;
  }
  .carousel-track-dmn3 {
    gap: 0.5rem;
  }
  .guide-card-dmn3 {
    padding: 1.5rem;
  }
  .faq-question-dmn3 {
    padding: 1.25rem 1.5rem;
  }
  .question-text-dmn3 {
    font-size: 1.125rem;
  }
  .footer-logo-link-dmn3 {
    width: 80px;
    height: 50px;
  }
}
.registration-section-dmn3 {
  max-width: 800px;
  margin: 4rem auto;
  padding: 0 1rem;
}

.registration-container-dmn3 {
  background: white;
  border-radius: 24px;
  padding: 3rem;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(226, 232, 240, 0.8);
}

.registration-header-dmn3 {
  text-align: center;
  margin-bottom: 3rem;
}

.registration-title-dmn3 {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 1rem;
  background: linear-gradient(90deg, #0d9488 0%, #0891b2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.registration-subtitle-dmn3 {
  color: #718096;
  font-size: 1.125rem;
}

.registration-form-dmn3 {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.form-group-dmn3 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.form-label-dmn3 {
  font-weight: 600;
  color: #4a5568;
  font-size: 1rem;
}

.form-input-dmn3 {
  padding: 1rem 1.5rem;
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  font-size: 1rem;
  transition: all 0.3s ease;
  background: #f8fafc;
}

.form-input-dmn3:focus {
  outline: none;
  border-color: #0d9488;
  background: white;
  box-shadow: 0 0 0 3px rgba(13, 148, 136, 0.1);
}

.form-input-dmn3::placeholder {
  color: #a0aec0;
}

.form-error-dmn3 {
  color: #e53e3e;
  font-size: 0.875rem;
  min-height: 1.25rem;
}

.form-checkbox-dmn3 {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin: 1rem 0;
  padding: 1rem;
  background: #f8fafc;
  border-radius: 12px;
}

.checkbox-input-dmn3 {
  margin-top: 0.25rem;
  width: 20px;
  height: 20px;
  cursor: pointer;
  accent-color: #0d9488;
}

.checkbox-label-dmn3 {
  color: #4a5568;
  font-size: 0.875rem;
  line-height: 1.4;
  cursor: pointer;
}

.registration-button-dmn3 {
  background: linear-gradient(90deg, #0d9488 0%, #0891b2 100%);
  color: white;
  border: none;
  padding: 1rem 2rem;
  font-size: 1.125rem;
  font-weight: 600;
  border-radius: 12px;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-top: 1rem;
}

.registration-button-dmn3:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(13, 148, 136, 0.3);
}

.registration-popup-dmn3 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 2000;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.registration-popup-dmn3.active-popup-dmn3 {
  display: flex;
  opacity: 1;
}

.popup-content-dmn3 {
  background: white;
  border-radius: 24px;
  padding: 3rem;
  text-align: center;
  max-width: 400px;
  width: 90%;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.2);
  animation: popup-appear-dmn3 0.4s ease;
}

@keyframes popup-appear-dmn3 {
  0% {
    transform: scale(0.9);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.popup-icon-dmn3 {
  width: 80px;
  height: 80px;
  background: linear-gradient(90deg, #0d9488 0%, #0891b2 100%);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  font-weight: bold;
  margin: 0 auto 1.5rem;
}

.popup-title-dmn3 {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #2d3748;
}

.popup-message-dmn3 {
  color: #718096;
  line-height: 1.5;
  font-size: 1.125rem;
}

@media (max-width: 768px) {
  .registration-container-dmn3 {
    padding: 2rem;
  }
  .registration-title-dmn3 {
    font-size: 2rem;
  }
  .form-checkbox-dmn3 {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 480px) {
  .registration-container-dmn3 {
    padding: 1.5rem;
  }
  .registration-title-dmn3 {
    font-size: 1.75rem;
  }
  .popup-content-dmn3 {
    padding: 2rem;
  }
}
.login-section-dmn3 {
  max-width: 500px;
  margin: 4rem auto;
  padding: 0 1rem;
}

.login-container-dmn3 {
  background: white;
  border-radius: 24px;
  padding: 3rem;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(226, 232, 240, 0.8);
}

.login-header-dmn3 {
  text-align: center;
  margin-bottom: 3rem;
}

.login-title-dmn3 {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 1rem;
  background: linear-gradient(90deg, #0d9488 0%, #0891b2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.login-subtitle-dmn3 {
  color: #718096;
  font-size: 1.125rem;
}

.login-form-dmn3 {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.form-group-dmn3 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.form-label-dmn3 {
  font-weight: 600;
  color: #4a5568;
  font-size: 1rem;
}

.form-input-dmn3 {
  padding: 1rem 1.5rem;
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  font-size: 1rem;
  transition: all 0.3s ease;
  background: #f8fafc;
}

.form-input-dmn3:focus {
  outline: none;
  border-color: #0d9488;
  background: white;
  box-shadow: 0 0 0 3px rgba(13, 148, 136, 0.1);
}

.form-input-dmn3::placeholder {
  color: #a0aec0;
}

.form-error-dmn3 {
  color: #e53e3e;
  font-size: 0.875rem;
  min-height: 1.25rem;
}

.form-options-dmn3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0.5rem 0;
}

.remember-me-dmn3 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.checkbox-input-dmn3 {
  width: 18px;
  height: 18px;
  cursor: pointer;
  accent-color: #0d9488;
}

.checkbox-label-dmn3 {
  color: #4a5568;
  font-size: 0.875rem;
  cursor: pointer;
}

.forgot-password-dmn3 {
  color: #0d9488;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  transition: color 0.3s ease;
}

.forgot-password-dmn3:hover {
  color: #0891b2;
  text-decoration: underline;
}

.login-button-dmn3 {
  background: linear-gradient(90deg, #0d9488 0%, #0891b2 100%);
  color: white;
  border: none;
  padding: 1rem 2rem;
  font-size: 1.125rem;
  font-weight: 600;
  border-radius: 12px;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-top: 0.5rem;
}

.login-button-dmn3:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(13, 148, 136, 0.3);
}

.login-divider-dmn3 {
  position: relative;
  text-align: center;
  margin: 1.5rem 0;
}

.login-divider-dmn3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: #e2e8f0;
  z-index: 1;
}

.divider-text-dmn3 {
  background: white;
  padding: 0 1rem;
  color: #718096;
  font-size: 0.875rem;
  position: relative;
  z-index: 2;
}

.register-link-button-dmn3 {
  display: block;
  text-align: center;
  padding: 1rem 2rem;
  border: 2px solid #0d9488;
  border-radius: 12px;
  color: #0d9488;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.register-link-button-dmn3:hover {
  background: #0d9488;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(13, 148, 136, 0.2);
}

.login-popup-dmn3 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 2000;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.login-popup-dmn3.active-popup-dmn3 {
  display: flex;
  opacity: 1;
}

.popup-content-dmn3 {
  background: white;
  border-radius: 24px;
  padding: 3rem;
  text-align: center;
  max-width: 400px;
  width: 90%;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.2);
  animation: popup-appear-dmn3 0.4s ease;
}

@keyframes popup-appear-dmn3 {
  0% {
    transform: scale(0.9);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.popup-icon-dmn3 {
  width: 80px;
  height: 80px;
  background: linear-gradient(90deg, #0d9488 0%, #0891b2 100%);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  font-weight: bold;
  margin: 0 auto 1.5rem;
}

.popup-title-dmn3 {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #2d3748;
}

.popup-message-dmn3 {
  color: #718096;
  line-height: 1.5;
  font-size: 1.125rem;
}

@media (max-width: 768px) {
  .login-container-dmn3 {
    padding: 2rem;
  }
  .login-title-dmn3 {
    font-size: 2rem;
  }
  .form-options-dmn3 {
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
  }
}
@media (max-width: 480px) {
  .login-container-dmn3 {
    padding: 1.5rem;
  }
  .login-title-dmn3 {
    font-size: 1.75rem;
  }
  .popup-content-dmn3 {
    padding: 2rem;
  }
}
.cookie-section-dmn3 {
  max-width: 1000px;
  margin: 4rem auto;
  padding: 0 1.5rem;
}

.cookie-container-dmn3 {
  background: white;
  border-radius: 24px;
  padding: 3rem;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(226, 232, 240, 0.8);
}

.cookie-header-dmn3 {
  text-align: center;
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid #f0f9ff;
}

.cookie-title-dmn3 {
  font-size: 2.75rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
  background: linear-gradient(90deg, #0d9488 0%, #0891b2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cookie-subtitle-dmn3 {
  color: #718096;
  font-size: 1.125rem;
  font-weight: 500;
}

.cookie-content-dmn3 {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.cookie-block-dmn3 {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.cookie-subheading-dmn3 {
  font-size: 1.75rem;
  font-weight: 700;
  color: #2d3748;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #f0f9ff;
}

.cookie-text-dmn3 {
  color: #4a5568;
  line-height: 1.6;
  font-size: 1.125rem;
}

.cookie-list-dmn3 {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 0.5rem;
}

.cookie-list-item-dmn3 {
  color: #4a5568;
  line-height: 1.5;
  padding-left: 2rem;
  position: relative;
}

.cookie-list-item-dmn3::before {
  content: "•";
  color: #0d9488;
  font-size: 1.5rem;
  position: absolute;
  left: 0;
  top: -0.25rem;
}

.cookie-types-dmn3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-top: 1rem;
}

.cookie-type-card-dmn3 {
  background: #f8fafc;
  border-radius: 16px;
  padding: 1.75rem;
  border: 1px solid #e2e8f0;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cookie-type-card-dmn3:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(13, 148, 136, 0.1);
}

.cookie-type-title-dmn3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0d9488;
  margin-bottom: 0.75rem;
}

.cookie-type-desc-dmn3 {
  color: #4a5568;
  line-height: 1.5;
  font-size: 1rem;
}

.cookie-manage-dmn3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin-top: 1rem;
}

.manage-item-dmn3 {
  background: #f8fafc;
  border-radius: 16px;
  padding: 1.75rem;
  border: 1px solid #e2e8f0;
}

.manage-title-dmn3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 0.75rem;
}

.manage-desc-dmn3 {
  color: #4a5568;
  line-height: 1.5;
  font-size: 1rem;
}

@media (max-width: 768px) {
  .cookie-container-dmn3 {
    padding: 2rem;
  }
  .cookie-title-dmn3 {
    font-size: 2.25rem;
  }
  .cookie-subheading-dmn3 {
    font-size: 1.5rem;
  }
  .cookie-types-dmn3,
  .cookie-manage-dmn3 {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  .cookie-container-dmn3 {
    padding: 1.5rem;
  }
  .cookie-title-dmn3 {
    font-size: 2rem;
  }
  .cookie-subheading-dmn3 {
    font-size: 1.375rem;
  }
  .cookie-section-dmn3 {
    padding: 0 1rem;
  }
}
.privacy-section-dmn3 {
  max-width: 1000px;
  margin: 4rem auto;
  padding: 0 1.5rem;
}

.privacy-container-dmn3 {
  background: white;
  border-radius: 24px;
  padding: 3rem;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(226, 232, 240, 0.8);
}

.privacy-header-dmn3 {
  text-align: center;
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid #f0f9ff;
}

.privacy-title-dmn3 {
  font-size: 2.75rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
  background: linear-gradient(90deg, #0d9488 0%, #0891b2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.privacy-subtitle-dmn3 {
  color: #718096;
  font-size: 1.125rem;
  font-weight: 500;
}

.privacy-content-dmn3 {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.privacy-block-dmn3 {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.privacy-subheading-dmn3 {
  font-size: 1.75rem;
  font-weight: 700;
  color: #2d3748;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #f0f9ff;
}

.privacy-text-dmn3 {
  color: #4a5568;
  line-height: 1.6;
  font-size: 1.125rem;
}

.privacy-list-dmn3 {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin: 0.5rem 0 1rem 0;
}

.privacy-list-item-dmn3 {
  color: #4a5568;
  line-height: 1.5;
  padding-left: 2rem;
  position: relative;
}

.privacy-list-item-dmn3::before {
  content: "•";
  color: #0d9488;
  font-size: 1.5rem;
  position: absolute;
  left: 0;
  top: -0.25rem;
}

.privacy-uses-dmn3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-top: 1rem;
}

.privacy-use-card-dmn3 {
  background: #f8fafc;
  border-radius: 16px;
  padding: 1.75rem;
  border: 1px solid #e2e8f0;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.privacy-use-card-dmn3:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(13, 148, 136, 0.1);
}

.privacy-use-title-dmn3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0d9488;
  margin-bottom: 0.75rem;
}

.privacy-use-desc-dmn3 {
  color: #4a5568;
  line-height: 1.5;
  font-size: 1rem;
}

.protection-items-dmn3 {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.protection-item-dmn3 {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  background: #f8fafc;
  border-radius: 16px;
  padding: 1.5rem;
  border: 1px solid #e2e8f0;
}

.protection-icon-dmn3 {
  font-size: 2rem;
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.protection-content-dmn3 {
  flex: 1;
}

.protection-title-dmn3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 0.5rem;
}

.protection-desc-dmn3 {
  color: #4a5568;
  line-height: 1.5;
  font-size: 1rem;
}

@media (max-width: 768px) {
  .privacy-container-dmn3 {
    padding: 2rem;
  }
  .privacy-title-dmn3 {
    font-size: 2.25rem;
  }
  .privacy-subheading-dmn3 {
    font-size: 1.5rem;
  }
  .privacy-uses-dmn3 {
    grid-template-columns: 1fr;
  }
  .protection-item-dmn3 {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1rem;
  }
}
@media (max-width: 480px) {
  .privacy-container-dmn3 {
    padding: 1.5rem;
  }
  .privacy-title-dmn3 {
    font-size: 2rem;
  }
  .privacy-subheading-dmn3 {
    font-size: 1.375rem;
  }
  .privacy-section-dmn3 {
    padding: 0 1rem;
  }
}
.terms-section-dmn3 {
  max-width: 1000px;
  margin: 4rem auto;
  padding: 0 1.5rem;
}

.terms-container-dmn3 {
  background: white;
  border-radius: 24px;
  padding: 3rem;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(226, 232, 240, 0.8);
}

.terms-header-dmn3 {
  text-align: center;
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid #f0f9ff;
}

.terms-title-dmn3 {
  font-size: 2.75rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
  background: linear-gradient(90deg, #0d9488 0%, #0891b2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.terms-subtitle-dmn3 {
  color: #718096;
  font-size: 1.125rem;
  font-weight: 500;
}

.terms-content-dmn3 {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.terms-block-dmn3 {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.terms-subheading-dmn3 {
  font-size: 1.75rem;
  font-weight: 700;
  color: #2d3748;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #f0f9ff;
}

.terms-text-dmn3 {
  color: #4a5568;
  line-height: 1.6;
  font-size: 1.125rem;
}

.terms-list-dmn3 {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin: 0.5rem 0 1rem 0;
}

.terms-list-item-dmn3 {
  color: #4a5568;
  line-height: 1.5;
  padding-left: 2rem;
  position: relative;
}

.terms-list-item-dmn3::before {
  content: "•";
  color: #0d9488;
  font-size: 1.5rem;
  position: absolute;
  left: 0;
  top: -0.25rem;
}

.terms-grid-dmn3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-top: 1rem;
}

.terms-card-dmn3 {
  background: #f8fafc;
  border-radius: 16px;
  padding: 1.75rem;
  border: 1px solid #e2e8f0;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.terms-card-dmn3:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(13, 148, 136, 0.1);
}

.terms-card-title-dmn3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0d9488;
  margin-bottom: 0.75rem;
}

.terms-card-desc-dmn3 {
  color: #4a5568;
  line-height: 1.5;
  font-size: 1rem;
}

.prohibited-items-dmn3 {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.prohibited-item-dmn3 {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  background: #f8fafc;
  border-radius: 16px;
  padding: 1.5rem;
  border: 1px solid #e2e8f0;
}

.prohibited-icon-dmn3 {
  font-size: 2rem;
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.prohibited-content-dmn3 {
  flex: 1;
}

.prohibited-title-dmn3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 0.5rem;
}

.prohibited-desc-dmn3 {
  color: #4a5568;
  line-height: 1.5;
  font-size: 1rem;
}

@media (max-width: 768px) {
  .terms-container-dmn3 {
    padding: 2rem;
  }
  .terms-title-dmn3 {
    font-size: 2.25rem;
  }
  .terms-subheading-dmn3 {
    font-size: 1.5rem;
  }
  .terms-grid-dmn3 {
    grid-template-columns: 1fr;
  }
  .prohibited-item-dmn3 {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1rem;
  }
}
@media (max-width: 480px) {
  .terms-container-dmn3 {
    padding: 1.5rem;
  }
  .terms-title-dmn3 {
    font-size: 2rem;
  }
  .terms-subheading-dmn3 {
    font-size: 1.375rem;
  }
  .terms-section-dmn3 {
    padding: 0 1rem;
  }
}
.responsible-section-dmn3 {
  max-width: 1000px;
  margin: 4rem auto;
  padding: 0 1.5rem;
}

.responsible-container-dmn3 {
  background: white;
  border-radius: 24px;
  padding: 3rem;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(226, 232, 240, 0.8);
}

.responsible-header-dmn3 {
  text-align: center;
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid #f0f9ff;
}

.responsible-title-dmn3 {
  font-size: 2.75rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
  background: linear-gradient(90deg, #0d9488 0%, #0891b2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.responsible-subtitle-dmn3 {
  color: #718096;
  font-size: 1.125rem;
  font-weight: 500;
}

.responsible-content-dmn3 {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.responsible-block-dmn3 {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.responsible-subheading-dmn3 {
  font-size: 1.75rem;
  font-weight: 700;
  color: #2d3748;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #f0f9ff;
}

.responsible-text-dmn3 {
  color: #4a5568;
  line-height: 1.6;
  font-size: 1.125rem;
}

.principles-grid-dmn3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  margin-top: 1rem;
}

.principle-card-dmn3 {
  background: #f8fafc;
  border-radius: 16px;
  padding: 1.75rem;
  text-align: center;
  border: 1px solid #e2e8f0;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.principle-card-dmn3:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(13, 148, 136, 0.1);
}

.principle-icon-dmn3 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.principle-title-dmn3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 0.75rem;
}

.principle-desc-dmn3 {
  color: #4a5568;
  line-height: 1.5;
  font-size: 1rem;
}

.warning-grid-dmn3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  margin-top: 1rem;
}

.warning-card-dmn3 {
  background: #fff5f5;
  border-radius: 16px;
  padding: 1.75rem;
  border: 1px solid #fed7d7;
  transition: transform 0.3s ease;
}

.warning-card-dmn3:hover {
  transform: translateY(-5px);
}

.warning-icon-dmn3 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.warning-title-dmn3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #c53030;
  margin-bottom: 0.75rem;
}

.warning-desc-dmn3 {
  color: #744210;
  line-height: 1.5;
  font-size: 1rem;
}

.assessment-items-dmn3 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1rem;
}

.assessment-item-dmn3 {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  background: #f8fafc;
  border-radius: 12px;
  padding: 1.5rem;
  border: 1px solid #e2e8f0;
}

.assessment-number-dmn3 {
  width: 36px;
  height: 36px;
  background: linear-gradient(90deg, #0d9488 0%, #0891b2 100%);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.125rem;
  flex-shrink: 0;
}

.assessment-content-dmn3 {
  flex: 1;
}

.assessment-question-dmn3 {
  color: #4a5568;
  line-height: 1.5;
  font-size: 1.125rem;
  font-weight: 500;
}

.tools-grid-dmn3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  margin-top: 1rem;
}

.tool-card-dmn3 {
  background: #f0f9ff;
  border-radius: 16px;
  padding: 1.75rem;
  border: 1px solid #bae6fd;
  transition: transform 0.3s ease;
}

.tool-card-dmn3:hover {
  transform: translateY(-5px);
}

.tool-title-dmn3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0d9488;
  margin-bottom: 0.75rem;
}

.tool-desc-dmn3 {
  color: #4a5568;
  line-height: 1.5;
  font-size: 1rem;
}

.support-items-dmn3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-top: 1rem;
}

.support-item-dmn3 {
  background: #f8fafc;
  border-radius: 16px;
  padding: 1.75rem;
  border: 1px solid #e2e8f0;
}

.support-title-dmn3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 0.75rem;
}

.support-desc-dmn3 {
  color: #4a5568;
  line-height: 1.5;
  font-size: 1rem;
}

@media (max-width: 768px) {
    
.premNumbersGrid {
  grid-template-columns: repeat(5, 1fr);
}
.premTicketGrid {
        grid-template-columns: 1fr;
}
    .nav-item-dmn3 {
        color: #4a5568;
    }
  .responsible-container-dmn3 {
    padding: 2rem;
  }
  .responsible-title-dmn3 {
    font-size: 2.25rem;
  }
  .responsible-subheading-dmn3 {
    font-size: 1.5rem;
  }
  .principles-grid-dmn3,
  .warning-grid-dmn3,
  .tools-grid-dmn3,
  .support-items-dmn3 {
    grid-template-columns: 1fr;
  }
  .assessment-item-dmn3 {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1rem;
  }
}
@media (max-width: 480px) {
  .responsible-container-dmn3 {
    padding: 1.5rem;
  }
  .responsible-title-dmn3 {
    font-size: 2rem;
  }
  .responsible-subheading-dmn3 {
    font-size: 1.375rem;
  }
  .responsible-section-dmn3 {
    padding: 0 1rem;
  }
}

/*# sourceMappingURL=style.css.map */
