﻿:root {
    --card-radius: 14px;
}

body {
    background: #f6f7fb;
}

.page-wrap {
    min-height: calc(100vh - 64px);
}

.card {
    border: 0;
    border-radius: var(--card-radius);
    box-shadow: 0 8px 24px rgba(0,0,0,.06);
}

.btn {
    border-radius: 12px;
}

.form-control, .form-select {
    border-radius: 12px;
}

.table {
    background: #fff;
    border-radius: var(--card-radius);
    overflow: hidden;
}

.footer {
    background: #fff;
    border-top: 1px solid rgba(0,0,0,.06);
}
