:root {
    --meyari-navy: #082d59;
    --meyari-blue: #0875f5;
    --meyari-soft: #f3f7fc;
}

.fi-body {
    background:
        radial-gradient(circle at 92% 2%, rgba(8, 117, 245, .08), transparent 28rem),
        var(--meyari-soft);
}

.dark .fi-body {
    background: #071523;
}

.fi-sidebar {
    border-inline-end: 1px solid rgba(8, 45, 89, .08);
}

.fi-topbar nav,
.fi-section,
.fi-wi-stats-overview-stat {
    box-shadow: 0 14px 40px rgba(8, 45, 89, .055);
}

.fi-wi-stats-overview-stat {
    border-radius: 1.25rem;
}

.meyari-quick-action {
    display: flex;
    min-height: 6.25rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .55rem;
    border: 1px solid rgb(229 231 235);
    border-radius: 1rem;
    color: #1f2937;
    background: rgba(255, 255, 255, .75);
    font-size: .78rem;
    font-weight: 700;
    text-align: center;
    transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

.meyari-quick-action svg {
    width: 1.45rem;
    height: 1.45rem;
    color: var(--meyari-blue);
}

.meyari-quick-action:hover {
    transform: translateY(-2px);
    border-color: rgba(8, 117, 245, .35);
    background: #fff;
}

.dark .meyari-quick-action {
    border-color: rgba(255, 255, 255, .1);
    color: #f9fafb;
    background: rgba(255, 255, 255, .04);
}

.dark .meyari-quick-action:hover {
    border-color: rgba(8, 117, 245, .5);
    background: rgba(8, 117, 245, .08);
}
