body {
    background: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)),
                url('./images/background.png') no-repeat center center fixed;
    background-size: cover;
    color: #8B1616;
    font-family: 'Righteous', Segoe UI, Tahoma, Geneva, Verdana, sans-serif, cursive;
	font-size: 1.2rem; 
	font-weight: 600;
    margin: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
overscroll-behavior: none;}
.navbar {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2.5rem;
    padding: 1.2rem 0;
    backdrop-filter: blur(12px);
    border-radius: 0 0 20px 20px;
    width: 99vw;
    box-shadow: 0 4px 24px rgba(0,0,0,0.15);
}
h1 {
    color: #8B1616;
    margin-bottom: 2rem;
}
.menu, .form-container {
    margin-bottom: 0.5rem;
}
.menu label {
  cursor: pointer;
  font-family: 'Righteous', cursive;
  user-select: show; /* Opcional: evita que o texto seja selecionado ao clicar */
}
.menu input[type="radio"] {
  cursor: pointer;
}
input[type="text"], input[type="number"], select {
    padding: 0.5rem;
	font-family: 'Righteous', cursive;
    font-size: 1rem;
    background-color: #1e1e1e;
    color: #E8B901;
    border: 1px solid #8B1616;
    margin: 0.5rem 0;
    width: 100%;
}

button {
    background-color: black;
	font-weight:bold;
    color: #E8B901;
    border: 1px solid #8B1616;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    cursor: pointer;
    margin-top: 0.4rem;
	box-shadow: 0 2px 8px #8b1616;
	font-family: 'Righteous', cursive;
}
.result {
    margin-top: 2rem;
    font-size: 1.1rem;
    color: #E8B901;
}

.hidden {
    display: none;
}
a.github {
    position: fixed;
    width: 40px;
    height: 40px;
    right: 0;
    top: 0;
    margin: 2rem;
}
.github img {
    width: 100%;
    height: 100%;
    filter: invert(1);
    opacity: .15;
}
a.github:hover img {
    opacity: 1;
}
a[href^="https://stats.hylex.gg"] {
  margin-left: -4px; 
}
.nick-item {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.nick-item img {
  width: 36px;
  height: 36px;
  display: inline;
}
.namemc-icon {
  width: 36px;
  height: 36px;
  vertical-align: middle;
}
.navbar a {
    color: #121212;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 0.5rem 1.5rem;
    border-radius: 12px;
    text-decoration: none;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}
.navbar a:hover {
    background: rgba(18, 18, 18, 1);
    color: #fff;
    box-shadow: 0 2px 12px #8B1616;
}
@media (max-width: 1400px) {
    .navbar, .footer {
        width: 98vw;
        border-radius: 0 0 14px 14px;
        padding: 0.7rem 0.2rem;
        gap: 0.5rem;
        font-size: 1rem;
        flex-wrap: wrap;
    }
    .navbar a, .navbar b a {
        font-size: 1.1rem;
        padding: 0.5rem 1rem;
        margin: 0.1em 0.2em;
        width: auto;
        min-width: 44px;
        min-height: 44px;
        box-sizing: border-box;
    }
    .footer {
        border-radius: 14px 14px 0 0;
        font-size: 1rem;
        gap: 0.5rem;
        padding: 0.7rem 0.2rem;
    }
    .container {
        flex-direction: column;
        gap: 1.2rem;
        padding: 0.8rem 0.4rem;
        max-width: 99vw;
        border-radius: 14px;
        margin: 1rem auto 1rem;
    }
    .left, .right {
        align-items: stretch;
        width: 100%;
        min-width: 0;
        padding: 0;
        gap: 1rem;
    }
.ocupado {
  color: #E8B901;
  font-weight: bold;
}
.namemc-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: monospace;
  color: #E8B901;
}
.namemc-list {
  margin-top: 8px;
  font-family: monospace;
  color: yellow;
}
html {
  overflow-x: hidden;
}

body {
  overflow-y: auto;
  scrollbar-width: none; /* Firefox */
}

body::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
  background: transparent;
}

/* Adição global */
* {
  scrollbar-width: none;
}

*::-webkit-scrollbar {
  display: none;
}




