body {
    margin: 0;
    font-family: 'Segoe UI', sans-serif;
    background: #f2f2f2;
}

.cards-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.card {
    width: 300px;
    background: #fff;
    border-radius: 16px;
    border: 3px solid transparent;
    background-clip: padding-box;
    position: relative;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.card::before {
    content: "";
    position: absolute;
    top: -3px;
    bottom: -3px;
    left: -3px;
    right: -3px;
    z-index: -1;
    background: linear-gradient(135deg, #ff6ec4, #7873f5);
    border-radius: 18px;
}

.card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.card-content {
    padding: 16px;
}

.card-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #333;
}

.card-description {
    font-size: 14px;
    color: #555;
    line-height: 1.4;
    margin-bottom: 12px;
}

.card-button {
    display: inline-block;
    padding: 8px 16px;
    background: linear-gradient(135deg, #85b215, #38c51c);
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
    transition: background 0.3s ease;
}

.card-button:hover {
    background: linear-gradient(135deg, #4ADEDE, #7873f5);
}


.top-menu {
    position: fixed;
    top: 0;
    width: 100%;
    height: 60px;
    background: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000000;
}

.top-menu img {
    width: 60px;
    height: 60px;
}

.content {
    margin-top: 80px;
    text-align: center;
    padding: 20px 0px;
}

.content-html {
    margin-top: 80px;
    text-align: left;
    padding: 50px;
}

footer {
    background: linear-gradient(135deg, #222, #444);
    color: #ddd;
    padding: 30px 20px;
    text-align: center;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-links a {
    color: #bbb;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #fff;
}

.mini-card {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
    transition: transform 0.2s ease;
}

.mini-card:hover {
    transform: translateY(-2px);
}

.mini-card img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.mini-card-content {
    padding: 10px 16px;
    flex: 1;
}

.mini-card-title {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 4px;
    color: #333;
}

.mini-card-desc {
    font-size: 13px;
    color: #666;
    margin: 0;
    line-height: 1.4;
}






.cover {
    width: 700px;
    height: 500px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

.blur {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: rgba(0, 0, 0, 0.5);
}

.content-jogo {
    z-index: 1000;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    position: absolute;
}

.bloco {
    width: 100%;
    height: 33%;
}

.mainBloco {
    width: 100%;
    margin: 0 auto;
}

.box {
    width: 25%;
    float: left;
    text-align: center;
}


.boxMain {
    width: 50%;
    float: left;
    text-align: center;
    margin-top: 35px;
}


.box img {
    width: 100px;
    height: 100px;
}

.box svg {
    width: 22px;
    float: left;
    padding-left: 13px;
    margin-right: 20px;
}

.boxInfo {
    width: 50%;
    float: left;
    text-align: left;
}

.boxInfo img {
    width: 30px;
    height: 30px;
    float: left;
    padding: 12px
}

.boxInfo h3 {
    font-size: 15px;
    padding: 3px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.boxInfo.textRight {
    text-align: right;
}

.boxInfo svg {
    width: 25px;
    padding: 13px;
    float: right;
    color: #fff;
    margin-right: 10px;
}

.egol {
    font-size: 15px !important;
}

.footer-jogo {
    display: inline-block;
    margin-top: 20px;
    width: 100%;
}

.box.textLeft {
    width: 50%;
    text-align: left;
    font-size: 15px;
    color: #fff;
}

.box.textLeft>h3 {
    font-size: 15px;
    float: left;
    margin-top: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
}

.invisible-scrollbar::-webkit-scrollbar {
    display: none;
}


.boxRight {
    text-align: right;
    font-size: 15px;
    color: #fff;
    float: right;
    width: 50%;
}

.boxRight h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    float: right;
    margin-top: 5px;
    margin-right: 10px;
    color: #fff;
}

.boxRight svg {
    width: 22px;
    float: right;
    padding-left: 13px;
    margin-right: 25px;
    color: #fff;
}


.boxMain.boxPlacar>h3,
.boxMain.boxPlacar>h1,
.boxMain.boxPlacar>h4 {
    display: inline;
}

.boxMain.boxPlacar h3 {
    color: #fff;
    font-size: 30px;
}

.boxMain.boxPlacar h1 {
    color: #fff;
    font-size: 30px;
}

.boxMain.boxPlacar h4 {
    color: #fff;
    font-size: 30px;
    margin: 0px 10px;
}

/* Cabeçalhos */
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 1rem;
    color: #222;
}

h1 {
    font-size: 2.5rem;
    line-height: 1.2;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.75rem;
}

h4 {
    font-size: 1.5rem;
}

/* Parágrafos */
p {
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
}

/* Links */
a {
    color: #0066cc;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #003366;
    text-decoration: underline;
}

/* Listas */
ul,
ol {
    margin-bottom: 1.5rem;
    padding-left: 2rem;
}

li {
    margin-bottom: 0.5rem;
}

/* Tabelas */
table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1.5rem;
}

th,
td {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

th {
    background-color: #f8f8f8;
    font-weight: 600;
}

/* Formulários */
input,
textarea,
select,
button {
    padding: 10px;
    margin-bottom: 1rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 1rem;
}

button {
    background-color: #0066cc;
    color: white;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

button:hover {
    background-color: #003366;
}

/* Imagens */
img {
    max-width: 100%;
    height: auto;
}

/* Citações */
blockquote {
    margin: 1.5rem 0;
    padding: 1rem 1.5rem;
    background-color: #fafafa;
    border-left: 4px solid #0066cc;
    font-style: italic;
}

/* Código */
code {
    background-color: #f0f0f0;
    padding: 2px 6px;
    border-radius: 3px;
    font-family: 'Courier New', monospace;
}

pre {
    background-color: #f0f0f0;
    padding: 1rem;
    border-radius: 4px;
    overflow-x: auto;
    margin-bottom: 1.5rem;
}

.botao-jogo {
    background-color: #e50914;
    color: white;
    font-size: 18px;
    font-weight: bold;
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.botao-jogo:hover {
    background-color: #b00710;
    transform: scale(1.05);
}