@import "../vendor/bootstrap/dist/css/bootstrap.min-z0zQt-h.css";

:root {
    color-scheme: light;
    --app-primary: #315c72;
    --app-surface: #ffffff;
    --app-radius: 1rem;
    --app-control-height: 2.5rem;
    --app-sidebar-width: 17rem;
    --app-content-max: 82rem;
    --app-shadow-sm: 0 .35rem 1rem rgb(23 33 43 / 12%), 0 .1rem .25rem rgb(23 33 43 / 8%);
    --app-shadow-md: 0 .9rem 2.25rem rgb(23 33 43 / 18%), 0 .2rem .45rem rgb(23 33 43 / 10%);
    --app-border-strong: color-mix(in srgb, var(--bs-body-color) 24%, var(--bs-border-color));
    --app-heading-background: color-mix(in srgb, var(--app-primary) 12%, var(--app-surface));
    --app-focus: color-mix(in srgb, var(--app-primary) 65%, white);
}

[data-theme="dark"] { color-scheme: dark; --app-surface: #1d2730; }

body {
    margin: 0;
    background: var(--app-background, var(--bs-body-bg));
    color: var(--app-text, var(--bs-body-color));
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.5;
}

.app-body { min-height: 100vh; }

:focus-visible { outline: .2rem solid var(--app-focus); outline-offset: .15rem; }

.visually-hidden-focusable:focus {
    position: absolute;
    z-index: 1060;
    top: 0;
    left: 0;
    padding: .75rem 1rem;
    background: var(--bs-body-bg);
}

main.container {
    min-height: 60vh;
}

.app-shell { min-height: 100vh; display: grid; grid-template-columns: var(--app-sidebar-width) minmax(0, 1fr); }
.app-workspace { min-width: 0; min-height: 100vh; display: flex; flex-direction: column; }
.app-page { width: 100%; max-width: var(--app-content-max); margin-inline: auto; }
.app-header { position: sticky; top: 0; z-index: 1020; background: color-mix(in srgb, var(--app-surface) 96%, transparent); box-shadow: 0 .2rem .8rem rgb(23 33 43 / 10%); backdrop-filter: blur(16px); }
.app-header-inner { min-height: 4.5rem; display: flex; align-items: center; gap: .75rem; padding: .75rem clamp(1rem, 3vw, 2.25rem); }
.app-logo { max-height: 2.25rem; max-width: 8rem; width: auto; object-fit: contain; }
.app-header-context { display: flex; flex-direction: column; min-width: 0; line-height: 1.15; }
.app-header-kicker { color: var(--bs-secondary-color); font-size: .72rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.app-header-title { color: var(--bs-body-color); font-size: .95rem; font-weight: 700; text-transform: capitalize; }
.app-user-chip { display: inline-flex; align-items: center; gap: .5rem; max-width: 14rem; color: var(--bs-body-color); font-size: .82rem; font-weight: 650; text-decoration: none; }
.app-user-avatar { display: inline-flex; align-items: center; justify-content: center; width: 2rem; height: 2rem; flex: 0 0 2rem; color: #fff; background: var(--app-primary); border-radius: 50%; font-size: .8rem; font-weight: 800; }
.app-sidebar { width: var(--app-sidebar-width); min-width: var(--app-sidebar-width); height: 100vh; position: sticky; top: 0; z-index: 1045; display: flex; flex-direction: column; overflow: hidden; background: linear-gradient(180deg, color-mix(in srgb, var(--app-primary) 96%, #13202b), color-mix(in srgb, var(--app-primary) 80%, #101923)); color: #fff; border-right: 1px solid color-mix(in srgb, var(--app-primary) 72%, #fff); }
.app-sidebar-brand { min-height: 4.5rem; display: flex; align-items: center; gap: .65rem; padding: .85rem 1.25rem; border-bottom: 1px solid rgb(255 255 255 / 14%); }
.app-brand-link { display: flex; align-items: center; min-width: 0; gap: .65rem; color: #fff; font-size: 1.15rem; font-weight: 800; letter-spacing: -.02em; text-decoration: none; }
.app-brand-link span { overflow: hidden; text-overflow: ellipsis; }
.btn-sidebar-close { margin-left: auto; color: #fff; border-color: rgb(255 255 255 / 35%); font-size: 1.2rem; line-height: 1; }
.app-sidebar .offcanvas-body { flex: 1 1 auto; min-height: 0; overflow-y: auto; overscroll-behavior: contain; }
.app-sidebar .nav-link { display: flex; align-items: center; gap: .65rem; color: rgb(255 255 255 / 78%); border-radius: .7rem; padding: .5rem .7rem; font-size: .9rem; font-weight: 550; }
.app-sidebar .nav-link:hover, .app-sidebar .nav-link:focus-visible { background: var(--bs-tertiary-bg); }
.app-sidebar .nav-link:hover, .app-sidebar .nav-link:focus-visible { color: #fff; background: rgb(255 255 255 / 11%); }
.app-sidebar .nav-link.active { color: #fff; background: rgb(255 255 255 / 17%); box-shadow: inset 3px 0 0 #fff; font-weight: 750; }
.app-nav-icon { width: 1.25rem; flex: 0 0 1.25rem; color: rgb(255 255 255 / 75%); font-size: 1.05rem; line-height: 1; text-align: center; }
.app-sidebar .nav-link.active .app-nav-icon { color: #fff; }
.app-nav-section { color: rgb(255 255 255 / 53%); font-size: .68rem; font-weight: 800; letter-spacing: .1em; margin: 1.35rem .85rem .35rem; text-transform: uppercase; }
.app-nav-context { margin: .25rem 0 .4rem; padding: .3rem; border: 1px solid rgb(255 255 255 / 12%); border-radius: .8rem; background: rgb(0 0 0 / 9%); }
.app-nav-context.is-current { border-color: rgb(255 255 255 / 28%); background: rgb(255 255 255 / 7%); }
.app-nav-context-title { display: flex; align-items: center; gap: .65rem; padding: .25rem .7rem .35rem; color: #fff; font-size: .84rem; font-weight: 800; list-style: none; cursor: pointer; }
.app-nav-context-title::-webkit-details-marker { display: none; }
.app-nav-context-title::after { margin-left: auto; color: rgb(255 255 255 / 65%); content: '＋'; font-size: 1rem; line-height: 1; }
.app-nav-context[open] .app-nav-context-title::after { content: '−'; }
.app-nav-context-title .app-nav-icon { color: rgb(255 255 255 / 90%); }
.app-nav-context-body { padding-top: .15rem; }
.app-nav-subsection { padding: .55rem .85rem .15rem; color: rgb(255 255 255 / 48%); font-size: .63rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.app-nav-empty { padding: .5rem .85rem; color: rgb(255 255 255 / 60%); font-size: .82rem; }
.app-audit-breadcrumb { margin-bottom: 1rem; }
.app-audit-breadcrumb nav { padding: .75rem 1rem; border: 1px solid var(--bs-border-color); border-radius: var(--app-radius); background: var(--app-surface); }
.app-audit-breadcrumb nav > ol > li:first-child { display: none; }
.app-audit-breadcrumb nav > ol > li:first-child + li > div > svg:first-child { display: none; }
.app-audit-home-link { display: inline-flex; align-items: center; gap: .5rem; }
.app-audit-home-icon { font-size: 1.15rem; font-weight: 800; line-height: 1; }
.app-audit-content { min-width: 0; }
.app-audit-content a { color: var(--app-primary); }
.app-audit-content code { color: var(--app-primary); }
.app-audit-content .auditor-audits { display: grid; grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr)); gap: 1rem; }
.app-audit-content .auditor-audit { min-width: 0; padding: 1rem; border: 1px solid var(--bs-border-color); border-radius: var(--app-radius); background: var(--app-surface); box-shadow: var(--app-shadow-sm); }
.app-audit-content .auditor-audit h3 { margin-bottom: .35rem; font-size: 1rem; }
.app-sidebar-footer { margin-top: auto; padding: 1rem .85rem 0; color: rgb(255 255 255 / 45%) !important; }
.app-main { flex: 1; min-height: calc(100vh - 4.5rem); min-width: 0; }
.app-main > #app-content { display: block; width: 100%; padding: clamp(1.25rem, 3vw, 2.5rem) 2% !important; }
.app-main > #app-content > .container, .app-main > #app-content > .app-page { width: 100%; max-width: none; margin-left: 0; margin-right: 0; padding: 0 !important; }
.app-flashes { width: 100%; max-width: var(--app-content-max); margin-inline: auto; padding: 1rem clamp(1rem, 3vw, 2.25rem) 0; }
.app-flashes .alert { margin-bottom: 0; }
.app-public-main { min-height: 100vh; }
.app-page-header { display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; gap: 1rem; margin-bottom: 1.5rem; }
.app-page-header h1 { margin-bottom: .25rem; letter-spacing: -.02em; }
.app-page-header .app-back-link { width: max-content; max-width: 100%; min-width: 0; flex: 0 0 auto; margin-left: auto; }
.app-group-context-menu { display: flex; align-items: center; flex-wrap: wrap; gap: .5rem; max-width: var(--app-content-max); margin: 0 auto 1rem; padding: .6rem .75rem; border: 1px solid color-mix(in srgb, var(--app-primary) 18%, var(--bs-border-color)); border-radius: .8rem; background: color-mix(in srgb, var(--app-primary) 4%, var(--app-surface)); box-shadow: var(--app-shadow-sm); }
.app-group-context-menu-title { flex: 0 0 auto; max-width: 16rem; overflow: hidden; color: var(--app-primary); font-size: .75rem; font-weight: 800; letter-spacing: .06em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.app-group-context-menu-links { display: flex; flex: 1 1 auto; flex-wrap: wrap; gap: .35rem; }
.app-group-context-menu-action-form { display: inline-flex; flex: 0 0 auto; margin: 0; }
.app-group-context-menu .btn { min-height: 2rem; padding: .3rem .65rem; border-radius: .55rem; font-size: .78rem; font-weight: 650; }
.app-detail-actions { display: flex; align-items: flex-start; justify-content: flex-end; max-width: 100%; }
.app-detail-actions .app-entity-actions-buttons { display: inline-flex; flex-direction: row; flex-wrap: wrap; justify-content: flex-end; }
.app-activity-context-menu { border-color: color-mix(in srgb, var(--app-primary) 22%, var(--bs-border-color)); background: color-mix(in srgb, var(--app-primary) 7%, var(--app-surface)); }
.app-activity-context-menu-action-form { display: inline-flex; flex: 0 0 auto; margin: 0; }
.app-activity-context-menu .btn { width: auto !important; min-width: max-content; }
.app-activity-context-menu .app-entity-actions-trigger { width: 2rem; height: 2rem; font-size: 1.25rem; }
.app-eyebrow { color: var(--app-primary); font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.app-user-groups { display: flex; flex-direction: column; gap: 1rem; }
.app-user-group-card { overflow: hidden; }
.app-card.app-user-group-card { box-shadow: var(--app-shadow-md), 0 .25rem .75rem rgb(23 33 43 / 9%); }
.app-user-group-header { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 1.25rem; border-bottom: 1px solid var(--bs-border-color); }
.app-user-group-card .list-group-item { padding: 1rem 1.25rem; }
.app-impersonation-banner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .75rem clamp(1rem, 3vw, 2.25rem); color: var(--app-primary); background: color-mix(in srgb, var(--app-primary) 10%, var(--app-surface)); border-bottom: 1px solid color-mix(in srgb, var(--app-primary) 24%, var(--bs-border-color)); }
.app-card { border: 1px solid var(--app-border-strong); border-radius: var(--app-radius); box-shadow: var(--app-shadow-md); background: var(--app-surface); }
.app-card .card-body { padding: clamp(1rem, 2vw, 1.5rem); }
.app-empty { border: 1px dashed var(--bs-border-color); border-radius: var(--app-radius); padding: 2rem 1rem; text-align: center; color: var(--bs-secondary-color); }
.app-table-wrap { overflow-x: auto; border: 1px solid var(--app-border-strong); border-radius: var(--app-radius); box-shadow: var(--app-shadow-md); }
.app-table-wrap table { width: 100%; margin-bottom: 0; min-width: 38rem; }
.app-table-wrap thead th { background: var(--app-heading-background); font-weight: 800; white-space: nowrap; }
.app-table-wrap tbody tr:nth-child(odd) > * { background: color-mix(in srgb, var(--app-primary) 5%, var(--app-surface)); }
.app-table-wrap tbody tr:nth-child(even) > * { background: color-mix(in srgb, var(--bs-secondary-color) 9%, var(--app-surface)); }
.app-table-wrap tbody tr:hover > *, .table tbody tr:hover > * { background: color-mix(in srgb, var(--bs-secondary-color) 18%, var(--app-surface)) !important; }
.app-table-wrap th:first-child, .app-table-wrap td:first-child { padding-left: 1.25rem; }
.app-table-actions { width: max-content; min-width: 0; text-align: right; white-space: nowrap; }
.app-table-wrap th.app-table-actions, .table th.app-table-actions { text-align: center; }
.app-table-wrap td.app-table-actions, .table td.app-table-actions { padding-right: 1.25rem; text-align: right; }
.app-table-actions > .app-entity-actions { display: flex; justify-content: flex-end; }
.app-table-actions .app-entity-actions-buttons { align-items: flex-end; }
.table thead th { background: var(--app-heading-background); font-weight: 800; }
.table tbody tr:nth-child(odd) > * { background: color-mix(in srgb, var(--app-primary) 5%, var(--app-surface)); }
.table tbody tr:nth-child(even) > * { background: color-mix(in srgb, var(--bs-secondary-color) 9%, var(--app-surface)); }
.table th:first-child, .table td:first-child { padding-left: 1.25rem; }
.app-list-page { display: flex; flex-direction: column; gap: 1rem; }
.app-list-page > .app-page-header { margin-bottom: .25rem; }
.app-filter-card { border: 1px solid var(--app-border-strong); border-radius: var(--app-radius); background: var(--app-surface); box-shadow: var(--app-shadow-md); }
.app-filter-card-header { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 1.25rem; border-bottom: 1px solid var(--bs-border-color); }
.app-filter-card-title { display: flex; align-items: center; gap: .55rem; color: var(--bs-secondary-color); font-size: .78rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.app-filter-card-body { padding: 1rem 1.25rem; }
.app-filter-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: .75rem; align-items: end; }
.app-filter-field { grid-column: span 1; min-width: 0; }
.app-filter-grid-with-help .app-filter-field { position: relative; padding-bottom: 1.5rem; }
.app-filter-grid-with-help .app-filter-field .form-text { position: absolute; right: 0; bottom: 0; left: 0; margin: 0; color: var(--bs-secondary-color); font-size: .62rem; line-height: 1.05; }
.app-filter-actions { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: .5rem; }
.app-filter-actions .btn { min-width: 8rem; }
.app-form-grid, .app-form-layout { color: #4b5563; font-family: inherit; font-size: .82rem; }
.app-form-grid .form-check, .app-form-layout .form-check, .app-form-grid .form-check-label, .app-form-layout .form-check-label, .app-form-grid .small, .app-form-layout .small { color: #4b5563; font-size: .82rem; }
.app-form-grid > :has(.form-text), .app-form-layout > :has(.form-text) { margin-bottom: .65rem !important; }
.app-form-grid .form-text, .app-form-layout .form-text { position: static; margin: .15rem 0 0; color: var(--bs-secondary-color); font-size: .62rem; line-height: 1.05; }
.app-results-card { overflow: hidden; border: 1px solid var(--app-border-strong); border-radius: var(--app-radius); background: var(--app-surface); box-shadow: var(--app-shadow-md); }
.app-results-card .list-group { border-radius: 0; }
.app-results-card .list-group-item { border-inline: 0; padding: 1rem 1.25rem; }
.app-results-card .list-group-item:first-child { border-top: 0; }
.app-results-card .list-group-item:last-child { border-bottom: 0; }
.app-result-action { display: inline-flex; align-items: center; justify-content: center; width: 2.35rem; height: 2.35rem; color: var(--app-primary); border: 1px solid color-mix(in srgb, var(--app-primary) 28%, var(--bs-border-color)); border-radius: .65rem; text-decoration: none; }
.app-result-action:hover, .app-result-action:focus-visible { color: #fff; background: var(--app-primary); }
.app-result-action svg { width: 1rem; height: 1rem; }
.app-entity-actions { position: relative; flex: 0 0 auto; }
.app-entity-actions-buttons { display: inline-grid; grid-template-columns: max-content; max-width: 100%; align-items: stretch; gap: .4rem; }
.app-entity-actions-buttons .btn, .app-entity-actions-menu-body .btn { width: 100%; min-width: 0; min-height: 2.75rem; padding: 6px; font-size: 1rem; font-weight: 700; white-space: normal; overflow-wrap: anywhere; line-height: 1.25; color: #fff; background-color: var(--bs-btn-hover-bg, var(--app-primary)); border-color: var(--bs-btn-hover-border-color, var(--app-primary)); }
.app-entity-actions-buttons .btn:hover, .app-entity-actions-buttons .btn:focus-visible, .app-entity-actions-menu-body .btn:hover, .app-entity-actions-menu-body .btn:focus-visible { color: var(--bs-btn-hover-bg, var(--app-primary)); background-color: color-mix(in srgb, var(--bs-btn-hover-bg, var(--app-primary)) 40%, transparent); border-color: var(--bs-btn-hover-border-color, var(--app-primary)); }
.app-entity-actions-menu { position: relative; }
.app-entity-actions-menu > summary { list-style: none; }
.app-entity-actions-menu > summary::-webkit-details-marker { display: none; }
.app-entity-actions-trigger { display: inline-flex; align-items: center; justify-content: center; width: 2.35rem; height: 2.35rem; color: var(--app-primary); border: 1px solid color-mix(in srgb, var(--app-primary) 28%, var(--bs-border-color)); border-radius: .65rem; background: var(--app-surface); cursor: pointer; font-size: 1.5rem; line-height: 1; }
.app-entity-actions-trigger:hover, .app-entity-actions-trigger:focus-visible { color: #fff; background: var(--app-primary); }
.app-entity-actions-menu-body { position: absolute; z-index: 1035; top: calc(100% + .35rem); right: 0; display: flex; min-width: 14rem; flex-direction: column; gap: .35rem; padding: .5rem; border: 1px solid var(--bs-border-color); border-radius: .75rem; background: var(--app-surface); box-shadow: var(--app-shadow-md); }
.app-entity-actions-menu-body .app-entity-action-form { display: contents; }
.app-entity-actions-menu-body .btn { width: 100%; justify-content: flex-start; text-align: left; }
.app-entity-actions-menu-body .modal { text-align: initial; }
.app-entity-actions-menu-body .modal .btn { width: auto; text-align: center; }
.app-form-page { max-width: 58rem; }
.app-form-card { border: 1px solid var(--app-border-strong); border-radius: var(--app-radius); background: var(--app-surface); box-shadow: var(--app-shadow-md); }
.app-form-card .card-body, .app-form-card .app-filter-card-body { padding: 1rem 1.25rem; }
.app-form-grid, .app-form-layout { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: .75rem; row-gap: .15rem; align-items: start; }
.app-admin-user-form-grid { gap: .75rem; }
.app-form-grid > *, .app-form-layout > * { grid-column: span 3; min-width: 0; margin-bottom: 0 !important; order: 1; }
.app-form-grid > .full-width { grid-column: 1 / -1; }
.app-form-layout > .full-width, .app-form-layout > button, .app-form-layout > .form-actions { grid-column: 1 / -1; }
.app-form-grid > .app-form-row-textarea, .app-form-layout > .app-form-row-textarea { grid-column: 1 / -1; order: 2; }
.app-form-grid:has(> .app-form-row-textarea ~ .app-form-row-textarea) > .app-form-row-textarea, .app-form-layout:has(> .app-form-row-textarea ~ .app-form-row-textarea) > .app-form-row-textarea { grid-column: span 6; }
.app-form-grid:has(> .app-form-row-textarea ~ .app-form-row-textarea ~ .app-form-row-textarea) > .app-form-row-textarea, .app-form-layout:has(> .app-form-row-textarea ~ .app-form-row-textarea ~ .app-form-row-textarea) > .app-form-row-textarea { grid-column: span 4; }
.app-form-layout > input[type="hidden"] { display: none; }
.app-form-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .75rem; padding-top: 1rem; margin-top: 1.25rem; border-top: 1px solid var(--bs-border-color); }
.app-stat-card, .app-action-card { border-radius: var(--app-radius); border-color: var(--bs-border-color); }
.app-action-card { transition: transform .15s ease, box-shadow .15s ease; }
.app-action-card:hover, .app-action-card:focus-visible { transform: translateY(-2px); box-shadow: 0 .5rem 1.25rem rgb(0 0 0 / 10%); }
.form-control, .form-select, .btn { min-height: min(var(--app-control-height), 2.5rem); }
.btn, .btn-sm, .app-group-context-menu .btn { display: inline-flex; align-items: center; justify-content: center; min-height: 2.5rem; padding: 6px; --bs-btn-padding-y: 6px; --bs-btn-padding-x: 6px; }
.btn-sm { min-height: 2.5rem; }
.btn-primary { --bs-btn-bg: var(--app-primary); --bs-btn-border-color: var(--app-primary); --bs-btn-hover-bg: color-mix(in srgb, var(--app-primary) 86%, black); --bs-btn-hover-border-color: color-mix(in srgb, var(--app-primary) 86%, black); }
.btn-warning { --bs-btn-bg: #e67e22; --bs-btn-border-color: #e67e22; --bs-btn-hover-bg: #c96512; --bs-btn-hover-border-color: #c96512; }
.btn-outline-warning { --bs-btn-color: #c96512; --bs-btn-border-color: #c96512; --bs-btn-hover-color: #fff; --bs-btn-hover-bg: #e67e22; --bs-btn-hover-border-color: #e67e22; }
.form-control, .form-select { border-radius: calc(var(--app-radius) * .65); background-color: var(--app-surface); color: #4b5563; border-color: var(--bs-border-color); font-size: .82rem; }
.form-control:focus, .form-select:focus { background-color: var(--app-surface); color: #4b5563; }
.form-control::placeholder { color: #4b5563; opacity: 1; }
.form-select option { color: #4b5563; }
.badge { font-weight: 650; }
h1, h2, h3, h4, h5, h6 { font-weight: 800; }
h1, h2, h3, h4, h5, h6 { display: table; max-width: 100%; padding: .2rem .55rem; border-left: .25rem solid var(--app-primary); border-radius: .35rem; background: var(--app-heading-background); }
.app-content-section { margin-bottom: 1.25rem; padding: 1rem; border: 1px solid var(--app-border-strong); border-radius: var(--app-radius); background: var(--app-surface); box-shadow: var(--app-shadow-md); }
.app-content-section > :last-child { margin-bottom: 0; }
.form-label, .app-form-layout .form-label, .app-form-grid .form-label { display: block; width: 100%; margin-bottom: .15rem; font-size: .78rem; line-height: 1.1; }
.app-form-layout > div > label, .app-form-grid > div > label { display: block; width: 100%; margin-bottom: .15rem; font-size: .78rem; line-height: 1.1; }
.card { border-color: var(--app-border-strong); box-shadow: var(--app-shadow-md); }
.app-card, .card, .app-filter-card, .app-results-card, .app-form-card, .app-content-section, .app-table-wrap, .app-audit-breadcrumb nav, .app-audit-content .auditor-audit { border-top-left-radius: 0 !important; }
@media (min-width: 768px) { .app-form-grid, .app-form-layout { display: flex; flex-wrap: wrap; column-gap: .75rem; row-gap: .15rem; align-items: flex-start; } .app-form-grid > *, .app-form-layout > * { width: 0; flex: 1 1 0; } .app-form-grid > .full-width, .app-form-layout > .full-width, .app-form-layout > button, .app-form-layout > .form-actions { width: 100%; flex: 0 0 100%; } .app-form-grid > .app-form-row-textarea, .app-form-layout > .app-form-row-textarea { width: 100%; flex: 0 0 100%; } .app-form-grid:has(> .app-form-row-textarea ~ .app-form-row-textarea) > .app-form-row-textarea, .app-form-layout:has(> .app-form-row-textarea ~ .app-form-row-textarea) > .app-form-row-textarea { width: calc((100% - .75rem) / 2); flex-basis: calc((100% - .75rem) / 2); } .app-form-grid:has(> .app-form-row-textarea ~ .app-form-row-textarea ~ .app-form-row-textarea) > .app-form-row-textarea, .app-form-layout:has(> .app-form-row-textarea ~ .app-form-row-textarea ~ .app-form-row-textarea) > .app-form-row-textarea { width: calc((100% - 1.5rem) / 3); flex-basis: calc((100% - 1.5rem) / 3); } }
@media (min-width: 768px) { .app-form-grid--compact > :not(.full-width):not(.app-form-row-textarea) { width: calc((100% - 8.25rem) / 6 + .75rem); flex: 0 0 calc((100% - 8.25rem) / 6 + .75rem); } }
@media (min-width: 992px) { body.app-sidebar-collapsed .app-shell { grid-template-columns: 0 minmax(0, 1fr); } body.app-sidebar-collapsed .app-sidebar { transform: translateX(-100%); } }
@media (max-width: 991.98px) { .app-shell { display: block; } .app-sidebar { position: fixed; inset: 0 auto 0 0; width: min(var(--app-sidebar-width), 88vw); min-width: 0; transform: translateX(-100%); visibility: hidden; transition: transform .25s ease, visibility .25s ease; } .app-sidebar.show { transform: translateX(0); visibility: visible; } .app-sidebar .offcanvas-body { height: calc(100vh - 4.5rem); } .app-sidebar-backdrop { position: fixed; inset: 0; z-index: 1040; display: block; visibility: hidden; background: rgb(0 0 0 / 45%); opacity: 0; transition: opacity .25s ease, visibility .25s ease; } body.app-sidebar-open .app-sidebar-backdrop { visibility: visible; opacity: 1; } body.app-sidebar-open { overflow: hidden; } }
@media (min-width: 992px) { .app-sidebar-backdrop { display: none; } }
@media (max-width: 767.98px) { .app-filter-grid, .app-form-grid, .app-form-layout { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); } .app-filter-field, .app-filter-actions { grid-column: 1 / -1; } .app-form-grid > *, .app-form-layout > * { grid-column: span 6; } .app-form-grid > .full-width, .app-form-layout > .full-width, .app-form-layout > button, .app-form-layout > .form-actions { grid-column: 1 / -1; } .app-form-grid > .app-form-row-textarea, .app-form-layout > .app-form-row-textarea { grid-column: 1 / -1 !important; order: 2; } .app-form-layout > button, .app-form-layout > .form-actions { order: 3; } }
@media (min-width: 768px) { .app-contribution-form-grid > .app-form-row-quick-amounts, .app-contribution-form-grid > .app-form-row-amount { width: calc((100% - .75rem) / 2); flex: 0 0 calc((100% - .75rem) / 2); } }
.app-contribution-form-grid > .app-form-row-quick-amounts, .app-contribution-form-grid > .app-form-row-amount { order: 2; }
.app-contribution-form-grid > .app-form-row-textarea { order: 3; }
.app-contribution-quick-amounts .btn { font-size: .72rem; line-height: 1.1; }
@media (max-width: 767.98px) { .app-group-context-menu { align-items: flex-start; flex-direction: column; } .app-group-context-menu-title { max-width: 100%; } .app-group-context-menu-links { width: 100%; } }
@media (max-width: 575.98px) { .app-header-inner { padding-inline: .75rem; } .app-page { padding-inline: 1rem; } .app-page-header .btn { width: 100%; } .app-action-card:hover { transform: none; } .app-header-title { display: none; } .app-user-chip { max-width: 2.25rem; overflow: hidden; } .app-user-chip > span:last-child { display: none !important; } }
@media (max-width: 767.98px) { .app-page-header .app-back-link { width: max-content !important; max-width: max-content; min-width: 0; flex: 0 0 auto; align-self: flex-end; margin-left: auto; } }
@media (max-width: 575.98px) { .app-impersonation-banner { align-items: flex-start; flex-direction: column; } .app-user-group-header { align-items: flex-start; flex-direction: column; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; } }
