body {
    font-family: 'Manrope', sans-serif;
    background:
        radial-gradient(circle at top left, rgba(13, 110, 253, 0.12), transparent 35%),
        radial-gradient(circle at bottom right, rgba(25, 135, 84, 0.10), transparent 30%),
        #f5f7fb;
    min-height: 100vh;
}

.app-navbar {
    background: linear-gradient(135deg, #0f172a, #1d4ed8);
}

.stat-card,
.login-card,
.card {
    border-radius: 1.25rem;
}

.event-list-item {
    padding: 1rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.8);
}

.notification-bell {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    text-decoration: none;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.notification-bell:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.4);
}

.notification-bell svg {
    width: 1.25rem;
    height: 1.25rem;
}

.notification-badge {
    position: absolute;
    top: -0.2rem;
    right: -0.2rem;
    min-width: 1.15rem;
    height: 1.15rem;
    padding: 0 0.28rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #dc3545;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 800;
    line-height: 1;
}

.orcamento-card {
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.85);
}

.fc .fc-toolbar-title {
    font-size: 1.1rem;
    font-weight: 800;
}

.fc .fc-button-primary {
    background-color: #1d4ed8;
    border-color: #1d4ed8;
}

.fc .fc-daygrid-event {
    border-radius: 999px;
    padding: 0.1rem 0.4rem;
}

.login-page {
    display: flex;
    align-items: center;
}

.modal-content {
    border: 0;
    border-radius: 1.25rem;
}

.form-control,
.form-select {
    border-radius: 0.9rem;
}

.btn {
    border-radius: 0.9rem;
}
