Conectar

Ver Versão Completa : [Agendado] Leilão Especial de Julho 2026 - MUCABRASIL



BrN
14/07/2026, 19:19
<!DOCTYPE html>

<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Evento #05 - Leilão Especial de Férias - Julho/2026 - MUCABRASIL</title>

<!-- FontAwesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.css" crossorigin="anonymous">

<!-- Google Fonts: Roboto -->
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap" rel="stylesheet">

<style>
.texto {
font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-style: normal;
font-weight: 300;
font-size: 1.05em;
line-height: 1.45;
margin: 0 auto;
max-width: 1000px;
color: #27313d;
}

.texto strong {
font-weight: 700;
}

.hero-eventos {
background: #111827;
color: #ffffff;
border-radius: 10px;
padding: 20px 24px;
margin: 22px auto 18px;
max-width: 900px;
position: relative;
}

.hero-eventos::after {
content: "";
position: absolute;
right: 0;
top: 18%;
bottom: 18%;
width: 2px;
background: linear-gradient(
to bottom,
transparent,
#d88a32 35%,
#d88a32 65%,
transparent
);
border-radius: 999px;
}

.hero-eventos h2 {
margin: 0 0 6px;
color: #ffffff;
font-size: 1.48em;
font-weight: 800;
letter-spacing: 0.2px;
line-height: 1.25;
}

.hero-eventos p {
margin: 0;
color: #d7dde6;
font-size: 0.98em;
line-height: 1.4;
}

.intro-box {
max-width: 900px;
margin: 0 auto 20px;
background: #f7f9fb;
border: 1px solid #dfe7ef;
border-radius: 10px;
padding: 16px 22px;
color: #334155;
}

.intro-box p {
margin: 0 0 10px;
line-height: 1.5;
}

.intro-box p:last-child {
margin-bottom: 0;
}

.section-title {
max-width: 900px;
margin: 24px auto 12px;
padding: 0 0 8px;
color: #1f2937;
font-weight: 800;
font-size: 1.18em;
border-bottom: 2px solid #d88a32;
line-height: 1.25;
}

.event-summary {
max-width: 900px;
margin: 0 auto 1.2em;
display: flex;
gap: 10px;
width: 100%;
}

.summary-card {
flex: 1;
background: #ffffff;
border: 1px solid #dfe7ef;
border-radius: 10px;
padding: 15px 17px;
color: #263241;
box-sizing: border-box;
}

.summary-card strong {
display: block;
font-size: 1.02em;
margin: 7px 0 3px;
color: #111827;
line-height: 1.35;
}

.summary-card small {
display: block;
color: #64748b;
font-size: 0.88em;
line-height: 1.35;
}

.summary-label {
display: block;
color: #b8691f;
font-weight: 700;
font-size: 0.86em;
text-transform: uppercase;
letter-spacing: 0.3px;
line-height: 1.25;
}

.summary-label i {
margin-right: 6px;
}

.bonus-card {
background: #f8fbf6;
border-color: #cfe8c5;
flex: 1.15;
}

.bonus-list {
margin: 8px 0 6px;
line-height: 1.3;
display: flex;
flex-wrap: nowrap;
gap: 6px;
align-items: center;
}

.bonus-pill {
display: inline-flex;
align-items: center;
justify-content: center;
background: #DFF3D6;
color: #2F6B1F;
padding: 4px 8px;
border-radius: 20px;
font-weight: 700;
font-size: 0.86em;
line-height: 1.2;
white-space: nowrap;
}

.divp {
color: #435266;
padding: 3px;
}

.divp table {
margin: 0 auto 1.2em;
max-width: 900px;
width: 100%;
background: #ffffff;
border-radius: 10px;
overflow: hidden;
border: 1px solid #dfe7ef;
border-collapse: separate;
border-spacing: 0;
}

.divp td,
.divp th {
padding: 0.78em 1em;
border: none;
text-align: center;
vertical-align: middle;
line-height: 1.35;
}

.divp th {
background-color: #1f2937;
font-weight: 700;
color: #ffffff;
white-space: nowrap;
font-size: 0.88em;
letter-spacing: 0.3px;
text-transform: uppercase;
}

.divp tbody tr:nth-child(2n-1) {
background-color: #ffffff;
}

.divp tbody tr:nth-child(2n) {
background-color: #f3f6f9;
}

.divp tbody tr:hover {
background-color: #fff4e6;
}

.divp td:first-child {
text-align: left;
font-weight: 500;
color: #263241;
}

.tag-pill {
display: inline-block;
background: #eef2f7;
color: #1f2937;
padding: 4px 9px;
border-radius: 20px;
font-weight: 700;
font-size: 0.88em;
line-height: 1.25;
white-space: nowrap;
margin: 2px;
}

.special-pill {
display: inline-block;
background: #DFF3D6;
color: #2F6B1F;
padding: 4px 9px;
border-radius: 20px;
font-weight: 700;
font-size: 0.88em;
line-height: 1.25;
white-space: nowrap;
margin: 2px;
}

.warning-box {
max-width: 900px;
margin: 0 auto 20px;
background: #fff8ef;
border: 1px solid #efc18a;
color: #2c3e50;
padding: 16px 20px;
border-radius: 10px;
}

.warning-box p {
margin: 0 0 10px;
line-height: 1.5;
}

.warning-box p:last-child {
margin-bottom: 0;
}

.warning-box strong {
color: #b8691f;
}

.tutorial-box {
max-width: 900px;
margin: 0 auto 20px;
background: #f7f9fb;
border: 1px solid #dfe7ef;
color: #334155;
padding: 14px 18px;
border-radius: 10px;
}

.tutorial-box p {
margin: 0;
line-height: 1.45;
}

.tutorial-box i {
color: #d88a32;
margin-right: 6px;
}

.tutorial-box a {
color: #1f6fb2;
text-decoration: none;
font-weight: 600;
}

.tutorial-box a:hover {
text-decoration: underline;
}

.rules-box {
max-width: 900px;
margin: 0 auto 20px;
background: #f7f9fb;
border: 1px solid #dfe7ef;
color: #334155;
padding: 16px 20px;
border-radius: 10px;
}

.rules-box h3 {
margin: 0 0 10px;
color: #1f2937;
font-size: 1.02em;
font-weight: 800;
}

.rules-box ul,
.rules-box ol {
margin: 0;
padding-left: 22px;
}

.rules-box li {
margin-bottom: 7px;
line-height: 1.45;
}

.rules-box li:last-child {
margin-bottom: 0;
}

.espacamento {
margin-top: 18px;
}

.divider {
border-top: 1px solid #dfe7ef;
margin: 24px auto;
max-width: 900px;
}

.footer-box {
max-width: 900px;
margin: 20px auto 0;
background-color: #fff8ef;
border: 1px solid #efc18a;
color: #2c3e50;
padding: 16px 20px;
border-radius: 10px;
}

.footer-box h3 {
color: #b8691f;
margin: 0 0 9px;
font-size: 1.02em;
line-height: 1.3;
}

.footer-box ul {
margin: 0;
padding-left: 22px;
}

.footer-box li {
margin-bottom: 5px;
line-height: 1.45;
}

.footer-box li:last-child {
margin-bottom: 0;
}

.footer-box a,
.divp a {
color: #1f6fb2;
text-decoration: none;
font-weight: 600;
}

.footer-box a:hover,
.divp a:hover {
text-decoration: underline;
}

.follow-us {
text-align: center;
margin-top: 20px;
color: #1f2937;
}

.follow-us h3 {
margin: 0 0 10px;
font-weight: 800;
letter-spacing: 0.5px;
line-height: 1.25;
}

.follow-us a {
color: #1f6fb2;
text-decoration: none;
margin: 0 10px;
font-weight: 700;
}

.follow-us a:hover {
color: #d88a32;
}

@media (max-width: 700px) {
.texto {
font-size: 1em;
line-height: 1.45;
}

.hero-eventos,
.intro-box,
.footer-box,
.warning-box,
.tutorial-box,
.rules-box {
padding: 15px 16px;
}

.hero-eventos h2 {
font-size: 1.25em;
}

.event-summary {
display: block;
}

.summary-card {
width: auto;
margin-bottom: 10px;
}

.bonus-card {
flex: 1;
}

.bonus-list {
flex-wrap: wrap;
}

.divp table {
font-size: 0.92em;
}

.divp td,
.divp th {
padding: 0.7em 0.65em;
}
}
</style>

</head>

<body>
<div class="texto espacamento">
<br />

<div class="hero-eventos">
<h2>Evento #05 - Leilão Especial de Férias</h2>
<p>Dispute itens especiais em leilões de Creations e Créditos no MUCABRASIL.</p>
</div>

<div class="intro-box">
<p><strong>Atenção, jogadores do MUCABRASIL!</strong></p>
<p>As férias estudantis chegaram, e com elas, um dos momentos mais aguardados do ano: o nosso <strong>Leilão Especial de Julho</strong>.</p>
<p>Prepare-se para disputar itens raros em dois formatos diferentes de leilão, onde estratégia e ousadia farão toda a diferença.</p>
<p>Reúna suas Creations e Créditos, pois as oportunidades serão únicas e os lances prometem ser disputados.</p>
<p>O evento será realizado na <strong>Sala 3</strong>, comandado pela equipe MUCABRASIL, seguindo o cronograma abaixo.</p>
</div>

<div class="warning-box">
<p><strong>Planeje seus lances com antecedência.</strong></p>
<p>A lista dos itens já está disponível para que todos possam se organizar antes do início do leilão.</p>
<p><strong>Importante (válido para ambos os leilões):</strong> apenas jogadores com os dados cadastrais preenchidos e com CPF válido poderão dar lances.</p>
</div>

<div class="section-title">
Leilão de Creation
</div>

<div class="divp espacamento">
<table align="center">
<thead>
<tr>
<th>Leilão</th>
<th>Item</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="tag-pill">#01</span></td>
<td>120 Jewel of Life <span class="special-pill">4x30</span></td>
</tr>
<tr>
<td><span class="tag-pill">#02</span></td>
<td>Troca de Nick <span class="tag-pill">com reciclagem</span> <span class="tag-pill">sem restrição de reset</span></td>
</tr>
<tr>
<td><span class="tag-pill">#03</span></td>
<td>Premium 30 dias</td>
</tr>
<tr>
<td><span class="tag-pill">#04</span></td>
<td>120 Jewel of Chaos <span class="special-pill">4x30</span></td>
</tr>
<tr>
<td><span class="tag-pill">#05</span></td>
<td>Conjunto Ancient +0 +Sorte +Vitalidade(10) à escolha</td>
</tr>
<tr>
<td><span class="tag-pill">#06</span></td>
<td>Fenrir Red</td>
</tr>
<tr>
<td><span class="tag-pill">#07</span></td>
<td>120 Jewel of Harmony <span class="special-pill">4x30</span></td>
</tr>
<tr>
<td><span class="tag-pill">#08</span></td>
<td>Trade de E-Zen</td>
</tr>
<tr>
<td><span class="tag-pill">#09</span></td>
<td>Troca de Nick <span class="tag-pill">com reciclagem</span> <span class="tag-pill">sem restrição de reset</span></td>
</tr>
<tr>
<td><span class="tag-pill">#10</span></td>
<td>Fenrir Blue</td>
</tr>
<tr>
<td><span class="tag-pill">#11</span></td>
<td>Fenrir Black</td>
</tr>
<tr>
<td><span class="tag-pill">#12</span></td>
<td>Inserir 1 adicional à escolha <span class="tag-pill">exc</span> <span class="tag-pill">sorte</span> <span class="tag-pill">skill</span></td>
</tr>
<tr>
<td><span class="tag-pill">#13</span></td>
<td>Inserir 1 adicional à escolha <span class="tag-pill">exc</span> <span class="tag-pill">sorte</span> <span class="tag-pill">skill</span></td>
</tr>
<tr>
<td><span class="tag-pill">#14</span></td>
<td>Inserir 1 adicional à escolha <span class="tag-pill">exc</span> <span class="tag-pill">sorte</span> <span class="tag-pill">skill</span></td>
</tr>
<tr>
<td><span class="tag-pill">#15</span></td>
<td>Inserir 1 adicional à escolha <span class="tag-pill">exc</span> <span class="tag-pill">sorte</span> <span class="tag-pill">skill</span></td>
</tr>
</tbody>
</table>
</div>

<div class="rules-box">
<h3>Regras para a escolha de adicionais - Leilão de Creation</h3>
<ul>
<li><strong>Adicional Excelente:</strong> poderá escolher 1 adicional excelente em qualquer item existente, desde que o item resultante possua no máximo 4 adicionais excelentes.</li>
<li><strong>Adicional de Sorte:</strong> poderá escolher 1 adicional de sorte em qualquer item existente que suporte o mesmo.</li>
<li><strong>Adicional de Skill:</strong> poderá escolher 1 adicional de skill em qualquer item existente que suporte o mesmo.</li>
</ul>
</div>

<div class="tutorial-box">
<p><i class="fas fa-book"></i> É novo nesse evento? Saiba como participar: <a href="https://forum.mucabrasil.com.br/threads/26" target="_blank">Tutorial do Leilão de Creation</a></p>
</div>


<div class="section-title">
Cronograma do evento
</div>

<div class="event-summary">
<div class="summary-card">
<span class="summary-label"><i class="fas fa-hourglass-start"></i> Início</span>
<strong>19/07/2026 às 19:30</strong>
<small>Domingo - GMT-3 - Horário de Brasília</small>
</div>

<div class="summary-card">
<span class="summary-label"><i class="fas fa-hourglass-end"></i> Término</span>
<strong>Até o último leilão encerrar</strong>
<small>Acompanhe no local do evento</small>
</div>

<div class="summary-card bonus-card">
<span class="summary-label"><i class="fas fa-map-marker-alt"></i> Local</span>
<div class="bonus-list">
<span class="bonus-pill">Sala 3</span>
<span class="bonus-pill">Equipe MUCABRASIL</span>
</div>
<small>Leilão de Creation e Créditos</small>
</div>
</div>

<div class="divider"></div>

<div class="footer-box">
<h3>Ainda não é um jogador do MUCABRASIL?</h3>
<ul>
<li>Crie sua conta em <a href="https://muca.me/cadastro" target="_blank">muca.me/cadastro</a>.</li>
<li>Baixe o jogo em <a href="https://muca.me/download" target="_blank">muca.me/download</a>.</li>
</ul>
</div>

</body>
</html>

henriquesuik
19/07/2026, 21:19
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Atualização - Leilão de Créditos - 25/07/2026 - MUCABRASIL</title>

<!-- FontAwesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.css" crossorigin="anonymous">

<!-- Google Fonts: Roboto -->
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap" rel="stylesheet">

<style>
.texto {
font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-style: normal;
font-weight: 300;
font-size: 1.05em;
line-height: 1.45;
margin: 0 auto;
max-width: 1000px;
color: #27313d;
}

.texto strong {
font-weight: 700;
}

.hero-eventos {
background: #111827;
color: #ffffff;
border-radius: 10px;
padding: 20px 24px;
margin: 22px auto 18px;
max-width: 900px;
position: relative;
}

.hero-eventos::after {
content: "";
position: absolute;
right: 0;
top: 18%;
bottom: 18%;
width: 2px;
background: linear-gradient(
to bottom,
transparent,
#d88a32 35%,
#d88a32 65%,
transparent
);
border-radius: 999px;
}

.hero-eventos h2 {
margin: 0 0 6px;
color: #ffffff;
font-size: 1.48em;
font-weight: 800;
letter-spacing: 0.2px;
line-height: 1.25;
}

.hero-eventos p {
margin: 0;
color: #d7dde6;
font-size: 0.98em;
line-height: 1.4;
}

.intro-box {
max-width: 900px;
margin: 0 auto 20px;
background: #f7f9fb;
border: 1px solid #dfe7ef;
border-radius: 10px;
padding: 16px 22px;
color: #334155;
}

.intro-box p {
margin: 0 0 10px;
line-height: 1.5;
}

.intro-box p:last-child {
margin-bottom: 0;
}

.section-title {
max-width: 900px;
margin: 24px auto 12px;
padding: 0 0 8px;
color: #1f2937;
font-weight: 800;
font-size: 1.18em;
border-bottom: 2px solid #d88a32;
line-height: 1.25;
}

.event-summary {
max-width: 900px;
margin: 0 auto 1.2em;
display: flex;
gap: 10px;
width: 100%;
}

.summary-card {
flex: 1;
background: #ffffff;
border: 1px solid #dfe7ef;
border-radius: 10px;
padding: 15px 17px;
color: #263241;
box-sizing: border-box;
}

.summary-card strong {
display: block;
font-size: 1.02em;
margin: 7px 0 3px;
color: #111827;
line-height: 1.35;
}

.summary-card small {
display: block;
color: #64748b;
font-size: 0.88em;
line-height: 1.35;
}

.summary-label {
display: block;
color: #b8691f;
font-weight: 700;
font-size: 0.86em;
text-transform: uppercase;
letter-spacing: 0.3px;
line-height: 1.25;
}

.summary-label i {
margin-right: 6px;
}

.bonus-card {
background: #f8fbf6;
border-color: #cfe8c5;
flex: 1.15;
}

.bonus-list {
margin: 8px 0 6px;
line-height: 1.3;
display: flex;
flex-wrap: nowrap;
gap: 6px;
align-items: center;
}

.bonus-pill {
display: inline-flex;
align-items: center;
justify-content: center;
background: #DFF3D6;
color: #2F6B1F;
padding: 4px 8px;
border-radius: 20px;
font-weight: 700;
font-size: 0.86em;
line-height: 1.2;
white-space: nowrap;
}

.divp {
color: #435266;
padding: 3px;
}

.divp table {
margin: 0 auto 1.2em;
max-width: 900px;
width: 100%;
background: #ffffff;
border-radius: 10px;
overflow: hidden;
border: 1px solid #dfe7ef;
border-collapse: separate;
border-spacing: 0;
}

.divp td,
.divp th {
padding: 0.78em 1em;
border: none;
text-align: center;
vertical-align: middle;
line-height: 1.35;
}

.divp th {
background-color: #1f2937;
font-weight: 700;
color: #ffffff;
white-space: nowrap;
font-size: 0.88em;
letter-spacing: 0.3px;
text-transform: uppercase;
}

.divp tbody tr:nth-child(2n-1) {
background-color: #ffffff;
}

.divp tbody tr:nth-child(2n) {
background-color: #f3f6f9;
}

.divp tbody tr:hover {
background-color: #fff4e6;
}

.divp td:first-child {
text-align: left;
font-weight: 500;
color: #263241;
}

.tag-pill {
display: inline-block;
background: #eef2f7;
color: #1f2937;
padding: 4px 9px;
border-radius: 20px;
font-weight: 700;
font-size: 0.88em;
line-height: 1.25;
white-space: nowrap;
margin: 2px;
}

.special-pill {
display: inline-block;
background: #DFF3D6;
color: #2F6B1F;
padding: 4px 9px;
border-radius: 20px;
font-weight: 700;
font-size: 0.88em;
line-height: 1.25;
white-space: nowrap;
margin: 2px;
}

.warning-box {
max-width: 900px;
margin: 0 auto 20px;
background: #fff8ef;
border: 1px solid #efc18a;
color: #2c3e50;
padding: 16px 20px;
border-radius: 10px;
}

.warning-box p {
margin: 0 0 10px;
line-height: 1.5;
}

.warning-box p:last-child {
margin-bottom: 0;
}

.warning-box strong {
color: #b8691f;
}

.tutorial-box {
max-width: 900px;
margin: 0 auto 20px;
background: #f7f9fb;
border: 1px solid #dfe7ef;
color: #334155;
padding: 14px 18px;
border-radius: 10px;
}

.tutorial-box p {
margin: 0;
line-height: 1.45;
}

.tutorial-box i {
color: #d88a32;
margin-right: 6px;
}

.tutorial-box a {
color: #1f6fb2;
text-decoration: none;
font-weight: 600;
}

.tutorial-box a:hover {
text-decoration: underline;
}

.rules-box {
max-width: 900px;
margin: 0 auto 20px;
background: #f7f9fb;
border: 1px solid #dfe7ef;
color: #334155;
padding: 16px 20px;
border-radius: 10px;
}

.rules-box h3 {
margin: 0 0 10px;
color: #1f2937;
font-size: 1.02em;
font-weight: 800;
}

.rules-box ul,
.rules-box ol {
margin: 0;
padding-left: 22px;
}

.rules-box li {
margin-bottom: 7px;
line-height: 1.45;
}

.rules-box li:last-child {
margin-bottom: 0;
}

.espacamento {
margin-top: 18px;
}

.divider {
border-top: 1px solid #dfe7ef;
margin: 24px auto;
max-width: 900px;
}

.footer-box {
max-width: 900px;
margin: 20px auto 0;
background-color: #fff8ef;
border: 1px solid #efc18a;
color: #2c3e50;
padding: 16px 20px;
border-radius: 10px;
}

.footer-box h3 {
color: #b8691f;
margin: 0 0 9px;
font-size: 1.02em;
line-height: 1.3;
}

.footer-box ul {
margin: 0;
padding-left: 22px;
}

.footer-box li {
margin-bottom: 5px;
line-height: 1.45;
}

.footer-box li:last-child {
margin-bottom: 0;
}

.footer-box a,
.divp a {
color: #1f6fb2;
text-decoration: none;
font-weight: 600;
}

.footer-box a:hover,
.divp a:hover {
text-decoration: underline;
}

.follow-us {
text-align: center;
margin-top: 20px;
color: #1f2937;
}

.follow-us h3 {
margin: 0 0 10px;
font-weight: 800;
letter-spacing: 0.5px;
line-height: 1.25;
}

.follow-us a {
color: #1f6fb2;
text-decoration: none;
margin: 0 10px;
font-weight: 700;
}

.follow-us a:hover {
color: #d88a32;
}

@media (max-width: 700px) {
.texto {
font-size: 1em;
line-height: 1.45;
}

.hero-eventos,
.intro-box,
.footer-box,
.warning-box,
.tutorial-box,
.rules-box {
padding: 15px 16px;
}

.hero-eventos h2 {
font-size: 1.25em;
}

.event-summary {
display: block;
}

.summary-card {
width: auto;
margin-bottom: 10px;
}

.bonus-card {
flex: 1;
}

.bonus-list {
flex-wrap: wrap;
}

.divp table {
font-size: 0.92em;
}

.divp td,
.divp th {
padding: 0.7em 0.65em;
}
}
</style>
</head>

<body>
<div class="texto espacamento">
<br />

<div class="hero-eventos">
<h2>Atualização - Leilão de Créditos</h2>
<p>O Leilão de Créditos foi reagendado para sábado, 25 de julho de 2026.</p>
</div>

<div class="warning-box">
<p><strong>Nova data:</strong> o Leilão de Créditos, que estava previsto para hoje, foi adiado para o próximo sábado, <strong>25/07/2026, às 20:30</strong>.</p>
<p>O evento será realizado na <strong>Sala 19(LorenMarket)</strong>, sob a condução da equipe MUCABRASIL.</p>
<p><strong>Importante:</strong> apenas jogadores com os dados cadastrais preenchidos e com CPF válido poderão dar lances.</p>
</div>

<div class="section-title">Leilão de Créditos</div>

<div class="divp espacamento">
<table align="center">
<thead>
<tr>
<th>Leilão</th>
<th>Item</th>
</tr>
</thead>
<tbody>
<tr><td><span class="tag-pill">#01</span></td><td>2 Rings à escolha <span class="special-pill">+15</span></td></tr>
<tr><td><span class="tag-pill">#02</span></td><td>1 Pendant à escolha <span class="special-pill">+15</span></td></tr>
<tr><td><span class="tag-pill">#03</span></td><td>1 Helm à escolha <span class="tag-pill">+0</span></td></tr>
<tr><td><span class="tag-pill">#04</span></td><td>1 Armor à escolha <span class="tag-pill">+0</span></td></tr>
<tr><td><span class="tag-pill">#05</span></td><td>1 Pants à escolha <span class="tag-pill">+0</span></td></tr>
<tr><td><span class="tag-pill">#06</span></td><td>1 Gloves à escolha <span class="tag-pill">+0</span></td></tr>
<tr><td><span class="tag-pill">#07</span></td><td>1 Boots à escolha <span class="tag-pill">+0</span></td></tr>
<tr><td><span class="tag-pill">#08</span></td><td>1 Wing à escolha <span class="tag-pill">+0</span> (Asas lvl 3 não disponíveis)</td></tr>
<tr><td><span class="tag-pill">#09</span></td><td>1 Fenrir Black <span class="special-pill">+13</span></td></tr>
<tr><td><span class="tag-pill">#10</span></td><td>1 Dark Horse <span class="special-pill">+13</span></td></tr>
<tr><td><span class="tag-pill">#11</span></td><td>1 Dark Raven <span class="special-pill">+13</span></td></tr>
<tr><td><span class="tag-pill">#12</span></td><td>1 Arma à escolha <span class="tag-pill">+0</span></td></tr>
</tbody>
</table>
</div>

<div class="rules-box">
<h3>Regras e informações adicionais - Leilão de Créditos</h3>
<ol>
<li>Os itens à escolha terão, por padrão, sorte e skill no caso da arma, podendo ter até 3 adicionais excelentes.</li>
<li>O funcionamento seguirá o mesmo formato do Leilão de Creation, porém será utilizado o saldo de Créditos.</li>
<li>A forma de dar os lances será a mesma utilizada no Leilão de Creation.</li>
</ol>
</div>

<div class="tutorial-box">
<p><i class="fas fa-book"></i> É novo nesse evento? Saiba como participar: <a href="https://forum.mucabrasil.com.br/threads/26" target="_blank">Tutorial do Leilão de Creation</a></p>
</div>

<div class="section-title">Novo cronograma</div>

<div class="event-summary">
<div class="summary-card">
<span class="summary-label"><i class="fas fa-calendar-alt"></i> Nova data</span>
<strong>25/07/2026 às 20:30</strong>
<small>Sábado - GMT-3, horário de Brasília</small>
</div>

<div class="summary-card">
<span class="summary-label"><i class="fas fa-hourglass-end"></i> Término</span>
<strong>Até o último leilão encerrar</strong>
<small>Acompanhe no local do evento</small>
</div>

<div class="summary-card bonus-card">
<span class="summary-label"><i class="fas fa-map-marker-alt"></i> Local</span>
<div class="bonus-list">
<span class="bonus-pill">Sala 19(LorenMarket)</span>
<span class="bonus-pill">Equipe MUCABRASIL</span>
</div>
<small>Leilão de Créditos</small>
</div>
</div>
</div>
</body>

</html>

rafael
31/07/2026, 13:53
O leilão especial de férias de julho de 2026 foi realizado com sucesso, confiram abaixo os vencedores:

Leilão
#01 CyberBoss - 120 Jewel of Life (4x30) | 1.000 CV
#02 VanDammeGM - Troca de Nick (com reciclagem e sem restrição de reset) | 2.500 CV
#03 CyberBoss - Premium 30 dias | 1.290 CV
#04 DrMorte - 120 Jewel of Chaos (4x30) | 1.300 CV
#05 TheEviL_ - Conjunto Ancient +0 +Sorte +Vitalidade(10) à escolha | 12.200 CV
#06 __Shury__ - Fenrir Red | 4.000 CV
#07 SM_STREK - 120 Jewel of Harmony (4x30) | 4.400 CV
#08 _2222_ - Trade de E-Zen | 2.200 CV
#09 CODE9 - Troca de Nick (com reciclagem e sem restrição de reset) | 1.150 CV
#10 Smeagol - Fenrir Blue | 4.256 CV
#11 Winners_SM - Fenrir Black | 3.600 CV
#12 Odin - 1 adicional (exc, sorte ou skill) à escolha * | 18.500 CV
#13 Odin - 1 adicional (exc, sorte ou skill) à escolha * | 21.500 CV
#14 Odin - 1 adicional (exc, sorte ou skill) à escolha * | 22.500 CV
#15 DuelistaDL - 1 adicional (exc, sorte ou skill) à escolha * | 21.000 CV

Estatísticas dos jogadores:

Econômico
CyberBoss | 1.000 CV

Endinheirado
Odin | 62.500 CV

Estatísticas do leilão:

Menor lance
#01 CyberBoss - 120 Jewel of Life (4x30) | 1.000 CV

Maior lance
#14 Odin - 1 adicional (exc, sorte ou skill) à escolha * | 22.500 CV

Total gasto
121.396 CV

Parabéns aos vencedores e obrigado a todos que participaram do especial de férias! Nos vemos no próximo leilão!