body {
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background: #f4f7fb;
    color: #1f2937;
}

.navbar-brand {
    letter-spacing: 0.02em;
}

.card {
    margin-bottom: 1.5rem;
    border: none;
    border-radius: 1rem;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.06);
}

.btn-primary {
    background-image: linear-gradient(135deg, #2563eb 0%, #4f46e5 100%);
    border: none;
}

.btn-primary:hover,
.btn-primary:focus {
    background-image: linear-gradient(135deg, #1d4ed8 0%, #4338ca 100%);
}

.form-control {
    border-radius: 0.85rem;
    border: 1px solid #d1d5db;
}

.table {
    background: #ffffff;
}

.table thead th {
    border-bottom: 2px solid #e5e7eb;
}

.table tbody tr:hover {
    background: #f8fafc;
}

.card-header,
.card-body {
    padding: 1.75rem;
}

.bg-soft {
    background-color: #eef2ff;
}

.page-title {
    font-size: 1.75rem;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.hero-card {
    min-height: 100vh;
}
