/* Governance Hub — Board panel sidebar */

/* Hide header logo column — branding lives in sidebar top */
.gh-platform.gh-board-panel .main-header .logo {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    visibility: hidden !important;
}

.gh-platform.gh-board-panel .main-header .navbar {
    left: 268px !important;
}

.gh-platform.gh-board-panel .gh-business-sidebar.main-sidebar {
    width: 268px !important;
    top: 0 !important;
    height: 100vh !important;
    padding-top: 0 !important;
    background: linear-gradient(180deg, #001233 0%, #001D4A 40%, #001a3d 100%) !important;
    border-right: 1px solid rgba(193, 163, 95, 0.14) !important;
    box-shadow: none !important;
    z-index: 1040;
}

.gh-platform.gh-board-panel .content-wrapper,
.gh-platform.gh-board-panel .main-footer {
    margin-left: 268px !important;
}

.gh-platform.gh-board-panel .content-wrapper {
    margin-top: 58px !important;
}

.gh-platform.gh-board-panel .gh-business-sidebar-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    padding-bottom: 0 !important;
}

/* Brand block — top of sidebar */
.gh-board-sidebar-brand {
    padding: 18px 16px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(135deg, rgba(0, 139, 156, 0.1) 0%, rgba(193, 163, 95, 0.06) 100%);
    flex-shrink: 0;
}

.gh-board-sidebar-brand-row {
    display: flex;
    align-items: center;
    gap: 12px;
}

.gh-board-sidebar-brand-text strong {
    display: block;
    color: #fff;
    font-family: 'Plus Jakarta Sans', 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.02em;
}

.gh-board-sidebar-brand-text span {
    display: block;
    margin-top: 2px;
    color: rgba(0, 168, 181, 0.95);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.gh-board-sidebar-tagline {
    margin: 10px 0 0;
    padding: 0;
    color: rgba(255, 255, 255, 0.58);
    font-size: 11px;
    line-height: 1.45;
    font-weight: 500;
}

/* Collapsed sidebar */
.gh-platform.gh-board-panel.sidebar-mini.sidebar-collapse .main-header .navbar {
    left: 50px !important;
}

.gh-platform.gh-board-panel.sidebar-mini.sidebar-collapse .gh-business-sidebar.main-sidebar {
    width: 50px !important;
}

.gh-platform.gh-board-panel.sidebar-mini.sidebar-collapse .content-wrapper,
.gh-platform.gh-board-panel.sidebar-mini.sidebar-collapse .main-footer {
    margin-left: 50px !important;
}

.gh-platform.gh-board-panel.sidebar-mini.sidebar-collapse .gh-board-sidebar-brand,
.gh-platform.gh-board-panel.sidebar-mini.sidebar-collapse .gh-board-sidebar-tagline,
.gh-platform.gh-board-panel.sidebar-mini.sidebar-collapse .gh-board-sidebar-brand-text,
.gh-platform.gh-board-panel.sidebar-mini.sidebar-collapse .gh-board-institution-switcher,
.gh-platform.gh-board-panel.sidebar-mini.sidebar-collapse .gh-board-user-copy,
.gh-platform.gh-board-panel.sidebar-mini.sidebar-collapse .gh-bnav-label {
    display: none !important;
}

.gh-platform.gh-board-panel.sidebar-mini.sidebar-collapse .gh-board-sidebar-brand-row {
    justify-content: center;
}

/* Navigation */
.gh-platform.gh-board-panel .gh-bnav-scroll {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 12px 10px;
}

.gh-platform.gh-board-panel .gh-bnav-menu {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
}

.gh-platform.gh-board-panel .gh-bnav-menu > li {
    margin: 0 0 4px !important;
}

.gh-platform.gh-board-panel .gh-bnav-menu > li > a {
    display: flex !important;
    align-items: center !important;
    gap: 0 !important;
    padding: 10px 12px !important;
    border-radius: 10px !important;
    color: rgba(255, 255, 255, 0.82) !important;
    font-size: 13.5px !important;
    font-weight: 600 !important;
    background: transparent !important;
    border: none !important;
    transition: background 0.18s ease, color 0.18s ease !important;
}

.gh-platform.gh-board-panel .gh-bnav-icon {
    width: 32px;
    height: 32px;
    border-radius: 9px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    margin-right: 10px;
    transition: all 0.18s ease;
}

.gh-platform.gh-board-panel .gh-bnav-menu > li > a:hover {
    background: rgba(255, 255, 255, 0.06) !important;
    color: #fff !important;
}

.gh-platform.gh-board-panel .gh-bnav-menu > li > a:hover .gh-bnav-icon {
    background: rgba(0, 139, 156, 0.2);
    color: #00A8B5;
}

.gh-platform.gh-board-panel .gh-bnav-menu > li.active > a {
    background: linear-gradient(90deg, rgba(0, 139, 156, 0.22) 0%, rgba(0, 139, 156, 0.08) 100%) !important;
    color: #fff !important;
    box-shadow: inset 2px 0 0 #C1A35F, inset 0 0 0 1px rgba(0, 139, 156, 0.12) !important;
}

.gh-platform.gh-board-panel .gh-bnav-menu > li.active > a .gh-bnav-icon {
    background: rgba(0, 139, 156, 0.28);
    color: #00A8B5;
}

.gh-platform.gh-board-panel .gh-board-sidebar .gh-board-brand-copy strong {
    display: block;
    color: #fff;
    font-size: 15px;
    line-height: 1.2;
}

.gh-platform.gh-board-panel .gh-board-brand-logo span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 16px;
}

.gh-board-institution-switcher {
    position: relative;
    padding: 14px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    flex-shrink: 0;
}

.gh-board-institution-label {
    display: block;
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.45);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.gh-board-institution-switcher-toggle {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 11px 12px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #fff;
    text-align: left;
    cursor: pointer;
    transition: background 0.18s ease, border-color 0.18s ease;
}

.gh-board-institution-switcher-toggle:disabled {
    cursor: default;
    opacity: 1;
}

.gh-board-institution-switcher.has-multiple .gh-board-institution-switcher-toggle:hover {
    background: rgba(255, 255, 255, 0.09);
    border-color: rgba(0, 139, 156, 0.35);
}

.gh-board-institution-icon {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 800;
    color: #fff;
    flex-shrink: 0;
    margin-top: 1px;
    overflow: hidden;
}

.gh-board-institution-icon.has-logo {
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.18);
    padding: 2px;
}

.gh-board-institution-icon.has-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 8px;
    display: block;
}

.gh-accent-navy { background: linear-gradient(135deg, #001233, #001D4A); }
.gh-accent-teal { background: linear-gradient(135deg, #007A8A, #008B9C); }
.gh-accent-gold { background: linear-gradient(135deg, #A88D4F, #C1A35F); color: #001D4A !important; }
.gh-accent-blue { background: linear-gradient(135deg, #002855, #003d82); }
.gh-accent-green { background: linear-gradient(135deg, #047857, #059669); }
.gh-accent-amber { background: linear-gradient(135deg, #b45309, #d97706); }
.gh-accent-purple { background: linear-gradient(135deg, #002855, #008B9C); }
.gh-accent-rose { background: linear-gradient(135deg, #007A8A, #008B9C); }

.gh-board-institution-meta {
    flex: 1;
    min-width: 0;
}

.gh-board-institution-meta strong,
.gh-board-institution-option-label {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.gh-board-institution-meta small {
    display: block;
    font-size: 11px;
    opacity: 0.72;
    margin-top: 2px;
}

.gh-board-institution-switcher-toggle .fa-chevron-down {
    margin-top: 4px;
    opacity: 0.65;
    font-size: 12px;
    flex-shrink: 0;
}

.gh-board-institution-switcher-menu {
    display: none;
    position: absolute;
    left: 14px;
    right: 14px;
    top: calc(100% - 4px);
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.22);
    padding: 10px;
    z-index: 1200;
}

.gh-board-institution-switcher.is-open .gh-board-institution-switcher-menu {
    display: block;
}

.gh-board-institution-switcher-title {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #94a3b8;
    padding: 6px 8px 10px;
    font-weight: 700;
}

.gh-board-institution-option {
    width: 100%;
    border: none;
    background: transparent;
    border-radius: 10px;
    padding: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #0f172a;
    text-align: left;
}

.gh-board-institution-option:hover,
.gh-board-institution-option.is-active {
    background: #f1f5f9;
}

.gh-board-institution-option .gh-board-institution-option-label {
    flex: 1;
    color: #0f172a;
}

.gh-board-institution-active-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #008B9C;
    flex-shrink: 0;
}

.gh-board-sidebar-foot {
    padding: 14px 16px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(0, 0, 0, 0.14);
    flex-shrink: 0;
}

.gh-board-user-mini {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    min-width: 0;
}

.gh-board-user-copy {
    min-width: 0;
    flex: 1;
}

.gh-board-user-avatar {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: rgba(0, 139, 156, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.12);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 800;
    overflow: hidden;
    flex-shrink: 0;
}

.gh-board-user-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gh-board-user-mini strong {
    display: block;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gh-board-user-mini small {
    display: block;
    font-size: 11px;
    opacity: 0.75;
}

/* Auth pages */
.gh-board-auth .gh-board-login-brand .gh-board-portal-tag {
    display: inline-block;
    margin: 0 0 14px;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(193, 163, 95, 0.18);
    color: var(--do-gold-light, #D4B872);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.gh-board-login-btn {
    background: linear-gradient(135deg, var(--do-navy) 0%, var(--do-teal-dark) 100%) !important;
}

.gh-board-verify-shell,
.gh-board-select-shell {
    min-height: 100vh;
    background: linear-gradient(180deg, #f8fafc 0%, #eef4f7 100%);
    padding: 24px 16px 40px;
}

.gh-board-verify-topbar {
    max-width: 560px;
    margin: 0 auto 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.gh-board-verify-back,
.gh-board-verify-security {
    color: #475569;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.gh-board-verify-card,
.gh-board-select-card {
    max-width: 560px;
    margin: 0 auto;
    background: #fff;
    border-radius: 22px;
    box-shadow: 0 24px 60px rgba(0, 82, 118, 0.12);
    padding: 34px 32px;
    position: relative;
}

.gh-board-verify-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: rgba(1, 205, 209, 0.12);
    color: #005276;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 16px;
}

.gh-board-verify-card h1,
.gh-board-select-card h1 {
    margin: 0 0 8px;
    font-size: 28px;
    font-weight: 800;
    color: #0f172a;
}

.gh-board-verify-sub {
    color: #64748b;
    margin-bottom: 24px;
}

.gh-board-verify-panel {
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 22px;
    background: #f8fafc;
}

.gh-board-verify-panel h3 {
    margin: 0 0 6px;
    font-size: 16px;
    font-weight: 800;
    color: #0f172a;
}

.gh-board-verify-email {
    color: #64748b;
    margin-bottom: 18px;
}

.gh-board-verify-btn {
    background: linear-gradient(135deg, #003d58, #005276) !important;
}

.gh-board-verify-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-top: 18px;
}

.gh-board-select-list {
    display: grid;
    gap: 10px;
    margin-bottom: 20px;
}

.gh-board-select-item input {
    display: none;
}

.gh-board-select-item-inner {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px;
    border: 2px solid #e2e8f0;
    border-radius: 14px;
    cursor: pointer;
    transition: all 0.2s;
}

.gh-board-select-item input:checked + .gh-board-select-item-inner {
    border-color: #01cdd1;
    background: rgba(1, 205, 209, 0.06);
}

.gh-board-select-copy strong {
    display: block;
    color: #0f172a;
}

.gh-board-select-copy small {
    color: #64748b;
}

/* Dashboard */
.gh-board-hero-card {
    border-radius: 18px;
    padding: 28px;
    margin-bottom: 22px;
    color: #fff;
    background: linear-gradient(135deg, #003d58, #005276);
    box-shadow: 0 16px 40px rgba(0, 82, 118, 0.18);
}

.gh-board-hero-live .gh-board-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 12px;
}

.gh-board-hero-live .gh-board-hero-badge .fa-circle {
    color: #34d399;
    font-size: 8px;
}

.gh-board-hero-card h2 {
    margin: 0 0 8px;
    font-size: 26px;
    font-weight: 800;
}

.gh-board-hero-meta {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin: 14px 0 18px;
    opacity: 0.9;
}

.gh-board-hero-btn {
    max-width: 180px;
    background: #fff !important;
    color: #005276 !important;
}

.gh-board-stat-grid .gh-stat-value {
    font-size: 28px;
}

.gh-board-attention-list,
.gh-board-meeting-list,
.gh-board-appointments {
    display: grid;
    gap: 12px;
}

.gh-board-attention-item,
.gh-board-meeting-item,
.gh-board-appointment-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #fff;
}

.gh-board-appointment-item.is-active {
    border-color: rgba(1, 205, 209, 0.35);
    background: rgba(1, 205, 209, 0.05);
}

.gh-board-attention-tag {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    color: #005276;
    margin-bottom: 4px;
}

.gh-board-pill {
    display: inline-flex;
    align-items: center;
    padding: 5px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    white-space: nowrap;
}

.gh-board-pill-warning { background: #fff7ed; color: #c2410c; }
.gh-board-pill-success { background: #ecfdf5; color: #047857; }
.gh-board-pill-danger { background: #fef2f2; color: #b91c1c; }
.gh-board-pill-info { background: #eff6ff; color: #1d4ed8; }
.gh-board-pill-muted { background: #f1f5f9; color: #64748b; }

/* Dashboard rich layout */
.gh-board-dash-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 22px;
}

.gh-board-dash-date {
    margin: 0 0 4px;
    color: #64748b;
    font-size: 14px;
}

.gh-board-dash-greeting {
    margin: 0;
    font-size: 22px;
    font-weight: 800;
    color: #0f172a;
}

.gh-board-dash-live-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: #ecfdf5;
    color: #047857;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}

.gh-board-live-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #22c55e;
}

.gh-board-card-header-split {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.gh-board-count-pill {
    display: inline-flex;
    align-items: center;
    padding: 5px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    white-space: nowrap;
}

.gh-board-count-pill-danger { background: #fef2f2; color: #b91c1c; }
.gh-board-count-pill-warning { background: #fff7ed; color: #c2410c; }
.gh-board-count-pill-success { background: #ecfdf5; color: #047857; }
.gh-board-count-pill-info { background: #eff6ff; color: #1d4ed8; }

.gh-board-attention-list-rich .gh-board-attention-item-link,
.gh-board-dash-list-item {
    text-decoration: none;
    color: inherit;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.gh-board-attention-list-rich .gh-board-attention-item-link:hover,
.gh-board-dash-list-item:hover {
    border-color: rgba(0, 82, 118, 0.22);
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
}

.gh-board-attention-copy,
.gh-board-dash-list-copy {
    flex: 1;
    min-width: 0;
}

.gh-board-attention-copy strong,
.gh-board-dash-list-copy strong {
    display: block;
    font-size: 14px;
    line-height: 1.35;
    margin-bottom: 2px;
}

.gh-board-attention-copy small,
.gh-board-dash-list-copy small {
    display: block;
    color: #64748b;
    font-size: 12px;
}

.gh-board-row-chevron {
    color: #94a3b8;
    font-size: 12px;
}

.gh-board-hero-sub {
    margin: 0 0 8px;
    opacity: 0.92;
}

.gh-board-today-meeting-top {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 18px;
}

.gh-board-today-meeting-top > div:nth-child(2) {
    flex: 1;
    min-width: 0;
}

.gh-board-today-meeting-top small {
    display: block;
    color: #64748b;
    font-size: 12px;
    margin-bottom: 2px;
}

.gh-board-today-meeting-top strong {
    display: block;
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 4px;
}

.gh-board-today-meeting-top span {
    display: block;
    color: #64748b;
    font-size: 13px;
}

.gh-board-rsvp-btn {
    text-decoration: none;
}

.gh-board-today-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 18px;
}

.gh-board-today-stat {
    padding: 14px;
    border-radius: 12px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    text-align: center;
}

.gh-board-today-stat strong {
    display: block;
    font-size: 22px;
    color: #005276;
    line-height: 1.1;
}

.gh-board-today-stat span {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    color: #64748b;
}

.gh-board-open-pack-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    max-width: none;
}

.gh-board-dash-panels {
    margin-top: 22px;
}

.gh-board-dash-list {
    display: grid;
    gap: 10px;
}

.gh-board-dash-list-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #fff;
}

.gh-board-view-all {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 14px;
    font-size: 13px;
    font-weight: 700;
    color: #005276;
    text-decoration: none;
}

.gh-board-pulse-list {
    display: grid;
    gap: 14px;
}

.gh-board-pulse-item {
    padding: 16px;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    background: #fff;
}

.gh-board-pulse-item.is-active {
    border-color: rgba(1, 205, 209, 0.35);
    background: rgba(1, 205, 209, 0.04);
}

.gh-board-pulse-top {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.gh-board-pulse-copy {
    flex: 1;
    min-width: 0;
}

.gh-board-pulse-copy strong {
    display: block;
    font-size: 15px;
    margin-bottom: 2px;
}

.gh-board-pulse-copy span {
    display: block;
    color: #64748b;
    font-size: 12px;
}

.gh-board-pulse-bar-wrap {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    color: #64748b;
}

.gh-board-pulse-bar {
    height: 8px;
    border-radius: 999px;
    background: #e2e8f0;
    overflow: hidden;
}

.gh-board-pulse-bar span {
    display: block;
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, #003d58, #008b9c);
}

.gh-board-pulse-switch {
    font-size: 12px;
}

@media (max-width: 767px) {
    .gh-board-dash-head {
        flex-direction: column;
    }

    .gh-board-today-stats {
        grid-template-columns: 1fr;
    }
}

.gh-board-meeting-date {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background: #f1f5f9;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.gh-board-meeting-date strong {
    font-size: 18px;
    line-height: 1;
    color: #005276;
}

.gh-board-empty-inline {
    text-align: center;
    padding: 28px 16px;
    color: #64748b;
}

.gh-board-empty-inline i {
    font-size: 28px;
    color: #01cdd1;
    margin-bottom: 10px;
}

.gh-board-module-empty {
    text-align: center;
    padding: 60px 20px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
}

.gh-board-module-empty-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 16px;
    border-radius: 18px;
    background: rgba(1, 205, 209, 0.12);
    color: #005276;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}

.gh-board-profile-photo {
    width: 120px;
    height: 120px;
    border-radius: 18px;
    overflow: hidden;
    background: #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-weight: 800;
    color: #005276;
}

.gh-board-profile-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gh-board-profile-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 20px;
}

.gh-board-profile-grid small {
    display: block;
    color: #64748b;
    margin-bottom: 4px;
}

.gh-board-switch-link {
    border: none;
    background: transparent;
    color: #005276;
    font-weight: 700;
    cursor: pointer;
}

@media (max-width: 767px) {
    .gh-board-verify-card,
    .gh-board-select-card {
        padding: 24px 18px;
    }

    .gh-board-profile-grid {
        grid-template-columns: 1fr;
    }
}

/* ── Board panel — top navbar & user menu (matches business panel) ── */
.gh-platform.gh-board-panel .gh-top-navbar {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between;
}

.gh-platform.gh-board-panel .gh-top-navbar-actions {
    margin-right: 0 !important;
    padding-right: 20px !important;
    float: none !important;
    display: flex !important;
    align-items: center !important;
    height: 58px;
}

.gh-platform.gh-board-panel .gh-top-navbar-actions > .navbar-nav {
    display: flex !important;
    align-items: center !important;
    gap: 12px;
    margin: 0 !important;
    float: none !important;
    height: 100%;
}

.gh-platform.gh-board-panel .gh-top-navbar-actions > .navbar-nav > li {
    float: none !important;
    display: flex !important;
    align-items: center !important;
    height: 100%;
}

.gh-platform.gh-board-panel .main-header .navbar .nav > li.gh-board-support-link > a,
.gh-platform.gh-board-panel .main-header .navbar .nav > li.gh-user-menu > a.gh-user-toggle {
    height: auto !important;
    min-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 1 !important;
    display: inline-flex !important;
    align-items: center !important;
    background: transparent !important;
}

.gh-platform.gh-board-panel .main-header .navbar .nav > li.gh-board-support-link > a:hover,
.gh-platform.gh-board-panel .main-header .navbar .nav > li.gh-user-menu > a.gh-user-toggle:hover {
    background: transparent !important;
}

.gh-platform.gh-board-panel .gh-nav-pill {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start;
    gap: 10px;
    height: 40px !important;
    min-height: 40px;
    padding: 0 14px 0 8px !important;
    margin: 0 !important;
    border-radius: 999px;
    background: linear-gradient(180deg, #f8fbfd 0%, #f1f7fa 100%) !important;
    border: 1px solid rgba(0, 29, 74, 0.14) !important;
    color: var(--do-navy) !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
    transition: all 0.2s ease;
}

.gh-platform.gh-board-panel .gh-nav-pill-icon {
    width: 28px;
    height: 28px;
    min-width: 28px;
    border-radius: 50%;
    background: rgba(0, 139, 156, 0.12);
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: var(--do-teal-dark);
    flex-shrink: 0;
}

.gh-platform.gh-board-panel .gh-nav-pill:hover {
    background: #fff !important;
    border-color: rgba(0, 139, 156, 0.28) !important;
    box-shadow: 0 4px 14px rgba(0, 29, 74, 0.08);
    color: var(--do-navy) !important;
}

.gh-platform.gh-board-panel .gh-user-avatar {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--do-navy) 0%, var(--do-teal) 100%);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22);
}

.gh-platform.gh-board-panel .gh-user-avatar.gh-user-avatar-img {
    background: transparent;
    box-shadow: inset 0 0 0 1px rgba(0, 139, 156, 0.18);
    overflow: hidden;
    padding: 0;
}

.gh-platform.gh-board-panel .gh-user-avatar.gh-user-avatar-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    display: block;
}

.gh-platform.gh-board-panel .gh-user-avatar-lg {
    width: 52px;
    height: 52px;
    min-width: 52px;
    font-size: 18px;
}

.gh-platform.gh-board-panel .gh-user-chip {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px;
    height: 40px !important;
    min-height: 40px;
    padding: 0 12px 0 4px !important;
    border-radius: 999px;
    border: 1px solid var(--gh-border) !important;
    background: #fff !important;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.gh-platform.gh-board-panel .gh-user-chip-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.2;
    max-width: 160px;
}

.gh-platform.gh-board-panel .gh-user-chip-text strong {
    color: var(--do-navy) !important;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.gh-platform.gh-board-panel .gh-user-chip-text small {
    color: var(--gh-muted) !important;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.gh-platform.gh-board-panel .gh-user-chevron {
    color: var(--gh-muted) !important;
    font-size: 10px;
    margin-left: 2px;
}

.gh-platform.gh-board-panel .gh-user-menu > .dropdown-menu.gh-user-dropdown {
    width: 300px !important;
    padding: 0 !important;
    margin-top: 10px !important;
    border: 1px solid var(--gh-border) !important;
    border-radius: 16px !important;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.16) !important;
    overflow: hidden;
    background: #fff !important;
    position: absolute !important;
    right: 0 !important;
    left: auto !important;
}

.gh-platform.gh-board-panel .gh-user-dropdown-head {
    display: flex !important;
    align-items: center !important;
    gap: 14px;
    padding: 20px !important;
    background: linear-gradient(135deg, var(--do-navy-deep) 0%, var(--do-navy) 100%) !important;
    color: #fff !important;
    list-style: none;
    margin: 0 !important;
    border: none !important;
}

.gh-platform.gh-board-panel .gh-user-dropdown-head .gh-user-avatar-lg {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.18);
    flex-shrink: 0;
}

.gh-platform.gh-board-panel .gh-user-dropdown-meta {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
    flex: 1;
}

.gh-platform.gh-board-panel .gh-user-dropdown-meta strong {
    color: #fff !important;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gh-platform.gh-board-panel .gh-user-dropdown-meta > span:not(.gh-role-badge) {
    color: rgba(255, 255, 255, 0.82) !important;
    font-size: 13px;
    line-height: 1.35;
}

.gh-platform.gh-board-panel .gh-role-badge {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    margin-top: 4px;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.28);
    color: #fff !important;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.gh-platform.gh-board-panel .gh-user-dropdown-actions {
    list-style: none;
    padding: 12px 16px 0 !important;
    margin: 0 !important;
    background: #fff !important;
}

.gh-platform.gh-board-panel .gh-user-dropdown-foot {
    list-style: none;
    padding: 14px 16px !important;
    margin: 0 !important;
    background: #fff !important;
}

.gh-platform.gh-board-panel .gh-btn-profile,
.gh-platform.gh-board-panel .gh-btn-logout {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    height: 42px;
    border-radius: 10px;
    background: #fff;
    border: 1.5px solid var(--gh-border);
    color: var(--do-navy) !important;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
    transition: all 0.18s ease;
}

.gh-platform.gh-board-panel .gh-btn-profile:hover {
    border-color: var(--do-teal);
    background: var(--gh-primary-soft);
    color: var(--do-teal-dark) !important;
}

.gh-platform.gh-board-panel .gh-btn-logout:hover {
    border-color: #fca5a5;
    background: #fef2f2;
    color: #b91c1c !important;
}

.gh-platform.gh-board-panel .gh-user-dropdown .user-header,
.gh-platform.gh-board-panel .gh-user-dropdown .user-footer,
.gh-platform.gh-board-panel .gh-user-menu .dropdown-menu > li.user-header,
.gh-platform.gh-board-panel .gh-user-menu .dropdown-menu > li.user-footer {
    display: none !important;
}

.gh-platform.gh-board-panel .gh-user-menu.open > .dropdown-menu {
    display: block !important;
}

@media (max-width: 767px) {
    .gh-platform.gh-board-panel .gh-user-chip-text {
        display: none !important;
    }

    .gh-platform.gh-board-panel .gh-user-chevron {
        display: none !important;
    }
}

/* Board global loader */
body.gh-board-loader-open {
    overflow: hidden;
}

.gh-board-loader {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(0, 29, 74, 0.28);
    backdrop-filter: blur(4px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}

.gh-board-loader.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.gh-board-loader-card {
    min-width: 220px;
    padding: 24px 28px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid rgba(0, 29, 74, 0.08);
    box-shadow: 0 24px 60px rgba(0, 29, 74, 0.22);
    text-align: center;
}

.gh-board-loader-spinner {
    width: 42px;
    height: 42px;
    margin: 0 auto 14px;
    border-radius: 50%;
    border: 3px solid #e2e8f0;
    border-top-color: var(--do-teal, #008B9C);
    animation: gh-board-loader-spin 0.8s linear infinite;
}

@keyframes gh-board-loader-spin {
    to { transform: rotate(360deg); }
}

.gh-board-loader-title {
    display: block;
    margin-bottom: 4px;
    color: var(--do-navy-deep, #001233);
    font-size: 15px;
    font-weight: 800;
}

.gh-board-loader-text {
    display: block;
    color: #64748b;
    font-size: 13px;
    font-weight: 600;
}
