/* /Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-3uq9xqz7hk] {
    display: flex;
    flex-direction: column;
    min-height: 100dvh;
    background: linear-gradient(180deg, #f7f9f4 0%, #f3f6f1 100%);
}

.app-main[b-3uq9xqz7hk] {
    flex: 1;
    padding-bottom: calc(5.5rem + env(safe-area-inset-bottom, 0px));
    min-width: 0;
}

.content-shell[b-3uq9xqz7hk] {
    width: 100%;
    max-width: none;
    padding: 1rem 1.125rem 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-self: stretch;
}

/* Remove mobile bottom-nav padding on desktop — sidebar takes over */
@media (min-width: 900px) {
    .app-main[b-3uq9xqz7hk] {
        margin-left: 220px;
        padding-bottom: 2rem;
    }

    .content-shell[b-3uq9xqz7hk] {
        padding: 2rem 2.5rem;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
/* Nav styles moved to app.css to avoid Blazor scoped CSS breaking SVG child selectors */
/* /Pages/GoogleHealth.razor.rz.scp.css */
.gh-dashboard-shell[b-7joefs46n2] {
    display: grid;
    gap: 1rem;
    padding-bottom: 5.5rem;
}

.gh-topbar[b-7joefs46n2] {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 0.9rem;
}

.gh-topbar h1[b-7joefs46n2] {
    font-size: 2rem;
}

.gh-topbar__actions[b-7joefs46n2] {
    display: flex;
    justify-content: flex-end;
}

.gh-connectivity-pill[b-7joefs46n2] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    min-height: 2.75rem;
    padding: 0.55rem 0.85rem;
    border-radius: 999px;
    background: #dce2e8;
    color: var(--text);
    font-size: 0.95rem;
    font-weight: 800;
    white-space: nowrap;
}

.gh-warning-band[b-7joefs46n2] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    padding: 0.75rem;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--warning);
    color: var(--text);
    font-size: 0.85rem;
    font-weight: 700;
}

.gh-card-grid[b-7joefs46n2] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
}

.gh-health-card[b-7joefs46n2] {
    min-width: 0;
    min-height: 238px;
    display: grid;
    grid-template-rows: auto auto minmax(78px, 1fr) auto auto;
    gap: 0.45rem;
    padding: 0.95rem;
    border-radius: 28px;
    background: #eef3f9;
    color: var(--text);
    overflow: hidden;
}

.gh-health-card__title[b-7joefs46n2] {
    min-height: 2.6rem;
    color: #4a5353;
    font-size: clamp(1rem, 3.6vw, 1.35rem);
    line-height: 1.18;
    font-weight: 900;
}

.gh-health-card__value[b-7joefs46n2] {
    min-height: 2.8rem;
    font-size: clamp(1.8rem, 7vw, 3rem);
    line-height: 1;
    font-weight: 600;
    overflow-wrap: anywhere;
}

.gh-spark[b-7joefs46n2] {
    min-height: 78px;
    align-self: end;
}

.gh-spark[b-7joefs46n2] (svg) {
    display: block;
    width: 100%;
    height: 78px;
}

.gh-axis[b-7joefs46n2],
.gh-week-axis[b-7joefs46n2] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 1.4rem;
    color: #4a5353;
    font-size: 0.85rem;
    font-weight: 800;
}

.gh-week-axis span:last-child[b-7joefs46n2] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.7rem;
    height: 1.7rem;
    border-radius: 999px;
    background: #dce2e8;
}

.gh-status-pill[b-7joefs46n2] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    max-width: 100%;
    min-height: 2rem;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    font-size: 0.9rem;
    line-height: 1.1;
    font-weight: 900;
}

.gh-status-pill--blue[b-7joefs46n2] {
    background: #bdeaff;
    color: #005579;
}

.gh-status-pill--green[b-7joefs46n2] {
    background: #bdf5bd;
    color: #0a5d32;
}

.gh-status-pill--muted[b-7joefs46n2] {
    background: #dce2e8;
    color: #4a5353;
}

.gh-tools-panel[b-7joefs46n2] {
    display: grid;
    gap: 0.75rem;
}

.gh-takeout-box[b-7joefs46n2] {
    padding: 0.8rem;
    background: var(--surface-strong);
    border-radius: 8px;
    border: 1px dashed var(--line);
}

.gh-takeout-box summary[b-7joefs46n2] {
    cursor: pointer;
    font-weight: 800;
}

.gh-takeout-input[b-7joefs46n2] {
    margin-top: 0.75rem;
    font-size: 0.875rem;
}

@media (max-width: 520px) {
    .gh-topbar[b-7joefs46n2] {
        grid-template-columns: 1fr auto;
    }

    .gh-connectivity-pill[b-7joefs46n2] {
        grid-column: 1 / -1;
        width: fit-content;
    }

    .gh-topbar__actions[b-7joefs46n2] {
        align-self: start;
    }

    .gh-card-grid[b-7joefs46n2] {
        gap: 0.7rem;
    }

    .gh-health-card[b-7joefs46n2] {
        min-height: 218px;
        padding: 0.8rem;
        border-radius: 22px;
    }

    .gh-axis[b-7joefs46n2] {
        font-size: 0.74rem;
    }
}

@media (min-width: 900px) {
    .gh-dashboard-shell[b-7joefs46n2] {
        padding-bottom: 2rem;
    }

    .gh-card-grid[b-7joefs46n2] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
