/* _content/AdvertisingManager.Web/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-pgit2nbqd9] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-pgit2nbqd9] {
    flex: 1;
    min-width: 0;
}

.sidebar-hover-area[b-pgit2nbqd9] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.sidebar-panel[b-pgit2nbqd9] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.sidebar-handle[b-pgit2nbqd9] {
    display: none;
}

.top-row[b-pgit2nbqd9] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-pgit2nbqd9]  a,
    .top-row[b-pgit2nbqd9]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-pgit2nbqd9]  a:hover,
        .top-row[b-pgit2nbqd9]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-pgit2nbqd9]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

.content[b-pgit2nbqd9] {
    padding-top: 1.1rem;
}

@media (max-width: 640.98px) {
    .top-row[b-pgit2nbqd9] {
        justify-content: space-between;
    }

        .top-row[b-pgit2nbqd9]  a,
        .top-row[b-pgit2nbqd9]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-pgit2nbqd9] {
        display: block;
    }

    .sidebar-hover-area[b-pgit2nbqd9] {
        position: fixed;
        top: 0;
        left: 0;
        width: 24px;
        height: 100vh;
        z-index: 1000;
        overflow: visible;
        background: transparent;
    }

    .sidebar-panel[b-pgit2nbqd9] {
        position: absolute;
        top: 0;
        left: 0;
        width: 250px;
        height: 100vh;
        overflow-y: auto;
        transform: translate3d(-250px, 0, 0);
        transition: transform 220ms ease-in-out;
        will-change: transform;
        box-shadow: 4px 0 18px rgba(0, 0, 0, 0.25);
    }

    .sidebar-hover-area:hover .sidebar-panel[b-pgit2nbqd9] {
        transform: translate3d(0, 0, 0);
    }

    .sidebar-handle[b-pgit2nbqd9] {
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 24px;
        height: 100vh;
        cursor: pointer;
        background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
        box-shadow: 2px 0 8px rgba(0, 0, 0, 0.18);
    }

    .sidebar-hover-area:hover .sidebar-handle[b-pgit2nbqd9] {
        opacity: 0;
    }

    .sidebar-handle-line[b-pgit2nbqd9] {
        width: 4px;
        height: 56px;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.72);
    }

    main[b-pgit2nbqd9] {
        width: 100%;
        margin-left: 0;
    }

    .top-row[b-pgit2nbqd9] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-pgit2nbqd9]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-pgit2nbqd9],
    article[b-pgit2nbqd9] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-pgit2nbqd9] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-pgit2nbqd9] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/AdvertisingManager.Web/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-j9zl8vye9f] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-j9zl8vye9f] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-j9zl8vye9f] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-j9zl8vye9f] {
    font-size: 1.1rem;
}

.bi[b-j9zl8vye9f] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-j9zl8vye9f] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-j9zl8vye9f] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-j9zl8vye9f] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-j9zl8vye9f] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-j9zl8vye9f] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-j9zl8vye9f] {
        padding-bottom: 1rem;
    }

    .nav-item[b-j9zl8vye9f]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-j9zl8vye9f]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-j9zl8vye9f]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-j9zl8vye9f] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-j9zl8vye9f] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-j9zl8vye9f] {
        display: none;
    }

    .nav-scrollable[b-j9zl8vye9f] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/AdvertisingManager.Web/Components/Pages/AdGroups.razor.rz.scp.css */
.hierarchy-page[b-tcyg5eo3ee] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
}

.breadcrumb-row[b-tcyg5eo3ee] {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    color: #6c757d;
    font-size: 0.9rem;
}

    .breadcrumb-row a[b-tcyg5eo3ee] {
        color: #0d6efd;
        text-decoration: none;
    }

        .breadcrumb-row a:hover[b-tcyg5eo3ee] {
            text-decoration: underline;
        }

.hierarchy-header[b-tcyg5eo3ee] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

    .hierarchy-header h1[b-tcyg5eo3ee] {
        margin: 0;
        font-size: 1.75rem;
    }

    .hierarchy-header p[b-tcyg5eo3ee] {
        margin: 0.25rem 0 0;
        color: #666;
    }

.filter-grid[b-tcyg5eo3ee] {
    display: grid;
    grid-template-columns: minmax(160px, 0.8fr) minmax(220px, 1.2fr) minmax(300px, 1.5fr) auto;
    gap: 0.75rem;
    align-items: end;
    padding: 1rem;
    border: 1px solid #ddd;
    border-radius: 0.75rem;
    background: #fff;
}

    .filter-grid > div[b-tcyg5eo3ee] {
        display: flex;
        flex-direction: column;
        gap: 0.25rem;
    }

    .filter-grid label[b-tcyg5eo3ee] {
        font-size: 0.8rem;
        font-weight: 600;
        color: #555;
    }

.filter-actions[b-tcyg5eo3ee] {
    flex-direction: row !important;
    gap: 0.5rem !important;
    align-items: center;
}

.table-toolbar[b-tcyg5eo3ee] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.page-size-selector[b-tcyg5eo3ee] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
}

    .page-size-selector select[b-tcyg5eo3ee] {
        width: 90px;
    }

.entity-table-wrapper[b-tcyg5eo3ee] {
    border: 1px solid #ddd;
    border-radius: 0.75rem;
    background: #fff;
}

.entity-table[b-tcyg5eo3ee] {
    min-width: 1400px;
    margin-bottom: 0;
}

    .entity-table th[b-tcyg5eo3ee],
    .entity-table td[b-tcyg5eo3ee] {
        padding: 0.75rem;
        vertical-align: middle;
        white-space: nowrap;
    }

    .entity-table th[b-tcyg5eo3ee] {
        position: sticky;
        top: 0;
        z-index: 1;
        background: #f8f9fa;
        color: #555;
        font-size: 0.8rem;
    }

.numeric[b-tcyg5eo3ee] {
    text-align: right;
}

.empty-row[b-tcyg5eo3ee] {
    padding: 2rem !important;
    text-align: center;
    color: #777;
}

.entity-link[b-tcyg5eo3ee] {
    color: #0d6efd;
    font-weight: 600;
    text-decoration: none;
}

    .entity-link:hover[b-tcyg5eo3ee] {
        text-decoration: underline;
    }

.target-name[b-tcyg5eo3ee] {
    font-weight: 600;
}

.entity-id[b-tcyg5eo3ee] {
    margin-top: 0.2rem;
    color: #777;
    font-size: 0.75rem;
}

.status-badge[b-tcyg5eo3ee],
.negative-badge[b-tcyg5eo3ee] {
    display: inline-block;
    padding: 0.25rem 0.5rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 700;
}

.status-enabled[b-tcyg5eo3ee] {
    color: #0f7b0f;
    background: #eef9ee;
}

.status-paused[b-tcyg5eo3ee] {
    color: #8a6400;
    background: #fff7df;
}

.status-archived[b-tcyg5eo3ee],
.status-unknown[b-tcyg5eo3ee] {
    color: #666;
    background: #f2f2f2;
}

.negative-badge[b-tcyg5eo3ee] {
    color: #842029;
    background: #f8d7da;
}

.pagination-panel[b-tcyg5eo3ee] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.entity-details-layout[b-tcyg5eo3ee] {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.entity-details-content[b-tcyg5eo3ee] {
    display: flex;
    flex: 1;
    min-width: 0;
    flex-direction: column;
    gap: 1rem;
}

@media (max-width: 850px) {
    .entity-details-layout[b-tcyg5eo3ee] {
        flex-direction: column;
    }
}

@media (max-width: 1100px) {
    .filter-grid[b-tcyg5eo3ee] {
        grid-template-columns: repeat(2, minmax(180px, 1fr));
    }
}

@media (max-width: 700px) {
    .hierarchy-header[b-tcyg5eo3ee],
    .table-toolbar[b-tcyg5eo3ee] {
        align-items: stretch;
        flex-direction: column;
    }

    .filter-grid[b-tcyg5eo3ee] {
        grid-template-columns: 1fr;
    }
}
/* _content/AdvertisingManager.Web/Components/Pages/AdminJobs.razor.rz.scp.css */
.admin-jobs-page[b-b8j2np24az] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    padding: 1.5rem;
}

.page-header[b-b8j2np24az] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

    .page-header h1[b-b8j2np24az] {
        margin: 0;
        font-size: 1.75rem;
        font-weight: 700;
    }

    .page-header p[b-b8j2np24az] {
        margin: .35rem 0 0;
        color: #6b7280;
    }

.admin-job-grid[b-b8j2np24az] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.job-card[b-b8j2np24az] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1.25rem;
    padding: 1.25rem;
    border: 1px solid #e5e7eb;
    border-radius: .75rem;
    background: #ffffff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .04);
}

.job-card-content h2[b-b8j2np24az] {
    margin: 0;
    font-size: 1.15rem;
    font-weight: 700;
}

.job-card-content p[b-b8j2np24az] {
    margin: .5rem 0 0;
    color: #6b7280;
    line-height: 1.45;
}

.btn[b-b8j2np24az] {
    align-self: flex-start;
    border: none;
    border-radius: .5rem;
    padding: .6rem 1rem;
    font-weight: 600;
    cursor: pointer;
}

    .btn:disabled[b-b8j2np24az] {
        opacity: .65;
        cursor: not-allowed;
    }

.btn-primary[b-b8j2np24az] {
    background: #2563eb;
    color: #ffffff;
}

.alert[b-b8j2np24az] {
    padding: .85rem 1rem;
    border-radius: .5rem;
    font-weight: 500;
}

.alert-danger[b-b8j2np24az] {
    border: 1px solid #fecaca;
    background: #fef2f2;
    color: #991b1b;
}

.alert-success[b-b8j2np24az] {
    border: 1px solid #bbf7d0;
    background: #f0fdf4;
    color: #166534;
}

.sync-result-card[b-b8j2np24az] {
    padding: 1.25rem;
    border: 1px solid #e5e7eb;
    border-radius: .75rem;
    background: #ffffff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .04);
}

    .sync-result-card h2[b-b8j2np24az] {
        margin: 0 0 1rem;
        font-size: 1.15rem;
        font-weight: 700;
    }

.sync-result-grid[b-b8j2np24az] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .75rem;
}

.sync-result-item[b-b8j2np24az] {
    display: flex;
    flex-direction: column;
    gap: .25rem;
    padding: .85rem;
    border-radius: .5rem;
    background: #f9fafb;
}

    .sync-result-item span[b-b8j2np24az] {
        color: #6b7280;
        font-size: .85rem;
    }

    .sync-result-item strong[b-b8j2np24az] {
        font-size: 1.25rem;
    }

.warnings-block[b-b8j2np24az] {
    margin-top: 1rem;
    padding: 1rem;
    border: 1px solid #fde68a;
    border-radius: .5rem;
    background: #fffbeb;
}

    .warnings-block h3[b-b8j2np24az] {
        margin: 0 0 .75rem;
        font-size: 1rem;
    }

    .warnings-block ul[b-b8j2np24az] {
        margin: 0;
        padding-left: 1.25rem;
    }

    .warnings-block li[b-b8j2np24az] {
        margin-bottom: .35rem;
    }

.access-denied-page[b-b8j2np24az] {
    padding: 2rem;
}

.danger-card[b-b8j2np24az] {
    border-color: #fecaca;
    background: #fffafa;
}

.btn-danger[b-b8j2np24az] {
    background: #dc2626;
    color: #ffffff;
}

    .btn-danger:hover:not(:disabled)[b-b8j2np24az] {
        background: #b91c1c;
    }

.confirm-checkbox[b-b8j2np24az] {
    display: flex;
    align-items: flex-start;
    gap: .5rem;
    margin-top: 1rem;
    color: #7f1d1d;
    font-size: .9rem;
    line-height: 1.35;
}

    .confirm-checkbox input[b-b8j2np24az] {
        margin-top: .15rem;
    }

.danger-result-card[b-b8j2np24az] {
    border-color: #fecaca;
}

.daily-metrics-card[b-b8j2np24az] {
    border-color: #bfdbfe;
    background: #f8fbff;
}

.daily-metrics-status[b-b8j2np24az] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1rem;
    padding: 0.8rem;
    border: 1px solid #dbeafe;
    border-radius: 0.5rem;
    background: #eff6ff;
}

    .daily-metrics-status span[b-b8j2np24az] {
        color: #4b5563;
        font-size: 0.9rem;
    }

    .daily-metrics-status strong[b-b8j2np24az] {
        color: #1d4ed8;
        font-size: 1.25rem;
    }

.daily-metrics-note[b-b8j2np24az] {
    margin-top: 0.65rem;
    color: #4b5563;
    font-size: 0.9rem;
}

.job-card-actions[b-b8j2np24az] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.65rem;
}

.btn-secondary[b-b8j2np24az] {
    background: #e5e7eb;
    color: #111827;
}

    .btn-secondary:hover:not(:disabled)[b-b8j2np24az] {
        background: #d1d5db;
    }

.btn-link[b-b8j2np24az] {
    padding-right: 0.35rem;
    padding-left: 0.35rem;
    background: transparent;
    color: #2563eb;
}

    .btn-link:hover:not(:disabled)[b-b8j2np24az] {
        text-decoration: underline;
    }

@media (max-width: 900px) {
    .admin-job-grid[b-b8j2np24az] {
        grid-template-columns: 1fr;
    }

    .sync-result-grid[b-b8j2np24az] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 520px) {
    .sync-result-grid[b-b8j2np24az] {
        grid-template-columns: 1fr;
    }
}
/* _content/AdvertisingManager.Web/Components/Pages/AllTargets.razor.rz.scp.css */
.hierarchy-page[b-4wfh55vdzn] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
}

.breadcrumb-row[b-4wfh55vdzn] {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    color: #6c757d;
    font-size: 0.9rem;
}

    .breadcrumb-row a[b-4wfh55vdzn] {
        color: #0d6efd;
        text-decoration: none;
    }

        .breadcrumb-row a:hover[b-4wfh55vdzn] {
            text-decoration: underline;
        }

.hierarchy-header[b-4wfh55vdzn] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

    .hierarchy-header h1[b-4wfh55vdzn] {
        margin: 0;
        font-size: 1.75rem;
    }

    .hierarchy-header p[b-4wfh55vdzn] {
        margin: 0.25rem 0 0;
        color: #666;
    }

.filter-grid[b-4wfh55vdzn] {
    display: grid;
    grid-template-columns: repeat(3, minmax(180px, 1fr));
    gap: 0.75rem;
    align-items: end;
    padding: 1rem;
    border: 1px solid #ddd;
    border-radius: 0.75rem;
    background: #fff;
}

    .filter-grid > div[b-4wfh55vdzn] {
        display: flex;
        flex-direction: column;
        gap: 0.25rem;
    }

    .filter-grid label[b-4wfh55vdzn] {
        color: #555;
        font-size: 0.8rem;
        font-weight: 600;
    }

.filter-actions[b-4wfh55vdzn] {
    flex-direction: row !important;
    align-items: center;
    gap: 0.5rem !important;
}

.table-toolbar[b-4wfh55vdzn] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.page-size-selector[b-4wfh55vdzn] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
}

    .page-size-selector select[b-4wfh55vdzn] {
        width: 90px;
    }

.entity-table-wrapper[b-4wfh55vdzn] {
    border: 1px solid #ddd;
    border-radius: 0.75rem;
    background: #fff;
}

.entity-table[b-4wfh55vdzn] {
    min-width: 1700px;
    margin-bottom: 0;
}

    .entity-table th[b-4wfh55vdzn],
    .entity-table td[b-4wfh55vdzn] {
        padding: 0.75rem;
        vertical-align: middle;
        white-space: nowrap;
    }

    .entity-table th[b-4wfh55vdzn] {
        position: sticky;
        top: 0;
        z-index: 1;
        background: #f8f9fa;
        color: #555;
        font-size: 0.8rem;
    }

.numeric[b-4wfh55vdzn] {
    text-align: right;
}

.empty-row[b-4wfh55vdzn] {
    padding: 2rem !important;
    color: #777;
    text-align: center;
}

.entity-link[b-4wfh55vdzn] {
    color: #0d6efd;
    font-weight: 600;
    text-decoration: none;
}

    .entity-link:hover[b-4wfh55vdzn] {
        text-decoration: underline;
    }

.target-name[b-4wfh55vdzn] {
    font-weight: 600;
}

.entity-id[b-4wfh55vdzn] {
    margin-top: 0.2rem;
    color: #777;
    font-size: 0.75rem;
}

.status-badge[b-4wfh55vdzn],
.negative-badge[b-4wfh55vdzn] {
    display: inline-block;
    padding: 0.25rem 0.5rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 700;
}

.status-enabled[b-4wfh55vdzn] {
    color: #0f7b0f;
    background: #eef9ee;
}

.status-paused[b-4wfh55vdzn] {
    color: #8a6400;
    background: #fff7df;
}

.status-archived[b-4wfh55vdzn],
.status-unknown[b-4wfh55vdzn] {
    color: #666;
    background: #f2f2f2;
}

.negative-badge[b-4wfh55vdzn] {
    color: #842029;
    background: #f8d7da;
}

.pagination-panel[b-4wfh55vdzn] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

@media (max-width: 1100px) {
    .filter-grid[b-4wfh55vdzn] {
        grid-template-columns: repeat(2, minmax(180px, 1fr));
    }
}

@media (max-width: 700px) {
    .hierarchy-header[b-4wfh55vdzn],
    .table-toolbar[b-4wfh55vdzn] {
        align-items: stretch;
        flex-direction: column;
    }

    .filter-grid[b-4wfh55vdzn] {
        grid-template-columns: 1fr;
    }
}
/* _content/AdvertisingManager.Web/Components/Pages/Campaigns.razor.rz.scp.css */
.campaign-table-page[b-duj5jy2px7] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.page-header[b-duj5jy2px7] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

    .page-header h1[b-duj5jy2px7] {
        margin: 0;
        font-size: 1.75rem;
        font-weight: 700;
    }

    .page-header p[b-duj5jy2px7] {
        margin: 0.25rem 0 0;
        color: #666;
    }

.filters-panel[b-duj5jy2px7] {
    display: grid;
    grid-template-columns: repeat(6, minmax(140px, 1fr));
    gap: 0.75rem;
    align-items: end;
    padding: 1rem;
    border: 1px solid #ddd;
    border-radius: 0.75rem;
    background: #fff;
}

.filter-group[b-duj5jy2px7] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

    .filter-group label[b-duj5jy2px7] {
        font-size: 0.8rem;
        font-weight: 600;
        color: #555;
    }

.filter-actions[b-duj5jy2px7] {
    display: flex;
    gap: 0.5rem;
    justify-content: end;
    align-items: center;
}

.table-toolbar[b-duj5jy2px7] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.campaign-count[b-duj5jy2px7] {
    flex: 1;
    min-width: 0;
}

.table-toolbar-controls[b-duj5jy2px7] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.75rem;
    flex-wrap: nowrap;
}

.page-size-selector[b-duj5jy2px7] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    white-space: nowrap;
}

    .page-size-selector label[b-duj5jy2px7] {
        margin: 0;
        color: #666;
        font-size: 0.9rem;
    }

    .page-size-selector select[b-duj5jy2px7] {
        width: 90px;
        min-width: 90px;
    }

.table-wrapper[b-duj5jy2px7] {
    overflow-x: auto;
    border: 1px solid #ddd;
    border-radius: 0.75rem;
    background: #fff;
}

.campaign-table[b-duj5jy2px7] {
    width: 100%;
    min-width: 1600px;
    border-collapse: collapse;
}

    .campaign-table th[b-duj5jy2px7],
    .campaign-table td[b-duj5jy2px7] {
        padding: 0.75rem;
        border-bottom: 1px solid #eee;
        vertical-align: middle;
        white-space: nowrap;
    }

    .campaign-table th[b-duj5jy2px7] {
        position: sticky;
        top: 0;
        z-index: 1;
        background: #f8f9fa;
        font-size: 0.8rem;
        text-align: left;
        color: #555;
    }

    .campaign-table tbody tr:hover[b-duj5jy2px7] {
        background: #fafafa;
    }

.numeric[b-duj5jy2px7] {
    text-align: right;
}

.empty-row[b-duj5jy2px7] {
    padding: 2rem;
    text-align: center;
    color: #777;
}

.campaign-link[b-duj5jy2px7] {
    font-weight: 600;
    text-decoration: none;
}

    .campaign-link:hover[b-duj5jy2px7] {
        text-decoration: underline;
    }

.campaign-id[b-duj5jy2px7] {
    margin-top: 0.2rem;
    font-size: 0.75rem;
    color: #777;
}

.status-select[b-duj5jy2px7] {
    min-width: 115px;
    border-radius: 0.375rem;
    border: 1px solid #ddd;
    padding: 0.35rem 0.5rem;
    font-weight: 600;
}

.status-enabled[b-duj5jy2px7] {
    color: #0f7b0f;
    background: #eef9ee;
}

.status-paused[b-duj5jy2px7] {
    color: #8a6400;
    background: #fff7df;
}

.status-archived[b-duj5jy2px7] {
    color: #777;
    background: #f2f2f2;
}

.budget-input[b-duj5jy2px7] {
    width: 95px;
    text-align: right;
    border: 1px solid #ddd;
    border-radius: 0.375rem;
    padding: 0.35rem 0.5rem;
}

.currency-code[b-duj5jy2px7] {
    margin-left: 0.25rem;
    color: #666;
    font-size: 0.8rem;
}

.pagination-panel[b-duj5jy2px7] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.alert[b-duj5jy2px7] {
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
}

.alert-danger[b-duj5jy2px7] {
    color: #842029;
    background: #f8d7da;
    border: 1px solid #f5c2c7;
}

.btn[b-duj5jy2px7] {
    border: 1px solid transparent;
    border-radius: 0.5rem;
    padding: 0.45rem 0.8rem;
    cursor: pointer;
}

    .btn:disabled[b-duj5jy2px7] {
        cursor: not-allowed;
        opacity: 0.65;
    }

.btn-primary[b-duj5jy2px7] {
    color: #fff;
    background: #0d6efd;
    border-color: #0d6efd;
}

.btn-secondary[b-duj5jy2px7] {
    color: #fff;
    background: #6c757d;
    border-color: #6c757d;
}

.btn-link[b-duj5jy2px7] {
    color: #0d6efd;
    background: transparent;
    border-color: transparent;
}

.form-control[b-duj5jy2px7] {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 0.5rem;
    padding: 0.45rem 0.6rem;
}

@media (max-width: 1200px) {
    .filters-panel[b-duj5jy2px7] {
        grid-template-columns: repeat(3, minmax(140px, 1fr));
    }
}

@media (max-width: 768px) {
    .page-header[b-duj5jy2px7],
    .table-toolbar[b-duj5jy2px7] {
        flex-direction: column;
        align-items: stretch;
    }

    .table-toolbar-controls[b-duj5jy2px7] {
        justify-content: space-between;
    }
}

.column-settings[b-duj5jy2px7] {
    position: relative;
}

.column-settings-popup[b-duj5jy2px7] {
    position: absolute;
    top: calc(100% + 0.4rem);
    right: 0;
    z-index: 2100;
    width: 235px;
    max-height: 360px;
    overflow-y: auto;
    padding: 0.65rem;
    border: 1px solid #ddd;
    border-radius: 0.75rem;
    background: #fff;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.14);
}

.column-settings-header[b-duj5jy2px7] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.45rem;
    padding-bottom: 0.45rem;
    border-bottom: 1px solid #eee;
}

    .column-settings-header strong[b-duj5jy2px7] {
        font-size: 0.9rem;
    }

.column-option[b-duj5jy2px7] {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    min-height: 30px;
    padding: 0.25rem 0.2rem;
    border-radius: 0.35rem;
    cursor: pointer;
    font-size: 0.88rem;
}

    .column-option:hover[b-duj5jy2px7] {
        background: #f6f8fa;
    }

    .column-option input[b-duj5jy2px7] {
        width: 15px;
        height: 15px;
        flex: 0 0 auto;
    }

        .column-option input:disabled[b-duj5jy2px7] {
            cursor: not-allowed;
        }

    .column-option span[b-duj5jy2px7] {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
/* _content/AdvertisingManager.Web/Components/Pages/EntityDetails.razor.rz.scp.css */
.entity-details-page[b-a6h2caopih] {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
    padding: 0.15rem 0 1.5rem;
    color: #172033;
    font-size: 13px;
}

/* Breadcrumb */

.breadcrumb-row[b-a6h2caopih] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.4rem;
    color: #7a8497;
    font-size: 0.7rem;
}

    .breadcrumb-row a[b-a6h2caopih] {
        color: #46546b;
        text-decoration: none;
    }

        .breadcrumb-row a:hover[b-a6h2caopih] {
            color: #166534;
        }

    .breadcrumb-row strong[b-a6h2caopih] {
        color: #172033;
    }

/* Main layout */

.entity-details-layout[b-a6h2caopih] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.entity-details-content[b-a6h2caopih] {
    display: flex;
    flex: 1;
    min-width: 0;
    flex-direction: column;
    gap: 0.65rem;
}

/* Header */

.details-header[b-a6h2caopih] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.details-heading[b-a6h2caopih] {
    min-width: 0;
}

.details-title-row[b-a6h2caopih] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.55rem;
}

    .details-title-row h1[b-a6h2caopih] {
        overflow: hidden;
        margin: 0;
        color: #111827;
        font-size: 1.35rem;
        font-weight: 750;
        line-height: 1.15;
        text-overflow: ellipsis;
    }

.details-meta[b-a6h2caopih] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.35rem 1rem;
    margin-top: 0.4rem;
    color: #596579;
    font-size: 0.68rem;
}

    .details-meta a[b-a6h2caopih] {
        color: #1668dc;
        font-weight: 650;
        text-decoration: none;
    }

        .details-meta a:hover[b-a6h2caopih] {
            text-decoration: underline;
        }

    .details-meta strong[b-a6h2caopih] {
        color: #172033;
    }

/* Header controls */

.header-controls[b-a6h2caopih] {
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.control-box[b-a6h2caopih],
.timezone-box[b-a6h2caopih] {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    min-height: 36px;
    padding: 0.25rem 0.5rem;
    border: 1px solid #dfe5ed;
    border-radius: 0.5rem;
    background: #fff;
}

.control-label[b-a6h2caopih] {
    color: #667085;
    font-size: 0.63rem;
    font-weight: 650;
    white-space: nowrap;
}

.timezone-box strong[b-a6h2caopih] {
    color: #344054;
    font-size: 0.68rem;
    white-space: nowrap;
}

.control-box[b-a6h2caopih]  .date-range-button {
    min-height: 28px;
    padding: 0.2rem 0.4rem;
    border: 0;
    color: #172033;
    background: transparent;
    font-size: 0.7rem;
    font-weight: 600;
    white-space: nowrap;
}

.compare-toggle[b-a6h2caopih] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    min-height: 36px;
    padding: 0 0.6rem;
    border: 1px solid #dfe5ed;
    border-radius: 0.5rem;
    color: #344054;
    background: #fff;
    font-size: 0.66rem;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
}

    .compare-toggle input[b-a6h2caopih] {
        width: 13px;
        height: 13px;
        margin: 0;
        accent-color: #039855;
    }

.comparison-control[b-a6h2caopih] {
    border-color: #b7ebc6;
    background: #f6fef9;
}

.refresh-button[b-a6h2caopih] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    min-height: 36px;
    padding: 0 0.7rem;
    border: 1px solid #dbeafe;
    border-radius: 0.5rem;
    color: #175cd3;
    background: #eff6ff;
    font-size: 0.68rem;
    font-weight: 700;
    cursor: pointer;
}

    .refresh-button:hover:not(:disabled)[b-a6h2caopih] {
        background: #dbeafe;
    }

    .refresh-button:disabled[b-a6h2caopih] {
        opacity: 0.65;
        cursor: default;
    }

.refresh-icon[b-a6h2caopih] {
    font-size: 0.9rem;
}

/* Status */

.status-badge[b-a6h2caopih] {
    display: inline-flex;
    align-items: center;
    min-height: 21px;
    padding: 0 0.48rem;
    border-radius: 999px;
    font-size: 0.6rem;
    font-weight: 750;
    text-transform: capitalize;
}

.status-enabled[b-a6h2caopih] {
    color: #067647;
    background: #dcfae6;
}

.status-paused[b-a6h2caopih] {
    color: #b54708;
    background: #fef0c7;
}

.status-archived[b-a6h2caopih] {
    color: #475467;
    background: #eaecf0;
}

.status-unknown[b-a6h2caopih] {
    color: #475467;
    background: #f2f4f7;
}

/* Overview */

.overview-grid[b-a6h2caopih] {
    display: grid;
    align-items: start;
    grid-template-columns: minmax(500px, 0.9fr) minmax(600px, 1.65fr);
    gap: 0.55rem;
}

    .overview-grid.single-block[b-a6h2caopih] {
        grid-template-columns: minmax(0, 1fr);
    }

/* Metric cards */

.metric-card-block[b-a6h2caopih] {
    display: flex;
    width: 100%;
    min-width: 0;
    flex-direction: column;
    gap: 0.4rem;
}

.metric-card-row[b-a6h2caopih] {
    display: grid;
    min-width: 0;
    gap: 0.4rem;
}

.metric-card-row-primary[b-a6h2caopih] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.metric-card-row-secondary[b-a6h2caopih] {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.comparison-caption[b-a6h2caopih] {
    padding: 0.2rem 0.2rem 0;
    color: #667085;
    font-size: 0.57rem;
}

    .comparison-caption strong[b-a6h2caopih] {
        color: #344054;
    }

/* Shared panels */

.details-panel[b-a6h2caopih] {
    min-width: 0;
    overflow: hidden;
    border: 1px solid #e1e7ef;
    border-radius: 0.6rem;
    background: #fff;
    box-shadow: 0 1px 4px rgba(16, 24, 40, 0.04);
}

.panel-header[b-a6h2caopih] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 40px;
    gap: 0.6rem;
    padding: 0.5rem 0.7rem;
    border-bottom: 1px solid #edf0f4;
}

    .panel-header h2[b-a6h2caopih],
    .ai-panel-header h2[b-a6h2caopih] {
        margin: 0;
        color: #172033;
        font-size: 0.76rem;
        font-weight: 750;
    }

.panel-info[b-a6h2caopih] {
    color: #8792a5;
    font-size: 0.7rem;
    cursor: help;
}

.record-count[b-a6h2caopih] {
    color: #7a8497;
    font-size: 0.6rem;
}

/* Chart */

.chart-panel[b-a6h2caopih] {
    display: flex;
    min-height: 220px;
    flex-direction: column;
}

.chart-panel-header[b-a6h2caopih] {
    border-bottom: 0;
}

.bucket-selector[b-a6h2caopih] {
    display: inline-flex;
    padding: 0.12rem;
    border-radius: 0.4rem;
    background: #f2f4f7;
}

.bucket-button[b-a6h2caopih],
.metric-button[b-a6h2caopih] {
    border: 0;
    border-radius: 0.32rem;
    color: #475467;
    background: transparent;
    font-size: 0.6rem;
    font-weight: 650;
    cursor: pointer;
}

.bucket-button[b-a6h2caopih] {
    min-height: 25px;
    padding: 0 0.55rem;
}

    .bucket-button.active[b-a6h2caopih] {
        color: #067647;
        background: #dcfae6;
    }

.metric-buttons[b-a6h2caopih] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem;
}

.metric-button[b-a6h2caopih] {
    min-height: 24px;
    padding: 0 0.5rem;
    border: 1px solid #e1e7ef;
    background: #f9fafb;
}

    .metric-button:hover[b-a6h2caopih] {
        background: #f2f4f7;
    }

    .metric-button.active[b-a6h2caopih] {
        color: #067647;
        border-color: #b7ebc6;
        background: #e8f8ed;
    }

.chart-toolbar[b-a6h2caopih] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.4rem;
    padding: 0 0.7rem 0.35rem;
}

.chart-legend[b-a6h2caopih] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.7rem;
    min-height: 24px;
}

.legend-item[b-a6h2caopih] {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    color: #667085;
    font-size: 0.55rem;
    white-space: nowrap;
}

.legend-color[b-a6h2caopih] {
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 2px;
}

    .legend-color.current[b-a6h2caopih] {
        background: #039855;
    }

    .legend-color.comparison[b-a6h2caopih] {
        background: #3b82f6;
    }

/* Chart bars */

.bar-chart-scroll[b-a6h2caopih] {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: thin;
    scrollbar-color: #98a2b3 #f2f4f7;
}

    .bar-chart-scroll[b-a6h2caopih]::-webkit-scrollbar {
        height: 7px;
    }

    .bar-chart-scroll[b-a6h2caopih]::-webkit-scrollbar-track {
        border-radius: 999px;
        background: #f2f4f7;
    }

    .bar-chart-scroll[b-a6h2caopih]::-webkit-scrollbar-thumb {
        border-radius: 999px;
        background: #98a2b3;
    }

.bar-chart[b-a6h2caopih] {
    display: grid;
    width: 100%;
    min-height: 150px;
    padding: 0.2rem 0.7rem 0.55rem;
    gap: 0;
}

.chart-point-group[b-a6h2caopih] {
    display: grid;
    grid-template-rows: 18px 108px 30px;
    align-items: end;
    min-width: 0;
    text-align: center;
}

.bar-values[b-a6h2caopih] {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: end;
    justify-content: center;
    gap: 3px;
    padding: 0 3px;
    color: #667085;
    font-size: 0.5rem;
}

    .bar-values.comparison-enabled[b-a6h2caopih] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bar-values span[b-a6h2caopih] {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.current-value[b-a6h2caopih] {
    color: #067647;
}

.comparison-value[b-a6h2caopih] {
    color: #175cd3;
}

.overlap-bar-area[b-a6h2caopih] {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0 5px;
}

.overlap-bar-track[b-a6h2caopih] {
    position: relative;
    width: min(28px, 70%);
    height: 100%;
    border-radius: 0.18rem 0.18rem 0 0;
    background: repeating-linear-gradient( to top, #f8fafc 0, #f8fafc 25px, #edf1f5 26px );
}

.overlap-bar[b-a6h2caopih] {
    position: absolute;
    bottom: 0;
    left: 50%;
    min-height: 2px;
    border-radius: 0.16rem 0.16rem 0 0;
    transform: translateX(-50%);
    transition: height 160ms ease;
}

.comparison-bar[b-a6h2caopih] {
    z-index: 1;
    width: 100%;
    opacity: 0.48;
    background: linear-gradient(180deg, #60a5fa, #2563eb);
}

.current-bar[b-a6h2caopih] {
    z-index: 2;
    width: 52%;
    background: linear-gradient(180deg, #12b76a, #039855);
}

    .current-bar.single-series[b-a6h2caopih] {
        width: 72%;
    }

.bar-labels[b-a6h2caopih] {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
    justify-content: center;
    gap: 3px;
    padding: 0.25rem 2px 0;
    color: #667085;
    font-size: 0.48rem;
}

    .bar-labels.comparison-enabled[b-a6h2caopih] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bar-labels span[b-a6h2caopih] {
        overflow: hidden;
        line-height: 1.2;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

/* Empty/loading states */

.empty-row[b-a6h2caopih],
.empty-chart[b-a6h2caopih],
.details-loading[b-a6h2caopih] {
    padding: 1.5rem;
    color: #7a8497;
    font-size: 0.68rem;
    text-align: center;
}

.empty-chart[b-a6h2caopih] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}

/* Flexible lower layout */

.analysis-grid[b-a6h2caopih] {
    display: flex;
    align-items: stretch;
    gap: 0.55rem;
    min-width: 0;
}

.analysis-side-column[b-a6h2caopih] {
    display: flex;
    flex: 0.85 1 230px;
    min-width: 230px;
    flex-direction: column;
    gap: 0.55rem;
}

    .analysis-side-column .heatmap-panel[b-a6h2caopih] {
        flex: 1.1;
        min-height: 285px;
    }

    .analysis-side-column .ai-panel[b-a6h2caopih] {
        flex: 0.9;
        min-height: 230px;
    }

.analysis-grid > .statistics-panel[b-a6h2caopih] {
    flex: 1.65 1 600px;
    min-width: 520px;
}

.analysis-grid > .timeline-panel[b-a6h2caopih] {
    flex: 0.8 1 230px;
    min-width: 230px;
}

/* Placeholders */

.placeholder-content[b-a6h2caopih] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100% - 40px);
    min-height: 220px;
    padding: 1.25rem;
    flex-direction: column;
    gap: 0.4rem;
    color: #8a94a6;
    text-align: center;
    background: linear-gradient( 135deg, rgba(248, 250, 252, 0.8), rgba(255, 255, 255, 0.9) );
}

    .placeholder-content strong[b-a6h2caopih] {
        color: #475467;
        font-size: 0.7rem;
    }

    .placeholder-content span:last-child[b-a6h2caopih] {
        max-width: 210px;
        font-size: 0.61rem;
        line-height: 1.45;
    }

.placeholder-icon[b-a6h2caopih] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin-bottom: 0.2rem;
    border-radius: 50%;
    color: #039855;
    background: #e8f8ed;
    font-size: 0.95rem;
}

/* Statistics */

.statistics-panel[b-a6h2caopih] {
    display: flex;
    min-height: 100%;
    flex-direction: column;
}

    .statistics-panel .table-responsive[b-a6h2caopih] {
        flex: 1;
        overflow-x: auto;
        overflow-y: visible;
    }

.details-table[b-a6h2caopih] {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
    font-size: 0.6rem;
}

    .details-table th[b-a6h2caopih] {
        padding: 0.45rem 0.4rem;
        color: #475467;
        border-bottom: 1px solid #e4e7ec;
        background: #f9fafb;
        font-size: 0.56rem;
        font-weight: 750;
        white-space: nowrap;
    }

    .details-table td[b-a6h2caopih] {
        padding: 0.43rem 0.4rem;
        color: #344054;
        border-bottom: 1px solid #f0f2f5;
        white-space: nowrap;
    }

    .details-table tbody tr:hover[b-a6h2caopih] {
        background: #f9fafb;
    }

    .details-table tbody tr:last-child td[b-a6h2caopih] {
        border-bottom: 0;
    }

.numeric[b-a6h2caopih] {
    text-align: right;
}

/* Pagination */

.table-pagination[b-a6h2caopih] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.7rem;
    min-height: 36px;
    padding: 0.35rem 0.6rem;
    color: #667085;
    border-top: 1px solid #edf0f4;
    font-size: 0.58rem;
}

    .table-pagination div[b-a6h2caopih] {
        display: flex;
        gap: 0.25rem;
    }

    .table-pagination button[b-a6h2caopih] {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 24px;
        height: 24px;
        padding: 0;
        border: 1px solid #e1e7ef;
        border-radius: 0.3rem;
        color: #475467;
        background: #fff;
        font-size: 0.7rem;
        cursor: pointer;
    }

        .table-pagination button:disabled[b-a6h2caopih] {
            color: #c1c7d0;
            cursor: default;
        }

/* AI placeholder */

.ai-panel[b-a6h2caopih] {
    border-color: #ccebd7;
    background: linear-gradient( 180deg, rgba(240, 253, 244, 0.75), rgba(255, 255, 255, 0.96) );
}

.ai-panel-header[b-a6h2caopih] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 40px;
    padding: 0.5rem 0.7rem;
    border-bottom: 1px solid #dcefe3;
}

.ai-title[b-a6h2caopih] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

    .ai-title h2[b-a6h2caopih] {
        color: #067647;
    }

.ai-icon[b-a6h2caopih] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 0.3rem;
    color: #fff;
    background: #039855;
    font-size: 0.7rem;
}

.mock-badge[b-a6h2caopih] {
    padding: 0.15rem 0.4rem;
    border-radius: 999px;
    color: #067647;
    background: #dcfae6;
    font-size: 0.55rem;
    font-weight: 700;
}

.ai-placeholder-grid[b-a6h2caopih] {
    display: grid;
    grid-template-columns: 1fr;
}

.ai-placeholder-column[b-a6h2caopih] {
    display: flex;
    padding: 0.7rem;
    flex-direction: column;
    gap: 0.3rem;
}

    .ai-placeholder-column +
    .ai-placeholder-column[b-a6h2caopih] {
        border-top: 1px solid #dcefe3;
    }

    .ai-placeholder-column strong[b-a6h2caopih] {
        color: #344054;
        font-size: 0.64rem;
    }

    .ai-placeholder-column span[b-a6h2caopih] {
        color: #8a94a6;
        font-size: 0.59rem;
        line-height: 1.4;
    }

/* Responsive */

@media (max-width: 1450px) {
    .overview-grid[b-a6h2caopih] {
        grid-template-columns: minmax(340px, 0.9fr) minmax(440px, 1.4fr);
    }

        .overview-grid.single-block[b-a6h2caopih] {
            grid-template-columns: minmax(0, 1fr);
        }

    .analysis-grid[b-a6h2caopih] {
        flex-wrap: wrap;
    }

    .analysis-side-column[b-a6h2caopih] {
        flex: 0.85 1 260px;
    }

    .analysis-grid > .statistics-panel[b-a6h2caopih] {
        flex: 1.65 1 560px;
        min-width: 500px;
    }

    .analysis-grid > .timeline-panel[b-a6h2caopih] {
        flex: 1 1 100%;
        min-width: 0;
        min-height: 180px;
    }

    .timeline-panel .placeholder-content[b-a6h2caopih] {
        min-height: 130px;
    }
}

@media (max-width: 1100px) {
    .details-header[b-a6h2caopih] {
        flex-direction: column;
    }

    .header-controls[b-a6h2caopih] {
        width: 100%;
        justify-content: flex-start;
    }

    .overview-grid[b-a6h2caopih] {
        grid-template-columns: 1fr;
    }

    .analysis-grid[b-a6h2caopih] {
        flex-direction: column;
        flex-wrap: nowrap;
    }

        .analysis-side-column[b-a6h2caopih],
        .analysis-grid > .statistics-panel[b-a6h2caopih],
        .analysis-grid > .timeline-panel[b-a6h2caopih] {
            width: 100%;
            min-width: 0;
            flex-basis: auto;
        }

            .analysis-side-column .heatmap-panel[b-a6h2caopih],
            .analysis-side-column .ai-panel[b-a6h2caopih],
            .statistics-panel[b-a6h2caopih],
            .timeline-panel[b-a6h2caopih] {
                min-height: auto;
            }

    .placeholder-content[b-a6h2caopih] {
        min-height: 180px;
    }
}

@media (max-width: 850px) {
    .entity-details-layout[b-a6h2caopih] {
        flex-direction: column;
    }

    .metric-card-row-primary[b-a6h2caopih],
    .metric-card-row-secondary[b-a6h2caopih] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    .header-controls[b-a6h2caopih],
    .control-box[b-a6h2caopih],
    .timezone-box[b-a6h2caopih],
    .compare-toggle[b-a6h2caopih],
    .comparison-control[b-a6h2caopih],
    .refresh-button[b-a6h2caopih] {
        width: 100%;
    }

    .control-box[b-a6h2caopih],
    .timezone-box[b-a6h2caopih] {
        justify-content: space-between;
    }

    .metric-card-row-primary[b-a6h2caopih],
    .metric-card-row-secondary[b-a6h2caopih] {
        grid-template-columns: 1fr;
    }

    .bar-chart[b-a6h2caopih] {
        min-height: 180px;
    }

    .chart-point-group[b-a6h2caopih] {
        grid-template-rows: 18px 120px 34px;
    }

    .overlap-bar-track[b-a6h2caopih] {
        width: min(24px, 65%);
    }

    .chart-legend[b-a6h2caopih] {
        width: 100%;
    }

    .details-table[b-a6h2caopih] {
        font-size: 0.57rem;
    }

        .details-table th[b-a6h2caopih],
        .details-table td[b-a6h2caopih] {
            padding: 0.4rem 0.34rem;
        }
}
/* _content/AdvertisingManager.Web/Components/Pages/Home.razor.rz.scp.css */
.home-page[b-5flon81nyu] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.hero-section[b-5flon81nyu] {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(320px, 0.6fr);
    gap: 1.5rem;
    align-items: stretch;
    padding: 2rem;
    border-radius: 1.25rem;
    background: linear-gradient(135deg, #f4f8ff 0%, #f9f5ff 100%);
    border: 1px solid #e3e8f0;
}

.hero-content[b-5flon81nyu] {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-badge[b-5flon81nyu] {
    width: fit-content;
    margin-bottom: 1rem;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    background: #e9f1ff;
    color: #0d6efd;
    font-size: 0.85rem;
    font-weight: 700;
}

.hero-content h1[b-5flon81nyu] {
    margin: 0;
    font-size: 2.5rem;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.hero-description[b-5flon81nyu] {
    max-width: 760px;
    margin: 1rem 0 0;
    color: #555;
    font-size: 1.08rem;
    line-height: 1.6;
}

.hero-actions[b-5flon81nyu] {
    display: flex;
    gap: 0.75rem;
    margin-top: 1.5rem;
    flex-wrap: wrap;
}

.hero-panel[b-5flon81nyu] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.metric-card[b-5flon81nyu] {
    padding: 1rem;
    border: 1px solid #e1e5ea;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.85);
}

.metric-label[b-5flon81nyu] {
    display: block;
    color: #777;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.metric-card strong[b-5flon81nyu] {
    display: block;
    margin-top: 0.25rem;
    font-size: 1.25rem;
}

.metric-description[b-5flon81nyu] {
    display: block;
    margin-top: 0.25rem;
    color: #666;
    font-size: 0.9rem;
}

.workflow-section[b-5flon81nyu],
.modules-section[b-5flon81nyu] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

    .workflow-section h2[b-5flon81nyu],
    .modules-section h2[b-5flon81nyu] {
        margin: 0;
        font-size: 1.35rem;
        font-weight: 700;
    }

.workflow-grid[b-5flon81nyu] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.workflow-card[b-5flon81nyu],
.module-card[b-5flon81nyu] {
    padding: 1rem;
    border: 1px solid #ddd;
    border-radius: 1rem;
    background: #fff;
}

.workflow-number[b-5flon81nyu] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    margin-bottom: 0.75rem;
    border-radius: 999px;
    background: #0d6efd;
    color: #fff;
    font-weight: 700;
}

.workflow-card h3[b-5flon81nyu],
.module-card h3[b-5flon81nyu] {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
}

.workflow-card p[b-5flon81nyu],
.module-card p[b-5flon81nyu] {
    margin: 0.5rem 0 0;
    color: #666;
    line-height: 1.5;
}

.module-grid[b-5flon81nyu] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.module-card[b-5flon81nyu] {
    display: flex;
    flex-direction: column;
}

    .module-card a[b-5flon81nyu],
    .module-card span[b-5flon81nyu] {
        margin-top: auto;
        padding-top: 1rem;
        font-weight: 700;
    }

    .module-card a[b-5flon81nyu] {
        color: #0d6efd;
        text-decoration: none;
    }

        .module-card a:hover[b-5flon81nyu] {
            text-decoration: underline;
        }

    .module-card span[b-5flon81nyu] {
        color: #777;
    }

.btn[b-5flon81nyu] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 0.6rem;
    padding: 0.6rem 0.95rem;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
}

.btn-primary[b-5flon81nyu] {
    color: #fff;
    background: #0d6efd;
    border-color: #0d6efd;
}

.btn-secondary[b-5flon81nyu] {
    color: #fff;
    background: #6c757d;
    border-color: #6c757d;
}

@media (max-width: 1100px) {
    .hero-section[b-5flon81nyu] {
        grid-template-columns: 1fr;
    }

    .workflow-grid[b-5flon81nyu] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .module-grid[b-5flon81nyu] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .hero-section[b-5flon81nyu] {
        padding: 1.25rem;
    }

    .hero-content h1[b-5flon81nyu] {
        font-size: 2rem;
    }

    .workflow-grid[b-5flon81nyu] {
        grid-template-columns: 1fr;
    }

    .hero-actions[b-5flon81nyu] {
        flex-direction: column;
        align-items: stretch;
    }
}
/* _content/AdvertisingManager.Web/Components/Pages/Login.razor.rz.scp.css */
.login-page[b-3xu69hi8uz] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 70vh;
}

.login-card[b-3xu69hi8uz] {
    width: 100%;
    max-width: 420px;
    padding: 2rem;
    border: 1px solid #ddd;
    border-radius: 1rem;
    background: #fff;
}

    .login-card h1[b-3xu69hi8uz] {
        margin: 0;
        font-size: 1.75rem;
        font-weight: 700;
    }

    .login-card p[b-3xu69hi8uz] {
        margin: 0.5rem 0 1.5rem;
        color: #666;
    }

.form-group[b-3xu69hi8uz] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    margin-bottom: 1rem;
}

    .form-group label[b-3xu69hi8uz] {
        font-weight: 600;
        color: #444;
    }

.form-control[b-3xu69hi8uz] {
    border: 1px solid #ddd;
    border-radius: 0.5rem;
    padding: 0.5rem 0.65rem;
}

.btn[b-3xu69hi8uz] {
    border: 1px solid transparent;
    border-radius: 0.5rem;
    padding: 0.55rem 0.9rem;
    cursor: pointer;
}

.btn-primary[b-3xu69hi8uz] {
    color: #fff;
    background: #0d6efd;
    border-color: #0d6efd;
}

.btn:disabled[b-3xu69hi8uz] {
    opacity: 0.65;
    cursor: not-allowed;
}

.alert[b-3xu69hi8uz] {
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
}

.alert-danger[b-3xu69hi8uz] {
    color: #842029;
    background: #f8d7da;
    border: 1px solid #f5c2c7;
}
/* _content/AdvertisingManager.Web/Components/Pages/Portfolios.razor.rz.scp.css */
.portfolio-table-page[b-72fahw5gq3] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

/* Header */

.page-header[b-72fahw5gq3] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

    .page-header h1[b-72fahw5gq3] {
        margin: 0;
        font-size: 1.75rem;
        font-weight: 700;
    }

    .page-header p[b-72fahw5gq3] {
        margin: 0.25rem 0 0;
        color: #666;
    }

.page-header-actions[b-72fahw5gq3] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 0.5rem;
}

/* Filters */

.filters-panel[b-72fahw5gq3] {
    display: grid;
    grid-template-columns: minmax(180px, 1fr) minmax(150px, 0.8fr) minmax(220px, 1.25fr) minmax(250px, 1.25fr) auto;
    align-items: end;
    gap: 0.75rem;
    padding: 1rem;
    border: 1px solid #ddd;
    border-radius: 0.75rem;
    background: #fff;
}

.filter-group[b-72fahw5gq3] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    min-width: 0;
}

    .filter-group label[b-72fahw5gq3] {
        color: #555;
        font-size: 0.8rem;
        font-weight: 600;
    }

.filter-actions[b-72fahw5gq3] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.5rem;
}

/* Toolbar */

.table-toolbar[b-72fahw5gq3] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.portfolio-count[b-72fahw5gq3] {
    flex: 1;
    min-width: 0;
}

.table-toolbar-controls[b-72fahw5gq3] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    gap: 0.75rem;
}

.page-size-selector[b-72fahw5gq3] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    white-space: nowrap;
}

    .page-size-selector label[b-72fahw5gq3] {
        margin: 0;
        color: #666;
        font-size: 0.9rem;
    }

    .page-size-selector select[b-72fahw5gq3] {
        width: 90px;
        min-width: 90px;
    }

/* Table */

.table-wrapper[b-72fahw5gq3] {
    overflow-x: auto;
    border: 1px solid #ddd;
    border-radius: 0.75rem;
    background: #fff;
}

.portfolio-table[b-72fahw5gq3] {
    width: 100%;
    min-width: 1650px;
    border-collapse: collapse;
}

    .portfolio-table th[b-72fahw5gq3],
    .portfolio-table td[b-72fahw5gq3] {
        padding: 0.75rem;
        border-bottom: 1px solid #eee;
        vertical-align: middle;
        white-space: nowrap;
    }

    .portfolio-table th[b-72fahw5gq3] {
        position: sticky;
        top: 0;
        z-index: 1;
        color: #555;
        background: #f8f9fa;
        font-size: 0.8rem;
        text-align: left;
    }

    .portfolio-table tbody tr:hover[b-72fahw5gq3] {
        background: #fafafa;
    }

    .portfolio-table tbody tr:last-child td[b-72fahw5gq3] {
        border-bottom: 0;
    }

.numeric[b-72fahw5gq3] {
    text-align: right;
}

.empty-row[b-72fahw5gq3] {
    padding: 2rem !important;
    color: #777;
    text-align: center;
}

/* Portfolio */

.portfolio-link[b-72fahw5gq3] {
    color: #0d6efd;
    font-weight: 600;
    text-decoration: none;
}

    .portfolio-link:hover[b-72fahw5gq3] {
        text-decoration: underline;
    }

.portfolio-id[b-72fahw5gq3] {
    margin-top: 0.2rem;
    color: #777;
    font-size: 0.75rem;
}

/* Status */

.status-badge[b-72fahw5gq3] {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0.25rem 0.6rem;
    border-radius: 0.375rem;
    font-weight: 600;
}

.status-enabled[b-72fahw5gq3] {
    color: #0f7b0f;
    background: #eef9ee;
}

.status-paused[b-72fahw5gq3] {
    color: #8a6400;
    background: #fff7df;
}

.status-archived[b-72fahw5gq3] {
    color: #777;
    background: #f2f2f2;
}

.status-unknown[b-72fahw5gq3] {
    color: #555;
    background: #f2f2f2;
}

/* Pagination */

.pagination-panel[b-72fahw5gq3] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

/* Shared controls */

.form-control[b-72fahw5gq3] {
    width: 100%;
    min-height: 36px;
    padding: 0.45rem 0.6rem;
    border: 1px solid #ddd;
    border-radius: 0.5rem;
    color: #212529;
    background: #fff;
}

.btn[b-72fahw5gq3] {
    min-height: 36px;
    padding: 0.45rem 0.8rem;
    border: 1px solid transparent;
    border-radius: 0.5rem;
    cursor: pointer;
}

    .btn:disabled[b-72fahw5gq3] {
        opacity: 0.65;
        cursor: not-allowed;
    }

.btn-primary[b-72fahw5gq3] {
    color: #fff;
    border-color: #0d6efd;
    background: #0d6efd;
}

    .btn-primary:hover:not(:disabled)[b-72fahw5gq3] {
        border-color: #0b5ed7;
        background: #0b5ed7;
    }

.btn-secondary[b-72fahw5gq3] {
    color: #fff;
    border-color: #6c757d;
    background: #6c757d;
}

    .btn-secondary:hover:not(:disabled)[b-72fahw5gq3] {
        border-color: #5c636a;
        background: #5c636a;
    }

.btn-link[b-72fahw5gq3] {
    color: #0d6efd;
    border-color: transparent;
    background: transparent;
}

    .btn-link:hover:not(:disabled)[b-72fahw5gq3] {
        text-decoration: underline;
    }

/* Messages */

.alert[b-72fahw5gq3] {
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
}

.alert-danger[b-72fahw5gq3] {
    color: #842029;
    border: 1px solid #f5c2c7;
    background: #f8d7da;
}

.alert-success[b-72fahw5gq3] {
    color: #0f5132;
    border: 1px solid #badbcc;
    background: #d1e7dd;
}

.column-settings[b-72fahw5gq3] {
    position: relative;
}

.column-settings-popup[b-72fahw5gq3] {
    position: absolute;
    top: calc(100% + 0.4rem);
    right: 0;
    z-index: 2100;
    width: 235px;
    max-height: 360px;
    overflow-y: auto;
    padding: 0.65rem;
    border: 1px solid #ddd;
    border-radius: 0.75rem;
    background: #fff;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.14);
}

.column-settings-header[b-72fahw5gq3] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    margin-bottom: 0.45rem;
    padding-bottom: 0.45rem;
    border-bottom: 1px solid #eee;
}

    .column-settings-header strong[b-72fahw5gq3] {
        font-size: 0.9rem;
    }

.column-option[b-72fahw5gq3] {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    min-height: 30px;
    padding: 0.25rem 0.2rem;
    border-radius: 0.35rem;
    font-size: 0.88rem;
    cursor: pointer;
}

    .column-option:hover[b-72fahw5gq3] {
        background: #f6f8fa;
    }

    .column-option input[b-72fahw5gq3] {
        width: 15px;
        height: 15px;
        flex: 0 0 auto;
    }

        .column-option input:disabled[b-72fahw5gq3] {
            cursor: not-allowed;
        }

    .column-option span[b-72fahw5gq3] {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.metric-sort-button[b-72fahw5gq3] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    font-weight: inherit;
    text-align: inherit;
    cursor: pointer;
}

    .metric-sort-button:disabled[b-72fahw5gq3] {
        cursor: wait;
        opacity: 0.65;
    }

    .metric-sort-button:focus-visible[b-72fahw5gq3] {
        outline: 2px solid #2563eb;
        outline-offset: 3px;
        border-radius: 2px;
    }

/* Responsive */

@media (max-width: 1300px) {
    .filters-panel[b-72fahw5gq3] {
        grid-template-columns: repeat(3, minmax(180px, 1fr));
    }
}

@media (max-width: 900px) {
    .filters-panel[b-72fahw5gq3] {
        grid-template-columns: repeat(2, minmax(180px, 1fr));
    }
}

@media (max-width: 768px) {
    .page-header[b-72fahw5gq3],
    .table-toolbar[b-72fahw5gq3] {
        align-items: stretch;
        flex-direction: column;
    }

    .page-header-actions[b-72fahw5gq3] {
        justify-content: flex-start;
    }

    .table-toolbar-controls[b-72fahw5gq3] {
        justify-content: space-between;
    }
}

@media (max-width: 600px) {
    .filters-panel[b-72fahw5gq3] {
        grid-template-columns: 1fr;
    }

    .filter-actions[b-72fahw5gq3] {
        justify-content: flex-start;
    }

    .page-header-actions[b-72fahw5gq3] {
        align-items: stretch;
        flex-direction: column;
    }

        .page-header-actions .btn[b-72fahw5gq3] {
            width: 100%;
        }
}
/* _content/AdvertisingManager.Web/Components/Pages/Targets.razor.rz.scp.css */
.hierarchy-page[b-tq67cyhzr4] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
}

.breadcrumb-row[b-tq67cyhzr4] {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    color: #6c757d;
    font-size: 0.9rem;
}

    .breadcrumb-row a[b-tq67cyhzr4] {
        color: #0d6efd;
        text-decoration: none;
    }

        .breadcrumb-row a:hover[b-tq67cyhzr4] {
            text-decoration: underline;
        }

.hierarchy-header[b-tq67cyhzr4] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

    .hierarchy-header h1[b-tq67cyhzr4] {
        margin: 0;
        font-size: 1.75rem;
    }

    .hierarchy-header p[b-tq67cyhzr4] {
        margin: 0.25rem 0 0;
        color: #666;
    }

.filter-grid[b-tq67cyhzr4] {
    display: grid;
    grid-template-columns: minmax(160px, 0.8fr) minmax(220px, 1.2fr) minmax(300px, 1.5fr) auto;
    gap: 0.75rem;
    align-items: end;
    padding: 1rem;
    border: 1px solid #ddd;
    border-radius: 0.75rem;
    background: #fff;
}

    .filter-grid > div[b-tq67cyhzr4] {
        display: flex;
        flex-direction: column;
        gap: 0.25rem;
    }

    .filter-grid label[b-tq67cyhzr4] {
        font-size: 0.8rem;
        font-weight: 600;
        color: #555;
    }

.filter-actions[b-tq67cyhzr4] {
    flex-direction: row !important;
    gap: 0.5rem !important;
    align-items: center;
}

.table-toolbar[b-tq67cyhzr4] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.page-size-selector[b-tq67cyhzr4] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
}

    .page-size-selector select[b-tq67cyhzr4] {
        width: 90px;
    }

.entity-table-wrapper[b-tq67cyhzr4] {
    border: 1px solid #ddd;
    border-radius: 0.75rem;
    background: #fff;
}

.entity-table[b-tq67cyhzr4] {
    min-width: 1400px;
    margin-bottom: 0;
}

    .entity-table th[b-tq67cyhzr4],
    .entity-table td[b-tq67cyhzr4] {
        padding: 0.75rem;
        vertical-align: middle;
        white-space: nowrap;
    }

    .entity-table th[b-tq67cyhzr4] {
        position: sticky;
        top: 0;
        z-index: 1;
        background: #f8f9fa;
        color: #555;
        font-size: 0.8rem;
    }

.numeric[b-tq67cyhzr4] {
    text-align: right;
}

.empty-row[b-tq67cyhzr4] {
    padding: 2rem !important;
    text-align: center;
    color: #777;
}

.entity-link[b-tq67cyhzr4] {
    color: #0d6efd;
    font-weight: 600;
    text-decoration: none;
}

    .entity-link:hover[b-tq67cyhzr4] {
        text-decoration: underline;
    }

.target-name[b-tq67cyhzr4] {
    font-weight: 600;
}

.entity-id[b-tq67cyhzr4] {
    margin-top: 0.2rem;
    color: #777;
    font-size: 0.75rem;
}

.status-badge[b-tq67cyhzr4],
.negative-badge[b-tq67cyhzr4] {
    display: inline-block;
    padding: 0.25rem 0.5rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 700;
}

.status-enabled[b-tq67cyhzr4] {
    color: #0f7b0f;
    background: #eef9ee;
}

.status-paused[b-tq67cyhzr4] {
    color: #8a6400;
    background: #fff7df;
}

.status-archived[b-tq67cyhzr4],
.status-unknown[b-tq67cyhzr4] {
    color: #666;
    background: #f2f2f2;
}

.negative-badge[b-tq67cyhzr4] {
    color: #842029;
    background: #f8d7da;
}

.pagination-panel[b-tq67cyhzr4] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.entity-details-layout[b-tq67cyhzr4] {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.entity-details-content[b-tq67cyhzr4] {
    display: flex;
    flex: 1;
    min-width: 0;
    flex-direction: column;
    gap: 1rem;
}

@media (max-width: 850px) {
    .entity-details-layout[b-tq67cyhzr4] {
        flex-direction: column;
    }
}

@media (max-width: 1100px) {
    .filter-grid[b-tq67cyhzr4] {
        grid-template-columns: repeat(2, minmax(180px, 1fr));
    }
}

@media (max-width: 700px) {
    .hierarchy-header[b-tq67cyhzr4],
    .table-toolbar[b-tq67cyhzr4] {
        align-items: stretch;
        flex-direction: column;
    }

    .filter-grid[b-tq67cyhzr4] {
        grid-template-columns: 1fr;
    }
}
/* _content/AdvertisingManager.Web/Components/Shared/DateRangePicker.razor.rz.scp.css */
.date-range-picker[b-d81kv6szc6] {
    position: relative;
}

.date-range-button[b-d81kv6szc6] {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 0.5rem;
    background: #fff;
    padding: 0.45rem 0.6rem;
    text-align: left;
    cursor: pointer;
}

.date-range-popup[b-d81kv6szc6] {
    position: absolute;
    top: calc(100% + 0.4rem);
    right: 0;
    z-index: 2000;
    display: grid;
    grid-template-columns: 160px 220px;
    gap: 1rem;
    width: 430px;
    padding: 1rem;
    border: 1px solid #ddd;
    border-radius: 0.75rem;
    background: #fff;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.14);
}

.preset-list[b-d81kv6szc6] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.preset-button[b-d81kv6szc6] {
    border: 0;
    border-radius: 0.4rem;
    background: transparent;
    padding: 0.45rem 0.5rem;
    text-align: left;
    cursor: pointer;
}

    .preset-button:hover[b-d81kv6szc6],
    .preset-button.active[b-d81kv6szc6] {
        background: #eef4ff;
    }

.custom-range[b-d81kv6szc6] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

    .custom-range label[b-d81kv6szc6] {
        font-size: 0.8rem;
        font-weight: 600;
        color: #555;
    }

.date-range-actions[b-d81kv6szc6] {
    grid-column: 1 / -1;
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
}

.date-input[b-d81kv6szc6] {
    width: 170px;
    height: 38px;
    border: 1px solid #ddd;
    border-radius: 0.5rem;
    padding: 0.35rem 0.55rem;
    font-size: 0.92rem;
    background: #fff;
}

@media (max-width: 640px) {
    .date-range-popup[b-d81kv6szc6] {
        left: 0;
        right: auto;
        grid-template-columns: 1fr;
        width: min(92vw, 360px);
    }

    .date-range-actions[b-d81kv6szc6] {
        grid-column: auto;
    }
}
/* _content/AdvertisingManager.Web/Components/Shared/DetailsBlockVisibilityMenu.razor.rz.scp.css */
.block-settings[b-sdjjpk52ds] {
    position: relative;
}

.block-settings-button[b-sdjjpk52ds] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    min-height: 36px;
    padding: 0 0.65rem;
    border: 1px solid #dfe5ed;
    border-radius: 0.5rem;
    color: #344054;
    background: #fff;
    font-size: 0.66rem;
    font-weight: 700;
    cursor: pointer;
}

    .block-settings-button:hover[b-sdjjpk52ds] {
        background: #f9fafb;
    }

.block-settings-popup[b-sdjjpk52ds] {
    position: absolute;
    top: calc(100% + 0.4rem);
    right: 0;
    z-index: 2000;
    width: 210px;
    padding: 0.55rem;
    border: 1px solid #dfe5ed;
    border-radius: 0.55rem;
    background: #fff;
    box-shadow: 0 12px 28px rgba(16, 24, 40, 0.14);
}

.block-settings-header[b-sdjjpk52ds] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 30px;
    padding: 0 0.3rem 0.35rem;
    border-bottom: 1px solid #edf0f4;
    color: #344054;
    font-size: 0.67rem;
}

.reset-button[b-sdjjpk52ds] {
    padding: 0;
    border: 0;
    color: #175cd3;
    background: transparent;
    font-size: 0.6rem;
    font-weight: 650;
    cursor: pointer;
}

.block-option[b-sdjjpk52ds] {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    min-height: 31px;
    padding: 0 0.3rem;
    border-radius: 0.35rem;
    color: #475467;
    font-size: 0.64rem;
    cursor: pointer;
}

    .block-option:hover[b-sdjjpk52ds] {
        background: #f9fafb;
    }

    .block-option input[b-sdjjpk52ds] {
        width: 13px;
        height: 13px;
        margin: 0;
        accent-color: #039855;
    }

@media (max-width: 600px) {
    .block-settings[b-sdjjpk52ds],
    .block-settings-button[b-sdjjpk52ds] {
        width: 100%;
    }

    .block-settings-popup[b-sdjjpk52ds] {
        right: auto;
        left: 0;
        width: min(100%, 260px);
    }
}
/* _content/AdvertisingManager.Web/Components/Shared/EntityInnerNavMenu.razor.rz.scp.css */
.entity-inner-nav[b-walhe8cgr2] {
    width: 205px;
    flex: 0 0 205px;
    overflow: hidden;
    border: 1px solid #dbe4ee;
    border-radius: 0.65rem;
    background: linear-gradient( 180deg, #123d70 0%, #1d3152 100% );
    box-shadow: 0 3px 10px rgba(15, 23, 42, 0.07);
}

.entity-inner-nav-header[b-walhe8cgr2] {
    display: flex;
    min-height: 60px;
    padding: 0.75rem;
    flex-direction: column;
    justify-content: center;
    gap: 0.16rem;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

    .entity-inner-nav-header strong[b-walhe8cgr2] {
        overflow: hidden;
        color: #fff;
        font-size: 0.82rem;
        font-weight: 750;
        line-height: 1.25;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.entity-inner-nav-caption[b-walhe8cgr2] {
    overflow: hidden;
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.63rem;
    font-weight: 600;
    line-height: 1.2;
    text-overflow: ellipsis;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    white-space: nowrap;
}

.entity-inner-nav .nav[b-walhe8cgr2] {
    display: flex;
    padding: 0.6rem;
    flex-direction: column;
    gap: 0.25rem;
}

.entity-inner-nav .nav-item[b-walhe8cgr2] {
    width: 100%;
    margin: 0;
}

.entity-inner-nav-link[b-walhe8cgr2] {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 38px;
    padding: 0 0.65rem;
    gap: 0.55rem;
    border-radius: 0.4rem;
    color: #dbeafe;
    font-size: 0.74rem;
    font-weight: 650;
    line-height: 1.2;
    text-decoration: none;
    transition: color 120ms ease, background-color 120ms ease;
}

    .entity-inner-nav-link:hover[b-walhe8cgr2] {
        color: #fff;
        background: rgba(255, 255, 255, 0.1);
        text-decoration: none;
    }

    .entity-inner-nav-link.active[b-walhe8cgr2] {
        color: #fff;
        background: rgba(255, 255, 255, 0.26);
    }

    .entity-inner-nav-link span:last-child[b-walhe8cgr2] {
        overflow: hidden;
        min-width: 0;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.nav-icon[b-walhe8cgr2] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1rem;
    min-width: 1rem;
    color: currentColor;
    font-size: 0.8rem;
    line-height: 1;
}

/* Medium screens */

@media (max-width: 1100px) {
    .entity-inner-nav[b-walhe8cgr2] {
        width: 180px;
        flex-basis: 180px;
    }

    .entity-inner-nav-header[b-walhe8cgr2] {
        padding: 0.65rem;
    }

    .entity-inner-nav .nav[b-walhe8cgr2] {
        padding: 0.5rem;
    }

    .entity-inner-nav-link[b-walhe8cgr2] {
        min-height: 36px;
        padding: 0 0.55rem;
        font-size: 0.68rem;
    }
}

/* Tablet and mobile */

@media (max-width: 850px) {
    .entity-inner-nav[b-walhe8cgr2] {
        width: 100%;
        flex-basis: auto;
    }

    .entity-inner-nav-header[b-walhe8cgr2] {
        min-height: 50px;
        padding: 0.6rem 0.7rem;
    }

        .entity-inner-nav-header strong[b-walhe8cgr2] {
            font-size: 0.76rem;
        }

    .entity-inner-nav-caption[b-walhe8cgr2] {
        font-size: 0.58rem;
    }

    .entity-inner-nav .nav[b-walhe8cgr2] {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
        gap: 0.3rem;
        padding: 0.45rem;
    }

    .entity-inner-nav-link[b-walhe8cgr2] {
        justify-content: center;
        min-height: 34px;
        padding: 0 0.5rem;
        font-size: 0.67rem;
    }
}

/* Narrow mobile */

@media (max-width: 480px) {
    .entity-inner-nav .nav[b-walhe8cgr2] {
        grid-template-columns: 1fr;
    }

    .entity-inner-nav-link[b-walhe8cgr2] {
        justify-content: flex-start;
    }
}
/* _content/AdvertisingManager.Web/Components/Shared/MetricCard.razor.rz.scp.css */
.metric-card[b-okx85plzm8] {
    display: flex;
    min-width: 0;
    min-height: 88px;
    padding: 0.7rem 0.75rem;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    border-radius: 0.65rem;
    background: #fff;
    box-shadow: 0 1px 4px rgba(15, 23, 42, 0.035);
}

.metric-title[b-okx85plzm8] {
    overflow: hidden;
    color: #64748b;
    font-size: 0.67rem;
    font-weight: 650;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.metric-value-row[b-okx85plzm8] {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 0.3rem;
    min-width: 0;
}

    .metric-value-row strong[b-okx85plzm8] {
        min-width: 0;
        color: #0f172a;
        font-size: 0.98rem;
        font-weight: 750;
        line-height: 1.15;
        /* Allow values such as "107.98 USD" to fit */
        overflow: visible;
        text-overflow: initial;
        white-space: normal;
        overflow-wrap: anywhere;
    }

.metric-trend[b-okx85plzm8] {
    font-size: 0.56rem;
    font-weight: 750;
    white-space: nowrap;
}

    .metric-trend.positive[b-okx85plzm8] {
        color: #039855;
    }

    .metric-trend.negative[b-okx85plzm8] {
        color: #d92d20;
    }

    .metric-trend.neutral[b-okx85plzm8] {
        color: #667085;
    }

.metric-comparison-unavailable[b-okx85plzm8] {
    color: #98a2b3;
    font-size: 0.54rem;
    white-space: nowrap;
}
/* _content/AdvertisingManager.Web/Components/Shared/MetricSortHeader.razor.rz.scp.css */
.metric-sort-header[b-6jfqtv25mk] {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.3rem;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    font-weight: inherit;
    line-height: inherit;
    white-space: nowrap;
    cursor: pointer;
}

    .metric-sort-header:hover:not(:disabled)[b-6jfqtv25mk] {
        color: #0d6efd;
    }

    .metric-sort-header:focus-visible[b-6jfqtv25mk] {
        border-radius: 0.2rem;
        outline: 2px solid #0d6efd;
        outline-offset: 2px;
    }

    .metric-sort-header:disabled[b-6jfqtv25mk] {
        cursor: wait;
        opacity: 0.65;
    }

.metric-sort-indicator[b-6jfqtv25mk] {
    display: inline-block;
    min-width: 0.8rem;
    font-size: 0.85em;
    opacity: 0.75;
}
