html, body {
    font-family: "Cairo", "Segoe UI", Tahoma, Arial, sans-serif;
}

body {
    background:
        radial-gradient(circle at top right, rgba(22, 96, 176, 0.12), transparent 26%),
        radial-gradient(circle at bottom left, rgba(34, 197, 94, 0.10), transparent 22%),
        #f4f7fb;
}

.page-shell {
    min-height: calc(100vh - 90px);
}

.card {
    border-radius: 1rem;
}

.navbar-brand {
    white-space: normal;
    text-align: right;
}

.brand-logo {
    width: 52px;
    height: 52px;
    object-fit: cover;
    border-radius: 50%;
    background: #fff;
    padding: 3px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

.institution-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    background: rgba(13, 110, 253, 0.08);
    color: #0b5ed7;
    font-weight: 700;
    font-size: 0.92rem;
}

.status-box {
    padding: 1rem;
    border-radius: 1rem;
    border: 1px solid #dbe3ef;
    background: #fff;
}

.small-box {
    max-width: 280px;
}

.status-open {
    background: #ecfdf3;
    border-color: #b7ebc6;
}

.status-closed, .status-disabled, .status-not_started {
    background: #fff8e1;
    border-color: #ffe08a;
}

.choice-card {
    background: #f8fafc;
}

.stat-card {
    background: linear-gradient(135deg, #ffffff, #f7fbff);
}

.list-group-item {
    background: transparent;
}
