:root {
    --ce-brand: #087f70;
    --ce-brand-dark: #125047;
    --ce-brand-soft: #e6f3f0;
    --ce-blue: #2568c7;
    --ce-amber: #c87918;
    --ce-red: #c95243;
    --ce-green: #3f8f57;
    --ce-text: #192824;
    --ce-muted: #64736e;
    --ce-faint: #8b9894;
    --ce-line: #dce5e2;
    --ce-line-strong: #cbd7d3;
    --ce-bg: #f4f7f6;
    --ce-paper: #fff;
    --ce-dark: #123c36;
    --ce-code: #17231f;
    --ce-shadow: 0 16px 42px rgba(24, 55, 47, .1);
}
* { box-sizing: border-box; }
html {
    scroll-behavior: smooth;
    touch-action: manipulation;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
body.enterprise-template {
    margin: 0;
    overflow-x: clip;
    background: var(--ce-bg);
    color: var(--ce-text);
    font-family: Inter, "PingFang SC", "Microsoft YaHei", sans-serif;
    font-size: 15px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
body.enterprise-template a { text-decoration: none; }
body.enterprise-template a,
body.enterprise-template button { touch-action: manipulation; }
body.enterprise-template button,
body.enterprise-template input,
body.enterprise-template select,
body.enterprise-template textarea { font: inherit; }
.enterprise-shell { width: calc(100% - 48px); max-width: 1240px; margin: 0 auto; }

/* Header */
.enterprise-utility { height: 32px; background: var(--ce-brand-dark); color: #d6e7e3; font-size: 12px; }
.enterprise-utility .enterprise-shell { height: 100%; display: flex; align-items: center; gap: 24px; }
.enterprise-utility span { display: inline-flex; align-items: center; gap: 8px; }
.enterprise-utility i,
.enterprise-runtime i { width: 7px; height: 7px; display: inline-block; border-radius: 50%; background: #7bd98d; }
.enterprise-utility p { margin: 0 auto 0 0; color: #a9c6bf; }
.enterprise-utility a { color: #d6e7e3; }
.enterprise-utility a:hover { color: #fff; }
.enterprise-header { height: 72px; position: sticky; top: 0; z-index: 30; border-bottom: 1px solid var(--ce-line); background: rgba(255, 255, 255, .96); backdrop-filter: blur(14px); }
.enterprise-nav-shell { height: 100%; display: flex; align-items: center; }
.enterprise-brand { min-width: 200px; display: inline-flex; align-items: center; gap: 11px; color: var(--ce-text); }
.enterprise-brand > img { width: auto; height: 46px; max-width: 190px; display: block; object-fit: contain; }
.enterprise-brand > b { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 7px; background: var(--ce-brand); color: #fff; font: 800 17px Consolas, monospace; box-shadow: 0 7px 18px rgba(8, 127, 112, .2); }
.enterprise-brand > span { min-width: 0; display: grid; }
.enterprise-brand strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 16px; }
.enterprise-brand small { color: var(--ce-brand); font: 9px Consolas, monospace; }
.enterprise-nav { height: 100%; display: flex; align-items: center; gap: 30px; margin-left: 52px; }
.enterprise-nav > a { height: 100%; position: relative; display: inline-flex; align-items: center; color: #52625d; font-size: 14px; }
.enterprise-nav > a:hover,
.enterprise-nav > a.active { color: var(--ce-brand); }
.enterprise-nav > a.active::after { content: ""; height: 3px; position: absolute; right: 0; bottom: 0; left: 0; background: var(--ce-brand); }
.enterprise-nav-actions { margin-left: auto; display: flex; align-items: center; gap: 20px; }
.enterprise-doc-link { color: #5d6b67; font-size: 13px; }
.enterprise-doc-link:hover { color: var(--ce-brand); }
.enterprise-account { min-width: 122px; height: 40px; display: inline-flex; align-items: center; justify-content: space-between; gap: 18px; padding: 0 14px; border: 1px solid var(--ce-brand); border-radius: 6px; background: var(--ce-brand); color: #fff; font-size: 13px; font-weight: 650; box-shadow: 0 7px 18px rgba(8, 127, 112, .15); }
.enterprise-account:hover { background: #066f62; }
.enterprise-account b { font-size: 14px; }
.enterprise-menu,
.enterprise-nav > .enterprise-mobile-account { display: none; }

/* Footer */
.enterprise-footer { border-top: 1px solid #275b53; background: var(--ce-brand-dark); color: #e9f2f0; }
.enterprise-footer-grid { min-height: 260px; display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 58px; padding-top: 52px; padding-bottom: 42px; }
.enterprise-footer-grid > div { min-width: 0; }
.enterprise-footer-brand > a { display: inline-flex; align-items: center; gap: 11px; }
.enterprise-footer-brand img { width: auto; height: 48px; max-width: 190px; object-fit: contain; }
.enterprise-footer-brand > a b { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 6px; background: #fff; color: var(--ce-brand); }
.enterprise-footer-brand p { max-width: 400px; margin: 18px 0 8px; color: #b2ccc6; font-size: 12px; line-height: 1.8; }
.enterprise-footer-brand > span { color: #7fa79f; font: 10px Consolas, monospace; }
.enterprise-footer-grid h2 { margin: 0 0 18px; color: #7fa79f; font-size: 11px; font-weight: 650; }
.enterprise-footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.enterprise-footer-grid > div:not(:first-child) a { max-width: 100%; overflow: hidden; text-overflow: ellipsis; color: #c6dcd7; font-size: 11px; white-space: nowrap; }
.enterprise-footer-grid > div:not(:first-child) a:hover { color: #fff; }
.enterprise-footer-bottom { min-height: 60px; display: flex; align-items: center; gap: 30px; border-top: 1px solid #2b6158; color: #8fb2ab; font-size: 10px; }
.enterprise-runtime { margin-left: auto; display: inline-flex; align-items: center; gap: 8px; }

/* Shared banners */
.enterprise-page-banner { border-bottom: 1px solid var(--ce-line); background: #edf5f3; }
.enterprise-page-banner > .enterprise-shell { min-height: 236px; display: flex; align-items: center; justify-content: space-between; gap: 48px; }
.enterprise-page-banner nav,
.enterprise-doc-mast nav,
.enterprise-article-hero nav { display: flex; align-items: center; gap: 8px; margin-bottom: 22px; color: #82908c; font-size: 11px; }
.enterprise-page-banner nav a:hover,
.enterprise-doc-mast nav a:hover,
.enterprise-article-hero nav a:hover { color: var(--ce-brand); }
.enterprise-page-banner nav b,
.enterprise-doc-mast nav b,
.enterprise-article-hero nav b { color: #4e605a; font-weight: 500; }
.enterprise-page-banner > .enterprise-shell > div > span { color: var(--ce-brand); font: 700 10px Consolas, monospace; }
.enterprise-page-banner h1 { margin: 8px 0 8px; color: var(--ce-text); font-size: 38px; line-height: 1.3; letter-spacing: 0; }
.enterprise-page-banner p { max-width: 680px; margin: 0; color: var(--ce-muted); font-size: 15px; line-height: 1.8; }
.enterprise-page-banner > .enterprise-shell > dl { min-width: 390px; display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; overflow: hidden; border: 1px solid var(--ce-line-strong); border-radius: 8px; background: #fff; box-shadow: 0 10px 30px rgba(34, 70, 61, .07); }
.enterprise-page-banner > .enterprise-shell > dl > div { min-width: 0; padding: 18px; border-right: 1px solid var(--ce-line); }
.enterprise-page-banner > .enterprise-shell > dl > div:last-child { border-right: 0; }
.enterprise-page-banner dt { color: var(--ce-faint); font-size: 10px; }
.enterprise-page-banner dd { margin: 4px 0 0; overflow: hidden; text-overflow: ellipsis; color: var(--ce-text); font: 700 17px Consolas, monospace; white-space: nowrap; }
.enterprise-page-banner dd i { width: 7px; height: 7px; display: inline-block; margin-right: 7px; border-radius: 50%; background: #5dbc72; }

/* Home hero */
.enterprise-home { background: #fff; }
.enterprise-hero { overflow: hidden; border-bottom: 1px solid var(--ce-line); background: #eef6f4; }
.enterprise-hero-layout { min-height: 0; display: block; position: relative; padding-top: 64px; padding-bottom: 54px; }
.enterprise-hero-copy { max-width: 850px; margin: 0 auto; position: relative; z-index: 2; text-align: center; }
.enterprise-eyebrow { display: flex; align-items: center; justify-content: center; gap: 10px; }
.enterprise-eyebrow span { color: var(--ce-brand); font: 700 11px Consolas, monospace; }
.enterprise-eyebrow b { padding: 4px 8px; border: 1px solid #b8cec8; border-radius: 4px; background: rgba(255,255,255,.7); color: #58716a; font-size: 11px; font-weight: 500; }
.enterprise-hero-copy h1 { margin: 20px 0 0; color: var(--ce-text); font-size: 56px; line-height: 1.15; letter-spacing: 0; }
.enterprise-hero-copy h2 { margin: 10px 0 15px; color: #354942; font-size: 28px; line-height: 1.4; letter-spacing: 0; }
.enterprise-hero-copy > p { max-width: 780px; margin: 0 auto; color: var(--ce-muted); font-size: 16px; line-height: 1.85; }
.enterprise-hero-actions { display: flex; justify-content: center; gap: 10px; margin-top: 26px; }
.enterprise-primary,
.enterprise-secondary { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; padding: 0 19px; border-radius: 6px; font-size: 14px; font-weight: 700; }
.enterprise-primary { min-width: 184px; justify-content: space-between; gap: 24px; background: var(--ce-brand); color: #fff; box-shadow: 0 9px 20px rgba(8,127,112,.18); }
.enterprise-primary:hover { background: #066f62; }
.enterprise-secondary { min-width: 142px; border: 1px solid #afc4be; background: #fff; color: #354b44; }
.enterprise-secondary:hover { border-color: var(--ce-brand); color: var(--ce-brand); }
.enterprise-assurance { display: flex; justify-content: center; gap: 0; margin: 25px 0 0; }
.enterprise-assurance > div { min-width: 145px; padding: 0 22px; border-right: 1px solid #c9d9d5; }
.enterprise-assurance > div:last-child { border-right: 0; }
.enterprise-assurance dt { color: #3f554e; font-size: 13px; font-weight: 650; }
.enterprise-assurance dd { margin: 2px 0 0; color: #84918d; font-size: 11px; }
.enterprise-live-console { width: min(100%, 950px); min-width: 0; position: relative; z-index: 3; display: grid; grid-template-columns: 1fr 1.35fr; margin: 42px auto 0; overflow: hidden; border: 1px solid #bfd0cb; border-radius: 8px; background: #fff; box-shadow: 0 28px 70px rgba(31, 70, 60, .16); text-align: left; }
.console-title { min-height: 68px; grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; border-bottom: 1px solid var(--ce-line); background: #fbfcfc; }
.console-title > div span,
.console-title > div strong { display: block; }
.console-title > div span { color: var(--ce-brand); font: 9px Consolas, monospace; }
.console-title > div strong { margin-top: 3px; font-size: 14px; }
.console-title > b { display: inline-flex; align-items: center; gap: 7px; color: var(--ce-green); font: 700 10px Consolas, monospace; }
.console-title > b i,
.console-foot i { width: 7px; height: 7px; display: inline-block; border-radius: 50%; background: #5dbc72; }
.console-metrics { display: grid; grid-template-columns: repeat(2, 1fr); border-right: 1px solid var(--ce-line); }
.console-metrics > div { min-width: 0; padding: 17px 19px; border-right: 1px solid var(--ce-line); border-bottom: 1px solid var(--ce-line); }
.console-metrics > div:nth-child(even) { border-right: 0; }
.console-metrics > div:nth-last-child(-n+2) { border-bottom: 0; }
.console-metrics span,
.console-metrics small { display: block; color: var(--ce-faint); font-size: 11px; }
.console-metrics strong { display: block; margin: 4px 0; overflow: hidden; text-overflow: ellipsis; color: var(--ce-text); font: 700 22px Consolas, monospace; white-space: nowrap; }
.console-request { padding: 17px 20px; }
.console-request > div { display: flex; justify-content: space-between; color: var(--ce-faint); font: 9px Consolas, monospace; }
.console-request > div b { color: var(--ce-green); }
.console-request ol { margin: 12px 0 0; padding: 0; list-style: none; }
.console-request li { min-height: 39px; display: grid; grid-template-columns: 30px 1fr auto; align-items: center; border-top: 1px solid var(--ce-line); }
.console-request li span { color: #98a39f; font: 9px Consolas, monospace; }
.console-request li p { margin: 0; color: #4f605a; font-size: 12px; }
.console-request li b { color: var(--ce-brand); font: 9px Consolas, monospace; }
.console-foot { min-height: 40px; grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; border-top: 1px solid var(--ce-line); background: #f7faf9; color: #7c8985; font-size: 11px; }
.console-foot span { display: inline-flex; align-items: center; gap: 8px; }
.enterprise-access { padding-top: 0; border-bottom: 1px solid var(--ce-line); background: #fff; }
.enterprise-access > div { min-height: 108px; display: grid; grid-template-columns: repeat(4, 1fr); }
.enterprise-access a { min-width: 0; display: grid; grid-template-columns: 30px 1fr auto; gap: 11px; align-items: center; padding: 0 22px; border-right: 1px solid var(--ce-line); }
.enterprise-access a:first-child { border-left: 1px solid var(--ce-line); }
.enterprise-access a:hover { background: #f7faf9; box-shadow: inset 0 -3px var(--ce-brand); }
.enterprise-access a > b { color: var(--ce-brand); font: 700 10px Consolas, monospace; }
.enterprise-access a strong,
.enterprise-access a small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.enterprise-access a strong { font-size: 14px; }
.enterprise-access a small { margin-top: 3px; color: var(--ce-faint); font-size: 11px; }
.enterprise-access a > i { color: var(--ce-brand); font-style: normal; }

/* Home content */
.enterprise-capabilities,
.enterprise-process,
.enterprise-insights { padding: 92px 0; background: #fff; }
.enterprise-section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; margin-bottom: 36px; }
.enterprise-section-head > div > span,
.operations-copy > span { color: var(--ce-brand); font: 700 10px Consolas, monospace; }
.enterprise-section-head h2,
.operations-copy h2 { margin: 7px 0 0; color: var(--ce-text); font-size: 30px; line-height: 1.4; letter-spacing: 0; }
.enterprise-section-head > p { max-width: 530px; margin: 0; color: var(--ce-muted); font-size: 14px; line-height: 1.8; }
.enterprise-section-head > a { color: var(--ce-brand); font-size: 13px; font-weight: 700; }
.enterprise-capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.enterprise-capability-grid article { min-height: 370px; position: relative; padding: 28px; border: 1px solid var(--ce-line); border-radius: 8px; background: #fff; box-shadow: 0 8px 26px rgba(31, 68, 59, .05); }
.enterprise-capability-grid article:hover { border-color: #b4cbc5; box-shadow: var(--ce-shadow); transform: translateY(-3px); }
.enterprise-capability-grid article > b { position: absolute; top: 28px; right: 28px; color: #bdc8c4; font: 700 11px Consolas, monospace; }
.capability-symbol { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 7px; background: var(--ce-brand-soft); color: var(--ce-brand); font: 700 13px Consolas, monospace; }
.enterprise-capability-grid article:nth-child(2) .capability-symbol { background: #edf3fb; color: var(--ce-blue); }
.enterprise-capability-grid article:nth-child(3) .capability-symbol { background: #fff3e4; color: var(--ce-amber); }
.enterprise-capability-grid h3 { margin: 24px 0 10px; font-size: 18px; }
.enterprise-capability-grid p { min-height: 88px; margin: 0; color: var(--ce-muted); font-size: 14px; line-height: 1.8; }
.enterprise-capability-grid ul { margin: 25px 0 0; padding: 18px 0 0; border-top: 1px solid var(--ce-line); list-style: none; }
.enterprise-capability-grid li { position: relative; padding: 5px 0 5px 15px; color: #53645e; font-size: 13px; }
.enterprise-capability-grid li::before { content: ""; width: 6px; height: 6px; position: absolute; top: 11px; left: 0; border-radius: 50%; background: var(--ce-brand); }
.enterprise-operations { padding: 86px 0; background: var(--ce-brand-dark); color: #fff; }
.enterprise-operations-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; }
.operations-copy > span { color: #82d0c0; }
.operations-copy h2 { color: #fff; font-size: 32px; }
.operations-copy p { max-width: 470px; margin: 14px 0 0; color: #b1cbc5; font-size: 14px; line-height: 1.9; }
.operations-copy a { display: inline-flex; gap: 18px; margin-top: 26px; color: #fff; font-size: 13px; font-weight: 650; }
.operations-copy a b { color: #8be0cf; }
.operations-board { overflow: hidden; border: 1px solid #3f746b; border-radius: 8px; background: #fff; color: var(--ce-text); box-shadow: 0 20px 45px rgba(4, 28, 23, .18); }
.operations-row { min-height: 59px; display: grid; grid-template-columns: 1.5fr .8fr .7fr; align-items: center; padding: 0 20px; border-bottom: 1px solid var(--ce-line); }
.operations-row:last-child { border-bottom: 0; }
.operations-row.header { min-height: 40px; background: #edf5f3; color: #70817b; font: 9px Consolas, monospace; }
.operations-row > span { color: #50615b; font-size: 13px; }
.operations-row > strong { font: 700 13px Consolas, monospace; }
.operations-row > b { color: var(--ce-green); font-size: 10px; font-weight: 600; }
.enterprise-process { background: var(--ce-bg); }
.enterprise-process ol { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin: 0; padding: 1px; background: var(--ce-line-strong); list-style: none; }
.enterprise-process li { min-height: 235px; display: grid; grid-template-columns: 34px 1fr; gap: 15px; padding: 26px; background: #fff; }
.enterprise-process li > b { color: var(--ce-brand); font: 700 11px Consolas, monospace; }
.enterprise-process li span { color: #93a09b; font: 9px Consolas, monospace; }
.enterprise-process li h3 { margin: 26px 0 8px; font-size: 16px; }
.enterprise-process li p { margin: 0; color: var(--ce-muted); font-size: 13px; line-height: 1.8; }
.enterprise-insight-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.enterprise-insight-grid > a { min-height: 265px; position: relative; padding: 24px; border: 1px solid var(--ce-line); border-radius: 8px; background: #fff; }
.enterprise-insight-grid > a:hover { border-color: #b4cbc5; box-shadow: var(--ce-shadow); transform: translateY(-3px); }
.enterprise-insight-grid > a > div { display: flex; justify-content: space-between; color: var(--ce-faint); font: 9px Consolas, monospace; }
.enterprise-insight-grid > a > div span { color: var(--ce-brand); }
.enterprise-insight-grid > a > b { position: absolute; top: 58px; right: 24px; color: #edf3f1; font: 700 46px Consolas, monospace; }
.enterprise-insight-grid h3 { max-width: 80%; margin: 38px 0 9px; font-size: 16px; line-height: 1.5; }
.enterprise-insight-grid p { margin: 0; color: var(--ce-muted); font-size: 13px; line-height: 1.8; }
.enterprise-insight-grid > a > strong { position: absolute; bottom: 24px; color: var(--ce-brand); font-size: 12px; }
.enterprise-final-cta { padding: 70px 0; background: #e8f3f0; }
.enterprise-final-cta > div { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.enterprise-final-cta span { color: var(--ce-brand); font: 700 10px Consolas, monospace; }
.enterprise-final-cta h2 { margin: 7px 0 6px; font-size: 29px; letter-spacing: 0; }
.enterprise-final-cta p { margin: 0; color: var(--ce-muted); font-size: 14px; }
.enterprise-final-cta a { min-width: 152px; height: 46px; display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; padding: 0 16px; border-radius: 6px; background: var(--ce-brand); color: #fff; font-size: 13px; font-weight: 700; box-shadow: 0 9px 20px rgba(8,127,112,.16); }

/* API market */
.enterprise-market-page { min-height: 70vh; padding-bottom: 80px; background: var(--ce-bg); }
.enterprise-market-layout { display: grid; grid-template-columns: 245px minmax(0, 1fr); gap: 18px; align-items: start; padding-top: 24px; }
.enterprise-taxonomy { position: sticky; top: 92px; overflow: hidden; border: 1px solid var(--ce-line); border-radius: 8px; background: #fff; box-shadow: 0 8px 25px rgba(30, 64, 56, .05); }
.taxonomy-head { min-height: 66px; display: flex; align-items: center; justify-content: space-between; padding: 0 16px; border-bottom: 1px solid var(--ce-line); background: #fbfcfc; }
.taxonomy-head span,
.enterprise-catalog-heading span,
.enterprise-news-section-head span,
.news-side-title span,
.doc-nav-title span,
.enterprise-subhead > span,
.context-title > span,
.enterprise-article-meta > div > span,
.enterprise-article-actions section > span { color: var(--ce-brand); font: 700 9px Consolas, monospace; }
.taxonomy-head h2,
.news-side-title h2,
.doc-nav-title h2 { margin: 3px 0 0; font-size: 14px; }
.taxonomy-head > b { color: var(--ce-faint); font: 650 11px Consolas, monospace; }
.enterprise-taxonomy > nav { padding: 7px; }
.enterprise-taxonomy > nav a { min-height: 58px; display: grid; grid-template-columns: 30px 1fr auto; gap: 9px; align-items: center; padding: 7px 9px; border-radius: 5px; color: #53635e; }
.enterprise-taxonomy > nav a:hover { background: #f1f6f4; }
.enterprise-taxonomy > nav a.active { background: var(--ce-brand); color: #fff; }
.enterprise-taxonomy > nav a > span { color: #9ba7a3; font: 9px Consolas, monospace; }
.enterprise-taxonomy > nav a.active > span { color: #bce8de; }
.enterprise-taxonomy > nav strong,
.enterprise-taxonomy > nav small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.enterprise-taxonomy > nav strong { font-size: 13px; }
.enterprise-taxonomy > nav small { margin-top: 2px; color: #99a5a1; font: 10px Consolas, monospace; }
.enterprise-taxonomy > nav a.active small { color: #c0e5dd; }
.enterprise-taxonomy > nav a > b { color: #98a49f; font: 550 9px Consolas, monospace; }
.enterprise-taxonomy > nav a.active > b { color: #fff; }
.taxonomy-support { margin: 8px; padding: 16px; border-left: 3px solid var(--ce-blue); border-radius: 4px; background: #f1f6fb; }
.taxonomy-support > span { color: var(--ce-blue); font: 8px Consolas, monospace; }
.taxonomy-support h3 { margin: 8px 0 5px; font-size: 14px; }
.taxonomy-support p { margin: 0; color: #6c7c77; font-size: 11px; line-height: 1.75; }
.taxonomy-support a { display: inline-block; margin-top: 12px; color: var(--ce-blue); font-size: 11px; font-weight: 700; }
.enterprise-catalog { min-width: 0; }
.enterprise-catalog-toolbar { min-width: 0; display: grid; grid-template-columns: minmax(280px, 1fr) 190px; gap: 8px; }
.enterprise-catalog-search,
.enterprise-catalog-sort { height: 48px; display: flex; align-items: center; border: 1px solid var(--ce-line-strong); border-radius: 6px; background: #fff; }
.enterprise-catalog-search > span,
.enterprise-catalog-sort > span { flex: 0 0 auto; padding-left: 13px; color: var(--ce-faint); font: 8px Consolas, monospace; }
.enterprise-catalog-search input { min-width: 0; height: 100%; flex: 1; padding: 0 13px; border: 0; outline: 0; background: transparent; color: var(--ce-text); font-size: 14px; }
.enterprise-catalog-search:focus-within { border-color: var(--ce-brand); box-shadow: 0 0 0 3px rgba(8,127,112,.08); }
.enterprise-catalog-search button { height: 36px; margin-right: 6px; padding: 0 15px; border: 0; border-radius: 5px; background: var(--ce-brand); color: #fff; font-size: 13px; cursor: pointer; }
.enterprise-catalog-sort select { min-width: 0; flex: 1; padding: 0 10px; border: 0; outline: 0; background: transparent; color: #465650; font-size: 13px; }
.enterprise-catalog-heading { min-height: 96px; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.enterprise-catalog-heading h2,
.enterprise-news-section-head h2 { margin: 4px 0 2px; font-size: 20px; }
.enterprise-catalog-heading p { margin: 0; color: var(--ce-muted); font-size: 12px; }
.enterprise-catalog-heading > b,
.enterprise-news-section-head > b { color: var(--ce-faint); font: 9px Consolas, monospace; }
.enterprise-api-directory { overflow: hidden; border: 1px solid var(--ce-line-strong); border-radius: 8px; background: #fff; box-shadow: 0 10px 28px rgba(30,64,56,.05); }
.directory-columns { min-height: 38px; display: grid; grid-template-columns: minmax(280px, 1.7fr) 1fr .9fr .75fr; align-items: center; padding: 0 16px; border-bottom: 1px solid var(--ce-line); background: #edf3f1; color: #71807b; font: 9px Consolas, monospace; }
.enterprise-api-row { min-width: 0; min-height: 150px; display: grid; grid-template-columns: minmax(280px, 1.7fr) 1fr .9fr .75fr; align-items: stretch; border-bottom: 1px solid var(--ce-line); }
.enterprise-api-row:last-child { border-bottom: 0; }
.enterprise-api-row:hover { background: #fbfdfc; box-shadow: inset 4px 0 var(--ce-brand); }
.enterprise-api-row > div { min-width: 0; padding: 18px 16px; border-right: 1px solid #e6ecea; }
.enterprise-api-row > div:last-child { border-right: 0; }
.directory-service { display: flex; gap: 13px; }
.directory-icon { width: 50px; height: 50px; display: grid; place-items: center; flex: 0 0 50px; overflow: hidden; border-radius: 7px; background: var(--ce-brand-soft); color: var(--ce-brand); font-size: 16px; font-weight: 750; }
.directory-icon img { width: 100%; height: 100%; object-fit: cover; }
.directory-service > div { min-width: 0; }
.directory-service > div > span { color: var(--ce-brand); font-size: 11px; }
.directory-service h3 { margin: 3px 0 5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 16px; }
.directory-service h3 a:hover { color: var(--ce-brand); }
.directory-service p { max-width: 420px; margin: 0; color: var(--ce-muted); font-size: 12px; line-height: 1.7; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.directory-policy { display: flex; align-items: flex-start; gap: 13px; }
.directory-method { min-width: 44px; height: 23px; display: grid; place-items: center; border: 1px solid #b5d6cf; border-radius: 4px; background: var(--ce-brand-soft); color: var(--ce-brand); font: 700 9px Consolas, monospace; }
.directory-method.method-post,
.directory-method.method-put,
.directory-method.method-patch { border-color: #bfd5eb; background: #eef5fc; color: var(--ce-blue); }
.directory-method.method-delete { border-color: #ebc3bd; background: #fff0ee; color: var(--ce-red); }
.directory-policy dl,
.directory-runtime dl { margin: 0; }
.directory-policy dl > div,
.directory-runtime dl > div { margin-bottom: 7px; }
.directory-policy dt,
.directory-runtime dt { color: var(--ce-faint); font-size: 10px; }
.directory-policy dd,
.directory-runtime dd { margin: 1px 0 0; color: #4d5c57; font-size: 11px; font-weight: 650; }
.directory-action { display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; }
.directory-price { max-width: 100%; overflow: hidden; text-overflow: ellipsis; padding: 4px 7px; border-radius: 4px; background: #eaf5ec; color: var(--ce-green); font-size: 11px; white-space: nowrap; }
.directory-price.price-balance { background: #fff0ed; color: var(--ce-red); }
.directory-price.price-points { background: #eef5fc; color: var(--ce-blue); }
.directory-price.price-member { background: #fff4e5; color: var(--ce-amber); }
.directory-action > a { color: var(--ce-brand); font-size: 12px; font-weight: 700; }
.directory-action > a b { margin-left: 6px; }
.enterprise-catalog-empty,
.enterprise-news-empty { min-height: 390px; display: grid; place-content: center; justify-items: center; border: 1px solid var(--ce-line-strong); border-radius: 8px; background: #fff; text-align: center; }
.enterprise-catalog-empty > b,
.enterprise-news-empty > b { color: var(--ce-brand); font: 700 10px Consolas, monospace; }
.enterprise-catalog-empty h2,
.enterprise-news-empty h2 { margin: 12px 0 5px; font-size: 19px; }
.enterprise-catalog-empty p,
.enterprise-news-empty p { margin: 0; color: var(--ce-muted); font-size: 11px; }
.enterprise-catalog-empty a,
.enterprise-news-empty a { margin-top: 18px; padding-bottom: 3px; border-bottom: 1px solid #aebdb8; color: var(--ce-brand); font-size: 10px; }
.enterprise-pagination { display: flex; align-items: center; justify-content: center; gap: 5px; margin-top: 24px; }
.enterprise-pagination a,
.enterprise-pagination span { min-width: 35px; height: 35px; display: grid; place-items: center; padding: 0 10px; border: 1px solid var(--ce-line-strong); border-radius: 5px; background: #fff; color: #53625d; font: 10px Consolas, monospace; }
.enterprise-pagination span { border: 0; background: transparent; color: var(--ce-faint); }
.enterprise-pagination a:hover,
.enterprise-pagination a.active { border-color: var(--ce-brand); background: var(--ce-brand); color: #fff; }

/* API documentation */
.enterprise-doc-page { min-height: 72vh; padding-bottom: 80px; background: var(--ce-bg); }
.enterprise-doc-mast { border-bottom: 1px solid var(--ce-line); background: #edf5f3; }
.enterprise-doc-mast > .enterprise-shell { min-height: 220px; padding-top: 24px; padding-bottom: 28px; }
.enterprise-doc-mast nav { margin-bottom: 24px; }
.enterprise-doc-title { display: grid; grid-template-columns: 74px minmax(0, 1fr) auto; gap: 19px; align-items: center; }
.enterprise-doc-icon { width: 74px; height: 74px; display: grid; place-items: center; overflow: hidden; border: 1px solid #bad1cb; border-radius: 8px; background: #fff; color: var(--ce-brand); font-size: 24px; font-weight: 750; box-shadow: 0 8px 22px rgba(31,68,59,.08); }
.enterprise-doc-icon img { width: 100%; height: 100%; object-fit: cover; }
.enterprise-doc-title > div:nth-child(2) { min-width: 0; }
.enterprise-doc-title > div:nth-child(2) > span { color: var(--ce-brand); font: 700 9px Consolas, monospace; }
.enterprise-doc-title h1 { margin: 4px 0 4px; overflow-wrap: anywhere; color: var(--ce-text); font-size: 29px; letter-spacing: 0; }
.enterprise-doc-title p { margin: 0; color: var(--ce-muted); font-size: 13px; }
.enterprise-doc-badges { display: flex; align-items: center; gap: 7px; }
.enterprise-doc-badges > span,
.enterprise-doc-badges > b,
.enterprise-doc-badges > strong { height: 29px; display: inline-flex; align-items: center; padding: 0 9px; border: 1px solid #bed0cb; border-radius: 4px; background: #fff; color: #52625d; font: 650 9px Consolas, monospace; }
.enterprise-doc-badges > span { border-color: #aad1c8; color: var(--ce-brand); }
.enterprise-doc-badges > strong { gap: 6px; color: var(--ce-green); }
.enterprise-doc-badges i { width: 6px; height: 6px; border-radius: 50%; background: #5dbc72; }
.enterprise-doc-layout { display: grid; grid-template-columns: 205px minmax(0, 1fr) 240px; gap: 14px; align-items: start; padding-top: 20px; }
.enterprise-doc-navigation,
.enterprise-doc-content,
.enterprise-doc-context > section { border: 1px solid var(--ce-line); border-radius: 8px; background: #fff; box-shadow: 0 7px 24px rgba(30,64,56,.04); }
.enterprise-doc-navigation { position: sticky; top: 92px; overflow: hidden; }
.doc-nav-title { min-height: 64px; padding: 14px; border-bottom: 1px solid var(--ce-line); background: #fbfcfc; }
.enterprise-doc-navigation > nav { padding: 7px; }
.enterprise-doc-navigation > nav button { width: 100%; min-height: 58px; display: grid; grid-template-columns: 28px 1fr; gap: 9px; align-items: center; padding: 7px 9px; border: 0; border-radius: 5px; background: transparent; color: #50605b; text-align: left; cursor: pointer; }
.enterprise-doc-navigation > nav button:hover { background: #f0f6f4; }
.enterprise-doc-navigation > nav button.active { background: var(--ce-brand); color: #fff; }
.enterprise-doc-navigation > nav button > b { color: #9ba6a2; font: 9px Consolas, monospace; }
.enterprise-doc-navigation > nav button.active > b { color: #c2e8e0; }
.enterprise-doc-navigation > nav strong,
.enterprise-doc-navigation > nav small { display: block; }
.enterprise-doc-navigation > nav strong { font-size: 13px; }
.enterprise-doc-navigation > nav small { margin-top: 2px; color: #98a39f; font-size: 10px; }
.enterprise-doc-navigation > nav button.active small { color: #c1e4dd; }
.doc-nav-support { margin: 8px; padding: 14px; border-left: 3px solid var(--ce-blue); border-radius: 4px; background: #f1f6fb; }
.doc-nav-support > span { color: var(--ce-blue); font: 8px Consolas, monospace; }
.doc-nav-support p { margin: 7px 0; color: #667671; font-size: 11px; line-height: 1.7; }
.doc-nav-support a { color: var(--ce-blue); font-size: 11px; font-weight: 700; }
.enterprise-doc-content { min-width: 0; overflow: hidden; }
.api-tab-panel { min-width: 0; padding: 24px; }
.api-tab-panel[hidden] { display: none; }
.enterprise-panel-head { min-height: 80px; display: flex; align-items: flex-start; justify-content: space-between; gap: 25px; padding-bottom: 20px; border-bottom: 1px solid var(--ce-line); }
.enterprise-panel-head span { color: var(--ce-brand); font: 700 9px Consolas, monospace; }
.enterprise-panel-head h2 { margin: 4px 0 3px; font-size: 21px; letter-spacing: 0; }
.enterprise-panel-head p { margin: 0; color: var(--ce-muted); font-size: 12px; }
.enterprise-panel-head > button { height: 36px; padding: 0 12px; border: 1px solid var(--ce-brand); border-radius: 5px; background: #fff; color: var(--ce-brand); font-size: 12px; cursor: pointer; }
.enterprise-panel-head > button:hover { background: var(--ce-brand); color: #fff; }
.enterprise-request-profile { margin-top: 22px; }
.enterprise-request-profile > h3 { margin: 0 0 10px; font-size: 13px; }
.enterprise-request-profile dl { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; overflow: hidden; border: 1px solid var(--ce-line); border-radius: 6px; }
.enterprise-request-profile dl > div { min-width: 0; padding: 12px; border-right: 1px solid var(--ce-line); border-bottom: 1px solid var(--ce-line); }
.enterprise-request-profile dl > div:nth-child(3n) { border-right: 0; }
.enterprise-request-profile dl > div:nth-last-child(-n+3) { border-bottom: 0; }
.enterprise-request-profile dt,
.context-metrics dt { color: var(--ce-faint); font-size: 10px; }
.enterprise-request-profile dd,
.context-metrics dd { margin: 3px 0 0; overflow-wrap: anywhere; color: #455650; font-size: 12px; font-weight: 650; }
.enterprise-parameter-section,
.enterprise-markdown { margin-top: 30px; }
.enterprise-subhead { margin-bottom: 11px; }
.enterprise-subhead h3 { margin: 3px 0 0; font-size: 15px; }
.enterprise-table,
.doc-table-wrap { max-width: 100%; overflow-x: auto; border: 1px solid var(--ce-line); border-radius: 6px; }
.enterprise-table table,
.doc-table-wrap table { width: 100%; min-width: 590px; border-collapse: collapse; font-size: 12px; }
.enterprise-table th,
.enterprise-table td,
.doc-table-wrap th,
.doc-table-wrap td { padding: 11px; border-right: 1px solid var(--ce-line); border-bottom: 1px solid var(--ce-line); text-align: left; vertical-align: middle; }
.enterprise-table th:last-child,
.enterprise-table td:last-child,
.doc-table-wrap th:last-child,
.doc-table-wrap td:last-child { border-right: 0; }
.enterprise-table tr:last-child td,
.doc-table-wrap tr:last-child td { border-bottom: 0; }
.enterprise-table th,
.doc-table-wrap th { background: #edf3f1; color: #50615b; font: 650 9px Consolas, monospace; white-space: nowrap; }
.enterprise-table td,
.doc-table-wrap td { color: #5a6964; }
.enterprise-table code,
.doc-table-wrap code,
.enterprise-markdown p code { padding: 2px 5px; border-radius: 3px; background: #eaf3f0; color: var(--ce-brand); font: 9px Consolas, monospace; }
.required-yes,
.required-no { padding: 3px 6px; border-radius: 3px; font-size: 8px; }
.required-yes { background: #fff0ed; color: var(--ce-red); }
.required-no { background: #eef2f1; color: #687772; }
.enterprise-markdown h2 { margin: 30px 0 12px; padding-left: 11px; border-left: 3px solid var(--ce-brand); font-size: 16px; letter-spacing: 0; }
.enterprise-markdown h3 { margin: 23px 0 9px; font-size: 14px; letter-spacing: 0; }
.enterprise-markdown p,
.enterprise-markdown li { color: #53635e; font-size: 13px; line-height: 1.9; }
.enterprise-markdown p { margin: 8px 0; }
.enterprise-markdown ul { padding-left: 22px; }
.enterprise-markdown .doc-table-wrap { margin: 12px 0 20px; }
.doc-code-block,
.enterprise-code-workbench,
.enterprise-debug-response { overflow: hidden; margin: 14px 0 20px; border: 1px solid #273a34; border-radius: 7px; background: var(--ce-code); }
.doc-code-head,
.code-example-toolbar,
.debug-response-head { min-height: 42px; display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 0 13px; border-bottom: 1px solid #32463f; color: #98aaa4; font: 9px Consolas, monospace; }
.doc-code-head button,
.code-example-toolbar button { border: 0; background: transparent; color: #a8b9b3; font-size: 9px; cursor: pointer; }
.doc-code-head button:hover,
.code-example-toolbar button:hover { color: #8fe0cf; }
.doc-code-block pre,
.code-example,
.enterprise-debug-response pre { max-height: 560px; overflow: auto; margin: 0; padding: 17px; color: #dce7e3; font: 10px/1.8 Consolas, monospace; white-space: pre; }
.doc-code-block pre code { color: inherit; font: inherit; }
.status-code { min-width: 42px; display: inline-flex; justify-content: center; padding: 3px 6px; border-radius: 3px; font: 700 9px Consolas, monospace; }
.code-success { background: #e7f4ea; color: var(--ce-green); }
.code-warning { background: #fff3e3; color: var(--ce-amber); }
.code-danger { background: #ffebe8; color: var(--ce-red); }
.code-example-toolbar > div { display: flex; gap: 3px; overflow-x: auto; }
.code-example-toolbar > div button { height: 29px; padding: 0 9px; border-radius: 4px; }
.code-example-toolbar > div button.active { background: #29443c; color: #9ce8d9; }
.code-example-toolbar > button { height: 29px; padding: 0 9px; border: 1px solid #426057; border-radius: 4px; }
.code-example[hidden] { display: none; }
.enterprise-debug-endpoint { min-width: 0; min-height: 48px; display: grid; grid-template-columns: 54px minmax(0, 1fr) auto; align-items: center; margin-top: 22px; overflow: hidden; border: 1px solid var(--ce-line); border-radius: 6px; background: #f6f9f8; }
.enterprise-debug-endpoint > span { height: 100%; display: grid; place-items: center; border-right: 1px solid var(--ce-line); color: var(--ce-brand); font: 700 9px Consolas, monospace; }
.enterprise-debug-endpoint code { min-width: 0; overflow-x: auto; padding: 0 11px; font: 9px Consolas, monospace; white-space: nowrap; }
.enterprise-debug-endpoint > b { padding-right: 11px; color: var(--ce-faint); font: 8px Consolas, monospace; }
.enterprise-debug-form { display: grid; gap: 14px; margin-top: 20px; }
.debug-field { display: grid; gap: 6px; }
.debug-field > span { color: #394a44; font-size: 10px; font-weight: 650; }
.debug-field small { margin-left: 5px; color: var(--ce-faint); font-size: 8px; font-weight: 400; }
.debug-field input,
.debug-field textarea,
.debug-field select { width: 100%; min-height: 41px; padding: 8px 11px; border: 1px solid var(--ce-line-strong); border-radius: 5px; outline: 0; background: #fff; color: var(--ce-text); font: 10px/1.6 Consolas, monospace; }
.debug-field textarea { min-height: 105px; resize: vertical; }
.debug-field input:focus,
.debug-field textarea:focus,
.debug-field select:focus { border-color: var(--ce-brand); box-shadow: 0 0 0 3px rgba(8,127,112,.08); }
.debug-field em { color: #84918d; font-size: 8px; font-style: normal; }
.enterprise-no-params { margin: 0; padding: 12px; border-left: 3px solid var(--ce-brand); border-radius: 3px; background: #edf5f3; color: #667671; font-size: 9px; }
#sendPublicDebug { width: 152px; height: 41px; display: flex; align-items: center; justify-content: space-between; padding: 0 13px; border: 0; border-radius: 5px; background: var(--ce-brand); color: #fff; font-size: 10px; font-weight: 700; cursor: pointer; }
#sendPublicDebug:disabled { opacity: .6; cursor: wait; }
.enterprise-debug-response { margin-top: 22px; margin-bottom: 0; }
.debug-response-head span.success { color: #85d99a; }
.debug-response-head span.error { color: #ff9b8c; }
.enterprise-debug-response pre { min-height: 210px; white-space: pre-wrap; word-break: break-word; }
.debug-preview { padding: 16px; border-bottom: 1px solid #32463f; text-align: center; }
.debug-preview img,
.debug-preview video { max-width: 100%; max-height: 430px; border-radius: 4px; }
.debug-preview audio { width: min(100%, 500px); }
.enterprise-doc-context { display: grid; gap: 10px; position: sticky; top: 92px; }
.enterprise-doc-context > section { min-width: 0; padding: 14px; }
.context-title { min-height: 28px; display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; }
.context-title > b { color: var(--ce-brand); font: 700 9px Consolas, monospace; }
.context-title > a { color: var(--ce-brand); font-size: 9px; }
.endpoint-copy { min-width: 0; overflow: hidden; border: 1px solid var(--ce-line); border-radius: 5px; background: #f5f8f7; }
.endpoint-copy code { display: block; overflow-x: auto; padding: 11px; font: 9px/1.6 Consolas, monospace; white-space: nowrap; }
.endpoint-copy button { width: 100%; height: 34px; border: 0; border-top: 1px solid var(--ce-line); background: #fff; color: var(--ce-brand); font-size: 9px; cursor: pointer; }
.endpoint-copy button:hover { background: var(--ce-brand); color: #fff; }
.context-metrics { display: grid; grid-template-columns: 1fr 1fr; margin: 0; overflow: hidden; border: 1px solid var(--ce-line); border-radius: 5px; }
.context-metrics > div { min-width: 0; padding: 10px; border-right: 1px solid var(--ce-line); border-bottom: 1px solid var(--ce-line); }
.context-related { display: grid; gap: 6px; }
.context-related a { min-width: 0; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px; align-items: center; padding: 10px; border: 1px solid var(--ce-line); border-radius: 5px; }
.context-related a:hover { border-color: #a9c6bf; background: #f5faf8; }
.context-related strong,
.context-related small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.context-related strong { font-size: 10px; }
.context-related small { color: var(--ce-faint); font-size: 8px; }
.context-related a > span { color: var(--ce-blue); font: 700 8px Consolas, monospace; }
.context-empty { margin: 0; padding: 15px 0; color: var(--ce-faint); font-size: 9px; text-align: center; }

/* News */
.enterprise-news-page { min-height: 70vh; padding-bottom: 80px; background: var(--ce-bg); }
.enterprise-news-layout { display: grid; grid-template-columns: 230px minmax(0, 1fr); gap: 18px; align-items: start; padding-top: 24px; }
.enterprise-news-sidebar { position: sticky; top: 92px; overflow: hidden; border: 1px solid var(--ce-line); border-radius: 8px; background: #fff; }
.news-side-title { min-height: 64px; padding: 14px; border-bottom: 1px solid var(--ce-line); background: #fbfcfc; }
.enterprise-news-sidebar > nav { padding: 7px; }
.enterprise-news-sidebar > nav a { min-height: 50px; display: grid; grid-template-columns: 26px 1fr auto; align-items: center; padding: 0 9px; border-radius: 5px; color: #53635e; }
.enterprise-news-sidebar > nav a:hover { background: #f1f6f4; }
.enterprise-news-sidebar > nav a.active { background: var(--ce-brand); color: #fff; }
.enterprise-news-sidebar > nav b { color: #99a5a1; font: 9px Consolas, monospace; }
.enterprise-news-sidebar > nav a.active b { color: #bfe7df; }
.enterprise-news-sidebar > nav span { font-size: 11px; font-weight: 650; }
.enterprise-news-sidebar > nav i { color: var(--ce-brand); font-style: normal; }
.enterprise-news-sidebar > nav a.active i { color: #fff; }
.news-side-brief { margin: 8px; padding: 15px; border-left: 3px solid var(--ce-blue); border-radius: 4px; background: #f1f6fb; }
.news-side-brief > span { color: var(--ce-blue); font: 8px Consolas, monospace; }
.news-side-brief h3 { margin: 8px 0 5px; font-size: 12px; }
.news-side-brief p { margin: 0; color: #697a74; font-size: 9px; line-height: 1.75; }
.news-side-brief a { display: inline-block; margin-top: 11px; color: var(--ce-blue); font-size: 9px; font-weight: 700; }
.enterprise-news-content { min-width: 0; }
.enterprise-news-section-head { min-height: 68px; display: flex; align-items: center; justify-content: space-between; }
.enterprise-featured-story { min-height: 380px; display: grid; grid-template-columns: 1.08fr .92fr; overflow: hidden; border: 1px solid var(--ce-line-strong); border-radius: 8px; background: #fff; box-shadow: 0 12px 34px rgba(30,64,56,.07); }
.featured-story-media { min-height: 380px; overflow: hidden; border-right: 1px solid var(--ce-line); background: var(--ce-brand-dark); }
.featured-story-media > img { width: 100%; height: 100%; display: block; object-fit: cover; }
.featured-story-media > div { height: 100%; min-height: 380px; display: flex; flex-direction: column; justify-content: space-between; padding: 31px; color: #fff; }
.featured-story-media > div span { color: #91d8ca; font: 700 10px Consolas, monospace; }
.featured-story-media > div strong { align-self: flex-end; color: #397269; font: 700 55px Consolas, monospace; }
.featured-story-media > div b { font-size: 32px; line-height: 1.2; }
.featured-story-copy { min-width: 0; display: flex; flex-direction: column; padding: 36px; }
.featured-story-copy > div:first-child { display: flex; justify-content: space-between; color: var(--ce-faint); font: 9px Consolas, monospace; }
.featured-story-copy > div:first-child span { color: var(--ce-brand); }
.featured-story-copy h2 { margin: 36px 0 13px; font-size: 25px; line-height: 1.45; }
.featured-story-copy > p { margin: 0; color: var(--ce-muted); font-size: 11px; line-height: 1.85; }
.featured-story-copy dl { display: flex; gap: 36px; margin: auto 0 22px; }
.featured-story-copy dt { color: var(--ce-faint); font-size: 8px; }
.featured-story-copy dd { margin: 2px 0 0; font-size: 10px; font-weight: 650; }
.featured-story-copy > strong { color: var(--ce-brand); font-size: 10px; }
.featured-story-copy > strong b { margin-left: 9px; }
.enterprise-news-section-head.list-head { margin-top: 45px; }
.enterprise-story-list { overflow: hidden; border: 1px solid var(--ce-line-strong); border-radius: 8px; background: #fff; }
.enterprise-story-list > a { min-height: 150px; display: grid; grid-template-columns: 40px minmax(0, 1fr) 160px 25px; gap: 15px; align-items: center; padding: 18px; border-bottom: 1px solid var(--ce-line); }
.enterprise-story-list > a:last-child { border-bottom: 0; }
.enterprise-story-list > a:hover { background: #f8fbfa; box-shadow: inset 4px 0 var(--ce-brand); }
.enterprise-story-list > a > b { color: #a1ada9; font: 700 11px Consolas, monospace; }
.story-list-main { min-width: 0; }
.story-list-main > div { display: flex; gap: 14px; color: var(--ce-faint); font: 8px Consolas, monospace; }
.story-list-main > div span { color: var(--ce-brand); }
.story-list-main h3 { margin: 7px 0 4px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 15px; }
.story-list-main p { margin: 0; overflow: hidden; text-overflow: ellipsis; color: var(--ce-muted); font-size: 10px; white-space: nowrap; }
.enterprise-story-list > a > dl { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 0; }
.enterprise-story-list dt { color: var(--ce-faint); font-size: 8px; }
.enterprise-story-list dd { margin: 2px 0 0; overflow: hidden; text-overflow: ellipsis; font-size: 9px; white-space: nowrap; }
.enterprise-story-list > a > i { color: var(--ce-brand); font-style: normal; }

/* Article */
.enterprise-article-page { min-height: 70vh; background: var(--ce-bg); }
.enterprise-article-hero { height: 450px; position: relative; overflow: hidden; background: var(--ce-brand-dark); color: #fff; }
.enterprise-article-hero.has-cover { background-image: var(--enterprise-cover); background-position: center; background-size: cover; }
.enterprise-article-overlay { position: absolute; inset: 0; background: rgba(18, 80, 71, .84); }
.enterprise-article-hero > .enterprise-shell { height: 100%; position: relative; display: flex; flex-direction: column; justify-content: flex-end; padding-top: 40px; padding-bottom: 55px; }
.enterprise-article-hero nav { position: absolute; top: 38px; margin: 0; color: #afd0c9; }
.enterprise-article-hero nav b { color: #e2efec; }
.enterprise-article-title > span { color: #93dfd0; font: 700 10px Consolas, monospace; }
.enterprise-article-title h1 { max-width: 900px; margin: 13px 0 11px; font-size: 39px; line-height: 1.35; letter-spacing: 0; }
.enterprise-article-title > p { max-width: 760px; margin: 0; color: #c4ddd7; font-size: 12px; line-height: 1.8; }
.enterprise-article-title dl { display: flex; gap: 0; margin: 25px 0 0; }
.enterprise-article-title dl > div { min-width: 120px; padding-right: 21px; border-right: 1px solid #4d8178; }
.enterprise-article-title dl > div + div { padding-left: 21px; }
.enterprise-article-title dt { color: #90b9b1; font-size: 8px; }
.enterprise-article-title dd { margin: 3px 0 0; color: #e1edeb; font: 9px Consolas, monospace; }
.enterprise-article-layout { max-width: 1240px; display: grid; grid-template-columns: 190px minmax(0, 1fr) 210px; gap: 22px; align-items: start; padding-top: 48px; padding-bottom: 100px; }
.enterprise-article-meta > div,
.enterprise-article-actions > section { border: 1px solid var(--ce-line); border-radius: 8px; background: #fff; }
.enterprise-article-meta > div { position: sticky; top: 92px; padding: 16px; }
.enterprise-article-meta h2,
.enterprise-article-actions h2 { margin: 4px 0 15px; font-size: 14px; }
.enterprise-article-meta dl { margin: 0 0 16px; border-top: 1px solid var(--ce-line); }
.enterprise-article-meta dl > div { padding: 10px 0; border-bottom: 1px solid var(--ce-line); }
.enterprise-article-meta dt { color: var(--ce-faint); font-size: 8px; }
.enterprise-article-meta dd { margin: 2px 0 0; overflow-wrap: anywhere; color: #4d5d57; font: 9px Consolas, monospace; }
.enterprise-article-meta a { color: var(--ce-brand); font-size: 9px; font-weight: 700; }
.enterprise-article-document { min-width: 0; padding: 0 40px 40px; border: 1px solid var(--ce-line); border-radius: 8px; background: #fff; box-shadow: 0 10px 30px rgba(30,64,56,.05); }
.article-document-status { min-height: 50px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--ce-line); color: var(--ce-faint); font: 8px Consolas, monospace; }
.article-document-status > span { display: inline-flex; align-items: center; gap: 7px; }
.article-document-status i { width: 7px; height: 7px; border-radius: 50%; background: #5dbc72; }
.enterprise-article-body { padding-top: 32px; color: #35463f; font-size: 15px; line-height: 2; }
.enterprise-article-body > p:first-child:first-letter { float: left; margin: 10px 10px 0 0; color: var(--ce-brand); font: 700 52px/38px Georgia, serif; }
.enterprise-article-body h1,
.enterprise-article-body h2,
.enterprise-article-body h3 { color: var(--ce-text); line-height: 1.45; letter-spacing: 0; }
.enterprise-article-body h2 { margin: 46px 0 15px; padding-bottom: 11px; border-bottom: 1px solid var(--ce-line); font-size: 24px; }
.enterprise-article-body h2::before { content: "//"; margin-right: 9px; color: var(--ce-brand); font: 700 14px Consolas, monospace; }
.enterprise-article-body h3 { margin: 34px 0 12px; font-size: 19px; }
.enterprise-article-body p { margin: 0 0 19px; }
.enterprise-article-body img { max-width: 100%; height: auto; display: block; margin: 27px 0; border: 1px solid var(--ce-line); border-radius: 6px; }
.enterprise-article-body a { color: var(--ce-brand); text-decoration: underline; }
.enterprise-article-body ul,
.enterprise-article-body ol { padding-left: 25px; }
.enterprise-article-body blockquote { margin: 27px 0; padding: 19px 22px; border-left: 4px solid var(--ce-brand); border-radius: 0 6px 6px 0; background: #edf5f3; color: #53645e; }
.enterprise-article-body pre { margin: 28px 0; padding: 21px; overflow: auto; border: 1px solid #2e443d; border-radius: 7px; background: var(--ce-code); color: #dce7e3; font: 11px/1.8 Consolas, monospace; }
.enterprise-article-body code { padding: 2px 5px; border-radius: 3px; background: #eaf3f0; color: var(--ce-brand); font: 11px Consolas, monospace; }
.enterprise-article-body pre code { padding: 0; background: transparent; color: inherit; }
.enterprise-article-end { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 56px; border-top: 1px solid var(--ce-line); border-bottom: 1px solid var(--ce-line); }
.enterprise-article-end span,
.enterprise-article-end strong { display: block; }
.enterprise-article-end span { color: var(--ce-brand); font: 8px Consolas, monospace; }
.enterprise-article-end strong { font-size: 13px; }
.enterprise-article-end > a { height: 36px; display: inline-flex; align-items: center; gap: 15px; padding: 0 12px; border-radius: 5px; background: var(--ce-brand); color: #fff; font-size: 9px; }
.enterprise-article-actions { display: grid; gap: 10px; position: sticky; top: 92px; }
.enterprise-article-actions > section { padding: 15px; }
.enterprise-article-actions section > a:not(.article-support-link) { min-width: 0; display: grid; grid-template-columns: 32px 1fr auto; gap: 8px; align-items: center; padding: 10px 0; border-top: 1px solid var(--ce-line); }
.enterprise-article-actions section > a > b { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 5px; background: var(--ce-brand-soft); color: var(--ce-brand); font: 700 9px Consolas, monospace; }
.enterprise-article-actions section > a strong,
.enterprise-article-actions section > a small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.enterprise-article-actions section > a strong { font-size: 9px; }
.enterprise-article-actions section > a small { color: var(--ce-faint); font-size: 8px; }
.enterprise-article-actions section > a > i { color: var(--ce-brand); font-style: normal; }
.enterprise-article-actions section > p { margin: 8px 0; color: var(--ce-muted); font-size: 9px; line-height: 1.75; }
.article-support-link { color: var(--ce-brand); font-size: 9px; font-weight: 700; }
.enterprise-article-missing { min-height: 600px; display: grid; place-items: center; background: #edf5f3; text-align: center; }
.enterprise-article-missing span { color: var(--ce-brand); font: 700 10px Consolas, monospace; }
.enterprise-article-missing h1 { margin: 12px 0 7px; font-size: 29px; }
.enterprise-article-missing p { margin: 0; color: var(--ce-muted); font-size: 11px; }
.enterprise-article-missing a { display: inline-block; margin-top: 22px; padding-bottom: 3px; border-bottom: 1px solid var(--ce-brand); color: var(--ce-brand); font-size: 10px; }

@media (max-width: 1100px) {
    .enterprise-nav { gap: 20px; margin-left: 28px; }
    .enterprise-doc-link { display: none; }
    .enterprise-doc-layout { grid-template-columns: 185px minmax(0, 1fr); }
    .enterprise-doc-context { grid-column: 1 / -1; position: static; grid-template-columns: repeat(3, 1fr); }
    .enterprise-article-layout { grid-template-columns: 170px minmax(0, 1fr); }
    .enterprise-article-actions { grid-column: 1 / -1; position: static; grid-template-columns: 1fr 1fr; }
}
@media (max-width: 850px) {
    .enterprise-utility { display: none; }
    .enterprise-header { height: 64px; }
    .enterprise-brand { min-width: 0; }
    .enterprise-menu { width: 40px; height: 40px; display: grid; place-content: center; gap: 5px; margin-left: auto; border: 0; background: transparent; }
    .enterprise-menu span { width: 20px; height: 2px; border-radius: 2px; background: var(--ce-text); }
    .enterprise-nav { display: none; height: auto; position: absolute; top: 64px; right: 0; left: 0; margin: 0; padding: 10px 20px 15px; border-bottom: 1px solid var(--ce-line); background: #fff; flex-direction: column; align-items: stretch; gap: 0; box-shadow: 0 15px 30px rgba(30,64,56,.1); }
    .enterprise-nav.open { display: flex; }
    .enterprise-nav > a { height: 44px; }
    .enterprise-nav > a.active::after { width: 3px; height: auto; top: 10px; right: auto; bottom: 10px; }
    .enterprise-mobile-account { display: flex !important; margin-top: 6px; padding: 0 11px; border-radius: 5px; background: var(--ce-brand); color: #fff !important; }
    .enterprise-nav-actions { display: none; }
    .enterprise-hero-layout { min-height: 0; padding-top: 52px; padding-bottom: 46px; }
    .enterprise-live-console { grid-template-columns: 1fr; margin-bottom: 0; }
    .console-metrics { border-right: 0; border-bottom: 1px solid var(--ce-line); }
    .enterprise-access { padding-top: 0; }
    .enterprise-access > div { grid-template-columns: repeat(2, 1fr); }
    .enterprise-access a { min-height: 92px; border-bottom: 1px solid var(--ce-line); }
    .enterprise-capability-grid { grid-template-columns: 1fr; }
    .enterprise-capability-grid article { min-height: 300px; }
    .enterprise-operations-layout { grid-template-columns: 1fr; gap: 40px; }
    .enterprise-process ol { grid-template-columns: repeat(2, 1fr); }
    .enterprise-market-layout,
    .enterprise-news-layout { grid-template-columns: 1fr; }
    .enterprise-taxonomy,
    .enterprise-news-sidebar { position: static; }
    .enterprise-taxonomy > nav,
    .enterprise-news-sidebar > nav { display: flex; overflow-x: auto; }
    .enterprise-taxonomy > nav a { width: 180px; flex: 0 0 180px; }
    .enterprise-news-sidebar > nav a { width: 150px; flex: 0 0 150px; }
    .taxonomy-support,
    .news-side-brief { display: none; }
    .enterprise-api-row,
    .directory-columns { grid-template-columns: minmax(260px, 1.7fr) 1fr .8fr; }
    .directory-columns span:last-child,
    .directory-action { display: none; }
    .enterprise-doc-layout { grid-template-columns: 1fr; }
    .enterprise-doc-navigation { position: static; }
    .enterprise-doc-navigation > nav { display: flex; overflow-x: auto; }
    .enterprise-doc-navigation > nav button { width: 175px; flex: 0 0 175px; }
    .doc-nav-support { display: none; }
    .enterprise-doc-context { grid-template-columns: 1fr 1fr; }
    .enterprise-doc-context > section:last-child { grid-column: 1 / -1; }
    .enterprise-article-layout { grid-template-columns: 1fr; }
    .enterprise-article-meta { display: none; }
}
@media (max-width: 680px) {
    .enterprise-shell { width: calc(100% - 28px); }
    .enterprise-brand > img { height: 40px; max-width: 150px; }
    .enterprise-hero-layout { min-height: 0; padding-top: 40px; padding-bottom: 34px; }
    .enterprise-hero-copy h1 { font-size: 36px; overflow-wrap: anywhere; }
    .enterprise-hero-copy h2 { font-size: 21px; }
    .enterprise-hero-copy > p { font-size: 14px; }
    .enterprise-hero-actions { flex-direction: column; align-items: stretch; }
    .enterprise-primary,
    .enterprise-secondary { width: 100%; }
    .enterprise-assurance { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
    .enterprise-assurance > div { min-width: 0; padding: 0; border: 0; }
    .enterprise-live-console { margin-top: 28px; box-shadow: 0 18px 42px rgba(31,70,60,.14); }
    .console-title { min-height: 62px; }
    .console-metrics strong { font-size: 19px; }
    .console-request,
    .console-foot { display: none; }
    .console-metrics { border-bottom: 0; }
    .enterprise-access > div { width: 100%; grid-template-columns: 1fr 1fr; }
    .enterprise-access a { padding: 0 13px; }
    .enterprise-access a small { display: none; }
    .enterprise-capabilities,
    .enterprise-process,
    .enterprise-insights { padding: 66px 0; }
    .enterprise-section-head { align-items: flex-start; flex-direction: column; gap: 12px; }
    .enterprise-section-head h2,
    .operations-copy h2 { font-size: 25px; }
    .enterprise-section-head > p { font-size: 13px; }
    .enterprise-operations { padding: 66px 0; }
    .operations-row { grid-template-columns: 1.3fr .8fr .6fr; padding: 0 12px; }
    .enterprise-process ol { grid-template-columns: 1fr; }
    .enterprise-process li { min-height: 180px; }
    .enterprise-insight-grid { grid-template-columns: 1fr; }
    .enterprise-final-cta > div { align-items: flex-start; flex-direction: column; }
    .enterprise-final-cta h2 { font-size: 24px; }
    .enterprise-final-cta a { width: 100%; }
    .enterprise-footer-grid { grid-template-columns: 1fr 1fr; gap: 34px; }
    .enterprise-footer-brand { grid-column: 1 / -1; }
    .enterprise-footer-grid > div:last-child { grid-column: 1 / -1; }
    .enterprise-footer-bottom { padding: 15px 0; flex-wrap: wrap; }
    .enterprise-runtime { width: 100%; margin-left: 0; }
    .enterprise-page-banner > .enterprise-shell { min-height: 280px; align-items: flex-start; flex-direction: column; justify-content: center; gap: 22px; padding-top: 26px; padding-bottom: 26px; }
    .enterprise-page-banner h1 { font-size: 30px; }
    .enterprise-page-banner > .enterprise-shell > dl { width: 100%; min-width: 0; }
    .enterprise-page-banner > .enterprise-shell > dl > div { padding: 13px; }
    .enterprise-market-layout,
    .enterprise-news-layout { width: calc(100% - 20px); padding-top: 12px; }
    .enterprise-catalog-toolbar { grid-template-columns: 1fr; }
    .enterprise-catalog-heading { min-height: 86px; }
    .directory-columns { display: none; }
    .enterprise-api-row { display: block; min-height: 0; padding: 16px; }
    .enterprise-api-row > div { padding: 0; border: 0; }
    .directory-policy,
    .directory-runtime { margin-top: 15px; padding-top: 12px !important; border-top: 1px solid var(--ce-line) !important; }
    .directory-policy { display: grid; grid-template-columns: 48px 1fr; }
    .directory-runtime dl { display: grid; grid-template-columns: repeat(3, 1fr); width: 100%; }
    .directory-runtime dl > div { margin: 0; }
    .directory-action { display: flex; min-height: 43px; margin-top: 12px; padding-top: 10px !important; border-top: 1px solid var(--ce-line) !important; flex-direction: row; align-items: center; }
    .enterprise-doc-mast > .enterprise-shell { min-height: 260px; }
    .enterprise-doc-title { grid-template-columns: 60px minmax(0, 1fr); }
    .enterprise-doc-icon { width: 60px; height: 60px; }
    .enterprise-doc-title h1 { font-size: 23px; }
    .enterprise-doc-badges { grid-column: 1 / -1; flex-wrap: wrap; }
    .enterprise-doc-layout { width: calc(100% - 20px); padding-top: 10px; }
    .api-tab-panel { padding: 17px 14px; }
    .enterprise-panel-head { flex-direction: column; }
    .enterprise-request-profile dl { grid-template-columns: 1fr 1fr; }
    .enterprise-request-profile dl > div:nth-child(3n) { border-right: 1px solid var(--ce-line); }
    .enterprise-request-profile dl > div:nth-child(even) { border-right: 0; }
    .enterprise-request-profile dl > div:nth-last-child(-n+3) { border-bottom: 1px solid var(--ce-line); }
    .enterprise-request-profile dl > div:nth-last-child(-n+2) { border-bottom: 0; }
    .enterprise-doc-context { grid-template-columns: 1fr; }
    .enterprise-doc-context > section:last-child { grid-column: auto; }
    .enterprise-debug-endpoint { grid-template-columns: 46px minmax(0, 1fr); }
    .enterprise-debug-endpoint > b { display: none; }
    #sendPublicDebug { width: 100%; }
    .enterprise-featured-story { grid-template-columns: 1fr; }
    .featured-story-media { min-height: 225px; height: 225px; border-right: 0; border-bottom: 1px solid var(--ce-line); }
    .featured-story-media > div { min-height: 225px; padding: 23px; }
    .featured-story-media > div strong { font-size: 38px; }
    .featured-story-media > div b { font-size: 25px; }
    .featured-story-copy { min-height: 310px; padding: 26px 21px; }
    .featured-story-copy h2 { margin-top: 25px; font-size: 21px; }
    .enterprise-story-list > a { grid-template-columns: 30px minmax(0, 1fr) 20px; padding: 14px; }
    .enterprise-story-list > a > dl { display: none; }
    .enterprise-article-hero { height: 510px; }
    .enterprise-article-title h1 { font-size: 29px; }
    .enterprise-article-title dl { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
    .enterprise-article-title dl > div,
    .enterprise-article-title dl > div + div { padding: 0; border: 0; }
    .enterprise-article-layout { width: calc(100% - 20px); padding-top: 20px; padding-bottom: 60px; }
    .enterprise-article-document { padding: 0 19px 26px; }
    .enterprise-article-body { font-size: 14px; }
    .enterprise-article-actions { grid-template-columns: 1fr; }
    .enterprise-article-end { align-items: flex-start; flex-direction: column; justify-content: center; padding: 15px 0; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    * { animation: none !important; transition: none !important; }
    .portal-hero-video { display: none !important; }
    .portal-hero-switcher { display: none !important; }
}

/* Portal v3: developer-facing product portal */
:root {
    --ce-brand: #2563eb;
    --ce-brand-dark: #1e293b;
    --ce-brand-soft: #eff6ff;
    --ce-blue: #2563eb;
    --ce-amber: #d97706;
    --ce-red: #dc4c45;
    --ce-green: #16a34a;
    --ce-text: #111827;
    --ce-muted: #64748b;
    --ce-faint: #94a3b8;
    --ce-line: #e2e8f0;
    --ce-line-strong: #cbd5e1;
    --ce-bg: #f6f8fb;
    --ce-paper: #fff;
    --ce-dark: #172033;
    --ce-code: #172033;
    --ce-shadow: 0 16px 36px rgba(30, 64, 175, .1);
}
body.enterprise-template { background: var(--ce-bg); color: var(--ce-text); font-size: 14px; }
.enterprise-shell { width: calc(100% - 48px); max-width: 1240px; }
.enterprise-utility { display: none; }

/* Portal navigation */
.enterprise-header { height: 64px; border-bottom-color: #e5eaf2; background: rgba(255,255,255,.98); }
.enterprise-brand { min-width: 210px; gap: 10px; }
.enterprise-brand > b { width: 40px; height: 40px; border-radius: 8px; background: var(--ce-brand); box-shadow: 0 7px 16px rgba(37,99,235,.2); }
.enterprise-brand strong { font-size: 16px; }
.enterprise-brand small { color: var(--ce-brand); }
.enterprise-nav { gap: 26px; margin-left: 32px; }
.enterprise-nav > a { font-size: 14px; color: #475569; }
.enterprise-nav > a.active::after { height: 2px; }
.enterprise-nav-actions { gap: 14px; }
.enterprise-nav-search { margin: 0; }
.enterprise-nav-search label { width: 184px; height: 34px; display: flex; align-items: center; border: 1px solid #d8e0ec; border-radius: 6px; background: #f8fafc; }
.enterprise-nav-search label > span { width: 34px; height: 100%; display: grid; flex: 0 0 34px; place-items: center; color: #94a3b8; }
.enterprise-nav-search label svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.enterprise-nav-search input { min-width: 0; width: 100%; height: 100%; padding: 0 9px 0 0; border: 0; outline: 0; background: transparent; color: #334155; font-size: 12px; }
.enterprise-nav-search label:focus-within { border-color: #93b4f7; background: #fff; box-shadow: 0 0 0 3px rgba(37,99,235,.08); }
.enterprise-login-link { color: #334155; font-size: 13px; }
.enterprise-login-link:hover { color: var(--ce-brand); }
.enterprise-account { min-width: 112px; height: 38px; border-color: var(--ce-brand); border-radius: 6px; background: var(--ce-brand); font-size: 13px; box-shadow: 0 7px 16px rgba(37,99,235,.17); }
.enterprise-account:hover { background: #1d4ed8; }
.enterprise-register-link { min-width: 0; width: auto; height: 34px; justify-content: center; padding: 0 14px; border-radius: 5px; font-size: 12px; box-shadow: none; }

/* Home hero */
.portal-home { background: #fff; }
.portal-home-hero {
    min-height: 520px;
    position: relative;
    overflow: hidden;
    border-bottom: 0;
    background-color: #eaf2ff;
    background-image: url("assets/images/home-hero-video-poster.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.portal-hero-video { width: 100%; height: 100%; display: block; position: absolute; z-index: 0; inset: 0; object-fit: cover; object-position: center; opacity: 0; pointer-events: none; transition: opacity .7s ease; }
.portal-hero-video.is-active { opacity: 1; }
.portal-hero-shade { position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(239,245,255,.92) 0%, rgba(239,245,255,.78) 36%, rgba(239,245,255,.26) 64%, rgba(239,245,255,.03) 100%); pointer-events: none; }
.portal-hero-content { min-height: 520px; position: relative; z-index: 2; display: flex; align-items: center; }
.portal-hero-copy { max-width: 670px; padding: 58px 0; }
.portal-hero-kicker { display: inline-flex; align-items: center; gap: 9px; color: #315da8; font-size: 13px; font-weight: 650; }
.portal-hero-kicker i { width: 8px; height: 8px; border-radius: 50%; background: var(--ce-green); box-shadow: 0 0 0 4px rgba(22,163,74,.12); }
.portal-hero-copy h1 { margin: 18px 0 7px; color: #0f172a; font-size: 40px; line-height: 1.2; letter-spacing: 0; white-space: nowrap; }
.portal-hero-copy h2 { margin: 0 0 18px; color: #1e3a5f; font-size: 29px; line-height: 1.4; letter-spacing: 0; }
.portal-hero-copy > p { max-width: 650px; margin: 0; color: #53657e; font-size: 16px; line-height: 1.9; }
.portal-hero-actions { display: flex; gap: 12px; margin-top: 30px; }
.portal-primary-button,
.portal-secondary-button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 26px; padding: 0 22px; border-radius: 0; font-size: 14px; font-weight: 700; }
.portal-primary-button { min-width: 174px; background: var(--ce-brand); color: #fff; box-shadow: 0 9px 20px rgba(37,99,235,.22); }
.portal-primary-button:hover { background: #1d4ed8; }
.portal-secondary-button { min-width: 170px; border: 1px solid #b9c7d9; background: rgba(255,255,255,.82); color: #334155; }
.portal-secondary-button:hover { border-color: var(--ce-brand); background: #fff; color: var(--ce-brand); }
.portal-hero-switcher { position: absolute; z-index: 3; bottom: 18px; left: 50%; display: flex; align-items: center; gap: 7px; transform: translateX(-50%); }
.portal-hero-switcher button { width: 34px; height: 20px; display: grid; place-items: center; padding: 0; border: 0; outline: 0; background: transparent; cursor: pointer; }
.portal-hero-switcher button span { width: 30px; height: 3px; display: block; overflow: hidden; border-radius: 2px; background: rgba(48,79,128,.2); transition: background-color .2s ease; }
.portal-hero-switcher button span::after { content: ""; width: 100%; height: 100%; display: block; background: var(--ce-brand); transform: scaleX(0); transform-origin: left center; }
.portal-hero-switcher button.is-active span::after { animation: portal-hero-progress 5.1s linear forwards; }
.portal-hero-switcher button:hover span { background: rgba(37,99,235,.32); }
.portal-hero-switcher button:focus-visible { outline: 2px solid var(--ce-brand); outline-offset: 2px; }
@keyframes portal-hero-progress { to { transform: scaleX(1); } }
.portal-primary-button { gap: 0; }

/* Home entrance and scroll reveals */
.portal-reveal-ready .portal-reveal {
    opacity: 0;
    translate: 0 34px;
    transition: opacity .68s cubic-bezier(.22,1,.36,1), translate .68s cubic-bezier(.22,1,.36,1);
    transition-delay: var(--portal-reveal-delay, 0ms);
    will-change: opacity, translate;
}
.portal-reveal-ready .portal-reveal[data-reveal-from="left"] { translate: -34px 0; }
.portal-reveal-ready .portal-reveal[data-reveal-from="right"] { translate: 34px 0; }
.portal-home.portal-reveal-ready .portal-hero-copy > .portal-reveal { translate: 0 22px; }
.portal-reveal-ready .portal-reveal.is-revealed {
    opacity: 1;
    translate: 0 0;
    will-change: auto;
}
.portal-reveal-ready .portal-stat-grid article.portal-reveal,
.portal-reveal-ready .portal-api-card.portal-reveal,
.portal-reveal-ready .portal-news-list > a.portal-reveal,
.portal-reveal-ready .portal-partner-grid > a.portal-reveal,
.portal-reveal-ready .portal-links-grid > a.portal-reveal { transition-duration: .62s; }
@media (max-width: 680px) {
    .portal-reveal-ready .portal-reveal { translate: 0 24px; }
    .portal-reveal-ready .portal-reveal[data-reveal-from="left"],
    .portal-reveal-ready .portal-reveal[data-reveal-from="right"] { translate: 0 24px; }
    .portal-reveal-ready .portal-reveal.is-revealed { translate: 0 0; }
}

/* Shared home heading */
.portal-section-heading > div > span { color: var(--ce-brand); font: 700 10px Consolas, monospace; }

/* Shared home sections */
.portal-stats-section { position: relative; padding: 68px 0 58px; border: 0; background: linear-gradient(180deg, #eaf2ff 0, #f7faff 150px, #f7faff 100%); }
.portal-process-section { padding: 64px 0 82px; background: linear-gradient(180deg, #f7faff 0, #fff 140px, #fff 100%); }
.portal-section-heading { display: flex; align-items: center; justify-content: space-between; gap: 40px; margin-bottom: 27px; }
.portal-section-heading h2 { margin: 6px 0 5px; color: #0f172a; font-size: 29px; line-height: 1.4; letter-spacing: 0; }
.portal-section-heading p { margin: 0; color: #64748b; font-size: 14px; }
.portal-section-heading > a { color: var(--ce-brand); font-size: 13px; font-weight: 700; }
.portal-service-state { min-width: 176px; display: grid; grid-template-columns: 10px minmax(0,1fr); align-items: center; gap: 11px; padding: 11px 14px; border: 1px solid #d6e3f4; border-radius: 0; background: rgba(255,255,255,.82); box-shadow: none; }
.portal-service-state > i { width: 9px; height: 9px; border-radius: 50%; background: #35a267; box-shadow: 0 0 0 4px #e5f5eb; }
.portal-service-state span,
.portal-service-state strong,
.portal-service-state small { display: block; }
.portal-service-state strong { color: #27483f; font-size: 12px; font-weight: 700; }
.portal-service-state small { margin-top: 1px; color: #86958f; font-size: 9px; font-weight: 500; }
.portal-stat-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; overflow: hidden; border: 1px solid #dce6f3; border-radius: 8px; background: rgba(255,255,255,.92); box-shadow: 0 14px 34px rgba(30,64,175,.07); }
.portal-stat-grid article { min-width: 0; min-height: 158px; position: relative; padding: 23px 25px; border-right: 1px solid #e5ebf3; background: transparent; transition: background .18s ease; }
.portal-stat-grid article:last-child { border-right: 0; }
.portal-stat-grid article::after { content: ""; height: 3px; position: absolute; right: 24px; bottom: 0; left: 24px; background: var(--ce-brand); opacity: 0; transition: opacity .18s ease; }
.portal-stat-grid article:hover { background: #f8faff; }
.portal-stat-grid article:hover::after { opacity: 1; }
.portal-stat-top { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.portal-stat-grid span,
.portal-stat-grid small { display: block; }
.portal-stat-grid span { color: #667873; font-size: 12px; font-weight: 650; }
.portal-stat-icon { width: 38px; height: 38px; display: grid; place-items: center; flex: 0 0 38px; border-radius: 7px; background: #e6f3f0; color: #087f70; }
.portal-stat-icon svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.portal-stat-grid article:nth-child(2) .portal-stat-icon { background: #edf4ff; color: #2568c7; }
.portal-stat-grid article:nth-child(3) .portal-stat-icon { background: #fff4df; color: #b66a14; }
.portal-stat-grid article:nth-child(4) .portal-stat-icon { background: #eaf6ed; color: #3f8f57; }
.portal-stat-grid > article > strong { display: block; margin: 17px 0 4px; overflow: hidden; text-overflow: ellipsis; color: #192824; font: 750 31px Consolas, monospace; white-space: nowrap; }
.portal-stat-grid small { color: #91a09b; font-size: 10px; }
.portal-runtime-board { display: grid; grid-template-columns: minmax(0,.92fr) minmax(0,1.08fr); align-items: stretch; margin-top: 18px; overflow: hidden; border: 1px solid #d8e4f3; border-radius: 8px; background: #fff; color: #172033; box-shadow: 0 14px 34px rgba(30,64,175,.06); }
.runtime-copy { min-width: 0; padding: 34px 40px 32px; background: #eef4ff; }
.runtime-live-row { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.runtime-live-row > span { display: inline-flex; align-items: center; gap: 8px; color: var(--ce-brand); font: 700 10px Consolas, monospace; }
.runtime-live-row > span > i { width: 7px; height: 7px; border-radius: 50%; background: #34a263; box-shadow: 0 0 0 4px rgba(52,162,99,.1); }
.runtime-wave { height: 18px; display: flex; align-items: center; gap: 3px; opacity: .8; }
.runtime-wave i { width: 2px; height: 5px; display: block; border-radius: 1px; background: #7fa7ea; }
.runtime-wave i:nth-child(2),
.runtime-wave i:nth-child(6),
.runtime-wave i:nth-child(10) { height: 12px; }
.runtime-wave i:nth-child(3),
.runtime-wave i:nth-child(7),
.runtime-wave i:nth-child(11) { height: 17px; }
.runtime-wave i:nth-child(4),
.runtime-wave i:nth-child(8),
.runtime-wave i:nth-child(12) { height: 9px; }
.runtime-copy h3 { margin: 17px 0 10px; color: #17233b; font-size: 23px; line-height: 1.45; letter-spacing: 0; }
.runtime-copy p { max-width: 500px; margin: 0; color: #60718b; font-size: 12px; line-height: 1.9; }
.runtime-copy a { min-height: 38px; display: inline-flex; align-items: center; gap: 9px; margin-top: 22px; color: var(--ce-brand); font-size: 12px; font-weight: 700; }
.runtime-copy a:hover { color: #1d4ed8; }
.runtime-copy a svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; transition: transform .18s ease; }
.runtime-copy a:hover svg { transform: translateX(3px); }
.portal-runtime-board ol { margin: 0; padding: 17px 30px; border-left: 1px solid #dfe8f4; background: #fff; list-style: none; }
.portal-runtime-board li { min-height: 78px; display: grid; grid-template-columns: 38px minmax(0,1fr) auto; gap: 13px; align-items: center; position: relative; border-bottom: 1px solid #e7edf5; }
.portal-runtime-board li:last-child { border-bottom: 0; }
.portal-runtime-board li > b { width: 32px; height: 32px; display: grid; place-items: center; position: relative; z-index: 1; border: 1px solid #c8d8ee; border-radius: 50%; background: #f8fbff; color: #5680c6; font: 700 9px Consolas, monospace; }
.portal-runtime-board li:not(:last-child) > b::after { content: ""; width: 1px; height: 47px; position: absolute; top: 31px; left: 15px; z-index: -1; background: #d7e3f3; }
.portal-runtime-board li strong,
.portal-runtime-board li small { display: block; }
.portal-runtime-board li strong { color: #27364e; font-size: 12px; }
.portal-runtime-board li small { margin-top: 3px; color: #8492a6; font-size: 10px; }
.portal-runtime-board em { min-width: 58px; display: inline-flex; align-items: center; justify-content: center; gap: 6px; padding: 5px 8px; border: 1px solid #b9dec8; border-radius: 999px; background: #eef9f2; color: #21864c; font: 700 9px Consolas, monospace; font-style: normal; white-space: nowrap; }
.portal-runtime-board em > i { width: 5px; height: 5px; border-radius: 50%; background: currentColor; }
.portal-runtime-board em.runtime-time { border-color: #eed7aa; background: #fff8e9; color: #b06a10; }
.portal-process-heading { max-width: 720px; margin: 0 auto 44px; text-align: center; }
.portal-process-heading > span { color: var(--ce-brand); font: 700 10px Consolas, monospace; }
.portal-process-heading h2 { margin: 7px 0 7px; color: #17231f; font-size: 29px; line-height: 1.4; letter-spacing: 0; }
.portal-process-heading p { margin: 0; color: #7a8984; font-size: 13px; line-height: 1.8; }
.portal-process-list { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 84px; margin: 0; padding: 0 38px; list-style: none; }
.portal-process-list li { min-width: 0; position: relative; text-align: center; }
.portal-process-list li:not(:last-child)::after { content: ""; width: min(220px,calc(100% - 46px)); height: 40px; position: absolute; left: calc(100% + 42px); z-index: 1; background-position: center; background-repeat: no-repeat; background-size: 100% 100%; transform: translateX(-50%); }
.portal-process-list li:first-child::after { top: 55px; background-image: url("assets/images/quick-start-line-1.png"); }
.portal-process-list li:nth-child(2)::after { top: 20px; background-image: url("assets/images/quick-start-line-2.png"); }
.portal-process-icon { width: 80px; height: 80px; display: grid; place-items: center; position: relative; z-index: 2; margin: 0 auto 15px; border: 1px solid #edf1f0; border-radius: 8px; background: #fff; box-shadow: 0 10px 26px rgba(29,55,47,.05); }
.portal-process-icon img { width: 52px; height: 52px; display: block; object-fit: contain; }
.portal-process-icon:hover img { animation: portal-process-icon-spin .65s ease-in-out both; }
@keyframes portal-process-icon-spin { to { transform: rotate(360deg); } }
.portal-process-list h3 { margin: 0 0 8px; color: #17231f; font-size: 17px; line-height: 1.5; }
.portal-process-list h3 b { font-weight: 800; }
.portal-process-list p { max-width: 310px; margin: 0 auto; color: #7a8984; font-size: 13px; line-height: 1.85; }
.portal-join-section {
    min-height: 260px;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-top: 1px solid #3c8bea;
    border-bottom: 1px solid #1765cf;
    background-color: #126ee7;
    background-image: linear-gradient(90deg, rgba(10,70,190,.76), rgba(6,111,222,.36)), url("assets/images/join-us-bg.gif");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}
.portal-join-layout { min-height: 260px; display: flex; align-items: center; justify-content: space-between; gap: 70px; }
.portal-join-copy { max-width: 720px; }
.portal-join-copy > span { color: #d7eaff; font: 700 10px Consolas, monospace; }
.portal-join-copy h2 { margin: 8px 0 8px; color: #fff; font-size: 31px; line-height: 1.4; letter-spacing: 0; }
.portal-join-copy p { margin: 0; color: rgba(255,255,255,.82); font-size: 14px; line-height: 1.8; }
.portal-join-actions { min-width: 190px; display: flex; align-items: center; flex-direction: column; gap: 9px; }
.portal-join-actions a { width: 190px; min-height: 48px; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; padding: 0 18px; border: 1px solid rgba(255,255,255,.88); border-radius: 6px; background: #fff; color: #1559bd; font-size: 14px; font-weight: 750; box-shadow: 0 12px 28px rgba(4,49,133,.2); transition: border-color .22s ease, background-color .22s ease, color .22s ease, box-shadow .22s ease, transform .22s ease; }
.portal-join-actions a::before { content: ""; width: 60%; height: 180%; position: absolute; top: -40%; left: -80%; background: linear-gradient(105deg, transparent, rgba(77,145,255,.18), transparent); transform: skewX(-18deg); transition: left .48s ease; }
.portal-join-actions a span { position: relative; z-index: 1; }
.portal-join-actions a:hover { border-color: #fff; background: #f7faff; color: #0d47a1; box-shadow: 0 17px 34px rgba(4,49,133,.28); transform: translateY(-3px); }
.portal-join-actions a:hover::before { left: 120%; }
.portal-join-actions a:active { box-shadow: 0 8px 18px rgba(4,49,133,.2); transform: translateY(0) scale(.99); }
.portal-join-actions small { color: rgba(255,255,255,.72); font-size: 10px; }
.portal-partners-section { padding: 72px 0 76px; border-top: 1px solid #e7ecea; background: #f8faf9; }
.portal-partners-heading { margin-bottom: 34px; text-align: center; }
.portal-partners-heading h2 { margin: 0 0 5px; color: #17231f; font-size: 28px; line-height: 1.4; letter-spacing: 0; }
.portal-partners-heading p { margin: 0; color: #8a9692; font-size: 12px; }
.portal-partner-grid { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 14px; }
.portal-partner-grid > a { min-width: 0; height: 82px; display: flex; align-items: center; justify-content: center; padding: 15px; overflow: hidden; border: 1px solid #dce5f1; border-radius: 0; background: linear-gradient(180deg, #fff 0%, #f8fafc 100%); box-shadow: 0 10px 22px rgba(30,64,175,.1), inset 0 1px 0 rgba(255,255,255,.95), inset 0 -2px 0 rgba(148,163,184,.12); transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease; }
.portal-partner-grid > a:hover { border-color: #b9cbed; box-shadow: 0 16px 30px rgba(30,64,175,.15), inset 0 1px 0 #fff, inset 0 -2px 0 rgba(99,126,170,.14); transform: translateY(-3px); }
.portal-partner-grid img { width: 100%; height: 48px; max-width: 140px; display: block; object-fit: contain; }
.portal-partner-grid strong { max-width: 100%; overflow: hidden; color: #293a35; font-size: 14px; font-weight: 700; text-align: center; text-overflow: ellipsis; white-space: nowrap; }

/* Partner links directory */
.portal-links-page { min-height: 70vh; padding-bottom: 70px; background: linear-gradient(180deg, #eaf2ff 0, #f7faff 250px, #f7faff 100%); }
.portal-links-intro { border-bottom: 1px solid #d7e2f0; background-color: #eef4ff; }
.portal-links-intro > .enterprise-shell { min-height: 210px; display: flex; align-items: center; justify-content: space-between; gap: 44px; }
.portal-links-intro nav { display: flex; align-items: center; gap: 8px; margin-bottom: 14px; color: #8090a8; font-size: 11px; }
.portal-links-intro nav b { color: #4d607d; font-weight: 500; }
.portal-links-intro > .enterprise-shell > div > span { color: var(--ce-brand); font: 700 10px Consolas, monospace; }
.portal-links-intro h1 { margin: 6px 0 7px; color: #0f172a; font-size: 32px; line-height: 1.35; letter-spacing: 0; }
.portal-links-intro p { max-width: 650px; margin: 0; color: #64748b; font-size: 13px; line-height: 1.8; }
.portal-links-intro dl { min-width: 360px; display: grid; grid-template-columns: repeat(3,1fr); margin: 0; overflow: hidden; border: 1px solid #cfdced; border-radius: 0; background: rgba(255,255,255,.9); box-shadow: 0 10px 28px rgba(37,99,235,.06); }
.portal-links-intro dl > div { min-width: 0; padding: 15px 16px; border-right: 1px solid #e2e8f0; }
.portal-links-intro dl > div:last-child { border-right: 0; }
.portal-links-intro dt { color: #94a3b8; font-size: 10px; }
.portal-links-intro dd { margin: 4px 0 0; color: #1e293b; font: 700 17px Consolas, monospace; }
.portal-links-intro dd i { width: 7px; height: 7px; display: inline-block; margin-right: 7px; border-radius: 50%; background: var(--ce-green); }
.portal-links-content { padding: 0; }
.portal-links-content > .enterprise-shell { padding-top: 20px; }
.portal-links-heading { min-height: 90px; display: flex; align-items: center; justify-content: space-between; gap: 32px; margin: 0; }
.portal-links-heading > div > span { color: var(--ce-brand); font: 700 10px Consolas, monospace; }
.portal-links-heading h2 { margin: 3px 0 2px; color: #172033; font-size: 21px; line-height: 1.4; letter-spacing: 0; }
.portal-links-heading p { margin: 0; color: #64748b; font-size: 11px; }
.portal-links-heading > b { flex: 0 0 auto; color: #64748b; font: 10px Consolas, monospace; }
.portal-links-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; }
.portal-links-grid > a { min-width: 0; min-height: 108px; display: grid; grid-template-columns: 52px minmax(0,1fr) 18px; align-items: center; gap: 12px; position: relative; padding: 15px; overflow: hidden; border: 1px solid #dce6f3; border-radius: 0; background: rgba(255,255,255,.96); transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.portal-links-grid > a::after { content: ""; height: 2px; position: absolute; right: 0; bottom: 0; left: 0; background: var(--ce-brand); opacity: 0; transform: scaleX(.35); transition: opacity .2s ease, transform .2s ease; }
.portal-links-grid > a:hover { border-color: #b9cced; box-shadow: 0 10px 24px rgba(37,99,235,.08); transform: translateY(-2px); }
.portal-links-grid > a:hover::after { opacity: 1; transform: scaleX(1); }
.portal-link-logo { width: 52px; height: 52px; display: grid; place-items: center; overflow: hidden; border: 1px solid #dbe5f2; border-radius: 0; background: #eff5ff; }
.portal-link-logo img { width: 100%; height: 100%; display: block; padding: 4px; object-fit: contain; }
.portal-link-logo b { color: var(--ce-brand); font-size: 17px; }
.portal-link-copy { min-width: 0; }
.portal-link-copy strong,
.portal-link-copy small { display: block; }
.portal-link-copy strong { overflow: hidden; color: #172033; font-size: 14px; text-overflow: ellipsis; white-space: nowrap; }
.portal-link-copy small { margin-top: 5px; overflow: hidden; color: #64748b; font-size: 10px; line-height: 1.6; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.portal-links-grid > a > i { color: #79918a; font-style: normal; }
.portal-links-grid > a > i svg { width: 15px; height: 15px; display: block; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.portal-links-grid > a:hover > i { color: var(--ce-brand); }
.portal-links-empty { min-height: 300px; display: grid; place-content: center; justify-items: center; padding: 40px 20px; border: 1px dashed #cbd5e1; border-radius: 0; background: #fff; text-align: center; }
.portal-links-empty > span { color: var(--ce-brand); font: 700 10px Consolas, monospace; }
.portal-links-empty h2 { margin: 8px 0 6px; font-size: 24px; }
.portal-links-empty p { margin: 0; color: #74827e; font-size: 13px; }
.portal-links-empty a { display: inline-block; margin-top: 22px; padding-bottom: 2px; border-bottom: 1px solid var(--ce-brand); color: var(--ce-brand); font-size: 12px; }

/* API marketplace */
.portal-market-page { min-height: 70vh; padding-bottom: 70px; background: linear-gradient(180deg, #eaf2ff 0, #f7faff 250px, #f7faff 100%); }
.portal-market-intro { border-bottom: 1px solid #d7e2f0; background-color: #eef4ff; }
.portal-market-intro > .enterprise-shell { min-height: 210px; display: flex; align-items: center; justify-content: space-between; gap: 44px; }
.portal-market-intro nav { display: flex; align-items: center; gap: 8px; margin-bottom: 14px; color: #8090a8; font-size: 11px; }
.portal-market-intro nav b { color: #4d607d; font-weight: 500; }
.portal-market-intro > .enterprise-shell > div > span { color: var(--ce-brand); font: 700 10px Consolas, monospace; }
.portal-market-intro h1 { margin: 6px 0 7px; color: #0f172a; font-size: 32px; line-height: 1.35; letter-spacing: 0; }
.portal-market-intro p { max-width: 650px; margin: 0; color: #64748b; font-size: 13px; line-height: 1.8; }
.portal-market-intro dl { min-width: 360px; display: grid; grid-template-columns: repeat(3,1fr); margin: 0; overflow: hidden; border: 1px solid #cfdced; border-radius: 0; background: rgba(255,255,255,.9); box-shadow: 0 10px 28px rgba(37,99,235,.06); }
.portal-market-intro dl > div { min-width: 0; padding: 15px 16px; border-right: 1px solid #e2e8f0; }
.portal-market-intro dl > div:last-child { border-right: 0; }
.portal-market-intro dt { color: #94a3b8; font-size: 10px; }
.portal-market-intro dd { margin: 4px 0 0; color: #1e293b; font: 700 17px Consolas, monospace; }
.portal-market-intro dd i { width: 7px; height: 7px; display: inline-block; margin-right: 7px; border-radius: 50%; background: var(--ce-green); }
.portal-market-content { padding-top: 20px; }
.portal-market-filter { overflow: hidden; border: 1px solid #dce6f3; border-radius: 0; background: rgba(255,255,255,.94); box-shadow: 0 10px 28px rgba(30,64,175,.04); }
.portal-category-filter { display: flex; flex-wrap: wrap; gap: 6px; padding: 12px 14px; border-bottom: 1px solid #e7edf5; }
.portal-category-filter a { min-height: 32px; display: inline-flex; align-items: center; gap: 8px; padding: 0 12px; border: 1px solid #dce3ed; border-radius: 0; color: #526175; font-size: 12px; }
.portal-category-filter a b { color: #9aa7b9; font: 10px Consolas, monospace; }
.portal-category-filter a:hover { border-color: #a9c1ee; color: var(--ce-brand); }
.portal-category-filter a.active { border-color: var(--ce-brand); background: #eff6ff; color: var(--ce-brand); }
.portal-category-filter a.active b { color: #5d85d0; }
.portal-filter-row { min-height: 46px; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 0 14px; }
.portal-charge-filter,
.portal-sort-filter { display: flex; align-items: center; gap: 16px; }
.portal-filter-row span { color: #64748b; font-size: 11px; }
.portal-filter-row a { color: #4f5f75; font-size: 12px; }
.portal-filter-row a:hover,
.portal-filter-row a.active { color: var(--ce-brand); }
.portal-market-toolbar { min-height: 90px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.portal-market-toolbar > div > span { color: var(--ce-brand); font: 700 9px Consolas, monospace; }
.portal-market-toolbar h2 { margin: 3px 0 1px; color: #172033; font-size: 21px; }
.portal-market-toolbar p { margin: 0; color: #64748b; font-size: 11px; }
.portal-market-toolbar > label { width: min(100%,410px); max-width: 100%; height: 40px; display: flex; align-items: center; overflow: hidden; border: 1px solid #d4dce8; border-radius: 0; background: #fff; }
.portal-market-toolbar > label > span { width: 54px; color: #94a3b8; font-size: 10px; text-align: center; }
.portal-market-toolbar input { min-width: 0; height: 100%; flex: 1; padding: 0 10px; border: 0; outline: 0; color: #334155; font-size: 13px; }
.portal-market-toolbar button { width: 38px; height: 32px; display: grid; place-items: center; flex: 0 0 38px; margin-right: 4px; padding: 0; border: 0; border-radius: 0; background: var(--ce-brand); color: #fff; cursor: pointer; }
.portal-market-toolbar button svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.portal-market-toolbar button:hover { background: #066f62; }
.portal-api-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; }
.portal-api-card { min-width: 0; min-height: 0; display: flex; position: relative; flex-direction: column; overflow: hidden; border: 1px solid #dce6f3; border-radius: 0; background: rgba(255,255,255,.96); transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.portal-api-card::after { content: ""; height: 2px; position: absolute; right: 0; bottom: 0; left: 0; background: var(--ce-brand); opacity: 0; transform: scaleX(.35); transition: opacity .2s ease, transform .2s ease; }
.portal-api-card:hover { border-color: #b9cced; box-shadow: 0 10px 24px rgba(37,99,235,.08); transform: translateY(-2px); }
.portal-api-card:hover::after { opacity: 1; transform: scaleX(1); }
.portal-api-card-main { min-width: 0; display: flex; flex: 1; flex-direction: column; padding: 16px 16px 13px; }
.portal-api-card-head { min-width: 0; display: grid; grid-template-columns: 44px minmax(0,1fr); align-items: center; gap: 12px; }
.portal-api-icon { width: 44px; height: 44px; display: grid; place-items: center; overflow: hidden; border: 1px solid #dbe5f2; border-radius: 0; background: #eff5ff; color: var(--ce-brand); font-size: 17px; font-weight: 750; }
.portal-api-icon img { width: 100%; height: 100%; padding: 3px; object-fit: contain; }
.portal-api-title { min-width: 0; }
.portal-api-title > span { color: var(--ce-brand); font-size: 10px; }
.portal-api-title h3 { margin: 2px 0 0; overflow: hidden; text-overflow: ellipsis; color: #172033; font-size: 16px; line-height: 1.45; white-space: nowrap; }
.portal-api-badges { display: flex; align-items: center; flex-wrap: wrap; gap: 6px; margin-top: 10px; }
.portal-api-badges b,
.portal-api-badges em { min-height: 20px; display: inline-flex; align-items: center; padding: 0 7px; border-radius: 0; font-size: 9px; font-style: normal; font-weight: 650; }
.portal-api-badges b { background: #eff6ff; color: var(--ce-brand); }
.portal-api-badges b.method-post,
.portal-api-badges b.method-put,
.portal-api-badges b.method-patch { background: #ecfdf3; color: var(--ce-green); }
.portal-api-badges b.method-delete { background: #fff1f1; color: var(--ce-red); }
.portal-api-badges em { background: #ecfdf3; color: var(--ce-green); }
.portal-api-badges em.price-balance { background: #fff4ed; color: #c2410c; }
.portal-api-badges em.price-points { background: #f5f3ff; color: #6d28d9; }
.portal-api-badges em.price-member { background: #fff7e8; color: #b45309; }
.portal-api-card-main > p { min-height: 40px; margin: 10px 0 0; color: #64748b; font-size: 11px; line-height: 1.7; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.portal-api-card dl { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin: 11px 0 0; padding-top: 9px; border-top: 1px solid #edf1f6; }
.portal-api-card dl > div { min-width: 0; }
.portal-api-card dt { color: #94a3b8; font-size: 9px; }
.portal-api-card dd { margin: 2px 0 0; overflow: hidden; text-overflow: ellipsis; color: #45556b; font-size: 10px; font-weight: 650; white-space: nowrap; }
.portal-api-card-foot { min-height: 42px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 0 15px; border-top: 1px solid #edf0f5; }
.portal-api-card-foot > span { color: var(--ce-green); font-size: 10px; }
.portal-api-card-foot > span.requires-key { color: #d97706; }
.portal-api-card-foot > a { color: #334155; font-size: 11px; font-weight: 700; }
.portal-api-card-foot > a:hover { color: var(--ce-brand); }
.portal-market-empty { min-height: 300px; display: grid; place-content: center; justify-items: center; border: 1px dashed #cbd5e1; border-radius: 0; background: #fff; text-align: center; }
.portal-market-empty > b { color: var(--ce-brand); font: 700 10px Consolas, monospace; }
.portal-market-empty h2 { margin: 10px 0 5px; font-size: 20px; }
.portal-market-empty p { margin: 0; color: #64748b; font-size: 12px; }
.portal-market-empty a { margin-top: 17px; color: var(--ce-brand); font-size: 12px; font-weight: 700; }
.enterprise-pagination a:hover,
.enterprise-pagination a.active { border-color: var(--ce-brand); background: var(--ce-brand); color: #fff; }

/* Portal news */
.portal-news-page { min-height: 70vh; padding-bottom: 70px; background: linear-gradient(180deg, #eaf2ff 0, #f7faff 250px, #f7faff 100%); }
.portal-news-page .enterprise-news-banner > .enterprise-shell { min-height: 210px; gap: 44px; }
.portal-news-page .enterprise-news-banner nav { margin-bottom: 14px; color: #8090a8; }
.portal-news-page .enterprise-news-banner h1 { margin: 6px 0 7px; color: #0f172a; font-size: 32px; }
.portal-news-page .enterprise-news-banner p { max-width: 650px; color: #64748b; font-size: 13px; line-height: 1.8; }
.portal-news-page .enterprise-news-banner > .enterprise-shell > dl { min-width: 360px; border-color: #cfdced; border-radius: 0; background: rgba(255,255,255,.9); box-shadow: 0 10px 28px rgba(37,99,235,.06); }
.portal-news-page .enterprise-news-banner > .enterprise-shell > dl > div { padding: 15px 16px; border-right-color: #e2e8f0; }
.portal-news-page .enterprise-news-banner dt { color: #94a3b8; }
.portal-news-page .enterprise-news-banner dd { color: #1e293b; }
.portal-news-layout { display: block; padding-top: 20px; }
.portal-news-filter { overflow: hidden; border: 1px solid #dce6f3; border-radius: 0; background: rgba(255,255,255,.94); box-shadow: 0 10px 28px rgba(30,64,175,.04); }
.portal-news-channels { display: flex; flex-wrap: wrap; gap: 6px; padding: 12px 14px; border-bottom: 1px solid #e7edf5; }
.portal-news-channels a { min-height: 32px; display: inline-flex; align-items: center; gap: 9px; padding: 0 12px; border: 1px solid #dce3ed; color: #526175; font-size: 12px; }
.portal-news-channels a b { color: #9aa7b9; font: 10px Consolas, monospace; }
.portal-news-channels a:hover { border-color: #a9c1ee; color: var(--ce-brand); }
.portal-news-channels a.active { border-color: var(--ce-brand); background: #eff6ff; color: var(--ce-brand); }
.portal-news-channels a.active b { color: #5d85d0; }
.portal-news-filter-meta { min-height: 46px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 0 14px; }
.portal-news-filter-meta > div { display: flex; align-items: center; gap: 12px; }
.portal-news-filter-meta span { color: #94a3b8; font: 9px Consolas, monospace; }
.portal-news-filter-meta strong { color: #334155; font-size: 12px; }
.portal-news-filter-meta p { margin: 0; color: #64748b; font-size: 11px; }
.portal-news-page .enterprise-news-content { min-width: 0; }
.portal-news-section-head { min-height: 74px; }
.portal-news-section-head h2 { margin: 3px 0 1px; color: #172033; font-size: 21px; }
.portal-news-page .enterprise-featured-story { min-height: 230px; grid-template-columns: 230px minmax(0,1fr); border-color: #dce6f3; border-radius: 0; box-shadow: 0 10px 26px rgba(30,64,175,.05); }
.portal-news-page .featured-story-media { width: 230px; height: 230px; min-height: 0; aspect-ratio: 1 / 1; border-right-color: #dce6f3; }
.portal-news-page .featured-story-media.is-placeholder { background: #edf4ff; }
.portal-news-page .featured-story-media > div { min-height: 0; padding: 22px; }
.portal-news-page .featured-story-media > .featured-story-placeholder { display: grid; grid-template-columns: 48px minmax(0,1fr); grid-template-rows: 1fr auto; align-items: center; gap: 12px 16px; color: #1e3a5f; }
.portal-news-page .featured-story-placeholder > svg { width: 48px; height: 48px; grid-row: 1 / -1; padding: 11px; border: 1px solid #c9d8ee; background: rgba(255,255,255,.72); fill: none; stroke: #2568c7; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.portal-news-page .featured-story-placeholder > div { align-self: end; }
.portal-news-page .featured-story-placeholder span,
.portal-news-page .featured-story-placeholder time { display: block; }
.portal-news-page .featured-story-placeholder span { color: var(--ce-brand); font-size: 11px; font-weight: 700; }
.portal-news-page .featured-story-placeholder time { margin-top: 3px; color: #334155; font: 700 18px Consolas, monospace; }
.portal-news-page .featured-story-placeholder small { align-self: start; color: #7d8da5; font: 9px Consolas, monospace; }
.portal-news-page .featured-story-copy { min-height: 230px; display: grid; grid-template-columns: minmax(0,1fr) 185px; grid-template-rows: auto auto 1fr auto; gap: 0 30px; padding: 21px 26px 19px; }
.portal-news-page .featured-story-copy > div:first-child { grid-column: 1 / -1; }
.portal-news-page .featured-story-copy h2 { grid-column: 1; margin: 17px 0 8px; color: #172033; font-size: 21px; line-height: 1.45; }
.portal-news-page .featured-story-copy > p { max-width: 680px; color: #64748b; font-size: 11px; line-height: 1.75; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
.portal-news-page .featured-story-copy dl { grid-column: 2; grid-row: 2 / 5; display: grid; align-content: center; gap: 17px; margin: 12px 0 0; padding-left: 25px; border-left: 1px solid #e4eaf2; }
.portal-news-page .featured-story-copy > strong { grid-column: 1; grid-row: 4; align-self: end; margin: 0; color: var(--ce-brand); font-size: 11px; }
.portal-news-page .portal-news-section-head.list-head { margin-top: 22px; }
.portal-news-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; overflow: visible; border: 0; border-radius: 0; background: transparent; }
.portal-news-page .portal-news-list > a,
.portal-news-page .portal-news-list > a:last-child { min-height: 122px; display: grid; grid-template-columns: 31px minmax(0,1fr) 105px 18px; gap: 12px; position: relative; padding: 13px 15px; border: 1px solid #dce6f3; background: rgba(255,255,255,.96); transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.portal-news-page .portal-news-list > a::after { content: ""; height: 2px; position: absolute; right: 0; bottom: 0; left: 0; background: var(--ce-brand); opacity: 0; transform: scaleX(.35); transition: opacity .2s ease, transform .2s ease; }
.portal-news-page .portal-news-list > a:hover { border-color: #b9cced; background: #fff; box-shadow: 0 10px 24px rgba(37,99,235,.08); transform: translateY(-2px); }
.portal-news-page .portal-news-list > a:hover::after { opacity: 1; transform: scaleX(1); }
.portal-news-page .story-list-main h3 { margin: 6px 0 4px; color: #172033; font-size: 14px; }
.portal-news-page .story-list-main p { overflow: hidden; color: #64748b; font-size: 10px; line-height: 1.65; white-space: normal; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.portal-news-page .enterprise-story-list > a > dl { grid-template-columns: 1fr; gap: 8px; }
.portal-news-page .enterprise-story-list > a > i { font-size: 14px; }
.portal-news-page .enterprise-news-empty { min-height: 300px; margin-top: 20px; border-color: #cbd5e1; border-radius: 0; }
.portal-news-page .enterprise-pagination a,
.portal-news-page .enterprise-pagination span { border-radius: 0; }

/* Shared inner-page banner image */
.enterprise-page-banner,
.enterprise-doc-mast,
.portal-market-intro,
.portal-links-intro {
    border-bottom-color: #dfe7f2;
    background-color: #eef4ff;
    background-image: linear-gradient(rgba(248,250,255,.34), rgba(248,250,255,.34)), url("assets/images/page-banner-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.enterprise-doc-page,
.enterprise-news-page,
.enterprise-article-page { background: #f6f8fb; }
.enterprise-doc-icon { border-color: #c9d8ee; color: var(--ce-brand); box-shadow: 0 8px 22px rgba(37,99,235,.08); }
.enterprise-doc-title > div:nth-child(2) > span { color: var(--ce-brand); }
.enterprise-doc-badges > span { border-color: #b7cdf3; color: var(--ce-brand); }
.enterprise-doc-navigation,
.enterprise-doc-content,
.enterprise-doc-context > section { border-color: #e1e7f0; box-shadow: 0 7px 22px rgba(30,64,175,.04); }
.doc-nav-title { border-bottom-color: #e7ebf2; background: #fbfcfe; }
.enterprise-doc-navigation > nav button:hover { background: #f1f6ff; }
.enterprise-doc-navigation > nav button.active { background: var(--ce-brand); color: #fff; }
.enterprise-doc-navigation > nav button.active > b,
.enterprise-doc-navigation > nav button.active small { color: #dbe8ff; }
.doc-nav-support { border-left-color: var(--ce-brand); background: #eff6ff; }
.doc-nav-support > span,
.doc-nav-support a { color: var(--ce-brand); }
.enterprise-panel-head span,
.enterprise-subhead > span { color: var(--ce-brand); }
.enterprise-panel-head > button { border-color: var(--ce-brand); color: var(--ce-brand); }
.enterprise-panel-head > button:hover { background: var(--ce-brand); color: #fff; }
.enterprise-request-profile dl,
.enterprise-table,
.doc-table-wrap { border-color: #dfe5ee; }
.enterprise-table th,
.doc-table-wrap th { background: #f1f5f9; color: #536176; }
.enterprise-table code,
.doc-table-wrap code,
.enterprise-markdown p code { background: #eff6ff; color: var(--ce-brand); }
.enterprise-markdown h2 { border-left-color: var(--ce-brand); }
.debug-field input:focus,
.debug-field textarea:focus,
.debug-field select:focus { border-color: var(--ce-brand); box-shadow: 0 0 0 3px rgba(37,99,235,.08); }
.enterprise-debug-endpoint > span,
#sendPublicDebug { background: var(--ce-brand); }
.enterprise-news-sidebar > nav a:hover { background: #f1f6ff; }
.enterprise-news-sidebar > nav a.active { background: var(--ce-brand); }
.news-side-brief { border-left-color: var(--ce-brand); background: #eff6ff; }
.enterprise-featured-story { border-color: #e1e7f0; }
.featured-story-media { background: #1e3a5f; }
.featured-story-copy > div span,
.story-list-main > div span { color: var(--ce-brand); }
.enterprise-story-list > a:hover { background: #f8faff; box-shadow: inset 4px 0 var(--ce-brand); }
.enterprise-article-hero { background-color: #1e3a5f; background-position: center; background-size: cover; }
.enterprise-article-hero:not(.has-cover) { background-image: url("assets/images/page-banner-bg.png"); }
.enterprise-article-overlay { background: rgba(20,45,79,.78); }
.enterprise-article-title > span { color: #9fc0ff; }
.enterprise-article-title > p { color: #c7d6ef; }
.enterprise-article-title dl > div { border-right-color: #506b92; }
.enterprise-article-title dt { color: #9fb2ce; }
.enterprise-article-title dd { color: #eef4ff; }
.enterprise-article-document { border-color: #e1e7f0; box-shadow: 0 10px 28px rgba(30,64,175,.05); }
.enterprise-article-body > p:first-child:first-letter,
.enterprise-article-body h2::before { color: var(--ce-brand); }
.enterprise-article-body blockquote { border-left-color: var(--ce-brand); background: #eff6ff; }
.enterprise-article-body code { background: #eff6ff; color: var(--ce-brand); }
.enterprise-article-actions section > a > b { background: #eff6ff; color: var(--ce-brand); }

/* Portal footer */
.enterprise-footer { border-top-color: #334155; background: #1e293b; }
.enterprise-footer-grid { min-height: 240px; padding-top: 46px; padding-bottom: 36px; }
.enterprise-footer-grid h2 { color: #94a3b8; }
.enterprise-footer-brand p { color: #b5c0d0; }
.enterprise-footer-brand > span { color: #7f8ca2; }
.enterprise-footer-grid > div:not(:first-child) a { color: #cbd5e1; }
.enterprise-footer-bottom { border-top-color: #334155; color: #94a3b8; }

@media (max-width: 1120px) {
    .enterprise-nav { gap: 18px; margin-left: 20px; }
    .enterprise-nav-search { display: none; }
    .portal-hero-video { object-position: 58% center; }
    .portal-api-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
    .portal-links-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
}
@media (max-width: 850px) {
    .enterprise-header { height: 64px; }
    .enterprise-brand { min-width: 0; }
    body.enterprise-nav-open { overflow: hidden; }
    .enterprise-header::after { content: ""; position: fixed; z-index: 1; inset: 64px 0 0; visibility: hidden; background: rgba(15,23,42,.22); opacity: 0; pointer-events: none; transition: opacity .25s ease, visibility 0s linear .3s; }
    body.enterprise-nav-open .enterprise-header::after { visibility: visible; opacity: 1; pointer-events: auto; transition-delay: 0s; }
    .enterprise-menu { width: 40px; height: 40px; display: block; position: relative; z-index: 4; margin-left: auto; padding: 0; border: 1px solid transparent; border-radius: 6px; background: transparent; color: #1e293b; cursor: pointer; transition: border-color .2s ease, background-color .2s ease; }
    .enterprise-menu:hover,
    .enterprise-menu[aria-expanded="true"] { border-color: #dbe5f3; background: #f4f7fc; }
    .enterprise-menu span { width: 20px; height: 2px; position: absolute; left: 9px; border-radius: 1px; background: currentColor; transform-origin: center; transition: top .28s ease, opacity .18s ease, transform .28s ease; }
    .enterprise-menu span:nth-child(1) { top: 12px; }
    .enterprise-menu span:nth-child(2) { top: 18px; }
    .enterprise-menu span:nth-child(3) { top: 24px; }
    .enterprise-menu[aria-expanded="true"] span:nth-child(1) { top: 18px; transform: rotate(45deg); }
    .enterprise-menu[aria-expanded="true"] span:nth-child(2) { opacity: 0; transform: scaleX(.35); }
    .enterprise-menu[aria-expanded="true"] span:nth-child(3) { top: 18px; transform: rotate(-45deg); }
    .enterprise-nav { height: auto; max-height: 0; display: flex; position: absolute; z-index: 3; top: 64px; right: 0; left: 0; visibility: hidden; overflow: hidden; margin: 0; padding: 0 14px; border-bottom: 1px solid transparent; background: rgba(255,255,255,.98); opacity: 0; pointer-events: none; transform: translateY(-10px); flex-direction: column; align-items: stretch; gap: 3px; box-shadow: none; backdrop-filter: blur(16px); transition: max-height .34s ease, padding .3s ease, border-color .3s ease, opacity .22s ease, transform .3s ease, visibility 0s linear .34s, box-shadow .3s ease; }
    .enterprise-nav.open { max-height: calc(100vh - 76px); max-height: calc(100dvh - 76px); visibility: visible; overflow-y: auto; padding: 12px 14px 16px; border-bottom-color: #dfe7f2; opacity: 1; pointer-events: auto; transform: translateY(0); box-shadow: 0 18px 38px rgba(30,64,175,.13); transition-delay: 0s; }
    .enterprise-nav > a { min-height: 46px; height: 46px; flex: 0 0 46px; padding: 0 14px; border-radius: 6px; color: #475569; font-size: 14px; font-weight: 600; opacity: 0; transform: translateY(-6px); transition: background-color .18s ease, color .18s ease, opacity .22s ease, transform .25s ease; }
    .enterprise-nav.open > a { opacity: 1; transform: translateY(0); }
    .enterprise-nav.open > a:nth-child(2) { transition-delay: .025s; }
    .enterprise-nav.open > a:nth-child(3) { transition-delay: .05s; }
    .enterprise-nav.open > a:nth-child(4) { transition-delay: .075s; }
    .enterprise-nav.open > a:nth-child(5) { transition-delay: .1s; }
    .enterprise-nav.open > a:nth-child(6) { transition-delay: .125s; }
    .enterprise-nav > a:hover { background: #f3f7fd; color: var(--ce-brand); }
    .enterprise-nav > a.active { background: #edf4ff; color: var(--ce-brand); font-weight: 750; }
    .enterprise-nav > a.active::after { width: 3px; height: 22px; top: 12px; right: auto; bottom: auto; left: 0; border-radius: 0 2px 2px 0; }
    .enterprise-nav > .enterprise-mobile-account { display: flex !important; justify-content: center; margin-top: 7px; padding: 0 14px; border-radius: 6px; background: var(--ce-brand); color: #fff; box-shadow: 0 8px 18px rgba(37,99,235,.18); }
    .enterprise-nav > .enterprise-mobile-account:hover { background: #1d4ed8; color: #fff; }
    .enterprise-nav-actions { display: none; }
    .portal-hero-copy { max-width: 610px; }
    .portal-hero-video { object-position: 60% center; }
    .portal-stat-grid { grid-template-columns: repeat(2,1fr); }
    .portal-stat-grid article:nth-child(2n) { border-right: 0; }
    .portal-stat-grid article:nth-child(-n+2) { border-bottom: 1px solid #e3e9e7; }
    .portal-runtime-board { grid-template-columns: 1fr; }
    .portal-runtime-board ol { border-top: 1px solid #dfe8f4; border-left: 0; }
    .portal-process-list { gap: 54px; padding: 0; }
    .portal-process-list li:not(:last-child)::after { width: min(190px,calc(100% - 48px)); left: calc(100% + 27px); }
    .portal-partner-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
    .portal-links-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .portal-links-intro > .enterprise-shell { align-items: flex-start; flex-direction: column; justify-content: center; gap: 20px; padding-top: 28px; padding-bottom: 28px; }
    .portal-links-intro > .enterprise-shell > div { width: 100%; min-width: 0; }
    .portal-links-intro dl { width: 100%; min-width: 0; }
    .portal-market-intro > .enterprise-shell { align-items: flex-start; flex-direction: column; justify-content: center; gap: 20px; padding-top: 28px; padding-bottom: 28px; }
    .portal-market-intro > .enterprise-shell > div { width: 100%; min-width: 0; }
    .portal-market-intro dl { width: 100%; min-width: 0; }
    .portal-api-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .portal-market-toolbar { align-items: flex-start; flex-direction: column; justify-content: center; gap: 14px; padding: 18px 0; }
    .portal-market-toolbar > label { width: 100%; }
    .portal-news-page .enterprise-news-banner > .enterprise-shell { align-items: flex-start; flex-direction: column; justify-content: center; gap: 20px; padding-top: 28px; padding-bottom: 28px; }
    .portal-news-page .enterprise-news-banner > .enterprise-shell > div { width: 100%; min-width: 0; }
    .portal-news-page .enterprise-news-banner > .enterprise-shell > dl { width: 100%; min-width: 0; }
    .portal-news-list { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
    .enterprise-shell { width: calc(100% - 28px); }
    .enterprise-brand > img { height: 40px; max-width: 155px; }
    .portal-home-hero,
    .portal-hero-content { min-height: 0; }
    .portal-home-hero { background-position: 58% center; }
    .portal-hero-video { object-position: 58% center; opacity: 0; }
    .portal-hero-video.is-active { opacity: .5; }
    .portal-hero-shade { background: rgba(239,245,255,.78); }
    .portal-hero-switcher { bottom: 8px; }
    .portal-hero-content { align-items: flex-start; }
    .portal-hero-copy { max-width: 100%; padding: 52px 0 38px; text-align: center; }
    .portal-hero-kicker { justify-content: center; }
    .portal-hero-copy h1 { margin-top: 16px; font-size: 22px; overflow-wrap: normal; white-space: nowrap; }
    .portal-hero-copy h2 { font-size: 23px; }
    .portal-hero-copy > p { font-size: 14px; line-height: 1.85; }
    .portal-hero-actions { align-items: stretch; flex-direction: column; }
    .portal-primary-button,
    .portal-secondary-button { width: 100%; }
    .portal-stats-section,
    .portal-process-section { padding: 62px 0; }
    .portal-stats-section { padding-bottom: 52px; }
    .portal-process-section { padding-top: 54px; }
    .portal-section-heading { align-items: flex-start; flex-direction: column; gap: 12px; }
    .portal-section-heading h2 { font-size: 25px; }
    .portal-service-state { min-width: 0; width: 100%; }
    .portal-stat-grid article { min-height: 145px; padding: 17px; }
    .portal-stat-grid article::after { right: 17px; left: 17px; }
    .portal-stat-icon { width: 34px; height: 34px; flex-basis: 34px; }
    .portal-stat-icon svg { width: 17px; height: 17px; }
    .portal-stat-grid > article > strong { margin-top: 14px; font-size: 24px; }
    .runtime-copy { padding: 25px 19px 24px; }
    .runtime-copy h3 { font-size: 21px; }
    .runtime-live-row { gap: 16px; }
    .portal-runtime-board ol { padding: 8px 19px 12px; }
    .portal-runtime-board li { min-height: 76px; grid-template-columns: 37px minmax(0,1fr) auto; gap: 10px; }
    .portal-runtime-board li strong { font-size: 11px; }
    .portal-runtime-board li small { max-width: 180px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
    .portal-runtime-board em { min-width: 53px; padding-right: 6px; padding-left: 6px; }
    .portal-process-heading { margin-bottom: 34px; }
    .portal-process-heading h2 { font-size: 25px; }
    .portal-process-list { grid-template-columns: 1fr; gap: 34px; }
    .portal-process-list li:not(:last-child)::after { display: none; }
    .portal-process-list p { max-width: 340px; }
    .portal-join-section { min-height: 0; }
    .portal-join-layout { min-height: 0; align-items: flex-start; flex-direction: column; gap: 28px; padding-top: 52px; padding-bottom: 52px; }
    .portal-join-copy h2 { font-size: 26px; }
    .portal-join-copy p { font-size: 13px; }
    .portal-join-actions { min-width: 0; width: 100%; align-items: stretch; }
    .portal-join-actions a { width: 100%; }
    .portal-join-actions small { text-align: center; }
    .portal-partners-section { padding: 56px 0 60px; }
    .portal-partners-heading { margin-bottom: 27px; }
    .portal-partners-heading h2 { font-size: 25px; }
    .portal-partner-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
    .portal-partner-grid > a { height: 72px; padding: 12px; }
    .portal-partner-grid img { height: 42px; max-width: 120px; }
    .portal-links-intro { padding: 0; }
    .portal-links-intro > .enterprise-shell { min-height: 0; gap: 18px; padding-top: 27px; padding-bottom: 27px; }
    .portal-links-intro h1 { font-size: 27px; }
    .portal-links-intro p { font-size: 13px; }
    .portal-links-intro dl > div { padding: 12px; }
    .portal-links-intro dd { font-size: 15px; }
    .portal-links-content { padding: 0; }
    .portal-links-content > .enterprise-shell { width: calc(100% - 20px); padding-top: 12px; }
    .portal-links-heading { min-height: 82px; align-items: flex-start; flex-direction: column; justify-content: center; gap: 7px; }
    .portal-links-heading h2 { font-size: 20px; }
    .portal-links-grid { grid-template-columns: 1fr; gap: 10px; }
    .portal-links-grid > a { min-height: 96px; grid-template-columns: 48px minmax(0,1fr) 16px; gap: 11px; padding: 13px; }
    .portal-link-logo { width: 48px; height: 48px; }
    .portal-market-intro h1 { font-size: 27px; }
    .portal-market-intro p { font-size: 13px; }
    .portal-market-intro dl > div { padding: 12px; }
    .portal-market-intro dd { font-size: 15px; }
    .portal-market-content { width: calc(100% - 20px); padding-top: 12px; }
    .portal-category-filter { flex-wrap: nowrap; overflow-x: auto; padding: 10px; }
    .portal-category-filter a { flex: 0 0 auto; }
    .portal-filter-row { min-height: 76px; align-items: flex-start; flex-direction: column; justify-content: center; gap: 8px; padding: 9px 12px; }
    .portal-charge-filter,
    .portal-sort-filter { gap: 13px; }
    .portal-market-toolbar { gap: 12px; padding: 16px 0; }
    .portal-market-toolbar h2 { font-size: 20px; }
    .portal-api-grid { grid-template-columns: 1fr; gap: 10px; }
    .portal-api-card { min-height: 0; }
    .portal-api-card-main { padding: 14px 14px 12px; }
    .portal-api-card-foot { min-height: 40px; padding: 0 13px; }
    .portal-news-page .enterprise-news-banner > .enterprise-shell { min-height: 0; gap: 18px; padding-top: 27px; padding-bottom: 27px; }
    .portal-news-page .enterprise-news-banner h1 { font-size: 27px; }
    .portal-news-page .enterprise-news-banner p { font-size: 13px; }
    .portal-news-page .enterprise-news-banner > .enterprise-shell > dl > div { padding: 12px; }
    .portal-news-page .enterprise-news-banner dd { font-size: 15px; }
    .portal-news-layout { width: calc(100% - 20px); padding-top: 12px; }
    .portal-news-channels { flex-wrap: nowrap; overflow-x: auto; padding: 10px; }
    .portal-news-channels a { flex: 0 0 auto; }
    .portal-news-filter-meta { min-height: 48px; padding: 0 11px; }
    .portal-news-filter-meta > div { gap: 8px; }
    .portal-news-section-head { min-height: 68px; }
    .portal-news-section-head h2 { font-size: 20px; }
    .portal-news-page .enterprise-featured-story { min-height: 120px; grid-template-columns: 120px minmax(0,1fr); }
    .portal-news-page .featured-story-media { width: 120px; height: 120px; min-height: 0; border-right: 1px solid #dce6f3; border-bottom: 0; }
    .portal-news-page .featured-story-media > div { min-height: 0; padding: 10px; }
    .portal-news-page .featured-story-media > .featured-story-placeholder { grid-template-columns: 1fr; grid-template-rows: auto auto; justify-items: center; align-content: center; gap: 7px; text-align: center; }
    .portal-news-page .featured-story-placeholder > svg { width: 36px; height: 36px; grid-row: auto; padding: 8px; }
    .portal-news-page .featured-story-placeholder > div { align-self: auto; }
    .portal-news-page .featured-story-placeholder time { font-size: 14px; }
    .portal-news-page .featured-story-placeholder small { display: none; }
    .portal-news-page .featured-story-copy { min-height: 120px; display: flex; padding: 11px 13px; flex-direction: column; }
    .portal-news-page .featured-story-copy > div:first-child time { display: none; }
    .portal-news-page .featured-story-copy h2 { margin: 7px 0 0; font-size: 17px; line-height: 1.4; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
    .portal-news-page .featured-story-copy > p,
    .portal-news-page .featured-story-copy dl { display: none; }
    .portal-news-page .featured-story-copy > strong { margin: auto 0 0; }
    .portal-news-page .portal-news-section-head.list-head { margin-top: 17px; }
    .portal-news-list { gap: 10px; }
    .portal-news-page .portal-news-list > a,
    .portal-news-page .portal-news-list > a:last-child { min-height: 112px; grid-template-columns: 28px minmax(0,1fr) 18px; gap: 9px; padding: 12px; }
    .portal-news-page .enterprise-story-list > a > dl { display: none; }
    .portal-news-page .enterprise-news-empty { min-height: 270px; margin-top: 12px; }
    .enterprise-doc-mast > .enterprise-shell { min-height: 260px; }
    .enterprise-doc-layout { width: calc(100% - 20px); }
    .enterprise-article-hero { background-color: #1e3a5f; }
}
@media (max-width: 380px) {
    .portal-hero-copy h1 { font-size: 19px; }
}
