/* _content/MetaAdsPanel.Web/Components/AdNotificationsPanel.razor.rz.scp.css */
.home-notification-card[b-vq0jtkfpzi] {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 1rem;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
    padding: 1.25rem;
}

.home-notification-header[b-vq0jtkfpzi] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.home-notification-header h4[b-vq0jtkfpzi] {
    margin: 0;
    font-size: 1.2rem;
    color: #111827;
}

.home-notification-header p[b-vq0jtkfpzi] {
    margin: 0.25rem 0 0 0;
    color: #6b7280;
    font-size: 0.9rem;
}

.home-notification-list[b-vq0jtkfpzi] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1rem;
}

.home-notification-item[b-vq0jtkfpzi] {
    border: 1px solid #e5e7eb;
    border-radius: 0.9rem;
    padding: 1rem;
    background: #fff;
}

.home-notification-item.is-unread[b-vq0jtkfpzi] {
    border-color: #bfdbfe;
    background: #f8fbff;
}

.home-notification-item-head[b-vq0jtkfpzi] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.6rem;
}

.home-notification-severity[b-vq0jtkfpzi] {
    font-size: 0.75rem;
    font-weight: 700;
    border-radius: 999px;
    padding: 0.15rem 0.55rem;
}

.severity-critical[b-vq0jtkfpzi] {
    background: #fee2e2;
    color: #b91c1c;
}

.severity-warning[b-vq0jtkfpzi] {
    background: #fef3c7;
    color: #b45309;
}

.severity-info[b-vq0jtkfpzi] {
    background: #dbeafe;
    color: #1d4ed8;
}

.home-notification-time[b-vq0jtkfpzi] {
    font-size: 0.75rem;
    color: #6b7280;
}

.home-notification-title[b-vq0jtkfpzi] {
    font-size: 1rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 0.35rem;
}

.home-notification-meta[b-vq0jtkfpzi] {
    font-size: 0.78rem;
    color: #6b7280;
    margin-bottom: 0.5rem;
}

.home-notification-message[b-vq0jtkfpzi] {
    color: #374151;
    font-size: 0.92rem;
    line-height: 1.45;
    min-height: 3.5rem;
}

.home-notification-actions[b-vq0jtkfpzi] {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    margin-top: 0.85rem;
}

.home-notification-empty[b-vq0jtkfpzi] {
    padding: 1rem 0;
    color: #6b7280;
}

@media (max-width: 768px) {
    .home-notification-card[b-vq0jtkfpzi] {
        padding: 1rem;
    }

    .home-notification-list[b-vq0jtkfpzi] {
        grid-template-columns: 1fr;
    }
}
/* _content/MetaAdsPanel.Web/Pages/Index.razor.rz.scp.css */
.dashboard-shell[b-gpqeuao11v] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    padding-top: 1.25rem;
}

.dashboard-hero[b-gpqeuao11v] {
    position: relative;
    overflow: hidden;
    border-radius: 1.25rem;
    padding: 1.5rem 1.6rem;
    background:
        radial-gradient(circle at top right, rgba(96, 165, 250, 0.22), transparent 28%),
        linear-gradient(135deg, #0f172a 0%, #1d4ed8 100%);
    color: #fff;
    box-shadow: 0 24px 50px rgba(15, 23, 42, 0.18);
}

.dashboard-eyebrow[b-gpqeuao11v] {
    display: inline-flex;
    margin-bottom: 0.65rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    padding: 0.35rem 0.7rem;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.dashboard-hero h3[b-gpqeuao11v] {
    margin: 0;
    font-size: 2.1rem;
}

.dashboard-subtitle[b-gpqeuao11v] {
    margin: 0.4rem 0 0 0;
    color: rgba(255, 255, 255, 0.88);
    max-width: 60rem;
}

.dashboard-summary-grid[b-gpqeuao11v] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
}

.dashboard-summary-card[b-gpqeuao11v] {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid #e5edf7;
    border-radius: 1.05rem;
    padding: 1rem 1.1rem;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.dashboard-summary-label[b-gpqeuao11v] {
    font-size: 0.82rem;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.dashboard-summary-card strong[b-gpqeuao11v] {
    color: #111827;
    font-size: 1rem;
}

.dashboard-content-grid[b-gpqeuao11v] {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
    gap: 1.25rem;
    align-items: start;
}

.dashboard-metrics-grid[b-gpqeuao11v] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1rem;
}

.dashboard-metric-card[b-gpqeuao11v] {
    border-radius: 1rem;
    padding: 1.15rem 1.2rem;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.10);
}

.dashboard-metric-card strong[b-gpqeuao11v] {
    font-size: 1.8rem;
    line-height: 1.1;
}

.dashboard-metric-card small[b-gpqeuao11v] {
    opacity: 0.92;
}

.dashboard-metric-label[b-gpqeuao11v] {
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    opacity: 0.92;
}

.metric-blue[b-gpqeuao11v] {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
}

.metric-amber[b-gpqeuao11v] {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
}

.metric-green[b-gpqeuao11v] {
    background: linear-gradient(135deg, #16a34a 0%, #15803d 100%);
}

.dashboard-section-card[b-gpqeuao11v] {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 1.05rem;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.07);
    padding: 1.3rem;
}

.dashboard-section-header[b-gpqeuao11v] {
    margin-bottom: 1rem;
}

.dashboard-section-header h4[b-gpqeuao11v] {
    margin: 0;
    color: #111827;
}

.dashboard-section-header p[b-gpqeuao11v] {
    margin: 0.35rem 0 0 0;
    color: #6b7280;
}

.dashboard-recent-list[b-gpqeuao11v] {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.dashboard-recent-item[b-gpqeuao11v] {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: center;
    border: 1px solid #e7eef7;
    border-radius: 1rem;
    padding: 1rem 1.05rem;
    background:
        linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

.dashboard-recent-main[b-gpqeuao11v],
.dashboard-recent-meta[b-gpqeuao11v] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.dashboard-recent-title-row[b-gpqeuao11v] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    flex-wrap: wrap;
}

.dashboard-recent-main strong[b-gpqeuao11v] {
    color: #111827;
    font-size: 1rem;
}

.dashboard-recent-main span[b-gpqeuao11v],
.dashboard-recent-meta span[b-gpqeuao11v] {
    color: #6b7280;
    font-size: 0.9rem;
}

.dashboard-status-badge[b-gpqeuao11v] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 0.22rem 0.6rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    border: 1px solid transparent;
}

.status-green[b-gpqeuao11v] {
    background: #dcfce7;
    color: #166534;
    border-color: #bbf7d0;
}

.status-amber[b-gpqeuao11v] {
    background: #fef3c7;
    color: #92400e;
    border-color: #fde68a;
}

.status-red[b-gpqeuao11v] {
    background: #fee2e2;
    color: #b91c1c;
    border-color: #fecaca;
}

.status-blue[b-gpqeuao11v] {
    background: #dbeafe;
    color: #1d4ed8;
    border-color: #bfdbfe;
}

.status-slate[b-gpqeuao11v] {
    background: #e5e7eb;
    color: #374151;
    border-color: #d1d5db;
}

.dashboard-recent-actions[b-gpqeuao11v] {
    display: flex;
    justify-content: flex-end;
}

.dashboard-empty[b-gpqeuao11v] {
    color: #6b7280;
    padding: 0.5rem 0;
}

@media (max-width: 768px) {
    .dashboard-header h3[b-gpqeuao11v] {
        font-size: 1.6rem;
    }

    .dashboard-content-grid[b-gpqeuao11v] {
        grid-template-columns: 1fr;
    }

    .dashboard-recent-item[b-gpqeuao11v] {
        grid-template-columns: 1fr;
    }

    .dashboard-recent-actions[b-gpqeuao11v] {
        justify-content: flex-start;
    }
}
/* _content/MetaAdsPanel.Web/Shared/MainLayout.razor.rz.scp.css */
.page[b-jjjxtpqdbi] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-jjjxtpqdbi] {
    flex: 1;
}

.sidebar[b-jjjxtpqdbi] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-jjjxtpqdbi] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    min-height: 3.75rem;
    display: flex;
    align-items: center;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.top-actions[b-jjjxtpqdbi] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    min-height: 2.5rem;
}

.user-info[b-jjjxtpqdbi] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-height: 2.5rem;
}

.user-label[b-jjjxtpqdbi] {
    color: #374151;
    font-size: 0.9rem;
    white-space: nowrap;
}

    .top-row[b-jjjxtpqdbi]  a, .top-row .btn-link[b-jjjxtpqdbi] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-jjjxtpqdbi] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-jjjxtpqdbi] {
        display: none;
    }

    .top-row.auth[b-jjjxtpqdbi] {
        justify-content: space-between;
    }

    .top-row a[b-jjjxtpqdbi], .top-row .btn-link[b-jjjxtpqdbi] {
        margin-left: 0;
    }
    .user-label[b-jjjxtpqdbi] {
        display: none;
    }
}

@media (min-width: 641px) {
    .page[b-jjjxtpqdbi] {
        flex-direction: row;
    }

    .sidebar[b-jjjxtpqdbi] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-jjjxtpqdbi] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-jjjxtpqdbi] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/MetaAdsPanel.Web/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-vmu527shly] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-vmu527shly] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-vmu527shly] {
    font-size: 1.1rem;
}

.oi[b-vmu527shly] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-vmu527shly] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-vmu527shly] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-vmu527shly] {
        padding-bottom: 1rem;
    }

    .nav-item[b-vmu527shly]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-vmu527shly]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-vmu527shly]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-vmu527shly] {
        display: none;
    }

    .collapse[b-vmu527shly] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
