:root {
  --navy-950: #031327; --navy-900: #061b34; --teal-700: #087d84; --teal-600: #0b9695;
  --teal-500: #11aaa5; --blue-600: #2477e8; --orange-500: #ff8b35; --red-500: #ff5e58;
  --green-500: #17b26a; --ink-950: #071a35; --ink-700: #34445a; --ink-500: #6b7b90;
  --surface: #fff; --canvas: #f5f8fb; --border: #e4eaf0; --shadow: 0 8px 28px rgba(20,44,74,.06);
  --sidebar-width: 232px; --sidebar-mini: 82px; --radius: 18px;

  --teal-soft: #e5f6f5; --blue-soft: #edf4ff; --orange-soft: #fff2e8;
  --red-soft: #fff0ef; --green-soft: #e6f8ef; --gray-soft: #eef1f5;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--canvas); color: var(--ink-950); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 14px; -webkit-font-smoothing: antialiased; }
button, input { font: inherit; }
a { text-decoration: none; }

/* ================= App shell (sidebar + topbar) ================= */
.app-sidebar { position: fixed; z-index: 1040; inset: 0 auto 0 0; width: var(--sidebar-width); display: flex; flex-direction: column; overflow: hidden; color: #fff; background: radial-gradient(circle at 15% 15%, rgba(13,156,162,.17), transparent 28%), radial-gradient(circle at 90% 82%, rgba(31,110,210,.12), transparent 30%), linear-gradient(165deg, #092642 0%, #041a33 54%, #021127 100%); border-right: 1px solid rgba(118,186,208,.15); box-shadow: 14px 0 50px rgba(5,23,43,.09); transition: width 240ms ease, transform 240ms ease; }
.app-sidebar::before { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.015) 1px, transparent 1px); background-size: 28px 28px; mask-image: linear-gradient(to bottom, #000 0, transparent 58%); }
.brand-wrap { position: relative; z-index: 1; height: 102px; flex: 0 0 102px; display: flex; align-items: center; padding: 0 20px; border-bottom: 1px solid rgba(255,255,255,.055); }
.sidebar-brand { display: flex; align-items: center; color: #fff; white-space: nowrap; overflow: hidden; }
.sidebar-brand:hover { color: #fff; }
.sidebar-brand-logo { width: 100%; max-width: 176px; height: auto; display: block; }
.sidebar-toggle { position: absolute; right: -18px; top: 52px; width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid rgba(152,189,211,.28); border-radius: 50%; color: #fff; background: linear-gradient(150deg,#133b61,#061b34); box-shadow: 0 8px 20px rgba(0,0,0,.22); transition: transform .2s ease, border-color .2s ease; }
.sidebar-toggle:hover { transform: scale(1.06); border-color: rgba(44,210,206,.6); }
.sidebar-scroll { position: relative; z-index: 1; flex: 1; overflow-y: auto; overflow-x: hidden; padding: 8px 14px 20px; scrollbar-width: none; }
.sidebar-scroll::-webkit-scrollbar { display: none; }
.nav-eyebrow { margin: 12px 14px 10px; color: #7f9ab4; font-size: 10px; font-weight: 750; letter-spacing: .18em; text-transform: uppercase; white-space: nowrap; }
.sidebar-nav { list-style: none; margin: 0; padding: 0; display: grid; gap: 5px; }
.sidebar-nav .nav-item-wrap { display: block; }
.nav-item { position: relative; min-height: 40px; display: flex; align-items: center; gap: 14px; padding: 0 16px; color: #c8d6e4; border: 1px solid transparent; border-radius: 14px; overflow: hidden; transition: color .18s, background .18s, border-color .18s, transform .18s; }
.nav-item::after { content: ""; position: absolute; right: 0; top: 13px; bottom: 13px; width: 3px; border-radius: 8px 0 0 8px; opacity: 0; background: #6cf5ed; box-shadow: 0 0 16px #19c9c3; }
.nav-item:hover { color: #fff; background: rgba(255,255,255,.048); border-color: rgba(255,255,255,.055); transform: translateX(2px); }
.nav-item.active { color: #fff; background: linear-gradient(100deg, rgba(11,151,161,.92), rgba(8,128,148,.72)); border-color: rgba(83,235,225,.31); box-shadow: inset 0 1px 0 rgba(255,255,255,.18), 0 10px 24px rgba(2,11,25,.22), 0 0 30px rgba(12,167,171,.11); }
.nav-item.active::after { opacity: 1; }
.nav-icon { width: 24px; height: 24px; flex: 0 0 24px; display: grid; place-items: center; font-size: 20px; }
.nav-label { flex: 1; font-weight: 530; white-space: nowrap; }
.nav-badge { min-width: 27px; height: 27px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; background: rgba(4,18,36,.45); color: #eaf7ff; font-size: 11px; font-weight: 700; }
.nav-separator { height: 1px; margin: 14px 14px 17px; background: linear-gradient(90deg,rgba(160,191,214,.14),rgba(160,191,214,.02)); }
.support-card { position: relative; z-index: 1; margin: 0 14px 18px; min-height: 84px; display: flex; align-items: center; gap: 12px; padding: 15px; color: #fff; border: 1px solid rgba(72,194,208,.22); border-radius: 16px; background: linear-gradient(135deg,rgba(23,68,104,.66),rgba(7,27,54,.74)); box-shadow: inset 0 1px 0 rgba(255,255,255,.06),0 12px 30px rgba(0,0,0,.18); backdrop-filter: blur(12px); overflow: hidden; }
.support-card::before { content: ""; position: absolute; width: 110px; height: 110px; left: -38px; top: -72px; border-radius: 50%; background: rgba(15,190,189,.15); filter: blur(16px); }
.support-card:hover { color: #fff; border-color: rgba(72,224,218,.45); }
.support-icon { position: relative; width: 36px; height: 36px; display: grid; place-items: center; font-size: 25px; }
.support-copy { position: relative; min-width: 0; display: grid; gap: 3px; flex: 1; white-space: nowrap; }
.support-copy strong { font-size: 12px; } .support-copy small { overflow: hidden; color: #9ab0c5; font-size: 9px; text-overflow: ellipsis; }
.support-arrow { position: relative; width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; background: rgba(255,255,255,.07); }

.app-main { min-height: 100vh; margin-left: var(--sidebar-width); transition: margin-left 240ms ease; }
.topbar { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 14px 32px; background: rgba(255,255,255,.92); border-bottom: 1px solid #e8edf2; backdrop-filter: blur(16px); position: sticky; top: 0; z-index: 10; }
.title-block { display: flex; align-items: center; gap: 14px; } .page-kicker { display: none; margin: 0 0 2px; color: var(--teal-700); font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.title-block h1 { margin: 0; color: var(--ink-950); font-size: clamp(22px,2.1vw,28px); font-weight: 760; letter-spacing: -.9px; }
.mobile-menu { display: none; width: 42px; height: 42px; border: 1px solid var(--border); border-radius: 12px; background: #fff; color: var(--ink-950); font-size: 22px; }
.top-actions { display: flex; align-items: center; gap: 14px; }
.search-box { width: min(300px,26vw); height: 46px; display: flex; align-items: center; gap: 10px; padding: 0 13px; border: 1px solid #dbe2e9; border-radius: 12px; background: #fff; color: var(--ink-500); transition: border-color .2s, box-shadow .2s; }
.search-box:focus-within { border-color: rgba(11,150,149,.5); box-shadow: 0 0 0 4px rgba(11,150,149,.08); }
.search-box input { min-width: 0; flex: 1; border: 0; outline: 0; background: transparent; color: var(--ink-950); font-size: 12px; }
.search-box input::placeholder { color: #8c99aa; } .search-box kbd { border: 1px solid #e0e6ec; border-radius: 5px; background: #f5f7f9; color: #8592a3; font-size: 9px; box-shadow: none; }
.icon-btn { position: relative; width: 42px; height: 42px; display: grid; place-items: center; border: 0; border-radius: 12px; background: transparent; color: var(--ink-950); font-size: 19px; }
.icon-btn:hover { background: #f2f7f8; }
.icon-btn .badge-dot { position: absolute; top: 2px; right: 2px; min-width: 18px; height: 18px; display: grid; place-items: center; border: 2px solid #fff; border-radius: 50%; background: var(--red-500); color: #fff; font-size: 9px; font-weight: 800; animation: badge-pulse 2.2s ease-out infinite; }
.user-menu { height: 46px; display: flex; align-items: center; gap: 11px; padding: 4px 10px 4px 5px; border-radius: 12px; cursor: pointer; transition: background .2s ease; }
.user-menu:hover { background: #f2f7f8; }
.avatar-initials { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: linear-gradient(145deg,var(--teal-500),var(--teal-700)); color: #fff; font-size: 12px; font-weight: 760; flex-shrink: 0; box-shadow: 0 7px 18px rgba(8,129,136,.2); }
.avatar-initials.grad-2 { background: linear-gradient(145deg,var(--blue-600),#1958ad); }
.avatar-initials.grad-3 { background: linear-gradient(145deg,var(--orange-500),#c95f10); }
.avatar-initials.grad-4 { background: linear-gradient(145deg,#7b6ef6,#4b3fc0); }
.user-menu .name { font-size: 12px; font-weight: 700; line-height: 1.25; }
.user-menu .role { color: var(--ink-500); font-size: 9px; }
.dropdown-menu { padding: 8px; border: 1px solid var(--border); border-radius: 13px; font-size: 12px; } .dropdown-item { border-radius: 8px; padding: 8px 10px; }

/* ================= Dashboard: KPI + cards ================= */
.content, .dashboard-content { padding: 20px 24px 30px; }
.stats-row, .kpi-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; margin-bottom: 16px; }
.stat-card, .kpi-card { min-height: 128px; display: flex; align-items: center; gap: 16px; padding: 20px; border: 1px solid var(--border); border-radius: var(--radius); background: var(--surface); box-shadow: var(--shadow); transition: transform .2s, box-shadow .2s, border-color .2s; }
.stat-card:hover, .kpi-card:hover { transform: translateY(-3px); border-color: #d4e3e8; box-shadow: 0 14px 34px rgba(20,44,74,.09); }
.stat-icon, .kpi-icon { width: 52px; height: 52px; flex: 0 0 52px; display: grid; place-items: center; border-radius: 16px; font-size: 24px; }
.stat-icon.teal, .kpi-icon.teal { color: var(--teal-700); background: var(--teal-soft); }
.stat-icon.blue, .kpi-icon.blue { color: var(--blue-600); background: var(--blue-soft); }
.stat-icon.orange, .kpi-icon.orange { color: var(--orange-500); background: var(--orange-soft); }
.stat-icon.green, .kpi-icon.green { color: var(--green-500); background: var(--green-soft); }
.stat-icon.violet, .kpi-icon.violet { color: #6a5fd1; background: #efedfd; }
.stat-icon.red, .kpi-icon.red { color: var(--red-500); background: var(--red-soft); }
.stat-icon.gray, .kpi-icon.gray { color: var(--ink-500); background: var(--gray-soft); }
.kpi-copy, .stat-copy { min-width: 0; flex: 1; }
.stat-label { color: var(--ink-700); font-size: 12px; font-weight: 600; }
.stat-value, .kpi-copy > strong { display: block; margin-top: 4px; color: var(--ink-950); font-size: clamp(24px,2.2vw,32px); line-height: 1; font-weight: 760; letter-spacing: -1px; overflow-wrap: anywhere; }

.panel, .dashboard-card { min-width: 0; border: 1px solid var(--border); border-radius: var(--radius); background: var(--surface); box-shadow: var(--shadow); padding: 20px; }
.panel:hover, .dashboard-card:hover { box-shadow: 0 14px 34px rgba(20,44,74,.09); }
.panel-title { font-size: 16px; font-weight: 730; letter-spacing: -.3px; margin: 0; color: var(--ink-950); }
.panel-title-row { display: flex; align-items: center; gap: .65rem; margin-bottom: 1rem; }
.panel-title-row .panel-title { margin: 0; }
.panel-icon { width: 36px; height: 36px; border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 1rem; }
.panel-icon.teal { background: var(--teal-soft); color: var(--teal-700); }
.panel-icon.blue { background: var(--blue-soft); color: var(--blue-600); }
.panel-icon.orange { background: var(--orange-soft); color: var(--orange-500); }
.panel-icon.green { background: var(--green-soft); color: var(--green-500); }
.panel-accent { border-top: 3px solid transparent; }
.panel-accent-teal { border-top-color: var(--teal-600); }
.panel-accent-blue { border-top-color: var(--blue-600); }
.panel-accent-orange { border-top-color: var(--orange-500); }
.panel-accent-green { border-top-color: var(--green-500); }

.segmented-control { display: inline-flex; gap: 3px; padding: 3px; border: 1px solid var(--border); border-radius: 10px; background: var(--canvas); }
.segmented-control .chart-period { display: inline-block; padding: 7px 14px; border: 0; border-radius: 7px; background: transparent; color: var(--ink-700); font-size: 12px; font-weight: 600; transition: background .15s, color .15s; }
.segmented-control .chart-period:hover { color: var(--ink-950); }
.segmented-control .chart-period.active { background: linear-gradient(135deg, var(--teal-600), var(--teal-700)); color: #fff; box-shadow: 0 4px 10px rgba(11,150,149,.22); }

.donut-wrap { position: relative; max-width: 190px; margin: 0 auto; }
.donut-center { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; pointer-events: none; }
.donut-center .total { font-size: 22px; font-weight: 760; line-height: 1; }
.donut-center .caption { color: var(--ink-500); font-size: 10px; }
.channel-legend { list-style: none; margin: 1.1rem 0 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: .6rem 1rem; font-size: 12px; }
.channel-legend li { display: flex; align-items: center; }
.legend-dot { width: 9px; height: 9px; border-radius: 50%; display: inline-block; margin-right: .4rem; }
.channel-legend .val { font-weight: 700; margin-left: auto; }

.link-more { font-size: 12px; font-weight: 700; color: var(--teal-700); text-decoration: none; transition: color .15s; }
.link-more:hover { color: var(--teal-500); text-decoration: underline; text-underline-offset: 3px; }

/* ================= Content pages (lists / forms) ================= */
.page-header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 1.5rem; flex-wrap: wrap; gap: 1rem; }
.page-header h1 { font-size: 1.6rem; font-weight: 760; letter-spacing: -.6px; margin-bottom: .2rem; color: var(--ink-950); }
.page-header p { color: var(--ink-500); font-size: .86rem; margin: 0; }

.btn-brand { background: linear-gradient(135deg,var(--teal-600),var(--teal-700)); border-color: var(--teal-700); color: #fff; font-weight: 600; font-size: .82rem; box-shadow: 0 6px 16px rgba(11,150,149,.28); }
.btn-brand:hover, .btn-brand:focus { background: linear-gradient(135deg,var(--teal-500),var(--teal-600)); border-color: var(--teal-600); color: #fff; box-shadow: 0 8px 20px rgba(11,150,149,.34); }
.btn-outline-navy { background: var(--surface); border-color: var(--border); color: var(--ink-950); font-weight: 600; font-size: .82rem; transition: border-color .2s, color .2s, transform .2s, box-shadow .2s; }
.btn-outline-navy:hover, .btn-outline-navy:focus { background: var(--surface); border-color: var(--teal-600); color: var(--teal-700); transform: translateY(-1px); box-shadow: 0 4px 10px rgba(20,44,74,.08); }
.btn-outline-danger:hover { transform: translateY(-1px); }

.nav-tabs { border-bottom-color: var(--border); }
.nav-tabs .nav-link { border: 0; color: var(--ink-500); font-weight: 600; font-size: .85rem; padding: .6rem 1rem; }
.nav-tabs .nav-link.active { color: var(--teal-700); background: transparent; border-bottom: 2px solid var(--teal-600); }

.table-person { display: flex; align-items: center; gap: .75rem; }
.table-person .name { font-weight: 600; color: var(--ink-950); transition: color .15s ease; }
.table-person:hover .name { color: var(--teal-700); }

.empty-state-inline { display: flex; flex-direction: column; align-items: center; justify-content: center; width: fit-content; margin: 0 auto; gap: .75rem; color: var(--ink-500); padding: 1.5rem 0; }
.empty-state-inline i { width: 52px; height: 52px; border-radius: 50%; background: var(--canvas); display: flex; align-items: center; justify-content: center; font-size: 1.4rem; color: var(--ink-500); }
.empty-state-inline span { font-size: .85rem; font-weight: 500; }

.panel .table, .content .table { font-size: .85rem; margin-bottom: 0; }
.panel .table thead th, .content .table thead th { font-size: .72rem; font-weight: 700; letter-spacing: .02em; text-transform: uppercase; color: var(--ink-700); background: var(--canvas); padding: .8rem .9rem; border-bottom: 1px solid var(--border); white-space: nowrap; }
.panel .table tbody td, .content .table tbody td { padding: .85rem .9rem; border-bottom: 1px solid var(--border); vertical-align: middle; }
.panel .table tbody tr:hover td, .content .table tbody tr:hover td { background-color: rgba(11,150,149,.05); }
.panel .table tbody tr.empty-row td, .panel .table tbody tr.empty-row:hover td { background-color: transparent; }

.status-pill { display: inline-flex; align-items: center; gap: .3rem; padding: .3rem .65rem; border-radius: 20px; font-size: .72rem; font-weight: 650; }
.status-pill.green, .status-pill.completed, .status-pill.ready { background: var(--green-soft); color: var(--green-500); }
.status-pill.red, .status-pill.delayed { background: var(--red-soft); color: var(--red-500); }
.status-pill.orange, .status-pill.processing { background: var(--orange-soft); color: var(--orange-500); }
.status-pill.blue { background: var(--blue-soft); color: var(--blue-600); }
.status-pill.gray { background: var(--gray-soft); color: var(--ink-700); }

@keyframes fade-up { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
@keyframes badge-pulse { 0%, 100% { box-shadow: 0 0 0 0 rgba(255,94,88,.45); } 70% { box-shadow: 0 0 0 6px rgba(255,94,88,0); } }
.animate-in { opacity: 0; animation: fade-up .55s cubic-bezier(.16,1,.3,1) forwards; animation-delay: calc(var(--d, 0) * 1ms); }
@media (prefers-reduced-motion: reduce) { .animate-in { animation: none; opacity: 1; } * { scroll-behavior: auto !important; } }

/* ================= Auth pages ================= */
.auth-shell { position: relative; overflow: hidden; min-height: 100vh; width: 100%; display: flex; align-items: center; justify-content: center; padding: 1.5rem; background: radial-gradient(circle at 15% 10%, rgba(11,150,149,.10), transparent 32%), radial-gradient(circle at 90% 85%, rgba(36,119,232,.08), transparent 32%), var(--canvas); }
.auth-card { position: relative; z-index: 1; width: 100%; max-width: 400px; background: var(--surface); border-radius: 22px; box-shadow: 0 2px 8px rgba(20,44,74,.05), 0 30px 60px rgba(20,44,74,.14); padding: 2.25rem 2.25rem 2rem; margin: 0 auto; overflow: hidden; }
.auth-card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg,var(--teal-600),var(--blue-600)); }
.auth-logo { display: flex; justify-content: center; margin-bottom: 1.1rem; }
.auth-logo-badge { display: block; width: 100%; max-width: 260px; border-radius: 14px; overflow: hidden; box-shadow: 0 10px 26px rgba(6,27,52,.22); }
.auth-logo-badge img { display: block; width: 100%; height: auto; }
.auth-badge { display: block; text-align: center; font-size: .72rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; color: var(--teal-700); margin-bottom: .6rem; }
.auth-title { font-size: 1.5rem; font-weight: 760; color: var(--ink-950); margin-bottom: .3rem; text-align: center; }
.auth-subtitle { font-size: .86rem; color: var(--ink-500); text-align: center; margin-bottom: 1.75rem; }
.auth-card .form-label { font-size: .82rem; font-weight: 600; color: var(--ink-700); }
.auth-card .form-control { padding-top: .65rem; padding-bottom: .65rem; border-radius: 10px; border-color: var(--border); transition: border-color .2s ease, box-shadow .2s ease; }
.auth-card .form-control:focus { border-color: var(--teal-600); box-shadow: 0 0 0 4px rgba(11,150,149,.12); }
.input-icon-group { position: relative; }
.input-icon-group > i { position: absolute; left: 14px; top: 50%; transform: translateY(-50%); color: var(--ink-500); font-size: .92rem; pointer-events: none; }
.input-icon-group .form-control { padding-left: 42px; }
.input-icon-group .toggle-password { position: absolute; right: 6px; top: 50%; transform: translateY(-50%); background: none; border: 0; color: var(--ink-500); font-size: .95rem; cursor: pointer; padding: 6px 8px; line-height: 1; border-radius: 6px; transition: color .2s ease; }
.input-icon-group .toggle-password:hover { color: var(--teal-600); }
.auth-card .btn-brand { padding: .7rem 1rem; font-size: .88rem; border-radius: 10px; }
.auth-locale-switch button { border-radius: 8px; font-size: .74rem; padding: .32rem .6rem; }
@media (prefers-reduced-motion: reduce) { .auth-card.animate-in { animation: none; opacity: 1; } }

/* ================= Responsive ================= */
body.sidebar-collapsed .app-sidebar { width: var(--sidebar-mini); } body.sidebar-collapsed .app-main { margin-left: var(--sidebar-mini); } body.sidebar-collapsed .brand-wrap { padding: 0 23px; justify-content: center; }
body.sidebar-collapsed .sidebar-brand-logo { display: none; }
body.sidebar-collapsed .nav-eyebrow, body.sidebar-collapsed .nav-label, body.sidebar-collapsed .nav-badge, body.sidebar-collapsed .support-copy, body.sidebar-collapsed .support-arrow { opacity: 0; visibility: hidden; }
body.sidebar-collapsed .nav-item { justify-content: center; padding: 0; } body.sidebar-collapsed .nav-item:hover { transform: none; } body.sidebar-collapsed .support-card { justify-content: center; margin-inline: 12px; padding: 12px 0; } body.sidebar-collapsed .sidebar-toggle i { transform: rotate(180deg); }

.mobile-backdrop { display: none; }

@media (max-width: 1200px) { .stats-row, .kpi-grid { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media (max-width: 992px) {
  .topbar { padding-inline: 24px; } .search-box { width: 210px; }
}
@media (max-width: 767px) {
  .app-sidebar { transform: translateX(-105%); width: min(286px,86vw); } body.mobile-nav-open .app-sidebar { transform: translateX(0); } .sidebar-toggle { display: none; } .app-main, body.sidebar-collapsed .app-main { margin-left: 0; } .mobile-menu { display: grid; place-items: center; }
  .mobile-backdrop { position: fixed; z-index: 1030; inset: 0; background: rgba(2,14,29,.56); backdrop-filter: blur(3px); } body.mobile-nav-open .mobile-backdrop { display: block; }
  .topbar { min-height: 72px; padding: 10px 16px; } .page-kicker { display: block; } .title-block h1 { font-size: 20px; }
  .search-box { display: none; }
  .content, .dashboard-content { padding: 16px 12px 24px; }
  .stats-row, .kpi-grid { grid-template-columns: 1fr; gap: 12px; }
  .user-menu .name, .user-menu .role { display: none; }
  .page-header { align-items: stretch; }
}
