:root {
  --navy: #12324a;
  --navy-dark: #092337;
  --teal: #008ba3;
  --green: #6a9b14;
  --orange: #eb7a18;
  --paper: #ffffff;
  --mist: #edf1f3;
  --line: #c7d0d5;
  --ink: #27343c;
  --muted: #65747e;
}

* { box-sizing: border-box; }
html, body { margin: 0; min-height: 100%; }
html { background: #dce3e6; }
body {
  color: var(--ink);
  background: linear-gradient(#d7dfe3 0, #eef2f4 190px, #eef2f4 100%);
  font: 14px/1.55 Verdana, Geneva, sans-serif;
  letter-spacing: 0;
}
a { color: #006b86; }
a:hover { color: #00485a; }
img { max-width: 100%; height: auto; }
.page-wrap { width: min(1080px, calc(100% - 28px)); margin: 0 auto 30px; background: var(--paper); border: 1px solid #b7c2c8; border-top: 0; }
.utility { min-height: 30px; color: #dce8ed; background: var(--navy-dark); font-size: 11px; }
.utility-inner { width: min(1080px, calc(100% - 28px)); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 7px 14px; }
.utility strong { color: #fff; font-weight: normal; text-transform: uppercase; }
.utility a { color: #dce8ed; text-decoration: none; }
.masthead { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 19px 28px 17px; border-bottom: 1px solid #c1cbd0; background: #fff; }
.brand { color: #1d2429; text-decoration: none; font: 700 28px/1 Arial, Helvetica, sans-serif; white-space: nowrap; }
.brand-mark { display: inline-grid; place-items: center; width: 29px; height: 29px; margin: 0 3px; color: #fff; background: conic-gradient(from 30deg, var(--orange), #f3b11f, var(--green), var(--teal), #1564a8, var(--orange)); border-radius: 50%; font-size: 15px; vertical-align: -3px; }
.brand small { display: block; margin: 8px 0 0 1px; color: var(--muted); font: 10px/1 Verdana, sans-serif; letter-spacing: 1px; text-transform: uppercase; }
.edition { max-width: 330px; color: #60707a; text-align: right; font-size: 11px; }
.edition b { display: block; color: #263942; font-size: 12px; }
.tabs { display: flex; align-items: stretch; min-height: 43px; margin: 0; padding: 0 18px; list-style: none; background: linear-gradient(#1b4c69, #12364e); border-bottom: 4px solid var(--teal); }
.tabs li { display: flex; }
.tabs a { display: flex; align-items: center; padding: 0 17px; color: #fff; border-right: 1px solid rgba(255,255,255,.14); text-decoration: none; font-weight: bold; font-size: 12px; text-transform: uppercase; }
.tabs li:first-child a { border-left: 1px solid rgba(255,255,255,.14); }
.tabs a:hover, .tabs a[aria-current="page"] { background: var(--teal); }
.crumbs { padding: 8px 26px; color: #71808a; background: #f1f4f5; border-bottom: 1px solid #d1dade; font-size: 11px; }
.crumbs a { text-decoration: none; }
.hero { display: grid; grid-template-columns: minmax(0, 1fr) 43%; min-height: 348px; background: #e8edef; border-bottom: 1px solid #bdc8cd; }
.hero-copy { padding: 43px 36px 35px; background: linear-gradient(135deg, #f8fafb 0 58%, #e8edef 58%); }
.eyebrow { margin: 0 0 12px; color: var(--teal); font-size: 11px; font-weight: bold; text-transform: uppercase; }
h1, h2, h3 { color: var(--navy); font-family: Arial, Helvetica, sans-serif; }
h1 { max-width: 620px; margin: 0 0 15px; font-size: 37px; line-height: 1.08; font-weight: normal; }
.hero-copy > p:not(.eyebrow) { max-width: 620px; margin: 0 0 22px; color: #42535c; font-size: 16px; line-height: 1.55; }
.product-key { display: table; border-collapse: collapse; width: min(520px, 100%); margin-top: 20px; border: 1px solid #b8c4ca; background: #fff; }
.product-key div { display: table-row; }
.product-key span, .product-key b { display: table-cell; padding: 8px 10px; border-bottom: 1px solid #d6dee2; font-size: 11px; }
.product-key b { width: 35%; color: #40535e; background: #edf2f4; text-transform: uppercase; }
.hero-visual { position: relative; overflow: hidden; min-height: 348px; background: #10293d url('/assets/performance-curve-2016.png') center/cover no-repeat; }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(16,41,61,.15), rgba(16,41,61,.03)); }
.hero-label { position: absolute; z-index: 1; right: 20px; bottom: 18px; width: 210px; padding: 10px 12px; color: #eaf4f7; background: rgba(5,30,45,.84); border-left: 4px solid var(--orange); font-size: 11px; }
.content { padding: 30px 32px 42px; }
.content h2 { margin: 0 0 8px; font-size: 24px; font-weight: normal; }
.section-intro { max-width: 820px; margin: 0 0 24px; color: #53636c; font-size: 15px; }
.feature-ledger { border: 1px solid #bdc8cd; }
.feature-row { display: grid; grid-template-columns: 178px 1fr 185px; min-height: 118px; border-bottom: 1px solid #cbd4d8; }
.feature-row:last-child { border-bottom: 0; }
.feature-name { display: flex; align-items: center; gap: 13px; padding: 17px; color: #fff; background: var(--navy); font: bold 15px/1.25 Arial, sans-serif; }
.feature-row:nth-child(2) .feature-name { background: #4f7910; }
.feature-row:nth-child(3) .feature-name { background: #c75f0b; }
.feature-name img { width: 52px; height: 52px; border: 1px solid rgba(255,255,255,.34); }
.feature-copy { padding: 17px 20px; }
.feature-copy h3 { margin: 0 0 6px; font-size: 17px; }
.feature-copy p { margin: 0; }
.feature-output { padding: 17px; color: #4d5f68; background: #f2f5f6; border-left: 1px solid #d1dade; font-size: 11px; }
.feature-output b { display: block; margin-bottom: 5px; color: #233a48; text-transform: uppercase; }
.split { display: grid; grid-template-columns: minmax(0, 1fr) 285px; gap: 28px; align-items: start; }
.panel { border: 1px solid #c4ced3; }
.panel-title { margin: 0; padding: 10px 13px; color: #fff; background: var(--navy); font: bold 12px/1.3 Verdana, sans-serif; text-transform: uppercase; }
.panel-body { padding: 17px 18px; }
.panel-body p:first-child { margin-top: 0; }
.panel-body p:last-child { margin-bottom: 0; }
.sidebar-box { margin-bottom: 18px; border: 1px solid #c5ced3; }
.sidebar-box h2 { margin: 0; padding: 10px 12px; color: #fff; background: var(--teal); font-size: 13px; font-weight: bold; text-transform: uppercase; }
.sidebar-box ul { margin: 0; padding: 5px 13px 8px 30px; }
.sidebar-box li { margin: 8px 0; }
.matrix { width: 100%; border-collapse: collapse; margin-top: 18px; font-size: 12px; }
.matrix th { padding: 9px; color: #fff; background: var(--navy); border: 1px solid #315268; text-align: left; }
.matrix td { padding: 10px; border: 1px solid #cbd4d8; vertical-align: top; }
.matrix tr:nth-child(even) td { background: #f3f6f7; }
.workspace { border: 1px solid #aebbc2; background: #e8edef; }
.workspace-bar { display: flex; justify-content: space-between; gap: 15px; padding: 8px 11px; color: #eaf2f5; background: var(--navy-dark); font-size: 11px; }
.workspace-grid { display: grid; grid-template-columns: 156px 1fr; min-height: 430px; }
.workspace-nav { padding: 14px 0; color: #d7e6ea; background: #12415a; }
.workspace-nav b { display: block; padding: 8px 16px; color: #fff; border-left: 4px solid var(--orange); }
.workspace-nav span { display: block; padding: 8px 16px 8px 20px; border-bottom: 1px solid rgba(255,255,255,.08); font-size: 11px; }
.workspace-main { padding: 20px; background: #f7f9fa; }
.workspace-main h2 { margin-bottom: 15px; font-size: 21px; }
.score-strip { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid #c3cdd2; background: #fff; }
.score-strip div { min-height: 100px; padding: 14px; border-right: 1px solid #d4dce0; }
.score-strip div:last-child { border-right: 0; }
.score-strip strong { display: block; margin-top: 9px; color: var(--teal); font: 28px/1 Arial, sans-serif; }
.bar-chart { margin-top: 18px; padding: 15px; border: 1px solid #c5ced3; background: #fff; }
.bar { display: grid; grid-template-columns: 120px 1fr 35px; gap: 10px; align-items: center; margin: 11px 0; font-size: 11px; }
.bar i { height: 12px; background: #dbe3e7; }
.bar i::before { content: ""; display: block; width: var(--score); height: 100%; background: var(--green); }
.article-index { border-top: 4px solid var(--navy); }
.article-item { display: grid; grid-template-columns: 104px 1fr 110px; gap: 18px; padding: 15px 12px; border-bottom: 1px dotted #aeb9bf; }
.article-item time, .article-item .topic { color: #71818a; font-size: 11px; text-transform: uppercase; }
.article-item a { color: #173d55; font-weight: bold; text-decoration: none; }
.article-item a:hover { text-decoration: underline; }
.article { max-width: 760px; }
.article h1 { font-size: 34px; }
.article-meta { margin: -5px 0 24px; padding-bottom: 11px; color: #687983; border-bottom: 1px solid #cbd4d8; font-size: 11px; text-transform: uppercase; }
.article h2 { margin-top: 28px; font-size: 21px; }
.article blockquote { margin: 22px 0; padding: 12px 18px; color: #40525d; background: #eef3f5; border-left: 5px solid var(--teal); }
.note { padding: 13px 15px; color: #465862; background: #f1f4f5; border: 1px solid #d1dadd; font-size: 12px; }
.footer { display: grid; grid-template-columns: 1fr auto; gap: 30px; padding: 20px 28px; color: #b9cbd3; background: var(--navy-dark); border-top: 5px solid var(--teal); font-size: 10px; }
.footer strong { display: block; margin-bottom: 4px; color: #fff; font-size: 12px; }
.footer a { color: #d8e7ed; }

@media (max-width: 780px) {
  body { background: #fff; }
  .utility-inner, .page-wrap { width: 100%; }
  .page-wrap { margin: 0; border: 0; }
  .utility-inner { align-items: flex-start; flex-direction: column; gap: 3px; padding: 8px 15px; }
  .masthead { align-items: flex-start; flex-direction: column; padding: 18px; }
  .edition { text-align: left; }
  .tabs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 100%; padding: 0; }
  .tabs li { display: block; min-width: 0; }
  .hero, .hero-copy, .content { min-width: 0; }
  .product-key { display: block; width: 100%; }
  .product-key div { display: grid; grid-template-columns: 92px minmax(0, 1fr); }
  .product-key span, .product-key b { display: block; min-width: 0; overflow-wrap: anywhere; }
  .product-key b { width: auto; }
  .tabs a { justify-content: center; min-height: 43px; padding: 7px 9px; text-align: center; white-space: normal; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding: 34px 22px; background: #f7f9fa; }
  h1 { font-size: 31px; overflow-wrap: anywhere; }
  .hero-visual { min-height: 245px; }
  .content { padding: 28px 20px 36px; }
  .feature-row { grid-template-columns: 1fr; }
  .feature-name { min-height: 88px; }
  .feature-output { border-top: 1px solid #d1dade; border-left: 0; }
  .split { grid-template-columns: 1fr; }
  .workspace-grid { grid-template-columns: 1fr; }
  .workspace-nav { display: grid; grid-template-columns: repeat(2, 1fr); }
  .workspace-nav b, .workspace-nav span { padding: 9px 12px; }
  .score-strip { grid-template-columns: 1fr; }
  .score-strip div { border-right: 0; border-bottom: 1px solid #d4dce0; }
  .bar { grid-template-columns: 90px 1fr 30px; }
  .article-item { grid-template-columns: 1fr; gap: 4px; }
  .footer { grid-template-columns: 1fr; }
}

@media (max-width: 430px) {
  .brand { max-width: 100%; font-size: 24px; white-space: normal; overflow-wrap: anywhere; }
  .brand-mark { width: 25px; height: 25px; }
  h1, .article h1 { font-size: 28px; }
  .workspace-main { padding: 14px; }
}
