Automatiza componente B e ajuste frontend do ranking

This commit is contained in:
Frederico Castro
2025-12-10 13:49:43 -03:00
parent d1379b4f5c
commit 6f11b7c166
11 changed files with 431 additions and 186 deletions

View File

@@ -46,36 +46,6 @@
background: var(--accent-2);
}
.mode-selector {
display: flex;
gap: 0.5rem;
margin: 1.5rem 0;
justify-content: center;
}
.mode-selector button {
padding: 0.75rem 1.5rem;
background: rgba(255,255,255,0.06);
border: 1px solid var(--stroke);
border-radius: 8px;
color: var(--muted);
font-size: 0.95rem;
font-weight: 500;
cursor: pointer;
transition: all 200ms;
}
.mode-selector button:hover {
border-color: var(--accent-2);
color: var(--text);
}
.mode-selector button.active {
background: var(--accent);
border-color: var(--accent);
color: white;
}
.controls {
margin: 1.5rem 0;
display: flex;