/* ==========================================================================
   AreaCloud SaaS Design System – Global CSS
   ========================================================================== */

/* --------------------------------------------------------------------------
   Design tokens (complements MudBlazor CSS variables set by the theme)
   -------------------------------------------------------------------------- */

:root {
    /* Spacing scale (8-pt grid) */
    --ac-space-1:  4px;
    --ac-space-2:  8px;
    --ac-space-3: 12px;
    --ac-space-4: 16px;
    --ac-space-5: 20px;
    --ac-space-6: 24px;
    --ac-space-8: 32px;
    --ac-space-10: 40px;
    --ac-space-12: 48px;
    --ac-space-16: 64px;

    /* Card / panel padding */
    --ac-card-padding: var(--ac-space-6);

    /* Transition */
    --ac-transition-fast:   100ms ease;
    --ac-transition-base:   200ms ease;
    --ac-transition-slow:   300ms ease;

    /* Shadows */
    --ac-shadow-xs: 0 1px 2px 0 rgba(0,0,0,0.05);
    --ac-shadow-sm: 0 1px 3px 0 rgba(0,0,0,0.10), 0 1px 2px 0 rgba(0,0,0,0.06);
    --ac-shadow-md: 0 4px 6px -1px rgba(0,0,0,0.10), 0 2px 4px -1px rgba(0,0,0,0.06);
    --ac-shadow-lg: 0 10px 15px -3px rgba(0,0,0,0.10), 0 4px 6px -2px rgba(0,0,0,0.05);
    --ac-shadow-xl: 0 20px 25px -5px rgba(0,0,0,0.10), 0 10px 10px -5px rgba(0,0,0,0.04);
}

/* --------------------------------------------------------------------------
   Base
   -------------------------------------------------------------------------- */

*, *::before, *::after {
    box-sizing: border-box;
}

html {
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* --------------------------------------------------------------------------
   Layout shell
   -------------------------------------------------------------------------- */

.mud-main-content {
    height: 100%;
    min-height: 100vh;
    display: flex;
}

.mud-chip.mud-chip-size-medium {
    font-size: var(--mud-typography-default-size) !important;
}

.mud-chip.mud-chip-size-small {
    font-size: var(--mud-typography-body2-size) !important;
}

.mud-chip {
    font-size: var(--mud-typography-default-size);
}

.mud-tabs {
    background-color: var(--mud-palette-surface);
}

.mud-input-control-margin-dense .mud-input > input.mud-input-root,
.mud-input-control-margin-dense div.mud-input-slot.mud-input-root {
    font-size: 0.90em;
}

.mud-input-control > .mud-input-control-input-container > .mud-input-label-inputcontrol {
    font-size: var(--mud-typography-default-size) !important;
}


.mud-simple-table table * tr > td, .mud-simple-table table * tr th {
    font-size: var(--mud-typography-default-size) !important;
}

.mud-expand-panel .mud-expand-panel-header {
    font-size: var(--mud-typography-default-size) !important;
}

.mud-button-year {
    font-size: var(--mud-typography-default-size) !important;
}

.mud-table-cell {
    font-size: var(--mud-typography-default-size) !important;
}

.mud-table-dense .mud-table-cell {
    font-size: var(--mud-typography-body2-size) !important;
}


.mud-button-outlined-size-small {
    font-size: var(--mud-typography-body2-size);
}

.mud-grid.readonly-grid > .mud-grid-item {
    border-bottom: 1px solid var(--mud-palette-table-lines);
    padding-bottom: 2px;
}

.mud-nav-link {
    white-space: normal !important;
}

.user-button {
    text-transform: none;
    background: rgba(var(--mud-palette-primary-rgb), 0.1)
}

.side-menu .mud-chip.mud-chip-size-small {
    font-size: 0.625rem;
    height: 1.125rem;
}

.mud-table.mud-data-grid .mud-toolbar {
    height: auto !important;
    padding: 1rem
}


.mud-table.mud-data-grid .mud-toolbar-gutters {
    height: auto !important;
    padding: 1rem
}

.mud-table.mud-data-grid .mud-table-toolbar {
    height: auto !important;
    padding: 1rem
}

.mud-table.mud-data-grid .mud-table-pagination-toolbar {
    height: auto !important;
    padding: 0rem !important;
}





.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

/* Dashboard cards */

.dashboard-kpi-card,
.dashboard-branch-card {
    height: 100%;
    padding: 1rem;
    border-radius: 16px;
    background: var(--mud-palette-surface);
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: var(--ac-shadow-sm);
    transition: transform var(--ac-transition-base), box-shadow var(--ac-transition-base);
}

.dashboard-kpi-card:hover,
.dashboard-branch-card:hover {
    transform: translateY(-2px);
    box-shadow: var(--ac-shadow-md);
}

.dashboard-kpi-card__header,
.dashboard-branch-card__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.dashboard-kpi-card__label,
.dashboard-kpi-card__caption,
.dashboard-kpi-card__comparison,
.dashboard-branch-card__eyebrow,
.dashboard-mini-metric__label,
.dashboard-mini-metric__comparison {
    color: var(--mud-palette-text-secondary);
}

.dashboard-kpi-card__value {
    margin-top: 0.5rem;
    line-height: 1.05;
    font-size: clamp(1.75rem, 2.8vw, 2.35rem);
}

.dashboard-kpi-card__icon {
    width: 3rem;
    height: 3rem;
    display: grid;
    place-items: center;
    border-radius: 12px;
}

.dashboard-kpi-card__icon--currency {
    background: rgba(var(--mud-palette-success-rgb), 0.12);
}

.dashboard-kpi-card__icon--volume {
    background: rgba(var(--mud-palette-info-rgb), 0.12);
}

.dashboard-kpi-card__footer {
    margin-top: 1rem;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 0.75rem;
}

.dashboard-branch-card__title {
    margin-top: 0.35rem;
}

.dashboard-branch-card__badge {
    background: rgba(var(--mud-palette-primary-rgb), 0.08);
    border: 1px solid rgba(var(--mud-palette-primary-rgb), 0.16);
}

.dashboard-branch-card__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    margin-top: 1rem;
}

.dashboard-mini-metric {
    min-height: 9.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 0.9rem;
    border-radius: 14px;
    background: rgba(var(--mud-palette-primary-rgb), 0.03);
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.dashboard-mini-metric__value {
    line-height: 1.1;
}

.dashboard-mini-metric__footer {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
}

.dashboard-trend-chip {
    border-radius: 999px;
    font-weight: 600;
}

.dashboard-trend-chip--positive {
    background: rgba(var(--mud-palette-success-rgb), 0.12);
}

.dashboard-trend-chip--negative {
    background: rgba(var(--mud-palette-error-rgb), 0.12);
}

.dashboard-trend-chip--neutral {
    background: rgba(var(--mud-palette-info-rgb), 0.12);
}

@media (max-width: 900px) {
    .dashboard-branch-card__grid {
        grid-template-columns: 1fr;
    }

    .dashboard-mini-metric {
        min-height: auto;
    }
}

/* --------------------------------------------------------------------------
   AppButton — canonical, "modern" button style
   -------------------------------------------------------------------------- */

.ac-btn.mud-button-root {
    border-radius: 10px;
    text-transform: none;
    font-weight: 600;
    letter-spacing: 0.01em;
    padding-inline: var(--ac-space-4);
    transition: background-color var(--ac-transition-base),
                box-shadow var(--ac-transition-base),
                transform var(--ac-transition-fast);
}

.ac-btn.mud-button-root.mud-button-filled:hover:not(:disabled) {
    box-shadow: var(--ac-shadow-md);
    transform: translateY(-1px);
}

.ac-btn.mud-button-root.mud-button-filled:active:not(:disabled) {
    transform: translateY(0);
    box-shadow: var(--ac-shadow-xs);
}

.ac-btn.mud-button-root.mud-button-outlined {
    border-width: 1.5px;
}

.ac-btn.mud-button-root.mud-button-size-small {
    border-radius: 8px;
    padding-inline: var(--ac-space-3);
}

.ac-btn.mud-button-root.mud-button-size-large {
    border-radius: 12px;
    padding-inline: var(--ac-space-6);
}

