@font-face {
  font-family: "SiteSans";
  src: url("lato-v16-latin-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SiteSans";
  src: url("lato-v16-latin-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SiteMono";
  src: url("roboto-mono-v7-latin-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

html {
  box-sizing: border-box;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  min-width: 320px;
  color: #555;
  background: #eee url("band-ornament-a.svg") no-repeat right 12px top 12px;
  background-size: 180px auto;
  font-family: Tahoma, Verdana, "Trebuchet MS", SiteSans, Geneva, sans-serif;
  font-size: 13px;
  line-height: 1.55;
}

a {
  color: #4075BF;
}
a:hover {
  color: #3662A1;
}
a:not([href]),
a:not([href]):hover {
  color: inherit;
}

p {
  margin: 0.55em 0;
}

ul,
ol {
  padding-left: 1.6em;
}

table {
  border-collapse: collapse;
}

code,
tt,
kbd,
span.keys b {
  font-family: "Courier New", Courier, SiteMono, monospace;
  font-size: 12px;
  background: #f3f3f3;
  border: 1px solid #ccc;
  padding: 0 4px;
}

h1,
h2,
h3 {
  color: #444;
  font-weight: 700;
  letter-spacing: 0;
}

h1 {
  font-size: 22px;
  margin: 0 0 10px;
}

h2 {
  font-size: 16px;
  margin: 1.1em 0 0.4em;
  border-bottom: 1px solid #ddd;
  padding-bottom: 3px;
}

h3 {
  font-size: 13px;
  color: #777;
  text-transform: uppercase;
  margin: 0.9em 0 0.35em;
}

.app-canvas {
  width: min(980px, calc(100% - 28px));
  margin: 18px auto 28px;
  background: #fff;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-right: 2px solid #808080;
  border-bottom: 2px solid #808080;
  box-shadow: 2px 2px 0 #404040;
}

.top-banner {
  display: table;
  width: 100%;
  background: #2f2f2f;
  color: #fff;
  border-bottom: 3px solid #3C78B4;
  padding: 12px 14px 10px;
}

.brand-mark {
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
  white-space: nowrap;
}

.brand-mark img {
  display: block;
  width: 196px;
  height: 25px;
  border: 0;
}

.brand-title {
  display: block;
  margin-top: 4px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.4px;
}

.brand-tag {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  color: #ddd;
  font-size: 12px;
  padding-left: 16px;
  margin: 0;
}

.work-row {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.side-rail {
  display: table-cell;
  width: 196px;
  vertical-align: top;
  background: #f9f9f9;
  border-right: 1px solid #ddd;
  padding: 12px 10px 18px;
}

.rail-head {
  margin: 0 0 8px;
  padding: 4px 6px;
  background: #eee;
  border: 1px outset #ccc;
  color: #444;
  font-weight: 700;
  font-size: 12px;
}

.rail-open {
  display: none;
  width: 100%;
  margin-bottom: 8px;
  background: #999;
  color: #fff;
  border: 2px outset #bbb;
  padding: 5px 8px;
  font: inherit;
  cursor: pointer;
}

.rail-links {
  margin: 0 0 12px;
  padding: 0;
  list-style: none;
}

.rail-links a {
  display: block;
  padding: 6px 7px;
  margin-bottom: 3px;
  color: #4075BF;
  text-decoration: none;
  border: 1px solid transparent;
  background: #fff;
}

.rail-links a:hover,
.rail-links a.is-on {
  background: #fff;
  border: 1px inset #ccc;
  color: #3662A1;
}

.locale-box {
  position: relative;
  margin: 10px 0;
}

.locale-toggle {
  width: 100%;
  background: #eee;
  color: #444;
  border: 2px outset #ddd;
  padding: 4px 6px;
  font: inherit;
  cursor: pointer;
}

.locale-menu {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 2px);
  background: #fff;
  border: 1px solid #bbb;
  z-index: 4;
}

.locale-box.is-open .locale-menu {
  display: block;
}

.locale-menu a {
  display: block;
  padding: 6px 8px;
  text-decoration: none;
}

.locale-menu a.is-current,
.locale-menu a:hover {
  background: #eee;
}

.rail-get {
  display: block;
  text-align: center;
  background: #3C78B4;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  border: 2px outset #6a9ac8;
  padding: 8px 6px;
  margin-top: 8px;
}

.rail-get:hover {
  background: #369;
  color: #fff;
}

.main-column {
  display: table-cell;
  vertical-align: top;
  padding: 16px 18px 22px;
  background: #fff;
}

.lead-block {
  margin-bottom: 28px;
  padding: 8px 10px;
  background: #f9f9f9;
  border: 1px inset #ddd;
}

.main-column > h2 {
  margin-top: 2em;
}

.main-column > h2:first-child {
  margin-top: 0.4em;
}

.hero-stage {
  margin-bottom: 28px;
  padding: 0 10px 10px;
  background: #eee;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-right: 2px solid #808080;
  border-bottom: 2px solid #808080;
  color: #555;
}

.pitch-line {
  margin: 0 -10px 10px;
  padding: 6px 10px;
  background: #3C78B4;
  color: #fff;
  border-bottom: 2px solid #2a567f;
}

.pitch-line h1 {
  margin: 0;
  color: #fff;
  font-size: 18px;
}

.pitch-line h1 span {
  background: transparent;
  padding: 0;
}

.get-box {
  margin: 10px 0 8px;
}

.get-box .push-link {
  display: inline-block;
  background: #3C78B4;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  border: 2px outset #6a9ac8;
  padding: 7px 14px;
  margin: 0 6px 6px 0;
}

.get-box .push-link:hover {
  background: #369;
  color: #fff;
}

.build-line,
.change-line {
  color: #555;
  margin: 6px 0 0;
}

.win,
.linux,
.mac,
.show_32,
.show_64 {
  display: none;
}

html.plat_windows.arch_64 .show_64.win,
html.plat_windows.arch_32 .show_32.win,
html.plat_linux .linux,
html.plat_osx .mac {
  display: inline;
}

.demo-stage {
  position: relative;
  margin-top: 14px;
}

.skin-pick,
.host-pick {
  position: absolute;
  top: -8px;
  z-index: 2;
}

.skin-pick {
  left: 0;
}

.host-pick {
  right: 0;
}

.skin-pick a,
.host-pick a {
  float: left;
  border: 1px solid #ccc;
  background: rgba(238, 238, 238, 0.92);
  color: #666;
  text-decoration: none;
  font-size: 11px;
  padding: 1px 9px;
}

.skin-pick a.current,
.host-pick a.current {
  background: rgba(204, 204, 204, 0.92);
}

.demo-frame {
  overflow: hidden;
  position: relative;
  border: 2px inset #808080;
  cursor: zoom-in;
}

.demo-zoom-mask {
  display: none;
}

html.demo-is-zoomed {
  overflow: hidden;
}

html.demo-is-zoomed .demo-zoom-mask {
  display: block;
  position: fixed;
  inset: 0;
  z-index: 86;
  background: #000;
}

html.demo-is-zoomed .demo-zoom-exit {
  position: fixed;
  top: 12px;
  right: 12px;
  z-index: 92;
  width: 36px;
  height: 36px;
  border-top: 2px solid #6a9ac8;
  border-left: 2px solid #6a9ac8;
  border-right: 2px solid #2a567f;
  border-bottom: 2px solid #2a567f;
  background: #3C78B4;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}

html.demo-is-zoomed .demo-frame {
  position: fixed;
  z-index: 90;
  left: 50%;
  top: 50%;
  width: min(1200px, calc(100vw - 48px));
  transform: translate(-50%, -50%);
  cursor: zoom-out;
  border: 2px outset #808080;
}

html[dir="rtl"].demo-is-zoomed .demo-zoom-exit {
  right: auto;
  left: 12px;
}

.demo-frame.plat_osx {
  border-radius: 0.79% 0.79% 0 0 / 1.57% 1.57% 0 0;
}

.demo-frame.plat_linux {
  border-radius: 0.7% 0.7% 0 0 / 1.4% 1.4% 0 0;
}

.demo-chrome {
  width: 100%;
  display: block;
  height: 28px;
  background: rgba(32, 32, 32, 0.8);
}

.demo-chrome.plat_linux {
  height: 47px;
}

.motion-box {
  position: relative;
  overflow: hidden;
}

#draw-fallback {
  position: relative;
  display: none;
}

#draw-surface,
#draw-fallback {
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 1200 / 576;
}

canvas {
  display: block;
}

.demo-veil {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 7px 12px;
  color: #fff;
  background: #202020;
  font-size: 14px;
  line-height: 1.3;
  opacity: 0;
  z-index: 2;
}

.demo-veil.show {
  opacity: 1;
}

.demo-veil div {
  text-align: center;
  max-width: none;
  margin: 0;
}

.demo-notes {
  position: relative;
  padding: 12px 10px 8px;
  background: #fff;
  border: 1px solid #ddd;
  border-top: 0;
  color: #777;
  min-height: 92px;
  margin-bottom: 28px;
}

.cue-row {
  text-align: center;
  margin-bottom: 6px;
}

.cue-row a {
  display: inline-block;
  padding: 2px 4px;
  text-decoration: none;
}

.cue-row .tick {
  display: inline-block;
  width: 28px;
  height: 4px;
  background: #ccc;
}

.cue-row a.active .tick,
.cue-row a:hover .tick {
  background: #666;
}

.motion-ctl {
  position: absolute;
  right: 6px;
  top: 4px;
}

.motion-ctl a {
  color: #999;
  text-decoration: none;
}

.motion-ctl svg {
  fill: currentColor;
}

#motion-go {
  display: none;
}

.note-line > b {
  display: block;
  margin-bottom: 4px;
  color: #444;
}

.content-band {
  margin: 36px 0 12px;
  padding-top: 10px;
}

.content-band + .content-band {
  margin-top: 44px;
}

.tile-row {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin: 14px 0;
}

.audience-tile,
.capability-tile {
  display: table-cell;
  width: 33.33%;
  vertical-align: top;
  padding: 8px;
  border: 1px inset #ddd;
  background: #f9f9f9;
}

.capability-tile {
  width: 50%;
  cursor: pointer;
}

.capability-tile img,
.hover-card img {
  float: right;
  width: 64px;
  height: auto;
  margin: 0 0 8px 8px;
  border: 1px solid #ddd;
  background: #fff;
  padding: 4px;
}

.hover-card {
  display: table-cell;
  width: 50%;
  vertical-align: top;
  padding: 10px;
  border: 1px outset #ddd;
  background: #fff;
}

.matrix-table {
  width: 100%;
}

.matrix-table th,
.matrix-table td {
  border: 1px solid #ddd;
  padding: 7px 8px;
  text-align: left;
  background: #fff;
}

.matrix-table th {
  background: #eee;
  color: #444;
}

.qna-stack .qna-row {
  margin: 0 0 7px;
}

.qna-stack button {
  width: 100%;
  text-align: left;
  background: #eee;
  border: 2px outset #ddd;
  padding: 7px 9px;
  font: inherit;
  font-weight: 700;
  color: #333;
  cursor: pointer;
}

.qna-stack .reply {
  max-height: 0;
  overflow: hidden;
  padding: 0 6px;
}

.qna-stack .qna-row.open .reply {
  max-height: 280px;
  padding: 8px 6px 10px;
}

.still-shot,
img.js-zoom {
  cursor: zoom-in;
}

.still-shot {
  display: block;
  width: 100%;
  max-width: 100%;
  border: 2px inset #ccc;
  margin: 8px 0 12px;
}

.quote-strip {
  border-top: 1px solid #ddd;
  background: #f3f3f3 url("band-ornament-b.svg") no-repeat right 10px bottom 0;
  background-size: 140px auto;
  padding: 10px 12px 12px;
}

.quote-grid {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.quote-cell {
  display: table-cell;
  width: 25%;
  padding: 6px;
  vertical-align: top;
}

.quote-cell p {
  margin: 0;
}

.quote-cell p + p {
  color: #777;
  font-size: 11px;
  margin-top: 4px;
}

.page-base {
  background: #2f2f2f;
  color: #ddd;
  padding: 12px 14px 14px;
  border-top: 3px solid #3C78B4;
}

.page-base a {
  color: #9ec2ea;
}

.base-cols {
  display: table;
  width: 100%;
}

.base-col {
  display: table-cell;
  width: 50%;
  vertical-align: top;
}

.base-col p {
  margin: 0.3em 0;
}

.legal-note {
  margin-top: 10px;
  font-size: 11px;
  color: #bbb;
}

.overlay-pane {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 80;
  background: rgba(0, 0, 0, 0.72);
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.overlay-pane.is-open {
  display: flex;
}

.overlay-pane img {
  max-width: min(980px, 92vw);
  max-height: 86vh;
  border: 3px outset #888;
}

.overlay-card:empty {
  display: none;
}

.overlay-card:not(:empty) {
  width: min(640px, 92vw);
  background: #fff;
  border: 3px outset #bbb;
  padding: 18px 16px;
  color: #555;
}

.overlay-exit {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  border: 2px outset #6a9ac8;
  background: #3C78B4;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}

html[dir="rtl"] {
  direction: rtl;
}

html[dir="rtl"] body {
  background-position: left 12px top 12px;
}

html[dir="rtl"] .side-rail {
  border-right: 0;
  border-left: 1px solid #ddd;
}

html[dir="rtl"] .brand-tag {
  text-align: left;
  padding-left: 0;
  padding-right: 16px;
}

html[dir="rtl"] .skin-pick {
  left: auto;
  right: 0;
}

html[dir="rtl"] .host-pick {
  right: auto;
  left: 0;
}

html[dir="rtl"] .capability-tile img,
html[dir="rtl"] .hover-card img {
  float: left;
  margin: 0 8px 8px 0;
}

html[dir="rtl"] .qna-stack button,
html[dir="rtl"] .matrix-table th,
html[dir="rtl"] .matrix-table td {
  text-align: right;
}

@media only screen and (max-width: 820px) {
  .app-canvas {
    width: calc(100% - 16px);
    margin: 8px auto 16px;
  }

  .top-banner,
  .work-row,
  .base-cols,
  .tile-row,
  .quote-grid {
    display: block;
  }

  .brand-mark,
  .brand-tag,
  .side-rail,
  .main-column,
  .base-col,
  .audience-tile,
  .capability-tile,
  .hover-card,
  .quote-cell {
    display: block;
    width: auto;
    text-align: left;
  }

  html[dir="rtl"] .brand-tag,
  html[dir="rtl"] .brand-mark {
    text-align: right;
  }

  .side-rail {
    border-right: 0;
    border-bottom: 1px solid #ddd;
  }

  .rail-open {
    display: block;
  }

  .rail-links {
    display: none;
  }

  .rail-links.is-open {
    display: block;
  }

  .demo-chrome {
    height: auto;
    aspect-ratio: 1200 / 28;
  }

  .demo-chrome.plat_linux {
    height: auto;
    aspect-ratio: 1200 / 47;
  }
}

.skin-box {
  margin: 10px 0;
}

.skin-pair {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.skin-btn {
  display: table-cell;
  width: 50%;
  background: #eee;
  color: #444;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-right: 2px solid #808080;
  border-bottom: 2px solid #808080;
  padding: 5px 4px;
  font: inherit;
  font-size: 11px;
  cursor: pointer;
}

.skin-btn.is-on {
  border-top: 2px solid #808080;
  border-left: 2px solid #808080;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background: #ddd;
  font-weight: 700;
}

html.skin-ink {
  background: #1a1a1a;
}

html.skin-ink body {
  color: #d0d0d0;
  background-color: #1a1a1a;
  background-image: none;
}

html.skin-ink a {
  color: #7aa7e0;
}

html.skin-ink a:hover {
  color: #9ec2ea;
}

html.skin-ink h1,
html.skin-ink h2,
html.skin-ink h3 {
  color: #eee;
}

html.skin-ink h2 {
  border-bottom-color: #555;
}

html.skin-ink h3 {
  color: #bbb;
}

html.skin-ink code,
html.skin-ink tt,
html.skin-ink kbd,
html.skin-ink span.keys b {
  background: #333;
  border-color: #555;
  color: #eee;
}

html.skin-ink .app-canvas {
  background: #2b2b2b;
  border-top-color: #666;
  border-left-color: #666;
  border-right-color: #111;
  border-bottom-color: #111;
  box-shadow: 2px 2px 0 #000;
}

html.skin-ink .top-banner,
html.skin-ink .page-base {
  background: #1f1f1f;
}

html.skin-ink .side-rail {
  background: #242424;
  border-right-color: #111;
}

html.skin-ink .rail-head,
html.skin-ink .locale-toggle,
html.skin-ink .skin-btn {
  background: #333;
  color: #ddd;
  border-top-color: #666;
  border-left-color: #666;
  border-right-color: #111;
  border-bottom-color: #111;
}

html.skin-ink .skin-btn.is-on {
  background: #1f1f1f;
  border-top-color: #111;
  border-left-color: #111;
  border-right-color: #666;
  border-bottom-color: #666;
}

html.skin-ink .rail-links a,
html.skin-ink .lead-block,
html.skin-ink .audience-tile,
html.skin-ink .capability-tile,
html.skin-ink .hover-card,
html.skin-ink .demo-notes,
html.skin-ink .qna-stack button {
  background: #333;
  color: #d0d0d0;
  border-color: #555;
}

html.skin-ink .rail-links a.is-on,
html.skin-ink .rail-links a:hover {
  background: #2b2b2b;
  border-color: #111;
}

html.skin-ink .main-column {
  background: #2b2b2b;
}

html.skin-ink .hero-stage {
  background: #242424;
  border-top-color: #555;
  border-left-color: #555;
  border-right-color: #111;
  border-bottom-color: #111;
  color: #d0d0d0;
}

html.skin-ink .build-line,
html.skin-ink .change-line,
html.skin-ink .demo-notes,
html.skin-ink .quote-cell p + p,
html.skin-ink .legal-note {
  color: #bbb;
}

html.skin-ink .matrix-table th,
html.skin-ink .matrix-table td {
  background: #333;
  border-color: #555;
  color: #d0d0d0;
}

html.skin-ink .matrix-table th {
  background: #242424;
}

html.skin-ink .quote-strip {
  background-color: #242424;
  border-top-color: #111;
}

html.skin-ink .locale-menu {
  background: #2b2b2b;
  border-color: #555;
}

html.skin-ink .locale-menu a.is-current,
html.skin-ink .locale-menu a:hover {
  background: #333;
}

html.skin-ink .overlay-card:not(:empty) {
  background: #2b2b2b;
  color: #d0d0d0;
  border-color: #555;
}

html.skin-ink .still-shot {
  border-color: #555;
}

html[dir="rtl"].skin-ink .side-rail {
  border-left-color: #111;
}
