body.foh-theme {
    background-color: var(--foh-page-bg) !important;
    color: var(--foh-text);
    font-family: var(--foh-font-body);
}

.container-xxl {
    max-width: 1440px;
}

.text-muted {
    color: var(--foh-muted-text) !important;
}

/* ---------------------------------------------------
   GLOBAL TYPOGRAPHY / PAGE FEEL
--------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    line-height: 1.08;
    letter-spacing: -0.03em;
    color: var(--foh-text);
}

.page-title,
.display-title {
    font-size: clamp(2rem, 4vw, 3.6rem);
    font-weight: 500;
    letter-spacing: -0.04em;
    line-height: 1.04;
}

.section-title {
    font-size: clamp(1.8rem, 3vw, 2.75rem);
    font-weight: 500;
    letter-spacing: -0.03em;
    line-height: 1.08;
}

.lead,
.page-subtitle,
.section-subtitle {
    color: var(--foh-muted-text);
    line-height: 1.8;
}

/* ---------------------------------------------------
   NAVIGATION
--------------------------------------------------- */
.foh-topbar {
    min-height: 78px;
    background: rgba(247, 246, 243, 0.96) !important;
    border-bottom: 1px solid var(--foh-border);
    backdrop-filter: blur(8px);
    position: sticky;
    top: 0;
    z-index: 1030;
    box-shadow: none !important;
}

.foh-nav-shell {
    min-height: 78px;
    display: flex;
    align-items: center;
}

.foh-brand {
    color: var(--foh-navbar-text) !important;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.foh-brand-mark {
    width: 42px;
    height: 42px;
    border: 1px solid var(--foh-text);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    letter-spacing: 0.12em;
    color: var(--foh-text);
    background: #fff;
    flex-shrink: 0;
}

.foh-brand-text {
    color: var(--foh-text);
}

.nav-brand-logo,
.foh-footer-logo {
    height: 42px;
    width: auto;
    object-fit: contain;
}

.navbar-nav {
    gap: 8px;
}

.nav-main-list {
    flex-wrap: nowrap;
}

.nav-link {
    font-weight: 500;
    color: var(--foh-navbar-text) !important;
}

.navbar-nav .nav-link {
    border-radius: 0;
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.nav-compact-link {
    padding: 10px 12px !important;
    font-size: 14px;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    line-height: 1.2;
    color: var(--foh-muted-text) !important;
    border-bottom: 1px solid transparent;
}

.nav-user-link {
    white-space: nowrap;
    padding: 8px 10px !important;
}

.nav-user-avatar {
    width: 34px;
    height: 34px;
    background: var(--foh-text);
    color: #fff;
    font-size: 0.9rem;
    font-weight: 700;
    flex-shrink: 0;
}

.nav-user-name {
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--foh-text);
}

.nav-link:hover,
.nav-link:focus,
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
    color: var(--foh-text) !important;
    background-color: transparent;
    border-bottom-color: var(--foh-text);
}

.nav-link.active,
.navbar-nav .nav-link.active {
    background-color: transparent;
    color: var(--foh-text) !important;
    border-bottom-color: var(--foh-text);
}

.foh-navbar-toggler {
    border-radius: 0 !important;
    border-color: var(--foh-border) !important;
}

.dropdown-menu,
.foh-dropdown-menu {
    border-radius: 0;
    border: 1px solid var(--foh-border);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
    padding-top: 10px;
    padding-bottom: 10px;
    background: #fff;
}

.navbar .dropdown-menu {
    min-width: 220px;
}

.navbar .dropdown-item {
    font-weight: 500;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.navbar .dropdown-item:hover,
.navbar .dropdown-item:focus {
    background-color: #f7f7f7;
    color: var(--foh-text);
}

.navbar .dropdown-item.active {
    background-color: #f7f7f7;
    color: var(--foh-text);
}

.navbar .dropdown-header {
    font-weight: 700;
}

/* ---------------------------------------------------
   SHARED MODULE PAGE SYSTEM
--------------------------------------------------- */
.module-page {
    display: grid;
    gap: 24px;
}

.module-hero {
    border: 1px solid var(--foh-border);
    background: linear-gradient(180deg, #f8f7f4 0%, #ffffff 100%);
}

.module-hero-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    min-height: 240px;
}

.module-hero-content {
    padding: 44px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.module-eyebrow {
    display: inline-block;
    margin-bottom: 16px;
    font-size: 12px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--foh-muted-text);
}

.module-title {
    font-size: clamp(2.4rem, 4vw, 4.1rem);
    line-height: 1.02;
    letter-spacing: -0.05em;
    margin-bottom: 16px;
    max-width: 900px;
}

.module-description {
    max-width: 840px;
    font-size: 17px;
    line-height: 1.8;
    color: var(--foh-muted-text);
    margin-bottom: 0;
}

.module-actions-bar {
    border: 1px solid var(--foh-border);
    background: #ffffff;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.module-actions-left,
.module-actions-right {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.module-actions-bar .btn {
    min-width: 150px;
}

.module-filters {
    border: 1px solid var(--foh-border);
    background: #ffffff;
    padding: 20px;
    display: grid;
    grid-template-columns: minmax(260px, 1.15fr) repeat(3, minmax(160px, 0.45fr));
    gap: 14px;
    align-items: end;
}

.module-filter-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.module-filter-group label {
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--foh-muted-text);
    font-weight: 600;
}

.module-filters .form-control,
.module-filters .form-select {
    min-height: 48px;
}

.module-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    border-top: 1px solid var(--foh-border);
    border-left: 1px solid var(--foh-border);
}

.module-stat-card {
    background: #ffffff;
    border-right: 1px solid var(--foh-border);
    border-bottom: 1px solid var(--foh-border);
    min-height: 180px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.module-stat-label {
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--foh-muted-text);
    margin-bottom: 14px;
    display: block;
}

.module-stat-value {
    font-size: 38px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--foh-text);
}

.module-stat-description {
    font-size: 14px;
    line-height: 1.7;
    color: var(--foh-muted-text);
    margin: 0;
}

.module-panel {
    border: 1px solid var(--foh-border);
    background: #ffffff;
}

.module-panel-header {
    padding: 20px 24px;
    border-bottom: 1px solid var(--foh-border);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.module-panel-title-wrap {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.module-panel-eyebrow {
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--foh-muted-text);
}

.module-panel-title {
    font-size: 28px;
    line-height: 1.08;
    margin: 0;
}

.module-panel-description {
    margin: 0;
    color: var(--foh-muted-text);
    font-size: 14px;
    line-height: 1.7;
}

.module-panel-tools {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.module-panel-body {
    padding: 0;
}

.module-table-wrap {
    width: 100%;
    overflow-x: auto;
}

.module-table-empty {
    padding: 42px 24px;
    text-align: center;
    color: var(--foh-muted-text);
    font-size: 15px;
    border-top: 1px solid var(--foh-border);
}

.module-panel-footer {
    padding: 16px 24px;
    border-top: 1px solid var(--foh-border);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    background: #fcfcfb;
}

.module-helper-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.5fr) minmax(260px, 0.5fr);
    gap: 0;
    border-top: 1px solid var(--foh-border);
    border-left: 1px solid var(--foh-border);
}

.module-helper-card {
    background: #ffffff;
    border-right: 1px solid var(--foh-border);
    border-bottom: 1px solid var(--foh-border);
    min-height: 180px;
    padding: 24px;
}

.module-helper-card.soft {
    background: #f8f7f4;
}

.module-helper-title {
    font-size: 24px;
    line-height: 1.1;
    margin-bottom: 12px;
}

.module-helper-copy {
    color: var(--foh-muted-text);
    line-height: 1.8;
    font-size: 15px;
}

.module-helper-label {
    display: block;
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--foh-muted-text);
    margin-bottom: 12px;
}

.module-helper-value {
    font-size: 17px;
    line-height: 1.7;
    color: var(--foh-text);
}

.module-sync-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 0 14px;
    border: 1px solid var(--foh-border);
    background: #fff;
    color: var(--foh-text);
    font-size: 14px;
    font-weight: 500;
}

.module-search-input {
    position: relative;
}

.module-search-input .form-control {
    padding-left: 44px;
}

.module-search-input .search-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--foh-muted-text);
    pointer-events: none;
    font-size: 16px;
}

/* ---------------------------------------------------
   CARDS / SURFACES
--------------------------------------------------- */
.card {
    background-color: #ffffff;
    border: 1px solid var(--foh-border) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.card-header {
    background: #ffffff !important;
    border-bottom: 1px solid var(--foh-border) !important;
    border-radius: 0 !important;
}

.card-body {
    padding: 24px;
}

.alert {
    border-radius: 0;
    border-width: 1px;
}

.alert-light,
.alert-info {
    background: #f7f7f7;
    color: var(--foh-text);
    border-color: var(--foh-border);
}

/* ---------------------------------------------------
   FORMS
--------------------------------------------------- */
.form-label {
    font-weight: 600;
    color: var(--foh-text);
    margin-bottom: 0.55rem;
}

.form-control,
.form-select,
textarea.form-control {
    border-radius: 0 !important;
    border: 1px solid var(--foh-border);
    background-color: #ffffff;
    color: var(--foh-text);
    min-height: 46px;
    padding: 0.7rem 0.9rem;
    box-shadow: none !important;
}

textarea.form-control {
    min-height: auto;
}

.form-control::placeholder,
.form-select::placeholder {
    color: #9a9a9a;
}

.form-control:focus,
.form-select:focus {
    border-color: var(--foh-text);
    box-shadow: none !important;
}

/* ---------------------------------------------------
   BUTTONS
--------------------------------------------------- */
.btn {
    border-radius: 0 !important;
    font-weight: 600;
    min-height: 46px;
    padding: 0 22px;
    transition: 0.2s ease;
    box-shadow: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-align: center;
}

.btn:hover {
    opacity: 0.94;
}

.btn-primary,
.btn-dark,
.btn-foh-primary {
    background-color: var(--foh-btn-primary-bg) !important;
    border-color: var(--foh-btn-primary-bg) !important;
    color: var(--foh-btn-primary-text) !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-foh-primary:hover,
.btn-foh-primary:focus,
.btn-foh-primary:active {
    background-color: var(--foh-btn-primary-hover) !important;
    border-color: var(--foh-btn-primary-hover) !important;
    color: var(--foh-btn-primary-text) !important;
}

.btn-outline-primary,
.btn-outline-secondary,
.btn-light,
.btn-foh-secondary {
    background-color: #ffffff !important;
    border-color: var(--foh-btn-secondary-text) !important;
    color: var(--foh-btn-secondary-text) !important;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:active,
.btn-light:hover,
.btn-light:focus,
.btn-light:active,
.btn-foh-secondary:hover,
.btn-foh-secondary:focus,
.btn-foh-secondary:active {
    background-color: var(--foh-btn-secondary-hover) !important;
    border-color: var(--foh-btn-secondary-text) !important;
    color: var(--foh-btn-secondary-text) !important;
}

.btn-danger,
.btn-foh-danger {
    background-color: var(--foh-btn-danger-bg) !important;
    border-color: var(--foh-btn-danger-bg) !important;
    color: var(--foh-btn-danger-text) !important;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-foh-danger:hover,
.btn-foh-danger:focus,
.btn-foh-danger:active {
    background-color: var(--foh-btn-danger-hover) !important;
    border-color: var(--foh-btn-danger-hover) !important;
    color: var(--foh-btn-danger-text) !important;
}

.btn-sm {
    min-height: 38px;
    padding: 0 16px;
}

/* ---------------------------------------------------
   TABLES
--------------------------------------------------- */
.table {
    background-color: transparent;
    border-color: var(--foh-border) !important;
    margin-bottom: 0;
}

.table thead th {
    background-color: var(--foh-th-bg);
    color: var(--foh-th-color);
    border-color: var(--foh-border);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    vertical-align: middle;
    padding-top: 14px;
    padding-bottom: 14px;
}

.table tbody td {
    background-color: var(--foh-td-bg);
    color: var(--foh-td-color);
    border-color: var(--foh-border);
    vertical-align: middle;
    padding-top: 14px;
    padding-bottom: 14px;
}

.table-hover > tbody > tr:hover > * {
    background-color: #fafafa;
}

/* ---------------------------------------------------
   BADGES / PILLS
--------------------------------------------------- */
.badge {
    border-radius: 0;
    font-weight: 600;
    letter-spacing: 0.03em;
    padding: 0.5em 0.7em;
}

.bg-primary {
    background-color: #111111 !important;
}

.bg-light {
    background-color: #f7f7f7 !important;
}

.border,
.border-top,
.border-bottom,
.border-start,
.border-end {
    border-color: var(--foh-border) !important;
}

/* ---------------------------------------------------
   MODALS
--------------------------------------------------- */
.modal-content {
    border-radius: 0 !important;
    border: 1px solid var(--foh-border) !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}

.modal-header,
.modal-footer {
    border-color: var(--foh-border) !important;
}

.modal-header {
    padding: 20px 24px;
}

.modal-body {
    padding: 24px;
}

.modal-footer {
    padding: 16px 24px;
}

/* ---------------------------------------------------
   DROPDOWNS / LIST GROUPS
--------------------------------------------------- */
.dropdown-divider,
hr {
    border-color: var(--foh-border);
    opacity: 1;
}

.list-group-item {
    border-color: var(--foh-border);
    border-radius: 0 !important;
}

/* ---------------------------------------------------
   FOOTER
--------------------------------------------------- */
.foh-footer {
    border-top: 1px solid var(--foh-border);
    background: #ffffff;
    padding: 28px 0 40px;
}

.foh-footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}

.foh-footer-links {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    color: var(--foh-muted-text);
    font-size: 14px;
}

.foh-footer-copy {
    color: var(--foh-muted-text);
    font-size: 14px;
}

/* ---------------------------------------------------
   AUTH PAGE REDESIGN
--------------------------------------------------- */
.page-main.is-auth-page {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.page-main.is-auth-page .container-xxl {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.auth-shell {
    min-height: calc(100vh - 156px);
    background: #f6f6f4;
    display: flex;
    align-items: center;
    justify-content: center;
}

.auth-shell-grid {
    min-height: calc(100vh - 156px);
    width: 100%;
    max-width: 1100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px 24px;
}

.auth-brand-panel {
    display: none;
}

.auth-brand-inner {
    width: 100%;
    max-width: 760px;
    padding: 64px 56px;
}

.auth-eyebrow {
    display: inline-block;
    margin-bottom: 18px;
    font-size: 12px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--foh-muted-text);
    min-height: 18px;
}

.auth-brand-title {
    font-size: clamp(2.8rem, 4.6vw, 4.9rem);
    line-height: 1.02;
    letter-spacing: -0.05em;
    margin-bottom: 22px;
    max-width: 760px;
}

.auth-brand-description {
    max-width: 620px;
    font-size: 18px;
    line-height: 1.8;
    color: var(--foh-muted-text);
    margin-bottom: 34px;
}

.auth-brand-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(140px, 1fr));
    border-top: 1px solid var(--foh-border);
    border-left: 1px solid var(--foh-border);
    max-width: 760px;
}

.auth-brand-stat {
    padding: 22px;
    border-right: 1px solid var(--foh-border);
    border-bottom: 1px solid var(--foh-border);
    background: rgba(255, 255, 255, 0.8);
}

.auth-brand-stat strong {
    display: block;
    font-size: 26px;
    margin-bottom: 6px;
    font-weight: 600;
}

.auth-brand-stat span {
    display: block;
    color: var(--foh-muted-text);
    font-size: 14px;
    line-height: 1.6;
}

.auth-form-panel {
    background: #ffffff;
    display: flex;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    border: 1px solid var(--foh-border);
}

.auth-form-grid {
    width: 100%;
    max-width: 900px;
    min-height: 560px;
    display: grid;
    grid-template-columns: minmax(360px, 1fr) minmax(320px, 1fr);
    align-items: stretch;
}

.auth-login-panel,
.auth-create-panel {
    padding: 64px 44px;
    display: grid;
    grid-template-rows: auto 1fr auto;
    align-items: start;
    min-height: 100%;
}

.auth-create-panel {
    border-left: 1px solid var(--foh-border);
    background: #fcfcfb;
}

.auth-content-block {
    margin-bottom: 28px;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.auth-panel-title {
    font-size: clamp(2.1rem, 2.6vw, 3rem);
    line-height: 1.05;
    margin-bottom: 14px;
    min-height: 64px;
    display: flex;
    align-items: flex-start;
}

.auth-panel-description {
    color: var(--foh-muted-text);
    font-size: 17px;
    line-height: 1.8;
    max-width: 520px;
    margin-bottom: 0;
}

.auth-form {
    width: 100%;
    max-width: 430px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.auth-form-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 28px;
}

.auth-submit-btn {
    width: 100%;
    max-width: 100%;
    min-height: 54px;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    margin-top: auto;
}

.auth-feature-list {
    margin: 0;
    padding-left: 20px;
    color: var(--foh-text);
    align-self: start;
}

.auth-feature-list li {
    margin-bottom: 14px;
    line-height: 1.7;
    font-size: 16px;
}

.auth-link {
    color: var(--foh-link-color);
}

.auth-link:hover {
    color: var(--foh-link-hover);
}

.auth-create-btn {
    width: 100%;
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    margin-top: auto;
}

/* ---------------------------------------------------
   DASHBOARD CMS PAGE
--------------------------------------------------- */
.dashboard-shell {
    display: grid;
    gap: 24px;
}

.dashboard-hero {
    border: 1px solid var(--foh-border);
    background: linear-gradient(180deg, #f8f7f4 0%, #ffffff 100%);
}

.dashboard-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 420px);
    min-height: 360px;
}

.dashboard-hero-content {
    padding: 52px 44px;
    border-right: 1px solid var(--foh-border);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.dashboard-eyebrow {
    display: inline-block;
    margin-bottom: 16px;
    font-size: 12px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--foh-muted-text);
}

.dashboard-title {
    font-size: clamp(2.6rem, 4vw, 4.4rem);
    line-height: 1.02;
    letter-spacing: -0.05em;
    margin-bottom: 18px;
    max-width: 840px;
}

.dashboard-description {
    max-width: 760px;
    font-size: 18px;
    line-height: 1.8;
    color: var(--foh-muted-text);
    margin-bottom: 0;
}

.dashboard-hero-panel {
    display: flex;
    align-items: center;
    background: #ffffff;
}

.dashboard-hero-panel-inner {
    width: 100%;
    padding: 40px 32px;
}

.dashboard-panel-title {
    font-size: clamp(1.8rem, 2.2vw, 2.6rem);
    line-height: 1.08;
    margin-bottom: 14px;
}

.dashboard-panel-description {
    font-size: 16px;
    line-height: 1.8;
    color: var(--foh-muted-text);
    margin-bottom: 22px;
}

.dashboard-panel-btn {
    width: 100%;
}

.dashboard-tiles-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    border-top: 1px solid var(--foh-border);
    border-left: 1px solid var(--foh-border);
}

.dashboard-tile-card {
    background: #ffffff;
    border-right: 1px solid var(--foh-border);
    border-bottom: 1px solid var(--foh-border);
    min-height: 320px;
    padding: 28px;
    display: flex;
    flex-direction: column;
}

.dashboard-tile-top {
    margin-bottom: 16px;
}

.dashboard-tile-top small {
    display: block;
    margin-bottom: 10px;
    color: var(--foh-muted-text);
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.dashboard-tile-top h3 {
    font-size: 28px;
    line-height: 1.08;
    margin-bottom: 0;
}

.dashboard-tile-card p {
    color: var(--foh-muted-text);
    line-height: 1.8;
    font-size: 15px;
    margin-bottom: 22px;
}

.dashboard-tile-btn {
    margin-top: auto;
    width: 100%;
}

.dashboard-support-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.4fr) minmax(260px, 0.4fr);
    gap: 0;
    border-top: 1px solid var(--foh-border);
    border-left: 1px solid var(--foh-border);
}

.dashboard-support-card {
    background: #ffffff;
    border-right: 1px solid var(--foh-border);
    border-bottom: 1px solid var(--foh-border);
    padding: 30px;
    min-height: 220px;
}

.dashboard-support-main {
    background: #f8f7f4;
}

.dashboard-support-label {
    display: block;
    margin-bottom: 12px;
    color: var(--foh-muted-text);
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.dashboard-support-value,
.dashboard-support-copy {
    font-size: 18px;
    line-height: 1.7;
    color: var(--foh-text);
}

.dashboard-support-value a {
    color: var(--foh-link-color);
    word-break: break-word;
}

.dashboard-support-value a:hover {
    color: var(--foh-link-hover);
}

/* ---------------------------------------------------
   RESPONSIVE
--------------------------------------------------- */
@media (max-width: 1399.98px) {
    .nav-user-name {
        display: none !important;
    }

    .auth-form-grid {
        grid-template-columns: minmax(320px, 1fr) minmax(280px, 1fr);
    }
}

@media (max-width: 1199.98px) {
    .nav-main-list {
        flex-wrap: wrap;
        gap: 2px;
        margin-top: 18px;
        margin-bottom: 8px;
    }

    .nav-compact-link {
        width: 100%;
        justify-content: flex-start;
        border-bottom: none;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .nav-link.active,
    .navbar-nav .nav-link.active,
    .nav-link:hover,
    .nav-link:focus,
    .navbar-nav .nav-link:hover,
    .navbar-nav .nav-link:focus {
        border-bottom-color: transparent;
    }

    .module-filters {
        grid-template-columns: 1fr 1fr;
    }

    .module-stats-grid {
        grid-template-columns: 1fr 1fr;
    }

    .module-helper-grid {
        grid-template-columns: 1fr;
    }

    .auth-shell-grid {
        max-width: 980px;
        padding: 24px 20px;
    }

    .auth-form-grid {
        max-width: 100%;
        grid-template-columns: 1fr 1fr;
    }

    .dashboard-hero-grid {
        grid-template-columns: 1fr;
    }

    .dashboard-hero-content {
        border-right: 0;
        border-bottom: 1px solid var(--foh-border);
    }

    .dashboard-tiles-grid {
        grid-template-columns: 1fr 1fr;
    }

    .dashboard-support-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991.98px) {
    .foh-footer-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .module-hero-content,
    .module-actions-bar,
    .module-filters,
    .module-panel-header,
    .module-panel-footer,
    .module-helper-card {
        padding: 20px;
    }

    .module-filters {
        grid-template-columns: 1fr;
    }

    .auth-form-grid {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .auth-create-panel {
        border-left: 0;
        border-top: 1px solid var(--foh-border);
    }

    .auth-login-panel,
    .auth-create-panel,
    .auth-brand-inner {
        padding: 40px 24px;
    }

    .auth-brand-stats {
        grid-template-columns: 1fr;
    }

    .auth-content-block {
        min-height: auto;
    }

    .auth-panel-title {
        min-height: auto;
    }

    .dashboard-hero-content,
    .dashboard-hero-panel-inner,
    .dashboard-tile-card,
    .dashboard-support-card {
        padding: 24px;
    }
}

@media (max-width: 767.98px) {
    .page-main {
        padding-top: 24px;
        padding-bottom: 36px;
    }

    .card-body,
    .modal-body {
        padding: 18px;
    }

    .modal-header,
    .modal-footer {
        padding-left: 18px;
        padding-right: 18px;
    }

    .module-title,
    .dashboard-title {
        font-size: 2.2rem;
    }

    .module-panel-title,
    .dashboard-panel-title,
    .auth-panel-title {
        font-size: 1.8rem;
    }

    .module-description,
    .dashboard-description,
    .dashboard-panel-description,
    .module-helper-value,
    .module-helper-copy,
    .dashboard-support-value,
    .dashboard-support-copy,
    .auth-panel-description,
    .auth-brand-description {
        font-size: 15px;
    }

    .module-stats-grid,
    .dashboard-tiles-grid {
        grid-template-columns: 1fr;
    }

    .auth-shell {
        min-height: auto;
    }

    .auth-shell-grid {
        min-height: auto;
        padding: 16px;
    }

    .auth-brand-title {
        font-size: 2.5rem;
    }

    .auth-login-panel,
    .auth-create-panel {
        padding: 32px 20px;
    }
}