body {
    background: #0e0f12;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
  }

::-webkit-scrollbar {
width: 10px; 
}

::-webkit-scrollbar-track {
background: #2a2a2a; 
border-radius: 10px;
}

::-webkit-scrollbar-thumb {

background: linear-gradient(to top, #9d4edb, #e060a6);
border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {

background: linear-gradient(to bottom, #e060a6, #9d4edb);
}

.body-freeze {
overflow: hidden;
}

#frieren2 {
cursor: pointer;
}

#frieren2:hover {
cursor: url("./img/cursor_32x32.png") 0 0, pointer;
}

.topbar {
position: fixed;
top: 0;
left: 0;
width: 100%;
background-color: #000;
color: white;
display: flex;
justify-content: space-between;
align-items: center;
padding: 14px 30px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
z-index: 999;
}

.topbar a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    transition: color 0.3s ease, border-bottom 0.3s ease;
    border-bottom: 2px solid transparent; 
    padding-bottom: 2px; 
}

.topbar a:hover {
    color: #ffffff; 
    border-bottom: 2px solid white;
}

.topbar-left {
margin-left: 10px;
}

.topbar-right {
margin-right: 78px;
}

.topbar a:hover {
color: #ffffff; 
}

body {
margin-top: 70px; 
}

  .nome-container {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 6px; 
}

.verificado {
vertical-align: middle;
margin-top: 4px; 
  position: relative;
display: inline-block;
cursor: pointer;
}

.verificado::after {
content: attr(data-tooltip);
position: absolute;
bottom: 125%; 
left: 50%;
transform: translateX(-50%);
background: black;
color: white;
padding: 5px 10px;
border-radius: 8px;
white-space: nowrap;
opacity: 0;
pointer-events: none;
transition: opacity 0.2s ease;
font-size: 12px;
box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.verificado::before {
content: '';
position: absolute;
bottom: 115%; 
left: 50%;
transform: translateX(-50%);
border: 6px solid transparent;
border-top-color: black;
opacity: 0;
transition: opacity 0.2s ease;
}

.verificado:hover::after,
.verificado:hover::before {
opacity: 1;
}

  .comentarios {
    padding: 40px;
    max-width: 800px;  
    margin: 0 auto;    
    background-color: transparent; 
    border-radius: 12px; 
}

  #typewriter {
    cursor: pointer;
    background: linear-gradient(to right, #9d4edb, #e060a6);
    -webkit-background-clip: text; 
    background-clip: text;
    color: transparent;
    font-weight: bold;
    text-shadow: 
    0 0 5px rgba(157, 78, 219, 0.4), 
    0 0 10px rgba(157, 78, 219, 0.2); 
    transition: text-shadow 0.3s ease-in-out;
    display: inline-block;
    font-size: 38px;
    white-space: nowrap;
    overflow: hidden;
  }

  #typewriter:hover {
  text-shadow: 
      0 0 10px rgba(157, 78, 219, 0.7), 
      0 0 20px rgba(157, 78, 219, 0.5); 
}

#zerotwo {
font-size: 20px;
cursor: pointer;
white-space: nowrap;
border-right: 2px solid #fff; 
overflow: hidden;
padding-right: 5px;
animation: blink 0.7s step-end infinite;
display: inline-block; 
background: linear-gradient(to right, #9d4edb, #e060a6);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
font-weight: bold;
text-shadow:
0 0 5px rgba(157, 78, 219, 0.4),
0 0 10px rgba(157, 78, 219, 0.2);
transition: text-shadow 0.3s ease-in-out;
margin-top: 2px;
}

@keyframes blink {
50% { border-color: transparent; }
}

#zerotwo:hover {
text-shadow: 
  0 0 10px rgba(157, 78, 219, 0.7), 
  0 0 20px rgba(157, 78, 219, 0.5); 
}

  #titulo-box {
    text-shadow: 4px 2px 2px black;
  }

  @keyframes blinkCursor {
    0% { border-color: white; }
    50% { border-color: transparent; }
    100% { border-color: white; }
  }


.social-icons a {
text-decoration: none;
}

.social-icons img {
width: 30px;
margin: 0 10px;
transition: transform 0.3s ease;
}

.social-icons img:hover {
transform: scale(1.2);
}

.social-icon-item {
position: relative;
display: inline-block;
cursor: pointer;
}

.social-icon-item::after {
content: attr(data-tooltip);
position: absolute;
bottom: 125%; 
left: 50%;
transform: translateX(-50%);
background: black;
color: white;
padding: 5px 10px;
border-radius: 8px;
white-space: nowrap;
opacity: 0;
pointer-events: none;
transition: opacity 0.2s ease;
font-size: 12px;
box-shadow: 0 0 10px rgba(0,0,0,0.5);
z-index: 10;
}

.social-icon-item::before {
content: '';
position: absolute;
bottom: 115%;
left: 50%;
transform: translateX(-50%);
border: 6px solid transparent;
border-top-color: black;
opacity: 0;
transition: opacity 0.2s ease;
z-index: 10;
}

.social-icon-item:hover::after,
.social-icon-item:hover::before {
opacity: 1;
}

  .box {
    width: 300px;
    height: 300px;
    background-color: #000;
    border-radius: 20px;
    box-shadow: 0 0 20px white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px auto 0 auto;
  }

.imagem-box {
width: 100%;
height: 100%;
object-fit: cover; 
border-radius: 15px;
}

  .discord-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #5865F2;
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    box-shadow: 0 0 10px #5865F2;
    transition: all 0.3s ease;
    transform: scale(1);
  }

  .discord-button:hover {
    transform: scale(1.05);
    box-shadow: 0 0 20px #5865F2;
  }

  #membros-box {
    color: #ccc;
    font-size: 16px;
    margin-top: 3px;
    margin-bottom: 10px;
  }

.add-discord:hover {
background-color: #4752c4;
transform: scale(1.05);
}

.titulo-container {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 6px; 
}

.selo-verificado {
height: 22px; 
vertical-align: middle;
}

#popup {
display: none; 
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.7);
justify-content: center;
align-items: center;
z-index: 9999;
}

.popup-hidden {
display: none !important;
}

.popup-box {
background: #1a1a1a;
padding: 20px;
border-radius: 12px;
width: 330px;
text-align: center;
box-shadow: 0 0 20px #000;
}

.popup-img {
width: 180px;
margin-bottom: 10px;
}

.popup-text {
font-size: 16px;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
margin-bottom: 15px;
text-shadow: black 3px 2px 2px;
}

.popup-btn {
padding: 10px 20px;
background: #ff0000;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
text-shadow: black 2px 2px 2px;
color: #fff;
border: none;
border-radius: 6px;
cursor: pointer;
font-weight: bold;
transition: 0.3s;
}

.popup-btn:hover {
transform: scale(1.05);
}

.tipo-container {
  width: 100%; 
  text-align: center; 
}

.cookie-container {
  position: fixed;
  bottom: -100%; 
  left: 0;
  width: 100%;
  background: rgba(26, 26, 26, 0.95);
  border-top: 2px solid #9d4edb;
  padding: 20px;
  z-index: 10000;
  transition: bottom 0.5s ease-in-out;
  box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.5);
}

.cookie-container.show {
  bottom: 0;
}

.cookie-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.cookie-content p {
  color: #ccc;
  font-size: 14px;
  margin: 0;
}

.cookie-btn {
  background: linear-gradient(to right, #9d4edb, #e060a6);
  color: white;
  border: none;
  padding: 10px 25px;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
  transition: transform 0.2s;
}

.cookie-btn:hover {
  transform: scale(1.05);
}

@media (max-width: 600px) {
  .cookie-content {
    flex-direction: column;
    text-align: center;
  }
}