@import '_content/BlazLib.Mpa.AuthLib/BlazLib.Mpa.AuthLib.2szkg5g8ry.bundle.scp.css';
@import '_content/BlazLib.Mpa.UiLib/BlazLib.Mpa.UiLib.kxm88xwbzo.bundle.scp.css';

/* /Web/Components/Dashboard/DashboardViewer/DashboardViewer.razor.rz.scp.css */
/* DashboardViewer.razor.css */

/* Hide Vue template content until Vue is mounted */
[v-cloak][b-y8ish9wxne] {
    display: none;
}

/* Optional: Add any component-specific styles here */
/* /Web/Components/Layout/MinimalPageLayout/Ch360MinimalPageLayout.razor.rz.scp.css */
body[b-z8fxd10iy8], html[b-z8fxd10iy8] {
    margin: 0;
    height: 100%;
}

.page[b-z8fxd10iy8] {
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    background-color: white;
    width: 100%;
    padding-top: env(safe-area-inset-top);
    padding-bottom: env(safe-area-inset-bottom);
}



header[b-z8fxd10iy8] {
    background-color: #2c2e5b;
    display: flex;
    justify-content: left;
    align-items: center;
    padding: 1em;
    height: 80px;
    box-sizing: border-box;
}

    header img[b-z8fxd10iy8] {
        width: 100%;
        max-width: 200px;
        height: auto;
    }

.page > main[b-z8fxd10iy8] {
    flex: 1 1 auto;
    min-height: 0; /* prevents iOS overflow */

    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}
.page > footer[b-z8fxd10iy8] {
    box-sizing: border-box;
    height: 80px;
    background-color: #2c2e5b;
    color: #fff;

    display: flex;
    justify-content: center;
    align-items: center;

    padding: 2em;
    margin-top: auto;
}

    footer p[b-z8fxd10iy8] {
        margin-top: 0;
        margin-bottom: 0;
    }
        footer p span[b-z8fxd10iy8] {
            padding-left: 30px;
            padding-right: 30px;
        }
/* /Web/Pages/GenericPages/AboutPage.razor.rz.scp.css */
/* AboutPage styles */

.about-page .about-logo[b-suhazz6e28] {
    max-width: 140px;
    height: auto;
}

.about-page .card[b-suhazz6e28] {
    background: #f8f9fa;
}

.about-page .card-body p[b-suhazz6e28] {
    font-size: 1.05rem;
    line-height: 1.7;
}
/* /Web/Pages/GenericPages/IntroPage.razor.rz.scp.css */
.intro-page .intro-logo[b-ykty9kitr6] {
    max-width: 180px;
    height: auto;
}

.intro-page .intro-icon[b-ykty9kitr6] {
    font-size: 2.5rem;
    line-height: 1;
}
/* /Web/Pages/Timesheets/TimesheetsPage.razor.rz.scp.css */
.timesheet-create[b-pd8crej6wn] {
    margin-bottom: 2rem;
}

.timesheet-form[b-pd8crej6wn] {
    display: grid;
    gap: 0.75rem;
    max-width: 420px;
}

.entries-grid[b-pd8crej6wn] {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.entry-card[b-pd8crej6wn] {
    border: 1px solid #ded6c7;
    border-radius: 12px;
    padding: 0.8rem 1rem;
    background: #ffffff;
}

.entry-desc[b-pd8crej6wn] {
    font-weight: 600;
}

.entry-meta[b-pd8crej6wn] {
    font-size: 0.85rem;
    color: #6a6a6a;
}
/* /Web/Pages/Workboards/WorkboardDetailsPage.razor.rz.scp.css */
.workboard-info[b-u6bfwbta9h] {
    margin-bottom: 2rem;
}

.workboard-create[b-u6bfwbta9h] {
    margin-bottom: 2rem;
}

.workboard-form[b-u6bfwbta9h] {
    display: grid;
    gap: 0.75rem;
    max-width: 520px;
}

.items-grid[b-u6bfwbta9h] {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.item-card[b-u6bfwbta9h] {
    display: grid;
    gap: 0.4rem;
    padding: 0.9rem 1rem;
    border: 1px solid #ded6c7;
    border-radius: 14px;
    text-decoration: none;
    color: inherit;
    background: #ffffff;
}

.item-title[b-u6bfwbta9h] {
    font-weight: 600;
}

.item-status[b-u6bfwbta9h] {
    color: #6a6a6a;
    font-size: 0.85rem;
}
/* /Web/Pages/Workboards/WorkboardsPage.razor.rz.scp.css */
.workboard-list[b-s1e6sy0q5n] {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.workboard-card[b-s1e6sy0q5n] {
    display: grid;
    gap: 0.5rem;
    padding: 1rem 1.25rem;
    border: 1px solid #ded6c7;
    border-radius: 16px;
    text-decoration: none;
    color: inherit;
    background: #fffdf6;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.workboard-card:hover[b-s1e6sy0q5n] {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}

.workboard-title[b-s1e6sy0q5n] {
    font-size: 1.1rem;
    font-weight: 600;
}

.workboard-meta[b-s1e6sy0q5n] {
    color: #6a6a6a;
    font-size: 0.9rem;
}
/* /Web/Pages/WorkItems/WorkItemDetailsPage.razor.rz.scp.css */
.workitem-info[b-i2xqt7fyw0] {
    margin-bottom: 1.5rem;
}

.workitem-meta[b-i2xqt7fyw0] {
    color: #6a6a6a;
    font-size: 0.9rem;
}

.workitem-update[b-i2xqt7fyw0] {
    margin-bottom: 2rem;
}

.workitem-form[b-i2xqt7fyw0] {
    display: grid;
    gap: 0.75rem;
    max-width: 520px;
}

.updates-list[b-i2xqt7fyw0] {
    list-style: none;
    padding: 0;
    display: grid;
    gap: 0.75rem;
}

.updates-list li[b-i2xqt7fyw0] {
    border: 1px solid #ded6c7;
    border-radius: 12px;
    padding: 0.8rem 1rem;
    background: #fffdf6;
}

.update-message[b-i2xqt7fyw0] {
    font-weight: 600;
}

.update-meta[b-i2xqt7fyw0] {
    color: #6a6a6a;
    font-size: 0.85rem;
    margin-top: 0.35rem;
}
