body.tema-escuro {
    background: #222e50 !important;
    color: #f8fafc !important;
}
body.tema-claro {
    background: linear-gradient(120deg, #f0f4f8 60%, #e2e8f0 100%) !important;
    color: #222e50 !important;
}
body {
    font-family: 'Segoe UI', Arial, sans-serif;
    background: linear-gradient(120deg, #f0f4f8 60%, #e2e8f0 100%);
    margin: 0;
    min-height: 100vh;
}
.form-center, .relatorio-center, .config-center, .perfil-card, .usuario-card, .produto-card, .cliente-card {
    max-width: 420px;
    margin: 40px auto;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
    padding: 32px 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.form-group {
    width: 100%;
    margin-bottom: 18px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.form-group label {
    font-weight: 500;
    margin-bottom: 6px;
    font-size: 1.08em;
    display: flex;
    align-items: center;
    gap: 6px;
}
input, select, textarea {
    width: 100%;
    padding: 10px 12px;
    border-radius: 8px;
    border: 1px solid #cbd5e1;
    font-size: 1em;
    background: #f8fafc;
    margin-bottom: 2px;
    transition: border 0.2s;
}
input:focus, select:focus, textarea:focus {
    border-color: #38a169;
    outline: none;
}
.form-btn, .form-center button {
    background: linear-gradient(90deg, #38a169 60%, #4299e1 100%);
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 12px 0;
    font-size: 1.08em;
    font-weight: 600;
    cursor: pointer;
    margin-top: 10px;
    box-shadow: 0 2px 8px rgba(56,161,105,0.08);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: background 0.2s, transform 0.2s;
}
.form-btn:hover, .form-center button:hover {
    background: linear-gradient(90deg, #4299e1 60%, #38a169 100%);
    transform: scale(1.03);
}
.form-btn:active, .form-center button:active {
    background: #222e50;
    transform: scale(0.98);
}
.relatorio-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 18px;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
.relatorio-table th, .relatorio-table td {
    padding: 12px 10px;
    text-align: center;
    border-bottom: 1px solid #e2e8f0;
}
.relatorio-table th {
    background: #38a169;
    color: #fff;
    font-size: 1.08em;
    font-weight: 600;
}
.relatorio-table tr:nth-child(even) {
    background: #f8fafc;
}
.relatorio-table tr:last-child td {
    border-bottom: none;
}
.permissoes-list, .perfil-permissoes-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
    justify-content: center;
}
.perm-item {
    background: #e2e8f0;
    border-radius: 8px;
    padding: 6px 14px;
    font-size: 1em;
    display: flex;
    align-items: center;
    gap: 6px;
}
.perm-icon {
    font-size: 1.2em;
}
.header, .system-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-top: 18px;
}
.header h1 {
    font-size: 2em;
    font-weight: 700;
    color: #38a169;
    margin: 0;
}
.splash-title {
    font-size: 2em;
    font-weight: 700;
    color: #4299e1;
    margin-bottom: 8px;
}
.splash-version, .version {
    color: #718096;
    font-size: 1em;
}
.form-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 80vh;
    text-align: center;
}
.form-center form {
    background: #fff;
    padding: 32px 32px 24px 32px;
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(34,46,80,0.12);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    min-width: 340px;
    max-width: 400px;
}
.form-center label {
    align-self: flex-start;
    margin-bottom: 4px;
    font-weight: 500;
    color: #222e50;
    font-size: 1rem;
}
.form-center input, .form-center select {
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 1rem;
    margin-bottom: 2px;
    box-sizing: border-box;
    transition: border 0.2s;
}
.form-center input:focus, .form-center select:focus {
    border: 1.5px solid #222e50;
    outline: none;
}
.form-center button {
    margin-top: 8px;
    padding: 14px 0;
    background: #222e50;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 1.1rem;
    cursor: pointer;
    font-weight: 600;
    width: 100%;
    transition: background 0.2s;
    letter-spacing: 1px;
}
.form-center button:hover {
    background: #4fd1c5;
}
.form-center form {
    background: #fff;
    padding: 32px 24px;
    border-radius: 16px;
    box-shadow: 0 2px 16px rgba(34,46,80,0.10);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    min-width: 320px;
}
.form-center h2 {
    margin-bottom: 16px;
    color: #222e50;
}
.form-center input, .form-center select {
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 1rem;
    margin-bottom: 8px;
    box-sizing: border-box;
    transition: border 0.2s;
}
.form-center input:focus, .form-center select:focus {
    border: 1.5px solid #222e50;
    outline: none;
}
.form-center button {
    margin-top: 8px;
    padding: 12px 0;
    background: #222e50;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 1.1rem;
    cursor: pointer;
    font-weight: 600;
    width: 100%;
    transition: background 0.2s;
}
.form-center button:hover {
    background: #4fd1c5;
}
.form-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 50vh;
    text-align: center;
}
/* Centralizar mensagem de boas-vindas */
.welcome-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 50vh;
    text-align: center;
    font-size: 1.3rem;
    color: #222e50;
}
.menu {
    background: #fff;
    margin: 0;
    padding: 0 0 16px 0;
    box-shadow: 0 2px 8px rgba(34,46,80,0.08);
    border-bottom: 1px solid #e2e8f0;
    position: relative;
    z-index: 20;
}
.menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 24px;
    align-items: center;
}
.menu ul > li {
    position: relative;
}
.menu details {
    font-size: 1.1rem;
    font-weight: 600;
    color: #222e50;
    cursor: pointer;
    padding: 8px 16px;
    border-radius: 8px;
    transition: background 0.2s, box-shadow 0.2s;
    display: flex;
    align-items: center;
    gap: 8px;
}
.menu details[open] {
    background: #f4f6fa;
    box-shadow: 0 4px 16px rgba(34,46,80,0.10);
}
.menu summary {
    outline: none;
    display: flex;
    align-items: center;
    gap: 8px;
}
.menu .icon {
    font-size: 1.3rem;
    vertical-align: middle;
}
.menu ul ul {
    position: absolute;
    top: 44px;
    left: 0;
    background: #fff;
    box-shadow: 0 2px 8px rgba(34,46,80,0.10);
    border-radius: 8px;
    padding: 8px 0;
    min-width: 220px;
    display: block;
    z-index: 10;
    animation: fadeInMenu 0.3s;
}
@keyframes fadeInMenu {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}
.menu ul ul li {
    padding: 0;
}
.menu button {
    background: none;
    border: none;
    color: #222e50;
    font-size: 1rem;
    padding: 10px 24px;
    width: 100%;
    text-align: left;
    cursor: pointer;
    border-radius: 6px;
    transition: background 0.2s;
    display: flex;
    align-items: center;
    gap: 8px;
}
.menu button:hover {
    background: #e2e8f0;
}
body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background: #f4f6fa;
}
.splash {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: #222e50;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
.splash-logo {
    width: 120px;
    height: 120px;
    margin-bottom: 24px;
    background: #fff;
    border-radius: 24px;
    object-fit: contain;
    box-shadow: 0 2px 8px rgba(0,0,0,0.10);
}
.splash-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 8px;
}
.splash-version {
    font-size: 1.2rem;
    background: #1b233a;
    border-radius: 8px;
    padding: 4px 16px;
    margin-bottom: 32px;
}
.progress-bar {
    width: 320px;
    height: 16px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.10);
}
.progress {
    height: 100%;
    background: #4fd1c5;
    width: 0;
    transition: width 0.2s;
}
.login-container {
    max-width: 340px;
    margin: 80px auto;
    background: #fff;
    padding: 32px 24px;
    border-radius: 16px;
    box-shadow: 0 2px 16px rgba(34,46,80,0.10);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.login-container h2 {
    margin-bottom: 24px;
    color: #222e50;
}
#loginForm {
    width: 100%;
    display: flex;
    flex-direction: column;
}
#loginForm label {
    margin-top: 12px;
    margin-bottom: 4px;
    font-weight: 500;
}
#loginForm input, #loginForm select {
    padding: 8px;
    border-radius: 6px;
    border: 1px solid #ccc;
    margin-bottom: 8px;
    font-size: 1rem;
}
#loginForm button {
    margin-top: 12px;
    padding: 10px;
    background: #222e50;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 1.1rem;
    cursor: pointer;
    font-weight: 600;
}
#loginMsg {
    margin-top: 16px;
    color: #e53e3e;
    font-weight: 500;
}
.header {
    display: flex;
    align-items: center;
    background: #222e50;
    color: #fff;
    padding: 24px 32px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.logo {
    width: 80px;
    height: 80px;
    margin-right: 32px;
    background: #fff;
    border-radius: 16px;
    object-fit: contain;
    box-shadow: 0 2px 8px rgba(0,0,0,0.10);
}
.system-info h1 {
    margin: 0;
    font-size: 2.2rem;
    font-weight: 700;
}
.system-info p {
    margin: 4px 0 0 0;
    font-size: 1.2rem;
    font-weight: 400;
}
.version {
    display: inline-block;
    margin-top: 8px;
    padding: 4px 12px;
    background: #1b233a;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 500;
}
/* Menu Dashboard */
.menu {
    background: #fff;
    margin: 0;
    padding: 0 0 16px 0;
    box-shadow: 0 2px 8px rgba(34,46,80,0.08);
    border-bottom: 1px solid #e2e8f0;
}
.menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 24px;
}
.menu ul > li {
    position: relative;
}
.menu details {
    font-size: 1.1rem;
    font-weight: 600;
    color: #222e50;
    cursor: pointer;
    padding: 8px 16px;
    border-radius: 8px;
    transition: background 0.2s;
}
.menu details[open] {
    background: #f4f6fa;
}
.menu summary {
    outline: none;
}
.menu ul ul {
    position: absolute;
    top: 40px;
    left: 0;
    background: #fff;
    box-shadow: 0 2px 8px rgba(34,46,80,0.10);
    border-radius: 8px;
    padding: 8px 0;
    min-width: 220px;
    display: block;
    z-index: 10;
}
.menu ul ul li {
    padding: 0;
}
.menu button {
    background: none;
    border: none;
    color: #222e50;
    font-size: 1rem;
    padding: 10px 24px;
    width: 100%;
    text-align: left;
    cursor: pointer;
    border-radius: 6px;
    transition: background 0.2s;
    display: flex;
    align-items: center;
    gap: 8px;
}
.menu button:hover {
    background: #e2e8f0;
}
.config-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-bottom: 18px;
}
.config-tabs button {
    background: #f4f6fa;
    border: none;
    border-radius: 8px;
    padding: 10px 18px;
    font-size: 1rem;
    color: #222e50;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s, box-shadow 0.2s;
}
.config-tabs button:hover {
    background: #4fd1c5;
    color: #fff;
    box-shadow: 0 2px 8px rgba(34,46,80,0.10);
}
.config-tabs button.active {
    background: #222e50;
    color: #fff;
    box-shadow: 0 2px 8px rgba(34,46,80,0.10);
}
.relatorios-area {
    width: 100%;
    margin-top: 12px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.relatorio-card {
    background: #f4f6fa;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(34,46,80,0.08);
    padding: 24px 18px;
    margin-bottom: 8px;
}
.relatorio-card h4 {
    margin-top: 0;
    color: #222e50;
    font-size: 1.15rem;
    margin-bottom: 12px;
}
.relatorio-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 18px;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
.relatorio-table th, .relatorio-table td {
    padding: 12px 10px;
    text-align: center;
    border-bottom: 1px solid #e2e8f0;
}
.relatorio-table th {
    background: #38a169;
    color: #fff;
    font-size: 1.08em;
    font-weight: 600;
}
.relatorio-table tr:nth-child(even) {
    background: #f8fafc;
}
.relatorio-table tr:last-child td {
    border-bottom: none;
}
.relatorio-filtro {
    margin-bottom: 10px;
    display: flex;
    gap: 12px;
    align-items: center;
}
.relatorio-filtro label {
    font-weight: 500;
    color: #222e50;
}
.relatorio-filtro input, .relatorio-filtro select {
    padding: 6px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 0.98rem;
}
body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background: #f4f6fa;
}
.splash {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: #222e50;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
.splash-logo {
    width: 120px;
    height: 120px;
    margin-bottom: 24px;
    background: #fff;
    border-radius: 24px;
    object-fit: contain;
    box-shadow: 0 2px 8px rgba(0,0,0,0.10);
}
.splash-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 8px;
}
.splash-version {
    font-size: 1.2rem;
    background: #1b233a;
    border-radius: 8px;
    padding: 4px 16px;
    margin-bottom: 32px;
}
.progress-bar {
    width: 320px;
    height: 16px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.10);
}
.progress {
    height: 100%;
    background: #4fd1c5;
    width: 0;
    transition: width 0.2s;
}
.login-container {
    max-width: 340px;
    margin: 80px auto;
    background: #fff;
    padding: 32px 24px;
    border-radius: 16px;
    box-shadow: 0 2px 16px rgba(34,46,80,0.10);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.login-container h2 {
    margin-bottom: 24px;
    color: #222e50;
}
#loginForm {
    width: 100%;
    display: flex;
    flex-direction: column;
}
#loginForm label {
    margin-top: 12px;
    margin-bottom: 4px;
    font-weight: 500;
}
#loginForm input, #loginForm select {
    padding: 8px;
    border-radius: 6px;
    border: 1px solid #ccc;
    margin-bottom: 8px;
    font-size: 1rem;
}
#loginForm button {
    margin-top: 12px;
    padding: 10px;
    background: #222e50;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 1.1rem;
    cursor: pointer;
    font-weight: 600;
}
#loginMsg {
    margin-top: 16px;
    color: #e53e3e;
    font-weight: 500;
}
.header {
    display: flex;
    align-items: center;
    background: #222e50;
    color: #fff;
    padding: 24px 32px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.logo {
    width: 80px;
    height: 80px;
    margin-right: 32px;
    background: #fff;
    border-radius: 16px;
    object-fit: contain;
    box-shadow: 0 2px 8px rgba(0,0,0,0.10);
}
.system-info h1 {
    margin: 0;
    font-size: 2.2rem;
    font-weight: 700;
}
.system-info p {
    margin: 4px 0 0 0;
    font-size: 1.2rem;
    font-weight: 400;
}
.version {
    display: inline-block;
    margin-top: 8px;
    padding: 4px 12px;
    background: #1b233a;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 500;
}
/* Menu Dashboard */
.menu {
    background: #fff;
    margin: 0;
    padding: 0 0 16px 0;
    box-shadow: 0 2px 8px rgba(34,46,80,0.08);
    border-bottom: 1px solid #e2e8f0;
}
.menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 24px;
}
.menu ul > li {
    position: relative;
}
.menu details {
    font-size: 1.1rem;
    font-weight: 600;
    color: #222e50;
    cursor: pointer;
    padding: 8px 16px;
    border-radius: 8px;
    transition: background 0.2s;
}
.menu details[open] {
    background: #f4f6fa;
}
.menu summary {
    outline: none;
}
.menu ul ul {
    position: absolute;
    top: 40px;
    left: 0;
    background: #fff;
    box-shadow: 0 2px 8px rgba(34,46,80,0.10);
    border-radius: 8px;
    padding: 8px 0;
    min-width: 220px;
    display: block;
    z-index: 10;
}
.menu ul ul li {
    padding: 0;
}
.menu button {
    background: none;
    border: none;
    color: #222e50;
    font-size: 1rem;
    padding: 10px 24px;
    width: 100%;
    text-align: left;
    cursor: pointer;
    border-radius: 6px;
    transition: background 0.2s;
    display: flex;
    align-items: center;
    gap: 8px;
}
.menu button:hover {
    background: #e2e8f0;
}
.config-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-bottom: 18px;
}
.config-tabs button {
    background: #f4f6fa;
    border: none;
    border-radius: 8px;
    padding: 10px 18px;
    font-size: 1rem;
    color: #222e50;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s, box-shadow 0.2s;
}
.config-tabs button:hover {
    background: #4fd1c5;
    color: #fff;
    box-shadow: 0 2px 8px rgba(34,46,80,0.10);
}
.config-tabs button.active {
    background: #222e50;
    color: #fff;
    box-shadow: 0 2px 8px rgba(34,46,80,0.10);
}
.relatorios-area {
    width: 100%;
    margin-top: 12px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.relatorio-card {
    background: #f4f6fa;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(34,46,80,0.08);
    padding: 24px 18px;
    margin-bottom: 8px;
}
.relatorio-card h4 {
    margin-top: 0;
    color: #222e50;
    font-size: 1.15rem;
    margin-bottom: 12px;
}
.relatorio-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 18px;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
.relatorio-table th, .relatorio-table td {
    padding: 12px 10px;
    text-align: center;
    border-bottom: 1px solid #e2e8f0;
}
.relatorio-table th {
    background: #38a169;
    color: #fff;
    font-size: 1.08em;
    font-weight: 600;
}
.relatorio-table tr:nth-child(even) {
    background: #f8fafc;
}
.relatorio-table tr:last-child td {
    border-bottom: none;
}
.relatorio-filtro {
    margin-bottom: 10px;
    display: flex;
    gap: 12px;
    align-items: center;
}
.relatorio-filtro label {
    font-weight: 500;
    color: #222e50;
}
.relatorio-filtro input, .relatorio-filtro select {
    padding: 6px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 0.98rem;
}
body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background: #f4f6fa;
}
.splash {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: #222e50;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
.splash-logo {
    width: 120px;
    height: 120px;
    margin-bottom: 24px;
    background: #fff;
    border-radius: 24px;
    object-fit: contain;
    box-shadow: 0 2px 8px rgba(0,0,0,0.10);
}
.splash-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 8px;
}
.splash-version {
    font-size: 1.2rem;
    background: #1b233a;
    border-radius: 8px;
    padding: 4px 16px;
    margin-bottom: 32px;
}
.progress-bar {
    width: 320px;
    height: 16px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.10);
}
.progress {
    height: 100%;
    background: #4fd1c5;
    width: 0;
    transition: width 0.2s;
}
.login-container {
    max-width: 340px;
    margin: 80px auto;
    background: #fff;
    padding: 32px 24px;
    border-radius: 16px;
    box-shadow: 0 2px 16px rgba(34,46,80,0.10);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.login-container h2 {
    margin-bottom: 24px;
    color: #222e50;
}
#loginForm {
    width: 100%;
    display: flex;
    flex-direction: column;
}
#loginForm label {
    margin-top: 12px;
    margin-bottom: 4px;
    font-weight: 500;
}
#loginForm input, #loginForm select {
    padding: 8px;
    border-radius: 6px;
    border: 1px solid #ccc;
    margin-bottom: 8px;
    font-size: 1rem;
}
#loginForm button {
    margin-top: 12px;
    padding: 10px;
    background: #222e50;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 1.1rem;
    cursor: pointer;
    font-weight: 600;
}
#loginMsg {
    margin-top: 16px;
    color: #e53e3e;
    font-weight: 500;
}
.header {
    display: flex;
    align-items: center;
    background: #222e50;
    color: #fff;
    padding: 24px 32px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.logo {
    width: 80px;
    height: 80px;
    margin-right: 32px;
    background: #fff;
    border-radius: 16px;
    object-fit: contain;
    box-shadow: 0 2px 8px rgba(0,0,0,0.10);
}
.system-info h1 {
    margin: 0;
    font-size: 2.2rem;
    font-weight: 700;
}
.system-info p {
    margin: 4px 0 0 0;
    font-size: 1.2rem;
    font-weight: 400;
}
.version {
    display: inline-block;
    margin-top: 8px;
    padding: 4px 12px;
    background: #1b233a;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 500;
}
/* Menu Dashboard */
.menu {
    background: #fff;
    margin: 0;
    padding: 0 0 16px 0;
    box-shadow: 0 2px 8px rgba(34,46,80,0.08);
    border-bottom: 1px solid #e2e8f0;
}
.menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 24px;
}
.menu ul > li {
    position: relative;
}
.menu details {
    font-size: 1.1rem;
    font-weight: 600;
    color: #222e50;
    cursor: pointer;
    padding: 8px 16px;
    border-radius: 8px;
    transition: background 0.2s;
}
.menu details[open] {
    background: #f4f6fa;
}
.menu summary {
    outline: none;
}
.menu ul ul {
    position: absolute;
    top: 40px;
    left: 0;
    background: #fff;
    box-shadow: 0 2px 8px rgba(34,46,80,0.10);
    border-radius: 8px;
    padding: 8px 0;
    min-width: 220px;
    display: block;
    z-index: 10;
}
.menu ul ul li {
    padding: 0;
}
.menu button {
    background: none;
    border: none;
    color: #222e50;
    font-size: 1rem;
    padding: 10px 24px;
    width: 100%;
    text-align: left;
    cursor: pointer;
    border-radius: 6px;
    transition: background 0.2s;
    display: flex;
    align-items: center;
    gap: 8px;
}
.menu button:hover {
    background: #e2e8f0;
}
.config-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-bottom: 18px;
}
.config-tabs button {
    background: #f4f6fa;
    border: none;
    border-radius: 8px;
    padding: 10px 18px;
    font-size: 1rem;
    color: #222e50;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s, box-shadow 0.2s;
}
.config-tabs button:hover {
    background: #4fd1c5;
    color: #fff;
    box-shadow: 0 2px 8px rgba(34,46,80,0.10);
}
.config-tabs button.active {
    background: #222e50;
    color: #fff;
    box-shadow: 0 2px 8px rgba(34,46,80,0.10);
}
.relatorios-area {
    width: 100%;
    margin-top: 12px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.relatorio-card {
    background: #f4f6fa;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(34,46,80,0.08);
    padding: 24px 18px;
    margin-bottom: 8px;
}
.relatorio-card h4 {
    margin-top: 0;
    color: #222e50;
    font-size: 1.15rem;
    margin-bottom: 12px;
}
.relatorio-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 18px;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
.relatorio-table th, .relatorio-table td {
    padding: 12px 10px;
    text-align: center;
    border-bottom: 1px solid #e2e8f0;
}
.relatorio-table th {
    background: #38a169;
    color: #fff;
    font-size: 1.08em;
    font-weight: 600;
}
.relatorio-table tr:nth-child(even) {
    background: #f8fafc;
}
.relatorio-table tr:last-child td {
    border-bottom: none;
}
.relatorio-filtro {
    margin-bottom: 10px;
    display: flex;
    gap: 12px;
    align-items: center;
}
.relatorio-filtro label {
    font-weight: 500;
    color: #222e50;
}
.relatorio-filtro input, .relatorio-filtro select {
    padding: 6px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 0.98rem;
}
.permissoes-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 16px 0 0 0;
    padding-left: 0;
}
.perm-item {
    background: #e2e8f0;
    border-radius: 8px;
    padding: 10px 16px;
    font-size: 1.05rem;
    display: flex;
    align-items: center;
    gap: 10px;
}
.perm-icon {
    font-size: 1.2rem;
    margin-right: 6px;
    vertical-align: middle;
}
.cliente-card {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(34,46,80,0.12);
    padding: 40px 32px 32px 32px;
    max-width: 440px;
    margin: 40px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}
.cliente-card h2 {
    margin-bottom: 18px;
    color: #222e50;
}
.form-group {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 12px;
}
.form-group label {
    font-weight: 500;
    color: #222e50;
    font-size: 1rem;
}
.form-group input {
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 1rem;
    box-sizing: border-box;
    transition: border 0.2s;
}
.form-group input:focus {
    border: 1.5px solid #222e50;
    outline: none;
}
.form-btn {
    margin-top: 8px;
    padding: 14px 0;
    background: #222e50;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 1.1rem;
    cursor: pointer;
    font-weight: 600;
    width: 100%;
    transition: background 0.2s;
    letter-spacing: 1px;
}
.form-btn:hover {
    background: #4fd1c5;
}
.retirada-card {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(34,46,80,0.12);
    padding: 40px 32px 32px 32px;
    max-width: 440px;
    margin: 40px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}
.retirada-card h2 {
    margin-bottom: 18px;
    color: #222e50;
}
.system-title {
    font-size: 2.4em;
    font-weight: 800;
    color: #38a169;
    text-align: center;
    margin: 0 0 8px 0;
    letter-spacing: 1px;
    text-shadow: 0 2px 8px rgba(56,161,105,0.10);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}