/* ============================================================
   DealStrand Website theme (wl115) — mirrors landing-1.3.0.css
   Loaded AFTER portal-<ver>.css only when the operator picks
   "DealStrand Website" under Settings → Appearance. Pure skin:
   zero layout changes — tokens, fonts, and surface restyles only.
   Source of truth: the dealstrand.com landing page
   (Figtree · ink #060d1f · blue #2e6bff · cyan #33e0c8 ·
    radius 14px · shadow 0 8px 30px rgba(6,13,31,.07)).
   ============================================================ */

@font-face {
    font-family: 'Figtree';
    font-style: normal;
    font-weight: 300 800;
    font-display: swap;
    src: url('../fonts/figtree-latin.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* wl237 — the topbar owns the one brand lockup; the rail begins with its
   language control and navigation. */
.kp-portal .kp-sidebar>.kp-locale-switcher{margin-top:0}

@font-face {
    font-family: 'Figtree';
    font-style: normal;
    font-weight: 300 800;
    font-display: swap;
    src: url('../fonts/figtree-latin-ext.woff2') format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* ---- tokens: the landing palette (cascade-wins over the Flowlu block) ---- */
.kp-portal {
    --kp-bg: #f6f8fc;
    --kp-white: #ffffff;
    --kp-border: rgba(14, 31, 75, 0.12);
    --kp-fill: #eef2f9;
    --kp-fill-soft: #f4f7fc;
    --kp-blue: #2e6bff;
    --kp-blue-dark: #1e4fd6;
    --kp-blue-soft: #eaf0ff;
    --kp-navy: #0e1f4b;
    --kp-slate: #17233f;
    --kp-muted: #5b6880;
    --kp-success: #0fa48f;
    --kp-warning: #b8872b;
    --kp-error: #c03434;
    --kp-gold: #1e4fd6;
    --kp-radius: 14px;
    --kp-radius-sm: 10px;
    --kp-focus-ring: 0 0 0 3px rgba(46, 107, 255, .16);
    font-family: 'Figtree', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    color: var(--kp-slate);
    background: var(--kp-bg);
}

.kp-portal h1, .kp-portal h2, .kp-portal h3, .kp-portal h4 {
    font-family: 'Figtree', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    color: var(--kp-navy);
    letter-spacing: -0.015em;
}

.kp-portal button, .kp-portal input, .kp-portal select, .kp-portal textarea {
    font-family: inherit;
}

.kp-portal, .kp-direct-portal-page, body.kp-direct-portal-page {
    background-color: #f6f8fc;
    background-image:
        radial-gradient(1100px 520px at 12% -5%, rgba(46, 107, 255, 0.06), transparent 70%),
        radial-gradient(900px 480px at 95% 8%, rgba(51, 224, 200, 0.05), transparent 65%),
        linear-gradient(180deg, #f3f6fc 0%, #f8fafd 340px);
    background-attachment: fixed;
}

/* ---- sidebar: the landing hero, vertical ----
   Same icon-rail layout, reskinned as the dark ink gradient with the
   hero's faint blueprint grid. */
.kp-portal .kp-sidebar {
    color: #dbe4ff;
    border-right: 1px solid rgba(255, 255, 255, 0.06);
    background: linear-gradient(165deg, #060d1f 0%, #0a1530 55%, #0e1f4b 130%);
}
.kp-portal .kp-sidebar-header { border-bottom: 1px solid rgba(255, 255, 255, 0.08); }
.kp-portal .kp-sidebar-header .kp-brand-initials,
.kp-portal .kp-sidebar .kp-brand-mark {
    background: linear-gradient(135deg, #33e0c8, #2e6bff);
    color: #fff;
    border-radius: 12px;
}
.kp-portal .kp-nav-link { color: #93a1c4; }
.kp-portal .kp-nav-link .kp-nav-icon,
.kp-portal .kp-nav-link svg { color: #93a1c4; }
.kp-portal .kp-nav-link:hover { background: transparent; color: #ffffff; }
.kp-portal .kp-nav-link:hover .kp-nav-icon,
.kp-portal .kp-nav-link:hover svg { background: rgba(255, 255, 255, 0.08); color: #ffffff; }
.kp-portal .kp-nav-link.is-active { color: #ffffff; }
.kp-portal .kp-nav-link.is-active .kp-nav-icon,
.kp-portal .kp-nav-link.is-active svg {
    background: linear-gradient(135deg, #2e6bff 0%, #1e4fd6 100%);
    color: #ffffff;
    box-shadow: 0 6px 16px rgba(46, 107, 255, 0.45);
}
.kp-portal .kp-sidebar-footer { border-top: 1px solid rgba(255, 255, 255, 0.08); color: rgba(255, 255, 255, 0.55); }

/* ---- topbar: the landing nav's solid glass ---- */
.kp-portal .kp-topbar {
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(14, 31, 75, 0.08);
}

/* ---- cards: landing card language ---- */
.kp-portal .kp-card,
.kp-portal .kp-login-card,
.kp-portal .kp-header-card,
.kp-portal .kp-files-panel {
    border: 1px solid rgba(14, 31, 75, 0.10);
    border-radius: var(--kp-radius);
    background: var(--kp-white);
    box-shadow: 0 8px 30px rgba(6, 13, 31, 0.07);
}
.kp-portal .kp-section-heading { border-bottom: 1px solid rgba(14, 31, 75, 0.08); }
.kp-portal .kp-section-heading h2 { color: var(--kp-navy); letter-spacing: -0.01em; }

/* ---- buttons: gradient primary with the landing glow ---- */
.kp-portal .kp-button {
    border: 1px solid rgba(46, 107, 255, 0.28);
    background: var(--kp-white);
    color: var(--kp-blue-dark);
    border-radius: var(--kp-radius-sm);
    font-weight: 600;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease, color .18s ease;
}
.kp-portal .kp-button:hover {
    background: var(--kp-blue-soft);
    border-color: var(--kp-blue);
    color: var(--kp-blue);
}
.kp-portal .kp-button-primary,
.kp-portal .kp-button.kp-button-primary,
.kp-portal button.kp-button.kp-button-primary,
.kp-portal a.kp-button.kp-button-primary {
    border-color: transparent !important;
    color: #ffffff !important;
    background: linear-gradient(135deg, #2e6bff 0%, #1e4fd6 100%) !important;
    box-shadow: 0 8px 24px rgba(46, 107, 255, 0.35);
}
.kp-portal .kp-button-primary:hover,
.kp-portal .kp-button.kp-button-primary:hover,
.kp-portal .kp-button.kp-button-primary:focus,
.kp-portal button.kp-button.kp-button-primary:hover,
.kp-portal button.kp-button.kp-button-primary:focus,
.kp-portal a.kp-button.kp-button-primary:hover,
.kp-portal a.kp-button.kp-button-primary:focus {
    border-color: transparent !important;
    color: #ffffff !important;
    background: linear-gradient(135deg, #2559ea 0%, #1a44bd 100%) !important;
    transform: translateY(-1px);
    box-shadow: 0 12px 32px rgba(46, 107, 255, 0.45);
}

/* quiet header-card actions keep the accent readable on white */
.kp-portal .kp-section-heading .kp-button:not(.kp-button-primary) {
    border: none;
    background: transparent;
    color: var(--kp-blue-dark);
}

/* ---- gradient section band → the landing's blue→cyan sweep ---- */
.kp-portal .kp-band {
    background: linear-gradient(120deg, #0e1f4b 0%, #2e6bff 70%, #33e0c8 135%);
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(14, 31, 75, 0.25);
}

/* ---- metric tiles: landing stat treatment ---- */
.kp-portal .kp-metric-card > strong {
    color: var(--kp-navy);
    font-weight: 800;
    letter-spacing: -0.03em;
}
.kp-portal .kp-metric-card > span { color: #6a7690; }

/* ---- eyebrows & links ---- */
.kp-portal .kp-eyebrow { color: #6a7690; }
/* NOTE: no blanket `.kp-portal a` recolor — component rules (nav links,
   buttons, cards) carry their own colors at higher specificity, and a
   lower-specificity default with an `inherit` escape hatch caused the
   nav labels to swallow the old ink color. Links keep their house blue
   via the --kp-blue / --kp-gold token overrides above. */

/* ---- badges: cyan-family "good" ---- */
.kp-portal .kp-badge-good { background: rgba(51, 224, 200, 0.16); color: #0b7d6d; }

/* ---- mobile bar matches the sidebar ink ---- */
.kp-portal .kp-mobile-bar {
    background: linear-gradient(135deg, #060d1f, #0e1f4b);
    color: #fff;
}

/* ============================================================
   v1.1.0 — POP PASS: contrast, graphics, tech energy
   (dark glass topbar, blueprint canvas, gradient display type,
    glow accents, hover lift — all still pure skin)
   ============================================================ */

/* page canvas: faint blueprint grid + aurora glows, landing-style */
.kp-portal, .kp-direct-portal-page, body.kp-direct-portal-page {
    background-color: #f2f5fb;
    background-image:
        radial-gradient(1100px 560px at 12% -5%, rgba(46, 107, 255, .10), transparent 70%),
        radial-gradient(900px 500px at 95% 5%, rgba(51, 224, 200, .09), transparent 65%),
        linear-gradient(180deg, #edf2fb 0%, #f5f8fd 420px);
    background-attachment: fixed;
}

/* dark glass topbar — the landing nav, docked */
.kp-portal .kp-topbar {
    background: rgba(6, 13, 31, 0.9);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(255, 255, 255, .07);
    box-shadow: 0 10px 30px rgba(6, 13, 31, .28);
}
.kp-portal .kp-topbar-brand strong { color: #ffffff; }
.kp-portal .kp-topbar-brand .kp-brand-initials {
    background: linear-gradient(135deg, #33e0c8, #2e6bff);
    color: #fff;
}
.kp-portal .kp-topbar-title { color: #93a1c4; letter-spacing: .14em; text-transform: uppercase; font-size: 11.5px; font-weight: 600; }
.kp-portal .kp-topbar-user { color: #dbe4ff; }
.kp-portal .kp-topbar-avatar {
    background: linear-gradient(135deg, #2e6bff, #1e4fd6);
    color: #fff;
    box-shadow: 0 4px 12px rgba(46, 107, 255, .5);
}
.kp-portal .kp-topbar .kp-locale-switcher select {
    color: #eaf0ff;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .18);
}
.kp-portal .kp-topbar .kp-locale-switcher select option { color: #0e1f4b; background: #ffffff; }

/* gradient display type — page titles read like the landing hero */
.kp-portal .kp-page-header h1,
.kp-portal .kp-console-header h1 {
    font-weight: 800;
    letter-spacing: -0.02em;
    background: linear-gradient(100deg, #0e1f4b 30%, #2e6bff 95%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

/* metric numbers: the landing stat treatment */
.kp-portal .kp-metric-card > strong {
    background: linear-gradient(100deg, #0e1f4b 15%, #2e6bff 95%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.kp-portal .kp-metric-card > span::before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 7px;
    border-radius: 50%;
    vertical-align: 1px;
    background: linear-gradient(135deg, #33e0c8, #2e6bff);
    box-shadow: 0 0 8px rgba(51, 224, 200, .55);
}

/* cards: landing hover energy — lift + blue border glow */
.kp-portal .kp-card,
.kp-portal .kp-header-card,
.kp-portal .kp-files-panel {
    transition: box-shadow .22s ease, border-color .22s ease, transform .22s ease;
}
.kp-portal .kp-header-card:hover,
.kp-portal .kp-metric-card:hover {
    transform: translateY(-4px);
    border-color: rgba(46, 107, 255, .30);
    box-shadow: 0 18px 44px rgba(6, 13, 31, .12);
}
.kp-portal .kp-card:hover {
    border-color: rgba(46, 107, 255, .22);
    box-shadow: 0 12px 36px rgba(6, 13, 31, .10);
}

/* section headings: gradient accent bar */
.kp-portal .kp-section-heading h2 { position: relative; padding-left: 12px; }
.kp-portal .kp-section-heading h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 1.05em;
    border-radius: 4px;
    background: linear-gradient(180deg, #2e6bff, #33e0c8);
}

/* eyebrows: gradient tech label */
.kp-portal .kp-eyebrow {
    background: linear-gradient(100deg, #1e4fd6, #0aa79a);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: 700;
    letter-spacing: .09em;
    text-transform: uppercase;
}

/* active nav: glowing cyan indicator */
.kp-portal .kp-nav-link.is-active { position: relative; }
.kp-portal .kp-nav-link.is-active::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 26px;
    border-radius: 3px;
    background: linear-gradient(180deg, #33e0c8, #2e6bff);
    box-shadow: 0 0 12px rgba(51, 224, 200, .8);
}

/* copilot fab: house blue→cyan */
.kp-portal .kp-cop-fab {
    background: linear-gradient(135deg, #2e6bff, #17c9b2);
    box-shadow: 0 10px 28px rgba(46, 107, 255, .45);
}

/* tables: uppercase tech headers */
.kp-portal table th {
    text-transform: uppercase;
    letter-spacing: .06em;
    font-size: 11px;
}

/* thin tech scrollbars + selection */
.kp-portal ::-webkit-scrollbar { width: 10px; height: 10px; }
.kp-portal ::-webkit-scrollbar-track { background: transparent; }
.kp-portal ::-webkit-scrollbar-thumb {
    background: rgba(14, 31, 75, .20);
    border-radius: 999px;
    border: 3px solid transparent;
    background-clip: content-box;
}
.kp-portal ::-webkit-scrollbar-thumb:hover {
    background: rgba(46, 107, 255, .5);
    border: 3px solid transparent;
    background-clip: content-box;
}
.kp-portal ::selection { background: rgba(46, 107, 255, .22); }

/* ============================================================
   v1.2.0 — ARCHITECTURAL PASS
   Page headers become deliberate hero panels, spacing gets a
   rhythm, and stray links become anchored controls.
   ============================================================ */

/* the page header is a structure, not loose text on the canvas */
.kp-portal .kp-page-header,
.kp-portal .kp-console-header {
    align-items: center;
    padding: 18px 22px;
    margin-bottom: 20px;
    border: 1px solid rgba(14, 31, 75, 0.10);
    border-radius: var(--kp-radius);
    background: rgba(255, 255, 255, 0.80);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 8px 30px rgba(6, 13, 31, 0.06);
}
.kp-portal .kp-page-header h1,
.kp-portal .kp-console-header h1 { margin: 0; }
.kp-portal .kp-page-header p { margin: 6px 0 0; }
.kp-portal .kp-page-header .kp-eyebrow,
.kp-portal .kp-console-header .kp-eyebrow { margin: 0 0 4px; }

/* breathing room + consistent gutters on desktop */
@media (min-width: 861px) {
    .kp-portal .kp-main { padding: 26px 30px 46px; }
    .kp-portal .kp-content { gap: 20px; }
}

/* back links are controls, not stray text */
.kp-portal .kp-record-back {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 13px;
    border: 1px solid rgba(46, 107, 255, 0.25);
    border-radius: 999px;
    background: var(--kp-blue-soft);
    color: var(--kp-blue-dark);
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    transition: border-color .15s ease, color .15s ease, background .15s ease;
}
.kp-portal .kp-record-back:hover {
    border-color: var(--kp-blue);
    background: #e2ebff;
    color: var(--kp-blue);
    text-decoration: none;
}

/* ---- v1.2.1: Documents page stretches like every other page ---- */
.kp-portal .kp-docs-wrap { max-width: none; margin: 0; }

/* ============================================================
   v2.0.0 — WL235: THE WIDE CONDENSED RAIL + PLATFORM DEFAULT
   Jeroen (27 Aug): the concept mockup's navigation and info-box
   language becomes the platform look, on every install, operator
   AND client side. Still a pure skin: colors, type, and per-column
   grid width only — no markup, no behavior.
   The desktop icon rail (92px, white, portal.css @861px block)
   becomes the concept's ~232px ink rail: full labels, condensed
   rows, cyan active indicator. All desktop-only rules stay inside
   @media (min-width:861px) — WL115 gotcha #6.
   ============================================================ */

@media (min-width: 861px) {
    /* the shell column: icon rail → wide condensed rail */
    .kp-portal .kp-shell { grid-template-columns: 232px minmax(0, 1fr); }

    .kp-portal .kp-sidebar {
        align-items: stretch;
        padding: 18px 12px 14px;
        color: #dbe4ff;
        background: linear-gradient(165deg, #04122b 0%, #060d1f 40%, #0e1f4b 130%);
        border-right: 1px solid rgba(255, 255, 255, 0.06);
        box-shadow: none;
    }

    /* brand row: mark + name side by side, left aligned */
    .kp-portal .kp-sidebar-header {
        display: block;
        width: auto;
        padding: 2px 8px 16px;
        background: transparent;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }
    .kp-portal .kp-sidebar .kp-brand {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 10px;
        text-align: left;
    }
    .kp-portal .kp-sidebar .kp-brand span:not(.kp-brand-mark) {
        display: block;
        color: #ffffff;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 0;
        line-height: 1.25;
    }
    .kp-portal .kp-sidebar .kp-brand-mark {
        width: 34px;
        height: 34px;
        padding: 4px;
        border-radius: 10px;
        background: linear-gradient(135deg, #33e0c8, #2e6bff);
        color: #fff;
    }
    .kp-portal .kp-sidebar .kp-brand-mark img { width: 26px; height: 26px; }

    /* nav rows: horizontal, condensed, labeled */
    .kp-portal .kp-nav { padding: 14px 0; gap: 2px; }
    .kp-portal .kp-nav-link {
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        gap: 11px;
        min-height: 0;
        padding: 9px 11px;
        border-radius: 9px;
        color: #93a1c4;
        font-size: 13.5px;
        font-weight: 600;
        line-height: 1.2;
        text-align: left;
    }
    .kp-portal .kp-nav-link:hover,
    .kp-portal .kp-nav-link:focus {
        color: #ffffff;
        background: rgba(255, 255, 255, 0.06);
    }
    .kp-portal .kp-nav-link.is-active {
        color: #ffffff;
        background: rgba(46, 107, 255, 0.18);
        box-shadow: none;
    }
    .kp-portal .kp-nav-icon {
        width: 28px;
        height: 28px;
        border: 0;
        border-radius: 8px;
        color: #93a1c4;
        background: rgba(255, 255, 255, 0.05);
    }
    .kp-portal .kp-nav-link:hover .kp-nav-icon { color: #ffffff; background: rgba(255, 255, 255, 0.10); }
    .kp-portal .kp-nav-link.is-active .kp-nav-icon {
        color: #ffffff;
        background: linear-gradient(135deg, #2e6bff 0%, #1e4fd6 100%);
        box-shadow: 0 6px 16px rgba(46, 107, 255, 0.45);
    }

    /* the concept's glowing indicator hugs the rail edge */
    .kp-portal .kp-nav-link.is-active::after {
        left: -12px;
        width: 3px;
        height: 22px;
    }

    /* footer: identity chip readable again (icon rail hid the text) */
    .kp-portal .kp-sidebar-footer {
        width: auto;
        padding: 12px 8px 4px;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
        color: rgba(219, 228, 255, 0.72);
        font-size: 12px;
        text-align: left;
    }
    .kp-portal .kp-sidebar-footer span { display: inline; }
    .kp-portal .kp-sidebar-footer strong {
        display: inline;
        width: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        border-radius: 0;
        color: #ffffff;
        background: transparent;
        font-size: 12.5px;
    }
    .kp-portal .kp-sidebar-footer strong::first-letter { color: inherit; font-size: inherit; }
}

/* nav badges: gradient count pill (all widths) */
.kp-portal .kp-nav-badge {
    min-width: 18px;
    padding: 1px 6px;
    border-radius: 999px;
    background: linear-gradient(135deg, #2e6bff, #33e0c8);
    color: #fff;
    font-size: 10.5px;
    font-weight: 700;
}

/* flyout submenus follow the rail's ink */
.kp-portal .kp-nav-flyout {
    background: #0a1530;
    border: 1px solid rgba(255, 255, 255, 0.10);
    box-shadow: 0 18px 44px rgba(3, 10, 26, 0.55);
}
.kp-portal .kp-nav-flyout-head { color: rgba(219, 228, 255, 0.6); }
.kp-portal .kp-nav-flyout-link { color: #93a1c4; }
.kp-portal .kp-nav-flyout-link:hover,
.kp-portal .kp-nav-flyout-link.is-active { color: #ffffff; background: rgba(46, 107, 255, 0.18); }

/* ---- section homes join the ink/blue/cyan family (WL230 surfaces) ---- */
.kp-portal .kp-section-home {
    border: 1px solid rgba(14, 31, 75, 0.10);
    box-shadow: 0 18px 52px rgba(6, 13, 31, 0.09);
}
.kp-portal .kp-section-home-hero {
    background:
        radial-gradient(circle at 86% 18%, rgba(51, 224, 200, 0.16), transparent 32%),
        radial-gradient(circle at 72% 105%, rgba(46, 107, 255, 0.12), transparent 40%),
        linear-gradient(120deg, #f8faff 0%, #f1f6ff 57%, #eefbfd 100%);
}
.kp-portal .kp-section-home-summary strong { color: #0e1f4b; }
.kp-portal .kp-section-home-summary small { color: #5b6880; }
.kp-portal .kp-section-tool-heading h2 { color: #0e1f4b; }
.kp-portal .kp-section-toolrail { border-color: rgba(14, 31, 75, 0.10); background: #fbfcff; }
.kp-portal .kp-section-toolrail > a:hover,
.kp-portal .kp-section-toolrail > a:focus-visible {
    color: #1e4fd6;
    background: #f0f5ff;
    box-shadow: inset 0 -3px 0 #2e6bff;
}
.kp-portal .kp-section-tool-icon { color: #1e4fd6; background: #eaf0ff; }
.kp-portal .kp-section-tool-copy strong { color: #0e1f4b; }

/* ---- drawers: the same paper as the canvas, glass edge ---- */
.kp-section-drawer {
    background: #f4f7fd;
    box-shadow: -24px 0 64px rgba(6, 13, 31, 0.25);
}

/* ---- info boxes: concept metric/list card language everywhere ---- */
.kp-portal .kp-metric-card,
.kp-portal .kp-card.kp-metric-card {
    border: 1px solid rgba(14, 31, 75, 0.10);
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 8px 30px rgba(6, 13, 31, 0.07);
}
.kp-portal .kp-metric-card > span {
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #5b6880;
}
.kp-portal .kp-console-notice { border-left: 3px solid #2e6bff; }

/* tabular numbers wherever figures line up */
.kp-portal .kp-metric-card > strong,
.kp-portal table td { font-variant-numeric: tabular-nums; }
