:root {
    --nexly-app-bg: #070611;
    --nexly-app-panel: #111025;
    --nexly-app-purple: #7c3cff;
    --nexly-app-violet: #a66bff;
    --nexly-app-blue: #35a8ff;
    --whl-app-cyan: #35a8ff;
    --whl-app-cyan-dark: #24124d;
    --whl-app-cyan-deep: #070611;
    --whl-app-accent: #7c5cff;
    --whl-app-surface: #f6f7fb;
    --whl-app-card: #ffffff;
    --whl-app-panel-glass: rgba(255, 255, 255, 0.72);
    --whl-app-border: #e2e5ef;
    --whl-app-text: #121427;
    --whl-app-muted: #6f7286;
    --whl-app-radius: 18px;
    --whl-app-shadow: 0 22px 54px rgba(16, 16, 38, 0.1);
    --whl-app-glow: 0 26px 72px rgba(124, 60, 255, 0.18);
}

body.whl-b2b-customer-app-page {
    overflow-x: hidden;
    background: #070611 !important;
}

body.whl-b2b-customer-app-page #wpadminbar {
    display: block !important;
}

body.whl-b2b-customer-app-page .site-header,
body.whl-b2b-customer-app-page #masthead,
body.whl-b2b-customer-app-page .header.header-inner-page,
body.whl-b2b-customer-app-page #hero,
body.whl-b2b-customer-app-page .wp-block-kubio-hero,
body.whl-b2b-customer-app-page [class*="wp-block-kubio-hero"],
body.whl-b2b-customer-app-page [class*="kubio-header"],
body.whl-b2b-customer-app-page .site-branding,
body.whl-b2b-customer-app-page .page-header,
body.whl-b2b-customer-app-page .entry-header,
body.whl-b2b-customer-app-page .entry-title,
body.whl-b2b-customer-app-page .wp-block-post-title,
body.whl-b2b-customer-app-page .post-thumbnail,
body.whl-b2b-customer-app-page .featured-image,
body.whl-b2b-customer-app-page .wp-site-blocks > header,
body.whl-b2b-customer-app-page .wp-site-blocks > footer,
body.whl-b2b-customer-app-page [class*="kubio-front-header"],
body.whl-b2b-customer-app-page [class*="kubio-front-footer"],
body.whl-b2b-customer-app-page [id^="kubio-offscreen"],
body.whl-b2b-customer-app-page .h-navigation,
body.whl-b2b-customer-app-page .h-footer,
body.whl-b2b-customer-app-page footer.site-footer,
body.whl-b2b-customer-app-page #colophon {
    display: none !important;
}

body.whl-b2b-customer-app-page #page-top,
body.whl-b2b-customer-app-page #content,
body.whl-b2b-customer-app-page #post-2422,
body.whl-b2b-customer-app-page [class*="wp-block-kubio-section__outer"],
body.whl-b2b-customer-app-page [class*="wp-block-kubio-section__inner"],
body.whl-b2b-customer-app-page [class*="wp-block-kubio-row__container"],
body.whl-b2b-customer-app-page [class*="wp-block-kubio-row__inner"],
body.whl-b2b-customer-app-page [class*="wp-block-kubio-column__container"],
body.whl-b2b-customer-app-page [class*="wp-block-kubio-column__inner"],
body.whl-b2b-customer-app-page [class*="wp-block-kubio-column__align"],
body.whl-b2b-customer-app-page .site,
body.whl-b2b-customer-app-page .site-content,
body.whl-b2b-customer-app-page .content-area,
body.whl-b2b-customer-app-page .wp-site-blocks,
body.whl-b2b-customer-app-page main,
body.whl-b2b-customer-app-page article,
body.whl-b2b-customer-app-page .entry-content,
body.whl-b2b-customer-app-page .wp-block-post-content,
body.whl-b2b-customer-app-page .wp-block-group,
body.whl-b2b-customer-app-page .wp-block-group__inner-container {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    min-height: 0 !important;
    transform: none !important;
}

body.whl-b2b-customer-app-page .entry-content > .whl-b2b-app-shell,
body.whl-b2b-customer-app-page .wp-block-post-content > .whl-b2b-app-shell,
body.whl-b2b-customer-app-page .is-layout-constrained > .whl-b2b-app-shell,
body.whl-b2b-customer-app-page .has-global-padding > .whl-b2b-app-shell,
body.whl-b2b-customer-app-page .whl-b2b-app-shell {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
}

.whl-b2b-app-shell {
    display: grid;
    grid-template-columns: 236px minmax(0, 1fr);
    width: 100%;
    min-height: calc(100vh - 32px);
    margin: 0;
    background:
        radial-gradient(circle at 18% 0%, rgba(124, 60, 255, 0.18), transparent 32%),
        linear-gradient(135deg, var(--nexly-app-bg) 0%, #100822 38%, #f6f7fb 38%, #f6f7fb 100%);
    color: var(--whl-app-text);
    font-family: Inter, "SF Pro Display", "SF Pro Text", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 14px;
    line-height: 1.5;
}

.whl-b2b-app-shell *,
.whl-b2b-app-shell *::before,
.whl-b2b-app-shell *::after {
    box-sizing: border-box;
}

.whl-b2b-app-sidebar {
    position: sticky;
    top: 0;
    min-height: 100vh;
    padding: 24px 14px;
    background:
        radial-gradient(circle at 100% 0%, rgba(124, 60, 255, 0.36), transparent 34%),
        linear-gradient(180deg, #0b0a18, #140b2a 58%, #080713);
    color: rgba(255, 255, 255, 0.84);
}

.whl-b2b-app-sidebar__brand {
    display: flex;
    gap: 12px;
    align-items: center;
    min-height: 58px;
    padding: 0 6px 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    color: #ffffff !important;
    text-decoration: none !important;
}

.whl-b2b-app-sidebar__brand-copy {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap;
}

.whl-b2b-app-sidebar__brand strong {
    display: block;
    margin-top: 4px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
}

.whl-b2b-app-sidebar__logo {
    display: block;
    width: 120px;
    height: auto;
    object-fit: contain;
}

.whl-b2b-app-sidebar__mark {
    display: inline-flex;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.whl-b2b-app-sidebar__nav {
    display: grid;
    gap: 7px;
    margin-top: 22px;
}

.whl-b2b-app-sidebar__nav-kicker {
    display: block;
    margin: 0 0 6px;
    color: rgba(214, 207, 255, 0.62);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.whl-b2b-app-sidebar__nav a {
    display: flex;
    min-height: 40px;
    align-items: center;
    gap: 11px;
    padding: 9px 12px;
    border-radius: 11px;
    color: rgba(255, 255, 255, 0.78) !important;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 760;
    line-height: 1.2;
    transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.whl-b2b-app-sidebar__nav .dashicons {
    width: 18px;
    height: 18px;
    color: rgba(233, 229, 255, 0.74);
    font-size: 18px;
    line-height: 18px;
}

.whl-b2b-app-sidebar__nav a:hover,
.whl-b2b-app-sidebar__nav a:focus,
.whl-b2b-app-sidebar__nav-link--active {
    background: linear-gradient(135deg, rgba(124, 60, 255, 0.9), rgba(93, 76, 255, 0.78));
    color: #ffffff !important;
    outline: none;
    transform: translateX(2px);
}

.whl-b2b-app-sidebar__nav a:hover .dashicons,
.whl-b2b-app-sidebar__nav a:focus .dashicons,
.whl-b2b-app-sidebar__nav-link--active .dashicons {
    color: #ffffff;
}

.whl-b2b-app-sidebar__account {
    display: grid;
    gap: 8px;
    margin-top: 24px;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.06);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.whl-b2b-app-sidebar__account strong {
    color: #ffffff;
    font-size: 13px;
}

.whl-b2b-app-sidebar__account a {
    color: rgba(232, 229, 255, 0.78) !important;
    font-size: 12px;
    font-weight: 760;
    text-decoration: none !important;
}

.whl-b2b-app-sidebar__account a:hover,
.whl-b2b-app-sidebar__account a:focus {
    color: #ffffff;
    outline: none;
}

.whl-b2b-app-main {
    min-width: 0;
    padding: 28px 30px;
}

.whl-b2b-app-topbar {
    display: flex;
    gap: 24px;
    align-items: flex-start;
    justify-content: space-between;
    padding: 26px;
    border: 1px solid rgba(226, 229, 239, 0.88);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--whl-app-shadow);
}

.whl-b2b-app-topbar h1 {
    margin: 0 0 8px;
    color: var(--whl-app-text);
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1;
    letter-spacing: -0.04em;
}

.whl-b2b-app-topbar p {
    max-width: 740px;
    margin: 0;
    color: var(--whl-app-muted);
    font-size: 16px;
}

.whl-b2b-app-topbar__status {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
    max-width: 360px;
}

.whl-b2b-app-topbar__side {
    display: grid;
    flex: 0 0 340px;
    gap: 12px;
    justify-items: end;
}

.whl-b2b-app-topbar__status span,
.whl-b2b-app-onboarding li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    background: #f0edff;
    color: #4f27c9;
    font-size: 13px;
    font-weight: 800;
}

.whl-b2b-app-topbar__status span {
    padding: 9px 12px;
}

.whl-b2b-app-account-panel {
    width: 100%;
    padding: 14px;
    border: 1px solid rgba(124, 60, 255, 0.18);
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(245, 242, 255, 0.94));
    box-shadow: 0 14px 30px rgba(40, 24, 90, 0.08);
}

.whl-b2b-app-account-panel strong {
    display: block;
    color: var(--whl-app-text);
    font-size: 13px;
    letter-spacing: -0.01em;
}

.whl-b2b-app-account-panel div {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.whl-b2b-app-account-panel a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 8px 10px;
    border: 1px solid rgba(124, 92, 255, 0.22);
    border-radius: 999px;
    background: #ffffff;
    color: #3a2c79;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
    transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.whl-b2b-app-account-panel a:hover,
.whl-b2b-app-account-panel a:focus {
    border-color: rgba(124, 92, 255, 0.5);
    color: #24124d;
    box-shadow: 0 10px 20px rgba(124, 92, 255, 0.14);
    outline: none;
    transform: translateY(-1px);
}

.whl-b2b-app-command-center {
    position: relative;
    overflow: hidden;
    display: grid;
    gap: 22px;
    margin-top: 22px;
    padding: 26px;
    border: 1px solid rgba(124, 60, 255, 0.18);
    border-radius: 28px;
    background:
        linear-gradient(115deg, rgba(124, 60, 255, 0.12), transparent 34%),
        linear-gradient(135deg, #ffffff, #f7f6ff 48%, #eef7ff);
    box-shadow: var(--whl-app-glow);
}

.whl-b2b-app-command-center__intro {
    position: relative;
    z-index: 1;
    max-width: 860px;
}

.whl-b2b-app-command-center__intro h2 {
    max-width: 760px;
    margin: 6px 0 10px;
    color: var(--whl-app-text);
    font-size: clamp(30px, 4.5vw, 54px);
    line-height: 0.96;
    letter-spacing: -0.055em;
}

.whl-b2b-app-command-center__intro p {
    max-width: 720px;
    margin: 0;
    color: var(--whl-app-muted);
    font-size: 16px;
    line-height: 1.65;
}

.whl-b2b-app-hero-orb {
    position: absolute;
    display: block;
    border-radius: 999px;
    pointer-events: none;
    filter: blur(2px);
}

.whl-b2b-app-hero-orb--one {
    right: 8%;
    top: -42px;
    width: 146px;
    height: 146px;
    background: rgba(124, 60, 255, 0.12);
}

.whl-b2b-app-hero-orb--two {
    right: 22%;
    bottom: -70px;
    width: 190px;
    height: 190px;
    background: rgba(53, 168, 255, 0.1);
}

.whl-b2b-app-metric-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.whl-b2b-app-metric-card {
    min-height: 150px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 22px;
    background: var(--whl-app-panel-glass);
    box-shadow: 0 16px 34px rgba(10, 64, 82, 0.08);
    backdrop-filter: blur(16px);
}

.whl-b2b-app-metric-card span,
.whl-b2b-app-module-card span {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(15, 142, 168, 0.1);
    color: var(--whl-app-cyan-dark);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.whl-b2b-app-metric-card strong {
    display: block;
    margin-top: 16px;
    color: var(--whl-app-text);
    font-size: 30px;
    line-height: 1;
    letter-spacing: -0.05em;
}

.whl-b2b-app-metric-card p,
.whl-b2b-app-module-card p {
    margin: 10px 0 0;
    color: var(--whl-app-muted);
    font-size: 14px;
    line-height: 1.55;
}

.whl-b2b-app-module-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.whl-b2b-app-module-card {
    display: block;
    min-height: 170px;
    padding: 20px;
    border: 1px solid var(--whl-app-border);
    border-radius: 22px;
    background: #ffffff;
    color: var(--whl-app-text);
    text-decoration: none;
    box-shadow: 0 18px 38px rgba(9, 53, 71, 0.08);
    transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.whl-b2b-app-module-card:hover,
.whl-b2b-app-module-card:focus {
    border-color: rgba(15, 142, 168, 0.42);
    box-shadow: 0 24px 48px rgba(9, 53, 71, 0.13);
    color: var(--whl-app-text);
    transform: translateY(-2px);
    outline: none;
}

.whl-b2b-app-module-card strong {
    display: block;
    margin-top: 16px;
    font-size: 22px;
    line-height: 1.1;
    letter-spacing: -0.035em;
}

.whl-b2b-app-onboarding {
    display: grid;
    grid-template-columns: minmax(260px, 0.8fr) minmax(320px, 1.2fr);
    gap: 20px;
    align-items: center;
    margin-top: 22px;
    padding: 22px;
    border: 1px solid rgba(15, 142, 168, 0.2);
    border-radius: var(--whl-app-radius);
    background: linear-gradient(135deg, #ffffff, #eaf9fc);
}

.whl-b2b-app-onboarding h2 {
    margin: 4px 0 0;
    color: var(--whl-app-text);
    font-size: 21px;
    line-height: 1.25;
}

.whl-b2b-app-onboarding ol {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
    list-style: none;
}

.whl-b2b-app-onboarding li {
    padding: 10px 13px;
}

.whl-b2b-customer-app__eyebrow {
    margin: 0;
    color: var(--whl-app-cyan);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.whl-b2b-app-sidebar .whl-b2b-customer-app__eyebrow {
    color: #a9edf7;
}

.whl-b2b-customer-app__body {
    margin-top: 24px;
}

.whl-b2b-customer-portal {
    color: var(--whl-app-text);
}

.whl-b2b-portal-polish {
    display: grid;
    gap: 18px;
    margin-bottom: 22px;
    padding: 22px;
    border: 1px solid rgba(15, 142, 168, 0.18);
    border-radius: calc(var(--whl-app-radius) + 6px);
    background:
        radial-gradient(circle at 98% 0%, rgba(124, 92, 255, 0.11), transparent 32%),
        linear-gradient(135deg, #ffffff, #f1fbfd);
    box-shadow: 0 18px 42px rgba(8, 58, 74, 0.09);
}

.whl-b2b-portal-section-header {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    justify-content: space-between;
}

.whl-b2b-portal-section-header h2,
.whl-b2b-portal-section-header h3 {
    margin: 4px 0 8px;
    color: var(--whl-app-text);
    font-size: clamp(24px, 3vw, 36px);
    line-height: 1.05;
    letter-spacing: -0.045em;
}

.whl-b2b-portal-section-header p {
    max-width: 660px;
    margin: 0;
    color: var(--whl-app-muted);
}

.whl-b2b-portal-section-header > span {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    padding: 9px 12px;
    border-radius: 999px;
    background: #e7f8fb;
    color: var(--whl-app-cyan-dark);
    font-size: 12px;
    font-weight: 900;
}

.whl-b2b-portal-module-strip {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 10px;
}

.whl-b2b-portal-module-surface {
    display: block;
    min-height: 116px;
    padding: 14px;
    border: 1px solid var(--whl-app-border);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.84);
    color: var(--whl-app-text);
    text-decoration: none;
    box-shadow: 0 12px 28px rgba(8, 58, 74, 0.07);
    transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.whl-b2b-portal-module-surface:hover,
.whl-b2b-portal-module-surface:focus {
    border-color: rgba(15, 142, 168, 0.42);
    color: var(--whl-app-text);
    box-shadow: 0 20px 40px rgba(8, 58, 74, 0.12);
    outline: none;
    transform: translateY(-2px);
}

.whl-b2b-portal-module-surface span {
    display: block;
    color: var(--whl-app-cyan-dark);
    font-size: 13px;
    font-weight: 900;
}

.whl-b2b-portal-module-surface p {
    margin: 9px 0 0;
    color: var(--whl-app-muted);
    font-size: 12px;
    line-height: 1.45;
}

.whl-b2b-portal-integration-rail {
    display: grid;
    gap: 16px;
    padding: 18px;
    border: 1px solid rgba(15, 142, 168, 0.2);
    border-radius: 22px;
    background:
        radial-gradient(circle at 6% 0%, rgba(15, 142, 168, 0.12), transparent 28%),
        linear-gradient(135deg, #ffffff, #f5fbff);
}

.whl-b2b-portal-readiness-stack {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.whl-b2b-portal-readiness-node {
    position: relative;
    min-height: 158px;
    padding: 18px;
    border: 1px solid var(--whl-app-border);
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 16px 34px rgba(8, 58, 74, 0.08);
}

.whl-b2b-portal-readiness-node::after {
    content: "";
    position: absolute;
    top: 28px;
    right: -18px;
    width: 24px;
    height: 2px;
    background: linear-gradient(90deg, var(--whl-app-cyan), rgba(15, 142, 168, 0));
}

.whl-b2b-portal-readiness-node:last-child::after {
    display: none;
}

.whl-b2b-portal-readiness-node span {
    display: inline-flex;
    padding: 7px 10px;
    border-radius: 999px;
    background: #e7f8fb;
    color: var(--whl-app-cyan-dark);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.whl-b2b-portal-readiness-node strong {
    display: block;
    margin-top: 14px;
    color: var(--whl-app-text);
    font-size: 18px;
    line-height: 1.18;
    letter-spacing: -0.03em;
}

.whl-b2b-portal-readiness-node p {
    margin: 10px 0 0;
    color: var(--whl-app-muted);
    font-size: 13px;
    line-height: 1.55;
}

.whl-b2b-portal-smtp-surface {
    border-color: rgba(15, 142, 168, 0.32);
}

.whl-b2b-portal-billing-surface {
    border-color: rgba(124, 92, 255, 0.28);
}

.whl-b2b-portal-system-map {
    display: grid;
    gap: 16px;
    padding: 18px;
    border: 1px solid rgba(14, 116, 144, 0.2);
    border-radius: 24px;
    background:
        radial-gradient(circle at 92% 0%, rgba(124, 92, 255, 0.14), transparent 26%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(239, 250, 255, 0.88));
    box-shadow: 0 18px 44px rgba(8, 58, 74, 0.08);
}

.whl-b2b-portal-system-map__nodes {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.whl-b2b-portal-system-node {
    min-height: 138px;
    padding: 16px;
    border: 1px solid rgba(216, 230, 238, 0.9);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.94);
}

.whl-b2b-portal-system-node span {
    display: inline-flex;
    padding: 6px 9px;
    border-radius: 999px;
    background: #edfaff;
    color: var(--whl-app-cyan-dark);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.whl-b2b-portal-system-node strong {
    display: block;
    margin-top: 12px;
    color: var(--whl-app-text);
    font-size: 16px;
    letter-spacing: -0.02em;
}

.whl-b2b-portal-system-node p {
    margin: 8px 0 0;
    color: var(--whl-app-muted);
    font-size: 12px;
    line-height: 1.48;
}

.whl-b2b-portal-system-map__edges {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.whl-b2b-portal-system-edge {
    padding: 14px;
    border: 1px dashed rgba(15, 142, 168, 0.34);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.74);
}

.whl-b2b-portal-system-edge strong {
    display: block;
    color: var(--whl-app-cyan-dark);
    font-size: 13px;
}

.whl-b2b-portal-system-edge p {
    margin: 7px 0 0;
    color: var(--whl-app-muted);
    font-size: 12px;
    line-height: 1.45;
}

.whl-b2b-portal-extension-slot {
    padding: 15px 16px;
    border: 1px solid rgba(124, 92, 255, 0.22);
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(124, 92, 255, 0.1), rgba(15, 142, 168, 0.08));
}

.whl-b2b-portal-extension-slot strong {
    display: block;
    color: var(--whl-app-text);
    font-size: 14px;
}

.whl-b2b-portal-extension-slot p {
    margin: 7px 0 0;
    color: var(--whl-app-muted);
    font-size: 12px;
    line-height: 1.45;
}

.whl-b2b-portal-health-center {
    display: grid;
    gap: 16px;
    padding: 18px;
    border: 1px solid rgba(22, 163, 74, 0.2);
    border-radius: 24px;
    background:
        radial-gradient(circle at 10% 8%, rgba(16, 185, 129, 0.14), transparent 28%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(240, 253, 250, 0.88));
    box-shadow: 0 18px 44px rgba(8, 58, 74, 0.08);
}

.whl-b2b-portal-health-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
}

.whl-b2b-portal-health-check {
    min-height: 132px;
    padding: 14px;
    border: 1px solid rgba(216, 230, 238, 0.9);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.94);
}

.whl-b2b-portal-health-check span {
    display: inline-flex;
    padding: 6px 9px;
    border-radius: 999px;
    background: #dcfce7;
    color: #166534;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.whl-b2b-portal-health-check strong {
    display: block;
    margin-top: 11px;
    color: var(--whl-app-text);
    font-size: 15px;
    letter-spacing: -0.02em;
}

.whl-b2b-portal-health-check p {
    margin: 7px 0 0;
    color: var(--whl-app-muted);
    font-size: 12px;
    line-height: 1.45;
}

.whl-b2b-portal-self-test {
    padding: 16px;
    border: 1px solid rgba(15, 142, 168, 0.24);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.78);
}

.whl-b2b-portal-self-test strong {
    display: block;
    color: var(--whl-app-text);
    font-size: 14px;
}

.whl-b2b-portal-self-test ul {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px 14px;
    margin: 12px 0 0;
    padding-left: 18px;
    color: var(--whl-app-muted);
    font-size: 12px;
    line-height: 1.45;
}

.whl-b2b-portal-action-surface,
.whl-b2b-customer-portal__subpanel,
.whl-b2b-customer-portal__preflight,
.whl-b2b-customer-portal__template-library {
    border: 1px solid rgba(216, 230, 238, 0.9);
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 14px 32px rgba(8, 58, 74, 0.07);
}

.whl-b2b-customer-portal__panel {
    padding: 22px;
    border: 1px solid var(--whl-app-border);
    border-radius: calc(var(--whl-app-radius) + 4px);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 16px 38px rgba(8, 58, 74, 0.08);
}

.whl-b2b-customer-portal__panel + .whl-b2b-customer-portal__panel,
.whl-b2b-customer-portal__section + .whl-b2b-customer-portal__section {
    margin-top: 22px;
}

.whl-b2b-customer-portal__panel > h3 {
    margin-top: 0;
    color: var(--whl-app-text);
    font-size: 24px;
    letter-spacing: -0.035em;
}

.whl-b2b-customer-portal__form {
    display: grid;
    gap: 14px;
    margin-top: 16px;
    padding: 18px;
    border: 1px solid rgba(216, 230, 238, 0.78);
    border-radius: 18px;
    background: #f8fcfd;
}

.whl-b2b-customer-portal__form label {
    display: grid;
    gap: 7px;
    color: var(--whl-app-text);
    font-size: 13px;
    font-weight: 800;
}

.whl-b2b-customer-portal__form input,
.whl-b2b-customer-portal__form select,
.whl-b2b-customer-portal__form textarea {
    width: 100%;
    min-height: 42px;
    border: 1px solid var(--whl-app-border);
    border-radius: 12px;
    background: #ffffff;
    color: var(--whl-app-text);
}

.whl-b2b-customer-portal__table {
    width: 100%;
    margin-top: 16px;
    overflow: hidden;
    border: 1px solid var(--whl-app-border);
    border-radius: 18px;
    border-collapse: separate;
    border-spacing: 0;
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(8, 58, 74, 0.06);
}

.whl-b2b-customer-portal__table th {
    background: #eef8fb;
    color: var(--whl-app-cyan-dark);
    font-size: 12px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.whl-b2b-customer-portal__table th,
.whl-b2b-customer-portal__table td {
    padding: 12px 14px;
    border-bottom: 1px solid #edf3f6;
    text-align: left;
    vertical-align: top;
}

.whl-b2b-customer-portal__layout,
.whl-b2b-customer-portal__hero,
.whl-b2b-customer-portal__card,
.whl-b2b-customer-portal__section {
    border-color: var(--whl-app-border);
}

.whl-b2b-customer-portal--focused {
    max-width: none;
    padding: 0;
}

.whl-b2b-customer-portal--focused .whl-b2b-customer-portal__layout {
    display: block;
}

.whl-b2b-customer-portal--focused .whl-b2b-customer-portal__nav {
    display: none;
}

.whl-b2b-customer-portal--focused .whl-b2b-customer-portal__content {
    width: 100%;
    min-width: 0;
}

.whl-b2b-customer-portal__focused-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(180px, auto);
    gap: 18px;
    align-items: center;
    margin-bottom: 18px;
    padding: 20px 22px;
    border: 1px solid var(--whl-app-border);
    border-radius: 22px;
    background:
        radial-gradient(circle at 100% 0%, rgba(124, 92, 255, 0.13), transparent 34%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(249, 247, 255, 0.9));
    box-shadow: 0 18px 44px rgba(19, 14, 57, 0.08);
}

.whl-b2b-customer-portal__focused-header h2 {
    margin: 4px 0 5px;
    color: var(--whl-app-text);
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1;
    letter-spacing: 0;
}

.whl-b2b-customer-portal__focused-header p {
    margin: 0;
    color: var(--whl-app-muted);
    font-size: 15px;
    line-height: 1.45;
}

.whl-b2b-customer-portal__focused-meta {
    display: grid;
    gap: 4px;
    justify-items: end;
    padding: 12px 14px;
    border: 1px solid rgba(124, 92, 255, 0.16);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.72);
}

.whl-b2b-customer-portal__focused-meta span {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 5px 10px;
    border-radius: 999px;
    background: #e9f8ef;
    color: #10a669;
    font-size: 12px;
    font-weight: 900;
}

.whl-b2b-customer-portal__focused-meta strong {
    color: var(--whl-app-text);
    font-size: 14px;
    text-align: right;
}

.whl-b2b-customer-portal__focused-meta em {
    color: var(--whl-app-muted);
    font-size: 12px;
    font-style: normal;
}

.whl-b2b-customer-portal--focused .whl-b2b-customer-portal__section {
    display: none;
}

.whl-b2b-customer-portal--section-dashboard #whl-portal-dashboard,
.whl-b2b-customer-portal--section-contacts #whl-portal-contacts,
.whl-b2b-customer-portal--section-templates #whl-portal-templates,
.whl-b2b-customer-portal--section-campaigns #whl-portal-campaigns,
.whl-b2b-customer-portal--section-credits #whl-portal-credits,
.whl-b2b-customer-portal--section-smtp #whl-portal-smtp,
.whl-b2b-customer-portal--section-account #whl-portal-account {
    display: block;
}

.whl-b2b-customer-portal--section-dashboard .whl-b2b-portal-polish,
.whl-b2b-customer-portal--section-dashboard .whl-b2b-customer-portal__route-context,
.whl-b2b-customer-portal--section-dashboard .whl-b2b-customer-portal__permissions,
.whl-b2b-customer-portal--section-dashboard .whl-b2b-customer-portal__permission-locked,
.whl-b2b-customer-portal--section-dashboard .whl-b2b-customer-portal__readiness,
.whl-b2b-customer-portal--section-dashboard .whl-b2b-customer-portal__empty-states,
.whl-b2b-customer-portal--section-dashboard .whl-b2b-customer-portal__help {
    display: none;
}

.whl-b2b-customer-portal__auth-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-top: 18px;
}

.whl-b2b-customer-portal__button,
.whl-b2b-customer-portal__text-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    border-radius: 999px;
    font-weight: 850;
    text-decoration: none;
}

.whl-b2b-customer-portal__button {
    padding: 10px 16px;
    border: 1px solid rgba(15, 142, 168, 0.34);
    background: var(--whl-app-cyan-dark);
    color: #ffffff;
}

.whl-b2b-customer-portal__button--secondary {
    background: #ffffff;
    color: var(--whl-app-cyan-dark);
}

.whl-b2b-customer-portal__text-link {
    padding: 8px 4px;
    color: var(--whl-app-muted);
}

.whl-b2b-customer-portal__workspace-form {
    display: grid;
    gap: 14px;
    max-width: 720px;
    margin-top: 22px;
    padding: 18px;
    border: 1px solid rgba(124, 92, 255, 0.2);
    border-radius: 22px;
    background:
        radial-gradient(circle at 98% 0%, rgba(124, 92, 255, 0.16), transparent 28%),
        linear-gradient(135deg, #ffffff, #f6f3ff);
    box-shadow: 0 18px 38px rgba(16, 24, 64, 0.1);
}

.whl-b2b-customer-portal__workspace-form label {
    display: block;
    color: var(--whl-app-text);
    font-size: 18px;
    font-weight: 900;
    letter-spacing: -0.02em;
}

.whl-b2b-customer-portal__workspace-form p {
    margin: 7px 0 0;
    color: var(--whl-app-muted);
    font-size: 14px;
    line-height: 1.55;
}

.whl-b2b-customer-portal__workspace-form-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
}

.whl-b2b-customer-portal__workspace-form input {
    width: 100%;
    min-height: 46px;
    padding: 10px 13px;
    border: 1px solid rgba(124, 92, 255, 0.24);
    border-radius: 14px;
    background: #ffffff;
    color: var(--whl-app-text);
    font-size: 14px;
}

.whl-b2b-customer-portal__workspace-form button {
    min-height: 46px;
    padding: 10px 16px;
    border: 0;
    border-radius: 14px;
    background: linear-gradient(135deg, #7c5cff, #0f8ea8);
    color: #ffffff;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 14px 28px rgba(124, 92, 255, 0.2);
}

@media (max-width: 1100px) {
    .whl-b2b-app-shell {
        grid-template-columns: 1fr;
    }

    .whl-b2b-app-sidebar {
        position: static;
        min-height: 0;
    }

    .whl-b2b-app-sidebar__nav {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    }

    .whl-b2b-app-sidebar__account {
        margin-top: 18px;
    }

    .whl-b2b-app-topbar,
    .whl-b2b-app-onboarding {
        grid-template-columns: 1fr;
    }

    .whl-b2b-app-metric-grid,
    .whl-b2b-app-module-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .whl-b2b-portal-module-strip {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .whl-b2b-portal-readiness-stack {
        grid-template-columns: 1fr;
    }

    .whl-b2b-portal-readiness-node::after {
        display: none;
    }

    .whl-b2b-app-topbar {
        flex-direction: column;
    }

    .whl-b2b-app-topbar__side {
        width: 100%;
        flex-basis: auto;
        justify-items: stretch;
    }

    .whl-b2b-app-onboarding ol,
    .whl-b2b-app-topbar__status {
        justify-content: flex-start;
    }
}

@media (max-width: 640px) {
    .whl-b2b-app-main,
    .whl-b2b-app-sidebar {
        padding: 18px;
    }

    .whl-b2b-app-metric-grid,
    .whl-b2b-app-module-grid {
        grid-template-columns: 1fr;
    }

    .whl-b2b-portal-section-header {
        flex-direction: column;
    }

    .whl-b2b-portal-module-strip {
        grid-template-columns: 1fr;
    }

    .whl-b2b-customer-portal__workspace-form-row {
        grid-template-columns: 1fr;
    }

    .whl-b2b-customer-portal__focused-header {
        grid-template-columns: 1fr;
    }

    .whl-b2b-customer-portal__focused-meta {
        justify-items: start;
    }
}
