body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.6;
    background-color: #f4f4f4;
    position: relative;
    overflow-x: hidden;
}

#particles-js {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(45deg, #1e90ff, #ffd700);
}

header {
    background-color: rgba(30, 144, 255, 0.9);
    color: white;
    text-align: center;
    padding: 1rem;
    position: relative;
    z-index: 1;
}

header h1 {
    margin: 0;
    font-size: 2.5rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

nav ul {
    list-style: none;
    padding: 0;
}

nav ul li {
    display: inline;
    margin: 0 1rem;
}

nav ul li a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s;
}

nav ul li a:hover {
    color: #ffd700;
}

section {
    padding: 2rem;
    max-width: 800px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 10px;
    margin-bottom: 2rem;
    position: relative;
    z-index: 1;
}

h2 {
    color: #1e90ff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.banner {
    background-color: #ffd700;
    color: #333;
    padding: 1rem;
    text-align: center;
    margin: 1rem 0;
    border-radius: 5px;
    font-weight: bold;
}

.cta-button {
    background-color: #1e90ff;
    color: white;
    border: none;
    padding: 0.7rem 1.5rem;
    font-size: 1.1rem;
    cursor: pointer;
    border-radius: 5px;
    transition: transform 0.2s, background-color 0.3s;
}

.cta-button:hover {
    background-color: #0066cc;
    transform: scale(1.05);
}

.motivational-carousel {
  position: relative;
  height: 50px;
  overflow: hidden;
}

.carousel-item {
  opacity: 0;
  position: absolute;
  transition: opacity 1s ease-in-out;
  width: 100%;
  text-align: center;
  font-style: italic;
  font-size: 1.2em;
}

.carousel-item.active {
  opacity: 1;
  position: relative;
}


.fade-in {
    animation: fadeIn 1s ease-in;
}


@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

#gerador select, #gerador button, #simulador select, #simulador button, #simulador input {
    padding: 0.5rem;
    font-size: 1rem;
    margin: 0.5rem 0;
}


  #resultados-loterias p {
  background-color: #1e1e1e;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 8px;
  color: #fff;
  font-weight: bold;
}
 

footer {
    text-align: center;
    padding: 1rem;
    background-color: rgba(51, 51, 51, 0.9);
    color: white;
    position: relative;
    z-index: 1;
}

@media (max-width: 600px) {
    header h1 {
        font-size: 1.8rem;
    }

    nav ul li {
        display: block;
        margin: 0.5rem 0;
    }
}

#palpites p { color:#555; }
#palpites #disqus_thread {
  background: rgba(255,255,255,0.95);
  border-radius: 10px;
  border: 1px solid #eee;
  padding: 10px;
}
