/* _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/AdminJobs.razor.rz.scp.css */
.admin-jobs-page[b-b8j2np24az] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.page-header h1[b-b8j2np24az] {
    margin: 0;
    font-size: 1.75rem;
    font-weight: 700;
}

.page-header p[b-b8j2np24az] {
    margin: 0.25rem 0 0;
    color: #666;
}

.job-card[b-b8j2np24az] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem;
    border: 1px solid #ddd;
    border-radius: 0.85rem;
    background: #fff;
}

    .job-card h2[b-b8j2np24az] {
        margin: 0;
        font-size: 1.1rem;
        font-weight: 700;
    }

    .job-card p[b-b8j2np24az] {
        margin: 0.4rem 0 0;
        color: #666;
    }

.access-denied-page[b-b8j2np24az] {
    padding: 2rem;
    border: 1px solid #f1c2c2;
    border-radius: 0.85rem;
    background: #fff5f5;
}

    .access-denied-page h1[b-b8j2np24az] {
        margin: 0;
        color: #842029;
    }

    .access-denied-page p[b-b8j2np24az] {
        margin: 0.5rem 0 0;
    }

.alert[b-b8j2np24az] {
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
}

.alert-danger[b-b8j2np24az] {
    color: #842029;
    background: #f8d7da;
    border: 1px solid #f5c2c7;
}

.alert-success[b-b8j2np24az] {
    color: #0f5132;
    background: #d1e7dd;
    border: 1px solid #badbcc;
}

.btn[b-b8j2np24az] {
    border: 1px solid transparent;
    border-radius: 0.5rem;
    padding: 0.55rem 0.9rem;
    cursor: pointer;
}

    .btn:disabled[b-b8j2np24az] {
        cursor: not-allowed;
        opacity: 0.65;
    }

.btn-primary[b-b8j2np24az] {
    color: #fff;
    background: #0d6efd;
    border-color: #0d6efd;
}

@media (max-width: 640px) {
    .job-card[b-b8j2np24az] {
        flex-direction: column;
        align-items: stretch;
    }
}
/* _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/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/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;
    }
}
