*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:Arial, sans-serif;
}

/* BODY PADRÃO */

body{
    background:#eef1f5;
    min-height:100vh;
}

/* DASHBOARD LAYOUT */

.dashboard-layout{
    display:flex;
    min-height:100vh;
}

/* SIDEBAR */

.sidebar{
    width:250px;
    min-height:100vh;
    background:#1E293B;
    color:#fff;
    padding:20px;
    position:fixed;
    left:0;
    top:0;
}

.logo-area{
    text-align:center;
    margin-bottom:30px;
}

.logo{
    width:120px;
    display:block;
    margin:0 auto 15px auto;
}

.sidebar h2{
    text-align:center;
    margin-bottom:30px;
    font-size:20px;
}

.sidebar a{
    display:block;
    color:#fff;
    text-decoration:none;
    margin-bottom:10px;
    padding:12px;
    border-radius:10px;
    transition:0.3s;
    font-size:18px;
}

.sidebar a:hover{
    background:#6030AD;
}

/* CONTEÚDO */

.content{
    margin-left:250px;
    width:calc(100% - 250px);
    padding:40px;
}

.content h1{
    color:#1E1029;
    margin-bottom:20px;
    font-size:50px;
}

.content p{
    margin-bottom:20px;
    font-size:18px;
}

/* CARDS */

.cards{
    display:flex;
    gap:20px;
    margin-top:30px;
    flex-wrap:wrap;
}

.card{
    background:#fff;
    width:250px;
    padding:25px;
    border-radius:15px;
    box-shadow:0 5px 15px rgba(0,0,0,0.08);
}

.card h3{
    color:#1E1029;
    margin-bottom:15px;
    font-size:20px;
}

.card span{
    font-size:45px;
    font-weight:bold;
    color:#6030AD;
}

/* LOGIN */

.login-body{
    display:flex;
    justify-content:center;
    align-items:center;
    min-height:100vh;
    background:#dfe1e6;
}

.login-container{
    width:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    padding:20px;
}

.login-box{
    width:420px;
    background:#fff;
    padding:45px;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,0.1);
    text-align:center;
}

.login-logo{
    width:170px;
    margin-bottom:25px;
}

.login-box h1{
    color:#1E1029;
    margin-bottom:30px;
    font-size:42px;
    line-height:48px;
}

.login-box input{
    width:100%;
    padding:14px;
    margin-bottom:15px;
    border:1px solid #ccc;
    border-radius:10px;
    font-size:16px;
    outline:none;
}

.login-box input:focus{
    border-color:#6030AD;
}

.login-box button{
    width:100%;
    padding:14px;
    border:none;
    border-radius:10px;
    background:#6030AD;
    color:#fff;
    font-size:16px;
    font-weight:bold;
    cursor:pointer;
    transition:0.3s;
}

.login-box button:hover{
    background:#4e2790;
}
.btn{
    display:inline-block;
    background:#6030AD;
    color:#fff;
    padding:12px 18px;
    border-radius:10px;
    text-decoration:none;
    margin-bottom:20px;
}

.tabela{
    width:100%;
    background:#fff;
    border-radius:15px;
    overflow:hidden;
    border-collapse:collapse;
}

.tabela th{
    background:#1E293B;
    color:#fff;
    padding:15px;
    text-align:left;
}

.tabela td{
    padding:15px;
    border-bottom:1px solid #eee;
}

.tabela tr:hover{
    background:#f5f5f5;
}
.form-produto{
    max-width:500px;
    margin-top:30px;
    display:flex;
    flex-direction:column;
    gap:15px;
}

.form-produto input{
    padding:14px;
    border:1px solid #ccc;
    border-radius:10px;
    font-size:16px;
}

.form-produto button{
    padding:14px;
    border:none;
    border-radius:10px;
    background:#6030AD;
    color:#fff;
    font-size:16px;
    font-weight:bold;
    cursor:pointer;
}

.form-produto button:hover{
    background:#4e2790;
}
.form-produto{
    width:500px;
    display:flex;
    flex-direction:column;
    gap:15px;
    margin-top:30px;
}

.form-produto input{
    padding:14px;
    border-radius:10px;
    border:1px solid #ccc;
    font-size:16px;
}

.form-produto button{
    padding:14px;
    border:none;
    border-radius:10px;
    background:#6030AD;
    color:#fff;
    font-size:16px;
    font-weight:bold;
    cursor:pointer;
}
.tabela{
    width:100%;
    margin-top:25px;
    border-collapse:collapse;
    background:#fff;
    border-radius:15px;
    overflow:hidden;
}

.tabela th{
    background:#1E293B;
    color:#fff;
    padding:18px;
    text-align:left;
}

.tabela td{
    padding:16px;
    border-bottom:1px solid #ddd;
}

.btn{
    display:inline-block;
    background:#6030AD;
    color:#fff;
    padding:12px 18px;
    border-radius:10px;
    text-decoration:none;
    font-weight:bold;
    margin-top:10px;
}

.btn-editar{
    background:#2563eb;
    color:#fff;
    padding:8px 12px;
    border-radius:8px;
    text-decoration:none;
    margin-right:8px;
}

.btn-excluir{
    background:#dc2626;
    color:#fff;
    padding:8px 12px;
    border-radius:8px;
    text-decoration:none;
}
.btn-editar{
    background:#6030AD;
    color:#fff;
    padding:8px 14px;
    border-radius:8px;
    text-decoration:none;
    margin-right:8px;
    font-size:14px;
}

.btn-excluir{
    background:#dc2626;
    color:#fff;
    padding:8px 14px;
    border-radius:8px;
    text-decoration:none;
    font-size:14px;
}
.img-produto{
    width:70px;
    height:70px;
    object-fit:cover;
    border-radius:10px;
    border:1px solid #ccc;
}