/* _content/RepReport/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-06rraqqim3] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-06rraqqim3] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }


.page[b-06rraqqim3] {
    min-height: 100vh;
    background: #f5f7fb;
}

.main-content[b-06rraqqim3] {
    min-height: calc(100vh - 70px);
}
/* _content/RepReport/Components/Layout/NavMenu.razor.rz.scp.css */
.top-bar[b-9dl3ulxv74] {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: linear-gradient(90deg, #0b1f3a, #163a63);
    color: white;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
    width: 100%;
}

.nav-header[b-9dl3ulxv74] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 20px;
}

.brand-area[b-9dl3ulxv74] {
    display: flex;
    align-items: center;
}

.brand-link[b-9dl3ulxv74] {
    color: white;
    text-decoration: none;
    font-size: 1.45rem;
    font-weight: 700;
    letter-spacing: 0.5px;
}

    .brand-link:hover[b-9dl3ulxv74] {
        color: #dbeafe;
    }

.menu-toggle[b-9dl3ulxv74] {
    display: none;
    background: transparent;
    border: none;
    color: white;
    font-size: 1.8rem;
    cursor: pointer;
    padding: 4px 8px;
}

.nav-links[b-9dl3ulxv74] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px 14px 20px;
    gap: 20px;
}

.menu-left[b-9dl3ulxv74],
.menu-right[b-9dl3ulxv74] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.top-menu-link[b-9dl3ulxv74] {
    color: white;
    text-decoration: none;
    padding: 8px 14px;
    border-radius: 8px;
    font-size: 0.96rem;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

    .top-menu-link:hover[b-9dl3ulxv74] {
        background-color: rgba(255, 255, 255, 0.12);
        color: #ffffff;
        transform: translateY(-1px);
    }

    .top-menu-link.active[b-9dl3ulxv74] {
        background-color: rgba(255, 255, 255, 0.18);
        font-weight: 600;
    }

.user-label[b-9dl3ulxv74] {
    color: #dbeafe;
    font-size: 0.95rem;
    font-weight: 500;
    padding: 8px 10px;
    white-space: nowrap;
}

@media (max-width: 900px) {
    .menu-toggle[b-9dl3ulxv74] {
        display: inline-block;
    }

    .nav-links[b-9dl3ulxv74] {
        display: none;
        flex-direction: column;
        align-items: stretch;
        padding: 0 20px 18px 20px;
    }

        .nav-links.show[b-9dl3ulxv74] {
            display: flex;
        }

    .menu-left[b-9dl3ulxv74],
    .menu-right[b-9dl3ulxv74] {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
    }

    .top-menu-link[b-9dl3ulxv74],
    .user-label[b-9dl3ulxv74] {
        width: 100%;
        box-sizing: border-box;
    }
}
/* _content/RepReport/Components/Pages/Feedback/Feedback.razor.rz.scp.css */
.feedback-page[b-ixi8zd6ubl] {
    min-height: 100vh;
    background: #f4f7fb;
    padding: 40px 16px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.feedback-card[b-ixi8zd6ubl] {
    width: 100%;
    max-width: 650px;
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    padding: 28px;
    overflow: hidden;
}

.header-section h1[b-ixi8zd6ubl] {
    margin: 0 0 8px 0;
    font-size: 2rem;
    color: #0f2747;
}

.header-section p[b-ixi8zd6ubl] {
    margin: 0 0 18px 0;
    color: #4b5b70;
}

.staff-box[b-ixi8zd6ubl] {
    background: #eef4fb;
    border-left: 4px solid #1c5fa8;
    padding: 12px 14px;
    border-radius: 10px;
    margin-bottom: 24px;
    color: #16324f;
}

.form-group[b-ixi8zd6ubl] {
    margin-bottom: 18px;
}

    .form-group label[b-ixi8zd6ubl] {
        display: block;
        margin-bottom: 7px;
        font-weight: 600;
        color: #1d3557;
    }

[b-ixi8zd6ubl](.form-control) {
    width: 100%;
    border: 1px solid #cfd8e3;
    border-radius: 10px;
    padding: 12px 14px;
    font-size: 1rem;
    box-sizing: border-box;
    background: #fff;
    display: block;
}

[b-ixi8zd6ubl](.form-control:focus) {
    outline: none;
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}

[b-ixi8zd6ubl](.textarea) {
    width: 100%;
    min-height: 160px;
    max-height: 350px;
    resize: vertical;
    box-sizing: border-box;
    display: block;
}

.button-row[b-ixi8zd6ubl] {
    margin-top: 24px;
}

.btn-submit[b-ixi8zd6ubl] {
    width: 100%;
    border: none;
    border-radius: 10px;
    padding: 14px 18px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    background: linear-gradient(90deg, #0b1f3a, #163a63);
    color: white;
}

    .btn-submit:hover[b-ixi8zd6ubl] {
        opacity: 0.96;
    }

.status-panel[b-ixi8zd6ubl] {
    text-align: center;
    padding: 30px 20px;
    border-radius: 14px;
    background: #f7f9fc;
    color: #24384f;
}

    .status-panel.error[b-ixi8zd6ubl] {
        background: #fff1f1;
        color: #8a1f1f;
    }

    .status-panel.success[b-ixi8zd6ubl] {
        background: #eef9f0;
        color: #1b5e20;
    }

.validation-message[b-ixi8zd6ubl] {
    color: #b42318;
    font-size: 0.92rem;
    margin-top: 6px;
}

.star-rating[b-ixi8zd6ubl] {
    display: flex;
    gap: 8px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.star-btn[b-ixi8zd6ubl] {
    background: transparent;
    border: none;
    font-size: 2.4rem;
    cursor: pointer;
    line-height: 1;
    padding: 2px 4px;
    color: #d1d5db;
    transition: transform 0.15s ease, color 0.15s ease;
}

    .star-btn:hover[b-ixi8zd6ubl] {
        transform: scale(1.15);
    }

    .star-btn.selected[b-ixi8zd6ubl] {
        color: #fbbc04;
        opacity: 1;
        text-shadow: 0 0 4px rgba(251, 188, 4, 0.4);
    }

.rating-text[b-ixi8zd6ubl] {
    font-size: 0.95rem;
    color: #4b5b70;
    margin-top: 4px;
}

@media (max-width: 640px) {
    .feedback-page[b-ixi8zd6ubl] {
        padding: 20px 10px;
    }

    .feedback-card[b-ixi8zd6ubl] {
        padding: 20px;
        border-radius: 14px;
        width: 100%;
        overflow: hidden;
    }

    .header-section h1[b-ixi8zd6ubl] {
        font-size: 1.6rem;
    }

    [b-ixi8zd6ubl](.textarea) {
        min-height: 140px;
        max-height: 260px;
    }

    .star-btn[b-ixi8zd6ubl] {
        font-size: 2.1rem;
        padding: 2px;
    }
}
/* _content/RepReport/Components/Pages/Home.razor.rz.scp.css */
.home-page[b-dpyrfky1t9] {
    width: 100%;
    color: #1e293b;
}

.hero-section[b-dpyrfky1t9] {
    min-height: 70vh;
    background: linear-gradient(135deg, #0b1f3a 0%, #163a63 45%, #28598f 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 24px;
}

.hero-overlay[b-dpyrfky1t9] {
    width: 100%;
    max-width: 1250px;
}

.hero-content[b-dpyrfky1t9] {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 30px;
    align-items: center;
}

.hero-text[b-dpyrfky1t9] {
    color: white;
}

    .hero-text h1[b-dpyrfky1t9] {
        font-size: 3rem;
        margin-bottom: 18px;
        line-height: 1.1;
    }

.hero-subtitle[b-dpyrfky1t9] {
    font-size: 1.15rem;
    max-width: 700px;
    line-height: 1.7;
    color: #e2e8f0;
    margin-bottom: 26px;
}

.hero-actions[b-dpyrfky1t9] {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.btn-primary[b-dpyrfky1t9],
.btn-secondary[b-dpyrfky1t9] {
    display: inline-block;
    padding: 12px 22px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.btn-primary[b-dpyrfky1t9] {
    background: white;
    color: #0b1f3a;
}

    .btn-primary:hover[b-dpyrfky1t9] {
        transform: translateY(-2px);
        background: #f1f5f9;
    }

.btn-secondary[b-dpyrfky1t9] {
    background: transparent;
    color: white;
    border: 1px solid rgba(255,255,255,0.35);
}

    .btn-secondary:hover[b-dpyrfky1t9] {
        transform: translateY(-2px);
        background: rgba(255,255,255,0.08);
    }

.hero-panel[b-dpyrfky1t9] {
    display: flex;
    justify-content: center;
}

.hero-card[b-dpyrfky1t9] {
    background: rgba(255, 255, 255, 0.12);
    color: white;
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 18px;
    padding: 28px;
    width: 100%;
    max-width: 420px;
    backdrop-filter: blur(6px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

    .hero-card h3[b-dpyrfky1t9] {
        margin-top: 0;
        margin-bottom: 18px;
    }

    .hero-card ul[b-dpyrfky1t9] {
        margin: 0;
        padding-left: 18px;
        line-height: 1.9;
    }

.feature-section[b-dpyrfky1t9] {
    padding: 70px 24px;
    max-width: 1250px;
    margin: 0 auto;
}

.section-header[b-dpyrfky1t9] {
    text-align: center;
    margin-bottom: 36px;
}

    .section-header h2[b-dpyrfky1t9] {
        font-size: 2rem;
        margin-bottom: 8px;
        color: #0f172a;
    }

    .section-header p[b-dpyrfky1t9] {
        color: #64748b;
        font-size: 1rem;
    }

.feature-grid[b-dpyrfky1t9] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.feature-card[b-dpyrfky1t9] {
    background: white;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
    border: 1px solid #e2e8f0;
}

    .feature-card h3[b-dpyrfky1t9] {
        margin-top: 0;
        margin-bottom: 12px;
        color: #163a63;
    }

    .feature-card p[b-dpyrfky1t9] {
        margin-bottom: 0;
        line-height: 1.65;
        color: #475569;
    }

.info-section[b-dpyrfky1t9] {
    padding: 0 24px 70px 24px;
    max-width: 1250px;
    margin: 0 auto;
}

.info-box[b-dpyrfky1t9] {
    background: linear-gradient(90deg, #e0ecff, #f8fbff);
    border-left: 6px solid #28598f;
    border-radius: 14px;
    padding: 28px;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
}

    .info-box h2[b-dpyrfky1t9] {
        margin-top: 0;
        color: #163a63;
    }

    .info-box p[b-dpyrfky1t9] {
        margin-bottom: 0;
        line-height: 1.7;
        color: #334155;
    }

@media (max-width: 980px) {
    .hero-content[b-dpyrfky1t9] {
        grid-template-columns: 1fr;
    }

    .feature-grid[b-dpyrfky1t9] {
        grid-template-columns: repeat(2, 1fr);
    }

    .hero-text h1[b-dpyrfky1t9] {
        font-size: 2.3rem;
    }
}

@media (max-width: 640px) {
    .feature-grid[b-dpyrfky1t9] {
        grid-template-columns: 1fr;
    }

    .hero-text h1[b-dpyrfky1t9] {
        font-size: 1.9rem;
    }

    .hero-subtitle[b-dpyrfky1t9] {
        font-size: 1rem;
    }

    .hero-actions[b-dpyrfky1t9] {
        flex-direction: column;
        align-items: stretch;
    }

    .btn-primary[b-dpyrfky1t9],
    .btn-secondary[b-dpyrfky1t9] {
        text-align: center;
    }
}
