body {
    font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}

.page-title {
    font-weight: 600;
}

.card-header {
    background: linear-gradient(90deg,#0d6efd44, #0d6efd11);
    font-weight: 600;
}

.teal-band {
    height: 6px;
    background: linear-gradient(90deg,#0dc9b7,#0d6efd);
    border-radius: 8px;
}

.btn-search {
    background: #eef7ff;
    border: 1px solid #cfe8ff;
}

.input-group .form-control[readonly] {
    background-color: #f8fafc;
}

.alert {
    border-left: 4px solid #0d6efd;
}
