body{
    font-size:.95rem;
}

.card{
    border:none;
    border-radius:24px;
    background:rgba(255,255,255,.95);
    backdrop-filter:blur(12px);
    box-shadow:
        0 10px 30px rgba(15,23,42,.06),
        0 1px 3px rgba(15,23,42,.08);
}


.card-body{
    padding:1.25rem;
}

.card-title{
    text-align:center;
    font-weight:700;
    letter-spacing:.3px;
    color:var(--lt-primary);
    margin-bottom:1rem;
}




.btn{
    border-radius:12px;
    font-weight:600;
}

.form-control,
.form-select{
    border-radius:12px;
    min-height:48px;
}

.table{
    vertical-align:middle;
}

.page-title{
    font-size:1.75rem;
    font-weight:700;
    text-align:center;
    margin-bottom:.5rem;
}

.page-subtitle{
    color:#64748b;
    text-align:center;
    max-width:700px;
    margin:0 auto;
}


.form-card{
    max-width:900px;
}


.border-danger{
    max-width:800px;
    margin: auto;
}


.section-title{
    font-size:1.05rem;
    font-weight:600;
    margin-bottom:1rem;
}

.form-label{
    font-weight:500;
    margin-bottom:.5rem;
}

textarea.form-control{
    min-height:120px;
}



.card-body{
    padding: 1rem;
}
