:root {
  --navy-primary: #07192f;
  --navy-secondary: #0b2548;
  --navy-hover: #143b65;
  --brand-teal: #21d6c3;
  --brand-teal-dark: #00a99a;
  --brand-blue: #2479ff;
  --brand-violet: #7459df;
  --brand-gold: #f4c64e;
  --brand-red: #d8344e;
  --app-background: #f3f7fb;
  --surface: #ffffff;
  --border: #dce6ef;
  --text-primary: #0b1d32;
  --text-muted: #5a6c7f;
  --footer-black: #04101f;
  --status-verified: #e7f9f7;
  --status-pending: #fff0c4;
  --status-info: #e8f0ff;
  --status-integration: #f0edff;
  --status-failed: #fdecef;
  --green: var(--brand-teal-dark);
  --green-dark: var(--brand-teal-dark);
  --green-soft: var(--status-verified);
  --ink: var(--text-primary);
  --muted: var(--text-muted);
  --line: var(--border);
  --canvas: var(--app-background);
  --sidebar: 300px;
}

* { box-sizing: border-box; }
body { margin: 0; color: var(--ink); background: var(--canvas); font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 14px; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
svg { width: 18px; height: 18px; stroke-width: 1.8; }
.icon-fallback { font-style: normal; }
.icon-fallback::before { content: "◇"; font-size: 16px; line-height: 1; }
[data-lucide="chevron-down"].icon-fallback::before { content: "⌄"; }
[data-lucide="chevron-right"].icon-fallback::before { content: "›"; }
[data-lucide="chevron-left"].icon-fallback::before { content: "‹"; }
[data-lucide="search"].icon-fallback::before { content: "⌕"; }
[data-lucide="settings"].icon-fallback::before { content: "⚙"; }
[data-lucide="user-round"].icon-fallback::before { content: "○"; }

.sidebar { position: fixed; inset: 0 auto 0 0; z-index: 30; width: var(--sidebar); background: var(--canvas); border-right: 1px solid rgba(15,23,42,.07); box-shadow: 12px 0 40px rgba(15,23,42,.035); display: flex; flex-direction: column; transition: width .4s cubic-bezier(.32,.72,0,1), transform .25s ease; }
.brand { height: 62px; padding: 0 14px; display: flex; align-items: center; gap: 11px; font-size: 15px; font-weight: 700; }
.brand-mark { width: 29px; height: 29px; display: grid; place-items: center; color: #fff; background: #101214; border-radius: 7px 7px 10px 10px; transform: rotate(-5deg); }
.brand-mark svg { width: 20px; height: 20px; }
.collapse-button { margin-left: auto; color: #9aa9ba; }
.sidebar-scroll { padding: 0 8px 82px; overflow-x: hidden; overflow-y: auto; scrollbar-width: thin; scrollbar-color: #bed3c7 transparent; }
.quick-tools { padding: 10px 6px 7px; margin-bottom: 10px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.nav-label { margin: 0 8px 7px; color: #92a1b5; font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.nav-item, .nav-heading { width: 100%; min-height: 40px; padding: 7px 8px; border: 0; border-radius: 12px; background: none; display: flex; align-items: center; gap: 9px; color: #475569; font-size: 13px; font-weight: 500; letter-spacing: -.01em; text-align: left; white-space: nowrap; cursor: pointer; transition: background-color .2s, color .2s, transform .2s; }
.nav-item:hover, .nav-item.active { color: #076b42; background: var(--green-soft); }
.nav-item.active { box-shadow: inset 0 0 0 1px #a3ebc9; font-weight: 700; }
.nav-icon { width: 25px; height: 25px; flex: 0 0 25px; display: grid; place-items: center; color: #708198; background: #edf0f3; border-radius: 7px; }
.nav-icon svg { width: 17px; height: 17px; }
.active .nav-icon, .sub-item:hover .nav-icon { color: #079667; background: #c9f5e2; }
.nav-arrow { margin-left: auto; width: 14px; color: #9aabba; }
.nav-group.collapsed .sub-item { display: none; }
.nav-group.collapsed .nav-heading .nav-arrow { transform: rotate(-90deg); }
.nav-heading .nav-arrow { transition: transform .2s ease; }
.sub-item { position: relative; width: calc(100% - 12px); margin-left: 12px; padding-left: 14px; border-radius: 0 12px 12px 0; }
.nav-group:not(.collapsed) .sub-item::before { content: ""; position: absolute; top: -1px; bottom: -1px; left: 0; width: 1px; background: rgba(112,129,152,.22); }
.compact .nav-heading { font-weight: 600; }
.africa { color: #111; font-size: 13px; }
.africa-map { width: 17px; height: 17px; fill: currentColor; stroke: none; }
.africa-parent .nav-arrow { transition: transform .2s ease; }
.africa-parent.expanded .nav-arrow { transform: rotate(90deg); }
.africa-countries { display: none; margin: 2px 0 7px 35px; padding-left: 10px; border-left: 1px solid rgba(220,230,239,.16); gap: 2px; }
.africa-parent.expanded + .africa-countries { display: grid; }
.nav-group.collapsed .africa-countries, .sidebar.collapsed .africa-countries { display: none; }
.country-item { width: 100%; min-height: 34px; padding: 5px 7px; border: 0; border-radius: 9px; color: #9fb2c5; background: transparent; display: flex; align-items: center; gap: 9px; font-size: 11px; text-align: left; cursor: pointer; }
.country-item:hover { color: #fff; background: var(--navy-secondary); }
.country-flag { width: 25px; height: 20px; flex: 0 0 25px; border: 1px solid rgba(220,230,239,.15); border-radius: 6px; color: var(--brand-teal); background: var(--navy-hover); display: grid; place-items: center; font-size: 8px; font-weight: 700; letter-spacing: .04em; }
.nav-beta { margin-left: auto; padding: 3px 5px; border-radius: 999px; color: #fff; background: #059669; font-size: 8px; font-weight: 700; letter-spacing: .03em; }
.nav-section-label { margin-top: 17px; }
.user-card { position: absolute; left: 7px; right: 7px; bottom: 8px; height: 52px; padding: 6px 9px; border: 1px solid var(--line); border-radius: 17px; background: rgba(255,255,255,.96); display: flex; align-items: center; gap: 8px; }
.user-card .avatar { width: 33px; height: 33px; display: grid; place-items: center; border-radius: 50%; background: #f0f4f7; color: #52677e; }
.user-card div:nth-child(2) { min-width: 0; flex: 1; }
.user-card span, .user-card strong { display: block; overflow: hidden; text-overflow: ellipsis; }
.user-card span { color: #8292a6; font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.user-card strong { margin-top: 2px; font-size: 10px; font-weight: 500; }
.user-card > svg { width: 15px; color: #8092a7; }

.topbar { position: fixed; top: 0; left: var(--sidebar); right: 0; z-index: 20; height: 56px; padding: 7px 32px; background: rgba(245,246,247,.9); border-bottom: 1px solid rgba(15,23,42,.06); display: flex; justify-content: flex-end; backdrop-filter: blur(16px); transition: left .4s cubic-bezier(.32,.72,0,1); }
.topbar-actions { padding: 3px 5px; display: flex; align-items: center; gap: 3px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: 0 2px 8px rgba(16,24,40,.035); }
.utility-button, .icon-button, .profile-button { height: 35px; border: 0; background: transparent; display: inline-flex; align-items: center; justify-content: center; gap: 7px; cursor: pointer; }
.utility-button { padding: 0 13px; border: 1px solid #e5e9ed; border-radius: 12px; color: #34435a; font-size: 12px; font-weight: 600; }
.icon-button { width: 35px; color: #526880; }
.profile-button { padding: 0 4px; color: #526880; }
.profile-button svg:last-child { width: 12px; }
.account-menu-wrap { position: relative; height: 35px; }
.account-chevron { transition: transform .2s ease; }
.account-menu-wrap.open .account-chevron { transform: rotate(180deg); }
.account-dropdown { position: absolute; top: calc(100% + 13px); right: -42px; z-index: 90; width: 256px; padding: 6px; border: 1px solid rgba(15,23,42,.08); border-radius: 16px; background: #fff; box-shadow: 0 18px 50px rgba(15,23,42,.14); opacity: 0; visibility: hidden; transform: translateY(-5px) scale(.98); transform-origin: top right; transition: opacity .15s, visibility .15s, transform .15s; }
.account-menu-wrap.open .account-dropdown { opacity: 1; visibility: visible; transform: translateY(0) scale(1); }
.account-dropdown-header { margin-bottom: 5px; padding: 11px 12px; border-bottom: 1px solid #edf0f2; }
.account-dropdown-header span, .account-dropdown-header strong { display: block; }
.account-dropdown-header span { color: #98a2b3; font-size: 9px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.account-dropdown-header strong { margin-top: 5px; overflow: hidden; color: #344054; font-size: 12px; font-weight: 600; text-overflow: ellipsis; }
.account-dropdown-links { display: grid; gap: 2px; }
.account-dropdown-links button, .account-logout { width: 100%; min-height: 39px; padding: 0 10px; border: 0; border-radius: 10px; color: #475467; background: transparent; display: flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 500; text-decoration: none; cursor: pointer; }
.account-dropdown-links button:hover { color: #087a3d; background: #ecfdf3; }
.account-dropdown-links svg, .account-logout svg { width: 16px; }
.account-logout { margin-top: 5px; border-top: 1px solid #edf0f2; border-radius: 0 0 10px 10px; color: #dc2626; }
.account-logout:hover { background: #fff1f2; }
.notification-menu-wrap { position: relative; height: 35px; }
.notification-button { position: relative; }
.notification-badge { position: absolute; top: -3px; right: -3px; min-width: 18px; height: 18px; padding: 0 4px; border: 2px solid #fff; border-radius: 10px; color: #fff; background: #f43f5e; display: grid; place-items: center; font-size: 9px; font-weight: 700; line-height: 1; }
.notification-dropdown { position: absolute; top: calc(100% + 13px); right: -1px; z-index: 90; width: 340px; overflow: hidden; border: 1px solid rgba(15,23,42,.08); border-radius: 16px; background: #fff; box-shadow: 0 22px 60px rgba(15,23,42,.16); opacity: 0; visibility: hidden; transform: translateY(-5px) scale(.98); transform-origin: top right; transition: opacity .15s, visibility .15s, transform .15s; }
.notification-menu-wrap.open .notification-dropdown { opacity: 1; visibility: visible; transform: translateY(0) scale(1); }
.notification-header { min-height: 65px; padding: 13px 15px; border-bottom: 1px solid #e9edf0; display: flex; align-items: center; justify-content: space-between; }
.notification-header h2 { margin: 0; font-size: 15px; }
.notification-header span { color: #98a2b3; font-size: 10px; }
.notification-header button { width: 30px; height: 30px; border: 0; border-radius: 8px; color: #667085; background: #f4f6f8; display: grid; place-items: center; cursor: pointer; }
.notification-header svg { width: 15px; }
.notification-list { max-height: 365px; overflow-y: auto; }
.notification-item { position: relative; padding: 14px 14px 14px 16px; border-bottom: 1px solid #edf0f2; display: grid; grid-template-columns: 36px 1fr; gap: 11px; }
.notification-item.unread::before { content: ""; position: absolute; top: 18px; left: 5px; width: 5px; height: 5px; border-radius: 50%; background: #16a34a; }
.notification-item:hover { background: #fafcfb; }
.notification-item-icon { width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; }
.notification-item-icon svg { width: 17px; }
.notification-item-icon.success { color: #079455; background: #dcfae6; }
.notification-item-icon.info { color: #2563eb; background: #dbeafe; }
.notification-item-icon.amber { color: #d97706; background: #fef3c7; }
.notification-item h3 { margin: 0; font-size: 12px; font-weight: 600; }
.notification-item time { display: block; margin-top: 2px; color: #98a2b3; font-size: 9px; }
.notification-item p { margin: 7px 0; color: #667085; font-size: 10px; line-height: 1.45; }
.notification-item button { padding: 0; border: 0; color: #087a3d; background: none; display: inline-flex; align-items: center; gap: 4px; font-size: 10px; font-weight: 600; cursor: pointer; }
.notification-item button svg { width: 11px; }
.notification-footer { min-height: 43px; color: #087a3d; background: #fff; display: flex; align-items: center; justify-content: center; gap: 6px; font-size: 11px; font-weight: 600; text-decoration: none; }
.notification-footer:hover { background: #f0fdf4; }
.notification-footer svg { width: 12px; }
.menu-button { display: none; margin-right: auto; }
.mobile-brand, .mobile-quickbar { display: none; }

main { min-height: 100vh; margin-left: var(--sidebar); padding-top: 56px; transition: margin-left .4s cubic-bezier(.32,.72,0,1); }
.view { display: none; }
.view.active { display: block; }
#dashboardView { width: 100%; max-width: 1720px; margin: 0 auto; padding: 66px 32px 0; }
.page-heading { min-height: 122px; display: flex; justify-content: space-between; gap: 28px; }
h1 { margin: 0; color: #020817; font-size: 30px; line-height: 1.18; letter-spacing: -.04em; }
.page-heading p, .form-heading p { margin: 8px 0 0; color: #627594; }
.page-heading p svg { width: 16px; color: var(--green); vertical-align: -3px; }
.heading-actions { width: 238px; margin-top: -45px; display: flex; flex-direction: column; gap: 18px; align-items: stretch; }
.credit-card { height: 49px; padding: 6px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: 0 4px 14px rgba(26,41,57,.06); display: flex; align-items: center; gap: 8px; }
.credit-icon { width: 31px; height: 31px; display: grid; place-items: center; color: #d98b00; background: #fff2c7; border-radius: 50%; }
.credit-icon svg { width: 16px; }
.credit-card div { display: flex; flex-direction: column; }
.credit-card strong { font-size: 13px; }
.credit-card small { color: #8193aa; font-size: 8px; font-weight: 500; }
.credit-card span { color: #60738e; font-size: 8px; }
.credit-card button { height: 32px; margin-left: auto; padding: 0 13px; border: 0; border-radius: 10px; color: #fff; background: var(--green); font-size: 9px; font-weight: 700; letter-spacing: .03em; }
.credit-card button svg { width: 11px; vertical-align: -3px; }
.primary-button { height: 40px; padding: 0 18px; border: 0; border-radius: 10px; color: #fff; background: var(--green); display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-weight: 700; box-shadow: 0 10px 22px rgba(18,166,83,.16); cursor: pointer; }
.primary-button:hover { background: #0c9349; }
.sample-link { border: 0; background: none; color: #536985; display: inline-flex; align-items: center; justify-content: flex-end; gap: 7px; font-size: 12px; font-weight: 600; cursor: pointer; }
.sample-link[hidden] { display: none; }
.sample-link svg { width: 15px; }

.filter-row { margin-bottom: 12px; display: flex; gap: 8px; align-items: center; }
.search-box { width: 290px; height: 35px; padding: 0 10px; border: 1px solid var(--line); border-radius: 8px; background: #fff; display: flex; align-items: center; gap: 8px; }
.search-box svg { width: 15px; color: var(--green); }
.search-box input { width: 100%; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: 12px; }
.search-box input::placeholder { color: #9aa7b8; }
.square-button, .view-toggle, .category-button, .clear-button { height: 36px; border: 1px solid var(--line); border-radius: 9px; background: #fff; }
.square-button { width: 36px; display: grid; place-items: center; }
.square-button svg { width: 15px; }
.view-toggle { padding: 3px; display: flex; background: #eef2f5; }
.view-toggle button { width: 29px; border: 0; border-radius: 6px; color: #9aa8b7; background: transparent; display: grid; place-items: center; }
.view-toggle button.selected { color: #079667; background: #fff; box-shadow: 0 1px 4px #dce2e8; }
.view-toggle svg { width: 15px; }
.category-button { width: 220px; margin-left: auto; padding: 0 10px; display: flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 600; }
.category-button svg:first-child { padding: 4px; width: 27px; height: 27px; color: #708399; background: #eff3f5; border-radius: 8px; }
.category-button select { width: 100%; height: 32px; padding: 0 22px 0 0; border: 0; outline: 0; background: transparent; font-size: 12px; font-weight: 600; }
.clear-button { padding: 0 16px; color: #72b99b; }
.square-button.active { border-color: #16a34a; color: #087a3d; background: #e7faf0; }

.services-grid { display: grid; grid-template-columns: repeat(6, minmax(130px, 1fr)); column-gap: 16px; row-gap: 14px; }
.service-wrap { position: relative; min-width: 0; padding-top: 21px; }
.category-label { position: absolute; top: 2px; left: 0; color: #687487; font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; white-space: nowrap; }
.service-card { position: relative; height: 120px; padding: 14px 10px 10px; border: 1px solid var(--line); border-radius: 16px; background: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center; transition: transform .18s, box-shadow .18s, border-color .18s; cursor: pointer; }
.service-card:hover { transform: translateY(-4px); box-shadow: 0 10px 25px rgba(31,44,58,.08); }
.service-icon { width: 48px; height: 48px; margin-bottom: 7px; border-radius: 12px; display: grid; place-items: center; }
.service-icon svg { width: 21px; height: 21px; }
.service-card h3 { max-width: 100%; margin: 0 0 6px; font-size: 12.5px; font-weight: 600; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.price-pill { padding: 4px 11px; border-radius: 20px; color: #fff; font-size: 9px; font-weight: 700; }
.card-arrow { position: absolute; right: 8px; bottom: 8px; width: 13px; color: #9aa7b5; }
.new-badge { position: absolute; top: 7px; right: 7px; padding: 3px 6px; border-radius: 8px; color: #fff; background: #0b9d4c; font-size: 8px; font-weight: 700; }
.service-tooltip { position: absolute; left: 50%; bottom: calc(100% + 8px); z-index: 15; width: 205px; margin: 0; padding: 9px 11px; border-radius: 9px; color: #fff; background: #102017; font-size: 10px; font-weight: 400; line-height: 1.45; text-align: left; transform: translate(-50%,5px); opacity: 0; pointer-events: none; transition: opacity .15s, transform .15s; box-shadow: 0 12px 28px rgba(7,24,15,.18); }
.service-card:hover .service-tooltip { opacity: 1; transform: translate(-50%,0); }
.tone-blue .service-icon { color: #2867f0; background: #dceaff; }.tone-blue .price-pill { background: #3478ec; }
.tone-purple .service-icon { color: #7244f4; background: #eee8ff; }.tone-purple .price-pill { background: #8955ec; }
.tone-green .service-icon { color: #00a474; background: #cef7e4; }.tone-green .price-pill { background: #0eb481; }
.tone-lime .service-icon { color: #598d11; background: #e8f9c8; }.tone-lime .price-pill { background: #70aa00; }
.tone-orange .service-icon { color: #f2630a; background: #ffebd1; }.tone-orange .price-pill { background: #fa6b0c; }
.tone-pink .service-icon { color: #f3297a; background: #fde3ef; }.tone-pink .price-pill { background: #ef3b89; }
.tone-yellow .service-icon { color: #df7900; background: #fff0c7; }.tone-yellow .price-pill { background: #f29a00; }
.tone-red .service-icon { color: #f32b56; background: #fee1e5; }.tone-red .price-pill { background: #f4385b; }
.tone-teal .service-icon { color: #00a991; background: #d1f8ee; }.tone-teal .price-pill { background: #0db59e; }
.services-grid.list-mode { grid-template-columns: 1fr; gap: 8px; }
.services-grid.list-mode .service-wrap { padding-top: 0; }
.services-grid.list-mode .category-label { display: none; }
.services-grid.list-mode .service-card { min-height: 82px; height: auto; padding: 12px 18px; display: grid; grid-template-columns: 58px minmax(0,1fr) auto 20px; gap: 16px; text-align: left; }
.services-grid.list-mode .service-icon { grid-column: 1; grid-row: 1 / span 2; margin: 0; }
.services-grid.list-mode .service-card h3 { grid-column: 2; margin: 0; justify-self: start; }
.services-grid.list-mode .price-pill { grid-column: 3; grid-row: 1; }
.services-grid.list-mode .card-arrow { position: static; grid-column: 4; grid-row: 1; }
.services-grid.list-mode .new-badge { top: 5px; }
.services-grid.list-mode .service-tooltip { position: static; grid-column: 2 / 4; width: auto; padding: 0; color: #667085; background: none; box-shadow: none; opacity: 1; transform: none; }
.services-empty { grid-column: 1 / -1; min-height: 150px; padding: 30px; border: 1px dashed var(--line); border-radius: 16px; background: #fff; display: grid; place-items: center; color: #667085; text-align: center; }

.activity-panel { margin-top: 24px; padding: 14px 16px 10px; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: 0 2px 4px rgba(16,24,40,.06); }
.panel-title { display: flex; align-items: center; justify-content: space-between; }
.panel-title h2 { margin: 0; font-size: 18px; letter-spacing: -.03em; }
.panel-title button { border: 0; color: var(--green-dark); background: none; font-size: 11px; }
.panel-title svg { width: 12px; vertical-align: -3px; }
table { width: 100%; border-collapse: collapse; text-align: left; }
th { padding: 16px 10px 8px; color: #536074; font-size: 10px; letter-spacing: .03em; text-transform: uppercase; }
td { padding: 9px 10px; border-top: 1px solid #edf0f2; color: #334155; font-size: 11px; }
td:first-child { color: #65748a; }
th:last-child, td:last-child { text-align: right; }
td:last-child { color: #e11d2e; font-weight: 700; }
.type-tag { padding: 4px 7px; border-radius: 10px; color: #2763d8; background: #dbeafe; font-size: 10px; }
.app-footer { margin: 28px -32px 0; min-height: 54px; padding: 16px 32px; border-top: 1px solid var(--line); color: #667085; display: flex; align-items: center; justify-content: space-between; gap: 24px; font-size: 10px; }
.app-footer nav { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: 17px; }
.app-footer a { color: inherit; text-decoration: none; }
.app-footer a:hover { color: var(--green-dark); }

.form-page { max-width: 1160px; margin: 0 auto; padding: 38px 28px 70px; }
.bank-topline { margin-bottom: 10px; }
.back-button { margin-bottom: 28px; padding: 0; border: 0; color: #52657d; background: none; display: inline-flex; align-items: center; gap: 8px; font-size: 12px; cursor: pointer; }
.back-button svg { width: 15px; }
.form-heading { margin-bottom: 26px; display: flex; align-items: center; justify-content: space-between; }
.form-heading .sample-link { color: #8a9bb0; text-transform: uppercase; letter-spacing: .06em; }
.verification-form { padding: 28px 30px 30px; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: 0 1px 2px rgba(16,24,40,.04); }
.account-toggle { margin-bottom: 24px; display: flex; gap: 8px; }
.account-toggle button { height: 34px; padding: 0 15px; border: 0; border-radius: 8px; background: #f0f2f4; font-size: 12px; font-weight: 700; }
.account-toggle button.active { color: #fff; background: var(--green); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 14px; }
.form-grid label { display: flex; flex-direction: column; gap: 7px; font-size: 12px; font-weight: 600; }
.form-grid .full { grid-column: 1 / -1; }
input, select { height: 46px; padding: 0 12px; border: 1px solid #cfd7df; border-radius: 8px; outline: 0; background: #fff; }
input:focus, select:focus { border-color: #55c98a; box-shadow: 0 0 0 3px #e3f8ec; }
input::placeholder { color: #98a6b8; }
.cost-strip { min-height: 53px; margin-top: 18px; padding: 10px 16px; border: 1px solid #e3e7ea; border-radius: 8px; background: linear-gradient(90deg,#fafcfc,#fff); display: flex; align-items: center; justify-content: space-between; }
.cost-strip span { padding: 4px 8px; border-radius: 12px; color: #08774a; background: #c9f7df; font-size: 10px; font-weight: 700; }
.cost-strip svg { width: 12px; vertical-align: -2px; }
.cost-strip small { color: #9aa8b8; }
.notice { margin-top: 18px; padding: 14px; border: 1px solid #f4c952; border-radius: 8px; color: #91400a; background: #fffbeb; display: flex; gap: 9px; font-size: 10px; line-height: 1.55; }
.notice svg { flex: 0 0 17px; }
.notice p { margin: 0; }
.verify-button { margin-top: 24px; background: #7dca9c; }
.chat-button { position: fixed; right: 25px; bottom: 20px; z-index: 25; width: 52px; height: 52px; border: 0; border-radius: 16px; color: #fff; background: #05a161; display: grid; place-items: center; box-shadow: 0 12px 25px rgba(0,125,74,.2); cursor: pointer; }
.chat-button svg { width: 24px; height: 24px; }
.sidebar-overlay { display: none; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible { outline: 3px solid rgba(16,169,87,.22); outline-offset: 2px; }
.sidebar.collapsed { width: 64px; }
.sidebar.collapsed ~ .topbar { left: 64px; }
.sidebar.collapsed ~ main { margin-left: 64px; }
.sidebar.collapsed .brand { padding-inline: 10px; }
.sidebar.collapsed .brand > span, .sidebar.collapsed .nav-label, .sidebar.collapsed .nav-item:not(.active), .sidebar.collapsed .nav-heading, .sidebar.collapsed .user-card div:nth-child(2), .sidebar.collapsed .user-card > svg { font-size: 0; }
.sidebar.collapsed .brand-mark { flex: 0 0 29px; }
.sidebar.collapsed .quick-tools { padding: 5px; border-color: transparent; background: transparent; }
.sidebar.collapsed .nav-item, .sidebar.collapsed .nav-heading { padding-inline: 8px; justify-content: center; }
.sidebar.collapsed .nav-item .nav-icon, .sidebar.collapsed .nav-heading .nav-icon { margin: 0; }
.sidebar.collapsed .nav-arrow, .sidebar.collapsed .sub-item { display: none; }
.sidebar.collapsed .user-card { left: 10px; right: 10px; justify-content: center; padding: 5px; }
.sidebar.collapsed .collapse-button { position: absolute; right: -10px; bottom: -13px; width: 27px; height: 27px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }

/* Verify ID quick menu and service page */
.quick-verify-toggle .nav-arrow { transition: transform .2s ease; }
.quick-verify-toggle.expanded .nav-arrow { transform: rotate(90deg); }
.quick-verify-menu { display: none; margin-left: 12px; padding: 4px 0 5px 12px; border-left: 1px solid rgba(112,129,152,.22); }
.quick-verify-menu.open { display: grid; gap: 2px; }
.quick-verify-menu button { min-height: 37px; padding: 5px 7px; border: 0; border-radius: 10px; color: #79aaa9; background: transparent; display: flex; align-items: center; gap: 8px; font-size: 11px; text-align: left; cursor: pointer; }
.quick-verify-menu button:hover, .quick-verify-menu button.active { color: var(--navy-primary); background: var(--brand-teal); }
.quick-verify-menu button .nav-icon { width: 24px; height: 24px; flex-basis: 24px; color: #65a5a5; background: rgba(33,214,195,.06); }
.quick-verify-menu button:hover .nav-icon, .quick-verify-menu button.active .nav-icon { color: var(--navy-primary); background: rgba(7,25,47,.1); }
.sidebar.collapsed .quick-verify-menu { display: none; }

.identity-page { width: min(1024px, calc(100% - 40px)); margin: 0 auto; padding: 28px 0 70px; }
.identity-topline { min-height: 56px; display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; }
.identity-back { margin: 0; min-height: 37px; padding: 0 14px; border: 1px solid var(--border); border-radius: 12px; background: #fff; box-shadow: 0 1px 2px rgba(7,25,47,.04); }
.identity-credit { width: 238px; }
.identity-heading { margin: 8px 0 32px; }
.identity-heading h1 { font-size: 32px; }
.identity-heading p { max-width: 760px; margin: 11px 0 0; color: var(--text-muted); font-size: 14px; line-height: 1.65; }
.consent-actions { width: min(360px, 100%); margin-top: 15px; padding: 9px; border: 1px solid var(--border); border-radius: 10px; background: #fff; box-shadow: 0 2px 6px rgba(7,25,47,.04); }
.consent-actions[hidden] { display: none; }
.consent-actions > div { display: flex; gap: 8px; }
.consent-actions button { min-height: 36px; padding: 0 12px; border: 1px solid var(--border); border-radius: 7px; color: var(--text-primary); background: #fff; display: inline-flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 600; }
.consent-actions button:first-child { border-color: var(--brand-teal); color: var(--navy-primary); background: var(--brand-teal); }
.consent-actions svg { width: 14px; }
.consent-actions small { display: block; margin-top: 7px; color: var(--text-muted); font-size: 9px; }
.identity-form { padding: 32px; border: 1px solid var(--border); border-radius: 22px; background: #fff; box-shadow: 0 18px 50px rgba(7,25,47,.055), 0 1px 2px rgba(7,25,47,.035); }
.identity-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.identity-form-grid > label { display: grid; gap: 8px; color: var(--text-primary); font-size: 13px; font-weight: 500; }
.identity-form-grid input { width: 100%; height: 46px; background: #f8fafc; }
#identityNumberInput { font-family: monospace; font-size: 14px; }
.report-label-row { display: flex; align-items: center; justify-content: space-between; }
.report-label-row b { font-weight: 500; }
.report-label-row button { min-height: 30px; padding: 0 8px; border: 0; border-radius: 8px; color: var(--brand-teal-dark); background: none; display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 600; cursor: pointer; }
.report-label-row button:hover { background: var(--status-verified); }
.report-label-row svg { width: 15px; }
.identity-cost-row { margin-top: 23px; display: flex; align-items: center; gap: 12px; }
.identity-cost { padding: 5px 10px; border-radius: 999px; color: var(--brand-teal-dark); background: var(--status-verified); display: inline-flex; align-items: center; gap: 5px; font-size: 11px; }
.identity-cost svg { width: 13px; }
.included-button { padding: 4px; border: 0; color: var(--text-muted); background: none; display: inline-flex; align-items: center; gap: 5px; font-size: 11px; cursor: pointer; }
.included-button svg { width: 14px; }
.purpose-row { margin-top: 27px; display: flex; align-items: center; gap: 14px; font-size: 13px; }
.purpose-row > strong { font-weight: 500; }
.purpose-row > span { padding: 7px 12px; border: 1px solid #afeae3; border-radius: 9px; color: var(--brand-teal-dark); background: var(--status-verified); display: inline-flex; align-items: center; gap: 8px; }
.purpose-row svg { width: 15px; }
.attestation { margin-top: 16px; padding: 16px; border: 2px solid var(--border); border-radius: 12px; display: flex; align-items: flex-start; gap: 12px; color: var(--text-primary); font-size: 13px; line-height: 1.6; cursor: pointer; }
.attestation:hover { border-color: var(--brand-teal); }
.attestation input { width: 20px; height: 20px; flex: 0 0 20px; margin: 1px 0 0; accent-color: var(--brand-teal-dark); }
.attestation a { color: var(--brand-teal-dark); font-weight: 600; text-decoration: none; }
.identity-actions { margin-top: 28px; display: flex; gap: 12px; }
.identity-verify, .identity-reset { min-height: 49px; padding: 0 39px; border: 0; border-radius: 12px; font-weight: 600; cursor: pointer; }
.identity-verify { color: var(--navy-primary); background: var(--brand-teal); box-shadow: 0 8px 24px rgba(33,214,195,.18); }
.identity-verify:hover { color: #fff; background: var(--brand-teal-dark); }
.identity-reset { min-width: 126px; color: var(--text-primary); background: #f1f4f7; box-shadow: inset 0 0 0 1px var(--border); }
.identity-notice { margin-top: 23px; padding: 16px; border: 1px solid var(--brand-gold); border-radius: 9px; color: #805b00; background: #fff9e7; font-size: 11px; line-height: 1.7; }
.identity-balance { margin-top: 24px; padding-top: 17px; border-top: 1px solid var(--border); color: var(--text-muted); display: flex; align-items: center; gap: 7px; font-size: 13px; }
.identity-balance svg { width: 15px; }
.identity-balance strong { color: var(--text-primary); }
.company-form-grid { align-items: start; }
.company-search-column { display: grid; gap: 8px; }
.company-field-label { color: var(--text-primary); font-size: 13px; font-weight: 500; }
.company-search-column label { display: grid; gap: 8px; color: var(--text-primary); font-size: 13px; font-weight: 500; }
.company-search-tabs { min-height: 35px; display: flex; flex-wrap: wrap; gap: 8px; }
.company-search-tabs button { min-height: 34px; padding: 0 13px; border: 1px solid var(--border); border-radius: 8px; color: var(--text-primary); background: #fff; font-size: 12px; font-weight: 500; cursor: pointer; }
.company-search-tabs button:hover { border-color: var(--brand-teal); }
.company-search-tabs button.active { border-color: var(--brand-teal); color: var(--navy-primary); background: var(--brand-teal); }
.company-search-column input { width: 100%; background: #f8fafc; }
.company-cost { margin-top: -1px; }
.africa-heading { margin: 8px 0 24px; display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; }
.africa-heading h1 { margin-top: 9px; font-size: 32px; }
.africa-heading p { max-width: 700px; margin: 10px 0 0; color: var(--text-muted); line-height: 1.6; }
.africa-region { width: fit-content; padding: 5px 9px; border-radius: 999px; color: var(--brand-violet); background: var(--status-integration); display: inline-flex; align-items: center; gap: 6px; font-size: 10px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.africa-country-tabs { margin-bottom: 16px; overflow-x: auto; display: flex; gap: 8px; scrollbar-width: none; }
.africa-country-tabs button { min-height: 42px; padding: 0 13px 0 7px; flex: 0 0 auto; border: 1px solid var(--border); border-radius: 11px; color: var(--text-muted); background: #fff; display: flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 600; cursor: pointer; }
.africa-country-tabs button > span, .africa-code { width: 28px; height: 28px; border-radius: 8px; color: var(--brand-violet); background: var(--status-integration); display: grid; place-items: center; font-size: 9px; font-weight: 800; }
.africa-country-tabs button:hover { border-color: #bcb0ee; }
.africa-country-tabs button.active { border-color: var(--brand-violet); color: #fff; background: var(--brand-violet); }
.africa-country-tabs button.active > span { color: var(--brand-violet); background: #fff; }
.country-flag { position: relative; overflow: hidden; border: 1px solid rgba(7,25,47,.12); color: transparent !important; background-color: #fff; background-repeat: no-repeat; box-shadow: 0 1px 2px rgba(7,25,47,.1); }
.flag-ci { background: linear-gradient(90deg, #f77f00 0 33.33%, #fff 33.33% 66.66%, #009e60 66.66%) !important; }
.flag-gh { background: linear-gradient(#ce1126 0 33.33%, #fcd116 33.33% 66.66%, #006b3f 66.66%) !important; }
.flag-gh::after { content: "★"; position: absolute; inset: 0; color: #111 !important; display: grid; place-items: center; font-size: 7px; line-height: 1; }
.flag-ke { background: linear-gradient(#111 0 28%, #fff 28% 34%, #bb0000 34% 66%, #fff 66% 72%, #006600 72%) !important; }
.flag-ng { background: linear-gradient(90deg, #008753 0 33.33%, #fff 33.33% 66.66%, #008753 66.66%) !important; }
.flag-zm { background: linear-gradient(135deg, #198a00 0 68%, #ef7d00 68% 78%, #de2010 78% 89%, #000 89%) !important; }
.flag-zw { background: linear-gradient(#319208 0 14%, #ffd200 14% 28%, #de2010 28% 42%, #000 42% 56%, #de2010 56% 70%, #ffd200 70% 84%, #319208 84%) !important; }
.africa-country-tabs button.active .country-flag { border-color: rgba(255,255,255,.65); box-shadow: 0 0 0 2px rgba(255,255,255,.25); }
.africa-form-title { margin-bottom: 23px; padding-bottom: 18px; border-bottom: 1px solid var(--border); display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.africa-form-title > div { display: flex; align-items: center; gap: 11px; }
.africa-code { width: 42px; height: 42px; border-radius: 11px; font-size: 12px; }
.africa-form-title h2 { margin: 0; font-size: 17px; }
.africa-form-title p { margin: 3px 0 0; color: var(--text-muted); font-size: 11px; }
.africa-format { margin: 9px 0 0; color: var(--text-muted); font-size: 10px; }
.returned-data { margin-top: 23px; padding: 18px; border: 1px solid #afeae3; border-radius: 11px; background: var(--status-verified); }
.returned-title { display: flex; align-items: flex-start; gap: 10px; }
.returned-title > svg { width: 18px; color: var(--brand-teal-dark); }
.returned-title h3 { margin: 0; font-size: 13px; }
.returned-title p { margin: 4px 0 0; color: var(--text-muted); font-size: 10px; }
.returned-fields { margin-top: 14px; display: grid; grid-template-columns: 1fr 1fr; gap: 8px 18px; }
.returned-fields span { color: #295d62; display: flex; align-items: center; gap: 7px; font-size: 11px; }
.returned-fields svg { width: 13px; color: var(--brand-teal-dark); }
.africa-attestation { margin-top: 20px; }
.supplier-report-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; }
.supplier-report-row > div { min-width: 320px; display: grid; gap: 7px; }
.supplier-report-row span { color: var(--text-muted); font-size: 11px; }
.supplier-report-row strong { min-height: 44px; padding: 0 13px; border: 1px solid var(--border); border-radius: 9px; background: #f8fafc; display: flex; align-items: center; font-size: 13px; font-weight: 500; }
.supplier-report-row button { min-height: 34px; padding: 0 9px; border: 0; border-radius: 8px; color: var(--brand-teal-dark); background: none; display: inline-flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 600; }
.supplier-report-row svg { width: 15px; }
.supplier-fields { margin-top: 23px; padding: 20px; border: 1px solid var(--border); border-radius: 12px; background: #f8fafc; }
.supplier-section-heading h2, .supplier-bank-section h2 { margin: 0; font-size: 14px; }
.supplier-section-heading p { margin: 5px 0 0; color: var(--text-muted); font-size: 11px; }
.supplier-warning { margin: 15px 0; padding: 11px 13px; border: 1px solid var(--brand-gold); border-radius: 8px; color: #805b00; background: #fff9e7; font-size: 10px; line-height: 1.6; }
.supplier-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.supplier-grid label { min-width: 0; display: flex; flex-direction: column; gap: 7px; color: var(--text-primary); font-size: 11px; font-weight: 600; }
.supplier-grid label.span-two { grid-column: 1 / -1; }
.supplier-grid input, .supplier-grid select { width: 100%; background: #fff; }
.supplier-grid small { color: var(--text-muted); font-size: 9px; font-weight: 400; line-height: 1.5; }
.mono-input { font-family: monospace; }
.supplier-bank-section { margin-top: 21px; padding-top: 19px; border-top: 1px solid var(--border); }
.supplier-bank-section h2 { margin-bottom: 14px; }
.supplier-guide { margin-top: 16px; color: var(--brand-teal-dark); display: inline-flex; align-items: center; gap: 5px; font-size: 10px; font-weight: 700; text-decoration: none; }
.supplier-guide svg { width: 12px; }
.biometric-heading { margin: 8px 0 25px; display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; }
.biometric-heading h1 { margin-top: 10px; font-size: 32px; }
.biometric-heading p { max-width: 730px; margin: 10px 0 0; color: var(--text-muted); line-height: 1.6; }
.biometric-kicker { width: fit-content; padding: 5px 9px; border-radius: 999px; color: var(--brand-violet); background: var(--status-integration); display: inline-flex; align-items: center; gap: 6px; font-size: 10px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.biometric-kicker svg { width: 13px; }
.biometric-summary { margin-bottom: 22px; padding-bottom: 18px; border-bottom: 1px solid var(--border); display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.biometric-summary > div { display: flex; align-items: center; gap: 12px; }
.biometric-summary-icon { width: 46px; height: 46px; border-radius: 13px; color: var(--brand-violet); background: var(--status-integration); display: grid; place-items: center; }
.biometric-summary-icon svg { width: 23px; height: 23px; }
.biometric-summary h2 { margin: 0; font-size: 16px; }
.biometric-summary p { margin: 4px 0 0; color: var(--text-muted); font-size: 11px; }
.biometric-control { width: min(440px, 100%); margin-bottom: 20px; }
.biometric-control label { display: grid; gap: 8px; color: var(--text-primary); font-size: 12px; font-weight: 600; }
.biometric-control select { width: 100%; background: #fff; }
.upload-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.upload-grid:has(.upload-card:only-child) { grid-template-columns: 1fr; }
.upload-card { min-height: 175px; padding: 20px; border: 1px dashed #bcb0ee; border-radius: 13px; background: #fbfaff; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.upload-card > span { width: 44px; height: 44px; margin-bottom: 10px; border-radius: 12px; color: var(--brand-violet); background: var(--status-integration); display: grid; place-items: center; }
.upload-card > span svg { width: 22px; }
.upload-card h3 { margin: 0; font-size: 13px; }
.upload-card p { margin: 4px 0 13px; color: var(--text-muted); font-size: 9px; }
.upload-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 7px; }
.upload-actions button { min-height: 34px; padding: 0 11px; border: 1px solid var(--border); border-radius: 8px; color: var(--text-primary); background: #fff; display: inline-flex; align-items: center; gap: 6px; font-size: 10px; font-weight: 600; }
.upload-actions button:first-child { border-color: var(--brand-violet); color: #fff; background: var(--brand-violet); }
.upload-actions svg { width: 13px; }
.upload-guidance { margin-top: 17px; padding: 13px; border: 1px solid var(--border); border-radius: 10px; background: var(--app-background); display: flex; align-items: flex-start; gap: 9px; }
.upload-guidance > svg { width: 17px; color: var(--brand-teal-dark); }
.upload-guidance strong { font-size: 11px; }
.upload-guidance p { margin: 3px 0 0; color: var(--text-muted); font-size: 9px; line-height: 1.55; }
.biometric-attestation { margin-top: 19px; }

/* Driver's licence verification */
.driver-page { width: min(1080px, calc(100% - 40px)); margin: 0 auto; padding: 28px 0 70px; }
.driver-heading { margin: 7px 0 22px; display: flex; align-items: flex-start; gap: 12px; }
.driver-title-icon { width: 28px; height: 28px; margin-top: 2px; border-radius: 8px; color: var(--brand-teal-dark); background: var(--status-verified); display: grid; place-items: center; }
.driver-title-icon svg { width: 18px; }
.driver-heading h1 { font-size: 28px; }
.driver-heading h1 b { margin-left: 7px; padding: 4px 7px; border-radius: 6px; color: #8a6200; background: var(--status-pending); font-size: 8px; vertical-align: 5px; letter-spacing: .05em; }
.driver-heading p { margin: 8px 0 0; color: var(--text-muted); font-size: 12px; }
.driver-card { overflow: hidden; border: 1px solid var(--border); border-radius: 15px; background: #fff; box-shadow: 0 12px 35px rgba(7,25,47,.05); }
.driver-intro { min-height: 43px; padding: 13px 20px; color: var(--navy-primary); background: var(--brand-teal); font-size: 10px; font-weight: 600; }
.driver-card-content { padding: 21px 22px 24px; }
.driver-option-heading { margin-bottom: 13px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.driver-option-heading h2, .driver-upload-label { margin: 0; font-size: 12px; }
.driver-option-heading button { padding: 0; border: 0; color: var(--brand-teal-dark); background: none; display: inline-flex; align-items: center; gap: 6px; font-size: 10px; font-weight: 700; cursor: pointer; }
.driver-option-heading button svg { width: 14px; }
.driver-options { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 8px; align-items: start; }
.driver-option { min-width: 0; min-height: 75px; padding: 12px 10px; border: 1px solid var(--border); border-radius: 11px; color: var(--text-primary); background: #fff; display: grid; grid-template-columns: 34px minmax(0,1fr) 14px; align-items: center; column-gap: 8px; text-align: left; cursor: pointer; }
.driver-option:hover { border-color: #9ae5d9; }
.driver-option.selected { border-color: var(--brand-teal-dark); background: var(--status-verified); box-shadow: inset 0 0 0 1px rgba(33,214,195,.08); }
.driver-option-icon { width: 32px; height: 32px; border-radius: 8px; color: var(--text-muted); background: #f1f4f7; display: grid; place-items: center; }
.driver-option.selected .driver-option-icon { color: var(--brand-teal-dark); background: #d7f8f2; }
.driver-option-icon svg { width: 16px; }
.driver-option-name { min-width: 0; }
.driver-option-name strong, .driver-option-name small { display: block; }
.driver-option-name strong { font-size: 10px; line-height: 1.3; }
.driver-option-name small { margin-top: 3px; color: var(--brand-teal-dark); font-size: 8px; font-weight: 700; }
.driver-option-chevron { width: 13px; color: var(--text-muted); }
.driver-option.selected .driver-option-chevron { transform: rotate(180deg); }
.driver-option-details { grid-column: 1 / -1; margin-top: 10px; padding-top: 9px; border-top: 1px solid #9ae5d9; display: grid; gap: 5px; }
.driver-option-details > b { margin-bottom: 3px; font-size: 9px; font-weight: 500; line-height: 1.5; }
.driver-option-details small { color: var(--text-muted); display: flex; align-items: center; gap: 4px; font-size: 8px; line-height: 1.4; }
.driver-option-details small svg { width: 10px; color: var(--brand-teal-dark); }
.driver-consent-panel { margin: 18px 0; padding: 14px; border: 1px solid var(--border); border-radius: 10px; background: #f8fafc; display: grid; gap: 10px; }
.driver-consent-panel label { display: flex; align-items: flex-start; gap: 10px; font-size: 10px; line-height: 1.5; cursor: pointer; }
.driver-consent-panel label[hidden] { display: none; }
.driver-consent-panel input { width: 17px; height: 17px; flex: 0 0 17px; margin: 0; accent-color: var(--brand-teal-dark); }
.driver-consent-panel a { color: var(--brand-teal-dark); font-weight: 700; }
.driver-consent-panel small { color: var(--text-muted); font-size: 9px; }
.driver-selfie-panel { margin: 0 0 18px; padding: 14px; border: 1px solid #c9bdf4; border-radius: 10px; background: #f9f7ff; display: grid; grid-template-columns: 48px 1fr auto; align-items: center; gap: 12px; }
.driver-selfie-panel[hidden] { display: none; }
.driver-selfie-panel > span { width: 46px; height: 46px; border: 1px solid #c9bdf4; border-radius: 9px; color: var(--brand-violet); background: #fff; display: grid; place-items: center; }
.driver-selfie-panel > span svg { width: 22px; }
.driver-selfie-panel h2 { margin: 0; font-size: 11px; }
.driver-selfie-panel p { margin: 5px 0 0; color: var(--text-muted); font-size: 9px; line-height: 1.5; }
.driver-selfie-panel small { display: block; margin-top: 4px; color: var(--brand-violet); font-size: 8px; }
.driver-selfie-panel > div:nth-of-type(2) { display: grid; gap: 6px; }
.driver-selfie-panel label, .driver-selfie-panel button { min-height: 34px; padding: 0 11px; border: 1px solid #c9bdf4; border-radius: 7px; color: var(--brand-violet); background: #fff; display: flex; align-items: center; justify-content: center; gap: 6px; font-size: 9px; font-weight: 700; cursor: pointer; }
.driver-selfie-panel label { color: #fff; background: var(--brand-violet); }
.driver-selfie-panel svg { width: 13px; }
.driver-upload-label { margin-bottom: 9px; }
.driver-upload-area { position: relative; padding: 17px; border: 1px dashed #b9c7d3; border-radius: 11px; background: #fafbfc; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 18px; }
.licence-preview { position: relative; min-height: 225px; overflow: hidden; padding: 25px; border: 1px solid var(--border); border-radius: 10px; background: linear-gradient(150deg,#f9e0e1,#e8bfc3); box-shadow: inset 0 0 40px rgba(122,72,84,.08); }
.licence-barcode { height: 82px; border: 12px solid rgba(255,255,255,.75); background: repeating-linear-gradient(90deg,#111 0 2px,#fff 2px 4px,#111 4px 5px,#fff 5px 8px); }
.licence-lines { position: absolute; left: 33px; bottom: 47px; display: grid; gap: 8px; }
.licence-lines i { width: 115px; height: 4px; background: rgba(63,54,58,.35); }
.licence-lines i:nth-child(2) { width: 92px; }.licence-lines i:nth-child(3) { width: 105px; }.licence-lines i:nth-child(4) { width: 72px; }
.licence-fingerprint { position: absolute; right: 35px; bottom: 40px; color: rgba(50,40,45,.65); }
.licence-fingerprint svg { width: 58px; height: 58px; }
.licence-preview > span { position: absolute; left: 50%; bottom: 10px; padding: 3px 9px; border-radius: 999px; color: #5f6570; background: rgba(255,255,255,.75); font-size: 7px; transform: translateX(-50%); }
.driver-upload-copy h2 { margin: 0; font-size: 16px; }
.driver-upload-copy > p { margin: 10px 0 15px; color: var(--text-muted); font-size: 10px; line-height: 1.6; }
.driver-upload-copy > div:nth-of-type(1) { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.driver-upload-button, .driver-upload-copy button { min-height: 38px; padding: 0 12px; border: 1px solid var(--border); border-radius: 8px; color: var(--text-primary); background: #fff; display: flex; align-items: center; justify-content: center; gap: 7px; font-size: 10px; font-weight: 700; cursor: pointer; }
.driver-upload-button { border-color: var(--brand-teal); color: var(--navy-primary); background: var(--brand-teal); }
.driver-upload-button svg, .driver-upload-copy button svg { width: 14px; }
.driver-camera-guide { margin-top: 9px; padding: 10px; border: 1px solid var(--brand-gold); border-radius: 8px; color: #805b00; background: #fff9e7; display: flex; align-items: flex-start; gap: 7px; font-size: 8px; line-height: 1.55; }
.driver-camera-guide svg { width: 14px; flex: 0 0 14px; }
.driver-upload-status { grid-column: 1 / -1; padding: 11px 13px; border: 1px solid #9ae5d9; border-radius: 8px; color: var(--brand-teal-dark); background: var(--status-verified); display: flex; align-items: center; gap: 8px; font-size: 9px; }
.driver-upload-status[hidden] { display: none; }
.driver-upload-status.error { border-color: #f2a9b5; color: var(--brand-red); background: var(--status-failed); }
.driver-upload-status svg { width: 15px; }
.driver-upload-area > footer { grid-column: 1 / -1; padding-top: 11px; border-top: 1px solid var(--border); color: var(--text-muted); font-size: 8px; }
.driver-upload-area > footer svg { width: 12px; margin-right: 5px; vertical-align: -3px; }

/* Searchable report picker */
.report-search-overlay { position: fixed; inset: 0; z-index: 95; background: rgba(7,25,47,.035); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .16s ease, visibility .16s ease; }
.report-search-overlay.open { opacity: 1; visibility: visible; pointer-events: auto; }
.report-search-panel { position: absolute; top: 58px; right: 14px; width: min(610px, calc(100vw - 28px)); max-height: calc(100vh - 70px); overflow: hidden; border: 1px solid var(--border); border-radius: 18px; background: #fff; box-shadow: 0 24px 70px rgba(7,25,47,.18); display: grid; grid-template-rows: auto auto minmax(0,1fr); transform: translateY(-7px) scale(.985); transform-origin: top right; transition: transform .16s ease; }
.report-search-overlay.open .report-search-panel { transform: translateY(0) scale(1); }
.report-search-header { padding: 18px 18px 13px; display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.report-search-header h2 { margin: 0; font-size: 16px; letter-spacing: -.025em; }
.report-search-header p { margin: 6px 0 0; color: var(--text-muted); font-size: 10px; }
.report-search-header > div:last-child { display: flex; align-items: center; gap: 9px; color: var(--text-muted); font-size: 10px; white-space: nowrap; }
.report-search-header button { width: 30px; height: 30px; border: 0; border-radius: 8px; color: var(--text-muted); background: var(--app-background); display: grid; place-items: center; cursor: pointer; }
.report-search-header button svg { width: 15px; }
.report-search-input { height: 46px; margin: 0 18px 14px; padding: 0 13px; border: 1px solid #9ae5d9; border-radius: 11px; background: #fff; display: flex; align-items: center; gap: 9px; box-shadow: 0 0 0 3px rgba(33,214,195,.07); }
.report-search-input svg { width: 16px; color: var(--text-muted); }
.report-search-input input { width: 100%; height: 42px; padding: 0; border: 0; box-shadow: none; font-size: 12px; }
.report-search-input input:focus, .report-search-input input:focus-visible { border: 0; outline: 0; box-shadow: none; }
.report-search-results { padding: 0 13px 14px; overflow-y: auto; scrollbar-width: thin; scrollbar-color: #b8c8d5 transparent; }
.report-search-group { margin-bottom: 9px; padding: 11px; border: 1px solid var(--border); border-radius: 13px; background: #fff; }
.report-search-group > header { margin-bottom: 7px; display: flex; align-items: center; justify-content: space-between; }
.report-search-group h3 { margin: 0; font-size: 10px; font-weight: 700; }
.report-search-group header span { color: var(--text-muted); font-size: 9px; }
.report-search-group > div { display: grid; grid-template-columns: 1fr 1fr; gap: 5px; }
.report-search-group button { min-width: 0; min-height: 38px; padding: 5px 7px 5px 11px; border: 0; border-radius: 8px; color: var(--text-primary); background: #f7f9fb; display: flex; align-items: center; gap: 7px; text-align: left; cursor: pointer; }
.report-search-group button:hover, .report-search-group button:focus-visible { color: var(--navy-primary); background: var(--status-verified); }
.report-search-group button > span { min-width: 0; flex: 1; overflow: hidden; font-size: 11px; font-weight: 500; text-overflow: ellipsis; white-space: nowrap; }
.report-search-group button > b { padding: 3px 5px; border-radius: 999px; color: var(--navy-primary); background: var(--brand-teal); font-size: 7px; }
.report-search-group button > svg { width: 15px; height: 15px; flex: 0 0 15px; padding: 2px; border: 1px solid var(--border); border-radius: 5px; color: var(--text-muted); background: #fff; }
.report-search-empty { min-height: 240px; color: var(--text-muted); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.report-search-empty svg { width: 32px; height: 32px; margin-bottom: 11px; }
.report-search-empty strong { color: var(--text-primary); font-size: 13px; }
.report-search-empty span { margin-top: 5px; font-size: 10px; }
body.search-open { overflow: hidden; }

/* Sample reports */
.reports-modal { position: fixed; inset: 0; z-index: 100; padding: 10px; background: rgba(238,241,243,.78); backdrop-filter: blur(5px); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .18s ease, visibility .18s ease; }
.reports-modal.open { opacity: 1; visibility: visible; pointer-events: auto; }
.reports-dialog { width: min(1200px, 100%); height: calc(100vh - 20px); margin: 0 auto; overflow: hidden; border: 1px solid #d7dde2; border-radius: 25px; background: #fff; box-shadow: 0 20px 60px rgba(16,24,40,.12); display: grid; grid-template-rows: auto auto 1fr; }
.reports-header { min-height: 108px; padding: 23px 28px 16px; display: flex; justify-content: space-between; gap: 24px; }
.reports-header h2 { margin: 0; font-size: 25px; letter-spacing: -.035em; }
.reports-header p { margin: 10px 0 0; color: #61738e; }
.reports-close { width: 40px; height: 40px; border: 0; border-radius: 13px; color: #63768f; background: #f0f3f6; display: grid; place-items: center; cursor: pointer; }
.reports-tabs { min-height: 54px; margin: 0 28px 14px; padding: 5px; overflow-x: auto; background: #f0f4f8; display: flex; align-items: center; scrollbar-color: #cfd5da transparent; scrollbar-width: thin; }
.report-tab { height: 42px; padding: 0 18px; flex: 0 0 auto; border: 1px solid transparent; border-radius: 10px; color: #5b6d87; background: transparent; font-size: 13px; cursor: pointer; }
.report-tab.active { border-color: #d6dce2; color: #007546; background: #fff; box-shadow: 0 1px 2px rgba(16,24,40,.03); }
.report-stage { overflow-y: auto; padding: 24px 24px 60px; background: #edf0f2; }
.report-paper { width: min(900px, 100%); min-height: 520px; margin: 0 auto; padding: 18px 18px 22px; border: 1px solid #d2d8de; border-radius: 17px; background: #fff; box-shadow: 0 12px 24px rgba(16,24,40,.08); }
.report-demo-banner { margin-bottom: 15px; padding: 7px 10px; border: 1px solid #f4b740; border-radius: 7px; color: #98520b; background: #fffbeb; font-size: 8px; font-weight: 800; letter-spacing: .13em; text-align: center; text-transform: uppercase; }
.report-top { padding: 0 3px 15px; border-bottom: 2px solid #12ab57; display: flex; align-items: center; gap: 13px; }
.report-top.purple { border-bottom-color: var(--brand-violet); }
.report-mark { width: 38px; height: 38px; flex: 0 0 38px; color: #fff; background: #080b0d; border-radius: 8px 8px 12px 12px; display: grid; place-items: center; transform: rotate(-5deg); }
.report-mark svg { width: 25px; height: 25px; }
.report-title { min-width: 0; }
.report-title h3 { margin: 0; font-size: 19px; letter-spacing: -.02em; }
.report-title p { margin: 3px 0 0; color: #6a778a; font-size: 11px; }
.report-date { margin-left: auto; color: #667085; font-size: 11px; line-height: 1.45; text-align: right; }
.report-success { min-height: 62px; margin: 16px 0; padding: 13px; border: 1px solid #a7edc2; border-radius: 6px; color: #0a7f3e; background: #edfcf3; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.report-success strong { display: block; font-size: 14px; }
.report-success small { color: #617568; font-size: 10px; }
.report-success > b { font-size: 12px; }
.report-success.danger { border-color: #f2a9b5; color: #c61f3b; background: var(--status-failed); }
.report-notice { margin: 14px 0; padding: 13px 15px; border: 1px solid var(--brand-gold); border-radius: 7px; color: #805b00; background: #fff9e7; display: flex; align-items: flex-start; gap: 9px; font-size: 10px; line-height: 1.55; }
.report-notice.danger { border-color: #f2a9b5; color: #a7263d; background: var(--status-failed); }
.report-notice svg { width: 16px; flex: 0 0 16px; }
.report-photos { margin: 15px 0; display: flex; align-items: stretch; justify-content: center; gap: 12px; }
.report-photos figure { width: 155px; margin: 0; padding: 8px; border: 1px solid var(--border); border-radius: 8px; background: #f8fafc; text-align: center; }
.report-photos figure > div { height: 128px; overflow: hidden; border-radius: 5px; color: #728399; background: linear-gradient(145deg,#dce6ef,#f3f7fb); display: grid; place-items: center; }
.report-photos figure svg { width: 64px; height: 64px; stroke-width: 1.2; }
.report-photos figcaption { margin-top: 7px; color: var(--text-muted); font-size: 8px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.report-metrics { margin: 15px 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 11px; }
.report-metrics > div { min-height: 88px; padding: 15px; border: 1px solid var(--border); border-radius: 8px; background: #f8fafc; }
.report-metrics span { display: block; color: var(--text-muted); font-size: 8px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.report-metrics strong { display: block; margin-top: 10px; font-size: 24px; }
.report-section { margin-top: 15px; }
.report-section h4 { margin: 0 0 8px; padding: 6px 8px; color: #202b3b; background: #f5f7f8; font-size: 10px; letter-spacing: .09em; text-transform: uppercase; }
.report-field-grid { display: grid; grid-template-columns: 1fr 1fr; column-gap: 18px; }
.report-field { min-height: 39px; padding: 7px 8px; border-bottom: 1px solid #edf0f2; display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.report-field > span { color: #667085; font-size: 8px; font-weight: 700; letter-spacing: .025em; text-transform: uppercase; }
.report-field > strong { max-width: 65%; font-size: 11px; line-height: 1.35; text-align: right; overflow-wrap: anywhere; }
.report-field > strong > b { padding: 4px 8px; border-radius: 999px; font-size: 9px; }
.report-field .value-good > b { border: 1px solid #9ae5bd; color: #087b3d; background: #dcfbea; }
.report-field .value-bad > b { border: 1px solid #f3b2b2; color: #c91e25; background: #fff1f1; }
.report-field .value-neutral > b { border: 1px solid #d8dee5; color: #475569; background: #f1f5f9; }
.report-table-wrap { overflow-x: auto; }
.report-table { min-width: 620px; border-collapse: collapse; }
.report-table th { padding: 8px; border: 1px solid #d9e0e7; color: #344054; background: #f3f5f7; font-size: 9px; text-transform: none; }
.report-table td { padding: 8px; border: 1px solid #d9e0e7; color: #344054; font-size: 10px; }
.report-table th:last-child, .report-table td:last-child { color: inherit; text-align: left; }
.report-match-summary { margin-bottom: 10px; padding: 16px; border-radius: 8px; color: #fff; background: var(--brand-red); }
.report-match-summary strong, .report-match-summary span { display: block; }
.report-match-summary strong { font-size: 15px; text-transform: uppercase; }
.report-match-summary span { margin-top: 5px; font-size: 9px; }
.report-matches { display: grid; gap: 10px; }
.report-matches article { overflow: hidden; border: 1px solid var(--border); border-radius: 8px; }
.report-matches article > header { min-height: 40px; padding: 7px 10px; border-bottom: 1px solid var(--border); background: #f3f5f7; display: flex; align-items: center; gap: 8px; }
.report-matches article > header > span { width: 20px; height: 20px; border-radius: 50%; color: #fff; background: var(--navy-primary); display: grid; place-items: center; font-size: 9px; }
.report-matches article > header > strong { font-size: 10px; }
.report-matches article > header > b { margin-left: auto; padding: 4px 7px; border-radius: 6px; color: #fff; background: var(--brand-red); font-size: 7px; }
.report-matches .report-field-grid { padding: 5px 10px 10px; }
.report-footer { margin-top: 25px; padding-top: 12px; border-top: 1px solid #cfd6dd; color: #98a2b3; font-size: 9px; line-height: 1.6; }
.report-footer strong { display: block; margin-bottom: 7px; color: #667085; font-size: 12px; font-weight: 500; }
body.modal-open { overflow: hidden; }

/* Settings */
.settings-page { width: min(896px, calc(100% - 32px)); margin: 0 auto; padding: 34px 0 70px; }
.settings-heading h1 { font-size: 24px; font-weight: 700; letter-spacing: -.03em; }
.settings-heading p { margin: 7px 0 18px; color: #667085; }
.settings-tabs { margin-bottom: 24px; overflow-x: auto; border-bottom: 1px solid #dfe3e8; display: flex; scrollbar-width: none; }
.settings-tabs button { height: 43px; padding: 0 16px; flex: 0 0 auto; border: 0; border-bottom: 2px solid transparent; color: #667085; background: none; display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 500; cursor: pointer; }
.settings-tabs button.active { border-color: #16a34a; color: #16a34a; }
.settings-tabs svg { width: 16px; }
.settings-panel { display: none; }
.settings-panel.active { display: grid; gap: 24px; }
.settings-card { padding: 24px; border: 1px solid #e4e7ec; border-radius: 12px; background: #fff; box-shadow: 0 1px 2px rgba(16,24,40,.04); }
.settings-card-heading { margin-bottom: 24px; display: flex; align-items: center; gap: 12px; }
.settings-card-heading h2, .settings-empty h2 { margin: 0; font-size: 18px; font-weight: 600; letter-spacing: -.02em; }
.settings-card-heading p, .settings-empty p { margin: 4px 0 0; color: #667085; font-size: 13px; }
.settings-icon { width: 40px; height: 40px; flex: 0 0 40px; border-radius: 50%; display: grid; place-items: center; }
.settings-icon svg { width: 20px; }
.settings-icon.green { color: #16a34a; background: #dcfce7; }
.settings-icon.blue { color: #2563eb; background: #dbeafe; }
.settings-icon.neutral { color: #64748b; background: #f1f5f9; }
.settings-icon.red { color: #dc2626; background: #fee2e2; }
.settings-form { display: grid; gap: 16px; }
.settings-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.settings-grid label, .settings-field { min-width: 0; display: flex; flex-direction: column; gap: 7px; color: #344054; font-size: 13px; font-weight: 500; }
.settings-grid label > span, .settings-field > span { display: flex; align-items: center; gap: 7px; }
.settings-grid label > span svg, .settings-field > span svg { width: 15px; color: #98a2b3; }
.settings-grid .span-two { grid-column: 1 / -1; }
.settings-form input, .settings-form textarea { width: 100%; min-height: 42px; padding: 10px 12px; border: 1px solid #d0d5dd; border-radius: 5px; color: #101828; background: #fff; font-size: 13px; resize: vertical; }
.settings-form input:disabled { color: #667085; background: #f8fafc; cursor: not-allowed; }
.settings-form small, .settings-field small { color: #667085; font-size: 11px; font-weight: 400; }
.settings-save, .delete-button, .outline-button { min-height: 40px; width: fit-content; padding: 0 17px; border: 0; border-radius: 7px; color: #fff; background: #16a34a; font-size: 13px; font-weight: 600; cursor: pointer; }
.settings-save:hover { background: #15803d; }
.settings-save.disabled { opacity: .5; }
.settings-password { position: relative; }
.settings-password input { padding-right: 42px; }
.settings-password button { position: absolute; top: 1px; right: 1px; width: 40px; height: 40px; border: 0; color: #98a2b3; background: transparent; display: grid; place-items: center; }
.settings-password svg { width: 16px; }
.account-info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.account-info-grid > div { min-height: 68px; padding: 12px; border-radius: 4px; background: #f7f8fa; }
.account-info-grid span, .account-info-grid strong { display: block; }
.account-info-grid span { color: #667085; font-size: 12px; }
.account-info-grid strong { margin-top: 6px; font-size: 13px; font-weight: 500; }
.account-info-grid .active-status { display: flex; align-items: center; gap: 8px; }
.active-status i { width: 8px; height: 8px; border-radius: 50%; background: #22c55e; }
.account-info-grid .mono { font-family: monospace; }
.danger-card { border-color: #fecaca; }
.danger-card .settings-card-heading h2 { color: #b91c1c; }
.danger-notice { margin-bottom: 18px; padding: 16px; border: 1px solid #fecaca; border-radius: 8px; color: #991b1b; background: rgba(254,242,242,.7); font-size: 13px; line-height: 1.65; }
.danger-card .settings-form input:focus { border-color: #ef4444; box-shadow: 0 0 0 3px rgba(239,68,68,.12); }
.delete-button { background: #ef8d8d; }
.settings-empty { padding-block: 42px; text-align: center; display: flex; flex-direction: column; align-items: center; }
.settings-empty .large { width: 52px; height: 52px; margin-bottom: 15px; }
.settings-empty > p { max-width: 480px; margin: 8px auto 20px; line-height: 1.55; }
.billing-card { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.billing-card .settings-card-heading { margin: 0; }
.status-pill { margin-left: 7px; padding: 4px 9px; border-radius: 20px; color: #475569; background: #f1f5f9; font-size: 10px; }
.outline-button { border: 1px solid #d0d5dd; color: #344054; background: #fff; display: inline-flex; align-items: center; gap: 8px; }
.outline-button svg { width: 15px; }
.policy-check { max-width: 600px; margin: 8px auto 18px; padding: 16px; border: 1px solid #bbf7d0; border-radius: 8px; background: #f0fdf4; display: flex; gap: 10px; text-align: left; }
.policy-check input { width: 16px; height: 16px; margin-top: 2px; }
.policy-check strong, .policy-check small { display: block; }
.policy-check strong { font-size: 12px; }
.policy-check small { margin-top: 5px; color: #667085; font-size: 10px; line-height: 1.5; }
.invoice-pills { margin-bottom: 22px; padding-bottom: 16px; border-bottom: 1px solid #e4e7ec; display: flex; flex-wrap: wrap; gap: 8px; }
.invoice-pills button { height: 32px; padding: 0 12px; border: 1px solid #e4e7ec; border-radius: 20px; color: #667085; background: #fff; font-size: 12px; }
.invoice-pills button.active { border-color: #16a34a; color: #fff; background: #16a34a; }
.invoice-pills b { margin-left: 5px; }
.settings-empty.compact { padding: 30px; }
.settings-empty.compact > svg { width: 42px; height: 42px; margin-bottom: 12px; color: #cbd5e1; }

/* Shared pages for the remaining service and account menu destinations */
.menu-page { width: min(1080px, calc(100% - 40px)); margin: 0 auto; padding: 28px 0 70px; }
.menu-page-heading { margin: 8px 0 28px; display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; }
.menu-page-heading h1 { margin-top: 9px; font-size: 32px; }
.menu-page-heading p { max-width: 760px; margin: 10px 0 0; color: var(--text-muted); font-size: 14px; line-height: 1.6; }
.menu-page-kicker, .content-eyebrow { width: fit-content; padding: 5px 9px; border-radius: 999px; color: var(--brand-teal-dark); background: var(--status-verified); display: inline-flex; font-size: 10px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.menu-service-card, .menu-content-card { padding: 28px; border: 1px solid var(--border); border-radius: 18px; background: #fff; box-shadow: 0 12px 38px rgba(7,25,47,.05); }
.menu-service-summary { margin-bottom: 24px; padding-bottom: 20px; border-bottom: 1px solid var(--border); display: flex; align-items: center; gap: 12px; }
.menu-service-summary > div { min-width: 0; }
.menu-service-summary h2 { margin: 0; font-size: 17px; }
.menu-service-summary p { margin: 4px 0 0; color: var(--text-muted); font-size: 11px; }
.menu-service-summary > strong { margin-left: auto; padding: 7px 11px; border-radius: 999px; color: var(--navy-primary); background: var(--brand-teal); display: inline-flex; align-items: center; gap: 6px; font-size: 11px; white-space: nowrap; }
.menu-service-summary > strong svg { width: 14px; }
.menu-service-icon { width: 46px; height: 46px; flex: 0 0 46px; border-radius: 13px; color: var(--brand-teal-dark); background: var(--status-verified); display: grid; place-items: center; }
.menu-service-icon svg { width: 22px; height: 22px; }
.menu-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.menu-form-grid label { min-width: 0; display: grid; gap: 8px; color: var(--text-primary); font-size: 12px; font-weight: 600; }
.menu-form-grid label > span { display: flex; justify-content: space-between; }
.menu-form-grid label small { color: var(--text-muted); font-size: 9px; font-weight: 500; text-transform: uppercase; }
.menu-form-grid input, .menu-form-grid select, .menu-form-grid textarea { width: 100%; }
.menu-form-grid input[type="file"] { height: auto; min-height: 90px; padding: 31px 14px; border-style: dashed; background: #f8fafc; }
.menu-field-full { grid-column: 1 / -1; }
.batch-guide { margin-top: 18px; padding: 13px 15px; border: 1px solid var(--border); border-radius: 10px; color: var(--text-muted); background: var(--app-background); display: flex; align-items: flex-start; gap: 9px; font-size: 11px; line-height: 1.55; }
.batch-guide svg { width: 16px; flex: 0 0 16px; color: var(--brand-teal-dark); }
.menu-attestation { margin-top: 20px; }
.menu-form-status { margin-top: 20px; padding: 15px; border: 1px solid #afeae3; border-radius: 11px; color: var(--brand-teal-dark); background: var(--status-verified); display: flex; align-items: flex-start; gap: 10px; }
.menu-form-status[hidden] { display: none; }
.menu-form-status svg { width: 19px; flex: 0 0 19px; }
.menu-form-status strong, .menu-form-status span { display: block; }
.menu-form-status span { margin-top: 3px; color: var(--text-muted); font-size: 10px; }
.metric-grid { margin-bottom: 18px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.metric-grid article { min-height: 118px; padding: 19px; border: 1px solid var(--border); border-radius: 15px; background: #fff; }
.metric-grid span, .metric-grid small { display: block; color: var(--text-muted); }
.metric-grid span { font-size: 11px; font-weight: 600; }
.metric-grid strong { display: block; margin: 12px 0 6px; font-size: 25px; }
.metric-grid small { font-size: 9px; }
.content-card-heading { margin-bottom: 20px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.content-card-heading h2 { margin: 0; font-size: 17px; }
.content-card-heading p { margin: 5px 0 0; color: var(--text-muted); font-size: 11px; }
.content-card-heading button, .resource-grid button, .training-hero > button { min-height: 36px; padding: 0 13px; border: 1px solid var(--border); border-radius: 9px; color: var(--brand-teal-dark); background: #fff; font-size: 11px; font-weight: 700; cursor: pointer; }
.empty-chart { min-height: 270px; border: 1px dashed var(--border); border-radius: 13px; color: var(--text-muted); background: #f8fafc; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.empty-chart svg { width: 36px; height: 36px; margin-bottom: 12px; color: #9bb0bd; }
.empty-chart strong { color: var(--text-primary); font-size: 13px; }
.empty-chart span { margin-top: 5px; font-size: 10px; }
.docs-layout { display: grid; grid-template-columns: 190px 1fr; gap: 18px; align-items: start; }
.docs-layout > nav { position: sticky; top: 80px; padding: 17px; border: 1px solid var(--border); border-radius: 13px; background: #fff; display: grid; gap: 4px; }
.docs-layout > nav strong { margin-bottom: 7px; font-size: 11px; }
.docs-layout > nav a { padding: 8px; border-radius: 7px; color: var(--text-muted); font-size: 11px; text-decoration: none; }
.docs-layout > nav a:hover { color: var(--brand-teal-dark); background: var(--status-verified); }
.docs-content h2 { margin: 25px 0 8px; font-size: 18px; }
.docs-content .content-eyebrow + h2 { margin-top: 18px; }
.docs-content p { color: var(--text-muted); line-height: 1.65; }
.docs-content pre { overflow-x: auto; margin: 13px 0; padding: 17px; border-radius: 11px; color: #d7f9f5; background: var(--navy-primary); font-size: 11px; line-height: 1.7; }
.credit-page { width: min(760px, calc(100% - 40px)); }
.credit-page .menu-page-heading, .tier-page .menu-page-heading { display: none; }
.credit-tabs { width: fit-content; margin: 8px 0 18px; padding: 4px; border: 1px solid var(--border); border-radius: 12px; background: #fff; display: flex; gap: 3px; box-shadow: 0 2px 5px rgba(7,25,47,.04); }
.credit-tabs button { min-height: 40px; padding: 0 17px; border: 0; border-radius: 9px; color: var(--text-muted); background: transparent; display: inline-flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 700; cursor: pointer; }
.credit-tabs button svg { width: 15px; }
.credit-tabs button.active { color: var(--navy-primary); background: var(--brand-teal); }
.credit-panel { display: none; overflow: hidden; border: 1px solid var(--border); border-radius: 16px; background: #fff; box-shadow: 0 14px 36px rgba(7,25,47,.07); }
.credit-panel.active { display: block; }
.credit-panel-heading { padding: 25px 28px 21px; border-bottom: 1px solid var(--border); display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.credit-panel-heading h2, .auto-topup-heading h2 { margin: 0; font-size: 24px; letter-spacing: -.035em; }
.credit-panel-heading p { max-width: 440px; margin: 8px 0 0; color: var(--text-muted); font-size: 12px; line-height: 1.55; }
.credit-panel-heading > button { min-height: 34px; padding: 0 12px; border: 1px solid #9ae5d9; border-radius: 999px; color: var(--brand-teal-dark); background: var(--status-verified); display: inline-flex; align-items: center; gap: 6px; font-size: 10px; font-weight: 700; white-space: nowrap; cursor: pointer; }
.credit-panel-heading > button svg { width: 13px; }
.credit-purchase-form, .auto-topup-form { padding: 27px 28px 25px; }
.credit-package-field { display: grid; gap: 9px; color: var(--text-primary); font-size: 12px; font-weight: 700; }
.credit-package-field select { width: 100%; font-weight: 600; }
.credit-package-field small { color: var(--brand-teal-dark); font-size: 9px; font-weight: 600; }
.credit-package-field small svg { width: 12px; vertical-align: -3px; }
.credit-total { min-height: 100px; margin-top: 20px; padding: 21px; border: 1px solid var(--border); border-radius: 11px; background: #f8fafc; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.credit-total span, .credit-total small { display: block; }
.credit-total > div > span { font-size: 12px; font-weight: 700; }
.credit-total > div > small { margin-top: 8px; color: var(--text-muted); font-size: 10px; }
.credit-total > strong { font-size: 31px; letter-spacing: -.035em; }
.credit-total > strong > span { display: inline; }
.credit-total > strong small { display: inline; color: var(--text-muted); font-size: 9px; font-weight: 500; letter-spacing: 0; }
.credit-consent { margin: 25px 0 19px; display: flex; align-items: center; gap: 10px; font-size: 11px; cursor: pointer; }
.credit-consent input, .auto-topup-consent input { width: 17px; height: 17px; flex: 0 0 17px; margin: 0; accent-color: var(--brand-teal-dark); }
.credit-consent a { color: var(--brand-blue); font-weight: 600; text-decoration: none; }
.credit-checkout, .verify-card-button { width: 100%; min-height: 44px; border: 0; border-radius: 9px; color: var(--navy-primary); background: var(--brand-teal); font-size: 12px; font-weight: 700; cursor: pointer; }
.credit-checkout:disabled, .verify-card-button:disabled { opacity: .48; cursor: not-allowed; }
.credit-security { margin: 18px 0; color: var(--text-muted); font-size: 9px; text-align: center; }
.credit-security svg { width: 12px; color: var(--brand-teal-dark); vertical-align: -3px; }
.payment-methods { min-height: 65px; padding: 16px 8px; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); display: flex; align-items: center; justify-content: space-around; flex-wrap: wrap; gap: 13px; }
.payment-methods span { color: #475569; font-size: 10px; font-weight: 800; }
.checkout-status { margin-top: 18px; padding: 13px; border: 1px solid #9ae5d9; border-radius: 9px; color: var(--brand-teal-dark); background: var(--status-verified); display: flex; align-items: center; gap: 8px; font-size: 10px; }
.checkout-status[hidden] { display: none; }
.checkout-status svg { width: 16px; }
.auto-topup-heading { padding: 24px 28px 0; display: flex; align-items: center; gap: 12px; }
.auto-topup-heading > span { width: 42px; height: 42px; flex: 0 0 42px; border-radius: 50%; color: var(--brand-teal-dark); background: var(--status-verified); display: grid; place-items: center; }
.auto-topup-heading p { margin: 5px 0 0; color: var(--text-muted); font-size: 11px; }
.auto-topup-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.auto-topup-grid > label { min-width: 0; display: grid; align-content: start; gap: 8px; color: var(--text-primary); font-size: 11px; font-weight: 700; }
.auto-topup-grid > label:nth-child(3) { grid-column: 1; }
.auto-topup-grid label > small { color: var(--text-muted); font-size: 9px; font-weight: 400; line-height: 1.5; }
.suffixed-input, .prefixed-input { position: relative; }
.suffixed-input input, .prefixed-input input, .auto-topup-grid select { width: 100%; }
.suffixed-input input { padding-right: 58px; }
.suffixed-input span { position: absolute; top: 15px; right: 12px; color: var(--text-muted); font-size: 10px; font-weight: 500; }
.prefixed-input input { padding-left: 31px; }
.prefixed-input span { position: absolute; top: 15px; left: 12px; color: var(--text-muted); font-size: 10px; font-weight: 500; }
.auto-topup-consent { margin: 22px 0 18px; padding: 15px; border: 1px solid #9ae5d9; border-radius: 9px; background: var(--status-verified); display: flex; align-items: flex-start; gap: 10px; font-size: 10px; line-height: 1.65; cursor: pointer; }
.auto-topup-consent input { margin-top: 1px; }
.verify-card-button { width: fit-content; padding: 0 16px; display: inline-flex; align-items: center; gap: 7px; }
.verify-card-button svg { width: 15px; }
.paystack-note { width: fit-content; margin-top: 19px; padding: 12px 14px; border: 1px solid #8bdcf5; border-radius: 9px; background: #f0faff; display: flex; align-items: center; gap: 10px; }
.paystack-note > svg { width: 27px; height: 27px; color: var(--navy-primary); }
.paystack-note strong, .paystack-note span { display: block; }
.paystack-note strong { font-size: 11px; }
.paystack-note span { margin-top: 3px; color: var(--text-muted); font-size: 8px; }
.auto-topup-note { margin: 13px 0 0; color: var(--text-muted); font-size: 9px; line-height: 1.55; }
.usage-tier-overview { padding: 28px; }
.usage-tier-heading { display: flex; align-items: flex-start; gap: 13px; }
.usage-tier-heading > span { width: 42px; height: 42px; flex: 0 0 42px; border-radius: 11px; color: var(--brand-teal-dark); background: var(--status-verified); display: grid; place-items: center; }
.usage-tier-heading h2 { margin: 3px 0 0; font-size: 22px; letter-spacing: -.035em; }
.usage-tier-heading p { max-width: 660px; margin: 17px 0 0; color: var(--text-muted); font-size: 13px; line-height: 1.65; }
.tier-progress-card { margin-top: 26px; padding: 22px; border: 1px solid var(--border); border-radius: 12px; background: #f8fafc; }
.tier-progress-summary { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; }
.tier-progress-summary > div:first-child { display: grid; grid-template-columns: auto auto; align-items: center; justify-content: start; gap: 5px 12px; }
.tier-progress-summary span { color: var(--text-muted); font-size: 10px; }
.tier-progress-summary button { padding: 0; border: 0; color: var(--brand-teal-dark); background: none; display: inline-flex; align-items: center; gap: 4px; font-size: 9px; font-weight: 700; cursor: pointer; }
.tier-progress-summary button svg { width: 11px; }
.tier-progress-summary strong { grid-column: 1 / -1; font-size: 29px; }
.tier-progress-summary strong small { color: var(--text-muted); font-size: 15px; font-weight: 600; }
.tier-progress-summary > div:last-child { text-align: right; }
.tier-progress-summary > div:last-child span, .tier-progress-summary > div:last-child b { display: block; }
.tier-progress-summary > div:last-child b { margin-top: 5px; padding: 5px 10px; border-radius: 999px; color: var(--brand-teal-dark); background: var(--status-verified); font-size: 10px; }
.tier-progress-label { margin-top: 28px; display: flex; justify-content: space-between; color: var(--text-muted); font-size: 10px; }
.tier-progress-label strong { color: var(--text-primary); }
.tier-progress-track { height: 9px; margin-top: 9px; overflow: hidden; border-radius: 999px; background: #e4e9ee; }
.tier-progress-track i { display: block; width: 0; height: 100%; background: var(--brand-teal); }
.tier-progress-card > p { margin: 10px 0 0; color: var(--text-primary); font-size: 10px; }
.tier-progress-card > p b { color: var(--brand-teal-dark); }
.buy-credits-now { min-height: 43px; margin-top: 24px; padding: 0 20px; border: 0; border-radius: 10px; color: var(--navy-primary); background: var(--brand-teal); display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 700; box-shadow: 0 8px 20px rgba(33,214,195,.16); cursor: pointer; }
.buy-credits-now svg { width: 14px; }
.published-tiers { margin-top: 30px; }
.published-tiers > h2 { margin: 0 0 17px; font-size: 19px; letter-spacing: -.025em; }
.pricing-tiers-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; align-items: start; }
.pricing-tier-card { position: relative; min-height: 344px; padding: 22px; border: 1px solid var(--border); border-radius: 14px; background: #fff; }
.pricing-tier-card.active { border: 2px solid var(--brand-teal-dark); padding: 21px; }
.active-tier-badge { position: absolute; top: -11px; left: 50%; padding: 5px 11px; border-radius: 999px; color: var(--navy-primary); background: var(--brand-teal); display: inline-flex; align-items: center; gap: 5px; font-size: 9px; white-space: nowrap; transform: translateX(-50%); }
.active-tier-badge svg { width: 11px; }
.tier-card-icon { width: 43px; height: 43px; border-radius: 11px; display: grid; place-items: center; }
.tier-card-icon svg { width: 21px; }
.tier-card-icon.starter { color: var(--text-muted); background: #f1f4f7; }
.tier-card-icon.growth { color: #5f7d00; background: #f1f9df; }
.tier-card-icon.pro { color: var(--brand-teal-dark); background: var(--status-verified); }
.tier-card-icon.business { color: #8a6200; background: var(--status-pending); }
.pricing-tier-card h3 { margin: 17px 0 6px; font-size: 16px; }
.pricing-tier-card > p { margin: 0; color: var(--text-muted); font-size: 11px; }
.tier-price { min-height: 84px; margin-top: 24px; padding-top: 17px; border-top: 1px solid var(--border); }
.tier-price strong { font-size: 24px; letter-spacing: -.035em; }
.tier-price > span { color: var(--text-muted); font-size: 10px; }
.tier-price > b { width: fit-content; margin-top: 7px; padding: 3px 6px; color: var(--brand-teal-dark); background: var(--status-verified); display: block; font-size: 8px; text-transform: uppercase; }
.pricing-tier-card.active .tier-price > b { color: var(--text-muted); background: #f1f4f7; text-transform: none; }
.tier-example { padding-top: 16px; border-top: 1px solid var(--border); }
.tier-example > span { color: #91a0b3; font-size: 7px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.tier-example > div { min-height: 39px; margin-top: 9px; padding: 10px; border: 1px solid #edf0f3; border-radius: 8px; background: #fafbfc; display: flex; align-items: center; justify-content: space-between; gap: 9px; font-size: 9px; }
.tier-example strong { font-size: 11px; }
.tier-example del { margin-left: 4px; color: #9aa7b5; font-size: 8px; font-weight: 500; }
.tier-info-panel { margin-top: 18px; padding: 17px; border: 1px solid #9ae5d9; border-radius: 12px; color: var(--brand-teal-dark); background: var(--status-verified); display: flex; align-items: flex-start; gap: 11px; }
.tier-info-panel > svg { width: 18px; flex: 0 0 18px; }
.tier-info-panel h2 { margin: 0; color: var(--text-primary); font-size: 13px; }
.tier-info-panel p { margin: 5px 0 0; color: var(--text-muted); font-size: 10px; line-height: 1.6; }
.tier-head { min-height: 45px; color: var(--text-muted); font-size: 9px; font-weight: 700; text-transform: uppercase; }
.resource-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.resource-grid article { padding: 23px; border: 1px solid var(--border); border-radius: 15px; background: #fff; }
.resource-grid article > svg { width: 24px; height: 24px; color: var(--brand-teal-dark); }
.resource-grid h2 { margin: 15px 0 7px; font-size: 16px; }
.resource-grid p { min-height: 37px; margin: 0 0 17px; color: var(--text-muted); font-size: 11px; line-height: 1.6; }
.training-hero { display: grid; grid-template-columns: 52px 1fr auto; align-items: center; gap: 18px; }
.training-hero h2 { margin: 10px 0 7px; font-size: 20px; }
.training-hero p { max-width: 620px; margin: 0; color: var(--text-muted); font-size: 11px; line-height: 1.6; }
.training-meta { margin-top: 14px; display: flex; flex-wrap: wrap; gap: 7px; }
.training-meta span { padding: 5px 8px; border-radius: 999px; color: var(--brand-teal-dark); background: var(--status-verified); font-size: 9px; }
.training-hero > button { color: var(--navy-primary); background: var(--brand-teal); }
.module-list { margin-top: 17px; display: grid; gap: 10px; }
.module-list article { min-height: 78px; padding: 14px 18px; border: 1px solid var(--border); border-radius: 13px; background: #fff; display: grid; grid-template-columns: 40px 1fr auto; align-items: center; gap: 13px; }
.module-list article > b { color: var(--brand-teal-dark); font-size: 12px; }
.module-list h3 { margin: 0; font-size: 13px; }
.module-list p { margin: 4px 0 0; color: var(--text-muted); font-size: 10px; }
.module-list article > span { color: var(--text-muted); font-size: 9px; }
.responsive-table { overflow-x: auto; }
.responsive-table .empty-cell { height: 130px; color: var(--text-muted); text-align: center; }
.help-search { height: 52px; margin-bottom: 17px; padding: 0 16px; border: 1px solid var(--border); border-radius: 13px; background: #fff; display: flex; align-items: center; gap: 10px; }
.help-search svg { color: var(--brand-teal-dark); }
.help-search input { width: 100%; border: 0; box-shadow: none; }
.help-grid { grid-template-columns: repeat(3, 1fr); }
.support-banner { margin-top: 17px; padding: 22px 25px; border-radius: 15px; color: #fff; background: var(--navy-primary); display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.support-banner h2 { margin: 0; font-size: 17px; }
.support-banner p { margin: 5px 0 0; color: #afc1d1; font-size: 10px; }
.support-banner a { padding: 10px 14px; border-radius: 9px; color: var(--navy-primary); background: var(--brand-teal); font-size: 11px; font-weight: 700; text-decoration: none; white-space: nowrap; }

/* Admin workspace */
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.admin-page { width: min(1220px, calc(100% - 40px)); margin: 0 auto; padding: 42px 0 64px; }
.admin-page.narrow { width: min(820px, calc(100% - 40px)); }
.admin-heading { margin-bottom: 24px; display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; }
.admin-heading h1 { margin: 5px 0 7px; font-size: 30px; letter-spacing: -.035em; }
.admin-heading p { margin: 0; color: var(--text-muted); font-size: 12px; line-height: 1.55; }
.admin-eyebrow { color: var(--brand-teal-dark); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.admin-actions, .admin-form-actions { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.admin-button { min-height: 42px; padding: 0 16px; border: 0; border-radius: 9px; color: var(--navy-primary); background: var(--brand-teal); display: inline-flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 750; text-decoration: none; cursor: pointer; }
.admin-button.secondary { border: 1px solid var(--border); background: #fff; }
.admin-button:disabled { opacity: .5; cursor: not-allowed; }
.admin-back { color: var(--brand-teal-dark); font-size: 11px; font-weight: 700; text-decoration: none; }
.admin-metrics { margin-bottom: 18px; display: grid; grid-template-columns: repeat(6, minmax(0,1fr)); gap: 12px; }
.admin-metrics article { min-height: 110px; padding: 18px; border: 1px solid var(--border); border-radius: 14px; background: #fff; box-shadow: 0 8px 26px rgba(7,25,47,.04); }
.admin-metrics span, .admin-metrics small { display: block; color: var(--text-muted); font-size: 10px; }
.admin-metrics strong { display: inline-block; margin: 14px 4px 0 0; font-size: 24px; }
.admin-metrics small { display: inline; }
.admin-grid { display: grid; gap: 18px; }
.admin-grid.two { grid-template-columns: repeat(2, minmax(0,1fr)); }
.admin-card { overflow: hidden; border: 1px solid var(--border); border-radius: 15px; background: #fff; box-shadow: 0 10px 30px rgba(7,25,47,.045); }
.admin-card-head { padding: 20px 22px; border-bottom: 1px solid var(--border); display: flex; justify-content: space-between; align-items: center; gap: 15px; }
.admin-card-head h2 { margin: 0; font-size: 16px; }
.admin-card-head p { margin: 5px 0 0; color: var(--text-muted); font-size: 10px; }
.admin-card-head a { color: var(--brand-teal-dark); font-size: 10px; font-weight: 700; text-decoration: none; }
.admin-table-wrap { overflow-x: auto; }
.admin-table-wrap table { width: 100%; border-collapse: collapse; font-size: 11px; }
.admin-table-wrap th { padding: 11px 16px; color: var(--text-muted); background: #f8fafc; font-size: 9px; text-align: left; text-transform: uppercase; letter-spacing: .04em; }
.admin-table-wrap td { padding: 13px 16px; border-top: 1px solid var(--border); vertical-align: middle; }
.admin-table-wrap td strong, .admin-table-wrap td small { display: block; }
.admin-table-wrap td small { margin-top: 3px; color: var(--text-muted); font-size: 9px; }
.admin-table-wrap .numeric { text-align: right; font-variant-numeric: tabular-nums; white-space: nowrap; }
.admin-table-wrap .positive { color: #087f5b; font-weight: 700; }
.admin-table-wrap .negative { color: #b42318; font-weight: 700; }
.admin-badge { padding: 4px 8px; border-radius: 999px; font-size: 9px; font-weight: 700; text-transform: capitalize; white-space: nowrap; }
.admin-badge.good { color: #087f5b; background: #e7f8f1; }
.admin-badge.warning { color: #9a6700; background: #fff4ce; }
.admin-badge.muted { color: #667085; background: #f1f3f5; }
.admin-empty { padding: 35px !important; color: var(--text-muted); text-align: center !important; }
.actions { display: flex; align-items: center; justify-content: flex-end; gap: 8px; white-space: nowrap; }
.actions form { margin: 0; }
.actions a, .actions button { padding: 0; border: 0; color: var(--brand-teal-dark); background: none; font: inherit; font-weight: 700; text-decoration: none; cursor: pointer; }
.actions .danger { color: #b42318; }
.admin-activity { margin: 0; padding: 5px 22px; list-style: none; }
.admin-activity li { min-height: 53px; border-bottom: 1px solid var(--border); display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.admin-activity li:last-child { border-bottom: 0; }
.admin-activity strong, .admin-activity span { display: block; font-size: 10px; }
.admin-activity span, .admin-activity time { margin-top: 3px; color: var(--text-muted); font-size: 9px; }
.admin-filter { margin-bottom: 15px; padding: 12px; border: 1px solid var(--border); border-radius: 12px; background: #fff; display: flex; gap: 8px; }
.admin-filter input { min-width: 200px; flex: 1; }
.admin-filter select { min-width: 150px; }
.admin-filter button { padding: 0 18px; border: 0; border-radius: 8px; color: var(--navy-primary); background: var(--brand-teal); font-size: 11px; font-weight: 700; }
.admin-form { padding-bottom: 22px; }
.admin-form > form, form.admin-form { padding: 24px; }
.admin-card.admin-form > .admin-card-head + form { padding: 22px; }
.admin-form-grid { margin-bottom: 22px; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.admin-form-grid.one { grid-template-columns: 1fr; }
.admin-form-grid label { display: grid; gap: 8px; color: var(--text-primary); font-size: 11px; font-weight: 700; }
.admin-form-grid label.full { grid-column: 1 / -1; }
.admin-form-grid label small { color: #b42318; font-size: 9px; line-height: 1.45; }
.admin-form-grid input, .admin-form-grid select, .admin-form-grid textarea { width: 100%; }
.admin-form-grid textarea { padding: 12px; border: 1px solid var(--border); border-radius: 9px; resize: vertical; font: inherit; }
.admin-form-actions > a { color: var(--text-muted); font-size: 11px; text-decoration: none; }
.admin-ledger { margin-top: 18px; }
.admin-pagination { padding: 13px 18px; border-top: 1px solid var(--border); }
.admin-pagination nav > div:first-child { display: none; }
.admin-pagination nav > div:last-child { display: flex; justify-content: space-between; align-items: center; gap: 12px; color: var(--text-muted); font-size: 10px; }
.admin-pagination nav span, .admin-pagination nav a { display: inline-flex; }

@media (max-width: 1180px) {
  .admin-metrics { grid-template-columns: repeat(3, minmax(0,1fr)); }
}
@media (max-width: 820px) {
  .admin-grid.two { grid-template-columns: 1fr; }
  .admin-heading { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 620px) {
  .admin-page, .admin-page.narrow { width: calc(100% - 24px); padding-top: 24px; }
  .admin-metrics { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .admin-form-grid { grid-template-columns: 1fr; }
  .admin-form-grid label.full { grid-column: auto; }
  .admin-filter { flex-direction: column; }
  .admin-filter input, .admin-filter select, .admin-filter button { width: 100%; min-height: 42px; }
  .admin-heading .admin-actions, .admin-heading .admin-button { width: 100%; }
}

@media (max-width: 1440px) {
  .services-grid { grid-template-columns: repeat(5, minmax(140px, 1fr)); }
}
@media (max-width: 1180px) {
  .services-grid { grid-template-columns: repeat(4, minmax(145px, 1fr)); }
}
@media (max-width: 1023px) {
  #dashboardView { padding: 55px 24px 0; }
  .app-footer { margin-inline: -24px; padding-inline: 24px; }
  .services-grid { grid-template-columns: repeat(3, minmax(150px, 1fr)); }
  .sidebar { transform: translateX(-100%); transition: transform .22s ease; }
  .sidebar.open { transform: translateX(0); }
  .sidebar-overlay { position: fixed; inset: 0; z-index: 29; background: rgba(15,23,42,.35); }
  .sidebar-overlay.open { display: block; }
  .topbar, .sidebar.collapsed ~ .topbar { left: 0; padding: 7px 12px; justify-content: space-between; }
  .menu-button { display: inline-flex; }
  .mobile-brand { position: absolute; left: 52px; height: 40px; color: #132219; display: flex; align-items: center; gap: 7px; text-decoration: none; }
  .mobile-brand .brand-mark { width: 27px; height: 27px; }
  .mobile-brand strong { display: none; font-size: 13px; }
  main, .sidebar.collapsed ~ main { margin-left: 0; padding-bottom: 68px; }
  .mobile-quickbar { position: fixed; inset: auto 0 0; z-index: 55; min-height: 68px; padding-bottom: env(safe-area-inset-bottom); border-top: 1px solid rgba(20,83,45,.13); background: #fff; box-shadow: 0 -10px 30px rgba(20,83,45,.1); display: flex; }
  .mobile-quick { min-width: 60px; flex: 1; padding: 7px 2px; border: 0; color: #3f4741; background: none; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; font-size: 10px; font-weight: 600; }
  .mobile-quick span { width: 40px; height: 32px; border-radius: 11px; display: grid; place-items: center; }
  .mobile-quick.active { color: #14532d; }
  .mobile-quick.active span { color: #fff; background: #16a34a; box-shadow: 0 5px 12px rgba(22,163,74,.24); }
  .heading-actions { margin-top: -35px; }
}
@media (max-width: 620px) {
  .favourite, .topbar-actions > .icon-button:nth-of-type(2) { display: none; }
  #dashboardView { padding: 34px 16px 0; }
  .page-heading { min-height: 210px; flex-direction: column; }
  .heading-actions { width: 100%; margin: 0; gap: 10px; }
  .heading-actions .sample-link { display: none; }
  h1 { font-size: 25px; }
  .filter-row { flex-wrap: wrap; }
  .search-box { width: calc(100% - 90px); }
  .category-button { width: calc(100% - 112px); margin-left: 0; }
  .services-grid { grid-template-columns: repeat(2, minmax(135px, 1fr)); column-gap: 10px; row-gap: 12px; }
  .service-card { height: 124px; }
  .activity-panel { padding: 14px 12px; overflow: hidden; }
  .table-wrap { overflow-x: auto; }
  table { min-width: 650px; }
  .form-page { padding: 28px 16px 50px; }
  .form-heading { align-items: flex-start; }
  .form-heading .sample-link { display: none; }
  .verification-form { padding: 20px 16px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid .full { grid-column: auto; }
  .cost-strip { align-items: flex-start; gap: 10px; flex-direction: column; }
  .app-footer { margin: 28px -16px 0; padding: 20px 16px 76px; align-items: flex-start; flex-direction: column; }
  .app-footer nav { justify-content: flex-start; gap: 12px 16px; }
  .reports-modal { padding: 0; }
  .reports-dialog { height: 100vh; border: 0; border-radius: 0; }
  .reports-header { min-height: 92px; padding: 18px 16px 12px; }
  .reports-header h2 { font-size: 22px; }
  .reports-header p { font-size: 12px; }
  .reports-tabs { margin: 0 16px 10px; }
  .report-stage { padding: 16px 10px 40px; }
  .report-paper { padding: 14px 12px; border-radius: 12px; }
  .report-title h3 { font-size: 15px; }
  .report-date { display: none; }
  .report-field-grid { grid-template-columns: 1fr; }
  .report-field > strong { max-width: 58%; }
  .report-photos figure { width: min(145px, 46%); }
  .report-metrics { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .report-metrics > div { min-height: 78px; padding: 11px; }
  .report-metrics strong { font-size: 18px; }
  .account-dropdown { position: fixed; top: 62px; right: 12px; width: min(256px, calc(100vw - 24px)); }
  .notification-dropdown { position: fixed; top: 62px; right: 12px; width: calc(100vw - 24px); }
  .settings-page { width: calc(100% - 24px); padding: 28px 0 36px; }
  .settings-heading h1 { font-size: 23px; }
  .settings-tabs { margin-inline: -12px; padding-inline: 4px; }
  .settings-tabs button { padding-inline: 13px; }
  .settings-card { padding: 18px 15px; }
  .settings-card-heading { margin-bottom: 20px; align-items: flex-start; }
  .settings-grid, .account-info-grid { grid-template-columns: 1fr; }
  .settings-grid .span-two { grid-column: auto; }
  .billing-card { align-items: flex-start; flex-direction: column; }
  .identity-page { width: calc(100% - 24px); padding-top: 20px; }
  .identity-topline { min-height: 48px; }
  .identity-credit { display: none; }
  .identity-heading { margin: 8px 0 22px; }
  .identity-heading h1 { font-size: 25px; }
  .identity-heading p { font-size: 13px; line-height: 1.55; }
  .identity-form { padding: 20px 16px; border-radius: 16px; }
  .identity-form-grid { grid-template-columns: 1fr; gap: 19px; }
  .purpose-row { align-items: flex-start; flex-direction: column; gap: 8px; }
  .identity-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .identity-verify, .identity-reset { width: 100%; min-width: 0; padding-inline: 12px; }
  .africa-heading { align-items: flex-start; flex-direction: column; }
  .africa-heading h1 { font-size: 25px; }
  .africa-heading .sample-link { align-self: flex-start; }
  .africa-country-tabs { margin-inline: -12px; padding-inline: 12px; }
  .africa-form-title { align-items: flex-start; flex-direction: column; }
  .returned-fields { grid-template-columns: 1fr; }
  .consent-actions { width: 100%; }
  .consent-actions > div { display: grid; grid-template-columns: 1fr 1fr; }
  .supplier-report-row { align-items: stretch; flex-direction: column; }
  .supplier-report-row > div { width: 100%; min-width: 0; }
  .supplier-report-row button { align-self: flex-start; }
  .supplier-fields { padding: 16px 13px; }
  .supplier-grid { grid-template-columns: 1fr; }
  .supplier-grid label.span-two { grid-column: auto; }
  .biometric-heading { align-items: flex-start; flex-direction: column; }
  .biometric-heading h1 { font-size: 25px; }
  .biometric-heading .sample-link { align-self: flex-start; }
  .biometric-summary { align-items: flex-start; flex-direction: column; }
  .upload-grid { grid-template-columns: 1fr; }
  .driver-page { width: calc(100% - 24px); padding-top: 20px; }
  .driver-heading h1 { font-size: 24px; }
  .driver-card-content { padding: 17px 13px; }
  .driver-option-heading { align-items: flex-start; flex-direction: column; }
  .driver-options { grid-template-columns: 1fr; }
  .driver-option { min-height: 66px; }
  .driver-selfie-panel { grid-template-columns: 44px 1fr; }
  .driver-selfie-panel > div:nth-of-type(2) { grid-column: 1 / -1; grid-template-columns: 1fr 1fr; }
  .driver-upload-area { grid-template-columns: 1fr; padding: 12px; }
  .licence-preview { min-height: 205px; }
  .driver-upload-status, .driver-upload-area > footer { grid-column: auto; }
  .menu-page { width: calc(100% - 24px); padding-top: 20px; }
  .menu-page-heading { align-items: flex-start; flex-direction: column; }
  .menu-page-heading h1 { font-size: 25px; }
  .menu-page-heading .sample-link { align-self: flex-start; }
  .menu-service-card, .menu-content-card { padding: 19px 15px; border-radius: 15px; }
  .menu-service-summary { align-items: flex-start; flex-wrap: wrap; }
  .menu-service-summary > strong { width: fit-content; margin: 4px 0 0 58px; }
  .menu-form-grid { grid-template-columns: 1fr; }
  .menu-field-full { grid-column: auto; }
  .metric-grid { grid-template-columns: 1fr 1fr; }
  .docs-layout { grid-template-columns: 1fr; }
  .docs-layout > nav { position: static; grid-template-columns: repeat(3, 1fr); }
  .docs-layout > nav strong { grid-column: 1 / -1; }
  .resource-grid, .help-grid { grid-template-columns: 1fr; }
  .credit-page { width: calc(100% - 24px); }
  .credit-tabs { width: 100%; }
  .credit-tabs button { flex: 1; padding-inline: 10px; }
  .credit-panel-heading { padding: 20px 17px; align-items: flex-start; flex-direction: column; }
  .credit-panel-heading h2, .auto-topup-heading h2 { font-size: 21px; }
  .credit-purchase-form, .auto-topup-form { padding: 20px 17px; }
  .credit-total { min-height: 88px; padding: 17px; }
  .credit-total > strong { font-size: 24px; }
  .auto-topup-heading { padding: 20px 17px 0; }
  .auto-topup-grid { grid-template-columns: 1fr; }
  .auto-topup-grid > label:nth-child(3) { grid-column: auto; }
  .verify-card-button, .paystack-note { width: 100%; }
  .paystack-note { justify-content: flex-start; }
  .usage-tier-overview { padding: 20px 16px; }
  .usage-tier-heading h2 { font-size: 19px; }
  .usage-tier-heading p { margin-top: 10px; font-size: 11px; }
  .tier-progress-card { padding: 16px; }
  .tier-progress-summary { align-items: flex-start; flex-direction: column; }
  .tier-progress-summary > div:last-child { text-align: left; }
  .buy-credits-now { width: 100%; justify-content: center; }
  .pricing-tiers-grid { grid-template-columns: 1fr; }
  .pricing-tier-card, .pricing-tier-card.active { min-height: 0; padding: 20px; }
  .training-hero { grid-template-columns: 48px 1fr; align-items: start; }
  .training-hero > button { grid-column: 1 / -1; width: 100%; }
  .module-list article { grid-template-columns: 30px 1fr; }
  .module-list article > span { grid-column: 2; }
  .support-banner { align-items: flex-start; flex-direction: column; }
  .report-search-panel { inset: 0; width: 100%; max-height: none; height: 100%; border: 0; border-radius: 0; }
  .report-search-header { padding: 17px 14px 12px; }
  .report-search-input { margin-inline: 14px; }
  .report-search-results { padding-inline: 10px; }
  .report-search-group > div { grid-template-columns: 1fr; }
}

/* Login */
.login-body { min-height: 100vh; background: #fff; }
.login-shell { width: min(960px, 100%); min-height: 100vh; margin: 0 auto; padding: 0; display: grid; grid-template-columns: 1fr 1fr; }
.login-intro { position: relative; overflow: hidden; padding: 56px 64px; color: #fff; background: linear-gradient(160deg, #161f2e 0%, #192634 58%, #103e31 125%); display: flex; align-items: center; border-radius: 0 22px 22px 0; }
.login-intro::after { content: ""; position: absolute; right: -170px; bottom: -190px; width: 420px; height: 420px; border-radius: 50%; background: rgba(12,169,87,.11); filter: blur(22px); }
.login-intro-content { position: relative; z-index: 1; width: 100%; }
.login-logo { width: 48px; height: 48px; margin-bottom: 36px; display: grid; place-items: center; }
.login-logo svg { width: 45px; height: 45px; fill: #fff; stroke: #fff; }
.login-intro h1 { color: #fff; font-size: 39px; line-height: 1.05; letter-spacing: -.045em; }
.login-intro h1 span { color: #42e58e; }
.login-intro > .login-intro-content > p { max-width: 380px; margin: 21px 0 34px; color: #d4d9e1; font-size: 14px; line-height: 1.7; }
.feature-panel { max-width: 380px; padding: 20px; border: 1px solid rgba(255,255,255,.1); border-radius: 13px; background: rgba(255,255,255,.015); }
.feature-label { color: #9ca8b7; font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.feature-panel ul { margin: 18px 0 0; padding: 0; list-style: none; display: grid; gap: 17px; }
.feature-panel li { display: flex; align-items: center; gap: 11px; color: #f1f4f6; font-size: 11px; }
.feature-panel li svg { width: 16px; height: 16px; color: #20db7b; filter: drop-shadow(0 0 6px rgba(32,219,123,.35)); }
.trust-pills { margin-top: 26px; display: flex; flex-wrap: wrap; gap: 8px; }
.trust-pills span { padding: 5px 11px; border: 1px solid rgba(255,255,255,.1); border-radius: 999px; color: #f2f4f7; background: rgba(255,255,255,.025); font-size: 9px; }

.login-workspace { position: relative; padding: 20px 46px; background: #f7f8fa; }
.home-link { position: absolute; top: 20px; left: 20px; height: 32px; padding: 0 14px; border: 1px solid #e0e4e9; border-radius: 18px; color: #445166; background: #fff; display: inline-flex; align-items: center; gap: 7px; text-decoration: none; font-size: 11px; box-shadow: 0 2px 5px rgba(16,24,40,.03); }
.home-link svg { width: 14px; }
.login-content { min-height: calc(100vh - 40px); display: flex; flex-direction: column; justify-content: center; }
.login-heading { margin: 0 32px 28px; }
.login-heading h2 { margin: 0; color: #111827; font-size: 25px; letter-spacing: -.035em; }
.login-heading p { margin: 8px 0 0; color: #667085; font-size: 10px; text-align: center; }
.login-heading a, .login-note a { color: #09934a; font-weight: 600; text-decoration: none; }
.mobile-login-logo { display: none; }
.login-card { padding: 26px 32px 28px; border: 1px solid #e5e7eb; border-radius: 14px; background: #fff; box-shadow: 0 12px 26px rgba(16,24,40,.10), 0 2px 4px rgba(16,24,40,.05); }
.google-button { width: 100%; height: 37px; border: 1px solid #cfd6df; border-radius: 8px; background: #fff; display: flex; align-items: center; justify-content: center; gap: 11px; font-size: 11px; font-weight: 600; cursor: pointer; }
.google-mark { font-size: 0; }
.google-mark::after { content: "G"; color: #4285f4; font-size: 16px; font-weight: 700; text-shadow: 5px 0 #34a853, -2px 4px #fbbc05, -2px -2px #ea4335; }
.login-divider { height: 54px; display: flex; align-items: center; gap: 12px; color: #98a2b3; font-size: 9px; text-transform: uppercase; }
.login-divider::before, .login-divider::after { content: ""; height: 1px; flex: 1; background: #e4e7ec; }
.login-divider span { white-space: nowrap; }
.login-field { margin-bottom: 18px; display: grid; gap: 7px; color: #344054; font-size: 11px; font-weight: 600; }
.login-field > span:first-child { display: flex; justify-content: space-between; }
.login-field a { color: #09934a; text-decoration: none; font-size: 9px; }
.login-field input { width: 100%; height: 37px; font-size: 11px; }
.password-control { position: relative; display: block; }
.password-control button { position: absolute; top: 1px; right: 1px; width: 38px; height: 35px; border: 0; color: #98a2b3; background: #fff; display: grid; place-items: center; cursor: pointer; }
.password-control button svg { width: 15px; }
.login-submit { width: 100%; height: 40px; margin-top: 4px; border-radius: 8px; color: #fff; background: #10a957; display: flex; align-items: center; justify-content: center; text-decoration: none; font-size: 11px; font-weight: 700; box-shadow: 0 8px 18px rgba(16,169,87,.13); }
.login-submit:hover { background: #078c46; }
.login-note { margin: 17px 0 0; color: #667085; font-size: 9px; line-height: 1.7; text-align: center; }
.support-line { margin: 26px 0 0; color: #7a8698; font-size: 9px; text-align: center; }
.support-line a { color: #344054; font-weight: 600; text-underline-offset: 3px; }
.login-chat { right: 18px; bottom: 14px; width: 47px; height: 47px; border-radius: 14px; }

@media (max-width: 760px) {
  .login-body { background: #f7f8fa; }
  .login-shell { display: block; }
  .login-intro { display: none; }
  .login-workspace { min-height: 100vh; padding: 72px 20px 34px; }
  .home-link { top: 18px; left: 20px; }
  .login-content { min-height: calc(100vh - 106px); max-width: 430px; margin: 0 auto; }
  .login-heading { margin: 0 0 24px; text-align: center; }
  .login-heading h2 { font-size: 24px; }
  .mobile-login-logo { margin-bottom: 24px; display: flex; align-items: center; justify-content: center; gap: 9px; font-weight: 700; }
  .mobile-login-logo svg { width: 30px; height: 30px; padding: 5px; color: #fff; background: #111827; border-radius: 8px; }
  .login-card { padding: 24px 20px; }
  .login-chat { display: none; }
}

/* SmartVerify brand theme */
body { color: var(--text-primary); background: var(--app-background); }
.sidebar { color: #fff; background: var(--navy-primary); border-right-color: var(--navy-secondary); box-shadow: 12px 0 40px rgba(4,16,31,.16); }
.brand { color: #fff; }
.brand-mark { color: var(--navy-primary); background: var(--brand-teal); }
.collapse-button { color: #8da5bd; }
.collapse-button:hover { color: var(--brand-teal); background: var(--navy-secondary); }
.sidebar-scroll { scrollbar-color: var(--navy-hover) transparent; }
.quick-tools { border-color: rgba(220,230,239,.12); background: rgba(11,37,72,.72); }
.nav-label { color: #7891aa; }
.nav-item, .nav-heading { color: #c6d3df; }
.nav-heading { color: #e2ebf3; font-weight: 600; }
.sub-item { color: #79aaa9; }
.sub-item .nav-icon { color: #65a5a5; background: rgba(33,214,195,.06); }
.nav-group:not(.collapsed) .sub-item::before { background: rgba(120,145,170,.28); }
.quick-verify-menu { border-left-color: rgba(120,145,170,.28); }
.nav-item:hover, .nav-heading:hover { color: #fff; background: var(--navy-secondary); }
.nav-item.active { color: var(--navy-primary); background: var(--brand-teal); box-shadow: inset 0 0 0 1px rgba(255,255,255,.18), 0 5px 16px rgba(33,214,195,.13); }
.nav-icon { color: #9cb0c3; background: rgba(255,255,255,.07); }
.active .nav-icon { color: var(--navy-primary); background: rgba(7,25,47,.12); }
.sub-item:hover .nav-icon { color: var(--brand-teal); background: var(--navy-hover); }
.nav-arrow { color: #7189a1; }
.africa { color: #c6d3df; }
.nav-beta, .new-badge { color: var(--navy-primary); background: var(--brand-teal); }
.user-card { border-color: rgba(220,230,239,.14); background: var(--navy-secondary); }
.user-card .avatar { color: var(--brand-teal); background: var(--navy-hover); }
.user-card span { color: #7f97ae; }
.user-card strong { color: #e6edf4; }
.user-card > svg { color: #8ca2b8; }
.sidebar.collapsed .collapse-button { border-color: var(--navy-hover); color: var(--brand-teal); background: var(--navy-secondary); }
.sidebar.collapsed .quick-tools { background: transparent; }

.topbar { background: rgba(243,247,251,.92); border-bottom-color: var(--border); }
.topbar-actions, .account-dropdown, .notification-dropdown { border-color: var(--border); background: var(--surface); }
.utility-button { border-color: var(--border); color: var(--text-primary); }
.icon-button, .profile-button { color: var(--text-muted); }
.account-dropdown-links button:hover { color: var(--brand-teal-dark); background: var(--status-verified); }
.account-logout { color: var(--brand-red); }
.account-logout:hover { background: var(--status-failed); }
.notification-badge { background: var(--brand-red); }
.notification-item.unread::before { background: var(--brand-teal-dark); }
.notification-item-icon.success { color: var(--brand-teal-dark); background: var(--status-verified); }
.notification-item-icon.info { color: var(--brand-blue); background: var(--status-info); }
.notification-item-icon.amber { color: #a87200; background: var(--status-pending); }
.notification-item button, .notification-footer { color: var(--brand-teal-dark); }
.notification-footer:hover { background: var(--status-verified); }

h1, .settings-heading h1, .reports-header h2 { color: var(--text-primary); }
.page-heading p, .form-heading p, .settings-heading p { color: var(--text-muted); }
.primary-button, .credit-card button, .settings-save, .login-submit { color: var(--navy-primary); background: var(--brand-teal); box-shadow: 0 10px 22px rgba(33,214,195,.16); }
.primary-button:hover, .credit-card button:hover, .settings-save:hover, .login-submit:hover { color: #fff; background: var(--brand-teal-dark); }
.sample-link, .clear-button { color: var(--brand-teal-dark); }
.search-box, .square-button, .view-toggle, .category-button, .clear-button, .service-card, .activity-panel, .verification-form, .settings-card { border-color: var(--border); }
.search-box svg, .view-toggle button.selected { color: var(--brand-teal-dark); }
.square-button.active { border-color: var(--brand-teal); color: var(--brand-teal-dark); background: var(--status-verified); }
.category-label { color: var(--text-muted); }
.service-tooltip { background: var(--navy-primary); }

.tone-blue .service-icon, .tone-orange .service-icon { color: var(--brand-blue); background: var(--status-info); }
.tone-blue .price-pill, .tone-orange .price-pill { background: var(--brand-blue); }
.tone-purple .service-icon { color: var(--brand-violet); background: var(--status-integration); }
.tone-purple .price-pill { background: var(--brand-violet); }
.tone-green .service-icon, .tone-lime .service-icon, .tone-teal .service-icon { color: var(--brand-teal-dark); background: var(--status-verified); }
.tone-green .price-pill, .tone-lime .price-pill, .tone-teal .price-pill { color: var(--navy-primary); background: var(--brand-teal); }
.tone-pink .service-icon { color: var(--brand-violet); background: var(--status-integration); }
.tone-pink .price-pill { background: var(--brand-violet); }
.tone-yellow .service-icon { color: #a87200; background: var(--status-pending); }
.tone-yellow .price-pill { color: var(--navy-primary); background: var(--brand-gold); }
.tone-red .service-icon { color: var(--brand-red); background: var(--status-failed); }
.tone-red .price-pill { background: var(--brand-red); }
.type-tag { color: var(--brand-blue); background: var(--status-info); }

input, select, textarea, .settings-form input, .settings-form textarea { border-color: var(--border); color: var(--text-primary); }
input:focus, select:focus, textarea:focus { border-color: var(--brand-teal); box-shadow: 0 0 0 3px rgba(33,214,195,.16); }
.account-toggle button.active { color: var(--navy-primary); background: var(--brand-teal); }
.cost-strip span { color: var(--brand-teal-dark); background: var(--status-verified); }
.notice { border-color: var(--brand-gold); color: #8a6200; background: #fff9e7; }
.verify-button { color: var(--navy-primary); background: var(--brand-teal); }
.chat-button { color: var(--navy-primary); background: var(--brand-teal); box-shadow: 0 12px 25px rgba(33,214,195,.22); }

.report-tab.active { color: var(--brand-teal-dark); }
.report-top { border-bottom-color: var(--brand-teal-dark); }
.report-mark { color: var(--navy-primary); background: var(--brand-teal); }
.report-success { border-color: #afeae3; color: var(--brand-teal-dark); background: var(--status-verified); }
.report-success.warning { border-color: #f3d26e; color: #a87200; background: var(--status-pending); }
.report-pill { border-color: #afeae3; color: var(--brand-teal-dark); background: var(--status-verified); }
.report-alert-card { background: var(--brand-red); }

.settings-tabs button.active { border-color: var(--brand-teal-dark); color: var(--brand-teal-dark); }
.settings-icon.green { color: var(--brand-teal-dark); background: var(--status-verified); }
.settings-icon.blue { color: var(--brand-blue); background: var(--status-info); }
.settings-icon.neutral { color: var(--text-muted); background: var(--app-background); }
.settings-icon.red { color: var(--brand-red); background: var(--status-failed); }
.danger-card, .danger-notice { border-color: #f4bdc7; }
.danger-card .settings-card-heading h2, .account-logout { color: var(--brand-red); }
.danger-notice { color: #a7263d; background: var(--status-failed); }
.delete-button { color: #fff; background: var(--brand-red); }
.policy-check { border-color: #afeae3; background: var(--status-verified); }
.invoice-pills button.active { border-color: var(--brand-teal-dark); color: #fff; background: var(--brand-teal-dark); }

.login-intro { background: linear-gradient(155deg, var(--navy-primary) 0%, var(--navy-secondary) 62%, #07594f 130%); }
.login-intro h1 span { color: var(--brand-teal); }
.feature-panel { border-color: rgba(33,214,195,.16); background: rgba(11,37,72,.46); }
.feature-panel li svg { color: var(--brand-teal); }
.login-heading a, .login-note a, .login-field a { color: var(--brand-teal-dark); }

@media (max-width: 1023px) {
  .mobile-quickbar { border-top-color: var(--border); }
  .mobile-quick.active { color: var(--navy-primary); }
  .mobile-quick.active span { color: var(--navy-primary); background: var(--brand-teal); box-shadow: 0 5px 12px rgba(33,214,195,.24); }
  .mobile-brand .brand-mark { color: var(--navy-primary); background: var(--brand-teal); }
}

/* Laravel integration: preserve Lola's UI while making prototype state explicit. */
.prototype-runtime-banner { position: fixed; inset: 0 0 auto 0; z-index: 100; min-height: 34px; padding: 7px 18px; display: flex; align-items: center; justify-content: center; gap: 10px; color: #fff; background: var(--navy-primary); border-bottom: 1px solid rgba(33,214,195,.32); font-size: 11px; letter-spacing: .02em; text-align: center; }
.prototype-runtime-banner strong { color: var(--brand-teal); font-size: 10px; letter-spacing: .12em; }
body[data-smartverify-mode="prototype"] .sidebar { top: 34px; }
body[data-smartverify-mode="prototype"] .topbar { top: 34px; }
body[data-smartverify-mode="prototype"] > main:not(.login-shell) { padding-top: 90px; }
body[data-smartverify-mode="prototype"].login-body .login-shell { padding-top: 34px; }
.service-unavailable { cursor: not-allowed; opacity: .68; }
.service-unavailable:hover { transform: none; box-shadow: none; }
.service-live { outline: 2px solid rgba(33,214,195,.18); outline-offset: -2px; }
.coming-soon-toast { position: fixed; z-index: 120; right: 22px; bottom: 24px; max-width: 390px; padding: 14px 16px; color: #fff; background: var(--navy-secondary); border: 1px solid rgba(33,214,195,.4); border-radius: 12px; box-shadow: 0 18px 44px rgba(4,16,31,.28); opacity: 0; transform: translateY(12px); pointer-events: none; transition: .2s ease; }
.coming-soon-toast.show { opacity: 1; transform: translateY(0); }
.lola-flash { margin: 18px 28px 0; padding: 12px 15px; border: 1px solid #afeae3; border-radius: 10px; color: var(--brand-teal-dark); background: var(--status-verified); font-weight: 600; }
.lola-flash.error { border-color: #f4bdc7; color: #a7263d; background: var(--status-failed); }
.lola-text-link { display: inline-flex; align-items: center; gap: 5px; color: var(--brand-teal-dark); font-weight: 700; text-decoration: none; }
.account-logout { width: 100%; border: 0; background: transparent; font: inherit; cursor: pointer; }
.lola-remember { display: flex; align-items: center; gap: 9px; color: var(--text-secondary); font-size: 12px; }
.login-submit { width: 100%; border: 0; cursor: pointer; }

@media (max-width: 720px) {
  .prototype-runtime-banner { min-height: 42px; padding: 6px 10px; flex-direction: column; gap: 1px; }
  body[data-smartverify-mode="prototype"] .sidebar { top: 42px; }
  body[data-smartverify-mode="prototype"] .topbar { top: 42px; }
  body[data-smartverify-mode="prototype"] > main:not(.login-shell) { padding-top: 98px; }
  body[data-smartverify-mode="prototype"].login-body .login-shell { padding-top: 42px; }
  .coming-soon-toast { right: 12px; bottom: 84px; left: 12px; max-width: none; }
}

/* Lola-styled Laravel route pages. */
.lola-simple-sidebar .nav-item { width: calc(100% - 20px); margin: 3px 10px; text-decoration: none; }
.lola-simple-sidebar .user-card { overflow: hidden; }
.lola-simple-sidebar .user-card strong { overflow: hidden; text-overflow: ellipsis; }
.lola-page-main { min-height: 100vh; }
.lola-page-content { padding: 30px 32px 60px; }
.lola-route-page { max-width: 1180px; margin: 0 auto; }
.lola-route-page .page-heading { padding: 0 0 24px; }
.lola-route-page .identity-topline { margin-bottom: 22px; }
.lola-route-page .identity-form { max-width: none; }
.simple-prototype-state { padding: 0 10px; display: inline-flex; align-items: center; gap: 6px; color: var(--brand-teal-dark); font-size: 12px; font-weight: 700; }
.simple-prototype-state svg { width: 15px; }
.lola-credit-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(310px,1fr)); gap: 18px; }
.lola-credit-client { margin: 0; }
.lola-client-balance { margin: 18px 0; padding: 16px; display: flex; justify-content: space-between; gap: 12px; border: 1px solid var(--border); border-radius: 12px; background: var(--app-background); }
.lola-client-balance span { color: var(--text-secondary); }
.lola-client-balance strong { color: var(--brand-teal-dark); }
.lola-pagination { margin-top: 20px; }
.lola-password-shell { width: min(960px,100%); }

@media (max-width: 1023px) {
  .lola-page-content { padding: 24px 18px 96px; }
}
